


/* =============================================상세 상단 타이틀 ============================================= */

/* 상세전체 */
.detail_new_wrap {
    box-sizing: border-box;
    margin-bottom: 100px;
}

/* 상세 제목 랩 */
.detail_new_title_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(270deg, #F9F1FF 0%, #EEF8FF 100%);
	position: relative;
	overflow: hidden;
}
/* 상세 제목 랩 원형 */
.detail_new_title_wrap::before {
	content: '';
	position: absolute;
	left: 246px;
	top: -230px;
	display: block;
	width: 360px;
	height: 360px;
	border-radius: 180px;
	border: 30px solid rgba(48, 116, 240, 0.10);
	box-sizing: border-box;
}

/* 제목 행 — 수직 배치 */
.detail_new_title_wrap .detail_new_title_inner {
	width: 1100px;
    display: flex;
    flex-direction: column;
    padding: 80px 0;
	gap: 5px;
}


/* 솔루션 제목 */
.detail_new_title_wrap .detail_new_title_inner .dn_title_text {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #000000;
}

/* 2줄: 좌측 태그 + 우측 탭 버튼 */
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

/* 기능 태그 목록 */
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom .dn_tags {
    display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/* 솔루션 상세 ai옵션 아이콘  관리자모드에서 설정*/
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom .dn_tags span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    background: #ffffff;
    border: 1px solid rgba(1, 57, 159, 0.12);
    border-radius: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.0313em;
    color: #444444;
}
/* 아이콘마다 다른 디자인 할 경우 */
/* AI 뉴스 생성 */
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom .dn_tags span.option_icon_01 {
	
}
/* AI 문장 도우미 */
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom .dn_tags span.option_icon_02 {
	
}
/* AI 문법 교정 */
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom .dn_tags span.option_icon_03 {
	
}
/* 기자별 미니홈기능 */
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom .dn_tags span.option_icon_04 {
	
}


/* 오른쪽: 탭 버튼 묶음 */
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom .dn_tabs {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 300px;
    width: 300px;
}

/* 탭 버튼 공통 */
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom .dn_tab_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 15px 35px;
    border-radius: 5px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.025em;
    cursor: pointer;
    transition: all 0.2s;
}

/* 비활성 탭 버튼 */
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom .dn_tab_btn:not(.active) {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    color: #222222;
}

/* 활성 탭 버튼 (그라디언트) — .type-btn.active 덮어쓰기 포함 */
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom .dn_tab_btn.active,
.detail_new_title_wrap .detail_new_title_inner .dn_row_bottom .dn_tab_btn.type-btn.active {
    background: linear-gradient(90deg, #377cff 0%, #d23a9a 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.07);
}
/* 소개 영역 */
.intro-section { display: none; }
.intro-section.active { display: block; }

.intro-section-tab { display: none; }
.intro-section-tab.active { display: block; }

/* CSS sticky 가 외부 wrap 의 overflow 로 깨질 때 JS 가 부여하는 fixed 상태 */
.intro-section-tab.is-tab-fixed {
    position: fixed !important;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* 셀렉트박스 */
.select_box_style select {
	border-radius: 4px;
	width: 100%;
	height: 54px;
	border: 1px solid #D6DAE1;
	background: #FFF;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0px 48px 0px 16px; /* 공간 확보 */
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.2008 8.39999L12.0008 15.6L4.80078 8.39999" stroke="black" stroke-width="1.03"/></svg>');
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 24px 24px;
	cursor: pointer;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.0833em;
	color: #222222;
	box-sizing: border-box;
	white-space: nowrap;
	transition: color 0.2s, border-color 0.2s;
}


/* 수량선택 */
.price_sel_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.price_sel_wrap_left {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}
.price_sel_wrap_left .count_btn {
	width: 30px;
	height: 30px;
	background: #FFF;
	border: 1px solid #D6DAE1;
	border-radius: 15px;
}
.price_sel_wrap_left .count_input {
	width: 50px;
	height: 30px;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #222222;
	border:none;
	outline: none;
}
.price_sel_wrap_right {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	color: #000;
	font-family: "Noto Sans KR";
	font-size: 36px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.5px;
}
.price_sel_wrap_right span {
	font-weight: 900;
}



.buy_btn {
	display: flex;
	width:100%;
	height:58px;
	justify-content: center;
	align-items: center;
	flex: 1 0 0;
	border-radius: 10px;
	background: #3074F0;
	color: #FFF;
	font-family: "Noto Sans KR";
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.5px;
}


/* =============================================상세 상단 탭============================================= */

.detail_new_tab_wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    position: sticky;
    top: 80px;
    z-index: 100;
    overflow: visible;
}

.detail_new_tab_wrap .detail_new_tab_inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 1100px;
    max-width: 100%;
    overflow: visible;
    position: relative;
    flex-wrap: nowrap;
}

/* 탭 아이템 공통 */
.detail_new_tab_wrap .tab_item {
    flex: 0 0 auto;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    padding: 0 18px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.0833em;
    color: #222222;
    box-sizing: border-box;
    white-space: nowrap;
    transition: color 0.2s, border-color 0.2s;
}
.detail_new_tab_wrap.detail_new_tab_wrap_standalone .tab_item {
    padding: 0 33px;
}


/* 화살표 있는 탭 */
.detail_new_tab_wrap .tab_item_arrow {
    gap: 4px;
}

/* 활성 탭 */
.detail_new_tab_wrap .tab_item.tab_active {
    border-bottom: 2px solid #3074f0;
    font-weight: 500;
    color: #3074f0;
}
.detail_new_tab_wrap .tab_item.tab_active svg path {
    stroke: #3074f0;
}

