@charset "UTF-8";

/* sub layout */
.sub_conts_wrpper {
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}
.sub_conts_wrpper.full {
    display: block;
    max-width: none;
    padding: 0;
}
.sub_conts_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1480px;
    min-height: calc(100vh - 523px);
    margin: 0 auto;
    padding: 150px 20px 0;
}
.sub_conts_nav {
    width: 234px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
	background-color: #fff;
	padding: 80px 0 100px;
}
.sub_contents {
	width: 100%;
	padding-left: 0;
}
.sub_contents.service_center {
	width: calc(100% - 234px);
    padding-left: 80px;
}

.sub_conts_title {
    font-size: 2.1875rem;
    font-weight: 500;
    line-height: 1.3;
	margin-top: 0.9375rem;
    margin-bottom: 2.5rem;
}

.sub_conts_nav__tit {
    padding: 0 0 17px;
    margin-bottom: 17px;
    border-bottom: 3px solid #000;
}
.sub_conts_nav__tit h2 {
    font-size: 2.125rem;
    font-weight: 700;
}

.lnb > li > a {
    position: relative;
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 1.25rem 2.5rem 1.25rem 0.9375rem;
    border-bottom: 1px solid rgba(0,0,0,.2);
	color: #222;
}
.lnb > li.current > a {
    color: #0a2443;
    font-weight: 500;
}
.lnb > li.current > a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
	border: 0.3125rem solid #000;
}
.lnb > li.in > a:before {
    content: "";
    position: absolute;
    top: 1.25rem;
    right: 0.9375rem;
    width: 0.8125rem;
    height: 1.75rem;
    background: url('/html/_skin/mdp/img/sub/ico_fold_arrow_down.png') no-repeat center/0.75rem;
}
.lnb > li.on > a {
    font-weight: 700;
    border-bottom-color: #000;
}
.lnb > li.in.on > a:before {
    background: url('/html/_skin/mdp/img/sub/ico_fold_arrow_up.png') no-repeat center/0.75rem;
}
.lnb ul.depth3 {
    padding: 0.625rem;
    background-color: #ffec80;

    display: none;
}
.lnb ul.depth3 > li > a {
    display: block;
    padding: 0.9375rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #444;
    border-radius: 0.3125rem;
}
.lnb > li.current.on ul.depth3 > li.current > a {
    background-color: #003d75;
    color: #fff;
    font-weight: 700;
    margin-right: -1.25rem;
}

.sub_breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sub_breadcrumb li {
    position: relative;
    font-size: 0.875rem;
    font-weight: 350;
    margin-right: 0.625rem;
    padding-right: 0.625rem;
}
.sub_breadcrumb li.sub_breadcrumb__home {
    font-size: 0;
}
.sub_breadcrumb li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.1563rem;
    width: 0.3125rem;
    height: 0.625rem;
    background: url('/html/_skin/mdp/img/sub/ico_breadcrumb_arrow.png') no-repeat center/100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.sub_breadcrumb li:last-child {
    font-weight: 700;
    margin-right: 0;
    padding-right: 0;
}
.sub_breadcrumb li:last-child:after {
    display: none;
}

.lnb_quick_box {}
.lnb_quick_box ul {}
.lnb_quick_box ul li {
	display: flex;
	align-items: center;
	padding: 1.25rem 0;
	border-bottom: 1px solid #d7d7d7;
}
.lnb_quick_box ul li:first-child {
	border-bottom: 0;
	background-color: #f0f3f0;
}
.lnb_quick_box ul li figure {
	width: 57px;
	font-size: 0;
	text-align: center;
}
.lnb_quick_box__txt {
	width: calc(100% - 57px);
	border-left: 1px solid #e1e1e1;
	padding-left: 1rem;
}
.lnb_quick__btn a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0;
	padding: 0.3125rem 1rem;
	border-radius: 13px;
	background-color: #488b63;
}
.lnb_quick__btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: -.5px;
}
.lnb_quick__btn img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.625rem;
}

