/*!
Theme Name: twinstar
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twinstar
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.

twinstar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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.
 */

@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    src: url(fonts/Pretendard-SemiBold.woff) format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    src: url(fonts/Pretendard-Regular.woff) format('woff');
}
@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    src: url(fonts/Pretendard-ExtraLight.woff) format('woff');
}

:root{
	--light-blue:#18a4ea;
	--dark-bg:#3d4751;
	--dark-blue:#505e6b;
	--point-pink:#e96347;
	--garden-star:#c4375c;
	--light-bg:#ecf5fa;
	--twin-max:680px;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	
	font-weight: 200;
}

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

/**
 * 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: #000;
	font-family: "pretendard";
	font-size: 1rem;
	line-height: 1.2;
}

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

p {
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
body:not(.page, .single) {
	background: var(--dark-bg);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol,li {
	margin: 0;
	padding:0;
	list-style: none;
}

dt {
	font-weight: 600;
}

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: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

a:visited {
	color: #000;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */

/* .main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {

}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
} */

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	/* margin: 0 0 1.5em; */
	margin:0;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* 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: 600;
	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: 1.5em;
}

#masthead{
	
	border-top:12px solid var(--light-blue);
	color:#fff;
	position: sticky;
	width:100%;
	top:-80px;
	left:0;
	z-index: 1;
}
.main-navigation {
	display: block;
	width: 100%;
	position: relative;
}
.main-navigation li {
	position:relative;
}

.main-navigation .menu {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
}
.main-navigation .menu>li>a{
	padding:0 31px;
	height:65px;
	display: block;
	line-height: 65px;
}
.main-navigation .menu>li:nth-child(1) ul{
text-align: left;
left:20px;
width:110%;
}

.main-navigation ul ul {
position: absolute;
top:65px;
left:0;
text-align: center;
width:100%;
font-size: 0.85rem;
padding-top:5px;
height:0;
overflow: hidden;
transition-duration: 0.5s;
}
.main-navigation ul ul a{
display: block;
padding:3px 0;
}
.menu-menu-1-container{
	position: relative;
	z-index: 1;

}
#sub_bg{
	width:100%;
	position: absolute;
	top:65px;
	left:0;
	background:rgba(0,0,0,0.7);
	height:0;
	transition-duration: 0.5s;
}

.menu-menu-1-container:hover~#sub_bg{
	height: 120px;
}
.menu-menu-1-container:hover ul ul{
	height:115px;
}
#site-navigation a:hover{
	color:var(--light-blue);
}

.site-branding{
	height:68px;
	background:#000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-title{
	margin:0;
}

.site-title a{
	text-decoration: none;
	font-weight: 600;
	font-size: 1.6rem;
	color:#fff;
	display: block;
}
#menu_toggle{
	position: absolute;
	top:0;
	left:0;
	width:40px;
	height: 50px;
	padding:18px 12px;
	cursor: pointer;
	display: none;
}
#menu_toggle div{
	height: 2px;
	margin-bottom:4px;
	background-color:white;
}

#site-navigation{
	height:65px;
	background:#000;
	display: flex;
	align-items: center;
	border-top:1px solid var(--dark-blue);
	justify-content: center;
	font-weight:300;
	
}

#site-navigation a{
	color:#fff;
}

#social_navigation{
	position: absolute;
	top:20px;
	right:35px;
}
#social_navigation ul, #social_navigation2 ul{
	display: flex;
}

#social_navigation li, #social_navigation2 li{
	margin:0 5px;
}
#social_navigation a, #social_navigation2 a{
	display: block;
	width:22px;
	height:22px;
	position: relative;
}

#social_navigation2{
	display: none;
}

#social_navigation img{
	width:100%;
	position: absolute;
	top:0;
	left:0;
}

#social_navigation img:nth-child(2){
	display: none;
}

#social_navigation a:hover img:nth-child(2){
	display: block;
}
#social_navigation a:hover img:nth-child(1){
	display: none;
}

