/*
Theme Name: HDC 전용 테마
Theme URI: https://denomix.com/
Author: DENOMIX
Author URI: https://denomix.com/
Description: HDC 전용 테마
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: dnx-onepage
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.

DENOMIX ONEPAGE THEME 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.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/*
@import url("//cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

@font-face {
    font-family: 'KIMM';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/KIMM_Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'KIMM';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/KIMM_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
*/
@font-face {
  font-family: 'Kakao Big Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-Regular.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-Regular.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-Regular.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Kakao Big Sans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-Bold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-Bold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-Bold.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Kakao Big Sans';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-ExtraBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-ExtraBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-ExtraBold.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans-ExtraBold.ttf') format('truetype');
}


/*@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');*/

p, span, div {
    font-family: 'Kakao Big Sans', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	color:#222;
	letter-spacing: -0.04em;
    word-break: keep-all;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Kakao Big Sans', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    /*font-family: 'Kakao Big Sans', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;*/
	color:#222;
	letter-spacing: 0;
    word-break: keep-all;
}
.highlight {
    font-family: 'Kakao Big Sans', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
/* 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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 {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

/* Links
--------------------------------------------- */
a {
	color: #139DDF;
}

a:visited {
	color: #139DDF;
}

a:hover,
a:focus,
a:active {
	color: #0e74a3;
}

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 {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.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 {
	left: auto;
}

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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 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: 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: 1.5em;
}





/*
@media screen and (min-width: 1024px) {
    body .container:not(.is-max-desktop) {
        max-width: 960px!important;
    }
    .site-header .container:not(.is-max-desktop), .site-footer.container:not(.is-max-desktop) {
        max-width: 960px!important;
    }
}*/
/*
@media screen and (min-width: 1216px) {
    body .container:not(.is-max-desktop) {
        max-width: 1000px!important;
    }
    .site-header .container:not(.is-max-desktop), .site-footer.container:not(.is-max-desktop) {
        max-width: 1152px!important;
    }
}

@media screen and (min-width: 1408px) {
    body .container:not(.is-max-desktop) {
        max-width: 1000px!important;
    }
    .site-header .container:not(.is-max-desktop), .site-footer.container:not(.is-max-desktop) {
        max-width: 1344px!important;
    }
}
*/


/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

/* checkbox */
.styled-input-single {
    position: relative;
    padding: 20px 0 20px 40px;
    text-align: left;
  }
  .styled-input-single label {
    cursor: pointer;
  }
  .styled-input-single label:before, .styled-input-single label:after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
  }
  .styled-input-single label:before {
    left: 0;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    background: #f7f7f7;
    box-shadow: 0 0 1px grey;
  }
  .styled-input-single label:after {
    left: 5px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    opacity: 0;
    background: #000;
    transform: translate3d(-40px, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  }
  .styled-input-single input[type=radio],
  .styled-input-single input[type=checkbox] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
  }
  .styled-input-single input[type=radio]:checked + label:after,
  .styled-input-single input[type=checkbox]:checked + label:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  
  .styled-input--square label:before, .styled-input--square label:after {
    border-radius: 0;
  }
  
  .styled-input--rounded label:before {
    border-radius: 10px;
  }
  .styled-input--rounded label:after {
    border-radius: 6px;
  }
  
  .styled-input--diamond .styled-input-single {
    padding-left: 45px;
  }
  .styled-input--diamond label:before, .styled-input--diamond label:after {
    border-radius: 0;
  }
  .styled-input--diamond label:before {
    transform: rotate(45deg);
  }
  .styled-input--diamond input[type=radio]:checked + label:after,
  .styled-input--diamond input[type=checkbox]:checked + label:after {
    transform: rotate(45deg);
    opacity: 1;
  }



/* HEADER */
.site-main {
	min-height: 60vh;
    margin-bottom: 45px;
}
#page {
    padding-top: 0;
}
#masthead {
    z-index: 9999;
    position: fixed;
    background: #ffffff00;
    left: 0;
    right: 0;
    top: 0;
    height: 120px;
    padding: 18px 0;
    transition: all 0.3s ease-in-out;
}
.sticky-header #masthead {
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0 0 10px #00000030;
    background: #fff;
}
.admin-bar #masthead {
	top: 42px;
}
.top-menu-bar {
    text-align: right;
    background: #fbfbfb;
    padding: 4px 0;
    border-bottom: 1px solid #e1e1e1;
}
.top-menu-bar a {
    color: #0c0c0c;
    font-size: 14px;
    margin-left: 16px;
    font-weight: 500;
    position: relative;
}
.top-menu-bar a:after {
    content: "";
    width: 1px;
    height: 68%;
    position: absolute;
    display: block;
    background: #9c9c9c;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
}
.top-menu-bar a:first-child:after {
    display:none;
}
.thumbnail-box {
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
    padding-top: 100%;
    display: block;
    background-repeat: no-repeat;
}

.site-logo {
    display: block;
    width: auto;
    position: relative;
    height: 90px;
}

.site-logo img {
    display: block;
    position: absolute;
    left: 2px;
    top: 43%;
    transform: translateY(-50%);
    width: 82%;
    height: 35px;
    transition: all 0.3s linear;
}
.site-logo img.normal-logo {
    opacity: 0;
}
.site-logo img.white-logo {
    opacity: 1;
}
.sticky-header .site-logo img.normal-logo {
    opacity: 1;
}
.sticky-header .site-logo img.white-logo {
    opacity: 0;
}

#primary-menu { 
    text-align: center;
    display: block;
    height: 90px;
    width: auto;
    text-align: left;
}
.main-navigation li {
    position: relative;

}
#primary-menu .menu-item { 
    padding: 26px 2%;
    width: auto;
    display: inline-block;
        min-width: 140px;
    height: 90px;
}
#primary-menu .menu-item.right {
    float: right;
}
#primary-menu .menu-item a { 
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    transition: all 0.3s linear;
    opacity: 0.8;
        text-align: center;
    font-family: 'Kakao Big Sans', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.sticky-header #primary-menu .menu-item a {
    color: #000;
}
#primary-menu .menu-item.current_page_item > a, #primary-menu .menu-item:hover > a { 
    opacity: 1;
}
#primary-menu .sub-menu { 
    display: block;
    padding: 8px 27px;
    /* border: 1px solid #dadada; */
    border-radius: 10px;
    width: 150px;
    box-shadow: 0 0 12px #00000026;
	background: #fff;
	display:none;
}

#primary-menu .sub-menu .menu-item { 
    padding: 4px 0;
    text-align: left;
    width: 100%;
    min-width: unset;
    display: block;
    height: auto;
}

#primary-menu .sub-menu .menu-item a { 
    font-size: 16px;
    line-height: 2;
}

#primary-menu #menu-item-171 {
    display:none;
}
#masthead .icon-list { 
    display: block;
    height: 80px;
    text-align: right;
    padding-right: 20px;
        width: 212px;
}

