@charset "UTF-8";

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #212121;
	font-family: 'KiaSignature', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.625;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000000;
	outline: none;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	color: #000000;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}



/*************************************
	Common
*************************************/
html, body {
	/* min-width: 1280px; */
}
.inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
.no-bullet li::before {
	content: none !important;
}
#primary {
	width: 100%;
	float: left;
	margin: 0;
}
.gray-filter {
	width: 100%;
	height: 100%;
	background-color: rgba(9, 35, 54, .65);
}
.text-red {
	color: #EA0029 !important;
	display: inline-block !important;
	width: auto !important;
	margin: 0 !important;
	float: none !important;
}

/*************************************
	Site Header
*************************************/
.site-header {
	width: 100%;
	height: 97px;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4500;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-header.nav-up {
	top: -97px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-header.nav-down {
	top: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-color: #fff;
}
.site-header.nav-down .inner .site-title img {
	-webkit-filter: brightness(0) invert(0);
	        filter: brightness(0) invert(0);
}
.site-header.nav-down .inner #main-navigation ul li a {
	color: #161616;
}
.site-header.nav-down.nav-transparent {
	background-color: transparent !important;
}
.site-header.nav-down.nav-transparent .inner .site-title img {
	-webkit-filter: inherit;
	        filter: inherit;
}
.site-header.nav-down.nav-transparent .inner #main-navigation ul li a {
	color: #fff !important;
}
.site-header .inner {
	height: 97px;
	position: relative;
}
.site-header .inner .site-title {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}
.site-header .inner #main-navigation {
	position: absolute;
	top: 0;
	right: 20px;
}
.site-header .inner #main-navigation ul li {
	display: inline-block;
	margin: 0;
	color: #fff;
}
.site-header .inner #main-navigation ul li a {
	text-decoration: none;
	color: #fff;
}
.site-header .inner #main-navigation > ul > li.current-menu-item > a {
	text-decoration: underline;
}
.site-header .inner #main-navigation > ul > li > a {
	display: inline-block;
	height: 97px;
	line-height: 97px;
	padding: 0 20px;
}
.site-header .inner #main-navigation > ul > li > a:hover {
	text-decoration: underline;
}



/* Kia Connect 서비스 영역 */
.kia-connect-service-sub-menu {
	display: none;
}
.kia-connect-service-sub-menu,
.kia-connect-service-sub-menu .inner {
	height: 630px;
}
.kia-connect-service-sub-menu .inner ul.sub-menu-area {
	width: calc(100% - 280px);
	float: left;
}

/* 이용 가이드 영역 */
.guide-sub-menu {
	display: none;
}
.guide-sub-menu,
.guide-sub-menu .inner {
	height: 141px;
}
.guide-sub-menu .inner ul.sub-menu-area {
	width: calc(100% - 310px);
	float: left;
}

/* 고객지원 영역 */
.customer-sub-menu {
	display: none;
}
.customer-sub-menu,
.customer-sub-menu .inner {
	height: 141px;
}
.customer-sub-menu .inner ul.sub-menu-area {
	width: calc(100% - 310px);
	float: left;
}

/* 상용 영역 */
.commercial-sub-menu {
	display: none;
}
.commercial-sub-menu,
.commercial-sub-menu .inner {
	height: 410px;
}
.commercial-sub-menu .inner ul.sub-menu-area {
	width: calc(100% - 310px);
	float: left;
}


.site-header .inner #main-navigation > ul > li > .main-menu-sub-area {
	width: 100vw;
	float: left;
	position: fixed;
	top: 97px;
	left: 0;
	background-color: rgba(5, 20, 31, .9);
	z-index: 2500;
	-webkit-backdrop-filter: blur(12px) brightness(112%);
	        backdrop-filter: blur(12px) brightness(112%);
}
.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner {
	padding: 60px 40px 0 40px;
}
.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > span.sub-menu-title {
	display: inline-block;
	width: 280px;
	min-height: 141px;
	float: left;
	padding: 0 0 0 60px;
	font-size: 18px;
	line-height: 22px;
}
.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul {
	display: flex;
	justify-content: space-between;
}
.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li {
	float: left;
	margin: 0;
	padding: 0;
}

.site-header .inner #main-navigation > ul > li > .kia-connect-service-sub-menu > .inner > ul > li {
	width: 194px;
}
.site-header .inner #main-navigation > ul > li > .kia-connect-service-sub-menu > .inner > ul > li:last-child {
	width: 145px;
}

/*220328 수정 */
.site-header .inner #main-navigation > ul > li > .guide-sub-menu > .inner > ul > li {
	width: auto;
	margin: 0 110px 0 0;
	float: left;
}
.site-header .inner #main-navigation > ul > li > .guide-sub-menu > .inner > ul > li:last-child {
	margin: 0;
}

.site-header .inner #main-navigation > ul > li > .customer-sub-menu > .inner > ul > li {
	width: auto;
	margin: 0 140px 0 0;
	float: left;
}
.site-header .inner #main-navigation > ul > li > .customer-sub-menu > .inner > ul > li:last-child {
	margin: 0;
}

.site-header .inner #main-navigation > ul > li > .commercial-sub-menu > .inner > ul > li {
	width: 175px;
	float: left;
}


.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li > a {
	font-size: 18px;
	margin: 0 0 15px 0;
	display: inline-block;
	width: 100%;
	float: left;
}
.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li > ul {
	margin: 0;
	padding: 0;
}
.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li > ul > li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 44px;
}
.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li > ul > li > a {
	color: rgba(255, 255, 255, .5) !important;
}
.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li > ul > li.current-menu-item a {
	text-decoration: underline;
	color: rgba(255, 255, 255, 1) !important;
}
.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li > ul > li > a:hover {
	text-decoration: underline;
	color: rgba(255, 255, 255, 1) !important;
}


li.main-kia-connect-service:hover .kia-connect-service-sub-menu {
	display: block;
}
li.main-guide:hover .guide-sub-menu {
	display: block;
}
li.main-customer:hover .customer-sub-menu {
	display: block;
}
li.main-commercial:hover .commercial-sub-menu {
	display: block;
}



/*************************************
	Site Footer
*************************************/
.site-footer {
	width: 100%;
	float: left;
	margin: 0;
	padding: 80px 0 45px 0;
	background-color: #05141F;
	color: #fff;
	position: relative;
}
.site-footer #site-map {
	width: 100%;
	padding: 0 0 0 360px;
	float: left;
}
.site-footer #site-map > ul {
	width: 100%;
	margin: 40px 0 50px 0;
	padding: 0;
	display: flex;
	gap: 50px;
}

.site-footer #site-map > ul > li > a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}
.site-footer #site-map > ul > li > ul.sub-menu {
	margin: 0;
	padding: 0;
}
.site-footer #site-map > ul > li > ul.sub-menu > li > a {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}
.site-footer #footer-navigation ul {
	margin: 0 0 15px 0;
}
.site-footer #footer-navigation ul li {
	font-size: 13px;
	display: inline-block;
}
.site-footer #footer-navigation ul li::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: rgba(255, 255, 255, .6);
	margin: 0 15px;
	position: relative;
	top: 1px;
}
.site-footer #footer-navigation ul li:last-child::after {
	content: none;
}
.site-footer #footer-navigation ul li a {
	text-decoration: none;
	color: rgba(255, 255, 255, .6);
}
.site-footer #footer-navigation ul li a strong {
	color: #fff;
}
.site-footer p {
	color: rgba(255, 255, 255, .6);
	font-size: 13px;
	line-height: 16px;
}
.site-footer p.copyright {
	width: 100%;
	margin: 62px 0 0 0;
	float: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: right;
}
.site-footer p.copyright span {
	display: inline-block;
}
.site-footer .goto-top-icon {
	display: block;
	width: 70px;
	height: 70px;
	background-image: url('../images/icons/icon-go-to-top.svg');
	background-size: 70px 70px;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 30px;
	right: 60px;
	z-index: 3500;
	cursor: pointer;
}



.site-footer select.family-site {
	float: right;
	-moz-appearance: none;
	-webkit-appearance: none; 
	font-size: 13px;
	color: rgba(255, 255, 255, .6);
	background-color: #05141F;
	border: 1px solid rgba(255, 255, 255, .6);
	height: 31px;
	width: 220px;
	padding: 0 15px;
	margin: -30px 0 0 0;
	background-image: url('../images/icons/icon-down-arrow-gray.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-size: 14px 7px;
}
.site-footer select.family-site:focus {
	outline: none;
}

/*************************************
	Header Visual
*************************************/
#main .header-visual {
	width: 100%;
	height: 915px;
	background-size: cover;
	background-position: center;
	position: relative;
}
#main .header-visual .inner {
	height: 915px;
	position: relative;
}
#main .header-visual .inner .main-slogan {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	color: #fff;
	z-index: 1750;
}
#main .header-visual .inner .main-slogan h2 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 100;
	letter-spacing: -0.05em;
	margin: 0 0 22px 0;
}
#main .header-visual .inner .main-slogan p {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.02em;
}

#main .content-section.welcome-area {
	padding: 80px 0 70px 0;
	height: auto;
	width: 100%;
}
#main .content-section.welcome-area .inner {
	height: auto;
	text-align: center;
}
#main .content-section.welcome-area .inner p {
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -0.02em;
	font-weight: 400;
	margin: 0 0 40px 0;
}
#main .content-section.welcome-area .inner .btn-normal {
	display: inline-block;
	width: 250px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #707070;
}


#main .content-section.latest-news {
	width: 100%;
	height: 68px;
	float: left;
	background-color: #F9F9F9;
}
#main .content-section.latest-news .inner {
	width: 100%;
	height: 68px;
}
#main .content-section.latest-news .inner ul {
	height: 68px;
}
#main .content-section.latest-news .inner ul li {
	width: 50%;
	height: 68px;
	line-height: 68px;
	float: left;
	font-size: 14px;
	position: relative;
}
#main .content-section.latest-news .inner ul li::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('../images/icons/icon-plus.svg');
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#main .content-section.latest-news .inner ul {
	width: calc(100% + 80px);
	margin: 0 -40px;
}
#main .content-section.latest-news .inner ul li {
	width: calc(50% - 80px);
	margin: 0 40px;
	float: left;
}
#main .content-section.latest-news .inner ul li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#main .content-section.smart-watch-area {
	width: 100%;
	height: 712px;
	position: relative;
	overflow: visible;
	padding: 140px 0 0 0;
}
#main .content-section.smart-watch-area img.smart-watch {
	position: absolute;
	right: 0;
	top: -90px;
}
#main .content-section.smart-watch-area ul.connect-service {
	width: 100%;
	float: left;
}
#main .content-section.smart-watch-area ul.connect-service li {
	float: left;
	width: 168px;
	margin: 0 20px 0 0;
}
#main .content-section.smart-watch-area h3 {
	font-size: 30px;
	line-height: 46px;
	font-weight: 100;
}
#main .content-section.smart-watch-area h3 strong {
	font-weight: 700;
}
#main .content-section.smart-watch-area p {
	max-width: 610px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.02em;
	margin: 0 0 38px 0;
}
#main .content-section.smart-watch-area ul.stores {
	width: 100%;
	float: left;
	margin: 70px 0;
}
#main .content-section.smart-watch-area ul.stores li {
	display: inline-block;
	margin: 0 50px 0 0;
}
#main .content-section {
	width: 100%;
	height: 424px;
	overflow: hidden;
	float: left;
	margin: 0;
	border-bottom: 1px solid #ececec;
}
#main .content-section .inner {
	height: 424px;
	display: table;
	position: relative;
}
#main .content-section.image-left .image-area.left-wide-area {
	width: calc(50vw + 195px);
	height: 424px;
	float: left;
	margin-left: calc(600px - 50vw);
	line-height: 0;
}
#main .content-section.image-left .image-area.left-wide-area img {
	width: 100%;
	min-width: 835px;
	height: auto;
	min-height: 424px;
}
#main .content-section.image-left .text-area {
	width: 405px;
	height: 424px;
	float: right;
	position: relative;
}
#main .content-section.image-left .text-area div {
	width: 100%;
	padding: 40px 0 40px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#main .content-section.image-right .image-area.right-wide-area {
	width: calc(50vw + 195px);
	height: 424px;
	float: right;
	margin-right: calc(600px - 50vw);
	line-height: 0;
}
#main .content-section.image-right .image-area.right-wide-area img {
	width: 100%;
	min-width: 835px;
	height: auto;
	min-height: 424px;
}
#main .content-section.image-right .text-area {
	width: 405px;
	height: 424px;
	float: left;
	position: relative;
}
#main .content-section.image-right .text-area div {
	width: 100%;
	padding: 40px 40px 40px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main .content-section .text-area h3 {
	font-size: 20px;
	line-height: 40px;
	letter-spacing: -0.02em;
	word-break: keep-all;
}
#main .content-section .text-area p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.02em;
	word-break: keep-all;
	margin: 0 0 90px 0;
}
#main .content-section .text-area a.view-more {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	text-decoration: none;
}
#main .content-section .text-area a.view-more::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 14px;
	background-image: url('../images/icons/icon-view-more.svg');
	background-size: 7px 14px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 0 0 20px;
	position: relative;
	top: 1px;
}


