/*!
Theme Name: RIDI Corp.
Theme URI: http://ridicorp.com/
Author: Jaeil Han, Founder & Director of Creative Band
Author URI: https://creative-band.com
Description: WordPress Theme for RIDI Corp.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ridicorp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* 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;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 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;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #101010;
  	font-family: "Poppins", "Noto Sans KR", sans-serif;
	font-size: 1rem;
  	font-size: 16px;
    line-height: 1.625;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  	letter-spacing: -0.25px;
  	word-break: keep-all;
}


html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] optgroup,
html[lang="ja"] textarea {
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.25px;
	word-break: break-all;
}

.page-id-78 {
	font-family: "Circular Std Book", "Noto Sans KR", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
  	margin: 0;
  	padding: 0;
}

p {
	margin-bottom: 1.5em;
}

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 {
	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;
}

ul {
	list-style: none;
}

ol {
	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 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #101010;
  	text-decoration: none;
}

a:visited {
	color: #101010;
  	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #101010;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

:focus {
	outline: none;
}

/* 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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page .korea-sns {
	display: none !important;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}



/*************************************
    Common
*************************************/
.inner {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}
#page {
	overflow-x: hidden;
	padding: 138px 0 0 0;
}
.home #page {
	padding: 0;
}
.page-template-page-home #page {
	padding: 0;
}

#primary {
	width: 100%;
	float: left;
}

/*************************************
    Site Header
*************************************/
.site-header {
	width: 100%;
	height: 138px;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3500;
	background-color: #fff;
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	border-bottom: 1px solid #f5f5f5;
}
.home .site-header {
	border-bottom: 1px solid transparent;
}
.site-header .inner {
	height: 138px;
	position: relative;
}
.site-header .inner .site-logo {
	width: 75px;
	height: 28px;
	position: absolute;
	bottom: 30px;
	left: 40px;
	margin: 0;
}
.site-header .inner .site-logo a {
	width: 100%;
	height: 100%;
	line-height: 0;
	float: left;
}
.site-header .inner .site-logo a img {
	width: auto;
	height: 28px;
}

.site-header .inner .lang-area {
	position: absolute;
	top: 35px;
	right: 55px;
	padding: 0;
	text-align: right;
	width: 60px;
}
.site-header .inner span.current-language {
	position: relative;
}
.site-header .inner span.current-language img.down-arrow {
	width: 12px;
	max-width: 12px;
	height: auto;
	position: absolute;
	top: 5px;
	right: 0;
}
.home  .site-header .inner span.current-language img {
	filter: invert(1);
}
html[lang="ko-KR"] .site-header .inner span.current-language img.current-lang-kr {
	display: block;
}
html[lang="ko-KR"] .site-header .inner span.current-language img.current-lang-jp {
	display: none;
}
html[lang="ja"] .site-header .inner span.current-language img.current-lang-kr {
	display: none;
}
html[lang="ja"] .site-header .inner span.current-language img.current-lang-jp {
	display: block;
}
.site-header .inner ul.language-navigation {
	display: none;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: calc(100% + 15px);
	left: -10px;
	z-index: 3500;
	width: 80px;
	text-align: left;
	padding: 10px;
}
.site-header .inner ul.language-navigation li {
	width: 100%;
	float: left;
	line-height: 30px;
}

html[lang="ja"] .site-header .inner ul.language-navigation li.lang-jp {
	opacity: 1;
}
html[lang="ko-KR"] .site-header .inner ul.language-navigation li.lang-kr {
	opacity: 1;
}


.site-header .inner a.site-en {
	position: absolute;
    	display: flex;
    	top: 20px;
    	right: 55px;
    	padding: 10px;
}
.site-header .inner a.site-en img:last-of-type {
	padding-left: 5px;
}
.site-header .inner .main-navigation {
	position: absolute;
	right: 50px;
	bottom: 0;
}
.site-header .inner .main-navigation #primary-menu li {
	display: block;
	float: left;
	font-size: 1.125rem;
	margin: 0 0 0 57px;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.site-header .inner .main-navigation #primary-menu li a {
	color: #101010;
	display: block;
	padding: 0 10px 26px 10px;
	border-bottom: 5px solid transparent;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-header .inner .main-navigation #primary-menu li a:hover {
	border-bottom: 5px solid #101010;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.single-story .site-header .inner .main-navigation #menu-item-1557 a,
.site-header .inner .main-navigation #primary-menu li.current-menu-item a,
.tax-story-category .main-navigation #primary-menu #menu-item-1557 a,
.post-type-archive-business .main-navigation #primary-menu li.menu-item-1977 a {
	border-bottom: 5px solid #1E9EFF;
	color: #1E9EFF;
}
.category .site-header .inner .main-navigation #primary-menu li.menu-item-36 a,
.tax-story-category .site-header .inner .main-navigation #primary-menu li.menu-item-37 a,
.post-type-archive-business .site-header .inner .main-navigation #primary-menu li.menu-item-29 a {
	border-bottom: 5px solid #1E9EFF;
	color: #1E9EFF;
}


.page-template-page-career-new .site-header .inner .main-navigation #primary-menu li.blue-menu {
    margin: 0 0 0 67px;
}
.page-template-page-career-new .site-header .inner .main-navigation #primary-menu li.blue-menu a {
	color: #1E9EFF;
    display: block;
    padding: 0 10px 26px 10px;
    border-bottom: 5px solid #1E9EFF;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    background-color: transparent;
    height: auto;
    line-height: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    
}



/*************************************
    Page Career New 202108
*************************************/
.page-template-page-career-new-202108 .page-header {
	width: 100%;
	height: 800px;
	float: left;
	padding: 0;
	background: linear-gradient(180deg, #F8F5FD 0%, #FFFFFF 124%), #F8F5FD;
}
.page-template-page-career-new-202108 .page-header .inner {
	position: relative;
	height: 800px;
}
.page-template-page-career-new-202108 .page-header .page-header-content {
	position: absolute;
	top: 233px;
	left: 40px;
}
.page-template-page-career-new-202108 .page-header .page-header-content .page-title {
	font-weight: 500;
	font-size: 54px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #131313;
	margin: 0 0 7px 0;
}
.page-template-page-career-new-202108 .page-header .page-header-content p {
	float: left;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #000000;
	font-weight: 300;
}
.page-header-animation {
	width: 1200px;
	height: 800px;
	position: relative;
}

.page-header-animation .ridi-bg-01 {
	position: absolute;
	width: 22px;
	height: 22px;
	left: 504px;
	top: 353px;
	z-index: 1000;
	opacity: 0;
}
.page-header-animation .ridi-bg-02 {
	position: absolute;
	width: 32px;
	height: 32px;
	left: 869px;
	top: 723px;
	z-index: 1000;
	opacity: 0;
}
.page-header-animation .ridi-bg-03 {
	position: absolute;
	width: 22px;
	height: 22px;
	left: 1364px;
	top: 293px;
	z-index: 1000;
	opacity: 0;
}
.page-header-animation .ridi-bg-04 {
	position: absolute;
	width: 33.31px;
	height: 30.31px;
	left: 1016.26px;
	top: 188.95px;
	z-index: 1000;
	opacity: 0;
}
.page-header-animation .ridi-bg-05 {
	position: absolute;
	width: 69.41px;
	height: 63.14px;
	left: 1257px;
	top: 461px;
	z-index: 1000;
	opacity: 0;
}
.page-header-animation .ridi-bg-06 {
	position: absolute;
	width: 56.69px;
	height: 51.57px;
	left: 343.45px;
	top: 285px;
	z-index: 1000;
	opacity: 0;
}
.page-header-animation .ridi-bg-07 {
	position: absolute;
	width: 39.9px;
	height: 39.9px;
	left: 1389.06px;
	top: 790.53px;
	z-index: 1000;
	opacity: 0;
}


.page-header-animation .ridi-action {
	position: absolute;
	width: 369.21px;
	height: 449.73px;
	left: 748px;
	top: 236px;
	z-index: 1000;
}
.page-header-animation .ridi-play-button {
	position: absolute;
	width: 120.73px;
	height: 191.09px;
	left: 1042.55px;
	top: 552px;
	z-index: 1100;
	opacity: 0;
}
.page-header-animation .ridi-on-air-bubble {
	position: absolute;
	width: 89.56px;
	height: 64.49px;
	left: 1064px;
	top: 239px;
	z-index: 1100;
	opacity: 0;
}
.page-header-animation .ridi-tags {
	position: absolute;
	width: 232.71px;
	height: 222.32px;
	left: 553px;
	top: -6px;
	z-index: 900;
	opacity: 0;
}
.page-header-animation .ridi-man {
	position: absolute;
	width: 132.79px;
	height: 143.63px;
	left: 1111.84px;
	top: 30px;
	z-index: 1000;
	opacity: 0;
}
.page-header-animation .ridi-man-bubble {
	position: absolute;
	width: 89.56px;
	height: 61.68px;
	left: 1194.02px;
	top: 169px;
	z-index: 1100;
	opacity: 0;
}
.page-header-animation .ridi-woman {
	position: absolute;
	width: 241px;
	height: 277.63px;
	left: 526.51px;
	top: 483px;
	z-index: 1000;
	opacity: 0;
}
.page-header-animation .ridi-woman-bubble {
	position: absolute;
	width: 142.48px;
	height: 104.09px;
	left: 467px;
	top: 357px;
	z-index: 1100;
	opacity: 0;
}
.page-header-animation .ridi-heart-button {
	position: absolute;
	width: 105.04px;
	height: 165.99px;
	left: 515.16px;
	top: 679px;
	z-index: 1100;
	opacity: 0;
}


/* After Loaded */
.animation-after-loaded .ridi-bg-01 {
	
}
.animation-after-loaded .ridi-bg-02 {
	
}
.animation-after-loaded .ridi-bg-03 {
	
}
.animation-after-loaded .ridi-bg-04 {
	
}
.animation-after-loaded .ridi-bg-05 {
	
}
.animation-after-loaded .ridi-bg-06 {
	
}
.animation-after-loaded .ridi-bg-07 {
	
}
.animation-after-loaded .ridi-action {
	top: 176px;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
}
.animation-after-loaded .ridi-play-button {
	top: 383.12px;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
	opacity: 1;
}
.animation-after-loaded .ridi-on-air-bubble {
	top: 325px;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
	opacity: 1;
}
.animation-after-loaded .ridi-tags {
	top: 129px;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
	opacity: 1;
}
.animation-after-loaded .ridi-man {
	top: 111.91px;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
	opacity: 1;
}
.animation-after-loaded .ridi-man-bubble {
	top: 116.98px;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
	opacity: 1;
}
.animation-after-loaded .ridi-woman {
	top: 449px;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
	opacity: 1;
}
.animation-after-loaded .ridi-woman-bubble {
	top: 449px;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
	opacity: 1;
}
.animation-after-loaded .ridi-heart-button {
	top: 630.17px;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
	opacity: 1;
}



/* After Scrolled */
.animation-after-scrolled .ridi-bg-01 {
	
}
.animation-after-scrolled .ridi-bg-02 {
	
}
.animation-after-scrolled .ridi-bg-03 {
	
}
.animation-after-scrolled .ridi-bg-04 {
	
}
.animation-after-scrolled .ridi-bg-05 {
	
}
.animation-after-scrolled .ridi-bg-06 {
	
}
.animation-after-scrolled .ridi-bg-07 {
	
}
.animation-after-scrolled .ridi-action {
	top: 211px;
}
.animation-after-scrolled .ridi-play-button {
	top: 457px;
}
.animation-after-scrolled .ridi-on-air-bubble {
	top: 409px;
}
.animation-after-scrolled .ridi-tags {
	top: 123px;
	opacity: .5;
}
.animation-after-scrolled .ridi-man {
	top: 96px;
}
.animation-after-scrolled .ridi-man-bubble {
	top: 65px;
}
.animation-after-scrolled .ridi-woman {
	top: 405px;
}
.animation-after-scrolled .ridi-woman-bubble {
	top: 348px;
}
.animation-after-scrolled .ridi-heart-button {
	top: 580px;
}








/* Blue Menu */
.home .site-header .inner .main-navigation {
	right: 40px;
}
.site-header .inner .main-navigation #primary-menu li.blue-menu {
	margin: 0 0 0 67px;
}
.home .site-header .inner .main-navigation #primary-menu li.blue-menu {
	margin: 0 0 0 57px;
	position: relative;
    top: -5px;
}
.home .site-header .inner .main-navigation #primary-menu li.blue-menu a {
	width: 108px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 20px 20px;
	-webkit-border-radius: 20px 20px;
	-moz-border-radius: 20px 20px;
	background-color: transparent;
	color: #101010;
	text-align: center;
	border-bottom: none;
}
.home .site-header .inner .main-navigation #primary-menu li.blue-menu a {
	background-color: #fff;
	color: #1E9EFF;
}
.home .site-header.scrolled .inner .main-navigation #primary-menu li.blue-menu a {
	background-color: #1E9EFF;
	color: #fff;
}
.home .site-header.scrolled .inner .site-en img {
	filter: none !important;
}
.home .site-header .inner .main-navigation #primary-menu li.blue-menu a:hover {
	border-bottom: none !important;
}



/* Red Menu */
.site-header .inner .main-navigation #primary-menu li.red-menu {
	margin: 0 0 0 40px;
}
.site-header .inner .main-navigation #primary-menu li.red-menu a {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 20px 20px;
	-webkit-border-radius: 20px 20px;
	-moz-border-radius: 20px 20px;
	background-color: #ff0000;
	color: #fff;
	border-bottom: none;
}
.home .site-header .inner .main-navigation #primary-menu li.red-menu a {
	background-color: #fff;
	color: #1E9EFF;
}
.home .site-header.scrolled .inner .main-navigation #primary-menu li.red-menu a {
	background-color: #ff0000;
	color: #fff;
}
.home .site-header .inner .main-navigation #primary-menu li.red-menu a:hover {
	border-bottom: none !important;
}
.site-header .inner .main-navigation #primary-menu li.current-menu-item.red-menu a {
	background-color: #1E9EFF;
}



/*************************************
    Site Footer
*************************************/
.site-footer {
	width: 100%;
	float: left;
	padding: 71px 0;
	background-color: #141517;
	color: #fff;
}
.site-footer a {
	color: #fff;
}
.site-footer .top-footer {
	width: 100%;
	height: 60px;
	float: left;
	border-bottom: 1px solid #454545;
	position: relative;
	margin: 0 0 30px 0;
}
.site-footer .top-footer a img {
	width: auto;
	height: 30px;
	margin: 0 0 30px 0;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
}
.site-footer .top-footer #footer-navigation {
	position: absolute;
	right: 0;
	bottom: 20px;
}
.site-footer .top-footer #footer-navigation ul li {
	display: inline-block;
	margin: 0 0 0 30px;
}
.site-footer .bottom-footer {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
}
.site-footer .bottom-footer select {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 280px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #454545;
	background-color: #141517;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 50px 0 15px;
	background-image: url('images/icons/icon-down-arrow-gray.png');
	background-size: 18px 10px;
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
}
ul.our-social-networks {
	position: absolute;
	bottom: 0;
	right: 0;
}
ul.our-social-networks li {
	width: 36px;
	height: 36px;
	float: left;
	margin: 0 0 0 15px;
	background-size: cover;
	opacity: .65;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-color: #fff;
	border-radius: 50% 50%;
}
ul.our-social-networks li:hover {
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
ul.our-social-networks li a {
	width: 100%;
	height: 100%;
	float: left;
	display: block;
}
ul.our-social-networks li.sns-brunch {
	background-image: url('images/icons/icon-brunch.png');
}
ul.our-social-networks li.sns-naver-post {
	background-image: url('images/icons/icon-naver-post.png');
}
ul.our-social-networks li.sns-youtube {
	background-image: url('images/icons/icon-youtube.svg');
	background-size: 36px auto;
	background-repeat: no-repeat;
}
ul.our-social-networks li.sns-lang-en {
	background-image: url('images/icons/icon-lang-en.svg');
	background-size: 36px auto;
	background-repeat: no-repeat;
}


/*************************************
    Home
*************************************/
/* Home Site Header */
.page-template-page-home .site-header {
	background-color: transparent;
}
.page-template-page-home .site-header .inner .site-logo::after {
	content: "";
	display: block !important;
	width: 75px;
	height: 28px;
	background-image: url('https://ridicorp.com/wp-content/uploads/2022/03/ridi-4.svg');
	background-size: cover;
	opacity: 1 !important;
}
.page-template-page-home .site-header .inner .site-logo a img {
	display: none;
}
.page-template-page-home .site-header .inner .main-navigation #primary-menu li a {
	color: #fff;
}
.page-template-page-home .site-header .inner a.site-en img {
	filter: invert(100%) sepia(5%) saturate(7478%) hue-rotate(147deg) brightness(100%) contrast(96%);
}
.page-template-page-home .site-header .inner .main-navigation #primary-menu li:last-child a {
	
}
.page-template-page-home .site-header .inner .main-navigation #primary-menu li a:hover {
	border-bottom: 5px solid transparent;
}

/* Home Scrolled Site Header */
.page-template-page-home .site-header.scrolled {
	background-color: #fff;
	transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
}
.page-template-page-home .site-header.scrolled .inner .site-logo::after {
	content: none;
}
.page-template-page-home .site-header.scrolled .inner .site-logo a img {
	display: block;
}
.page-template-page-home .site-header.scrolled .inner .main-navigation #primary-menu li a {
	color: #101010;
}
.page-template-page-home .site-header.scrolled .inner .main-navigation #primary-menu li a:hover {
	border-bottom: 5px solid #101010;
}


.page-template-page-home .section-header {
	width: 100%;
	float: left;
	margin: 0 0 54px 0;
}
.page-template-page-home .section-header .section-title {
	font-size: 3.375rem;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin: 0;
}
.page-template-page-home .section-header .section-summary {
	font-size: 1.5rem;
	line-height: 1.5;
}