#masthead .icon-list li { 
    display: inline-block;
    padding: 20px 0;
    margin-left: 0;
}
#masthead .icon-list li.open-mobile-menu {
    display:none;
}
#masthead .icon-list li a { 

}

#masthead .icon-list a .thumbnail-box { 
    width: 45px;
    height: 45px;
    background-size: 52%;
}
#masthead .icon-list .search a .thumbnail-box { 
	background-image: url(/wp-content/themes/hdc-theme/images/search-icon.svg);
    background-size: 52%;
    filter: invert(1);
}

#masthead .icon-list .home a .thumbnail-box { 
	background-image: url(/wp-content/themes/hdc-theme/images/home-icon.svg);
}

#masthead .icon-list .mobile a .thumbnail-box { 
	background-image: url(/wp-content/themes/hdc-theme/images/menu.svg);
	background-size: 70%;
    filter: invert(1);
}
.sticky-header #masthead .icon-list .search a .thumbnail-box { 
    filter: invert(0);
}
.sticky-header #masthead .icon-list .mobile a .thumbnail-box { 
    filter: invert(0);
}
.site-footer {
    background: #1C1C1C;
    color: #fff;
    padding: 60px 5%;
}
.site-footer.container {
    margin-top:75px;
}
.site-footer #masthead .icon-list li {
    padding:0;
}
.site-footer #masthead .icon-list a .thumbnail-box {
    width: 20px;
    height: 20px;
    background-size: 100%;
    transition: all 0.3s linear;
}
.site-footer #masthead .icon-list a .thumbnail-box:hover {
    opacity: .7;
}
.site-footer .copyright_caption {
	color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-left: 23px;
}
.site-footer .copyright_caption b {
    font-size: 19px;
    margin-bottom: 3px;
    display: inline-block;
}
.site-footer .copyright_caption a {
color: #fff;
    font-size: 15px;
    margin-right: 10px;
}
img.logo-footer {
	display: inline-block;
    vertical-align: middle;
    filter: grayscale(1) contrast(0) brightness(12);
    /* opacity: 0.5; */
    margin-top: 27px;
    width: 185px;
}
#masthead .icon-list .facebook a .thumbnail-box { 
	background-image: url(/wp-content/themes/hdc-theme/images/footer_icon_fb.png);
}
#masthead .icon-list .youtube a .thumbnail-box { 
	background-image: url(/wp-content/themes/hdc-theme/images/footer_icon_youtube.png);
}
#masthead .icon-list .instagram a .thumbnail-box { 
	background-image: url(/wp-content/themes/hdc-theme/images/footer_icon_insta.png);
}



.dnx-tabs { 
    display: block;
    position: relative;
}

.dnx-tabs ul { 
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0;
    margin-bottom: 10px;
}

.dnx-tabs ul li { 
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #555555;
    font-size: 15px;
    background: #fff;
    border: 1px solid #E4E4E4;
    /* border-top: 1px solid transparent; */
    width: 100%;
    cursor: pointer;
}
.dnx-tabs ul li.active { 
    /* border: 1px solid #000; */
    border-color: #886555;
    /* border-radius: 5px 5px 0 0; */
    font-weight: 600;
    color: #fff;
    background: #886555;
}
.dnx-tabs ul li span { 
    font-size: 16px;
    font-weight: 500;
}
.dnx-tabs ul li.active span { 
    color: #fff;
    font-weight: 700;
}
.dnx-tabs .tab-contents { 

}

.dnx-tabs .tab-contents .single-tab { 
    display: none;
}
.dnx-tabs .tab-contents .single-tab.active { 
    display: block;
}







#main-mega-menu {
    position: fixed;
    background: #139DDFed;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    top: 0px;
    /* border-top: 1px solid #eaedf385; */
    border-bottom: 1px solid #eaedf34a;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
#main-mega-menu .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px 0;
    padding-top: 30px;
}
#main-mega-menu .single-mega-menu { 
    width: 100%;
}
#main-mega-menu .single-mega-menu:after { 
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    position: absolute;
    background: #eaedf35e;
    top: 50%;
    transform: translate(-15px,-50%);
}
#main-mega-menu .single-mega-menu:first-child:after { 
    display: none;
}
#main-mega-menu .single-mega-menu h4 { 
    position: relative;
    margin-bottom: 20px;
}
#main-mega-menu .single-mega-menu h4 span {
    position: absolute;
    color: #5C5C65;
    font-size: 10px;
    top: -16px;
    font-weight: 400;
    left: 0;
}
#main-mega-menu .single-mega-menu h4 a { 
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

#main-mega-menu .single-mega-menu h4 svg { 
    position: absolute;
    right: 30px;
    top: 5px;
}

#main-mega-menu .single-mega-menu .submenu { 
    display: block;
    margin: 15px 0;
    font-size: 15px;
    color: #ffffffa1;
    font-weight: 500;
}

#main-mega-menu .single-mega-menu .submenu.more { 
    color: #777777;
    padding-left: 20px;
}
#main-mega-menu.active { 
	display: block;
    top:120px;
	opacity: 1;
	visibility: visible;
}
.admin-bar #main-mega-menu.active { 
    top: 164px;
}
.mega-menu-top-wrapper-mobile {
	display:none;
}



#masthead .icon-list:before{
    display:none;
}

.page-header {
    background-image: url(/wp-content/uploads/2025/06/dynamic-wang-irn9H9-Kfq4-unsplash.jpg);
    padding: 142px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    text-align: center;
}
.page-header h1.entry-title {
    font-size: 55px;
    font-weight: 100;
    color: #fff;
    text-shadow: 1px 2px 19px #00000057;
    font-family: 'Kakao Big Sans', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    letter-spacing: -0.03em;
}
.page-header:after {
    content: "";
    background: #0000003b;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.page-header .container {
    position: relative;
}
.background-spacer {
    background: #33701df2;
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20%;
    left: calc( 50vw - 560px );
    z-index: -1;
    transform: skewX(-30deg);
    display:none;
}
.background-spacer:after {
    content: "";
    background: #4c9631e8;
    width: 180px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20%;
    transform: skewX(53deg);
    z-index: -8;
    display:none;
}

.dnx_menu_navigation {
    margin-top: 5px;
}

.dnx_menu_navigation a {
    padding: 5px 15px;
    background: #5b5b5b2b;
    font-size: 14px;
    margin-right: 1px;
    color: #fff;
    border: 1px solid #ffffff4d;
    margin: 0;
    margin-right: -4px;
}
#kboard-default-document {
    margin-top: 20px;
}


.submenu-bar-wrapper { 
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0;
    margin-bottom: 45px;
    margin-top: 30px;
}

.submenu-bar-wrapper a { 
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #555555;
    font-size: 15px;
    background: #fff;
    border: 1px solid #E4E4E4;
    /* border-top: 1px solid transparent; */
    width: 100%;
    cursor: pointer;
    font-weight: 600;
}

