@charset "utf-8";
/* CSS 랜딩 시간 부분 */
@import url(flipclock.css);
/* /////CSS 랜딩 시간 부분 */

.landing_wrap {
	width:100%;
}

/*******************
	    하단 고정바
********************/
.bt_fix_warp {
	width:100%;
	height: 90px;
	padding-top:10px;
	position: fixed;
	z-index: 200;
	bottom: 0;
	background: #000000 url(../images/landing/landing_btfix_bg.jpg) no-repeat center top;
}
.bt_fix_warp .bt_fix_box {
	overflow: hidden;
}
.bt_fix_warp .bt_fix_box a {
	float:right;
	margin-top:5px;
}

/*******************
	    브랜드 홍보 랜딩페이지
********************/
.brand_land01 {
	height:1003px;
	background: url(../images/landing/bg_brand01.jpg) no-repeat top center;
}
.brand_land01 .con_w1100 {
	padding-top:98px;
}
.brand_land02 {
	height:1093px;
	background: #e21b22;
}
.brand_land02_02 {
	height:1045px;
	margin-top:-65px;
	background: url(../images/landing/brand_landing02_02.png) no-repeat top center;
}
.brand_land03 {
	height:1107px;
	background: url(../images/landing/bg_brand03.jpg) no-repeat top center;
}
.brand_land03 .con_w1100 {
	padding-top:142px;
	text-align:center;
}
/** 04 만족도 수강후기 부분**/
.brand_land04 {
	padding-bottom:100px;
	background:#eee9ee url(../images/landing/bg_brand04.jpg) no-repeat top center;
}
.brand_land04 .con_w1100 {
	padding-top:132px;
	text-align:center;
	position: relative;
}
.brand04_con_box {
	width:900px;
	margin:74px auto 0 auto;
}
.brand04_con_box ul {
	width:900px;
	margin: 0 auto;
	text-align:left;
	overflow: hidden;
}
.brand04_con_box ul li {
	width:450px;
	height:490px;
}
.brand04_con_box ul li.brand04_left {
	float:left;
	background: url(../images/landing/bg_brand04_left.png) no-repeat top center;
}
.brand04_con_box ul li.brand04_right {
	padding-top:40px;
	float:right;
	background: url(../images/landing/bg_brand04_right.png) no-repeat top center;
}
.brand04_con_box ul li .review_box{
	width: 370px;
	height:370px;
	padding:40px;
	position:relative;
}
.review_box .int_b a {
	float:right;
}
.brand04_con_box ul li .review_box h5 {
	width: 370px;
	overflow: hidden;
	display: inline-block;
	font-size:39px;
	line-height: 42px;
	letter-spacing: -1px;
	font-weight:bold;
	color:#222222;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	margin:32px 0;
}
.brand04_con_box ul li .review_box em {
	font-size:14px;
	color:#ff4a4f;
	font-style:italic;
	text-decoration:underline;
}
.brand04_con_box ul li .review_box p {
	width: 370px;
	height:145px;
	font-size:20px;
	line-height:36px;
	color:#222222;
	letter-spacing: -1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top:10px;
}
.brand04_con_box ul li .review_box a.float_r {
	position: absolute;
	right:30px;
	bottom:30px;
}
a.btn_reserve {
	width: 140px;
	display: block;
	background: #104151;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	padding: 10px 0 12px 0;
	border-radius: 12px;
}
a.btn_reserve img {
	width: 30px;
	height:30px;
	vertical-align: text-top;
}

/** 05 수강신청 **/
.brand05_con_box {
	width:1100px;
	margin-top:120px;
}
ul.ld_price_list {
	width:1100px;
	overflow: hidden;
	padding-top:70px;
}
ul.ld_price_list li {
	width:1100px;
	height:200px;
	margin-bottom:20px;
	background:#e21b22 url(../images/landing/license_landing_top08_bg.png) no-repeat top right;
}
ul.ld_price_list li .prbox01 {
	width:330px;
	float:left;
	color:#ff9c98;
	font-size:24px;
	line-height:36px;
	padding-top:34px;
}
ul.ld_price_list li .prbox01 strong {
	color:#fff;
	font-size:30px;
	line-height:36px;
	font-weight:800;
}
ul.ld_price_list li .prbox01 h5{
	margin-top:16px;
}
ul.ld_price_list li .prbox01 h5 span{
	margin:42px 0 30px 0;
	color:#fff;
	font-size:28px;
	font-weight:500;
}
ul.ld_price_list li .prbox02  {
	width:585px;
	float:left;
	color:#222222;
	font-size:19px;
	line-height:24px;
	padding-top:32px;
	font-weight:600;
}
ul.ld_price_list li .prbox02 span {
	text-decoration:underline;
}
ul.ld_price_list li .prbox02 img {
	margin-left:20px;
}
ul.ld_price_list li .prbox02 h6.price_money {
	color:#979797;
	font-size:30px;
	line-height:68px;
	padding-top:32px;
	font-weight:400;
}
ul.ld_price_list li .prbox02 h6.price_money strong {
	color:#e21b22;
	font-size:60px;
	line-height:64px;
	font-weight:800;
}
ul.ld_price_list li .prbox03 {
	width:175px;
	float:right;
	text-align:center;
	font-size:22px;
	line-height:48px;
	padding-top:46px;
	font-weight:600;
}
ul.ld_price_list li .prbox03 a {
	color:#222222;
	text-decoration:underline;
}
ul.ld_price_list li .prbox03 a img {
	text-decoration:none;
}
ul.ld_price_list li .prbox03 a:hover {
	color:#e21b22;
}

