/*gnbBg 공통배경*/

.gnbBg {
	position: fixed;
}

/*공통부분 반응형*/

@media screen and (max-width: 767px) {
	#subContents .pageTit {
		margin-bottom: 25px;
	}
	#subContents > article {
		padding: 60px 0;
	}
}

/*main 페이지*/

/*main 페이지 mainVisual 영역*/

#mainVisual .server_txt span {
	border-radius: 5px;
	border: 1px solid #fff;
	font-size: 16px;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
}

#mainVisual .visu .mv {
	height: 100vh;
}

#mainVisual .visu .mv .txt ul {
	padding: 0 0;
}

#mainVisual .visu .mv .txt ul li.none:before {
	display: none;
}

#mainVisual .visu .mv .txt ul li {
	font-size: 17px;
}

#mainVisual .visu .mv .txt ul li.none {
	padding: 0 0;
}

#mainVisual .visu .mv .txt .dir_contact {
	display: inline-block;
	margin-top: 30px;
	font-size: 14px;
}

/*main 페이지 system영역*/

.system {
	padding: 115px 0;
}

.system .txt_fl {
	display: flex;
	justify-content: space-between;
}

.system .inner1200 .iam_title {
	width: 601px;
}

.system .inner1200 .iam_title h3 {
	color: #465cbd;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}

.system .inner1200 .iam_title .solution {
	font-size: 23px;
	margin-bottom: 30px;
	font-weight: 700;
	color: #000;
}

.system .inner1200 .iam_title .context li {
	line-height: 30px;
	font-size: 17px;
	margin-bottom: 25px;
}

.system .inner1200 .iam_title .context li:nth-child(1) {
	font-weight: 600;
}

.system .inner1200 .iam_title .context li span {
	color: #465cbd;
	font-weight: 600;
}

.system .inner1200 .iam_title .more_view {
	display: inline-block;
	border: 1px solid #32327b;
	border-radius: 5px;
	width: 217px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 40px;
	color: #32327b;
	font-size: 18px;
}

.system .main_border {
	position: relative;
	width: 100%;
	height: 8px;
	background: #f1f5f7;
	border-radius: 10px;
	top: 115px;
}

.system .inner1200 .series_title {
	width: 651px;
}

.system .inner1200 .series_title a {
	display: inline-block;
	width: 217px;
	height: 60px;
	border-radius: 5px;
	border: 1px solid #32327b;
	line-height: 60px;
	text-align: center;
	color: #32327b;
	font-size: 18px;
	margin-top: 40px;
}

.system .inner1200 .series_title h3 {
	color: #465cbd;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 25px;
}

.system .inner1200 .series_title .sub_title {
	font-size: 23px;
	margin-bottom: 30px;
	font-weight: 700;
	color: #000;
}

.system .inner1200 .series_title .sub_title_fw {
	font-weight: 600;
	margin-bottom: 30px;
	display: inline-block;
	line-height: 25px;
	font-size: 17px;
}

.system .inner1200 .series_title .context01 {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 30px;
}

.system .inner1200 .series_title .context02 {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 25px;
}

.system .inner1200 .series_title .context li {
	font-size: 17px;
	line-height: 25px;
}

.system .inner1200 .series_title .context li::before {
	content: "";
	display: inline-block;
	position: relative;
	width: 6px;
	height: 6px;
	background: #465cbd;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 20px;
}

.system .inner1200 .series_title .context li .title_color {
	color: #465cbd;
	font-weight: 500;
}

#page04 {
	padding: 0 0;
	height: 390px;
	background: url("/img/main/qplat_bg.jpg") no-repeat center;
	display: flex;
	align-items: center;
	background-size: cover;
}

#page04 .dir_contact {
	text-align: center;
	margin-top: 40px;
	color: #fff;
	font-weight: 500;
}

#page04 .dir_contact a:link {
	color: #fff;
}

/*main페이지 반응형*/

@media screen and (max-width: 767px) {
	#mainVisual .visu .mv .txt .server_txt {
		display: none;
	}
	#mainVisual .visu .mv .txt .newTxt_2 {
		font-size: 17px;
		line-height: 20px;
	}
	#mainVisual .visu .mv .txt .newTxt_3 {
		font-size: 20px;
	}
	#mainVisual .visu .mv .txt ul li {
		font-size: 16px;
	}
	#mainVisual .visu .mv .txt .dir_contact {
		font-size: 13px;
	}
	#mcon01 .txt_fl {
		flex-direction: column-reverse;
	}
	.system .inner1200 .iam_title {
		width: 100%;
		margin-top: 55px;
	}
	.system .inner1200 .iam_title .more_view {
		width: calc(33.33333333% - 6px);
		font-size: 15px;
		height: 50px;
		line-height: 50px;
	}
	#mcon02 .txt_fl {
		flex-direction: column;
	}
	.system .inner1200 .series_title {
		width: 100%;
		margin-top: 55px;
	}
	.system .inner1200 .series_title a {
		width: calc(33.33333333% - 6px);
		font-size: 15px;
		height: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width: 640px) {
	#mainVisual .visu .mv .txt ul li {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (max-width: 480px) {
	#mainVisual .visu .mv {
		height: 750px;
	}
}