@media (min-width: 1200px) {
    .lnb li > a:hover {
        background-color: #f7f7f7;
    }
	.lnb_quick__btn a:hover {
		background-color: #5aa176;
	}
}
@media (max-width: 1199px) {
    .sub_conts_wrap {
        min-height: calc(100vh - 453px);
    }
}
@media (min-width: 992px) {
	.lnb {
        display: block !important;
    }
}
@media (max-width: 991px) {
	.sub_conts_wrpper {
		display: block;
		padding: 0 20px;
	}
    .sub_conts_wrap {
        display: block;
        padding-top: 90px;
    }
    .sub_conts_nav {
        position: relative;
        width: auto;
        margin: 0 -20px;
		padding: 0;
    }
    .sub_conts_nav__tit {
        position: relative;
        padding: 0.75rem 20px;
        height: auto;
        border-radius: 0;
        margin-bottom: 0;
        background: #ffd900;
        cursor: pointer;
    }
    .sub_conts_nav__tit:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 1.6875rem;
        height: 1.125rem;
        margin-top: -0.5625rem;
        background: url('/html/_skin/mdp/img/sub/ico_lnb_tit_arrow_down.png') no-repeat center/cover;
    }
    .sub_conts_nav__tit.on:after {
        background-image: url('/html/_skin/mdp/img/sub/ico_lnb_tit_arrow_up.png');
    }
    .lnb {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
		margin-top: -3px;
        background-color: #fff;
		z-index: 1000;
        -webkit-box-shadow: 0 10px 16px -3px rgba(0,0,0,.1);
                box-shadow: 0 10px 16px -3px rgba(0,0,0,.1);

        display: none;
    }
    .lnb > li > a {
        padding-right: 4.375rem;
        padding-left: 20px;
    }
    .lnb > li.in > a:before {
        right: 20px;
    }
    .lnb ul.depth3 {
        padding: 0.625rem 20px;
		background-color: #f7f7f7;
    }
    .lnb > li.current.on ul.depth3 > li.current > a {
        margin-right: 0;
    }
	
	.lnb_quick_box {
		display: none;
	}

    .sub_contents {
        width: auto !important;
        padding-left: 0 !important;
    }
    .sub_breadcrumb {
        margin-top: 1.875rem;
    }
}
@media (max-width: 767px) {
	.sub_conts_wrap {
		padding-top: 80px;
	}
}
@media (max-width: 575px) {
    .sub_conts_nav__tit h2 {
        font-size: 1.25rem;
    }
    .sub_conts_title {
        font-size: 1.875rem;
    }    
}

.sub-cont-section {
	padding: 3rem 0;
}
.sub-cont-section:last-child {
	padding-bottom: 6.25rem;
}

/* tab */
.tab_conts_box > ul > li {
	display: block;
}
.tab_conts_box > ul > li:not(:first-child) {
	display: none;
}

.sub_depth_tab > ul {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sub_depth_tab > ul > li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
		flex: 1;
}
.sub_depth_tab > ul > li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	height: 100%;
	padding: 0.6875rem 0.9375rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #9d9d9d;
	background-color: #fafafa;
	border: 1px solid #c2c2c2;
	border-right-width: 0;
	transition: .2s all ease-in-out;
}
.sub_depth_tab > ul > li a:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px solid transparent;
	z-index: 1;
	transition: .2s all ease-in-out;
}
.sub_depth_tab > ul > li a:hover {
	background-color: #eee;
}
.sub_depth_tab > ul > li:last-child a {
	border-right-width: 1px;
}
.sub_depth_tab > ul > li.on a {
	color: #fff;
	font-weight: 700;
	background-color: #97b652;
}
.sub_depth_tab > ul > li.on a:after {
	border-color: #73912f;
}
.sub_depth_tab > ul > li.on a:hover {
	background-color: #a9c864;
}

