@charset "utf-8";
.main-container {
	margin-top: 50px;
	overflow: hidden;
}

.main-imgSlider-section {
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 541px;
	/* margin: 20px auto; */
}

.main-imgSlider-section .main-imgSlider-container .slider-btn {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	top: -50%;
}
i.pause,
i.play {
	cursor: pointer;
}
.main-imgSlider-section i.pause {
	height: 40px;
	width: 40px;
	display: block;
	position: relative;
}
.main-imgSlider-section i.pause:before,
.pause:after {
	content: '';
	height: 15px;
	width: 4px;
	display: block;
	background: #fff;
	position: absolute;
	top: 10px;
	left: 14px;
}
.main-imgSlider-section i.pause:after {
	left: 22px;
}
.main-imgSlider-section i.play {
	height: 40px;
	width: 40px;
	display: block;
	position: relative;
}
.main-imgSlider-section i.play:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 8px transparent solid;
	border-right-width: 0;
	border-left-color: #fff;
	position: absolute;
	top: 10px;
	left: 16px;
}
.main-imgSlider-section .main-imgSlider-container .swiper-button-next {
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/btn.png');
	background-position: left -50px top -4px;
	height: 60px;
}
.main-imgSlider-section .main-imgSlider-container .swiper-button-prev {
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/btn.png');
	background-position: left -16px top -4px;
	height: 60px;
}

