/*-----------------공통-----------------*/
* {
    box-sizing: border-box;
    font-family: 'Malgun Gothic', '맑은 고딕';
}

html, body, p {
    padding: 0;
    margin: 0;
}

a {
    color: #222222;
}

a, a:hover, a:visited {
    text-decoration: none;
}

label, select, button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

#commentContents table {
    table-layout: auto;
}

ul.inline {
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.inline > li {
    float: left;
}

.main_size {
    width: 1000px;
    margin: 0 auto;
}

.text-left, .t_left {
    text-align: left !important;
}

.text-center, .t_center {
    text-align: center !important;
}

.text-right, .t_right {
    text-align: right !important;
}

.font-size-0 {
    font-size: 0 !important;
}

/*요소 사이 코드 상 줄바꿈 공백 없애야할 경우 사용*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.ohidden {
    overflow: hidden;
}

.hide {
    display: none;
}


/* 컬러세팅 */
.c0 {
    color: #000000 !important;
}

.c1 {
    color: #111111 !important;
}

.c2 {
    color: #222222 !important;
}

.c3 {
    color: #333333 !important;
}

.c4 {
    color: #444444 !important;
}

.c5 {
    color: #555555 !important;
}

.c6 {
    color: #666666 !important;
}

.c7 {
    color: #777777 !important;
}

.c8 {
    color: #888888 !important;
}

.c9 {
    color: #999999 !important;
}

.blue {
    color: #3065e6 !important;
}

.yellow {
    color: #ffa913 !important;
}


/* 마진&패딩 영역 설정 */
.mt3 {
    margin-top: 3px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}

.mt85 {
    margin-top: 85px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.mr60 {
    margin-right: 60px
}

.mr70 {
    margin-right: 70px
}

.mr80 {
    margin-right: 80px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml16 {
    margin-left: 16px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 40px
}

.ml45 {
    margin-left: 45px
}

.ml50 {
    margin-left: 50px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.pl1 {
    padding-left: 1px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl40 {
    padding-left: 40px
}

.pl50 {
    padding-left: 50px
}

.pl60 {
    padding-left: 60px
}

.pl70 {
    padding-left: 70px
}

.pl80 {
    padding-left: 80px
}

.pt3 {
    padding-top: 3px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt50 {
    padding-top: 50px
}

.pt60 {
    padding-top: 60px
}

.pt70 {
    padding-top: 70px
}

.pt100 {
    padding-top: 100px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.pr35 {
    padding-right: 35px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pb60 {
    padding-bottom: 60px
}

.pb70 {
    padding-bottom: 70px
}

.pb80 {
    padding-bottom: 80px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl35 {
    padding-left: 35px
}

.pl40 {
    padding-left: 40px
}


.btn {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #0e55e5;
    color: #0e55e5;
    font-size: 14px;
    font-weight: bold;
    outline: none;
}

.btn.btn2 {
    background-color: #0e55e5;
    color: #fff;
}

.btn:active, .btn-custom4:active {
    box-shadow: inset 5px 5px 10px rgba(127, 127, 127, 0.2);
    text-indent: 1px;
}

.btn.btn2:active, #head_menu > li.stress:active > a, #login_wrap .status > div.empty .apply_btn:active, .join_wrap .view_all_btn:active, .join_wrap #cert_wrap .cert_btn:active, .join_wrap #reg_input_wrap .btn_check:active, .join_wrap #reg_agree_wrap button:active, .join_wrap #result_wrap .login_btn:active {
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
    text-indent: 1px;
}


/* label 없는 사각 체크박스 */
.only_ck_square {
    display: none;
}

.only_ck_square + label {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
}

.only_ck_square + label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: url("/images/ckbox_unck.png");
}

.only_ck_square:checked + label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: url("/images/ckbox_ck.png");
}


/*리스트*/
.list_tb {
    table-layout: fixed;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.list_tb tr {
    background-color: #fff;
    cursor: pointer;
}

.list_tb tbody tr:hover {
    background-color: #f5f9ff;
}

.list_tb tr:hover .subject {
    color: #000;
    font-weight: bold;
}

.list_tb th {
    height: 50px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.list_tb td {
    border-top: 1px solid #d5dbe5;
    padding-top: 9px;
    padding-bottom: 11px;
    color: #666;
    font-size: 14px;
    vertical-align: middle;
}

.list_tb:not(.contain_img) td {
    height: 55px;
}

.list_tb td.no {
}

.list_tb td.subject, .list_tb td.text-left {
    padding-left: 15px;
}

.list_tb td.empty {
    height: 200px;
    text-align: center;
}

.list_tb td.text-right {
    padding-right: 15px;
}

.list_tb td .stress {
    color: #ff4d35;
    font-weight: bold;
}

.list_tb td:not(.subject) img {
    display: block;
}

.list_tb td:not(.subject) img:not(:first-child) {
    margin-top: 5px;
}

/*리스트, 교육과정/신청 메뉴 리스트와 같이 샘플 이미지를 포함하고 있는 리스트일 경우*/
.list_tb.contain_img {
    padding-top: 9px;
    padding-bottom: 11px;
}

.list_tb.contain_img .subject {
    line-height: 20px;
}

.list_tb td.sample_link:hover a {
    position: relative;
    display: block;
}

.list_tb td.sample_link:hover a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border: 1px solid #0e55e5;
}

.list_tb td.sample_link .play_icon {
    position: relative;
    display: inline-block;
    height: 0;
    top: 25px;
    z-index: 1;
}


/*페이징*/
.page_wrap {
    text-align: center;
    margin-top: 30px;
    height: 30px;
}

.new_paging {
    display: inline-block !important;
}

.new_paging li {
    width: 30px;
    height: 30px;
    text-align: center;
}

.new_paging a {
    display: block;
    height: 100%;
    line-height: 28px;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: bold;
}

.new_paging .on a {
    color: #ff4d35;
    border: 1px solid #d5dbe5;
}

.new_paging .img, .new_paging .prev, .new_paging .next {
    width: auto;
}

.new_paging .img {
    margin-top: 10px;
}

.new_paging .prev {
    position: relative;
    margin: 0 20px 0 7px;
}

.new_paging .next {
    position: relative;
    margin: 0 7px 0 20px;
}

.new_paging .prev a, .new_paging .next a {
    color: #999;
    font-size: 13px;
    font-weight: normal;
}

.new_paging .prev:after {
    position: absolute;
    top: 10px;
    right: -15px;
    content: "";
    height: 10px;
    border: 1px solid #d5dbe5;
}

.new_paging .next:before {
    position: absolute;
    top: 10px;
    left: -15px;
    content: "";
    height: 10px;
    border: 1px solid #d5dbe5;
}


/*-----------------로그인레이어-----------------*/
.login_layer_wrap .login_layer {
    width: 530px;
    padding: 39px 35px 41px 35px;
    background-color: #fff;
    margin: 0 auto;
}

.login_layer_wrap .close_btn {
    position: absolute;
    top: 30px;
    right: 35px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.login_layer_wrap span.title {
    position: relative;
    display: inline-block;
    padding-top: 2px;
    color: #000;
    font-size: 30px;
}

.login_layer_wrap span.title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    border-top: 2px solid #0e55e5;
}

.login_layer_wrap .layer_login_frm {
    margin-top: 23px;
    border-top: 1px solid #d5dbe5;
}

.login_layer_wrap .layer_login_frm .input_wrap {
    margin-bottom: 14px;
}

.login_layer_wrap .layer_login_frm input[type="radio"] {
    display: none;
}

.login_layer_wrap .layer_login_frm input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 19px;
    margin: 18px 15px 29px 0;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.login_layer_wrap .layer_login_frm input[type="radio"] + label:last-child {
    margin-bottom: 0;
}

.login_layer_wrap .layer_login_frm input[type="radio"] + label:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: url("/images/radio_unck.png");
}

.login_layer_wrap .layer_login_frm input[type="radio"]:checked + label:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: url("/images/radio_ck.png");
}

.login_layer_wrap .layer_login_frm input[type="text"], .login_layer_wrap .layer_login_frm input[type="password"] {
    display: block;
    width: 300px;
    height: 45px;
    border: 1px solid #d5dbe5;
    padding: 0 15px;
    font-size: 14px;
}

.login_layer_wrap .layer_login_frm input[type="password"] {
    margin-top: 11px;
}

.login_layer_wrap .layer_login_frm input[type="submit"] {
    width: 150px;
    height: 101px;
    font-size: 16px;
}

.login_layer_wrap .layer_login_frm #layer_id_save {
    display: none;
}

.login_layer_wrap .layer_login_frm #layer_id_save + label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 21px;
    color: #333;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.login_layer_wrap .layer_login_frm #layer_id_save + label:last-child {
    margin-bottom: 0;
}

.login_layer_wrap .layer_login_frm #layer_id_save + label:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: url("/images/circle_ckbox_unck.png");
}

.login_layer_wrap .layer_login_frm #layer_id_save:checked + label:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: url("/images/circle_ckbox_ck.png");
}

.login_layer_wrap .layer_login_frm .find_id_pw {
    line-height: 24px;
    color: #999;
    font-size: 12px;
}

/*-----------------로그인레이어-----------------*/


/*-----------------head-----------------*/
#head_wrap {
    background-color: #fff;
}

