header h1.logo {
	display: none;
	margin: 0;
	padding-top: 5px;
	}
header h1.logo img {
	width: 200px;
	}
.top-nav-collapse h1.logo { display: block; }

header .logo-wrap {
	width: 50%;
	height: 630px;
	background: url("/common_file/image/header_top_bg.webp") 50% 0 repeat-y;
	}
header .logo-wrap .intro {
	float: right;
	width: 320px;
	height: 630px;
	padding-top: 260px;
	background: var(--main) url("https://gi.esmplus.com/futizen/project/futizen/blue_base_bg.jpg") center top no-repeat;
    background-size: cover;
	}
header .logo-wrap h1 {
	margin: 0;
	padding-top: 10px;
	font-size: 20px;
	}
header .logo-wrap h1 img {
	margin-right: 10px;
	width: 120px;
	vertical-align: text-bottom;
	}
header .logo-wrap .intro > div {
	width: 240px;
	min-height: 300px;
	margin-left: 70px; margin-top: 30px;
	padding: 5px 10px;
	background-color: rgba(255,255,255,.5);
	border: 1px inset #fff; border-radius: 5px;
	font-family: "Cafe24Dangdanghae";
	color: var(--toneup);
	z-index: 2;
	}
header .logo-wrap .intro > div h2 {
	margin: 20px 0 10px;
	font-family: "Cafe24Danjunghae"; font-size: 16px;
	text-align: justify;
	}
header .logo-wrap .angel {
	position: absolute; top: 100px; right: 200px;
	width: 280px;
	height: 360px;
	}
header .logo-wrap .angel img[alt="angelkim"] {
	width: 280px;
	z-index: 1;
	}
header .logo-wrap .angel button {
	position: absolute; top: 128px; right: 50px;
	background-color: transparent; color: #fff;
	font-family: "Cafe24Dangdanghae"; font-weight: normal;
	text-shadow: 1px 2px 2px #070b16;
	}
header .logo-wrap dl {
	position: absolute; bottom: -120px; left: 0;
	width: 260px;
	font-family: "Cafe24Dangdanghae";
	color: #fff;
	text-shadow: 1px 2px 2px var(--shadow);
	z-index: 2;
	}
header .logo-wrap dt {
	width: 80px;
	font-size: 18px;
	}
header .logo-wrap dd {
	width: 160px;
	}
header .plus-biz-wrap {
	width: 50%;
	height: 630px;
	background: url("/solution/plus79/common_file/image/container_bg_blue.webp") right bottom no-repeat;
	background-size: cover;
	overflow: hidden;
	}
header .plus-biz {
	width: 512px;
	margin: 50px 0 0 60px;
	}
header .plus-biz h2 {
	margin: 0;
	}
header .plus-biz h3 {
	margin: 20px 0 0;
	color: #fff;
	font-family: "Cafe24Dangdanghae", cursive; font-size: 24px;
	text-shadow: 1px 2px 2px var(--toneup);
	}
header .plus-biz h2 img {
	width: 200px;
	}
header .log-alert {
	position: absolute; top: 160px; left: 10px;
	width: auto;
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	font-family: "Cafe24Dangdanghae"; font-size: 16px;
	}
header .plus-biz > ul {
	margin-top: 60px;
	border-left: 3px solid #ddd; 
	}
header .plus-biz > ul > li {
	position: relative;
	margin-top: 32px;
	padding-left: 24px;
	}
header .plus-biz > ul > li::before {
	content: url("/solution/plus79/common_file/image/circle24.png");
	position: absolute; top: -4px; left: -14px;
	}
header .plus-biz > ul > li:first-child {
	margin-top: 0;
	}
header .plus-biz > ul > li > span {
	display: block;
	position: relative; top: -5px;
	color: #fff;
	font-size: 20px; font-family: "Cafe24Dangdanghae";
	}
header .plus-biz > ul > li:nth-child(2) > span {
	font-size: 18px;
	}
