.common_menual {
    scroll-behavior: smooth;
}
* {
	margin: 0px; padding: 0px;
	font-family: "Inter-Regular", sans-serif;
	word-break: keep-all;
	box-sizing: border-box;
}
.ja *{
	font-family: "NotoSansJP-Regular", sans-serif;
	word-break: break-all;
	font-weight: lighter;
	box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
    -ms-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
}

.loading_hide_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--white-color);
	z-index: 2;
}
.common_menual_header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 100vh;
	border-right: 1px solid rgba(14, 14, 14, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.common_menual_header.sticky {
	position: sticky;
}
.common_menual_header_logo {
	display: flex;
	height: 50px;
	padding: 0px 24px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}
.common_menual_logo_container {
	width: auto;
	height: 13px;
	cursor: pointer;
}
.common_menual_logo_container > img {
	height: 100%;
	display: block;
}
.common_menual_search_box {
	display: flex;
	height: auto;
	padding: 0px 24px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	margin-bottom: 10px;
}
.common_menual_search_box > label {
	position: relative;
	display: flex;
	width: 240px;
	height: 28px;
	align-items: center;
	gap: 10px;
}
.common_menual_search_box_icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 12px;
    height: 12px;
    display: block;
    background-image: url('/images/manual_image/search.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
}
.common_menual_search_box > label > input {
	appearance: none;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	border: 1px solid #EDEDED;
	background: #F7fAFC;
	margin: 0px;
    padding: 10px 10px 10px 26px;
	outline: none;
}
.common_menual_search_box > label > input:focus {
	border: 1px solid #006ABA;
}
.common_menual_search_box label input:focus~.common_menual_search_box_icon {
    background-image: url('/images/manual_image/search_blue.svg');
}
.menual_content_menu {
	position: relative;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	gap: 0px;
	overflow: auto;
    padding-bottom: 50px;
	padding-top: 50px;
	transition: padding 0.3s ease;
}
.menual_content_menu .inner_div_wrapper {
	width: 100%;
	height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	gap: 0px;
}
.menual_content_menu > div.manual_navigation {
	gap: 00px;
}
/* .menual_content_menu div div {
	width: 100%;
	height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	gap: 0px;
} */
/* .menual_content_menu > div > div.manual_navigation {
	margin-bottom: 20px;
} */
.inner_div_wrapper p.active {
	/* border-radius: 0px 10px 10px 0px; */
	background: #F7FAFC;
	color: #006ABA;
}
.inner_div_wrapper p.unactive {
	/* border-radius: 0px 10px 10px 0px; */
	background: #f2f2f2 !important;
	color: #9c9c9c !important;
	cursor: default !important;
}
.inner_div_wrapper p.active.trigger_inner_menu {
	border-radius: 0px 10px 10px 0px;
	background: unset !important;
	color: #000;
}
.inner_div_wrapper p.active.trigger_inner_menu:hover {
	/* color: #006ABA; */
}
.menual_content_last {
	border-top: 1px solid rgba(14, 14, 14, 0.05);
	width: 100%;
	height: 50px;
	padding-left: 20px;
	margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	cursor: pointer;
}
.menual_content_menu_title_content {
	display: flex;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 24px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	/* padding-right: 24px; */
    padding: 16px 24px 8px 24px;
}
.menual_content_menu_title_content.font_small_content {
	display: flex;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 24px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	/* position: relative; */
}
.menual_content_menu_title_content.font_small_content:hover {
	color: #006ABA;
}
/* .menual_content_menu_title_content.font_small_content::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s ease;
	width: 0%;
	border-top: 1px solid #006ABA;
}
.menual_content_menu_title_content.font_small_content:hover::after {
	width: 100%;
} */
.menual_content_menu_title_content > span {
	position: relative;
	width: 10px;
	display: block;

	/* background-image: url('/images/main/arrow_black.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain; */
}
.menual_content_menu_title_content > span::after {
	content: '';
	position: absolute;
    top: -1px;
	width: 10px;
	border-top: 1px solid #000;
	display: block;
	transition: all 0.3s ease;
}
.menual_content_menu_title_content > span::before {
	content: '';
	position: absolute;
    top: -1px;
	transform: rotate(90deg);
	width: 10px;
	border-top: 1px solid #000;
	display: block;
	transition: all 0.3s ease;
}
.menual_content_menu_title_content.active > span::before {
	content: '';
	position: absolute;
	transform: rotate(0deg);
	width: 10px;
	border-top: 1px solid #000;
	display: block;
}
.menual_content_menu_title_content > svg > .svg-vertical-line,
.menual_content_menu_title_content > svg > .svg-vertical-line{
	transform-origin: 50% 50%;
	transition: all 0.3s ease;
}
.menual_content_menu_title_content.active > svg > .svg-vertical-line {
	transform: rotate(90deg);
}
.inner_wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0px;
}
.inner_wrapper > a {
	width: 100%;
}
.inner_wrapper > a > p {
    display: flex;
    width: 100%;
    height: auto;
    font-size: 13px;
    padding-left: 32px;
    padding-right: 24px;
    padding-top: 6px;
    padding-bottom: 5px;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
	color: #777777;
}
.inner_wrapper > a > p:hover {
	color: #006ABA;
}
.inner_wrapper p.unactive {
	/* border-radius: 0px 10px 10px 0px; */
	background: #f2f2f2 !important;
	color: #9c9c9c !important;
	cursor: default !important;
}
.deep_inner_wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 5px;
}
.deep_inner_wrapper > p {
	display: flex;
	width: 100%;
	height: 28px;
	font-size: 14px;
	padding-left: 32px;
	align-items: center;
	cursor: pointer;
}