/* main visual area */
#main-visual-area {
	width: 100%;
	height: 100vh;
	float: left;
	padding: 0;
	margin: 0;
}
#main-visual-area .main-visual-loop {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image {
	background-color: #1E9EFF;
    background-blend-mode: multiply;
}
.bg-image-wrap {
	width: 100%;
	height: 100%;
	float: left;
	clip: rect(0,auto,auto,0);
    position: absolute;
    top: 0;
    left: 0;
}
.bg-image-wrap .bg-image {
	width: 100%;
	height: 100%;
	float: left;
	position: fixed;
    display: block;
    top: 0;
    left: 0;
	background-size: cover;
	background-position: center bottom;
	transform: translateZ(0);
    will-change: transform;
}
#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1500;
}
#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image .inner {
	height: 100%;
	position: relative;
}
#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image .inner .entry-meta {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	color: #fff;
	margin: 31px 0 0 0;
}
#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image .inner .entry-meta .entry-title {
	font-size: 1.969rem;
	line-height: 1.2;
	margin: 0 0 71px 0;
	text-transform: uppercase;
}
#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image .inner .entry-meta .entry-slogan {
	font-size: 3.375rem;
	line-height: 1.36;
	margin: 0 0 21px 0;
}
#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image .inner .entry-meta .entry-description {
	font-size: 1.25rem;
	line-height: 1.625;
	margin: 0;
}

/* business area */
#business-area {
	width: 100%;
	float: left;
	padding: 220px 0;
	background-color: #f9f9f9;
}
.business-loop {
	width: calc(100% + 32px);
	margin: 0 -16px;
	float: left;
	position: relative;
}
.business-loop .business-loop-item {
	width: calc(25% - 32px);
	aspect-ratio: 1;
	margin: 0 16px;
	float: left;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	position: relative;
	overflow: hidden;
}
.business-loop .business-loop-item a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;	
	left: 0;
	z-index: 1500;
}
.business-area-new .business-loop .business-loop-item .blue-filter {
	width: 100%;
	height: 100%;
	float: left;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.business-area-new .business-loop .business-loop-item img.business-bi {
	filter: brightness(0) invert(1);
}
.business-area-new .business-loop .business-loop-item:hover .blue-filter {
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-color: #1E9EFF;
}
.business-area-new .business-loop .Manta:hover .blue-filter {
	background-color: #676BFF;
}
.business-area-new .business-loop .business-loop-item:hover img.business-bi {
	filter: brightness(0) invert(1);
}
.business-area-new .business-loop .business-loop-item .entry-meta p,
.business-area-new .business-loop .business-loop-item .entry-meta h3,
.business-area-new .business-loop .business-loop-item .entry-content p {
	color: #fff;
	line-height: 1.36;
	margin: 0 0 5px 0;
}




.business-loop .business-loop-item img.business-bi {
	height: 25px;
	width: auto;
	margin: 0;
	opacity: 1;
	position: absolute;
	top: 30px;
	left: 30px;
}
.business-loop .business-loop-item:hover img.business-bi {
	filter: brightness(0) invert(1);
	opacity: 1;
}
.business-loop .business-loop-item .entry-meta {
	width: 100%;
	height: 194px;
	height: auto;
	padding: 40px 25px;
	position: absolute;
	bottom: -60px;
	left: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.business-loop .business-loop-item .entry-meta .korea-sns {
	display: none !important;
}
.business-loop .business-loop-item .entry-meta p {
	font-size: 14px;
	margin: 0;
	color: #101010;
}
.business-loop .business-loop-item .entry-meta .entry-title {
	font-size: 18px;
	line-height: 1.36;
	margin: 0 0 20px 0 !important;
	color: #101010;
}
.business-loop .business-loop-item .entry-meta .entry-content p {
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0 0 12px 0;
	opacity: 0;
	color: #fff;
}
.business-loop .business-loop-item .entry-meta span.visit-link {
	font-size: 0.875rem;
	font-weight: 500;
	opacity: 1;
	color: #fff;
} 
.business-loop .business-loop-item[aria-hidden="true"] {
	opacity: .25;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.business-loop .business-loop-item:hover {
	background-color: #1E9EFF;
	color: #fff;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.business-loop .business-loop-item:hover .entry-meta {
	bottom: -10px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.business-loop .business-loop-item:hover .entry-meta .entry-title,
.business-loop .business-loop-item:hover .entry-meta p {
	color: #fff;
	opacity: 1;
}
.business-loop .business-loop-item a:hover + .entry-meta span.visit-link,
.business-loop .business-loop-item a:hover + .entry-meta span.visit-link::after {
	color: #fff;
	opacity: 1;
}


.business-loop .business-loop-item:hover img.attachment-post-thumbnail {
	opacity: 1 !important;
	filter: brightness(0) invert(1);
}

.business-loop .slick-prev {
	position: absolute;
	top: -80px;
	right: 70px;
}
.business-loop .slick-next {
	position: absolute;
	top: -80px;
	right: 20px;
}



/* ridi story area */
#ridi-story-area {
	width: 100%;
	float: left;
	padding: 220px 0 140px 0;
}
#ridi-story-area .area-wrap {
	width: calc(100% + 32px);
	margin: 0 -16px;
	float: left;
}
#ridi-story-area .area-wrap .left-area {
	width: 100%;
	margin: 0;
	float: left;
}
#ridi-story-area .area-wrap .right-area {
	width: 100%;
	margin: 0;
	float: left;
	position: relative;
	z-index: 1000;
}
.story-loop {
	width: calc(100% + 32px);
	margin: 0 -16px 0 -16px;
	float: left;
}
.story-loop.columns-3 .story-loop-item {
	width: calc(33.33333% - 32px);
}
.story-loop .story-loop-item {
	width: calc(50% - 32px);
	margin: 0 16px 61px 16px;
	float: left;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.story-loop .story-loop-item[aria-hidden="true"] {
	opacity: .1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	filter: grayscale(50%);
}
.story-loop .story-loop-item .entry-thumbnail {
	width: 100%;
	height: 213px !important;
	float: left;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.story-loop .story-loop-item .entry-thumbnail .entry-thumbnail-inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.story-loop .story-loop-item .entry-thumbnail .entry-thumbnail-inner:hover {
    transform: scale(1.1);
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.story-loop .story-loop-item .entry-thumbnail .entry-thumbnail-inner a {
	width: 100%;
	height: 100%;
	float: left;
}
.story-loop .story-loop-item .entry-meta {
	width: 100%;
	height: 160px;
	float: left;
}
.story-loop .story-loop-item .entry-meta .entry-category,
.story-loop .story-loop-item .entry-meta .entry-category a {
	font-size: 0.875rem;
	font-weight: 500;
	color: #101010;
}
.story-loop .story-loop-item .entry-meta .entry-category ul li.all {
	display: none;
}
.story-loop .story-loop-item .entry-meta .entry-title {
	font-size: 1.5rem;
	line-height: 1.36;
	margin: 7px 0 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	max-height: 2.72em;
}
.story-loop .story-loop-item .entry-meta .entry-media::before {
	content: ",";
}
.story-loop .story-loop-item .entry-meta p {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	height: 3em;
	float: left;
	margin: 0;
}

.story-loop .slick-prev {
	position: absolute;
    top: -92px;
    right: 70px;
}
.story-loop .slick-next {
	position: absolute;
    top: -92px;
    right: 20px;
}



.pr-loop {
	width: 100%;
	float: left;
	margin: 0 0 80px 0;
}
.pr-loop .pr-loop-item {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pr-loop .pr-loop-item .entry-thumbnail {
	width: 247px;
	height: 152px;
	float: left;
	margin: 0 50px 0 0;
}
.pr-loop .pr-loop-item .entry-thumbnail .entry-thumbnail-inner {
	width: 247px;
	height: 152px;
	background-size: cover;
	background-position: center;
}
.pr-loop .pr-loop-item .entry-thumbnail .entry-thumbnail-inner a {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}
.pr-loop .pr-loop-item .entry-meta {
	width: calc(100% - 297px);
	height: 152px;
	float: left;
	position: relative;
}
.pr-loop .pr-loop-item .entry-meta .entry-title {
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 7px 0;
}

.pr-loop .pr-loop-item .entry-meta p {
	font-size: 15px;
	line-height: 23px;
	color: #808080 !important;	
	margin: 0;
}
.pr-loop .pr-loop-item .entry-meta span.entry-date {
	position: absolute;
	bottom: 0;
	color: #808080;
}
.pr-loop .pr-loop-item .entry-meta span.entry-media {
	position: absolute;
	bottom: 2px;
	left: 115px;
	font-size: 15px;
	line-height: 23px;
}
.pr-loop .pr-loop-item .entry-meta span.entry-media a {
	color: #808080;
}
.pr-loop .pr-loop-item .entry-meta span.entry-media::before {
	content: "";
	display: block;
	width: 1px;
	height: 11px;
	background-color: #ddd;
	position: absolute;
	top: 6px;
	left: -17px;
	
}



/* Home Newsroom Section */
#newsroom-area {
	width: 100%;
	float: left;
	background-color: #F9F9F9;
	padding: 215px 0;
}
#newsroom-area ul.newsroom-loop {
	width: 100%;
	float: left;
}
#newsroom-area ul.newsroom-loop li.newsroom-loop-item {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 40px 0;
}
#newsroom-area ul.newsroom-loop li.newsroom-loop-item:nth-child(1) {
	border-top: none;
}
#newsroom-area ul.newsroom-loop li.newsroom-loop-item h3.entry-title {
	width: 80%;
	float: left;
	font-size: 24px;
	line-height: 35px;
}
#newsroom-area ul.newsroom-loop li.newsroom-loop-item h3.entry-title a {}
#newsroom-area ul.newsroom-loop li.newsroom-loop-item span.entry-date {
	float: right;
	color: #808080;
	font-size: 15px;
	line-height: 22px;
}

.home #join-us {
	margin: 0 !important;
}

/* ridi news loop */
.news-loop {
	width: calc(100% + 32px);
	margin: 0 -16px;
	float: left;
}
.news-loop.columns-3 .news-loop-item {
	width: calc(33.33333% - 32px);
}
.news-loop .news-loop-item {
	width: calc(50% - 32px);
	margin: 0 16px 48px 16px;
	float: left;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-color: #f9f9f9;
	position: relative;
}
.news-loop .news-loop-item .entry-meta {
	width: 100%;
	padding: 0 20px 20px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news-loop .news-loop-item .entry-meta .entry-category a {
	font-size: 0.875rem;
    font-weight: 500;
    color: #8a949f;
}
.news-loop .news-loop-item .entry-meta .entry-title {
	font-size: 1.688rem;
    line-height: 1.36;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    max-height: 2.72em;
}
.news-loop .news-loop-item .entry-meta p {
	font-size: 1rem;
    line-height: 1.5;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    max-height: 3em;
}

/*************************************
    Slick
*************************************/

.slick-arrow {
	width: 32px;
	height: 32px;
	font-size: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	cursor: pointer;
}
.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;
}
.slick-prev {
	background-image: url('images/icons/icon-left-arrow-normal.svg');
}
.slick-next {
	background-image: url('images/icons/icon-right-arrow-normal.svg');
}
.slick-disabled {
	opacity: .1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.slick-disabled:hover {
	opacity: .1 !important;
	cursor: not-allowed;
}

/*************************************
    Archive
*************************************/
#career-header {
	height: 487px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0;
}
#career-header .section-title {
	color: #fff;
	font-size: 18px;
	margin: 90px 0 50px 0;
}
#career-header .section-slogan {
	color: #fff;
	font-size: 52px;
	font-weight: 500;
	line-height: 70px;
	margin: 24px 0;
}
#career-header a {
	display: inline-block;
	width: 230px;
	height: 70px;
	line-height: 70px;
	border-radius: 35px 35px;
	-webkit-border-radius: 35px 35px;
	-moz-border-radius: 35px 35px;
	border: 2px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
#career-header a:hover {
	text-decoration: none;
}



.page-template-page-contact #contact {
	padding: 0;
	margin: 0 0 100px 0;
}
.page-template-page-contact #contact .section-header-left {
	width: calc(100% - 450px);
	float: left;
	margin: 0 0 48px 0;
}
.page-template-page-contact #contact .section-header-right {
	width: 450px;
	float: right;
	margin: 0 0 50px 0;
}
.page-template-page-contact #contact h3 {
	font-size: 18px;
}
.page-template-page-contact #contact iframe {
	float: left;
}
.page-id-2183 #join-us,
.page-template-page-contact #join-us {
	margin: 0 !important;
}



/*************************************
    Page Header - About
*************************************/
.page-template-page-about-3 .site-header {
	border-bottom: none !important;
}
.page-template-page-about-3 .page-header {
	width: 100%;
	height: auto;
	background-color: #1E9EFF;
	margin: 0;
	padding: 0;
	color: #fff;
}
.page-template-page-about-3 .page-header .inner {
	width: 100%;
	height: auto;
	position: relative;
}
.page-template-page-about-3 section .section-header .section-title {
	font-size: 18px !important;
	color: #000 !important;
	margin: 0 0 60px 0 !important;
}
.page-template-page-about-3 section .section-header .section-summary {
	font-size: 18px !important;
	line-height: 1.8 !important;
	color: #101010 !important;
}
.page-template-page-about-3 .entry-content {
	margin: 0 !important;
}
.page-template-page-about-3 .page-header .page-title {
	margin: 42px 0 130px 0;
	font-weight: 700;
	line-height: 105px;
}
.page-template-page-about-3 .page-header .section-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 80px 0;
}
.page-template-page-about-3 .page-header .section-slogan {
	font-size: 54px;
	font-weight: 700;
	margin: 0 0 60px 0;
	line-height: 40px !important;
}
.page-template-page-about-3 .page-header .section-slogan br {
	display: none;
}
.page-template-page-about-3 .page-header .section-slogan .section-slogan-kr {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 60px 0;
}
.page-template-page-about-3 .page-header p {
	font-size: 18px !important;
	line-height: 1.8 !important;
}

.page-template-page-about-3 .page-header p + p {
	margin: 24px 0 276px 0 !important;
	font-size: 19px !important;
}




/*************************************
    Page Header - Default
*************************************/
.page-header {
	width: 100%;
	float: left;
	padding: 42px 0 70px 0;
	margin: 0;
	background-color: #fff;
}
.page-header .page-title {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 70px;
	line-height: 105px;
	text-transform: uppercase;
}



/*************************************
    Page Header - Archive, Category ...
*************************************/
.archive .page-header {
	width: 100%;
	float: left;
	padding: 42px 0 23px 0;
	margin: 0;
	background-color: #fff;
}
.archive .page-header .page-title {
	width: 100%;
	float: left;
	margin: 0 0 46px 0;
	font-size: 70px;
	line-height: 105px;
	text-transform: uppercase;
}
.page-header .category-navigation {
	width: 100%;
	float: left;
}
.page-header .category-navigation ul {}
.page-header .category-navigation ul li {
	display: inline-block;
	margin: 0 60px 0 0;
	font-size: 1.3131rem;
	font-weight: 500;
	position: relative;
	float: left;
}

.page-header .category-navigation ul li a {
	color: #aaa;
}
.page-header .category-navigation ul li a h2 {
	font-size: 1.313rem;
	font-weight: 500;
}
.page-header .category-navigation ul li:hover a {
	color: #101010;
}
.page-header .category-navigation ul li.current-menu-item {
	font-weight: 500;
}
.page-header .category-navigation ul li.current-menu-item a {
	color: #101010;
	font-weight: 500;
}





.loop-area {
	width: 100%;
	float: left;
}

.slide-normal {
	width: 100%;
	float: left;
	margin: 0;
	padding: 121px 0 54px 0;
}
.slide-normal .slide-company{
	width: 100%;
	float: left;
	position: relative;
}
.slide-normal .slide-company .slick-prev,
.slide-normal .slide-benefit .slick-prev {
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
}
.slide-normal .slide-company .slick-next,
.slide-normal .slide-benefit .slick-next {
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
}

.slide-normal .slide-benefit {
	width: calc(100% + 10px);
	margin: 0 -5px;
}
.slide-normal .slide-benefit li.slick-slide {
	width: calc(33.33333% - 10px);
	margin: 0 5px;
}

/*************************************
    Single
*************************************/
.single-story .site-header .inner .main-navigation #primary-menu li.menu-item-37 a {
	border-bottom: 5px solid #1E9EFF;
    color: #1E9EFF;
}
.single article {
	max-width: 900px;
	margin: 0 auto;
}
.single article .entry-header {
	width: 100%;
	float: left;
	padding: 91px 0 36px 0;
}
.single article .entry-header .inner {
	position: relative;
	padding: 0;
}
.single article .entry-header .inner .entry-meta {
	color: #101010;
	margin: 0 0 30px 0;
}
.single article .entry-header .inner .entry-meta .by-icon {
	width: 22px;
	height: 28px;
	margin: 0 10px 0 0;
	position: relative;
	top: 10px;
}
.single article .entry-header .inner .entry-meta .entry-title {
	font-size: 2.953rem;
	line-height: 1.36;
}
.single article .entry-header .inner .entry-meta p {
	font-size: 1.313rem;
	line-height: 1.625;
	font-weight: 400;
	color: #808080;
}
.single article .entry-content {
	width: 100%;
	max-width: 900px;
	float: left;
	margin: 0 auto;
	text-align: justify;
	word-break: break-all;
}
.single article .entry-tag {
	max-width: 940px;
	margin: 0 auto 150px auto;
}
.single article .entry-tag ul li {
	display: inline-block;
	font-size: 0.875rem;
	margin: 0 10px 0 0;
}
.single article .entry-tag ul li a {
	color: #808080;
}
.single article .entry-tag ul li a:hover {
	text-decoration: underline;
}
.single article .entry-tag ul li::before {
	content: "#";
	color: #808080;
}