#head_wrap .logo {
    margin-top: 41px;
    width: auto;
    height: 33px;
}

#head_wrap .head_sub_btn { /* 최상단 btn */
    display: inline-block;
}

#head_wrap .head_sub_btn a { /* 최상단 btn */
    position: relative;
    display: block;
    padding: 7px 0 3px 8px;
    margin-left: 21px;
    color: #999;
    font-size: 12px;
}

#head_wrap .head_sub_btn a:before { /* 최상단 btn */
    content: url("/images/head_sub_btn_dot.png");
    position: absolute;
    top: 16px;
    left: 0;
}

#head_wrap .head_sub_btn li:first-child.head_login_btn a:before { /* 로그인 전 최상단 btn */
    content: "";
}

#head_menu_wrap {
    height: 91px;
    border-bottom: 1px solid #d5dbe5;
}

#head_menu {
    overflow: visible;
    height: 65px;
    padding: 18px 0 18px 0;
}

#head_menu > li {
    position: relative;
    padding-left: 15px;
    cursor: pointer;
}

#head_menu > li:not(.stress) {
    padding-right: 15px;
}

#head_menu > li > a {
    display: block;
    line-height: 25px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

#head_menu > li:not(.stress):hover > a {
    color: #0e55e5;
}

#head_menu > li.stress > a {
    color: #0e55e5;
    border: 1px solid #0e55e5;
    font-size: 14px;
    text-align: center;
    width: 95px;
    height: 28px;
    border-radius: 20px;
}

#head_menu > li.stress:hover > a {
    color: #fff;
    background-color: #0e55e5;
}

#head_menu .head_menu_sub {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 11px 20px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d5dbe5;
    border-top: 2px solid #0e55e5;
}

#head_menu .head_menu_sub li a {
    display: block;
    color: #999;
    font-size: 13px;
    letter-spacing: -0.2px;
    line-height: 30px;
}