/* 드롭다운 탭 */
.detail_new_tab_wrap .tab_dropdown {
    position: relative;
    cursor: pointer;
}

/* 드롭다운 메뉴 — 기본 숨김 */
.detail_new_tab_wrap .tab_dropdown_menu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 140px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    box-sizing: border-box;
}

/* hover 시 드롭다운 표시 */
.detail_new_tab_wrap .tab_dropdown:hover .tab_dropdown_menu {
    display: block !important;
}

/* hover 시 화살표 색 변경 */
.detail_new_tab_wrap .tab_dropdown:hover {
    color: #3074f0;
}
.detail_new_tab_wrap .tab_dropdown:hover svg path {
    stroke: #3074f0;
}

/* 드롭다운 개별 항목 */
.detail_new_tab_wrap .tab_dropdown_item {
    display: block;
    padding: 13px 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #444444;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}
.detail_new_tab_wrap .tab_dropdown_item:hover {
    background: #f4f7ff;
    color: #3074f0;
}

/* 기능안내·이용안내 앵커 스크롤 오프셋 */
#sCon01, #sCon02, #sCon03 {
    scroll-margin-top: 0px;
}
#sCon04, #sCon05, #sCon06 {
    scroll-margin-top: 0px;
}


/* =============================================좌측 퀵메뉴============================================= */



.detail_quick_menu {
    position: fixed;
    top: 50%;
    left: calc(50% - 700px);
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 40px 0;
    width: 110px;
    background: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 200;
}

.detail_quick_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 0 20px;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: opacity 0.2s;
}

.detail_quick_item:hover {
    opacity: 0.75;
}

.detail_quick_icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.detail_quick_label {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.0357em;
    color: #323941;
    text-align: center;
    word-break: keep-all;
}






/* =============================================섹션 영역 공통============================================= */

.detail_new_sec {
    padding: 80px 0;
    box-sizing: border-box;
}
.detail_new_sec .detail_new_sec_inner {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.detail_new_sec .detail_new_sec_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.detail_new_sec .detail_new_sec_title_text {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: -0.025em;
    color: #000000;
}
.detail_new_sec .detail_new_sec_title_sub {
	display: inline-flex;
	align-items: center;
	gap: 5px;
    color: #999;
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.detail_new_sec .detail_new_sec_title_sub a {
	display: flex;
	align-items: center;
	gap: 5px;
    color: #999;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.detail_new_sec .detail_new_sec_title_tab {
	display: flex;
	align-items: center;
	gap: 10px;
}
.detail_new_sec .detail_new_sec_title_tab span {
	display: flex;
	padding: 7px 20px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	color: #333;
	font-family: "Noto Sans KR";
	font-size: 16px;
	letter-spacing: -0.5px;
	cursor: pointer;
}
.detail_new_sec .detail_new_sec_title_tab span.tab_on {
	background: #D23A9A;
	color: #FFF;
}
.detail_new_sec .detail_new_sec_title_tab span.tab_off {
	background: #FFF;
	color: #333;
}


/* 월간/연간 토글 */
.price_toggle {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 7px;
    height: 45px;
    background: #ffffff;
    border-radius: 500px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.price_toggle_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 20px;
    border-radius: 100px;
    border: none;
    background: transparent;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.0333em;
    color: #222222;
    cursor: pointer;
    transition: color 0.2s;
}
.price_toggle_btn.active {
    background: linear-gradient(90deg, rgba(55, 124, 255, 1) 0%, rgba(210, 58, 154, 1) 100%);
    color: #ffffff;
}

/* 연간 요금 기본 숨김 */
.option_price_wrap_year {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 77px;
	position:relative;
}
.option_price_wrap_year_discount {
    position:absolute;
	top:-15px;
	left:50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	white-space: nowrap;
}
.option_price_wrap_year_discount del {
	font-family: "Noto Sans KR";
	color:#999999;
	font-size: 14px;
	letter-spacing: -0.5px;
}
.option_price_wrap_year_discount span {
	font-family: "Noto Sans KR";
	color:#CA2323;
	font-size: 14px;
	letter-spacing: -0.5px;
}






/* ===============================임대형 요금 플랜 ==================== */
.option_plan_list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    width: 100%;
}
.option_plan_card {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.option_card_top {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px 30px 20px;
    position: sticky;
    top: 120px;
    z-index: 10;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
}
.option_name_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.option_name {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-align: center;
}
.option_name_sub {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.0333em;
    color: #888888;
    text-align: center;
}
.option_price_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 77px;
}
.option_price_main {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
}
.option_price_num {
    font-weight: 900;
    font-size: 36px;
    line-height: 140%;
    font-family: 'Noto Sans KR', sans-serif;
}
.option_price_won {
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    font-family: 'Noto Sans KR', sans-serif;
}
.option_price_per {
    font-weight: 500;
    font-size: 20px;
    color: #666666;
    line-height: 140%;
    font-family: 'Noto Sans KR', sans-serif;
}
.option_setup_fee {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    line-height: 140%;
    letter-spacing: -0.0313em;
    text-align: center;
}
.option_enterprise_price {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #999999;
    text-align: center;
    line-height: 140%;
    letter-spacing: -0.0156em;
}
.option_btn_wrap {
    width: 100%;
}
.option_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    border-radius: 5px;
    color: #ffffff !important;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.0588em;
    text-decoration: none;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: none;
}
.option_btn.option_btn_outline {
    background: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #0C0C0C !important;
}
.option_card_bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0px 20px 40px 20px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.option_divider {
    display: block !important;
    border: none;
    border-top: 1px solid #D9D9D9;
    margin: 0;
    width: 100%;
}
.option_spec_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.option_spec_item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.option_spec_dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}
.option_spec_text {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #555555;
    letter-spacing: -0.0294em;
    line-height: 140%;
    text-align: center;
}
.option_section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.option_section_hd {
    display: flex;
    align-items: center;
    gap: 10px;
}
.option_section_title {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    letter-spacing: -0.0278em;
    line-height: 140%;
    flex: 1;
}
.option_check_list {
    display: flex;
    flex-direction: column;
}
.option_check_item {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 1px 0;
}
.option_check_item::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.5%2010l2.5%202.5%205-5%22%20stroke%3D%22%23777777%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.option_check_item.check_off::before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.5%2010l2.5%202.5%205-5%22%20stroke%3D%22%23cccccc%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.option_check_item .check_text {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #555555;
    line-height: 160%;
    letter-spacing: -0.0625em;
}
.option_check_item.check_off .check_text {
    color: #C6CBCF;
    text-decoration: line-through;
}

