@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;}
*{word-break:keep-all}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
/*가로 100% 레이아웃 정의*/
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border-bottom: 1px solid #000;
    margin: 0;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    padding: 15px;
}
.navbar-brand img {
       margin-top: 0;
}
/*상단 메뉴 로고 끝*/
.navbar-right {
    margin-top: 0
}
.navbar-inverse .navbar-nav>li>a {
    color: #333;
    letter-spacing: -0.02em;
    padding: 30px 0 33px;
    margin: 0 25px;
    font-size: 16px;
    border-bottom: 3px solid #fff;
}
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover {
    border-bottom-color: #000;
    color: #000;
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #000;
    background-color: rgba(0,0,0,0);
}

@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
        left: 0;
        right: auto;
        border-radius: 0;
        border: 1px solid #000;
        border-top:1px solid #fff;
        background-color: #fff;
        padding: 20px 0;
    }

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
    padding: 5px 25px;
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #f3f3f3;
    color: #000;
}
/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #fff;
    color: #888;
    font-size: 14px;
    padding: 30px 0;
    margin: 0;
    float: none;
    border-top: 1px solid #ccc;
}
.footer_copy .wrap-footer {
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}
.footer_copy .wrap-footer img {
    margin-top: 10px;
}
.wrap-footer > .text-right {
   margin-top: 70px;
}
.wrap-footer address {
    margin-bottom: 10px;
    line-height: 1.7;
}
.wrap-footer span {
    margin-right: 15px;
}
@media screen and (max-width:768px){
	.wrap-footer address{
		display: inline-block;
		margin-top: 20px;
		width: 100%;
	}
	.wrap-footer > .text-right{
		text-align:left;
	}
}
/* 하단 카피라이트 설정 끝*/
/*slide영역*/
.glyphicon-chevron-right,.glyphicon-chevron-left{display:none !important}

.carousel-control-box{
    display:none;
}
.carousel-control-box .left{background:url(/skin/img/main/arrow_prev.png) no-repeat center;}
.carousel-control-box .right{background:url(/skin/img/main/arrow_next.png) no-repeat center;}
.intro-html-layout{padding-top:84px}
.carousel-indicators {
    bottom: 70px;
    text-align: left;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    border: none;
    background: #0053ca;
    opacity: 0.4;
}
.carousel-indicators li.active{
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #0053ca;
    opacity:1
}

.carousel-caption {
    bottom: auto;
    top: 28%;
    text-align: left;
    padding: 0;
    color:#222;
}
.carousel-caption h2 {
    margin: 0;
}
.carousel-caption h2 span {
    display: block;
    font-size: 38px;
    text-shadow: none;
}
.carousel-caption p {
    font-size: 18px;
    text-shadow: none;
    margin: 30px 0 0;
    line-height: 1.8;
}
/*main Contents*/
.main-content{
    margin: 60px 0;
}
.m-coaching-box a {
    display: block;
    position: relative;
    padding: 12px;
}

.m-coaching-box1 a {
    background: url('/skin/img/main/main-box1.jpg') no-repeat center / cover;
}
.m-coaching-box2 a {
    background: url('/skin/img/main/main-box2.jpg') no-repeat center / cover;
}
.m-coaching-box3 a{
    background: url('/skin/img/main/main-box3.jpg') no-repeat center / cover;
}

.m-coaching-box .txt {
    position: relative;
    /* left: 50%; */
    /* transform: translatex(-50%); */
    /* top: 0; */
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.6);
    height: 436px;
}
.m-coaching-box h4 {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%,-50%); */
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.03em;
    transition: all .5s ease;
    top: 25px;
    left: 25px;
}
/*
.m-coaching-box a:hover h4 {
    top: 45%;
	color:#333
}
*/
.m-coaching-box p {
    /* opacity: 0; */
    display: inline-block;
    position: absolute;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%,-50%); */
    transition: all .5s ease;
    left: 25px;
    bottom: 25px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 6px;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding-right: 20px;
    padding-bottom: 6px;
}

