/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.8
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/


/*Reset Styles
------------------------------------*/

body{
    width: 100%;
    height: 100%;
    min-width: 1280px;
     font-family: Lato, 'NotoSans', 'Open Sans', 'sans-serif';
}

* {
   border-radius: 0;
}

*:lang(ko) strong{
    font-weight: bold;
}
*:lang(en) strong{
    font-weight: bold;
}

body,
p, 
li,
li, 
label
{ 
   font-size:14px;
   line-height:1.5;
   color: #646464;
}
label{
    font-size:15px;
    line-height:22px;
}
ul li{
    list-style:none;
}
main {
    padding-top:55px;
    padding-bottom:75px;
}


a,
a:focus, 
a:hover, 
a:active,
button,
button:hover {
   outline: 0 !important;
}
a {
   display:inline-block;
   color: #72c02c;
   cursor:pointer;
}

a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #72c02c;
   text-decoration: underline;
}


hr {
  margin: 30px 0;
}

hr.hr-xs {
  margin: 10px 0;
}

hr.hr-md {
  margin: 20px 0;
}

hr.hr-lg {
  margin: 40px 0;
}

/*Headings*/
h1 {
  font-size: 48px;
  line-height: 0.9;
}
h2 {
  font-size: 36px;
  line-height: 1;
}
h3 {
  font-size: 32px;
  line-height: 1;
}
h4 {
  font-size: 24px;
  line-height: 1;
}
h5 {
  font-size: 20px;
  line-height: 1.5;
}
h6 {
  font-size:16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  color: #212529;    
  /*margin-bottom: 21px;*/
  text-shadow: none; 
  font-weight: normal; 
  /*font-family: "NotoSans", 'OpenSans', sans-serif;*/
} 

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
   margin-right: 5px;
}

p {
    font-size: 18px;
    line-height: 1.33;
}


/*ul{margin-bottom: 0}*/
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

select option:disabled {
    color: rgba(128, 128, 128, 0.3);
}

/*Devider
------------------------------------*/
.devider.devider-dotted {
  border-top: 2px dotted #eee;
}
.devider.devider-dashed {
  border-top: 2px dashed #eee;
}