#sub-main .header-visual {
	width: 100%;
	height: 500px;
	background-color: #7d8991;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 3000;
}
#sub-main .header-visual > .inner {
	height: 500px;
}
#sub-main .header-visual > .inner > strong {
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 700;
	font-size: 84px;
	line-height: 90px;
	letter-spacing: -0.05em;
	z-index: 2000;
}
#sub-main .service-info-area {
	background-color: #fff;
	padding: 0;
}
#sub-main .service-info-area .wide-area-half-text {
	padding: 210px 90px 20px 90px;
}
#sub-main .service-info-area .wide-area-half-text h2 {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.01em;
	margin: 0 0 15px 0;
}
#sub-main .service-info-area .wide-area-half-text p {
	font-size: 18px;
	line-height: 30px;
}
#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi {
	list-style: none;
	margin: 40px 0 0 -40px;
	padding: 0;
	width: 90%;
}
#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi > li {
	width: 33.33333%;
	float: left;
	text-align: center;
	line-height: inherit;
	margin: 0 0 40px 0;
}
#sub-main .service-info-area .wide-area-half-text > ul.service-remote {
	width: 100%;
}
#sub-main .service-info-area .wide-area-half-text > ul.service-remote > li {
	width: 16.66667% !important;
	float: left;
	text-align: center;
	line-height: inherit;
	margin: 0 0 40px 0;
}
#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi > li::before {
	content: none;
}
#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi > li:hover::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px 5px;
	background-color: #EA0029;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi > li a {
	text-decoration: none;
}
#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi > li a span {
	width: 100%;
	height: 51px;
	display: block;
	position: relative;
	margin: 0 0 10px 0;
}
#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi > li a span img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-filter: brightness(1) invert(1);
	        filter: brightness(1) invert(1)
}
#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi > li a strong {
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: -0.02em;
}

#sub-main .service-info-area .wide-area-left {
	float: left;
}
#sub-main .service-info-area .wide-area-right {
	float: right;
}
#sub-main .service-info-area:nth-child(1) {
	border-top: 1px solid #DFDFDF;
}
#sub-main .service-info-area:nth-child(2n) .wide-area-half-text {
	text-align: right;
}
#sub-main .service-info-area:nth-child(2n) .wide-area-half-text ul.sub-main-icon-navi {
	float: right;
	margin: 40px -40px 0 0;
	text-align: right;
}
#sub-main .service-info-area:nth-child(2n) .wide-area-half-text ul.sub-main-icon-navi li {
	float: none;
	display: inline-block;
	width: 32.33333%;
}

#sub-main ul.section-scroll-navigation {
	margin: 50px 0 0 0;
}
#sub-main ul.section-scroll-navigation li {
	display: inline-block;
	font-size: 18px;
	letter-spacing: -0.05em;
}
#sub-main ul.section-scroll-navigation li::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: rgba(5, 20, 31, .2);
	margin: 0 30px;
	position: relative;
	top: 4px;
}
#sub-main ul.section-scroll-navigation li:last-child::after {
	content: none;
}
#sub-main ul.section-scroll-navigation li a {
	text-decoration: none;
	font-weight: 300;
	color: #05141F;
}
#sub-main ul.section-scroll-navigation li a:hover {
	color: #EA0029;
	text-decoration: underline;
}


/* 01 Service */
.service .header-visual {
	width: 100%;
	height: 826px;
	background-color: #7d8991;
	background-size: cover;
	background-position: center;
	position: relative;
}
/* /.hide-icon-navi {
	display: none;
} */
.service.sticky,
.commercial.sticky {
	padding: 824px 0 0 0;
}
.service.sticky .header-visual,
.commercial.sticky .header-visual {
	position: fixed;
	top: -529px;
	left: 0;
	z-index: 3000;
}
.service.sticky .header-visual .icon-navigation,
.commercial.sticky .header-visual .icon-navigation {
	padding: 25px 0 0 0;
	height: 200px;
}

.service .header-visual,
.commercial .header-visual {
	position: relative;
}

.service .header-visual span.prev-post a,
.commercial .header-visual span.prev-post a {
	position: absolute;
	top: calc(50% - 100px);
	left: 25px;
	z-index: 3100;
	color: #fff;
	text-decoration: none;
}
.service .header-visual span.next-post a,
.commercial .header-visual span.next-post a {
	position: absolute;
	top: calc(50% - 100px);
	right: 25px;
	z-index: 3100;
	color: #fff;
	text-decoration: none;
}
.service .header-visual span.prev-post a img,
.commercial .header-visual span.prev-post a img {
	margin: 0 8px 0 0;
	position: relative;
	top: 2px;
}
.service .header-visual span.next-post a img,
.commercial .header-visual span.next-post a img {
	margin: 0 0 0 8px;
	position: relative;
	top: 2px;
}

.service.sticky .site-header,
.commercial.sticky .site-header {
	background-color: #fff;
}
.service.sticky .site-header .inner #main-navigation > ul > li > a,
.commercial.sticky .site-header .inner #main-navigation > ul > li > a {
	color: #161616;
}
.service.sticky .site-header .inner .site-title img,
.commercial.sticky .site-header .inner .site-title img {
	-webkit-filter: brightness(1) invert(1);
	        filter: brightness(1) invert(1);
}
.normal-animation.sticky .site-header {
	background-color: #fff;
	color: #161616;
	border-bottom: 1px solid #ececec;
}
.normal-animation.sticky .site-header .inner #main-navigation > ul > li > a {
	color: #161616;
}
.normal-animation.sticky .site-header .inner .site-title img {
	-webkit-filter: brightness(1) invert(1);
	        filter: brightness(1) invert(1);
}
.normal-animation.sticky .site-header .inner .menu-icon {
	-webkit-filter: brightness(1) invert(1);
	        filter: brightness(1) invert(1);
}
.service .header-visual > .inner {
	height: 826px;
	position: relative;
}
.service .header-visual > .inner > strong {
	position: absolute;
	top: 40%;
	left: 50%;
	width: auto;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 700;
	font-size: 84px;
	line-height: 90px;
	letter-spacing: -0.05em;
	z-index: 2000;
}
.service .header-visual .inner strong span {
	font-weight: 300 !important;
}
.service .header-visual .icon-navigation {
	position: absolute;
	bottom: 0;
	height: 260px;
	background-color: rgba(5, 20, 31, .8);
	z-index: 1750;
	padding: 55px 0 0 0;
}
.service .header-visual .icon-navigation ul {
	width: calc(100% + 14px);
	margin: 0 -7px;
	padding: 25px 0 0 0;
	float: left;
}
.service .header-visual .icon-navigation ul li {
	width: calc(9.09% - 14px);
	min-height: 100px;
	margin: 0 7px;
	float: left;
	opacity: .5; 
}
.service .header-visual .icon-navigation ul li a strong {
	white-space: normal;
	word-break: keep-all;
	height: 44px;
}
.service .header-visual .icon-navigation ul li.current-menu-item a strong {
	text-decoration: underline !important;
}
.service-safety .header-visual .icon-navigation ul li {
	width: calc(16.66667% - 14px);
}
.service-navi .header-visual .icon-navigation ul {
	text-align: center;
}
.service-navi .header-visual .icon-navigation ul li {
	width: calc(20% - 14px);
	max-width: 200px;
	display: inline-block;
	float: none;
}

.service-care .header-visual .icon-navigation ul {
	text-align: center;
}
.service-care .header-visual .icon-navigation ul li {
	/* width: calc(20% - 14px); */
	width: calc(16% - 14px);
	max-width: 200px;
	display: inline-block;
	float: none;
}

.service-streaming .header-visual .icon-navigation ul {
	text-align: center;
}
.service-streaming .header-visual .icon-navigation ul li {
	width: calc(20% - 14px);
	max-width: 200px;
	display: inline-block;
	float: none;
}



.service .header-visual .icon-navigation ul li:hover {
	opacity: 1;
}
.service .header-visual .icon-navigation ul li.current-menu-item {
	opacity: 1;
	position: relative;
}
.service .header-visual .icon-navigation ul li.current-menu-item::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #EA0029;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px 5px;
}
.service .header-visual .icon-navigation ul li span {
	width: 100%;
	height: 51px;
	display: block;
	position: relative;
	margin: 0 0 22px 0;
}
.service .header-visual .icon-navigation ul li span img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 51px;
}
.service .header-visual .icon-navigation ul li strong {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: -0.02em;
}


/* 02 ~ 04 Guide, Payment, Customer */
.normal-animation .header-visual {
	width: 100%;
	height: 500px;
	background-color: #7d8991;
	background-size: cover;
	background-position: center;
	position: relative;
}
.normal-animation .header-visual .inner {
	height: 500px;
	position: relative;
}
.normal-animation .header-visual .inner strong {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 700;
	font-size: 84px;
	line-height: 90px;
	letter-spacing: -0.05em;
	z-index: 2000;
}


/* 05 Commercial */
.commercial .header-visual {
	width: 100%;
	height: 826px;
	background-color: #7d8991;
	background-size: cover;
	background-position: center;
	position: relative;
}
.commercial .header-visual > .inner {
	height: 826px;
	position: relative;
}
.commercial .header-visual > .inner > strong {
	position: absolute;
	top: 40%;
	left: 50%;
	width: auto;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 700;
	font-size: 84px;
	line-height: 90px;
	letter-spacing: -0.05em;
	z-index: 2000;
}
.commercial .header-visual .inner strong span {
	font-weight: 300 !important;
}
.commercial .header-visual .icon-navigation {
	position: absolute;
	bottom: 0;
	height: 260px;
	background-color: rgba(5, 20, 31, .8);
	z-index: 3500;
	padding: 55px 0 0 0;
}
.commercial .header-visual .icon-navigation ul {
	width: calc(100% + 14px);
	margin: 0 -7px;
	padding: 25px 55px 0 55px;
	float: left;
	text-align: center;
	display: flex;
	justify-content: center;
}
.commercial .header-visual .icon-navigation ul li {
	width: calc(16.66667% - 14px);
	min-height: 100px;
	margin: 0 7px;
	float: none;
	opacity: .5; 
	display: inline-block;
}
.commercial .header-visual .icon-navigation ul li:hover {
	opacity: 1;
}
.commercial .header-visual .icon-navigation ul li.current-menu-item {
	opacity: 1;
	position: relative;
}
.commercial .header-visual .icon-navigation ul li.current-menu-item::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #EA0029;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px 5px;
}
.current-menu-item strong {
	text-decoration: underline;
}
.commercial .header-visual .icon-navigation ul li span {
	width: 100%;
	height: 51px;
	display: block;
	position: relative;
	margin: 0 0 22px 0;
}
.commercial .header-visual .icon-navigation ul li span img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.commercial .header-visual .icon-navigation ul li strong {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: -0.02em;
}

.commercial-join .like-tab-navigation .inner > ul > li {
	width: 33.33333%;
}
.commercial-join .like-tab-navigation .inner > ul > li.current-menu-parent a::after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: #EA0029;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.commercial-join .like-tab-navigation .inner > ul > li > a {
	width: 100%;
	display: inline-block;
	height: 90px;
	line-height: 1.2;
	padding: 25px 0 20px 0 !important;
	display: inline-block;
}
.commercial-join .like-tab-navigation .inner > ul > li > a span {
	font-size: 14px;
	font-weight: 400;
}

.commercial-join .service-info-area {
	padding: 100px 0;
	background-color: #f9f9f9;
}


#commercial-charge .service-info-area {
	background-color: #fff;
	border-top: none;
	padding: 0 0 100px 0;
}
#commercial-charge .entry-content {
	padding: 0;
}


.gray-filter {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1500;
}