/* Story */
.single-story .entry-content {
	font-size: 1.125rem;
}
.single-story .entry-content p {
	line-height: 1.7;
	margin: 0 0 1.7rem 0;
}
.single-story .entry-content h4 {
	font-size: 1.125rem;
	line-height: 1.7;
	margin: 0 0 10px 0;
}
.single-story .wp-post-image {
	margin: 0 0 54px 0;
}
.single-story-btn-area {
	width: 100%;
	float: left;
	text-align: center;
	margin: 117px 0 62px 0;
}
.single-story-btn-area p {
	line-height: 1.46 !important;
}
.single-story .entry-content .wp-block-buttons {
	display: none;
}
.single-story .entry-content .single-story-btn-area .single-story-btn-career {
	color: #fff;
    background-color: #1E9EFF;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.single-story .entry-content .single-story-btn-area .single-story-btn-career:hover {
	background-color: #0053cc;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.wp-block-code {
	width: calc(100vw - 40px) !important;
}



/*************************************
    Korea SNS
*************************************/



.single article .entry-content {
	position: relative;
}
.single article .entry-content .korea-sns {
	position: absolute;
	bottom: 0;
	left: 84px;
}
.page .wpulike {
	display: none !important;
}
.single article .entry-content .wpulike {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
}
.wpulike-heart .wp_ulike_general_class {
	box-shadow: none !important;
	border-radius: 20px 20px !important;
	border: 1px solid #D1D5D9 !important;
	min-width: 78px;
	height: 40px;
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0 !important;
	cursor: pointer !important;
}
.wpulike-heart .wp_ulike_general_class button {
	box-shadow: none !important;
	border-radius: 20px 20px !important;
	height: 40px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	text-align: center;
	padding: 0;
	cursor: pointer !important;
	background-color: transparent !important;
	z-index: 1500;
}
.wpulike-heart .wp_ulike_put_image {
	float: none;
}
.wpulike-heart .wp_ulike_put_image:after {
	background: url('images/icons/icon-unlike.svg') no-repeat !important;
	width: 15px !important;
	height: 13.07px !important;
	filter: none !important;
	left: 30px !important;
}
.wpulike-heart .wp_ulike_put_image.wp_ulike_btn_is_active:after {
	background: url('images/icons/icon-like.svg') no-repeat !important;	
	width: 15px !important;
	height: 13.07px !important;
	left: 30px !important;
}
.wpulike .wp_ulike_is_loading .wp_ulike_btn {
	background-position: 20px center !important;
}
.wpulike-heart .count-box {
	position: absolute;
	top: 50%;
	left: 45px;
	transform: translateY(-50%);
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 0 !important;
	letter-spacing: -0.3px !important;
	color: #303538 !important;
	padding: 0 !important;
	z-index: 1250;
}
.korea-sns {
	clear: none !important;
	width: auto !important;
	margin: 0 !important;
	height: 40px !important;
}
.korea-sns-post {
	height: 40px;
	float: left;
}
.korea-sns-button {
	width: 40px;
	height: 40px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px 20px !important;
	border: 1px solid #D1D5D9 !important;
	margin-right: 6px !important;
}

.korea-sns-kakaotalk {
	background-size: 16px 16px;
}
.korea-sns-twitter {
	background-size: 18px 14px;
}
.korea-sns-facebook {
	background-size: 8px 16px;
}


.korea-sns-link {
	position: absolute;
	bottom: 0;
	left: 222px;
}



.single article {
	display: table;
}
.single article .entry-content {
	margin: -50px auto 40px auto;
	padding: 0 0 121px 0;
}
.single-post article .entry-content .korea-sns {
	position: relative;
	top: -56px;
    right: 50px;
	width: 150px;
    height: 40px;
    float: right;
    display: none;
}
.single-post article .entry-content .korea-sns .korea-sns-post {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 40px;
	text-align: right;
}
.single-post article .entry-content .korea-sns .korea-sns-post .korea-sns-button {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50% 50%;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	margin: 0 5px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.single-post article .entry-content .korea-sns .korea-sns-post .korea-sns-button:hover {
	background-color: rgba(255, 255, 255, 1);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}


/*************************************
    Entry Content
*************************************/
.entry-content {
	word-break: keep-all;
}
.entry-content p {
	margin: 0 0 1.625rem 0;
}
.entry-content a {
	color: #1E9EFF;
	text-decoration: none;
}
.entry-content h2 {
	font-size: 1.969rem;
	line-height: 1.36;
	margin: 32px 0 16px 0;
}
.entry-content h3 {
	font-size: 1.5rem;
	line-height: 1.36;
	margin: 24px 0 16px 0;
}
.entry-content h3 strong,
.entry-content h3 b {
	font-weight: 700;
}
.entry-content h4 {
	font-size: 1rem;
	line-height: 1.625;
	margin: 0;
}
.entry-content h5 {
	
}
.entry-content a:hover {
	text-decoration: underline;
}
.entry-content .wp-block-video,
.entry-content .wp-block-image {
	width: 100%;
	margin: 54px auto 54px auto;
}
.entry-content .wp-block-image img {
	margin: 0;
}
.entry-content figure.wp-block-image > a {
	width: 100%;
	display: block;
	line-height: 0;
	position: relative;
	z-index: 1500;
	pointer-events: none;
}
.entry-content .wp-block-image a::after {
	content: "";
	width: 40px;
	height: 40px;
	background-image: url('images/icons/icon-zoom-in.svg');
	background-position: center center;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .35);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2500;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	opacity: .35;
}
.entry-content .wp-block-image a:hover::after {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	opacity: 1;
}
.entry-content .wp-block-image figcaption,
.entry-content .wp-block-video figcaption {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #454545;
	text-align: left;
	word-break: keep-all;
}

.entry-content .wp-block-image.size-full.wide {
	width: 100vw;
	margin-left: calc(470px - 50vw);
	margin-right: calc(470px - 50vw);
	margin-top: 71px;
	margin-bottom: 71px;
}
.entry-content .wp-block-image.size-full.wide img {
	width: 100%;
}
.entry-content .wp-block-image.size-full.wide figcaption {
	max-width: 940px;
	margin: 20px auto 0 auto;
	text-align: center;
}
.entry-content .wp-block-image.size-large figcaption {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.entry-content .wp-block-gallery {
	width: 100%;
	margin: 32px 0;
	float: left;
}
.entry-content .wp-block-gallery .blocks-gallery-grid {
	margin: inherit;
	padding: inherit;
	margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	overflow: hidden;
	height: auto;
}
.entry-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a::after {
	content: "";
	width: 40px;
	height: 40px;
	background-image: url('images/icons/icon-zoom-in.svg');
	background-position: center center;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .35);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 500;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	opacity: .35;
}
.entry-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:hover::after {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	opacity: 1;
}
.entry-content .wp-block-gallery .blocks-gallery-caption {
	margin: -8px 0 0 0 !important;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #454545;
	text-align: center;
}

.entry-content .wp-block-embed {
	margin: 54px 0;
}

.entry-content .wp-block-table {
	width: 100%;
	float: left;
	margin: 32px 0;
}
.entry-content .wp-block-table figcaption {
	margin: 10px 0 0 0;
	font-size: 0.875rem;
	color: #454545;
	text-align: left;
}
.entry-content .wp-block-table.is-style-regular table {
	border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    margin: 0;
}
.entry-content .wp-block-table.is-style-regular table thead tr th {
	border-bottom: 2px solid #101010;
	border-left: 1px solid #808080;
	padding: 10px;
}
.entry-content .wp-block-table.is-style-regular table tbody tr th {
	background-color: #f1f1f1;
}
.entry-content .wp-block-table.is-style-regular table tbody tr td {
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	padding: 10px;
}
.entry-content .wp-block-table.is-style-stripes {
	border-bottom: none;
}
.entry-content .wp-block-table.is-style-stripes table {
	border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
}
.entry-content .wp-block-table.is-style-stripes table thead tr th {
	padding: 10px;
	border-bottom: 2px solid #101010;
}
.entry-content .wp-block-table.is-style-stripes table tbody tr th {
	background-color: #f1f1f1;
}
.entry-content .wp-block-table.is-style-stripes table tbody tr td {
	padding: 10px;
}



.entry-content .wp-block-quote {
	width: 100%;
	float: left;
	padding: 0 24px;
	margin: 32px 0;
	border-left: 5px solid #101010;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
	border-left: none !important;
	padding: 40px 24px 0 30px;
	background-image: url('images/icons/icon-quote.png');
	background-size: 50px 33px;
	background-repeat: no-repeat;
}
.entry-content .wp-block-quote p {
	font-size: 1rem;
	line-height: 1.5;	
	margin: 0;
}
.entry-content .wp-block-quote cite {
	font-size: 0.875rem;
	color: #808080;
	margin: 1.625rem 0 0 0;
}
.entry-content .wp-block-quote.is-style-large p {
	font-size: 1.5rem !important;
	
}

.entry-content .wp-block-cover {
	width: 100%;
	float: left;
	margin: 32px 0 54px 0;
}

.entry-content .wp-block-separator {
	width: 100%;
	float: none;
	display: inline-block;
	max-width: 100px;
	height: 3px;
	background-color: #ddd;
	margin: 32px auto;
	clear: both;
}
.entry-content .wp-block-separator.is-style-wide {
	max-width: 100%;
	height: 1px;
	background-color: #ddd;
}
.entry-content .wp-block-separator.is-style-dots {
	max-width: 100%;
	height: inherit;
	background-color: inherit;
}

.entry-content > ul {
	width: calc(100% - 20px);
	margin: 0 0 32px 20px;
	padding: 0;
	float: left;
}
.entry-content > ul li {
	list-style: disc;
}
.entry-content > ol {
	width: calc(100% - 20px);
	margin: 0 0 32px 20px;
	padding: 0;
	float: left;
}
.entry-content > ol li {
	list-style: decimal;
}


.entry-footer {
	width: 100%;
	float: left;
	padding: 0;
}
.entry-footer .edit-link {
	width: 100%;
	float: left;
	border-top: 1px dotted #ddd;
	font-size: 0.875rem;
}
.entry-footer .edit-link a {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}



/*************************************
    Page - Keywords
*************************************/
.keywords .inner span {
	font-size: 12rem;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 1px #efefef;
	opacity: .85;
}


/*************************************
    Page
*************************************/
.page-template section,
.post-type-archive-business section {
	width: 100%;
	float: left;
	padding: 176px 0 71px 0;
}
.page-template section .section-header,
.post-type-archive-business .section-header {
	width: 100%;
	float: left;
	margin: 0;
}
.page-template section .section-header .section-title,
.post-type-archive-business .section-header .section-title {
	font-size: 3.375rem;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.page-template-page-about .section-header .section-title {
	font-size: 1.313rem !important;
	line-height: 1.36;
}

.page-template-page-career section .section-header .section-title {
	margin: 0 0 71px 0 !important;
}
.page-template-page-career section .section-header .section-summary {
	color: #333 !important;
	margin: 0 0 41px 0 !important;
}
.page-template-page-career section .inner h2.left {
	width: 40%;
	font-size: 3.375rem;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 41px 0 !important;
	float: left;
}
.page-template-page-career section .inner span.h2-en {
	width: 100%;
	float: left;
	font-size: 1.5rem;
	color: #ccc;
}

.page-template-page-career section .inner .right {
	width: 60%;
	float: right;
	margin: 0
}
.page-template-page-career section .inner .right h3 {
	margin: 0 0 21px 0;
	font-size: 1.969rem;
}

.page-template-page-career .ridi-fit-section {
	width: 100%;
	float: left;
	padding: 81px 0 121px 0;
	margin: 0;
}


.page-template section .section-header .section-summary,
.post-type-archive-business .section-header .section-summary {
	font-size: 1.313rem;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #676767;
	margin: 0 0 30px 0;
}

.page-template section .section-header h3,
.post-type-archive-business .section-header h3 {
	line-height: 1.2 !important;
} 
.page-template section .inner h3 {
	font-size: 2.25rem;
	line-height: 1.36;
}
.page-template section .inner p {
	font-size: 1.125rem;
	letter-spacing: -0.5px;
}

/*************************************
    Business Archive
*************************************/
.business-archive {
	width: 100%;
	float: left;
}

html[lang="ja"] .business-archive {
	margin-bottom: 120px !important;
}

.business-archive article {
	width: 100%;
	float: left;
	padding: 89px 0 0 0;
	margin: 0;
}
.business-archive article .entry-thumbnail {
	width: 347px;
	height: 270px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	background-color: #fcfcfc;
	position: relative;
}

.business-archive article .entry-thumbnail .entry-thumbnail-hover {
	display: flex;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}

.business-archive article .entry-thumbnail .entry-thumbnail-hover a {
	width: 153px;
	height: 50px;
}

.business-archive article .entry-thumbnail .entry-thumbnail-hover a + a {
	margin-top: 10px;
}

.business-archive article .entry-thumbnail:hover .entry-thumbnail-hover {
	visibility: visible;
}

.business-archive article .entry-meta {
	width: calc(100% - 347px);
	float: left;
	padding: 0 0 0 36px;
}
.business-archive article .entry-meta .entry-tagline {
	font-size: 1.313rem;
	margin: 0 0 15px 0;
	color: #101010;
}
.business-archive article .entry-meta .entry-title {
	font-size: 2.25rem;
}
.business-archive article .entry-meta .entry-title img {
	height: 42px;
	width: auto;
}
.business-archive article .entry-meta .entry-content {
	margin: 0 0 22px 0;
}
.business-archive article .entry-meta .entry-content p {
	margin: 0;
	font-size: 1.125rem;
	letter-spacing: -0.5px;
}
.business-archive article .entry-meta .visit-link-description {
	font-size: 0.875rem;
	color: #808080;
	width: 100%;
	float: left;
	margin: -10px 0 0 0;
}
.business-archive article .entry-meta .visit-link {
	width: 100%;
	float: left;
	display: inline-block;
	color: #1E9EFF;
	font-size: 1.313rem;
	margin: 0 0 10px 0;
}
.business-archive article .entry-meta .visit-link::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 12px;
	background-image: url('images/icons/icon-blue-right-arrow.svg');
	background-size: 24px 12px;
	background-repeat: no-repeat;
	margin: 0 0 0 15px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	position: relative;
	top: 2px;
}
.business-archive article .entry-meta .visit-link:hover::after {
	margin: 0 0 0 30px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.business-archive article .entry-meta .social-networks li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
}

.business-archive article .entry-meta ul.sublink {
	display: flex;
	max-width: 500px;
    	flex-wrap: wrap;
}
.business-archive article .entry-meta ul.sublink li a {
	display: inline-flex;
	height: 44px;
	margin: 0 7px 11px 0;
	padding: 12px 15px 11px 16px;
	background: #f5f5f5;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.01em;
	color: #161616;
}
.business-archive article .entry-meta ul.sublink li a::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 20px;
	background-image: url('images/icons/icon-business-sublink-arrow.svg');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 0 0 11px;
}
.business-archive article .entry-meta .button-app-download {
	background: #1E9EFF;
	border-radius: 40px;
    	height: 48px;
    	width: 100%;
    	display: none;
    	font-weight: 700;
    	font-size: 14px;
    	line-height: 20px;
    	letter-spacing: -0.01em;
    	color: #fff;
	margin-top: 16px;
	align-items: center;
	justify-content: center;
}
.business-archive article .entry-meta .button-app-download img {
	margin-left: 8px;
}



/*************************************
    404
*************************************/



/*************************************
    Search Results
*************************************/



/*************************************
    Page - About
*************************************/
#philosophy {
	position: relative;
	padding: 71px 0 !important;
}
#philosophy .keyword-01 {
	z-index: -1;
	position: absolute;
	bottom: 200px;
	right: 0;	
}

#vision {
	background-color: #1E9EFF;
	color: #fff;
	position: relative;
}
#vision .keyword-02 {
	position: absolute;
	bottom: 100px;
	right: 0;	
	z-index: 0;	
}

#ridi-code {
	position: relative;
}
#ridi-code .keyword-03 {
	position: absolute;
	top: 100px;
	right: 0;	
	z-index: 0;	
}

#history {
	position: relative;
}
#history .keyword-04 {
	position: absolute;
	top: 100px;
	right: 0;	
	z-index: 0;	
}


#ridi-code ul.ridi-codes li {
	width: 100%;
	height: 480px;
	float: left;
	margin: 0 0 71px 0;
	position: relative;
	overflow: hidden;
}
#ridi-code ul.ridi-codes li .image {
	width: 480px;
	height: 480px;
	z-index: -2;
	float: left;
}
#ridi-code ul.ridi-codes li .text {
	width: calc(60% - 54px);
	float: left;
	position: absolute;
	margin: 0 0 0 54px;
	bottom: 0;
	right: 0;
}

/* 
#ridi-code ul.ridi-codes li:nth-child(1) .image,
#ridi-code ul.ridi-codes li:nth-child(3) .image,
#ridi-code ul.ridi-codes li:nth-child(5) .image {
	float: left;
	margin: 0 54px 0 0;
}
#ridi-code ul.ridi-codes li:nth-child(1) .text,
#ridi-code ul.ridi-codes li:nth-child(3) .text,
#ridi-code ul.ridi-codes li:nth-child(5) .text {
	float: right;
}
#ridi-code ul.ridi-codes li:nth-child(2) .image,
#ridi-code ul.ridi-codes li:nth-child(4) .image {
	float: right;
	margin: 0 0 0 54px;
}
#ridi-code ul.ridi-codes li:nth-child(2) .text,
#ridi-code ul.ridi-codes li:nth-child(4) .text {
	float: left;
} 
#ridi-code ul.ridi-codes li:nth-child(1) {
	height: 520px;
}
#ridi-code ul.ridi-codes li:nth-child(1) .image {
	width: 40%;
	position: absolute;
	top: 0;
	left: -5%;
}
#ridi-code ul.ridi-codes li:nth-child(1) .text {
	position: absolute;
	bottom: 54px;
	left: 45%;
}

#ridi-code ul.ridi-codes li:nth-child(2) {
	height: 630px;
}
#ridi-code ul.ridi-codes li:nth-child(2) .text {
	width: 35%;
	position: absolute;
	bottom: 81px;
	left: 7%;
}
#ridi-code ul.ridi-codes li:nth-child(2) .image {
	width: 65%;
}

#ridi-code ul.ridi-codes li:nth-child(3) {
	height: 300px;
}
#ridi-code ul.ridi-codes li:nth-child(3) .text {
	width: 360px;
	position: absolute;
	left: 50%;
	top: 0;
}

#ridi-code ul.ridi-codes li:nth-child(4) {
	height: 560px;
}
#ridi-code ul.ridi-codes li:nth-child(4) .text {
	width: 50%;
	position: absolute;
	top: 46%;
	left: 7%;
}
#ridi-code ul.ridi-codes li:nth-child(4) .image {
	width: 50%;
	position: absolute;
	right: -7%;
	top: 0;
}


#ridi-code ul.ridi-codes li:nth-child(5) {
	height: 630px;
}
#ridi-code ul.ridi-codes li:nth-child(5) .text {
	width: 40%;
	position: absolute;
	bottom: 0;
	right: 7%;
}
#ridi-code ul.ridi-codes li:nth-child(5) .image {
	width: 60%;
	position: absolute;
	left: -5%;
	bottom: 0;
}
*/

