@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,500;1,700;1,900&display=swap');
/* font-family: 'Roboto', sans-serif; */



/* ====== intro_lession Common S ====== */

.margin_pc {
	margin-bottom: 48px;


	margin-top: 48px;
}

.margin_pc_24 {
	margin-bottom: 24px;
	margin-top: 24px;
}

.margin_t22 {
	margin-top: 22px;
}

.margin_t10 {
	margin-top: 10px;
}

.margin_t12 {
	margin-top: 12px;
}

.margin_t16 {
	margin-top: 16px;
}

.margin_t24 {
	margin-top: 24px;
}

.margin_t48 {
	margin-top: 48px;
}

.margin_bt4 {
	margin-bottom: 4px;
}

.margin_bt2 {
	margin-bottom: 2px;
}

.margin_bt8 {
	margin-bottom: 8px;
}

.margin_bt10 {
	margin-bottom: 10px;
}

.margin_bt24 {
	margin-bottom: 24px;
}

.margin_bt27 {
	margin-bottom: 27px;
}

.padding_10 {
	padding: 10px;
}

.padding_10_12 {
	padding: 10px 0 12px;
}

.padding_16 {
	padding: 16px;
}

.cont_box_wrap {
	overflow: hidden;
}

.cont_box {
	margin-top: 48px;
}

.first_cont_box {
	margin-top: 24px;
}

.cont_box_t24 {
	margin-top: 24px;
}

.cont_box_t40 {
	margin-top: 40px;
}

.margin_t_none {
	margin-top: 0;
}

#lession_ .lession_wrap {
	width: 100%;
	justify-content: space-between;
}

.tit_small {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	letter-spacing: -0.4px;
	display: flex;
	align-items: center;
}

.tit_small.bg_ {
	background-color: #F9F9F9;
}

.tit_small.tit_small_bt24 {
	margin-bottom: 24px;
}

.tit_small.flex_area {
	align-items: center;
}

.tit_small .numb_ {
	padding-top: 1px;
}

.tit_small .txt_ {
	margin-left: 4px;
}

.tit_small .chk_ico {
	margin-right: 8px;
	margin-top: 2px;
}

.tit_small .slash {
	display: inline-block;
	font-size: 10px;
	font-weight: 300;
	color: rgba(69, 73, 90, 1);
	padding: 1px 3px 0;
}

.color_green {
	color: #089981;
}

.color_blue {
	color: #0f4a84;
}

.color_red {
	color: #ff3b30;
}

.bg_color_F9 {
	background-color: #F9F9F9;
}

/* ====== intro_lession Common E ====== */








.lession_navi {
	width: 254px;
	width: auto;
	margin-right: 32px;
	flex-shrink: 0;
}

.navi_list_container {
	border-top: 1px solid rgba(244, 244, 244, 1);
}

.list_module_wp {}

.list_module_wp .list_module {}

.list_module:not(.active) {
	border-bottom: 1px solid #F4F4F4;
}

.list_menu_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 0;
	cursor: pointer;
}

.list_menu_header>h3 {
	font-size: 15px;
	font-weight: 300;
	color: #45495A;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.1s;
}

.list_menu_header:hover h3 {
	/* font-weight: 700; */
	color: #3870FF;
}

.list_menu_header:hover .arrow_icon {
	background-image: url('../img/01_common/chevron-right-blue.svg');
}

.list_menu_header>h3 .ft_italic {
	font-weight: 300;
	font-style: italic;
}

.list_menu_header>h3 .ft_weight {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin: 0 2px 0 3px;
	font-weight: 400;
	color: #45495A;
	opacity: 0.5;
	margin-top: 3px;
}

.list_menu_header:hover>h3 .ft_weight {
	color: #3870FF;
}

.list_module.active .list_menu_header>h3 .ft_weight {
	color: #3870FF;
}