/*************************************
	Page
*************************************/
.entry-header {
	width: 100%;
	height: 300px;
	float: left;
	text-align: center;
	margin: 50px 0 0 0;
}
.entry-header .inner {
	height: 300px;
	position: relative;
}
.entry-header .inner .breadcrumbs {
	position: absolute;
	top: 0;
	left: 40px;
}
.entry-header .inner .breadcrumbs ul li {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: -0.025em;
}
.entry-header .inner .breadcrumbs ul li.breadcrumb-first a {
	font-size: 0;
}
.entry-header .inner .breadcrumbs ul li.breadcrumb-first::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	background-image: url('../images/icons/icon-home.svg');
	background-size: 12px 10px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: 1px;
}
.entry-header .inner .breadcrumbs ul li.breadcrumb-first a {
	
}
.entry-header .inner .breadcrumbs ul li::after {
	content: ">";
	display: inline-block;
	margin: 0 6px;
}
.entry-header .inner .breadcrumbs ul li.breadcrumb_last::after {
	content: none;
}
.entry-header .inner .breadcrumbs ul li.breadcrumb_last {
	font-weight: 700;
}
.entry-header .inner .breadcrumbs ul li a {
	text-decoration: none;
	color: rgba(5, 20, 31, .6);
}
.entry-header .inner .entry-header-meta {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.entry-header .inner .entry-title {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	margin: 0 0 28px 0;
	letter-spacing: -0.08em;
}
.entry-header .inner p {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -0.02em;
}


.entry-footer {
	width: 100%;
	float: left;
	margin: 0;
}
.entry-footer .post-navigation {
	width: 100%;
	height: 87px;
	float: left;
	background-color: #F3F3F3;
}
.entry-footer .post-navigation a.prev-post {
	height: 87px;
	line-height: 87px;
	float: left;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
}
.entry-footer .post-navigation a.next-post {
	height: 87px;
	line-height: 87px;
	float: right;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	text-align: right;
}
.entry-footer .post-navigation a.prev-post img {
	position: relative;
	top: 11px;
	margin: 0 10px 0 0;
}
.entry-footer .post-navigation a.next-post img {
	position: relative;
	top: 11px;
	margin: 0 0 0 10px;
}


/*************************************
	Entry Content
*************************************/

.wide-area {
	float: left;
}


.service-info-area {
	background-color: #fff;
	padding: 0;
	margin: 0;
	border-top: 1px solid #DFDFDF;
}

.guide .service-info-area {
	padding: 100px 0;
	background-color: #F9F9F9;
	border-top: none;
}

.service-reference-area {
	background-color: #f9f9f9;
	padding: 100px 0;
	margin: 0;
}
.service-reference-area strong {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.entry-content {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	padding: 0;
	width: 100%;
	float: left;
}
.entry-content p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 24px 0;
}
.entry-content h2 {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 15px 0;
	letter-spacing: -0.03em;
}
.entry-content h3 {
	font-size: 22px;
	line-height: 24px;
	margin: 10px 0 15px 0;
	letter-spacing: -0.03em;
}
.service-reference-area ul,
.service-info-area ul,
.entry-content > ul {
	width: 100%;
	float: left;
	margin: 0 0 1.625em 0;
	padding: 0 0 0 20px;
}
.service-reference-area ul > li,
.service-info-area ul li,
.entry-content > ul > li {
	width: 100%;
	float: left;
	margin: 0 0 8px 0;
	line-height: 26px;
	position: relative;
}
.service-reference-area ul > li::before,
.service-info-area ul li::before,
.entry-content > ul > li::before {
	content: "·";
	display: inline-block;
	width: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	left: -20px;
}
.service-reference-area ul > li > ul,
.service-info-area ul li > ul,
.entry-content > ul > li > ul {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	line-height: 1.5;
}
.service-reference-area ul > li > ul > li,
.service-info-area ul li > ul > li,
.entry-content > ul > li > ul > li {
	margin: 0 0 10px 0;
	line-height: 1.5;
}
.service-reference-area ul > li > ul > li::before,
.service-info-area ul li > ul > li::before,
.entry-content > ul > li > ul > li::before {
	content: "-";
	display: inline-block;
	width: 16px;
	text-align: center;
}
.entry-content table.normal-table.mobile-only tbody,
.entry-content table.normal-table.mobile-only tbody > tr {
	float: left;
	width: 100%;
}
.entry-content table.normal-table.mobile-only tbody > tr > th {
	background-color: #F1F1F1;
	border-top: 1px solid #161616;
	float: left;
	width: 100%;
}
.entry-content table.normal-table.mobile-only tbody > tr > td {
	border-left: none;
	padding: 16px;
	border-top: 1px solid rgba(22, 22, 22, .3);
	float: left;
	width: 100%;
}
.entry-content table.normal-table.mobile-only tbody > tr > td strong {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.03em;
	margin: 0 0 15px 0;
}
.entry-content table.normal-table.mobile-only tbody > tr > td strong span {
	font-size: 16px;
	font-weight: 100;
}


.entry-content table.normal-table.mobile-only tbody > tr > td ul {
	float: left;
	margin: 0 0 0 10px;
	width: calc(100% - 10px);
}
.entry-content table.normal-table.mobile-only tbody > tr > td ul li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.03em;
	margin: 0 0 20px 0;
}
.entry-content table.normal-table.mobile-only tbody > tr > td ul li span {
	font-weight: 100;
}
.entry-content table.normal-table.mobile-only tbody > tr > td ul li span::before {
	content: "- ";
}
.entry-content table.normal-table.mobile-only tbody > tr > td ul li::before {
	content: "ㆍ";
	width: 15px;
	display: inline-block;
	position: absolute;
	left: -15px;
}
.entry-content table.normal-table.mobile-only tbody > tr > td table.table-in-table {
	border-top: 1px solid rgba(22, 22, 22, .3);
	border-spacing: 0;
	border-collapse: separate;
	width: calc(100% + 32px);
	margin: 0 -16px 20px -16px;
}
.entry-content table.normal-table.mobile-only tbody > tr > td table.table-in-table tr td {
	width: 50%;
	height: 120px;
	border-bottom: 1px solid rgba(22, 22, 22, .3);
	border-right: 1px dashed rgba(22, 22, 22, .3);
	border-top: none !important;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.03em;
	text-align: center;
	vertical-align: middle;
}
.entry-content table.normal-table.mobile-only tbody > tr > td table.table-in-table tr td span {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: rgba(22, 22, 22, .7);
	font-weight: 100;
}
.entry-content table.normal-table.mobile-only tbody > tr > td table.table-in-table tr td:first-child {
	text-align: left;
	padding: 35px 25px 35px 25px;
}
.entry-content table.normal-table.mobile-only tbody > tr > td table.table-in-table tr td:last-child {
	border-right: none;
	padding: 35px 25px 35px 25px;
}


.entry-content table.normal-table {
	width: 100%;
	float: left;
	margin: 0;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	border-spacing: 0;
	border-collapse: separate;
}
.entry-content table.normal-table thead tr th {
	background-color: #f1f1f1;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #000;
	border-left: 1px solid #101010;
	padding: 16px 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.entry-content table.normal-table tbody tr th {
	padding: 16px 30px;
	vertical-align: middle;
	border-top: 1px solid #aaa;
	border-left: 1px solid #101010;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.entry-content table.normal-table tbody tr td {
	padding: 16px 30px;
	vertical-align: middle;
	border-top: 1px solid #aaa;
	border-left: 1px solid #101010;
}
.entry-content table.normal-table tbody tr td span {
	font-size: 14px;
	font-weight: 300;
	color: rgba(33, 33, 33, .7);
}
.entry-content table.normal-table tbody tr td.border-bottom-dotted {
	border-top: 1px dashed #aaa !important;
}
.entry-content table.normal-table thead tr th:first-child,
.entry-content table.normal-table tbody tr th:first-child {
	border-left: none !important;
}
.entry-content table.normal-table tbody tr:first-child th,
.entry-content table.normal-table tbody tr:first-child td {
	border-top: none !important;
}
.entry-content table.normal-table thead tr th span {
	font-size: 14px;
	font-weight: 300;
	color: #EA0029;
}
.entry-content table.normal-table tbody tr td ul {
	margin: 0;
}
.entry-content table.normal-table tbody tr td ul li {
	margin: 0 0 5px 0;
}



/*************************************
Tabs UI
*************************************/


ul.content-tab-high-level {
	width: 100%;
	float: left;
	margin: 0;
}
ul.content-tab-high-level > li {
	width: 50%;
	float: left;
	text-align: center;
}



.sub-section {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.sub-section p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin: 0 0 26px 0;
}
.sub-section h2 {
	font-weight: 400;
	margin: 0 0 20px 0;
}
.sub-section h3 {
	font-size: 22px;
	font-weight: 400;
	color: #161616;
	line-height: 24px;
	margin: 16px 0 30px 0;
	letter-spacing: -0.03em;
}
.sub-section h3 span.step-index {
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #EA0029;
	margin: 0 0 10px 0;
}
.sub-section > ul > li {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.sub-section > ul > li::before {
	content: "·";
	display: inline-block;
	width: 16px;
	text-align: center;
}


hr.hr-dashed {
	float: left;
	background-color: transparent;
	width: 100%;
	height: 1px;
	margin: 50px 0 70px 0;
	border-top: 1px dashed #DFDFDF;
}


.like-tab-navigation {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(22, 22, 22, .15);
	border-bottom: 1px solid rgba(22, 22, 22, .15);
}
.like-tab-navigation .inner > ul {
	width: 100%;
	float: left;
}
.like-tab-navigation .inner > ul > li {
	width: 50%;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(22, 22, 22, .15);
}
.like-tab-navigation .inner > ul > li:last-child {
	border-right: none;
}
.like-tab-navigation .inner > ul > li > a {
	display: inline-block;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	font-weight: 700;
	text-decoration: none;
	padding: 0 48px;
	position: relative;
}
/* @media screen (max-width: 460px){
	.like-tab-navigation .inner > ul > li > a {
		font-size: 1.4rem;
	}
} */


.like-tab-navigation .inner > ul > li.current-menu-item a {
	color: #EA0029;
}
.like-tab-navigation .inner > ul > li.current-menu-item a::after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: #EA0029;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.like-tab-navigation .inner > ul > li.current-menu-parent a {
	color: #EA0029;
}
.like-tab-sub-navigation {
	border-bottom: 1px solid rgba(22, 22, 22, .15);
}
.like-tab-sub-navigation .inner > ul {
	display: flex;
}
.like-tab-sub-navigation .inner > ul > li {
	width: 50%;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid rgba(22, 22, 22, .15);
}
.like-tab-sub-navigation .inner > ul > li:last-child {
	border-right: none;
}
.like-tab-sub-navigation .inner > ul > li > ul {
	display: flex;
	margin: 0;
}
.like-tab-sub-navigation .inner > ul > li > ul > li {
	position: relative;
}
.like-tab-sub-navigation .inner > ul > li > ul.columns-2 > li {
	width: 50%;
}
.like-tab-sub-navigation .inner > ul > li > ul.columns-3 > li {
	width: 33.33333%;
}
.like-tab-sub-navigation .inner > ul > li > ul > li::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 19px;
	background-color: rgba(22, 22, 22, .15);
}
.like-tab-sub-navigation .inner > ul > li > ul > li:last-child::after {
	content: none;
}
.like-tab-sub-navigation .inner > ul > li > ul > li a {
	display: inline-block;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	font-weight: 300;
	text-decoration: none;
	padding: 0 20px;
	position: relative;
}
.like-tab-sub-navigation .inner > ul > li > ul > li.current-menu-item a {
	font-weight: 700;
}
.like-tab-sub-navigation .inner > ul > li > ul > li.current-menu-item a::after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background-color: #161616;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.slick-slider {
	width: calc(100% + 100px);
	margin: 0 -50px;
}
.slick-slider.columns-2 {
	width: calc(100% + 100px);
	margin: 0 -50px;
	padding: 90px 0 !important;
	text-align: center;
}
.slick-slider.columns-2 .slick-slide {
	width: calc(25% - 100px) !important;
	margin: 0 50px;
	height: auto;
}

.slick-slider.columns-3 {
	width: calc(100% + 100px);
	margin: 0 -50px;
	padding: 90px 0 !important;
	text-align: center;
}
.slick-slider.columns-3 .slick-slide {
	width: calc(25% - 100px) !important;
	margin: 0 50px;
	height: auto;
}


.slick-slider.columns-3-new {
	width: calc(100% + 100px);
	margin: 0 -50px;
	padding: 90px 0 !important;
	text-align: center;
}
.slick-slider.columns-3-new .slick-slide {
	width: calc(30% - 100px) !important;
	margin: 0 50px;
	height: auto;
}

.slick-slider.columns-4 .slick-slide {
	width: calc(25% - 100px);
	margin: 0 50px;
	height: auto;
}
.ui-tabs-panel .slick-slider.columns-4 .slick-slide {
	width: calc(25% - 100px) !important;
	
}
/* .ui-tabs-panel .slick-slider.columns-4 .slick-slide {
	width: calc(25% - 100px);
} */

.slick-slider.columns-5 {
	width: calc(100% + 50px);
	margin: 0 -25px;
}
.slick-slider.columns-5 .slick-slide {
	width: calc(20% - 50px) !important;
	margin: 0 25px;
	height: auto;
}
.ui-tabs-panel .slick-slider .slick-track {
	width: 100% !important;
}


/* .ui-tabs-panel .slick-slider .slick-track {
	width: 100%;
} */


#slider-01-41 figcaption,
#slider-01-43 figcaption {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

#slider-01-44 figcaption {
	text-align: left;
}
#slider-02-01-03 {
	margin: 0 -22px;
}












.slick-initialized .slick-slide {
	display: inline-block;
	float: none;
}





.guide-loop {
	position: relative;
}
.guide-loop .guide-loop-item::before {
	content: none;
}
.guide-loop .guide-loop-item figure {
	width: 100%;
	float: left;
}
.guide-loop .guide-loop-item figure img {
	width: 100%;
	float: left;
}
.guide-loop .guide-loop-item figure figcaption {
	width: 100%;
	max-width: 228px;
	min-height: 188px;
	float: left;
	margin: 22px 0 0 0;
	word-break: keep-all;
	text-align: left !important;
}
span.step-index {
	font-size: 12px;
	font-weight: 700;
	color: #EA0029;
	margin: 0 0 5px 0;
}
.guide-loop .guide-loop-item figure figcaption strong {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px 0;
	
}
.guide-loop .guide-loop-item figure figcaption p {
	width: 100%;
	float: left;
	display: block;
	padding: 0 0 0 8px;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	color: rgba(22, 22, 22, 0.7);
	position: relative;
}
.guide-loop .guide-loop-item figure figcaption p::before {
	content: "*";
	position: absolute;
	top: 2px;
	left: 0;
}
.guide-loop .guide-loop-item figure img {
	border-radius: 15px 15px;
}
.guide-loop .slick-arrow {
	width: 30px;
	height: 58px;
	top: 204px !important;
	transform: inherit;
	opacity: .5;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	position: absolute;
	background-color: transparent;
	font-size: 0;
	border: none;
}
.guide-loop .slick-arrow:hover {
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.guide-loop .slick-prev {
	left: -60px;
	background-image: url('../images/icons/icon-slide-left-arrow.svg');
	background-size: 30px 58px;
	background-repeat: no-repeat;
	background-position: center;
}
.guide-loop .slick-next {
	right: -60px;
	background-image: url('../images/icons/icon-slide-right-arrow.svg');
	background-size: 30px 58px;
	background-repeat: no-repeat;
	background-position: center;
}
.guide-loop .slick-arrow::before {
	content: none;
}

.guide-loop .slick-dots {
	width: auto;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
}
.guide-loop .slick-dots::before {
	content: "";
	display: block;
	width: calc(100% - 50px);
	height: 1px;
	background-color: #F2F2F2;
	position: absolute;
	top: calc(50% + 4px);
	left: 50%;
	transform: translate(-50%, -50%);
	
}
.guide-loop .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 5px 5px;
	margin: 0 25px;
	position: relative;
}
.guide-loop .slick-dots li.slick-active::after {
	color: #fff;
	position: absolute;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	top: 20px;
	left: -15px;
}
.guide-loop .slick-dots li.slick-active:nth-child(1)::after {
	content: "STEP 1";
}
.guide-loop .slick-dots li.slick-active:nth-child(2)::after {
	content: "STEP 2";
}
.guide-loop .slick-dots li.slick-active:nth-child(3)::after {
	content: "STEP 3";
}
.guide-loop .slick-dots li.slick-active:nth-child(4)::after {
	content: "STEP 4";
}
.guide-loop .slick-dots li.slick-active:nth-child(5)::after {
	content: "STEP 5";
}
.guide-loop .slick-dots li.slick-active:nth-child(6)::after {
	content: "STEP 6";
}
.guide-loop .slick-dots li.slick-active:nth-child(7)::after {
	content: "STEP 7";
}
.guide-loop .slick-dots li.slick-active:nth-child(8)::after {
	content: "STEP 8";
}
.guide-loop .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 5px 5px;
	background-color: #DCDCDC;
}
.guide-loop .slick-dots li.slick-active button {
	background-color: #EA0029 !important;
}

