@charset "UTF-8";

.branding_title {
	background: url('/images/jium/business_bg.png');
	height: 480px;
	text-align: center;
}

.branding_title h1 {
	height: 413px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 90px;
	font-weight: 200;
	line-height: 107px;
	color: #ffffff;
}

.branding_title h1 span.tit {
	position: relative;
	display: inline-block;
}

.branding_title h1 span.tit::after {
	content: '';
	width: 21px;
	height: 21px;
	background-color: #92fccf;
	border-radius: 50%;
	position: absolute;
	right: 135px;
	top: 15px;
	display: inline-block;
}

.branding_title h1 span.txt {
	display: block;
	margin-top: 19px;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	font-size: 20px;
}

.branding_wrap {
	background-color: #000000;
}

.branding_wrap video::-webkit-media-controls-fullscreen-button {
	display: none;
}

.branding_wrap video::-webkit-media-controls-play-button {
	display: none;
}

.branding_wrap video::-webkit-media-controls-timeline {
	display: none;
}
/* 현재 진행 시간 */
.business_wrap video::-webkit-media-controls-current-time-display {
	display: none;
}

.business_wrap video::-webkit-media-controls-time-remaining-display {
	display: none;
}

.business_wrap video::-webkit-media-controls-mute-button {
	display: none;
}

.branding_wrap video::-webkit-media-controls-volume-slider {
	display: none;
}

.branding_wrap video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}

.branding_wrap .section1 {
	background: url('/images/jium/branding_section1_bg.png') no-repeat
		center;
	padding-top: 75px;
	padding-bottom: 89px;
	text-align: center;
	position: relative;
}

.branding_wrap .section1 .title {
	font-size: 35px;
	font-weight: 800;
	line-height: 35px;
	color: #92FCCF;
}

.branding_wrap .section1 .list {
	margin-top: 45px;
}

.branding_wrap .section1 .list .item {
	border: 1px solid #434343;
	display: inline-block;
	background-color: #000000;
}

.branding_wrap .section1 .list .item p {
	width: 256px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	height: 50px;
	color: #9E9E9E;
	padding: 10px 0;
	background-color: #333333;
	border-radius: 4px;
	margin: 10px;
	box-sizing: border-box;
}

.branding_wrap .section1 .list .item p.col1 {
	color: #9E9E9E;
	background-color: #242424;
}

.branding_wrap .section1 .list .item1 {
	border: 2px solid #92FCCF;
	margin-left: 19px;
}

.branding_wrap .section1 .list .item1 p.col1 {
	color: #92FCCF;
	background-color: #004952;
}

.branding_wrap .section1 .list .item1 p {
	color: #272727;
	background-color: #CAE2E5;
}

.branding_wrap .section1 .list .item1 p.col1 {
	color: #92FCCF;
	background-color: #004952;
}

.branding_wrap .section2 {
	text-align: center;
}

.branding_wrap .section2 .title_box {
	padding-top: 86px;
}

.branding_wrap .section2 .img_box .mo {
	display: none;
}

.branding_wrap .section2 .title_box .tit {
	font-size: 35px;
	font-weight: 800;
	line-height: 35px;
	color: #92FCCF;
}

.branding_wrap .section2 .title_box .line {
	display: inline-block;
	width: 334px;
	margin-top: 45px;
	font-size: 18px;
	font-weight: 700;
	line-height: 35px;
	color: #92FCCF;
}

.branding_wrap .section2 .title_box .line>span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.branding_wrap .section2 .title_box .line>span::after {
	content: '';
	position: absolute;
	display: inline-block;
	left: 45px;
	top: 50%;
	width: 224px;
	height: 1px;
	background: #92fccf;
	transform: translateY(-50%);
}

.branding_wrap .section2 .title_box .txt {
	margin-top: 25px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
}

.branding_wrap .section2 .accordion {
	display: inline-block;
	width: 741px;
	margin-top: 51px;
}

.branding_wrap .section2 .accordion li {
	background-color: #252525;
	margin-bottom: 20px;
	border-radius: 8px;
	text-align: left;
	padding: 10px 20px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

.branding_wrap .section2 .accordion li::after {
	content: '';
	background: url('/images/jium/black_arrow_icon.png') no-repeat center;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 15px;
	transform: rotate(180deg);
	width: 24px;
	height: 24px;
}

.branding_wrap .section2 .accordion li p.toggle {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 35px;
	color: #F1F1F1;
}

.branding_wrap .section2 .accordion li p.toggle.active::after {
	transform: rotate(0);
}

.branding_wrap .section2 .accordion li .accordion-contents {
	margin-top: 10px;
	padding-bottom: 20px;
}

.branding_wrap .section2 .accordion li .txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #F1F1F1;
	position: relative;
}

.branding_wrap .section3 {
	text-align: center;
	margin-top: 153px;
	padding: 126px 0 121px 0;
	background: url('/images/jium/lectures_wrap_section6_bg.png') no-repeat
		center;
}

.branding_wrap .section3 p {
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
	color: #fff;
}

.branding_wrap .section3 .btn {
	margin-top: 43px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	height: 55px;
	border-radius: 100px;
	padding: 10px 30px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #92fccf;
	color: #004952;
}

@media ( max-width : 1000px) {
	.branding_wrap .section2 .img_box {
		display: inline-block;
	}
	.branding_wrap .section2 .img_box img {
		width: 100%;
	}
	.branding_wrap .section2 .accordion {
		width: 100%;
	}
	.branding_wrap .section2 .accordion li p.toggle {
		line-height: 24px;
	}
	.branding_wrap .section2 .accordion li p.toggle .br {
		display: block;
	}
}

@media ( max-width : 700px) {
	.branding_title {
		height: 386px;
	}
	.branding_title h1 {
		height: 334px;
		font-size: 60px;
		line-height: 72px;
	}

	.branding_title h1 span.tit::after {
		content: '';
		width: 14px;
		height: 14px;
		right: 34%;
		top: 16px;
	}
	.branding_title h1 span.txt {
		font-size: 16px;
	}
	.branding_wrap .section1 {
		background-image: url(/images/jium/branding_Msection1_bg.png);
		background-size: cover;
		padding-bottom: 68px;
		padding-top: 50px;
	}
	.branding_wrap .section1 .title {
		font-size: 30px;
	}
	.branding_wrap .section1 .list .item p {
		width: 150px;
	}
	.branding_wrap .section2 .img_box .pc {
		display: none;
	}
	.branding_wrap .section2 .img_box .mo {
		display: block;
	}
	.branding_wrap .section2 .title_box .tit {
		font-size: 30px;
	}
	.branding_wrap .section2 .title_box .txt br {
		display: none !important;
	}
	.branding_wrap .section2 .title_box .txt .br {
		display: block;
	}
	.branding_wrap .section3 {
		margin-top: 70px
	}
}

@media ( max-width : 499px) {
	.branding_wrap .section1 .title {
		font-size: 24px;
	}
	.branding_wrap .section2 .title_box .tit {
		font-size: 24px;
	}
	.branding_wrap .section1 .list .item1 {
		margin-left: 10px;
	}
	.branding_wrap .section1 .list .item p {
		width: 138px;
	}
	.branding_wrap .section2 {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.branding_wrap .section2 .title_box .line {
		width: 200px;
	}
	.branding_wrap .section3 {
		padding: 90px 0 112px 0;
	}
	.branding_wrap .section3  p {
		font-size: 16px;
		line-height: 28px;
	}
	.branding_wrap .section2 .title_box .line>span::after {
		width: 95px;
	}
}