.list_menu_header .arrow_icon {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('../img/01_common/chevron-right-grey.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 3px;
	margin-left: 60px;
}

.list_module.active .list_menu_header>h3 {
	font-weight: 700;
	color: #3870FF;
}

.list_module.active .list_menu_header .arrow_icon {
	background-image: url('../img/01_common/chevron-right-blue.svg');
}

.lession_menu {
	padding: 0 10px;
	background-color: #F9F9F9;
}

.menu_item {
	/* padding: 7px 16px; */
	padding: 7px 0;
	transition: all 0.1s ease;
}

.menu_item>a {
	display: inline-block;
	position: relative;
	height: 24px;
}

.menu_item>a.active::after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #9497A0;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
}

.menu_item>a::after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.menu_item>a:hover::after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #9497A0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.menu_item>a {
	font-weight: 400;
}

.menu_item>a.active span {
	font-weight: 400;
}

.menu_item>a span {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: -0.4px;
	color: #273243;
	font-family: 'Roboto', sans-serif;
}

.menu_item>a .item_numb {
	display: inline-block;
	width: 15px;
	font-style: italic;
}

/* lession_cont_wrap */
.lession_cont_wrap {
	width: 100%;
	width: 896px;
}

.lession_cont_banner {
	width: 100%;
	margin-bottom: 48px;
}

.lession_cont_banner.mo_ver {
	display: none;
}

.lession_cont_banner a {
	display: block;
}

.lession_cont_banner a>img {
	width: 100%;
}

.lession_cont .title_area {
	padding-bottom: 12px;
}

.lession_cont .title_area.padding_bt_none {
	padding-bottom: 0;
}

.lession_cont .title_area.small_ {
	padding: 7px 16px 8px;
}

.lession_cont .border_bottom {
	border-bottom: 1px solid #E4E5E7;
}

.lession_cont .bg_blue {
	background-color: #3870FF;
}

.title_area .title_14 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.title_area .title_18 {
	display: flex;
	align-items: center;
	padding-bottom: 0;
}

.title_area .tit_txt.padding_bt_none {
	padding-bottom: 0;
	display: inline-block;
}


.title_area .tit_num {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	width: 21px;
	flex-shrink: 0;
	padding-top: 2px;
}

.title_area .tit_num2 {
	width: 32px;
}

.title_area .tit_txt {
	/* padding-bottom: 4px; */
}

.lession_cont .cont_img_box_inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 48px;
	padding: 8px;
	border: 1px solid #FFCC00;
	margin: 0 auto;
}

.lession_cont .cont_img_box_inner.center_ {
	margin: 0;
}

.lession_cont .cont_img_box .equal {
	margin: 0 8px;
}

.lession_cont .summary {}

.lession_cont .margin_t {
	margin-top: 24px;
}

.lession_cont p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #273243;
}

.lession_cont p.padding_7 {
	padding: 7px 16px 8px;
}

.lession_cont p>b {
	font-weight: 500;
}

.lession_cont .img_boxs {
	display: flex;
	width: 100%;
}

.lession_cont .img_box {
	margin-top: 24px;
}

.lession_cont .img_box>img {
	margin: 0 auto;
}

.lession_cont .img_box_left:not(:last-child) {
	margin-right: 16px;
}

.lession_cont .img_box_left>img {
	margin: 0;
}



/* ====== table css ====== */
.summary_table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	margin-top: 24px;
	table-layout: auto;
	word-break: keep-all;
}

.summary_table.margin_t16 {
	margin-top: 16px;
}

.summary_table tr {
	background-color: #f4f4f4;
	border-bottom: 10px solid #fff;
}

.summary_table tr:last-child {
	border-bottom: none;
}

.summary_table td,
.summary_table th {
	font-size: 14px;
	text-align: left;
	letter-spacing: -0.4px;
}

.summary_table td {
	/* width: 100%; */
	height: 100%;
	font-weight: 300;
	word-break: keep-all;
}

.summary_table td:first-child {
	width: auto;
	color: #273243;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	padding: 10px 0px 12px 16px;
	flex-shrink: 0;
	word-break: keep-all;
}