.slide-wrap {
	padding-top: 80px; padding-left: 10px;
	border-left: 3px solid #ddd; 
	}
.slide-wrap::after {
	content: url("/common_file/image/icon_mouse_heel.png");
	position: absolute; top: 160px; left: 280px
	}
.slide-wrap h3.history-title {
	position: absolute; top: 10px; left: 20px;
	width: auto;
	font-size: 20px;
	}
.slide-container {
	width: calc(100% - 60px);
	height: 200px;
	margin: 0;
	color: var(--lemon);
	overflow-x: auto;
	z-index: 2;
	cursor: pointer;
	}
.slide-container::-webkit-scrollbar {
    width: 0;
	}
.slide-container::-webkit-scrollbar-track {
    background-color: #e4e4e4;
	}
.slide-container::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #0350b4 0%, #1f75dc 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(255,255,255, .5);
	}
.slide-container > div h4 {
	width: 240px;
	font-family: "SF_HambakSnow"; font-size: 28px; color: #fff;
	text-align: right;
	}
.slide-container > div:first-child h4 {
	text-shadow: 1px 2px 2px var(--toneup);
	}
.slide-container > div h4 img {
	width: 100%;
	margin-top: 10px;
	border: 2px solid #fff; border-radius: 20px;
	}
.slide-container > div > ul {
    border-left: 2px solid var(--lemon);
	}
.slide-container > div > ul > li {
	padding: 5px 0 10px 20px;
	}
.slide-container > div > ul li.launch {
	font-family: "Cafe24Danjunghae"; color: #fff2fd;
	}
.slide-container > div > ul i {
    position: absolute; left: -4px; top: 0;
	margin-right: 10px;
	background-color: var(--lemon);
	font-size: 8px;
	}
.slide-container > div > ul .year {
    position: relative; top: -8px;
	font-size: 24px; font-family: "Oswald", cursive; font-weight: normal;
	color: #fff;
	}
.slide-container > div > ul em {
	display: inline-block;
	float: left;
	margin-right: 3px; font-weight: bold;
	}
.slide-container > div > ul p {
	display: inline-block;
	width: auto;
	font-size: 14px; font-weight: bold;
	}
.slide-container > div > ul p span {
	display: block;
	}
header .wide-angle {
    position: absolute; top: 0; right: 340px;
    width: 500px;
    height: 400px;
    background: url("/common_file/image/ci_banner_01.webp") bottom left no-repeat;
    background-size: cover;
	animation: animatebackgroundbottom_ 10s;
    animation-iteration-count: infinite;
    z-index: -1;
	}
header .wide-angle > div {
	width: 400px;
	height: 300px;
	margin-left: 34px;
	background: url("/common_file/image/ci_HDR.webp") center center no-repeat;
	background-size: cover;
	opacity: .8;
	}
header .wide-angle > div p {
	position: absolute; top: 50px; right: 15px;
	width: auto;
	font-size: 14px; font-weight: bold; color: var(--bgtext);
	text-align: right; line-height: 1em;
	}
header .wide-angle > div p #lbs-error {
	font-size: 12px; color: var(--pink);
	}
#AI-clock {
    position: absolute; top: 80px; left: 60px;
    width: 100px;
	}
@keyframes animatebackgroundbottom_ {
	0% { background-position: 0 bottom; }
	50% { background-position: 100% bottom; }
	100% { background-position: 0 bottom; }
	}
section h2 {
	padding-left: 10px; padding-bottom: 5px;
	border-left: 5px solid var(--toneup); border-bottom: 1px solid var(--toneup);
	font-size: 24px; font-family: "Cafe24Dangdanghae";
	color: var(--toneup);
	}
section h2.margin-patch {
	margin-top: 60px;
	}
section h3 {
	margin: 0 0 10px;
	padding-left: 5px;
	font-size: 20px; font-family: "Cafe24Danjunghae";
	color: var(--toneup);
	}