.devider.devider-db {
  height: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.devider.devider-db-dashed {
  height: 5px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.devider.devider-db-dotted {
  height: 5px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}

/*Tables
------------------------------------*/
/*Basic Tables*/
.table thead > tr > th {
  border-bottom: none;
}

@media (max-width: 768px) {
  .table th.hidden-sm,
  .table td.hidden-sm {
    display: none !important;
  }
}

/*Forms
------------------------------------*/
.form-control {
  box-shadow: none;
  border-radius: 0;
}

.input-group-addon {
  color: #b3b3b3;
  font-size: 14px;
  background: #fff;
  border-radius: 0;
}

.form-control:focus {
  border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9;
}

/*Form Spacing*/
.form-spacing .form-control {
  margin-bottom: 15px;
}


/*Pegination*/

.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a, 
.pagination-lg > li:first-child > span,
.pagination-lg > li:last-child > a, 
.pagination-lg > li:last-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.pagination li a {
  color: #777;
  padding: 5px 15px;
}

.pagination li a:hover {
   color: #fff;
   background: #00c3b3;
   border-color: #00c3b3;   
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
   color:#00c3b3;
   border-color: #00c3b3;
   background-color: #fff;
}


/*Pager*/
.pager li > a, 
.pager li > span {
  border-radius: 0;
}

.pager li > a:hover, 
.pager li > a:focus {
   color: #fff;
   background: #5fb611;
   border-color: #5fb611;   
}


/*Sidebar List Toggle*/
.list-toggle:after {
    top: 7px;
    right: 10px;
    color: #777;
    font-size: 14px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: Lato, FontAwesome;
}

.list-toggle.active:after {
  color: #fff;
  content: "\f107";
}

/*Button Styles
------------------------------------*/
.btn {
   box-shadow: none;
   border-radius: 0;
}
.btn-u {
   border: 0;
   color: #fff;
   font-size: 14px;
   cursor: pointer;
   font-weight: 400;
   padding: 6px 13px;
   position: relative;
   background: #72c02c;
   white-space: nowrap;
   display: inline-block;
   text-decoration: none;
}
.btn-u:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-u.btn-block {
  text-align: center;
}

a.btn-u {
   /*padding: 4px 13px;*/
   /*vertical-align: middle;*/
}

.btn-u-sm,
a.btn-u-sm {
   padding: 3px 12px;
}

.btn-u-lg,
a.btn-u-lg {
   font-size: 18px;
   padding: 10px 25px;
}

.btn-u-xs,
a.btn-u-xs {
   font-size: 12px;
   padding: 2px 12px;   
   line-height: 18px;
}

/*Button Groups*/
.btn-group .dropdown-menu > li > a {
   padding: 3px 13px;
}

.btn-group > .btn-u, 
.btn-group-vertical > .btn-u {
   float: left;
   position: relative;
}

.btn-group > .btn-u:first-child {
   margin-left: 0;
}

/*For FF Only*/
@-moz-document url-prefix() { 
   .footer-subsribe .btn-u {
      padding-bottom: 4px;
   }
}

@media (max-width: 768px) { 
   @-moz-document url-prefix() { 
      .btn-u {
         padding-bottom: 6px;
      }
   }
}


/*Dropdown Buttons
------------------------------------*/
.dropdown-show {
  box-shadow: 0 0 4px #eee;
  display: inline-block;
  position: relative;
}


/*Labels*/
span.label {
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px;
}

/*Media (Audio/Videos and Images)
------------------------------------*/
/*Images*/
img.img-bordered {
  padding: 3px;
  border: solid 1px #eee;
}

img.img-circle {
  border-radius: 50% !important;  
}

img.image-sm {
  width: 50px;
  height: 50px;
}

img.image-md {
  width: 100px;
  height: 100px;
}

/*Responsive Video*/
.responsive-video {
   height: 0;
   padding-top: 1px;
   position: relative;
   padding-bottom: 56.25%; /*16:9*/
}

.responsive-video iframe {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   position: absolute;
}

/*Spaces
------------------------------------*/
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0;
}

.no-top-space {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.content-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  /*padding-top: 130px;*/
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-md {
  /*padding-top: 150px;*/
  padding-top: 50px;
  padding-bottom: 80px;
}

@media (max-width: 1154px) {
    .content-sm,
    .content-md {
        padding-top: 83px;
    }
}

@media (max-width: 992px) {
    .content-sm,
    .content-md {
        padding-top: 126px;
    }
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.space-lg-hor {
  padding-left: 60px;
  padding-right: 60px;
}

.space-xlg-hor {
  padding-left: 100px;
  padding-right: 100px;
}

.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-15, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-30, 
.margin-bottom-35, 
.margin-bottom-40, 
.margin-bottom-45, 
.margin-bottom-50, 
.margin-bottom-55, 
.margin-bottom-60,
.margin-bottom-100 { 
   clear:both;
}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;} 
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}
.margin-bottom-100 { margin-bottom:100px;}

@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }
}

/*Other Spaces*/
.margin-top-20 { margin-top: 20px;}
.margin-top-25 { margin-top: 25px;}
.margin-left-5 { margin-left: 5px;}
.margin-left-10 { margin-left: 10px;}
.margin-left-20 { margin-left: 20px;}
.margin-left-25 { margin-left: 25px;}
.margin-right-5 { margin-right: 5px;}
.margin-right-10 { margin-right: 10px;}
.margin-right-25 { margin-right: 25px;}

.padding-top-5 { padding-top: 5px;}
.padding-left-5 { padding-left: 5px;}
.padding-left-10 { padding-left: 10px;}
.padding-left-15 { padding-left: 15px;}
.padding-left-20 { padding-left: 20px;}
.padding-left-35 { padding-left: 35px;}


/*Grey Backroud*/
.bg-grey {
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}