/** 05 수강신청  두번째 양식 **/
ul.ld_price_list02 {
	width:1100px;
	overflow: hidden;
	padding-top:70px;
}
ul.ld_price_list02 li {
	width:1100px;
	height:200px;
	margin-bottom:20px;
	background:#fff url(../images/landing/license_landing_top08_bora_bg.png) repeat-y top right;
}
.prbox1-1 {
	width: 790px;
	float: left;
	color: #222222;
	font-size: 19px;
	line-height: 24px;
	padding-top: 32px;
	padding-left: 50px;
	font-weight: 500;
}
.prbox1-1_title {
	overflow:hidden;
}
.prbox1-1_title h4 {
	width:430px;
	float: left;
	text-align:left;
	font-size:28px;
	line-height:34px;
	font-weight: 600;
	color:#333333;
}
.prbox1-1_title h4 span {
	width: 82px;
	height: 22px;
	display: inline-block;
	background: red;
	color: #fff;
	font-size:14px;
	line-height:22px;
	border-radius: 12px;
	text-align:center;
	vertical-align: middle;
}
.prbox1-1_title div {
	width:310px;
	float: left;
	text-align:left;
	line-height: 32px;
}
.prbox1-1_title div em {
	display: inline-block;
	width:145px;
	font-size: 20px;
	text-align:center;
	background:url(../images/landing/license_landing_top08_icon_00.png) no-repeat top 5px left;
}
.prbox1-1_title div strong {
	float: right;
	font-size: 29px;
	color:red;
}
.prbox1-1 p {
	text-align:left;
	font-size: 18px;
	line-height: 24px;
	color:#787878;
	margin-top:30px;
}
.prbox1-1 p span {
	display:inline-block;
	width:300px;
}
.prbox1-2 {
	width: 260px;
	float: right;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	padding-top: 40px;
	font-weight: 600;
	color:#fff;
}
.prbox1-2 a p{
	color:#fff;
}
.prbox1-2 a strong{
	font-size: 26px;
	color:#ffeb3f;
}
.red_display_r {
	font-size:21px;
	height:50px;
	line-height:50px;
	padding:0 15px;
	color:#fff;
	position: absolute;
	top:-50px;
	text-align:left;
	background:#ff4646;
	border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; -moz-border-top-left-radius: 10px; 
	border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; 
	border-bottom-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-bottom-left-radius: 0; 
	border-bottom-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-bottom-right-radius: 0; 
}


/** 05 인터퓨 기사**/
.brand_land06 {
	height:930px;
	background:#262b3c;
}
.brand_land06 .con_w1100 {
	position: relative;
	padding-top:100px;
	text-align:center;
}
.brand06_con_box {
	width:1100px;
}
.brand06_con_box ul {
	width:960px;
	height:722px;
	margin: 0 auto;
	overflow: hidden;
}
.brand06_con_box ul li {
	width:960px;
	float:left;
}
.brand06_con_box ul h5 {
	font-size:50px;
	line-height:58px;
	color:#fff;
	margin-bottom:64px;
}
/** 07 지정교육기관**/
.brand_land07 {
	height:906px;
	background: url(../images/landing/bg_brand07.jpg) no-repeat top center;
}
.brand_land07 .con_w1100 {
	padding-top:137px;
	text-align:center;
}
/** 08 지정교육기관**/
.brand_land08 {
	height:1037px;
	background: url(../images/landing/bg_brand08.jpg) no-repeat top center;
}
.brand_land08 .con_w1100 {
	padding-top:127px;
	text-align:center;
}
.brand08_con_box ul {
	width:900px;
	margin: 0 auto;
	overflow: hidden;
}
.brand08_con_box ul li {
	width:246px;
	float:left;
	margin:45px 0 0 81px;
}
.brand08_con_box ul li.mar_none {
	margin-left:0;
}
/** 09 교수님 소개**/
.brand_land09 {
	height:1365px;
	background: #edeff0;
}
.brand_land09 .con_w1100 {
	padding-top:120px;
	text-align:center;
}
.brand09_con_box ul {
	width:1100px;
	overflow: hidden;
	margin-top:84px;
}
.brand09_con_box ul li {
	width:266px;
	float:left;
	margin:9px 0 0 9px;
	border:1px solid #b5b5b5;
}
.brand09_con_box ul li.mar_none {
	margin-left:0;
}
/** 10 차별화된 고품질 방송 강의**/
.brand_land10 {
	padding-bottom:150px;
	background:#262b3c url(../images/landing/bg_brand10png.png) no-repeat top center;
}
.brand_land10 .con_w1100 {
	padding-top:93px;
	text-align:center;
}
.brand_land10 h5 {
	font-size:50px;
	line-height:58px;
	color:#fff;
	margin-bottom:68px;
}
/** 11 완벽한 학습시스템 **/
.brand_land11 {
	background:#edeff0;
	padding-bottom:80px;
}
.brand_land11 .con_w1100 {
	padding-top:142px;
	text-align:center;
}
.brand_land11 h5 {
	font-size:50px;
	line-height:58px;
	color:#fff;
	margin-bottom:68px;
}

/*******************
	    브랜드 홍보 랜딩페이지
********************/
h5.landing_title {
	font-size: 50px;
	line-height: 58px;
	color: #fff;
	margin-bottom: 68px
}