section h4 {
	margin: 0 0 10px;
	padding-left: 5px;
	font-size: 18px; font-family: "Cafe24Danjunghae";
	color: var(--toneup);
	}
.core-value {
	margin-top: 40px;
	}
.core-value h3 {
	padding-left: 40px;
	}
.core-value h3::before {
	content: url("/common_file/image/bullet_green20.png");
	position: absolute; top: 0; left: 10px;
	}
.core-value h4 {
	padding-left: 20px;
	}
.core-value ul {
	font-family: "Cafe24Danjunghae";
	}
.core-value li {
	width: calc(25% - 10px);
	margin: 20px 5px 30px;
	padding: 30px 0;
	border: 1px solid #cfcfd0; border-radius: 10px;
	color: #212121;
	text-align: center;
	}
.core-value li > span {
	display: block;
	margin-top: 20px;
	}
.core-value li > span span {
	display: block;
	}
.core-value .vision {
	margin-top: 20px;
	padding: 40px 0;
	background-color: #f6f9f8;
	}
.core-value .vision dl {
	width: 33.33333%;
	padding-top: 120px;
	background: url("/common_file/image/crop_vision_red.webp") no-repeat top center;
	text-align: center;
	}
.core-value .vision dt {
	font-family: "GowunBatang-Regular"; font-size: 20px; font-weight: bold;
	color: var(--toneup);
	}
.core-value .vision dd.icon {
	position: absolute; top: 50px;
	}
.core-value .vision dd.icon img {
	width: 56px;
	}
.core-value .vision dd.note {
	width: 90%;
	min-height: 110px;
	margin: 40px 5% 0;
	padding: 5px;
	border: 1px solid #cfcfd0; border-radius: 10px;
	background-color: rgba(255,255,255, .8);
	font-family: "Cafe24Danjunghae";
	}
.core-value .vision dl:nth-child(2) {
	background-image: url("/common_file/image/crop_vision_blue.webp");
	}
.core-value .vision dl:nth-child(3) {
	background-image: url("/common_file/image/crop_vision_yellow.webp");
	}
.platform-wrap {
	margin-top: 40px;
	}
.platform {
	padding: 10px;
	border: 1px solid #cfcfd0; border-radius: 10px;
	}
.platform {
	margin: 2px 0;
	}
.platform img {
	width: 100%;
	}
.platform button.intro {
	position: absolute; right: 0; top: -60px;
	padding: 5px 20px;
	border: 1px solid var(--toneup); border-radius: 10px;
	background-color: #fff;
	}
.platform > div:nth-child(2) {
	margin-top: 40px;
	}
.platform > div > div {
	width: calc(100% - 560px);
	padding-right: 20px;
	}
.platform > div > div img {
	border-radius: 20px;
	}
.platform > div > dl {
	width: 560px;
	}
.platform > div > dl dt {
	width: 80px;
	margin-bottom: 2px;
	padding: 5px 10px 5px 0;
	border-top-left-radius: 20px; border-bottom-left-radius: 20px;
	background-color: var(--toneup); color: #fff;
	font-family: "Cafe24Danjunghae";
	text-align: right;
	}
.platform > div > dl dd {
	width: calc(100% - 80px);
	margin-bottom: 2px;
	padding: 5px;
	border: 1px solid #cfcfd0;
	font-size: 14px; font-weight: bold; color: #212121;
	}
.platform > div > dl dd li {
	margin-bottom: 10px;
	}
.platform > div > dl dd .alert {
	display: inline-block;
	float: right;
	color: var(--pink);
	}
.platform > div > dl dd h4 {
    width: 60%;
	margin: 0;
    padding-left: 0;
	font-family: "notosanskr"; font-size: 14px; font-weight: bold; color: #212121;
	}
.platform > div > dl dd h4::after {
	content: "\276F";
	position: absolute; top: 10px; right: 30px;
	font-size: 32px;
	}