#language_show{
	position: absolute;
	bottom:20px;
	right:40px;
	color:white;
	background:none;
	border:none;
	font-size: 0.8rem;
	cursor: pointer;
	padding-right:0;
}
#language_show svg{
	vertical-align: middle;
}
#language{
	position: absolute;
	top:120px;
	right:40px;
	background-color:#f4f4f4;
	font-size: 0.8rem;
	border-radius: 5px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
	overflow: hidden;
	display: none;
	z-index: 1;
}
#language a{
	display: block;
	padding:10px 15px;
	border-bottom:1px solid #fff;
}
#language a:hover{
	background-color:#fff;
}

.site-info{
	display:none;
}

#colophon{
	
	background-color:var(--dark-bg);
	padding:100px 0;
	color:#fff;
}
.inner_500{
	max-width:var(--twin-max);
	margin:0 auto;
}
#footer_nav .out_ul{
	display: flex;
	justify-content: space-between;
}

#footer_nav strong, #footer_address #footer_name{
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

#footer_nav a, #footer_address{
	color:#fff;
	font-size: 0.86rem;
}
#footer_address{
	font-style: normal;
	margin-top:-25px;
	margin-bottom:8px;
}
#footer_address strong{
	font-weight: 600;
}
#copyright{
	font-size: 0.75rem;
	padding-top:15px;
	border-top:1px solid rgba(255,255,255,0.4);
	text-align: center;
	opacity: 0.8;
}

.section_wrap section{
	height:calc(100vh - 65px);
	min-height:600px;
	position:relative;
	border-bottom:5px solid #777779;
}
.section_wrap section:nth-child(1){
	height:calc(100vh - 145px);
}
.full_image{
	background-size: cover;
	background-position: center center;
}
.text_box{
	position:absolute;
	left:50%;
	bottom:80px;
	transform:translateX(-50%);
	text-align: center;
	width:100%;
	max-width:var(--twin-max);
}
.index .full_image .text_box{
	bottom:80px;
}
.text_box a{
	text-decoration: underline;
}
.text_box.light, .text_box.light a{
	color:white;
}
.text_box h2{
	font-size: 1.6rem;
	margin:0;
}
.header .text_box h2{
	font-size: 2rem;;
}
.text_box p{
	font-size: 1.2rem;
	margin-top:0;
}
.index .full_image.nth1{
	background-image: url('images/primium-lighting/Premium-Lineup.jpg');
}
.index .full_image.nth2{
	background-image: url('images/TWINSTAR-Advanced-Spectrum-V3.0.jpg');
}
.index .full_image.nth3{
	background-image: url('images/entry-level-lighting/B-LINE.jpg');
}
.index .full_image.nth4{
	background-image: url('images/G+LINE-II.jpg');
}
.index .full_image.nth5{
	background-image: url('images/primium-lighting/LightControl-Lineup.jpg');
}
.index .full_image.nth6{
	background-image: url('images/NANO-II.jpg');
	background-position: center bottom;
}
.index .bluebox a{
	font-size: 1.46rem;
	margin-top:100px;
	display: inline-block;
	text-decoration: underline;
	color:white;
}
.bluebox{
	background-color:var(--light-blue);
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height:300px;
}
.bluebox h2{
	font-size: 2.33rem;
	margin:0;
}
.bluebox h3{
	font-size: 1.66rem;
	margin:0;
}
.bluebox p{
	font-size: 1.3rem;
	margin:0;
}
.mb-1{
	margin-bottom:1em !important;
}
.page .entry-header{
	display: none;
}
#brand .bluebox{
	height:350px;
	font-size: 1.66rem;
}
/* #brand .bluebox h2{
	font-size: 3rem;
} */
#brand .bluebox h3{
	font-size: 1.9rem;
	font-weight: 400;
}
.entry-content{
	margin:0;
}
.text_box_center{
	max-width:var(--twin-max);
}
.text_box_center.center{
	text-align: center;
}

#brand .bluebox .center h2{
font-size: 2.9rem;
}
#brand .bluebox .center h3{
	font-weight:300;
	font-size: 2rem;
}
.brand_part{
	background-color:white;
	padding-bottom:2em;
}
.brand_part img{
	max-width:1000px;
	display: block;
	margin:0 auto;
	width:100%;
	padding-top:1em;
}
.brand_part h3, .brand_part p, .brand_part li{
	max-width:890px;
	margin:0 auto;
}
.brand_part p, .brand_part li{
	padding-bottom:1em;
	font-size: 1.33rem;
	display: flex;
	letter-spacing: -0.01em;
}

