@charset "utf-8";

/* ============================================================
 * buildlog-pallete Àü¿ë ½ºÅ¸ÀÏ
 *  »ç¿ëÃ³: buildlog/buildlog-pallete.html (ºôµå·Î±× °ü¸® - ÆÈ·¹Æ®Çü)
 *  PSD: design/web/ppt08.psd (°ü¸®È¨)
 * ============================================================ */

/* ÆäÀÌÁö Å¸ÀÌÆ² ¹èÁö */
.sub_page_ttl .badge {
	display: inline-block;
	margin-left: 8px;
	padding: 4px 14px;
	color: #2563eb;
	background: #fff;
	border: 1px solid #93c5fd;
	border-radius: 999px;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
}

/* ============ Æû ¿µ¿ª °øÅë ============ */

/* ¶óº§ + ¾È³»¹® ÇÑ ÁÙ */
.write_cont .write_tit_wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}
.write_cont .write_tit_wrap > p {
	margin: 0;
}
.write_cont .write_tit_wrap .ex_memo {
	color: #9ca3af;
	font-size: 13px;
	font-weight: 400;
}

/* ÀÔ·Â ¹Ú½º ? wrapper ´ÜÀÏ ¹Ú½º (sub.cssÀÇ .text_input º£ÀÌ½º + ÆÈ·¹Æ® ÆäÀÌÁö Åæ) */
.write_cont .text_input {
	height: 44px;
	padding: 0 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f9fafb;
	line-height: 44px;
}
.write_cont .text_input input {
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111827;
	font-size: 14px;
	line-height: inherit;
}
.write_cont .text_input input::placeholder,
.write_cont .zip_box input::placeholder {
	color: #9ca3af;
}
.write_cont .text_input.mt8 {
	margin-top: 8px;
	background: #fff !important;
}
.buildlog .write_cont .text_input.mt8 input,
.buildlog .write_cont .text_input.mt8 input:read-only {
	background: #fff !important;
	color: #111827 !important;
}

/* ¾È³»¹® (- Ç×¸ñ ¸®½ºÆ®) */
.write_cont .ps_box {
	margin-top: 12px;
}
.write_cont .ps_box em.ps.gray {
	display: block;
	color: #6b7280;
	font-size: 13px;
	font-style: normal;
	line-height: 1.7;
}
.write_cont .ps_box em.ps.gray i {
	font-style: normal;
	margin-right: 2px;
}