/** 01 메인 배너 **/
.license_landing01 {
	height:1100px;
	background:#000000 url(../images/landing/bg_license_landing_top00.png) no-repeat center 120px;
}
.license_landing_top {
	overflow: hidden;
}
.license_landing_top div.license_landing_topimg,
.license_landing_top div.time_countdown {
	float:left;
}
.license_landing_top a.ti_coun {
	float:right;
	margin-top:30px;
}
.license_landing_topimg img.ti_coun {
	vertical-align: top;
}
.time_countdown {
	width:430px;
	height:64px;
	margin-left:5px;
	margin-top:26px;
}
/** 02 혜택 **/
.license_landing02 {
	background:#fff;
}
.license_landing02 .con_w1100 {
	padding-bottom:100px;
	text-align:center;
}
/** 03 시험소개 **/
.license_landing03 {
	background:url(../images/landing/bg_license_landing_top03.png) no-repeat center top;
}
.license_landing03 .con_w1100 {
	padding-top:102px;
	text-align:center;
}
.license_landing03 .con_w1100 h5.landing_title {
	margin-bottom: 60px;
}
.license_box03 ul {
	width: 100%;
	height:70px;
	overflow: hidden;
	color:#fff;
	font-size:21px;
	line-height:70px;
	font-weight:600;
}
.license_box03 ul li {
	width: 366px;
	height:70px;
	float:left;
	margin-left:1px;
	background:#ab1419;
	cursor:pointer;
}
.license_box03 ul li#tab_menu1 {
	margin-left:0;
}
.license_box03 ul li.tab_on,
.license_box03 ul li:hover {
	background:#fff;
	color:#ab1419;
}
.license_box03 .step_ove_con {
	width: 1000px;
	margin: 0 auto;
	padding-top:88px;
	padding-bottom:100px;
}
.license_box03 div.landing_tab3 {
	width: 1040px;
	height:700px;
	overflow:auto;
	margin-bottom:100px;
	padding-bottom: 0;
}
.license_box03 h6 {
	background:url(../images/landing/license_landing_top03_icon.png) no-repeat left 8px;
	padding-left:20px;
	color:#222222;
	font-size:27px;
	line-height:32px;
	text-align:left;
	font-weight:bold;
	margin-bottom:30px;
}
.license_box03 table {
	width: 1000px;
	margin-bottom:30px;
	border-top:1px solid #3e3e3e;
	border-right:none;
	border-left:none;
}
.license_box03 table th {
	font-size:19px;
	color:#222222;
	background:none;
	border-bottom:1px solid #3e3e3e;
	border-left:1px solid #3e3e3e;
	border-right:none;
	font-weight:bold;
}
.license_box03 table td {
	font-size:18px;
	color:#636363;
	background:none;
	border-bottom:1px solid #3e3e3e;
	border-left:1px solid #3e3e3e;
	border-right:none;
}
.license_box03 table th.sj_col,
.license_box03 table td.sj_col {
	border-left:none;
}
/** 04 교수 **/
.license_landing04 {
	background:#eee9ee;
}
.license_landing04 .con_w1100 {
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
	position: relative;
}
.license04_con_box {
	width:1100px;
}
.license04_con_box ul {
	width:800px;
	height:622px;
	margin: 0 auto;
	overflow: hidden;
}
.license04_con_box ul li {
	width:800px;
	height:622px;
	float:left;
}
.license04_con_box ul h5 {
	font-size:50px;
	line-height:58px;
	color:#222222;
	margin-bottom:64px;
	text-align:center;
}
/** 05 교재 **/
.license_landing05 {
	background:#262b3c;
}
.license_landing05 .con_w1100 {
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
	position: relative;
}
.license05_con_box {
	width:960px;
	margin: 0 auto;
}
.license_landing05 h5 {
	font-size:50px;
	line-height:58px;
	color:#fff;
	margin-bottom:64px;
	text-align:center;
}
.license05_con_box ul {
	width:960px;
	height:600px;
	margin: 0 auto;
	overflow: hidden;
}
.license05_con_box ul li {
	width:960px;
	height:600px;
	float:left;
}
/** 06 영상 **/
.license_landing06 {
	background:#1b1b1b;
}
.license_landing06 .con_w1100 {
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
	position: relative;
}
.license06_con_box {
	width:1100px;
}
.license_landing06 h5 {
	font-size:50px;
	line-height:58px;
	color:#fff;
	margin-bottom:64px;
	text-align:center;
}
.license06_con_box ul {
	width:960px;
	height:662px;
	margin: 0 auto;
	overflow: hidden;
}
.license06_con_box ul li {
	width:960px;
	height:662px;
	float:left;
}
.license06_con_box ul h5 {
	font-size:50px;
	line-height:58px;
	color:#fff;
	margin-bottom:64px;
	text-align:center;
}
ul.vod_group_winopen {
	width:1000px;
}
ul.vod_group_winopen li {
	width:460px;
	height:unset;
	padding:0 15px 35px 15px;
	font-size:21px;
	color:#fff;
	line-height:24px;
	cursor:pointer;
}
ul.vod_group_winopen li p {
	margin-top:10px;
}

/*******************
	    슬라이드 롤링 버튼 
********************/
/*box04 수강후기 롤링*/
div.landing_container .license_landing04 .bx-wrapper .bx-prev,
div.landing_container .license_landing05 .bx-wrapper .bx-prev,
div.landing_container .license_landing06 .bx-wrapper .bx-prev,
div.landing_container .brand_land04 .bx-wrapper .bx-prev {
	left: 0px;
	background:url("../images/landing/btn_slide_landing.png") no-repeat 0px 0px;
}
div.landing_container .license_landing04 .bx-wrapper .bx-next,
div.landing_container .license_landing05 .bx-wrapper .bx-next,
div.landing_container .license_landing06 .bx-wrapper .bx-next,
div.landing_container .brand_land04 .bx-wrapper .bx-next {
	right: 0;
	background:url("../images/landing/btn_slide_landing.png") no-repeat -44px 0px;
}
div.landing_container .license_landing04 .bx-wrapper .bx-prev:hover,
div.landing_container .license_landing05 .bx-wrapper .bx-prev:hover,
div.landing_container .license_landing06 .bx-wrapper .bx-prev:hover,
div.landing_container .brand_land04 .bx-wrapper .bx-prev:hover {
	background-position: 0px -87px;
}
div.landing_container .license_landing04 .bx-wrapper .bx-next:hover,
div.landing_container .license_landing05 .bx-wrapper .bx-next:hover,
div.landing_container .license_landing06 .bx-wrapper .bx-next:hover,
div.landing_container .brand_land04 .bx-wrapper .bx-next:hover {
	background-position: -44px -87px;
}
div.landing_container .license_landing04 .bx-wrapper .bx-controls-direction a,
div.landing_container .license_landing05 .bx-wrapper .bx-controls-direction a,
div.landing_container .license_landing06 .bx-wrapper .bx-controls-direction a,
div.landing_container .brand_land04 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 65%;
	margin-top: 0px;
	outline: 0;
	width: 44px;
	height: 87px;
	text-indent: -9999px;
	z-index: 190;
}
div.landing_container .license_landing04 .bx-wrapper .bx-controls-direction a,
div.landing_container .license_landing05 .bx-wrapper .bx-controls-direction a,
div.landing_container .license_landing06 .bx-wrapper .bx-controls-direction a{
	top: 52% !important;
}
div.landing_container .license_landing05 .bx-wrapper .bx-prev,
div.landing_container .license_landing06 .bx-wrapper .bx-prev {
	background:url("../images/landing/btn_slide_landing_White.png") no-repeat 0px 0px !important;
}
div.landing_container .license_landing05 .bx-wrapper .bx-prev:hover,
div.landing_container .license_landing06 .bx-wrapper .bx-prev:hover {
	background-position: 0px -87px !important; 
}
div.landing_container .license_landing05 .bx-wrapper .bx-next,
div.landing_container .license_landing06 .bx-wrapper .bx-next {
	background:url("../images/landing/btn_slide_landing_White.png") no-repeat -44px 0px !important;
}
div.landing_container .license_landing05 .bx-wrapper .bx-next:hover,
div.landing_container .license_landing06 .bx-wrapper .bx-next:hover {
	background-position: -44px -87px !important;
}
/*box06 합격자 부분 롤링*/
div.landing_container .brand_land06 .con_w1100 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 56%;
	margin-top: 0;
	outline: 0;
	width: 44px;
	height: 87px;
	text-indent: -9999px;
	/*z-index: 9999;*/
	/* z-index: 9900; */
	z-index: 190;
}
div.landing_container .brand_land06 .con_w1100 .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
	background: url("../images/landing/btn_slide_landing_White.png") no-repeat 0 -87px;
}
div.landing_container .brand_land06 .con_w1100 .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
	background: url("../images/landing/btn_slide_landing_White.png") no-repeat -44px -87px;
}
div.landing_container .brand_land06 .con_w1100 .bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background-position: 0 0;
}
div.landing_container .brand_land06 .con_w1100 .bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: -44px 0;
}

