/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* 로그인페이지 - 회원가입 페이지 */
body.page-id-10724 header,
body.page-id-10724 footer,
body.page-id-9819 header,
body.page-id-9819 footer {
	display: none;
}

/* 메인페이지 - 메인 슬라이더 */
#sld_title h1 {
	background: -webkit-linear-gradient(rgb(0, 108, 255), rgb(5, 73, 215));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* 메인페이지 - 계속해서... */
.add_icon .elementor-widget-container .elementor-button-wrapper a.box-button {
	padding-left: 16px;
	background: #fff url('/wp-content/uploads/2023/10/icon_button.png') no-repeat;
	background-position: left 0px top 8px;
}

.add_icon .elementor-widget-container .elementor-button-wrapper a.box-button:hover {
	background: #fff url('/wp-content/uploads/2023/10/icon_button.png') no-repeat;
	background-position: left 0px top 8px;
}

/* 라운드 백그라운드 포인트 */
.round_title {
	display: inline-block;
	padding: 15px 20px;
	margin-bottom: 0px;
	border-radius: 45px;
	background-color: #1896ff;
}

.round_title.white {
	background-color: #fff;
}

/* 메인페이지 - 커스터 마이징 */
.point_title {
	position: relative;
	display: inline-block;
}

.point_title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	background: #ececec;
	border-radius: 45px;
	z-index: -1;
}

.content ul.list_custom {
	display: block;
	margin-top: 20px;
	margin-left: 0px;
	list-style: none;
}

.content ul.list_custom li {
	padding-bottom: 25px;
	padding-left: 25px;
	background: url('/wp-content/uploads/2023/10/icon_list_custom.png') no-repeat;
	background-size: 11px 11px;
	background-position: left 0px top 5px;
}

/* 메인 페이지 - 요금제 */
.small {
	font-size: 30px;
	font-weight: 500;
}

/* 메인 페이지 - 사이드톡 사용문의하기 */
.elementor-widget-text-editor h3.dealer-icon_title {
	padding-left: 48px;
	margin-bottom: 0px;
	background: url('/wp-content/uploads/2023/12/icon_dealer.png') no-repeat;
	background-size: 36px 36px;
	background-position: left 0px top 50%;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: -.5px;
	color: #000;
}

dl.info_dealer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 50px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 20px;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

dl.info_dealer dt {
	width: 33.33%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color: #000;
}

dl.info_dealer dd {
	width: 33.33%;
	text-align: right;
	word-break: break-word;
}

dl.info_dealer dd:nth-child(2) {
	text-align: center;
}

dl.info_dealer dd a {
	display: inline-block;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	text-decoration: none;
	color: #999;
}

dl.info_dealer dd:nth-child(2) a {
	background: url('/wp-content/uploads/2023/12/icon_tel.png') no-repeat;
	background-size: 21px 21px;
	background-position: left 0px top 50%;
}

dl.info_dealer dd:nth-child(3) a {
	background: url('/wp-content/uploads/2023/12/icon_mail.png') no-repeat;
	background-size: 21px 21px;
	background-position: left 0px top 50%;
}

/* 서브 페이지 - 요금제 */
.price_period {
	font-size: 17px;
	font-weight: 500;
	color: #999;
}

/* 풋터 회사 정보*/
.list_info_footer {
	display: flex;
	flex-wrap: wrap;
}

.list_info_footer li {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}

.list_info_footer li::after {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	width: 1px;
	height: 16px;
	background: #333;
}

.list_info_footer li:last-child::after {
	content: '';
	display: none;
}

.list_info_footer li span.sbj {
	font-weight: 700;
	color: #333;
}

/* 풋터 - 패밀리 사이트 */
.wrap_footer_family>a {
	display: inline-block;
	text-decoration: none;
	padding: 24px 40px 24px 35px;
	border: 3px solid #1896ff;
	border-radius: 45px;
	background: #fff url('/wp-content/uploads/2023/10/icon_arrow_down.png') no-repeat;
	background-size: 11px 6px;
	background-position: top 50% right 13px;
	line-height: 1;
}

.wrap_footer_family .list_footer_family {
	display: none;
	transition: all 300ms ease-in-out;
}

.wrap_footer_family.on .list_footer_family {
	position: absolute;
	display: block;
	top: 80px;
	right: 0;
	width: 158px;
	padding: 0px;
	border: 1px solid #ededed;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.05);
	z-index: 999;
}

.wrap_footer_family .list_footer_family li {
	border-bottom: 1px solid #ededed;
	text-align: center;
}