#ridi-code ul.ridi-codes li .text::before {
	font-size: 7.594rem;
	font-weight: 400;
	color: #efefef;
	position: absolute;
	top: -140px;
	left: -10px;
	z-index: -1;
}
#ridi-code ul.ridi-codes li:nth-child(1) .text::before {
	content: "01";
}
#ridi-code ul.ridi-codes li:nth-child(2) .text::before {
	content: "02";
}
#ridi-code ul.ridi-codes li:nth-child(3) .text::before {
	content: "03";
}
#ridi-code ul.ridi-codes li:nth-child(4) .text::before {
	content: "04";
}
#ridi-code ul.ridi-codes li:nth-child(5) .text::before {
	content: "05";
}



#history {
	background-color: #f9f9f9;
	position: relative;
}
#history .year-block {
	width: 100%;
	float: left;
	margin: 0 0 31px 0;
}
#history .year-block .left {
	width: 180px;
	float: left;
}
#history .year-block .left h3 {
	margin: 0;
	line-height: 1;
}
#history .year-block .right {
	width: calc(100% - 180px);
	float: left;
}
#history .year-block .right ul.ridi-history {
	width: calc(100% + 20px);
	margin: 0;
	padding: 0;
	float: left;
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* li들 사이 여백 */
}
#history .year-block .right ul.ridi-history > li {
	width: calc(25% - 15px);
	height: auto !important;
	padding: 10px 25px 0 0;
	float: left;
	color: #101010;
	line-height: 1.5;
	font-size: 1rem;
	font-weight: 500;
	border-top: 1px solid #101010;
}
#history .year-block .right ul.ridi-history > li span {
	display: block;
	width: 100%;
	float: left;
	margin: 0 0 12px 0;
	font-weight: 400;
	color: #808080;
	font-size: 0.875rem;
}
#history .year-block .right ul.ridi-history > li .year-content {
	display: block;
}



.single-post .site-header .inner .main-navigation #primary-menu li.menu-item-212 a,
.single-story .site-header .inner .main-navigation #primary-menu li.menu-item-37 a {
	border-bottom: 5px solid #1E9EFF;
    color: #1E9EFF;
}

#contact .contact-loop {
	width: calc(100% + 50px);
	margin: 0 -25px;
	float: left;
}
#contact .contact-loop .contact-loop-item {
	width: calc(50% - 50px);
	margin: 0 25px;
	float: left;
	font-size: 1.125rem;
    letter-spacing: -0.5px;
}



/*************************************
    Page - Career
*************************************/

#career-about .image-area {
	width: 100%;
	height: 690px;
	float: left;
	position: relative;
	margin: 121px 0;
}
#career-about .image-area img {
	width: 100%;
	float: left;
}
#career-about .image-area .image-01 {
	width: 590px;
	position: absolute;
	top: 100px;
	left: 0;
}
#career-about .image-area .image-02 {
	width: 590px;
	position: absolute;
	top: 0;
	right: 0;
}



#join-us {
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 0;
	margin: 134px 0 0 0;
	background-color: #1E9EFF;
}
#join-us .inner {
	height: 300px;
	position: relative;
}
#join-us > a {
	width: 100%;
	padding: 0;
	height: 100%;
	display: inline-block;
	float: left;
    color: #fff;
	cursor: pointer;
}
#join-us > a:hover {
	text-decoration: none;
}
#join-us h2 {
	width: 100%;
	margin: 0 0 20px 0 !important;
	font-size: 3.375rem;
	font-weight: 700;
    line-height: 1.36;
}
#join-us p {
	font-size: 1.5rem !important;
	margin: 0 0 20px 0;
}
#join-us .join-content {
	width: calc(100% - 40px);
	position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}
#join-us span {
    font-weight: 700;
    font-size: 1.313rem;
    line-height: 70px;
    position: absolute;
    top: 50%;
    right: 40px;
    padding: 0 50px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 35px 35px;
	-webkit-border-radius: 35px 35px;
	-moz-border-radius: 35px 35px;
	color: #1E9EFF;
	
}
/* #join-us span::after {
	width: 40px;
	height: 40px;
	content: "";
	display: inline-block;
	background-color: #fff;
	background-image: url('images/icons/icon-right-arrow-normal-circle.svg');
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px 20px;
	-webkit-border-radius: 20px 20px;
	-moz-border-radius: 20px 20px;
	position: relative;
	top: 13px;
	margin: 0 0 0 20px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
} */
#join-us:hover .join-content span::after {
	background-color: #101010;
	background-image: url('images/icons/icon-right-arrow-normal-circle-white.svg');
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	margin: 0 0 0 30px;
}
.join-us-archive {
	width: 100%;
	float: left;
	margin: 151px 0 0 0;
}




#ridi-life .life-loop {
	width: calc(100% + 50px);
	margin: 0 -25px;
	padding: 0;
	float: left;
}
#ridi-life .life-loop .life-loop-item {
	width: calc(33.33333% - 50px);
	min-height: 280px;
	margin: 0 25px 54px 25px;
	float: left;
}
#ridi-life .life-loop .life-loop-item h3 {
	font-size: 1.313rem;
	border-top: 1px solid #101010;
	padding: 20px 0;
	margin: 0;
}
#ridi-life .life-loop .life-loop-item ul {
}
#ridi-life .life-loop .life-loop-item ul li {
	list-style: disc;
}







/*************************************
    Pagination
*************************************/
.pagination-area {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 150px 0;
}
.pagination-area .page-numbers {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50% 50%;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	background-color: #f9f9f9;
	line-height: 40px;
	margin: 0 5px;
	border: 1px solid #f1f1f1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.pagination-area .page-numbers:hover {
	background-color: #808080;
	border: 1px solid #676767;
	color: #fff;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.pagination-area .page-numbers.next,
.pagination-area .page-numbers.prev {
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	width: auto;
	background-color: transparent;
	border: none;
}
.pagination-area .page-numbers.current {
	background-color: #101010;
	color: #fff;
	border: none;
}

/*************************************
    Related Story
*************************************/
#related-articles {
	width: 100%;
	float: left;
	padding: 71px 0;
	margin: 0;
	background-color: #f9f9f9;
}
#related-articles .story-loop .story-loop-item .entry-meta .korea-sns {
	display: none !important;
}
#related-articles .inner {
	max-width: 940px;
	padding: 0;
}
#related-articles .section-header .section-title {
	font-size: 2.25rem;
	margin: 0 0 30px 0;
	width: 100%;
	float: left;
}
#related-articles .story-loop .story-loop-item {
	width: calc(50% - 32px);
}

#related-articles .story-loop .story-loop-item .entry-thumbnail {
	height: 255px !important;
}
#ridi-story-area .story-loop .story-loop-item .entry-meta .korea-sns {
	display: none !important;
}



.page-template-page-career-new #career-about {
	padding: 150px 0 0 0;
}
.page-template-page-career-new #career-about .section-header {
	margin: 0 0 150px 0 !important;
}
.page-template-page-career-new #career-about .section-header .section-title {
	margin: 0 !important;
}

.page-template-page-career-new #ridi-job-notice {
	width: 100%;
	float: left;
	padding: 200px 0 0 0;
}
.page-template-page-career-new #ridi-job-notice .section-header {
	margin: 0 0 40px 0 !important;
}
.page-template-page-career-new #ridi-job-notice .section-header .section-title {
	margin: 0 !important;
	line-height: 1;
}


.page-template-page-career-new #ridi-job-notice .job-quick-links .ui-tabs-panel::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
	float: left;
	position: absolute;
	top: -1px;
	z-index: 3000;
}
.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper li {
	display: inline-block;
	margin: 0 10px 10px 0;
	height: 58px;
	line-height: 58px;
	border: 1px solid rgba(170, 170, 170, .5);
	color: #808080;
	border-radius: 29px 29px;
	font-size: 21px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	cursor: pointer;
}
.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper li a {
	color: #808080;
	
	padding: 0 30px;
	display: inline-block;
	height: 100%;
}
.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper li a:hover {
	text-decoration: none;
	color: #fff;
}
.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper li:hover {
	border: 1px solid #000;
	font-weight: 500;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper li.ui-state-active {
	background-color: #000;
	color: #fff;
}
.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper li.ui-state-active a {
	color: #fff;
}

.job-quick-links .ui-tabs-panel {
	width: 100%;
	float: left;
	position: relative;
}

#ridi-job-notice .job-quick-links h3.job-category,
#ridi-job-notice h3.job-category {
	display: none;
	font-size: 1.969rem;
	margin: 54px 0 0 0;
	padding: 0 0 15px 0;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
}
#ridi-job-notice .job-loop {
	width: 100%;
	float: left;
	border-top: 1px solid #ddd;
	margin: 0 0 71px 0;
}
#ridi-job-notice .job-quick-links {
	width: 100%;
	float: left;
	border-top: none;
	margin: 0 0 71px 0;
}



#ridi-job-notice .job-quick-links .job-loop-item,
#ridi-job-notice .job-loop li {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(0, 0, 0, .05);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#ridi-job-notice .job-quick-links .job-loop-item:first-child,
#ridi-job-notice .job-loop + li:first-child {
	border-top: none !important;
}
#ridi-job-notice .job-quick-links .job-loop-item h4.entry-title::after,
#ridi-job-notice .job-loop li h4.entry-title::after {
	content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-image: url('images/icons/icon-career-right.svg');
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#ridi-job-notice .job-quick-links .job-loop-item:hover,
#ridi-job-notice .job-loop li:hover {
	background-position: calc(100% - 10px) center;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#ridi-job-notice .job-quick-links .job-loop-item:hover,
#ridi-job-notice .job-loop li:hover {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#ridi-job-notice .job-quick-links .job-loop-item a,
#ridi-job-notice .job-loop li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 39px 0;
	float: left;
}
#ridi-job-notice .job-quick-links .job-loop-item a:hover,
#ridi-job-notice .job-loop li a:hover {
	text-decoration: none;
}
#ridi-job-notice .job-quick-links .job-loop-item h4.entry-title,
#ridi-job-notice .job-loop li h4.entry-title {
	font-size: 1.313rem;
	font-family: "Noto Sans KR", sans-serif;
	position: relative;
	width: 100%;
	float: left;
}
#ridi-job-notice .job-quick-links .job-loop-item h4.entry-title a,
#ridi-job-notice .job-loop li h4.entry-title a {
	color: #101010;
	font-size: 24px;
	font-weight: 700;
}

#ridi-job-notice .job-quick-links .apply-instruction .job-loop-item {
	background-image: none !important;
}
.apply-instruction .job-loop-item .entry-title {
	width: 100%;
	float: left;
	position: relative;
}
.apply-instruction .job-loop-item .entry-title::after {
	content: "";
	width: 24px;
	height: 14px;
	position: absolute;
	background-image: url('images/icons/icon-down-arrow.png');
	background-size: 24px 14px;
	background-repeat: no-repeat;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.apply-instruction .job-loop-item .entry-title.active::after {
	transform: rotate(180deg);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.apply-instruction .job-loop-item .entry-title:hover::after {
	top: calc(50% + 10px);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.apply-instruction .job-loop-item .entry-title.active:hover::after {
	top: calc(50% - 10px);
}

.entry-answer {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
	display: none;
	background-color: #fff;
}
#ridi-job-notice .job-quick-links .job-loop-item:hover,
.entry-answer:hover {
	background-color: #fff;
}
.entry-answer strong.detail-title {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 30px 0 0 0;
}

.entry-answer ul.acc li ul li {
	width: 100%;
	font-size: 1.125rem;
	color: #676767;
	float: left;
}
.entry-answer ul.acc li ul li a {
	padding: 0 !important;
}
.single-post article .entry-content .korea-sns-link,
.single-post article .entry-content .wpulike {
	display: none !important;
}

.single article .entry-header .korea-sns {
	display: none !important;
}
.single article .entry-header .inner .icon-block {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 50% 50%;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	background-color: #101010;
	cursor: pointer;
}
.single article .entry-header .inner .icon-block img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 48%;
	transform: translate(-50%, -50%);
	filter: invert(100%);
}
.sharing-area ul.sharing {
	display: none;
	position: absolute;
	bottom: 0;
	right: 50px;
	width: 220px;
	height: 40px;
	text-align: right;
}
.sharing-area ul.sharing li {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50% 50%;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	margin: 0 5px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.sharing-area ul.sharing li:hover {
	background-color: rgba(255, 255, 255, 1);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.sharing-area ul.sharing li a {
	width: 100%;
	height: 100%;
	float: left;
	display: inline-block;
	cursor: pointer;
}
.sharing-area ul.sharing li img {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.category-investor-relation .loop-area {
	width: 100% !important;
	float: left !important;
	margin: 0 0 121px 0 !important;
}
.category-investor-relation .loop-area > li:nth-child(1) {
	border-top: 1px solid #808080;
}
.category-investor-relation .loop-area > li {
	width: 100% !important;
	float: left !important;
	margin: 0 !important;
	padding: 30px 0 35px 0 !important;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.category-investor-relation .loop-area > li .entry-meta {
	height: auto;
	width: 70%;
	float: left;
}
.category-investor-relation .loop-area > li .entry-meta p {
	display: inline-block;
	text-overflow: inherit;
	height: auto;
}
.category-investor-relation .loop-area > li .author-meta {
	width: 30%;
	float: left;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
}
.category-investor-relation .loop-area > li .author-meta .by-icon {
	width: 22px;
	height: 28px;
	margin: 0 10px 0 0;
	position: relative;
	top: 10px;
	opacity: 1;
}




.error-404 {
	text-align: center;
	padding: 121px 0;
}



/*************************************
	ridibatang
*************************************/


.page-id-1164 #page {
	padding: 0;
}
.page-id-1164 .site-header {
	background-color: transparent;
	border-bottom: none;
}
.page-id-1164 .site-header.scrolled {
	background-color: #fff;
}
.page-id-1164 .site-header.scrolled .inner .site-logo a img {
	filter: inherit;
}
.page-id-1164 .site-header.scrolled .inner .menu-icon {
	filter: invert(100%);
}
.page-id-1164 .site-header .inner .site-logo a img {
	filter: brightness(0) invert(1);
}
.page-id-1164 .site-header.scrolled .inner .main-navigation #primary-menu li a {
	color: #101010;
}
.page-id-1164 .site-header.scrolled .inner .main-navigation #primary-menu li:last-child a {
	color: #fff;
}
.page-id-1164 .site-header .inner .main-navigation #primary-menu li a {
	color: #fff;
}
.ridibatang-page {
	font-family: 'RIDIBatang', sans-serif;
	word-break: break-all;
}
.ridibatang-page section {
	width: 100%;
	float: left;
}
.ridibatang-page-header {
	width: 100%;
	float: left;
	background-image: url('images/ridibatang/ridibatang-bg.jpg');
	background-repeat: repeat;
	background-position: center -40px;
	background-size: 1049px auto;
	background-color: #212B3B;
	padding: 190px 0;
	color: #fff;
}
.ridibatang-page-header h1.page-title {
	font-size: 3.375rem;
	font-weight: 400;
	line-height: 1.36;
	width: 90%;
	margin: 0 auto;
    letter-spacing: -0.03em;
}
#ridibatang-reasons {
	width: 100%;
	float: left;
	background-color: #e3edf7;
	padding: 120px 0 380px 0;
	background-image: url('images/ridibatang/ridibatang-toc-desktop.png');
	background-repeat: no-repeat;
	background-position: center 310px;
	background-size: 1400px auto;
}
#ridibatang-reasons .section-header {
	max-width: 740px;
	margin: 0 auto;
}
#ridibatang-reasons .section-header .section-title {
	font-size: 36px;
	font-weight: 500;
    color: #000;
    line-height: 1.45em;
    word-break: keep-all;
    margin: 0;
    letter-spacing: -0.03em;
}
#ridibatang-reasons .section-header p {
	padding-top: 12px;
    font-size: 24px;
    color: #525A61;
    letter-spacing: -0.02em;
    line-height: 1.65em;
    margin: 0;
}