/*******************
	통통코인 랜딩페이지 /mypage/TtCoinJoinForm.do
********************/
.ttcoin_container {
	background:#fff;
	font-family: "Noto Sans CJK KR";
	letter-spacing: -1px;
}
.ttcoin_container .con_w1100{
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.ttcoin_container .con_w1100 h4{
	text-align:center;
}
.coin_land01 {
	height:940px;
	background: url(../images/landing/ttcoin/bg_coin_mbn.jpg) no-repeat top center;
}
.coin_land01 .con_w1100 {
	padding-top:84px;
}
.coin_land02 {
	background: #fff;
}
.coin_land02 div.con_w900 {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	margin-top:120px;
}
.coin_land02 div.con_w900 p {
	float:left;
	font-size: 20px;
	font-family: "Noto Sans CJK KR";
	color: rgb(48, 53, 61);
	line-height: 1.6;
	text-align: left;
	letter-spacing:-1px;
	margin-top:60px;
}
.coin_land02 div.con_w900 img {
	float:right;
}
.coin_land03 {
	background:#fafafa;
}
.coin_land03 .con_w1100 {
	padding-top:142px;
	text-align:center;
}
.coin_land03 .coin_btn_box {
	height:234px;
	padding-top:200px;
	text-align:center;
	background: url(../images/landing/ttcoin/bg_coin_con03.png) no-repeat top center;
}
p.p_coin_text {
	font-size: 20px;
	font-family: "Noto Sans CJK KR";
	color: rgb(42, 42, 42);
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
}
.coin_land03 a.btn_wide {
	width: 458px;
	height:70px;
	border-radius:3px;
	font-size:27px;
	line-height:70px;
	font-weight: bold;
}
.coin_land03 a.btn_wide:hover {
	background:#02aaff !important;
}
.con_w900_box_left {
	float:left;
	margin-left:100px;
	text-align:left;
	font-size:20px;
	line-height:32px;
	color:#2a2a2a;
}
.con_w900_box_left strong {
	color:#c9252b;
}
.con_w900_box_left span.s_red {
	color:#c9252b;
	text-decoration:underline;
}
.con_w900_box_left em {
	border-radius: 3px;
	padding:1px 6px;
	background:#e6e6e6;
	font-size:18px;
	line-height:24px;
	margin-left:6px;
	margin-bottom:8px;
}
.con_w900_box_left span.s_blue {
	font-size:14px;
	color:#3d3092;
}
div.ttcoin_container div.box_input {
	padding-top: 70px;
	padding-bottom: 70px;
	background:#ffeb6b;
}
div.box_input div.con_w900 {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
.box_input h4 {
	font-size: 28px;
	font-family: "Noto Sans CJK KR";
	color: rgb(33, 37, 40);
	font-weight: bold;
	line-height: 1.6;
	text-align: left !important;
}
.box_input table {
	background:#02b9ff;
	border:none;
	margin-top:12px;
	border-radius:3px;
}
.box_input table th {
	background:#02b9ff;
	border:none;
	color:#fff;
	font-size:24px;
	font-weight:bold;
}
.box_input table td {
	background:#02b9ff;
	border:none;
}
.box_input table td input {
	width:95%;
	min-height:42px;
	float:left;
	background:#fff;
	border:none;
}
div.box_input a.btn_wide:hover {
	background:#bd1b1f !important;
}

/*** 20.03.18 영상 부분 ***/
.license_landing06 .video-popup.reveal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index:9
}
.license_landing06 .video-popup .video-wrapper {
  position: relative;
  width: 60%;
  padding-bottom: 35%;
  z-index: 10
}

.license_landing06 .video-popup .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.license_landing06 .video-popup.reveal .video-popup-closer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 9
} 

/*** 21.04.28 보세사 랜딩페이지 추가  landing/License5225.do ***/
.brand_land02_jumbn {
	width:100%;
	height:30px;
	background:#3f51b5;
	padding:30px 0;
}
.brand_land02_jumbn a {
	display: inline-block;
	width:33%;
	font-size:17px;
	color: #fff;
	line-height: 21px;
	text-align:center;
}
.brand_land02_jumbn a.land02_jumbn_cen {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	font-size:24px;
	line-height:28px;
}
.brand_land02_jumbn a:hover {
	color:#ff3bb7;
}
.license_landing03_5225 {
	background:url(../images/landing/bg_license_landing_top03_5225.jpg) no-repeat center top;
}


/******************************
	21.10.18 펀드투자권유대행인 랜딩페이지 추가  landing/License3804.do 
******************************/
.brand_land02_jumbn3804 {
	width:100%;
	height:30px;
	background:#ea3158;
	padding:30px 0;
}
.brand_land02_jumbn3804 a {
	display: inline-block;
	width:33%;
	font-size:17px;
	color: #fff;
	line-height: 21px;
	text-align:center;
}
.brand_land02_jumbn3804 a.land02_jumbn_cen {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	font-size:24px;
	line-height:28px;
}
.brand_land02_jumbn3804 a > span {
	color:#ace6fe;
}
.brand_land02_jumbn3804 a:hover {
	color:#d3f2ff;
}

/** 펀드투자권유대행인 04 만족도 수강후기 부분  **/
.brand04_con_box ul li.brand04_left_3804 {
	float:left;
	background: url(../images/landing/bg_brand04_left_3804.png) no-repeat top center;
}
.brand04_con_box ul li.brand04_right_3804 {
	padding-top:40px;
	float:right;
	background: url(../images/landing/bg_brand04_right_3804.png) no-repeat top center;
}