#head_menu .head_menu_sub li:hover a {
    color: #0e55e5;
    font-weight: bold;
}


/*-----------------중앙-----------------*/
#content_wrap {
    position: relative;
}


/*-----------------중앙-메인-----------------*/
#content_wrap .main_bn {
    height: 380px;
    background: url("/images/main_bn.png") no-repeat center;
    background-size: auto 100%;
}

#content_wrap .main_bn .bx-wrapper {
    box-shadow: none;
    margin: 0;
}

#content_wrap .main_bn .bx-viewport {
    margin: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    left: 0;
}

#content_wrap .main_bn .bx-wrapper .bx-pager {
    bottom: 30px;
}

#content_wrap .main_bn .bx-wrapper .bx-pager.bx-default-pager a:hover, #content_wrap .main_bn .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #fff;
}

#content_wrap .main_bn .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: rgba(0, 0, 0, 0.25);
}

/* 로그인 공통 */
#login_wrap {
    position: absolute;
    top: 55px;
    right: calc((100% - 1000px) / 2);
    width: 240px;
    height: 270px;
    padding: 26px 19px 0 19px;
    background-color: #fcfdff;
    border: 1px solid #d4dddd;
}

#login_wrap span.title {
    position: relative;
    display: inline-block;
    padding-top: 4px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#login_wrap span.title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    border-top: 2px solid #0e55e5;
}

/* 로그인 전 */
#login_frm {
    margin-top: 19px;
}

#login_frm input[type="text"], #login_frm input[type="password"] {
    border: 1px solid #d4dddd;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    color: #aeaeae;
    font-size: 12px;
}

#login_frm input[type="text"] {
    border-bottom: none;
}

#login_frm input[type="submit"] {
    width: 100%;
    height: 45px;
}

#login_frm input[type="checkbox"] {
    display: none;
}

#login_frm input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 19px;
    margin: 9px 0 13px 0;
    color: #333;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#login_frm input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

#login_frm input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: url("/images/ckbox_unck.png");
}

#login_frm input[type="checkbox"]:checked + label:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: url("/images/ckbox_ck.png");
}

#login_bt_link {
    margin-top: 7px;
}

#login_bt_link a, #login_bt_link .fr {
    color: #999;
    font-size: 11px;
}

#login_bt_link a.fl {
    color: #333;
}

/* 로그인 후 */
#login_wrap .logout_btn {
    padding: 0;
    width: 55px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d5dbe5;
    color: #333;
    font-size: 11px;
    cursor: pointer;
}

#login_wrap .logout_btn:active {
    box-shadow: inset 3px 3px 6px rgba(127, 127, 127, 0.1);
    text-indent: 1px;
}

#login_wrap .date {
    font-family: "Dotum";
    color: #aeaeae;
    font-size: 11px;
    margin: 8px 0 21px 0;
}

/* 로그인 후 - 수강현황 있는 경우 */
#login_wrap .status > div:not(.empty) {
    height: 135px;
    margin-top: 18px;
    cursor: pointer;
}

#login_wrap .status > div:not(.empty):hover {
    -webkit-transform: scale(1.1); /*  크롬 */
    -moz-transform: scale(1.1); /* FireFox */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
    transition: transform .35s;
    -o-transition: transform .35s;
    -moz-transition: transform .35s;
    -webkit-transition: transform .35s;
}

#login_wrap .status > div.fl, #login_wrap .status > div.fr {
    position: relative;
    width: 95px;
    height: 135px;
    padding: 11px 0 0 15px;
    text-align: left;
    font-size: 14px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

#login_wrap .status > div.fl {
    background: url("/images/take_available_sec_bg.png") no-repeat center;
    border: 1px solid #2959cd;
}

#login_wrap .status > div.fr {
    background-color: #fff;
    border: 1px solid #d5dbe5;
}

#login_wrap .status > div.fl .title {
    color: #d5dbe5;
    font-weight: bold;
}

#login_wrap .status > div.fr .title {
    color: #666;
    font-weight: bold;
}

#login_wrap .status > div.fl .cnt {
    color: #fff;
}

#login_wrap .status > div.fr .cnt {
    color: #000;
}

#login_wrap .status > div .cnt {
    font-weight: bold;
}

#login_wrap .status > div .cnt.big {
    font-size: 36px;
    line-height: 41px;
}

#login_wrap .status > div .des {
    display: inline-block;
    width: 49px;
    color: #666;
}

/* 로그인 후 - 수강현황 없는 경우 */
#login_wrap .status > div.empty {
    padding-top: 16px;
    height: 160px;
    text-align: center;
    background-color: #f5f9ff;
    border: 1px solid #dfeeff;
}

#login_wrap .status > div.empty p {
    margin-top: 10px;
    color: #999;
    font-size: 13px;
}

#login_wrap .status > div.empty .stress {
    margin: 3px 0 0 0;
    color: #000;
    font-weight: bold;
}

#login_wrap .status > div.empty .apply_btn {
    display: inline-block;
    margin-top: 15px;
    padding: 4px 14px 6px;
    background-color: #3065e6;
    border: 1px solid #0e55e5;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
}


/*-----------------중앙-메인 과정 안내-----------------*/
#content_wrap .lecture_wrap {
    padding: 32px 0 20px 0;
    height: 438px;
}


/*-----------------중앙-메인 버튼모음 & 커뮤니티-----------------*/
#content_wrap .comunity_wrap {
    background-color: #fffef5;
    padding: 20px 0 40px 0;
}

#content_wrap .comunity_wrap .sec1 {
    margin-bottom: 16px;
}