/*서브페이지 공통*/

.visual03 {
	background-image: url(../img/main/main.png);
}

.sv04 {
	background-image: url(../img/main/main.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sv05 {
	background-image: url(../img/main/main.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sv06 {
	background-image: url(../img/main/main.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#sv .svTit span {
	font-size: 14px;
	position: relative;
	bottom: -120px;
	font-weight: 100;
}

/*서브페이지 공통 반응형*/

@media screen and (max-width: 767px) {
	#sv .svTit span {
		font-size: 12px;
	}
}

/*서브페이지 큐플랫 R시리즈*/

/*서브페이지 큐플랫 R시리즈 summary 영역*/

#summary.pad {
	padding-bottom: 140px;
}

#summary .txt h3 {
	font-size: 25px;
	color: #000;
	font-weight: 700;
}

#summary .txt .right {
	width: 100%;
	font-size: 17px;
}

#summary .txt .right p {
	line-height: 1.9;
}

/*서브페이지 큐플랫 R시리즈 advantage 영역*/

#advantage {
	background: #f1f5f7;
	position: relative;
	z-index: -1;
}

.sconTit > span {
	color: #d8deee;
}

#advantage .scon .step ul li > .circle {
	background: transparent url(/img/sub/advan_circle.png) no-repeat;
}

/*서브페이지 큐플랫 R시리즈 package 영역*/

#package .scon02 {
	padding-bottom: 120px;
	border-bottom: 1px solid #888;
}

/*서브페이지 큐플랫 R시리즈 video 영역*/

#video.pad {
	padding: 0 0;
	padding-bottom: 100px;
}

#video .scon {
	margin-bottom: 100px;
}

#video .scon04 {
	margin-bottom: unset;
	padding-bottom: 120px;
	border-bottom: 1px solid #888;
}

/*서브페이지 큐플랫 R시리즈 system 영역*/

#system.pad {
	padding: 0 0;
	padding-bottom: 120px;
}

/*서브페이지 큐플랫 R시리즈 faq 영역*/

#faq.pad {
	padding: 0 0;
	padding-bottom: 130px;
}

/*서브페이지 큐플랫 R시리즈 반응형*/

@media screen and (max-width: 767px) {
	#system.pad {
		padding-bottom: 60px;
	}
	#summary.pad {
		padding-bottom: 60px;
	}
	#advantage .desc {
		padding-bottom: 50px;
	}
	#package .scon02 {
		padding-bottom: 60px;
	}
	#video.pad {
		padding-bottom: 60px;
	}
	#video .scon04 {
		margin-bottom: unset;
		padding-bottom: 70px;
	}
	#faq.pad {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 640px) {
	#package .scon01 ul li {
		height: 380px;
	}
	#advantage .scon .step ul li > .circle {
		background: transparent url(/img/sub/advan_circle.png) no-repeat;
		background-size: contain;
	}
	#video .scon {
		margin-bottom: 70px;
	}
	#video .scon04 {
		margin-bottom: unset;
	}
}

/*서브페이지 iam*/

/*서브페이지 iam introduce 영역*/

#introduce .txt h3 {
	font-size: 25px;
	font-weight: 700;
	color: #000;
}

#introduce .txt .right {
	padding-top: 47px;
}

#introduce .txt .right {
	font-size: 17px;
}

#introduce .txt .right p {
	line-height: 1.9;
}

#introduce .txt .right p span {
	color: #465cbd;
	font-weight: 600;
}

/*서브페이지 iam four_basic 영역*/

#four_basic.pad {
	padding: 0 0;
	padding-bottom: 140px;
}

#four_basic .four_list {
	display: flex;
	justify-content: space-between;
}

#four_basic .four_list > li {
	width: 23%;
	border: 1px dashed #e5e5e5;
	height: auto;
	padding: 25px 17px;
	box-sizing: border-box;
	padding-bottom: 50px;
}

#four_basic .four_list > li h4 {
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	color: #000;
}

#four_basic .four_list > li h4::after {
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	background: #5f6ed9;
	margin: 0 auto;
	margin-top: 33px;
	margin-bottom: 10px;
}

#four_basic .four_list > li > div {
	text-align: center;
	margin-bottom: 60px;
	margin: 30px 0;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#four_basic .four_list > li .list_context > li {
	font-size: 14px;
	line-height: 22px;
	padding-top: 20px;
}

