body {
	padding: 0;
	margin: 0;
	background: white;
}

hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,
			rgba(127, 127, 127, 0),
			rgba(127, 127, 127, 0.75),
			rgba(127, 127, 127, 0));
	background-image: -moz-linear-gradient(left,
			rgba(127, 127, 127, 0),
			rgba(127, 127, 127, 0.75),
			rgba(127, 127, 127, 0));
	background-image: -ms-linear-gradient(left,
			rgba(127, 127, 127, 0),
			rgba(127, 127, 127, 0.75),
			rgba(127, 127, 127, 0));
	background-image: -o-linear-gradient(left,
			rgba(127, 127, 127, 0),
			rgba(127, 127, 127, 0.75),
			rgba(127, 127, 127, 0));
}

.title-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.title-wrap .title-content {
	text-align: center;
	margin-top: 310px;
}

.title-wrap h1 {
	font-size: 2rem;
	font-weight: bold;
	color: white;
	margin: 3rem 0;
}

.title-wrap h3 {
	color: white;
}

.section-bg {
	height: 100vh;
	background-size: cover;
	background-position: center;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
		opacity: 0;
		transform: scale(0);
	}

	.navbar .nav-item:hover .nav-link {
		/* color: #fff; */
	}

	.navbar .nav-item:hover .dropdown-menu {
		display: block;
		opacity: 1;
		transform: scale(1);
	}

	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}
}

/* ============ desktop view .end// ============ */
.container {
	max-width: 1140px !important;
	width: 1140px !important;
}

/* 각 페이지별 상단 파란색 부분 */
.section-header,
.bg-top-image {
	margin-top: 56px;
	border-top: 10px solid dodgerblue;
	padding: 20px 0;
}

.section-header h5.title {
	color: white;
	font-size: 27px;
	margin: 0;
	font-family: 'Questrial';
}

.section-header h6.subTitle {
	color: #ccc;
	margin: 0;
	font-size: 12px;
}

/* 검색창 */
.search-wrap {
	padding: 30px 0;
	position: relative;
}

.search-wrap p {
	font-weight: bold;
	font-size: 20px;
}

.search-wrap input {
	border: 1px solid #ccc;
	background: none;
	width: 100%;
	padding: 5px;
	margin-top: 0;
}

.search-wrap button.prepend-icon {
	position: absolute;
	top: 69px;
	right: 5px;
	border: none;
	background: transparent;
}

.search-wrap button.prepend-icon img {
	width: 15px;
}

.list-wrap {}

.list-wrap .list-header {
	border-bottom: 3px solid #777;
	margin-bottom: 1rem;
}

.list-wrap .list-header p {}

.list-wrap .list-header .page-wrap {}

