html {
	scroll-behavior: smooth;
}
body {
	margin: 0 auto;
	padding: 0;
	letter-spacing: -0.32px;
	line-height: 1.5;
	color: #242424;
	font-family: 'Pretendard';
}
a {
	text-decoration: none;
	color: #242424;
	font-weight: 500;
}
b {
	font-weight: 600;
}
header {
	position: sticky;
	top: 0;
	padding-top:10px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

main {
	width: 100%;
	margin: 0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

strong {
	font-weight: 600;
	color: #bc222a;
}

h1 {
	font-size: 2.5rem;
	margin: 0;
	text-align: center;
	font-weight: 600;
}

h2 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

h3 {
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 1.25rem;
}

p {
	margin: 0;
	word-break: keep-all;
}

ul {
	padding-left: 20px;
}

#header_container {
	padding-top:10px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px auto;
	max-width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#menu_container {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px auto;
	margin-top:10px;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: transparent;
	background-color: #bc222a;
	justify-content: flex-end;
}

#title1 {
	font-size: 2.5rem;
	margin: 0;
	text-align: center;
	font-weight: 600;
}

#gnb_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	
}

a.nav {
	padding: 6px 12px;
	margin:4px;
	border-radius: 4px;
	color:#FFFFFF;
	white-space: nowrap;
	text-decoration: none;
}

a.nav:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.badge {
	display: block;
	margin: 0 auto;
	margin-bottom:20px;
	margin-top:30px;
	width: fit-content;
	padding: 6px 8px;
	font-weight: 500;
	background-color: #F2EBEB;
	color: #bc222a;
}

.small_btn {
	padding: 6px 12px;
	background-color: #bc222a;
	color: #fff;
	border-radius: 2px;

	display:block;
	margin:0 auto;
	width:fit-content;
	margin-top:32px;
}
.small_btn:hover {
	background-color: rgba(0, 0, 0, 0.1);
	background-color: #bc222a;
}

#hero {
	max-width: 1200px;
	width:80%;
	margin: 0 auto;
	margin-top: 100px;
	padding: 48px 20px;
}

.scroll_target{
	scroll-margin-top: 80px;
	padding-top:100px;
}

.title_container {
	display: flex;
	flex-direction: column;
	width: fit-content;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom:20%;
}

.title_1 {
	font-size:28px;
	font-weight:600;
	text-align: left;
	box-sizing: border-box;
	margin-top:20px;
}