.submenu-bar-wrapper a.current { 
    border-bottom:4px solid #886555;
}

article h2.section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 14px;
    position: relative;
}
article h2.section-title:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 90%;
    display: block;
    background: linear-gradient(0deg, #886555, #886555);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#page blockquote {
    padding: 15px 10px;
    background: #fbfbfb;
    border-left: 2px solid #a9c885;
    padding-left: 20px;
}
.single-bordered-box {
    padding: 30px 12px;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
    border-top: 2px solid #886555;
    font-size: 17px;
    box-shadow: 0 0 4px #00000026;
    vertical-align: top;
    height: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    word-break: keep-all;
    position: relative;
    margin: 4px 2px;
    padding-top: 15px;
}
.single-bordered-box .box-title {
	text-align: center;
	font-size: 19px;
    font-weight: 600;
	margin-bottom:10px;
}
a.box-link {
    display: block;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #588f3e, #886555);
    padding: 17px 16px;
    font-weight: 600;
    font-size: 19px;
    color: #fff;
    z-index: 1;
    position: relative;
}
a.box-link:hover {
    color: #fff; 
}
a.box-link:before {
    content: "";
    transition: all 0.3s ease-in;
    background: linear-gradient(90deg, #588f3e, #74c54e);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
a.box-link:hover:before {
    opacity: 1;
    visibility: visible;
}
a.box-link.external:after {
    content: "";
    background-image: url(/wp-content/themes/hdc-theme/images/external.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 19px;
    background-size: contain;
    z-index: 21;
    background-position: center;
    display: block;
    opacity: 0.8;
}
a.box-link.externalL:hover:after {
    opacity: 1;
}

.bordered-list {

}
.bordered-list .list-item {
    border-top: 1px solid #ffffff00;
    padding: 7px;
    padding-left: 0;
    background: transparent;
    transition: background 0.3s linear;
}
.bordered-list .list-item:first-child {
    border-color:transparent;
}
.bordered-list .list-item:hover {
    background: #fbfbfb;
}
.bordered-list .list-item .num {
    display: inline-block;
    background: #886555;
    font-weight: 500;
    padding: 1px 6px;
    color: #fff;
    border-radius: 15px;
    width: 22px;
    text-align: center;
    font-size: 13px;
    margin-top: 1px;
    vertical-align: top;
    position: absolute;
    left: 0;
}
.bordered-list .list-item:has(.num) { 
    padding-left: 29px;
}
.bordered-list .list-item.dot { 
    padding-left: 12px;
    position: relative;
}
.bordered-list .list-item.dot:before{ 
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #886555;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 17px;
    opacity: 0.5;
    transition: all 0.3s linear;
}
.bordered-list .list-item.dot:hover:before{
    opacity: 1;
}
.bordered-list .list-item .type {
    display: inline-block;
    padding: 2px 10px;
    background: #ededed;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 8px;
    text-align: center;
    min-width: 52px;
}
h2.section-title-sub {
    font-size: 14px;
}
h2.section-title-sub {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
    margin-top: 20px;
}
h2.section-title-sub:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 3px;
    display: block;
    background: linear-gradient(0deg, #886555, #886555);
    left: 0;
    bottom: -5px;
}

span.small-info {
    display: inline-block;
    font-size: 14px;
    color: #555;
    margin:5px 0;
}

.steps-wrapper { 
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.steps-wrapper .single-step { 
    background: #33701d;
    width: 100%;
    padding: 20px 15px;
    color: #fff;
    margin-left: 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.steps-wrapper .single-step:first-child { 
    margin-left: 0;
}
.steps-wrapper .single-step:hover { 
    transform: scale(1.05);
}
.steps-wrapper .single-step:after {
    position: absolute;
    display: block;
    content: "";
    background-image: url(/wp-content/themes/hdc-theme/images/chevron-right.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    left: -25px;
    opacity: 0.3;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
}
.steps-wrapper .single-step:hover:after  { 
    opacity: 0;
}
.steps-wrapper .single-step:first-child:after { 
    display:none;
}
.steps-wrapper .single-step:nth-child(2) { 
    background: #3d8622;
}
.steps-wrapper .single-step:nth-child(3) { 
    background: #42a81c;
}
.steps-wrapper .single-step:nth-child(4) { 
    background: #30ad01;
}
.steps-wrapper .single-step .step-number { 
    color: #fff;
    border: 1px solid;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 3px;
}

.steps-wrapper .single-step .step-content { 
    color: #fff;
}
#primary table {
    border-top: 2px solid #c4c4c4;
}
#primary table td, #primary table th {
    padding: 8px 10px;
    border-top: 1px solid #f4f4f4;
        text-align: left;
}
#primary table tr:first-child td {
    border-bottom: 1px solid #d7d7d7;
}

a.side-link {
    display: block;
    text-align: center;
    border-left: 3px solid #40702a;
    padding: 10px 0;
    box-shadow: 0 0 10px #00000014;
    margin-bottom: 8px;
    color: #000;
    font-weight: 500;
}

.go-top-full-button {
    width: 100%;
    text-align: center;
    background: #886555;
    cursor: pointer;
    color: #fff;
    padding: 4px 0;
    margin-top: 20px;
    margin-bottom: 10px;
}


.search_wrapper {
    position: fixed;
    background: #ffffffeb;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    transition: all 0.3s linear;
    opacity: 0;
    z-index: -1;
}
.search_wrapper.active {
    opacity: 1;
    z-index: 99999;
}
.search_wrapper .search_form {
    position: absolute;
    width: 600px;
    max-width: 90vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.search_wrapper .search_form .search_title { 
    font-size: 55px;
    font-weight: 600;
}
.search_wrapper .close-btn {
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: contain;
    right: -120px;
    top: -120px;
    background-image: url(/wp-content/themes/hdc-theme/images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.search_wrapper .search_form #search_term { 
    font-size: 31px;
    color: #000;
    border: 0;
    border-bottom: 2px solid #000;
    width: 100%;
    padding: 13px 0;
    outline-style: none;
    background: 0;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: 'Kakao Big Sans', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.search_wrapper .search_form #search_term:focus { 
    outline: none;
}
.search_wrapper .input_wrapper {
    position: relative;
}
.search_wrapper .input_wrapper img {
    position: absolute;
    width: 30px;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.open-popup-btn {
    cursor: pointer;
}
.main-button, a.main-button {
    cursor: pointer;
    margin: 20px auto;
    display: block;
    width: 360px;
    max-width: 100%;
    text-align: center;
    border: 2px solid #886555;
    padding: 11px 0;
    font-size: 26px;
    font-family: 'Kakao Big Sans', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    letter-spacing: -0.06em;
    font-weight: 700;
    color: #886555;
    transition: all 0.3s linear;
}
.main-button:hover, a.main-button:hover {
    transform: scale(1.05);
    color: #fff;
}
.main-button:after, a.main-button:after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #886555;
    z-index: -1;
    transition: all 0.1s linear;
}
.main-button:hover:after, a.main-button:hover:after {
    width:100%;
}

.full-section {
    position: relative;
    overflow: hidden;
}
.full-section .container {
    position: relative;
    z-index: 1;
}
.full-section .bg-title  {
    position: absolute;
    font-size: 11em;
    font-weight: 100;
    color: #000;
    opacity: 0.1;
    top: -4%;
    left: 3%;
    width: auto;
    word-break: keep-all;
    white-space: nowrap;
    z-index: 0;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}
.full-section .bg-title.bottom  {
    top: unset;
    left:unset;
    bottom: -4%;
    right: 3%;
    text-align: right;
}

.dnx-popup-modal { 
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #00000078;
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}
.dnx-popup-modal.active { 
    opacity: 1;
    visibility: visible;
}
.dnx-popup-modal .inner-wrapper { 
    position: absolute;
    background: #fff;
    width: 86%;
    right: -100%;
    top: 0;
    height: 100%;
    border-left: 75px solid #139DDF;
    transition: all 0.2s linear;
}
.dnx-popup-modal.active .inner-wrapper{ 
    right: 0;   
}
.dnx-popup-modal .inner-wrapper .popup-title { 
    position: absolute;
    font-size: 8rem;
    color: #fff;
    left: 27px;
    top: 24%;
    transform: rotate(270deg);
    font-weight: 100;
    transform-origin: 0 100%;
}

.dnx-popup-modal .inner-wrapper .popup-content { 
    overflow:auto;
    height: 100%;
    width: 100%;
}

.dnx-popup-modal .close-btn { 
    position: absolute;
    width: 14%;
    height: 100%;
    left: 0;
    cursor: pointer;
}
.dnx-popup-modal .close-btn svg { 
    position: absolute;
    bottom: 0;
    width: 160px;
    height: 160px;
    transform: rotate(45deg);
    right: 0px;
}

.staff-title h2 rt {
    font-size:12px;
}

.sub-line {
    display: inline-block;
    color: #fff;
    background: #323232;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 10px;
    vertical-align: middle;
    line-height: 1;
}
.sub-line.line-3 {
    background: #E6752A;
}
.sub-line.line-bd {
    background: #9E2E34;
}

#sticky-buttons { 
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

#sticky-buttons .single-sticky-button { 
    background: #8c8377;
    border-radius: 9px;
    margin: 28px 0;
    padding: 10px 10px;
    box-shadow: 0 0 15px #0000002e;
    position: relative;
    transition: all 0.3s linear;
    opacity: 0.9;
}
#sticky-buttons .single-sticky-button:hover { 
    transform: scale(1.08);
    box-shadow: 0 0 20px #0000002e;
    opacity: 1;
}

#sticky-buttons .single-sticky-button svg { 
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
}

#sticky-buttons .single-sticky-button .sticky-button-text { 
    font-size: 11px;
    color: #fff;
    text-align: center;
    position: absolute;
    background: #00000040;
    border-radius: 5px;
    padding: 0 6px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
}
#sticky-buttons .single-sticky-button.instagram {
    background: linear-gradient(225deg, #5259BF, #DF585B);
}
#sticky-buttons .single-sticky-button.kakao {
    background: #e7d359;
}
#sticky-buttons .single-sticky-button.kakao svg path{
    fill:#000;
}
#sticky-buttons .single-sticky-button.naver {
    background: #4DC250;
}