.common_menual {
	top: 0px;
	left: 280px;
	width: calc(100% - 280px);
	min-height: 100vh;
	overflow: hidden overlay;
	padding-top: 140px;

}
.menual_content_header {
	width: 100%;
	height: 60px;
	display: flex;
	padding: 0px 80px;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
	align-self: stretch;
}
.menual_content_header > div {
	position: relative;
	color: #111;
	font-size: 16px;
	line-height: normal;
	cursor: pointer;
}
.menual_content_header > div::after {
	content: '';
	position: absolute;
	width: 0%;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 1px solid #006ABA;
	transition: all 0.3s ease;
}
.menual_content_header > div:hover {
	color: #006ABA;
}
.menual_content_header > div:hover::after {
	width: 100%;
}
.drop_down_manual_option_wrapper {
	position: absolute;
    top: 26px;
    right: 0px;
	border: 1px solid #d1d1d1;
	background-color: var(--white-color);
	border-radius: 10px;
	overflow: hidden;
	display: none;
}
.mCustomScrollBox {
	width: 100%;
}
.mCSB_scrollTools {
	right: -5px !important;
}
.drop_down_manual_option_wrapper > div {
	width: 100%;
	height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 10px;
	color: var(--light-black-color);
}
.drop_down_manual_option_wrapper > div > a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.drop_down_manual_option_wrapper > div:hover {
	background-color: #f2f2f2;
	color: var(--light-black-color);
}
.content_type_1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0px;
    margin: 0px auto;
    padding: 30px 20px;
    border-bottom: 1px solid #d1d1d1;
}
.content_type_1:first-child {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0px;
    margin: 0px auto;
    padding: 0px 20px 30px;
}
/* .content_type_1:first-child {
	padding-top: 40px !important;
} */
.content_type_2 {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px 80px;
	padding: 80px;
	border-bottom: 1px solid rgba(14, 14, 14, 0.05);
}
.title_content_wrapper {
	width: 800px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
}
.content_type_text_wrapper {
    width: 800px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
    gap: 24px;
}
.text_content_wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
}
.split_wrapper_section {
    width: 800px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
}
.common_menual_text_wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 16px;
}
.common_menual_text_inner_wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
}
.common_menual_text_inner_wrapper > .common_menual_text{
	font-size: 18px;
}
.common_menual_text_inner_wrapper > .common_menual_text:first-child {
	font-size: 18px;
}
.has_line {
    margin-top: auto;
	width: 100%;
    border-top: 1px solid rgba(14, 14, 14, 0.05);
}
.common_menual_title {
    color: #222;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}
.common_menual_sub {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 32px;
    margin-bottom: 8px;
}
.common_menual_text {
	display: flex;
	padding: 8px 0px;
	align-items: flex-start;
	gap: 10px;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
}
.common_menual_empty_element {
	display: block;
	height: 16px;
	visibility: hidden;
	width: 0px;
	display: none;
}
.image_content_wrapper {
	width: 800px;
	padding: 20px 0px;
	height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	transition: all 0.3s ease;
	border-radius: 8px;
	background: #F2F2F2;
	margin-top: 8px;
	margin-bottom: 8px;
}
.image_content_wrapper > img {
	display: block;
	max-width: 760px;
	height: auto;
}
.image_content_area {
    position: relative;
    width: 100%;
	background-color: #363435;
    border-radius: 24px;
}
.image_wrapper_header {
	position: relative;
	width: 100%;
	height: 40px;
}
.image_wrapper_header > span{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #E8695E;
	transform: translateY(-50%);
}
.image_wrapper_header > span::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 22px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #F1BE4F;
	transform: translateY(-50%);
}
.image_wrapper_header > span::after{
	content: '';
    position: absolute;
    top: 50%;
    left: 44px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #61C554;
	transform: translateY(-50%);
}
.image_wrapper_header > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 24px;
    padding: 4px 0px 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 12px;
    color: var(--white-color);
    transform: translate(-50%, -50%);
    border: 1px solid #5A5859;
}
.image_content_area > .image_content_area_conteainer {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden;
    padding: 0px 10px 10px;
    background-color: #363435;
}
.image_content_area > .image_content_area_conteainer > img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}
.table_content_type1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: auto hidden;
    /* border-radius: 10px; */
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #d1d1d1;
	margin-top: 8px;
	margin-bottom: 8px;
}
.table_content_type1 > div {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
	line-height: 24px;
	font-size: 14px;
    min-width: 490px;
    border-bottom: 1px solid #d1d1d1;
}
.table_content_type1 > div:last-child {
    border-bottom: 0px;
}
.table_content_type1 > div > p {
	width: 100%;
	padding: 8px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	background-color: var(--white-color);
	color: #556CD6;
}
.table_content_type1 > div > p:first-child {
	width: 30%;
	min-width: 185px;
	background-color: #F2F2F2;
	padding: 8px 10px;
	color: #000;
	line-height: 24px;
	font-size: 16px;
	padding-left: 0px;
	font-weight: 600;
	padding-left: 10px;
}
.table_content_type2 {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #D1D1D1;
}
.table_content_type2_title {
	height: 36px;
	padding: 10px;
	color: #000;
	font-size: 12px;
	/* line-height: normal; */
	background-color: #F2F2F2;
    font-weight: bolder;
	line-height: 24px;
	font-size: 14px;
}
.table_content_type2 > div {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}
.table_content_type2 > div > p {
	width: 90%;
	padding: 10px;
	display: block;
    font-weight: bolder;
	line-height: 24px;
	font-size: 14px;
}
.table_content_type2 > div > p:first-child {
	width: 10%;
	min-width: 100px;
	color: #000;
	font-size: 13px;
	line-height: normal;
	line-height: 24px;
	font-size: 14px;
}
.table_content_type3 {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: auto hidden;
	border-radius: 10px;
	border: 1px solid #D1D1D1;
}
.table_content_type3_title {
	height: 36px;
	padding: 10px;
	color: #000;
	font-size: 12px;
	line-height: normal;
	background-color: #F2F2F2;
    min-width: max-content !important;
    /* font-weight: bolder; */
}
.table_content_type3 > div {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
	padding: 10px;
    min-width: 350px;
	line-height: 24px;
	font-size: 14px;
}
.table_content_type3 > div > pre {
	width: 100%;
	font-size: 14px;
    /* font-weight: bolder; */
	line-height: 26px;
    min-width: 350px;
	line-height: 24px;
	font-size: 14px;
}


