@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  height: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------------------------
	Basic Styling
--------------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Nanum Gothic', sans-serif;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input::-moz-focus-inner {
  border: 0;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}
button:focus, button:active {
   outline: none;
}
.no-padding {
  padding: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-left-padding {
  padding-left: 0 !important;
}
.no-right-padding {
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-left-margin {
  margin-left: 0 !important;
}
.no-right-margin {
  margin-right: 0 !important;
}
.a-position {
    position: absolute
}
.r-position {
    position: relative
}
.f-position {
    position: fixed
}
/*------------------------------------------------------
	common Styling
--------------------------------------------------------*/
.top_menu_bg {
    background-color: #fbfbfb
}
.nav_bg {
    background-color: #222324;
    min-height: 60px;
}
.top_menu {
    padding: 13px;
} 
.top_menu ul li {
    border-right: 1px solid #d8d8d8;
    padding-left: 15px;
    padding-right: 15px;
}
.top_menu ul li:last-child {
    border-right: 0;
    padding-right: 0px;
}
.top_menu ul li a {
    color: #4a4a4a;
    font-size: 12px;
    letter-spacing: -0.5px
}
.menu_box {
    position: relative;
}
.navbar-custom {
    margin-bottom: 0;
    background-color: transparent;
    border: none
}
.navbar-custom .member_id {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-top: 0px;
}
.navbar-custom .navbar-nav.menu {
    margin: 3px 0px;
    position: absolute;
    left: 31%
}
.navbar-custom .navbar-nav.menu .divider {
    height: 1px;
    margin: 10px 15px;
    background-color:#4a4a4a;
    max-width: 170px;
}
.navbar-custom .navbar-nav.menu>li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    font-size: 14px
}
.navbar-custom .navbar-nav.menu>li>a {
    font-weight: bold
}
.navbar-custom .navbar-nav>li>a {
    color: #ffffff
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover {
    border-bottom: 4px solid #50e3c2
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border: none
}
.navbar-toggle {
  border: none;
  background: transparent !important;
  margin-right: 0;
  margin-top: 14px;
  z-index: 3
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
/*------------------------------------------------------
	Login Styling
--------------------------------------------------------*/
.login_box  {
    background-color: #30353b; 
    text-align: center;
}
.login_box .login_con {
    font-size: 12px;
    margin: 5px 0px
}
.login_box .login_con li a {
    display: inline-block;
    color: #9b9b9b
}
.navbar-custom .member_photo {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    margin-top: 9px
}
.login_box .login_con .dropdown-menu.member_menu {
    min-width: 140px;
    background-color: #000;
    border: none;
    margin-top: 3px
}
.login_box .login_con .dropdown-menu.member_menu li:first-child {
    margin-top: 5px;
}
.login_box .login_con .dropdown-menu.member_menu li:last-child {
    margin-bottom: 5px;
}
.login_box .login_con .dropdown-menu.member_menu>li>a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold
}
.dropdown-menu.member_menu>li>a:focus, .dropdown-menu.member_menu>li>a:hover {
    background-color: transparent
}
.login_box .login_con .dropdown-menu.member_menu .divider {
    margin: 10px 15px;
    background-color: #4a4a4a;
    display: block
}
/*------------------------------------------------------
	Slide Styling
--------------------------------------------------------*/
.main-carousel {
    position: relative;
    padding-top: 105px;
    padding-left: 0;
    padding-right: 0;
    max-width: 1440px
}
.max-width-w {
    max-width: 1170px;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto
}
.custom-carousel .carousel-caption {
    text-align: left;
    left: 10%;
    right: 0;
    top: 15%;
    text-shadow:none;
    z-index: 0
}
.custom-carousel .carousel-indicators {
    z-index: 1
}
.custom-carousel .carousel-caption h1 {
    line-height: 48px;
    color: #000000;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 10px;
}
.custom-carousel .carousel-caption h4 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    letter-spacing: -1px;
}
.custom-carousel .carousel-caption .sub-text {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 20px;
    letter-spacing: -1px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block
}
.custom-carousel .carousel-control {
    width: auto;
    opacity: inherit
}
.custom-carousel .carousel-control.left {
    background-image: none;
}
.custom-carousel .carousel-control.right {
    background-image: none
}
.custom-carousel .carousel-control .prev-btn {
    background: url("../images/new_kwis/slide/btn-left.png") no-repeat;
    width: 70px; height: 70px;
    display: inline-block;
    margin-top: -10px;
    margin-left: 30px;
    position: absolute;
    left : 50%;
    top: 40%;
    z-index: 1   
}
.custom-carousel .carousel-control .next-btn {
    background: url("../images/new_kwis/slide/btn-right.png") no-repeat;
    width: 70px; height: 70px;
    display: inline-block;
    margin-top: -10px;    
    margin-right: 30px;
    position: absolute;
    right: 50%;
    top: 40%;
    z-index: 1
}
.custom-carousel .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    border: none
}
.custom-carousel .carousel-indicators .active {
    background-color: #50e3c2;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.date-timeBox {
    margin-top: 10px;
    margin-bottom: 10px;
}
.date-timeBox .date_time {
    font-size: 12px;
    color: #000;
    letter-spacing: -0.5px;
} 
.date-timeBox .date_time:before {
    background: url("../images/new_kwis/icon/time.png") no-repeat;
    width: 14px;
    height: 14px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.date-timeBox .name-text {
    display: block; 
    font-size: 14px; 
    letter-spacing: -0.5px; 
    color: #4a4a4a
}
.additory-list {
    clear: both; 
    margin-left: 0;
}
.additory-list li:first-child {
    padding-right: 0;
    padding-left: 0
}
.additory-list li .fa.fa-star {
    color: #50e3c2
}
.additory-list li .rating-text {
    font-weight: bold; 
    font-size: 16px; 
    color: #4a4a4a
}
.additory-list li .hashtag {
    position: relative;
    top: 3px
}
.additory-list li .hashtag li {
    float: left
}
.additory-list li .hashtag li span {
    font-size: 11px; 
    color: #4a90e2;
}
/*------------------------------------------------------
	Main Page Con : e-TBA INTRODUCTION
--------------------------------------------------------*/
.site-section {
    padding: 2.5em 0
}
.site-section h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: -0.46px;
    color: #4a4a4a;
    margin-bottom: 35px
}
.site-section.e-TBA-intro .vod-box {
    position: relative; 
    margin: 0 auto; 
    max-width: 970px
}
.site-section.e-TBA-intro .vod-box:before {
    position:absolute;
    top: 50%;
    left: 50%;
    background: url("../images/new_kwis/icon/btn-play.png") no-repeat;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "";   
}
.site-section.e-TBA-intro .vod-info {
    position: relative; 
    margin: 0 auto; 
    max-width: 970px;
    padding-top: 20px;
    padding-bottom: 40px
}
.site-section.e-TBA-intro .vod-info h4 {
    display: inline-block;
    margin-right: 14px;
    color: #4a4a4a;
    font-weight: bold
}
.site-section.e-TBA-intro .vod-info span {
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #4a4a4a
}
/*------------------------------------------------------
	Main Page Con : e-TBA Feature
--------------------------------------------------------*/
.site-section.e-TBA-feature {
    background: url("../images/new_kwis/sample_image/rectangle-copy-9.png") no-repeat;
    width: 100%; 
    background-position: top center;
}
.site-section h2.white-color {
    color: #ffffff;
}
.site-section.e-TBA-feature .sub-text {
    color: #9b9b9b;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
}
.feature-list .title-text {
    color: #4a4a4a;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px
}
.feature-list .con-text {
    color: #9b9b9b;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.5px;
    display: block;
    min-height: 85px;
}
.e-TBA-feature-box {
    max-width: 970px; 
    margin: 0 auto; 
    text-align: center; 
    float: none
}
.e-TBA-feature-box .e-TBA-feature-list {
    background-color: #fff; 
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); 
    border-radius: 18px; 
    padding: 40px 20px; 
    width: 270px
}
/*------------------------------------------------------
	Main Page Con : 그룹멘토링
--------------------------------------------------------*/
.site-section.e-TBA-mentoring {
    background-color: #f3f4f5;
    width: 100%; 
    padding-bottom: 80px;
}
.site-section.e-TBA-mentoring .mentoring-box {
    padding-left: 0;
    padding-right: 0
}
.e-TBA-mentoring .thumbnail {
    padding: 0;
    display: inline-block;
    border-radius: 13px;
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.1);
    width: 100%
}
.e-TBA-mentoring .thumbnail .thumbnail-img-box {
    padding-left: 0;
    padding-right: 0
}
.e-TBA-mentoring .thumbnail .thumbnail-img {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
.e-TBA-mentoring .thumbnail .caption {
    padding: 20px 15px
}
.e-TBA-mentoring .thumbnail .caption h4 {
    font-size: 16px; 
    font-weight: bold; 
    line-height: 24px; 
    letter-spacing: -0.5px; 
    color: #000; 
    height: 48px; 
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    display: -webkit-box; 
    overflow: hidden
}






/*------------------------------------------------------
	Custom button
--------------------------------------------------------*/
.btn.custom-default {
    background-color: #30353b;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    min-width: 120px;
    outline: none
}
.btn.custom-default:focus, .btn.custom-default:hover {
    outline: none
}
/*------------------------------------------------------
	Custom pagination
--------------------------------------------------------*/
.pagination>li>a, .pagination>li>span {
    color: #30353b;
    background-color: transparent;
    border: none;
    padding: 10px 15px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #30353b;
    border-radius: 50%
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background: none
}
/*------------------------------------------------------
	Footer
--------------------------------------------------------*/
footer {
    background-color: #30353b;
    padding: 60px
}
footer .top_list {
    margin-bottom: 10px
}
footer .top_list li {
    padding-right: 20px;
    padding-left: 0
}
footer .top_list li:last-child {
    padding-right: 0
}
footer .top_list li a {
    font-size: 16px;
    color: #fff
}
footer .bottom_list li {
    color: #fff;
    opacity: 0.4;
    line-height: 24px;
    letter-spacing: 0;
    font-size: 14px;
}
footer .bottom_list li:last-child {
    display: block
}
footer .footer-logoBox {
    text-align: center
}
footer .footer-logoBox img {
    margin-top: 25px
}
/*------------------------------------------------------
    Modal Styling
--------------------------------------------------------*/
.custom-modal .modal-dialog {
    width: 340px;
}
.custom-modal .modal-dialog .modal-header {
    text-align: center;
    padding: 30px 15px;
}
.custom-modal .modal-header button.close {
    position: absolute;
    left: 20px;
    top: 25px;
    color: #4a4a4a;
    opacity: 1;
    font-size: 25px;
}
.custom-modal .modal-header .modal-title {
    font-weight: bold
}
.social-login-list li {
    margin-bottom: 10px;
}
.custom-modal .divider-or {
    background: url("../images/new_kwis/modal/divider-or.png") no-repeat;
    width: 280px;
    height: 12px;
    display: inline-block;
    text-indent: -9999px;
    margin-top: 20px;
}
.custom-modal .divider-line {
    width: 90%;
    height: 1px;
    background-color:#ced1d2;
    display: inline-block
}
.custom-modal .modal-dialog .btn.custom-default {
    background-color: #30353b;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 25px;
    min-width: 120px;
    outline: none;
    padding: 10px 16px
}
.custom-modal .modal-body form .form-group label {
    font-weight: normal
}
.custom-modal .modal-body small {
    display: block; 
    color: #000000; 
    letter-spacing: -0.5px; 
    margin-top: 20px;
}
.custom-modal .modal-dialog .btn.custom-default:focus, .btn.custom-default:hover {
    outline: none
}
.info-box {
    text-align: center;
    margin-top: 30px;
}
.info-box .info-list li {
    padding: 10px 0px
}
.info-box .info-list li label {
    color: #4a4a4a; font-size: 14px; letter-spacing: -0.29px
}
.info-box .info-list li .link-join {
    text-decoration: underline; 
    color: #000; 
    font-weight: bold; 
    font-size: 14px; 
    letter-spacing: -0.29px
}
.info-box .info-list li .link-pwd {
    color: #4a4a4a; 
    font-size: 14px; 
    letter-spacing: -0.29px
}
.two-btn button {
    margin: 0px 5px
}
.custom-modal .modal-dialog .btn.custom-disagree {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    border-radius: 25px;
    min-width: 120px;
    outline: none;
    border: 1px solid #ced1d2
}
.custom-modal .modal-dialog .btn.custom-disagree:focus, .btn.custom-disagree:hover {
    outline: none
}
.custom-modal .terms-box {
    padding-left: 0;
    padding-right: 0;
}
.custom-modal .terms-box:first-child {
    padding-bottom: 10px;
}
.custom-modal .terms-box .termsBox, .custom-modal .terms-box .policyBox {
    border: 1px solid #ced1d2; 
    color: #4a4a4a; 
    font-size: 12px; 
    line-height: 20px; 
    letter-spacing: -0.5px; 
    padding: 10px; 
    overflow-y: auto; 
    height: 140px;
}
.custom-modal .round {
    padding: 12px;
}
.custom-modal .round.round-b {
    border: 1px solid #ced1d2
}
.custom-modal .round span {
    float: left; 
    color: #000; 
    letter-spacing: -0.5px; 
    font-size: 14px;
    font-weight: bold
}
.custom-modal .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    float: right;
    width: 28px;
    position: relative;
    bottom: 2px
}
.custom-modal .round label:after {
    border: 2px solid #d8d8d8;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    opacity: 1;
    transform: rotate(-45deg);
    width: 12px;
    position: absolute;
    left: 7px;
    top: 8px;
}
.custom-modal .round input[type="checkbox"] {
    visibility: hidden;
}
.custom-modal .round input[type="checkbox"]:checked + label {
    background-color: #50e3c2;
    border-color: #50e3c2;
}
.custom-modal .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
    border: 2px solid #fff;  
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    transform: rotate(-45deg);
    width: 12px;
    position: absolute;
    left: 7px;
    top: 8px;     
}
.custom-modal .modal-body small.email-send {
    display: none
}
.custom-modal .modal-body .weedout-groupName {
    font-weight: bold; 
    color: #000; 
    letter-spacing: -0.5px
}
.custom-modal .modal-body .weedout-reason {
    color: #4a4a4a; 
    letter-spacing: -0.5px; 
    font-size: 14px; 
    line-height: 20px; 
    margin-top: 20px;
}
.custom-modal .modal-body .weedout-reason-text {
    font-size: 16px; 
    line-height: 24px; 
    color: #000; 
    letter-spacing: -0.5px
}
/*------------------------------------------------------
Media Query	 Custom Option
--------------------------------------------------------*/
@media (min-width: 360px) and (max-width: 574px) {
     .custom-carousel .carousel-control .prev-btn {
        background: url("../images/new_kwis/slide/btn-left-s.png") no-repeat;
        width: 34px; height: 34px;
        top: 19%;   
    }
    .custom-carousel .carousel-control .next-btn {
        background: url("../images/new_kwis/slide/btn-right-s.png") no-repeat;
        width: 34px; height: 34px;
        top: 19%;
    }
    .custom-carousel .carousel-caption h4 {
        font-size: 16px;
    }
    .site-section.e-TBA-intro .vod-box:before {
        position:absolute;
        top: 50%;
        left: 50%;
        background: url("../images/new_kwis/icon/btn-play-small.png") no-repeat;
        width: 40px;
        height: 40px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        content: "";   
    }
    .pagination>li>a, .pagination>li>span {
        padding: 6px 12px;
    }    
}
@media (min-width: 575px) and (max-width: 767px) {
     .custom-carousel .carousel-control .prev-btn {
        background: url("../images/new_kwis/slide/btn-left-s.png") no-repeat;
        width: 34px; height: 34px;
        top: 30%;   
    }
    .custom-carousel .carousel-control .next-btn {
        background: url("../images/new_kwis/slide/btn-right-s.png") no-repeat;
        width: 34px; height: 34px;
        top: 30%;
    } 
    .custom-carousel .carousel-caption h4 {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 879px) {
     .custom-carousel .carousel-caption {
        left: 10%;
        top: 12%;
    }    
    .custom-carousel .carousel-caption h1 {
        line-height: 35px;
        font-size: 28px;
    }
    .custom-carousel .carousel-caption .sub-text {
        font-size: 12px;
        line-height: 20px;
    }
    .custom-carousel .carousel-control .prev-btn {
        background: url("../images/new_kwis/slide/btn-left-s.png") no-repeat;
        width: 34px; height: 34px;
        top: 40%; 
    }
    .custom-carousel .carousel-control .next-btn {
        background: url("../images/new_kwis/slide/btn-right-s.png") no-repeat;
        width: 34px; height: 34px;
        top: 40%;
    }
}
@media (min-width: 880px) and (max-width: 990px) {
    .custom-carousel .carousel-caption {
        left: 10%;
        top: 15%;
    }    
    .custom-carousel .carousel-caption h1 {
        line-height: 35px;
        font-size: 28px;
    }
    .custom-carousel .carousel-caption .sub-text {
        font-size: 12px;
        line-height: 20px;
    } 
    .custom-carousel .carousel-control .prev-btn {
        background: url("../images/new_kwis/slide/btn-left-s.png") no-repeat;
        width: 34px; height: 34px;
        top: 40%;  
    }
    .custom-carousel .carousel-control .next-btn {
        background: url("../images/new_kwis/slide/btn-right-s.png") no-repeat;
        width: 34px; height: 34px;
        top: 40%;
    }      
}
@media (min-width: 991px) and (max-width: 1199px) { 
    .custom-carousel .carousel-caption {
        left: 12%;
        top: 15%;
    }    
    .custom-carousel .carousel-caption h1 {
        line-height: 40px;
        font-size: 32px;
    }
}
/*------------------------------------------------------
Media Query	 Max-Width Option
--------------------------------------------------------*/
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
    footer .top_list li {
        padding-right: 10px
    }    
    footer .top_list li a {
        font-size: 13px;
    }
    footer .bottom_list li {
        font-size: 11px;
    }    
} 
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {  
    .top_menu {
        text-align: center
    }
    .navbar-custom .navbar-nav.menu  {
        position: inherit !important;
        left: auto !important
    }  
    .navbar-custom .navbar-brand {
        padding: 13px 15px
    }
    .navbar-custom .navbar-collapse {
        position: fixed;
        top: 59px;
        right: 0;
        bottom:0;
        margin: 0;
        padding: 0px;
        width: 200px;
        z-index: 2;
        background-color: #000;
        min-height: 100%
    }
    .navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover {
        border-bottom: none;
        color: #50e3c2
    }
    .navbar-custom .navbar-nav.menu>li:first-child {
        padding-top: 10px
    }
    .navbar-custom .navbar-nav.menu>li {
        padding-top: 0px;
    }    
    .login_box  {
        padding: 20px 0px
    }    
    .login_box .login_con li:nth-child(2)::after {
        content: "";
    }
    .navbar-custom .member_photo {
        width: 40px;
        height: 40px;
        margin-right: 0px;
        display: block;
        margin: 0 auto
    }
    .navbar-custom .member_id {
        color: #50e3c2;
        font-weight: bold;
        display: block;
        margin-top: 10px;
    }
    .navbar-custom .company_name {
        color: #ced1d2;
        font-size: 11px
    }    
    .btn.btn-normal.btn-greenish {
        background-color: #50e3c2;
        color: #000;
        font-size: 11px;
        font-weight: bold;
        border-radius: 12px;
        padding: 7px 0px;
        min-width: 70px;
        line-height: 1;
        margin: 14px 5px 0px;
        border: none
    }  
    .btn.btn-normal.btn-dark {
        background-color: #061018;
        color: #9b9b9b !important;
        font-size: 11px;
        font-weight: bold;
        border-radius: 12px;
        padding: 7px 0px;
        min-width: 70px;
        line-height: 1;
        margin: 14px 5px 0px;
        border: none
    }
    .btn.btn-normal {
        background-color: #ffffff;
        color: #4a4a4a !important;
        font-size: 11px;
        font-weight: bold;
        border-radius: 12px;
        padding: 7px 0px;
        min-width: 70px;
        line-height: 1;
        margin: 14px 5px 0px;
        border: none;
        outline: none
    }
    a.btn.btn-normal.btn-greenish:focus, a.btn.btn-normal.btn-greenish:hover {
        background-color: #50e3c2;
    }
    a.btn.btn-normal.btn-dark:focus, a.btn.btn-normal.btn-dark:hover {
        background-color: #061018;
    }    
    a.btn.btn-normal:focus, a.btn.btn-normal:hover {
        background-color: #ffffff;
        outline: none
    }
    .main-carousel {
        padding-top: 60px;
    }    
    .custom-carousel .carousel-caption {
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        min-height: 250px;
    }  
    .custom-carousel .carousel-caption h1 {
        line-height: 35px;
        font-size: 20px;
        margin-top: 15px;
    }   
    .site-section.e-TBA-intro .vod-info h4 {
        display: block;
        margin-bottom: 10px;
    }
    .site-section.e-TBA-intro .vod-info span {
        font-size: 12px;
    } 
    .site-section.e-TBA-feature .sub-text {
        font-size: 13px;
    } 
    .e-TBA-mentoring .thumbnail .caption  {
        padding: 9px
    }  
    .e-TBA-mentoring .thumbnail .caption h4 {
        font-size: 12px; 
        line-height: 24px; 
        letter-spacing: -0.5px; 
        height: 20px; 
        -webkit-line-clamp: 1; 
    }     
    footer {
        padding: 20px
    }  
    .custom-modal .modal-dialog {
        margin: 10px auto
    }    
} 
/*Medium devices (tablets, less than 992px) */
@media (max-width: 991px) { 
    .navbar-custom .navbar-nav.menu {
        margin: 3px 0px;
        position: absolute;
        left: 18%
    }    
    .site-section.e-TBA-feature {
        background-image: none;
        background-color: #30353B;
        width: 100%; 
    }    
    .e-TBA-feature-box .e-TBA-feature-list {
        width: 215px;
        margin: 0 auto 20px
    }
} 
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {  

}
/*------------------------------------------------------
Media Query	 Min-Width Option
--------------------------------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {  

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}