#ridibatang-features {
	padding: 150px 0;
}
#ridibatang-features .inner {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 20px;
}
#ridibatang-features .feature {
	width: 100%;
	float: left;
}
#ridibatang-features .feature h2 {
	font-size: 36px;
	font-weight: 500;
    color: #000;
    letter-spacing: -0.03em;
    line-height: 1.45em;
    word-break: keep-all;
}
#ridibatang-features .feature h2 span {
	font-size: 30px;
    color: #7D8E9E;
    letter-spacing: -0.01em;
    margin-top: 140px;
    line-height: 1.5em;
}
#ridibatang-features .feature p {
	padding-top: 12px;
	margin: 0 0 10px 0;
    font-size: 24px;
    color: #525A61;
    letter-spacing: -0.02em;
    line-height: 1.65em;
}
#ridibatang-features .feature-01 {
	margin: 0 0 140px 0;
}
#ridibatang-features .feature-01 ul {
	width: 102%;
	margin: 30px -1% 0 -1%;
}
#ridibatang-features .feature-01 ul li {
	width: 48%;
	margin: 0 1%;
	float: left;
    text-align: center;
}
#ridibatang-features .feature-01 ul li img {
	width: 100%;
	float: left;
	border: 1px solid #e3edf7;
    border-radius: 3px;
}
#ridibatang-features .feature-01 ul li p {
	display: inline-block;
    font-size: 19px;
    color: #738096;
    letter-spacing: -0.01em;
    line-height: 1.5em;
    padding-top: 12px;
}
#ridibatang-features .feature-02 {
	margin: 0 0 140px 0;
}
#ridibatang-features .feature-02 ul {
	width: 100%;
	margin: 30px 0 0 0;
}
#ridibatang-features .feature-02 ul li {
	width: 100%;
	margin: 0;
	float: left;
    text-align: center;
}
#ridibatang-features .feature-02 ul li:last-child {
	margin: 30px 0 0 0;
}
#ridibatang-features .feature-02 ul li img {
	width: 100%;
	float: left;
	border: 1px solid #e3edf7;
    border-radius: 3px;
}
#ridibatang-features .feature-02 ul li p {
	display: inline-block;
    font-size: 19px;
    color: #738096;
    letter-spacing: -0.01em;
    line-height: 1.5em;
    padding-top: 12px;
}

#ridibatang-features .feature-03 {
	margin: 0;
}
#ridibatang-features .feature-03 ul {
	width: 100%;
	margin: 30px 0 0 0;
}
#ridibatang-features .feature-03 ul li {
	width: 100%;
	margin: 0;
	float: left;
    text-align: center;
}
#ridibatang-features .feature-03 ul li:last-child {
	margin: 30px 0 0 0;
}
#ridibatang-features .feature-03 ul li img {
	width: 100%;
	float: left;
	border: 1px solid #e3edf7;
    border-radius: 3px;
}
#ridibatang-features .feature-03 ul li p {
	display: inline-block;
    font-size: 19px;
    color: #738096;
    letter-spacing: -0.01em;
    line-height: 1.5em;
    padding-top: 12px;
}

#ridibatang-download {
	background-image: url('images/ridibatang/ridibatang-bg.jpg');
	background-repeat: repeat;
	background-position: center -40px;
	background-size: 1049px auto;
	padding: 140px 0;
	margin-top: 140px;
	color: #fff;
}
#ridibatang-download .inner {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 20px;
}
#ridibatang-download .section-header {
	max-width: 740px;
	margin: 0 auto;
}
#ridibatang-download .section-header .section-title {
	font-size: 36px;
	font-weight: 500;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.45em;
    word-break: keep-all;
    margin: 0;
}
#ridibatang-download .section-header p {
	padding-top: 12px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.02em;
    line-height: 1.65em;
    margin: 0;
}
#ridibatang-download .btn-download {
	display: block;
	width: 100%;
	float: left;
	height: 78px;
	line-height: 78px;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	letter-spacing: -0.02em;
	margin: 50px 0 100px 0;
	border-radius: 3px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#ridibatang-download .btn-download::after {
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	background-image: url('images/icons/icon-download.svg');
	margin: 0 0 0 15px;
	position: relative;
	top: 2px;
}
#ridibatang-download .btn-download:hover {
	opacity: 0.7;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
#ridibatang-download .license-info h3 {
	font-size: 18px;
    line-height: 2em;
    color: #70808f;
    letter-spacing: -0.02em;
}
#ridibatang-download .license-info p {
	margin: 0 auto;
    color: #70808f;
    font-size: 14px;
    line-height: 1.9em;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
#ridibatang-download .license-info p a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.post-views {
	display: none;
}
.single-post .entry-footer .cat-links {
	display: none;
}










.section-sub-content {
	width: 100%;
	float: left;
	margin: 120px 0;
	padding: 0;
}
.section-sub-content .section-sub-title-eyebrow {
	font-size: 20px;
	font-weight: 700;
	color: #1E9EFF;
	margin-bottom: -25px;
	margin-left: 5px;
}
.section-sub-content .section-sub-title {
	font-size: 100px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	margin: 0 0 20px 0 !important;
}
.section-sub-content .section-sub-title br {
	display: none;
}
.section-sub-content .section-sub-title .mobile-only {
	display: none !important;
}
.section-sub-content .section-sub-title-kr {
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	margin: 0 0 170px 0 !important;
}
.section-sub-content ul.cols-3 {
	width: 100%;
	float: left;
	margin: 0;
}
.section-sub-content ul.cols-3 li {
	width: 33.33333%;
	float: left;
	margin: 0 0 120px 0;
}

/* .section-sub-content ul.decision-cols li:nth-child(1),
.section-sub-content ul.decision-cols li:nth-child(4) {
	width: 37.5%;
}
.section-sub-content ul.decision-cols li:nth-child(2),
.section-sub-content ul.decision-cols li:nth-child(5) {
	width: 29.5%;
}
.section-sub-content ul.decision-cols li:nth-child(3),
.section-sub-content ul.decision-cols li:nth-child(6) {
	width: 33%;
}

.section-sub-content ul.comm-cols li:nth-child(1),
.section-sub-content ul.comm-cols li:nth-child(4) {
	width: 33%;
}
.section-sub-content ul.comm-cols li:nth-child(2),
.section-sub-content ul.comm-cols li:nth-child(5) {
	width: 40%;
}
.section-sub-content ul.comm-cols li:nth-child(3),
.section-sub-content ul.comm-cols li:nth-child(6) {
	width: 27%;
} */

.section-sub-content ul.cols-3 li img {
	height: 120px;
	width: auto;
	float: left;
	margin: 0 0 70px 0;
}
.section-sub-content ul.cols-3 li strong {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 26px;
	line-height: 38px;
	margin: 0 0 10px 0;
}
.section-sub-content ul.cols-3 li p {
	width: 100%;
	height: 40px;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #A0A0A0;
}





.section-sub-content .section-left {
	width: 40%;
	float: left;
}
.section-sub-content .section-left .section-sub-title {
	font-size: 62px !important;
	line-height: 72px !important;
	margin: 20px 0 10px 0 !important;
}
.section-sub-content .section-left .section-sub-title-kr {
	font-size: 16px !important;
	line-height: 26px !important;
	font-weight: 500 !important;
}
.section-sub-content .section-right {
	width: 60%;
	float: left;
}

.section-sub-content .section-right ul.cols-3 {
	border-top: 2px solid #000;
	padding-top: 26px;
	margin: 15px 0 0 0;
}
.section-sub-content .section-right ul.cols-3 li {
	width: 100% !important;
	margin: 0 0 34px 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
}
.section-sub-content .section-right ul.cols-3 li span {
	width: 45px;
	display: inline-block;
}

html[lang="ja"] .section-sub-content .section-right ul.cols-3 li {
	word-break: break-all;
}
html[lang="ja"] #history .year-block .right ul.ridi-history > li .year-content {
	word-break: break-all;
}


/*************************************
    Career New
*************************************/
.page-template-page-career-new .page-header {
	width: 100%;
	height: 600px;
	padding: 0;
	background-size: cover;
	background-position: center;
}
.page-template-page-career-new .page-header .inner {
	display: table;
	width: 100%;
	height: 600px;
	position: relative;
}
.page-template-page-career-new .page-header .inner .page-header-content {
	width: 100%;
	position: absolute;
	top: 120px;
	left: 40px;
	color: #fff;
}
.page-template-page-career-new .page-header .inner .page-header-content .page-title {
	font-size: 54px;
	line-height: 70px;
	font-weight: 500;
	letter-spacing: -0.03em;
	margin: 0 0 20px 0;
}
.page-template-page-career-new .page-header .inner .page-header-content p {
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: -0.03em;
	margin: 0;
}