/*Others
------------------------------------*/
.no-border { border-width: 0;}
.border-left-green {  padding-left: 11px; border-left:7px solid #00c3b3}
.overflow-h { overflow: hidden;}
.overflow-a { overflow: auto;}
.overflow-hidden { overflow: hidden;}

.clear-both { clear: both;}


/*Full Width*/
.full-width {
  width: 100%;
}


/*Background Light*/
.bg-light { 
   padding: 10px 15px; 
   margin-bottom: 10px; 
   background: #fcfcfc; 
   border: solid 1px #e5e5e5;
}
.bg-light:hover { 
   border: solid 1px #bbb;
}

.color-red {
    color: #e74c3c;
}
.bg-mint {
    background: #00c3b3;
}

/* font classes*/
.font-12{
    font-size:12px;
}
.font-14{
    font-size:14px !important;
}
.font-16{
    font-size:16px;
}
.font-20{
    font-size:20px;
}
.font-24{
    font-size:24px;
}
.font-28{
    font-size:28px;
}
.bold{
    font-weight:bold;
}


/* buttons */
.maxst-button-standard{
  position:relative;
  font-size:16px;
  padding:10px 26px;
  color: #00c3b3;
  border: solid 1px #00c3b3;
  cursor:pointer;
  background-color:transparent;
  letter-spacing: 0.2px;
}
.maxst-button-standard:hover{
    color:#fff;
    text-decoration:none;
}
.maxst-button-standard:after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  background-color:#00c3b3;
  width:0;
  height:100%;
  transition:all 0.3s;
}
.maxst-button-standard:hover:after{
  width:100%;
}
.maxst-button-white,
.maxst-button-white__md,
.maxst-button-white__sm {
    position: relative;
    font-size: 16px;
    padding: 8px 26px 9px;
    color: #00c3b3;
    border: solid 1px #00c3b3;
    cursor: pointer;
    background-color: #fff;
    border-radius: 4px;
}
.no-border-button {
  border: none;
  font-weight: bold;
  letter-spacing: 0.2px;
}
.maxst-button-basic {
    position: relative;
    font-size: 14px;
    padding: 8px 26px 9px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    background-color: #00c3b3;
    font-weight: bold;
    letter-spacing: 0.2px;
}
.maxst-button-basic:hover {
    opacity:0.5;
    text-decoration: none;
}
.maxst-button-basic-border {
  position:relative;
  font-size:14px;
  padding:8px 26px 9px;
  color: #00c3b3;
  cursor:pointer;
  border-radius: 4px;
  border: 1px solid #00c3b3;
  background-color: transparent;
  font-weight: bold;
  letter-spacing: 0.2px;
}
.maxst-button-basic-border:hover {
    text-decoration: none;
    opacity: 1;
    background: #00c3b3;
    color: #fff;
}
.maxst-button-white-border {
    position: relative;
    font-size: 14px;
    padding: 8px 26px 9px;
    color: #00c3b3;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    font-weight: bold;
    letter-spacing: 0.2px;
    border: 1px solid #00bbab;
}
.maxst-button-white__sm {
  font-size:12px;
  padding:3px 13px;
} 
.maxst-button-white__sm.red {
    color: #e23937;
    border-color: #e23937;
}
.maxst-button-white__md {
  font-size:16px;
  padding: 12px 13px;
}
.large-button {
    padding: 16px 65px;
    font-size: 15px;
    margin-right: 10px
}
.maxst-button-basic:hover {
    background: #00a68f;
    color: #fff;
    text-decoration: none;
}
.maxst-button-white-border:hover {
    background: #00bbab;
    color: #fff;
    text-decoration: none;
}
.maxst-button-white:hover,
.maxst-button-white__md:hover,
.maxst-button-white__sm:hover {
    opacity: 0.8;
    text-decoration: none;
}

.maxst-button-white__sm.red:hover{
    background-color: #e23937;
    color:#fff;
    text-decoration:none;
}

.maxst-button-white.arrow::after{
    content:url('../../images/btn-arrow-right.png');
    vertical-align: middle;
    padding-left: 10px;    
}
.maxst-button-white.arrow:hover:after {
    content:url('../../images/btn_arrow_right_sel.png');
    vertical-align: middle;
    padding-left: 10px;
}
.maxst-button-file{
    width:120px;
    background-color: #00c3b3;
    color:#fff;
}
.maxst-button-file:hover,
.maxst-button-file.disabled:hover{
    opacity: 0.8;
    text-decoration:none;   
}

.maxst-button-white:disabled {
    opacity: 0.3;
    pointer-events: none;
}

.maxst-button-white.loading{
    background-color:#10968c;
    color:transparent;
}
.maxst-button-white.loading:before{
    content:'';
    width:8px;
    height:8px;
    border-radius:100%;
    background-color:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    animation: btnLoading 2s infinite ease;
}
.maxst-button-white.flex-btn {
    width: 100%;
}
@-webkit-keyframes btnLoading{
      0% {
        left: 30%;
      }
      50% {
        left: 70%;
      }
      100% {
        left: 30%;
      }
}
@keyframes btnLoading{
      0% {
        left: 30%;
      }
      50% {
        left: 70%;
      }
      100% {
        left: 30%;
      }
}
/* end buttons */