.m-coaching-box p:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: 3px;
    bottom: -2px;
    transform: rotate(-45deg);
    transition: all ease .3s;
}
/*
.m-coaching-box a:hover p {
    top: 65%;
    opacity: 1;
}
.m-coaching-box a:hover img {
    opacity: 0.2;
}
*/

.m-coaching-box a:hover .txt {
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0,0,0,0);
}

@media(min-width:768px){
	.edu-box{
		width:20%;
	}
}
@media(max-width:767px){
    .m-coaching-box {
        margin-bottom: 15px;
    }
	.m-coaching-box a {
        height: 200px;
    }
    .m-coaching-box .txt {
        height: 176px;
    }
    .m-coaching-box h4 {
        font-size: 18px;
        letter-spacing: 0;
    }
}
/*    sub page 공통    */

.mT0{margin-top:0 !important}
.mT30{margin-top:30px !important}

.sub-top-wrap {
    height: 200px;
    background-image: url(/skin/img/sub/subTop.jpg);
}

.sub-top {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sub-top>div {
    width: 100%;
    max-width: 1170px;
    height: 100%;
    position: relative;
    padding: 0 15px 0;
}

.sub-top>div>h2 {
    display: block;
    color: #222;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 70px 0 0;
}

.sub-top>div>dl {
    margin: 0;
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sub-top>div>dl>dd {
    display: inline-block;
    font-size: 15px;
    padding: 12px 10px;
}

.sub-top>div>dl>dd.on {
    background: url(/skin/img/sub/menu_arrow.png) center bottom no-repeat;
}

.sub-top>div>dl>dd>a {
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    text-decoration: none;
    opacity: 0.75;
}

.sub-top>div>dl>dd>a.on {
    font-weight: 700;
    opacity: 1;
    text-shadow: 1px 1px 0px rgba(0,0,0,.7);
}

.sub-layout {
    width: 100%;
    min-height: 750px;
    padding: 84px 0 0;
    background: #fff;
}

.sub-layout .content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 80px;
}

.sub-layout .content .page-header {
    margin: 20px 0 0;
    padding: 0;
    border: none;
    text-align: right;
}

.sub-layout .content .page-header .breadcrumb {
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    background: #ffffff;
    font-size: 12px;
    color: #999999;
}

.breadcrumb>.active {
    font-weight: 700;
}

.breadcrumb>li+li::before {
    content: '>';
}

.content-wrap {
    padding: 0;
}

.content-wrap .text-wrap {
    margin-bottom:40px;
}

.content-wrap .text-wrap h3 {
    margin: 0;
    padding: 20px 0 0;
    color: #333;
    font-size: 38px;
    font-weight: 600;
}

.content-wrap .text-wrap h5 {
    margin: 0;
    color: #888;
    font-size: 15px;
    font-weight: 400;
    display: none;
}

.content-wrap .text-wrap p {
    margin: 0;
    padding-top: 40px;
    color: #666;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.04em;
}

.about_tit {
    position: relative;
}

.about_tit .caption {
    background: rgba(12, 76, 163, 0.7);
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 40px 40px;
}

.about_tit .caption h3 {
    margin: 0 0 20px;
    font-size: 30px;
    font-family: 'Nanummyeongjo' !important;
    letter-spacing: -0.04em;
}

.about_tit .caption p {
    width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
}

.about_tit .caption p:nth-of-type(2) {
    text-align: right;
    margin-top: 20px;
    display: block;
}

.sub_page .content p, 
.sub_page .content dl dd, 
.sub_page .content ul li {
    font-size: 15px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.8;
    margin-bottom: 25px;
} 

/*table*/
.content-wrap .table.table-type1 {border-top: 1px solid #000; width: 100%;}
.content-wrap .table.table-type1 tbody tr th {
    font-size: 15px;
    padding: 13px 15px;
    text-align: center;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    vertical-align: middle;
}
.content-wrap .table.table-type1 tbody tr td {
    font-size: 15px;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    color: #666;
}
.content-wrap .table.table-type1 tbody tr td ul {margin: 0; padding: 0;}

.content-wrap .table.table-type03 {
    margin: 0 0 20px;
    border-top: 1px solid #000;
}
.content-wrap .table.table-type03 thead tr th, 
.content-wrap .table.table-type03 tbody tr th {
    background: #f3f3f3;
    color:#333;
    font-weight:600;
}
.content-wrap .table.table-type03 tr th, 
.content-wrap .table.table-type03 tr td {
    padding: 12px 15px !important;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
    border-bottom:1px solid #ddd;
}
.content-wrap .table.table-type03 tr td {
    color: #666;
}
@media screen and (max-width: 767px) {
	.content-wrap .table.table-type1 tbody tr th {padding: 15px 10px;}
}
/*
.sub_page h4 {    
	border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 35px;
    font-size: 25px;
    font-weight: 700;
    color: #333;}
*/
.sub_page .con{margin-bottom:60px}
/*sub 공통 끝*/


/*company*/
#company01 .con1 .col-md-3 img:nth-of-type(2){margin-top:10px !important}
#company01 .con1 .col-md-3 p{    text-align: center;
    color: #555;}
#company01 .content-wrap .table.table-type1 tbody tr td{line-height: 1.8;}
#company02 .con1 .col-md-9 {
    padding-left: 30px;
}

#company02 .about-top {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
}
#company02 .writer {
    margin: 0;
    font-size: 18px;
    color: #333;
}
#company02 p small{      font-family: "notokr";
    font-size: 15px;
    display: block;
    line-height: 1.4;}