.list-wrap .list-body {
	display: flex;
	border: 1px solid #ccc;
	padding: 1rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

.list-wrap .list-body .img-part {
	width: 200px;
	height: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 50px 15px;
}

.list-wrap .list-body .img-part span.title {

	color: white;
}

.list-wrap .list-body .desc-part {
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.list-wrap .list-body .desc-part .top {}

.list-wrap .list-body .desc-part .top h5.title {
	margin: 0;
}

.list-wrap .list-body .desc-part .top h6.form-type {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 5px;
	border-radius: 3px;
	background: #aaa;
	color: white;
}

.list-wrap .list-body .desc-part .top p.intro {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5rem;
	max-height: 4.5rem;
	white-space: break-spaces;
}

.list-wrap .list-body .desc-part .bottom {
	display: flex;
	justify-content: space-between;
}

.list-wrap .list-body .desc-part .bottom .price-wrap {}

.list-wrap .list-body .desc-part .bottom .price-wrap span:first-child::before {
	display: none;
}

.list-wrap .list-body .desc-part .bottom .price-wrap span::before {
	content: "";
	background-image: url("/images/vertical.png");
	display: inline-block;
	width: 21px;
	height: 12px;
	background-size: cover;
}

.list-wrap .list-body .desc-part .bottom a {
	color: deepskyblue;
	font-weight: bold;
}

.list-wrap .list-body .desc-part .bottom a img {
	width: 10px;
	margin-right: 5px;
}

.list-wrap .list-body .list-item {
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	width: 140px;
	background-position: center;
	cursor: pointer;
	margin-bottom: 1rem;
}

.list-wrap .list-body .list-item h6.title {

	color: white;

	margin: 35px 17px;
}

.section h5.title {
	margin: 0 0 30px 0;
	font-size: 30px;
}

.section p.content {
	padding: 20px 0 10px 0;
}

.horizontal-line {
	height: 5px;
	width: 70px;
	background: #ccc;
	margin-top: 1rem;
}

.contact-wrap {
	color: white;
	padding: 5rem 0;
}

.contact-wrap h6.title {
	color: white;
	font-size: 15px;
	text-align: center;
	margin: 0.5rem;
}

.contact-wrap p.subTitle {
	text-align: center;
}

.contact-wrap input,
.contact-wrap textarea {
	border: 1px solid #ccc;
	background: transparent;
	width: 100%;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	font-family: "Roboto Slab";
	color: white;
}

.contact-wrap textarea {
	min-height: 150px;
	resize: auto;
}

.contact-wrap button {
	margin-left: auto;
	display: block;
	background: transparent;
	border: 1px solid #fff;
	padding: 7px 50px;
	margin-top: 1rem;
	font-size: 12px;
	color: white;
	cursor: pointer;
}

img.icon {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}

span.files-wrap {
	display: inline-block;
	vertical-align: top;
}

table.detail-table {}

table.detail-table th,
table.detail-table td {
	border: 1px solid;
	padding: 1rem 1.5rem !important;
}

table.detail-table th {
	background: #e5e5e5;
	font-size: 20px !important;
}

table.detail-table td span[data-type] {
	padding: 2px 5px 2px 30px;
	border-radius: 4px;
	position: relative;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	background-color: gray;
	display: inline-block;
}

table.detail-table td span[data-type]::before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	position: absolute;
	left: 5px;
	top: 2.5px;
}

table.detail-table td span[data-type="language"] {
	padding: 2px 5px;
}

table.detail-table td span[data-type="pptx"] {
	background-color: rgb(197, 90, 17);
}

table.detail-table td span[data-type="pdf"] {
	background-color: rgb(192, 0, 0);
}

table.detail-table td span[data-type="infographics"]::before {
	background-image: url(/assets/svg/image-regular.svg);
}

table.detail-table td span[data-type="general"]::before {
	background-image: url(/assets/svg/file-general.svg);
}

table.detail-table td span[data-type="pptx"]::before {
	background-image: url(/assets/svg/file-ppt.svg);
}

table.detail-table td span[data-type="pdf"]::before {
	background-image: url(/assets/svg/file-pdf.svg);
}

.content-part .content {
	min-height: 240px;
}

.content-part .content img {
	float: left;
	width: 180px;
	margin-right: 20px;
}

.content-part .content .report_title {

	position: absolute;

	left: 10px;

	top: 50px;

	color: white;

	width: 160px;

	font-weight: 700;
}

.content-part h2.title {
	font-family: inherit;
}

.content-part h5.subTitle {}

.content-part .content-wrap {}

.content-part .content-wrap h6.title {
	font-family: initial;
	font-size: 15px;
	text-transform: inherit;
	margin-bottom: 10px;
	margin-top: 70px;
}

.content-part .content-wrap .list-header {
	background: #efefef;
	border-bottom: 1px solid #dee2e6;
}

.content-part .content-wrap .list-header button {
	padding: 10px 15px;
	margin: 0;
	width: 100%;
	text-align: left;
}

.content-part .content-wrap .list-header button::before {
	width: 12px;
	height: 10px;
	background-size: contain;
	display: inline-block;
	margin: 0px 4px 0 -6px;
	background-repeat: no-repeat;
}

.content-part .content-wrap .list-header button[aria-expanded="true"]::before {
	content: "";
	background-image: url("/images/svgs/chevron-down-solid.svg");
}

.content-part .content-wrap .list-header button[aria-expanded="false"]::before {
	content: "";
	background-image: url("/images/svgs/chevron-up-solid.svg");
}

.content-part .content-wrap p {
	padding: 3px 10px;
	margin: 0;
}

.advertise_2 {
	background-size: cover;
	background-position: center;
	padding: 20px;
}

.advertise_2 h5.title {
	/* padding: 20px; */
	text-align: left;
	font-size: 16px;
	font-family: 'Lato';
}

.advertise_2 h6.title {
	font-family: 'Arial';
	font-size: 12px;
	text-align: left;
	color: white;
	text-transform: capitalize;
}

.advertise_2 a {
	padding: 6px 17px;
	border-radius: 0;
	color: white;
	font-size: 17px;
	display: inline-block;
	background-color: rgb(0, 176, 240);
}

.btn-download {
	border: none;
	padding: 10px 30px;
	margin: 20px auto;
	display: block;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}

.btn-download img {
	width: 19px;
	margin-right: 17px;
}

.price-info {}

.price-info .fixed-price {
	font-size: 22px;
	font-weight: 300;
	text-decoration: line-through;
	color: gray;
	margin: 20px 0 0 0;
}

.price-info .sale-price {
	margin: 0;
	font-size: 29px;
}

.price-info .dc-rate {
	background: deepskyblue;
	padding: 0px 25px;
	color: white;
	border-radius: 30px;
	line-height: 44px;
}

.ad-arrow-wrap {
	top: 50px;
	position: absolute;
	width: 1200px;
	margin-left: -40px;
}

.ad-arrow-wrap button {
	border: none;
	background: transparent;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ad-arrow-wrap button.slide-prev {
	background-image: url("/images/svgs/chevron-left-solid.svg");
}

.ad-arrow-wrap button.slide-next {
	background-image: url("/images/svgs/chevron-right-solid.svg");
	position: absolute;
	right: 0;
}

.bg-top-image {
	border: none;
	background: #0c1c4f;
}

.bg-top-image .title {
	color: white;
	font-size: 30px;
	margin: 20px 0 15px 0;
	font-family: 'Questrial';
}

.bg-top-image .line {
	height: 4px;
	width: 50px;
	background: white;
}

.sentence-wrap {
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	padding: 20px 10px;
}

.sentence-wrap img {
	width: 40px;
	height: 40px;
	margin-right: 1rem;
}

.sentence-wrap p {
	font-family: 'Arial';
	font-size: 12px;
}

.card-wrap {}

.card-wrap .card-content {
	border: 1px solid #ddd;
	padding: 1rem;
}

.card-wrap .card-content .title {
	margin: 0 10px;
	font-size: 20px;
	font-family: 'Lato';
}

.card-wrap .card-content a {
	color: deepskyblue;
}

.card-wrap .card-content a img {
	height: 19px;
	margin-right: 8px;
}

.contact {
	padding: 100px 30px;
	text-align: right;
}

.contact h6 {
	font-size: 18px;
}

.contact button,
.contact a {
	border: 1px solid #ccc;
	background: transparent;
	padding: 5px 20px;
	font-size: 12px;
	cursor: pointer;
}

.cover-image {
	background-size: cover;
	background-position: center;
}

footer .content {
	color: white;
	font-size: 12px;
}

footer .content a {
	display: block;
	color: white;
}

.btn-outline-light {
	background: transparent;
	border: 1px solid #e5e5e5;
	padding: 2px 40px;
}

.contact-content {
	color: black;
	border-left: 1px solid #CCD;
}

.contact-content h4 {
	margin: 0;
}

.contact-content p {
	margin: 0;
}