.light{
    color:#fff;
}
/* account field */
.field-validation-error, .validation-summary-errors, .validation-summary-errors ul li {
    vertical-align: middle;
    font-size: 13px;
    font-weight: 300;
}
.checkbox > label{
    font-size:14px;
}
.account-container {
    background-image: url(/images/sign-up-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100% !important;
    background-color: #00c3b3;
    color: #212529;
    min-height: 100vh;
}
.account-container.register-container {
    height: auto;
    padding-bottom: 80px;
}
.content-sm.account-container {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
}
.account-container .form-wrap .col-md-6 {
    display: inline-block;
    width: calc(50% - 12.5px);
    padding: 0;
}
.account-container .form-wrap .col-md-12 {
    padding: 0;
}
.account-container .maxst-button-basic {
    padding: 13px 53px;
}
.account-container .row.account-row {
    /*top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: relative;*/
    margin: 0;
    top: 50%;
    position: relative;
}
.account-container hr {
    margin-top: 20px;
}
.account-container h3 {
    margin-bottom: 32px;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.account-container h3 + p {
    font-size: 16px;
}
.account-container h6 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 6px;
}
.account-container .reg-page{
    padding: 0;
    border: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.08);
}
.account-container .form-wrap {
    padding: 35px 40px 20px 40px;
}
.account-container .form-footer {
    margin: 0 40px;
    padding: 10px 0 25px 0;
    color: #848c94;
    border-top: 1px solid #ced4da;
}
account-container .form-footer p {
    font-size: 14px !important;
}
.account-container .form-control {
  width: 330px;
  height: 38px;
  border: solid 1px rgba(32, 53, 128, 0.16);
  background-color: rgba(32, 53, 128, 0.01);
}
.account-container select {
    cursor: pointer;
}
.account-container label.checkbox {
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 38px;
}
.account-container label.checkbox input[type = "checkbox"] ~ span{
    display: inline-block;
    width: 22px;
    height: 22px;
    /*border-radius: 5px;*/
    /*border: solid 2px #e3e3e3;*/
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../images/check-default.png);
    background-size: cover;
    border: none;
    cursor: pointer;
}
.account-container label.checkbox input[type = "checkbox"]:checked ~ span {
    background-image: url(../../images/check-sel.png);
    background-size: cover;
    border: none;
    cursor: pointer;
}
.account-container .icon {
    width: 22px;
    height: 22px;
}
.account-container .input-group {
    width: 100%;
}
.account-container .input-group input {
    height: 38px;
    border: 1px solid #ced4da;
    width: 100%;
}
/* end account field */
/*Boxed Layout
------------------------------------*/
.main-container{
    /*padding-top: 100px;*/
}
.wrapper {
  background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(/images/patterns/15.png) repeat;
}

.background-white-grey{
    background-color:#f8f9fa;
}
.background-grey{
    background-color:#b4bfc7;
}

/* Side bar*/
.sidebar_container {
    padding: 0;
    max-width: 300px;
    min-width: 280px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 100px;
    display: inline-block;
    vertical-align: top;
}
.sidebar_container.faq_sidebar_container {
    max-width: 100%;
    min-width: 100%;
}
.sidebar_container.scrollable >ul{
    position:absolute;
    padding:0;
    top:0;
    max-width: 300px;
    min-width: 280px;
    overflow-y:auto;
    z-index:50;
    transition:all 0.1s ease;
}
.sidebar_container.scrollable >ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.sidebar_container.scrollable ul::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.sidebar_container.scrollable ul::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #b2b2b2;
}
.md-wrap {
    /*padding-left:310px;*/
    width: calc(100% - 300px);
    padding-left: 20px;
    display: inline-block;
}

@media screen and (max-width: 991.98px) {
    .md-wrap {
        margin-top: 0 !important;
    }
}