.swiper-pagination-bullet-active {
    background-color: #139DDF;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block;
    border-radius: 0;
    width: 3px;
    height: 30px;
}






#brand-menu-selector { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding-top: 180px;
    display: block;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}
#brand-menu-selector.active { 
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#brand-menu-selector .inner-wrapper { 
    background: #ffffffe6;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    box-shadow: 0 0 30px #00000017;
}

#brand-menu-selector .inner-wrapper .container { 

}

#brand-menu-selector .inner-wrapper .container .single-category-item {    
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 30px 40px;
    min-height: 480px;
    transition: all 0.3s linear;
    display:none;
}
#brand-menu-selector .inner-wrapper .container .single-category-item.active { 
    display: flex;
}
#brand-menu-selector .inner-wrapper .container .single-category-item .category-brand-select { 
    width: 20%;
        padding-top: 20px;
}

#brand-menu-selector .inner-wrapper .container .single-category-item .category-brand-select .category-brand-item { 
    padding: 20px 15px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s linear;
    position: relative;
    border-radius: 20px;
}
#brand-menu-selector .inner-wrapper .container .single-category-item .category-brand-select .category-brand-item svg { 
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}
#brand-menu-selector .inner-wrapper .container .single-category-item .category-brand-select .category-brand-item:hover{ 
    transform: scale(1.05);
    background: #ffffff;
}
#brand-menu-selector .inner-wrapper .container .single-category-item .category-brand-items { 
    width: 76%;
    display: flex;
    flex-wrap: nowrap;
}
.equipment-items {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    transition: all 0.3s linear;
    gap: 15px;
    margin-bottom:60px;
}
#brand-menu-selector .inner-wrapper .container .single-category-item .category-brand-items .equipment-items { 
    display: none;
        overflow: auto;
    overflow-y: auto;
    padding-top: 20px;
    max-height: 400px;
    transform: translateY(20px);
     margin-bottom:0;
}
#brand-menu-selector .inner-wrapper .container .single-category-item .category-brand-items .equipment-items.active { 
    display: flex;
    transform: translateY(0);
}

.equipment-item { 
    width: 25%;
    flex: 0 0 calc((100% - 45px) / 4);
    max-width: calc((100% - 45px) / 4);
}
#brand-menu-selector .equipment-item { 
    width: auto;
    flex:unset;
    max-width: unset;
}
.equipment-item .equipment-link { 
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
#brand-menu-selector .equipment-item .equipment-link { 
    margin-right: 30px;
}
.equipment-item .equipment-link .thumbnail-box { 
    width: 100%;;
    background: #ffffff78;
    border-radius: 20px;
    margin-bottom: 16px;
    position: relative;
    border: 1px solid #ededed;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
#brand-menu-selector .equipment-item .equipment-link .thumbnail-box { 
width: 140px;
}
.equipment-item .equipment-link .thumbnail-box svg { 
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.8;
}
.equipment-item .equipment-link span { 
    font-size: 18px;
}


#brand-menu-selector .close-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    right: 20px;
    top: 20px;
}

#brand-menu-selector .close-btn svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
}


.dnx-article-wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top:60px;
}
.dnx-article-wrapper .category-wrapper { 

}

.dnx-article-wrapper .category-wrapper .all-category-title { 
    color: #202020;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.4;
}

.dnx-article-wrapper .category-wrapper .category-list-wrapper { 

}