.slick-dots li button::before {
	content: none !important;
}

.service-htcar-area h2,
.service-cthome-area h2,
.service-voice-area h2 {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -0.05em;
	text-align: center;
	width: 100%;
	font-weight: 300;
}
.service-htcar-area p,
.service-cthome-area p,
.service-voice-area p {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, .5);
}
.icon-loop {
	width: calc(100% + 100px);
	margin: 70px -50px 0 -50px;
	float: left;
}
.icon-loop .icon-loop-item {
	width: calc(25% - 100px) !important;
	height: 432px; /* 231214 modify */
	margin: 0 50px 50px 50px !important;
	float: left;
}


#slider-01-08.icon-loop .icon-loop-item {
	height: 250px !important;
	position: relative;
}
#slider-01-08.icon-loop .icon-loop-item figure {
	height: 100% !important;
}
#slider-01-08.icon-loop .icon-loop-item figure figcaption {
	position: absolute;
	bottom: 0;
}
#slider-01-08.icon-loop .icon-loop-item figure figcaption strong {
	height: 44px;
	display: inline-block;
	width: 100%;
}

.icon-loop .icon-loop-item figure {}
.icon-loop .icon-loop-item figure figcaption {
	width: 100%;
	float: left;
	margin: 22px 0 0 0;
}
.icon-loop .icon-loop-item figure figcaption span.step-index {
	font-size: 12px;
	font-weight: 700;
	color: #EA0029;
	margin: 0 0 5px 0;
}
.icon-loop .icon-loop-item figure figcaption strong {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px 0;
}
.service-sos .icon-loop {
	width: calc(100% + 70px);
	margin: 70px -35px 0 -35px;
	float: left;
}
.service-sos .icon-loop .icon-loop-item {
	width: calc(25% - 70px);
	height: 356px;
	margin: 0 35px 70px 35px;
}
.icon-loop .icon-loop-item .entry-thumbnail {
	width: 100%;
	height: 120px;
	text-align: center;
	margin: 0 0 34px 0;
}
.icon-loop .icon-loop-item strong {
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.icon-loop .icon-loop-item p {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, .6);
}
.icon-loop .icon-loop-item p span {
	width: 100%;
	float: left;
	display: inlin-block;
	font-size: 14px;
	line-height: 20px;
	color: #707070;
	margin: 10px 0 0 0;
}
.two-by-two {
	width: calc(100% + 44px);
	margin: 70px -22px 0 -22px;
	/* float: left; 20220609 수정 */
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.two-by-two .two-by-two-item {
	width: calc(50% - 44px);
	margin: 0 22px 70px 22px;
	float: left;
}
.two-by-two .two-by-two-item::before {
	content: none;
}
.two-by-two .two-by-two-item img {
	width: 100%;
	/*220328 수정*/
	/* height: 220px; */
	float: left;
	background-color: #DFDFDF;
	border: none;
}
.two-by-two .two-by-two-item figure figcaption {
	width: 100%;
	float: left;
	margin: 22px 0 0 0;
}
.two-by-two .two-by-two-item figure figcaption span.step-index {
	font-size: 12px;
	font-weight: 700;
	color: #EA0029;
	margin: 0 0 5px 0;
}
.two-by-two .two-by-two-item figure figcaption strong {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px 0;
}
.two-by-two .two-by-two-item figure figcaption p {
	font-size: 14px;
	margin: 0 !important;
}

.notice-loop-area {
	background-color: #f9f9f9;
	padding: 100px 0;
	margin: 0;
}
.notice-loop {
	width: calc(100% + 26px);
	margin: 0 -13px;
	float: left;
}
.notice-loop .notice-loop-item {
	width: calc(25% - 26px);
	margin: 0 13px 26px 13px;
	padding: 32px;
	float: left;
	background-color: #fff;
	border: 1px solid #DFDFDF;
	position: relative;
	
}
.notice-loop .notice-loop-item .entry-date {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #EA0029;
	margin: 0 0 16px 0;
}
.notice-loop .notice-loop-item .entry-title {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.03em;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	height: 130px;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 5; 
	-webkit-box-orient: vertical;
}

#customer-archives_list .notice-loop .notice-loop-item .entry-title {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.03em;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	height: 78px;
	text-align: center;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}


.notice-loop .notice-loop-item .entry-no {
	position: absolute;
	left: 32px;
	bottom: 32px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(22, 22, 22, .5);
}
.notice-loop .notice-loop-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
}
.notice-loop .notice-loop-item:hover {
	border: 3px solid #161616;
	padding: 30px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.19);
}
.notice-loop .notice-loop-item:hover .entry-no {
	bottom: 30px;
	left: 30px;
}
.notice-loop .notice-loop-item:hover .entry-title {
	font-weight: 700;
}

.notice-view-area {
	border-top: 1px solid #161616;
	padding: 74px 0;
	margin: 0;
}
.notice-view-area .entry-date {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #EA0029;
	margin: 0 0 16px 0;
}
.notice-view-area .entry-title {
	font-size: 30px;
	line-break: 1.2;
	letter-spacing: -0.03em;
	margin: 0 0 30px 0;
}
.notice-view-area .entry-content-area {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-break: 24px;
}

.notice-navi-area {
	height: 60px;
	border-top: 1px solid rgba(22, 22, 22, .5);
	border-bottom: 1px solid #161616;
}
.notice-navi-area .post-navigation .prev-post {
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	width: 100%;
	float: left;
}
.notice-navi-area .post-navigation .next-post {
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	text-align: right;
	display: inline-block;
	width: 100%;
	float: left;
}
.notice-navi-area .post-navigation .prev-post img {
	float: left;
	position: relative;
	top: 18px !important;
}
.notice-navi-area .post-navigation .next-post img {
	float: right;
	position: relative;
	top: 18px !important;
}
.notice-navi-area .post-navigation .prev-post {
	height: 60px;
	line-height: 60px;
	float: left;
}

.post-navigation .inner .prev-post,
.post-navigation .inner .next-post {
	width: auto;
}
.post-navigation .inner .prev-post span {
	float: right;
}
.post-navigation .inner .next-post span {
	float: left;
	text-align: right;
}
.post-navigation .inner .prev-post span,
.post-navigation .inner .next-post span {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 460px;
	height: 60px;
	line-height: 60px;
}
.post-navigation .prev-post img {
	margin: 0 8px 0 0;
	position: relative;
	top: 5px;
}
.notice-navi-area .post-navigation .next-post {
	height: 60px;
	line-height: 60px;
	float: right;
}
.notice-navi-area .post-navigation .next-post img {
	margin: 0 0 0 8px;
	position: relative;
	top: 5px;
}

.btn-area {
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px 0 200px 0;
}
.btn-normal {
	display: inline-block;
	min-width: 250px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #161616;
	color: #161616;
	text-align: center;
	text-decoration: none;
	position: inherit !important;
	top: inherit !important;
	left: inherit !important;
	width: auto !important;
	height: auto !important;
}
.btn-rounded {
	border-radius: 29px 29px;
}
.btn-download::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 18px;
	background-image: url('../images/icons/icon-small-download.svg');
	background-size: 12px 18px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: 2px;
	margin: 0 0 0 10px;
}
.btn-dark-blue {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	color: #05141F !important;
}
.btn-black {
	background-color: #161616 !important;
	color: #fff !important;
}
.btn-small {
	height: 50px;
	line-height: 50px;
	min-width: 166px;
}

.cs-info-area  {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #DFDFDF;
}
.cs-info-area .wide-area-half-text {
	width: 50%;
	height: 50vw;
	float: left;
	position: relative;
}
.cs-info-area .wide-area-half-text > div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100px;
	width: calc(100% - 200px);
}
.cs-info-area .wide-area-half-text > div img {
	float: left;
}
.cs-info-area .wide-area-half-text > div h2 {
	width: 100%;
	float: left;
	margin: 40px 0 20px 0;
}
.cs-info-area .wide-area-half-text > div > ul {
	width: 100%;
	float: left;
	padding: 0 0 0 16px;
}
.cs-info-area .wide-area-half-text > div > ul > li {
	width: 100%;
	position: relative;	
	margin: 0 0 1.5em 0;
	margin: 0 0 5px 0;
}
.cs-info-area .wide-area-half-text > div > ul > li::before {
	content: "·";
	display: inline-block;
	width: 16px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: -16px;
}

ul.no-bullet > li::before {
	content: "";
}



#slider-02-03-05 .slick-track {
	width: 100% !important;
	text-align: left;
}
#slider-02-03-05 .slick-track .slick-slide {
	float: left;
	display: inline-block;
	
}

.cs-info-area .wide-area-half-text > div > ul > li > ul {
	margin: 10px 0 0 10px;
}
.cs-info-area .wide-area-half-text > div > ul > li > ul > li {
	width: 100%;
	position: relative;	
	margin: 0 0 5px 0;
}

#service-sos .service-slide-area ul.icon-loop {
	width: 100%;
	float: left;
}
#service-sos .service-slide-area ul.icon-loop li.icon-loop-item {
	width: 100%;
	float: left;
}

.cs-info-area .wide-area-half-text > div > ul > li > ul > li::before {
	content: "-";
	display: inline-block;
	width: 16px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: -16px;
}
.cs-info-area .wide-area-half-image {
	width: 50%;
	height: 50vw;
	float: left;
	padding: 0;
}
.cs-info-area .wide-area-half-image img {
	width: 100%;
	max-width: 100%;
	height: 50vw;
}

.cs-info-area-02 .wide-area-half-image {
	float: right !important;
}

.as-info-area  {
	width: 100%;
	padding: 70px 0 120px 0;
	margin: 0;
	border-top: 1px solid #DFDFDF;
}

#content-tabs {
	width: 100%;
	float: left;
	margin-top: 100px;
}
#content-tabs .ui-tabs-nav {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(22, 22, 22, .15);
}


#content-tabs.cols-6 .ui-tabs-nav .ui-tabs-tab {
	width: 16.66667%;
}
#content-tabs.cols-6 .ui-tabs-nav .ui-tabs-tab a {
	height: 90px;
	font-size: 16px;
	line-height: 22px;
	word-break: keep-all;
	padding: 25px 30px 0 30px;
}
#content-tabs.cols-6 .ui-tabs-nav .ui-tabs-tab a span {
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}


#content-tabs .ui-tabs-nav .ui-tabs-tab {
	width: 25%;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(22, 22, 22, .15);
	border-bottom: 1px solid rgba(22, 22, 22, .15);
}



#content-tabs .ui-tabs-nav .ui-tabs-tab:last-child {
	border-right: none;
}
#content-tabs .ui-tabs-nav .ui-tabs-tab a {
	height: 79px;
	line-height: 24px;
	padding: 0 60px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -0.03em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#content-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a {
	color: #EA0029;
	position: relative;
}



#content-tabs.digitalkey_info .ui-tabs-nav .ui-tabs-tab {
	width: 12.5%;
}
#content-tabs.digitalkey_info .ui-tabs-nav .ui-tabs-tab a {
	padding: 0;
}

@media all and (max-width: 1024px) {
	#content-tabs {
		margin-top: 70px;
	}
	#content-tabs.digitalkey_info .ui-tabs-nav .ui-tabs-tab {
		width: 50%;
		border-bottom: 1px solid rgba(22, 22, 22, .15);
	}
	#content-tabs.digitalkey_info .ui-tabs-nav .ui-tabs-tab:last-child {
		border-right: 1px solid rgba(22, 22, 22, .15);
	}
	#content-tabs.digitalkey_info .ui-tabs-nav .ui-tabs-tab a {
		font-size: 16px;
		height: 60px;
	}
}
@media all and (max-width: 500px) {
}

#content-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a::after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	background-color: #EA0029;
}
#content-tabs .ui-tabs-panel {
	width: 100%;
	float: left;
	padding: 70px 0 200px 0;
}
#content-tabs .ui-tabs-panel:last-child {
	padding-bottom: 0;
}
#content-tabs .ui-tabs-panel h2 {
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

#content-tabs .ui-tabs-panel .h2_description {
	font-size: 22px;
	font-weight: 300;
	margin-top: -5px;
	line-height: 28px;
}

@media all and (max-width: 768px) {
	#content-tabs .ui-tabs-panel .h2_description {
		font-size: 20px;
	}
}




#content-tabs.term-tabs .ui-tabs-panel {
	padding: 0;
}
#content-tabs.term-tabs .ui-tabs-panel .tab-entry-header {
	width: 100%;
	height: 180px;
	float: left;
	background-color: #f9f9f9;
	text-align: left;
	position: relative;
}
#content-tabs.term-tabs .ui-tabs-panel .tab-entry-header .inner {
	height: 180px;
}
#content-tabs.term-tabs .ui-tabs-panel .tab-entry-header .inner h1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	margin: 60px 0 5px 0;
	width: 100%;
	float: left;
}
#content-tabs.term-tabs .ui-tabs-panel .tab-entry-header .inner p {
	font-size: 16px;
	line-height: 34px;
	color: #EA0029;
	width: 100%;
	float: left;
}
#content-tabs.term-tabs.cols-2 .ui-tabs-tab {
	width: 50%;
}
#content-tabs.term-tabs.cols-3 .ui-tabs-tab {
	width: 33.33333%;
}
#content-tabs.term-tabs.cols-2 .ui-tabs-tab a,
#content-tabs.term-tabs.cols-3 .ui-tabs-tab a {
	height: 90px;
	font-size: 16px;
	line-height: 22px;
	word-break: keep-all;
	padding: 35px 30px 0 30px;
}
#content-tabs.term-tabs.cols-3 .ui-tabs-panel .tab-entry-header .inner h1 {
	margin: 75px 0 5px 0;
}


