@charset "utf-8";

.nav {
    position:relative;
    width:100%;
}
.nav .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}
.nav .nav__item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.nav .nav__link {
    display:block;
    padding: 0.7rem 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    background-color: #f6f6f6;
    color: #495057;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav .nav__link.active,
.nav .nav__link:hover {
    background-color: #ff7e00;
    color: #fff;
}

.md-checkbox {
    position:relative;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;
    cursor:pointer;
}
.md-checkbox .cr {
    position:relative;
    width:1rem;
    height:1rem;
    border:1px solid #ddd;
    border-radius:100%;
    text-align:center;
}
.md-checkbox .text {
    width:calc(100% - 1rem);
    padding-left:5px;
    color:#000;
}
.md-checkbox :checked ~ .cr {border-color:#000;}
.md-checkbox :checked ~ .cr::before {
    display:block;
    content: "\f00c";
    font-family: 'FontAwesome';
    color:#000;

}

.trems {
    position:relative;
    width:100%;
}
.trems__title {
    font-size:0.8rem;
    color:#000;
    font-weight:500;
}
.trems__title ~ .trems__title {margin-top:1rem}

.trems__text {
    font-size:0.75rem;
    color:#666;
    margin-top:0.3rem;
    line-height:1.2;
}
.trems__text .text__in {
    padding-left:0.5rem;
}
.trems .mt--40 {margin-top:2rem}

.signup-completion {
    position:relative;
    width:100%;
    text-align:center;
}
.signup-completion__text1 {
    font-size:1.25rem;
    font-weight:500;
    color: #484848;
} 
.signup-completion__text2 {
    margin-top:1rem;
    font-size:0.9rem;
    color: #484848;
} 
.signup-completion__btnbox {
    margin-top:1rem;
    text-align:center;
}

.auth-recover {
    position:relative;
    width:100%;
}
.auth-recover .hr {
    display: block;
    width: 100%;
    height: 1px;
    margin-top:1.7rem;
    margin-bottom:1.7rem;
    background-color: #d9d9d9;
}
.auth-recover__title {
    font-size:0.75rem;
    font-weight:500;
    color: #484848;
    margin-bottom:0.75rem;
}
.recover-frmbox {
    position:relative;
    width:100%;
	margin-bottom:0.75rem;
}
.recover-frmbox .frminput {
    width:100%;
}
.recover-frmbox + .recover-frmbox {margin-top:5px}
.recover-btnbox {margin-top:5px;}
.recover-btnbox .btn {width:100%}

.tbl-type1 {
    width:100%;
    border-top:2px solid #363636;
    border-bottom:1px solid #363636;
    border-collapse:collapse;
}
.tbl-type1.tbl-type--org {margin-top:1rem}
.tbl-type1.tbl-type--org td {text-align:center;}
.tbl-type1 th,
.tbl-type1 td {
    border:1px solid #d6d6d6;
    border-width:0 1px 1px;
    padding:0.7rem 0.6rem
}
.tbl-type1 td {
    font-size:0.8rem;
    color:#8f8f8f;
    line-height:1.3;
    vertical-align:middle;
    text-align:left;
    padding:0.7rem 0.9rem
}
.tbl-type1 th {
    font-size:0.8rem;
    color:#272727;
    line-height:1.3;
    vertical-align:middle;
    text-align:center;
    font-weight:400;
    background-color:#fbfbfb;
    font-weight:700;
}
.tbl-type1.tbl-type1--org td {text-align:center;}
.tbl-type1 .w80 {width:80px}
.tbl-type1 .w150 {width:150px}
.tbl-type1 .w100 {width:100px}
.tbl-type1 .w170 {width:170px}
.tbl-type1 .w200 {width:200px}
.tbl-type1 .btn {min-width:4.3rem}
.tbl-type1 tr th:first-child {border-left-width:0;}
.tbl-type1 tr th:last-child {border-right-width:0;}
.tbl-type1 tr td:last-child {border-right-width:0;}
.tbl-type1 tr td:first-child {border-left-width:0;}
.tbl-type1 thead tr:first-child th,
.tbl-type1 thead tr:first-child td,
.tbl-type1 tbody tr:first-child td,
.tbl-type1 tbody tr:first-child th {border-top-width:0;}
.tbl-type1 thead tr:last-child th,
.tbl-type1 thead tr:last-child td,
.tbl-type1 tbody tr:last-child td,
.tbl-type1 tbody tr:last-child th {border-bottom-width:1px;}
.tbl-type1 thead ~ tbody tr td {border-top-width:1px !important}
.tbl-type1 .t-tit {
    display: none;
    color: #010101;
}
.tbl-type1 .t-state-list li + li {
    margin-top: 0.3rem;
}
@media screen and (max-width:800px){
    .responsive .tbl-type1 {
        display:block;
        border-top-width:0;
        border-bottom-width:0
    }
    .responsive .tbl-type1 colgroup,
    .responsive .tbl-type1 thead {display:none;}
    .responsive .tbl-type1 tbody,
    .responsive .tbl-type1 tr,
    .responsive .tbl-type1 td {
        display:block;
        width:100%;
        border-width:0;
        padding:0
    }
    .responsive .tbl-type1 tr ~ tr {margin-top:1rem}
    .responsive .tbl-type1 tr {border-top: 2px solid #363636;border-bottom: 1px solid #363636;}
    .responsive .tbl-type1 .td-in-box {
        display:flex;
        width:100%;
        flex-direction:row;
        flex-wrap:wrap;
    }
    .responsive .tbl-type1 .td-in-box .t-tit {
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        width:6rem;
        padding:0.5rem;
        vertical-align:middle;
        background-color:#f1f1f1
    }
    .responsive .tbl-type1 .td-in-box .t-txt {
        text-align:center;
        width:calc(100% - 6rem);
        text-align:left;
        padding:0.5rem;
        vertical-align:middle
    }
}


.schedule {position:relative;}
.schedule__head {
    position:relative;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}
.schedule__title {
    position:relative;
    font-size:1.5rem;
    color:#222;
    font-weight:500;
    line-height:1;
}
.schedule__btn-prev,
.schedule__btn-next {
    font-size:1rem;
}
.schedule__btn-prev {margin-right:1rem}
.schedule__btn-next {margin-left:1rem}
.schedule__body {margin-top:1.55rem}
.schedule__table-box {position:relative;}
.schedule__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.schedule__table th {
    border: 2px dashed #ddd;
    font-size: 0.9rem;
    padding: 0.6rem 0;
    color: #464646;
}
.schedule__table td {
    font-size: 0.8rem;
    height: 7rem;
    border: 2px dashed #ddd;
}
.schedule__table th.sun,
.schedule__table td.sun, 
.schedule__table td.sun a {color:#da464a;} 
.schedule__table th.sat,
.schedule__table td.sat,
.schedule__table td.sat a {color:#3a91e2;}

.schedule__table .date {
    font-size:0.8rem;
    padding:2px 7px;
}
.schedule__table .date a {color:#464646;}
.schedule__table .count {
    display: block;
    position: relative;
    background-color: #ff8401;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    font-size: 1rem;
    padding: 1.1rem 7px;
    margin: 0.55rem auto;
    color: #fff;
    text-align: center;
}

.sub-title {
    position:relative;
    font-size:1.25rem;
    color:#269ce1;
    font-weight:500;
    line-height:1;
    padding-left:1.3rem;
}
.sub-title::before {
    content:"";
    display:block;
    position:absolute;
    top:4px;
    left:0;
    width:1.05rem;
    height:1.05rem;
    background:url(../imgs/sub/title_bg.png) no-repeat 0 0;
    background-size:100% auto;
}

.sub-title2 {
    position:relative;
    font-size:1rem;
    line-height:1;
    padding-left:0.6rem;
}
.sub-title2::before {
    content:"";
    display:block;
    position:absolute;
    top:0.3rem;
    left:0;
    width:0.4rem;
    height:0.4rem;
    background-color:#0d6eb0;
    background-size:100% auto;

}

.color--black {color:#000 !important}
.color--green {color:#6b9f10 !important} 
.color--blue {color:#2f8ad3 !important}

.cont-image-box {
    position:relative;
    width:100%;
}
.sub-text {
    font-size:0.8rem;
    color:#4d4d4d;
}

.mt28 {margin-top:1.4rem}

.hr {
    display:block;
    width:100%;
    height:1px;
    background-color:#ddd;
    margin:2.35rem 0;
}

.facility {position:relative;}
.facility .sub-title {margin-bottom:1.25rem;}
.facility .sub-title2 {margin-bottom:0.75rem;}
.facility__row {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    width:100%;
    margin-bottom:1.7rem;
}
.facility__row .left {
    width:376px;
}
.facility__row .left img {max-width:100%;height:auto;}
.facility__row .right {
    width:calc(100% - 376px);
    padding-left:1.2rem;
    font-size:0.8rem;
    color:#484848;
}   

.faq {position:relative;}
.faq__box {position:relative;}
.faq__box + .faq__box {margin-top:1.4rem}
.faq__head {
    display:flex;
    flex-direction:row;    
    flex-wrap:wrap;
    width:100%;
    padding:0.75rem 1.12rem;
    background-color:#94ccd6;
}
.faq__title {
    width:calc(100% - 1.7rem);
    padding-left:0.7rem;
    font-size:0.9rem;
    color:#4d4d4d;
    font-weight:500;
}
.faq__cr {
    display:block;
    width:1.7rem;
    height:1.7rem;
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:0 0;
}
.faq__cr.cr--bg1 {
    background-image:url(../imgs/sub/q_img.png)
}
.faq__cr.cr--bg2 {
    background-image:url(../imgs/sub/a_img.png)
}
.faq__body {
    display:flex;
    flex-direction:row;    
    flex-wrap:wrap;
    width:100%;
    padding:0.75rem 1.12rem;
    background-color:#fafafa;
}
.faq__text {
    width:calc(100% - 1.7rem);
    padding-left:0.7rem;
    padding-top:5px;
    font-size:0.8rem;
    color:#000;
    font-weight:400;
}

.mb--0 {margin-bottom:0 !important}

.ico--rotate {
    transform:rotate(180deg);
    font-size:1rem;
}




.lecture {position:relative;}
.lecture.mt--40 {margin-top:2rem}
.lecture__list {position:relative;}
.lecture__item {
    position:relative;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    padding-bottom:1.35rem;
}
.lecture__item + .lecture__item {
    padding-top:1.35rem;
    border-top:1px solid #ddd;
}
.lecture__item:last-child {padding-bottom:0}
.lecture__image {width:315px;}
.lecture__image img {max-width:100%;}
.lecture__cont {
    position:relative;
    width:calc(100% - 315px);
    padding-left:1.5rem;
}
.lecture__subject {
    font-size:1rem;
    color:#000;
    font-weight:500;
}
.lecture__text {
    position:relative;
    font-size:0.8rem;
    color:#666;
    margin-top:0.5rem;
}
.lecture__info {
    position:relative;
    font-size:0.8rem;
    color:#000;
    margin-top:0.5rem;
}
.lecture__link__box {margin-top:0.5rem}
@media screen and (max-width:700px) {
    .lecture__image {width:200px;}
    .lecture__cont {width:calc(100% - 200px)}
}
@media screen and (max-width:530px) {
    .lecture__item {
        flex-direction:column;        
    }
    .lecture__image {width:100%;}
    .lecture__cont {
        width:100%;
        margin-top:1rem;
        padding-left:0;
    }
}

.lecture__view {position:relative;}
.lecture__view__top {
    position:relative;
    display:flex;
    flex-direction:row;
    width:100%;
}
.lecture__view__top__image {
    position:relative;
    width:315px;
}
.lecture__view__top__image img {
    width:100%;
    height:auto;
}

.lecture__view__top__cont {
    position:relative;
    width:calc(100% - 315px - 1.5rem);
    margin-left:0.5rem;
    background-color:#f1f1f1;
}
.lecture__view__top__cont .cont__in {
    position:relative;
    width:100%;    
    padding:1.5rem;
}
.lecture__view__top__cont .cont__ul {
    position:relative;
    font-size:0.8rem;
    color:#666;
}
.lecture__view__top__cont .cont__ul strong {
    color:#333;
    font-weight:500;    
}
.lecture__view__top__cont .cont__ul li {line-height:1;}
.lecture__view__top__cont .cont__ul li + li {margin-top:0.5rem}
.lecture__view__top__cont .cont__btnbox {margin-top:1rem}
.lecture__view__mid {
    position:relative;
    width:100%;
    font-size:0.8rem;
    color:#000;
}
.lecture__view__mid img {
    max-width:100%;
    height:auto;
}
.lecture__view__btnbox {
    margin-top:1rem;
    text-align:center;
}
.sub-title2 {margin-bottom:1rem}
.sub-title2 ~ .sub-title2 {margin-top:2rem}
.lecture__view__title {
    font-size:1.1rem;
    font-weight:500;
    color:#222;
    line-height:1;
    margin-bottom:1rem;
}
.lecture__view .sub-title {margin-bottom:1.5rem;}
@media screen and (max-width:700px) {
    .lecture__view__top {
        flex-direction:column;
    }
    .lecture__view__top__image {width:100%;}
    .lecture__view__top__cont {
        width:100%;
        margin-left:0;
    }
}

.tab {
    position:relative;
    width:100%;
}
.tab.mt--40 {margin-top:2rem}
.tab__container {
    position:relative;
    margin:-1px;
}
.tab__items {
    position:relative;
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.tab__item {
    display:inline-block;
    padding:1px;
}
.tab__link {
    display:inline-block;
    padding:0.7rem 0.8rem;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size:0.8rem;
    line-height:0.8rem;
}
.tab__item.active .tab__link,
.tab__link:hover {
    border-color:#179659;
    background-color:#179659;
    color:#fff;
}

.load_img {
	position:relative;
	width: 30%;
	float:left;
	margin-left:15px
}
.load_img img  {
    width:100%;
	height:160px;
    
}

/* 라인 추가 */
.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	cursor: pointer;
}
.edu_notice {
	color:#000; 
	font-size:16px; 
	line-height:160%; 
	letter-spacing:-0.5px; 
	font-weight:500;
	width:630px;
	background:#fff;
	text-align:left;
	padding:25px 0px 0px 0px;
	border:8px solid #8889cf;
	margin-bottom:10px;
	top:25%;
	left:40%;
	margin:-50px 0 0 -50px;
	position:absolute;
	z-index:1100
}

@media screen and (max-width:399px) {
    .edu_notice {
	color:#000; 
	font-size:16px; 
	line-height:160%; 
	letter-spacing:-0.5px; 
	font-weight:500;
	width:80%;
	background:#fff;
	text-align:left;
	padding:25px 0px 0px 0px;
	border:8px solid #8889cf;
	margin-bottom:10px;
	top:25%;
	left:15%;
	margin:-50px 0 0 -50px;
	position:absolute;
	z-index:1100
	}
}
@media screen and (max-width:530px) {
     .edu_notice {
	color:#000; 
	font-size:16px; 
	line-height:160%; 
	letter-spacing:-0.5px; 
	font-weight:500;
	width:95%;
	background:#fff;
	text-align:left;
	padding:25px 0px 0px 0px;
	border:8px solid #8889cf;
	margin-bottom:10px;
	top:25%;
	left:15%;
	margin:-50px 0 0 -50px;
	position:absolute;
	z-index:1100
	}
}


.edu_notice .red {color:#d82828;}

.edu_contents a {display:inline-block; width:280px; height:40px; color:#fff; background:#d82828; text-align:center; line-height:40px; margin:10px 5px; border-radius:50px;}

.edu_contents {margin:20px 0px 20px 30px; line-height:28px;}


/* 휴스타 참고 */
.company-list__wrap {
    position:relative;
    margin-top:2.5rem;        
}
.company-list__container {
    position:relative;
    width:100%;
    overflow:hidden;
}
.company-list__content {
    position:relative;
    margin:-0.5rem;
}
.company-list__items {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%;    
}
.company-list__item {
    position:relative;
    width:25%;
    padding:0.5rem;
}
.company-list__inner {
    width:100%;
    border:1px solid #ddd;
    border-radius:10px;
    overflow:hidden;   
}
.company-list__logo-image {
    position:relative;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    width:100%;
    height:4.25rem;    
    padding:1.15rem 0 0.6rem;
    text-align:center;
}
.company-list__logo-image img {
    max-height: 40px;
    max-width: 200px;
}
.company-list__in-content {
    background-color: #eee;
    padding:0 0.75rem 0.85rem
}
.company-list__title-area {
    position:relative;
    /*padding-right:1.4rem;*/
}
.company-list__title {
    display:block;
    position:relative;
    padding:0.7rem 0 0.2rem 0;
    font-size: 1.0rem;
    color: #353535;
    /*line-height: 1;*/
    font-weight: 500;
    min-height:44px;
	text-align:center;
}
.company-list__text {
    margin-top:0.5rem;
    font-size: 0.85rem;
    color: #353535;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.05em;
    height:3.15rem;
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow:hidden;
    
}
.company-list__btnbox {
    margin-top:0.5rem;
    text-align:center;
}
.company-list__link {
    display: block;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    background-color: #279996;
    border-radius:10px;
    text-align: center;
    color: #fff;
}
.company-list__link span {
    display: inline-block;
    position: relative;
    font-size: 0.8rem;
    color: #fff;
    padding-right: 1.45rem;
    font-weight: 500;
    line-height:1;
}
.main-comany__link {
    display: block;
    width: 100%;
    height: 2.3rem;
    line-height: 2.3rem;
    background-color: #34518b;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

.company-list__ca + .company-list__title {padding-top:0.5rem}

.list-empty {
    text-align:center;
    font-size:1rem;
    color:#000;
    font-weight:500;
    margin:1rem 0;
}

@media screen and (max-width:580px) {
    .company-list__item {width:50%}
}

@media screen and (max-width:399px) {
    .company-list__item {width:100%}
}
.sw_det_image {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:371px;
    height:266px;
    border:1px solid #ddd;    
}
.sw_det_image img {
    max-width:100%;
    height:auto;
}

@media screen and (max-width:960px) {
    .sw_det_image img {width:85px}
}
@media screen and (max-width:720px) {
    .overview-info__image {width:100%;}
}

/*이용약관*/
.t_box{
	margin-bottom:20px;
}

.t_box .t_inbox_1{
	font-size:25px;
	margin-bottom:20px;
	margin-top:-10px;
}

.t_box .t_inbox_5{
	font-size:16px;
	font-weight:300;
}

.t_box .t_inbox_2{
	font-size:20px;
	font-weight:500;
	color:#d70d0d;
	margin-bottom:20px;
}

.t_box .t_inbox_4{
	margin-bottom:5px;
	font-size:16px;
	font-weight:500;
	color:#0d6eb0;
}

.t_box .t_inbox_3{
	font-size:16px;
	font-weight:300;
}