#content_wrap .comunity_wrap .sec1 > div {
    width: calc((100% - 14px) / 2);
    background-color: #fff;
    border: 1px solid #d5dbe5;
}

#content_wrap .comunity_wrap .sec1 .title {
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0 0 20px;
}

#content_wrap .comunity_wrap .sec1 .btn_wrap {
    text-align: center;
    padding-right: 13px;
}

#content_wrap .comunity_wrap .sec1 .btn_wrap a {
    margin: 19px 25px;
}

#content_wrap .comunity_wrap .sec1 .btn_wrap p {
    margin-top: 8px;
    color: #333;
    font-size: 13px;
    letter-spacing: -0.75px;
    line-height: 16px;
}

#content_wrap .comunity_wrap .sec2 > div {
    float: left;
    height: 265px;
    margin-right: 12px;
    border: 1px solid #d5dbe5;
}

#content_wrap .comunity_wrap .sec2 > div:last-child {
    margin-right: 0;
}

#content_wrap .comunity_wrap .bn_area {
    width: 240px;
}

#content_wrap .comunity_wrap .bn_area img {
    display: block;
    width: 100%;
    height: 100%;
}

#content_wrap .comunity_wrap .comunity_area {
    width: calc(100% - 506px);
    background-color: #fff;
}

#content_wrap .comunity_wrap .comunity_area ul.inline {
    width: 100%;
}

#content_wrap .comunity_wrap .comunity_area ul.inline li {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e9edf1;
    border-bottom: 1px solid #d4dddd;
    color: #999;
    font-size: 18px;
    letter-spacing: -0.4px;
    cursor: pointer;
}

#content_wrap .comunity_wrap .comunity_area ul.inline li:first-child {
    border-right: 1px solid #d4dddd;
}

#content_wrap .comunity_wrap .comunity_area ul.inline li.on {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
    font-weight: bold;
}

#content_wrap .comunity_wrap .comunity_area .list {
    padding: 30px;
}

#content_wrap .comunity_wrap .comunity_area .list table td {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

#content_wrap .comunity_wrap .comunity_area .list table tr:hover td, #content_wrap .comunity_wrap .comunity_area .list table tr:hover a {
    color: #000;
    font-weight: bold;
}

#content_wrap .comunity_wrap .comunity_area .list table td a {
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

#content_wrap .comunity_wrap .comunity_area .list table .new * {
    color: #000;
    font-weight: bold;
    letter-spacing: -0.4px;
}

#content_wrap .comunity_wrap .comunity_area .list table .new a {
    position: relative;
}

#content_wrap .comunity_wrap .comunity_area .list table .new a:after {
    content: url("/images/new_icon2.png");
    position: absolute;
    top: 3px;
    right: -20px;
}


/*-----------------서브-----------------*/
/*-----------------서브 공통-----------------*/
#sub_head {
    /*background: url("/images/sub_head_bg.png") no-repeat center;*/
    height: 150px;
    text-align: center;
}

#sub_head .title {
    border-top: 1px solid rgba(256, 256, 256, 0.3);
    border-bottom: 1px solid rgba(256, 256, 256, 0.3);
    display: inline-block;
    margin-top: calc((150px - 61px) / 2);
    padding: 0 15px;
    height: 61px;
    line-height: 52px;
    color: #fff;
    font-size: 35px;
    font-weight: lighter;
}

#sub_head_menu {
    height: 53px;
    border-top: 1px solid #d5dbe5;
    border-bottom: 1px solid #d5dbe5;
    text-align: center;
}

#sub_head_menu ul {
    display: inline-block;
    height: 100%;
}

#sub_head_menu ul li {
    height: 100%;
    border-left: 1px solid #d5dbe5;
    background-color: #fff;
}

#sub_head_menu ul li:last-child {
    border-right: 1px solid #d5dbe5;
}

#sub_head_menu ul li a {
    display: block;
    line-height: 50px;
    color: #666;
    font-size: 16px;
}

#sub_head_menu ul li.on {
    background-color: #eff4fd;
}

#sub_head_menu ul li.on a {
    color: #0e55e5;
    font-weight: bold;
}

#sub_wrap {
    /*padding-bottom: 75px;*/
}

#sub_wrap > .sub_title {
    padding: 40px 0 19px 0;
    color: #1c1c1c;
    font-size: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    border-bottom: 2px solid #333;
}

#sub_wrap > .sub_title.with_badge {
    position: relative;
    padding-right: 205px;
    letter-spacing: -1.5px;
}

#sub_wrap > .sub_title.with_badge .badge_wrap {
    position: absolute;
    right: 0;
    bottom: 21px;
}

#sub_wrap > .sub_title.with_badge .badge_wrap img {
    float: left;
}

#sub_wrap > .sub_title.with_badge .badge_wrap img:not(:first-child) {
    margin-left: 5px;
}

#sub_wrap .sub_content_wrap {
    margin-bottom: 70px;
}

#sub_wrap .sub_top_wrap {
    margin: 20px 0;
}

/*카테고리 영역*/
#sub_wrap .category {
    margin-top: 5px;
}

#sub_wrap .category li {
    margin-right: 20px;
}

#sub_wrap .category li a {
    position: relative;
    display: block;
    padding-left: 7px;
    color: #999;
    font-size: 14px;
}

#sub_wrap .category li a:before {
    content: url("/images/list_dot_icon.png");
    position: absolute;
    top: 10px;
    left: 0;
}

#sub_wrap .category li.on a {
    padding-left: 11px;
    color: #000;
}