.sub_tab_white > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sub_tab_white > ul > li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
		flex: 1;
}
.sub_tab_white > ul > li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	height: 100%;
	padding: 0.5625rem 0.9375rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #9d9d9d;
	background-color: #fafafa;
	border: 1px solid #c2c2c2;
	border-right-width: 0;
	transition: .2s all ease-in-out;
}
.sub_tab_white > ul > li a:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px solid transparent;
	z-index: 1;
	transition: .2s all ease-in-out;
}
.sub_tab_white > ul > li a:hover {
	background-color: #eee;
}
.sub_tab_white > ul > li:last-child a {
	border-right-width: 1px;
}
.sub_tab_white > ul > li.on a {
	color: #000;
	font-weight: 700;
	background-color: #fff;
}
.sub_tab_white > ul > li.on a:after {
	border-color: #000;
}
.sub_tab_white > ul > li.on a:hover {
	background-color: #eee;
}
@media (max-width: 575px) {
	.sub_tab_white > ul {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	.sub_tab_white > ul > li {
		-webkit-box-flex: 1;
			-ms-flex: auto;
				flex: auto;
		padding: 1px;
	}
	.sub_tab_white > ul > li a {
		font-size: 12px;
		padding: 5px;
		border: 1px solid #dadada;
	}
	.sub_tab_white > ul > li.on a {
		border-bottom-color: #dadada;
	}
    .teacher_career {
        margin-bottom: 10px;
        width: 100% !important;
    }
}

.head_flex {
	/* display: flex;*/
	justify-content: space-between;
	align-items: flex-end;
	font-size: 0;
}
.head_flex h2 {
	line-height: 1.4;
}
.head_flex p {
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	background: url('/html/_skin/mdp/img/sub/ico_notice_circle.png') no-repeat top 0.25rem left/1.0625rem;
	padding-left: 1.5625rem;
}
@media (max-width: 1199px) {
	.head_flex {
		display: block;
	}
	.head_flex p {
		margin-top: 0.625rem;
	}
}

.utable {
	overflow-x: auto;
}
.utable table {
	width: 100%;
	border-top: 1px solid #000;
}
.utable table th,
.utable table td {
	font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    padding: 0.625rem;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.utable table th:last-child,
.utable table td:last-child {
	border-right: 0;
}
.utable table thead tr th {
	font-weight: 400;
    color: #000;
    background-color: #f5f5f5;
}
.utable table tbody tr td {
	font-weight: 400;
    color: #000;
}

/* board */
.board-search-wrap {
	margin-top: 0;
}
.board-search-wrap .search-btn-wrap a {
	width: 100%;
}
.board-paging li.on > a, .board-paging li:hover > a {
    background-color: #707070;
}

/* form */
.form_table tr th.required:after {
    display: inline-block;
    margin-top: -5px;
    margin-left: 2px;
    width: 14px;
    height: 11px;
    background: none;
    vertical-align: top;
    content: '*';
    font-size: 1.125rem;
    color: #d90000;
    line-height: 1;
}

.form_table {
    border-top: 2px solid #333;
}

.form_table table {
    width: 100%;
}

.form_table table tbody {}

.form_table table tbody tr {}

.form_table table tbody tr th,
.form_table table tbody tr td {
    padding: 10px 20px;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

.form_table table tbody tr:last-child th,
.form_table table tbody tr:last-child td {
    
}

.form_table table tbody tr th {
    width: 220px;
    padding: 18px 0 18px 20px;
    font-size: 1rem;
}

.form_table table tbody tr td {}

.form_table table tbody tr td input,
.form_table table tbody tr td input[type="text"] {
    padding: 0 10px;
    width: 100%;
    margin-right: 0;
    max-width: 580px;
    height: 42px;
}

.form_table table tbody tr td input.captcah_input {
    max-width: 250px;
    margin-right: 10px;
}

.board-wrap--fc #displayCaptcha + a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.form_table table tbody tr td input[id^="contract"] {
    width: 15px;
    padding: 0;
    margin: 0 5px 0 20px;
}

.form_table table tbody tr td textarea {
    resize: none;
    padding: 20px 10px;
    line-height: 1.5;
    width: 100%;
    height: 200px;
}

.privacy_box {
    background-color: #fff;
    border: 0;
    padding: 0 20px;
    overflow-y: auto;
    height: 0;
    text-align: left;
    /*	overflow: hidden; */
    white-space: pre-wrap;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

.privacy_box.on {
    height: 200px;
    padding: 20px;
    border: 1px solid #dedede;
}

.privacy_txt {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 300;
    color: #222;
    text-align: center;
    line-height: 1.5;
}

.privacy_txt span {
    display: block;
    margin-bottom: 10px;
}

.privacy_txt span a {
    display: inline-block;
    color: #ff1818;
    text-decoration: underline;
    font-size: 1rem;
	font-weight: 600;
}

.form_addr {
    overflow: hidden;
}

.form_table table tbody tr td .form_addr > input,
.form_table table tbody tr td .form_addr > input[type="text"] {
    width: calc(100% - 110px);
    float: left;
    margin-right: 0;
    pointer-events: none;
    background-color: #ececec;
}

.form_table table tbody tr td .form_addr div {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.form_addr a {
    float: left;
    padding: 13px;
    background-color: #464646;
    color: #fff;
    width: 110px;
    text-align: center;
}

.board-write-btn-wrap a {
    font-size: 17px;
    font-weight: 400;
}

.form_addr a:hover,
.board-write-btn-wrap a.btn-confirm:hover {
    color: #fff;
}

.form_table table input::-webkit-input-placeholder, .form_table table textarea::-webkit-input-placeholder {
    color: #b8b8b8;
}

.form_table table input::-moz-placeholder, .form_table table textarea::-moz-placeholder {
    color: #b8b8b8;
}

.form_table table input:-ms-input-placeholder, .form_table table textarea:-ms-input-placeholder {
    color: #b8b8b8;
}

.form_table table input::-ms-input-placeholder, .form_table table textarea::-ms-input-placeholder {
    color: #b8b8b8;
}

.form_table table input::placeholder,
.form_table table textarea::placeholder {
    color: #b8b8b8;
}

.form_table table input::-webkit-input-placeholder,
.form_table table textarea::-webkit-input-placeholder {
    color: #b8b8b8;
}

.form_table table input:-moz-placeholder,
.form_table table textarea:-moz-placeholder {
    color: #b8b8b8;
}

.form_table table input::-moz-placeholder,
.form_table table textarea::-moz-placeholder {
    color: #b8b8b8;
}

.form_table table input:-ms-input-placeholder,
.form_table table textarea:-ms-input-placeholder {
    color: #b8b8b8;
}

.form_table table input:focus,
.form_table table textarea:focus {
    /* background-color: #f9f9f9; */
}

.form_table table input:focus::-webkit-input-placeholder, .form_table table textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.form_table table input:focus::-moz-placeholder, .form_table table textarea:focus::-moz-placeholder {
    color: transparent;
}

.form_table table input:focus:-ms-input-placeholder, .form_table table textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.form_table table input:focus::-ms-input-placeholder, .form_table table textarea:focus::-ms-input-placeholder {
    color: transparent;
}

.form_table table input:focus::placeholder,
.form_table table textarea:focus::placeholder {
    color: transparent;
}

.form_comment {
    font-size: 14px;
    font-weight: 350;
    color: #cb1213;
    text-align: right;
    margin-bottom: 20px;
}

.main-section.section04 .main-conts-title {
    color: #fff;
}

.main-section.section04 .form_comment {
    color: #fff;
}

.main-section.section04 .board-write-btn-wrap .btn-confirm {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
}

.form input.f_input_radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form input.f_input_radio + label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    line-height: 21px;
    margin: 8px 0;
    font-size: 1rem;
    margin-right: 20px;
}

.form input.f_input_radio + label:last-of-type {
    margin-right: 0;
}

.form input.f_input_radio + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    text-align: center;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
}

.form input.f_input_radio + label:active:before,
.form input.f_input_radio:checked + label:active:before {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.form input.f_input_radio:checked + label:before {
    background: #fff;
    border-color: #e1e1e1;
}

.form input.f_input_radio:checked + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 9px;
    height: 9px;
    background: #195fab;
    border-radius: 100%;
}

.board-wrap .form_table select {
    width: 100%;
    max-width: 300px;
}

.board-write-btn-wrap--fc .btn-confirm--fc {
    background-color: #488b63;
}

.sub_privacy_wrap {
    margin-top: 35px;
}

.sub_privacy_wrap + .sub_privacy_wrap {
	margin-top: 0;
}

.sub_privacy_wrap > p {
	font-size: 16px;
	font-weight: 400;
	color: #222;
}

.sub_privacy_wrap > p.privacy_txt--fc {
	text-align: left;
}

.privacy_box--fc {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    z-index: 10000;
    font-size: 14px;
    font-weight: 300;
    color: #6c6b6b;
    line-height: 1.7;
    overflow-y: auto;

    display: none;
}

.privacy_box--fc .close_privacy {
	width: 100%;
	max-width: 760px;
	margin: 90px auto 10px;
	font-size: 0;
	text-align: right;
	padding: 0 10px;
}

.privacy_box--fc .close_privacy:after {
	content: "\f00d";
	font-family: 'fontawesome';
	font-size: 24px;
	color: #777;
	line-height: 1;
}

.privacy_box--fc .close_privacy:hover:after {
	color: #333;
}
    }

.privacy_box--fc .close_privacy pre {
	white-space: pre-wrap;
	width: 100%;
	max-width: 760px;
	margin: -40px auto 50px;
	border: 1px solid #d9d9d9;
	padding: 40px 25px;
	background-color: #fff;
	font-family: "Noto Sans KR", sans-serif;
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
}

.privacy_box--fc .close_privacy pre .sub_conts_tit:after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #0097df;
	margin: 10px auto;
}

