@charset 'utf-8';

.footer {
    margin-top: 0;
}

.sv_01_txt {
    display: none;
}

#sub .contents {
    background-color: #f8f8f8;
}

.con_body:after {
    display: block;
    content: ' ';
    clear: both;
}

.con_body>div {
    *zoom: 1;
}

.con_body>div:after {
    display: block;
    content: ' ';
    clear: both;
}

.con_tit {
    display: block;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    background: url('/img/sub/bg_diagonal_border.png') repeat-x bottom center;
    font-size: 34px;
    color: #212529;
    letter-spacing: -.05em;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 480px) {
    .con_tit {
        font-size: 24px;
    }
}

/*지역별 교육안내*/
.region_btn_wrap {
    *zoom: 1;
}

.region_btn_wrap:after {
    display: block;
    content: ' ';
    clear: both;
}

.btn-region-choice {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 50px;
    font-size: 18px;
    color: #232323;
    text-align: center;
}

.year_controller {
    float: left;
    *zoom: 1;
}

.year_controller:after {
    display: block;
    content: ' ';
    clear: both;
}

.year_controller li {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    line-height: 1;
    color: #333132;
    font-weight: bold;
}

.year_controller li a,
.year_controller li span {
    display: block;
    vertical-align: middle;
    padding: 10px 0;
}

a.year_edu_mark {
    display: block;
    text-indent: -9999px;
    padding: 9px 0;
    background-image: url('/images/year_edu_mark.png');
    background-repeat: no-repeat;
    background-position: center center;
}

a.year_edu_mark:hover,
a.year_edu_mark:focus {
    background-color: #f6f6f6;
    background-image: url('/images/year_edu_mark_on.png');
}

label[visible='false'] {
    display: none;
}

input {
    line-height: 22px;
    margin-bottom: 3px;
}

input.tel {
    width: 82px;
}

input.readonly {
    background-color: #dfdfdf;
}

select {
    height: 26px;
    width: 100px;
    margin-bottom: 3px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/img/sub/bg_select_arrow.png') no-repeat 93% 50%;
}

select::-ms-expand {
    display: none;
}

.board_nav {
    margin-top: 32px;
    text-align: center;
}

.board_nav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 22px;
    color: #a7a9ac;
    background-color: #ffffff;
}

.board_nav a.on {
    color: #000;
}

/* .board_nav a:hover,
.board_nav a:focus {
    background-color: #f5f5f5;
} */
.board_search {
    margin: 20px;
    auto;
}

.board_search ul {
    text-align: center;
}

.board_search ul li {
    display: inline;
}

/* 
.board_search ul li select {
    border: 1px solid #a7a9ac;
    background: #ffffff;
    height: 28px;
    vertical-align: middle;
}
 */
.board_search ul li .search_input {
    height: 42px;
    width: 200px;
    padding: 0 15px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

@media (max-width: 1000px) {
    .board_search ul li:not(:last-child) {
        width: 100%;
    }

    .board_search ul li:not(:last-child) * {
        width: 100%;
    }

    .board_search ul li:nth-child(3) {
        display: inline-block;
        width: calc(100% - 47px);
    }

    .board_search ul li .search_input {
        width: 100%;
    }
}

.board_search ul li .search_btn {
    width: 42px;
    height: 42px;
    border: 0;
    overflow: hidden;
    border-radius: 5px;
}

table.board01_view {
    margin-bottom: 10px;
}

.board01_view caption {
    display: none;
}

.board01_view tr td.board_con {
    border-bottom: 2px solid #58595b;
    padding: 19px 20px;
}

.board01_view tr td.board_con strong, b {
    font-weight: bold;
}

.board01_view tr th a.attch_file,
.board01_view tr td a.attch_file {
    display: inline-block;
    padding: 4px 3px 4px 25px;
    background-image: url('/images/attch_file.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.board01_view tr th a.attch_file:hover,
.board01_view tr td a.attch_file:hover {
    text-decoration: underline;
}

.board01_view tr th a.attch_file:focus,
.board01_view tr td a.attch_file:focus {
    text-decoration: underline;
}

.board01_view td img {
    max-width: 100%;
}

/* 달력 */
table.calendar {
    float: left;
    margin: 15px 0 30px;
}

table.calendar caption {
    display: none;
    text-align: left;
    line-height: 35px;
    font-weight: bold;
    background-image: url('../images/table_caption_blt.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

table.calendar tr:first-child th,
table.calendar tr:first-child td {
    border-top: 2px solid #58595b;
}

table.calendar tr th,
table.calendar tr td {
    padding: 8px 5px 7px;
    font-size: 13px;
    line-height: 22px;
    border-bottom: 1px solid #d1d3d4;
}

table.calendar tr th {
    text-align: center;
    color: #636466;
    font-weight: bold;
    background-color: #e3f0f6;
    border-bottom: 1px solid #58595b;
}

table.calendar tr td {
    color: #636466;
    vertical-align: top;
    text-align: left;
}

table.calendar tr:first-child th {
    border-top: 2px solid #58595b;
    border-bottom: 1px solid #58595b;
}

table.calendar tr th {
    font-size: 14px;
    color: #333132;
    font-weight: bold;
    line-height: 16px;
    vertical-align: middle;
}

table.calendar tr th,
table.calendar tr td {
    border: 1px solid #dcddde;
    padding: 8px 3px 7px;
}

table.calendar tr td {
    padding-top: 3px;
    height: 98px;
}

table.calendar tr th:first-child,
table.calendar tr td:first-child {
    color: #d02626;
}

table.calendar tr th:last-child,
table.calendar tr td:last-child {
    color: #1c69f5;
}

table.calendar tr td .date {
    display: block;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

table.calendar tr td .schedule {
    display: block;
    font-size: 12px;
    color: #4d4d4f;
    letter-spacing: -0.5px;
    line-height: 14px;
    margin-bottom: 5px;
}

table.calendar tr td .schedule:hover,
table.calendar tr td .schedule:focus {
    color: #104fb6;
    text-decoration: underline;
}

table.calendar tr td .schedule .region {
    font-size: 10px;
}

.month_controller {
    float: left;
    *zoom: 1;
}

.month_controller:after {
    display: block;
    content: ' ';
    clear: both;
}

.month_controller li {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    line-height: 1;
    color: #333132;
    font-weight: bold;
}

.month_controller li a,
.month_controller li span {
    display: inline;
    vertical-align: middle;
    padding: 10px 0;
}

label[visible='false'] {
    display: none;
}

input {
    line-height: 22px;
    vertical-align: middle;
}

input, textarea {
    border-color: #dcddde;
    border-style: solid;
    border-width: 1px;
}

input.tel {
    width: 82px;
}

select {
    height: 42px;
    width: 200px;
    padding: 0 15px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

/* popup */
#popup .pop_schedule h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.35px;
    margin-bottom: 28px;
}

#popup .pop_container {
    padding: 15px 30px;
    overflow: hidden;
}

#popup .text-align-center {
    padding: 20px 0;
}

/* 지역선택 교육월 */
.selector_wrap {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.selector_wrap>p {
    font-size: 14px;
    color: #77787b;
    padding: 0 10px 10px;
}

.selector_wrap>hr {
    border-top: 1px solid #e6eff3;
    border-bottom: 1px solid #ffffff;
    margin: 0 0 10px 0;
}

.selector_wrap>ul {
    padding-bottom: 30px;
    *zoom: 1;
}

.selector_wrap>ul:after {
    display: block;
    content: ' ';
    clear: both;
}

.selector_wrap>ul li {
    float: left;
    margin: 3px 15px 3px 0;
    font-size: 17px;
    color: #212529;
    letter-spacing: -.05em;
}

.selector_wrap>ul li>select {
    margin: 0 10px;
    font-size: 16px;
    color: #575757;
    letter-spacing: -.05em;
}

.selector_wrap>ul li:nth-of-type(2)>select {
    width: 140px;
}

#sub .contents {
    background-color: #fff;
}

/**********************************

new sub css

***********************************/
/*************************

    sub common style

*************************/
.sub-visual {
    display: flex;
    width: 100%;
    height: 280px;
    align-items: center;
    background: url('/img/sub/sub_visual_edu.jpg') no-repeat center center/cover;
    text-align: center;
    font-weight: 500;
    color: #fff;
    letter-spacing: -.02em;
}

.sub-visual-tit {
    margin-bottom: 15px;
    font-size: 46px;
}

@media (max-width: 480px) {
    .sub-visual-tit {
        margin-bottom: 30px;
        font-size: 35px;
    }
}

.sub-visual-p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    word-break: keep-all;
}

@media (max-width: 480px) {
    .sub-visual-p {
        font-size: 15px;
    }
}

.sub-visual-tit,
.sub-visual-p {
    text-shadow: 0 0 10px rgba(0, 0, 0, .35);
}

.lnb {
    float: left;
    width: 25%;
    max-width: 260px;
    margin-top: -70px;
}

@media (max-width: 1160px) {
    .lnb {
        display: none;
    }
}

.lnb-tit {
    height: 160px;
    line-height: 160px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #49a762;
    /*background: url('/img/sub/bg_left_menu.png') no-repeat center center/cover;*/
    font-size: 32px;
    color: #fff;
    text-align: center;
    letter-spacing: -.02em;
}

.lnb-menu-list li {
    border-bottom: 1px solid #ddd;
}

.lnb-menu-list li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    font-size: 17px;
    color: #222;
    letter-spacing: -.05em;
    line-height: 1;
}

.lnb-menu-list li a.on {
    border-bottom: 2px solid #49a762;
}

.lnb-menu-list li a:after {
    content: '\002B';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 600;
}

.lnb-menu-list li a.on:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 10px;
    height: 2px;
    background: #3eab74;
    transform: translateY(-50%);
}

.inner_contents,
.sub-cont {
    float: right;
    width: 80%;
    max-width: 850px;
    min-height: 100vh;
    padding: 76px 0;
}

@media (max-width: 1160px) {

    .inner_contents,
    .sub-cont {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
}

.sub-cont-tit-wrap {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}

.sub-cont-tit {
    font-size: 36px;
    font-weight: 500;
    color: #212529;
    letter-spacing: -.05em;
    line-height: 1;
}

.path {
    position: absolute;
    right: 0;
    bottom: 22px;
}

@media (max-width: 767px) {
    .sub-cont-tit {
        margin-bottom: 30px;
    }

    .path {
        position: static;
    }
}

.path li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -.05em;
}

.path li:not(:last-child) {
    position: relative;
    margin-right: 40px;
    color: #757575;
}

.path li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    displaY: block;
    width: 1px;
    height: 14px;
    background: #000;
    transform: translateY(-50%) rotate(-45deg);
}