#four_basic .four_list > li .list_context > li::before {
	content: "";
	display: inline-block;
	position: relative;
	width: 2px;
	height: 2px;
	top: -4px;
	left: -6px;
	background: #989898;
}

/*서브페이지 iam five_good 영역*/

#five_good {
	background: #f1f5f7;
	position: relative;
	left: 0;
	top: 0;
	z-index: -1;
}

#five_good h4 {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #465cbd;
	margin-bottom: 40px;
}

#five_good .five_list h4 .normal {
	font-weight: 300;
}

#five_good .five_list .title_list > li {
	line-height: 30px;
	position: relative;
}

#five_good .five_list .title_list > li span {
	display: inline-block;
}

#five_good .five_list .title_list > li .point::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #595858;
	position: relative;
	margin-right: 10px;
	top: -4px;
}

#five_good .five_list .title_list .cuplat {
	padding-left: 27px;
}

#five_good .five_list .title_list .cuplat span {
	color: #5f6ed9;
}

#five_good .good_list {
	display: flex;
	align-items: center;
	margin: 60px 0;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23465CBDFF' stroke-width='1' stroke-dasharray='5%2c10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

#five_good .good_list > div {
	font-weight: 600;
	color: #465cbd;
}

#five_good .five_list > li .good_list .good_list_context > li {
	line-height: 25px;
	border-left: 1px solid #cbd3e4;
	padding-left: 45px;
	font-size: 14px;
}

#five_good .good_list > div:nth-child(1) {
	width: 160px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.sconTit.leftMov > span {
	transform: unset;
	left: 0;
	top: 71px;
}

/*서브페이지 iam inside_tool 영역*/

#inside_tool {
	overflow: hidden;
}

#inside_tool.pad {
	padding-bottom: 120px;
}

#inside_tool .inner1200 {
	border-bottom: 1px solid #888;
	padding-bottom: 120px;
}

#inside_tool .sub_title {
	text-align: center;
	line-height: 28px;
}

#inside_tool .tool_list .tool_context {
	margin-bottom: 80px;
}

#inside_tool .tool_list .tool_context > li h4 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 40px;
}

#inside_tool .tool_list .tool_context > li p {
	margin-bottom: 17px;
}

#inside_tool .tool_list .tool_context > li p::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #595858;
	border-radius: 50%;
	position: relative;
	margin-right: 10px;
	top: -3px;
}

#inside_tool .tool_list .tool_context > li p .mobile {
	display: none;
}

#inside_tool .tool_list .tool_context > li ul {
	margin-bottom: 20px;
	padding-left: 20px;
}

#inside_tool .tool_list .tool_context > li ul > li {
	line-height: 32px;
}

#inside_tool .tool_list .showing h4 {
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #465cbd;
	color: #fff;
}

#inside_tool .tool_list .showing .showing_img {
	height: auto;
	border: 1px solid #465cbd;
	text-align: center;
	box-sizing: border-box;
	padding: 75px 10px;
}

#inside_tool .tool_list .showing .showing_img .first {
	margin-right: 70px;
}

/*서브페이지 iam system_config 영역*/

#system_config.pad {
	padding: 0 0;
	padding-bottom: 100px;
}

#system_config .tit_img {
	margin-bottom: 80px;
}

#system_config .config_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
	margin-bottom: 80px;
}

#system_config .config_main .tit_txt {
	width: 350px;
	box-sizing: border-box;
}

#system_config .config_main .tit_txt h4 {
	font-weight: 700;
	color: #000;
	font-size: 17px;
	margin-bottom: 5px;
}

#system_config .config_main .tit_txt p {
	color: #465cbd;
	font-size: 17px;
	margin-bottom: 30px;
}

#system_config .config_main .tit_txt .contextno > li {
	line-height: 25px;
	font-size: 15px;
	position: relative;
}

#system_config .config_main .tit_txt .contextno > li span {
	display: inline-block;
	padding-left: 10px;
}

#system_config .config_main .tit_txt .contextno > li::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 4px;
	background: #465cbd;
	border-radius: 50%;
	top: 12px;
	margin-right: 10px;
}

#system_config .config_main .tit_txt p {
	font-size: 16px;
	line-height: 20px;
}

#system_config .config_main .tit_txt .cont_box {
	width: 100%;
	border-radius: 9px;
	text-align: center;
	height: 53px;
	line-height: 53px;
	background: linear-gradient(
		90deg,
		rgba(75, 209, 237, 1) 0%,
		rgba(67, 132, 236, 1) 100%
	);
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 17px;
	margin: 30px 0;
}

#system_config table {
	border-top: 2px solid #465cbd;
	text-align: center;
}

#system_config table colgroup .os {
	border-left: 1px solid #c8c8c8;
}