.privacy_bullet {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1;
    color: #888;
    margin-bottom: 3px;
}

@media (min-width: 1200px) {
    .board-write-btn-wrap--fc .btn-confirm--fc:hover {
        background-color: #569e73;
    }
}

@media (max-width: 991px) {
    .form_table table tbody tr th {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .write_txt {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .write_txt br {
        display: none;
    }

    .main-section.section04 .board-wrap {
        padding: 0;
    }

    .form_table {}

    .form_table table,
    .form_table table tbody,
    .form_table table tbody tr,
    .form_table table tbody tr td {
        display: block;
    }

    .form_table table tbody tr th {
        display: block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 0;
        text-align: left;
        border-bottom: 0;
    }

    .privacy_box {
        padding: 0 10px;
    }

    .form_table table tbody tr td input,
    .form_table table tbody tr td input[type="text"] {
        padding: 0 10px;
    }

    .form_table table tbody tr td textarea,
    .privacy_box.on {
        padding: 10px;
    }

    .privacy_txt {
        font-size: 12px;
    }

    .privacy_txt span {}

    .privacy_txt span a {
        font-size: inherit;
    }

    .form_table table tbody tr td input[id^="contract"] {
        margin: 0 5px 0 0;
    }

    .form_table table tbody tr td input.captcah_input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 580px;
    }

    .board-write-btn-wrap a {
        font-size: 14px;
    }

    .form_table table tbody tr td .form_addr > input,
    .form_table table tbody tr td .form_addr > input[type="text"] {
        width: calc(100% - 90px);
    }

    .form_table table tbody tr td .form_addr div {
        margin-top: 5px;
    }

    .form_addr a {
        font-size: 12px;
        padding: 9px;
        width: 90px;
    }

    .sub_privacy_wrap {
        margin-top: 25px;
	}

    .sub_privacy_wrap + .sub_privacy_wrap {
		margin-top: 0;
	}

    .sub_privacy_wrap > p {
        font-size: 14px;
	}

    .privacy_box--fc {
        max-height: 100%;
        padding: 15px 20px;
        font-size: 14px;
    }
}

/* 문의하기 */
.form_table table tbody tr td input,
.form_table table tbody tr td input[type="text"],
.form_table table tbody tr td input[type="password"],
.form_table table tbody tr td input[type="tel"],
.form_table table tbody tr td select,
.form_table table tbody tr td textarea {
    background-color: #fafafa;
	border-color: #ebebeb;
}

.form_table table tbody tr td input:focus,
.form_table table tbody tr td input[type="text"]:focus,
.form_table table tbody tr td input[type="password"]:focus,
.form_table table tbody tr td input[type="tel"]:focus,
.form_table table tbody tr td select:focus,
.form_table table tbody tr td textarea:focus {
	border-color: #488b63;
}

.form_table table tbody tr td input,
.form_table table tbody tr td input[type="text"] {
    max-width: 100%;
	width: 100%;
}

.filebox {
    font-size: 0;
}

.filebox label {
    display: inline-block;
    height: 42px;
    font-size: 0.875rem;
    background-color: #8a8a8a;
    line-height: 42px;
    text-align: center;
    width: 6.875rem;
    cursor: pointer;
    color: #fff;
}

.filebox .upload-name {
    display: inline-block;
    font-size: 0.875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: calc(100% - 6.875rem);
    max-width: none;
    color: #777;
    text-align: left;
    vertical-align: top;
    background-color: transparent !important;
}

.filebox label:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form_table_submit {
	text-align: center;
	font-size: 0;
	margin-top: 3.125rem;
}

.form_table_submit button {
	font-size: 0;
    padding: 0.9375rem 1.25rem;
    width: 100%;
    max-width: 10.625rem;
    background-color: #fff;
    border: 1px solid #488b63;
}

.form_table_submit button img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.125rem;
}