.path li:last-child {
    color: #000;
}

/*************************

    테이블 공통 디자인

*************************/
table {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #000;
}

.basic-table-2019 {
    text-align: center;
}

table tr {
    border-bottom: 1px solid #ddd;
}

table thead tr:first-of-type {
    border-bottom: 1px solid #a3a3a3;
}

table th {
	word-break:keep-all;
}

table td {
	word-break:break-all;
}

table th,
table td {
    padding: 15px 0;
    font-size: 15px;
    letter-spacing: -.05em;
    vertical-align: middle;
}

@media (max-width: 767px) {
    table th,
    table td {
		padding: 5px 0;
        vertical-align: top;
    }
}

table th {
    color: #232323;
}

table:not(.basic-table-2019) th {
    background: #fff;
}

.basic-table-2019 th {
    background: #f6f6f6;
}

table td {
    color: #5d5d5d;
}

.important-mark,
table th .important {
    display: inline-block;
    width: 7px;
    height: 6px;
    margin: 4px 0 0 4px;
    font-size: 0;
    vertical-align: top;
    background: url('/img/sub/ico_important_mark.png') no-repeat center top;
}

.para-applicant {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 350;
    letter-spacing: -.05em;
    color: #757575;
}

.basic-table-2019.type-B td:nth-child(2) {
    text-align: left;
}

@media (min-width: 1160px) {
    .basic-table-2019.type-B td:nth-child(2) {
        padding-left: 20px;
    }
}

.button_gray,
.button_blue1,
.button_blue2,
.button_blue3,
.button_dblue,
.button_blue,
.basic-table-2019 [class^='btn'] {
    display: inline-block;
    width: 100%;
    max-width: 120px;
    height: 32px;
    border-radius: 3px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
}

@media (max-width: 767px) {
	.button_gray,
    .button_blue1,
    .button_blue2,
    .button_blue3,
    .button_dblue,
    .button_blue,
    .basic-table-2019 [class^='btn'],
    .info-detail-table [class^='btn'] {
        float: none !important;
        margin: 5px 0;
    }
}

.button_gray,
.button_dblue,
.button_blue,
.button_blue1,
.button_blue2,
.button_blue3 {
    max-width: 100px;
    display: inline-block;
}

.basic-table-2019 .button_blue {
    margin: 3px auto;
}

.button_blue,
.button_dblue,
.button_blue1,
.button_blue2,
.button_blue3,
.basic-table-2019 .btn-enrollment-apply {
    background: #3276dc;
    color: #fff !important;
}

.button_gray {
    background: #565656;
    color: #fff !important;
}

.basic-table-2019 .btn-enrollment-wait {
    background: #a8a8a8;
    color: #fff !important;
}