/* ============ µµ¸ÞÀÎ ¿¬°á ¿µ¿ª ============ */
.write_cont .domain_li .domain_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}
.write_cont .domain_li .connect_url {
	margin: 0;
	color: #111827;
	font-size: 15px;
	font-weight: 500;
}
.write_cont .domain_li .connect_url span {
	color: #111827;
	font-weight: 500;
	margin-left: 4px;
}
.write_cont .domain_li .btn_point {
	flex-shrink: 0;
	min-width: 140px;
	height: 44px;
	padding: 0 24px;
	background: #2563eb;
	color: #fff;
	border: 0;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

/* ============ ¿ìÆí¹øÈ£ °Ë»ö ¿µ¿ª ============ */
.write_cont .zip_box {
	display: flex;
	align-items: stretch;
	gap: 8px;
}
.write_cont .zip_box input {
	flex: 1;
	height: 44px;
	padding: 0 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f9fafb;
	color: #111827;
	font-size: 14px;
}
.write_cont .zip_box .btn_point_outline {
	flex-shrink: 0;
	min-width: 110px;
	height: 44px;
	padding: 0 16px;
	background: #fff;
	color: #2563eb;
	border: 1px solid #2563eb;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

/* ============ ÆÈ·¹Æ® grid (ÁÂ: »ö»ó, ¿ì: Ä¿½ºÅÒ »ö»ó ÇÈÄ¿) ============ */
.palette_grid {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	flex-wrap: wrap;
}
.palette_left {
	flex: 1 1 280px;
	min-width: 0;
	max-width: 280px;
}

/* »ö»ó µ¿±×¶ó¹Ì */
.color_palette_list {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 32px !important;
	padding: 0;
	list-style: none;
}
.color_palette_list > li {
	margin: 0;
	padding: 0;
}
.color_palette_item {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	/* ÀÔÃ¼°¨: À§ÂÊ ÇÏÀÌ¶óÀÌÆ® + ¾Æ·¡ÂÊ À½¿µ */
	box-shadow:
		inset 0 -3px 6px rgba(0, 0, 0, 0.25),
		inset 0 2px 4px rgba(255, 255, 255, 0.35);
	transition: transform 0.15s ease;
}
.color_palette_item:hover {
	transform: translateY(-1px);
}
.color_palette_item.active {
	box-shadow:
		inset 0 -3px 6px rgba(0, 0, 0, 0.25),
		inset 0 2px 4px rgba(255, 255, 255, 0.35),
		0 0 0 3px #fff,
		0 0 0 5px currentColor;
}
.color_palette_add {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #d1d5db;
	border-radius: 50%;
	background: #fff;
	color: #9ca3af;
	cursor: pointer;
	position: relative;
}
.color_palette_add::before,
.color_palette_add::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
}
.color_palette_add::before {
	width: 14px;
	height: 1.5px;
	transform: translate(-50%, -50%);
}
.color_palette_add::after {
	width: 1.5px;
	height: 14px;
	transform: translate(-50%, -50%);
}
.color_palette_add:hover {
	border-color: #2563eb;
	color: #2563eb;
}

/* »ö»ó ÄÚµå input ? input ¾È ¿ìÃø¿¡ Ã¼Å© ¹öÆ° ¹èÄ¡ */
.palette_input_row {
	position: relative;
	width: 100%;
	max-width: 320px;
	height: 48px;
	margin-top: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}
.palette_input_row input[type="text"] {
	width: 100%;
	height: 100%;
	padding: 0 48px 0 16px;
	border: 0;
	background: transparent;
	color: #111827;
	font-size: 14px;
	font-family: inherit;
}
.palette_input_row input[type="text"]:focus {
	outline: none;
}
.btn_color_apply {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: #1e3a8a;
	cursor: pointer;
}
.btn_color_apply::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	transform: translate(-50%, -50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 7 10 17 5 12'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* ============ Ä¿½ºÅÒ »ö»ó (color picker) ? ÆÈ·¹Æ® ¿ìÃø ============ */
.color_picker_pop {
	flex-shrink: 0;
	width: 224px;
	padding: 12px 14px 14px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.color_picker_pop[hidden] {
	display: none;
}
.color_picker_pop .cp_head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	height: 24px;
}
.color_picker_pop .cp_head .ttl {
	color: #111827;
	font-size: 16px;
	font-weight: 600;
}
.color_picker_pop .cp_close {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: 0;
	background: transparent;
	color: #6b7280;
	cursor: pointer;
}
.color_picker_pop .cp_close::before,
.color_picker_pop .cp_close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 1.5px;
	background: currentColor;
}
.color_picker_pop .cp_close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.color_picker_pop .cp_close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* Ã¤µµ/¸íµµ ÆÐ³Î */
.color_picker_pop .cp_body {
	margin-bottom: 16px;
}
.color_picker_pop .cp_panel {
	position: relative;
	width: 100%;
	height: 130px;
	border-radius: 6px;
	background:
		linear-gradient(to top, #000, transparent),
		linear-gradient(to right, #fff, hsl(220, 100%, 50%));
	cursor: crosshair;
	margin-bottom: 14px;
	user-select: none;
	overflow: hidden;
}
.color_picker_pop .cp_panel_handle {
	position: absolute;
	left: 100%;
	top: 0;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	margin-top: -7px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

/* »öÁ¶ ½½¶óÀÌ´õ */
.color_picker_pop .cp_hue {
	position: relative;
	height: 14px;
	border-radius: 7px;
	background: linear-gradient(to right,
		#ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%,
		#0000ff 67%, #ff00ff 83%, #ff0000 100%);
	overflow: visible;
}
.color_picker_pop .cp_hue input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.color_picker_pop .cp_hue input[type="range"]::-webkit-slider-runnable-track {
	height: 100%;
	background: transparent;
}
.color_picker_pop .cp_hue input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	margin-top: -4px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #2563eb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.color_picker_pop .cp_hue input[type="range"]::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #2563eb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

/* Ãë¼Ò/È®ÀÎ ¹öÆ° */
.color_picker_pop .cp_btn {
	display: flex;
	gap: 8px;
	margin-top: 20px;
}
.color_picker_pop .cp_btn .btn_outline,
.color_picker_pop .cp_btn .btn_point {
	flex: 1;
	height: 44px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}
.color_picker_pop .cp_btn .btn_outline {
	background: #fff;
	border: 1px solid #e5e7eb;
	color: #374151;
}
.color_picker_pop .cp_btn .btn_point {
	background: #2563eb;
	border: 1px solid #2563eb;
	color: #fff;
}

/* ============ ¸ð¹ÙÀÏ Àü¿ë ¹Ì¸®º¸±â ¹Ú½º ============ */
.preview_simple_box {
	margin-top: 24px;
	padding: 24px 20px;
	background: #f5f8ff;
	border-radius: 12px;
	text-align: center;
}
.preview_simple_box .ttl {
	display: block;
	margin-bottom: 8px;
	color: #111827;
	font-size: 16px;
	font-weight: 600;
}
.preview_simple_box .ex_memo {
	margin: 0 0 16px;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.6;
}
.preview_simple_box .preview_btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #2563eb;
	border-radius: 8px;
	color: #2563eb;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

/* ¿ÜºÎ ¸µÅ© ¾ÆÀÌÄÜ */
.ico_external {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

/* ============ ÇÏ´Ü ¹öÆ° ¿µ¿ª ============ */
.brd_bot.btn_2_cont .btn_outline,
.brd_bot.btn_2_cont .btn_point {
	height: 60px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}
.brd_bot.btn_2_cont .btn_outline {
	min-width: 140px;
	padding: 0 32px;
	background: #fff;
	border: 1px solid #d1d5db;
	color: #374151;
}
.brd_bot.btn_2_cont .btn_point {
	width: 100%;
	max-width: 450px;
	background: #2563eb;
	border: 0;
	color: #fff;
}

/* ============ ¹Ì¸®º¸±â iframe (thema_default.html) ============ */
.preview_box .device_wrap.thema_preview_wrap {
	padding: 0;
	overflow: hidden;
}
.preview_box .device_wrap.thema_preview_wrap > .thema_preview_frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #fff;
}

/* ============ »ó´Ü ÆäÀÌÁö ÅÇ ============ */
/* .sch_tabs / .sch_tab ÅÇ ½ºÅ¸ÀÏÀº sub.cssÀÇ °øÅë ÅÇ ½ºÅ¸ÀÏ·Î ÅëÇÕµÊ */

/* ============ ¼­ºñ½º À¯Çü ¼±ÅÃ (ÀÌÄ¿¸Ó½ºÇü/Àü¹®°¡Çü/¼­ºñ½ºÇü) ============ */
.service_type_list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.service_type_list > li {
	margin: 0;
	padding: 0;
}
.service_type_item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	height: 44px;
	padding: 0 22px;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	color: #6b7280;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.service_type_item:hover {
	border-color: #9ca3af;
	color: #374151;
}
.service_type_item.active {
	border: 1.5px solid #2563eb;
	color: #2563eb;
	background: #eff6ff;
	font-weight: 600;
}

/* ============ ¸Þ´º ¼±ÅÃ (Ã¼Å©¹Ú½º ±×¸®µå - Å« Ã¼Å©¹Ú½º) ============ */
.menu_select_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 180px));
	gap: 18px 56px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_select_list > li {
	margin: 0;
	padding: 0;
}
.menu_select_list input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	opacity: 0;
	pointer-events: none;
}
.menu_select_list label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	color: #6b7280;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
.menu_select_list label::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1.5px solid #d1d5db;
	border-radius: 5px;
	background: #fff;
	flex-shrink: 0;
	transition: border-color 0.15s ease, background 0.15s ease;
}
.menu_select_list input[type="checkbox"]:checked + label {
	color: #111827;
}
.menu_select_list input[type="checkbox"]:checked + label::before {
	border-color: #2563eb;
	background: #2563eb url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3.5 8.2L6.5 11.2L12.5 5' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / 16px no-repeat;
}
.menu_select_list label:hover::before {
	border-color: #9ca3af;
}