.table_content_type4 {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: auto hidden;
	border-top: 1px solid #D1D1D1;
	margin-top: 8px;
	margin-bottom: 8px;
}
.table_content_type4_title {
	height: 36px;
	padding: 10px;
	color: #000;
	font-size: 12px;
	line-height: normal;
    min-width: max-content !important;
	padding: 0px !important;
    /* font-weight: bolder; */
}
.table_content_type4_title > p {
	padding: 10px;
	line-height: 24px;
	font-size: 14px;
}
.table_content_type4_title > p:nth-child(1) {
	min-width: 200px;
	max-width: 200px;
	border-bottom: 1px solid #d1d1d1;
}
.table_content_type4_title > p:nth-child(2) {
	min-width: 100px;
	max-width: 100px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #d1d1d1;
}
.table_content_type4_title > p:nth-child(3) {
	min-width: 150px;
	max-width: 150px;
	border-bottom: 1px solid #d1d1d1;
}
.table_content_type4_title > p:nth-child(4) {
	width: 100%;
	background-color: #F2F2F2;
	min-width: 350px;
	max-width: 350px;
	border-bottom: 1px solid #d1d1d1;
}
.table_content_type4 > div {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    min-width: max-content;
}
.table_content_type4_content > p {
	padding: 10px;
	line-height: 24px;
	font-size: 14px;
}
.table_content_type4_content > p:nth-child(1) {
	min-width: 200px;
	max-width: 200px;
	border-bottom: 1px solid #d1d1d1;
	color: #556CD6;
	font-weight: 600;
}
.table_content_type4_content > p:nth-child(2) {
	min-width: 100px;
	max-width: 100px;
	border-bottom: 1px solid #d1d1d1;
	background-color: #F2F2F2;
}
.table_content_type4_content > p:nth-child(3) {
	min-width: 150px;
	max-width: 150px;
	border-bottom: 1px solid #d1d1d1;
	color: #556CD6;
}
.table_content_type4_content > p:nth-child(4) {
	width: 100%;
	min-width: 350px;
	max-width: 350px;
	border-bottom: 1px solid #d1d1d1;
	background-color: #F2F2F2;
}
.table_content_type4 > div > pre {
	width: 100%;
	font-size: 14px;
    /* font-weight: bolder; */
	line-height: 26px;
    min-width: 350px;
}