.basic-table-2019 .btn-enrollment-end {
    background: #ff9d3e;
    color: #fff !important;
}

.basic-table-2019.type-C {
	width: 100%;
	table-layout: fixed;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #808080;
    text-align: left;
}

.basic-table-2019.type-C th {
    width: 20%;
}

.basic-table-2019.type-C th,
.basic-table-2019.type-C td {
    padding: 12px 10px 12px 22px;
	text-align: left;
}

@media (min-width: 768px) {
	.login-not-member-wrap .basic-table-2019.type-C th,
	.login-not-member-wrap .basic-table-2019.type-C td {
		padding: 12px;
	}
}

@media (max-width: 767px) {
	.basic-table-2019.type-C th,
	.basic-table-2019.type-C td {
		padding: 10px;
	}
}

.basic-table-2019.type-C input,
.basic-table-2019.type-C select {
    height: 34px;
    padding: 0 15px;
    line-height: 34px;
    border: 1px solid #c7c7c7;
    border-radius: 0;
}

@media (min-width: 768px) {
	.login-not-member-wrap .basic-table-2019.type-C input,
	.login-not-member-wrap .basic-table-2019.type-C select {
		padding: 0 5px;
	}
}

input[name="userName"] {
    width: 70%;
}

select[name="selectYear"],
select[name="selectMonth"],
select[name="selectDay"],
select[name="phone1"],
input[name="phone2"],
input[name="phone3"],
.basic-table-2019.type-C select {
    width: 25%;
    max-width: 140px;
}

@media (min-width: 768px) {
	.login-not-member-wrap .basic-table-2019.type-C select {
		width: 30%;
	}
}

@media (max-width: 767px) {

    select[name="selectYear"],
    select[name="selectMonth"],
    select[name="selectDay"],
    select[name="phone1"],
    input[name="phone2"],
    input[name="phone3"],
    .basic-table-2019.type-C select {
        width: 70%;
    }
}

.btn-basic-green {
    display: inline-block;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0 auto;
    padding: 12px 40px;
    background: #37a46d;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
    letter-spacing: -.05em;
}

.btn-basic-gray {
    display: inline-block;
    width: auto;
    max-width: none;
    height: auto;
    margin: 20px auto;
    padding: 12px 40px;
    background: #6c757d;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
    letter-spacing: -.05em;
}

.btn-basic-white {
    display: inline-block;
    width: auto;
    max-width: none;
    height: auto;
    margin: 20px auto;
    padding: 8px 15px;
    background: #fff;
    line-height: 1;
    color: #232323;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: -.05em;
}

.btn-basic-search {
    display: inline-block;
    width: auto;
    max-width: none;
    height: auto;
    padding: 12px 35px;
    background: #6c757d;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
    letter-spacing: -.05em;
    cursor:pointer;
}

.info-detail-tit .btn-basic-white {
	margin: 0;
}

.btn-basic-white * {
    display: inline-block;
    vertical-align: middle;
}

.btn-basic-white img {
    margin-right: 5px;
}

#div_btn_area a {
	margin-bottom: 10px;
}

.type_accordion {
    float: left;
    width: 100%;
}

.type_accordion li {
    position: relative;
}

.type_accordion li:hover,
.type_accordion li:focus {
    background-color: #f8f8f8;
}

.type_accordion .first .accor_btn {
    border: 1px solid #dcddde;
}

.type_accordion .accor_btn {
    display: block;
    line-height: 42px;
    font-size: 16px;
    color: #4d4d4f;
    padding-left: 15px;
    border: 1px solid #dcddde;
    border-top: 0;
}

.type_accordion .accor_howtocome {
    display: block;
    padding: 7px 20px 7px 30px;
    border-radius: 3px;
    background-image: url('/images/howtocome_icon.png');
    background-color: #a8a8a8;
    background-repeat: no-repeat;
    background-position: 13px center;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 8px;
}

.type_accordion li:hover .accor_howtocome,
.type_accordion li:focus .accor_howtocome {
    background-color: #3276dc;
}

.type_accordion .accor_cont {
    display: none;
    background-color: #f8f8f8;
    border: 1px solid #dcddde;
    border-top: 0;
    padding: 8px 30px;
    font-size: 14px;
    line-height: 28px;
}

#schedule_table thead {
    background: #f6f6f6;
}

/*************************

    교육안내 > 과정안내

*************************/
.curric-depth1:after,
.curric-depth2:after {
    content: '';
    display: block;
    clear: both;
}

.curric-depth1 li,
.curric-depth2 li {
    float: left;
    display: flex;
    width: 32%;
    margin-bottom: 14px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
}

.curric-depth1:not(.on) li {
    height: 200px;
    align-items: flex-end;
}

.curric-depth1:not(.on) li a {
    font-size: 18px;
    color: #232323;
    letter-spacing: -.02em;
}

.curric-depth1.on li,
.curric-depth2 li {
    align-items: center;
}

@media (max-width: 767px) {
	.curric-depth1:not(.on) {
		font-size: 0;
	}

	.curric-depth1:not(.on) li {
		width: 49%;
	}

	.curric-depth1:not(.on) li:nth-child(2n+1) {
		clear: both;
		margin-right: 2%;
	}

    .curric-depth1 li,
    .curric-depth2 li {
        width: 100%;
    }
}

.curric-depth1 li:hover,
.curric-depth1 li.active {
    border: 2px solid #49a762;
}

.curric-depth1:not(.on) #list_1 {
    background: url('/img/sub/ico_edu_tab_01.png') no-repeat center 50px;
}

.curric-depth1:not(.on) #list_2 {
    background: url('/img/sub/ico_edu_tab_02.png') no-repeat center 50px;
}

.curric-depth1:not(.on) #list_3 {
    background: url('/img/sub/ico_edu_tab_03.png') no-repeat center 50px;
}

.curric-depth1:not(.on) #list_6 {
    background: url('/img/sub/ico_edu_tab_04.png') no-repeat center 50px;
}

.curric-depth1:not(.on) #list_7 {
    background: url('/img/sub/ico_edu_tab_05.png') no-repeat center 50px;
}

.curric-depth1:not(.on) #list_8 {
    background: url('/img/sub/ico_edu_tab_06.png') no-repeat center 50px;
}

.curric-depth1.on li {
    height: 80px;
}

@media (min-width: 768px) {

    .curric-depth1 li:not(:nth-child(3n)),
    .curric-depth2 li:not(:nth-child(3n)) {
        margin-right: 2%;
    }

	.curric-depth1 li:nth-child(3n+1),
	.curric-depth2 li:nth-child(3n+1) {
		clear: both;
	}
}

.curric-depth1 li a {
    display: block;
    width: 100%;
    padding: 132px 0 40px 0;
    text-align: center;
}

.curric-depth1 li a.twoline {
    padding: 132px 0 20px 0;
}