.dnx-article-wrapper .category-wrapper .category-list-wrapper .category-list { 
    margin: 15px 0;
}

.dnx-article-wrapper .category-wrapper .category-list-wrapper .category-list li { 
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 20px;
}
.dnx-article-wrapper .category-wrapper .category-list-wrapper .category-list li a { 
    color: #999;
    font-size: 19px;
    font-weight: 500;
    padding: 7px 0;
}
.dnx-article-wrapper .category-wrapper .category-list-wrapper .category-list li.active { 

}

.dnx-article-wrapper .category-wrapper .category-list-wrapper .category-list li.active a { 
    border-bottom: 3px solid #202020;
    color: #202020;
}

.dnx-article-wrapper .search-form { 
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin: 30px auto;
    /* margin-bottom: 20px; */
    position: relative;
}

.dnx-article-wrapper .search-form #sub_category { 
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin-right: 10px;
    width: 30%;
    padding: 10px 20px;
    height: auto;
    font-size: 17px;
    line-height: 1.2;
    padding: 20px 20px;
    height: auto;
    font-size: 16px;
    font-weight: 500;
}

.dnx-article-wrapper .search-form input { 
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 20px 20px;
    height: auto;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}
.dnx-article-wrapper .search-form input::placeholder { 
    color: #DEDEDE;
}
.dnx-article-wrapper .search-form button { 
    position: absolute;
    right: 0;
    background: 0;
    height: 100%;
    width: 6%;
    padding: 0;
    padding-right: 11px;
    text-align: right;
}