/* ============ µðÀÚÀÎ ¼±ÅÃ (Æù ÇÁ·¹ÀÓ + iframe) ============ */
.design_select_wrap {
	width: 100%;
}
.design_select_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.design_select_list > li {
	margin: 0;
	padding: 0;
}
.design_item {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	padding: 0;
	overflow: hidden;
	background: #f3f4f6;
	border: 1.5px solid transparent;
	border-radius: 14px;
	cursor: pointer;
	user-select: none;
	transition: background 0.15s ease, border-color 0.15s ease;
}
.design_item input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	opacity: 0;
	pointer-events: none;
}
.design_check_badge {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	border: 1.5px solid #e5e7eb;
	transition: background 0.15s ease, border-color 0.15s ease;
	z-index: 5;
}
.design_check_badge::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'><path d='M4 9.3L7.4 12.5L14 5.5' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / 18px no-repeat;
	opacity: 0;
	transition: opacity 0.15s ease;
}
.design_phone {
	display: block;
	position: relative;
	margin: 22px auto 0;
	width: 78%;
	max-width: 200px;
	aspect-ratio: 9 / 18;
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}
.design_phone::before {
	/* »ó´Ü status bar */
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 18px;
	background: #fff;
	z-index: 3;
}
.design_phone::after {
	/* ³ëÄ¡ */
	content: "";
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 38%;
	height: 12px;
	background: #1f2937;
	border-radius: 999px;
	z-index: 4;
}
.design_phone_screen {
	display: block;
	position: absolute;
	inset: 18px 0 0 0;
	overflow: hidden;
}
.design_phone_screen iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 720px;
	border: 0;
	transform: scale(0.5);
	transform-origin: 0 0;
	pointer-events: none;
}
.design_item.active {
	background: #eff6ff;
	border-color: #2563eb;
}
.design_item.active .design_check_badge {
	background: #2563eb;
	border-color: #2563eb;
}
.design_item.active .design_check_badge::after {
	opacity: 1;
}
.design_more_btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 18px auto 0;
	background: none;
	border: 0;
	color: #2563eb;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.design_more_btn::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translate(-2px, -2px);
}
.design_more_btn_wrap {
	display: flex;
	justify-content: center;
	margin-top: 6px;
}