.summary_table td.font_w_type {
	font-weight: 300;
}

.summary_table td:last-child {
	padding: 10px 10px 12px 12px;
}

.summary_table .bold_ {
	font-family: 'Roboto';
	font-weight: 500;
}

.summary_table .bold_400 {
	font-weight: 400;
}

.summary_table .bold_.margin_right {
	margin-right: 16px;
}

.summary_table .bold_.margin_left {
	margin-left: 16px;
}

.summary_table .bar_ {
	font-family: 'Roboto';
	font-weight: 300;
	color: #273243;
}

.summary_table th {
	color: #273243;
	font-weight: 500;
}

.summary_table.re_table td {
	text-align: center;
}

.summary_table.re_table td:first-child {
	font-weight: 300;
}

.summary_table td i {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 8px;
}

.summary_table td i.xi-check {
	color: #3870FF;
}

.summary_table td i.xi-close {
	color: #FF3B30;
}

.summary_table tr:last-child td {
	border-bottom: 1px solid #F9F9F9;
}

.inline_area>* {
	vertical-align: middle;
}

.summary_table.exness td {
	font-weight: 300;
}

.summary_table.exness tr:first-child td {
	font-weight: 500;
}

.summary_table .chk_ico {
	margin-top: 2px;
	margin-right: 8px;
}


.summary_tableB {
	text-align: center;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	width: 100%;
}

.summary_tableB th {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	line-height: 2;
}

.summary_tableB td {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	line-height: 2;
}


/* time_table */
.time_table {
	width: 100%;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}

.time_table li {
	display: flex;
	align-items: center;
}

.time_table li:not(:last-child) {
	border-bottom: 1px solid #F4F4F4;
}

.time_table p:first-child {
	width: 180px;
	border-right: 1px solid #F4F4F4;
	flex-shrink: 0;
}

.time_table p:last-child {
	font-family: 'Roboto';
	width: 764px;
	padding: 0 16px;
}

.time_table p {
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	color: #273243;
	letter-spacing: -0.4px;
	padding: 11px 0;
}

.time_table p.tit_bold {
	font-weight: 500;
	font-style: normal;
	font-family: 'Noto Sans KR';

}

.time_table .slash_bar {
	font-size: 11px;
	font-weight: 300;
	letter-spacing: -0.4px;
	padding: 0 2px;
}


.table_ul {}

.table_ul li {
	display: flex;
	align-items: center;
	background-color: #F9F9F9;
	padding: 0 16px;
}

.table_ul li p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.4px;
	color: #273243;
	padding: 10px 0;
}

.table_ul li p:first-child {
	width: 155px;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-right: 12px;
}

.table_ul li p.style_b {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}

.table_ul li p.bold_:first-child {
	font-weight: 700;
}

.table_ul li p.first_p {
	width: 100% !important;
	margin-right: 0;
}

.table_ul li p .chk_ico {
	margin-right: 8px;
}

.table_ul li p .chk_ico>img {}

.table_ul li .slash_ {
	font-size: 15px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	padding: 0 2px;
}

.chart_ul {
	display: table;
	width: 100%;
}

.chart_ul .tb_row {
	display: table-row;
}

.chart_ul .tb_row.tb_tit_area {
	background-color: #f4f4f4;
}

/* .chart_ul li:not(.tb_tit_area) {
	border-bottom: 1px solid #E4E5E7;
} */

.chart_ul .tb_row.tb_tit_area div:not(:last-child) {
	border-right: 1px solid #E4E5E7;
}

.chart_ul .tb_row div:not(.tb_tit_area div) {
	border-bottom: 1px solid #E4E5E7;
}

.chart_ul .tb_row.tb_tit_area p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.4px;
	text-align: center;
	color: #273243;
	padding: 12px 10px;
}

.chart_ul .tb_cell {
	display: table-cell;
}

.chart_ul .tb_cell p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.4px;
	padding: 11px 0 15px;
	text-align: center;
}