/* ===============================디자인범위 ==================== */
.detail_new_sec_design_layer_wrap {
	border-radius: 20px;
	padding: 30px 20px 40px 20px;
	background: #FFF;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
}
.detail_new_sec_design_layer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.detail_new_sec_design_layer::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 65px;
	height: 65px;
	border-radius: 100px;
	border: 5px solid var(--bg_gra_02, #377CFF);
	background-color: #FFF;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='35' height='30' viewBox='0 0 35 30' fill='none'><path d='M1.875 7.34346H15V1.90596C15 1.09346 15.3516 0.523143 16.0547 0.195018C16.7578 -0.133107 17.4219 -0.0471698 18.0469 0.45283L33.8437 13.3903C34.3125 13.7653 34.5469 14.2497 34.5469 14.8435C34.5469 15.4372 34.3125 15.9216 33.8437 16.2966L18.0469 29.2341C17.4219 29.7341 16.7578 29.82 16.0547 29.4919C15.3516 29.1638 15 28.5935 15 27.781V22.3435H1.875C1.34375 22.3435 0.898434 22.1638 0.539059 21.8044C0.179684 21.445 -3.8147e-06 20.9997 -3.8147e-06 20.4685V9.21845C-3.8147e-06 8.6872 0.179684 8.24189 0.539059 7.88252C0.898434 7.52314 1.34375 7.34346 1.875 7.34346Z' fill='url(%23paint0_linear_2107_4427)'/><defs><linearGradient id='paint0_linear_2107_4427' x1='17.2734' y1='0' x2='17.2734' y2='29.6869' gradientUnits='userSpaceOnUse'><stop stop-color='%23377CFF'/><stop offset='1' stop-color='%23D23A9A'/></linearGradient></defs></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px 30px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	pointer-events: none;
	z-index: 1;
}
.detail_new_sec_design_layer_item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.detail_new_sec_design_layer_item_title {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -1px;
	color:#222;
	text-align: center;
}
.detail_new_sec_design_layer .detail_new_sec_design_layer_item:first-child .detail_new_sec_design_layer_item_title span {
	color:#3074F0;
}
.detail_new_sec_design_layer .detail_new_sec_design_layer_item:last-child .detail_new_sec_design_layer_item_title span {
	color:#D23A9A;
}











/* =============================================독립형 서비스 선택 영역 ============================================= */

.detail_new_sec_service {
	border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background: #F2F5F8;
}
.detail_new_sec_service .detail_new_sec_inner {
	display: flex;
	gap: 100px;
	align-items: flex-start; 
}
.detail_new_sec_service .detail_new_service_left {
	display: flex;
	width: 400px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	flex-shrink: 0;
}
.detail_new_sec_service .detail_new_service_left_img {
	border-radius: 10px;
	border: 1px solid #F1F1F1;
	box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.10);
	overflow: hidden;
	position: relative;
}
.detail_new_sec_service .detail_new_service_left_img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail_new_sec_service .detail_new_service_left_img_icon {
	display: flex;
	align-items: center;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.detail_new_sec_service .detail_new_service_left_btn {
	display: flex;
	gap: 5px;
	width: 100%;
}
.detail_new_sec_service .detail_new_service_left_btn a {
	display: flex;
	padding: 15px 0px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid #E9E9E9;
	background: #FFF;
	color: #222;
	text-align: center;
	font-family: "Noto Sans KR";
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
}
.detail_new_sec_service .detail_new_service_left_btn .btn_manual {
	flex: 1; 
}
.detail_new_sec_service .detail_new_service_left_btn .btn_admin {
	flex: 1.8; 
	border: 1px solid #3074F0;
	color:#3074F0;
	font-weight: 700;
}
.detail_new_sec_service .detail_new_service_left_btn .btn_user {
	flex: 1.8; 
	background: #3074F0;
	color:#FFF;
	font-weight: 700;
}


.detail_new_sec_service .detail_new_service_right {
	display: flex;
	width:100%;
	padding: 40px;
	flex-direction: column;
	gap: 20px;
	border-radius: 20px;
	background: #FFF;
	/* shadow */
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
}
.detail_new_sec_service .detail_new_service_right .txt_ment_install {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}
.detail_new_sec_service .detail_new_service_right .txt_ment_icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail_new_sec_service .detail_new_service_right .txt_ment_text {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.025em;
    color: #000000;
}
.detail_new_sec_service .detail_new_service_right .txt_ment_point {
    color: #3074f0;
}
.detail_new_sec_service .detail_new_service_right .select_box_wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
}