.title_container > .title_div {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.title_container > .title_div img {
	max-width: 100%;
	box-sizing: border-box;
	max-width:400px;
	display:block;
}

.sector_diff{
	background: linear-gradient(to bottom, transparent 100px, #F5F5F5 0);
}

.section_container {
	max-width: 1200px;
	width:90vw;
	margin: 0 auto;
	padding: 60px 20px;
}

.section_container_full{
	width:100%;
	margin: 0 auto;
	padding: 60px 0px;
}

.effect_conatiner_sub{
	margin-top:300px;
	margin-bottom:200px;
	background-color: #f5f5f5;
}

.effect_conatiner_sub > .effect_con {

	margin-top:50px;
	margin-bottom:50px;
}

.hr_suggestion_container{
	padding: 30px 0px;
}

.feature_container_temp {
	display: flex;
	width: 100%;
	background-color: #FFFFFF;
	align-items: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.feature_con_temp {
	flex: 0 0 40%;
}

.feature_con_temp img {
	width: 100%;
	height: auto;
	display: block;
}

.feature_text_temp {
	flex: 1;
	padding: 20px;
	display: flex;
	align-items: center;
	font-size: 1.1em;
	line-height: 1.5;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 1.65rem;
}

.feature_text_temp span {
	font-weight: 700;
}

.feature_text_temp span span {
	color:#bc222a;
}

.feature_container {
	display: flex;
	gap: 20px;
	flex-wrap: nowrap;
}

.feature_con {
	border-radius: 8px;
	background-color: #fff;
	padding: 32px;
}

.effect_container {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.effect_con {
	border-radius: 8px;
	background-color: #fff;
	padding: 50px 32px;
}

.effect_title {
	margin: 0;
	margin-bottom: 20px;
	font-size: 1.25rem;
	font-weight: 500;
}

.effect_ul {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	align-items: center;
	font-size: 1rem;
}

.effect_ul_sub{
	display: flex;
	gap: 8px;
	margin-top: 10px;
	margin-left:20px;
	align-items: center;
	font-size: 1rem;
}

.effect_cta {
	gap: 32px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: url(/static/images/index/effect_banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:200px;
	padding: 40px;
	aspect-ratio: 16/10;
}

.cta_title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
}

.cta_btn {
	display: inline-block;
	cursor: pointer;
	font-weight: 500;
	margin-top: 32px;
	font-size: 1.25rem;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 32px;
	align-self: flex-start;
}

.cta_more_btn{
	margin-left: 25px;
	margin-top: -28px;
	font-size: 0.85rem;
}
.cta_more_btn_small{
	margin-top: -13px;
}
.cta_more_btn > a,
.cta_more_btn_small > a{
	color: white;
}

.review_con {
	display: flex;
	flex: 1;
	align-items: center;
	gap: 40px;
	padding: 40px;
}

.review_container {
	width: 100%;
	display: flex;
	gap: 20px;
}

.tabbox {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]+label {
	display: inline-block;
	padding: 8px 10px;
	font-weight: 500;
	color: #242424;
	cursor: pointer;
	font-size: 1rem;
	border-radius: 24px;
}

input[type="radio"]:checked+label {
	background-color: #242424;
	color: #fff;
}

.tabmenu {
	display: inline-block;
	padding: 8px 10px;
	font-weight: 500;
	background-color: #242424;
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	border-radius: 24px;
}

.conbox {
	margin-top: 20px;
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #f5f5f5;
	display: block;
	text-align: center;
}
.conbox_sub{
	max-width: 1200px;
	width:90vw;
	margin: 0 auto;
	padding: 60px 20px;
}

.component_title {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	font-size: 1.5rem;
}

.con_title {
	font-size: 1.25rem;
	font-weight: 500;
}

.component_container {
	margin-top: 48px;
	display: flex;
	justify-content: center;
	gap: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.component_con {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 32px;
	background-color: #fff;
	text-align: left;
	border-radius: 8px;
}

.con1 {
	padding-bottom:0px;
}

.con1_wrapper {
	margin-top: 48px;
}

.con2_bottom {
	flex-wrap: nowrap;
	display: flex;
	padding: 40px;
	justify-content: space-between;
}

.bottom_left {
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
}

.left_title {
	font-size: 1.5rem;
	font-weight: 500;
}

input[id="tab1"]:checked~.con1 {
	display: block;
}

input[id="tab2"]:checked~.con2 {
	display: block;
}

input[id="tab3"]:checked~.con3 {
	display: block;
}

.tabbox2 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.conbox2 {
	width: 100%;
	margin-top: 20px;
	display: none;
}

.price_container {
	display: flex;
	width: 100%;
	gap: 20px;
	justify-content: center;
}

.price_con {
	width: 30%;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 48px 20px;
	border: 1px solid #242424;
}

.price_title {
	margin-bottom: 10px;
	color: #bc222a;
}

.price_mid {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

input[id="tab01"]:checked~.con1 {
	display: block;
}

input[id="tab02"]:checked~.con2 {
	display: block;
}

.event_container2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top:80px;
	padding-bottom:80px;
	text-align: center;
	background-image: url(/static/images/index/bg_smartstore.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 48px;
	margin-bottom: 20px;
	max-width:1200px;
}

.event_title {
	font-size: 1.5rem;
}

.event_container {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 40px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
	background-image: url(/static/images/index/event_background.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 48px;
	margin-bottom: 20px;
	max-width:1200px;
}

.event_title {
	font-size: 1.5rem;
}

.cta_btn2 {
	cursor: pointer;
	font-weight: 500;
	margin-top: 32px;

	width: fit-content;
	font-size: 1rem;
	background-color: #2277F2;
	Color: #fff;
	padding: 10px 20px;
	border-radius: 32px;
}

.faq_container {
	width: 100%;
	border-top: 1px solid #242424;
}

details {
	border-bottom: 1px solid #242424;
	padding: 20px;
	border-collapse: collapse;
}

summary {
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
}

summary::-webkit-details-marker {
	display: none;
	/* 기본 삼각형 아이콘 제거 */
}

.summary img {
	transition: 0.3s ease;
}

details[open] summary img {
	transform: rotate(180deg);
}

.answer {
	margin: 0;
	margin-top: 10px;
	color: #525252;
}

.detail_form {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 48px;
	align-items: center;
	width: 30%;
}

.simple_form {
	display: flex;
	flex-direction: row !important;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	width: auto;
}
.form_container {
	width:auto;
	
}

.simple_center {
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
	width: 100%;
}
.simple_center > div{
	display:flex;
	margin-bottom:5px;
	gap: 10px;
}

.form_group {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.form_group label {
	font-weight: 500;
}

.form_group input {
	font-family: 'Pretendard';
	font-size: 1rem;
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 2px;
}
.input_required_mark{
	color:#CA0000;
}

.form_group input ::placeholder {
	color: #ccc;
}

.form_group select {
	font-family: 'Pretendard';
	font-size: 1rem;
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 2px;
}

.form_group textarea {
	padding: 10px;
	font-family: 'Pretendard';
	line-height: 1.5;
	font-size: 1rem;
	aspect-ratio: 4/3;
	max-height: fit-content;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow-y: auto;
	resize: none;
}

.form_group textarea ::placeholder {
	color: #ccc;
}

.simple_input1 {
	width:210px;
}

.simple_input2 {
	width:80px;
}

.simple_input3 {
	width:150px;
}


.form_group_simple{
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.form_group_simple label {
	font-weight: 500;
}

.form_group_simple input {
	font-family: 'Pretendard';
	font-size: 1rem;
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 2px;
}

.form_group_simple input ::placeholder {
	color: #ccc;
}

.form_group_simple select {
	font-family: 'Pretendard';
	font-size: 1rem;
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 2px;
}

.form_group_simple textarea {
	padding: 10px;
	font-family: 'Pretendard';
	line-height: 1.5;
	font-size: 1rem;
	aspect-ratio: 4/3;
	max-height: fit-content;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow-y: auto;
	resize: none;
}

.form_group_simple textarea ::placeholder {
	color: #ccc;
}

.icContentAutoselected{
	background:#d1000026;
}

.div-table {
	display: table;
	width: 100%;
	margin-top: 30px;
	border-spacing: 0;
	border-top: 2px solid #000000;
	table-layout: fixed; /* Ensures column widths are respected */
}

.div-table-header, .div-table-row {
	display: table-row;
}

.div-table-row:hover {
	background-color: #f0f0f0;
	cursor: pointer;
}

.div-table-cell {
	display: table-cell;
	padding: 12px 10px;
	text-align: center;
	border-bottom: 2px solid #ccc;
	vertical-align: middle;
}

.div-table-header .div-table-cell {
	font-weight: bold;
	background-color: #eaeaea;
}

/* Style for the title cell to prevent overflow on desktop */
.div-table .tbtitlecontext {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left; /* Titles look better left-aligned */
}

/* Modal overlay */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	/* Center the modal content */
	align-items: center;
	justify-content: center;
}

/* The main modal container */
.modal-content {
	background-color: #fff;
	width: 90%;
	max-width: 1100px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);

	/* Flexbox for header/body layout */
	display: flex;
	flex-direction: column;

	/* Limit height and allow shrinking */
	max-height: 85vh; 
	overflow: hidden; /* Hide overflow from the container */

	/* Animation */
	animation: fadeIn 0.3s ease-out;
}

/* Modal header with title and close button */
.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	border-bottom: 1px solid #dee2e6;
	background-color: #f8f9fa;
	/* Prevent header from shrinking */
	flex-shrink: 0; 
}

.modal-title {
	margin: 0;
	font-size: clamp(0.84rem, 2vw, 1.5rem);
	font-weight: 500;
}

.close-btn {
	font-size: 1.5rem;
	font-weight: bold;
	color: #6c757d;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	line-height: 1;
}

.close-btn:hover {
	color: #212529;
}

/* Modal body - this is the scrollable area */
.modal-body {
	padding: 24px;
	/* Make the body scrollable */
	overflow-y: auto; 
	/* Allow the body to grow and fill available space */
	flex-grow: 1; 
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.modal_opener{
	cursor: pointer;
}

.reCAPCHA_container {
	width: 100%;
	background-color: #f5f5f5;
}

.checkbox_container {
	display: flex;
	gap: 5px;
	font-weight: 500;
	justify-content: flex-end;
}

.checkbox_container input {
	width: 12px;
	padding-top: 4px;
	margin: 0;
	cursor: pointer;
}

.checkbox_container label {
	font-size:12px;
	cursor: pointer;
}

input[type="submit"] {
	width: 100%;
	border: 0;
	font-family: 'pretendard';
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-color: #bc222a;
	line-height: 1.5;
	letter-spacing: -0.32px;
	padding: 10px;
	border-radius: 1px;
	cursor: pointer;
}

.simple_form_submit_btn {
	width: 100%;
	border: 0;
	font-family: 'pretendard';
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-color: #bc222a;
	line-height: 1.5;
	letter-spacing: -0.32px;
	padding: 10px;
	border-radius: 1px;
	cursor: pointer;
}

.form_submit_btn {
	width: 100%;
	border: 0;
	font-family: 'pretendard';
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-color: #bc222a;
	line-height: 1.5;
	letter-spacing: -0.32px;
	padding: 10px;
	border-radius: 1px;
	cursor: pointer;
}


.footer_background {
	width: 100%;
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
}

.footer_container {
	padding: 20px 20px;
	max-width: 1200px;
	margin: 0 auto;
	color: #575757;
	font-size: 0.875rem;
}

.footer_title {
	font-weight: 500;
	margin-bottom: 10px;
}

.footer_label {
	display: inline-block;
	font-weight: 500;
	margin-right: 10px;
}

.footer_content {
	display: inline-block;
	color: #8a8a8a;
}

.footer_btn {
	margin-top: 20px;
}

.popup_title {
	text-align: left;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0;
}

.popup_date {
	margin-top: 8px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ccc;
}

.popup_date1 {
	margin-right: 8px;
	font-weight: 500;
	color: #8a8a8a
}

.popup_date2 {
	color: #8a8a8a;
}

.popup_content {
	color: #525252;
	padding: 24px 0px;
}

.popup-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	width: 50%;
	height:90vh;
	overflow-y:scroll;
}

.close-btn {
	float: right;
	clear: both;
	max-width: 32px;
	height: auto;
	cursor: pointer;
}

.policy_button1 {
	background-color: #f5f5f5;
	font-family: 'Pretendard';
	font-size: 0.875rem;
	font-weight: 600;
	color: #575757;
	letter-spacing: -0.32px;
	border: 0;
	cursor: pointer;
	padding: 0;
	margin-right: 8px;
}

.policy_button2 {
	background-color: #f5f5f5;
	font-family: 'Pretendard';
	font-size: 0.875rem;
	font-weight: 500;
	color: #575757;
	letter-spacing: -0.32px;
	border: 0;
	cursor: pointer;
	text-decoration: underline;
	padding: 0;
}

#recaptcha-modal {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0, 0, 0, 0.5); /* 반투명 검은 배경 */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

#recaptcha-box {
	position: relative;
	background: #fff;
	padding: 20px 30px;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
#recaptcha-close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #6c757d;
	cursor: pointer;
	line-height: 1;
}
#recaptcha-close-btn:hover {
	color: #212529;
}


@keyframes shake {
	0%, 100% {
		transform: translateX(0);
	}
	20%, 60% { 
		transform: translateX(-5px);
		
	}
	40%, 80% {
		transform: translateX(5px);
	}
}

.shake {
	animation: shake 0.4s;
}

/* blog part */
.se-main-container{
	width:100%;
	max-width:982px;
	margin:0 auto;
	padding:0;
}
.se-main-container div{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	vertical-align:baseline;
}
.se-main-container .se-component{
	position:relative;
	margin-bottom:30px;
}
.se-main-container .se-image+.se-text{
	margin-top:20px;
}
.se-main-container .se-text{
	margin-top:30px;
}
.se-section-align-center{
	margin:0 auto !important;
}
.se-image-resource{
	width:100%;
}
.tb_title_context{
	text-align: left !important;
}
.se-text-paragraph{
	line-height: 1.8;
}
#mobile_inquiry_btn {
	display: none !important;
}

@media screen and (max-width:1100px) {
	.feature_text_temp{
		font-size:1.15em;
	}
}

@media screen and (max-width:940px) {
	.simple_center{
		display:block;
	}
	#header_container .simple_form {
		display: none;
	}

	/* 2. Show the mobile "빠른문의" button in the header */
	#header_container #mobile_inquiry_btn {
		display: block !important;
	}
	 
	/* 3. Style the mobile form for vertical layout inside the modal */
	.simple_form {
		width: 100%;
	}
	.simple_center {
		flex-direction: column;
		gap: 10px;
	}
	.simple_center > div {
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	.form_group_simple,
	.form_group_simple input,
	.form_group_simple select,
	.simple_form_submit_btn {
		width: 100%;
		box-sizing: border-box;
	}
}

@media screen and (max-width:768px) {
	html {
		/*모바일 화먄에서 스크롤 생성X*/
		::-webkit-scrollbar {
			-ms-overflow-style: none;
			scrollbar-width: none;
		}
	}
	form {
		width:100%;
	}
	
	.detail_form {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-top: 48px;
		align-items: center;
		width: 85%;
	}
	
	
	.simple_form_submit_btn {
		width: 100%;
		border: 0;
		font-family: 'pretendard';
		font-size: 0.95rem;
		font-weight: 500;
		color: #fff;
		background-color: #bc222a;
		line-height: 1.5;
		letter-spacing: -0.32px;
		padding: 3px;
		padding-left:5px;
		padding-right:5px;
		border-radius: 1px;
		cursor: pointer;
	}
	
	.title_1{
		font-size:4vw;
	}
	
	.title_container > .title_div img {
		max-width: 100%;
		box-sizing: border-box;
		max-width:250px;
		display:block;
	}

	.title_2 {
		font-size: 1.25rem;
	}

	.feature_container {
		flex-direction: column;
	}
	
	.feature_con_temp {
		max-width:400px;
	}
	
	.feature_container_temp {
		flex-direction: column;
	}
	
	.feature_text_temp span {
		font-weight: 700;
		font-size: 4vw;
	}

	.effect_container {
		flex-direction: column;
	}
	
	.effect_con{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-left:10px;
		margin-right:10px;
	}

	.review_container {
		flex-direction: column;
	}

	.review_con {
		padding: 10px;
		flex-direction: column;
	}

	.component_container {
		flex-direction: column;
	}

	.con2_bottom {
		flex-direction: column;
	}

	.price_container {
		flex-direction: column;
	}

	.price_con {
		width: -webkit-fill-available;
	}

	.cta_title {
		font-size: 1.5rem;
	}

	.cta_btn {
		font-size: 1rem;
	}

	.component_title {
		font-size: 1.25rem;
	}

	.event_title {
		font-size: 1.25rem;
	}
	.popup {
		width:90%;
	}

	.scroll_target{
		scroll-margin-top: 120px;
	}

	#gnb_container {
		justify-content: center;
	}
	a.nav {
		font-size: 14px;
	}
	.div-table {
		display: block; /* Change display to block to stack rows */
		border-top: none;
	}

	.div-table-header {
		display: none; /* Hide the table header on mobile */
	}

	.div-table-row {
		display: block; /* Make each row a block-level element */
		border: 1px solid #ddd;
		border-radius: 8px;
		margin-bottom: 15px;
		padding: 15px;
		background-color: #ffffff;
		box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	}
	
	.div-table-row:hover {
		background-color: #f9f9f9;
		transform: translateY(-2px);
		box-shadow: 0 4px 8px rgba(0,0,0,0.08);
		transition: all 0.2s ease-in-out;
	}

	.div-table-cell {
		display: flex; /* Use flexbox for label-value alignment */
		justify-content: space-between; /* Space between label and value */
		text-align: right; /* Align the cell value to the right */
		padding: 10px 0;
		border-bottom: 1px dashed #eee;
		width: 100% !important; /* Override inline styles */
	}

	.div-table-cell:last-child {
		border-bottom: none;
	}

	/* Use the 'data-label' attribute to create a label for each cell */
	.div-table-cell::before {
		content: attr(data-label);
		font-weight: bold;
		text-align: left;
		padding-right: 15px;
		color: #333;
	}

	/* Special handling for title to allow wrapping */
	.div-table-cell.tbtitlecontext {
		display: block;
		text-align: left;
		padding-top: 15px; /* Add some space above the title */
	}

	.div-table-cell.tbtitlecontext::before {
		margin-bottom: 5px;
	}

	.modal-body{
		scrollbar-width:thin;
	}
	.conbox_sub{
		padding:0;
	}
	
}
@media screen and (max-width: 480px) {
	#menu_container {
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	#menu_container::-webkit-scrollbar {
		display: none;
	}
}