.brand_part li{
	display: flex;
}
.brand_part li span:nth-child(1){
	width:70px;
	min-width: 70px;
}
.brand_part h3{
	padding-top:1em;
	font-size: 1.66rem;
}
.lcp_catlist {
	max-width: 1000px;
	margin:100px auto 50px;
	display: flex;
	justify-content: space-between;
}
.lcp_catlist li {
	width:30%;
	display:flex;
	flex-direction:column;
}
.lcp_catlist li a:nth-child(1) {
	font-size: 1.2rem;
	color:var(--light-blue);
	order:2;
	font-weight: 600;
}
.lcp_catlist li a:nth-child(2) {
	order:1;
	
}

.lcp_excerpt{
	order:3;
	font-size: 0.9rem;
}
.lcp_catlist img {
	width:100%;
}
.lcp_paginator {
	text-align: center;
	margin-bottom:50px;
}
.lcp_paginator li{
	border:0 !important;
}
.h_image_box{
}
.bg_wrap{
box-sizing: border-box;
background-size: cover;
background-position: center center;

height:100%;
}
.text_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--light-blue);
	color:white;
}
.text_wrap a{
	color:white;
}
.h_image_box .bg_wrap{
height:calc(100% - 350px);
border-bottom:1px solid white;
}
.h_image_box .text_wrap{
	height:350px;
	width:100%;
}
.text_wrap .text_box{
	position: relative;
	top:initial;
	bottom:initial;
	left:initial;
	transform: initial;
	letter-spacing: -0.02em;
}
.text_wrap .text_box h2{
	font-size: 2.2rem;
	
}

.text_wrap .text_box p{
	font-size: 1.4rem;
}
.h_image_box .bg_wrap.divide_3{
	display: flex;
	border-bottom:0;
	background-color: var(--light-blue);
}
.h_image_box .bg_wrap.divide_mobile{
	display: none;
}
.h_image_box .bg_wrap.divide_mobile div{
	height:50%;
	background-size: cover;
background-position: center center;
}
.h_image_box .bg_wrap.divide_mobile div:nth-child(1){

border-bottom:1px solid white;
}
.h_image_box .bg_wrap.divide_3 div{
	width:33.33%;
	background-size: cover;
background-position: center center;
height: 100%;
}
.h_image_box .bg_wrap.divide_3 div:nth-child(2){
	height:95%;
}
.v_image_box{
	display: flex;

}
.v_image_box .text_wrap{
	width:50%;
}
.v_image_box .bg_wrap{
	width:50%;
}
.v_image_box .text_wrap .text_box{
	max-width:600px;
	text-align: left;
}
.text_wrap.alpha_wrap{
	background: none;
	color:black;
	justify-content: right;
}
.text_wrap.alpha_wrap a{
	color:black;
}
.text_wrap.alpha_wrap .text_box{
	max-width:550px;
}