.curric-depth1 li h4 {
    font-size: 18px;
    color: #232323;
    letter-spacing: -.02em;
}
.curric-depth1 li h5 {
    font-size: 14px;
    color: #878585;
    letter-spacing: -.02em;
}

.curric-depth1.on {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.curric-depth1.on li.active {
    background: url('../img/sub/ico_edu_tab_bg.jpg') no-repeat center center/calc(100% - 1px) calc(100% - 1px);
}

.curric-depth1.on li a {
    padding: 15px 1% 15px 30%;
    font-size: 0;
    text-align: left;
}

.curric-depth1.on li a * {
    display: inline-block;
    vertical-align: middle;
}

.curric-depth1.on #list_1 a {
    background: url('/img/sub/ico_edu_tab_01_on.png') no-repeat 20px center;
}

.curric-depth1.on #list_2 a {
    background: url('/img/sub/ico_edu_tab_02_on.png') no-repeat 20px center;
}

.curric-depth1.on #list_3 a {
    background: url('/img/sub/ico_edu_tab_03_on.png') no-repeat 20px center;
}

.curric-depth1.on #list_6 a {
    background: url('/img/sub/ico_edu_tab_04_on.png') no-repeat 20px center;
}

.curric-depth1.on #list_7 a {
    background: url('/img/sub/ico_edu_tab_05_on.png') no-repeat 20px center;
}

.curric-depth1.on #list_8 a {
    background: url('/img/sub/ico_edu_tab_06_on.png') no-repeat 20px center;
}

.curric-depth2 {
    display: none;
    margin-bottom: 15px;
}

.curric-depth2.on {
    display: block;
}

@media (min-width: 768px) {
    .curric-depth2 li {
        height: 64px;
    }
}

@media (max-width: 767px) {
    .curric-depth2 li {
        padding: 16px 0;
    }
}

.curric-depth2 li a {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 350;
    color: #666;
    letter-spacing: -.05em;
    text-align: center;
    line-height: 1.3;
    cursor: pointer;
}

.curric-depth2 li.active,
.curric-depth2 li:hover {
    background: #49a762;
    border-color: #49a762;
}

.curric-depth2 li.active a,
.curric-depth2 li:hover a {
    font-weight: 350;
    color: #fff;
}

.curric-depth1.myPage ul:after {
	content: "";
	display: block;
	clear: both;
}

.curric-depth1.myPage li {
	position: relative;
	box-sizing: border-box;
}

.curric-depth1.myPage li:nth-child(1) {
    background: url('/img/sub/icon_mypage_02.png') no-repeat center 40px;
}

.curric-depth1.myPage li:nth-child(2) {
    background: url('/img/sub/icon_mypage_01.png') no-repeat center 40px;
}

.curric-depth1.myPage  li:nth-child(3) {
    background: url('/img/sub/icon_mypage_03.png') no-repeat center 40px;
}

.curric-depth1.myPage  li:nth-child(4) {
    background: url('/img/sub/icon_mypage_04.png') no-repeat center 40px;
}

.curric-depth1.myPage  li:nth-child(5) {
    background: url('/img/sub/icon_mypage_05.png') no-repeat center 40px;
}

.curric-depth1.myPage  li:nth-child(6) {
    background: url('/img/sub/icon_mypage_06.png') no-repeat center 40px;
}

.curric-depth1.myPage.on li {
	background-position: 20px center;
	background-size: auto 40px;
}

.curric-depth1.myPage.on li a {
    padding: 15px 1% 15px 30%;
}

.curric-depth1.myPage:not(.on) li {
	height: auto;
}

.curric-depth1.myPage li:hover, 
.curric-depth1.myPage li.active {
    border: 1px solid #49a762;
}

.curric-depth1.myPage li:hover:before,
.curric-depth1.myPage li.active:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
    border: 2px solid #49a762;
	border-radius: 10px;
}

.curric-depth1.myPage li a {
	position: relative;
	padding: 115px 0 40px;
}

.curric-depth1.myPage li a h4 small {
	position: absolute;
	bottom: 20px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
}

.curric-depth1.myPage.on li a h4 small {
	position: static;
}

.accor_cont__para {
	margin-bottom: 20px;
	text-align: center;
	background: #f5f8f6;
	padding: 20px;
	font-size: 20px;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.accor_cont__para {
		font-size: 16px;
	}
}

.info-detail {
    position: relative;
    padding: 50px 36px 70px;
    border: 1px solid #808080;
    border-radius: 10px;
}

.btn-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 22px;
    height: 22px;
    background: none;
    outline: none;
}

.btn-close span {
    position: absolute;
    top: 0;
    left: 0 display: inline-block;
    width: 22px;
    height: 2px;
    background: #403a3a;
}

.btn-close span:nth-child(1) {
    transform: rotate(45deg);
}

.btn-close span:nth-child(2) {
    transform: rotate(-45deg);
}

.info-detail-tit {
    margin-bottom: 20px;
    padding-left: 20px;
    background: url('/img/sub/sub_tit_left.png') no-repeat left 7px;
    font-weight: 500;
    font-size: 24px;
    color: #212529;
    letter-spacing: -.05em;
    line-height: 1;
    text-align: left;
}

.info-detail-table {
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #343434;
}

.info-detail-table tr {
    border-bottom: 1px solid #ddd;
}

.info-detail-table th,
.info-detail-table td {
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: -.05em;
    line-height: 2.3;
}

.info-detail-table td span {
    font-size: 16px !important;
    letter-spacing: -.05em !important;
    line-height: 2.3 !important;
    color: #5d5d5d !important;
}

.info-detail-table th {
    width: 25%;
    color: #232323;
    text-align: left;
}

@media (min-width: 768px) {
    .info-detail-table th {
        width: 20%;
        padding-left: 30px;
    }
}

.info-detail-table td {
    width: 75%;
    font-weight: 350;
    padding-left: 10px;
    color: #5d5d5d;
}

@media (min-width: 768px) {
    .info-detail-table td {
        width: 80%;
        padding-left: 50px;
    }
}

.info-detail-table td:after {
    content: '';
    display: block;
    clear: both;
}

.info-detail-table [class^='btn'] {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    height: 36px;
    float: right;
    border-radius: 3px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
}

@media (max-width: 767px) {
	.info-detail-table [class^='btn'] {
		display: block;
	}
}

.btn-down-in-table {
    background: #454545;
}

.btn-down-in-table img {
    margin-left: 5px;
    vertical-align: middle;
}

.btn-apply-in-table {
    background: #4f8fef;
}

.btn-info-Enrolment {
    display: block;
    width: 70%;
    max-width: 166px;
    padding: 10px 0;
    margin: 0 auto;
    background: #4f8fef;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 350;
    color: #fff;
    text-align: center;
}