/** 펀드투자권유대행인 05 수강신청 **/
ul.ld_price_list li .prbox01_li3804 {
	width:330px;
	float:left;
	color:#ff9c98;
	font-size:24px;
	line-height:36px;
	padding-top:34px;
}
ul.ld_price_list li .prbox01_li3804 strong {
	color:#fff;
	font-size:30px;
	line-height:36px;
	font-weight:800;
}
ul.ld_price_list li .prbox01_li3804 h5{
	margin-top:16px;
	font-size:28px;
}
ul.ld_price_list li .prbox01_li3804 h5 span{
	margin:42px 0 30px 0;
	color:#fff;
	font-weight:600;
}
ul.ld_price_list li .prbox02_li3804  {
	width:585px;
	float:left;
	color:#222222;
	font-size:17px;
	line-height:24px;
	padding-top:18px;
	font-weight:500;
}
ul.ld_price_list li .prbox02_li3804 p {
	text-align:left;
}
ul.ld_price_list li .prbox02_li3804 p img {
	margin:-2px 2px 0 30px;
	width:22px;
}
ul.ld_price_list li .prbox02_li3804 h6.price_money {
	color:#979797;
	font-size:28px;
	line-height:68px;
	padding-top:28px;
	font-weight:400;
	text-align:right;
	margin-right:30px;
}
ul.ld_price_list li .prbox02_li3804 h6.price_money strong {
	color:#e21b22;
	font-size:58px;
	line-height:64px;
	font-weight:800;
}

/******************************
	21.10.18 증권투자권유대행인 랜딩페이지 추가  landing/License3805.do 
******************************/
.brand_land02_jumbn3805 {
	width:100%;
	height:30px;
	background:#fb4420;
	padding:30px 0;
}
.brand_land02_jumbn3805 a {
	display: inline-block;
	width:33%;
	font-size:17px;
	color: #fff;
	line-height: 21px;
	text-align:center;
}
.brand_land02_jumbn3805 a.land02_jumbn_cen {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	font-size:24px;
	line-height:28px;
}
.brand_land02_jumbn3805 a > span {
	color:#ffeead;
}
.brand_land02_jumbn3805 a:hover {
	color:#ffeead;
}

/** 증권투자권유대행인 04 만족도 수강후기 부분  **/
.brand04_con_box ul li.brand04_left_3805 {
	float:left;
	background: url(../images/landing/bg_brand04_left_3805.png) no-repeat top center;
}
.brand04_con_box ul li.brand04_right_3805 {
	padding-top:40px;
	float:right;
	background: url(../images/landing/bg_brand04_right_3805.png) no-repeat top center;
}

/******************************
	22.03.10 금융투자분석사 랜딩페이지 추가  landing/License3832.do 
******************************/
.brand_land02_jumbn3832 {
	width:100%;
	height:30px;
	background:#151f40;
	padding:30px 0;
}
.brand_land02_jumbn3832 a {
	display: inline-block;
	width:33%;
	font-size:17px;
	color: #fff;
	line-height: 21px;
	text-align:center;
}
.brand_land02_jumbn3832 a.land02_jumbn_cen {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	font-size:24px;
	line-height:28px;
}
.brand_land02_jumbn3832 a > span {
	color:#f6fb76;
}
.brand_land02_jumbn3832 a:hover {
	color:#f6fb76;
}

/******************************
	22.06.20 물류관리사 랜딩페이지 추가  landing/License5229.do 
******************************/
ul.vod5229 li a:hover {
	color: #ffe03a;
}
ul.vod_group_winopen.vod5229 li p {
	margin-top: 20px;
}
.license_landing05 .author {
	position: relative;
	display: inline-block;
	color: #aaa;
}
.license_landing05 .author:before,
.license_landing05 .author:after {
	content: "";
	position: absolute;
	top: 5px;
	opacity: 0.1;
	width: 50px;
	height: 50px;
	clear: both;
}
.license_landing05 .author:before {
	background: url(../images/landing/book_license5229_iconL.png) no-repeat top center;
	left: -40px;
}
.license_landing05 .author:after {
	background: url(../images/landing/book_license5229_iconR.png) no-repeat top center;
	right: -40px;
}
.license_landing05 .author span {
	float: right;
}
div.landing_container .license_landing05 .bxslider5229 .bx-wrapper .bx-controls-direction a {
	transform: translateY(40%) !important;
}