#system_config table thead tr {
	background: #f6f6f6;
	height: 50px;
}

#system_config table tr {
	border: 1px solid #c8c8c8;
	border-left: none;
	border-right: none;
	height: 80px;
	box-sizing: border-box;
}

#system_config table tr .config_list {
	line-height: 30px;
	font-weight: 100;
}

#system_config table tr .windows {
	font-weight: 100;
}

/*서브페이지 iam 반응형*/

@media screen and (max-width: 992px) {
	#inside_tool .tool_list .showing .showing_img .first {
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 767px) {
	#introduce .txt {
		padding-top: 30px;
	}
	#introduce .txt .right {
		padding-top: 25px;
	}
	#introduce .img img {
		height: 40vw;
	}
	#inside_tool.pad {
		padding-bottom: 60px;
	}
	#inside_tool .inner1200 {
		padding-bottom: 60px;
	}
	#inside_tool .tool_list .tool_context {
		margin-bottom: 50px;
	}
	#system_config.pad {
		padding-bottom: 60px;
	}
	#system_config .config_main {
		display: block;
		text-align: center;
		padding: 0 0;
	}
	#system_config .config_main .tit_txt {
		margin: 0 auto;
		margin-bottom: 40px;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	#introduce .txt .right p br {
		display: none;
	}
	#four_basic.pad {
		padding: 0 0;
		padding-bottom: 60px;
	}
	#four_basic .four_list {
		flex-wrap: wrap;
	}
	#four_basic .four_list > li {
		margin-bottom: 30px;
		width: 100%;
	}
	#four_basic .four_list > li:nth-child(4) {
		margin-bottom: 0;
	}
	#four_basic .four_list > li .list_context > li {
		text-align: center;
		font-size: 15px;
	}
	.sconTit.leftMov > span {
		top: 31px;
		left: 50%;
		transform: translateX(-50%);
	}
	.sconTit > span {
		top: 3px;
	}
	.sconTit .pageTit span {
		line-height: 30px;
	}
	#five_good h4 {
		text-align: center;
	}
	#five_good .good_list {
		display: block;
		padding: 30px 5px;
		margin: 30px 0;
	}
	#five_good .good_list > div:nth-child(1) {
		width: unset;
		height: unset;
		line-height: unset;
		margin-bottom: 10px;
	}
	#five_good .five_list .title_list {
		text-align: center;
	}
	#five_good .five_list .title_list > li {
		font-size: 15px;
	}
	#five_good .five_list .title_list > .top_point::before {
		display: none;
	}
	#five_good .five_list > li .good_list .good_list_context > li {
		border-left: none;
		text-align: center;
		padding-left: unset;
		font-size: 13px;
	}
	#inside_tool .sub_title {
		font-size: 15px;
	}
	#inside_tool .tool_list .tool_context > li h4 {
		text-align: center;
	}
	#inside_tool .tool_list .tool_context > li p {
		font-size: 15px;
		text-align: center;
		line-height: 25px;
	}
	#inside_tool .tool_list .tool_context .ps {
		font-size: 15px;
		text-align: center;
	}
	#inside_tool .tool_list .tool_context > li p .mobile {
		display: block;
	}
	#inside_tool .tool_list .tool_context > li ul {
		font-size: 15px;
		text-align: center;
		padding-left: unset;
	}
	#system_config table {
		font-size: 15px;
	}
	#system_config table tr .config_list {
		font-size: 15px;
	}
}

/*서브페이지 client*/

#client {
	margin-bottom: 80px;
}

#client .pageTit h3 {
	margin-top: 100px;
	font-weight: 700;
	font-size: 30px;
}

#client .logo ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#client .logo ul:after {
	display: none;
}

#client .logo ul li {
	width: 31.333333%;
	height: 160px;
	line-height: 160px;
	text-align: center;
	border: 1px solid #c8c8c8;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

/*서브페이지 client 반응형*/

@media screen and (max-width: 767px) {
	#client .logo ul li {
		margin-bottom: 20px;
	}
	#client .logo ul li:nth-child(2),
	#client .logo ul li:nth-child(5),
	#client .logo ul li:nth-child(8) {
		margin-bottom: 20px;
	}
	#client .logo ul li {
		width: 48%;
		height: unset;
		line-height: unset;
		padding: 50px 0;
	}
}

/*#system 추가작업*/

/*#system 반응형*/

@media screen and (max-width: 960px) {
	#system .scon01 .list ul {
		width: 100%;
	}
}

/*서브페이지 contact 영역*/

#contact .contBox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

#contact .contBox .direct {
	margin-right: 5px;
	color: #465cbd;
	font-weight: 500;
	font-size: 18px;
}

#contact .contBox .cont_num {
	font-size: 18px;
	color: #000;
}

#contact .contBox .cont_num a:link {
	color: #000;
}