.page-template-page-career-new .life-loop {
	width: calc(100% + 36px);
	margin: 0 -18px;
	float: left;
}
.page-template-page-career-new .life-loop .life-loop-item {
	width: calc(33.33333% - 36px);
	margin: 0 18px 36px 18px;
	float: left;
	border: 1px solid #f2f2f2;
	border-radius: 5px 5px;
	-webkit-box-shadow: 15px 15px 30px 0px rgba(0,0,0,0.05); 
	box-shadow: 15px 15px 30px 0px rgba(0,0,0,0.05);
	overflow: hidden;
}
.page-template-page-career-new .life-loop .life-loop-item .entry-thumbnail {
	width: 100%;
	height: 320px;
	background-color: #f2f2f2;
	background-size: cover;
	background-position: center;
}
.page-template-page-career-new .life-loop .life-loop-item .entry-meta {
	width: 100%;
	height: 260px;
	background-color: #fff;
	padding: 30px 34px;
}
.page-template-page-career-new .life-loop .life-loop-item .entry-meta h3 {
	font-size: 18px;
	line-height: 35px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.page-template-page-career-new .life-loop .life-loop-item .entry-meta ul {
	margin: 0;
	width: 100%;
	float: left;
}
.page-template-page-career-new .life-loop .life-loop-item .entry-meta ul li {
	font-size: 15px;
	line-height: 30px;
	margin: 0;
	width: 100%;
	float: left;
	letter-spacing: -0.025em;
}

.page-template-page-career-new .section-header .section-title {
	margin: 0 0 70px 0 !important;
}
.page-template-page-career-new .faq-loop {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(0, 0, 0, .05);
}
.page-template-page-career-new .faq-loop + a {
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
	margin: 68px 0 0 0;
	display: inline-block;
	font-family: "Noto Sans KR", sans-serif;
	border-bottom: 1px solid #1E9EFF;
}

.page-template-page-career-new .faq-loop .faq-loop-item {
	padding: 39px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	
}
.page-template-page-career-new .faq-loop .faq-loop-item .entry-title {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.025em;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
}
.page-template-page-career-new .faq-loop .faq-loop-item .entry-title::after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-image: url('images/icons/icon-accordion-arrow.svg');
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.page-template-page-career-new .faq-loop .faq-loop-item .entry-title.ui-state-active::after {
	transform: rotate(180deg);
	top: calc(50% - 11px);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;	
}
.page-template-page-career-new .faq-loop .faq-loop-item .entry-content {
	margin: 3px 0 0 0;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.025em;
	color: #808080;
	display: none;
	padding: 0 50px 0 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.page-template-page-career-new .faq-loop .faq-loop-item .entry-content p {
	margin: 0;
}
.page-template-page-career-new #ridi-job-faq {
	padding: 176px 0 250px 0;
}

.page-template-page-career-new .floating-menu {
	display: inline-block;
	float: right;
	width: 230px;
	height: 76px;
	position: fixed;
	bottom: 45px;
	right: 45px;
	z-index: 2500;
	font-weight: 500;
}
.page-template-page-career-new .floating-menu a {
	font-weight: 500;
	float: right;
	display: inline-block;
	background-color: #1E9EFF;
	color: #fff;
	font-size: 20px;
	width: 230px;
	line-height: 76px;
	height: 76px;
	border-radius: 38px 38px;
	text-align: center;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.page-template-page-career-new .floating-menu a:hover {
	text-decoration: none;
}





























































.desktop-only {
	display: block;
}
.mobile-only {
	display: none;
}










/*************************************
    Media Query
*************************************/
@media all and (max-width: 1440px) {}
@media all and (max-width: 1366px) {}
@media all and (max-width: 1280px) {
	.inner {
		padding: 0 40px;
	}
	.site-header .inner .site-logo {
		left: 40px;
	}
	.site-header .inner .main-navigation {
		right: 40px;
	}
	.site-header .inner .main-navigation #primary-menu li {
		margin: 0 0 0 40px;
	}
	#ridi-life .life-loop {
		padding: 0;
	}
}
@media all and (max-width: 1194px) {
	#history .year-block .right ul.ridi-history > li {
		font-size: 0.875rem;
	}
}
@media all and (max-width: 1112px) {}
@media all and (max-width: 1024px) {
	#history .year-block .right ul.ridi-history > li {
		font-size: 0.875rem;
		padding: 15px;
		overflow: hidden;
		word-break: break-all;
		width: calc(33.33333% - 20px);
	}
	#history .year-block .right ul.ridi-history > li > span {
		margin: 0 0 10px 0;
	}
}
@media all and (max-width: 834px) {
	
	html[lang="ja"] {
		word-break: break-all;
	}
	.page-template-page-career-new .entry-content {
		margin: 0 !important;
	}
	.page-template-page-career-new .floating-menu  {
		width: 100%;
		height: 60px;
		position: fixed;
		right: inherit;
		top: inherit;
		bottom: 15px;
		left: 0;
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		z-index: 4999;
	}
	.page-template-page-career-new .floating-menu.scrolled {
		bottom: 32px;
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}
	.page-template-page-career-new .floating-menu a {
		
		z-index: 2500;
		float: left;
		display: inline-block;
		background-color: #1E9EFF;
		color: #fff;
		font-size: 16px;
		width: calc(100% - 50px);
		margin: 0 25px;
		line-height: 60px;
		height: 60px;
		border-radius: 30px 30px;
		text-align: center;
		box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	}
	.page-template-page-career-new .floating-menu a:hover {
		text-decoration: none;
	}
	
	
	
	#newsroom-area {
		padding: 63px 0;
	}
	#newsroom-area ul.newsroom-loop li.newsroom-loop-item {
		padding: 15px 0;
	}
	#newsroom-area ul.newsroom-loop li.newsroom-loop-item h3.entry-title {
		width: 100%;
		padding: 0;
		margin: 0 0 14px 0;
		float: left;
		font-size: 16px;
		line-height: 24px;
	}
	#newsroom-area ul.newsroom-loop li.newsroom-loop-item span.entry-date {
		float: left;
		color: #808080;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0;
	}
	.pr-loop .pr-loop-item {
		padding: 0 0 18px 0;
		margin: 0 0 18px 0;
	}
	
	
	#career-header .section-title {
		color: #fff;
		font-size: 14px;
		margin: 120px 0 36px 0 !important;
	}
	#career-header .section-slogan {
		color: #fff;
		font-size: 30px !important;
		line-height: 1.3;
		margin: 36px 0 !important;
	}
	#career-header a {
		display: inline-block;
		width: 230px;
		height: 70px;
		line-height: 70px;
		border-radius: 35px 35px;
		-webkit-border-radius: 35px 35px;
		-moz-border-radius: 35px 35px;
		border: 2px solid #fff;
		text-align: center;
		color: #fff;
		font-size: 21px;
		font-weight: 500;
	}
	
	
	.section-sub-content .section-left {
		width: 100%;
	}
	.section-sub-content .section-left .section-sub-title-eyebrow {
		font-size: 12px !important;
		font-weight: 900 !important;
	}
	.section-sub-content .section-left .section-sub-title {
		font-size: 50px !important;
		line-height: 56px !important;
		margin: 5px 0 10px 0 !important;
	}
	.section-sub-content .section-left .section-sub-title-kr {
		font-size: 13px !important;
		margin: 0 !important;
	}
	.section-sub-content .section-left .section-sub-title-kr br {
		display: none;
	}
	.section-sub-content .section-right {
		width: 100%;
		margin: 0 0 70px 0;
	}
	.section-sub-content .section-right ul.cols-3 {
		border-top: none;
		padding-top: 0;
		margin: 60px 0 0 0;
	}
	.section-sub-content .section-right ul.cols-3 li {
		width: 100% !important;
		margin: 0 0 40px 0;
		padding: 0;
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
	}
	.section-sub-content .section-right ul.cols-3 li span {
		width: 100%;
		float: left;
		display: inline-block;
	}
	
	
	
	.page-template-page-about-2 #ridi-code,
	.page-template-page-about-3 #ridi-code {
		padding: 80px 0;
	}
	.page-template-page-about-2 .page-header .page-header-content,
	.page-template-page-about-3 .page-header .page-header-content {
		width: 100%;
		margin: 26px 0 0 0px;
	}
	.page-template-page-about-2 .page-header .page-title,
	.page-template-page-about-3 .page-header .page-title {
		font-size: 32px;
		font-weight: 700;
		line-height: 48px;
		margin: 0 0 80px 0;
	}
	.page-template-page-about-2 .page-header .section-title,
	.page-template-page-about-3 .page-header .section-title {
		margin: 0 0 40px 0;
		font-size: 12px;
	}
	.page-template-page-about-2 .page-header .section-slogan,
	.page-template-page-about-3 .page-header .section-slogan  {
		font-size: 30px;
		line-height: 1.2;
	}
	.page-template-page-about-2 .page-header .section-slogan br,
	.page-template-page-about-3 .page-header .section-slogan br {
		display: block;
	}
	.page-template-page-about-2 .page-header .section-slogan .section-slogan-kr,
	.page-template-page-about-3 .page-header .section-slogan .section-slogan-kr {
		width: 100%;
		float: left;
		font-size: 14px;
		line-height: 1.5;
		margin: 10px 0 40px 0;
	}
	.page-template-page-about-2 .page-header p,
	.page-template-page-about-3 .page-header p {
		font-size: 12px !important;
	}
	.page-template-page-about-3 .page-header p + p {
		margin: 10px 0 160px 0 !important;
		font-size: 12px !important;
	}
	
	.page-template-page-about-2 .page-header p br,
	.page-template-page-about-3 .page-header p br {
		display: none;
	}
	
	.section-sub-content {
		margin: 20px 0;
	}
	.section-sub-content .section-sub-title {
		font-size: 50px !important;
		line-height: 56px !important;
		word-break: break-all !important;
		-webkit-hyphens: manual;
		-moz-hyphens: manual;
        hyphens: manual;
        float: left;
        width: 100%;
	}
	.section-sub-content .section-sub-title-kr {
		font-size: 16px !important;
		line-height: 1 !important;
		margin: 0 0 110px 0 !important;
	}
	.page-template-page-about-2 section .section-header .section-title {
		font-size: 12px !important;
		font-weight: 800 !important;
	}
	.page-template-page-about-2 section .section-header .section-summary {
		font-size: 14px !important;
	}
	.page-template-page-about-2 section .section-header .section-summary br {
		display: none !important;
	}
	
	
	.section-sub-content ul.variable-cols li:nth-child(2),
	.section-sub-content ul.cols-3 li {
		width: 100% !important;
		float: left;
		margin: 0 0 90px 0;
	}
	.section-sub-content ul.cols-3 li strong {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 7px 0;
	}
	.section-sub-content ul.cols-3 li img {
		height: 70px;
		width: auto;
		margin: 0 0 30px 0;
	}
	.section-sub-content ul.cols-3 li p {
		height: auto;
		font-size: 13px;
		line-height: 20px;
		margin: 0;
	}
	
	.section-sub-content .section-sub-title-eyebrow {
		font-size: 12px;
		font-weight: 800;
		margin-left: 0 !important;
	}
	
	
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	
	html[lang="ja"] ul.our-social-networks {
		top: -90px;
	}
	ul.our-social-networks {
		top: -120px;
	}
	.tax-story-category .page-header .category-navigation ul {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	    display: inline-block;
	}
	.tax-story-category .page-header .category-navigation ul li {
		float: none;
		display: inline-block;
	}
	.page-header .category-navigation ul li a h2 {
		font-size: 1.125rem !important; 
	}
	.tax-story-category .page-header .category-navigation ul li:last-child {
		margin: 0 30px 0 0;
	}
	.tax-story-category .page-header .category-navigation ul li:last-child::before {
		left: -20px;
		margin: 0 20px 0 0;
		top: 7px;
		height: 16px;
	}

	.slick-list {
		overflow: visible;
	}
	
	.page-template-page-contact .page-header {
		padding: 26px 0 55px 0;
		margin: 0;
	}
	.page-template-page-contact #contact h3 {
		font-size: 16px;
	}
	.page-template-page-contact #contact p {
		font-size: 14px;
		font-weight: 400;
		margin: 0;
	}
	.page-template-page-contact #contact .section-header-left {
		margin: 0 0 55px 0;
		width: 100%;
	}
	.page-template-page-contact #contact .section-header-right {
		margin: 0 0 55px 0;
		width: 100%;
	}
	
	
	.page-template .page-header,
	.tax-story-category .page-header {
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}
	.page-template .page-header.scrolled,
	.tax-story-category .page-header.scrolled {
		position: fixed;
		top: -68px;
		left: 0;
		padding: 71px 0 8px 0;
		z-index: 3000;
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}
	
	.page-template .loop-area.scrolled {
		padding: 160px 0 0 0;
	}
	
	/*************************************
		Mobile Menu Area    
	*************************************/
	#mobile-menu-area {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5000;
		background-color: #1E9EFF;
		display: none;
	}
	#mobile-menu-area .inner {
		height: 100vh;
		padding: 71px 20px 54px 20px;
		position: relative;
	}
	#mobile-menu-area .inner .close-icon {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 15px;
		right: 20px;
	}
	#mobile-menu-area .inner #primary-menu  {
		width: 100%;
		float: left;
		margin: 0 0 36px 0;
	}
	#mobile-menu-area .inner #primary-menu li {
		width: 100%;
		float: left;
		font-size: 1.969rem;
		font-weight: 500;
		line-height: 2;
		margin: 0 0 10px 0;
	}
	#mobile-menu-area .inner #primary-menu li a {
		color: #fff;
		display: inline-block;
		float: left;
		width: 100%;
	}
	
	#mobile-menu-area .inner #footer-navigation {
		width: 100%;
		float: left;
		position: absolute;
		bottom: 54px;
		left: 20px;
	}
	#mobile-menu-area .inner #footer-navigation li {
		width: 100%;
		float: left;
		font-size: 0.875rem;
		line-height: 2.953;
	}
	#mobile-menu-area .inner #footer-navigation li a {
		color: #fff;
	}
	.inner {
		max-width: 100%;
		width: 100%;
		padding: 0 20px;
		float: left;
		margin: 0;
	}
	#page {
		width: 100%;
		float: left;
		padding: 58px 0 0 0;
	}
	.site-header {
		height: 58px;
	}
	.site-header .inner {
		width: 100%;
		height: 58px;
	}
	.site-header .inner .main-navigation {
		display: none;
	}
	.site-header .inner .site-en {
		display: none !important;
	}
	.site-header .inner .site-logo {
		width: 48px;
		height: 18px;
		bottom: 20px;
		left: 20px;
	}
	.site-header .inner .site-logo a img {
		width: auto;
		height: 18px;
	}
	.site-header .inner .menu-icon {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		filter: invert(100%);
	}
	
	
	.page-id-1164 .site-header .inner .menu-icon {
		filter: brightness(0) invert(1);
	}
	.page-template-page-home .site-header .inner .menu-icon {
		filter: invert(0);
	}
	.page-template-page-home .site-header.scrolled .inner .menu-icon {
		filter: invert(100%);
	}
	.page-template-page-home .site-header .inner .site-logo::after {
		width: 48px;
		height: 18px;
	}
	
	.entry-content figure.wp-block-video {
		width: 100% !important;
	}
	
	.entry-header .sharing-area {
		width: 40px;
		height: 300px;
		position: fixed;
		bottom: 20px;
		right: 20px;
		display: none;
	}
	.sharing-area ul.sharing {
		right: 0;
		bottom: 45px;
		width: 40px;
		height: 220px;
	}
	.sharing-area ul.sharing li {
		margin: 5px 0 0 0;
		border: 1px solid #f1f1f1;
	}
	
	.mobile-sharing-area {
		position: fixed;
		bottom: 15px;
		right: 15px;
		display: none;
	}
	.single .mobile-sharing-area {
		display: block !important;
	}
	
	
	/* Site Footer */
	.site-footer {
		padding: 54px 0;
	}
	.site-footer .top-footer {
		height: auto;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}
	.site-footer .top-footer a img {
		width: 44px;
		height: 18px;
		position: inherit;
		top: inherit;
		left: inherit;
		float: left;
		margin: 0 0 24px 0;
	}
	.site-footer .top-footer #footer-navigation {
		width: 100%;
		float: left;
		position: inherit;
		right: inherit;
		bottom: inherit;
		float: left;
	}
	.site-footer .top-footer #footer-navigation ul li {
		font-size: 0.875rem;
		margin: 0 20px 0 0;
	}
	.site-footer .bottom-footer {
		height: auto;
		font-size: 0.875rem;
	}
	.site-footer .bottom-footer select {
		position: relative;
		top: inherit;
		right: inherit;
		width: 100%;
		min-width: 100%;
		margin: 0 0 10px 0;
	}
	.site-footer .bottom-footer p.copyright {
		margin: 0;
	}
	
	#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image .inner .entry-meta {
		width: calc(100% - 40px);
		position: absolute;
		top: inherit;
		bottom: 71px;
		left: 20px;
		transform: inherit;
		color: #fff;
		margin: 28px 0 0 0;
	}
	#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image .inner .entry-meta .entry-title {
		font-size: 1.688rem;
		font-weight: 500;
		line-height: 1.2;
		margin: 0 0 21px 0;
	}
	#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image .inner .entry-meta .entry-slogan {
		font-size: 1.969rem;
		line-height: 1.36;
		margin: 0 0 21px 0;
	}
	#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image .inner .entry-meta .entry-description {
		font-size: 1rem;
		line-height: 1.5;
		margin: 0;
	}
	#main-visual-area .main-visual-loop .main-visual-loop-item .bg-image .inner .entry-meta .entry-description br {
		display: none;
	}
	
	.section-header {
		width: 100%;
		float: left;
		margin: 0 0 27px 0;
	}
	.section-header .section-title {
		font-size: 1.688rem;
		line-height: 1.2;
		font-weight: 700;
		letter-spacing: -0.5px;
	}
	.section-header .section-summary {
		font-size: 0.875rem;
		line-height: 1.36;
	}
	.slick-arrow {
		width: 20px;
		height: 20px;
	}
	.business-loop .slick-arrow,
	.story-loop .slick-arrow {
		display: block !important;
	}
	.business-loop .slick-next {
		top: -50px;
		right: 0;
		background-size: 20px 20px;
	}
	.story-loop .slick-next {
		top: -50px;
		right: 0;
		background-size: 20px 20px;
	}
	.business-loop .slick-prev {
		top: -50px;
		right: 40px;
		background-size: 20px 20px;
	}
	.story-loop .slick-prev {
		top: -50px;
		right: 40px;
		background-size: 20px 20px;
	}
	.business-loop .business-loop-item[aria-hidden="true"],
	.story-loop .story-loop-item[aria-hidden="true"] {
		opacity: 1;
	}
	#business-area {
		padding: 71px 0;
		width: 100%;
		margin: 0;
	}
	.business-loop {
		width: 100%;
		margin: 0;
	}
	.business-loop .business-loop-item {
		margin: 0 20px 0 0;
		height: 100% !important;
		min-height: calc((100vw - 40px) * 0.712365591);
	}
	
	#ridi-story-area {
		padding: 71px 0;
	}
	#ridi-story-area .area-wrap {
		width: 100%;
		margin: 0;
	}
	#ridi-story-area .area-wrap .left-area {
		width: 100%;
		margin: 0;
	}
	#ridi-story-area .area-wrap .right-area {
		width: 100%;
		margin: 0;
	}
	.story-loop {
		width: 100%;
		margin: 0;
	}
	.story-loop .story-loop-item {
		margin: 0 20px 0 0;
	}
	.story-loop .story-loop-item .entry-thumbnail {
		height: 198px !important;
	}
	.story-loop .story-loop-item .entry-meta {
		height: auto;
	}
	.story-loop .story-loop-item .entry-meta .entry-title {
		font-size: 18px;
		margin: 5px 0;
	}
	.story-loop .story-loop-item .entry-meta p {
		font-size: 0.875rem;
		margin: 0 0 10px 0;
	}
	.story-loop .story-loop-item .author-meta {
		font-size: 0.875rem;
	}
	
	
	
	.page-template section, 
	.post-type-archive-business section {
		padding: 54px 0;
	}
	.page-template section .section-header .section-title, 
	.post-type-archive-business .section-header .section-title {
		font-size: 2.25rem !important;
		letter-spacing: 0.15px;
		margin: 0 !important;
	}
	.page-template section .section-header .section-summary, 
	.post-type-archive-business .section-header .section-summary {
		font-size: 14px !important;
		line-height: 22px !important;
		margin: 20px 0 50px 0 !important;
	}
	
	.page-template-page-career section .section-header .section-title {
		margin: 0 0 54px 0 !important;
	}
	.page-template-page-career #ridi-job-notice .section-header .section-title {
		margin: 0 !important;
	}
	.page-template-page-career .ridi-fit-section {
		margin: 0 0 71px 0;
		padding-left: 0 !important;
	}
	.page-template-page-career section .inner h2 {
		font-size: 1.969rem;
		margin: 0 0 36px 0 !important;
	}
	.page-template-page-career section .inner span.h2-en {
		font-size: 1.5rem;
	}
	.page-template-page-career section .inner p br {
		display: block !important;
	}
	
	
	.business-archive article {
		width: 100%;
		float: left;
		margin: 0 !important;
		padding: 105px 0 0 0 !important;
	}
	
	
	.business-loop .business-loop-item .entry-meta {
		top: auto;
		bottom: -60px;
	}
	.business-loop .business-loop-item:hover {
		background-color: transparent;
	}
	.business-loop .business-loop-item:hover .entry-meta {
		top: auto;
		bottom: -10px;
	}
	.business-loop .business-loop-item .entry-meta p {
		font-size: 14px;
	}
	.business-loop .business-loop-item.post-63 .entry-meta p {
		width: 192px !important;
	}
	.business-loop .business-loop-item .entry-meta .entry-title {
		font-size: 18px;
	}
	.business-loop .business-loop-item .entry-meta .entry-content p {
		font-size: 0.875rem;
	}
	
	.business-archive article .entry-thumbnail {
		width: 100%;
		height: 250px;
		margin: 0 0 20px 0;
		border-radius: 5px;
	}
	.business-archive article .entry-thumbnail .entry-thumbnail-hover {
		display: none;
	}
	.business-archive article .entry-meta {
		width: 100%;
		padding: 0;
	}
	.business-archive article .entry-meta .entry-tagline {
		font-size: 1.125rem;
		margin: 0 0 5px 0;
	}
	.business-archive article .entry-meta .entry-title {
		font-size: 1.969rem;
		line-height: 1.2;
	}
	.business-archive article .entry-meta .entry-title img {
		height: 28px;
	}
	.business-archive article .entry-meta .entry-content {
		margin: 0 0 18px 0;
	}
	.business-archive article .entry-meta .entry-content p {
		font-size: 1rem;
	}
	.business-archive article .entry-meta .visit-link {
		font-size: 1rem;
	}
	.business-archive article .entry-meta .button-app-download {
		display: flex;
	}
	
	
	#career-about .image-area {
		height: 360px;
		margin: 27px 0 54px 0;
	}
	#career-about .image-area .image-01 {
		width: 300px;
		top: 60px;
		left: -20px;
	}
	#career-about .image-area .image-02 {
		width: 300px;
		top: 0;
		right: -20px;
	}
	
	
	
	#related-articles .inner {
		padding: 0 20px;
	}
	
	
	
	#join-us {
		width: 100%;
		float: left;
		height: 360px;
		margin: 105px 0 0 0;
		background-position: center;
	}
	#join-us .inner {
		height: 360px;
	}
	#join-us .join-content {
		left: 20px;
		top: 54px;
		transform: inherit;
	}
	#join-us h2 {
		font-size: 2.25rem;
	}
	#join-us p {
		font-size: 1.313rem !important;
	}
	#join-us span {
		top: inherit;
		bottom: 54px;
		left: 20px;
		right: inherit;
		transform: inherit;
	}
	
	#ridi-life {
		background-color: #f9f9f9;
	}
	#ridi-life .life-loop {
		width: 100%;
		margin: 0;
	}
	#ridi-life .life-loop .life-loop-item {
		width: 100%;
		min-height: auto;
		margin: 0 0 54px 0;
	}
	
	
	#ridi-job-notice h3.job-category {
		font-size: 1.313rem;
		margin: 50px 0 10px 0;
	}
	#ridi-job-notice .job-loop {
		margin: 0 0 27px 0;
	}
	#ridi-job-notice .job-loop li {
		background-size: 18px 9px;
		background-position: calc(100% - 5px) center;
	}
	#ridi-job-notice .job-loop li h4.entry-title {
		font-size: 1rem;
	}
	#ridi-job-notice .job-loop li h4.entry-title a {
		padding: 10px 0;
	}
	
	
	
	.keywords .inner span {
		font-size: 4rem;
	}
	
	
	.page-template section .inner h3 {
		font-size: 1.313rem;
		margin: 0 0 15px 0;
	}
	.page-template section .inner p {
		font-size: 1rem;
		width: 100% !important;
		padding-right: 0 !important;
	}
	
	
	#history .year-block .left {
		width: 100%;
		float: left;
		margin: 0 0 5px 0;
	}
	#history .year-block .left h3 {
		margin: 0 0 10px 0;
	}
	#history .year-block .right {
		width: 100%;
		float: left;
	}
	#history .year-block .right ul.ridi-history {
		width: 100%;
		float: left;
		margin: 0;
	}
	#history .year-block .right ul.ridi-history > li {
		width: 100%;
		height: auto !important;
		margin: 0;
		padding: 10px 0;
		font-size: 0.875rem;
		display: block;
		float: left;
	}
	
	#history .year-block .right ul.ridi-history > li span {
		width: 65px;
		margin: 0;
		font-size: 0.875rem;
		font-weight: 500;
		display: block;
		float: left;
	}
	#history .year-block .right ul.ridi-history > li div.year-content {
		display: block;
		float: left;
	}
	
	/*************************************
	    Archive
	*************************************/
	.archive .page-header {
		padding: 26px 0 18px 0;
		margin: 0;
	}
	.archive .page-header .page-title {
		font-size: 32px;
		line-height: 48px;
		margin: 0 0 11px 0;
	}
	
	
	
	
	.page-template-default .page-header {
		padding: 36px 0 0 0;
	}
	.page-header {
		padding: 0;
		margin: 26px 0 40px 0;
	}
	.page-header .page-title {
		font-size: 32px;
		line-height: 48px;
		margin: 0;
	}
	.page-header .category-navigation {
	    position: relative;
	    z-index: 1000;
	}
	.page-header .category-navigation ul {
		width: calc(100% + 40px);
		margin: 0 -20px;
		white-space: nowrap;
	    overflow-x: scroll;
	    -webkit-overflow-scrolling: touch;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	    display: inline-block;
	    float: left;
	}
	.page-header .category-navigation::before {
		content: "";
		display: block;
		width: 30px;
		height: 43px;
		background-image: url('images/left-gradient.png');
		background-position: right center;
		background-repeat: no-repeat;
		position: absolute;
		top: -8px;
		left: -20px;
	    z-index: 1500;
	    opacity: .75;
	}
	.page-header .category-navigation::after {
		content: "";
		display: block;
		width: 37px;
		height: 43px;
		background-image: url('images/right-gradient.png');
		background-position: left center;
		background-repeat: no-repeat;
		position: absolute;
		top: -8px;			
		right: -20px;
	    z-index: 1500;
	    opacity: .75;
	}
	.page-header .category-navigation ul::-webkit-scrollbar {
	    display: none;
	}

	.page-header .category-navigation ul li {
		font-size: 1rem;
		margin: 0 20px 0 0;
	}
	.page-header .category-navigation ul li:nth-child(1) {
		margin: 0 20px;
	}
	.story-loop.columns-3 .story-loop-item {
		width: 100%;
		margin: 0 0 36px 0;
	}
	.loop-area {
		margin-bottom: 54px !important;
	}
	

	
	/*************************************
	    Single
	*************************************/
	.single article .entry-header {
		padding: 36px 0 21px 0;
	}
	.single article .entry-header .inner {
	}
	.single-story .bg-image-wrap .bg-image {
	}
	.single article .entry-header .inner .entry-meta {
		width: calc(100% - 40px);
		float: left;
		bottom: 40px;
	}
	.single article .entry-header .inner .entry-meta .entry-title {
		font-size: 1.5rem;
		line-height: 1.36;
	}
	.single article .entry-header .inner .entry-meta p {
		font-size: 0.875rem;
		line-height: 1.5;
	}
	.single article .entry-header .inner .entry-meta .by-icon {
		width: 18px;
		height: 24px;
	}
	.single article .entry-header .inner .entry-meta .entry-author {
		font-size: 0.875rem;
	}
	.single-story .wp-post-image {
		margin: 0 0 36px 0;
	}
	.single article .entry-content {
		margin: 0;
		margin-bottom: 30px;
	}
	
	
	
	.entry-content h2 {
		font-size: 1.5rem;
	}
	.entry-content h3 {
		font-size: 1.125rem;
	}
	.single-story .entry-content p {
		font-size: 1rem;
		line-height: 1.625;
		margin: 0 0 1.625rem 0;
	}
	
	
	#related-articles .section-header .section-title {
		font-size: 1.5rem;
		margin: 0 0 15px 0;
	}
	#related-articles .story-loop .story-loop-item {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.entry-content .wp-block-image.size-full.wide {
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.entry-content .wp-block-image.size-full.wide figcaption {
		max-width: 100%;
		padding: 0 20px;
		margin: 15px 0 0 0;
	}
	.entry-content .wp-block-image.size-large {
		width: 100%;
		margin: 0 0 40px 0;
	}
	.entry-content .wp-block-gallery {
		width: 100%;
		margin: 20px 0 40px 0;
	}
	.blocks-gallery-grid .blocks-gallery-image, 
	.blocks-gallery-grid .blocks-gallery-item, 
	.wp-block-gallery .blocks-gallery-image, 
	.wp-block-gallery .blocks-gallery-item {
		margin: 0 2px 2px 0;
	}
	.entry-content .wp-block-gallery .blocks-gallery-caption {
		width: 100%;
		padding: 0 0;
		margin: 8px 0 0 0 !important;
	}
	.wp-block-quote.is-large, .wp-block-quote.is-style-large {
		padding: 40px 10px 0 30px;
	}
	.entry-content .wp-block-quote p {
		margin: 0;
	}
	.entry-content .wp-block-quote.is-style-large p {
		font-size: 1.313rem !important;
	}
	.entry-content .wp-block-embed {
		margin: 40px 0;
	}
	.entry-content .wp-block-image.size-large figcaption {
		padding: 0 20px;
	}
	
	
	.entry-content .wp-block-embed-speaker-deck iframe {
		width: 100%;
		height: 300px !important;
	}
	
	
	#ridi-code ul.ridi-codes li {
		height: auto !important;
		overflow: visible;
	}
	#ridi-code ul.ridi-codes li .image {
		width: 100% !important;
		height: auto !important;
		position: inherit !important;
		top: inherit !important;
		bottom: inherit !important;
		left: inherit !important;
		right: inherit !important;
		margin: 0 !important;
	}
	#ridi-code ul.ridi-codes li .text {
		width: 100% !important;
		top: inherit !important;
		bottom: inherit !important;
		left: inherit !important;
		right: inherit !important;
		margin: 70px 0 0 0;
		position: inherit;
	}
	#ridi-code ul.ridi-codes li .text::before {
		font-size: 5.063rem;
		top: -100px;
		
	}
	#ridi-code ul.ridi-codes li .text p {
		color: #808080;
	}
	.term-tech-blog .loop-area > li, 
	.category-investor-relation .loop-area > li.story-loop-item {
		padding: 20px 0 25px 0 !important;
		margin: 0 !important;
	}
	.term-tech-blog .loop-area > li .entry-meta, 
	.category-investor-relation .loop-area > li .entry-meta {
		width: 100%;
	}
	.term-tech-blog .loop-area > li .author-meta, 
	.category-investor-relation .loop-area > li .author-meta {
		width: 100%;
		position: inherit;
		top: inherit;
		right: inherit;
		transform: inherit;
		text-align: left;
	}
	.slide-normal {
		width: calc(100% + 40px);
		float: left;
		margin: 0 -20px;
		padding: 20px 0;
	}
	.page-template-page-career section .inner .right h3 {
		font-size: 1.5rem;
	}
	.page-template-page-career section .inner h2.left {
		width: 100%;
		font-size: 2.25rem !important;
	}
	.page-template-page-career section .inner .right {
		width: 100%;
		float: left;
	}
	.page-template-page-career .ridi-fit-section {
		margin: 0 !important;
		padding: 71px 0 !important;
	}
		
	.entry-content .wp-block-image {
		margin: 0 0 27px 0;
	}
	
	.ridibatang-page-header {
		background-size: 820px auto;
		padding: 160px 0;
		height: 490px;
	}
	.ridibatang-page-header h1.page-title {
		font-size: 32px !important;
		font-weight: 400;
		line-height: 1.36;
		width: 100% !important;
		margin: 0 auto;
	}
	
	#ridibatang-reasons {
		background-image: url("images/ridibatang/ridibatang-toc-mobile.png");
	    background-size: 530px auto;
	    background-position: center 340px;
	    padding: 100px 0 500px 0;
	}
	#ridibatang-reasons .section-header .section-title {
		font-size: 26px;
		line-height: 1.35em;
	}
	#ridibatang-reasons .section-header p {
		font-size: 20px;
	}
	#ridibatang-features .feature-01,
	#ridibatang-features .feature-02 {
		margin: 0 0 70px 0 !important;
	}
	#ridibatang-features .feature h2 {
		font-size: 26px;
		line-height: 1.35em;
	}
	#ridibatang-features .feature h2 span {
		margin-top: 100px;
		font-size: 23px;
	}
	#ridibatang-features .feature p {
		font-size: 20px;
	}
	#ridibatang-features .feature ul {
		width: 100%;
		margin: 30px 0 0 0;
	}
	#ridibatang-features .feature ul li {
		width: 100%;
		margin: 0 0 15px 0 !important;
	}
	#ridibatang-download {
		padding: 100px 0;
		margin-top: 0;
	}
	#ridibatang-download .section-header .section-title {
		font-size: 26px;
		line-height: 1.35em;
	}
	#ridibatang-download .section-header p {
	    font-size: 20px;
	}
	
	div.code-toolbar {
		width: calc(100vw - 40px) !important;
	}
	code[class*="language-"], pre[class*="language-"] {
		font-size: 0.75rem !important;
	}
	
	.section-sub-content .section-sub-title .mobile-only {
		display: inline-block !important;
	}
	.section-sub-content .section-sub-title br {
		display: block;
	}
	
	
	
	.pr-loop .pr-loop-item .entry-thumbnail {
		width: 107px;
		height: 65px;
		margin: 0 15px 0 0;
	}
	.pr-loop .pr-loop-item .entry-thumbnail .entry-thumbnail-inner {
		width: 107px;
		height: 65px;
	}
	.pr-loop .pr-loop-item .entry-meta {
		height: 65px;
		width: calc(100% - 122px);
	}
	.pr-loop .pr-loop-item .entry-meta .entry-title {
		font-size: 14px;
		line-height: 21px;
	}
	.pr-loop .pr-loop-item .entry-meta p {
		display: none;
	}
	.pr-loop .pr-loop-item .entry-meta span.entry-date,
	.pr-loop .pr-loop-item .entry-meta span.entry-media {
		font-size: 12px;
		line-height: 18px;
		bottom: -4px;
	}
	.pr-loop .pr-loop-item .entry-meta span.entry-media {
		left: 80px;
	}
	.pr-loop .pr-loop-item .entry-meta span.entry-media::before {
		height: 9px;
		top: 4px;
		left: -10px;
	}
	
	
	.single-story-btn-area {
		margin: 95px 0 45px 0;
	}
	
	#ridi-job-notice .job-quick-links .job-loop-item {
		padding: 0;
	}
	#ridi-job-notice .job-quick-links .job-loop-item h4.entry-title::after, 
	#ridi-job-notice .job-loop li h4.entry-title::after,
	.page-template-page-career-new .faq-loop .faq-loop-item .entry-title::after {
		width: 16px;
		height: 16px;
		background-size: 16px 16px;
		top: 5px;
		transform: inherit;
	}
	.page-template-page-career-new .faq-loop .faq-loop-item .entry-title.ui-state-active::after {
		top: 4px;
	}
	#ridi-job-notice .job-loop-item h4::after {
		top: 18px !important; 
	}
	
	.page-template-page-career-new .page-header {
		height: 214px;
		background-position: 0% center;
		margin: 0;
	}
	.page-template-page-career-new article {
		width: 100%;
		float: left;
	}
	.page-template-page-career-new .page-header .inner {
		height: 214px;
	}
	.page-template-page-career-new .page-header .inner .page-header-content {
		width: calc(100% - 40px);
		top: 40px;
		left: 20px;
	}
	.page-template-page-career-new .page-header .inner .page-header-content .page-title {
		font-size: 30px;
		font-weight: 500;
		line-height: 40px;
		letter-spacing: -0.025em;
		margin: 0 0 5px 0;
	}
	.page-template-page-career-new .page-header .inner .page-header-content p {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: -0.025em;
	}
	.page-template-page-career-new #career-about {
		padding: 50px 0 0 0;
	}
	.page-template-page-career-new #career-about .section-header {
		margin: 0 0 50px 0 !important;
	}
	.page-template-page-career-new #career-about .section-header .section-title {
		font-size: 32px !important;
		font-weight: 700 !important;
		line-height: 43px !important;
	}
	#ridi-job-notice .job-quick-links {
		margin: 0;
	}
	.page-template-page-career-new #ridi-job-faq {
		padding: 90px 0 150px 0;
	}
	
	.page-template-page-career-new #ridi-job-notice {
		padding: 90px 0 0 0;
	}
	.page-template-page-career-new #ridi-job-notice .section-header .section-title {
		font-size: 32px !important;
		font-weight: 700 !important;
		line-height: 43px !important;
	}
	.page-template-page-career-new #ridi-job-faq .section-header {
		margin: 0 0 30px 0 !important;
	}
	.page-template-page-career-new #ridi-job-faq .section-header .section-title {
		font-size: 32px !important;
		font-weight: 700 !important;
		line-height: 43px !important;
	}
	.page-template-page-career-new .faq-loop .faq-loop-item {
		width: 100%;
		float: left;
		padding: 15px 0;
	}
	.page-template-page-career-new .faq-loop .faq-loop-item .entry-title {
		font-size: 16px !important;
		line-height: 24px;
		padding: 0 40px 0 0;
		float: left;
	}
	.page-template-page-career-new .faq-loop .faq-loop-item .entry-content {
		margin: 10px 0 0 0;
		padding: 0 20px 5px 0;
		font-size: 12px !important;
		line-height: 20px;
		letter-spacing: -0.025em;
		width: 100%;
		height: auto !important;
		float: left;
	}
	.page-template-page-career-new .faq-loop .faq-loop-item .entry-content p {
		font-size: 12px !important;
		line-height: 20px;
		letter-spacing: -0.025em;
		width: 100%;
		float: left;
	}
	.page-template-page-career-new .faq-loop + a {
		font-size: 16px;
		margin: 20px 0 0 0;
		border-bottom: 1px solid #1E9EFF;
	}
	
	.page-template-page-career-new .life-loop {
		width: 100%;
		margin: 0;
	}
	.page-template-page-career-new .life-loop .life-loop-item {
		margin: 0 24px 0 0;
	}
	.page-template-page-career-new .life-loop .life-loop-item .entry-thumbnail {
		height: 240px;
	}
	.page-template-page-career-new .life-loop .life-loop-item .entry-meta {
		padding: 10px 15px;
		height: 180px;
	}
	.page-template-page-career-new .life-loop .life-loop-item .entry-meta h3 {
		font-size: 16px;
		margin: 0 0 5px 0;
	}
	.page-template-page-career-new .life-loop .life-loop-item .entry-meta ul li {
		font-size: 12px;
		line-height: 23px;
	}
	
	.page-template-page-career-new #ridi-job-notice .jobs {
		margin: 0;
	}
	.page-template-page-career-new #ridi-job-notice .section-header {
		margin: 0 0 20px 0 !important;
	}
	.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper {
		white-space: nowrap;
	    overflow-x: scroll;
	    -webkit-overflow-scrolling: touch;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	    display: inline-block;
	    float: left;
	    padding: 0 0 20px 0;
	    width: calc(100% + 40px);
	    margin: 0 -20px;
	}
	.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper li {
		margin: 0 6px 0 0;
		float: none;
		display: inline-block;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper li a {
		padding: 0 15px;
	}
	.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper li:nth-child(1) {
		margin: 0 6px 0 20px;
	}
	.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper li:last-child {
		margin: 0 20px 0 0;
	}
	.page-template-page-career-new #ridi-job-notice .job-quick-links ul.wrapper li {
		
	}
	.page-template-page-career-new #ridi-job-notice .job-quick-links h3.job-category, #ridi-job-notice h3.job-category {
		width: 100%;
		float: left;
		font-size: 21px;
		padding: 0 0 10px 0;
		margin: 50px 0 0 0;
	}
	.page-template-page-career-new #ridi-job-notice .job-quick-links .job-loop-item h4.entry-title a, #ridi-job-notice .job-loop li h4.entry-title a {
		font-size: 16px !important;
	    line-height: 24px;
	    padding: 15px 40px 15px 0;
	    float: left;
	}
	
	
	.page-template-page-home section .section-header {
		margin: 0 0 22px 0 !important;
	}
	
	
	
}
@media all and (max-width: 768px) {}
@media all and (max-width: 600px) {}
@media all and (max-width: 454px) {
	.site-header,
	.floating-menu {
		width: 454px !important;
	}
	.page-template-page-about-2 .page-header p br {
		display: none;
	}
}
@media all and (max-width: 428px) {
	.site-header,
	.floating-menu {
		width: 428px !important;
	}
} /* iPhone 12 Max */
@media all and (max-width: 414px) {
	.site-header,
	.floating-menu {
		width: 414px !important;
	}
}
@media all and (max-width: 390px) {
	.site-header,
	.floating-menu {
		width: 390px !important;
	}
}
@media all and (max-width: 375px) {
	.site-header,
	.floating-menu {
		width: 375px !important;
	}
	.business-loop .business-loop-item .entry-meta .entry-title {
		margin: 0 0 30px 0 !important;
	}
	.story-loop .story-loop-item .entry-thumbnail {
		height: 176px !important;
	}
}
@media all and (max-width: 360px) {
	.site-header,
	.floating-menu {
		width: 360px !important;
	}
	.story-loop .story-loop-item .entry-thumbnail {
		height: 168px !important;
	}
}
@media all and (max-width: 320px) {
	.site-header,
	.floating-menu {
		width: 320px !important;
	}
	.story-loop .story-loop-item .entry-thumbnail {
		height: 145px !important;
	}
}