.sidebar_container .menu-list li {
    list-style:none;
    padding:2px 5px;
    background: #fff;
}
.sidebar_container .menu-list >.menu-list-item > span{
   padding-left: 11px;
   font-size:16px;
}
.sidebar_container .menu-list >.menu-list-item > a{
   padding-left: 11px;
   font-size: 16px;
   line-height: 1.7;
   color:#646464;
}
/*.sidebar_container .menu-list-item > a:not(.collapsed){
    padding-left: 11px;
    border-left: 7px solid #00c3b3;
}*/
.sidebar_container .menu-list-item span[data-toggle=collapse]:after{
    content:url("../../images/sidebar-icon-up.png");
    display:inline-block;
    transform: rotateZ(90deg);
    margin-left:5px;
}
.sidebar_container .menu-list-item span[data-toggle=collapse].collapsed:after{    
    content:url("../../images/sidebar-icon-up.png");
    display:inline-block;
    transform: rotateZ(0deg);
    margin-left:5px;
}
.sidebar_container .menu-list-item.active > a, .sidebar_container .menu-list-item.active > span{
    color:#00c3b3;
}
.sidebar_container .menu-list-item > span{
    padding-left: 20px;
    cursor:pointer;
}
.sidebar_container .menu-list-item > span + ul{
    padding-left: 20px;
}
.sidebar_container .menu-list-item a{
    padding-left: 20px;
}
.sidebar_container .menu-list-item ul li >a {
   color:#b2b2b2;
   font-size:16px;
}
.sidebar_container .menu-list-item ul li > span {
   color:#b2b2b2;
   font-size:16px;
}
.sidebar_container .menu-list-item ul li > a:hover{
    color:#00c3b3;
}
.sidebar_container .menu-list-item ul li.active > a{
    color:#00c3b3;
}
@media screen and (max-width: 991.98px){
    .sidebar_container.scrollable >ul {
        min-width: 200px;
    }
    .sidebar_container .menu-list li {
        width: auto;
    }
    .sidebar_container .menu-list >.menu-list-item > span,
    .sidebar_container .menu-list >.menu-list-item > a,
    .sidebar_container .menu-list-item ul li > span,
    .sidebar_container .menu-list-item ul li >a {
       font-size:12px !important;
    }
    .sidebar_container.scrollable > ul,
    .sidebar_container.scrollable > select,
    aside.col-md-3.sidebar_container.scrollable {
        height: auto !important;
        position: relative !important;
        margin-top: 0 !important;
        top: 0 !important;
    }
}
/* End Side bar*/