#company02 .about-top small{
    font-size: 80%;}
#company03 .table-history th {
    background: #fff;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding: 15px;
}

#company03 .table-history th:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #666;
    position: absolute;
    right: 0px;
    top: 50%;
}

#company03 .table-history td {
    padding: 15px 35px;
}
/*business*/

#business01 .col-md-12 p {
    text-align: center;
    font-size: 24px;
    position: relative;
    color: #333;
    line-height: 1;
    margin-bottom: 40px;
}
#business01 .col-md-12 p:after {
    content: "";
    width: 120px;
    height: 2px;
    background: #000;
    display: block;
    margin: 5px auto 0;
}
#business01 .col-md-4 p {
    background: #000;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
#business01 .col-md-4 img {
    border: 2px solid #ddd;
    margin: 15px 0;
    padding: 5px 0;
}
#business01 .col-md-4 ul {
    padding: 0;
    margin: 18px 0;
}
#business01 .col-md-4 ul li {
    border: 1px solid #ddd;
    padding: 10px 16px;
    margin-bottom: 5px;
    text-align: center;
}

/*product*/
.product .con h4 {
    font-size: 24px;
    color: #333;
    border-top: 2px solid #000;
    margin: 0 0 20px;
    padding-top: 10px;
}
.product .con dl dt,.product .con h5 {
    border-top: 1px solid #000;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-top: 10px;
    margin-bottom: 20px;
}
.product .con h5{border-top: none;}
.product .con dl dd {
    margin-bottom: 5px;
}
.product .con img{    
    border: 1px solid #ddd;
}

#product01 .con:nth-of-type(5) .col-md-3 img:nth-of-type(1){
    margin-bottom:15px
} 

.product .content-wrap .table.table-type03 {
    margin: 0 0 20px;
    border-top: 1px solid #000;
}
.product .content-wrap .table.table-type03 thead tr th, 
.product .content-wrap .table.table-type03 tbody tr th {
    background: #f3f3f3;
    border-bottom: 1px solid #000;
    color:#333;
    font-weight:600;
}
.product .content-wrap .table.table-type03 tr th, 
.product .content-wrap .table.table-type03 tr td {
    padding: 10px 10px !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 13px;
}
.product .content-wrap .table.table-type03 tr td {
    border-bottom:1px solid #ddd;
    color: #666;
}
.product .mt-15{margin-top:15px}
/*cert*/
#cert .con1 p {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}
#cert .con1 img{    
    border: 1px solid #ddd;
}
#cert .con1 .clearfix{margin-bottom: 40px;}
/*location*/
#location .table{
    margin-top:20px
}
#location .table tbody tr th{
    text-align:center;
}