/* =============================================타사 비교영역============================================= */
.detail_new_sec_comparison_price .comparison_table_wrap {
	position: relative;
}
.detail_new_sec_comparison_price .comparison_table_wrap .comparison_table_cgimall_border {
	width: 250px;
	height: 960px;
	position: absolute;
	left: 203px;
	top: -7px;
	border-radius: 10px;
	border: 7px solid #3074F0;
}
.detail_new_sec_comparison_price .comparison_table_wrap .comparison_table_sale_border {
	width: 200px;
	height: 428px;
	position: absolute;
	right: -7px;
	top: -7px;
	border-radius: 10px;
	border: 7px solid #D23A9A;
}
.detail_new_sec_comparison_price table * {
	font-family: 'Noto Sans KR', sans-serif;
}
.detail_new_sec_comparison_price .comparison_table_note {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.detail_new_sec_comparison_price .comparison_table thead th {
	background: #DEDEDE;
	color: rgba(0, 0, 0, 0.80);
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.5px;
	height:55px;
}
.detail_new_sec_comparison_price .comparison_table thead th.comparison_table_cgimall {
	background: #3074F0;
	color: #FFF;
}
.detail_new_sec_comparison_price .comparison_table thead th.comparison_table_other {
	background: #5C749F;
	color: #FFF;
}
.detail_new_sec_comparison_price .comparison_table thead th.comparison_table_sale {
	background: #D23A9A;
	color: #FFF;
}
.detail_new_sec_comparison_price .comparison_table tbody td {
	background: #FFF;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 20px 20px 40px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.detail_new_sec_comparison_price .comparison_table tbody td .price_num {
	font-weight: 700;
	font-size: 20px;
}
.detail_new_sec_comparison_price .comparison_table tbody tr td:first-child {
	border-left: none;
	font-weight: 500;
}

.detail_new_sec_comparison_price .comparison_table tbody td.comparison_table_rental {
	color: #3074F0;
	font-weight: 900;
	font-size: 20px;
}
.detail_new_sec_comparison_price .comparison_table tbody td.comparison_table_standalone {
	color: #D23A9A;
	font-weight: 900;
	font-size: 20px;
}
.detail_new_sec_comparison_price .comparison_table tbody tr:nth-child(-n+7) td {
	background: rgba(0, 0, 0, 0.03);
}
.detail_new_sec_comparison_price .comparison_table tbody tr:nth-child(-n+7) td:not(:first-child) {
	text-align: right;
}
.detail_new_sec_comparison_price .comparison_table tbody td:nth-child(2) {
	color: #3074F0;
}
.detail_new_sec_comparison_price .comparison_table tbody td:nth-child(5) {
	color: #5C749F;
}
.detail_new_sec_comparison_price .comparison_table tbody td:nth-child(1) {
	text-align:left;
}
.detail_new_sec_comparison_price .comparison_table .comparison_table_available {
	text-align: left;
}

.detail_new_sec_comparison_price .comparison_table .comparison_table_available span::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_2268_253' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2268_253)'%3E%3Cpath d='M10 16.4L6 12.4L7.4 11L10 13.6L16.6 7L18 8.4L10 16.4Z' fill='%233074F0'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 4px;
}








/* =============================================임대형 독립형 비교영역============================================= */
.detail_new_sec_comparison .comparison_table_wrap {
	position: relative;
}
.detail_new_sec_comparison .comparison_table_wrap .comparison_table_rental_border {
	width: 405px;
	height: 610px;
	position: absolute;
	left: 277px;
	top: -7px;
	border-radius: 10px;
	border: 7px solid #3074F0;
}
.detail_new_sec_comparison .comparison_table_wrap .comparison_table_standalone_border {
	width: 410px;
	height: 610px;
	position: absolute;
	right: -7px;
	top: -7px;
	border-radius: 10px;
	border: 7px solid #D23A9A;
}
.detail_new_sec_comparison table * {
	font-family: 'Noto Sans KR', sans-serif;
}
.detail_new_sec_comparison .comparison_table_note {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.detail_new_sec_comparison .comparison_table thead th {
	background: #DEDEDE;
	color: rgba(0, 0, 0, 0.80);
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.5px;
	height:55px;
}
.detail_new_sec_comparison .comparison_table thead th.comparison_table_rental {
	background: #3074F0;
	color: #FFF;
}
.detail_new_sec_comparison .comparison_table thead th.comparison_table_standalone {
	background: #D23A9A;
	color: #FFF;
}
.detail_new_sec_comparison .comparison_table tbody td {
	background: #FFF;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 20px 20px 40px;
	color: #000;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.detail_new_sec_comparison .comparison_table tbody tr td:first-child {
	border-left: none;
	font-weight: 500;
}
.detail_new_sec_comparison .comparison_table tbody tr:nth-child(even) td {
	background: rgba(0, 0, 0, 0.03);
}

.detail_new_sec_comparison .comparison_table tbody td.comparison_table_rental {
	color: #3074F0;
}
.detail_new_sec_comparison .comparison_table tbody td.comparison_table_standalone {
	color: #D23A9A;
}
.detail_new_sec_comparison .comparison_table tbody td .price_num {
	font-weight: 700;
	font-size: 20px;
}










/* =============================================스킨선택영역============================================= */

/* 스킨 카드 목록 컨테이너 */
.detail_new_sec_skin .skin_card_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    background-image: url('/img/detail_new/bg_skin_empty.png');
    background-repeat: repeat;
    background-size: auto;
    background-position: left top;
}

/* 스킨 카드 */
.detail_new_sec_skin .skin_card_list .skin_card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 257px;
    background: #ffffff;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
}

.detail_new_sec_skin .skin_card_list .skin_card:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