.dnx-article-wrapper .search-form button svg { 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.dnx-article-wrapper .pagination-buttons { 
    text-align: center;
    padding: 30px 0;
    padding-top: 80px;
}

.dnx-article-wrapper .pagination-buttons .pagination { 
    display: flex;
    justify-content: center;
}

.dnx-article-wrapper .pagination-buttons .pagination .first-page { 

}

.dnx-article-wrapper .pagination-buttons .pagination .first-page svg { 

}

.dnx-article-wrapper .pagination-buttons .pagination .first-page svg path { 

}

.dnx-article-wrapper .pagination-buttons .pagination .prev-page { 

} 

.dnx-article-wrapper .pagination-buttons .pagination .prev-page svg { 

}

.dnx-article-wrapper .pagination-buttons .pagination .prev-page svg path { 

}

.dnx-article-wrapper .pagination-buttons .pagination .current { 
    font-weight: 500;
    padding: 5px 15px 3px 15px;
    font-size: 18px;
    text-decoration: none;
    color: #202020;
    border-bottom: 2px solid #139DDF;
}

.dnx-article-wrapper .pagination-buttons .pagination .page-number { 
    color: #ACACAC;
    font-weight: 500;
    padding: 5px 15px;
    font-size: 18px;
    text-decoration: none;
}



.dnx-article-wrapper .article-board-list { 

}

.dnx-article-wrapper .article-board-list .single-board-item { 
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
}

.dnx-article-wrapper .article-board-list .single-board-item a { 

}

.dnx-article-wrapper .article-board-list .single-board-item a .sub-category { 
    color: #ACACAC;
    font-weight: 500;
    margin-bottom: 9px;
}
.dnx-article-wrapper .article-board-list .single-board-item a .sub-category .sub-category-item {
    margin-right:8px;
}
.dnx-article-wrapper .article-board-list .single-board-item a .title-text-cutstring { 
    color: #202020;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 7px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.dnx-article-wrapper .article-board-list .single-board-item .item-date { 
    color: #ACACAC;
    font-weight: 300;
}
.dnx-article-wrapper .article-board-list .single-board-item .category-label {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #ffffff3d;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(2px);
    color: #000000c2;
}



.dnx-article-wrapper .article-board-list .thumbnail-box { 
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto;
    padding-top: 56.5%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #f2f2f2;
}

.dnx-article-wrapper .article-board-list.gallery { 
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    width: 102%;
}

.dnx-article-wrapper .article-board-list.gallery .single-board-item {
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0.5%;
    width: 48%;
    border-bottom: 0;
    margin-bottom: 30px;
}
.dnx-article-wrapper .article-board-list.gallery .single-board-item a .title-text-cutstring {
    word-wrap: normal;
    max-height: 61px;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.dnx-article-wrapper .article-board-list.pdf { 
    display: flex;
    flex-wrap: wrap;
    background: #EAEDF4;
    padding: 4%;
    border-radius: 16px;
    justify-content: space-between;
    flex-direction: row;
}
.article-section-title {
    font-size: 24px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 30px;
    margin-top: 20px;
}
.dnx-article-wrapper .article-board-list.pdf .single-board-item {
    padding: 0;
    width: 31%;
    border-bottom: 0;
    margin-bottom: 50px;
}
.dnx-article-wrapper .article-board-list.pdf .sub-category {
    display:none;
}
.dnx-article-wrapper .article-board-list.pdf .title-text-cutstring {
    display:none;
}
.dnx-article-wrapper .article-board-list.pdf .item-date {
    display:none;
}
.dnx-article-wrapper .article-board-list.pdf .thumbnail-box {

    padding-top: 140%;
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.dnx-article-wrapper .category-buttons { 
    margin-bottom: 35px;
}

.dnx-article-wrapper .category-buttons .category-button { 
    padding: 15px 30px;
    background: #f7f7f7;
    border-radius: 15px;
    margin-right: 20px;
    margin-bottom: 15px;
    color: #222;
    font-size: 21px;
    display: inline-block;
}
.dnx-article-wrapper .category-buttons .category-button.active { 
    background: #139DDF;
    color: #fff;
}

.dnx-single-article-wrapper { 
     margin-top: -60px;
    background: #fff;
    box-shadow: 0 0 30px #0000001c;
    border-radius: 30px;
    z-index: 1;
    position: relative;
        padding: 60px 30px;
}
.dnx-single-article-wrapper * {

}


.dnx-single-article-wrapper .article-title-wrapper { 

}

.dnx-single-article-wrapper .article-title-wrapper .article-title { 
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    color: #202020;
    font-weight: 600;
    width: 100%;
}

.dnx-single-article-wrapper .article-title-wrapper .article-subtitle { 
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 19px;
    color: #ACACAC;
    width: 100%;
}

.dnx-single-article-wrapper .article-title-wrapper .article-subtitle span {
    margin-right: 5px;
}
.dnx-single-article-wrapper .article-title-wrapper .article-subtitle a {
    margin-right: 5px;
    color: #ACACAC;
}
.dnx-single-article-wrapper .article-title-wrapper.normal .article-title { 
    text-align: left;
}

.dnx-single-article-wrapper .article-title-wrapper.normal .article-subtitle { 
    text-align: left;
}


.dnx-single-article-wrapper .article-tags { 
    margin: 40px 0;
    padding:0 60px;
}
.dnx-single-article-wrapper .article-tags.branch { 
    margin: 40px 0;
}
.dnx-single-article-wrapper .article-tags .single-tag-item { 
    font-size: 19px;
    color: #595959;
    border: 1px solid #E0E0E0;
    padding: 8px 23px;
    border-radius: 24px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.dnx-single-article-wrapper .article-tags.branch .single-tag-item, .dnx-single-article-wrapper .article-tags.branch a { 
    border-radius: 5px;
    background:#435BA1;
    border:0;
    color:#fff;
}
.dnx-single-article-wrapper .article-link-button {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.dnx-single-article-wrapper .article-link-button a {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    background: #002856;
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 21px;
    font-weight: 600;
    margin: 0 10px;
}

.dnx-single-article-wrapper .article-header { 

}

.dnx-single-article-wrapper .article-header .article-title { 
    font-size: 28px;
    font-weight: 500;
    color: #000;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.4;
    margin-top: 10px;
}

.dnx-single-article-wrapper .article-header .article-date { 
    background-color: #f9f9f9;
    padding: 15px 10px;
    font-size: 14px;
    color: #000;
    text-align: right;
    margin-bottom: 18px;
}

.dnx-single-article-wrapper .article-content { 
    color: #000;
    font-size: 18px;
    line-height: 1.6;
    padding:0 60px;
        min-height: 400px;
}

.dnx-single-article-wrapper .article-content * { 
    font-size: 18px;
    line-height: 1.7;
}
.dnx-single-article-wrapper .article-content p { 
    color: #000;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1.5em;
}
.dnx-single-article-wrapper .article-content ul { 
    padding-left:18px;
    margin-bottom: 1.5em;
}
.dnx-single-article-wrapper .article-content li { 
    color: #000;
    font-size: 18px;
    line-height: 1.7;
    list-style: initial;
    margin-bottom: .5em;
}
.dnx-single-article-wrapper .article-content ol li { 
    list-style: decimal;
}
.dnx-single-article-wrapper .article-content .wp-caption-text { 
    color: #6a6a6a;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dnx-single-article-wrapper .article-content hr {
    background: #ddd;
    margin: 30px 0;
    height: 1px;
}
.dnx-single-article-wrapper .article-content img {
    max-width: 100%;
    margin: 0 auto;
}
.dnx-single-article-wrapper .article-content figure {
    min-width: 100%;
    max-width: 100%;
    margin-top: 15px !important;
}
.dnx-single-article-wrapper .article-content strong {
    font-size:inherit;
    color:inherit;
}
.dnx-single-article-wrapper .article-footer { 

}

.dnx-single-article-wrapper .article-footer .article-attatchments { 
    border-top: 1px solid #f1f1f1;
    margin-top: 35px;
    padding-top: 28px;
}

.dnx-single-article-wrapper .article-footer .article-attatchments .attatchment-title { 

}

.dnx-single-article-wrapper .article-footer .article-attatchments ul { 
    margin-top: 10px;
}

.dnx-single-article-wrapper .article-footer .article-attatchments ul li { 
    display: inline-block;
    padding: 7px 10px;
    margin-right: 3px;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    margin-bottom: 5px;
}

.dnx-single-article-wrapper .article-footer .article-attatchments ul li a { 
    color: #000;
}
.dnx-single-article-wrapper .article-footer .article-attatchments a{
    color: #000;
}








.dnx-single-article-wrapper .category-area-list.columns {
    margin-left: -.5rem;
    margin-right: -.5rem;
    margin-top: -.5rem;
}
.dnx-single-article-wrapper .category-area-list.columns .column {
    padding: 0.5rem;
}

.dnx-single-article-wrapper .single-member-item { 
    text-align: center;
    padding-bottom: 40px;
    display: block;
}

.dnx-single-article-wrapper .single-member-item .thumbnail { 
    padding-top: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 100%;
    background-position: 50% 20%;
    box-shadow: 4px 6px 10px #7E7E7E40;
}

.dnx-single-article-wrapper .single-member-item .caption { 
    padding-top: 18px;
}

.dnx-single-article-wrapper .single-member-item .caption .info { 
    color: #979696;
    font-size: 15px;
    font-weight: 400;
}

.dnx-single-article-wrapper .navigation-wrapper { 
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.dnx-single-article-wrapper .navigation-wrapper .next-article { 
    width: 30%;
}

.dnx-single-article-wrapper .navigation-wrapper .next-article a { 

}

.dnx-single-article-wrapper .navigation-wrapper .next-article a .arrow { 

}

.dnx-single-article-wrapper .navigation-wrapper .next-article a .arrow svg { 
    display: inline-block;
    vertical-align: middle;
    margin-left: -17px;
    margin-right: -5px;
}
.dnx-single-article-wrapper .navigation-wrapper .prev-article a .arrow svg { 
    display: inline-block;
    vertical-align: middle;
    margin-right: -17px;
    margin-left: -5px;
}

.dnx-single-article-wrapper .navigation-wrapper a .arrow span { 
    color: #ACACAC;
    display: inline-block;
    vertical-align: middle;
}

.dnx-single-article-wrapper .navigation-wrapper a .btn-title { 
    color: #202020;
    font-size: 19px;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.dnx-single-article-wrapper .navigation-wrapper .bottom-button-wrapper { 
    padding-top: 70px;
}

.dnx-single-article-wrapper .navigation-wrapper .bottom-button-wrapper .list-button { 
    color: #595959;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #E0E0E0;
    padding: 10px 25px;
    border-radius: 10px;
}

.dnx-single-article-wrapper .navigation-wrapper .prev-article { 
    width: 30%;
    text-align: right;
}


.items-column { 
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}

.items-column .item { 
    background: #f7f7f7;
    padding: 30px 40px;
    border-radius: 20px;
    display: block;
    height: 100%;
    position: relative;
    margin: 0 1%;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.items-column .item .item-thumbnail { 
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 30%;
}
.items-column.article .item .item-thumbnail { 
    background-size: cover;
    background-position:center center;
}
.items-column .item .item-content { 
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    padding: 0 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
}

.items-column .item .item-content h3 { 
    font-size: 23px;
    font-weight: 600;
}

.items-column.article {
    flex-wrap: wrap;
    justify-content: space-between;
}
.items-column.article .item {
        height: 47%;
    position: relative;
    margin: 0 1%;
    margin-bottom: 2%;
    width: 31%;
}
.items-column.article .item .item-content {
    background: linear-gradient(0, #00000069, transparent);
    height: 100%;
    border-radius: 20px;
        position: absolute;
}
.items-column.article .item .item-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 90%;
}

.items-column .item .item-content p { 
    font-size: 13px;
}

.brand-items { 
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
        margin-bottom: 60px;
}

.brand-items .brand-item { 
    flex: 0 0 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
    border-radius: 20px;
    color: #222;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}

.brand-items .brand-item .brand-link { 

}

.brand-items .brand-item .brand-link .thumbnail-box { 
    padding-top: 50%;
    background-size: contain;
    color: transparent;
    width: 85%;
    margin: 0 auto;
    position: relative;
}
.brand-items .brand-item .brand-link .thumbnail-box span { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
       font-size: 48px;
    font-weight: 600;
}
.brand-items .brand-item .brand-link .thumbnail-box.has-image span { 
    color: transparent;
}
@media (max-width: 1200px) { 
    #site-navigation {
        display: none;
    }
    #page {
        overflow: hidden;
    }
    #masthead .column.logo {
        width: 50%;
    }
    #masthead .column.icons {
        width: 50%;
    }
    #masthead .column.menu {
        display: none;
    }
}

@media (max-width: 840px) { 
    .mobile-hide {
        display: none;
    }
    #masthead {
        height: 84px;
        padding: 0 0;
    }
    #masthead .icon-list li.open-mobile-menu {
        display:inline-block;
}

	#main-mega-menu {
        position: fixed;
        top: 0;
        height: 100vh;
        border: 0;
        overflow: auto;
    }
    #main-mega-menu .container {
        display: block;
        padding: 30px 20px;
    }
    #main-mega-menu .single-mega-menu:after {
        display: none;
    }
    #main-mega-menu .single-mega-menu h4 svg {
        right: 0;
    }
    #main-mega-menu .single-mega-menu {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        border-bottom: 0;
        margin-bottom: 20px;
    }
    #main-mega-menu .single-mega-menu h4 {
        margin-bottom: 20px;
        width: 100%;
    }
    #main-mega-menu .single-mega-menu .submenu {
        width: 50%;
        margin: 0;
        margin-bottom: 20px;
    }
    #main-mega-menu .single-mega-menu .submenu.more {
        width: 100%;
        margin-top:10px;
    }
    #main-mega-menu .single-mega-menu .submenu + .submenu.more{
        margin-bottom: 20px;
        margin-top: 0;
    }
    #main-mega-menu .single-mega-menu .submenu.more + .submenu.more {
        margin-bottom: 20px;
        margin-top: -10px;
    }

    #main-mega-menu .single-mega-menu h4 span {
        position: relative;
        top: unset;
        margin-left: 3px;
    }
    .mega-menu-top-wrapper-mobile {
        display: block;
        padding: 20px;
        position: relative;
    }
    .mega-menu-top-wrapper-mobile .logo {
        display: inline-block;
    }
    .mega-menu-top-wrapper-mobile .logo img {
        width: 120px;
    }
    .mega-menu-top-wrapper-mobile svg.close {
        position: absolute;
        display: block;
        right: 20px;
        top: 23px;
        cursor: pointer;
    }
    #main-mega-menu .single-mega-menu.mobile-top-user {
        display: block;
        background: #F7F8FB;
        border: 0;
        margin-bottom: 0;
        padding: 5px 20px;
    }
    #main-mega-menu .single-mega-menu.mobile-top-user h4 {
        margin-bottom: 0;
        padding: 14px 0;
    }
    #main-mega-menu .single-mega-menu h4 svg {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #main-mega-menu .single-mega-menu h4 .user-name-link svg {
        right: unset;
        left: -1px;
    }
    #main-mega-menu .single-mega-menu .user-name-link {
        padding-left: 40px;
        font-weight: 500;
    }
    #main-mega-menu .single-mega-menu h4 a { 
           margin-left: -2px;
        font-size: 25px;
    }
    .site-footer {
        padding:30px 15px;
    }
    .container {
        padding:0 15px;
    }
    #masthead .container {
        padding:0 10px;
    }
    #top-icon-box-wrapper .columns {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    #top-icon-box-wrapper .columns .column {
        width: 50%;
        flex-basis: unset;
    }
    #top-icon-box-wrapper .columns .column .single-box-item:after {
       display:none!important;
    }
    #main-booklet-widget {
        display: flex;
        flex-wrap: wrap;
    }
    #main-booklet-widget .column{
        width: 50%;
        flex-basis: unset;
    }
    .main-kboard-article-wrapper a {
        width: 100%!important;
    }
    #main-mega-menu.active, .admin-bar #main-mega-menu.active{
        position: fixed;
        top: 0;
        height: 100vh;
        border: 0;
        overflow: auto;
        z-index: 99999;
        background: #139DDF;
    }
    #dnx_calendar_main_widget .calendar-header .calendar-buttons {
        top: -34px!important;
    }
    #dnx_calendar_main_widget .calendar-header .calendar-title {
        font-size: 21px!important;
        padding-top: 19px;
    }
    #dnx_calendar_main_widget .calendar-dates {
        overflow-x: auto;
    }
    .background-spacer {
        left: -28%;
    }
    .submenu-bar-wrapper a {
        min-width: 110px;
        font-size: 14px;
    }
    .submenu-bar-wrapper {
        overflow-x: auto;
    }
    .dnx-history-wrapper .single-item-year .item-year {
        font-size: 38px!important;
    }
    .table-responsive {
        overflow-x: auto;
    }
    .dnx-tabs ul li span {
        font-size: 13px;
    }
    .dnx-tabs .tab-contents .single-tab {
        max-height: 231px;
        overflow: hidden;
    }
    .main-kboard-article-wrapper a .single-kboard-article .article-title {
        font-size: 15px!important;
    }
    .site-logo {
    margin-left: 12px;
}
    .site-logo img {
                top: 46%;
                        width: 96px;
    }
    .page-header {
        padding: 90px 0;
    }
    .page-header h1.entry-title {
        font-size: 35px;
    }
    .full-section .bg-title {
        font-size: 7em;
    }
    .main-button, a.main-button {
        margin: 10px auto;
        padding: 8px 0;
        font-size: 19px;
    }

    .dnx-popup-modal .inner-wrapper {
        width: 100%;
        height: 86%;
        top: unset;
        bottom: 0;
        border-left: 0;
        border-top: 45px solid #139DDF;
    }
    .dnx-popup-modal .inner-wrapper .popup-title {
        transform-origin: unset;
        font-size: 68px;
        transform: unset;
        top: -92px;
        left: 13px;
    }
    .dnx-popup-modal .close-btn {
        width: 100%;
        height: 14%;
    }
    .dnx-popup-modal .close-btn svg {
        right: 0px;
        width: 79px;
        right: -10px;
        bottom: -41%;
    }
    .site-footer .copyright_caption {
        display: block;
        margin-left: 0;
        margin-top: 18px;
    }
    .site-footer .copyright_caption b{
        font-size: 16px;
    }
    #sticky-buttons .single-sticky-button .sticky-button-text {
        display: none;
    }
    #sticky-buttons {
        right: 15px;
        top: unset;
        bottom: 20px;
        transform: unset;
    }
    #sticky-buttons .single-sticky-button {
        margin: 10px 0;
    }
    #sticky-buttons .single-sticky-button svg {
        width: 30px;
        height: 30px;
    }




       .dnx-article-wrapper .pagination-buttons a.page-numbers, .dnx-article-wrapper .pagination-buttons .page-numbers.dots {
        display:none;
    }
    .dnx-article-wrapper .pagination-buttons a.page-numbers.prev, .dnx-article-wrapper .pagination-buttons a.page-numbers.next {
        display:inline-block;
    }
    .dnx-article-wrapper .single-gallery-item {
        margin-bottom: 12px;
        width: 49%;
        min-height: 66vw;
    }
    .dnx-article-wrapper .single-gallery-item .inner-wrapper h2 { 
        color: #000;
        font-family: inherit;
        font-size: 16px;
    }

    .dnx-article-wrapper .single-gallery-item .inner-wrapper .date { 
        bottom: 23px;
        right: 18px;
        font-size: 13px;
        font-weight: 500;
    }
    .dnx-single-article-wrapper .article-header .article-title { 
        font-size: 24px;
    }
    .dnx-single-article-wrapper .article-content { 
        font-size: 16px;
        padding:0;
    }
    .dnx-single-article-wrapper .article-content p { 
        font-size: 16px;
    }
    .dnx-single-article-wrapper .article-content li {
        font-size: 16px;
}
  
	