.form_table_submit button span {
	display: inline-block;
    vertical-align: middle;
    font-size: 1.125rem;
    font-weight: 400;
    color: #488b63;
}

@media (min-width: 1200px) {
    .filebox label:hover {
        background-color: #b9b9b9;
    }

	.form_table_submit button:hover {
		background-color: #f7f7f7;
	}
}

/* sourceshop only */
.form_table table tbody tr td textarea,
.board-wrap .form_table select {font-size: 13px;}

/* teacher detail */
.teacher_detail_wrap {}
.teacher_detail__head {
    display: flex;
    padding: 3.125rem;
    border: 1px solid #d4d4d4;
    background-color: #fff;
}
.teacher_detail__head__img {
    width: 381px;
    max-width: 100%;
    flex-shrink: 0;
}
.teacher_detail__head__img figure {
    font-size: 0;
}
.teacher_detail__head__img figure img {
    width: 100%;
}
.teacher_detail__head__img__btn {
    margin-top: 0.875rem;
}
.teacher_detail__head__img__btn ul {
    display: flex;
    margin: 0 -0.4375rem;
}
.teacher_detail__head__img__btn ul li {
    width: 50%;
    padding: 0 0.4375rem;
}
.teacher_detail__head__img__btn ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #da466c;
    color: #fff;
    padding: 0.625rem 0.9375rem;
}
.teacher_detail__head__img__btn ul li a:hover {
    background-color: #ea567c;
}
.teacher_detail__head__img__btn ul li:last-child a {
    background-color: #4e5896;
}
.teacher_detail__head__img__btn ul li:last-child a:hover {
    background-color: #5c67a9;
}
.teacher_detail__head__img__btn ul li a span {
    font-size: 1.25rem;
    font-weight: 700;
}
.teacher_detail__head__img__btn ul li a img {
    margin-left: 0.625rem;
    width: 1.0625rem;
}
.teacher_detail__head__info {
    width: 100%;
    padding-left: 3.125rem;
}
.teacher_detail__head__info__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.teacher_detail__head__info__top .teacher_box__body__status {
    padding: 0.25rem 1.25rem 0.375rem;
    border-radius: 1.0625rem;
    border-width: 2px;
}
.teacher_detail__head__info__top .teacher_box__body__status img {
    width: 1.375rem;
    margin-top: 0.3125rem;
}
.teacher_detail__head__info__top .teacher_box__body__status span {
    font-size: 1.375rem;
    font-weight: 700;
}
.teacher_detail__head__info__mid {
    overflow-y:auto;
    height:125px;
    /* background-color: #fafafa; */
    border: 1px solid #e1e1e1;
    padding: 1.5625rem;
    font-size: 1.1625rem;
    font-weight: 400;
    color: #636363;
    line-height: 1.8;
}
.teacher_detail__head__info__bot {}
.teacher_detail__head__info__bot__hash {
    display: flex;
    flex-wrap: wrap;
    padding: 1.25rem 0;
}
.teacher_detail__head__info__bot__hash li {
    margin-top: 0.3125rem;
    margin-right: 0.9375rem;
}
.teacher_detail__head__info__bot__hash li:last-child {
    margin-right: 0;
}
.teacher_detail__head__info__bot__hash li a {
    font-size: 1.125rem;
    font-weight: 400;
}
.teacher_detail__head__info__bot__ico {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #e1e1e1;
}
.btn_ico {
    display: flex;
    align-items: center;
}
.btn_ico li {
    margin-top: 0.625rem;
    margin-right: 1.25rem;
}
.btn_ico li:last-child {
    margin-right: 0;
}
.btn_ico li a {
    display: block;
    padding: 0.3125rem 0;
    padding-left: 1.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    font-size: 1.1625rem;
}
.btn_ico li a.btn_ico__01 {
    background: url('/html/_skin/mdp/img/sub/ico_star.png') no-repeat left center/1.3125rem;
}
.btn_ico li a.btn_ico__01.on {
    background-image: url('/html/_skin/mdp/img/sub/ico_star_on.png');
}
.btn_ico li a.btn_ico__02 {
    background: url('/html/_skin/mdp/img/sub/ico_medal.png') no-repeat left 0.125rem center/1rem;
}
.btn_ico li a.btn_ico__03 {
    background: url('/html/_skin/mdp/img/sub/ico_share.png') no-repeat left center/1.25rem;
}
.btn_ico li a.btn_ico__04 {
    background: url('/html/_skin/mdp/img/ico_comment.png') no-repeat left center/1.3125rem;
}
.btn_ico li a.btn_ico__05 {
    background: url('/html/_skin/mdp/img/sub/ico_consulting.png') no-repeat left center/1.3125rem;
}
.info_ico {
    display: flex;
    align-items: center;
}
.info_ico li {
    display: block;
    padding: 0.3125rem 0;
    padding-left: 1.875rem;
    font-size: 0.9375rem;
    font-weight: 700;
    margin-top: 0.625rem;
    margin-right: 1.25rem;
}
.info_ico li:last-child {
    margin-right: 0;
}
.info_ico li.btn_ico__04 {
    background: url('/html/_skin/mdp/img/ico_comment.png') no-repeat left center/1.3125rem;
}
.info_ico li.btn_ico__05 {
    background: url('/html/_skin/mdp/img/sub/ico_consulting.png') no-repeat left center/1.3125rem;
}