#sub_wrap .category li.on a:before {
    content: url("/images/nobg_check_icon.png");
    top: 7px;
}

#sub_wrap .sch input, #sub_wrap .sch button, #sub_wrap .sch select {
    height: 30px;
    vertical-align: middle;
    border: 1px solid #d5dbe5;
    color: #999;
    font-size: 12px;
}

/*검색 영역*/
#sub_wrap .sch select {
    padding: 0 39px 0 9px;
    margin-right: 11px;
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: url("/images/sch_select_bg.png") no-repeat right center;
}

#sub_wrap .sch select::-ms-expand {
    display: none;
}

#sub_wrap .sch input[type="text"] {
    width: 190px;
    padding: 0 9px;
    background-color: #fff;
}

#sub_wrap .sch button[type="submit"] {
    width: 29px;
    background-color: #f5f9ff;
    border-left: none;
}

#sub_wrap .sch button[type="submit"] img {
    display: inline-block;
}


/*-----------------회원가입-----------------*/
/*회원가입 공통*/
.join_wrap {
    padding: 38px 0 70px 0;
}

.join_wrap #join_step_wrap {
    padding-left: 115px;
    margin-bottom: 55px;
}

.join_wrap #join_step_wrap .join_step {
    position: relative;
    float: left;
    width: 127px;
    height: 126px;
    margin-right: 83px;
    padding-top: 29px;
    border: 1px solid #d5dbe5;
    border-radius: 100px;
    text-align: center;
}

.join_wrap #join_step_wrap .join_step:before {
    content: "";
    position: absolute;
    top: 56px;
    left: calc((100% - 20px) / 2);
    display: inline-block;
    width: 20px;
    border-top: 1px solid #b7b7b7;
    height: 1px;
}

.join_wrap #join_step_wrap .join_step:not(:last-child):after {
    content: url("/images/step_arrow.png");
    position: absolute;
    top: 50px;
    right: -48px;
}

.join_wrap #join_step_wrap .join_step p {
    color: #999;
    font-size: 16px;
}

.join_wrap #join_step_wrap .join_step p:first-child {
    margin-bottom: 12px;
}

.join_wrap #join_step_wrap .join_step.on {
    background-color: #0e55e5;
    border: 1px solid #0e55e5;
}

.join_wrap #join_step_wrap .join_step.on:before {
    border-top: 1px solid rgba(256, 256, 256, 0.7);
}

.join_wrap #join_step_wrap .join_step.on p {
    color: #fff;
}

.join_wrap #join_step_wrap .join_step.on p:last-child {
    font-weight: bold;
}

.join_wrap .sub_title {
    position: relative;
    padding-top: 2px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.join_wrap .sub_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    border-top: 2px solid #0e55e5;
}

/*회원가입 약관동의*/
.join_wrap #terms_wrap p.title {
    text-align: center;
    color: #1c1c1c;
    font-size: 20px;
    font-weight: bold;
}

.join_wrap #terms_wrap p.des {
    margin: 14px 0 29px 0;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.join_wrap .terms_item:not(:last-child) {
    margin-bottom: 46px;
}

.join_wrap .view_all_btn {
    width: 75px;
    height: 30px;
    background-color: #b8b8b8;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    outline: none;
}

.join_wrap .terms {
    width: 100%;
    height: 235px;
    line-height: 20px;
    overflow: auto;
    border: 1px solid #d5dbe5;
    margin: 10px 0 8px 0;
    padding: 26px 29px;
    color: #666;
    font-size: 14px;
}

.join_wrap input[type="checkbox"] {
    display: none;
}

.join_wrap input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 21px;
    color: #666;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.join_wrap input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.join_wrap input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: url("/images/circle_ckbox_unck.png");
}

.join_wrap input[type="checkbox"]:checked + label:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: url("/images/circle_ckbox_ck.png");
}

.join_wrap input[type="radio"] {
    display: none;
}

.join_wrap input[type="radio"] + label {
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.join_wrap input[type="radio"] + label:last-child {
    margin-bottom: 0;
}

.join_wrap input[type="radio"] + label:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: url("/images/radio_unck.png");
}

.join_wrap input[type="radio"]:checked + label:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: url("/images/radio_ck.png");
}

.join_wrap label .stress {
    color: #ff4d35;
    font-weight: bold;
}

.join_wrap .btn_wrap {
    text-align: right;
    margin-top: 11px;
}

.join_wrap .btn_wrap .btn {
    width: 100px;
    height: 40px;
}

.join_wrap .btn_wrap .btn:last-child {
    margin-left: 4px;
}

/*회원가입 본인인증*/
.join_wrap #cert_wrap {
    padding: 18px 185px 0 185px;
}

.join_wrap #cert_wrap > div {
    padding-top: 60px;
    border: 1px solid #d5dbe5;
    width: 285px;
    height: 300px;
    text-align: center;
}

.join_wrap #cert_wrap p.cert_title {
    margin: 34px 0 38px 0;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.join_wrap #cert_wrap p.cert_title > span {
    color: #0e55e5;
}

.join_wrap #cert_wrap .cert_btn {
    width: 100px;
    height: 40px;
    border: none;
    background-color: #0e55e5;
    color: #fff;
    font-size: 14px;
}

.join_wrap #cert_wrap .cert_btn.disabled {
    width: 120px;
    background-color: #999;
}

/*회원가입 정보입력*/
.join_wrap #reg_frm_wrap {
    padding-top: 8px;
}

.join_wrap #reg_frm_wrap input[type="checkbox"] + label {
    color: #666;
    font-size: 14px;
    margin: 15px 0 47px 0;
}