/*************************************
	Select Custom
*************************************/
/* The container must be positioned relative: */
.custom-select {
	position: absolute;
	float: right;
	top: 50%;
	right: calc(50vw - 600px);
	transform: translateY(-50%);
	z-index: 3000;
}

.custom-select select {
	display: none; /*hide original SELECT element: */
}

.select-selected {
	background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
	position: absolute;
	top: 5px;
	right: 20px;
	content: "";
	width: 28px;
	height: 52px;
	background-image: url('../images/icons/select-down-arrow.svg');
	background-size: 28px 52px;
	background-repeat: no-repeat;
	background-position: center;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  top: 5px;
  right: 20px;
}

/* style the items (options), including the selected item: */
.select-selected {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 30px 30px;
	color: #161616;
	padding: 0 30px;
	border: 3px solid #161616;
	cursor: pointer;
}
.select-selected.select-arrow-active {
	border-top-left-radius: 30px !important;
	border-top-right-radius: 30px !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom: none !important;
}
.select-items div {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	border: none;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 3px solid #161616;
  border-top: none;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  overflow: hidden;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #f9f9f9;
  color: #EA0029;
}


#faq-accordion-01,
#faq-accordion-02,
#faq-accordion-03,
#faq-accordion-04,
#faq-accordion-05,
#faq-accordion-06 {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(22, 22, 22, .15);
}
.accodion_area {
	margin-top: 80px;
}

.dk_contents .title_sec {
	margin-bottom: 20px;
	font-size: 18px;
}
.step_area + .step_area {
	margin-top: 24px;
}
.step__text-sec + .step__text-sec {
	margin-top: 80px;
}
.dk_contents .step_area .text {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
.step_area .text + .text__desc {
	margin-top: 10px;
}
.dk_contents .text_big {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
}
.text__link {
	color: #0F4C82;
	font-weight: normal;
}
.text__link:hover, 
.text__link:active, 
.text__link:focus, 
.text__link:visited {
	color: #0F4C82;
}
.text__subtitle {
	font-weight: normal;
}
.text__desc {
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.text__subtitle + .text__desc {
	margin-top: 16px;
}

@media all and (max-width: 1024px) {
	.accodion_area {
		margin-top: 0;
	}
	.dk_contents .step_area .text_big {
		font-size: 18px;
		line-height: 26px;
	}
}
.dk_contents .os_info_area {
	padding: 18px 0 ;
}
.dk_contents .os_info_area .os_info {
	display: flex;
	justify-content: flex-start;
	line-height: 24px;
}
.os_info + .os_info {
	margin-top: 10px;
}
.dk_contents .os_info_area .os_info .title {
	width: 120px;
	font-weight: normal;
}
.dk_contents .os_info_area .os_info .info {
	width: calc(100% - 120px);
	font-weight: 300;
	color: #666666;
}
.os_info__item + .os_info__item {
	margin-top: 16px;
}
.os_info__tit {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 5px;
}
.os_info__txt {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.os_info__desc {
	font-size: 14px !important;
	line-height: 24px;
	color: #666666;
	margin-top: 40px;
}

@media all and (max-width: 1024px) {
	.dk_contents .os_info_area .os_info {
		display: block;
	}
	.dk_contents .os_info_area .os_info .title {
		width: 100%;
	}
	.dk_contents .os_info_area .os_info .info {
		width: 100%;
		margin-top: 5px;
	}
}
.os_info_area + .info_area {
	padding-top: 40px;
}
.dk_contents .info_area {
	font-size: 14px;
	color: #666666;
}
.dk_contents .info {
	color: #666666;
}

.dk_contents .img_1x {
	padding-bottom: 20px;
	margin-top: 15px;
}
.dk_contents .img_1x img {
	width: 100%;
}

.dk_contents .img_2x {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 30px;
}
.dk_contents .img_2x img {
	width: 100%;
}
.dk_contents .img_2x img:first-child {
	margin-right: 40px;
}

@media all and (max-width: 537px) {
	.dk_contents .img_2x {
		
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding-bottom: 30px;
	}
	.dk_contents .img_2x img {
		
		max-width: 300px !important;
	}
	.dk_contents .img_2x img:first-child {
		margin-right: initial;
		margin-bottom: 40px;
	}
}


.new_half {
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.new_half .image_area {
	width: 50%;
}
.new_half .image_area img {
	width: 100%;
}
.new_half .contents_area {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.new_half .contents_area .text_wrap {
	font-size: 24px;
	line-height: 36px;
}

@media all and (max-width: 500px) {
	.new_slide_meta {
		height: inherit;
		margin-top: 30px;
	}
}


.ui-accordion .ui-accordion-header {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	border-top: 1px solid rgba(22, 22, 22, .15);
	line-height: 1.36;
	margin: 0;
	padding: 30px 100px 30px 0;
	cursor: pointer;
	position: relative;
}
.ui-accordion .ui-accordion-header:focus {
	outline: none;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	display: inline-block;
	width: 20px;
	height: 10px;
	background-image: url('../images/icons/icon-faq-arrow.svg');
	background-size: 20px 10px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-180deg);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon {
	transform: rotate(0);
	top: calc(50% - 5px);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.ui-accordion .ui-accordion-content {
	width: 100%;
	float: left;
	border-top: 1px dashed rgba(22, 22, 22, .15);
	background-color: #F9F9F9;
	padding: 20px 30px;
}
.ui-accordion .ui-accordion-content p {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	position: relative;
}
.ui-accordion .ui-accordion-content p::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 6px;
	left: -10px;
	width: 6px;
	height: 6px;
	background-image: url('../images/icons/icon-faq-answer.svg');
}
.archive-loop .archive-loop-item {
	text-align: center;
	position: relative;
}
.archive-loop .archive-loop-item .entry-title {
	width: 100%;
	font-weight: 700;
	float: left;
	margin: 50px 0 0 0;
}
.archive-loop .archive-loop-item p {
	font-size: 16px; 
	line-height: 24px;
	letter-spacing: -0.03em;
}
.archive-loop .archive-loop-item .btn-normal {
	position: absolute !important;
	bottom: 30px;
	left: 50% !important;
	transform: translateX(-50%);
}
.archive-loop .archive-loop-item a:hover {
	background-color: #161616 !important;
	color: #fff !important;
}



.service-info-area .wide-area-left {
	width: 50%;
	float: left;
}
.service-info-area .wide-area-right {
	width: 50%;
	height: 50vw;
	float: left;
	position: relative;
}

.service-info-area .wide-area-right.single_text {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	font-size: 24px;
	line-height: 36px;
	margin-left: 90px;
	width: calc((1200px/2) - 90px);
}

.service-info-area .wide-area-right.single_text .info {
	font-size: 16px;
	font-weight: 300;
	color: rgb(22, 22, 22, 0.7);
	line-height: 24px;
	margin-top: 20px;
}
.service-info-area .wide-area-right.single_text .info div {
	padding-left: 10px;
}
.service-info-area .wide-area-right.single_text .info div::before {
	content: "*";
	position: absolute;
	margin-left: -8px;
}

@media all and (max-width: 1024px) {
	.service-info-area .wide-area-right.single_text {
		width: 100%;
		height: auto;
		font-size: 20px;
		line-height: 28px;
		padding: 36px 16px 70px;
		margin-left: 0;
	}
}
.service-info-area .wide-area-half-image {
	line-height: 0;
}
.service-info-area .wide-area-half-text {
	position: relative;
}
.service-info-area .wide-area-half-text ul.service-detail-loop {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0;
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list,
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track,
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide,
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div,
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item {
	height: 100% !important;
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-dots {
	width: 10px;
	margin: 0;
	padding: 0;
	bottom: inherit;
	top: 50%;
	right: 37px;
	transform: translateY(-50%);
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 0 10px 0;
	border-radius: 5px 5px;
	overflow: hidden;
	float: left;
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item::before,
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-dots li::before {
	content: none;
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background-color: rgba(22, 22, 22, .15);
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-dots li.slick-active button {
	background-color: #EA0029;
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div {
	width: calc((1200px/2) - 90px);
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div > p {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	margin: 0 0 20px 0;
	word-break: keep-all;
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div.high-level-bullet p {
	padding: 0 0 0 20px;
	position: relative;
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div.high-level-bullet p::before {
	content: "ㆍ";
	position: absolute;
	top: 2px;
	left: 0;
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div > span {
	float: left;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 8px;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: rgba(22, 22, 22, 0.7);
	position: relative;
}
.slide-meta span {
	width: 100%;
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div > span span {
	margin: 10px 0 0 0;
	width: 100%;
	float: left;
	display: inline-block;
}
.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div > span::before {
	content: "*";
	position: absolute;
	top: 2px;
	left: 0;
}
.service-info-area .wide-area-half-image img {
	width: 100%;
	max-width: 100%;
	height: 50vw;
}


.service-slide-area {
	width: 100%;
	float: left;
}
.service-slide-area h2 {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -0.05em;
	text-align: center;
	width: 100%;
	font-weight: 300;
}
.service-slide-area .guide-loop {
	padding: 100px 0 0 0;
}
.service-slide-area .guide-loop .slick-dots {
	bottom: inherit;
	top: 5px;
}
.service-slide-area .guide-loop .slick-next {
	top: 235px !important;
	background-image: url('../images/icons/icon-slide-right-arrow-white.svg');
}
.service-slide-area .guide-loop .slick-prev {
	top: 235px !important;
	background-image: url('../images/icons/icon-slide-left-arrow-white.svg');
}
.service-slide-area .guide-loop .slick-disabled {
	opacity: .15 !important;
}
.dark-bg-area {
	padding: 100px 0;
	background-color: #05141F;
	color: #fff !important;
}

.service-reference-area h2 {
	font-weight: 400;
	margin: 0 0 20px 0;
}

.service-faq-area {
	display:block !important;
	padding: 100px 0;
}
.service-faq-area h2 {
	font-weight: 400;
	margin: 0 0 20px 0;
}


#content-slide-tabs {
	width: 100%;
	float: left;
	margin: 45px 0 0 0;	
}
#content-slide-tabs ul.ui-tabs-nav {
	text-align: center;
}
#content-slide-tabs ul.ui-tabs-nav li.ui-tabs-tab {
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 38px;
	letter-spacing: -0.05em;
}
#content-slide-tabs ul.ui-tabs-nav li.ui-tabs-tab::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 19px;
	background-color: rgba(255, 255, 255, .2);
	margin: 0 25px;
	position: relative;
	top: 4px;
}
#content-slide-tabs ul.ui-tabs-nav li.ui-tabs-tab:last-child::after {
	content: none;
}
#content-slide-tabs ul.ui-tabs-nav li.ui-tabs-tab a {
	color: rgba(255, 255, 255, .5);
	text-decoration: none;
}
#content-slide-tabs ul.ui-tabs-nav li.ui-tabs-active a {
	color: rgba(255, 255, 255, 1) !important;
	text-decoration: underline;
}



.entry-terms {
	width: 100%;
	padding: 100px 0 200px 0;
	float: left;
}
.entry-terms strong {
	width: 100%;
	float: left;
	font-weight: 700;
	margin: 30px 0 10px 0;
}
.entry-terms dl {
	margin: 0 0 1.625rem 0;
}
.entry-terms dl dt {
	font-weight: 400;
}
.entry-terms dl dd {
	margin: 0;
	padding: 0 0 0 20px;
}
.entry-terms ol {
	width: calc(100% - 30px);
	float: left;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 1.625rem 30px;
}
.tableSt04 {
	width: 100%;
	float: left;
}
.entry-terms table {
	width: 100%;
	float: left;
	margin: 21px 0 1.625rem 0;
	border-top: 2px solid #101010;
}
.entry-terms table thead tr th {
	background-color: #f9f9f9;
	border-bottom: 1px solid #101010;
	padding: 10px;
}
.entry-terms table tbody tr th,
.entry-terms table tbody tr td {
	border-bottom: 1px solid #ddd;
	padding: 20px;
}
.entry-terms table tbody tr th strong,
.entry-terms table tbody tr td strong,
.entry-terms table tbody tr td p {
	margin: 0;
}

#sub-main .entry-header {
	height: 350px;
}
#sub-main .entry-header .inner .entry-header-meta {
	top: 60%;
}

#target-tab-area select {
	display: none;
}
#kiap-personal table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin: 0 0 1.625rem 0;
	float: left;
	border-top: 1px solid #101010;
	border-right: 1px solid #ddd;
}
#kiap-personal table tr td {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 15px;
}
#kiap-personal .entry-content p strong {
	width: 100%;
	float: left;
	font-weight: 700;
	margin: 30px 0 10px 0;
}
#kiap-personal .entry-content p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 24px 0;
}

#kiap-personal .entry-content ol {
	width: calc(100% - 30px);
	float: left;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 1.625rem 30px;
}
#kiap-personal .entry-content ol li {
	width: 100%;
	float: left;
}

.entry-content table {
	border-top: 1px solid #808080;
	border-spacing: 0;
	border-collapse: collapse;
}
.entry-content table tr th {
	padding: 15px 5px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
.entry-content table tr td {
	border-bottom: 1px solid #ddd;
	padding: 15px 5px;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
}
.entry-content table table {
	max-width: 560px;
	font-size: 13px;
}
.entry-content table table td,
.entry-content table table th {
	padding: 5px;
	border: 1px solid #808080 !important;
}


.popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 5000;
}
.popup-bg .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 600px;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	background-size: cover;
	background-position: center top;
}