@media (max-width: 1100px) {
    .teacher_detail__head {
        display: block;
    }
    .teacher_detail__head__img {
        margin: 0 auto;
    }
    .teacher_detail__head__info {
        padding-left: 0;
        margin-top: 1.875rem;
    }
}
@media (max-width: 767px) {
    .teacher_detail__head {
        padding: 3.125rem 1.25rem;
    }
    .teacher_detail__head__img {
        width: auto;
    }
}
@media (max-width: 575px) {
    .teacher_detail__head__info__top {
/*        display: block;*/
    }
    .teacher_detail__head__info__top .teacher_box__body__status {
/*        margin-top: 0.625rem;*/
    }
}

.teacher_detail__body {
    padding: 3.125rem 3.125rem 0;
    border: 1px solid #d4d4d4;
    background-color: #fff;
}
.greeting_slider {
    margin-right: -1.25rem;
    margin-left: -1.25rem; 
    padding: 1.875rem 0;
}
.greeting_slider > ul {
    padding: 0 3.125rem;
}
.greeting_slider .slick-prev,
.greeting_slider .slick-next {
    top: 0;
    width: 3.125rem;
    height: 100%;
    transform: none;
    z-index: 1;
}
.greeting_slider .slick-prev {
    left: -1px;
    background: #f7f7f7 url('/html/_skin/mdp/img/sub/ico_slider_prev.png') no-repeat center/1.3125rem;
    border: 1px solid #d4d4d4;
}
.greeting_slider .slick-next {
    right: -1px;
    background: #f7f7f7 url('/html/_skin/mdp/img/sub/ico_slider_next.png') no-repeat center/1.3125rem;
    border: 1px solid #d4d4d4;
}
.greeting_slider .slick-prev:hover,
.greeting_slider .slick-next:hover {
    background-color: #ebebeb;
}
.greeting_slider .slick-prev:before,
.greeting_slider .slick-next:before {
    display: none;
}
.greeting_slider__item {
    padding: 0 0.9375rem;
}
.greeting_slider__item figure {
    position: relative;
    font-size: 0;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
}
.greeting_slider__item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.btn_ico_box {
    display: inline-block;
    font-size: 0;
    border: 1px solid #4e5896;
    background-color: #fff;
    line-height: 1;
    padding: 0.3125rem 0.9375rem;
}
.btn_ico_box:hover {
    background-color: #f7f7f7;
}
.btn_ico_box img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.625rem;
}
.btn_ico_box span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 700;
    color: #4e5896;
    padding-bottom: 0.125rem;
}
.btn_ico_box.color_777 {
    border: 1px solid #777;
}
.btn_ico_box.color_777 span {
    color: #777;
}
.reply_box {
    position: relative;
    background-color: #fafafa;
    padding: 1.25rem;
    padding-left: 4.325rem;
    margin-top: 0.625rem;
}
.reply_box .label {
    position: absolute;
    top: 1.4375rem;
    left: 1.25rem;
    background-color: #959595;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    padding: 0.3125rem 0.625rem;
    color: #fff;
}
.reservation__box > ul > li {
    padding: 1.875rem 0;
    border-bottom: 1px solid #e1e1e1;
}
.reservation_wrap textarea {
    height: 9.375rem;
    resize: none;
    padding: 1.25rem;
}
.reservation__write {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.reservation__write li {
    padding: 0 0.1875rem;
    width: 50%;
    max-width: 160px;
}
.reservation__write li a {
    display: block;
    text-align: center;
}

.review_wrap {}
.review__top {
    display: flex;
    align-items: center;
    background-color: #fafafa;
    padding: 1.875rem;
}
.review__top__grade {
    flex-shrink: 0;
    width: 275px;
    text-align: center;
}
.grade_box {
    font-size: 0;
}
.grade_box img {
    width: 1.3125rem;
    vertical-align: top;
}
.grade_box img + img {
    margin-left: 0.25rem;
}
.grade_box a img {
    width: 1.875rem;
}
.grade_box a + a {
    margin-left: 0.9375rem;
}
.grade_sm {
    display: flex;
    align-items: center;
}
.grade_sm .grade_box img {
    width: 0.9375rem;
}
.grade_sm > span {
    margin-left: 0.9375rem;
}
.review__top__graph {
    width: 100%;
    padding-left: 6.25rem;
    border-left: 1px solid #e1e1e1;
}
.review__top__graph > ul {
    max-width: 260px;
}
.review__top__graph > ul > li {
    display: flex;
    align-items: center;
}
.review__top__graph > ul > li + li {
    margin-top: 5px;
}
.review__top__graph > ul > li > span {
    display: block;
    flex-shrink: 0;
    font-size: 12px;
    width: 26px;
    color: #777;
}

.progress_box {
    width: 100%;
    height: 4px;
    padding: 0 0.625rem;
}
.progress_box__inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #d7d7d7;
    overflow: hidden;
}
.progress_box__inner span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #da466c;
}
.review__top__btn {
    flex-shrink: 0;
}