.dnx-article-wrapper .category-wrapper .all-category-title {
    font-size: 27px;
}
.dnx-article-wrapper .category-wrapper .category-list-wrapper .category-list li a {

    font-size: 16px;
}
.dnx-article-wrapper .category-wrapper .category-list-wrapper .category-list {
    overflow: auto;
    white-space: nowrap;
}
.dnx-article-wrapper .category-wrapper .category-list-wrapper .category-list li {
    margin-right: 15px;
}
.dnx-article-wrapper .search-form #sub_category {
    font-size: 16px;
    font-weight: 500;
    min-width: 105px;
    padding: 13px 6px;
    font-size: 15px;
    border-radius: 5px;
}
.dnx-article-wrapper .search-form input {
    font-size: 16px;
    font-weight: 500;
    padding: 13px 6px;
    font-size: 15px;
    border-radius: 5px;
}

.dnx-article-wrapper .article-board-list .single-board-item a .sub-category {
    color: #ACACAC;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
}
.dnx-article-wrapper .article-board-list .single-board-item a .title-text-cutstring {
    font-size: 17px;
    margin-bottom: 3px;
}
.dnx-article-wrapper .article-board-list .single-board-item .item-date {
    font-size: 14px;
}
.dnx-article-wrapper .search-form button {
    transform: scale(0.8);
    padding-right: 36px;
}
.dnx-article-wrapper .pagination-buttons .pagination .page-number {
    padding: 5px 10px;
}
.dnx-article-wrapper .pagination-buttons .pagination .current {
    padding: 5px 10px 3px 10px;
}
.dnx-article-wrapper .pagination-buttons .pagination {
    flex-wrap: nowrap;
}
.dnx-article-wrapper .article-board-list.gallery .single-board-item {
    width: 100%;
    margin-bottom: 10px;
}
.dnx-article-wrapper .article-board-list.pdf .single-board-item {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
}