.info .header{
	height:250px;
width:100%;
position: relative;
background-color:#262b30;
color:white;
}
.info .con_wrap{
	background-color: var(--dark-blue);
	display: flex;
	justify-content: center;
	align-items: center;
	padding:30px 0;
}
.header .text_box{
	bottom:50%;
	left:50%;
	transform: translate(-50%, 50%);
	max-width:800px;
}
.con_wrap thead{
	background-color:#464a51;
	font-size: 1.1rem;
}
.con_wrap table{
	border:1px solid rgba(255,255,255,0.5);
	border-collapse: collapse;
	color:white;
	font-size: 0.9rem;
	max-width: 800px;
}
h1, h2, h3, h4, h5{
	font-weight: 600;
}
section.info{
	background-color: var(--dark-blue);
}
th{
	font-weight:600;
}
th, td{
	padding:15px 8px;
	border:1px solid rgba(255,255,255,0.3);
}
.con_wrap strong{
	font-weight: 200;
	/* color:var(--point-pink); */
}
.spec h2, .spec h3{
	color:var(--light-blue);
}
.spec p{
	color:white;
	margin:0;
	padding-left:11px;
	text-indent: -11px;
}
.spec h3{
	margin-bottom:0;
}
.info_line{
	display: flex;
	justify-content: space-between;
	max-width:800px;
}
.info_line div{
	width:49%;
}
.section_wrap .info{
	height: auto;
	min-height:calc(100vh - 65px);
}
.pink h2{
	color:var(--garden-star);
}
.pink .bluebox{
	background-color:var(--garden-star);
}
.pink .bluebox h2{
	color:white;
}
.pink .text_box_center h3{
	font-weight: 200;
}
.pink .text_box_center p{
	margin-top:1em;
}
.pink .text_wrap{
	background-color:var(--garden-star);
}
.pink .h_image_box .text_wrap h2{
	color:white;
}
.pink .v_image_box .text_wrap {
    background:none;
	color:black;
}
.pink .text_wrap.alpha_wrap .text_box h2{
	color:black;
}
.text_box_center.center{
	text-align: center;
}
.text_box_center.center h3{
	font-weight: 600;
}
.text_box_center.center p{
	margin-top:0;
}
.text_wrap.alpha_wrap.justi_left{
	justify-content: left;
	margin-left:50%;
}

.text_wrap.alpha_wrap .text_box.light h2, .text_wrap.alpha_wrap .text_box.light a{
color:white;
}
.spec h2{
	color:white;
}
.image h2{
	color:var(--light-blue);
}
.spec_image_wrap{
	display: flex;
	justify-content: center;
	margin-bottom:50px;
}
.spec_image_wrap img{
	width:250px;
	margin:0 10px;
}
.spec_content{
	max-width:800px;
	margin:50px 0;
}
.spec_left{
	display:flex;
	max-width:1150px;
}
.qr_wrap{
	display: flex;
	margin-top:30px;
}
.qr_wrap div{
	margin:80px 0 0 80px;
}
.qr_wrap div img{
	border:50px solid white;
}
.qr_wrap p{
	text-align: center;
	font-size: 2rem;
}
#link_wrap{
	margin:80px 0 0 80px;
}
#link_wrap p{
	margin-bottom:1em;
}
#link_wrap a{
	color:white;
	text-decoration: underline;
}
#twinstar_app{
	width:350px;
}
#twinstar_app img{
	width:100%;
}
.info .text_wrap{
	height: 250px;
}
.td_center td{
	text-align: center;
}
.qr_wrap .link{
	display: none;
	font-size: 1rem;
	word-break: break-all;
}
.qr_wrap .link a{
	color:white;
}
.image p{
	padding-left:0;
	text-indent: 0;;
}
.info .text_wrap p{
	margin-bottom:0;
}
.bg_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.h_image_box .bg_wrap img{
	height:70%;
}
.v_image_box .bg_wrap img{
	width:70%;
}
.spectrum section:nth-child(1) h2{
	margin-bottom:1em;
}
.spectrum .bluebox p{
	margin-bottom:1em;
}
.spectrum .text_box{
	text-align: left;
}
.spectrum section:nth-child(2) img{
	margin-top:50px;
}
.v_image_box .bg_wrap{
	background-color:var(--dark-blue);
}
.spectrum td:nth-child(2){
	text-align: center;
}
.spectrum li{
	list-style: disc;
	margin-left:20px;
}
.spectrum table li{
	color:white;
}
.spectrum p{
	padding-left:0;
	text-indent: 0;;
}
.spectrum .info .text_box{
	max-width:800px;
}
.spectrum .spec .con_wrap{
	background:var(--light-bg);
	color:black;
}
.spectrum .spec .con_wrap p, .spectrum .spec .con_wrap h3{
	color:black;
}
.spectrum .spec ul{
	margin:20px;
}
.spectrum .spec_content{
	margin:0;
	margin-bottom:50px;
}
.position_top{
	bottom:initial;
	top:20%;
}
.text_box_center ul{
	margin:20px;
}
.text_box_center li{
	list-style: disc;
}
.sterilizer .v_image_box .text_wrap{
	background: none;
	color:black;
}
.sterilizer .v_image_box .text_wrap h2{
	color:var(--light-blue);
}
.sterilizer .v_image_box .alpha_wrap h2{
	color:black;
}
.text_wrap .percent_wrap p{
	margin:0;
	font-size: 1.2rem;
}
.percent_wrap h2{
	margin-bottom:1em;
}
.percent_wrap h2, .text_wrap .percent_wrap .type{
	border-bottom:1px solid #a1a8ad;
}
.text_wrap .percent_wrap .type{
	margin-bottom:1.3em;
}
.percent{
	display: flex;
}
.percent>span:nth-child(1){
	font-weight: 600;
	font-size: 3em;
	width:180px;
	min-width:180px;
	position: relative;
}
.percent span small{
	font-size: 2rem;
	position: absolute;
	top:30px;
	left:100px;
}
.text_wrap .type:last-child{
	border:none;
}
.sterilizer .text_wrap.alpha_wrap.justi_left {
    justify-content: left;
    margin-left: 50%;
}
.sterilizer .full_image .text_box{
	max-width:750px;
	left:50%;
	transform: translateX(-50%);
}
.sterilizer .spec p{
	text-indent: 0;
	padding-left:0;
}
.spec h4{
	color:white;
	margin-bottom:0;
}
#board_wrap{
	max-width:800px;
	margin:50px auto;
}
.single_text{
	margin:0 auto;
	max-width:800px
}
.single_text h1{
	text-align: center;
	color:var(--light-blue);
	padding-top:50px;
	margin-bottom:10px;
}
.entry-meta{
	text-align: center;
	margin-bottom:30px;
}
.bg_wrap.divide_3{
	align-items:start;
}
.bg_wrap iframe {
	max-width:1000px;
	max-height:550px;
	align-self: self-end;
}
/* .section_wrap:not(.index), #brand{
	max-width:1750px;
	margin:0 auto;
}
.entry-content{
	background-color:#666;
} */