.popup-bg .popup .popup-footer {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 5100;
	border-top: 1px solid rgba(112, 112, 112, .3);
}
.popup-bg .popup .popup-footer .left {
	width: 60%;
	height: 60px;
	float: left;
	border-right: 1px solid rgba(112, 112, 112, .3);
	line-height: 60px;
	text-align: center;
}
.popup-bg .popup .popup-footer .right {
	width: 40%;
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
}
.popup-bg .popup .popup-footer .right a {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.popup-bg .popup .popup-footer .right a:hover {
	background-color: #05141F;
	color: #fff;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.popup-bg .popup .popup-footer .left input {
	margin: 0 5px 0 0;
}

.popup-bg .popup .popup-content {
	width: calc(100% - 20px);
	height: calc(100% - 75px);
	margin: 15px 10px 0 10px;
	padding: 40px 20px;
	background-color: #fff;
	color: #05141F;
	text-align: center;
	overflow: auto;
}




.mobile-only {
	display: none;
}
.desktop-only {
	display: block;
}
.only_desktop {
	display: block;
}
@media all and (max-width: 1024px) {
	.only_desktop {
		display: none;
	}
}

/*************************************
    Media Query
*************************************/
@media all and (max-width: 1440px) {
	#main .content-section.smart-watch-area img.smart-watch {
		width: 500px;
	}
	.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div > p {
		word-break: keep-all;
	}
	.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div > p br {
		display: none;
	}
}
@media all and (max-width: 1366px) {
	#main .content-section.smart-watch-area img.smart-watch {
		width: 460px;
	}
}
@media all and (max-width: 1280px) {
	#main .content-section.smart-watch-area img.smart-watch {
		width: 420px;
	}
	#main .content-section.image-left .image-area.left-wide-area {
		margin-left: -40px;
	}
}
@media all and (max-width: 1194px) {
	#main .content-section.smart-watch-area img.smart-watch {
		width: 400px;
	}
	#main .content-section.image-left .image-area.left-wide-area {
		margin-left: -40px;
	}
}
@media all and (max-width: 1112px) {}
@media all and (max-width: 1024px) {
	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
	}
	
	html, body {
		min-width: 100%;
	}
	.inner {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		padding: 0 16px;
	}
	#primary {
		overflow-x: hidden;
		width: 100vw;
	}
	.site-header {
		height: 83px;
	}
	
	.service.sticky .site-header .inner .menu-icon, 
	.commercial.sticky .site-header .inner .menu-icon {
		-webkit-filter: brightness(1) invert(1);
		        filter: brightness(1) invert(1);
	}
	
	
	.site-header .inner {
		height: 83px;
	}
	.site-header.nav-down .inner .menu-icon {
		-webkit-filter: brightness(1) invert(1);
		        filter: brightness(1) invert(1);
	}
	.site-header.nav-down.nav-transparent .inner .menu-icon {
		-webkit-filter: brightness(0) invert(1);
		        filter: brightness(0) invert(1);
	}
	.site-header .inner .site-title {
		left: 20px;
		line-height: 0;
	}
	.site-header .inner .site-title a {
		line-height: 0;
		display: inline-block;
	}
	.site-header .inner .site-title img {
		width: 160px;
		height: auto;
	}
	.site-header .inner .menu-icon {
		width: 30px;
		height: 15px;
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		background-image: url('../images/icons/icon-menu.svg');
		background-size: 30px 15px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.site-header .inner #main-navigation {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: inherit;
		width: 100%;
		height: 100vh;
		z-index: 10000;
		background-color: rgba(5, 20, 31, .9);
		z-index: 2500;
		-webkit-backdrop-filter: blur(12px) brightness(112%);
		        backdrop-filter: blur(12px) brightness(112%);
		padding: 70px 16px 16px 16px;
		overflow-y: scroll;
	}
	.site-header .inner #main-navigation span.close-icon {
		display: inline-block;
		width: 23px;
		height: 23px;
		background-image: url('../images/icons/icon-close.svg');
		background-size: 23px 23px;
		background-repeat: no-repeat;
		background-position: center;
		float: right;
		position: absolute;
		top: 30px;
		right: 25px;
	}
	.site-header .inner #main-navigation > ul > li {
		width: 100%;
		float: left;
		font-size: 22px;
		line-height: 1;
	}
	.site-header .inner #main-navigation > ul > li > a {
		width: 100%;
		height: 95px;
		display: inline-block;
		line-height: 95px;
		text-align: center;
		text-decoration: none !important;
		border-bottom: 1px solid rgba(112, 112, 112, .6);
	}
	.site-header .inner #main-navigation > ul > li {}
	
	
	
	.site-header .inner #main-navigation > ul > li > .main-menu-sub-area {
		width: 100%;
		height: auto;
		position: inherit;
		top: inherit;
		left: inherit;
		background-color: transparent;
		-webkit-backdrop-filter: inherit;
		        backdrop-filter: inherit;
		border-bottom: 1px solid rgba(112, 112, 112, .6);
		padding: 15px 0 !important;
	}
	
	
	
	.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner {
		padding: 0;
		height: auto;
	}
	.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > span.sub-menu-title {
		width: 100%;
		min-height: auto;
		line-height: 52px;
		padding: 0;
		font-size: 20px;
		text-align: center;
	}
	.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul {
		width: 100%;
		float: left;
		display: block;
		margin: 0;
	}
	.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li {
		width: 100%;
	}
	.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li:last-child {
		width: 100%;
	}
	.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li {
		text-align: center;
		font-size: 20px;
		line-height: 22px;
		background-image: url('../images/icons/icon-mobile-menu-down-arrow.svg');
		background-position: right 20px;
		background-repeat: no-repeat;
	}
	
	.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li.rotate {
		background-image: url('../images/icons/icon-mobile-menu-up-arrow.svg');
	}
	.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li > a {
		width: auto;
		margin: 0 auto;
		padding: 15px 0;
		font-size: 20px;
		line-height: 22px;
		float: none
	}
	.site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li > ul {
		display: none;
		width: 100%;
		float: left;
	}
	
	.site-header .inner #main-navigation > ul > li > .guide-sub-menu > .inner > ul > li {
		width: 100%;
		float: left;
		margin: 0;
	}
	
	
	.service .header-visual span.prev-post,
	.commercial .header-visual span.prev-post {
		display: none;
	}
	.service .header-visual span.next-post,
	.commercial .header-visual span.next-post {
		display: none;
	}
	
	
	
	.kia-connect-service-sub-menu {
		display: none;
	}
	.guide-sub-menu,
	.customer-sub-menu {
		display: none;
	}
	
	body.menu-expansion .site-header .inner #main-navigation > ul > li,
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li {
		cursor: pointer;
	}
	body.menu-expansion .site-header .inner #main-navigation > ul > li > a,
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .main-menu-sub-area > .inner > ul > li > a {
		pointer-events: none;
		color: #fff !important;
	}
	
	body.menu-expansion .site-header .inner #main-navigation > ul > li.main-guide > .guide-sub-menu > .inner > ul > li > a,
	body.menu-expansion .site-header .inner #main-navigation > ul > li.main-payment > a,
	body.menu-expansion .site-header .inner #main-navigation > ul > li.main-customer> .customer-sub-menu > .inner > ul > li > a,
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .commercial-sub-menu > .inner > ul > li:nth-child(5) > a,
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .commercial-sub-menu > .inner > ul > li:nth-child(6) > a {
		pointer-events: inherit;
	} 
	
	
	
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .guide-sub-menu > .inner > ul > li,
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .guide-sub-menu > .inner > ul > li.rotate {
		background-image: none;
	}
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .customer-sub-menu > .inner > ul > li,
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .customer-sub-menu > .inner > ul > li.rotate {
		background-image: none;
	}
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .commercial-sub-menu > .inner > ul > li:nth-child(5),
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .commercial-sub-menu > .inner > ul > li:nth-child(5).rotate,
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .commercial-sub-menu > .inner > ul > li:nth-child(6),
	body.menu-expansion .site-header .inner #main-navigation > ul > li > .commercial-sub-menu > .inner > ul > li:nth-child(6).rotate {
		background-image: none;
	}
	
	li.main-kia-connect-service:hover .kia-connect-service-sub-menu,
	li.main-guide:hover .guide-sub-menu,
	li.main-payment:hover .payment-sub-menu,
	li.main-customer:hover .customer-sub-menu,
	li.main-commercial:hover .commercial-sub-menu {
		display: none;
	}
	
	
	
	
	
	
	.site-footer {
		width: 100%;
		float: left;
		height: auto;
		padding: 70px 0;
	}
	.site-footer #site-map {
		width: 100%;
		float: left;
		padding: 0;
	}
	.site-footer #site-map > ul {
		flex-direction: column;
		gap: 0;
	}
	.site-footer #site-map > ul > li {
		width: 100%;
		border-bottom: 1px solid #707070;
		line-height: 21px;
		position: relative;
	}
	.site-footer #site-map > ul > li::after {
		content: "";
		display: inline-block;
		width: 14px;
		height: 7px;
		position: absolute;
		top: 30px;
		right: 0;
		background-image: url('../images/icons/icon-menu-down-arrow.svg');
		background-size: 14px 7px;
		background-repeat: no-repeat;
		background-position: center;
		transform: rotate(180deg);
	}
	.site-footer #site-map > ul > li.rotate::after {
		transform: rotate(0deg);
	}
	.site-footer #site-map > ul > li:last-child {
		width: 100%;
	}
	.site-footer #site-map > ul > li > a {
		width: 50%;
		display: inline-block;
		float: left;
		padding: 20px 0;
	}
	.site-footer #site-map > ul > li > ul.sub-menu {
		display: none;
		width: 100%;
		float: left;
		text-align: center;
		border-top: 1px dashed rgba(112, 112, 112, .3);
		margin: 0 0 20px 0;
	}
	.site-footer #site-map > ul > li > ul.sub-menu > li {
		font-size: 16px;
		line-height: 60px;
	}
	
	.site-footer .company-information {
		width: 100%;
		float: left;
	}
	.site-footer #footer-navigation ul li::after {
		margin: 0 12px;
	}
	.site-footer p {
		width: 230px;
		line-height: 25px;
	}
	.site-footer p.copyright {
		width: 100%;
		margin: 20px 0 0 0;
		float: left;
		text-align: left;
	}
	.site-footer p.copyright span {
		display: none;
	}
	.site-footer select.family-site {
		float: left;
		margin: 30px 0;
	}
	
	
	.service.sticky, 
	.commercial.sticky {
		padding: 595px 0 0 0;
	}
	
	.service.sticky .header-visual, 
	.commercial.sticky .header-visual {
		top: -358px;
		z-index: 3400;
	}
	
	.service .header-visual,
	.commercial .header-visual {
		height: 600px;
	}
	.service .header-visual > .inner,
	.commercial .header-visual > .inner {
		height: 600px;
	}
	.service .header-visual .icon-navigation,
	.commercial .header-visual .icon-navigation {
		height: 160px !important;
		padding: 20px 0 0 0 !important;
	}
	.service .header-visual .icon-navigation .inner,
	.commercial .header-visual .icon-navigation .inner {
		padding: 0;
	}
	.service .header-visual .icon-navigation ul,
	.commercial .header-visual .icon-navigation ul {
		width: 100%;
		margin: 0;
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		display: inline-block;
		float: left;
		padding: 25px 40px 16px 16px;
	}
	.service .header-visual .icon-navigation ul li,
	.commercial .header-visual .icon-navigation ul li {
		width: 70px;
		float: none;
		display: inline-block;
		margin: 0 15px 0 0;
	}
	.service .header-visual .icon-navigation ul li span,
	.commercial .header-visual .icon-navigation ul li span {
		margin: 0 0 5px 0;
	}
	.service .header-visual .icon-navigation ul li span img,
	.commercial .header-visual .icon-navigation ul li span img {
		width: 32px;
		height: auto;
	}
	#commercial-air .header-visual .icon-navigation ul li span img {
		width: 26px;
	}
	.service .header-visual .icon-navigation ul li strong,
	.commercial .header-visual .icon-navigation ul li strong {
		font-size: 13px;
		line-height: 17px;
		white-space: normal;
	}
	.service .header-visual .icon-navigation ul li.current-menu-item::before,
	.commercial .header-visual .icon-navigation ul li.current-menu-item::before {
		top: -20px;
	}
	.service .header-visual > .inner > strong,
	.commercial .header-visual > .inner > strong {
		font-size: 60px;
		line-height: 64px;
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	
	
	.notice-loop-area {
		padding: 40px 0;
	}
	.notice-loop .notice-loop-item {
		text-align: center;
	}
	.archive-loop .archive-loop-item .entry-title {
		margin: 0 0 20px 0;
		text-align: left;
	}
	.archive-loop .archive-loop-item .btn-normal {
		position: inherit !important;
		bottom: inherit !important;
		left: inherit !important;
		transform: inherit !important;
		float: none;
		margin: 0 auto;
		display: inline-block;
		width: 100% !important;
	}
	
	.site-footer .goto-top-icon {
		display: none;
		height: 250px;
	}
	
	.entry-header {
		height: auto;
		margin: 0;
		padding: 30px 0 70px 0;
	}
	.entry-header .inner {
		height: auto;
	}
	.entry-header .inner .breadcrumbs {
		width: 100%;
		float: left;
		margin: 0 0 50px 0;
		left: inherit;
		top: inherit;
		position: inherit;
	}
	.entry-header .inner .entry-header-meta {
		position: inherit;
		top: inherit;
		left: inherit;
		transform: inherit;
	}
	.entry-header .inner .entry-title {
		font-size: 36px;
		line-height: 1.2;
		letter-spacing: -0.03em;
		margin: 0 0 20px 0;
		word-break: keep-all;
	}
	.entry-header .inner p {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: -0.02em;
		padding: 0 20px;
		word-break: keep-all;
	}
	
	.service-info-area .wide-area-half-image {
		width: 100%;
		height: 100vw;
	}
	.service-info-area .wide-area-half-image img {
		height: 100vw;
	}
	#sub-main .service-info-area:nth-child(1) {
		border-top: none;
	}
	.service-info-area .wide-area-right {
		width: 100%;
		height: 110vw;
	}
	.service-info-area .wide-area-right.new_wide_area_right {
		width: 100%;
		height: 160vw;
	}

	.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div {
		width: 100%;
		padding: 0 16px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div > p {
		font-size: 20px;
		line-height: 28px;
		width: 100%;
		word-break: keep-all;
		padding: 0 !important;
	}
	.service-info-area .wide-area-half-text ul.service-detail-loop .slick-list .slick-track .slick-slide > div li.service-detail-loop-item div > p br {
		display: none;
	}
	
	
	
	.service-reference-area {
		padding: 70px 0;
	}
	.service-reference-area h2 {
		font-size: 28px;
		letter-spacing: -0.03em;
	}
	.service-reference-area ul, 
	.service-info-area ul, 
	.entry-content > ul {
		padding: 0 0 0 10px;
	}
	.service-reference-area ul > li::before, 
	.service-info-area ul li::before, 
	.entry-content > ul > li::before {
		width: 10px;
		left: -10px;
	}
	
	
	.service-reference-area ul > li, 
	.service-info-area ul li, 
	.entry-content > ul > li {
		font-size: 15px;
		line-height: 26px;
		word-break: keep-all;

	}
	
	.service-faq-area {
		padding: 70px 0 0 0;
	}
	.service-faq-area .inner {
		padding: 0;
	}
	.service-faq-area h2 {
		padding: 0 20px;
	}
	
	.ui-accordion .ui-accordion-header {
		font-size: 16px;
		line-height: 24px;
		padding: 26px 55px 26px 16px;
		height: auto;
		word-break: keep-all;
	}
	.ui-accordion .ui-accordion-content {
		padding: 20px 16px 30px;
		word-break: keep-all;
	}
	.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
		right: 20px;
	}
	
	.entry-footer .post-navigation a.prev-post img,
	.entry-footer .post-navigation a.next-post img {
		width: 22px;
		height: 18px;
		top: 5px;
	}

	.guide-loop .slick-dots li {
		margin: 0 14px;
	}
	.guide-loop .slick-dots::before {
		width: calc(100% - 28px);
		background-color: #F2F2F2;
		opacity: 1;
	}
	.service-info-area .wide-area-half-text ul.service-detail-loop .slick-dots {
		bottom: 0px;
		top: inherit;
		right: inherit;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
	}
	.service-info-area .wide-area-half-text ul.service-detail-loop .slick-dots li {
		float: none;
		margin: 0 5px;
	}
	
	
	.service-slide-area {
		padding: 70px 0 !important;
	}
	.service-slide-area h2 {
		font-size: 28px;
		line-height: 38px;
		letter-spacing: -0.05em;
		padding: 0 5%;
		word-break: keep-all;
	}
	
	
	
	
	.normal-animation .header-visual {
		height: 393px;
	}
	.normal-animation .header-visual .inner {
		height: 393px;
	}
	.normal-animation .header-visual .inner strong {
		width: 100%;
		padding: 0 20px;
		text-align: center;
		font-size: 60px;
		line-height: 64px;
		white-space: normal !important;
	}
	
	
	.terms .entry-header {
		padding: 0 !important;
	}
	
	.custom-select {
		position: relative;
		top: inherit;
		right: inherit;
		transform: inherit;
		width: 100% !important;
		margin: 40px 0;
	}
	.entry-terms {
		padding: 30px 0 100px 0;
	}
	#content-tabs.term-tabs .ui-tabs-panel .tab-entry-header {
		height: 220px;
	}
	#content-tabs.cols-6 .ui-tabs-nav .ui-tabs-tab {
		width: 50%;
		border-bottom: 1px solid rgba(22, 22, 22, .15);
	}
	#content-tabs.cols-6 .ui-tabs-nav .ui-tabs-tab:nth-child(5),
	#content-tabs.cols-6 .ui-tabs-nav .ui-tabs-tab:nth-child(6) {
		border-bottom: none;
	}
	#content-tabs.cols-6 .ui-tabs-nav .ui-tabs-tab a {
		padding: 25px 5px 0 5px;
		font-size: 15px;
		letter-spacing: -0.03em;
	}
	#content-tabs.cols-3 .ui-tabs-nav .ui-tabs-tab {
		width: 50%;
		border-bottom: 1px solid rgba(22, 22, 22, .15);
	}
	#content-tabs.cols-3 .ui-tabs-nav .ui-tabs-tab:nth-child(3) {
		width: 100% !important;
	}
	#content-tabs.cols-3 .ui-tabs-nav .ui-tabs-tab a {
		padding: 25px 5px 0 5px;
		font-size: 15px;
		letter-spacing: -0.03em;
	}
	#target-tab-area {
		position: relative;
	}
	#target-tab-area select {
		display: block;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		z-index: 2500;
	}
	
	/* Guide */
	.guide .service-info-area {
		padding: 70px 0;
	}
	.entry-content h2 {
		font-size: 28px;
	}
	
	.like-tab-navigation > .inner > ul > li {
		display: none;
	}
	.like-tab-navigation > .inner > ul > li.current-menu-parent {
		display: block !important;
		width: 100%;
		float: left;
		border-right: none;
	}
	.like-tab-navigation > .inner > ul > li.current-menu-parent a {
		pointer-events: none;
	}
	.like-tab-navigation > .inner > ul > li.current-menu-parent a::after {
		width: 14px;
		height: 7px;
		content: "";
		display: inline-block;
		background-image: url('../images/icons/icon-down-arrow-red.svg');
		background-size: 14px 7px;
		background-repeat: no-repeat;
		margin: 0 0 0 20px;
	}
	.like-tab-sub-navigation .inner {
		padding: 0;
	}
	.like-tab-sub-navigation .inner > ul > li {
		display: none;
	}
	.like-tab-sub-navigation .inner > ul > li.current-menu-parent {
		display: block !important; 
		width: 100%;
		float: left;
		border-right: none;
	}
	.like-tab-sub-navigation .inner > ul > li > ul.columns-3 {
		display: flex;
		justify-content: space-evenly;
	}
	.like-tab-sub-navigation .inner > ul > li > ul.columns-3 > li {
		width: auto;
	}
	.like-tab-sub-navigation .inner > ul > li > ul > li > a {
		font-size: 14px;
		letter-spacing: -0.03em;
		padding: 0;
	}
	.like-tab-sub-navigation .inner > ul > li > ul > li::after {
		content: none;
	}
	
	
	
	
	
	
	
	
	.slide-area {
		width: calc(100% - 80px);
		float: left;
		margin: 0 40px;
	}
	.slide-area .guide-loop {
		width: calc(100% + 32px);
		margin: 0 -16px;
	}
	.slide-area .guide-loop .slick-slide {
		margin: 0 20px;
	}
	.slide-area .guide-loop .slick-slide .guide-loop-item {
		margin: 0;
	}
	.slide-area .guide-loop .slick-slide .guide-loop-item figure img {
		width: 100%;
		
	}
	
	
	
	#service-sos .service-slide-area ul.icon-loop.mobile-only {
		width: 100%;
		float: left;
		text-align: center;
		margin: 70px 0 0 0 !important;
	}
	#service-sos .service-slide-area ul.icon-loop.mobile-only .slick-arrow {
		width: 22px;
		height: 44px;
		top: 50% !important;
		transform: translateY(-50%) !important;
		opacity: .5;
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		z-index: 3000;
		-webkit-filter: brightness(1) invert(1);
		        filter: brightness(1) invert(1);
	}
	#service-sos .service-slide-area ul.icon-loop.mobile-only .slick-arrow::before {
		content: none;
	}
	#service-sos .service-slide-area ul.icon-loop.mobile-only .slick-prev {
		left: 10px;
		background-image: url('../images/icons/icon-slide-left-arrow.svg');
		background-size: 22px 44px;
		background-repeat: no-repeat;
		background-position: center;
	}
	#service-sos .service-slide-area ul.icon-loop.mobile-only .slick-next {
		right: 10px;
		background-image: url('../images/icons/icon-slide-right-arrow.svg');
		background-size: 22px 44px;
		background-repeat: no-repeat;
		background-position: center;
	}
	#service-sos .service-slide-area ul.icon-loop.mobile-only li.icon-loop-item {
		width: 100% !important;
		height: auto !important;
		float: left;
		text-align: center;
		margin: 0 !important;
		padding: 0 18% !important;
	}
	#service-sos .service-slide-area ul.icon-loop.mobile-only li.icon-loop-item .entry-thumbnail {
		float: left;
		text-align: center;
		height: auto;
		margin: 0 0 20px 0;
	}
	#service-sos .service-slide-area ul.icon-loop.mobile-only li.icon-loop-item .entry-thumbnail img {
		float: none;
		display: inline-block;
	}
	#service-sos .service-slide-area ul.icon-loop.mobile-only li.icon-loop-item p {
		margin: 0 0 40px 0;
	}
	
	
	/*************************************
		Main Page
	*************************************/
	#main .header-visual {
		height: 743px;
	}
	#main .header-visual .inner {
		height: 743px;
	}
	#main .header-visual .inner .main-slogan {
		width: 280px;
		left: 50px;
		word-break: keep-all;
	}
	#main .header-visual .inner .main-slogan h2 {
		font-size: 50px;
		line-height: 60px;
		letter-spacing: -0.05em;
	}
	#main .header-visual .inner .main-slogan p {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: -0.02em;
	}
	#main .content-section {
		height: auto;
	}
	#main .content-section .inner {
		height: auto;
		display: block;
	}
	#main .content-section.welcome-area {
		padding: 57px 0 51px 0;
	}
	#main .content-section.welcome-area .inner p {
		font-size: 26px;
		line-height: 34px;
		margin: 0 0 29px 0;
	}
	#main .content-section.image-left .image-area.left-wide-area {
		width: calc(100% + 40px);
		height: 56vw;
		float: left;
		margin-left: 0;
		margin: 0 -20px !important;
		position: relative;
		overflow: hidden;
	}
	#main .content-section.image-left .image-area.left-wide-area img {
		width: auto;
		max-width: inherit;
		min-width: auto;
		height: 56vw;
		min-height: 56vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#main .content-section.image-left .text-area {
		width: 100%;
		height: auto;
		float: left;
	}
	#main .content-section.image-left .text-area div,
	#main .content-section.image-right .text-area div {
		position: inherit;
		top: inherit;
		left: inherit;
		transform: inherit;
		padding: 0;
	}
	
	#main .content-section.image-right .image-area.right-wide-area {
		width: calc(100% + 40px);
		height: 56vw;
		float: left;
		margin-right: 0;
		margin: 0 -20px !important;
		position: relative;
		overflow: hidden;
	}
	#main .content-section.image-right .image-area.right-wide-area img {
		width: auto;
		max-width: inherit;
		min-width: auto;
		height: 56vw;
		min-height: 56vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#main .content-section.image-right .text-area {
		width: 100%;
		height: auto;
		float: left;
	}
	#main .content-section .text-area {
		padding: 30px 0 60px 0;
	}
	#main .content-section .text-area h3 {
		font-size: 26px;
		line-height: 40px;
		letter-spacing: -0.02em;
		margin: 0 0 20px 0;
	}
	#main .content-section .text-area p {
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 40px 0;
	}
	
	#main .content-section.smart-watch-area {
		padding: 245px 0 0 0;
	}
	#main .content-section.smart-watch-area img.smart-watch {
		height: 300px;
		width: auto;
		top: -60px;
	}
	#main .content-section.smart-watch-area h3 {
		font-size: 30px;
		line-height: 40px;
		letter-spacing: -0.03em;
		margin: 0 0 20px 0;
	}
	#main .content-section.smart-watch-area > img {
		height: 165px;
		width: 190%;
		max-width: 190%;
	}
	#main .content-section.smart-watch-area ul.stores {
		display: none;
	}
	#main .content-section.smart-watch-area ul.connect-service {
		width: calc(100% + 32px);
		margin: 0 -16px;
		padding: 0 0 0 16px;
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		display: inline-block;
		float: left;
	}
	#main .content-section.smart-watch-area ul.connect-service li {
		float: none;
		display: inline-block;
		margin: 0 12px 0 0;
		width: 165px;
		height: 165px;
	}
	
	#main .content-section.latest-news .inner ul {
		width: 100%;
		margin: 0;
	}
	#main .content-section.latest-news .inner ul li {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	
	
	#sub-main .header-visual,
	#sub-main .header-visual > .inner {
		height: 393px;
	}
	#sub-main .header-visual > .inner > strong {
		font-size: 60px;
		line-height: 64px;
		letter-spacing: -0.05em;
		word-break: keep-all;
	}
	#sub-main ul.section-scroll-navigation {
		display: none;
	}
	#sub-main .service-info-area {
		height: auto;
		float: left;
		padding: 0;
	}
	#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi > li {
		width: 16.66667%;
	}
	#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi > li a strong {
		white-space: normal;
		height: 60px;
	}
	#sub-main .service-info-area:nth-child(2n) .wide-area-half-text ul.sub-main-icon-navi li {
		width: 16.66667%;
	}
	#sub-main .service-info-area .wide-area-half-text {
		padding: 40px 16px;
		width: 100%;
		height: auto !important;
		text-align: left !important;
	}
	#sub-main .service-info-area .wide-area-half-text p {
		font-size: 16px;
		line-height: 30px;
		margin: 0;
	}
	#sub-main .service-info-area .wide-area-half-text p br {
		display: none;
	}
	
	#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi {
		width: calc(100% + 32px) !important;
		margin: 40px -16px 20px -16px !important;
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		display: inline-block;
		text-align: left !important;
	}
	#sub-main .service-info-area .wide-area-half-text > ul.sub-main-icon-navi > li {
		float: none;
		display: inline-block;
		margin: 0 16px;
	}
	#sub-main .service-info-area .wide-area-right {
		height: auto;
	}
	
	
	.guide .ui-accordion {
		width: calc(100% + 32px);
		margin: 0 -16px;
		border-top: 3px solid #161616;
	}
	.guide .ui-accordion .ui-accordion-header {
		text-align: center;
		padding: 20px;
		font-weight: 700;
		background-color: #fff;
		border-top: none;
		border-bottom: 1px solid #161616;
	}
	.guide .ui-accordion .ui-accordion-header.ui-state-active {
		background-color: #F1F1F1;
		border-bottom: 1px dashed #E4E4E4 !important;
	}
	.guide .ui-accordion .ui-accordion-content {
		background-color: #fff;
		padding: 30px 16px;
	}
	.guide .ui-accordion .ui-accordion-content.ui-accordion-content-active {
		border-bottom: 1px solid #161616;
	} 
	.guide .ui-accordion .ui-accordion-content p {}
	.guide .ui-accordion .ui-accordion-content p::before {
		content: none;
	}
	.guide .ui-accordion .ui-accordion-content strong {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
		color: #161616;
		letter-spacing: -0.03em;
		margin: 0 0 15px 0;
	}
	.guide .ui-accordion .ui-accordion-content > ul {
		margin: 0 0 30px 10px;
		width: calc(100% - 10px);
	}
	.guide .ui-accordion .ui-accordion-content > ul > li {
		position: relative;
		font-size: 15px;
		line-height: 26px;
		letter-spacing: -0.03em;
	}
	.guide .ui-accordion .ui-accordion-content > ul > li::before {
		content: "ㆍ";
		width: 10px;
		display: inline-block;
		position: absolute;
		left: -10px;
	}
	.guide .ui-accordion .ui-accordion-content > ul > li > ul {
		margin: 0 0 30px 10px;
		width: calc(100% - 10px);
	}
	.guide .ui-accordion .ui-accordion-content > ul > li > ul > li {
		position: relative;
		font-size: 15px;
		line-height: 26px;
		letter-spacing: -0.03em;
	}
	.guide .ui-accordion .ui-accordion-content > ul > li > ul > li::before {
		content: "-";
		width: 10px;
		display: inline-block;
		position: absolute;
		left: -10px;
	}
	
	#guide-share .like-tab-navigation > .inner,
	#guide-receive .like-tab-navigation > .inner,
	body.payment .like-tab-navigation > .inner {
		padding: 0;
	}
	#guide-share .like-tab-navigation > .inner > ul > li,
	#guide-receive .like-tab-navigation > .inner > ul > li,
	body.payment .like-tab-navigation > .inner > ul > li {
		display: block;
	}
	/*220328 font-size 추가*/
	#guide-share .like-tab-navigation .inner > ul > li > a,
	#guide-receive .like-tab-navigation .inner > ul > li > a,
	body.payment .like-tab-navigation .inner > ul > li > a {
		padding: 0;
		width: 100%;
		letter-spacing: -0.03em;
		font-size: 13px;
	}
	
	.notice-loop {
		width: 100%;
		margin: 0;
	}
	.notice-loop .notice-loop-item {
		width: 100%;
		height: auto !important;
		margin: 0 0 20px 0;
		text-align: left;
	}
	.notice-loop .notice-loop-item .entry-no {
		position: inherit;
		left: inherit;
		bottom: inherit;
	}
	.notice-loop .notice-loop-item:hover .entry-no {
		position: inherit;
		left: inherit;
		bottom: inherit;
	}
	.btn-area {
		padding: 50px 0 100px 0;
	}
	.post-navigation {
		font-size: 14px;
	}
	
	.cs-info-area .wide-area-half-text > div img {
		margin: 0 auto;
		float: left;
	}
	
	.cs-info-area .wide-area-half-image {
		width: 100%;
		height: 100vw;
		float: left;
	}
	.cs-info-area .wide-area-half-image img {
		height: 100vw;
	}
	.cs-info-area .wide-area-half-text {
		width: 100%;
		height: auto;
		float: right;
		text-align: left !important;
	}
	
	.cs-info-area .wide-area-half-text > div {
		position: inherit;
		top: inherit;
		left: inherit;
		transform: inherit;
		width: calc(100% - 32px);
		float: left;
		margin: 50px 16px;
	}
	.cs-info-area .wide-area-half-text > div img {
		float: left !important;
	}
	
	#customer-faq #content-tabs .ui-tabs-nav {
		border-bottom: none;
	}
	#customer-faq #content-tabs .ui-tabs-nav .ui-tabs-tab {
		width: 50%;
		border-bottom: 1px solid rgba(22, 22, 22, .15);
	}
	#customer-faq #content-tabs .ui-tabs-nav .ui-tabs-tab:nth-child(2n) {
		border-right: none;
	}
	#customer-faq #content-tabs .ui-tabs-nav .ui-tabs-tab a {
		padding: 0;
		width: 100%;
		float: left;
	}
	#customer-faq #content-tabs .ui-tabs-panel {
		padding: 70px 0 0 0;
	}
	
	#customer-faq .ui-accordion {
		width: calc(100% + 32px);
		margin: 0 -16px;
	}
	#customer-faq .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
		right: 16px;
		
	}
	
	
	
	
	
	#commercial-join-03 .sub-section h2 {
		margin: 0 0 42px 0;
	}
	#commercial-join-03 .sub-section .btn-normal {
		margin-top: 0 !important;
		width: 100% !important;
	}
	
	
	.commercial-join .like-tab-navigation > .inner {
		padding: 0;
	}
	.commercial-join .like-tab-navigation .inner > ul > li:nth-child(1),
	.commercial-join .like-tab-navigation .inner > ul > li:nth-child(2) {
		display: block;
		width: 50% !important;
		float: left !important;
	}
	.commercial-join .like-tab-navigation .inner > ul > li:nth-child(1) {
		border-right: 1px solid rgba(22, 22, 22, .15);
	}
	.commercial-join .like-tab-navigation .inner > ul > li:nth-child(3) {
		width: 100% !important;
		display: block;
		float: left !important;
		border-top: 1px solid rgba(22, 22, 22, .15);
	}
	
	
	
	
	.commercial-join .guide-loop {
		width: 100%;
		margin: 0;
	}
	.commercial-join .guide-loop.columns-2 > li.guide-loop-item {
		width: 100%;
		margin: 0;
	}
	.commercial-join .guide-loop .guide-loop-item figure figcaption {
		max-width: 100%;
		margin: 10px 0;
	}
	
	.commercial-join .slide-area {
		width: 100% !important;
		margin: 0 !important;
	}
	
	#content-slide-tabs ul.ui-tabs-nav li.ui-tabs-tab {
		font-size: 16px;
	}
	#content-slide-tabs ul.ui-tabs-nav li.ui-tabs-tab::after {
		margin: 0 10px;
	}
	
	.post-navigation .inner .prev-post span,
	.post-navigation .inner .next-post span {
		display: none !important;
	}
	
	
	.two-by-two {
		width: 100%;
		margin: 30px 0 0 0;
	}
	.two-by-two .two-by-two-item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	


	
}
@media all and (max-width: 834px) {
	
	.slide-area {
		width: 100%;
		float: left;
		margin: 0;
	}
	.slick-slider.columns-2 {
		width: calc(100% + 32px) !important;
		margin: 0 -16px !important;
		padding: 70px 0 0 0 !important;
	}
	
	.icon-loop {
		width: 100%;
		float: left;
		margin: 0;
	}
	.icon-loop .icon-loop-item {
		width: 50% !important;
		margin: 0 0 20px 0 !important;
		text-align: center !important;
	}
	
	.icon-loop .icon-loop-item img {
		max-width: 130px;
		max-height: 100px;
	}
	.icon-loop .icon-loop-item figcaption {
		text-align: left !important;
		padding: 0 0 0 15px;
	}
	
	
	#content-tabs.term-tabs.cols-2 .ui-tabs-tab a, 
	#content-tabs.term-tabs.cols-3 .ui-tabs-tab a {
		padding: 25px 2px 0 2px;
	}
	#content-tabs.cols-6 .ui-tabs-nav .ui-tabs-tab a {
		font-size: 14px;
	}
	
	
	#slider-02-01-03 {
		margin: 0;
	}
	.two-by-two .two-by-two-item img {
		height: auto;
	}
	
	.slick-slider.columns-2 .slick-slide,
	.slick-slider.columns-3 .slick-slide,
	.ui-tabs-panel .slick-slider.columns-4 .slick-slide {
		width: 210px !important;
	}
	.ui-tabs-panel .slick-slider.columns-3  .slick-track {
		width: 750px !important;
	}
	.ui-tabs-panel .slick-slider.columns-4  .slick-track {
		width: 1000px !important;
	}
	.ui-tabs-panel .slick-slider.columns-5  .slick-track {
		width: 1250px !important;
	}
	
	
	
	.popup-bg .popup {
		width: calc(100% - 40px);
		height: 533px;
	}
	.popup-bg .popup .popup-footer,
	.popup-bg .popup .popup-footer .left,
	.popup-bg .popup .popup-footer .right {
		height: 74px;
		line-height: 74px;
	}
	


	
	
	
	
	
	
}
@media all and (max-width: 768px) {}
@media all and (max-width: 600px) {}
@media all and (max-width: 428px) {} /* iPhone 12 Max */
@media all and (max-width: 414px) {}
@media all and (max-width: 412px) {
	.service-info-area .wide-area-right.new_wide_area_right {
		height: 185vw;
	}
} /* Galaxy S20 */
@media all and (max-width: 390px) {} /* iPhone 12 */
@media all and (max-width: 375px) {}
@media all and (max-width: 360px) {
	#content-tabs.cols-6 .ui-tabs-nav .ui-tabs-tab a {
		font-size: 13px;
	}
}
@media all and (max-width: 320px) {}