.cyber_info {
    margin-bottom: 30px;
    padding: 20px 10px 20px 70px;
    border: 1px dotted #b5b5b5;
    background: #f6f6f6 url('/img/sub/ico_notice_yellow.png') no-repeat 30px center;
}

@media (max-width: 1000px) {
    .cyber_info {
        padding: 30px 30px 30px 70px;
    }

    .cyber_info br {
        display: none;
    }
}

.cyber_info p {
    font-size: 17px;
    color: #575757;
}

.cyber_info a {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    height: 32px;
    border-radius: 3px;
    background: #3276dc;
    line-height: 32px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
}

.edu_info {
    margin-bottom: 30px;
    padding: 20px 10px 20px 70px;
    border: 1px dotted #b5b5b5;
    background: #f6f6f6 url('/img/sub/ico_notice_yellow.png') no-repeat 30px center;
}
@media (max-width: 1000px) {
    .edu_info {
        padding: 30px 30px 30px 70px;
    }
    
    .cyber_info br {
        display: none;
    }
}

.edu_info p {
	margin-bottom: 0;
    font-size: 17px;
    color: #575757;
}

.edu-info-tab-list {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.edu-info-tab-list a {
    display: table-cell;
    padding: 18px 0;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    vertical-align: middle;
    font-size: 17px;
    color: #232323;
    letter-spacing: -.05em;
    text-align: center;
}

.edu-info-tab-list a:not(:last-of-type) {
    border-right: none;
}

.edu-info-tab-list a.on {
    border-right: 1px solid #49a762;
    border-bottom: none;
    border-color: #49a762;
    color: #ffffff;
	background-color: #49a762;
}

.btn-all-area-show {
    display: flex;
    width: 70%;
    height: 64px;
    align-items: center;
    margin: 30px auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 350;
    color: #666;
    letter-spacing: -.05em;
}

.btn-all-area-show.on,
.btn-all-area-show:hover {
    background: #49a762;
    color: #fff;
}

.btn-all-area-show span {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-list-show {
	display: block;
	width: 100%;
	padding: 16px 0;
    margin-top: 14px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 350;
    color: #666;
    letter-spacing: -.05em;
    text-align: center;
    line-height: 1.3;
    cursor: pointer;
	background: none;
}

@media (min-width: 768px) {
	.btn-list-show {
		display: none;
	}
}

/*************************

    교육지원 > HELP DESK

*************************/
.help-desk-rep-box {
    padding: 10px;
    margin-bottom: 45px;
    background: url('/img/sub/bg_diagonal_border.png') repeat;
}

@media (max-width: 767px) {
    .help-desk-rep-box {
        margin-bottom: 20px;
    }
}

.help-desk-rep-box__white-box {
    padding: 30px 10px;
    background-color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
	.help-desk-rep-box__white-box {
		padding: 50px;
	}
}

@media (max-width: 767px) {
    .help-desk-rep-box__white-box>img:first-of-type,
	.help-desk-rep-box__white-box>div:first-of-type {
        margin-bottom: 20px;
    }
}

.help-desk-rep-box__white-box dl {
	margin: 10px 0 20px;
}

@media (min-width: 768px) {
	.help-desk-rep-box__white-box dl {
		margin: 40px 0;
	}
}

.help-desk-rep-box__white-box dl dt {
	font-weight: 500;
	font-size: 20px;
	color: #333;
	letter-spacing: -.025em;
}

.help-desk-rep-box__white-box dl dd a {
	font-weight: 700;
	font-size: 30px;
	color: #49a762;
	letter-spacing: -.025em;
}

.help-desk-rep-box__white-box>p {
    font-weight: 300;
    font-size: 17px;
    color: #444;
    letter-spacing: -.05em;
    line-height: 1.8;
	word-break: keep-all;
}

@media (min-width: 768px) {
	.help-desk-rep-box__white-box dl dt {
		font-size: 32px;
	}

	.help-desk-rep-box__white-box dl dd a {
		font-size: 40px;
	}
	
	.help-desk-rep-box__white-box>p { 
		font-size: 25px;
	}
}

.help-desk-rep-box__white-box>p .green {
	font-weight: 500;
	color: #429658;
}

.help-desk-rep-box__white-box>p .point {
	font-weight: 500;
    color: #ffac63;
}

.help-desk-branch-list {
    font-size: 0;
    text-align: center;
}

.help-desk-branch-list li {
    position: relative;
    display: inline-block;
    padding: 34px 0;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    vertical-align: top;
}

@media (min-width: 768px) {
    .help-desk-branch-list li {
        width: 31.5%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .help-desk-branch-list li {
        width: 49%;
    }
}

@media (max-width: 480px) {
    .help-desk-branch-list li {
        width: 100%;
    }
}

.help-desk-branch-list li:before {
    content: url('/img/sub/bg_border_top_left.png');
    position: absolute;
    top: -1px;
    left: -1px;
    width: 30px;
    height: 30px;
}

.help-desk-branch-list li:after {
    content: url('/img/sub/bg_border_bottom_right.png');
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 30px;
    height: 30px;
}

@media (min-width: 768px) {
    .help-desk-branch-list li:not(:nth-child(3n)) {
        margin-right: 2.75%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .help-desk-branch-list li:not(:nth-child(2n)) {
        margin-right: 2%;
    }
}

.help-desk-branch-list li h4 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #232323;
    letter-spacing: -.05em;
}

.help-desk-branch-list li h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 1px;
    background: #d5d5d5;
    transform: translateX(-50%);
}

.help-desk-branch-list li p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #5d5d5d;
}

/*************************

    교육지원 > 관계기관

*************************/
.banner-list {
    text-align: center;
}

.banner-list li {
    float: left;
    margin-bottom: 20px;
    vertical-align: top;
    border: 1px solid #d9d9d9;
}

@media (min-width: 768px) {
    .banner-list li {
        width: 31.5%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .banner-list li {
        width: 49%;
    }
}

@media (max-width: 480px) {
    .banner-list li {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .banner-list li:not(:nth-child(3n)) {
        margin-right: 2.75%;
    }

    .banner-list li:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .banner-list li:not(:nth-child(2n)) {
        margin-right: 2%;
    }

    .banner-list li:nth-child(2n+1) {
        clear: both;
    }
}

.banner-list li .flex-wrap {
    display: flex;
    height: 100px;
    align-items: center;
    overflow: hidden;
}

.banner-list li figure {
    width: 100%;
    text-align: center;
}

.banner-list li p {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #d9d9d9;
    font-size: 16px;
    letter-spacing: -.05em;
    color: #343434;
}

/*************************

    회원 > 로그인

*************************/
.login-box {
    width: 100%;
    max-width: 530px;
    margin: 70px auto 0;
    text-align: center;
}

.login-box label {
    position: fixed;
    left: -9999999px;
}

.login-box input {
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 10px;
    border: 1px solid #c4c4c4;
    background: #fcfcfc;
}

.login-box input::placeholder {
    font-size: 17px;
    color: #949494;
}

/* .login-id-wrap input {
    background: #fcfcfc url('/img/sub/ico_id.png') no-repeat 20px center;
}

.login-pw-wrap input {
    background: #fcfcfc url('/img/sub/ico_pw.png') no-repeat 20px center;
} */

.login-tit {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    color: #343434;
    text-align: center;
}

.login-tit span {
    color: #49a762;
}

.login-para {
    margin-bottom: 50px;
    font-size: 20px;
    color: #ccc;
    letter-spacing: .1em;
}

.login-btn-wrap {
    width: 100%;
    max-width: 530px;
    margin: 10px auto;
}

.login-btn {
    display: block;
    width: 100%;
    padding: 18px 0;
    margin-bottom: 20px;
    background: #49a762;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    letter-spacing: -.05em;
    text-align: center;
}

.login-btn-wrap__ul {
    text-align: center;
}

.login-btn-wrap__ul li {
    display: inline-block;
    vertical-align: top;
}

.login-btn-wrap__ul li:last-child {
    position: relative;
    margin-left: 8px;
    padding-left: 8px;
}

.login-btn-wrap__ul li:last-child:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 14px;
    background: #ddd;
    transform: translateY(-50%);
    v
}

.login-btn-wrap__ul li a {
    font-size: 14px;
    color: #575757;
    letter-spacing: -.03em;
}

.login-btn-wrap__ul li a.login-btn-wrap__ul__a-join {
    color: #000;
}

/*************************

    회원 > 약관동의

*************************/
.join-form-wrap fieldset {
    position: relative;
}

.privacy-cont-scroll-box {
    height: 240px;
    padding: 30px 20px;
    overflow-y: scroll;
    border: 1px solid #ddd;
	font-family: 맑은고딕, Malgun Gothic, dotum, gulim, sans-serif;
}

.privacy-cont-scroll-box * {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: -.05em;
    color: #575757;
    line-height: 28px;
    word-break: keep-all;
}

.privacy-chapter-tit {
    font-weight: 500;
	font-size: 24px;
    color: #212529;
	letter-spacing: -.05em;
}

.privacy-item-tit {
    font-weight: 500;
	font-size: 18px;
	color: #212529;
	letter-spacing: -.05em;
    margin-bottom: 10px;
}

.privacy-item-tit span.emphasis{
    font-size: 20px;
	font-weight: bolder;
}

.privacy-item-tit span.underl{
	text-decoration: underline;
}

.privacy-cont-scroll-box p {
    font-weight: 350;
    word-break: keep-all;
}

.privacy-cont-scroll-box p span.emphasis{
    font-size: 16px;
	font-weight: bolder;
}

.privacy-cont-scroll-box p span.underl{
	text-decoration: underline;
}



/*************************

    교육확인 > 과정 안내

*************************/
.attain {
    font-size: 0;
    text-align: center;
}

.attain>li {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 330px;
    height: 420px;
    vertical-align: top;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    background: url('/img/sub/bg_check_finish.png') no-repeat center center;
}

@media (min-width: 768px) {
    .attain>li:not(:last-child) {
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .attain>li {
        margin-bottom: 20px;
    }
}

.attain>li>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 70px 30px 120px;
}

.attain .tit {
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #212529;
    letter-spacing: -.05em;
    text-transform: uppercase;
}

.attain .year {
    display: block;
    font-size: 48px;
    font-weight: 500;
    color: #000;
    letter-spacing: -.05em;
}

.attain .bar {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}

.attain .txt {
    font-size: 16px;
    color: #212529;
}

.btn-check-plus {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 59px;
    height: 61px;
    background: none;
}

/*************************

    교육확인 > 교육이수 확인

*************************/
.full-box-wrap {
    padding: 40px 0;
    border: 1px solid #e2e2e2;
    font-size: 0;
}

.full-box-wrap .half-box {
    display: inline-block;
    padding: 40px;
    vertical-align: top;
    text-align: center;
}

@media (max-width: 1000px) {
    .full-box-wrap .half-box {
        width: 100%;
    }
}

@media (min-width: 1001px) {
    .full-box-wrap .half-box:first-of-type {
        border-right: 1px solid #e2e2e2;
    }
}

@media (max-width: 1000px) {
    .full-box-wrap .half-box:first-of-type {
        border-bottom: 1px solid #e2e2e2;
    }
}

.half-box .login-box {
    margin-top: 0;
}

.half-box .login-tit {
    font-weight: 500;
}

.login-not-member-wrap a {
    display: block;
	width: 100%;
    max-width: 290px;
    padding: 14px 0;
    margin: 0 auto;
	margin-bottom: 10px;
    background: #6d6d6d;
    border-radius: 5px;
    font-size: 17px;
    letter-spacing: -.05em;
    color: #fff;
}

.login-not-member-wrap a:last-of-type {
	margin-bottom: 32px;
}

.login-not-member-wrap a * {
    display: inline-block;
    vertical-align: middle;
}

.login-not-member-wrap a img {
	width: 20px;
    margin-right: 20px;
}

.login-not-member-wrap__ul {
    padding-top: 32px;
    border-top: 1px dashed #d8d8d8;
}

.login-not-member-wrap__ul li {
    padding-left: 24px;
    margin-bottom: 5px;
    background: url('/img/sub/ico_check_black.png') no-repeat left 5px;
    font-size: 14px;
    color: #575757;
    letter-spacing: -.02em;
    text-align: left;
	word-break: keep-all;
}

/*************************

    회원 > 마이페이지

*************************/
.btn-mypage-list {
	position: relative;
	padding: 30px 0 10px;
    margin-bottom: 50px;	
    border: 1px solid #d7d7d7;
    font-size: 0;
    text-align: center;
	border-radius: 5px;
}

.btn-mypage-list:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.btn-mypage-list li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
}

@media (min-width: 768px) {
	.btn-mypage-list {
		display: table;
		width: 100%;
		padding: 30px 0;
	}

	.btn-mypage-list li {
        width: 33.33333%;
		display: table-cell;
    }

	.btn-mypage-list li:not(:last-child):after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		height: 148px;
		border-right: 1px solid #f3f3f3;
		transform: translateY(-50%);
	}
}