td pre {
	color: #6C7688;
	line-height: 1.4em;
}

.codeWrap select {
	-webkit-appearance: none;  /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
	padding: 0.15em 0.5em 0 0.8em; /* 여백으로 높이 설정 */
	font-family: inherit;  /* 폰트 상속 */
	background:#233659;
	border: 1px solid #181f2e;
	border-radius: 0px; /* iOS 둥근모서리 제거 */
	color: var(--white-color);
	
	
} 
.codeWrap .tableHeader select {
	color: #6C7688;
	background: #F7FAFC;
	border: none;
}


.apiDocStyle .codeWrap table {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	
}
.hljs-params {
	color: #aaa;
}
.hljs-function {
	color: #aaa;
}
.apiDocStyle .hljs-tag, .hljs-name, .hljs-attribute {
	/* color: #aaa; */
}
.hljs {
	width:800px;
	/* border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px; */
}
.hljs-ln td {
	padding: 2px 10px !important;
}
.hljs-ln-n{
	color:#aaaaaa;
	width: 20px;
	text-align: right;
}
.hljs-line-numbers 
{ text-align: right;
	border-right: 1px solid #ccc; 
	color: #999; 
	-webkit-touch-callout: none; 
	-webkit-user-select: auto; 
	-khtml-user-select: auto; 
	-moz-user-select: auto; 
	-ms-user-select: auto; 
	user-select: auto; 
}

