* {
	box-sizing:border-box;
}
.center {
	margin:0 auto;
	text-align:center;
}

/*common*/
.tit_padding {
	padding-top:70px;
}
.tit_padding_ {
	padding-top:30px;
}
input {
	cursor:default;
	box-sizing:border-box;
}
.sel_box input[type=checkbox] {
	width:0;
	visibility: hidden;
}
.sel_box input[type=checkbox] + em {
	display:inline-block;
	cursor:pointer;
	width:24px;
	height:24px;
	line-height:24px;
	padding-left:0;
	background:url(/images/sub/btn_check.png)no-repeat;
	vertical-align:middle;
}
.sel_box input[type=checkbox]:checked + em {
	background:url(/images/sub/btn_check_active.png)no-repeat;
}
select {
	height:40px;
	width:300px;
	font-size:15px;
	letter-spacing:-0.06em;
	margin:0;
	color:#414141;
	padding-left:10px;
	box-sizing:border-box;
	background:url() no-repeat right center;
	background-size:auto 100%;
	border:1px solid #dcdcdc;
	outline:none;
}
iframe {
	width:100%;
	height:250px;
}



/*버튼*/
.btn_cancel {
	background:#555555;
	padding:10px 40px;
	color:#fff !important;
	margin:0 5px;
	font-size:16px;
	box-sizing:border-box;
	border-radius: 8px;
	text-align: center;
}
.btn_confirm {
	background:#00ade5;
	padding:10px 40px;
	color:#fff !important;
	margin:0 5px;
	font-size:16px;
	box-sizing:border-box;
	border-radius: 8px;
}
.btn_confirm01 {
	background:#00ade5;
	padding:15px 40px;
	color:#fff !important;
	margin:0 5px;
	font-size:16px;
	box-sizing:border-box;
}
.btn_view {
	background:#fff;
	border:1px solid #dedede;
	padding:8px 20px;
	color:#555 !important;
	margin:0 5px;
	font-size:13px;
	box-sizing:border-box;
	border-radius:4px;
	cursor: pointer;
	box-shadow:1px 2px 2px rgba(0, 0, 0, 0.1);
}
.btn_review {
	background:#eb336e;
	padding:8px 20px;
	color:#fff !important;
	margin:0 5px;
	font-size:13px;
	box-sizing:border-box;
	border-radius:4px;
	cursor: pointer;
}
.btn_review_modify {
	background:#555555;
	padding:8px 20px;
	color:#fff !important;
	font-weight:600;
	margin:0 5px;
	font-size:13px;
	box-sizing:border-box;
	border-radius:4px;
	cursor: pointer;
}
.btn_movie {
	background:#eb336e;
	padding:10px 17px;
	color:#fff !important;
	font-weight:600;
	margin:0 5px;
	font-size:15px;
	border-radius:50px;
}
.btn_sub_top {
	font-size:17px;
	margin-top:20px;
	padding:15px 60px;
}
.btn_sel_delete {
	border:1px solid #cfcfcf;
	padding:10px 30px;
	color:#1e1e1e;
}
.table_article .btn_confirm {
	padding:15px 120px;
}
.btn_login {
	margin:0 auto;
	width:510px;
	height:60px;
	font-size:22px;
	font-weight:500;
}
.btn_mobile {
	margin:30px auto 0 auto;
	width:510px;
	height:60px;
	font-size:22px;
	font-weight:500;
}

/*배너*/
.banner_zone {
	width:100%;
	min-width:1300px;
}
.banner_inner {
	width:1300px;
	margin:0 auto;
	position:relative;
}

/*top_네비게이션**/
.main {
    
}

.main>li {
    position: relative;
    float: left;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
}

.main>li:hover .top_gnb_sub {
    /*display: block;*/
}

.main>li a {
    display: block;
    transition: all 0.3s;
}

.main .navCate{width:125px;}
.main .navCom{width:175px;}

.top_gnb_sub li {
	text-align:left;
	height:45px !important;
	width:max-content !important;
	line-height:45px !important;
	padding:0 10px;
	float:none !important;
}
.top_gnb_sub li a{
	font-size:15px !important;
}
.top_gnb_sub li:hover {
	background:#f6f6f6;
}
.top_gnb_sub li:hover a{
	color:#00aee6;
}
.top_gnb_sub {
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
	background:#fff;
    border:1px solid #ccc;
}

/*레이아웃*/
.sub_wrap {
	width:100%;
	overflow-x:hidden;
	margin:0 auto;
	background:url(/images/sub/top_visual01_2.jpg) no-repeat center center;
}
.sub_visual {
	position:relative;
	width:1200px;
	height:350px;
	margin:0 auto;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}
.sub_package_visual {
	position:relative;
	width:900px;
	height:480px;
	margin:0 auto;
	text-align:center;
}
.sub_visual img {
	margin:0 auto;
}
.sub_visual .txt {
	color:#fff;
}
.visual_txt_contain {
	width:1300px;
	text-align:center;
	margin:0 auto;
}
.sub_visual h5 {
	font-size:48px;
	font-weight:500;
	text-shadow:4px 6px 6px rgba(56, 56, 56, .3);
	margin:0 auto;
	line-height:68px;
}
.sub_visual h5:after {
	content:"";
	display:block;
	clear:both;
	
	width:40px;
	margin:0 auto;
	margin-top:20px;
}
.sub_visual h6 {
	font-size:30px;
	padding:0;
}
.sub_visual span {
	font-size:20px;
	line-height:30px;
	padding-top:10px;
	text-shadow: 0 0 20px rgba(0,0,0,.5);
}

.sub_visual p { font-size: 20px; line-height: 30px; padding-top: 10px; text-shadow: 0 0 20px rgba(0,0,0,.5); }


.sub_visual .txt p:before {
	/*content:"";
	display:block;
	clear:both;
	background:#fff;
	height:3px;
	width:40px;
	margin:0 auto;
	margin-bottom:20px;*/
}
.top_gnb_wrap {
	width:100%;
	position:relative;
	border-bottom:1px solid #d7d7d7;
}
.top_gnb_inner {
	width:1263px;
	margin:0 auto;
}
.top_gnb_wrap nav {
	position:relative;
}
.top_gnb_wrap nav li {
	float:left;
	height:55px;
	line-height:55px;
	
}
.top_gnb_wrap nav > ul > li:last-child {
	background:none;
}
.top_gnb_wrap nav li a{
	font-size:18px;
	color:#444444;
}
.top_gnb_inner .home {
	background:url(/images/common/sub_top_arrow.png) no-repeat right center;
	padding:0 50px 0 0;
}
.top_gnb_inner .menu {
	text-align:center;
}
.top_gnb_inner .menu span{
	font-size:18px;
	margin-left:30px;
}
.top_gnb_inner .menu > .main >li > a {
	min-width:250px;
	text-align: left;
    padding-left: 30px;
}
.top_nav_drop {
	background: url(/images/sub/btn_top_down.png) no-repeat 100% center;
	width: 30px;
	height: 30px;
	float: right;
}
.content_wrap {
	width:100%;
	margin:0 auto;
}
.content_inner {
	width:1280px;
	margin:0 auto;
	position:relative;
}

/*표*/
.table {
	width:100%;
	margin-top:20px;
}
.table th{
	font-size:17px;
	line-height:47px;
}
.table td {
	padding:10px 0;
}
.table td.td01{
	width:5%;
}
.table td.td02{
	width:30%;
	padding-left:20px;
}
.table td.td01,.td02, .td04{
	text-align:center;
}
.table td.td03{
	margin-left:20px;
	font-size:17px;
	width:22%;
}
.table td.td04{
	font-size:17px;
	width:22%;
}
.table tr {
	border-bottom:1px solid #e0e0e0;
}
.table thead{
	border-top:1px solid #343434;
	background:#f6f6f6;
}
.table tr:first-child:hover {
	background:none;
}
.table tr:hover {
	background:#f5f9fa;
}
.table_cart .td01 {
	width:5% !important;
}
.table_cart th .td02 {
	width:50%;
}
.table_cart .td02 {
	width:40%;
	text-align:left;
}
.table_cart td {
	line-height:40px;
}
.table_cart th {
	line-height:50px;
	text-align:center !important;
	border-right:0 !important;
}
.table_cart .td03 {
	border-right:0px solid #dcdcdc;
}
.table_cart .td04 {
	border-right:0px solid #dcdcdc;
}
.table_cart .td06 {
	width:22%;
}
.table_pay .td02 {
	width:40%;
}
.table_pay .td03 {
	width:10%;
}
.table_pay .td04 {
	width:10%;
}
.table_pay .td05 {
	width:10%;
}
.table_pay select {
	width:100%;
}
.table_order tr:first-child {
	border-top:1px solid #343434;
	border-bottom:1px solid #e0e0e0;
}
.table_order tr:last-child {
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #343434;
}
.table_order tr:first-child:hover {
	background:#fbfdfd;
}
.table_order td {
	line-height:55px;
	padding:0 0 0 20px;
}
.table_order th {
	width:20%;
	background:#f6f6f6;
}
.table_board tr:first-child {
	/*background:#f4f4f4;*/
	border-bottom:1px solid #e0e0e0;
}
.table_board tr:first-child:hover {
	
}
.table_board td {
	text-align:center;
	line-height:40px;
}
.table_board {
	width:100%;
}
.table_board > ul{
	display:table;
	width:100%;
}
.table_board .t_li{
	display:table-row;
	width:100%;
	border-bottom: 1px solid #e0e0e0;
}
.table_board .money_after {
	color: #e9135f;
    font-weight: 600;
    font-size: 25px;
}
.tc {
	padding: 15px 0;
    vertical-align: middle;
    text-align: center;
	display:table-cell;
	border-bottom: 1px solid #e0e0e0;
}
.table_board .thead {
	background:#f4f4f4;
	font-weight:600;
}
.table_board .thead div {
    border-top: 1px solid #444;
}
.table_board .unknown div{
	text-align:center;
	line-height:50px;
	display:block;
	position: absolute;
    margin: 0 auto;
    left: 35%;
}
.table_board .board_class {
	width:40%;
}

/*과정리스트*/
.tit_class {
	font-size:30px;
	font-weight:500;
}
.pack_tit_class {
	font-size:40px;
	font-weight:500;
	text-align:center;
	display:block;
	line-height: 50px;
}
.pack_explan {
	font-size:16px;
	color:#808080;
	text-align:center;
	display:block;
	line-height:22px;
}
.tit_search:after {
	content:"";
	display:inline-block;
	width:2px;
	height:20px;
	background:#dedede;
	margin: 0 20px;
}
.txt_search {
	font-size:18px;
	font-weight:400;
}
.list_line_prd {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin:20px auto;
}
.list_line {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin:20px auto;
}
.list_line_prd .class {
	width:calc(100% / 4);
	display:block;
	overflow:hidden;
	padding:5px 10px;
	box-sizing:border-box;
}
.list_line .class {
	width:calc(100% / 3);
	display:block;
	overflow:hidden;
	padding:5px 10px;
	box-sizing:border-box;
}
.content_inner .pack_line {
    width: 100%;
    text-align: center;
    margin: 20px auto 60px auto;
    padding: 0 6%;
}
.pack_class {
	width:24%;
	display:inline-block;
}
.pack_class img{
	width:100%;
}
.class_{
	width:100%;
	height:auto;
	box-sizing:border-box;
	margin-bottom:20px;
}
.list_license .class_ {
	border:1px solid #dedede;
	box-sizing:border-box;
}