.platform > div > dl dd h5 {
	width: 40%;
	margin: 0;
	margin-top: 12px;
	font-family: "notosanskr"; font-size: 14px; font-weight: bold; color: #212121;
	}
.platform > div > dl dd h4 span {
	display: block;
	}
.platform > div > dl dd p {
	padding-left: 10px;
	}
.platform > div > dl dd p > span {
	display: block;
	position: relative;
	padding-left: 10px;
	}
.platform > div > dl dd p > span::before {
	content: "\21B3";
	position: absolute; top: -5px; left: -5px;
	}
.platform > div > dl dd p b {
	display: block;
	padding-left: 10px;
	}
.platform > div > dl dd p .button-set {
	position: absolute; top: -20px; right: 0;
	}
.platform > div > dl dd p .button-set button {
	margin-left: 5px;
	padding: 2px 10px;
	border-radius: 10px;
	background-color: var(--toneon); color: var(--bgtext);
	font-size: 14px;
	}
.platform > div li.sample-api {
	display: none;
	padding: 10px;
	border: 1px solid var(--border); border-radius: 10px;
	background-color: #fff;
	}
.platform .sub-platform > div > div {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid var(--border); border-radius: 10px;
	}
.platform .sub-platform > div h3 {
    margin-bottom: 0;
	padding: 0 0 5px 10px;
	border-left: 3px solid var(--toneon); border-bottom: 1px solid var(--toneon);
	font-family: "Cafe24Dangdanghae"; font-size: 18px;
	}
.platform .sub-platform > div h4 {
	margin: 10px 0;
	padding-left: 20px;
	}
.platform .sub-platform > div li {
	font-size: 14px; font-weight: bold;
	}
.platform .sub-platform > div li span {
	display: block;
	position: relative;
	}
.platform .sub-platform > div li span:last-child {
	padding-left: 20px;
	}
.platform .sub-platform > div li span:last-child::before {
	content: "\21B3";
	position: absolute; top: -5px; left: 5px;
	}
.platform .sub-platform > div h4::before {
	content: url("/common_file/image/bullet_green_16.png");
	position: absolute; top: 2px; left: 0;
	}
.platform .plus79 > div > div {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid var(--border); border-radius: 10px;
	}
.platform .plus79 > div > div h4 {
	margin: 10px 0;
	padding-left: 0;
	font-family: "Cafe24Dangdanghae"; font-size: 18px;
	}
.platform .plus79 > div > div h4 span {
	float: left;
	}
.platform .plus79 > div > div h4 span:last-child {
	float: right;
	}
.platform .plus79 > div > div h5 {
	margin: 0;
	font-size: 14px; font-weight: bold;
	text-align: center;
	}
.platform .plus79 > div > div dl {
	margin-top: 10px;
	}
.platform .plus79 > div > div dt {
	margin-top: 10px;
	font-size: 16px; font-weight: bold; color: var(--shadow);
	}
.platform .plus79 > div > div dd {
	border-top: 1px solid var(--border);
	font-size: 14px; font-weight: bold;
	}
.platform .plus79 > div > div dt em {
	float: right;
	font-size: 14px;
	}
.platform .plus79 > div > div dd span {
	float: right;
	}
.platform .plus79 > div > div dd ins {
	margin-left: 20px;
	color: var(--tonedown);
	}
	
.platform .with > div > div {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid var(--border); border-radius: 10px;
	}
.platform .with > div > div h4 {
	margin: 10px 0;
	padding-left: 0;
	font-family: "Cafe24Dangdanghae"; font-size: 18px;
	}
.platform .with > div > div h5 {
	margin: 5px 0;
	padding-left: 20px;
	font-family: "Cafe24Dangdanghae"; font-size: 18px; color: var(--shadow);
	}
.platform .with > div h5::before {
	content: url("/common_file/image/bullet_green_16.png");
	position: absolute; top: 2px; left: 0;
	}
.platform .with > div > div h5.notice {
	padding-top: 10px; padding-left: 0;
	border-top: 1px solid var(--border);
	font-size: 16px;
	}