.join_wrap #reg_frm_wrap .btn_wrap {
    margin-top: 20px;
}

.join_wrap #reg_frm_wrap .readonly {
    background: #ddd;
}

.join_wrap #reg_agree_wrap {
    padding: 23px 28px 27px 28px;
    background-color: #f6f9ff;
    border: 1px solid #d5dbe5;
}

.join_wrap #reg_agree_wrap p.title {
    margin-bottom: 33px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.join_wrap #reg_agree_wrap p.des {
    color: #0e55e5;
    font-size: 14px;
    line-height: 20px;
}

.join_wrap #reg_agree_wrap ol.des {
    margin: 33px 0 27px 0;
    padding-left: 16px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.join_wrap #reg_agree_wrap ol.des li {
    margin-bottom: 20px;
}

.join_wrap #reg_agree_wrap ol.des span {
    color: #999;
    font-size: 12px;
}

.join_wrap #reg_agree_wrap .input_wrap {
    vertical-align: middle;
    padding: 20px 0 20px 48px;
    background-color: #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #d5dbe5;
    color: #333;
    font-size: 0;
}

.join_wrap #reg_agree_wrap label {
    font-size: 14px;
    margin-right: 30px;
    line-height: 28px;
}

.join_wrap #reg_agree_wrap input[type="text"] {
    background-image: none !important;
    border: 1px solid #d5dbe5;
    padding: 0 10px;
    width: 140px;
    height: 35px;
}

.join_wrap #reg_agree_wrap label span {
    margin: 0 6px;
}

.join_wrap #reg_agree_wrap label input:first-child {
    margin-left: 4px;
}

.join_wrap #reg_agree_wrap button {
    width: 80px;
    height: 35px;
    border: none;
    background-color: #0e55e5;
    color: #fffefe;
    font-size: 14px;
    outline: none;
}

.join_wrap #reg_input_wrap .sub_title > .help {
    padding-top: 8px;
}

.join_wrap #reg_input_wrap .register_tb {
    margin-top: 13px;
    border-top: 1px solid #333;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.join_wrap #reg_input_wrap .register_tb th, .join_wrap #reg_input_wrap .register_tb td {
    border-bottom: 1px solid #d5dbe5;
}

.join_wrap #reg_input_wrap .register_tb tr:last-child th, .join_wrap #reg_input_wrap .register_tb tr:last-child td {
    border-bottom: 1px solid #333;
}

.join_wrap #reg_input_wrap .register_tb th {
    padding-left: 22px;
    background-color: #e9edf1;
    text-align: left;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.join_wrap #reg_input_wrap .register_tb td {
    padding: 10px 0 10px 20px;
    color: #333;
    font-size: 14px;
    height: 56px;
}

.join_wrap #reg_input_wrap .register_tb input:not([type="radio"]) {
    background-image: none !important;
    border: 1px solid #d5dbe5;
    width: 230px;
    height: 35px;
    margin-right: 10px;
}

.join_wrap #reg_input_wrap .register_tb input[type="radio"] {
    display: none;
}

.join_wrap #reg_input_wrap .register_tb input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 19px;
    margin: 0 2px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.join_wrap #reg_input_wrap .register_tb input[type="radio"] + label:last-child {
    margin-bottom: 0;
}

.join_wrap #reg_input_wrap .register_tb input[type="radio"] + label:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: url("/images/radio_unck.png");
}

.join_wrap #reg_input_wrap .register_tb input[type="radio"]:checked + label:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: url("/images/radio_ck.png");
}

.join_wrap #reg_input_wrap .btn_check {
    height: 35px;
    border: none;
    background-color: #0e55e5;
    padding: 0 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    outline: none;
}

.join_wrap #reg_input_wrap .time {
    color: #0e55e5;
    font-size: 14px;
    font-weight: bold;
}

.join_wrap .help {
    line-height: 28px;
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

/*회원가입완료*/
.join_wrap #result_wrap {
    text-align: center;
    padding-top: 8px;
}

.join_wrap #result_wrap .user_info {
    margin: 33px 0 8px 0;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.join_wrap #result_wrap .user_info span {
    color: #0e55e5;
}

.join_wrap #result_wrap .des {
    color: #666;
    font-size: 16px;
}

.join_wrap #result_wrap .login_btn {
    width: 100px;
    height: 40px;
    background-color: #0e55e5;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
}


/* 교육과정/신청 세부 페이지*/
.apply_wrap {
    margin-top: 30px;
}

.apply_wrap .fl {
    width: 360px;
}

.apply_wrap .fr {
    margin: 0 5px 0 20px;
    width: calc(100% - 385px);
}

.apply_wrap .lec_img {
    width: 100%;
    height: 246px;
    border: 1px solid #d5dbe5;
}

.apply_wrap .play_icon {
    position: relative;
    display: inline-block;
    height: 0;
    top: 108px;
    left: 164px;
    z-index: 1;
}

.apply_wrap .info_tb {
    width: 100%;
    border-top: 1px solid #55585c;
    border-bottom: 1px solid #55585c;
    line-height: 31px;
}

.apply_wrap .info_tb tr:first-child th, .apply_wrap .info_tb tr:first-child td {
    padding-top: 15px;
}

.apply_wrap .info_tb tr:last-child th, .apply_wrap .info_tb tr:last-child td {
    padding-bottom: 15px;
}

.apply_wrap .info_tb th {
    color: #333;
    font-size: 13px;
    font-weight: normal;
}

.apply_wrap .info_tb td {
    padding-left: 12px;
    color: #666;
    font-size: 13px;
    font-weight: normal;
}

.apply_wrap .apply_sec_tb {
    border-top: 1px solid #55585c;
    width: 100%;
}