/* 이미지 영역 */
.detail_new_sec_skin .skin_card_list .skin_card .skin_card_img_wrap {
    position: relative;
    width: 100%;
    height: 255px;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
}

.detail_new_sec_skin .skin_card_list .skin_card .skin_card_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 스킨명 그라데이션 오버레이 */
.detail_new_sec_skin .skin_card_list .skin_card .skin_name_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0 5px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    box-sizing: border-box;
}

.detail_new_sec_skin .skin_card_list .skin_card .skin_name_text {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000000;
}

/* QR 코드 (우하단) */
.detail_new_sec_skin .skin_card_list .skin_card .skin_qr_wrap {
    position: absolute;
    bottom: 30px;
    right: 10px;
    width: 65px;
    height: 65px;
    padding: 3px;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    box-sizing: border-box;
}

.detail_new_sec_skin .skin_card_list .skin_card .skin_qr_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 카드 하단 바디 */
.detail_new_sec_skin .skin_card_list .skin_card .skin_card_body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/* 데모 버튼 행 */
.detail_new_sec_skin .skin_card_list .skin_card .skin_card_demo {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-top: 1px solid #E9E9E9;
}

.detail_new_sec_skin .skin_card_list .skin_card .skin_demo_btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 0px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    text-align: center;
    text-decoration: none;
    color: #000000;
    box-sizing: border-box;
}

.detail_new_sec_skin .skin_card_list .skin_card .skin_demo_btn.skin_demo_user {
    color: #3074F0;
    border-right: 1px solid #E9E9E9;
}

/* 구매하기 버튼 행 */
.detail_new_sec_skin .skin_card_list .skin_card .skin_card_buy {
    border-top: 1px solid #E9E9E9;
    background: #F2F5F8;
}

.detail_new_sec_skin .skin_card_list .skin_card .skin_buy_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 0px;
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #3074F0;
    text-decoration: none;
    box-sizing: border-box;
}

/* 스킨 선택 없이 구매하기 버튼 */
.detail_new_sec_skin .btn_buy_noskin {
    display: inline-flex;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    background: linear-gradient(90deg, #377CFF 0%, #D23A9A 100%);
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
}











/* =============================================제작절차영역============================================= */
.detail_new_sec_process {
    background: #F2F5F8;
}

/* 제작 절차 스텝 리스트 */
.detail_new_sec_process .process_steps {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    margin-top: 30px;
}

/* 스텝 카드 */
.detail_new_sec_process .process_step_card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 20px;
    flex: 1 1 140px;
    min-width: 120px;
    max-width: 220px;
    height: 166px;
    background: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

/* 스텝 번호 배지 (좌상단 절대위치) */
.detail_new_sec_process .process_step_num {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(48, 116, 240, 0.1);
    border-radius: 0 0 10px 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #3074F0;
}

/* 스텝 아이콘 - 동일 크기 + 검은색 */
.detail_new_sec_process .process_step_card > span {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#1C1B1F;
}

/* 스텝 화살표 */
.detail_new_sec_process .process_step_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color:rgba(255, 255, 255, 1);
}

/* 스텝 텍스트 */
.detail_new_sec_process .process_step_text {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.028em;
    text-align: center;
    color: #000000;
    width: 100%;
}

/* 기간 */
.detail_new_sec_process .process_step_day {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3074F0;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    white-space: nowrap;
    border-left: 1px dotted #3074F0;
    border-right: 1px dotted #3074F0;
    margin-top:15px;
}

.detail_new_sec_process .process_step_day::before,
.detail_new_sec_process .process_step_day::after {
    content: '';
    flex: 1;
    border-top: 1px dotted #3074F0;
}






/* =============================================제작사례영역============================================= */

.detail_new_sec_cases .cases_card_list .makesite_sub{
   height:760px !important;
}

/* 제작 사례 카드 */
.detail_new_sec_cases .cases_card_list .cases_card {
    width: 257px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #F4F4F4;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
    transition: box-shadow 0.2s;
	margin-left:24px;
	margin-bottom:24px;
}
.detail_new_sec_cases .cases_card_list tr td:first-child .cases_card {
	margin-left:0px;
}


/* 사이트 이미지 */
.detail_new_sec_cases .cases_card_list .cases_card .cases_card_img_wrap {
    width: 100%;
    height: 306px;
    overflow: hidden;
    flex-shrink: 0;
}

.detail_new_sec_cases .cases_card_list .cases_card .cases_card_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.detail_new_sec_cases .cases_card_list .cases_card:hover .cases_card_img {
    transform: scale(1.03);
}

/* 사이트명 하단 영역 */
.detail_new_sec_cases .cases_card_list .cases_card .cases_card_info {
    padding: 15px;
    background: #ffffff;
    border-top: 1px solid #EAEAEA;
    box-sizing: border-box;
}