.class_thumb {
	width:100%;
	min-height:180px;
	overflow:hidden;
}
.list_line_prd .class_thumb_s {
	width:100%;
	height:max-content;
	overflow:hidden;
}
.list_line .class_thumb_s {
	width:100%;
	height:max-content;
	overflow:hidden;
}
.class_title dt{
	text-align:center;
	font-size:19px;
	padding:13px 0 3px 0;
	line-height:20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.class_title01 dt{
	height:70px;
	text-align:center;
	padding:13px 0 3px 0;
	font-size:18px;
}
.class_title01 dd{
	text-align:center;
	font-size:15px;
	color:#848484;
	padding:3px 0;
}
.class_title dd{
	text-align:center;
	font-size:14px;
	color:#848484;
	padding:3px 0;
}
.class_ img{
	width:100%;
	transition: all .5s;
}
.content_inner .content {
	margin: 0 auto;
	padding: 30px 0 100px 0;
	width: 1280px;
}
.event_edu {
	padding-top:10px;
}


/*오른쪽메뉴*/
aside {
	border-top:1px solid #000;
	position:absolute;
	/*left:50%;*/
	width:205px;
	float:left;
	/*margin-left:470px;*/
	right:-30px;
	top:-1px;
	z-index:100;
}
.aside_m > li {
	border-bottom:1px solid #e2e2e2;
}
.aside_m > li > a{
	font-size:16px;
	font-weight:600;
	color:#696969;
	display:block;
	line-height:40px;
	padding-left:10px;
	position:relative;
}
.aside_m > li > a:after{
	display:block;
	content:"";
	position:absolute;
	right:10px;
	background:url(/images/common/btn_aside_arrow.png) no-repeat;
	width:17px;
	height:17px;
	top:10px;
}
.aside_m_ > li {
	background:#f5f5f5;
}
.aside_m_ li a{
	font-size:15px;
	font-weight:600;
	color:#858585;
	display:block;
	line-height:30px;
	padding-left:10px;
	position:relative;
}
.aside_m_ li:first-child a{
	padding-top:10px;
}
.aside_m_ li:last-child a{
	padding-bottom:10px;
}


/*강좌상세페이지*/
.detail_explain {
	margin-top:20px;
}
.class_wrap {
	width:100%;
	overflow-x:hidden;
	margin:0 auto;
	background:url(/images/sub/top_visual01_1.jpg) no-repeat center center;
	background-size:100%;
}
.curri_list .txtb_num{
	width:5%;
}
.class_table .money_before, .class_table .money_after {
	display:inline-block;
}
.content .curri_list .td02 {
	text-align:center;
	font-weight:500;
	color:#444;
}

/*패키지리스트페이지*/
.pack_list .list_line .class_ {
	padding-bottom:4px;
	width: 80%;
    margin: 0 auto;
}
.pack_list .money_before {
	font-size:22px;
	/*text-decoration: line-through;*/
	margin-top:10px;
	color:#000;
	font-weight:600 !important;
}
.pack_list .money_after {
	font-size:30px;
	color:#00ade5;
	font-weight:600 !important;
}
.pack_list .btn_cancel {
	font-size:15px;
	margin-top:10px;
	display:block;
}
.pack_list .btn_cancel:hover {
	background:#00ade5;
	transition: all .5s;	
}
.pack_line .class {
	width: 33%;
    float: left;
    display: block;
    padding-bottom: 30px;
    overflow: hidden;
    padding: 20px 10px 30px 10px;
    box-sizing: border-box;
}
.pack_list .class_ {
	height:auto;
	width:80%;
	margin:0 auto;
	transition: all .5s;
}
.pack_list .class_title span {
	display:block;
	font-weight:400;
}
.pack_list .btn_confirm {
	display:block;
	padding:8px 20px; 
	background:#000;
	transition:.7s all;
}
.pack_list .btn_confirm:hover {
	background:#00aee6;
	transition:.7s all;
}
.pack_line .class_thumb_s {
	width:100%;
	height:280px;
	overflow:hidden;
}
.pack_exp span {
	line-height:19px;
}
.txt_pack {
	font-size:17px;
	font-weight:400;
	color: #e9135f;
	display:none !important;
	text-align:center;
}
.pack_line .class_:hover{
	box-shadow:0 3px 10px rgba(0, 0, 0, 0.1);
	box-sizing:border-box;
	transition:all .5s;
	transition-duration: 200ms;
	border:0;
	overflow:hidden;
}
.txt_pack01 {
	background:#fdf2f2;
	width:980px;
	margin:0 auto;
	text-align:center;
	padding:20px;
	font-size:20px;
	color:#d93d3d;
	border-radius:10px;
	border:1px solid #ffdada;
}
.pack_warning{
	margin:50px 0;	
}

/*패키지상세페이지*/
.sec_pack01 {
	background-color:#cfe0ec;
	background-image:url(/images/sub/bg_sec_pack01.png);
	background-position:top left;
}
.sec_pack01 h7, .sec_pack01 h8, .money_before, .money_after, .sec_pack02 h7, .sec_pack03 h7, .sec_pack04 h7, .sec_pack05 h7, .sec_pack06 h7, .sec_pack07 h7{
	display:block;
	text-align:center;
}
.sec_pack01 h7 {
	font-size:50px;
	font-weight:500;
}
.sec_pack01 h8 {
	font-size:27px;
	font-weight:500;
	margin-top:30px;
}
.sec_pack01 .money_before {
	font-size:25px;
	text-decoration: line-through;
	margin-top:30px;
	color:#5c6368;
}
.sec_pack01 .content, .sec_pack02 .content, .sec_pack03 .content, .sec_pack04 .content {
	padding:80px 0 100px 0;
}
.sec_pack01 .money_after {
	font-size:50px;
	margin-top:10px;
}
.sec_pack01 .btn_area {
	text-align:center;
	margin-top:40px;
}
.sec_pack01 .btn_area .btn_cancel{
	background:#1c304b;
	font-size:20px;
	line-height:65px;
	width:320px;
	display:inline-block;
	padding:0;
}
.sec_pack01 .btn_area .btn_confirm{
	background:#e9135f;
	font-size:20px;
	line-height:65px;
	width:320px;
	display:inline-block;
	padding:0;
	font-weight:500;
}
.sec_pack02 {
	background-color:#f1f1f1;
}
.sec_pack02 h7 {
	font-size:50px;
	font-weight:500;
}
.sec_pack02 li{
	font-size:20px;
	background: url(/images/sub/btn_list.png) no-repeat left center;
	padding-left:50px;
}
.sec_pack02 .btn_area {
	background:#fff;
	padding:30px 50px;
	width:995px;
	margin:40px auto 0 auto;
}
.object {
	position:absolute;
	z-index:100;
	right:70px;
	bottom:20px;
}
.object img{
	width:90%;
}
.sec_pack03 {
	background:url(/images/sub/top_visual_pack03.jpg);
}
.sec_pack03 .btn_area{
	text-align:center;
	margin:50px auto 0 auto;
	position:relative;
}
.sec_pack03 h7{
	color:#fff;
	font-size:50px;
	font-weight:500;
	line-height:70px;
}
.sec_pack03 ul {
	width:31.4%;
	height:290px;
	float:left;
	margin:0 10px;
}
.sec_pack03 .ul01 {
	background:#69b3f2;
}
.sec_pack03 .ul02 {
	background:#6976f2;
}
.sec_pack03 .ul03 {
	background:#f34a4a;
}
.sec_pack03 li{
	color:#fff;
	font-size:17px;
	padding:7px 20px;
	text-align:left;
	line-height:27px;
}
.sec_pack03 .title_ban {
	line-height:33px !important;
	font-size:23px;
	height:100px;
}
.sec_pack03 .title_ban01 {
	line-height:40px !important;
	font-size:23px;
	height:100px;
}
.sec_pack03 .title_ban:after {
	content:"";
	display:block;
	clear:both;
	width:90%;
	height:1px;
	background:rgb(255,255,255);
	width:300px;
	position: absolute;
    top: 90px;
}
.sec_pack03 .title_ban01:after {
	content:"";
	display:block;
	clear:both;
	width:90%;
	height:1px;
	background:rgb(255,255,255);
	width:300px;
	position: absolute;
    top: 90px;
}
.sec_pack04 h7 {
	font-size:30px;
	font-weight:500;
}
.sec_pack04 div {
	margin-top:30px;
}
.packTable table{
	width:70%;
	margin:50px auto;
}
.packTable th {
	text-align: center;
    background: #fafafa;
	vertical-align: middle;
}
.packTable th, .packTable td {
    border: solid 1px #ddd;
    border: solid 1px #ddd;
    font-size: 12pt;
    padding: 10px;
}
.packTable table td{
	padding-left:40px;
}
.sec_pack05 h7 {
	font-size:50px;
	font-weight:500;
}
.sec_pack05 h7:after {
	content:"";
	display:block;
	clear:both;
	width:90%;
	height:5px;
	background:#333;
	width:50px;
    top: 90px;
	margin:20px auto;
}
.sec_pack06 {
	background-color:#fcce13;
	background-image:url(/images/sub/bg_sec_pack06.png);
}
.sec_pack06 h7 {
	font-size:50px;
	font-weight:500;
}
.sec_pack06 .contents {
	margin-top:50px;
}
.sec_pack07 {
	background-color:#fcce13;
	background:url(/images/sub/top_visual_pack07.jpg)no-repeat center center;
}
.sec_pack07 h7 {
	font-size:50px;
	font-weight:500;
	color:#fff;
}
.sec_pack07 .money_before {
	font-size:25px;
	text-decoration: line-through;
	margin-top:30px;
	color:#fff;
}
.sec_pack07 .money_after {
	font-size:65px;
	margin-top:10px;
	color:#fff;
}
.sec_pack07 .money_sale {
	font-size:60px;
	font-weight:600;
	margin-top:10px;
	color:#2f336a;
	background:#f5c400;
	text-align:center;
	border-radius:80px;
	display:block;
	width:400px;
	height:95px;
	line-height:90px;
	margin:30px auto;
}
.sec_pack07 .btn_area {
	text-align:center;
	margin-top:50px;
}
.sec_pack07 .btn_cancel {
	background:#2a2d5e;
	font-size:25px;
	border:1px solid rgb(255,255,255);
	line-height:78px;
	height:80px;
	width:300px;
	box-sizing:border-box;
	padding:0;
	display:inline-block;
	margin:0 10px;
}
.sec_pack07 .btn_confirm {
	background:#e9135f;
	font-size:25px;
	font-weight:500;
	line-height:78px;
	height:80px;
	width:300px;
	box-sizing:border-box;
	padding:0;
	display:inline-block;
	margin:0 10px;
}

/*쿠폰*/
.event_coupon .detail_coupon{
	border-top:0;
	padding-top:0;
	margin:0 0 50px 0;
}
.detail_coupon{
	margin:0px 0 0px 0;
	padding-top:40px;
	border-top:1px solid #dedede;
}
.detail_coupon .coupon_box{
	display:inline-block;
	margin:0 10px;
}
.df_coupon {
	text-align:center;
}
.df_coupon .coupon_box .coupon{
    height: 135px;
    background: #fff;
    border-radius: 7px;
    cursor: pointer;
	display:inline-block;
}
.df_coupon .coupon_box .coupon_left{
	float: left;
    width: 45px;
    height: 135px;
	line-height: 135px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    background: #5e59e9;
    vertical-align: middle;
	box-shadow:0 3px 10px rgba(0, 0, 0, 0.1);
}
.coupon_all .coupon_left{
    background: #e95965 !important;
}
.coupon_all .discount{
    color: #e95965 !important;
	font-size:35px !important;
	line-height: 50px !important;
}
.cart_coupon .coupon_down {
	margin-top:0 !important;
}
.df_coupon .coupon_box .coupon_right{
	float: right;
    width: 280px;
    height: 135px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    border-left: 0;
    border-top-left-radius: 13px;
    overflow: hidden;
    border-bottom-left-radius: 13px;
	box-shadow:0 3px 10px rgba(0, 0, 0, 0.1);
}
.df_coupon .cart_coupon .coupon_right{
    width: 250px;
    height: 115px; 
}
.df_coupon .coupon_box .title{
	font-weight:600;
	display:block;
	background:#ececec;
	height:35px;
	line-height:35px;
}
.df_coupon .coupon_box .discount{
	font-weight:600;
	font-size:43px;
	color:#3934db;
	line-height:60px;
}
.df_coupon .coupon_box .period{
	color:#5e5e5e;
}
.df_coupon .coupon_down {
	 margin-top: 20px;
    text-align: center;
}
.coupon_down a {
	color: #fff;
    border: 1px solid #939393;
    border-bottom-color: #818181;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    background: #767676;
	color:#fff !important;
	font-size:13px;
	font-weight:500;
	padding:5px 10px;
	border-radius:5px;
}
.cart_coupon {
	margin:0 30px !important;
}
.cart_coupon img{
	width:70%;
}
.cart_coupon .coupon_left{
	height:115px !important;
	line-height:115px !important;
}

/*포인트*/
.txt_point {
	font-size:20px;
}	
.txt_point li{
	float:left;
	line-height:46px;
	padding-right:50px;
	width:50%;
}
.txt_point li:first-child{
	border-right:1px solid #dfe2e5;
}
.txt_point .use_point{
	color:#ef1c67;
	font-size:35px;

	letter-spacing:-2px;
}

.detail_coupon .txt01 {
	font-size:20px;
	font-weight:600;
}
.detail_explain div{
	margin:20px 0;
}
.detail_article .class_thumb_l {
	width:38%;
	/*height:430px;*/
	overflow:hidden;
	margin:0 auto;
	float:left;
	margin-top:30px;
}

.detail_article .class_thumb_l img{
	width:100%
}
.detail_article .info_area {
	float:left;
	width:60%;
	margin-top:30px;
	padding-left:30px;
}
.info_area table {
	width:100%;
	margin-bottom:20px;
}
.info_area table caption{
	font-size:0;
	height:0;
}
.info_area table th,td{
	text-align:left;
	/*font-size:17px;*/
	color:#737373;
}
.info_area table th{
	width:40%;
	color:#444444;
	padding-left:15px;
	font-weight:600;
	font-size:19px;
}
.info_area table tr{
	border-bottom:1px solid #e6e6e6;
	line-height:50px;
}
.info_area table td{
	font-size:17px;
}
.info_area .money_before {
	text-decoration:line-through;
}
.info_area .money_after {
	color:#0b7bc1;
	font-weight:600;
	font-size:25px;
}
.info_area .btn_sample {
	font-size:20px;
	padding-left:15px;
	margin-top:10px;
}
.info_area .btn_sample a:hover {
	color:#00aee6;
}
.info_area .btn_cancel {
	position:relative;
	font-size:18px;
}
.info_area .btn_confirm {
	position:relative;
	font-size:18px;
	padding:15px 60px;
}
.info_area .btn_confirm01 {
	position:relative;
	font-size:18px;
	padding:15px 30px;
}
.btn_area {
	line-height:50px;
	margin-top:13px;
}
.voucher_banner {
	margin-top:10px;
	margin-left:5px;
}
.detail_explain .txt01 {
	font-size:20px;
	font-weight:600;
}
.detail_explain .txt02 {
	font-size:20px;
	color:#9e9e9e;
	margin-left:15px;
}
.teacher_article {
	background-image:linear-gradient(to bottom,#ccdceb, #e1eaf1);
}
.detail_teacher {
	background:url(/images/sub/detail_teacher.png)no-repeat right bottom;
	padding-bottom:50px;
	min-height:550px;
}
.teacher_name, .teacher_profile {
	float:left;
}
.teacher_name {
	padding:40px 0 0 40px;
	width:40%;
}
.teacher_name .txt01 {
	display:block;
	font-size:30px;
	font-weight:600;
}
.teacher_name .txt01:after {
	height:5px;
	width:53px;
	background:#474747;
	content:"";
	display:block;
	clear:both;
	margin-top:10px;
}
.teacher_name h7 {
	display:block;
	font-size:22px;
	margin-top:30px;
}
.teacher_name .name {
	display:block;
	font-size:40px;
	margin-top:10px;
}
.teacher_name p {
	display:block;
	font-size:23px;
	margin-top:10px;
	line-height:35px;
	color:#767676;
}
.teacher_profile {
	margin-top:73px;
	padding:40px 0 40px 50px;
	width:56%;
}
.teacher_profile p {
	font-size:18px;
	line-height:27px;
	background:url(/images/sub/btn_dot.png)no-repeat left;
	padding-left:15px;
	margin-bottom:15px;
}
.detail_curri {
	padding-top:50px;
}
.detail_myclass {
	padding-top:0;
}
.detail_curri .txt01 {
	display:block;
	font-size:30px;
	font-weight:500;
}
.myclass_view {
	text-align:left;
}
.myclass_view th{
	text-align:center;
}
.myclass_view .tit_class {
	font-size:25px;
	color:#eb336e;
	display:block;
	margin-top:7px;
	margin-bottom:20px;
	text-align:left;
	border-top:2px solid #000;
	padding-top:40px;
}
.detail_curri .txt01 {
	text-align:left;
}
.detail_curri_ .txt01 {
	text-align:left;
}
.detail_curri .curri_box {
    min-width: 260px;
    max-width: 260px;
    float: left;
    border: 1px solid #ccc;
    margin: 5px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
}
.detail_curri img {
    width: 240px;
    height: 150px;
}
.detail_curri .br_box {
    margin-top: 5px;
}
.detail_curri .curri_time{
    font-size:12px;
}

/*나의강의실*/
.txtRC_0000, .txtRC_3001, .txtRC_4000, .txtRC_A000, .txtRC_4110 {
    color: #1c4cd5 !important;
}
.txtRC_9000{
	color:#eb336e !important;
}
.buy_list span {
	display:none;
}
.buy_list .txtb_num {
	width:8%;
}
.buy_list .txtb_day {
	width:23%;
}
.buy_list .txtb_plus {
	text-align:right;
	padding-right:10px;
}
.buy_list .txtb_plus a{
	font-size:12px;
	padding:3px 5px;
	border:1px solid #dedede;
	border-radius:3px;
	display:inline-block;
	line-height:normal;
	background:#555555;
	color:#fff;
}
.buy_list .txtb_plus a:hover{
	color:#fff;
}
.buy_list_view p{
	padding:10px 0 10px 35px;
	line-height:35px;
}
.buy_list_view table {
	width:100%;
	margin:0 auto;
}
.buy_list_view th {
	background:#f5f9fa !important;
	font-weight:400;
}
.buy_list_view th, .buy_list_view > td td {
	text-align:center;
	border:1px solid #dedede;
	line-height:30px !important;
	height:30px !important;
	font-size:14px;
	border-top:1px solid #dedede !important;
}
.buy_list_view tbody {
	background:#fff;
}
.buy_list_view .txtb_title {
	width:30% !important;
}
.buy_list_view .txtb_num {
	width:25%;
}
.table_ing .txtb_num {
	width:8%;
}
.listType .table_ing .txtb_title {
	width:30%;
}
.table_ing .txtb_day {
	width:23%;
}
.buy_list_view tbody .txtb_title {
	text-align:left;
	padding-left:10px;
}
.myclass_view .myclass_info {
	width:100%;
	border-bottom:1px solid #dedede;
	border-top:1px solid #343434;
}
.myclass_view .myclass_info th{
	background:#f4f4f4;
}
.myclass_view .myclass_info td, .myclass_view .myclass_info th {
	line-height:40px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}
.myclass_view .myclass_info td {
	padding-left:10px;
}
.myclass_curri {
	margin-top:30px;
	text-align:left;
}
.myclass_info tr:hover {
	background:#fff;
}
.myclass_curri .txt01{
	font-size:20px;
}
.listType .txtb_btn a{
	width: 80px;
    height: 37px;
    line-height: 37px;
    margin: 0 auto;
	padding:0;
}
.listType .txtb_title {
	width: 25%
}
.btn_coupon {
	float:left;
}
.coupon_tab .txtb_ctitle {
	text-align:left; padding-left:7px;
}
.coupon_tab .txtb_cnum {
	width:15%;
}
.coupon_tab .txtb_ccash {
	width:13%;
}
.coupon_tab .txtb_cday {
	width:15%;
}
.coupon_tab .txtb_cstate {
	width:13%;
}
.coupon_tab .txtb_cnum span {
	display:none;
}
.class_tab .txtb_cnum {
	width:15%;
}
.class_tab .txtb_cclass {
	text-align:left; 
	padding-left:7px;
}
.class_tab .txtb_cclass span {
	display:none;
}
.class_tab .txtb_cday {
	width:15%;
}
.qna_write th {
	text-align:center !important;
}
.myclass_curri .txtb_num {
	width:8%;
	}
.end_list .txtb_num {
	width:8%;
}
.text_nocash {
	color:#2c6df2 !important;
}
.txtb_ordernum {
	font-size:14px;
}
.qna_list .txtb_num {
	width:7%;
}
.qna_list .txtb_curi {
	width:8%;
}
.qna_list .txtb_title {
	width:50%;
}
.qna_list .txtb_state {
	width:8%;
}
.qna_list tbody .txtb_title {
	text-align:left;
	padding-left:10px;
}
.join_write .qna_view th {
	text-align:center;
	padding:0;
	width:10%;
	background:#f4f4f4;
}
.join_write .qna_view .sho_height {
	padding:0;
}
.join_write .qna_view .sho_view {
	padding:10px 0 0 20px;
	vertical-align:top;
}
.join_write .qna_view .sho_view p{
	left:0;
	position:relative;
	font-size:17px;
}
.join_write .qna_write th{
	width:10%;
	background:#f4f4f4;
	padding:0;
}

/*장바구니.주문결제*/
.table_article h6 {
	font-size:25px;
}
.cart_wrap {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	background:url(/images/sub/top_cart.jpg)no-repeat center;
}
.cart_wrap .sub_visual{
	height:280px;
}
.cart_wrap .sub_visual h6 {
	padding:10px 0;
}
.cart_wrap .sub_visual h6:before {
	/*background:#fff;
	width:40px;
	height:3px;
	content:"";
	display:block;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;*/
}
.table_inner {
	width:1300px;
	margin:0 auto;
	position:relative;
}
.table_article {
	padding-bottom:100px;
}
.table_cart thead .txtb_all {
	display:none;
}
.table_cart .txt_list {
	display:none;
}
.table_cart td {
	text-align:center;
}
.content_inner .cart_cont{
	padding:40px 0;
}
.content_inner .cart_cont li{
	float:left;
	width:33.3%;
}
.content_inner .cart_cont .cont01 {
	background:url(/images/sub/cart_cont01.png)no-repeat center;
	padding:80px;
}
.content_inner .cart_cont .cont02 {
	background:url(/images/sub/cart_cont02.png)no-repeat center;
	padding:80px;
}
.content .cart_cont .cont03 {
	background:url(/images/sub/cart_cont03.png)no-repeat center;
	padding:80px;
}
.content .cart_cont .cont01_active {
	background:url(/images/sub/cart_cont01_active.png)no-repeat center;
	padding:80px;
}
.content .cart_cont .cont02_active {
	background:url(/images/sub/cart_cont02_active.png)no-repeat center;
	padding:80px;
}
.content .cart_cont .cont03_active {
	background:url(/images/sub/cart_cont03_active.png)no-repeat center;
	padding:80px;
}
.content .cart_cont p{
	border-radius:70px;
	padding:30px 35px 20px 35px;
	background:#ef1c67;
	text-align:center;
}
.content .td02 {
	text-align:left;
	font-weight:500;
	color:#1e1e1e;
}
.table_cart .td03 {
	text-align:center;
}
.table_cart .td04 {
	text-align:center;
}
.table_cart .td05 {
	text-align:center;
}
/*.table_cart tr:last-child td{
	background:#f2f2f2;
	color:#eb336e;
	font-size:27px;
	text-align:right;
	padding-right:20px;
}
*/
.table_cart td {
	font-size:16px;
	line-height:50px;
	padding:0;
}
.table_cart .pay_td {
	background:#eb336e !important;
	color:#fff !important;
}
.table_order .money_after {
	color:#e9135f;
	font-weight:600;
	font-size:25px;
	text-align:left;
}
.table_order p {
	font-size:15px;
	line-height:30px;
}
.benefit {
	margin-top:20px;
}
.benefit div {
	float:left;
}
.benefit .btn_coupon {
	width:310px;
	padding:13px 12px;
	background:#f6f6f6;
	border:1px solid #cbcbcb;
}
.benefit .btn_coupon select{
	width:100%;
	background:#fff;
	height:36px;
}
.benefit .btn_coupon a {
	line-height:35px;
	border-radius:3px;
	padding: 7px 80px;
	font-size:14px;
}
.benefit .point_zone {
	width:750px;
	background:#f6f6f6;
	border:1px solid #cbcbcb;
	padding:13px 15px;
	margin-left:20px;
}
.benefit .point_zone input {
	line-height:33px;
	height:33px;
	border:1px solid #cbcbcb;
	width:200px;
}
.benefit .point_zone span {
	margin-left:20px;
}
.benefit .point_zone a {
	margin-left:20px;
	line-height:35px;
	border-radius:3px;
	padding: 7px 20px;
	font-size:14px;
}
.table_order label{
	margin-right:15px;
}
.table_order label input{
	margin-right:5px;
	width: 20px;
    height: 20px;
}
.table_order label input:after{
	background:#ccc;
	content:'';
	clear:both;
	display:block;
	width:20px;
	height:20px;
}
.table_order label input:checked:after{
	background:#000;
	content:'';
	clear:both;
	display:block;
	width:20px;
	height:20px;
}
.table_order .bank_input {
	margin-bottom:15px;
}
.table_order .bank_input th{
	background:none;
}
.table_order .bank_input tr{
	border:0;
}
.table_order .bank_input input{
	border: 1px solid #dcdcdc;
	height: 40px;
    width: 300px;
}
.table_order .bank_input span{
	font-size:13px;
	margin-left:15px;
}
.table_mcash td {
	text-align:center;
}

/*환불*/
.refund_ul {
	border:2px solid #ededed;
	margin-top:10px;
	margin-bottom:40px;
}
.refund_ul li {
	padding:20px;
}


/*탭*/
.tab_cont {
	padding:0;
}
.tab { 
	border-left:none; 
	background:#fff; 
	overflow:hidden; 
	position:relative;
}
.tab:after { 
	content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #535353;
    position: absolute;
    left: 0;
    bottom: 0;
}
/*.tab_find li{
	width:50% !important;
}*/
.tab_find {
	width:510px;
	margin:50px auto 0 auto;
}
.tab_find li{
	width:50% !important;
}
.tab_find_id {
	width:100%;
}
.tab_find_id li{
	width:50% !important;
}
.tab li {
	border-top:1px solid #d7d7d7; 
	float:left; 
	width:16.66%; 
	border-left:1px solid #d7d7d7; 
	text-align:center; 
	box-sizing:border-box;
	display:inline-block; 
	line-height:100%;
	cursor:pointer; 
	background:#f4f4f4; 
	transition: all .3s;
	padding: 17px 15px;
	z-index: 1;
	position: relative;
}
.event_tab li {
	width:50%;
}
.tab li:last-child {
	border-right:1px solid #d7d7d7;
}
.tab li a {
	display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    word-break: keep-all;
    padding: 18px 15px;
    position: static;

}
.tab li.on { 
	background:#fff; 
	color:#1f1f1f; 
	font-size:17px;
	transition: all .3s;
	background-color:#fff;
	border: 2px solid #000;
	border-bottom:none;
	box-sizing:border-box;
	border-top: 4px solid #00aee6;
    height: 52px;
}
.tab_find {
	border-left: none;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.tab_find li {
    border-top: 1px solid #d7d7d7;
    float: left;
    width: 16.66%;
    border: 1px solid #d7d7d7;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    line-height: 100%;
    cursor: pointer;
    background: #f8f8f8;
    transition: all .3s;
    padding: 0;
    z-index: 1;
    position: relative;
	height: 52px;
	line-height:52px;
}
.tab_find li.on { 
	background:#f8d619; 
	color:#000; 
	font-size:17px;
	font-weight:400;
	transition: all .3s;
	border:0;
	box-sizing:border-box;
    height: 52px;
	line-height: 45px;
	padding:0;
}
.tab li.on + li{ 
	background:url(/images/sub/bg_tab.png)no-repeat left; 
	background-color:#f4f4f4;
}
.tab li.on:last-child:before{ 
	content:'';
	width:23px;
	height:48px;
	position:absolute;
	background:url(/images/sub/bg_tab_left.png)no-repeat right; 
	left:-25px;
	top:0px;
	transition: all 0s;
}
.tab_con_detail { clear: both; margin-top: 25px; }
.tab_con_detail { width: 100%; display: none; background: #fff; text-align: center; }
.tab_con_detail_id { width: 100%; background: #fff; text-align: center; }
.tab_find li.on:last-child:before{ 
	content:'';
	width:23px;
	height:48px;
	position:absolute;
	background:url(/images/sub/bg_tab_left.png)no-repeat right; 
	left:518px;
	top:50px;
}

/*탭_sub*/
.tab_sub { 
	border-left:none; 
	overflow:hidden; 
}
.tab_sub_con {
	float:left;
    display: inline-block;
	margin-left:20px;
}
.tab_sub_new { 
	width:300px; 
	float:left;
}
.tab_sub li {
	border:1px solid #d7d7d7; 
	background:#fff;
	float:left; 
	width:50%; 
	text-align:center; 
	box-sizing:border-box;
	display:inline-block; 
	line-height:50px;
	cursor:pointer;
	transition: all .3s;
	height: 50px;
}
.tab_sub li:last-child {
	border-right:1px solid #d7d7d7;
}
.tab_sub li.on { 
	background:#ef1c67; 
	color:#fff; 
	font-size:17px;
	transition: all .3s;
	border:none;
}
.tab_sub li.on_:last-child:before{ 
	content:'';
	width:23px;
	height:48px;
	position:absolute;
	left:842px;
	top:50px;
}
.tab_sub_con_detail { 
	clear: both; 
	margin-top: 25px; 
	display: none; 
	background: #fff; 
	text-align: center; 
	margin:0 auto;
}
.tab_sub_con_detail h7{ 
	clear: both; 
	display:block;
	font-size:50px;
	font-weight:600;
	padding:30px 0;
}
.coupon_check_box {
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 78px;
	border: 1px solid #dfe2e5;
}

.coupon_check_box input[type="text"] {
    width:300px;
	height:36px;
	clear:both;
	
	border: 1px solid #ccc;
	padding-left:10px;
}

.tab_sub_con_detail span{ 
	clear: both; 
	display:block;
	font-size:16px;
	color:#9b9b9b;
	padding:10px 0;
}
.tab_sub_con_detail input[type="text"]{ 
	width:500px;
	height:49px;
	clear:both;
	float:left;
	border: 1px solid #ccc;
	padding-left:10px;
}
.tab_sub_con button {
	float:left;
	margin:0;
	padding: 13px 30px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    border-bottom: 1px solid #eee;
    width: 100%;
    font-family:"dotum";
    font-size:12px;
}
ul.tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:82px;
    line-height: 31px;
    border: 1px solid #eee;
    font-weight: 500;
    overflow: hidden;
    position: relative;
	font-size:15px;
	line-height: 50px;
    height: 50px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
ul.tabs li.active {
    background: #ef1c67;
    border-bottom: 1px solid #FFFFFF;
	color:#fff !important;
	font-size:15px;
	line-height: 50px;
    height: 50px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
.tab_container {
    border: 1px solid #eee;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;
}
.tab_container table{
    width:100%;
	border:0;
	margin:0;
	padding:0;
}
.tab_container table th{
    background-color: #f8f8f8;
    border: 1px solid #dfe2e5;
    height: 30px;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -1px;
	border-top: 0;
}
.tab_container table th:first-child{
	border-left: 0;
}
.tab_container table th:last-child{
	border-right: 0;
}
.tab_container table td:first-child{
	border-left: 0;
}
.tab_container table td:last-child{
	border-right: 0;
}
.tab_container table td{
    text-align:center;
	border: 1px solid #dfe2e5;
	height: 47px;
	line-height:47px;
	font-size:15px;
}
.tab_content {
    font-size: 12px;
    display: none;
}
.tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container .tab_content ul li {
    padding:5px;
    list-style:none
}
;
.coupon_list_container {
    width: 249px;
    margin: 0 auto;
}
.coupon_list_container .tabs li{
    width:50%;
    margin: 0 auto;
}

/*게시판*/
.board_title {
	text-align: left;
	font-size: 24px;
	margin-top: 20px;
	border: 0px;
}
.notice_list .txtb_num {
	width:10%;
}
.notice_list .txtb_title {
	width:70%;
}
.notice_list .txtb_day {
	width:20%;
}
.notice_list tbody .txtb_title {
	text-align:left;
}

/*회원가입-이용약관*/
.agree_title {
	height:48px;
	width:1080px;
	line-height:48px;
	border:1px solid #dadada;
	padding-left:20px;
	padding-right:20px;
	margin:30px auto 20px;
}
.agree01_title {
	border-bottom:1px solid #dadada;
	height:48px;
	line-height:48px;
	padding-left:20px;
	padding-right:20px;
}
div.rulebox {
	border: 1px solid #dadada;
	text-align:center;
	width:1080px;
	clear:both; 
	line-height:22px; 
	padding:0px;
	background-color:#fff;
	border-collapse: collapse; 
	box-sizing:border-box;
	margin:0 auto;
}
div.rulebox h6 {
	margin:0;
	float:left;
}
.rulebox .rulebox1_scroll {
	padding:30px 20px;
}
.select_agree {
	float:right;
}

/* 회원가입 */
.table_join {
	width:100%;
}
.table_join tr {
	border-bottom:1px solid #e0e0e0;
}
.table_join tr:first-child {
	border-bottom:1px solid #e0e0e0;
}
.table_join th {
	width:20%;
	background:#f6f6f6;
	text-align:left;
	padding:7px 20px;
	vertical-align:middle;
}
.table_join td {
	padding:7px 20px;
}
.table_join input {
	width:500px;
	height:34px;
	border:1px solid #d2d2d2;
}
.table_join span {
	margin-left:10px;
	color:#eb336e;
}
.table_join .btn_cancel {
	height:36px;
	line-height:36px;
	padding:0 20px;
	font-size:13px;
}
.table_join select {
	width:170px;
	height:36px;
}
.join_title {
	text-align:center;
	margin:20px 0;
}
.join_title span{
	font-size:20px;
}
.btn_certification {
	background:#f8d619;
	color:#000 !important;
	font-size:17px;
	font-weight:600;
	width:350px;
	height:65px;
	line-height:65px;
	border:0;
	margin:0 10px;
	display:inline-block;
}
.btn_certification:hover{
	background:#393939;
	color:#fff !important;
	transition:all .5s;
}

/*210524 회원가입개편*/
.sign_box{
	width:320px;
	border:1px solid #ccc;
	text-align:center;
	padding:20px 0;
}
.btn_signcom{
	display:inline-block;
	color:#fff !important;
	font-weight:bold;
	font-size:18px;
	background-color:#374cda;
	width:280px;
	padding:5px 0;
}
.btn_signcom:hover{
	background:#00aee6;
}
.btn_signper{
	display:inline-block;
	color:#000;
	font-weight:bold;
	font-size:18px;
	background-color:#ffe500;
	width:280px;
	padding:5px 0;
}
.btn_signper:hover{
	background:#00aee6;
	color:#fff;
}
.signup_list>li{
	display:inline-block;
}
.signup_list>li:nth-child(1){
	margin-right:50px;
}
.sns_join>li{
	display:inline-block;
	margin-right:5px;
}
.sign_box>div{
	display:inline-block;
}

/* 회원가입 */
.join_write{width:100%;position: relative;border-top:0;}
.join_write table{
	width:100%;
	text-align:center;
	padding:10px 0px;
	border-bottom:1px solid #d2d2d2;
	border-top:1px solid #343434;
}
.join_write table.fo2{margin-top:2px;padding:10px 0px;border-top:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;}
.join_write table th{text-align:left;width:170px;height:60px;line-height:60px;border-bottom:0px solid #d2d2d2;padding-left:15px;padding-top:0; padding-bottom:0;font-weight:500;color: #000;box-sizing:border-box;}
.join_write table th.sho{width:10%;}
.join_write table th span{color: #db2b1b;font-weight:700;}
.join_write table td{position: relative;text-align:left;min-height:60px;padding:7px 20px;border-bottom:0px solid #d2d2d2;vertical-align: middle;color: #666;box-sizing:border-box;}
.join_write table td p{position:absolute; top:4px;left:500px;font-size:13px;color:#fd6d0f;line-height:20px}
.join_write table td p.ptop10{position:absolute; left:370px; line-height:60px;}
.join_write table td p.ptop10r{position:absolute; left:270px; line-height:60px;}
.join_write table td p.ptop10g{position:absolute; left:400px;color:#8d8d8d; line-height:60px;}
.join_write table td p.ptop10rg{position:absolute; top:15px;left:200px;color:#8d8d8d;}
.join_write table td span{position:absolute; top:50px;left:165px;font-size:13px;color:#8d8d8d;line-height:20px;}
.join_write table td span.tbox{position:absolute; top:7px;left:500px;}
.join_write table td span.tbox input{width:515px;}
.join_write table td button {
	width:120px;
	height:36px;
	text-align:center;
	background-color: #747474;
	border: 1px solid #5f5f5f;
	color:#ffffff;
	font-size: 13px;
	padding:0px;    
	margin-left: 10px;
	}
.join_write table td button.post {
	width:101px;
	height:36px;
	text-align:center;
	background-color: #747474;
	border: 1px solid #5f5f5f;
	color:#ffffff;
	font-size: 13px;
	font-weight:600;
	padding:0px;
	margin-bottom:5px;
	}

.join_write table td input{width:300px;height:34px;font-size:13px;color:#5c5c5c;border:1px solid #d2d2d2 !important ;background-color:#f7f7f9 !important;vertical-align: middle;padding:0px 12px;margin:0;}
.join_write table td input.nbox  {
		width:75px;
		margin-bottom:5px;
		}
.join_write table td input.smmm{width:190px;}
.join_write table td input.rbox[type="radio"] {border:none !important;background-color:#fff !important;width:24px;padding:0px;height:24px;background: url(/images/sub/btn_check.png)no-repeat;}
.join_write table td input.rbox[type="radio"]:checked {
	background: url(/images/sub/btn_check_active.png)no-repeat;
	
}
	.join_write table td input.rbox[type="checkbox"]
	{
		border: none !important;
		background-color: #fff !important;
		width: 24px;
		padding: 0px;
		height: 24px;
		background: url(/images/sub/btn_check.png)no-repeat;
	}

		.join_write table td input.rbox[type="checkbox"]:checked
		{
			background: url(/images/sub/btn_check_active.png)no-repeat;
		}

.join_write table td input.long {width:888px;margin-bottom:5px;}
.join_write  .table_license .long {
		width:500px;
}
.join_write table td input.long_ {width:670px;margin-bottom:5px;}
.join_write table td input.long2 {width:97%;margin-bottom:5px;}
.join_write table td input.short {width:160px;}
.join_write table td input.nvib{position:absolute; top:-7px;left:-8px;vertical-align: middle;padding:0px 12px;width:300px;}
.join_write table td select {width:326px;height:36px;font-size:13px;color:#5c5c5c;border:1px solid #d2d2d2;background-color:#f7f7f9;vertical-align: middle;padding:0px 0px 0px 12px;line-height:30px;}
.join_write table td select.smm {width:103px;}
.join_write table td select.emal {width:230px;}
.join_write table td textarea{width:97%;height:220px;font-size:13px;color:#5c5c5c;border:1px solid #d2d2d2;background-color:#f7f7f9;vertical-align: middle;padding:10px 12px;overflow-y:scroll;margin:4px 0px;line-height:20px;}
.join_write table td textarea.lo{width:97%;}
.join_write tr {
	border-bottom:1px solid #d2d2d2;
}

.join_write p.captt{position: relative;text-align:left;border-top:0px solid #d2d2d2;border-bottom:1px solid #d2d2d2;padding:20px 12px;line-height:24px;color: #000;}
.join_write p.captt span {color: #4d7cde;font-weight:normal;}

.join_write button {
	width:120px;
	height:40px;
	text-align:center;
	background-color: #335394;
	border: 1px solid #254283;
	color:#ffffff;
	font-size: 15px;
	line-height:28px;
	}
.join_write button.whi {width:120px;height:40px;text-align:center;background-color: #747474;border: 1px solid #5f5f5f;color:#ffffff;font-size: 15px;font-weight:600;line-height:28px;}

.switch_d {
	margin-left:120px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 19px;
	height: 18px;
	border:0px solid red;
	margin-top:15px;
	margin-right:3px;
}
.switch input {display:none;}
.slider {position: absolute;cursor: pointer;top: 0;left: 0; right: 0;bottom: 0;background-color: #ccc;background: url('../../images/sub/star_off.png') no-repeat;}
.slider:before {position: absolute;content: "";height: 19px;width: 18px;left: 0px;bottom: 0px;}
input:checked + .slider {background-color: #fff;background: url('../../images/sub/star_on.png') no-repeat;}
.subtit {
	padding-bottom:13px;
}
.table_join .phone_num .btn_certification {
		width:120px;
		height:36px;
		text-align:center;
		background-color: #fff;
		border: 1px solid #d7d7d7;
		color:#444;
		font-size: 13px;
		font-weight:600;
		padding:0px;
		margin-left:10px;
	}
.table_join .certification input {
		width:405px !important;
	}

/* 회원정보수정 */
.join_modify table td span {
	left:0 !important;
}	
	
/*로그인*/
.login_title h3 {
	font-size:50px;
	text-align:center;
	margin-bottom:5px;
}
.login_title {
	text-align:center;
}
.login_title span{
	font-size:15px;
	text-align:center;
	color:#969696;
}
.loginArea {
	text-align:center;
	width:510px;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:10px;
}
.loginArea legend {
	text-indent:-9999px;
}
.loginArea input[type="text"],input[type="password"] {
	width:510px;
	height:57px;
	display:block;
	clear:both;
	margin:0 auto;
	margin-bottom:10px;
	padding-left:10px;
	font-size:17px;
	font-weight:600;
}
.loginArea .id_save {
	display:inline-block;
	float:left;
	margin-top:10px;
}

#login-s {
	text-align:center;
	width:510px;
	margin:30px auto 0;
}
#login-s .find {
	display:inline-block;
	float:right;
}
.find button {
	padding:5px 10px;
	background:#f7f7f7;
	border:1px solid #cacaca;
	color:#848383;
}
.id_save span {
	color:#848383;
	padding-left:10px;
}
.sns >ul li {
	width:50%;
	float:left;
	padding:2px;
}
.sns {
	padding-top:10px;
}
.sns >ul li a {
	display: block;
    height: 36px;
    line-height: 36px;
    padding-left: 36px;
    color: #fff;
    position: relative;
}
.sns >ul li:nth-child(1) a {
	background: #fbeb06;
    color: #000;
	font-weight:600;
}
.sns >ul li:nth-child(1) a:before {
	background: url(/images/sub/btn_kakao.jpg)no-repeat center center;
	content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
	left:0;
}
.sns >ul li a:after {
	content: "";
    display: block;
    background: rgba(255,255,255,0.2);
    width: 1px;
    position: absolute;
    left: 36px;
    top: 0;
    bottom: 0;
}
.sns >ul li:nth-child(1) a:after {
	background: rgba(0,0,0,0.05);
}
.sns >ul li:nth-child(2) a:before {
	background: url(/images/sub/btn_naver.jpg)no-repeat center center;
	content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
	left:0;
}
.sns >ul li:nth-child(2) a {
	background: #00c720;
    color: #fff;
	font-weight:600;
}
.sns >ul li:nth-child(3) a:before {
	background: url(/images/sub/btn_face.jpg)no-repeat center center;
	content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
	left:0;
}
.sns >ul li:nth-child(3) a {
	background: #5267a7;
    color: #fff;
	font-weight:600;
}
.sns >ul li:nth-child(4) a:before {
	background: url(/images/sub/btn_google.jpg)no-repeat center center;
	content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
	left:0;
}
.sns >ul li:nth-child(4) a {
	background: #dc4b29;
    color: #fff;
	font-weight:600;
}
.login_title br {
	display:none;
}
.btn_sns {
	padding-top:20px;
}
.btn_sns div {
		float:left;
		width:48%;
		cursor:pointer;
	}
	.btn_sns div img{
		width:100%;
		height:auto;
	}
	.btn_naver {
		margin-right:1%;
	}
	.btn_kakao {
		margin-left:1%;
	}

/*게시판*/
/* 검색 */
div.searchType {width:100%;height:56px;text-align:right;padding:0px; margin:30px 0 0 0;}
div.searchf {width:100%;text-align: right;border:0px solid red;}
div.searchf select {width:120px;height:32px;font-size:13px;color:#5c5c5c;border:1px solid #d2d2d2;line-height:26px;padding:3px;}
div.searchf input {width:310px;height:32px; border:1px solid #d2d2d2;margin-right:2px;padding-left:10px;margin-top:-1px;}
div.searchf button {width:90px;height:32px;text-align:center;background-color: #747474;color:#ffffff; font-size: 14px;font-weight:600;line-height:28px;margin-top:-1px;}

/* 공지사항 리스트 */
.hide {
	display:none;
}
table.listType { width:100%;}
table.listType thead tr th { 
	height:50px; 
	border-top:1px solid #343434;
	border-bottom:1px solid #e0e0e0;
	line-height:50px;
	color:#000;
	background:#f6f6f6;
}
table.listType tbody tr td { height:50px;border-bottom:1px solid #dcdcdc; text-align: center; color:#5c5c5c; padding:10px 0;}
table.listType tbody tr td.ser { height:120px;border-bottom:1px solid #dcdcdc; vertical-align: middle;margin-bottom:45px;}
table.listType tbody tr td.title { text-align:left; padding-left:11px; }
table.listType tbody tr td.title2 { text-align:left; padding-left:11px; color:#000;}
table.listType tbody tr td.title3 { text-align:center; color:#000;font-weight:600;}
table.listType tbody tr td.teBlue1 {color: #cd2113;font-weight: 600;}
table.listType tbody tr td button, input {vertical-align:middle;}
table.listType tbody tr td img {vertical-align:middle;padding:0px 2px;}

table.listType tbody tr:hover {background:#f0f0f0;}
table.listType tbody tr td a {color:#444;display: block;}
table.listType tbody tr td a:hover {color:#000;text-decoration:none;}

/*table.listType tbody tr:nth-child(2n+1){background:#F9F9F9;}*/

button.big {width:180px;height:50px;text-align:center;background-color: #335394;border: 1px solid #254283;color:#ffffff;font-size: 17px;font-weight:600;line-height:28px;}
button.lec {width:120px;height:30px;text-align:center;background-color: #9b2a2e;border: 1px solid #812b1f;color:#ffffff;font-size: 14px;font-weight:600;line-height:14px;}
button.lec1 {width:120px;height:30px;text-align:center;background-color: #9b622a;border: 1px solid #7a591c;color:#ffffff;font-size: 14px;font-weight:600;line-height:14px;}
button.lec2 {width:120px;height:30px;text-align:center;background-color: #fff;border: 1px solid #812b1f;color:#812b1f;font-size: 14px;font-weight:600;line-height:14px;cursor:default;}
button.lec3 {width:120px;height:30px;text-align:center;background-color: #ae3b6a;border: 1px solid #9e2a55;color:#ffffff;font-size: 14px;font-weight:600;line-height:14px;}
button.lecg {width:120px;height:30px;text-align:center;background-color: #747474;border: 1px solid #5f5f5f;color:#ffffff;font-size: 14px;font-weight:600;line-height:14px;cursor:default;}

button.que01 {width:90px;height:28px;text-align:center;background-color: #eb336e;border: 0;color:#ffffff;font-size: 13px;line-height:14px;cursor:default;border-radius: 3px;}
button.que02 {width:90px;height:28px;text-align:center;background-color: #747474;border: 1px solid #5f5f5f;color:#ffffff;font-size: 13px;font-weight:600;line-height:14px;cursor:default;border-radius: 3px;}
button.que03 {width:90px;height:28px;text-align:center;background-color: #fff; border: 1px solid #eb336e; color:#eb336e;font-size: 13px;font-weight:600;line-height:14px;cursor:default;border-radius: 3px;}
button.que04 {width:90px;height:28px;text-align:center;background-color: #d9a238;border: 1px solid #c99125;color:#ffffff;font-size: 13px;font-weight:600;line-height:14px;cursor:default;border-radius: 3px;}
.b_areacc {
	margin-top:20px;
	text-align:center;
}
/* 공지사항 뷰 */
.notice_view{
	width:100%;
	position: relative;
	text-align:left;
}
.notice_view h3{
	height:50px; 
	background:#f6f6f6;
	border-top:1px solid #343434;
	border-bottom:1px solid #dcdcdc;
	line-height:50px;
	padding:0px 15px;
	font-size: 16px;
	color:#000;
}
.notice_view h3 span{position:absolute; top:2px;right:17px;font-size:13px;color:#8d8d8d;}
.notice_view ul li{color:#999;}
.notice_view .event_time li{
	 padding-left:15px; 
	 height:50px; 
	 line-height:50px;
	 border-bottom:1px solid #dcdcdc;
	 color:#5c5c5c;
}
.notice_view .event_time span {
	position: relative;
	display: inline-block;
	margin-right:10px;
	padding-right:10px;
}
.notice_view .event_time .tit{
	width:90px;
} 
.notice_view .event_time .tit:after {
	content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    background: #dddddd;
    width: 2px;
    height: 14px;
} 
.notice_view div.cont{padding:24px 15px;border-bottom:1px solid #dcdcdc;color:#5c5c5c;line-height:24px;}
.notice_view div.cont1{background:#F9F9F9;padding:24px 15px;border-bottom:1px solid #dcdcdc;color:#5c5c5c;line-height:24px;}
.notice_view p {clear:both;margin-top:10px;width:100%;border:0px red solid;}
.notice_view p button.list {min-width:120px;height:40px;padding:0px 30px;text-align:center;background-color: #335394;border: 1px solid #254283;color:#ffffff;font-size: 15px;font-weight:600;line-height:28px;}

/* 수강후기 뷰 */
.epilogue_view{width:100%;position: relative;border-top:3px solid #662b0b}
.epilogue_view dl dt{height:50px; ;border-bottom:1px solid #dcdcdc;line-height:50px;padding:0px 15px;font-size: 16px;font-weight:600;color:#000;background:#F9F9F9;}
.epilogue_view dl dt.job{background:#fff;}
.epilogue_view dl dt strong{font-weight:600;color: #db2b1b;padding-right:10px;}
.epilogue_view dl dt span{position:absolute; top:2px;right:17px;font-size:13px;color:#8d8d8d;}
.epilogue_view dl dt.nam{height:40px; ;border-bottom:1px solid #dcdcdc;line-height:40px;padding:0px 15px;font-size:13px;color:#000;background:#fff;}
.epilogue_view dl dt.nam span{position:absolute; top:52px;right:17px;color:#8d8d8d;}
.epilogue_view dl dt span img{padding:0px 2px;margin-top:-6px;}
.epilogue_view dl dd{padding:24px;color:#999;border-bottom:1px solid #dcdcdc;}

.epilogue_view p {clear:both;margin-top:30px;width:100%;border:0px red solid;}
.epilogue_view div.cont{background:#fff;padding:24px 15px;border-bottom:1px solid #dcdcdc;color:#5c5c5c;line-height:24px;}
.b_areacl {
	margin-top:20px;
}


/* 페이징 */
.pager_wrap {padding:25px 0px 0px 0px; position: relative; clear:both;}
.pager_wrap ul { font-size:0; text-align: center; }
.pager_wrap ul li { margin: 0 2px; display: inline-block; zoom: 1; *display:inline;vertical-align: middle; }
.pager_wrap ul li a { display: block; width: 30px; height: 30px; line-height: 30px; border: 1px solid #dedede; color: #000; text-align: center; font-size: 13px; }
.pager_wrap ul li a:hover { background: #373737; border: 1px solid #373737; color: #fff; }
.pager_wrap ul li a.on { background: #373737; border: 1px solid #373737; color: #fff; }
.pager_wrap ul li a.btn { position: relative; top: 0px; width: 32px; height: 32px; border: 0; }
.pager_wrap ul li a.btn img { margin-left: 0 !important }
.pager_wrap ul li a img { vertical-align: middle; }

/*자주묻는 질문*/
p.subtitg{display:inline-block;padding-bottom:14px;text-align:left;color: #333;font-size: 18px;font-weight: normal;}
.join_write{width:100%;position: relative;}
.join_write dl{width:100%;text-align:center;border-bottom:1px solid #d2d2d2;}
.join_write dl.fo2{margin-top:2px;padding:10px 0px;border-top:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;}
.join_write dl dt{
	float:left;
	text-align:left;
	width:150px;
	height:55px;
	line-height:55px;
	border-bottom:0px solid #d2d2d2;
	padding-left:10px;
	font-weight:600;
	color: #000;
	background:#f4f4f4;
}
.join_write dl dt.sho{
	width:100px; 
	background:#f4f4f4;
}
.join_write table th.sho_height{
	width:100px; 
	background:#f4f4f4;
	height:250px;
	line-height:250px;
	box-sizing:border-box;
	padding-left:10px;
}
.join_write dl dt.sho_height_{ 
	background:#f4f4f4;
	height:250px;
	line-height:250px;
	box-sizing:border-box;
	padding-left:10px;
}
.join_write dl dt span{color: #db2b1b;font-weight:700;}
.join_write dl dd{
	position: relative;
	height:55px;
	line-height:55px;
	text-align:left;
	padding:10px 0;
	border-bottom:0px solid #d2d2d2;
	vertical-align: middle;
	color: #666; 
	border-bottom:1px solid #e0e0e0;
}
.join_write dl dd p{position:absolute; top:4px;left:500px;font-size:13px;color:#fd6d0f;line-height:20px}
.join_write dl dd p.ptop10{position:absolute; top:15px;left:500px;}
.join_write dl dd p.ptop10r{position:absolute; top:15px;left:370px;}
.join_write dl dd p.ptop10g{position:absolute; top:15px;left:500px;color:#8d8d8d;}
.join_write dl dd p.ptop10rg{position:absolute; top:15px;left:300px;color:#8d8d8d;}
.join_write dl dd span{position:absolute; top:50px;left:165px;font-size:13px;color:#8d8d8d;line-height:20px;}
.join_write dl dd span.tbox{position:absolute; top:7px;left:500px;}
.join_write dl dd span.tbox	 input{width:515px;}
.join_write dl dd button {width:120px;height:36px;text-align:center;background-color: #747474;border: 1px solid #5f5f5f;color:#ffffff;font-size: 13px;font-weight:600;padding:0px;}
.join_write dl dd button.post {width:101px;height:36px;text-align:center;background-color: #747474;border: 1px solid #5f5f5f;color:#ffffff;font-size: 13px;font-weight:600;padding:0px;}

.join_write dl dd input{width:300px;height:34px;margin-left:15px;font-size:13px;color:#5c5c5c;border:1px solid #d2d2d2;background-color:#fff;vertical-align: middle;padding:0px 12px;}
.join_write dl dd input.nbox{width:75px;}
.join_write dl dd input.smmm{width:190px;}
.join_write dl dd input.rbox {border:none;background-color:#fff;width:17px;padding:0px;}
.join_write dl dd input.long {width:888px;margin-bottom:0;}
.join_write dl dd input.long2 {width:938px;margin-bottom:0;}
.join_write dl dd input.short {width:160px;}
.join_write dl dd input.nvib{position:absolute; top:-7px;left:-8px;vertical-align: middle;padding:0px 12px;width:472px;}
.join_write dl dd select {width:326px;margin-left:15px;height:36px;font-size:13px;color:#5c5c5c;border:1px solid #d2d2d2;background-color:#fff;vertical-align: middle;padding:0px 0px 0px 12px;line-height:30px;}
.join_write dl dd select.smm {width:103px;}
.join_write dl dd select.emal {width:230px;}
.join_write dl dd textarea{width:888px;height:222px;margin-left:15px;font-size:13px;color:#5c5c5c;border:1px solid #d2d2d2;background-color:#fff;vertical-align: middle;padding:10px 12px;overflow-y:scroll;margin:4px 0px;line-height:20px;}
.join_write dl dd textarea.lo{width:938px;margin-left:15px;}
.join_write dl dd textarea.lo_{width:888px;margin-left:15px;}
.join_modify td {width:80%;}

/* faq 리스트 */
.faq_list{border-top:1px solid #343434;clear:both;border-collapse:collapse; word-break:break-all;}
.faq_list dl{position: relative;width:100%;}
.faq_list dl dt{position: relative;border-bottom:1px solid #dcdcdc;padding:15px 15px 15px 48px;margin:0px;text-align:left;font-size:15px;line-height:22px;}
.faq_list dl dt.on{color:#000;font-weight:bold;}
.faq_list dl dt.on button {background-color: #913628;}
.faq_list dl dt a{color:#333;display:block;}
.faq_list dl dt a:acitve{color:#333;display:block;}
.faq_list dl dt a:hover{color:#000 !important;}
.faq_list dl dt:hover{padding:15px 15px 15px 48px;margin:0px 0px ;color:#333;}
.faq_list dl dt button {position:absolute;top:50%;left:15px;width:26px;height:25px;margin-top:-12px;font-weight:bold;text-align:center;border-radius: 50%;color:#fff;background-color: #555;font-size:15px;}
.faq_list dl dt button.on {background-color: #00aee6;}
.faq_list dl dt:hover button{background-color: #00aee6;}
.faq_list dl dt span{position:absolute;top:5px;left:8px;padding-bottom:15px;}

.faq_list dl dd{width:100%;padding:15px 0px;font-weight:normal;background-color:#f9f9f9;overflow:hidden;border-bottom:1px solid #dcdcdc;}
.faq_list dl dd div.cont{padding:0px;margin-left:48px;margin-right:20px;line-height:18px;font-weight:normal;overflow:hidden;background-color:#f9f9f9;font-size:15px;line-height:22px;}

/*개인정보처리방침*/
#ruleWrap{width:100%;padding:0px;margin-right:10px;clear:both; line-height: 22px; border-collapse:collapse; word-break:break-all;border:0px solid blue;}
#ruleWrap h3.rule {font-weight:bold; color:#cd2113; font-size: 18px; margin-bottom:15px; }
#ruleWrap h3.rule1 {font-weight:bold; color:#cd2113; font-size: 18px; margin-bottom:10px; }
#ruleWrap p {padding-bottom:5px;line-height:22px;}
#ruleWrap p.tit {font-weight:bold; padding:4px 0px;}
#ruleWrap p.tit1 {font-weight:bold; padding:4px 0px 10px 0px;color:#000;}
#ruleWrap p.pleft15 {padding-left:15px;}
#ruleWrap p.pbot15 {padding-bottom:15px;}
#ruleWrap p.pleft15-1 {padding-left:15px;padding-bottom:15px;}
#ruleWrap p.sm {text-align:right;font-size:13px;display:block;}

/*이벤트게시판*/
.event_list {
	border-top:1px solid #343434;
}
.event_list > li {
	overflow: hidden;
    padding: 20px 0;
	text-align:left;
}
.event_border > li{
	border-bottom:1px solid #ccc;
}
.event_list li .imgbox {
    float: left;
    width: 240px;
    height: 129px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.event_list li .imgbox img{
    vertical-align:top;
}
.event_list li .txtbox {
	float:left;
	margin-left:20px;
}
.event_border li .txtbox .tit {
	display:block;
	float:none !important;
}
.event_list li .txtbox .tit {
    overflow: hidden;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: #444;
    text-overflow: ellipsis;
    white-space: nowrap;
	float:left;
}
.event_list li .txtbox .date {
	display: block;
    overflow: hidden;
    margin: 7px 0 11px;
    font-size: 16px;
    line-height: 25px;
    color: #5a5a5a;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event_list li .txtbox .cont {
	display: block;
    overflow: hidden;
    margin: 7px 0 11px;
    font-size: 16px;
    line-height: 25px;
    color: #444;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*본인인증*/
.cert_txt {
	text-align:center;
	margin:70px 0 30px 0;
	padding:0 10px;
	font-size:17px;
}

/*회사소개*/
.sub_company_visual {
	position:relative;
	width:1263px;
	height:780px;
	margin:0 auto;
	text-align:right;
}
.sub_company_visual .txt {
	margin-top:100px;
}
.sub_company_visual li:nth-child(2) {
	padding-right:20px;
}
.sub_company_visual span {
	color:#2d2d2d;
	font-size:25px;
}
.sub_company_visual .txt div {
	padding-right:50px;
}

.view_text ul{
text-align:center;	
}

.sub_company_visual .btn_com_join {
	padding:20px;
}
.sub_company_visual .btn_com_join a {
	color:#fff;
	background:#f13631;
	width:250px;
	line-height:40px;
	padding:12px 100px;
	font-size:20px;
}
.com_tit_class {
	font-size:30px;
	font-weight:500;
	display:block;
	line-height: 50px;
}
.com_btitle {
	font-size:48px;
	display:block;
	font-weight:200;
	margin-top:25px;
}
.com_title_bar{
	width:125px;
	height:3px;
	background:linear-gradient(to right,#1f4cd6,#ca48f1);
	display:block;
	margin:38px 0 45px 0;
}
.com_buslist li{
	border:1px solid #ccc;
	width:254px;
	display:inline-block;
	margin:0 10px;
}
.com_busimg{
	position:relative;
}
.com_bustit{
	position:absolute;
	color:#fff;
	text-align:center;
	width:254px;
	top:25%;
	z-index:100;
}
.com_bustit > h3{
	font-size:30px;
}
.com_bustit > p{
	font-size:14px;
}
.com_buslogo{
	text-align:center;
	width:254px;
	padding:20px 0;
}
.com_busbtn{
	width:254px;
	background:#6b6b6b;
	text-align:center;
}
.com_busbtn:hover{
	background:linear-gradient(to right,#1f4cd6,#ca48f1);
}
.com_busbtn > p{
	color:#fff;
	padding:2px 0;
}
.com_ceo p {
	font-size:19px;
	font-weight:300;
	line-height:35px;
}
.ceosign_tit {
	font-size:35px !important;
	text-align:right;
	margin-top:15px;
}
.section .vision_contain {
	background:url(/images/sub/bg_company.jpg) no-repeat 50% 100%;
	width:;
	height:420px;
	background-attachment:fixed;
	padding:40px 0;
}
.com_vision  .vision_article {
	width:1263px;
	margin:0 auto;
}
.com_vision .icon {
	color:#fff;
	float:left;
}
.com_vision .icon:first-child {
	margin:50px 7% 30px 9%;
	width:33%;
}
.com_vision .icon:nth-child(2) {
	margin:50px 9% 30px 7%;
	width:33%;
}
.com_vision .icon li {
	text-align:center;
}
.com_result .content_wrap {
	background: url(/images/sub/bg_company02.jpg) no-repeat;
    background-position: 50% 50%;
}
.com_result .content_inner .content {
	padding:0;
}
.icon .txt_tit {
	font-size:40px;
	font-weight:500;
}
.icon .txt_e_tit {
	font-size:20px;
}
.icon .txt_exp {
	font-size:17px;
	line-height:25px;
	font-weight:300;
}
.com_business {
	background:#dedede;
}
.com_business .business_tit {
	font-size: 30px;
    font-weight: 500;
    display: block;
    line-height: 50px;
	text-align:center;
}
.com_business p {
	font-size:19px;
	font-weight:300;
	line-height:28px;
	text-align:center;
	margin-top:20px;
}
.com_business .content_article {
	width:1263px;
	margin:0 auto;
	padding: 70px 0;
}
.com_business .com_contain {
	background:url(/images/sub/bg_company01.jpg) no-repeat 50% 50%;
}
.com_business .icon, .com_vision .icon {
	float:left;
}
.com_business .icon:first-child {
	margin:0 5% 0 5%;
	box-shadow:0 7px 25px rgba(0, 0, 0, 0.2);
}
.com_vision .content_wrap {
	background: url(/images/sub/bg_company.jpg) no-repeat; 
	background-position: 50% 100%; 
	background-attachment: fixed;
}
.com_business .icon li:nth-child(3) {
	padding-top:20px;
}
.com_vision .icon .txt_tit {
	font-size:35px;
	line-height:42px;
	padding-top:20px;
}
.com_vision .icon .txt_exp {
	font-size:19px;
	line-height:30px;
	padding:10px 0 20px 0;
}
.com_result .com_contain {
	background:url(/images/sub/bg_company02.jpg) no-repeat 50% 50%;
}
.com_result .com_article {
    width: 1263px;
    margin: 0 auto;
    padding: 40px 0;
	color:#fff;
}
.com_result .com_article li {
	text-align:center;
}
.com_result .txt_tit {
	font-size:35px;
}
.com_result .txt_exp {
	font-size:20px;
	font-weight:300;
	margin-top:15px;
}
.com_result .txt_num {
	font-size:60px;
	color:#ffec17;
}
.sub_company_visual br {
	display:none;
} 

/**********************자격증시험탭***********************/
.license_tab {
  margin: 0 auto;
  background:#fff;
  white-space: normal;
}
.license_thumb {
	width:20% !important;
}
.license_info {
	width:78%;
}
.license_pack {
	display:inline-block;
	margin-left:10px;
	line-height:25px;
	float:right;
} 
.license_pack  .btn_view {
	color:#2e7df3 !important;
	border:1px solid #2e7df3;
	padding:4px 20px;
}
ul.license_tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  height:44px;
  float:left;
  width:50%;
}
ul.license_tabs li{
	float:left;
  color: #222;
  display: inline-block;
  width:33%;
  height: 44px;
  padding: 10px 15px;
  cursor: pointer;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  text-align:center;
}
.license_tab .tab_wrap {
	border-bottom:1px solid #ccc;
}
ul.license_tabs .current a {
	color:#fff;
}
 ul.license_tabs li:first-child {
	 border-left:1px solid #ccc;
 }
 ul.license_tabs li button {
	 background:none;
	 font-size: 15px;
	 color: #444;
 }
ul.license_tabs li.current{
  background: #ef1c67;
  color:#fff;
  border-bottom:0;
  border:2px solid #ef1c67;
  height:44px;
}
ul.license_tabs li:last-child .current{
  background: #fff;
  color:#fff;
  border-bottom:0;
  border:0;
  height:44px;
}
.btn_license_on {
	float:right;
	background:#ef1c67;
	color:#fff;
	border:0;
	transition: all 0.3s;
	padding:3px 30px;
	border-radius:30px;
}
.btn_license_on button {
	background:none;
	color:#fff;
	height:25px;
}
.btn_license_on:hover {
	color:#fff;
	background:#000;
	transition: all 0.3s;
}
ul.license_tabs li.current button {
	color:#fff;
} 
.tab-content{
  display: none;
  padding: 15px;
}
 
.tab-content.current{
	display: inherit;
	border-right: 0;
    border-left: 0;
    box-shadow: none;
}
/**********************자격증시험탭 끝***********************/
/**********************평생교육바우처***********************/
.voucher_title li img{
	width:70%;
}

.voucher_wrap {
	background-repeat:no-repeat !important;
}
.voucher_wrap .txt {
	margin:20px;
}
.voucher_wrap .txt li{
	text-align:center;
}
.voucher_wrap .sub_company_visual{
	height:auto;
}
.voucher_wrap .sub_company_visual .btn_com_join {
	padding:20px;
}
.voucher_wrap .sub_company_visual .btn_com_join a {
	background: #fff776;
	color:#000;
	border:2px solid #000;
}
.voucher_wrap .sub_company_visual .btn_com_join2 a {
	background: #f13631;
	color:#fff;
	font-weight:bold;
	border:2px solid #000;
}
.txt_voucher01 {
	font-size:30px;
}
.txt_voucher01 .no {
	color:#2182f9;
	display:inline-block;
	width:30px;
	height:30px;
	background-image:url("../../images/sub/voucher_num.png");
	background-repeat: no-repeat;
	background-position:center;
}
.txt_voucher02 {
	font-size:20px;
	font-weight:500;
	margin:10px 0 0 10px;
}
.txt_voucher03 {
	font-size:20px;
	font-weight:300;
	margin:10px 0 0 10px;
}
.txt_voucher04 {
	font-size:25px;
	font-weight:500;
	color:#2182f9;
	padding:7px 0 0 10px;
}
.txt_vou_container {
	width:95%;
	margin-top:7px;
	margin-left:15px;
	font-size:20px;
	color:#083972;
	background:#dbecff;
	padding:20px 50px;
}
.txt_vou_container .txt_voucher05 {
	line-height:35px;
}
.txt_vou_container .txt_voucher05:before {
	content:"";
	clear:both;
	display:inline-block;
	background:url(/images/sub/dot.png) no-repeat;
	width:10px;
	height:10px;
	padding-right:12px;
}
.txt_vou_container .txt_voucher06 {
	margin-left:30px;
}
.txt_vou_container .txt_voucher06:before {
	content:"";
	clear:both;
	display:inline-block;
	background:url(/images/sub/dot.png) no-repeat;
	width:10px;
	height:10px;
	padding-right:12px;
	background-size:20%;
}
.txt_voucher07 {
	font-size:17px;
	color:#0072f6;
}
.voucher_n1 {
	color:#fff;
	background:url(/images/sub/back_no.gif) no-repeat;
	border-radius:50%;
	font-size: 28px;
	height: 38px;
	line-height: 38px;
	width: 38px;
	display: inline-block;
	text-align:center;
}
.voucher_table {
	width:95% !important;
	margin-top:20px;
}
.voucher_table th, .voucher_table td{
	border:1px solid #e0e0e0;
	vertical-align:middle;
	display:table-cell;
}
.voucher_table td {
	padding:10px 0;
	text-align:center;
}
.voucher_table th {
	height: 50px;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #e0e0e0;
	line-height: 50px;
	color: #000;
	background: #f6f6f6;
}
.voucher_table th:first-child, .voucher_table td:first-child {
	border-left:0;
}
.voucher_table th:last-child, .voucher_table td:last-child {
	border-right:0;
}
.con_voucher01 {
	margin:20px 0;
}
.content_inner .content_voucher {
	padding-top:50px;
	margin-top:30px;
}
.con_voucher_btn {
	
	text-align:center;
	margin-top:30px;
}
.con_voucher_btn a {
	background:#2182f9;
	color:#fff;
	font-size:20px;
	padding:20px 30px;
	display:inline-block;
}
.nhvoucher_pack{
	margin:40px 0;
	text-align:center;
}
.nhvoucher_pack li{
	width:35%;
	display:inline-block;
	padding:0 20px;
	text-align:center;
}
.nhvoucher_pack li img{
	width:100%;
}
.nhvoucher_buy{
	width:85%;
	display:block;
	background-color:#00261d;
	border:2px solid #00aa83;
	text-align:center;
	color:#fff;
	padding:10px 0;
	margin:0 auto;
}

/*경비원 패키지*/
.security_detail{
	text-align:center;
}

.security_detail span{
	font-size:25px;
}

.txt_r{
	color:#ff0000;
}

.txt_b{
	color:#03459c;
}

.txt_n{
	color:#000;
	font-size:25px;
}

.txt_bline{
	text-decoration: underline;
	font-weight:bold;
}

.txt_box{
	display:inline-block;
	color:#696969;
	border:1px solid #ccc;
	padding:20px 50px;
	line-height:25px;
}

.security_detail .inner_box{
	background-color:#fff;
	padding:80px 0;
	position:relative;
}

.security_title2{
	margin-top:100px;
}

.security_q2 span{
	font-size:20px;
}

.security_icon{
	background-color:#e6e6e6;
}

.security_icon>div{
	display:inline-block;
}

.security_icon2{
	margin:40px 0;
}

.security_icon2>div{
	display:inline-block;
	padding:40px;
}

.title_b{
	color:#03459c;
	font-weight:bold;
}

.sec_pack10 {
	text-align:center;
	background:url(/images/sub/top_visual_pack10.png)no-repeat center center;
}

.sec_pack11{
	text-align:center;
}

.sec_pack10 h7{
	font-size:50px;
	font-weight:bold;
	color:#000;
}

.sec_pack10 h6{
	font-size:40px;
}

.security_paper{
	padding:30px 0;
}

.sec_pack11 h7{
	font-size:45px;
	font-weight:bold;
}

.sec_pack11 h6{
	font-size:32px;
}

.sec_pack11{
	background-color:#03459c;
	color:#fff;
	font-size:19px;
}

.sub_company_visual .btn_com_join2 {
	padding:20px;
	margin-bottom:20px;
}
.sub_company_visual .btn_com_join2 a {
	color:#000;
	background:#c1b9ff;
	width:250px;
	line-height:40px;
	padding:12px 100px;
	font-size:20px;
	border:2px solid #000;
}

.mrc_voupack{
	text-align:center;
}

.voupack{
	padding:20px 0;
}

.voupack li{
	width:22%;
	border:solid 1px #ccc;
	display:inline-block;
	margin-right:2%;
	margin-bottom:15px;
	vertical-align:top;
	height:450px;
}

.voupack li img{
	width:100%;
}

.voupack h5{
	padding:10px 0;
	color:#7200ff;
	font-size:36px;
	font-weight:bold;
}

.voupack p{
	padding:10px 0 20px 0;
	font-size:17px;
	margin:0 10px 0 10px;
}

.steppack img{
	width:100%;
}
.steppack {
	width:65%;
	margin-top:20px;
}
.steppack th, .steppack td{
	border:1px solid #e0e0e0;
	vertical-align:middle;
	display:table-cell;
}
.steppack td {
	padding:10px 0;
	text-align:center;
}
.steppack th {
	height: 50px;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #e0e0e0;
	line-height: 50px;
	color: #000;
	background: #f6f6f6;
}
.steppack th:first-child, .steppack td:first-child {
	border-left:0;
}
.steppack th:last-child, .steppack td:last-child {
	border-right:0;
}

.btn_steppack {
	padding:20px;
	margin-bottom:20px;
}
.btn_steppack a {
	color:#000;
	background:#c1b9ff;
	width:250px;
	line-height:40px;
	padding:12px 50px;
	font-size:20px;
	border:2px solid #000;
}

.voucher li{
	display:inline-block;
}

.voucher{
	text-align:center !important;
}

/*자주묻는질문*/
.faq_container>img{
	max-width:737px;
	width:100%;
}
/*하이소셜 리뉴얼*/
.top_bg{
	height:276px;
	position:relative;
	background-color:#cee8de;
}
.top_banner1{
	background:url(/images/common/mid_banner.png) no-repeat center center;
	background-size:contain;
	display:block;
	margin:0 auto;
	height:311px;
	position: relative;
    top: -34.5px;
}
.banner_search{
	position:absolute;
	top:40%;
}
.search_title{
	padding:10px 0;
	border-bottom: 2px solid #ddd;
}

.search_sub {
  position: relative;
  width: 300px;
}

.search_sub input {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
}

.search_sub img {
  position : absolute;
  width: 17px;
  top: 10px;
  right: 12px;
  margin: 0;
}

.search-route{
	display: flex;
	font-weight: bold;
    font-size: 16px;
    color: rgb(158, 158, 158);
}

.search-route::before{
	background: url(../../images/sub/home_ico.JPG) no-repeat center;  
	content: "";
	display: inline-block;
	width: 24px;
	height: 30px;
}

.search-route .nav-ul{display:flex;}

.search-route .home{
	height: 30px;
	line-height: 30px;
}

.xi-angle-right{
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 5px;
	float: left;
}

.search_box{
	background-color:#eaeaea;
	padding:20px 0;
	text-align:center;
	margin: 30px 0;
}

.search_cate{
	width:180px;
	border-radius:5px;
	background:#fff;
}

.search_box li{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}

.search-result{
	font-weight: bold;
    font-size: 16px;
}

.thumb_extra li{
	border:1px solid #ddd;
	display:inline-block;
}

.view-name{
	font-size:16px !important;
}

.tr-name{
	border-bottom:2px solid #bbb !important;
}

.margin-top30{margin-top:30px;}

.view_title{
	font-size: 15px;
    text-align: left;
    line-height: 2.5em;
	border-bottom:2px solid #ddd;

}

.sub_txt{
	font-size:16px;
	font-weight:400;
	color:#b2b2b2;
	margin-left:10px;
}

/* 기업상세페이지 이미지 탭 */
.comTabMenu{
	float:left;
	width:40%;
	margin: 30px auto 0;
	padding: 0 6px;
	overflow:hidden
}
.comTabMenu .tab-content{
	width:100%;
	height:max-content;
	padding:0;
	overflow:hidden;
	display:none;
}
.comTabMenu .tab-content.current{
	display:block;
}
.comTabMenu .tab-content img{
	width:100%;
}
.comTabMenu ul.tabs{
	display:flex;
	justify-content:center;
	margin:0;
	padding:0;
	border:0;
}
.comTabMenu ul .tab-link{
	width:calc(100% / 3 - 42px);
	height:max-content;
	margin:8px;
	cursor:pointer;
	border-radius:0;
}
.comTabMenu ul .tab-link>img{
	width:100%;
	height:100%;
}

.comTabMenu ul .tab-link.current{
	border:2px solid #ff7400
}

.productSection .productList{
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
}
.productSection .productList > li{
	width:24%;
	margin:15px 0.5% 0;
	overflow:hidden;
	cursor:pointer;
}
.productSection .productList > li:hover{
	/*border:2px solid #ddd;*/
}
.pr_txt {
    font-size: 16px;
    font-weight: 300;
    color: #868686;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#screen{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-color:#000;
	opacity:0.75;
	z-index:-2;
	display:none;
}
#productView{
	position:fixed;
	top:10vh;
	left:10vw;
	width:80vw;
	min-height:80vh;
	display:none;
	z-index:-1;
	background-color:#fff;
}
#loadMoreButton{cursor:pointer;}
#closebtn{
	position:absolute;
	top:30px;
	right:0;
	width:60px;
	font-size:40px;
	font-weight:600;
	text-align:center;
	cursor:pointer;
}

.maxContent{width:max-content;}

.product_title{
	color:#0f0f0f;
	font-size:20px;
	font-weight:500;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product_com{
	font-size:16px;
	font-weight:300;
	color:#868686;
}
/*메안 상위 배너*/
.top_banner{
	width:100%;
	display:inline-block;
	margin:0;
	position:relative;
}

.top_bg{
	height:350px;
	position:relative;
	background:url(/images/common/search_bg.png) no-repeat center center;
	background-color:#cee8de;
}
.top_banner1{
	background:url(/images/common/mid_banner.png) no-repeat center center;
	background-size:contain;
	display:block;
	margin:0 auto;
	height:311px;
	position: relative;
    top: -34.5px;
}
.banner_search{
	position:absolute;
	text-align:center;
	top:28%;
}
.banner_search span{
	font-weight:600;
	font-size:16px;
}


.banner_search h2{
	font-weight:600;
	font-size:32px;
}

/*중간 배너*/
.mid_banner{
	width:100%;
	display:inline-block;
	margin:80px 0;
}

.mid_bg{
	height:278px;
	position:relative;
	background-color:#bbd3f5;
}
.mid_banner1{
	background:url(/images/common/mid_banner.png) no-repeat center center;
	background-size:contain;
	display:block;
	margin:0 auto;
	height:311px;
	position: relative;
    top: -33px;
}

.bold_title{
	font-size:24px !important;
}