.apply_wrap .apply_sec_tb tr {
    line-height: 50px;
    border-bottom: 1px solid #d5dbe5;
}

.apply_wrap .apply_sec_tb thead tr {
    background-color: #f5f9ff;
}

.apply_wrap .apply_sec_tb tr th:first-child, .apply_wrap .apply_sec_tb tr td:first-child {
    padding-left: 20px;
}

.apply_wrap .apply_sec_tb tr th:last-child, .apply_wrap .apply_sec_tb tr td:last-child {
    padding-right: 20px;
}

.apply_wrap .apply_sec_tb th {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.apply_wrap .apply_sec_tb td {
    color: #666;
    font-size: 14px;
}

.apply_wrap .apply_sec_tb td.date {
    color: #0e55e5;
    font-weight: bold;
}

.apply_wrap .apply_sec_tb td.payment {
    color: #ff4d35;
    font-size: 20px;
    font-weight: bold;
}

.apply_wrap .apply_sec_tb input[type="radio"] {
    display: none;
}

.apply_wrap .apply_sec_tb input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 50px;
    line-height: 21px;
    font-size: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.apply_wrap .apply_sec_tb input[type="radio"] + label:last-child {
    margin-bottom: 0;
}

.apply_wrap .apply_sec_tb input[type="radio"] + label:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: url("/images/radio_unck.png");
}

.apply_wrap .apply_sec_tb input[type="radio"]:checked + label:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: url("/images/radio_ck.png");
}

.apply_wrap .apply_sec_tb input[type="radio"] + label > img {
    position: absolute;
    right: -20px;
    top: 4px;
}

.apply_wrap .btn {
    width: 200px;
    height: 45px;
}

.apply_info_wrap .title {
    padding-bottom: 19px;
    border-bottom: 1px solid #55585c;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.apply_info_wrap .sub_title {
    margin-top: 26px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.apply_info_wrap .des {
    margin-top: 9px;
    padding-bottom: 3px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}

.apply_info_wrap .sub_tb {
    width: 100%;
    border-top: 1px solid #55585c;
    line-height: 31px;
}

.apply_info_wrap .sub_tb th, .apply_info_wrap .sub_tb td {
    border-bottom: 1px solid #d5dbe5;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.apply_info_wrap .sub_tb th:not(:last-child), .apply_info_wrap .sub_tb td:not(:last-child) {
    border-right: 1px solid #d5dbe5;
}

.apply_info_wrap .sub_tb th {
    background-color: #e9edf1;
    color: #333;
    font-weight: normal;
}

.apply_info_wrap .sub_tb td {
    color: #666;
}

.apply_info_wrap .sub_tb td.stress {
    color: #ff4d35;
}

.apply_info_wrap .sub_tb td.text-left {
    padding: 0 30px;
}

.apply_wrap .dialog {
    position: absolute;
    left: 0px;
    top: 25px;
    padding: 15px 10px;
    background-color: #fff;
    width: 280px;
    border: 1px solid #d5dbe5;
    border-radius: 3px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    color: #666;
    line-height: 16px;
    word-break: keep-all;
}

.apply_wrap .dialog .close_btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
}

/* 교육과정/신청 결제, 결제완료 */
.apply_payment_wrap .sub_title {
    position: relative;
    padding-top: 2px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.apply_payment_wrap .sub_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    border-top: 2px solid #0e55e5;
}

.apply_tb, .apply_tb2 {
    border-top: 1px solid #55585c;
    width: 100%;
    margin-top: 13px;
}

.apply_tb tr, .apply_tb2 tr {
    line-height: 49px;
    border-bottom: 1px solid #d5dbe5;
}

.apply_tb th, .apply_tb2 th {
    background-color: #f5f9ff;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.apply_tb td, .apply_tb2 td {
    color: #666;
    font-size: 14px;
}

.apply_tb:not(.horiz) th, .apply_tb:not(.horiz) td, .apply_tb2:not(.horiz) th, .apply_tb2:not(.horiz) td {
    text-align: center;
}

.apply_tb.horiz th, .apply_tb.horiz td, .apply_tb2.horiz th, .apply_tb2.horiz td {
    text-align: left;
    line-height: 55px;
    padding-left: 22px;
    color: #333;
}

.apply_tb:not(.horiz) td:not(.line2), .apply_tb2:not(.horiz) td:not(.line2) {
    line-height: 60px;
}

.apply_tb td.line2, .apply_tb2 td.line2 {
    line-height: 16px;
    word-break: keep-all;
}

.apply_tb td .stress, .apply_tb2 td .stress {
    color: #ff4d35;
    font-weight: bold;
}

.apply_payment_wrap .terms_item {
    margin-top: 39px;
}

.apply_payment_wrap .terms {
    width: 100%;
    height: 235px;
    line-height: 20px;
    overflow: auto;
    border: 1px solid #d5dbe5;
    margin: 13px 0 8px 0;
    padding: 26px 29px;
    color: #666;
    font-size: 14px;
}

.apply_payment_wrap input[type="checkbox"] {
    display: none;
}

.apply_payment_wrap input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 21px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.apply_payment_wrap input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.apply_payment_wrap input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: url("/images/circle_ckbox_unck.png");
}

.apply_payment_wrap input[type="checkbox"]:checked + label:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: url("/images/circle_ckbox_ck.png");
}

.apply_payment_wrap label .stress {
    color: #ff4d35;
    font-weight: bold;
}

.apply_payment_wrap .btn_wrap .btn {
    width: 200px;
    height: 45px;
}