@media (max-width: 767px) {
	.btn-mypage-list {
		font-size: 0;
	}

    .btn-mypage-list li {
		display: inline-block;
        width: 50%;
		vertical-align: top;
        margin-bottom: 30px;
    }

	.btn-mypage-list li:nth-child(odd) {
		border-right: 1px solid #f3f3f3;
	}
}

.btn-mypage-list li h4 {
    margin-bottom: 10px;
	font-weight: 500;
    font-size: 22px;
    color: #333;
    letter-spacing: -.01em;
	line-height: 1;
}

.btn-mypage-list li p {
    font-size: 15px;
    color: #575757;
    letter-spacing: -.01em;
}

@media (max-width: 767px) {
	.btn-mypage-list li h4 {
		font-size: 20px;
	}

	.btn-mypage-list li p {
		font-size: 15px;
	}
}

@media (max-width: 860px) {
	.btn-mypage-list li p br {
		display: none;
	}
}

/* search창 효과 */
.padd-both-100 {
    padding: 100px 0;
}

/* checkbox redesign */

.join-all-check {
    padding: 10px;
	border: 2px solid #d7d7d7;
    text-align: center;
}

.join-all-check:hover,
.join-all-check:active {
	border: 2px solid #37a46d;
}

.join-all-agree,
.join-form-wrap fieldset {
	position: relative;
}