.platform .with > div h5.notice::before {
	content: none;
	}
.platform .with > div > div dl {
	margin-bottom: 10px;
	}
.platform .with > div > div dt {
	padding-left: 20px;
	font-weight: bold;
	}
.platform .with > div > div dt::before {
	content: "\2756";
	position: absolute; top: 0; left: 0;
	font-size: 12px;
	}
.platform .with > div > div dd {
	padding-left: 20px;
	font-size: 14px; font-weight: bold; color: var(--text);
	}
.architecture .architecture-wrap {
	margin-top: 40px;
	}
.architecture .architecture-wrap > li {
	margin: 2px 0 36px;
	padding: 10px 0;
	border: 1px solid #cfcfd0; border-radius: 10px;
	font-family: "Cafe24Danjunghae"; font-size: 20px; font-weight: normal;
	color: var(--toneup);
	text-align: center;
	}
.architecture .architecture-wrap > li::after {
	content: "⮋";
	position: absolute; left: calc(50% - 24px); bottom: -34px;
	font-size: 48px;
	}
.architecture .architecture-wrap > li:last-child {
	margin-bottom: 0;
	}
.architecture .architecture-wrap > li:last-child::after {
	content: "";
	}
.architecture li.API {
	padding: 10px 5px;
	}
.architecture li span {
	display: block;
	font-family: "notosanskr"; font-size: 16px; font-weight: bold;
	color: #a5a5a5;
	}
.architecture li dl {
	width: calc(50% - 10px);
	margin: 30px 5px 0;
	padding: 0;
	border: 1px solid #cfcfd0; border-radius: 5px;
	font-family: "notosanskr"; font-size: 16px; font-weight: normal;
	color: #212121;
	}
.architecture li dt {
	padding: 5px 0;
	background-color: #f1f1f1;
	font-size: 18px;
	}
.architecture li dd {
	}
.architecture li dd ul {
	list-style: disc inside none;
	margin-top: 0;
	padding-left: 20px;
	}
.architecture li dd li {
	padding: 5px 0;
	font-family: "notosanskr"; font-size: 14px; font-weight: bold;
	color: #565e55;
	text-align: left;
	}
.architecture img[alt="BizOne"] {
	width: 200px;
	}
.architecture img[alt="dbms"] {
	width: 100px;
	}
.architecture .bizone dl {
	width: 300px;
    margin: 0 calc((100% - 300px) / 2);
	}
.architecture .dbms ul {
	margin-top: 30px;
	padding-top: 30px;
	}
.architecture .dbms > ul::after {
	content: "";
	position: absolute; top: 0; left: 16%;
	width: 68%;
	border-top: 1px solid #565e55;
	}
.architecture .dbms > ul > li {
	width: 33.33333%;
	}
.architecture .dbms > ul > li::after {
	content: "\2B07";
	position: absolute; top: -30px; left: calc(50% - 10px);
	font-size: 20px; color: #565e55;
	}
.architecture .dbms > ul > li:nth-child(2)::before {
	content: "\2B06";
	position: absolute; top: -50px; left: calc(50% - 10px);
	font-size: 20px; color: #565e55;
	}
.architecture .dbms > ul > li span {
	display: block;
	font-size: 14px; font-weight: bold;
	color: var(--toneup);
	}
.architecture .dbms > ul > li ul {
	margin-top: 0;
	padding-top: 0;
	}
.architecture .dbms > ul > li li {
	padding: 5px 0;
	font-family: "notosanskr"; font-size: 14px; font-weight: bold;
	color: #565e55;
	text-align: center;
	}
@media (max-width: 2260px) {
	header .plus-biz-wrap {
		background-image: url("/common_file/image/container_bg_blue.webp");
		background-size: auto;
		}
	header .wide-angle {
			right: 10px;
		}
	}