/* login */
.login-layout .inner-box-wrapper,
.id-find-layout .inner-box-wrapper,
.pw-find-layout .inner-box-wrapper{
    max-width: 1170px;
    padding: 0 15px;
    margin: 80px auto 80px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    border: none;
    box-shadow: none;
    margin: 0;
}

.login-layout .panel-body,
.id-find-layout .panel-body,
.pw-find-layout .panel-body{
    padding: 0;
}

.login-layout .panel h2,
.id-find-layout .panel h2,
.pw-find-layout .panel h2{
    margin: 0 0 20px;
    color: #333;
}

.login-layout .inner-box-msg p,
.id-find-layout .inner-box-msg p,
.pw-find-layout .inner-box-msg p{
    margin: 0;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.03em;
}

.login-layout #myForm {
    overflow: hidden;
}

.login-layout #myForm .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
}

.login-layout #myForm label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 15px;
    color: #333;
    margin: 0 0 10px;
}

.login-layout #myForm .btn,
.id-find-layout .btn,
.pw-find-layout .btn{
    background: #000;
    border-radius: 0;
    border: none;
    padding: 10px 10px;
    max-width: 150px;
    float: right;
    letter-spacing: -0.03em;
}

.login-layout #myForm .btn:hover,
.id-find-layout .btn:hover,
.pw-find-layout .btn:hover{
    background: #000;
}

.login-layout #myForm p a {
    display: inline-block;
    color: #666;
    font-size: 12px;
}

.login-layout #myForm p {
    float: left;
    margin-right: 20px;
    line-height: 1;
}

.login-layout #myForm p + p {
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.join-agree-area {
    max-width: 1170px;
    margin: 0 auto 80px;
    padding: 0 15px;
}
#joinForm {
    max-width: 1170px;
    margin: 0 auto 80px;
    padding: 0 15px;
}
.join-layout .jumbotron {
    background: rgba(0,0,0,0);
    border-radius: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
    max-width: 1140px;
    margin: 80px auto 20px;
}
.join-layout .jumbotron h1 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
	display: inline-block;
}
.join-layout .jumbotron p {
    display:none;
}
.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.join-agree-area .panel .row {
    padding: 0 !important;
}
.join-agree-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 13px;
}
.join-agree-area .panel-footer {
    background: rgba(0,0,0,0);
    border: none;
    padding: 20px 0 0;
}
.join-agree-area .panel-footer .btn-default {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 15px;
    padding: 15px;
}
.join-agree-area .panel-footer .btn-default:hover {
    border-color: #000;
}
.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.join-layout .form-horizontal .panel-heading {
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 15px;
    border-bottom: none;
    line-height: 1;
    background: #fff;
}
.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}
.join-layout .form-horizontal .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.join-layout .form-horizontal .form-group .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: #f3f3f3;
}
.join-layout .form-horizontal .form-group .control-label br {
    display: none;
}
.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}
.join-layout .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}
.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}
.join-layout .form-horizontal .panel-footer {
    border: none;
    padding: 0;
    background: rgba(0,0,0,0);
    border-radius: 0;
}
.join-layout .form-horizontal .panel-footer .form-group {
    padding: 20px 0 0 !important;
    margin-bottom: 0;
}
.join-layout .form-horizontal .panel-footer .btn {
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}
.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #000;
    background: #fff;
}
.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #000;
    background: #000;
}
.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #000;
}
#company02 p .small-point {
    font-size: 17px;
    color: #222;
}