/* .join-form-wrap .join-agree {
    position: absolute;
	top: 0;
	right: 0;
} */


.join-all-agree input[type="radio"],
.join-all-agree input[type="checkbox"],
.join-form-wrap .join-agree input[type="checkbox"] {
    /* 실제 체크박스는 화면에서 숨김 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.join-all-agree input[type="radio"]+label,
.join-all-agree input[type="checkbox"]+label,
.join-form-wrap .join-agree input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	font-size: 17px;
}

.join-all-agree input[type="radio"]+label:before,
.join-all-agree input[type="checkbox"]+label:before,
.join-form-wrap .join-agree input[type="checkbox"]+label:before {
    /* 가짜 체크박스 */
    content: url('/img/sub/ico_id_save_not.png');
    display: inline-block;
    width: 21px;
    /* 체크박스의 너비를 지정 */
    height: 21px;
    /* 체크박스의 높이를 지정 */
    line-height: 21px;
    /* 세로정렬을 위해 높이값과 일치 */
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
}

.join-all-agree input[type="radio"]:checked+label:before,
.join-all-agree input[type="checkbox"]:checked+label:before,
.join-form-wrap .join-agree input[type="checkbox"]:checked+label:before {
    /* 체크박스를 체크했을때 */
    content: url('/img/sub/ico_id_save_check.png');
    background: transparent;
}

.join-all-check label {
	width: 100%;
}

@media (min-width: 1160px){
	.target_location:after {
		content: '';
		display: block;
		clear: both;
	}

	.target_location li {
		float: left;
		width: 50%;
	}
}

/**********************

	원격지원

**********************/

[class^="ico-wrap-"] {
	display: flex;
	align-items: center;
	border-radius: 50%;
}

[class^="ico-wrap-"]>span {
	display: block;
	width: 100%;
	text-align: center;
}

.ico-wrap-big {
	width: 130px;
	height: 130px;
	background: #f4f4f4;
}

.ico-wrap-small {
	width: 70px;
	height: 70px;
	background: #35a26b;
}

.remote-order-list {
	font-size: 0;
}

.remote-order-list>li {
	display: inline-block;
	padding: 24px;
	vertical-align: top;
	border: 1px solid #dfdfdf;
	text-align: center;
}

@media (min-width: 1161px){
	.remote-order-list>li {
		width: 23.5%;
	}

	.remote-order-list>li:not(:last-child) {
		margin-right: 2%;
	}
}

@media (max-width: 1160px){
	.remote-order-list>li {
		width: 49%;
		margin-bottom: 10px;
	}

	.remote-order-list>li:nth-child(2n+1) {
		margin-right: 2%;
	}
}

.remote-order-list>li h4 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #232323;
	letter-spacing: -.05em;
}

.remote-order-list>li h4:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 50%;
	display: block;
	width: 20px;
	height: 1px;
	background: #d5d5d5;
	transform: translateX(50%);
}

.remote-order-list>li p {
	font-size: 16px;
	font-weight: 500;
	color: #5d5d5d;
}

.btn-remote-start {
	display: block;
	width: 70%;
	max-width: 234px;
	margin: 48px auto;	
	padding: 15px 5%;
	border-radius: 5px;
	background: #464646 url('/img/sub/ico_arrow_right.png') no-repeat 90% center;
	font-size: 16px;
	color: #fff;
	letter-spacing: -.02em;
}


/* 회원약관 모음 */

.all-privacy-policy p,
.all-privacy-policy li {
	font-size: 15px;
	color: #212529;
    line-height: 25px;
    margin-bottom: 30px;
}

.all-privacy-policy .con_tit:not(:first-of-type) {
	padding-top: 50px;
	border-top: 1px solid #ddd;
}

.all-privacy-policy ul>li {
	padding-left: 10px;
	margin: 5px 0;
}

.all-privacy-policy ol {
	padding-left: 30px;
	margin-bottom: 20px;
}

.all-privacy-policy ol>li {
	list-style: decimal;
	margin: 3px 0;
	color: #575757;
} 

/* 반응형 테이블 */

td[data-cell-header="접수기간"],
td[data-cell-header="교육일자"] {
	text-align: left;
}

@media (min-width: 651px) {
	td[data-cell-header="접수기간"],
	td[data-cell-header="교육일자"] {
		width: 100px;
		padding-left: 10px;
	}
}


/* 탈퇴안내 */

.out_info_wrap {
	padding-bottom: 5px;
	margin-bottom: 48px;
    background: url('/img/sub/bg_diagonal_border.png') repeat;
}

.out_info {
	padding: 20px 0;
	background: #fff;
	font-size: 24px;
	color: #222;
}

.out_info b {
	font-weight: 700;
	line-height: 1.8;
}

@media (max-width: 767px) {
	.out_info b {
		line-height: 1.6;
	}
}

.out_info strong {
	color: #d90000;
}
 
.out_info_sub_para {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.8;
}

.out_info_sub_para:last-of-type {
	margin-bottom: 48px;
}

.member_out .info-detail-tit {
	font-weight: 400;
}

.out_agree_form__txt_wrap {
	border: 1px solid #d7d7d7;
	padding: 0 20px;
}

.out_agree_form__txt_wrap p {
	padding: 30px 0;
	font-size: 15px;
	color: #222;
}

.out_agree_form__txt_wrap p:not(:last-of-type) {
	border-bottom: 1px solid #d7d7d7;
}

.out_agree_form__txt_wrap p span {
	display: block;
	margin-bottom: 20px;
}

.out_agree_form__txt_wrap p label {
	font-size: 16px;
	color: #222;
}

.member_out .login-btn-wrap>a {
	width: 112px;
	padding: 12px 0;
}

.out_reception_para {
	padding: 70px 0;
	margin-bottom: 48px;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
}