/* sub_banner */
.main-imgSlider-section .sub_banner {
	position: absolute;
	top: 0;
	right: -50px;
	width: 260px;
	height: 100%;
	padding: 29px 39px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.main-imgSlider-section .sub_banner li {
	padding: 46px 0;
	word-break: keep-all;
}

.main-imgSlider-section .sub_banner li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.main-imgSlider-section .sub_banner p {
	line-height: 26px;
	letter-spacing: -0.08em;
	color: #fff;
	font-size: 18px;
	font-family: 'noto2';
}

.main-imgSlider-section .sub_banner em {
	display: block;
	margin-top: 6px;
	line-height: 40px;
	letter-spacing: -0.05em;
	color: #fff;
	font-size: 32px;
	font-family: 'noto7';
}

/* indicator */
@keyframes slide-progress {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

.main-imgSlider-section .indicator-wrapper {
	width: 1920px;
	margin-left: 50%;
	transform: translateX(-50%);
	background: #fff;
}

.main-imgSlider-section .indicator {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	height: 55px;
	margin: 0 auto;
}

.main-imgSlider-section .indicator li {
	flex-grow: 1;
	flex-basis: 100%;
	margin-top: 1px;
}

.main-imgSlider-section .indicator li + li {
	margin-left: 10px;
}

.main-imgSlider-section .indicator li .progress-bar {
	display: none;
	position: relative;
	width: 100%;
	height: 6px;
	border-radius: 6px;
	overflow: hidden;
	background: #d4d2db;
}

.main-imgSlider-section .indicator li.is_active .progress-bar {
	display: block;
}

.main-imgSlider-section .indicator li.is_active .progress-bar div {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: #6e27ff;
	animation: slide-progress linear forwards;
	animation-duration: 3s;
}

.main-imgSlider-section .indicator li.is_active:hover .progress-bar div {
	animation: none;
	transform: translateX(-100%);
}

.main-imgSlider-section .indicator button {
	display: block;
	width: 100%;
	height: 100%;
	letter-spacing: -0.08em;
	color: #9390a0;
	font-size: 18px;
	font-family: 'noto4';
	cursor: pointer;
}

.main-imgSlider-section .indicator li.is_active button {
	color: #6e27ff;
	font-family: 'noto6';
}

/* progress-bar */
.main-imgSlider-section .slider-remote-wrap {
	width: 1040px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.main-imgSlider-section .slider-remote {
	display: flex;
	justify-content: right;
}
.main-imgSlider-section .slider-bar-position {
	width: 144px;
	height: 5px;
	position: absolute;
	bottom: 65px;
	right: 90px;
}
.main-imgSlider-section .slider-remote .slider-total {
	display: inline-block;
	width: 70px;
	font-size: 20px;
	font-family: 'noto7';
	color: #fff;
	position: relative;
	left: 18px;
	z-index: 1;
	bottom: 40px;
}
.main-imgSlider-section .slider-remote .wrap-autoplay-control {
	position: relative;
	bottom: 46px;
}
.main-imgSlider-section .slider-remote .wrap-autoplay-control button {
	z-index: 11;
	position: relative;
	width: 40px;
	height: 40px;
}

.main-imgSlider-section .slider-bar .swiper-pagination-progressbar-fill {
	background-color: #aaaaaf;
	border-radius: 5px;
}

.main-imgSlider-section .slider-bar-position .slider-bar {
	background-color: #757171;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.main-imgSlider-section .main-imgSlider-wrap .swiper-slide {
	background-repeat: no-repeat;
	display: block;
}

.main-imgSlider-section .main-imgSlider-container .main-imgSlider-wrap .swiper-slide .text-content a {
	display: inline-block;
	padding: 5px 40px;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	transition: all 0.3s;
	margin-top: 50px;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide .text-content a:hover {
	background-color: #068dde;
	color: #fff;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide .text-content {
	text-align: left;
	line-height: 2.4em;
	width: 100%;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_1 {
	/* background-color: #122e40; */
	background: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/banner_1_bg.png') no-repeat center top;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_1 .swiper-slide-container {
	/* background: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/tot_bn1_img.png') no-repeat left 162px top; */
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_1 .text-content .tit {
	font-size: 70px;
	line-height: 70px;
	font-family: 'noto2', 'Malgun Gothic', '맑은 고딕';
	color: #fff;
	margin: 5px 0 20px;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_1 .text-content .tit strong {
	font-size: 116px;
	line-height: 116px;
	display: block;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
	background: linear-gradient(123deg, #facc23 43%, #fee55a 50%, #fff775 88%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_1 .text-content .subtxt {
	font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
	font-size: 37px;
	background: linear-gradient(137deg, #afd4ff 20%, #92c4ff 29%, #67b3ff 0%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_1 .text-content .textbox .subtxt:nth-child(3) {
	font-family: 'noto2', 'Malgun Gothic', '맑은 고딕';
	font-size: 27px;
	color: #fff;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_2 {
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/tot_bn2_bg.png');
	background-position: center;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_2 .swiper-slide-container {
	background: no-repeat;
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/tot_bn2_img.png');
	background-position: right -54px center;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_2 .text-content .tit {
	font-size: 70px;
	line-height: 70px;
	font-family: 'noto2', 'Malgun Gothic', '맑은 고딕';
	color: #ff5840;
	margin: 5px 0 20px;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_2 .text-content .tit strong {
	font-size: 74px;
	line-height: 100px;
	display: block;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
	color: #fff;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_2 .text-content .subtxt {
	font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
	font-size: 27px;
	background: #fff;
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_3 {
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/tot_bn3_bg.png');
	background-position: right -510px center;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_3 .slide_3-img {
	display: block;
	background: no-repeat;
	background-image: url(/_skin/tpl_skin/basic_distribution_5/images/main/var_1/tot_bn3_img.png);
	width: 565px;
	height: 390px;
	position: absolute;
	left: 54%;
	top: 18%;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_3 .text-content .tit {
	font-size: 65px;
	line-height: 65px;
	font-family: 'noto2', 'Malgun Gothic', '맑은 고딕';
	color: #051c42;
	margin: 5px 0 20px;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_3 .text-content .tit strong {
	font-size: 67px;
	line-height: 110px;
	display: block;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
	color: #051c42;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_3 .text-content .subtxt {
	font-family: 'noto2', 'Malgun Gothic', '맑은 고딕';
	font-size: 27px;
	color: #051c42;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_3 .text-content .textbox .subtxt:nth-child(3) {
	font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
	color: #fff;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_4 {
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/tot_bn4_bg.png');
	background-position: right -510px center;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_4 .slide_4-img {
	display: block;
	background: no-repeat;
	background-image: url(/_skin/tpl_skin/basic_distribution_5/images/main/var_1/tot_bn4_img.png);
	width: 657px;
	height: 426px;
	position: absolute;
	left: 47%;
	top: 18%;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_4 .text-content .tit {
	font-size: 65px;
	line-height: 65px;
	font-family: 'noto2', 'Malgun Gothic', '맑은 고딕';
	color: #051c42;
	margin: 5px 0 20px;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_4 .text-content .tit strong {
	font-size: 67px;
	line-height: 110px;
	display: block;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
	color: #051c42;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_4 .text-content .subtxt {
	font-family: 'noto2', 'Malgun Gothic', '맑은 고딕';
	font-size: 27px;
	color: #051c42;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_4 .text-content .textbox .subtxt:nth-child(3) {
	font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
	color: #fff;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_5 {
	background-color: #0f3437;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_5 .swiper-slide-container {
	background: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/tot_bn5_img.png') no-repeat left 216px center;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_5 .text-content .tit {
	font-size: 70px;
	line-height: 70px;
	font-family: 'noto2', 'Malgun Gothic', '맑은 고딕';
	color: #fff;
	margin: 5px 0 20px;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_5 .text-content .tit strong {
	font-size: 116px;
	line-height: 116px;
	display: block;
	letter-spacing: -0.065em;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
	background: linear-gradient(137deg, #ffee00 20%, #ffd101 29%, #ffc402 0%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_5 .text-content .subtxt {
	font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
	font-size: 37px;
	background: linear-gradient(123deg, #ffc402 43%, #fff800 50%, #ffc402 88%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_5 .text-content .textbox .subtxt:nth-child(3) {
	font-family: 'noto2', 'Malgun Gothic', '맑은 고딕';
	font-size: 27px;
	color: #fff;
}
.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_6 {
	background-image: url('/_skin/tpl_skin/basic_logisrics_new/images/main/v2/banner_3_bg.png');
	background-position: center top;
	background-color: #122e40;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_6 .text-content .tit {
	font-size: 70px;
	line-height: 70px;
	font-family: 'noto2', 'Malgun Gothic', '맑은 고딕';
	color: #fff;
	margin: 5px 0 20px;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_6 .text-content .tit strong {
	font-size: 116px;
	line-height: 116px;
	display: block;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
	background: linear-gradient(137deg, #ffee00 20%, #ffd101 29%, #ffc402 0%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_6 .text-content .subtxt {
	font-family: 'noto3', 'Malgun Gothic', '맑은 고딕';
	font-size: 37px;
	background: linear-gradient(123deg, #ffc402 43%, #fff800 50%, #ffc402 88%);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

.main-imgSlider-container .main-imgSlider-wrap .swiper-slide.slide_6 .text-content .textbox .subtxt:nth-child(3) {
	font-family: 'noto2', 'Malgun Gothic', '맑은 고딕';
	font-size: 27px;
	color: #fff;
}
.swiper-slide-container {
	/*text-align: center;*/
	font-size: 18px;
	/*background: #fff;*/
	height: 100%;
	max-width: 1000px;
	margin: auto;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.main-imgSlider-container .swiper-slide-container {
	position: relative;
}

.content-menu-section {
	width: 1100px;
	position: relative;
	margin: 100px auto;
}

.content-menu-section .main_title {
	text-align: center;
	margin-bottom: 40px;
}

.content-menu-section .main_title h3 {
	line-height: 60px;
	letter-spacing: -0.08em;
	font-size: 50px;
	font-family: 'noto6';
}

.content-menu-section .main_title p {
	line-height: 34px;
	margin-top: 9px;
	letter-spacing: -0.08em;
	font-size: 24px;
	font-family: 'noto2';
}

.content-menu-section ul {
	display: flex;
	justify-content: center;
}

.content-menu-section ul li {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border: 2px solid #dddddd;
	border-top-color: #0087dc;
	box-sizing: border-box;
	margin: 0 10px;
	padding: 30px 20px;
}

.content-menu-section ul li .textbox {
	line-height: 30px;
}

.content-menu-section ul li .textbox > span,
.content-menu-section ul li .textbox > strong {
	display: block;
	text-align: center;
}

.content-menu-section ul li .textbox > span {
	font-size: 20px;
}

.content-menu-section ul li .textbox > strong {
	font-size: 28px;
	font-family: 'noto5';
}

.content-menu-section ul li img {
	margin: 20px 0;
}
.content-menu-section ul li > a {
	text-align: center;
}
.content-menu-section ul li > a > span {
	padding: 5px 30px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #e9e9e9;
	color: #505053;
}

.content-menu-section ul li > a:hover > span {
	background-color: #0087dc;
	color: #fff;
	transition: all 0.3s;
}

.content-menu-section ul li > a > span::after {
	content: '▶';
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	position: relative;
	top: -1px;
}

.professor-introduction {
	height: 675px;
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/teacher_bg.png');
	background-repeat: no-repeat;
	background-position: right -480px bottom 60px;
}

.professor-introduction .professor-content {
	margin: 0 auto;
	width: 1350px;
	height: 100%;
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/teacher_img.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 156px;
}
.professor-introduction .professor-content .textbox strong,
.professor-introduction .professor-content .textbox span {
	display: block;
}
.professor-introduction .professor-content .textbox {
	padding-top: 160px;
	line-height: 45px;
}
.professor-introduction .professor-content .textbox strong {
	font-size: 45px;
	color: #000;
	font-family: 'noto6';
	line-height: 65px;
}
.professor-introduction .professor-content .textbox strong mark {
	padding: 0 10px;
	color: #fff;
	background-color: #000;
}
.professor-introduction .professor-content .textbox span {
	padding: 15px 0 40px;
	font-size: 25px;
}
.professor-introduction .professor-content a {
	padding: 10px 30px;
	background-color: #fff;
	transition: all 0.3s;
	font-size: 18px;
	border-radius: 30px;
	box-sizing: border-box;
}

.professor-introduction .professor-content a:hover {
	color: #fff;
	background-color: #0087dc;
}

.lecture-introduction-section .slider-bar .swiper-pagination-progressbar-fill {
	background-color: #959290;
	border-radius: 5px;
}

.lecture-introduction-section .slider-bar-position .slider-bar {
	background-color: #dcdcdc;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.lecture-introduction-section .slider-remote .slider-total {
	display: inline-block;
	width: 70px;
	font-size: 20px;
	font-family: 'noto7';
	color: #000;
	position: relative;
	left: 18px;
	bottom: -9px;
}
.lecture-introduction-section {
	margin: 100px 0;
}
.lecture-introduction-section .lecture-slider-wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.lecture-introduction-section .lecture-txtinner {
	width: 1100px;
	margin: 0 auto;
}
.lecture-introduction-section .lecture-txtinner .tit {
	font-size: 40px;
	font-family: noto6;
	line-height: 60px;
}
.lecture-introduction-section .lecture-txtinner > span {
	font-family: noto2;
	font-size: 24px;
}
.lecture-introduction-section .slider-bar-position {
	width: 144px;
	height: 8px;
	position: absolute;
	right: 44px;
	top: 18px;
}
.lecture-introduction-section .slider-bar {
	background-color: #757171;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	box-sizing: border-box;
}
.lecture-introduction-section .lecture-imgSlider-container {
	width: 1150px;
	height: 370px;
	margin-top: 10px;
}
.lecture-introduction-section .slider-remote-wrap {
	position: relative;
	width: 1093px;
	height: 30px;
	text-align: right;
	margin: 0 auto;
}

.lecture-introduction-section .lecture-imgSlider-container .text-content {
	display: flex;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content > a {
	display: block;
	border-radius: 20px;
	box-sizing: border-box;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content > a:hover {
	display: block;
	border-radius: 20px;
	box-sizing: border-box;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content .textbox {
	padding: 30px 0 30px 20px;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content .textbox .tit {
	display: flex;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content .textbox strong {
	font-size: 25px;
	font-family: noto7;
	color: #000;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content .textbox mark {
	font-size: 16px;
	font-family: noto4;
	background-color: #ffd400;
	padding: 0px 10px;
	margin-left: 10px;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content a {
	box-shadow: 1px 8px 7px rgb(0 0 0 / 20%);
	margin: 0 5px;
	transition: all 0.3s;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content a:hover {
	transform: translateY(-10px);
}
.lecture-introduction-section .lecture-imgSlider-container .text-content .product-image {
	border-radius: 20px 20px 0 0;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}
.lecture-introduction-section .textbox .price-inner {
	margin-top: 10px;
}
.lecture-introduction-section .lecture-imgSlider-container .subtxt {
	font-family: noto3;
	margin-right: 5px;
}
.lecture-introduction-section .lecture-imgSlider-container .price {
	font-family: noto6;
	color: red;
}
.lecture-introduction-section .swiper-button-next,
.lecture-introduction-section .swiper-button-prev {
	top: 60%;
}
.lecture-introduction-section .swiper-button-next {
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/btn.png');
	background-position: left -120px top -4px;
	height: 60px;
	right: -15px;
}
.lecture-introduction-section .swiper-button-prev {
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/btn.png');
	background-position: left -85px top -4px;
	height: 60px;
	left: -15px;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content a.lecture-last-slide:after {
	content: '';
	margin-top: 20px;
	width: 144px;
	height: 27px;
	display: block;
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/btn.png');
	background-position: left -14px top -107px;
	background-repeat: no-repeat;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content a.lecture-last-slide {
	border-radius: 0;
	box-shadow: none;
	width: 540px;
	display: flex;
	height: 340px;
	justify-content: center;
	align-items: center;
	padding: 0;
	flex-flow: column nowrap;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content a.lecture-last-slide .textbox {
	padding: 0;
}
.lecture-introduction-section .lecture-imgSlider-container .text-content a.lecture-last-slide .tit strong {
	font-family: noto2;
}
.testimonials-slider-section {
	position: relative;
	margin-top: 180px;
}
.testimonials-slider-section .testimonials-tit {
	width: 1100px;
	margin: 0 auto 80px;
	text-align: center;
}
.testimonials-slider-section .testimonials-tit > span {
	font-family: noto2;
	font-size: 24px;
}
.testimonials-slider-section .testimonials-tit > strong {
	font-size: 46px;
	font-family: noto6;
	line-height: 70px;
}
.testimonials-slider-section .testimonials-tit > span,
.testimonials-slider-section .testimonials-tit > strong {
	display: block;
}

.testimonials-slider-section .swiper-container {
	height: 350px;
	min-width: 1920px;
}
.testimonials-slider-section .swiper-slide-container {
	width: 520px;
	height: auto;
}
.testimonials-slider-section .text-content {
	width: 530px;
	border-radius: 50px;
	padding: 50px;
	box-shadow: 1px 8px 7px rgb(0 0 0 / 20%);
	border: 1px solid #d9d9d9;
}
.testimonials-slider-section .tit-inner {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
	margin-bottom: 20px;
}
.testimonials-slider-section .tit-inner strong {
	font-size: 30px;
	font-family: noto6;
	line-height: 36px;
}
.testimonials-slider-section .tit-inner span[class^='user-img-'] {
	display: inline-block;
	width: 110px;
	height: 110px;
	margin: 0 20px 0 0px;
	background-repeat: no-repeat;
	background-image: url('/_skin/tpl_skin/basic_distribution_5/images/main/var_1/review_photo.png');
}
.testimonials-slider-section .tit-inner .user-img-1 {
	background-position: left 0 top 0;
}
.testimonials-slider-section .tit-inner .user-img-2 {
	background-position: left -120px top 0;
}
.testimonials-slider-section .tit-inner .user-img-3 {
	background-position: left -238px top 0;
}
.testimonials-slider-section .tit-inner .user-img-4 {
	background-position: left -357px top 0;
}
.testimonials-slider-section .tit-inner .user-img-5 {
	background-position: left 0px top -122px;
}
.testimonials-slider-section .tit-inner .user-img-6 {
	background-position: left -120px top -122px;
}
.testimonials-slider-section .tit-inner .user-img-7 {
	background-position: left -238px top -122px;
}
.testimonials-slider-section .tit-inner .user-img-8 {
	background-position: left -357px top -122px;
}
.testimonials-slider-section .textbox .user-review {
	display: block;
	font-size: 20px;
	font-family: noto4;
	line-height: 27px;
	color: #a0a0a2;
}
.testimonials-slider-section .textbox .user-name {
	display: block;
	font-size: 20px;
	font-family: noto4;
	margin-top: 20px;
	color: #a0a0a2;
}
.testimonials-slider-section .testimonials-imgSlider-wrap > div:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	transition: all 0.3s;
	opacity: 0;
	opacity: 1;
	cursor: pointer;
}
.testimonials-slider-section .testimonials-imgSlider-wrap > div.swiper-slide-active:after,
	/*.testimonials-imgSlider-wrap > div.swiper-slide-next:after,
    .testimonials-imgSlider-wrap > div.swiper-slide-prev:after,*/
.testimonials-slider-section .testimonials-imgSlider-wrap > div.swiper-slide-duplicate-active:after,
.testimonials-slider-section .testimonials-imgSlider-wrap > div.swiper-slide-duplicate-next:after,
.testimonials-slider-section .testimonials-imgSlider-wrap > div.swiper-slide-duplicate-prev:after {
	opacity: 0;
}
.testimonials-slider-section .slider-remote-wrap {
	width: 100%;
	text-align: center;
	margin: 20px 0 100px;
}

.testimonials-slider-section .slider-remote-wrap a {
	display: inline-block;
	padding: 13px 47px;
	font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 30px;
	box-sizing: border-box;
	transition: all 0.3s;
	margin-top: 20px;
	font-size: 18px;
}
.testimonials-slider-section .slider-remote-wrap a:hover {
	background-color: #068dde;
	color: #fff;
}

.book_wrap .wrap_title > span {
	display: block;
	position: absolute;
}
.distribution-introduction-section .distribution-introduction-inner {
	width: 1100px;
	margin: 110px auto 60px;
}
.distribution-introduction-section .tab-menu {
	display: flex;
	margin: 10px 0 30px;
}
.distribution-introduction-section .tab-menu li a {
	font-size: 22px;
	display: flex;
	align-items: center;
	color: #9c9c9e;
	padding-left: 18px;
}
.distribution-introduction-section .tab-menu li:first-child a {
	padding-left: 0px;
}
.distribution-introduction-section .tab-menu li a.selected {
	font-family: 'noto6';
	color: #000;
}
.distribution-introduction-section .tab-menu li > a:hover {
	color: #000;
}
.distribution-introduction-section .tab-menu li > a.selected::before,
.distribution-introduction-section .tab-menu li > a:hover::before {
	color: #000;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #cd3c2b;
}
.distribution-introduction-section .tab-menu li > a::before {
	margin-right: 6px;
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	bottom: 5px;
	background-color: #9c9c9e;
}
.distribution-introduction-section .distribution-introduction-tit {
	font-size: 46px;
	letter-spacing: -0.7px;
	font-family: 'noto5';
	line-height: 46px;
	margin: 0 0 45px;
}
.distribution-introduction-section .content-inner {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}
.distribution-introduction-section .content-inner {
	background-color: #25324a;
}

.distribution-introduction-section .txt-inner {
	color: #fff;
	width: 100%;
	height: 100%;
	margin-left: 40px;
	display: block;
	flex-direction: row;
	font-size: 26px;
	line-height: 44px;
}
.distribution-introduction-section .txt-inner::after {
	content: '';
	display: block;
	width: 145px;
	height: 27px;
	background-image: url(/_skin/tpl_skin/basic_distribution_5/images/main/var_1/btn.png);
	background-repeat: no-repeat;
	background-position: left -14px top -77px;
	margin-top: 40px;
}

.distribution_wrap {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 100px 0;
	margin: 48px 0 0 0;
}

.distribution_wrap a {
	text-decoration: none;
}

.slide_wrap {
	position: relative;
}

.slide_wrap .img_wrap {
	height: 360px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 0 60px 0;
}

.slide_wrap .img_wrap ul {
	width: 100%;
	height: 100%;
}

.slide_wrap .img_wrap ul li {
	width: 100%;
}

.slide_wrap .img_wrap ul li a,
.slide_wrap .img_wrap ul li a img {
	display: block;
	margin: 0 auto;
}

.slide_wrap .img_wrap ul li p {
	position: absolute;
	z-index: 1;
	width: 1000px;
	margin: 0 auto;
	bottom: 30px;
	left: 50%;
	margin: 0 0 0 -500px;
}

.slide_wrap .img_wrap ul li.special p span {
	color: #fff;
	border: 1px #fff solid;
}

.slide_wrap .img_wrap ul li p span {
	border: 1px #80807e solid;
	width: 115px;
	line-height: 28px;
	height: 28px;
	display: block;
	text-align: center;
	font-size: 14px;
	margin: 0 0 0 10px;
	color: #2c2d2a;
	cursor: pointer;
}

.slide_wrap .img_wrap ul li p span:after {
	content: '▶';
	display: inline-block;
	vertical-align: top;
	margin: -1px 0 0 3px;
}

.slide_wrap .img_wrap ul li:hover p span {
	background: #000;
	color: #fff;
	border: 1px #000 solid;
}

.slide_wrap .btn_box {
	width: 1000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -500px;
}

.slide_wrap .btn_box ul {
	position: absolute;
	right: 0;
	top: 50%;
	background: #fff;
	width: 157px;
}

.slide_wrap .btn_box ul li {
	width: 100%;
	background: none;
	display: block;
	border-radius: 0;
	height: 70px;
	border: 0;
	border-top: 1px #cccccc solid;
	opacity: 1;
}

.slide_wrap .btn_box ul li:first-child {
	border-top: 0;
}

.slide_wrap .btn_box ul li.swiper-pagination-bullet-active {
	border: 2px #ff7116 solid;
	box-sizing: border-box;
	opacity: 1;
}

.slide_wrap .btn_box ul li a {
	display: block;
	line-height: 70px;
	font-size: 16px;
	text-align: left;
	padding: 0 0 0 20px;
}

.slide_wrap .btn_box ul li.swiper-pagination-bullet-active a {
	color: #ff7116;
	font-weight: 600;
}

.distribution_form {
	max-width: 1000px;
	width: 100%;
	display: table;
	margin: 50px auto 0 auto;
}

.distribution_form .blue {
	border-top: 2px #559ff1 solid;
	border-bottom: 2px #559ff1 solid;
	margin: 0 auto;
}

.distribution_form .red {
	border-top: 2px #ff8c89 solid;
	border-bottom: 2px #ff8c89 solid;
}

.distribution_form .green {
	border-top: 2px #71ac60 solid;
	border-bottom: 2px #71ac60 solid;
}

.distribution_form .gray {
	border-top: 2px #909090 solid;
	border-bottom: 2px #909090 solid;
}

.distribution_form .txt,
.distribution_form .img,
.distribution_form .list,
.distribution_form .notice {
	border-right: 1px #d9d9d9 solid;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.distribution_form .txt {
	min-width: 150px;
	padding: 30px 0 0 0;
}

.distribution_form .blue .tit,
.distribution_form .blue .link_list a {
	color: #3d7ec5;
}

.distribution_form .red .tit,
.distribution_form .red .link_list a {
	color: #e53a35;
}

.distribution_form .green .tit,
.distribution_form .green .link_list a {
	color: #71ac60;
}

.distribution_form .gray .tit,
.distribution_form .gray .link_list a {
	color: #464646;
}

.distribution_form .img {
	width: 294px;
	position: relative;
}

.distribution_form .img .popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.distribution_form .img .popup > a {
	position: absolute;
	right: 12px;
	top: 15px;
	width: 25px;
	height: 25px;
	font-size: 0;
	z-index: 2;
}

.distribution_form .img .popup .pop_cont {
	position: relative;
}

.distribution_form .img .popup .pop_cont a {
	position: absolute;
	width: 242px;
	height: 40px;
	z-index: 2;
	font-size: 0;
	bottom: 37px;
	left: 32px;
}

.distribution_form .img.main_book_link {
	position: relative;
	background: url('/_skin/tpl_skin/basic_distribution_5/images/main/book_bn.png') center no-repeat;
}

.distribution_form .img.main_book_link img {
	position: absolute;
	top: 0;
	left: 0;
}

.distribution_form .img.main_book_link > a {
	/*! position: absolute; */
	width: 100%;
	height: 513px;
	z-index: 9;
	font-size: 0;
}

.distribution_form .img.main_book_link .popupVideo {
	width: 100%;
}

.distribution_form .img.main_book_link a:first-child {
	top: 0;
	left: 0;
}

.distribution_form .list {
	width: 55%;
	border-right: 0;
	padding: 2.5px 0;
}

.distribution_form .notice {
	width: 100%;
	border-right: 0;
	padding: 40px 0;
}

.distribution_form .txt .tit {
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -2px;
}

.distribution_form .txt .link_list {
	position: absolute;
	bottom: 20px;
}

.distribution_form .txt .link_list p {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.distribution_form .txt .link_list ul li {
	margin: 5px 0 0 0;
}

.distribution_form .txt .link_list ul li:first-child {
	margin: 0;
}

.distribution_form .txt .link_list ul li a {
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	line-height: 30px;
	border: 1px #c3c3c3 solid;
}

.distribution_form .txt .link_list ul li a:hover {
	background: #e7e7e7;
}

.distribution_form .img a {
	display: block;
	height: 100%;
}

.distribution_form .img a img {
	display: block;
}

.distribution_form .list .list_wrap {
	border-top: 1px #d9d9d9 solid;
	position: relative;
	width: 550px;
	overflow: hidden;
}

.distribution_form .list .list_wrap:first-child {
	border-top: 0;
}

.distribution_form .list .list_wrap .top_btn {
	right: 10px;
	top: 15px;
	position: absolute;
	z-index: 9;
}

.distribution_form .list .list_wrap .top_btn .current_num {
	font-size: 13px;
	display: inline;
	letter-spacing: -1.5px;
}

.distribution_form .list .list_wrap .top_btn .current_num .swiper-pagination-current {
	color: #e15124;
}

.distribution_form .list .list_wrap .top_btn .current_num .swiper-pagination-total {
	color: #1f1f1f;
}

.distribution_form .list .list_wrap .top_btn .arrow_group {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	width: 43px;
	position: relative;
	margin: 3px 0 0 5px;
}

.distribution_form .list .list_wrap .top_btn .arrow_group .next,
.distribution_form .list .list_wrap .top_btn .arrow_group .prev {
	border: 1px #a1a1a1 solid;
	width: 20px;
	height: 15px;
	position: absolute;
	cursor: pointer;
}

.distribution_form .list .list_wrap .top_btn .arrow_group .next {
	background: url(/_skin/tpl_skin/basic_electricity3/new_main/next-bg.jpg) no-repeat center center;
	right: 0;
}

.distribution_form .list .list_wrap .top_btn .arrow_group .prev {
	background: url(/_skin/tpl_skin/basic_electricity3/new_main/prev_bg.jpg) no-repeat center center;
}

.distribution_form .list .list_wrap .top_btn .arrow_group .next.swiper-button-disabled,
.distribution_form .list .list_wrap .top_btn .arrow_group .prev.swiper-button-disabled {
	opacity: 0.3;
}

.distribution_form .list .big_img {
	font-size: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0;
	display: flex;
}

.distribution_form .list .big_img > li {
	box-sizing: border-box;
	font-size: 12px;
	/*     flex: auto; */
	padding: 0 0 0 6%;
}

.distribution_form .list .big_img > li:hover p {
	text-decoration: underline;
}

.distribution_form .list .big_img > li a {
	display: block;
}

.distribution_form .list .big_img > li .lec-img {
	position: relative;
	/*     width:148px; */
	width: 100%;
	height: 152px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

.distribution_form .list .big_img > li .lec-img img {
	display: block;
	margin: 0 auto;
	border: 1px #d9d9d9 solid;
	box-sizing: border-box;
	height: 100%;
	max-width: 100%;
}

.distribution_form .list .big_img > li .lec-img .layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	*opacity: 0.3;
	display: none;
}

.distribution_form .list .big_img > li .lec-img .layer a {
	width: 88px;
	line-height: 26px;
	position: absolute;
	text-align: center;
	color: #fff;
	left: 50%;
	top: 50%;
	margin: -13px 0 0 -44px;
	z-index: 2;
	background: #a4a4a4;
}

.distribution_form .list .big_img > li:hover .lec-img .layer,
.distribution_form .list .big_img > li .lec-img .layer.on {
	display: table;
}

.distribution_form .list .big_img > li .lec-img .layer .mid {
	display: table-cell;
	vertical-align: middle;
}

.distribution_form .list .big_img > li .lec-img .layer a:hover,
.distribution_form .list .big_img > li .lec-img .layer.on a {
	background: #ff7116;
}

.distribution_form .list .big_img > li .lec_tit {
	padding: 10px 0;
	text-align: center;
	line-height: 120%;
	font-size: 13px;
}

.distribution_form .list .big_img > li .lec_tit b {
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.distribution_form .list .big_img > li table {
	width: 60%;
	margin: 0 auto;
}

.distribution_form .list .big_img > li table th {
	font-size: 13px;
	font-weight: 400;
}

.distribution_form .list .big_img > li table td {
	text-align: right;
	color: #e15124;
	font-size: 14px;
	font-weight: 600;
}

/*single*/
.list .single_list {
	font-size: 0;
}

.list .single_list > li {
	box-sizing: border-box;
}

.list .single_list > li .mouse-area:hover .add p {
	text-decoration: underline;
	cursor: pointer;
}

.list .goods_wrap {
	padding: 55px 0 55px 6%;
	position: relative;
}

.list .mouse-area {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.list .mouse-area .txt_box,
.list .mouse-area .img_box {
	display: table-cell;
	vertical-align: middle;
}

.list .mouse-area .img_box {
	position: relative;
	width: 137px;
	height: 157px;
	overflow: hidden;
}

.list .mouse-area .img_box img {
	max-width: 100%;
}

.list .mouse-area .txt_box {
	padding: 0 20px 0 0;
}

.list .mouse-area .txt_box .add {
	margin: 0 0 20px 0;
}

.list .goods_wrap .txt_box .add p {
	font-size: 15px;
	line-height: 150%;
	margin: 0 0 10px 0;
	max-width: 100%;
	word-break: keep-all;
}

.list .goods_wrap .txt_box .add p b {
	font-weight: 600;
	display: block;
	line-height: 140%;
}

.list .goods_wrap .txt_box .add span {
	display: block;
	color: #949393;
	font-size: 13px;
	line-height: 130%;
	position: relative;
	padding: 3px 0 3px 10px;
	word-break: keep-all;
}

.list .goods_wrap .txt_box .add span.no_dot {
	padding: 3px 0;
}

.list .goods_wrap .txt_box .add span:before {
	content: '·';
	color: #949393;
	font-size: 12px;
	position: absolute;
	left: 0;
	height: 100%;
}

.list .goods_wrap .txt_box .add span.no_dot:before {
	display: none;
}

.list .goods_wrap .txt_box ul li {
	margin: 5px 0 0 0;
}

.list .goods_wrap .txt_box ul li:first-child {
	margin: 0;
}

.list .goods_wrap .txt_box ul li em,
.list .goods_wrap .txt_box ul li .gray_p,
.list .goods_wrap .txt_box ul li p {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	color: #e15124;
	letter-spacing: 0.5px;
}

.list .goods_wrap .txt_box ul li em {
	border: 1px #e87754 solid;
	width: 80px;
	text-align: center;
	line-height: 21px;
	height: 21px;
	font-size: 12px;
	color: #343434;
	margin: 0 20px 0 0;
	font-weight: 500;
}

.list .goods_wrap .txt_box ul li .gray_p {
	color: #979797;
	text-decoration: line-through;
	margin: 0 5px 0 0;
}

.list .goods_wrap .txt_box ul li b {
	font-weight: 600;
}

.list .mouse-area .txt_box table {
	width: 100%;
}

.list .mouse-area .txt_box table th {
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	width: 25%;
}

.list .mouse-area .txt_box table td {
	text-align: right;
	color: #e15124;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
}

.list .goods_wrap .img_box .btn_box {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 159px;
	background: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	border: 1px #525252 solid;
	box-sizing: border-box;
	display: none;
}

.list .goods_wrap .mouse-area:hover .btn_box,
.list .goods_wrap .img_box .btn_box.on {
	display: table;
}

.list .goods_wrap .img_box .btn_box .mid {
	display: table-cell;
	vertical-align: middle;
}

.list .goods_wrap .img_box .btn_box a {
	vertical-align: middle;
	width: 88px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	z-index: 2;
	background: #a4a4a4;
	display: block;
	margin: 3px auto 0 auto;
	font-size: 12px;
}

.list .goods_wrap .img_box .btn_box a:hover,
.list .goods_wrap .img_box .btn_box.on a.lookLec {
	background: #ff7116;
}

.distribution_form .list .small_img {
	padding: 28px 0 20px 0;
	font-size: 0;
	position: relative;
}

.distribution_form .list .small_img.on {
	padding: 42px 0 10px 0;
}

.distribution_form .list .small_img > li {
	display: inline-block;
	box-sizing: border-box;
	font-size: 12px;
	vertical-align: top;
	width: 180px;
}

.distribution_form .list .tab_view {
	display: none;
	border: 1px #525252 solid;
	box-sizing: border-box;
	position: absolute;
	background: #fff;
	padding: 12px 12px 20px 12px;
	text-align: left;
	height: 100%;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: auto;
}

.distribution_form .list .tab_view.on {
	display: block;
}

.distribution_form .list .tab_view.on,
.distribution_form .list .tab_view div.on {
	display: block;
}

.distribution_form .list .tab_view h3 {
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #0874b1;
	line-height: 100%;
}

.distribution_form .list .tab_view .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	font-size: 0;
	background: url(/_skin/tpl_skin/basic_distribution_3/images/new_main/close_btn.jpg) no-repeat center center;
}

.distribution_form .list .tab_view .con {
	height: 110px;
	overflow: hidden;
}

.distribution_form .list .tab_view ul {
	width: 100%;
	padding: 0 0 10px 0;
}

.distribution_form .list .tab_view ul li {
	width: 100%;
	color: #525356;
}

.distribution_form .list .tab_view ul li a:before {
	content: 'ㆍ';
	display: inline;
}

.distribution_form .list .tab_view ul li a {
	display: block;
	font-size: 12px;
	color: #525356;
	line-height: 20px;
	max-width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.distribution_form .list .tab_view ul li a:hover {
	color: #ff7116;
	text-decoration: underline;
	font-weight: 600;
}

.distribution_form .list .tab_view .paging {
	text-align: center;
	margin: 10px 0 0 0;
}

.distribution_form .list .tab_view .paging a {
	color: #343434;
	font-size: 12px;
	margin: 0 3px;
}

.distribution_form .list .tab_view .paging a:hover,
.distribution_form .list .tab_view .paging a.on {
	text-decoration: underline;
	font-weight: 600;
}

/*페이징*/
.distribution_form .list .tab_view .look_page {
	text-align: center;
	position: absolute;
	bottom: 7px;
	padding: 0;
	box-sizing: border-box;
	z-index: 99;
}

.distribution_form .list .tab_view .look_page li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: auto;
}

.distribution_form .list .tab_view .look_page li button {
	color: #343434;
	font-size: 12px;
	margin: 0 5px;
	background: none;
	border: 0;
}

.distribution_form .list .tab_view .look_page li button:hover,
.distribution_form .list .tab_view .look_page li button.selectedPage {
	text-decoration: underline;
	font-weight: 600;
	cursor: pointer;
}

.distribution_form .list .small_img > li:hover p {
	text-decoration: underline;
}

.distribution_form .list .small_img > li .book-img {
	text-align: center;
	position: relative;
	width: 109px;
	height: 141px;
	margin: 0 auto;
	overflow: hidden;
}

.distribution_form .list .small_img > li .book-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 100%;
}

.distribution_form .list .small_img > li .book-img .layer {
	position: absolute;
	display: table;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	border: 1px #525252 solid;
	border-right: 0;
	display: none;
	box-sizing: border-box;
}

.distribution_form .list .small_img > li:hover .book-img .layer,
.distribution_form .list .small_img > li .book-img .layer.on {
	display: table;
	height: 100%;
}

.distribution_form .list .small_img > li .book-img .layer .mid {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.distribution_form .list .small_img > li .book-img .layer a {
	width: 88px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	z-index: 2;
	background: #a4a4a4;
	display: block;
	margin: 3px auto 0 auto;
}

.distribution_form .list .small_img > li .book-img .layer a:hover,
.distribution_form .list .small_img > li .book-img .layer a.on {
	background: #ff7116;
}

.distribution_form .list .small_img > li .book_tit {
	text-align: center;
	padding: 10px 0;
	/*     width:90%; */
	width: 135px;
	margin: 0 auto;
	word-break: keep-all;
	max-height: 93px;
}

.distribution_form .list .small_img > li .book_tit p {
	height: 34px;
	overflow: hidden;
	line-height: 135%;
	color: #343434;
}

.distribution_form .list .small_img > li .book_tit.on p {
	height: 48px;
	overflow: hidden;
}

.distribution_form .list .small_img > li .book_tit .red_deco {
	border: 1px #e87754 solid;
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #343434;
	margin: 7px auto 0 auto;
}

.distribution_form .list .small_img > li .price_txt {
	text-align: center;
}

.distribution_form .list .small_img > li .price_txt span {
	font-size: 13px;
}

.distribution_form .list .small_img > li .price_txt .last {
	color: #979797;
	text-decoration: line-through;
}

.distribution_form .list .small_img > li .price_txt .current {
	color: #e15124;
}

.distribution_form .list .small_img > li .price_txt .current b {
	font-weight: 600;
}

.distribution_form .squared_txt {
	font-size: 0;
	padding: 35px 0 35px 40px;
}

.distribution_form .squared_txt:before {
	border-top: 1px #d9d9d9 solid;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin: 0 0 0 -0.5px;
}

.distribution_form .squared_txt li {
	border: 1px #d9d9d9 solid;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 31%;
	height: 225px;
	vertical-align: top;
	box-sizing: border-box;
	margin: 0 0 70px 3.5%;
}

.distribution_form .squared_txt li:nth-of-type(3n + 1),
.distribution_form .squared_txt li:first-child {
	margin: 0;
}

.distribution_form .squared_txt li:nth-of-type(4),
.distribution_form .squared_txt li:nth-of-type(5) {
	margin-bottom: 0;
}

.distribution_form .squared_txt li.fir:hover {
	border: 2px #678bbf solid;
}

.distribution_form .squared_txt li.sec:hover {
	border: 2px #62aca1 solid;
}

.distribution_form .squared_txt li.thir:hover {
	border: 2px #bf6780 solid;
}

.distribution_form .squared_txt li.four:hover {
	border: 2px #c7ad88 solid;
}

.distribution_form .squared_txt li.five:hover {
	border: 2px #939393 solid;
}

.distribution_form .squared_txt li.fir a {
	background: url(/_skin/tpl_skin/basic_distribution_3/images/new_main/learning_txt_01.png) no-repeat center center;
}

.distribution_form .squared_txt li.sec a {
	background: url(/_skin/tpl_skin/basic_distribution_3/images/new_main/learning_txt_02.png) no-repeat center center;
}

.distribution_form .squared_txt li.thir a {
	background: url(/_skin/tpl_skin/basic_distribution_3/images/new_main/learning_txt_03.png) no-repeat center center;
}

.distribution_form .squared_txt li.four a {
	background: url(/_skin/tpl_skin/basic_distribution_3/images/new_main/learning_txt_04.png) no-repeat center center;
}

.distribution_form .squared_txt li.five a {
	background: url(/_skin/tpl_skin/basic_distribution_3/images/new_main/learning_txt_05.png) no-repeat center center;
}

.distribution_form .squared_txt li a {
	display: block;
	font-size: 0;
	height: 100%;
}

/* 고객센터 */
.distribution_form .gray_btn {
	width: 100%;
	text-align: right;
	font-size: 0;
}

.distribution_form .gray_btn li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	background: #e8e8e8;
	width: 250px;
	margin: 0 0 0 20px;
	border: 1px #d9d9d9 solid;
	box-sizing: border-box;
	transition: 0.5s;
}

.distribution_form .gray_btn li:hover {
	border: 1px #6a6363 solid;
	/*     background:#909090  */
}

.distribution_form .gray_btn li:first-child {
	margin: 0;
}

.distribution_form .gray_btn li a {
	display: block;
	font-size: 14px;
	line-height: 130%;
	padding: 20px 0;
}

.distribution_form .gray_btn li a b {
	display: block;
}

.distribution_form .news_list {
	font-size: 0;
	padding: 0 0 30px 60px;
	text-align: left;
}

.distribution_form .news_list > ul > li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 350px;
	font-size: 12px;
}

.distribution_form .news_list > ul > li:first-child {
	margin: 0 85px 0 0;
}

.distribution_form .news_list > ul > li .top {
	position: relative;
}

.distribution_form .news_list > ul > li .top h3 {
	font-size: 16px;
	line-height: 100%;
	padding: 0 0 15px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px #9a9c9f solid;
}

.distribution_form .news_list > ul > li .top a {
	position: absolute;
	right: 0;
	top: 0;
	color: #919191;
	font-size: 12px;
}

.distribution_form .news_list > ul > li .bottom li {
	border-top: 1px #e0e0e0 solid;
}

.distribution_form .news_list > ul > li .bottom li:first-child {
	border-top: 0;
}

.distribution_form .news_list > ul > li .bottom li a {
	display: block;
	line-height: 40px;
	font-size: 14px;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.distribution_form .news_list > ul > li .bottom li a:hover {
	text-decoration: underline;
	font-weight: 600;
}

/*event pop*/
.event_wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999999;
	display: none;
	font-family: 'noto3', sans-serif;
}

.event_wrap .event_con {
	width: 450px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -281px 0 0 -225px;
	background: #fff;
}

.event_wrap .event_con .tit {
	background: #0f46ba;
	color: #fff;
	padding: 12px 10px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}

.event_wrap .event_con .tit a {
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -14px 0 0 0;
	background: #fff;
	color: #333;
	width: 52px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	border-radius: 50px;
	padding: 2px 18px 2px 0;
	line-height: 24px;
}

.event_wrap .event_con .tit a span {
	background: #0f46ba;
	position: absolute;
	right: 1px;
	top: 1px;
	border-radius: 100%;
	color: #fff;
	font-size: 15px;
	width: 28px;
	line-height: 26px;
	font-weight: 600;
}

.event_wrap .event_con .event_txt {
	padding: 25px 20px;
}

.event_wrap .event_con .event_txt > img {
	display: block;
	margin: 0 0 25px 0;
}

.event_wrap .event_con .event_txt .table_wrap {
	border: 1px #bfc3c9 solid;
	background: #f1f1f1;
	padding: 0 20px;
	margin: 0 0 20px 0;
}

.event_wrap .event_con .event_txt table {
	width: 100%;
}

.event_wrap .event_con .event_txt table tr {
	border-top: 1px #d3d3d3 dashed;
}

.event_wrap .event_con .event_txt table tr:first-child {
	border-top: 0;
}

.event_wrap .event_con .event_txt table th {
	font-size: 17px;
	padding: 17px 15px 20px 0;
	vertical-align: top;
	color: #313d4c;
	text-align: left;
}

.event_wrap .event_con .event_txt table td {
	font-size: 15px;
	padding: 18px 0;
	line-height: 130%;
}

.event_wrap .event_con .event_txt a {
	width: 250px;
	line-height: 45px;
	display: block;
	margin: 0 auto;
	background: #000;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 19px;
}

/*리뷰*/
.distribution_form .list .big_img .review_box {
	text-align: center;
	max-width: 151px;
	margin: 0 auto;
}

.distribution_form .list .big_img .review_box a {
	display: block;
	height: 100%;
	word-break: keep-all;
	padding: 120px 0 0 0;
	background: url(/_skin/tpl_skin/basic_distribution_3/images/new_main/review_bg.png) no-repeat 5px top;
}

.distribution_form .list .big_img .review_box a:hover p {
	text-decoration: underline;
}

.distribution_form .list .big_img .review_box p {
	font-size: 13px;
	line-height: 115%;
	color: #343434;
	margin: 0 0 20px 0;
	height: 62px;
	overflow: hidden;
}

.distribution_form .list .big_img .review_box span {
	font-size: 13px;
	color: #e15124;
	font-weight: 600;
}
.benefit-information-section {
	margin-bottom: 100px;
}
.benefit-information-section .benefit-inner {
	width: 1100px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}
.benefit-information-section .benefit-Slider,
.benefit-information-section .swiper-wrapper {
	position: relative;
	height: 100%;
}
.benefit-information-section .swiper-pagination {
	position: absolute;
	bottom: 0;
}
.benefit-information-section .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.benefit-information-section .swiper-pagination-bullet-active {
	position: relative;
	background-color: #ffca01;
}
.customer-support-section {
	background-color: #3c3d40;
}
.customer-support-section .customer-support-inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}
.customer-support-section .customer-support-inner {
	padding: 70px 0;
}
.customer-support-section .customer-tit {
	font-family: 'noto6';
	font-size: 46px;
	line-height: 86px;
}
.customer-support-section .sub-tit {
	display: block;
	font-family: 'noto3';
	font-size: 26px;
	line-height: 26px;
}
.customer-support-section .customer-content > ul {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.customer-support-section .customer-content > ul > li {
	display: flex;
}
.customer-support-section .customer-content > ul > li::after {
	content: '';
	display: block;
	margin: 0 50px;
	width: 2px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
}
.customer-support-section .customer-content > ul > li:last-child::after {
	width: 0;
	margin: 0;
}
.customer-support-section .customer-content > ul > li > a > ul {
	display: flex;
}
.customer-support-section .customer-content > ul > li > a > ul li:first-child {
	margin-right: 40px;
}
.customer-support-section .customer-content > ul > li > a > ul li {
	line-height: 20px;
	position: relative;
}
.customer-support-section .customer-content > ul > li > a > ul > li:last-child:after {
	width: 38px;
	height: 10px;
	content: '';
	display: block;
	background-image: url(/_skin/tpl_skin/basic_distribution_5/images/main/var_1/btn.png);
	background-repeat: no-repeat;
	background-position: left -175px top -83px;
	position: absolute;
	bottom: 0;
}
.customer-support-section .customer-content > ul > li > a > ul b {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.customer-support-section .customer-board {
	display: flex;
	margin-top: 50px;
}
.customer-support-section .customer-board ul {
	display: flex;
	border: 1px solid #5d5d61;
	box-sizing: border-box;
	padding: 10px 20px;
	width: 100%;
	border-radius: 10px;
	font-size: 16px;
}
.customer-support-section .customer-board div:nth-child(1) {
	width: 46%;
}
.customer-support-section .customer-board div:nth-child(2) {
	width: 95%;
}
.customer-support-section .customer-board b {
	font-family: noto6;
	margin-right: 5px;
}
.customer-support-section .customer-board .customer-notice li:nth-child(3) > a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 375px;
	display: block;
}
.customer-support-section .customer-board > div {
	position: relative;
	margin-left: 8px;
}
.customer-support-section .customer-board > div > a {
	display: block;
	width: 38px;
	height: 10px;
	content: '';
	background-image: url(/_skin/tpl_skin/basic_distribution_5/images/main/var_1/btn.png);
	background-repeat: no-repeat;
	background-position: left -175px top -83px;
	position: absolute;
	right: 20px;
	bottom: 40%;
}