/******************************
	22.09.30 CFP 랜딩페이지 추가  landing/License5014.do
******************************/
.teacher_bds_5014 {
	width: 450px;
	height: 500px;
	letter-spacing: -0.05em;
	padding: 40px 50px;
	box-sizing: border-box;
	border-top: 6px solid #262b3c;
	border-bottom: 6px solid #262b3c;
	position: relative;
}
.teacher_bds_5014:before {
	content: '';
	position: absolute;
	top: -6px;
	right: 0;
	width: 50px;
	height: 6px;
	background: #ecc81a;
}
.popupVideo .vd_thum {
	position: relative;
	display: inline-block;
	width: 476px;
	height: 260px;
	background: #000;
	overflow: hidden;
	border: 1px solid #121212;
}
.popupVideo .vd_thum img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	opacity: 0.4;
	transition: 0.3s;
}
.popupVideo .vd_btn {
	position: relative;
	display: block;
	width: 350px;
	height: 50px;
	line-height: 50px;
	background: #121212;
	font-size: 19px;
	color: #fff;
	letter-spacing: -0.05em;
	border-radius: 50px;
	margin: 0 auto;
}
.popupVideo .vd_btn:before {
	content: '▶';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #f42b1d;
	color: #fff;
	font-size: 17px;
	box-shadow: 0 1px 1px 0 rgba(18, 18, 18, 0.5);
	transition: 0.3s;
}
.popupVideo ul li:hover .vd_thum img {
	opacity: 1;
}
.popupVideo ul li:hover .vd_btn:before {
	color: #f42b1d;
	background: #fff;
	font-size: 20px;
}
div.landing_container .license_landing05 .bxslider5014 .bx-wrapper .bx-controls-direction a {
	top: 58% !important;
}
div.landing_container .brand_land04 .brand04_con_box.landing5014 .bx-wrapper .bx-controls-direction a {
	top: 55% !important;
}
/** 강의리스트 바로가기 스타일3 ld_price_list03 **/
.ld_price_list03 .prbox {
	background: url(../images/landing/license_landing_ld_price_list03_bg.png) no-repeat top center;
	position: relative;
	height: 300px;
}
.ld_price_list03 .prbox .label_num {
	background: url(../images/landing/license_landing_ld_price_list03_icon_label.png) no-repeat center center;
	position: absolute;
	left: -10px;
	top: -10px;
	width: 126px;
	height: 95px;
}
.ld_price_list03 .prbox .label_num span {
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	display: inline-block;
	transform: translate(-20px,25px) rotate(-20deg);
}
.ld_price_list03 .prbox .con_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ld_price_list03 .prbox .con_wrap > div {
	height: 250px;
	box-sizing: border-box;
}
.ld_price_list03 .prbox .con_wrap .con_tit {
	width: 300px;
	padding: 50px;
}
.ld_price_list03 .prbox .con_wrap .con_tit h4 {
	font-size: 42px;
	font-weight: 800;
	line-height: 1.1;
	color: #fff046;
}
.ld_price_list03 .prbox .con_wrap .con_tit ul li {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -0.025em;
}
.ld_price_list03 .prbox .con_wrap .con_tit ul li:before {
	content: '*';
	color: #fff046;
}
.ld_price_list03 .prbox .con_wrap .con_txt {
	width: 800px;
	padding: 50px 50px 50px 40px;
}
.ld_price_list03 .prbox .con_wrap .con_txt > div {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.ld_price_list03 .prbox .con_wrap .con_txt > div ul li {
	font-size: 18px;
	color: #555;
	letter-spacing: -0.025em;
}
.ld_price_list03 .prbox .con_wrap .con_txt > div ul li > b {
	color: #222;
}
.ld_price_list03 .prbox .con_wrap .con_txt > div > b {
	font-size: 50px;
	letter-spacing: -0.05em;
}
.ld_price_list03 .prbox .con_wrap .con_txt > div > b > span {
	font-size: 30px;
	font-weight: 400;
}
.ld_price_list03 .prbox .con_wrap .con_txt a {
	display: block;
	margin: 0 auto;
	width: 600px;
	height: 56px;
	line-height: 56px;
	border-radius: 10px;
	background: linear-gradient(90deg, #fcff0e, #eabf1c);
	font-size: 28px;
	font-weight: 800;
	color: #222;
}
.ld_price_list03 .prbox .con_wrap .con_txt a em {
	display: inline-block;
	transition: 0.5s;
}
.ld_price_list03 .prbox .con_wrap .con_txt a em img {
	vertical-align: unset;
}
.ld_price_list03 .prbox .con_wrap .con_txt a:hover em {
	transform: translateX(50px);
	opacity: 0;
}
/** //강의리스트 바로가기 스타일3 ld_price_list03 끝 **/
.bt_fix_warp.bt_fix5014 {
	height: 100px;
	padding-top: 0;
	background: linear-gradient(90deg, #eabb4f, #c1ab78, #eabb4f); 
}
.bt_fix_warp.bt_fix5014 .bt_fix_box {
	height: inherit;
	overflow: unset !important;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.bt_fix_warp.bt_fix5014 .bt_fix_box > img {
	position: absolute;
	bottom: 12px;
	left: 0;
}
.bt_fix_warp.bt_fix5014 .bt_fix_box a {
	margin-top: 0;
	width: 150px;
	height: inherit;
	position: relative;
	overflow: hidden;
}
.bt_fix_warp.bt_fix5014 .bt_fix_box a img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/******************************
	22.11.11 재무위험관리사 랜딩페이지 추가  landing/License3836.do
******************************/
#landing3836 .bland_land02_con {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
#landing3836 .bland_land02_con > div {
	display: inline-block;
	background: url(../images/landing/brand_landing02_01_3836.png) no-repeat center left;
	width: 50%;
	height: 560px;
}
#landing3836 .bland_land02_con > img {
	display: inline-block;
}
#landing3836 .popupVideo { position: relative; }
#landing3836 .popupVideo .vd_btn {
	position: absolute;
	top: 280px;
	left: 340px;
	display: inline-block;
	width: 50px;
	background: none;
}
#landing3836 .popupVideo .vd_btn:hover:before {
	color: #f42b1d;
	background: #fff;
	font-size: 20px;
}
#landing3836 .bland_land03 > p {
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	letter-spacing: -0.05em;
	display: inline-block;
	position: relative;
}
#landing3836 .bland_land03 > p:before, #landing3836 .bland_land03 > p:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 65px;
	height: 2px;
	background: #e0c098;
}
#landing3836 .bland_land03 > p:before { left: -80px; }
#landing3836 .bland_land03 > p:after { right: -80px; }
#landing3836 .bland_land03 > div {
	display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 135px;
}
#landing3836 .ld_price_list03 .prbox .con_wrap .con_txt {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
#landing3836 .ld_price_list03 .prbox .con_wrap .con_txt > div {
	display: inline-block;
}
#landing3836 .ld_price_list03 .prbox .con_wrap .con_txt a {
	display: inline-block;
	width: 100%;
}
#landing3836 .ld_price_list03 .prbox .con_wrap .con_txt > div:nth-child(2) b.red {
	position: relative;
}
#landing3836 .ld_price_list03 .prbox .con_wrap .con_txt > div:nth-child(2) b.red:before,
#landing3836 .ld_price_list03 .prbox .con_wrap .con_txt > div:nth-child(2) b.red:after {
	content: '';
	position: absolute;
	height: 2px;
	background: #e43e3e;
}
#landing3836 .ld_price_list03 .prbox .con_wrap .con_txt > div:nth-child(2) b.red:before {
	top: 55%;
	left: 0;
	width: 90px;
}
#landing3836 .ld_price_list03 .prbox .con_wrap .con_txt > div:nth-child(2) b.red:after {
	top: 45%;
	left: 74px;
	transform: rotate(45deg);
	width: 20px;
}
.bt_fix_warp.bt_fix3836 {
	background: url('../images/landing/landing_btfix_bg_3836.png') no-repeat center center, linear-gradient(90deg, #ff357c 50%, #0c1021 50%);
	height: 100px;
	box-sizing: border-box;
	padding-top: 5px;
}
.bt_fix_warp.bt_fix3836 .bt_fix_box {
	width: 1100px;
	margin: 0 auto;
}
.bt_fix_warp.bt_fix3836 .bt_fix_box > a {
	display: inline-block;
	width: 260px;
	height: 60px;
	background: url('../images/landing/landing_btfix_btn_3836.png') no-repeat center center;
	margin-top: 15px;
}
/******************************
	22.12.28 전산세무회계 랜딩페이지 추가  landing/License5116.do, License5117.do
******************************/
#landing5116 .landing_wrap.warming {
	position: relative;
	height: 855px;
	background:#fff;
}
#landing5116 .landing_wrap.warming:before {
	content: '';
	position: absolute;
	right: 0; 
	bottom: 0;
	background: #ff480f;
	height: 90px;
	width: 40%;
	z-index: 1;
}
#landing5116 .landing_wrap.warming .con_w1100 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
#landing5116 .teacher_bds_5014:before {
	background: red;
}
.bt_fix_warp.bt_fix5116 {
	padding-top: 0;
	height: 100px;
}
.bt_fix_warp.bt_fix5116 .con_w1100 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: inherit;
}

/******************************
	23.07.26 원산지관리사 랜딩페이지 추가
******************************/

/* 시간 카운트다운 */