@media (max-width: 1100px) {
    .review__top {
        display: block;
    }
    .review__top__grade {
        width: auto;
    }
    .review__top__graph {
        margin-top: 1.875rem;
        padding-left: 0;
    }
    .review__top__graph > ul {
        margin: 0 auto;
    }
    .review__top__btn {
        margin-top: 1.875rem;
    }
}
@media (max-width: 767px) {
    .teacher_detail__body {
        padding: 3.125rem 1.25rem 0;
    }
}

/* 팝업 */
body.pop_open {
	overflow: hidden !important;
}
.transition--popup {
	-webkit-box-shadow: 0 2px 13px -1px rgba(0,0,0,.8);
    box-shadow: 0 2px 10px -1px rgba(0,0,0,.4);
	
	-webkit-transition: all 300ms cubic-bezier(0.425, -0.470, 0.735, 0.045);
	-o-transition: all 300ms cubic-bezier(0.425, -0.470, 0.735, 0.045);
	transition: all 300ms cubic-bezier(0.425, -0.470, 0.735, 0.045);
}
.transition--popup.on {
	-webkit-box-shadow: 0 2px 13px -1px rgba(0,0,0,.8);
	box-shadow: 0 2px 13px -1px rgba(0,0,0,.8);
	
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.670, 1.535);
	-o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.670, 1.535);
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.670, 1.535);
}