.wrap_footer_family .list_footer_family li a {
	display: block;
	padding: 12px 0px;
	text-decoration: none;
	font-size: 14px;
	color: #777;
}

.wrap_footer_family .list_footer_family li a {
	color: #000;
}

@media only screen and (max-width: 768px) {

	dl.info_dealer dt,
	dl.info_dealer dd,
	dl.info_dealer dd:nth-child(2) {
		width: 100%;
		text-align: left;
		word-break: break-word;
	}

	dl.info_dealer dt {
		margin-bottom: 5px;
	}

	dl.info_dealer dd a {
		font-size: 16px;
		line-height: 2;
	}
}

@media only screen and (max-width: 600px) {
	.elementor-widget-text-editor h3.dealer-icon_title {
		margin-bottom: 0px;
		font-size: 19px;
		font-weight: 700;
		line-height: 45px;
		color: #000;
	}

	dl.info_dealer {
		padding: 20px 20px;
	}

	dl.info_dealer dt,
	dl.info_dealer dd {
		width: 100%;
		text-align: left;
	}
}

@media only screen and (max-width: 425px) {
	.mobile_hidden {
		display: none;
	}
}

/* PDF Download Button Styles - Structured & Responsive */
#sidetalk-home-wrapper .cta-download-wrap,
#pricing-page-wrapper .cta-download-wrap {
	margin-bottom: 50px;
}

#sidetalk-home-wrapper .btn-download-pdf,
#pricing-page-wrapper .btn-download-pdf {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 60px;
	border-radius: 60px;
	font-size: 20px;
	font-weight: 800;
	box-shadow: 0 15px 35px -5px rgba(37, 99, 235, 0.5);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	white-space: nowrap;
}

#sidetalk-home-wrapper .btn-download-pdf i,
#pricing-page-wrapper .btn-download-pdf i {
	margin-right: 12px;
}

#sidetalk-home-wrapper .btn-download-pdf:hover,
#pricing-page-wrapper .btn-download-pdf:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 40px -5px rgba(37, 99, 235, 0.6);
}

@media screen and (max-width: 767px) {

	#sidetalk-home-wrapper .btn-download-pdf,
	#pricing-page-wrapper .btn-download-pdf {
		width: auto;
		max-width: 90%;
		padding: 14px 28px;
		font-size: 16px;
		font-weight: 700;
		border-radius: 40px;
		box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.4);
	}

	#sidetalk-home-wrapper .btn-download-pdf i,
	#pricing-page-wrapper .btn-download-pdf i {
		margin-right: 8px;
	}
}

/* Unified Card Components */
#pricing-page-wrapper .pc-card .icon-header {
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1;
}

#pricing-page-wrapper .pc-card h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #111827;
}

#pricing-page-wrapper .pc-card p {
	font-size: 15px;
	color: #6b7280;
	line-height: 1.6;
	margin: 0 0 24px 0;
}

/* Contact Card Specific Adjustments (Layout only) */
#pricing-page-wrapper .contact-actions {
	margin-top: auto;
}

#pricing-page-wrapper .btn-doc-download {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.2s ease;
	width: 100%;
	box-sizing: border-box;
}

#pricing-page-wrapper .btn-doc-download:hover {
	background: #eff6ff;
	border-color: #bfdbfe;
	transform: translateY(-2px);
}

#pricing-page-wrapper .btn-doc-download .icon {
	font-size: 20px;
	color: #ef4444;
	margin-right: 12px;
}

#pricing-page-wrapper .btn-doc-download .text {
	flex: 1;
	font-weight: 600;
	color: #333;
	font-size: 16px;
	text-align: left;
}

#pricing-page-wrapper .btn-doc-download .arrow {
	color: #94a3b8;
	font-size: 14px;
	transition: transform 0.2s;
}

#pricing-page-wrapper .btn-doc-download:hover .arrow {
	color: #2563eb;
	transform: translateX(3px);
}

#pricing-page-wrapper .contact-info-list {
	border-top: 1px solid #f3f4f6;
	padding-top: 24px;
	margin-bottom: 24px;
}

#pricing-page-wrapper .info-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	font-size: 15px;
	color: #4b5563;
}

#pricing-page-wrapper .info-item:last-child {
	margin-bottom: 0;
}

#pricing-page-wrapper .info-item i {
	color: #9ca3af;
	margin-right: 10px;
	margin-top: 4px;
	width: 16px;
	text-align: center;
}