.out_reception_para .main-p {
	font-weight: 700;
	font-size: 24px;
	color: #222;
}

.out_reception_para .main-p strong {
	color: #49a762;
}

.out_reception_para .sub-p {
	font-size: 24px;
	color: #222;
}

.out_reception_para .sub-p strong {
	color: #49a762;
}

.out_reception_para .main-p,
.out_reception_para .sub-p {
	line-height: 1.8;
}

.ui-datepicker-title select {
	height: auto !important;
}


/* 190724 intro popup */

.edu-pop .path {
	position: static;
	padding: 16px 40px 16px 0;
	text-align: right;
	border-bottom: 1px solid #e1e1e1;
}

.edu-pop-tit {
	padding: 30px 0 20px;
	background: url("/images/intro/bg_edu-info_tit.png") no-repeat center center/cover;
	text-align: center;
}

.edu-pop-tit * {
	display: inline-block;
	vertical-align: middle;
}

.edu-pop-tit span {
	margin-left: 34px;
	font-weight: 500;
	font-size: 34px;
	color: #fff;
	letter-spacing: -.02em;
}

.edu-pop-cont {
	padding: 30px 46px 70px 60px;
}

.edu-pop-tab {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 80px;
}

.edu-pop-tab li {
	position: relative;
	display: table-cell;
	min-width: 120px;
	vertical-align: middle;
	border: 2px solid #eaeaea;
	border-left: none;
	border-bottom: none;
	text-align: center;
}

.edu-pop-tab li:first-child {
	border-left: 2px solid #eaeaea;
}


@media (min-width: 1161px) {
	.edu-pop-tab li:not(.on):after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: calc(100% + 2px);
		height: 2px;
		background: #232323;
	}
}

.edu-pop-tab li.on {
	border-top: 2px solid #232323;
	border-right: 2px solid #232323;
	border-left: 2px solid #232323;
}

.edu-pop-tab li button {
	width: 100%;
	padding: 20px 0;
	background: none;
	font-weight: 350;
	font-size: 16px;
	color: #a2a2a2;
	letter-spacing: -.05em;
	outline: none;
}

.edu-pop-tab li.on button {
	font-weight: 500;
	color: #222;
}

@media (max-width: 1160px) {
	.edu-pop-tab {	
		display: block;
		font-size: 0;
	}

	.edu-pop-tab li {	
		display: inline-block;
		width: 50%;
		border: 1px solid #eaeaea;
	}

	.edu-pop-tab li br {
		display: none;
	}

	.edu-pop-tab li button {
		padding: 0;
		height: 60px;
		line-height: 60px;
	}

	.edu-pop-tab li.on {
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	}
}

@media (max-width: 767px) {
	.edu-pop-tab li {
		width: 100%;
	}
}

.edu-tab {
	display: none;
}

.edu-tab.on {
	display: block;
}

.edu-tab h2 {
	padding: 30px 20px;
	border-top: 1px solid #232323;
	font-weight: 500;
	font-size: 20px;
	color: #232323;
	letter-spacing: -.05em;
}

.edu-tab h2 small {
	margin-left: 5px;
	font-weight: 350;
	font-size: 16px;
	color: #a2a2a2;
}

.edu-pop-table-wrap {
	position: relative;
	padding: 60px 20px;
	border: 1px solid #d9d9d9;
	border-bottom-color: #1d1d1d;
	overflow-x: auto;
	overflow-y: hidden;
}

.edu-pop-table-wrap:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: #e5e5e5;
}

.edu-pop-table {
	min-width: 950px;
}

.edu-pop-table thead th {
	padding: 15px 0;
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
	font-weight: 500;
	font-size: 16px;
	color: #232323;
	letter-spacing: -.02em;
}

.edu-pop-table thead th:first-of-type {
	border-left: none;
}

.edu-pop-table thead th:last-of-type {
	border-right: none;
}

.edu-pop-table tbody th,
.edu-pop-table tbody td {
	padding: 20px 16px;
}

.edu-pop-table tbody th {
	text-align: left;
}

.edu-pop-table tbody td {
	border-left: 1px solid #e8e8e8;
	font-weight: 350;
	font-size: 14px;
	color: #444;
	letter-spacing: -.02em;
}

.edu-pop-table tbody td ul>li {
	padding-left: 16px;
	background: url("/images/intro/bg_tit-circle.png") no-repeat left 7px;
}

.edu-pop-table tbody td:first-of-type ul>li {
	background: url("/images/intro/bg_tit-circle.png") no-repeat left 12px;
	line-height: 2;
}

.edu-pop-table tbody td:not(:first-of-type) ul>li:not(:last-child) {
	margin-bottom: 10px;
}

.edu-pop-table ol {
	padding-left: 20px;
}

.edu-pop-table ol li {
	list-style: decimal;
}

.edu-pop-table-in-table {
	margin-top: 10px;
}

.edu-pop-table-wrap .edu-pop-table-in-table tr:first-of-type th {
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
}

.edu-pop-table-wrap .edu-pop-table-in-table td,
.edu-pop-table-wrap .edu-pop-table-in-table th {
	padding: 15px 10px;
}

.accordion {float:left; width:100%; border-top:1px solid #dcddde;/* padding-top:15px; */}
.accordion .first .accor_btn {border:1px solid #dcddde;}
.accordion .accor_btn {display:block;
    line-height:42px; font-size:16px; color:#4d4d4f; font-weight:bold;
    padding-left:34px;
    border:1px solid #dcddde;
    border-top:0;
    background-image:url("../images/accor_btn.png");
    background-repeat:no-repeat;
    background-position:10px center;
}
.accordion .accor_btn.on {
    background-image:url("../images/accor_btn_on.png");    
}
.accordion .accor_cont {
    display:none;
    background-color:#f8f8f8;
    border:1px solid #dcddde;
    border-top:0;
    padding:8px 30px;
    font-size:14px; line-height:28px;
}
.accordion .accor_cont ul li:before {content:" - "; color:#26ace2;}
.accordion .accor_cont ul li a:hover,
.accordion .accor_cont ul li a:focus {color:#078abf;}

.font_red{
	color:#ff0000;
}

.school_btn_area {
	margin-top:5px;
}
.school_btn{
    padding: 5px 20px 5px 30px;
    border-radius: 3px;
    background-image: url('/images/howtocome_icon.png');
    background-color: #3276dc;
    background-repeat: no-repeat;
    background-position: 13px center;
    color: #ffffff;
    font-size: 13px;
}

.border_rline{
	border-right:1px solid #ddd;
}

/* 교육이수확인 테이블 */
.scroll_x_table {
	overflow-x: auto;
}
.scroll_x_table table {
	min-width: 850px;
}
.scroll_x_table table td {
	padding: 15px 10px;
}