.apply_tb input[type="radio"] {
    display: none;
}

.apply_tb input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 55px;
    line-height: 21px;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.apply_tb input[type="radio"] + label:last-child {
    margin-bottom: 0;
}

.apply_tb input[type="radio"] + label:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: url("/images/radio_unck.png");
}

.apply_tb input[type="radio"]:checked + label:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: url("/images/radio_ck.png");
}

.apply_tb input[type="radio"] + label > img {
    position: absolute;
    right: -20px;
    top: 4px;
}

/* 결제완료 */
.apply_tb2:not(.horiz) td:not(.line2) {
    line-height: 70px;
    border-bottom: 1px solid #d5dbe5;
}

.apply_tb2.horiz {
    margin-top: 40px;
}

.apply_payment_wrap .complete {
    margin-bottom: 48px;
}

.apply_payment_wrap .complete p {
    margin-top: 23px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.apply_payment_wrap .complete .stress {
    color: #0e55e5;
}

.apply_payment_wrap .apply_tb th.total_payment .stress {
    color: #ff4d35;
    font-size: 20px;
    font-weight: bold;
}

/* 장바구니 */
.apply_cart p.sub_title {
    color: #1c1c1c;
    font-size: 20px;
    font-weight: bold;
}

.apply_cart .apply_tb {
    margin-top: 18px;
}

.apply_cart .apply_tb td:not(.line2) {
    line-height: 70px;
}

.apply_cart .apply_tb td .btn {
    width: 70px;
    height: 40px;
    line-height: normal;
}

.apply_cart .apply_tb td.disabled_txt {
    color: #0e55e5;
}

.apply_cart .apply_tb th.total_payment {
    line-height: 86px;
    border-bottom: 1px solid #333;
}

.apply_cart .apply_tb th.total_payment .stress {
    color: #ff4d35;
    font-size: 20px;
    font-weight: bold;
}

.apply_cart .sel_del {
    width: 80px;
    height: 40px;
}

.apply_cart .apply_btn {
    width: 200px;
    height: 45px;
}


/*-----------------tail-----------------*/
#tail_wrap {
    background-color: #fff;
}

#tail_wrap .nav {
    border-top: 1px solid #d5dbe5;
    border-bottom: 1px solid #d5dbe5;
}

#tail_wrap .nav ul.inline li {
    position: relative;
    margin-right: 30px;
}

#tail_wrap .nav ul.inline li a {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
}

#tail_wrap .nav ul.inline li.stress a {
    color: #333;
    font-weight: bold;
}

#tail_wrap .nav ul.inline li.dot:after {
    content: url("/images/dot_icon.png");
    position: absolute;
    top: -3px;
    right: -5px;
}

#tail_wrap .information {
    padding: 30px 0 50px 0;
}

#tail_wrap .information .logo {
    margin-bottom: 13px;
    height: 26px;
    width: auto;
}

#tail_wrap .information .company_info {
    max-width: 450px;
    word-break: keep-all;
    margin-bottom: 9px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

#tail_wrap .information .copyright {
    color: #999;
    font-size: 11px;
}

#tail_wrap .information .service:last-child {
    margin-left: 90px;
}

#tail_wrap .information .service .title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

#tail_wrap .information .service .num {
    margin: 6px 0 9px 0;
    color: #0e55e5;
    font-size: 26px;
    font-weight: bold;
}

#tail_wrap .information .service .des {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.4px;
}

/*-----------------jBox-----------------*/
.jBox-addClass .jBox-content {
    line-height: 20px;
    padding: 26px 29px;
    color: #666;
    font-size: 14px;
}


/*-----------------모바일영역-----------------*/
.m_wrap {
    background-color: #f5f9ff;
}

.m_wrap .head_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.m_wrap .head_wrap .head_top {
    padding: 18px 20px;
}

.m_wrap .head_wrap .logo {
    height: 25px;
    width: auto;
}

.m_wrap .head_wrap .login_btn {
    line-height: 18px;
    color: #0e55e5;
    font-size: 14px;
    font-weight: bold;
}

.m_wrap .head_wrap .login_btn.c0:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    border-left: 1px solid #ddd;
    margin: 0 10px;
}

.m_wrap .head_wrap ul.tab {
    overflow: visible;
    height: 38px;
    width: 100%;
    border-bottom: 1px solid #d5dbe5;
}

.m_wrap .head_wrap ul.tab li {
    height: 38px;
    line-height: 38px;
    width: 33.33%;
    text-align: center;
}

.m_wrap .head_wrap ul.tab li a {
    display: block;
    color: #9fa4ac;
    font-size: 16px;
}

.m_wrap .head_wrap ul.tab li.on a {
    color: #000;
    font-weight: bold;
}

.m_wrap .head_wrap ul.tab li.on a span {
    padding-bottom: 6px;
    border-bottom: 3px solid #0e55e5;
}

.m_wrap .content_wrap {
    text-align: center;
    overflow-y: auto;
    padding-top: 109px;
}

.m_wrap .content_wrap img {
    width: 100%;
    height: auto;
}

.m_wrap .tail_wrap {
    /*position: fixed;*/
    display: inline-block;
    bottom: 0;
    left: 0;
    height: 84px;
    width: 100%;
    background-color: #f5f9ff;
    text-align: center;
}

.m_wrap .tail_wrap .tel {
    margin: 11px 0 3px 0;
}

.m_wrap .tail_wrap .tel > a {
    color: #0e55e5;
    font-size: 26px;
    font-weight: bold;
}

.m_wrap .tail_wrap .copyright {
    font-family: "Gulim";
    color: #bbb;
    font-size: 12px;
}