.chart_ul .tb_cell p.bold_ {
	font-weight: 700;
	text-align: left;
}









/* ===== 개별설정 S ===== */

/* 1-1 페이지 */
.lession_1_1 .summary_table td:last-child {
	width: 89%;
}

/* 1-2 페이지 */
.lession_1_2 .summary_table td:last-child {
	width: 78%;
}

/* 1-4 페이지 */
.lession_1_4 .summary_table {
	margin-top: 8px;
}

.lession_1_4 .summary_table td:last-child {
	width: 80%;
}

/* 1-5 페이지 */
.lession_1_5 .summary_table td:last-child {
	width: 86%;
}

/* 2-1 페이지 */
.lession_2_1 .cont_box>figure>img {
	width: 100%;
}

/* 2-2페이지 */
.lession_2_2 .tit_small.margin_bt8 {
	margin-bottom: 8px;
}

/* 2-3페이지 */
.lession_2_3 .lession_cont p.color_red {
	color: #ff3b30;
}

/* 2-4페이지 */
.lession_2_4 .tit_small.margin_bt8 {
	margin-bottom: 8px;
}

.lession_2_4 .lession_cont .img_area {
	display: flex;
	align-items: center;
}

.lession_2_4 .lession_cont .arrow_icon {
	margin: 0 16px;
}