@media (max-width: 768px) {
	.sch_tabs {
		gap: 24px;
		margin-bottom: 24px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.sch_tab {
		flex-shrink: 0;
		font-size: 14px;
		padding-bottom: 10px;
	}

	/* »ö»ó ÄÚµå input - °¡·Î 100% (ºÎ¸ð max-width ÇØÁ¦) */
	.palette_left {
		flex: 1 1 100%;
		max-width: none;
		width: 100%;
	}
	.palette_input_row {
		max-width: none;
	}

	/* ÆäÀÌÁö Å¸ÀÌÆ² ¹èÁö - ¸ð¹ÙÀÏ¿¡¼­ 1/2 Å©±â */
	.buildlog .sub_page_ttl .badge,
	.sub_page_ttl .badge {
		margin-left: 4px !important;
		padding: 0 8px !important;
		font-size: 11px !important;
		line-height: 20px !important;
		border-radius: 10px !important;
	}

	/* µµ¸ÞÀÎ ¿¬°á - ¿¬°áÁÖ¼Ò¿Í ¹öÆ° ÁÙ¹Ù²Þ (¹öÆ°ÀÌ ´ÙÀ½ Çà) */
	.write_cont .domain_li .domain_row {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}
	.write_cont .domain_li .btn_point {
		width: 100%;
		min-width: 0;
	}

	/* ¸ð¹ÙÀÏ ¹Ì¸®º¸±â ¹Ú½º - »õÃ¢¿¡¼­ ¹Ì¸®º¸±â ¹öÆ° Å©°Ô + Åõ¸í ¹è°æ */
	.preview_simple_box .preview_btn {
		display: inline-flex;
		justify-content: center;
		width: 100%;
		max-width: 320px;
		height: 52px;
		padding: 0 24px;
		background: transparent;
		font-size: 15px;
		font-weight: 600;
	}

	/* ÇÏ´Ü ¹öÆ° - ÀúÀå¸¸ °¡·Î 100%, ¼¼·Î Ãà¼Ò, »ó´Ü ±¸ºÐ¼± Á¦°Å (¸ð¹ÙÀÏ Àü¿ë) */
	.buildlog .manager_wrap + .brd_bot.btn_2_cont,
	.board_write .brd_bot.btn_2_cont {
		border-top: 0 !important;
		padding-top: 16px !important;
		margin-top: 16px !important;
	}
	.board_write .brd_bot.btn_2_cont .btn_point,
	.brd_bot.btn_2_cont .btn_point {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		height: 52px !important;
		font-size: 16px;
	}

	/* µðÀÚÀÎ ¼±ÅÃ - ¸ð¹ÙÀÏ¿¡¼­ °¡·Î ½ºÅ©·Ñ(Çà´ç 1.5°³), ´õº¸±â ¼û±è */
	.design_select_list {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 12px;
		margin: 0 -20px;
		padding: 4px 20px 8px;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 20px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.design_select_list::-webkit-scrollbar {
		display: none;
	}
	.design_select_list > li {
		flex: 0 0 auto;
		width: calc((100% - 12px) / 1.5);
		max-width: 240px;
		scroll-snap-align: start;
	}
	.design_more_btn_wrap {
		display: none;
	}
}