@media (max-width: 980px) {
	header .logo-wrap {
        width: 100%;
        height: 0;
		background: none;
		z-index: 2;
		}
    header .plus-biz-wrap {
        width: 100%;
		}
	header .logo-wrap .intro {
		float: left;
		width: 100%;
		height: auto;
		padding-top: 620px;
		background: none;
		}
	header .logo-wrap .angel {
		right: 10px; top: 280px;
		}
	header .logo-wrap dl {
		bottom: 10px; right: 0;
		text-align: right;
		}
	header .logo-wrap .intro > div {
		width: calc(100% - 20px);
		min-height: auto;
		margin: 20px 0 0 10px;
		border: 1px solid var(--border);
		}
	header .plus-biz {
		width: calc(100% - 80px);
		}
	section {
		margin-top: 160px;
		padding: 0 5px;
		}
	.platform img {
		width: 360px;
		}
	.platform > div > div {
		width: 100%;
		padding-right: 0;
		}
	.platform > div > dl {
		width: 100%;
		margin-top: 20px;
		}
	.platform > div > dl dd h4::after {
		right: 25%;
		}
	}
@media (max-width: 740px) {
	header .plus-biz {
		width: calc(100% - 40px);
		margin-left: 20px;
		}
	}

@media (max-width: 680px) {
    .architecture .dbms ul {
        width: 300px;
        margin: 30px calc((100% - 300px) / 2) 0;
		}
	.architecture .dbms > ul::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top: 1px solid #565e55;
        border-left: 1px solid #565e55;
		}
	.architecture .dbms > ul > li {
        width: 100%;
		}
	.architecture .dbms > ul > li:nth-child(1)::before {
        content: "\2B06";
        position: absolute;
        top: -50px;
        left: calc(50% - 10px);
        font-size: 20px;
        color: #565e55;
		}
	.architecture .dbms > ul > li:nth-child(2)::before {
		content: none;
		}
	.architecture .dbms > ul > li::after {
        content: "\2B05";
        position: absolute;
        top: 50px;
        left: 0;
        transform: scaleX(-1);
        font-size: 20px;
        color: #565e55;
		}
	.core-value ul {
		width: 400px;
		margin: 0 calc((100% - 400px) / 2);
		}
	.core-value li {
		width: calc(50% - 10px);
		margin: 5px;
		}
	.core-value h4 {
		margin-top: 20px;
		}
	.core-value .vision .content {
		width: 280px;
		margin: 0 calc((100% - 280px) / 2) 0;
		}
	.core-value .vision .content dl {
		width: 100%;
		margin: 10px 0;
		}
	}
@media (max-width: 640px) {
	.platform > div > dl dd h4 {
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
		}
	.platform > div > dl dd h5 {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;		
		}
	.platform > div > dl dd h4::after {
		content: "\21F3";
		top: 42px;
		right: 50%;
		font-weight: normal;
		}
	}
@media(max-width: 520px) {
	header .plus-biz-wrap {
        background-position: -640px;
		}
	header .wide-angle > div {
		background-position: 100px center;
		background-size: 300px;
		}
	header .wide-angle > div p {
		position: absolute; top: 5px; right: 60px;
		width: 260px;
		}
	#AI-clock {
		left: auto; right: 0;
		}
	}
@media (max-width: 500px) {
	section {
		margin-top: 200px;
		}
	.platform > div > dl dt {
		width: 34px;
		height: 110px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		}
	.platform > div > dl dd {
		width: calc(100% - 34px);
		min-height: 110px;
		border-top-right-radius: 10px; border-bottom-right-radius: 10px;
		}
	}
@media (max-width: 400px) {
	.platform button.intro {
		top: -100px;
		}
	.platform img {
		width: 80%;
		}
	.platform > div > dl dd p.sample {
		padding-top: 20px;
		}
	.core-value ul {
		width: calc(100% - 10px);
		margin: 0 5px;
		}
	}
@media (max-width: 360px) {
	header .plus-biz h3 {
		font-size: 22px;
		}
	}