.dnx-single-article-wrapper .single-member-item {
    padding-bottom: 5px;
}
.dnx-single-article-wrapper .single-member-item .caption h4 {
    font-size: 18px;
}
.dnx-single-article-wrapper .single-member-item .caption .info {
    font-size: 12px;
    margin-top: -2px;
}

.dnx-single-article-wrapper .article-title-wrapper .article-title {
    font-size: 22px;
}
.dnx-single-article-wrapper .article-title-wrapper .article-subtitle {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.dnx-single-article-wrapper .article-title-wrapper {
    margin: 0 auto;
    width: 100%;
}
.dnx-single-article-wrapper .article-link-button a {
    padding: 10px 20px;
    font-size: 16px;

}
.dnx-single-article-wrapper .article-content figure {
    max-width: 100%;
}
.dnx-single-article-wrapper .article-content .wp-caption-text {
    font-size: 14px;
}
.dnx-single-article-wrapper .article-tags .single-tag-item {
    font-size: 19px;
    font-size: 15px;
    padding: 4px 11px;
    margin-right: 3px;
}
.dnx-single-article-wrapper .mission-area-members.columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* display: block; */
}
.dnx-single-article-wrapper .mission-area-members.columns .column.is-2 {
    width: 33.3%;
    display: block;
    flex: 0;
    flex-basis: auto;
}
.dnx-single-article-wrapper .navigation-wrapper a .btn-title {
    display:none;
}
.dnx-single-article-wrapper .navigation-wrapper .bottom-button-wrapper {
    padding-top: 10px;
}
.dnx-single-article-wrapper .navigation-wrapper {
    margin: 60px 0;
}




.items-column {
   flex-wrap: wrap;
    width: 102%;
    margin-left: -1%;
    height: auto;
}

.items-column .item {
 width: 48%;
    height: auto;
    min-height: 100px;
    padding: 15px 5px;
    margin-top: 2%;
}

.items-column .item .item-content p {
    display: none;
}
.items-column .item .item-content h3 {
    font-size: 16px;
}
.items-column .item .item-thumbnail {
    height: 0;
    padding-top: 100%;
    position: relative;
}
.items-column .item .item-content {
    position: relative;
    padding: 0;
    height: auto;
}


#primary .category-header .category-title {
        font-size: 48px;
}

#primary .category-header .category-description {
      font-size: 15px;
}
#primary  .category-header {
    max-width: 100%;
}

#primary .brand-items .brand-item {
    flex: 0 0 100%;
    max-width: 100%;
}
#primary #category-header > div {
    flex-wrap: wrap!important;
    flex-direction: column-reverse;
}
#primary .category-image {
    position: relative;
    width: 100%;
    right: unset;
    height: 260px;
}
.equipment-item {
    flex: 0 0 calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
    width: 50%;
}
#primary .single-section {
    padding: 20px 15px;
}
#primary .single-section h2 {
        font-size: 26px;
}
#primary #equipment-main > div {
        flex-wrap: wrap!important;
                padding-top: 90px;
}
#primary .equipment-header {
    padding: 20px 0;
}

#primary .equipment-header .equipment-title {
    font-size: 40px;
}
#primary #equipment-main .equipment-header .equipment-description {
    font-size: 16px;
}
#primary #equipment-features {
        padding: 20px 0;
}
.dnx-article-wrapper .category-buttons .category-button {
    padding: 10px 10px;
    font-size: 16px;
    margin-right: 7px;
    margin-bottom: 7px;
    min-width: 60px;
    text-align: center;
}
#equipment-areas .single-area {
    padding: 30px 15px;
}
#masthead .icon-list a .thumbnail-box {
    width: 35px;
}
#primary table {
    width: auto;
}
#masthead .icon-list {
        padding-right: 7px;
        width: 100%;
}
#masthead .column.menu {
    width: 50%;
}
}