.page_wrap {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10300;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    padding: 5rem 20px;
	display: none;
}

.page_inner {
	position: relative;
    top: 0;
    max-width: 520px;
    border-radius: 0.9375rem;
    background-color: #fff;
    overflow: hidden;
    padding: 3.125rem 1.875rem 2.5rem;
    margin: 0 auto;
    z-index: 1050;
    margin-top: -40px;
}

.page_inner.on {
	margin-top: 0;
}

.btn_close_pagepop {
	position: absolute;
	top: 0.9375rem;
	right: 1.25rem;
	background: none;
	outline: none;
	font-size: 0;
}

.privacy_box {
	padding: 1.25rem;
	border: 1px solid #dadada;
	height: 10.5rem;
	overflow-y: auto;
}

.btn_squ_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
.btn_squ {
	background-color: #009bdd;
	border: 1px solid #009bdd;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	margin: 0.3125rem 0.625rem;
	padding: 0 0.9375rem;
}
.btn_squ:hover {
	background-color: #25b0eb;
}
.btn_squ.type_white {
	background-color: #fff;
	color: #009bdd;
}
.btn_squ.type_white:hover {
	background-color: #f7f7f7;
}

.btn_squ.darker {
	background-color: #42465c;
	border: 1px solid #42465c;
}
.btn_squ.darker:hover {
	background-color: #51556e;
}
.btn_squ.type_white.darker {
	background-color: #fff;
	color: #42465c;
}
.btn_squ.type_white.darker:hover {
	background-color: #f7f7f7;
}

.btn_squ_box.type_img .btn_squ {
	background-color: #91b833;
	border-color: #91b833;
	font-size: 0;
}
.btn_squ_box.type_img .btn_squ span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.25rem;
}
.btn_squ_box.type_img .btn_squ img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.625rem;
}
.btn_squ_box.type_img .btn_squ.type_white {
	color: #444;
	background-color: #fff;
	border-color: #444;
}
.btn_squ_box.type_img .btn_squ:hover {
	background-color: #a8d242;
}
.btn_squ_box.type_img .btn_squ.type_white:hover {
	background-color: #f7f7f7;
}

.btn_squ_box.type_img .btn_squ.red {
	background-color: #ea6056;
	border-color: #ea6056;
}
.btn_squ_box.type_img .btn_squ.red.type_white {
	background-color: #fff;
	border-color: #444;
}
.btn_squ_box.type_img .btn_squ.red:hover {
	background-color: #f77269;
}
.btn_squ_box.type_img .btn_squ.red.type_white:hover {
	background-color: #f7f7f7;
}

.btn_squ_box.type_write {
	margin-top: -40px;
	-webkit-box-pack: end !important;
	    -ms-flex-pack: end !important;
	        justify-content: flex-end !important;
}
.btn_squ_box.type_write .btn_squ {
	min-width: auto;
    height: aut
}
.teacher_career {
    width: 392px;
}