.hljs-ln-line.hljs-ln-code td{
	padding: 15px 20px;
	/* background-color:; */
	color: var(--white-color);
}
pre.code {
	position: relative;
	width: 100%;
	display: block;
}
pre.code .hljs{
	display: block;
	width: 100%;
	height: 100%;
	background: #233659;
	padding: 12px 0px;
}
.codeWrap {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 14px;
}

.codeHeader{
	background: #152748; 
	width: 100%;
	height: 36px;
	position: relative;
	top: 0px;
	left: 0;
	/* border-top-right-radius:15px ;
	border-top-left-radius: 15px; */
	z-index: 1;
	box-sizing: border-box;
	border-bottom: 1px solid #2A4069;
}
.codeHeader.tableHeader{
	background: #E3E8EE;     
	color: #6C7688;
	border:none;
	
}
.codeHeader.tableHeader .copy{
	color: #6C7688;
}
.codeHeader .language {
	position: absolute;
	right: 70px;
	top: 9px;

}
.codeHeader > .copy_title{
    color: var(--white-color);
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: normal;
    position: absolute;
    left: 2px;
    top: 4px;
    width: fit-content;
    height: 28px;
    text-align: center;
}
.codeHeader .copy {
	position: absolute;
	right: 20px;
	top: 4px;
	color: var(--white-color);
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	width: fit-content;
	height: 28px;
	text-align: center;
	border-radius: 4px;
    background-image: url(/images/manual_image/copy_white.svg);
    /* display: none; */
    background-position: center;
    background-repeat: no-repeat;
}
.codeHeader .copy:hover{
	background-color: #233659;
	cursor: pointer;
}
.copy_mes {
	position: absolute;
    padding: 5px;
    margin: 6px;
    display: none;
    background-color: #1d5d83;
    border: none;
    z-index: 1;
    color: var(--white-color);
    cursor: pointer;
    height: 24px;
    /* border-radius: 5px; */
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    /* margin-left: 0px; */
    /* margin-right: 10px; */
    right: 55px;
    border-radius: 4px;
}
.select_code_lang {
	width: 100%;
	display: flex;
	height: 36px;
	padding: 0px 20px;
	align-items: center;
	gap: 24px;
	align-self: stretch;
	background: #152748;
}
.select_code_lang > div {
	position: relative;
	height: 100%;
	color: #8292A2;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	cursor: pointer;
}
.select_code_lang > div::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 0%;
	transform: translateX(-50%);
	border-bottom: 2px solid #556CD6;
	transition: all 0.3s ease;
}
.select_code_lang > div:hover {
	color: var(--white-color);
}
.select_code_lang > div:hover::after {
	width: 100%;
}
.select_code_lang > div.active {
	color: var(--white-color);
}
.select_code_lang > div.active::after {
	width: 100% !important;
}
.apiDocStyle table.hljs-ln{
	background:rgba(0, 0, 0, 0);
	width:750px;
}
.liveDemoMainTitle{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.rightLangBox {
	position: relative;
	left: 22px;
	top: 40px;
	display: inline-block;
	

}

.rightLangBox .langOpenText{
	position: relative;
	top: -2px;
	cursor: pointer;
	font-weight: bold;
}


.rightLangBox .langeListBox>li {
	width: 90px;
}
.rightLangBox .langeListBox.bottomUpBox {
	bottom: 20px;
	width: 90px;
	left: -14px;
}
.rightLangBox .langeListBox.UpBox{
	top: 20px;
	width: 90px;
	left: -14px;
}
.rightLangBox:after {
	content: '';
	width: 2px;
	height: 60px;
	position: absolute;
	left: -22px;
	top: -40px;
	background: #BCBCBC;
}
.guideImgBox img {
	
	width: 90%;
	margin-bottom: 20px;
}
.code_type_label {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    margin-left: 6px;
    color: #7F7F7F;
    font-size: 16px;
}
.mobile_menu_top {
	display: none;
}
.common_demo_btn {
	padding: 8px 0px;
}
.common_demo_btn > p {
	display: flex;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background: #556CD6;
	border: 1px solid #556CD6;
	cursor: pointer;
	color: var(--white-color);
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;
}
.common_demo_btn > p:hover {
	background: var(--white-color);
	color: #556CD6;
}
.common_notice {
	width: 100%;
	height: auto;
	padding: 8px 0px;
}
.common_notice > p {
	display: flex;
	padding: 8px 24px;
	min-height: 54px;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 0px 8px 8px 0px;
	background: #F2F2F2;
	color: var(--light-black-color);
	font-size: 16px;
	font-weight: 400;
}
.notice_red > p {
	border-left: 3px solid #FF5E58;
}
.notice_yellow > p {
	border-left: 3px solid #FFBC2D;
}
.notice_blue > p {
	border-left: 3px solid #556CD6;
}
@media all and (max-width:1200px) {
	.common_menual_header {
		width: 100%;
		height: 60px;
		flex-direction: row;
		z-index: 2;
		border-right: 0px solid rgba(14, 14, 14, 0.05);
		border-bottom: 1px solid rgba(14, 14, 14, 0.05);
		padding: 0px 20px;
	}
	.menual_content_header {
		display: none;
	}	
	.common_menual_header_logo {
		padding: 0px;
		padding-right: 10px;
		display: none;
	}
	.common_menual {
		width: 100%;
		height: calc(100vh - 60px);
		left: 0px;
		top: 60px;
	}
	.menual_content_menu {
		/* margin-top: 0px; */
		overflow: hidden;
		position: absolute;
		top: 60px;
		left: -100%;
		width: 100vw;
		height: calc(100vh - 60px);
		transition: height 0.3s ease;
		background-color: var(--white-color);
	}
	/* .menual_content_menu:hover {
		height: 250px;
		overflow: hidden overlay;
		outline: 1px solid #0e0e0e0d;
	} */
	.common_menual_search_box {
		display: none;
	}
	.menual_content_menu_title_content {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.inner_wrapper > a {
		width: 100%;
	}
	.inner_wrapper > a > p {
		width: 100%;
	}
	.content_type_1 {
		padding: 80px 20px;
	}
	.menual_content_last {
		display: none;
	}
	.image_content_wrapper {
		width: 100%;
		min-width: 100%;
	}
	.image_content_wrapper > img {
		max-width: calc(100% - 40px);
	}
	.content_type_text_wrapper {
		width: 100%;
	}
	.title_content_wrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 24px;
	}
	.split_wrapper_section {
		width: 100%;
	}
	.table_content_type4_title > p:nth-child(4) {
		max-width: unset;
	}
	.table_content_type4_content > p:nth-child(4) {
		max-width: unset;
	}
	.mobile_menu_top {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.mobile_open_menu_btn {
		cursor: pointer;
	}
	.mobile_menu_top > .resouses{
		font-size: 18px;
		font-weight: 600;
	}
	.line_1,
	.line_2,
	.line_3 {
		transition: all 0.3s ease;
		transform-origin: 0% 0%;
	}
	.line_3 {
		transform-origin: 0% 100%;
	}
	.line_1.active {
		transform: translateX(22px) rotate(58deg);
		width: 114px;
	}
	.line_2.active {
		transform: translateX(100px);
	}
	.line_3.active {
		transform: translateX(22px) rotate(-58deg);
		width: 114px;
	}
}