/* 2-5페이지 */
.lession_2_5 .img_area {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lession_2_5 .img_area figure {
	width: 652px;
	margin-bottom: 24px;
}

.lession_2_5 .img_area figure>img {
	margin: 0 auto;
}

.lession_2_5 .img_area figure:last-child {
	margin-bottom: 0;
}

.lession_2_5 .img_area p {
	width: 652px;
	text-align: center;
	margin-bottom: 8px;
}

.lession_2_5 .tit_small.margin_bt8 {
	margin-bottom: 8px;
}

/* 2-6페이지 */
.lession_2_6 .summary_table td {
	width: 86%;
}

/* 3-1페이지 */
.lession_3_1 .lession_cont p.color_red {
	color: #FF3B30;
}

/* 5-2페이지 */
.lession_5_2 .img_area {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lession_5_2 .img_group {
	display: flex;
	flex-direction: column;
}

.lession_5_2 .arrow_icon {
	margin: 0 24px;
}

.lession_5_2 .img_group figure:not(:last-child) {
	margin-bottom: 8px;
}

.lession_5_2 .img_area2 figure:not(:last-child) {
	margin-right: 24px;
}

/* 5-3페이지 */
.lession_5_3 .img_area figure:not(:last-child) {
	margin-right: 24px;
}

.lession_5_3 .img_area {
	align-items: center;
}

/* 5-6페이지 */
.lession_5_6 .img_area {
	flex-direction: column;
}

.lession_5_6 .img_area figure:not(:last-child) {
	margin-bottom: 24px;
}

/* 6-2페이지 */
.lession_6_2 .summary_table td {
	width: 84%;
}

.lession_6_3 .summary_table td:last-child {
	width: 80%;
}

.lession_6_3 .first_tr td:last-child {
	width: 100%;
}

/* 6-5페이지 */
.lession_6_5 .table_ul li p:first-child {
	width: 72px;
}

/* 6-8페이지 */

.lession_6_8 .img_area {
	flex-direction: column;
}

.lession_6_8 .img_group {
	display: flex;
}

.lession_6_8 .img_group:not(:last-child) {
	margin-bottom: 24px;
}

.lession_6_8 .img_group figure:not(:last-child) {
	margin-right: 24px;
}

/* 6-9페이지 */

.lession_6_9 .table_ul li {}

.lession_6_9 .table_ul li p {
	font-size: 15px;
}

.lession_6_9 .table_ul li p {
	padding: 8px 0;
}

.lession_6_9 .table_ul li p:first-child {
	width: auto;
	margin-right: 0;
}

.lession_6_9 .table_ul li p.style_b {
	padding: 9px 0 8px;
}

.lession_6_9 .img_area {
	flex-wrap: wrap;
	justify-content: space-between;
}

.lession_6_9 .img_area figure {
	width: calc(100%/2 - 12px);
	margin-bottom: 24px;
}

.lession_6_9 .img_area figure:nth-last-child(1),
.lession_6_9 .img_area figure:nth-last-child(2) {
	margin-bottom: 0;
}

/* 6-11페이지 */
/* .lession_6_11 .title_area .tit_num {
	width: 32px;
} */

/* ===== 개별설정 E ===== */


.btn_area {
	width: 352px;
	height: 48px;
	background-color: #3870FF;
	margin-top: 48px;
}

.btn_area>a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 12px 0 14px;
}

.btn_area>a>span {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.4px;
	text-align: center;
	color: #fff;
}


/* ++++++++++ 미디어쿼리 1180 이하 S ++++++++++ */
@media screen and (max-width:1180px) {

	.lession_cont_banner {
		display: none;
	}

	.lession_cont_banner.mo_ver {
		width: 100%;
		display: block;
	}

	.lession_cont_banner.mo_ver a img {
		display: block;
		width: 100%;
	}

	.lession_wrap {
		flex-direction: column;
	}

	.lession_navi {
		width: 100%;
		margin-right: 0;
		margin-bottom: 48px;
	}

	.lession_menu {
		padding: 0 16px;
	}

	.lession_cont_banner {
		margin-bottom: 24px;
	}

	.lession_cont_wrap {
		width: 100%;
	}

	.list_menu_header .arrow_icon {
		background-image: url('../img/01_common/chevron-right-grey.svg');
		transform: rotate(90deg);
		margin: 0;
	}

	.list_module.active .list_menu_header .arrow_icon {
		background-image: url('../img/01_common/chevron-right-blue.svg');
		transform: rotate(90deg);
		margin: 0;
	}

	.btn_area {
		margin: 48px auto 0;
	}

	.lession_cont .img_boxs {
		justify-content: center;
	}
}

/* ++++++++++ 미디어쿼리 1180 이하 E ++++++++++ */



/* ++++++++++ 미디어쿼리 1008 이하 S ++++++++++ */
@media screen and (max-width:1008px) {

	.lession_cont .img_box_left:not(:last-child) {
		margin-right: 0;
	}

	.lession_cont .img_boxs {
		flex-direction: column;
	}

	.lession_cont .img_boxs>figure {
		width: auto;
	}

	.lession_cont .img_box>img {
		margin: 0 auto;
	}

	.lession_cont .img_boxs2>figure>img {
		width: auto;
	}

	.lession_1_7 .img_area {
		align-items: center;
		justify-content: center;
	}

	.lession_2_4 .lession_cont .img_area {
		flex-direction: column;
	}

	.lession_2_4 .lession_cont .arrow_icon {
		transform: rotate(90deg);
		margin: 16px 0;
	}

	.title_area .title_18 {
		align-items: normal;
	}

	.title_area .tit_num {
		padding-top: 1px;
	}

	.lession_5_3 .img_area {
		flex-direction: column;
	}

	.lession_5_3 .img_area figure:not(:last-child) {
		margin-right: 0;
		margin-bottom: 24px;
	}

	.lession_5_4 .img_area {
		justify-content: center;
	}

	.lession_5_6 .img_area {
		align-items: center;
		justify-content: center;
	}

	.lession_6_2 .img_area {
		justify-content: center;
	}

	.lession_6_8 .img_area {
		align-items: center;
	}

	.lession_6_10 .img_area {
		justify-content: center;
	}

}

/* ++++++++++ 미디어쿼리 1008 이하 E ++++++++++ */



/* ++++++++++ 미디어쿼리 800 이하 S ++++++++++ */
@media screen and (max-width:800px) {
	.lession_cont_banner.mo_ver {
		display: none;
	}

	.lession_cont .cont_img_box_inner {
		flex-direction: column;
		width: 100%;
		border: none;
		padding: 0;
	}

	.lession_cont .cont_img_box_inner figure:not(.equal) {
		height: 100%;
	}

	.lession_cont .cont_img_box_inner figure:not(.equal)>img {
		width: 100%;
	}

	.lession_cont .cont_img_box .equal {
		margin: 8px 0;
	}

	.lession_6_9 .img_area {
		flex-direction: column;
		align-items: center;
	}

	.lession_6_9 .img_area figure {
		width: auto;
	}

}

/* ++++++++++ 미디어쿼리 800 이하 E ++++++++++ */

/* ++++++++++ 미디어쿼리 780 이하 S ++++++++++ */

@media screen and (max-width:780px) {

	.lession_2_5 .img_area p {
		width: 100%;
	}

	.lession_2_5 .img_area figure:not(.arrow_icon) {
		width: 100%;
	}

	.lession_2_5 .img_area figure:not(.arrow_icon)>img {
		width: 100%;
	}

	.lession_6_8 .img_group {
		flex-direction: column;
	}

	.lession_6_8 .img_group figure:not(:last-child) {
		margin-right: 0;
		margin-bottom: 24px;

	}

}

/* ++++++++++ 미디어쿼리 780 이하 E ++++++++++ */


/* ++++++++++ 미디어쿼리 580 이하 S ++++++++++ */
@media screen and (max-width:580px) {}

/* ++++++++++ 미디어쿼리 580 이하 E ++++++++++ */

/* ++++++++++ 미디어쿼리 540 이하 S ++++++++++ */
@media screen and (max-width:540px) {
	.lession_5_2 .img_area {
		flex-direction: column;
	}

	.lession_5_2 .arrow_icon_ {
		transform: rotate(90deg);
		margin: 24px 0;
	}

	.lession_5_2 .img_area2 figure:not(:last-child) {
		margin-right: 0;
		margin-bottom: 24px;
	}

	.lession_5_3 .img_area figure>img {
		/* width: 100%; */
	}

}

/* ++++++++++ 미디어쿼리 540 이하 E ++++++++++ */


/* ++++++++++ 미디어쿼리 496 이하 S ++++++++++ */
@media screen and (max-width:496px) {
	.lession_cont .img_boxs1>figure {
		width: 100%;
	}

	.lession_cont .img_box_left>img {
		width: 100%;
	}

	.lession_5_6 .img_area figure>img {
		width: 100%;
	}

}

/* ++++++++++ 미디어쿼리 496 이하 E ++++++++++ */

/* ++++++++++ 미디어쿼리 418 이하 S ++++++++++ */
@media screen and (max-width:418px) {
	.lession_cont .img_boxs2>figure>img {
		width: 100%;
	}

	.lession_5_4 .img_area figure>img {
		width: 100%;
	}
}

/* ++++++++++ 미디어쿼리 418 이하 E ++++++++++ */


/* ++++++++++ 미디어쿼리 384 이하 S ++++++++++ */
@media screen and (max-width:384px) {
	.btn_area {
		width: 100%;
	}

	.lession_2_2 .cont_box figure>img {
		width: 100%;
	}
}

/* ++++++++++ 미디어쿼리 384 이하 E ++++++++++ */


/* ++++++++++ 미디어쿼리 320 이하 S ++++++++++ */
@media screen and (max-width:320px) {

	.lession_2_4 .lession_cont .img_area img {
		width: 100%;
	}
}

/* ++++++++++ 미디어쿼리 320 이하 E ++++++++++ */

/* ++++++++++ 미디어쿼리 255 이하 S ++++++++++ */
@media screen and (max-width:255px) {
	/* .lession_5_2 .img_group figure {
		width: 100%;
	} */

	.lession_5_2 .img_group figure>img {
		width: 100%;
	}

	.lession_5_2 .img_area2 figure>img {
		width: 100%;
	}
}

/* ++++++++++ 미디어쿼리 255 이하 E ++++++++++ */