/* 230802 수정
.time_countdown {
    width: 650px;
} */

#landing5223 .license_box03 ul li {
    background: #fa8532;
}
#landing5223 .license_box03 ul li.tab_on, #landing5223 .license_box03 ul li:hover {
    color: #fa8532;
	background-color: #fff;
}
#landing5223 .license_box03 h6 {
    background: url(../images/landing/circle_or.png) no-repeat left 8px;
}

/* 토마토패스 강사 소개  */
#landing5223 .teacher_bds_5014 {
    width: 460px;
    height: 560px;
    letter-spacing: -0.05em;
    padding: 42px 0 0 50px;
    box-sizing: border-box;
    border-top: 6px solid #fa8532;
    border-bottom: 6px solid #fa8532;
    position: relative;
}
#landing5223 .teacher_bds_5014:before {
    display: none;
}

/* 토마토패스 샘플강의  */
#landing5223 .ld_price_list03 .prbox {
	background: url(../images/landing/license_landing_ld_price_list03_bg_5223.png) no-repeat top center;
	position: relative;
	height: 300px;
}

#landing5223 .license06_con_box ul {
	height:750px;
}
#landing5223 .license06_con_box ul li {
	height:750px;
}

#landing5223 .popupVideo .vd_thum {
    position: relative;
    display: inline-block;
    width: 960px;
    height: 540px;
    background: #000;
    overflow: hidden;
    border: 1px solid #121212;
}

/* 토마토패스 합격 옵션 선택  */
#landing5223 .ld_price_list03 .prbox{
    height: 401px;
}
#landing5223 .ld_price_list03 .prbox_02{
    height: 401 px;
	background: url(../images/landing/license_landing_ld_price_list03_bg02.png) no-repeat top center;
}
#landing5223 .ld_price_list03 .prbox .con_wrap .con_tit{
	width: 344px;
	height: 360px;
    padding: 58px 0 0 63px;
}
#landing5223 .ld_price_list03 .prbox .con_wrap .con_tit h4 img{
	display: block;
}
#landing5223 .ld_price_list03 .prbox .con_wrap .con_tit h4 .con_tit_img02{
	margin-top: 30px;
}
#landing5223 .ld_price_list03 .prbox .con_wrap .con_tit ul li {
    font-size: 19px;
    color: #000;
}
#landing5223 .ld_price_list03 .prbox .con_wrap .con_tit ul li:before {
	content:none;
}
#landing5223 .ld_price_list03 .prbox .con_wrap .con_tit ul li img{
	padding-right: 8px;
}
#landing5223 .ld_price_list03 .prbox .con_wrap .con_tit ul li .c_ch{
	padding-left: 7px;
}
#landing5223 .ld_price_list03 .prbox .con_wrap .con_txt {
    width: 762px;
    padding: 0px 70px 50px 50px;
}
#landing5223 .ld_price_list03 .prbox .con_wrap .con_txt a {
    display: block;
    margin: 0 auto;
    width: 640px;
    height: 61px;
    line-height: 61px;
    border-radius: none;
    background: none;
}
#landing5223 .license_box03 div.landing_tab3 {
    height: auto;
}

/* bx 슬라이더 */
#landing5223 div.landing_container .license_landing04 .bx-wrapper .bx-next,
#landing5223 div.landing_container .license_landing05 .bx-wrapper .bx-next,
#landing5223 div.landing_container .license_landing06 .bx-wrapper .bx-next,
#landing5223 div.landing_container .brand_land04 .bx-wrapper .bx-next {
    background: url(../images/landing/btn_slide_landing.png) no-repeat -40px 0px;
}

#landing5223 div.landing_container .license_landing04 .bx-wrapper .bx-controls-direction a,
#landing5223 div.landing_container .license_landing05 .bx-wrapper .bx-controls-direction a,
#landing5223 div.landing_container .license_landing06 .bx-wrapper .bx-controls-direction a,
#landing5223 div.landing_container .brand_land04 .bx-wrapper .bx-controls-direction a {
    width: 40px;
}

#landing5223 .brand04_con_box .float_r {
    position: absolute;
    right: 30px;
    bottom: 60px;
}
#landing5223 div.landing_container .brand_land06 .con_w1100 .bx-wrapper .bx-controls-direction a.bx-prev{
	background: url(../images/landing/btn_slide_landing_White.png) no-repeat 4px 0;
}
/* 하단 fixed */
.bt_fix_warp.bt_fix5223 {
	height: 100px;
    padding-top: 0;
    background: #ffce49;
}
.bt_fix_warp.bt_fix5223 .bt_fix_box {
	height: inherit;
    overflow: unset !important;
    position: relative;
    margin: 0 auto;
    width: 1108px;
}
.bt_fix_warp.bt_fix5223 .bt_fix_box > img {
	position: absolute;
    left: 0;
    bottom: 0;
}
.bt_fix_warp.bt_fix5223 .bt_fix_box a {
    margin-top: 0;
    width: 150px;
    height: inherit;
    position: relative;
    overflow: hidden;
}
.bt_fix_warp.bt_fix5223 .bt_fix_box a img{
    position: absolute;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
}

/* 230809 추가 */
#landing5223 .landing_wrap img {
	 width:100%;
}
#landing5223 .landing_wrap .license_landing_top01_bf5014 > img {
	width: 45%;
	margin: 2% 0;
}
#landing5223 .review_box .int_b img {
	width: 30%;
}

/******************************
	23.09.15 공인중개사 랜딩페이지 추가 License5326
******************************/

/* bx 슬라이더 전체 수정*/
div.landing_container .license_landing04 .bx-wrapper .bx-next,
div.landing_container .license_landing05 .bx-wrapper .bx-next,
div.landing_container .license_landing06 .bx-wrapper .bx-next,
div.landing_container .brand_land04 .bx-wrapper .bx-next {
    background: url(../images/landing/btn_slide_landing.png) no-repeat -40px 0px;
}

div.landing_container .license_landing04 .bx-wrapper .bx-controls-direction a,
div.landing_container .license_landing05 .bx-wrapper .bx-controls-direction a,
div.landing_container .license_landing06 .bx-wrapper .bx-controls-direction a,
div.landing_container .brand_land04 .bx-wrapper .bx-controls-direction a {
    width: 40px;
}

.brand04_con_box .float_r {
    position: absolute;
    right: 30px;
    bottom: 60px;
}
div.landing_container .brand_land06 .con_w1100 .bx-wrapper .bx-controls-direction a.bx-prev{
	background: url(../images/landing/btn_slide_landing_White.png) no-repeat 4px 0;
}
div.landing_container .brand_land06 .con_w1100 .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position: 4px 0;
}