/* BreadCrumb */
.breadcrumb {
    margin-top: 0;
    padding-right: 0;
    background: none;
    position: relative;
    top: 0;
    padding-top: 0;
}
.breadcrumbs h1 {
    color:#646464;
    font-size: 28px;
    margin-top: 10px;
    font-weight:bold;
}
.breadcrumb>li {
    display: inline-block;
    font-size:14.2px;
    color:#b2b2b2;
}
.breadcrumb li.active{
    color:#646464;
}
.breadcrumb li a:hover {
	color:#67a6ac;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}
/* end BeadCrumb*/

/* Modal */
.modal-sm{
    width:480px;
}
.modal-body{
    padding:0;
}


.current-name{
    font-size: 18px;
    color:#67a6ac;
    line-height: 70px;
}

.form-create{
    margin-top:25px;
}

.modal-form-title, .add-trackable-title{
    font-size: 15px;
    color:#555;
    line-height: 18px;
}

.modal-body .validation-summary-errors{
    display: block;
}

.modal-popup{
    height: 300px;
    color:#000;
    font-size: 13px;
    overflow-y: scroll;
}

.modal-delete{
    color:#000;
    font-size: 18px;
    margin: 30px 0;
}
.modal-delete:lang(en){
     letter-spacing: -1px;
}
.modal-footer{
    text-align: center;
    margin:0;
    padding:0;
    border:none;
}
.modal-dialog{
    margin:0;
}
.modal-dialog small, .modal-dialog p, .modal-dialog label, .modal-dialog li{
    font-size:12px;
}
.modal-dialog.modal-sm small, .modal-dialog.modal-sm p, .modal-dialog.modal-sm label{
    font-size:14px;
}
.modal-body .history-list-section {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    overflow: auto;
    max-height: 400px;
}
.modal-body .history-content-section {
    display: inline-block;
    vertical-align: top;
    width: 68%;
}
.modal-body .history-content-section .history-content-card {
    display: none;
    padding: 5px 5px 5px 30px;
}
.modal-body .history-content-section .history-content-card li {
    padding: 10px 5px;
    font-size: 16px;
}
.modal-body .history-list-section li {
    cursor: pointer;
    padding: 5px;
}
.modal-body .history-list-section li.active {
    background: #e5e5e5;
}
.modal-body .history-list-section li:hover {
    background: #e5e5e5;
}
.modal-header{
    text-align: center;
    padding:0;
    border:none;
}
.modal-footer{
    text-align: center;
    margin:0;
    padding:0;
    border:none;
}
.modal-title .title{
    margin-bottom: 10px;
}

.modal-content{
    padding:20px 30px 20px 30px;
}
.modal-content .thumbnail{
    border:none;
}
.modal-content .thumbnail>img{
    width:130px;
    height:130px;
    border: 1px solid #ddd;
}
.modal-content .input-group-addon{
    font-size:14px;
    color: #646464;
    text-align:left;
    width: 80px;
    border: none;
}
.modal-content .input-description{
    padding-left:80px;
}
.modal-content .modal-body{
    margin-bottom:30px;
}
.modal-header .b-close{
    float:none;
    position:absolute;
    top:5px;
    right:5px;
    width:40px;
    height:40px;
    background-color:#f5f5f5; 
    opacity: 1;
    padding:0 0;
    font-size:20px;
    line-height: 0;
}
.modal-header .b-close >img{
    vertical-align:middle;
}
.modal-header .b-close:hover >img{
    opacity:0.5;
}
/* end modal dialog*/

.modal-content.contact-modal-content p {
    margin-bottom: 10px;
}

.modal-content.contact-modal-content textarea {
    width: 100%;
    resize: none;
    height: 200px;
    border: 1px solid #ccc;
    padding: 6px 12px;
}
.modal-content.contact-modal-content textarea:focus,
.modal-content.contact-modal-content textarea:active {
    border-color: #bbb;
    box-shadow: 0 0 2px #c9c9c9;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

/* Mark Down Pages*/
.md-container {
    margin: 0 auto;
}
.md-container h1{
    font-size:36px;
    margin-bottom:38px;
    font-weight: bold;
}
.md-container h2{
    font-size:30px;
}
.md-container h3{
    font-size:24px;
    margin: 30px 0;
}
.md-container p {
    font-size: 16px;
    line-height:2;
}
.md-container p.sub-heading {
    background: #f5f6f7;
    padding: 4px 0 4px 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    margin-top: 18px;
}
.md-container p.sub-heading::before {
    background-image: url(../../images/icn-info.svg);
    background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content:"";
    margin-right: 10px;
    vertical-align: sub;
}
.md-container blockquote,
.md-container .faq-answer{
    border-left-width: 10px;
    background-color: rgba(128,128,128,0.05);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 20px;
    margin: 0 0 1.1em;
    border-left: 5px solid rgba(128,128,128,0.075);
}
.md-container pre{
    text-align: start;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    background:rgba(128,128,128,0.05);
}

.md-container img{
    width:auto;
    max-width:100%;
    display:block;
    margin:10px 0;
}
.md-container table{
    width:100%;
    border: 1px solid #ddd;
}
.md-container table th,
.md-container table tr,
.md-container table td
{
    border: 1px solid #ddd;
    padding: 11px 8px;
}
.md-container table th{
    background-color: #00c3b3;
    color: #fff;
    font-size:14px;
}
.md-container ul li{
    list-style:unset;
    padding-bottom:5px;
    line-height:2;
}
.md-container ul {
    padding-left:50px;
}
.md-container ol {
    padding-left:35px;
}
.md-container ol li{
    padding-bottom:5px;
    line-height:2;
}
.md-container p > em:before {
    background-image: url('/images/note.png');
    background-size: 30px 30px;
    /*content:url(/images/noteTest.png);*/
    display: inline-block;
    width: 30px; 
    height: 30px;
    content:"";
    margin-right: 10px;
    vertical-align: bottom;
}
.md-container p > em {
    font-style: inherit !important;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}
/*Ä«µå Å×ÀÌºí*/
.md-container table.card-table th {
    background: transparent;
    color: #000;
    width: 33.3%;
}

.md-container table.card-table td {
    text-align: center;
    vertical-align: top;
}

.md-container table.card-table td img {
    display: inline-block;
}

.md-container table.card-table,
.md-container table.card-table th,
.md-container table.card-table tr,
.md-container table.card-table td {
    border: 1px solid transparent;
    padding: 0 8px;
}
.md-container .maxst-button-basic {
    width: 206px;
    height: 57px;
    padding: 0;
    line-height: 57px;
    text-align: center;
    font-size: 16px;
}
.maxst-button-basic:hover,
.maxst-button-basic:active {
    color: #fff;
}
.md-container .maxst-button-white-border {
    width: 206px;
    height: 57px;
    padding: 0;
    line-height: 57px;
    text-align: center;
    font-size: 16px;
}
/*´Ù¿î·Îµå - ¾ÆÀÌÄÜ ¾ø´Â Å×ÀÌºí*/
.md-container table.no-icon-table {
    width: calc(100% - 274px);
    display: inline-block;
    margin-left: 62px;
    padding-top: 12px;
    padding-bottom: 20px;
}
.md-container table.no-icon-table th {
    background: transparent;
    color: #212529;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.07px;
}
.md-container table.no-icon-table,
.md-container table.no-icon-table th {
    border: 1px solid transparent;
}
.md-container table.no-icon-table tr,
.md-container table.no-icon-table td {
    border: 1px solid transparent;
    padding: 0 8px;
}
.md-container table.no-icon-table td {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.04px;
    padding: 3.5px;
}
.md-container table.no-icon-table td:first-child {
    width: 190px;
    font-weight: bold;
    padding-left: 20px;
}
.md-container table.no-icon-table td:first-child::before {
    background-image: url(../../images/icn-check.svg);
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;    
    margin-right: 10px;
}
.md-container .download-button-wrapper {
    display: inline-block;
    margin-top: 70px;
    vertical-align: top;
}
.md-container p.large-description {
    line-height: 1.56;
    font-size: 18px;
}
/*´Ù¿î·Îµå - ¾ÆÀÌÄÜ ÀÖ´Â Å×ÀÌºí*/
.md-container p.download-icon-wrapper {
    display: inline-block;
    width: 170px;
    margin-left: 62px;
    text-align: center;
}
.md-container p.download-icon-wrapper img.download-icon {
    width: 100%;
    margin: 0;
}
.md-container table.icon-table {
    display: inline-block;
    width: calc(100% - 272px);
    vertical-align: top;
    border: 1px solid transparent;
    margin-left: 30px;
}
.md-container table.icon-table th {
    background: transparent;
    color: #212529;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.07px;
    border: 1px solid transparent;
    padding-top: 0;
}
.md-container table.icon-table td {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.04px;
    padding: 3.5px;
    border: 1px solid transparent;
}
.md-container table.icon-table tr,
.md-container table.icon-table td {
    padding: 0 8px;
}
.md-container table.icon-table tr:nth-child(2) td {
    padding: 30px 8px 20px;
}
.md-container table.icon-table .maxst-button-basic {
    margin-right: 20px;
}
/*Æ©Åä¸®¾ó*/
.md-container table.md-card-table {
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    width: 27%;
    margin-left: 3%;
    margin-right: 3%;
}
.md-container table.md-card-table thead tr {
    padding: 0;
}
.md-container table.md-card-table th {
    background: transparent;
    border: 1px solid transparent;
    padding: 0;
}
.md-container table.md-card-table th a {
    width: 100%;
}
.md-container table.md-card-table th a:hover {
    opacity: 0.5;
}
.md-container table.md-card-table th img {
    width: 100%;
    margin: 0;
    cursor: pointer;
}
.md-container table.md-card-table td {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.04px;
    padding: 0;
    border: 1px solid transparent;
}
.md-container table.md-card-table tbody tr:first-child td {
    color: #212529;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 7px;
    letter-spacing: -0.07px;
}
.md-container table.md-card-table tbody tr:nth-child(2) td {
    font-size: 14px;
    color: #848c94;
}
.md-container table.md-card-table tr:last-child td {
    font-size: 16px;
    line-height: 1.31;
    color: #495056;
    padding-top: 14px;
    letter-spacing: -0.44px;
}
/* end Mark Down Pages*/

/* Overlay reloading */
.overlay-reloading-wrap {
    position: fixed;
    left:0;
    top: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
}
.overlay-reloading-wrap .overlay-reloading-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay-reloading-wrap .overlay-reloading-block > img {
    max-width: 80px;
}
/* end Overlay reloading */

@media (min-width: 1200px) {
.container {
    width: 1280px;
}
}

img {
    max-width: 100%;
}

.image-cover {
    display: none;
    position: absolute;
    background: #00c3b3;
    opacity: 0.4;
    width: 320px;
    height: 240px;
}

.inline-block {
    display: inline-block !important;
}
.background-maxst {
    background: #00c3b3 !important;
    color: #fff !important;
}
.background-blue {
    background: #00b8fd !important;
    color: #fff !important;
}
textarea::placeholder {
    color: darkgray;
}
button {
    border: none;
}