/*************************************
    Homepage EN
*************************************/
.site-header-en {
	width: 100%;
	height: 142px;
	float: left;
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 2500;
	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-header-en.scrolled {
	top: -142px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-header-en .inner {
	height: 142px;
	position: relative;
}
.site-header-en .site-logo {
	width: auto;
	height: 31px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.site-header-en .site-logo a {
	display: inline-block;
	height: 100%;
	width: auto;
	line-height: 0;
	float: left;
}
.site-header-en .site-logo a img {
	height: 31px;
	width: auto;
	float: left;
	line-height: 0;
}
.page-template-page-home-en #page {
	padding: 0;
}

.page-template-page-home-en #en-intro {
	width: 100%;
	height: 100vh;
	min-height: 1000px;
	background-color: #1E9EFF;
	color: #fff;
	padding: 0;
}
.page-template-page-home-en #en-intro .inner {
	height: 100vh;
	min-height: 1000px;
	position: relative;
}
.page-template-page-home-en #en-intro .inner .section-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.page-template-page-home-en #en-intro .inner .section-content p {
	max-width: 590px;
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto 26px auto;
	color: rgba(255, 255, 255, .7);
}
.page-template-page-home-en #en-intro .inner .section-content h1 {
	text-align: center;
	margin: 45px 0 0 0;
	font-size: 80px;
	line-height: 100px;
	color: #fff;
}
.page-template-page-home-en #en-intro .inner .scroll-down-icon {
	width: 47px;
	height: 47px;
	float: none;
	margin: 60px auto 0 auto;
}
.page-template-page-home-en #en-intro .inner .scroll-down-icon a {
	width: 100%;
	height: 100%;
	display: inline-block;
	cursor: pointer;
}
.page-template-page-home-en #en-intro .inner .scroll-down-icon .scroll-down-circle {
	position: absolute;
	top: 0;
	left: 0;
}
.page-template-page-home-en #en-intro .inner .scroll-down-icon .scroll-down-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* animation-name: focus-in-contract;
	animation-duration: 1.4s;
	animation-timing-function: ease-in;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none; */

}
@keyframes focus-in-contract {
  0%{
    top: -100%;
  }
  100%{
    top: 200%;
  }
}
.page-template-page-home-en .inner {
	max-width: 1290px;
	padding: 0 40px;
	margin: 0 auto;
}
.page-template-page-home-en #en-business {
	width: 100%;
	float: left;
	padding: 160px 0;
	text-align: center;
}
.page-template-page-home-en #en-business .section-title {
	font-size: 40px;
	line-height: 56px;
	text-transform: uppercase;
	margin: 0 0 70px 0;
}
.page-template-page-home-en #en-business .section-content ul {
	width: 100%;
	justify-content: center;
	display: flex;
}
.page-template-page-home-en #en-business .section-content ul li {
	width: 340px;
	text-align: center;
	display: inline-block;
}
.page-template-page-home-en #en-business .section-content ul li img {
	width: 130px;
	height: 130px;
	margin: 0 0 34px 0;
	border-radius: 36px;
	box-shadow: 0px 20px 30px rgba(20, 37, 69, 0.2);
}
.page-template-page-home-en #en-business .section-content ul li h3 {
	font-size: 20px;
	line-height: 2;
	margin: 0;
	font-weight: 500;
}
.page-template-page-home-en #en-business .section-content ul li p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: rgba(119, 119, 119, 1);
	max-width: 220px;
	margin: 0 auto;
}