.section_wrap, #brand{
	background-color:#777779;
}
.section_wrap:not(.index) section, #brand>div{
	max-width:1920px;
	margin:0 auto;
}

section{
background-color:white;
}
.type_text{
	font-weight: 200;
	font-size: 1.2rem;
	display: block;
}
.text_box.position_top h2{
font-size: 1.8rem;
}
.sterilizer .full_image .text_box.percent_wrap{
	max-width:600px;
	left:10%;
	transform: initial;
}
.sterilizer .background-position0 .text_box{
	bottom:140px;
}
.sterilizer .background_position3 .text_box{
	left:40%;
	transform: initial;
}
.background_position3 h3{
	margin-bottom:0;
}
#board_wrap .fpsml-template-1 .fpsml-field-wrap label{
	font-weight: 600;
	font-size: 17px;
	/* color:var(--light-blue); */
}
#board_wrap .fpsml-form-title {
display: none;
}
#board_wrap .fpsml-template-1 .fpsml-field input[type="submit"]{
	background-color:var(--light-blue);
}
#board_wrap .kboard-contact-form-button-large{
	background:var(--light-blue) !important;
	color:white !important;
}
.mobile_hide_table h3{
	color:var(--light-blue);
	margin-bottom:0;
	margin-top:0;
	display: none;
}
.diffuser .full_image{
	color:white;
}
.diffuser .full_image .text_box{
	bottom:50%;
	transform: translate(-50%, 50%);
	
}
.diffuser .full_image .text_box h2{
	font-size: 2.5rem;
}
.diffuser .full_image .text_box p{
	font-size: 1.6rem;
}
.diffuser .v_image_box:nth-child(2) .text_wrap{
	background-color:white;
}
.diffuser .v_image_box:nth-child(2) h2{
	color:var(--light-blue);
}
.diffuser .v_image_box:nth-child(2) p{
	color:black;
}
.diffuser .h_image_box:nth-child(4) .text_wrap{
	background-color:white;
}
.diffuser .h_image_box:nth-child(4) h2{
	color:var(--light-blue);
}
.diffuser .h_image_box:nth-child(4) p{
	color:black;
}
#shorts{
	display: none;
}
.shorts_wrap>p {
	display: none;
}
.section_wrap .info.table{
	display: flex;
	flex-direction: column;
}
.info.table .con_wrap{
	flex-grow: 1;
}