/* 06 강사 소개 */
#landing5326 .license_landing04_bxslider li{width:870px; height:unset; float:none; display:flex; justify-content:center;text-align: left;}

#landing5326 div.landing_container .license_landing04 .bx-wrapper .bx-controls-direction a,
#landing5326 div.landing_container .brand_land04 .bx-wrapper .bx-controls-direction a {
    background: url(../images/landing/btn_slide_blue_5326.png) no-repeat;
}
#landing5326 div.landing_container .license_landing04 .bx-wrapper .bx-controls-direction a:hover,
#landing5326 div.landing_container .brand_land04 .bx-wrapper .bx-controls-direction a:hover {
    background: url(../images/landing/btn_slide_blue_5326.png) no-repeat;
}

#landing5326 div.landing_container .license_landing04 .bx-wrapper .bx-controls-direction a.bx-prev,
#landing5326 div.landing_container .brand_land04 .bx-wrapper .bx-controls-direction a.bx-prev{
    background: url(../images/landing/btn_slide_blue_5326.png) no-repeat;
	rotate: 180deg;
}

/* 07 샘플강의 */
#landing5326 .license_landing06{
    background: url(../images/landing/bg_sample_5326.jpg) no-repeat center top;
	background-size: cover;
}
#landing5326 .license_landing06 h5{padding:90px 0 0;}
#landing5326 .license_landing06 .con_w1100 {
    padding: 0;
    text-align: center;
    position: relative;
}

#landing5326 div.landing_container .license_landing06 .bx-wrapper .bx-controls-direction a {
    background: url(../images/landing/btn_slide_white_5326.png) no-repeat !important;
}
#landing5326 div.landing_container .license_landing06 .bx-wrapper .bx-controls-direction a:hover {
    background: url(../images/landing/btn_slide_white_5326.png) no-repeat !important;
}

#landing5326 div.landing_container .license_landing06 .bx-wrapper .bx-controls-direction a.bx-prev{
    background: url(../images/landing/btn_slide_white_5326.png) no-repeat !important;
	rotate: 180deg;
}

#landing5326 div.landing_container .license_landing04 .bx-wrapper .bx-controls-direction a{top:58% !important}
#landing5326 div.landing_container .license_landing05 .bx-wrapper .bx-controls-direction a{top:60% !important}
#landing5326 div.landing_container .license_landing06 .bx-wrapper .bx-controls-direction a{top:36% !important}

/* 08 공인중개사 시험소개 */
#landing5326 .license_landing03_5326 {
    background: url(../images/landing/bg_license_landing_top03_5326.jpg) no-repeat center top;
}

.license_box03 ul li {
    width: 366px;
    height: 68px;
    float: left;
    margin-left: 1px;
    background: #1b8af2;
    cursor: pointer;
	color: #05345e;
	border-bottom: 1px solid #fff;
}

#landing5326 .license_box03 ul li.tab_on,
#landing5326 .license_box03 ul li:hover {
    background: #fff;
    color: #05345e;
}

#landing5326 .license_box03 .step_ove_con {
    width: 1000px;
    margin: 0 auto;
    padding-top: 88px;
    padding-bottom: 80px;
}

#landing5326 .license_box03 div.landing_tab3 {
    width: 1040px;
	height: auto;
    overflow: auto;
    margin-bottom: 86px;
    padding-bottom: 0;
}

#landing5326 .license_box03 h6 {
    background: url(../images/landing/license_landing_top03_icon_5326.png) no-repeat left 8px;
    padding-left: 20px;
    color: #222222;
    font-size: 27px;
    line-height: 32px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
}

#landing5326 .tit_col{background-color: #eaf5ff !important;}

/* 09 토마토패스 교재소개 */
#landing5326 .onebook_5326{padding-left: 70px;}
#landing5326 div.landing_container .license_landing05 .bx-wrapper .bx-controls-direction a {
    background: url(../images/landing/btn_slide_dblue_5326.png) no-repeat !important;
}
#landing5326 div.landing_container .license_landing05 .bx-wrapper .bx-controls-direction a:hover {
    background: url(../images/landing/btn_slide_dblue_5326.png) no-repeat !important;
}

#landing5326 div.landing_container .license_landing05 .bx-wrapper .bx-controls-direction a.bx-prev{
    background: url(../images/landing/btn_slide_dblue_5326.png) no-repeat !important;
	rotate: 180deg;
}

/* 10 토마토패스 수강후기 선택 */
#landing5326 .brand_land04 {
    padding-bottom: 100px;
    background: #eee9ee url(../images/landing/bg_brand04_5326.jpg) no-repeat top center;
}

/* 11 토마토패스 합격옵션 선택 */
#landing5326 .ld_class_5326{background: url(../images/landing/bg_license_landing_class_5326.jpg) no-repeat top center;padding: 30px 0 80px;}
#landing5326 .ld_class_5326 .prbox{background: url(../images/landing/license_landing_ld_price_list03_bg_5326.png) no-repeat top center;
	position: relative;
	height: 649px;
}
#landing5326 .ld_class_5326 .ld_price_list03 .prbox .con_wrap .con_txt{
	margin: 439px auto 0;
}
#landing5326 .ld_class_5326 .ld_price_list03 .prbox .con_wrap .con_txt a {
    display: block;
    margin: 0 auto;
    width: 800px;
    height: 66px;
    line-height: 66px;
    border-radius: none;
    background: none;
}

/* 하단 fixed */
.bt_fix_warp.bt_fix5326 {
	height: 100px;
    padding-top: 0;
    background: #00ff5a;
}
.bt_fix_warp.bt_fix5326 .bt_fix_box {
	height: inherit;
    overflow: unset !important;
    position: relative;
    margin: 0 auto;
    width: 1040px;
}
.bt_fix_warp.bt_fix5326 .bt_fix_box > img {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bt_fix_warp.bt_fix5326 .bt_fix_box a {
    margin-top: 0;
    width: 115px;
    height: inherit;
    position: relative;
    overflow: hidden;
}
.bt_fix_warp.bt_fix5326 .bt_fix_box a img{
    position: absolute;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
}

/* 230919 추가 */
#landing5326 .ld_class_5326 .prbox:last-child{background: url(../images/landing/license_landing_ld_price_list03_02_bg_5326.png) no-repeat top center;
	position: relative;
	height: 649px;
}
#landing5326 .ld_price_list03 .prbox:last-child .con_wrap .con_txt {
    width: 800px;
    padding: 0 50px 50px 40px;
}