.page-template-page-home-en #en-manta {
	width: 100%;
	height: 1754px;
	padding: 210px 0;
	text-align: center;
	background-image: url('images/en/manta-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-template-page-home-en #en-manta .section-content h3 {
	width: 100%;
	float: left;
	font-size: 46px;
	line-height: 48px;
	color: #fff;
	margin: 40px 0 20px 0;
}
.page-template-page-home-en #en-manta .section-content p {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, .7);
}
.page-template-page-home-en #en-manta .section-content ul.stores {
	width: 100%;
	float: left;
	text-align: center;
	margin: 30px 0 0 0;
}
.page-template-page-home-en #en-manta .section-content ul.stores li {
	display: inline-block;
	margin: 0 15px;
}
.page-template-page-home-en #en-manta .section-content img.device {
	margin-top: -20px;
}
.page-template-page-home-en #en-manta .section-content ul.features {
	width: 100%;
	float: left;
}
.page-template-page-home-en #en-manta .section-content ul.features li {
	width: 25%;
	text-align: left;
	float: left;
	padding: 0 50px 0 0;
}
.page-template-page-home-en #en-manta .section-content ul.features li:nth-child(2) {
	padding-left: 20px;
}
.page-template-page-home-en #en-manta .section-content ul.features li:nth-child(3) {
	padding-left: 15px;
}
.page-template-page-home-en #en-manta .section-content ul.features li strong {
	display: inline-block;
	width: 100%;
	float: left;
	font-weight: 500;
	margin: 0 0 20px 0;
	color: rgba(255, 255, 255, .7);
}
.page-template-page-home-en #en-manta .section-content ul.features li span {
	display: inline-block;
	width: 100%;
	float: left;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	line-height: 24px;
}



.page-template-page-home-en #en-world {
	width: 100%;
	height: 895px;
	background-color: #333;
	padding: 210px 0 0 0;
}
.page-template-page-home-en #en-world .section-title {
	text-align: center;
	color: #676BFF;
	font-size: 40px;
	line-height: 52px;
	width: 100%;
	float: left;
	margin: 0 0 100px 0;
}
.page-template-page-home-en #en-world .section-content {
	width: 100%;
	float: left;
}
.page-template-page-home-en #en-world .section-content .section-content-left {
	width: 50%;
	float: left;
	padding-right: calc(50% - 445px);
}
.page-template-page-home-en #en-world .section-content .section-content-left p {
	color: #e5e5e5;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 24px 0;
}
.page-template-page-home-en #en-world .section-content .section-content-left p.top-bullet::before {
	content: "";
	display: block;
	width: 11px;
	height: 2px;
	background-color: #676BFF;
	margin: 0 0 5px 0;
}
.page-template-page-home-en #en-world .section-content .section-content-right {
	width: 50%;
	float: right;
}



.page-template-page-home-en #en-newsroom {
	width: 100%;
	float: left;
	padding: 210px 0 200px 0;
}
.page-template-page-home-en #en-newsroom .section-title {
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 56px;
	text-transform: uppercase;
}
.page-template-page-home-en #en-newsroom .section-content {
	width: 100%;
	float: left;
}
.page-template-page-home-en #en-newsroom .section-content ul.en-news-loop {
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
}
.page-template-page-home-en #en-newsroom .section-content ul.en-news-loop li.en-news-loop-item {
	width: 100%;
	height: 118px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.page-template-page-home-en #en-newsroom .section-content ul.en-news-loop li.en-news-loop-item:last-child {
	border-bottom: none !important;
}
.page-template-page-home-en #en-newsroom .section-content ul.en-news-loop li.en-news-loop-item h3 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 22px;
	line-height: 36px;
	font-weight: 500;
	max-width: 820px;
}
.page-template-page-home-en #en-newsroom .section-content ul.en-news-loop li.en-news-loop-item span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 15px;
	color: #808080;
}




.page-template-page-home-en .site-footer-en {
	width: 100%;
	float: left;
	padding: 53px 0;
	background-color: #000;
	color: #555;
}
.page-template-page-home-en .site-footer-en .left-footer {
	width: 40%;
	height: 180px;
	float: left;
	position: relative;
}
.page-template-page-home-en .site-footer-en .left-footer img {
	height: 31px;
	opacity: .35;
	position: absolute;
	top: 0;
	left: 0;
}
.page-template-page-home-en .site-footer-en .left-footer p.copyright {
	position: absolute;
	bottom: 0;
	left: 0;
}
.page-template-page-home-en .site-footer-en .right-footer {
	width: 60%;
	float: right;
}
.page-template-page-home-en .site-footer-en .right-footer strong {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
}
.page-template-page-home-en .site-footer-en .right-footer p {
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 30px;
}
.page-template-page-home-en .site-footer-en .right-footer p span {
	display: inline-block;
	width: 206px;
}

/*
 * .toggle {
	display: none;
	position: relative;
}
.toggle::before {
	content: "펼치기";
	position: absolute;
	top: -20px;
	left: 0;
}
*/













































































/*************************************
    Media Query
*************************************/
@media all and (max-width: 834px) {
	
	.site-header .inner .lang-area {
		top: 50%;
		transform: translateY(-50%);
		right: 85px;
	}
	
	.site-header-en {
		height: 65px;
	}
	.site-header-en .inner {
		height: 65px;
	}
	.site-header-en .site-logo {
		height: 16px;
	}
	.site-header-en .site-logo a img {
		height: 16px;
	}
	.page-template-page-home-en {
		letter-spacing: 0 !important;
	}
	.page-template-page-home-en .inner {
		max-width: 100%;
		height: 100%;
		padding: 0 26px;
		position: relative;
	}
	.page-template-page-home-en #en-intro {
		height: 725px;
		min-height: 725px;
	}
	.page-template-page-home-en #en-intro .inner {
		height: 100%;
		min-height: 725px;
		padding: 0 40px;
	}
	.page-template-page-home-en #en-intro .inner .section-content {
		position: inherit;
		top: inherit;
		left: inherit;
		transform: inherit;
		margin-top: 140px;
		letter-spacing: 0 !important;
	}
	.page-template-page-home-en #en-intro .inner .section-content h1 {
		font-size: 30px;
		line-height: 42px;
		letter-spacing: 0 !important;
		margin: 40px 0 0 0;
	}
	
	.page-template-page-home-en #en-intro .inner .scroll-down-icon {
		width: 36px;
		height: 36px;
		bottom: 120px;
		margin: 30px auto 0 auto;
	}
	.page-template-page-home-en #en-intro .inner .section-content p {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0 !important;
	}
	.page-template-page-home-en #en-intro .inner .section-content p br {
		display: none;
	}
	
	
	
	.page-template-page-home-en #en-business {
		padding: 120px 0;
		letter-spacing: 0 !important;
	}
	.page-template-page-home-en #en-business .section-title {
		font-size: 18px;
		line-height: 1.2;
		margin: 0 0 40px 0;
	}
	.page-template-page-home-en #en-business .section-content ul {
		display: block;
	}
	.page-template-page-home-en #en-business .section-content ul li {
		width: 100%;
		float: left;
		margin: 0 0 40px 0;
	}
	.page-template-page-home-en #en-business .section-content ul li img {
		width: 90px;
		height: 90px;
		border-radius: 26px 26px;
		margin: 0 0 5px 0;
	}
	.page-template-page-home-en #en-business .section-content ul li h3 {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.2;
		margin: 0 0 5px 0;
		letter-spacing: 0;
	}
	.page-template-page-home-en #en-business .section-content ul li p {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0;
	}
	
	
	.page-template-page-home-en #en-manta {
		padding: 120px 0 80px 0;
		height: auto;
	}
	.page-template-page-home-en #en-manta .section-title img {
		width: auto;
		height: 38px;
	}
	.page-template-page-home-en #en-manta .section-content h3 {
		font-size: 16px;
		line-height: 20px;
		margin: 20px 0 15px 0;
	}
	.page-template-page-home-en #en-manta .section-content p {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0;
		width: 240px !important;
		margin: 0 auto;
		float: none;
	}
	.page-template-page-home-en #en-manta .section-content ul.stores li {
		margin: 0 7px;
	}
	.page-template-page-home-en #en-manta .section-content ul.stores li a img {
		width: 46px;
		height: 46px;
	}
	.page-template-page-home-en #en-manta .section-content img.device {
		width: 200%;
		max-width: 200%;
		height: auto;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	
	.page-template-page-home-en #en-manta .section-content ul.features {
		width: 100%;
		padding: 0 40px;
	}
	.page-template-page-home-en #en-manta .section-content ul.features li {
		width: 100%;
		padding: 0;
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 40px 0;
	}
	.page-template-page-home-en #en-manta .section-content ul.features li strong {
		margin: 0 0 8px 0;
	}
	.page-template-page-home-en #en-manta .section-content ul.features li span {
		font-size: 12px;
		line-height: 18px;
	}
	
	
	.page-template-page-home-en #en-world {
		padding: 120px 0;
		height: auto;
	}
	.page-template-page-home-en #en-world .section-title {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 15px 0;
	}
	.page-template-page-home-en #en-world .section-content .section-content-right {
		width: 100%;
		float: left;
		margin: 20px 0 60px 0;
	}
	.page-template-page-home-en #en-world .section-content .section-content-left {
		width: 100%;
		float: right;
	}
	.page-template-page-home-en #en-world .section-content .section-content-left p {
		font-size: 12px;
		line-height: 18px;
		margin: 0 auto 18px auto;
		padding: 0 40px !important;
	}
	
	
	
	.page-template-page-home-en #en-newsroom {
		padding: 120px 0;
	}
	.page-template-page-home-en #en-newsroom .section-title {
		font-size: 18px;
		line-height: 1.2;
		margin: 0 0 40px 0;
	}
	.page-template-page-home-en #en-newsroom .section-content ul.en-news-loop {
		margin: 0;
	}
	.page-template-page-home-en #en-newsroom .section-content ul.en-news-loop li.en-news-loop-item {
		height: auto;
		float: left;
		width: 100%;
		padding: 20px 0;
	}
	.page-template-page-home-en #en-newsroom .section-content ul.en-news-loop li.en-news-loop-item:nth-child(1) {
		padding: 0 0 30px 0;
	}
	.page-template-page-home-en #en-newsroom .section-content ul.en-news-loop li.en-news-loop-item h3 {
		font-size: 13px;
		line-height: 22px;
		width: 100%;
		float: left;
		position: inherit;
		top: inherit;
		left: inherit;
		transform: inherit;
		margin: 0 0 8px 0;
	}
	.page-template-page-home-en #en-newsroom .section-content ul.en-news-loop li.en-news-loop-item span {
		position: inherit;
		top: inherit;
		right: inherit;
		transform: inherit;
		font-size: 12px;
		line-height: 22px;
	}
	
	
	.page-template-page-home-en #en-manta .section-content ul.features li:nth-child(2) {
		padding-left: 0;
	}
	.page-template-page-home-en #en-manta .section-content ul.features li:nth-child(3) {
		padding-left: 0;
	}
	
	
	
	.page-template-page-home-en .site-footer-en {
		padding: 120px 0 170px 0;
	}
	.page-template-page-home-en .site-footer-en .left-footer {
		width: 100%;
		height: auto;
		float: left;
	}
	.page-template-page-home-en .site-footer-en .left-footer img {
		position: inherit;
		top: inherit;
		left: inherit;
		height: 23px;
		width: auto;
		margin: 0 0 40px 0;
	}
	.page-template-page-home-en .site-footer-en .left-footer p.copyright {
		position: inherit;
		top: inherit;
		left: inherit;
	}
	.page-template-page-home-en .site-footer-en .right-footer {
		width: 100%;
		float: left;
	}
	.page-template-page-home-en .site-footer-en .right-footer strong,
	.page-template-page-home-en .site-footer-en .right-footer p {
		font-size: 12px;
		line-height: 18px;
	}
	.page-template-page-home-en .site-footer-en .right-footer p span {
		width: 150px;
		display: inline-block;
	}
	.page-template-page-home-en .site-footer-en .right-footer p.copyright {
		width: 100%;
		float: left;
		margin: 40px 0 0 0 !important;
	}
	
	
	/*************************************
	    Page Career New 202108
	*************************************/
	.page-template-page-career-new-202108 .page-header {
		margin: 0;
		height: 411px;
	}
	.page-template-page-career-new-202108 .page-header .inner {
		height: 411px;
	}
	.page-template-page-career-new-202108 .page-header .page-header-content {
		top: 34px;
		left: 18px;
		width: calc(100% - 36px);
	}
	.page-template-page-career-new-202108 .page-header .page-header-content .page-title {
		font-size: 28px;
		line-height: 38px;
		letter-spacing: -0.02em;
		margin: 0 0 8px 0;
	}
	.page-template-page-career-new-202108 .page-header .page-header-content p {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: -0.02em;
		margin: 0;
	}
	.page-header-animation {
		width: 360px;
		height: 411px;
		margin: 0 auto;
	}
	.page-header-animation .ridi-action {
		position: absolute;
		width: 130.12px;
		height: 158.36px;
		left: 115px;
		top: 222px;
		opacity: 1;
	}
	.page-header-animation .ridi-tags {
		position: absolute;
		width: 71.2px;
		height: 69.76px;
		left: 54.96px;
		top: 169px;
		opacity: 0;
	}
	.page-header-animation .ridi-play-button {
		position: absolute;
		width: 45.39px;
		height: 70.61px;
		left: 228.46px;
		top: 314px;
		opacity: 0;
	}
	.page-header-animation .ridi-on-air-bubble {
		position: absolute;
		width: 33.29px;
		height: 24.01px;
		left: 235px;
		top: 222px;
		opacity: 0;
	}
	.page-header-animation .ridi-man {
		position: absolute;
		width: 50.43px;
		height: 55.48px;
		left: 268px;
		top: 160px;
		opacity: 0;
	}
	.page-header-animation .ridi-man-bubble {
		position: absolute;
		width: 28px;
		height: 19px;
		left: 299.15px;
		top: 136px;
		opacity: 0;
	}
	.page-header-animation .ridi-woman {
		position: absolute;
		width: 77px;
		height: 88.7px;
		left: 35px;
		top: 314px;
		opacity: 0;
	}
	.page-header-animation .ridi-woman-bubble {
		position: absolute;
		width: 33.29px;
		height: 24.21px;
		left: 27px;
		top: 246px;
		opacity: 0;

	}
	.page-header-animation .ridi-heart-button {
		position: absolute;
		width: 26.23px;
		height: 41.36px;
		left: 34.06px;
		top: 377.25px;
		opacity: 0;
	}
	
	
	
	.animation-after-loaded .ridi-action {
		position: absolute;
		width: 130.12px;
		height: 158.36px;
		left: 115px;
		top: 208.13px;
		opacity: 1;
	}
	.animation-after-loaded .ridi-tags {
		position: absolute;
		width: 71.2px;
		height: 69.76px;
		left: 54.96px;
		top: 188px;
		opacity: 0.5;
	}
	.animation-after-loaded .ridi-play-button {
		position: absolute;
		width: 45.39px;
		height: 70.61px;
		left: 228.46px;
		top: 292.86px;
		opacity: 1;
	}
	.animation-after-loaded .ridi-on-air-bubble {
		position: absolute;
		width: 33.29px;
		height: 24.01px;
		left: 235px;
		top: 222px;
		opacity: 1;
	}
	.animation-after-loaded .ridi-man {
		position: absolute;
		width: 50.43px;
		height: 55.48px;
		left: 268px;
		top: 185.03px;
		opacity: 1;
	}
	.animation-after-loaded .ridi-man-bubble {
		position: absolute;
		width: 28px;
		height: 19px;
		left: 299.15px;
		top: 185px;
		opacity: 1;
	}
	.animation-after-loaded .ridi-woman {
		position: absolute;
		width: 77px;
		height: 88.7px;
		left: 35px;
		top: 287px;
		opacity: 1;
	}
	.animation-after-loaded .ridi-woman-bubble {
		position: absolute;
		width: 33.29px;
		height: 24.21px;
		left: 27px;
		top: 300.82px;
		opacity: 1;
	}
	.animation-after-loaded .ridi-heart-button {
		position: absolute;
		width: 26.23px;
		height: 41.36px;
		left: 35.06px;
		top: 346px;
		opacity: 1;
	}
	
	
	.animation-after-scrolled .ridi-action {
		position: absolute;
		width: 130.12px;
		height: 158.36px;
		left: 115px;
		top: 215px;
	}
	.animation-after-scrolled .ridi-tags {
		position: absolute;
		width: 71.2px;
		height: 69.76px;
		left: 54.96px;
		top: 175px;
		
		opacity: 0.2;
	}
	.animation-after-scrolled .ridi-play-button {
		position: absolute;
		width: 45.39px;
		height: 70.61px;
		left: 228.46px;
		top: 286px;
	}
	.animation-after-scrolled .ridi-on-air-bubble {
		position: absolute;
		width: 33.29px;
		height: 24.01px;
		left: 235px;
		top: 261px;
	}
	.animation-after-scrolled .ridi-man {
		position: absolute;
		width: 50.43px;
		height: 55.48px;
		left: 268px;
		top: 176px;
	}
	.animation-after-scrolled .ridi-man-bubble {
		position: absolute;
		width: 28px;
		height: 19px;
		left: 299.15px;
		top: 161px;
	}
	.animation-after-scrolled .ridi-woman {
		position: absolute;
		width: 77px;
		height: 88.7px;
		left: 35px;
		top: 277px;
	}
	.animation-after-scrolled .ridi-woman-bubble {
		position: absolute;
		width: 33.29px;
		height: 24.21px;
		left: 27px;
		top: 273px;
	
	}
	.animation-after-scrolled .ridi-heart-button {
		position: absolute;
		width: 26.23px;
		height: 41.36px;
		left: 35.06px;
		top: 337px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