/* sdf */
/* 20 */

.profile_contents .num_index {
	font-size: 12px;
	font-weight: 700;
	color: #EA0029;
	margin: 0 0 5px 0;
}

.profile_contents strong {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px 0;
}

.custom_slide {
	margin-top: 30px;
}

.custom_slide .slick-list .slick-track {
	margin-left: initial;
	
}

/* step-swiper */
.swiper-area {
	position: relative; 
	padding: 100px 0 150px;
}
.step-swiper-box {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%);
}
.swiper-area .swiper-pagination {
	position: relative;
	top: 0;
	width: auto;
	margin: 0 auto;
	display: flex;
	gap: 50px;
}
.swiper-area .swiper-pagination::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #DCDCDC;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.swiper-area .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	background-color: #DCDCDC;
	border: 0;
	border-radius: 50%;
	margin: 0 !important;
	opacity: 1;
	z-index: 100;
}
.swiper-area .swiper-pagination-bullet-active {
	background-color: #EA0029;
}
.swiper-area .swiper-pagination-bullet::after {
	position: absolute;
	top: 20px;
	left: -15px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
}
.swiper-area .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active::after {
	content: "STEP 1";
}
.swiper-area .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active::after {
	content: "STEP 2";
}
.swiper-area .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active::after {
	content: "STEP 3";
}
.swiper-area .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active::after {
	content: "STEP 4";
}
.swiper-area .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active::after {
	content: "STEP 5";
}
.swiper-area .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active::after {
	content: "STEP 6";
}
.step-swiper .swiper-wrapper {
	height: auto;
}
.step-swiper .swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-button span {
	opacity: 0;
	font-size: 0;
}
.swiper-button-prev, .swiper-button-next {
	width: 35px !important;
  height: 58px !important;
	color: #fff !important;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-button-prev::after, 
.swiper-button-next::after {
	display: none;
}
.swiper-button-prev {
	background: url('../images/icons/icon-slide-left-arrow-white.svg') center no-repeat;
	left: -60px !important;
}
.swiper-button-next {
	background: url('../images/icons/icon-slide-right-arrow-white.svg') center no-repeat;
	right: -60px !important;
}
.service-text__step {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #EA0029;
	margin-top: 22px;
}
.service-text__desc {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

/* tab swiper type */
.tab-swipers .swiper-wrapper {
	height: auto;
	justify-content: center;
	gap: 100px;
}
.tab-swipers .swiper-slide {
	width: auto;
	max-width: 225px;
}
.tab-swipers .swiper-slide img {
	width: 100%;
	height: auto;
}
#content-slide-tabs .step-swiper-box {
	top: 10px;
}
.tab-swiper__add {
	margin-top: 70px;
}

/* mobile swiper */
@media all and (max-width: 1024px) {
	.swiper-area .swiper-pagination {
		gap: 28px;
	}
	/* tab swiper type */
	.tab-swipers .swiper-wrapper {
		justify-content: space-between;
		gap: 0;
	}
	.tab-swipers .swiper-slide {
		max-width: initial;
	}
	.tab-swiper__add-item {
		width: 100%;
	}
	.swiper-button-prev {
		left: 0 !important;
	}
	.swiper-button-next {
		right: 0 !important;
	}
}
.faq-item-sub{
	display: block;
	color: #666;
	font-size: 16px;
  font-weight: 300;
	margin-top: 10px;
}
.os_info__desc.mgt0{
	margin-top: 0;
}
.mgt16{
	margin-top: 16px;
}
.os_info_area.pdt0{
	padding-top: 0px;
}
.os_info_area.pdb0{
	padding-bottom: 0px;
}
.os_info__desc.mgt18{
	margin-top: 18px;
}
.guide .ui-accordion .ui-accordion-content > ul > li > ul > .no_dash::before{content: none;} /* 240123 add */