.detail_new_sec_cases .cases_card_list .cases_card .cases_card_name {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.5px;
    color: #000000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}
.detail_new_sec_cases .cases_card_list .cases_card .cases_card_name a {
    color: #000000;
}

.detail_new_sec_cases .btn_cases_more {
    display: inline-flex;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    background:#ffffff;
    color: #999;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    border: 1px solid #E9E9E9;
}





/* =============================================임대 구매하기 모달============================================= */
.rental_option_modal_wrap *{
	font-family: 'Noto Sans KR' !important;
}

.rental_option_modal_wrap{
	border-radius:15px;
	background: #FFF;
	display: flex;
	flex-direction: column;
}

.rental_option_modal_wrap .bo_title_st{
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
}


.rental_option_modal_wrap .bo_sub_title_st{
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.5px;
	display: flex;
	align-items: center;
	gap: 7px;
}

.rental_option_modal_wrap .bo_sub_title_st .bo_num_st{
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
	border-radius: 50px;
	background: #090909;
	display: flex;
	width: 25px;
	height: 25px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}


.rental_option_modal_wrap .bo_step_wrap {
	display: flex;
	gap: 15px;
	flex-direction: column;
	margin-top:30px;
}
























































/**************************** 기존 디자인 ****************************/
.detail_version {
    width: 1100px;
    margin: 0 auto;
}



/*2024_09_06 상세설명 개편 */

.flex_column{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap:0px;
	text-align: left;
}

.flex_row{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	gap:3px;
}

.flex_row_center{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
	justify-content:center;
	width: 100%;
	position: relative;
	gap:5px;
}


.new_detail_explain_wrap {
	font-size: 14px;
	font-family: 'Noto Sans KR' !important;
	color: #111111;
	width: 100%;
	z-index: 2;
	position: relative;
}

.new_detail_explain_wrap .main_system_info_box {
	width:100%;
	position: relative;
	padding:90px 0;
}

.new_detail_explain_wrap .new_detail_explain_contents {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}




.new_detail_explain_wrap .new_detail_explain_contents .caution_text_box {
	border-radius: 8px;
	padding:20px;
	background-color: #F8F9FB;
	margin-top:40px;
}

.new_detail_explain_wrap .new_detail_explain_contents .caution_text_box .title {
	font-size: 17px;
	color: #333333;
	position: relative;
	padding-left: 30px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 600 !important;
	text-align: left;
}

.new_detail_explain_wrap .new_detail_explain_contents .caution_text_box .title .question {
	background-color: #0071fe;
	border-radius: 100%;
	font-size:14px;
	color: #ffffff;
	width: 22px;
	height: 22px;
	text-align: center;
	position: absolute;
	top: 3px;
	left: 0;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
}
.new_detail_explain_wrap .new_detail_explain_contents .caution_text_box .caution_contents {
	margin-left: 10px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	font-size:15px;
	color: #111;
	position: relative;
	letter-spacing:-0.5px;

}

.new_detail_explain_wrap .new_detail_explain_contents .caution_text_box .caution_contents::before {
	content: "";
	width: 3px;
	height: 3px;
	background-color:rgba(51, 51, 51, 1);
	display: block;
	position: absolute;
	left: -10px;
	top: 10px;
}

.new_detail_explain_wrap .new_detail_explain_contents .sub_title_text {
	position: relative;
	border-radius: 4px;
	width: max-content;
	margin:0 auto;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	font-weight:500 !important;
	font-family: 'Noto Sans KR' !important;
	color: #333333;
}

.new_detail_explain_wrap .new_detail_explain_contents .sub_title {
	text-align: center;
	font-size: 57px;
	color: #333333;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 600 !important;
}

.new_detail_explain_wrap .new_detail_explain_contents .sub_title_explain {
	text-align: center;
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
	letter-spacing: -1px;
	line-height: 1.6;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
}

.new_detail_explain_wrap .new_detail_explain_contents .etc_include_box {
	text-align: center;
	font-size:14px;
	color: #111111;
	font-family: 'Noto Sans KR' !important;
	margin-top:38px;
	padding-bottom: 10px;
	width: max-content;
}

.new_detail_explain_wrap .new_detail_explain_contents .etc_include_box .include_mobile_st{
	text-align: center;
	font-size:17px;
	letter-spacing: -1px;
}

.new_detail_explain_wrap .new_detail_explain_contents .support_box{
	margin-top: 30px;
	width: max-content;
	gap:50px;
}

.new_detail_explain_wrap .new_detail_explain_contents .support_box .browser_title,
.new_detail_explain_wrap .new_detail_explain_contents .support_box .php_v_title{
	font-size:14px;
	color: #b8b8b8;
	font-family: 'Noto Sans KR' !important;
}


.new_detail_explain_wrap .new_detail_explain_contents .box_title{
	font-size: 37px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	text-align: center;
	color: #333;
	font-weight:700;
}

.new_detail_explain_wrap .new_detail_explain_contents .box_sub_title{
	font-size: 17px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	text-align: center;
	color: #999;
	margin-top:10px;
}

.new_detail_explain_wrap .new_detail_explain_contents .business_model_box{
	gap:20px;
	align-items:stretch;
	margin-top:40px;
}

.new_detail_explain_wrap .new_detail_explain_contents .business_model_box .bm_rows{
	border-radius:7px;
	padding:25px;
	background-color: #ffffff;
	text-align: left;
	font-size: 20px;
	letter-spacing: -1px;
	line-height:1.5;
	font-weight: 500;
	color: #333;
	font-family: 'Noto Sans KR' !important;
	flex:1;
	position: relative;
}

.new_detail_explain_wrap .new_detail_explain_contents .business_model_box .bm_rows .icon_position{
	color: rgba(235, 18, 140, 0.8);
	position: absolute;
	bottom: 20px;
	right: 25px;
}

.new_detail_explain_wrap .new_detail_explain_contents .recommend_com_box{
	justify-content: space-between;
	align-items:stretch;
	margin-top:27px;
}

.new_detail_explain_wrap .new_detail_explain_contents .recommend_com_box .rc_rows{
	flex: 1;
	width: 100%;
	max-width:349px;
	position: relative;
	border-radius: 15px;
	border: 1px solid #eee;
	box-sizing: border-box;
	overflow: hidden;
	flex-shrink: 0;
	gap: 20px;
	text-align:center;
	font-size: 26px;
	color: #000;
	font-family: 'Noto Sans KR' !important;
}

.new_detail_explain_wrap .new_detail_explain_contents .recommend_com_box .rc_rows .title{
	width: 100%;
	position: relative;
	font-size:26px;
	letter-spacing: -1px;
	font-weight: 500;
	font-family: 'Noto Sans KR' !important;
	color: #000;
	text-align: center;
	display: inline-block;
}

.new_detail_explain_wrap .new_detail_explain_contents .recommend_com_box .rc_rows .sub_info{
	width: 100%;
	position: relative;
	font-size: 15px;
	letter-spacing: -1px;
	line-height: 1.6;
	font-family: 'Noto Sans KR' !important;
	color: #777;
	text-align: center;
	display: inline-block;
	padding: 0 0 20px 0;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_on,
.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_off{
	width:180px;
	cursor:pointer;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_on .icon_circle,
.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_off .icon_circle{
	width:110px;
	position: relative;
	border-radius: 50%;
	box-sizing: border-box;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_on .icon_text,
.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_off .icon_text{
	position: relative;
	font-size: 17px;
	letter-spacing: -1px;
	line-height: 1.3;
	font-family: 'Noto Sans KR' !important;
	text-align: center;
	margin-top:15px;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_off .icon_circle{
	color:#111111;
	background-color: #fff;
	border: 1px solid #edf3fb;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_off .icon_text{
	color: #777;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_on .icon_circle{
	color:#ffffff;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .icon_wrap .main_system_tab_on .icon_text{
	font-weight: 500;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	gap:50px;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .image_st{
	width:550px;
	position: relative;
	border-radius:14px;
	max-width:100%;
	overflow: hidden;
	height:400px;
	object-fit: cover;
	border: 1px solid #eeeeee;
	background-color:#ffffff;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st{
	flex:1;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap:25px;
	text-align: left;
	margin-top: 20px;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .title{
	position: relative;
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 1.2;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	color: #000;
	text-align: left;
	word-break: keep-all;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .sub_text{
	font-size: 17px;
	letter-spacing: -1px;
	line-height: 1.5;
	font-family: 'Noto Sans KR' !important;
	color: #000;
	text-align: left;
	word-break: keep-all;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .sub_text .list_st{
	flex:1;
	width: 100%;
	position: relative;
	gap:10px;
	text-align: left;
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-start;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .sub_text .list_st .list_title{
	width: 100px;
	position: relative;
	border-radius: 4px;
	text-align:center;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	padding: 5px 7px;
	font-size:15px;
	color: #fff;
	background-color: #0067ff;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .sub_text .list_st .list_text{
	font-size: 15px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	color: #000;
	text-align: left;
}

.new_detail_explain_wrap .new_detail_explain_contents .main_function_box .main_function_rows_wrap .info_box_st .move_btn{
	border-radius: 500px;
	border: 1px solid #676767;
	box-sizing: border-box;
	width: max-content;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	text-align: left;
	font-size: 18px;
	color: #000;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table {
	width:100%;
	border-collapse: collapse;
	border-top: none;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table thead th{
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	padding:20px;
	letter-spacing: -0.5px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
	border-bottom:1px solid #ededed;
	border-top:1px solid #ededed;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tbody td{
	background-color: #ffffff;
	font-size: 18px;
	padding:20px 40px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	text-align:center;
	color:#D9DEEA;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tbody td:first-child > span{
	font-size: 15px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	color: #a7a7a7;
	text-align:left;
	display:block;
	margin-top:7px;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tbody td:first-child{
	font-weight: 500 !important;
	text-align:left;
	color:#000000;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tbody tr:nth-child(even) td{
	background-color:#F9F9F9;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tfoot td{
	background-color: #ffffff;
	font-size: 18px;
	color:rgba(0, 0, 0, 1);
	padding:20px 40px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	text-align:center;
	font-weight:700 !important;
}

.new_detail_explain_wrap .new_detail_explain_contents .comparison_table tfoot td:first-child {
	text-align:left;
}
/*2024_09_06 상세설명 개편 */



/*2024_12_09 상세설명 코딩으로 변경 */



.detail_info_rows_wrap{
	text-align:left;
	margin:0px auto 20px auto;
	padding-bottom: 50px;
	border-bottom:3px dotted #cbcbcb;
}


.detail_info_rows_wrap .detail_rows_title_wrap .main_title{
	font-size: 35px;
	color:#111111;
	word-break: keep-all;
	word-wrap: break-word;
	letter-spacing:-1px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
}


.detail_info_rows_wrap .detail_rows_title_wrap .main_title .highlight_st{
	font-family: 'Noto Sans KR' !important;
	font-weight: 600 !important;
}


.detail_info_rows_wrap .detail_rows_title_wrap .sub_title{
	color:#7b7b7b;
	font-size: 16px;
	letter-spacing:-1px;
	word-break: keep-all;
	word-wrap: break-word;
	margin-top:12px;
	line-height:1.4;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
}



.detail_info_rows_wrap .explain_wrap{
	margin-top:50px;
}

.detail_info_rows_wrap .explain_wrap .explain_img{
	margin-bottom:20px;
	text-align: center;
}

.detail_info_rows_wrap .explain_wrap .explain_img img{
	max-width:100%;
	height:auto;
}


.detail_info_rows_wrap .explain_wrap .explain_text_wrap .e_title{
	color:#111111;
	font-size:26px;
	word-break: keep-all;
	word-wrap: break-word;
	letter-spacing:-1.2px;
	line-height:1.4;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
}

.detail_info_rows_wrap .explain_wrap .explain_text_wrap .e_sub_title{
	color:#7b7b7b;
	font-size: 16px;
	letter-spacing:-1.2px;
	word-break: keep-all;
	word-wrap: break-word;
	margin-top:7px;
	line-height:1.4;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
}

.preparing_wrap{
	border-radius: 15px;
	border: 1px solid #EAEAEA;
	background: #FDFDFD;
	padding: 70px 0;
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.preparing_wrap .pp_main_title{
	font-size: 40px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	text-align: center;
	color: #333;
	font-weight: 400;
}

.preparing_wrap .pp_main_title .pp_point_st{
	font-weight: 600;
}


.preparing_wrap .pp_sub_text{
	font-size: 18px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	text-align: center;
	color: #777;
	font-weight: 400;
}

/*2024_12_09 상세설명 코딩으로 변경 */



/*상페이지지 최하단 */
.service_detail_btn_wrap{
	margin-top:70px;
	position:relative !important;
	display:flex;
	column-gap:25px;
}


.service_detail_btn_wrap > div{
	flex:1;
	position:relative;
	border:1px solid #ececec;
	border-radius:5px;
	padding:40px;
}

.service_detail_btn_wrap > div .icon{
	 padding:10px;
	 border-radius:50px;
	 color:#ffffff;
}



.service_detail_btn_wrap > div .title{
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	font-size:19px;
	text-align:left;
	color:#000000;
	letter-spacing:-1px;
	margin-top:10px;
}


.service_detail_btn_wrap > div .sub_text{
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	font-size:14px;
	text-align:left;
	color:#999999;
	margin-top:5px;
	letter-spacing:-1px;
}

.service_detail_btn_wrap > div .detail_ex {
	position:relative;
	padding-top:12px;
	margin-top:25px;
}

.service_detail_btn_wrap > div .detail_ex:before {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:2px;
	background-color:#f3f3f3;
	content:"";
}

.service_detail_btn_wrap > div .detail_ex div{
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	font-size:15px;
	text-align:left;
	color:#333333;
	margin-top:12px;
	letter-spacing:-1px;
}

.service_detail_btn_wrap > div .move_btn a{
	border:none;
	font-size:15px;
	width:100%;
	padding:12px 25px 14px 25px;
	color:#ffffff;
	border-radius:3px;
	font-family:'Noto Sans KR' !important;
	font-weight:400 !important;
	text-align:left;
	margin-top:40px;
	position:relative;
}

.service_detail_btn_wrap > div .move_btn a:after{
	position:absolute;
	top:calc(50% - 5px);
	right:20px;
	width:6px;
	height:10px;
	background: url('../new_img/css_sprites.png') 271px -191px;
	content: "";
}
/*상페이지지 최하단 */





/*상페이지지 독립형 스킨선택 */



.option_rows_wrap{
	margin-top:20px;
}

.option_rows_wrap ul.option_rows_box_img{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	list-style:none;
	column-gap:25px;
	margin-bottom:0px;
}

.option_rows_wrap ul.option_rows_box_img li{
	color:#000000;
	cursor:pointer;
	margin-bottom:40px;
	width:162px;
}

.option_rows_wrap ul.option_rows_box_img li .thumbnail_img{
	position:relative;
}

.option_rows_wrap ul.option_rows_box_img li.select_op .thumbnail_img:after,
.option_rows_wrap ul.option_rows_box_img li:hover .thumbnail_img:after{
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #0070fd;
	content: "";
	border-radius:5px;
}

.option_rows_wrap ul.option_rows_box_img li .thumbnail_img img{
	width:160px;
	height:160px;
	border:1px solid #ececec;
	border-radius:5px;
}

.option_rows_wrap ul.option_rows_box_img li .rows_title{
	font-size:16px;
	color:#727272;
	text-align:center;
	margin-top:10px;
	letter-spacing:-1px;
	word-break:keep-all;
	word-wrap:break-word;
}

.option_rows_wrap ul.option_rows_box_img li .rows_price{
	font-size:16px;
	color:#000000;
	text-align:center;
	margin-top:0px;
	word-break:keep-all;
	word-wrap:break-word;
	position:relative;
	margin:0 auto;
	width:max-content;
	transform:translateX(-9px);
}



.option_rows_wrap ul.option_rows_box_text{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	list-style:none;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom:40px;
}

.option_rows_wrap ul.option_rows_box_text li{
	color:#000000;
	cursor:pointer;
	margin-bottom:10px;
	width:100%;
	position:relative;
	border:1px solid #ececec;
	border-radius:5px;
	padding:20px 20px;
	display:flex;
}


.option_rows_wrap ul.option_rows_box_text li.select_op:after,
.option_rows_wrap ul.option_rows_box_text li:hover:after{
	position:absolute;
	top:-1px;
	right:-1px;
	bottom:-1px;
	left:-1px;
	border: 2px solid #0070fd;
	content: "";
	border-radius:5px;
}


.option_rows_wrap ul.option_rows_box_text li .rows_title{
	font-size:18px;
	color:#000000;
	text-align:left;
	flex:1;
	letter-spacing:-1px;
	word-break:keep-all;
	word-wrap:break-word;
}

.option_rows_wrap ul.option_rows_box_text li .rows_price{
	font-size:18px;
	color:#000000;
	text-align:right;
	width:max-content;
	word-break:keep-all;
	word-wrap:break-word;
	position:relative;
	padding-right:20px;
}


.option_rows_wrap ul.option_rows_box_text li .rows_price .plus_icon{
	position:absolute;
	right:0px;
	top:calc(50% - 1px);
	transform:translateY(-50%);
	font-size: 20px;
}


.option_rows_wrap ul.option_rows_box_img li .rows_price .plus_icon{
	position:absolute;
	right:-15px;
	top:calc(50% + 0px);
	transform:translateY(-50%);
}




















