@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: LGSmartfonts;
  src: url("./fonts/LGSmHaR.eot");
  src: url("./fonts/LGSmHaR.eot?iefix") format("eot"),
    /* url("./fonts/LGSmHaR.woff") format("woff"),
    url("./fonts/LGSmHaR.woff2") format("woff2"), */
    url("./fonts/LGSmHaR.svg#LGSmHaL") format("svg"),
    url("./fonts/LGSmHaR.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: LGSmartfonts;
  src: url("./fonts/LGSmHaL.eot");
  src: url("./fonts/LGSmHaL.eot?iefix") format("eot"),
    /* url("./fonts/LGSmHaL.woff") format("woff"),
    url("./fonts/LGSmHaL.woff2") format("woff2"), */
    url("./fonts/LGSmHaL.svg#LGSmHaSB") format("svg"),
    url("./fonts/LGSmHaL.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: LGSmartfonts;
  src: url("./fonts/LGSmHaSB.eot");
  src: url("./fonts/LGSmHaSB.eot?iefix") format("eot"),
    /* url("./fonts/LGSmHaSB.woff") format("woff"),
    url("./fonts/LGSmHaSB.woff2") format("woff2"), */
    url("./fonts/LGSmHaSB.svg#LGSmHaSB") format("svg"),
    url("./fonts/LGSmHaSB.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: LGSmartfonts;
  src: url("./fonts/LGSmHaSB.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: slick;
  src: url("./fonts/slick.woff") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
Theme Name: Twenty Twenty
Text Domain: twentytwenty
Version: 1.8
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries
----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
body,
input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button,
.has-drop-cap:not(:focus)::first-letter,
.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large,
.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments *,
.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt,
.entry-content cite,
.entry-content figcaption,
.entry-content .wp-caption-text,
.comment-content p,
.comment-content ol,
.comment-content ul,
.comment-content dl,
.comment-content dt,
.comment-content cite,
.comment-content figcaption,
.comment-content .wp-caption-text,
.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary,
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
  font-family: LGSmartfonts !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
blockquote::before,
blockquote::after {
  content: "";
}
/* -------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background: #f5efe0;
  box-sizing: border-box;
  color: #000;
  font-family: LGSmartfonts !important;
  font-size: 1.8rem;
  letter-spacing: -0.015em;
  text-align: left;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: LGSmartfonts;
  }
}
html,
body {
  border: none;
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}
a {
  text-decoration: none !important;
}
/* Screen Reader Text ------------------------ */
.screen-reader-text {
  border: 0;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0.1rem;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 0.5rem;
  line-height: normal;
  padding: 1.5rem 2.3rem 1.4rem;
  text-decoration: none;
  top: 0.5rem;
  width: auto;
  z-index: 100000;
}
/* Skip Link --------------------------------- */
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 1.5rem 2.3rem 1.4rem;
  z-index: 100000;
  right: auto;
}
/* Fonts ------------------------------------- */
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the classic editor and
 * block editor. The following font-face override fixes the issue by manually
 * inserting a custom font that includes just a Hoefler Text space replacement
 * for that character instead.
 */
/* @font-face {
	font-family: NonBreakingSpaceOverride;
	src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==)
			format('woff2'),
		url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG)
			format('woff');
} */
/* ----------------------------------------------
Inter variable font. Usage:
@supports (font-variation-settings: normal) {
	html { font-family: 'Inter var', sans-serif; }
}
---------------------------------------------- */
@font-face {
  font-family: "Inter var";
  font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
  font-style: normal;
  font-display: swap;
  src: url("./fonts/inter/Inter-upright-var.woff2") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
  font-style: italic;
  font-display: swap;
  src: url("./fonts/inter/Inter-italic-var.woff2") format("woff2");
}
/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
/* -------------------------------------------------------------------------- */
/*	2. Element Base
/* ---------------------------------------------*---------------------------- */
.post-template-default.single {
  background: #f6f6f6;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 700;
  letter-spacing: -0.0415625em;
  line-height: 1.25;
  margin: 3.5rem 0 2rem;
}
h1,
.heading-size-1 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.138888889;
}
h2,
.heading-size-2 {
  font-size: 3.2rem;
}
h3,
.heading-size-3 {
  font-size: 2.8rem;
}
h4,
.heading-size-4 {
  font-size: 2.4rem;
}
h5,
.heading-size-5 {
  font-size: 2.1rem;
}
h6,
.heading-size-6 {
  font-size: 1.6rem;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
}
p {
  line-height: 1.5;
  margin: 0 0 1em 0;
}
em,
i,
q,
dfn {
  font-style: italic;
}
em em,
em i,
i em,
i i,
cite em,
cite i {
  font-weight: bolder;
}
big {
  font-size: 1.2em;
}
small {
  font-size: 0.75em;
}
b,
strong {
  font-weight: 700;
}
ins {
  text-decoration: underline;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
abbr,
acronym {
  cursor: help;
}
address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}
hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #dcd7ca;
  margin: 4rem 0;
}
.entry-content hr,
hr.styled-separator {
  background: linear-gradient(
    to left,
    currentColor calc(50% - 16px),
    transparent calc(50% - 16px),
    transparent calc(50% + 16px),
    currentColor calc(50% + 16px)
  );
  background-color: transparent !important;
  border: none;
  height: 0.1rem;
  overflow: visible;
  position: relative;
}
.entry-content hr:not(.has-background),
hr.styled-separator {
  color: #6d6d6d;
}
.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  transform: rotate(22.5deg);
  width: 0.1rem;
}
.entry-content hr::before,
hr.styled-separator::before {
  left: calc(50% - 0.5rem);
}
.entry-content hr::after,
hr.styled-separator::after {
  right: calc(50% - 0.5rem);
}
a {
  color: #cd2653;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
/* Lists ------------------------------------- */
ul,
ol {
  margin: 0 0 3rem 3rem;
}
ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
ul ul ul {
  list-style: square;
}
ol {
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
li {
  line-height: 1.5;
  margin: 0.5rem 0 0 2rem;
}
li > ul,
li > ol {
  margin: 1rem 0 0 2rem;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}
.reset-list-style li {
  margin: 0;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: 700;
}
dt + dd {
  margin-top: 0.5rem;
}
dd + dt {
  margin-top: 1.5rem;
}
/* Quotes ------------------------------------ */
blockquote {
  border-color: #cd2653;
  border-style: solid;
  border-width: 0 0 0 0.2rem;
  color: inherit;
  font-size: 1em;
  margin: 4rem 0;
  padding: 0.5rem 0 0.5rem 2rem;
}
cite {
  color: #6d6d6d;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}
blockquote cite {
  display: block;
  margin: 2rem 0 0 0;
}
blockquote p:last-child {
  margin: 0;
}
/* Code -------------------------------------- */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.4rem 0.6rem;
}
code,
kbd,
samp {
  background: rgba(0, 0, 0, 0.075);
  border-radius: 0.2rem;
}
pre {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.5;
  margin: 4rem 0;
  overflow: auto;
  padding: 3rem 2rem;
  text-align: left;
}
pre code {
  background: transparent;
  padding: 0;
}
/* Media ------------------------------------- */
figure {
  display: block;
  margin: 0;
}
iframe {
  display: block;
  max-width: 100%;
}
video {
  display: block;
}
svg,
img,
embed,
object {
  display: block;
  height: auto;
  max-width: 100%;
}
figcaption,
.wp-caption-text {
  color: #6d6d6d;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1.5rem;
}
figcaption a,
.wp-caption-text a {
  color: inherit;
}
blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}
/* GALLERIES */
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0 3em -0.8em;
  width: calc(100% + 1.6em);
}
.gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
  width: 100%;
}
.gallery-caption {
  display: block;
  margin-top: 0.8em;
}
/* Inputs ------------------------------------ */
fieldset {
  border: 0.2rem solid #dcd7ca;
  padding: 2rem;
}
legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 1rem;
}
label {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}
label.inline,
input[type="checkbox"] + label {
  display: inline;
  font-weight: 400;
  margin-left: 0.5rem;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 0.2rem;
  display: inline-block;
  margin: 0;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #dcd7ca;
  box-shadow: none;
  cursor: pointer;
}
input[type="checkbox"]:checked::before {
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: inline-block;
  margin: -0.1875rem 0 0 -0.25rem;
  height: 1.75rem;
  width: 1.75rem;
}
input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
  font-family: LGSmartfonts;
  line-height: 1;
}
@supports (font-variation-settings: normal) {
  input,
  textarea,
  button,
  .button,
  .faux-button,
  .faux-button.more-link,
  .wp-block-button__link,
  .wp-block-file__button {
    font-family: LGSmartfonts;
  }
}
input,
textarea {
  border-color: #dcd7ca;
  color: #000;
}
code,
input[type="url"],
input[type="email"],
input[type="tel"] {
  direction: ltr;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 1.5rem 1.8rem;
  width: 100%;
}
select {
  font-size: 1em;
}
textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%;
}
input::-webkit-input-placeholder {
  line-height: normal;
}
input:-ms-input-placeholder {
  line-height: normal;
}
input::-moz-placeholder {
  line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 1.1em 1.44em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
}
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  text-decoration: underline;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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 {
  border-color: currentColor;
}
input[type="search"]:focus {
  outline: none;
  outline-offset: 0;
}
/* Tables ------------------------------------ */
table {
  border: 0.1rem solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.6rem;
  margin: 4rem 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.alignleft > table {
  margin: 0;
}
.alignright > table {
  margin: 0;
}
th,
td {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}
caption {
  background: #dcd7ca;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
}
thead {
  vertical-align: bottom;
  white-space: nowrap;
}
th {
  font-weight: 700;
}
/* -------------------------------------------------------------------------- */
/*	3. Helper Classes
/* -------------------------------------------------------------------------- */
/* Layout ------------------------------------ */
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.screen-height {
  min-height: 100vh;
}
.admin-bar .screen-height {
  min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  .admin-bar .screen-height {
    min-height: calc(100vh - 46px);
  }
}
.screen-width {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}
/* Sections ---------------------------------- */
section {
  padding: 5rem 0;
  width: 100%;
}
.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  width: 100%;
}
.section-inner.max-percentage {
  width: 100%;
}
.section-inner.thin {
  max-width: 100%;
}
.section-inner.small {
  max-width: 100%;
}
.section-inner.medium {
  max-width: 100%;
}
.section-inner.no-margin {
  margin: 0;
}
/* Toggles ----------------------------------- */
.toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  user-select: none;
}
button.toggle {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
  text-transform: none;
}
/* Hiding and Showing ------------------------ */
.js .show-js {
  display: block !important;
}
.js .hide-js {
  display: none !important;
}
.no-js .show-no-js {
  display: block !important;
}
.no-js .hide-no-js {
  display: none !important;
}
/* Typography -------------------------------- */
.font-size-xl {
  font-size: 1.25em;
}
.font-size-xs {
  font-size: 0.8em;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Colors ------------------------------------ */
/* COLOR */
.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
  color: #cd2653;
}
/* BACKGROUND COLOR */
.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
  background-color: #cd2653;
}
/* BORDER COLOR */
.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
  border-color: #cd2653;
}
/* FILL COLOR */
.fill-children-accent,
.fill-children-accent * {
  fill: #cd2653;
}
.fill-children-current-color,
.fill-children-current-color * {
  fill: currentColor;
}
/* Opacity ----------------------------------- */
.opacity-0 {
  opacity: 0;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-55 {
  opacity: 0.55;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-65 {
  opacity: 0.65;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-90 {
  opacity: 0.9;
}
.blend-mode-exclusion {
  mix-blend-mode: exclusion;
}
.blend-mode-hue {
  mix-blend-mode: hue;
}
.blend-mode-saturation {
  mix-blend-mode: saturation;
}
.blend-mode-color {
  mix-blend-mode: color;
}
.blend-mode-luminosity {
  mix-blend-mode: luminosity;
}
/* Search Form ------------------------------- */
.search-form {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 -0.8rem -0.8rem;
}
.search-form .search-field,
.search-form .search-submit {
  margin: 0 0 0.8rem 0.8rem;
}
.search-form label {
  align-items: stretch;
  display: flex;
  font-size: inherit;
  margin: 0;
  width: 100%;
}
.search-form .search-field {
  width: 100%;
}
.search-form .search-submit {
  flex-shrink: 0;
}
.search-form .search-submit:focus,
.search-form .search-submit:hover {
  text-decoration: none;
}
/* Cover Modals ksd ------------------------------ */
.cover-modal {
  display: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.cover-modal::-webkit-scrollbar {
  display: none !important;
}
.cover-modal.show-modal {
  display: block;
  cursor: pointer;
}
.cover-modal.show-modal > * {
  cursor: default;
}
/* -------------------------------------------------------------------------- */
/*	4.	Site Header
/* -------------------------------------------------------------------------- */
#site-header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.4rem;
  transition: 0.4s all;
}
#site-header.hover {
  position: fixed;
  background: #ffffff;
  height: auto;
  transition: 0.4s all;
}
#site-header.fixed {
  position: fixed;
  background: #ffffff;
  height: auto;
  border-bottom: 1px solid #b2b2b2;
  transition: 0.4s all;
}
.header-inner {
  max-width: 124rem;
  z-index: 100;
}
/* Header Titles ----------------------------- */
.header-titles-wrapper {
  padding: 0 4rem;
  text-align: center;
}
body:not(.enable-search-modal) .header-titles-wrapper {
  padding-left: 0;
  text-align: left;
}
.site-title,
.site-logo,
.site-description {
  margin: 0;
}
.site-title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
}
.site-title a {
  color: inherit;
  display: block;
  width: 22.3rem;
  text-decoration: none;
  font-size: 2rem;
  color: transparent;
  position: relative;
  z-index: 10;
}
.site-title a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 22.3rem;
  height: 2rem;
  background: url("/wp-content/uploads/2021/07/logo.svg") no-repeat
    center center;
  background-size: 100% 100%;
  content: "";
}
.site-title a:hover,
.site-title a:focus {
  text-decoration: underline;
}
.site-description {
  margin-top: 1rem;
  color: #6d6d6d;
  font-size: 1.8rem;
  font-weight: 500;
  display: none;
  letter-spacing: -0.0311em;
  transition: all 0.15s linear;
}
.site-logo a,
.site-logo img {
  display: block;
}
.header-titles .site-logo .site-logo {
  margin: 0;
}
.site-logo img {
  max-height: 6rem;
  margin: 0 auto;
  width: auto;
}
body:not(.enable-search-modal) .site-logo img {
  margin: 0;
}
.header-inner .toggle {
  overflow: visible;
  padding: 0 2rem;
}
.header-inner .toggle svg {
  display: block;
  position: relative;
  z-index: 1;
}
.header-inner .toggle path {
  fill: currentColor;
}
#site-header .search-toggle .toggle-inner {
  display: block;
  width: 2.5rem;
  height: 2.3rem;
  position: relative;
  background: url("/wp-content/uploads/2021/08/ico_search.png") no-repeat center
    center;
  background-size: 100% 100%;
}
#site-header:hover .search-toggle .toggle-inner,
#site-header.fixed .search-toggle .toggle-inner {
  background: url("/wp-content/uploads/2021/08/ico_search_over.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.toggle-icon {
  display: block;
  overflow: hidden;
}
.toggle-inner .toggle-text {
  color: #6d6d6d;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  top: calc(100% + 0.5rem);
  width: auto;
  white-space: nowrap;
  word-break: break-all;
}
.overlay-header .toggle-text {
  color: inherit;
}
.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
  text-decoration: underline;
}
/* Search Toggle ----------------------------- */
.search-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}
.search-toggle .toggle-icon,
.search-toggle svg {
  height: 2.5rem;
  max-width: 2.3rem;
  width: 2.3rem;
}
/* Navigation Toggle ------------------------- */
.nav-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 6.6rem;
}
.nav-toggle .toggle-icon,
.nav-toggle svg {
  height: 0.8rem;
  width: 2.6rem;
}
.nav-toggle .toggle-inner {
  padding-top: 0.8rem;
}
/* Primary Menu ---------------------------- */
.primary-menu-wrapper {
  display: none;
}
ul.primary-menu {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.primary-menu:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.primary-menu li {
  float: left;
  font-size: inherit;
  line-height: 1.25;
}
.primary-menu > li {
  margin: 0 3.5rem;
}
.primary-menu > li.menu-item-has-children > a {
  padding-right: 0;
}
.primary-menu > li > .icon {
  right: -0.5rem;
  top: calc(50% - 0.4rem);
  display: none;
}
.primary-menu > li > ul {
  padding: 0 0;
}
.primary-menu > li > ul li a {
  font-size: 1.4rem;
  line-height: 4.8rem;
}
.primary-menu a {
  color: inherit;
  display: block;
  font-size: 1.9rem;
  line-height: 2rem;
  text-decoration: none;
  word-break: normal;
  word-wrap: normal;
  color: #fff !important;
}
.primary-menu li > a {
  position: relative;
  line-height: 9.4rem;
}
.primary-menu li > a::after {
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0.3rem;
  background: #4fb2c9;
  opacity: 0;
  transition: 0.3s all;
}
.primary-menu li > a.on::after {
  opacity: 1;
  left: 0;
  width: 100%;
  transition: 0.3s all;
}
.primary-menu > li > ul li a::after {
  display: none;
}
#site-header.hover {
  border-bottom: 1px solid #b2b2b2;
}
#site-header.hover .primary-menu a {
  color: #1c1c1c !important;
}
#site-header.hover .site-title a::after {
  background: url("/wp-content/uploads/2021/07/logo_over.svg") no-repeat
    center center;
}
#site-header.fixed .primary-menu a {
  color: #1c1c1c !important;
}
#site-header.fixed .site-title a::after {
  background: url("/wp-content/uploads/2021/07/logo_over.svg") no-repeat
    center center;
}
#site-header.fixed .primary-menu li .sub-menu li > a:hover,
#site-header.hover .primary-menu li .sub-menu li > a:hover {
  color: #4fb2c8 !important;
}
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > a:hover {
  text-decoration: none;
}

/* SUB MENU */
.primary-menu ul {
  display: inline-block;
  justify-content: center;
  height: 0;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  color: #fff;
  font-size: 1.7rem;
  opacity: 0;
  padding: 1rem 0;
  position: absolute;
  overflow: hidden;
  right: auto;
  top: 9.45rem;
  padding-top: 9.4rem;
  transition: 0.4s all;
  width: auto;
  z-index: 1;
}
.primary-menu li.menu-item-has-children.focus > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children:hover > ul {
  right: auto;
  opacity: 1;
  height: auto;
  overflow: visible;
  transition: 0.4s all;
}
.primary-menu li.menu-item-has-children.menu-item-5:focus > ul,
.primary-menu li.menu-item-has-children.menu-item-5:focus > ul,
.primary-menu li.menu-item-has-children.menu-item-5:hover > ul {
  right: 26rem;
}
.primary-menu li.menu-item-has-children.focus > ul:after,
.primary-menu li.menu-item-has-children:focus > ul:after,
.primary-menu li.menu-item-has-children:hover > ul:after {
  position: absolute;
  bottom: 0;
  left: -100vw;
  display: block;
  content: "";
  width: 200vw;
  height: 4.8rem;
  background: #fff;
  z-index: -1;
}
.primary-menu ul a {
  background: 0 0;
  border: none;
  color: inherit;
  display: block;
  transition: background-color 0.15s linear;
  width: 100%;
  color: #1c1c1c !important;
}
.primary-menu ul li {
  margin-right: 3rem;
}
.primary-menu ul li.menu-item-has-children > a {
  padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}

/* DEEP DOWN */
.primary-menu ul ul {
  top: -1rem;
  width: auto;
}
.primary-menu ul li.menu-item-has-children.focus > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children:hover > ul {
  right: calc(100% + 2rem);
  overflow: visible;
}
.primary-menu ul ul::before {
  bottom: 0;
  height: auto;
  left: auto;
  right: -2rem;
  top: 0;
  width: 2rem;
}
.primary-menu ul ul::after {
  border-bottom-color: transparent;
  border-left-color: #000;
  bottom: auto;
  right: -1.6rem;
  top: 2rem;
}
.rtl .primary-menu ul ul::after {
  transform: rotate(180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
  padding-right: 0;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
  margin-right: 4.5rem;
  padding-right: 0;
  width: unset;
}

/* -------------------------------------------------------------------------- */
/*	5. Menu Modal
/* -------------------------------------------------------------------------- */
.menu-modal {
  background: #fff;
  display: none;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 99;
}
.admin-bar .menu-modal {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .menu-modal {
    top: 46px;
  }
}
.menu-modal.show-modal {
  display: flex;
}
.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity 0.25s ease-out;
}
.menu-modal-inner {
  background: #fff;
  display: flex;
  justify-content: stretch;
  overflow: auto;
  -ms-overflow-style: auto;
  width: 100%;
}
.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: flex-end;
  padding: 3.1rem 0;
  width: 100%;
}
button.close-nav-toggle svg {
  height: 1.6rem;
  width: 1.6rem;
}
button.close-nav-toggle .toggle-text {
  margin-right: 1.6rem;
}
.menu-modal .menu-top {
  flex-shrink: 0;
}

/* Main Menu --------------------------------- */
.modal-menu {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}
.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
}
.modal-menu > li > .ancestor-wrapper > a,
.modal-menu > li > a {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.0375em;
}
.modal-menu > li:last-child {
  border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal-menu a {
  display: block;
  padding: 2rem 2.5rem;
  text-decoration: none;
  width: 100%;
}
.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
  text-decoration: underline;
}
button.sub-menu-toggle {
  border-left: 0.1rem solid #dedfdf;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 2.5rem;
}
button.sub-menu-toggle svg {
  height: 0.9rem;
  transition: transform 0.15s linear;
  width: 1.5rem;
}
button.sub-menu-toggle.active svg {
  transform: rotate(180deg);
}
.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}
.modal-menu ul li {
  border-left-width: 1rem;
}
.modal-menu ul li a {
  color: inherit;
  font-weight: 500;
}

/* Main menu animation ----------------------- */
.menu-wrapper .menu-item {
  position: relative;
}
.menu-wrapper .active {
  display: block;
}
.menu-wrapper.is-toggling {
  pointer-events: none;
}
.menu-wrapper.is-toggling .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto;
}
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 250ms;
}
.menu-wrapper.is-animating .menu-item {
  transition-property: transform;
}
.menu-wrapper.is-toggling .toggling-target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  transition-property: opacity;
  opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1;
}
.menu-wrapper.is-toggling .modal-menu > li:last-child li {
  border-top-color: transparent;
  border-bottom-width: 0.1rem;
}
@media (prefers-reduced-motion: reduce) {
  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important;
  }
}

/* Expanded Menu ----------------------------- */
.expanded-menu {
  display: none;
}
.mobile-menu {
  display: block;
}

/* Menu Bottom ------------------------------- */
.menu-bottom {
  flex-shrink: 0;
  padding: 4rem 0;
}
.menu-bottom nav {
  width: 100%;
}
.menu-copyright {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.menu-copyright a:focus,
.menu-copyright a:hover {
  text-decoration: underline;
}
.menu-bottom .social-menu {
  justify-content: center;
}

/* -------------------------------------------------------------------------- */
/*	6. Search Modal
/* -------------------------------------------------------------------------- */
.search-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: -9999rem;
  top: 0;
  transition: opacity 0.2s linear, left 0s 0.2s linear;
  width: 100%;
  z-index: 999;
}
.admin-bar .search-modal.active {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .search-modal.active {
    top: 46px;
  }
}
.search-modal-inner {
  height: 16rem;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.search-modal-inner .section-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 72rem;
}
.search-modal.active {
  left: 0;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.search-modal.active .search-modal-inner {
  display: flex;
  align-items: center;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  transform: translateY(0);
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
button.search-untoggle {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-right: -2.5rem;
  padding: 0 2.5rem;
}
.search-modal button.search-untoggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  background: url("/wp-content/uploads/2021/08/ico_search_x.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.search-untoggle svg {
  height: 1.5rem;
  transition: transform 0.15s ease-in-out;
  width: 1.5rem;
}
.search-untoggle:focus svg,
.search-untoggle:hover svg {
  transform: scale(1.15);
}

/* Modal Search Form ------------------------- */
.search-modal form {
  margin: 0;
  position: relative;
  width: 100%;
}
.search-modal .search-field {
  background: 0 0;
  border: none;
  border-radius: 0;
  color: inherit;
  font-size: 2rem;
  letter-spacing: -0.0277em;
  height: 8.4rem;
  margin: 0;
  max-width: 66.7rem;
  padding: 0 8rem 0 2rem;
  width: 66.7rem;
  box-sizing: border-box;
}
.search-modal .search-field::-webkit-input-placeholder {
  color: inherit;
  color: #c4c4c4;
}
.search-modal .search-field:-ms-input-placeholder {
  color: inherit;
  color: #c4c4c4;
}
.search-modal .search-field::-moz-placeholder {
  color: inherit;
  color: #c4c4c4;
  line-height: 4;
}
.search-modal .search-submit {
  position: absolute;
  right: 2.6rem;
  top: 50%;
  width: 3.7rem;
  height: 3.9rem;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  background: url("/wp-content/uploads/2021/08/ico_search_btn.png") no-repeat
    center center;
  background-size: 100% 100%;
  font-size: 0;
  color: transparent;
}
.search-modal .search-submit:focus {
  outline: 0;
}

/************************************************************************************* 1번 */
/* -------------------------------------------------------------------------- */
/*	7a. Template: Cover Template
/* -------------------------------------------------------------------------- */
#site-content .text_page_wrap {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.cover-header {
  display: flex;
  overflow: hidden;
}
.cover-header-inner-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.cover-header-inner {
  padding: 16.5rem 0 3rem 0;
  width: 100%;
}
.cover-color-overlay,
.cover-color-overlay::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.cover-color-overlay::before {
  background: currentColor;
  content: "";
  display: block;
}
.cover-header .entry-header {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cover-header .entry-header * {
  font-size: 3.4rem;
  color: #333;
}
body.template-cover .entry-header {
  background: 0 0;
  padding: 0;
}
.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
  color: inherit;
}
.cover-header .entry-header a {
  color: inherit;
}
.cover-header .entry-subtit {
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 3rem;
}
.entry-content.text_page_post {
  font-weight: 100;
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: LGSmartfonts !important;
}
.entry-content.text_page_post a {
  color: #0955e0;
}
.entry-content.text_page_post p {
  font-size: 1.5rem;
  line-height: 3rem;
  font-family: LGSmartfonts !important;
}
.entry-content.text_page_post table {
  font-size: 1.5rem;
  line-height: 3rem;
  font-family: LGSmartfonts !important;
  letter-spacing: -0.05rem;
}
.entry-content.text_page_post table tr th {
  font-weight: 700;
  background: #f4f4f4;
  padding: 1.6rem 4rem;
  box-sizing: border-box;
}
.entry-content.text_page_post table tr td {
  padding: 1.4rem 4rem;
  box-sizing: border-box;
}

/* To The Content ---------------------------- */
.to-the-content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.5rem);
}
.to-the-content {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 4rem;
  text-decoration: none;
}
.to-the-content svg {
  height: 2rem;
  transition: transform 0.15s linear;
  transform: translateY(0);
  width: 1.767rem;
}
.to-the-content:focus svg,
.to-the-content:hover svg {
  transform: translateY(20%);
}

/* -------------------------------------------------------------------------- */
#site-content {
  overflow: hidden;
}
#site-content #kvBox .item {
  width: 100%;
  height: 79.3rem;
  box-sizing: border-box;
  overflow: hidden;
}
#site-content #kvBox .item .item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  z-index: -1;
}
#site-content #kvBox .item.slick-active .item_bg {
  animation-name: kvScale;
  animation-duration: 4s;
}

@keyframes kvScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#site-content #kvBox .item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fffefe;
  text-decoration: none;
}
#site-content #kvBox .item a .subject {
  display: table;
  width: 120rem;
  height: 100%;
  margin: 0 auto;
  vertical-align: middle;
}
#site-content #kvBox .item a .subject .subject_wrap {
  max-width: 120rem;
  margin: 0 auto 0;
  display: table-cell;
  vertical-align: middle;
}
#site-content #kvBox .item a .subject .subject_wrap .text {
  width: auto;
  margin-bottom: 4rem;
}
#site-content #kvBox .item a .subject .subject_wrap .text.mo_tit {
  display: none;
}
#site-content #kvBox .item a .subject .subject_wrap .text.pc_tit {
  display: block;
}
#site-content #kvBox .item a .subject .subject_wrap .text .text_wrap {
  display: block;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 6.5rem;
  transform: translateY(0);
  opacity: 1;
}
#site-content #kvBox .item a .subject .subject_wrap .text .text_wrap em {
  font-size: 3rem;
  font-style: normal;
  display: block;
}
#site-content #kvBox .item a .subject .subject_wrap .text .text_wrap em.eng_em {
  display: block;
  line-height: 4rem;
}
#site-content
  #kvBox
  .item.slick-active
  a
  .subject
  .subject_wrap
  .text
  .text_wrap {
  animation-name: kvTitle;
  animation-duration: 1.2s;
}
#site-content #kvBox .item a .subject .subject_wrap .sub_text .sub_text_wrap {
  display: block;
  width: auto;
  font-weight: 200;
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  transform: translateY(0);
  opacity: 1;
}
#site-content
  #kvBox
  .item.slick-active
  a
  .subject
  .subject_wrap
  .sub_text
  .sub_text_wrap {
  animation-name: kvText;
  animation-duration: 1.2s;
}
#site-content #kvBox .item a .subject .subject_wrap .ico {
  position: relative;
  width: 4.9rem;
  margin-top: 3.4rem;
  border-bottom: 0.1rem solid #fff;
  transition: 0.3s all;
  transform: translateY(0);
  opacity: 1;
}
#site-content #kvBox .item.slick-active a .subject .subject_wrap .ico {
  animation-name: kvIco;
  animation-duration: 1.2s;
}
#site-content #kvBox .item a:hover .subject .subject_wrap .ico {
  width: 6.9rem;
  transition: 0.3s width;
}
#site-content #kvBox .item a .subject .subject_wrap .ico::after {
  position: absolute;
  bottom: 0.6rem;
  right: -0.2rem;
  width: 1.8rem;
  height: 0.1rem;
  background: #fff;
  transform: rotate(45deg);
  content: "";
  visibility: visible;
}
#site-content #kvBox .item a .subject .subject_wrap.black {
  color: #1c1c1c;
}
#site-content #kvBox .item a .subject .subject_wrap.black .ico {
  border-bottom: 0.1rem solid #1c1c1c;
}
#site-content #kvBox .item a .subject .subject_wrap.black .ico::after {
  background: #1c1c1c;
}
#site-content #kvBox .item a .subject .subject_wrap .p_s {
  font-size: 30px;
  line-height: 38px;
  display: block;
}
#site-content #kvBox .item a .subject .subject_wrap.sizeRe .text .text_wrap {
  line-height: normal;
}
#site-content
  #kvBox
  .item
  a
  .subject
  .subject_wrap.sizeRe
  .text
  .text_wrap
  span {
  line-height: 6.5rem;
  display: block;
  margin-bottom: 0.8rem;
}

@keyframes kvTitle {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes kvText {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }
  20% {
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes kvIco {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }
  40% {
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

#site-content #kvBox .slick-dots {
  bottom: 4rem;
  height: 2.3rem;
}
#site-content #kvBox .slick-dots li {
  width: 0.3rem;
  height: 2.3rem;
  margin: 0 0.35rem;
  background: #fff;
  transition: 0.3s width;
}
#site-content #kvBox .slick-dots li.slick-active {
  width: 0.6rem;
  height: 2.3rem;
  margin: 0 0.65rem;
  background: #0096aa;
  transition: 0.3s width;
}
#site-content #kvBox .slick-dots li button {
  display: none;
}
.recent_box {
  position: fixed;
  top: 16.5rem;
  left: auto !important;
  right: 0;
  width: 15.5rem;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.recent_box.on {
  right: 0;
  transition: 0.5s right;
}
.recent_box.off {
  right: -15.5rem;
  transition: 0.5s right;
}
.recent_box .recent_onoff {
  position: absolute;
  left: -3.4rem;
  top: 0;
  width: 3.4rem;
  height: 3.9rem;
}
.recent_box.on .recent_onoff {
  background: url("/wp-content/uploads/2021/11/floating_arr_off.png") no-repeat
    center center;
  background-size: 100% 100%;
  transition: 0.5s all;
}
.recent_box.off .recent_onoff {
  background: url("/wp-content/uploads/2021/11/floating_arr_on.png") no-repeat
    center center;
  background-size: 100% 100%;
  transition: 0.5s all;
}
.recent_box .recent_tit {
  background: #00b4cb;
  width: 100%;
  height: 3.9rem;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  cursor: grab;
}
.recent_box .recent_tit span {
  margin-left: 0.5rem;
  font-size: 1.6rem;
  cursor: pointer;
}
.recent_box .recent_tit::before {
  display: inline-block;
  width: 1.9rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  background: url("/wp-content/uploads/2021/10/ico_view_cont.png") no-repeat
    center center;
  background-size: 100% 100%;
  content: "";
}
.recent_box .recent_list {
  padding: 1.7rem 1.45rem 0 1.45rem;
  background: #eaeaea;
}
.recent_box .recent_list .rec_box {
  width: 100%;
  border: none;
  border-top: none;
  border-bottom: none;
  background: #eaeaea;
  padding-bottom: 2rem;
}
.recent_box .recent_list .rec_box a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #616161;
}
.recent_box .recent_list .rec_box a:hover {
  color: #00b4cb;
}
.recent_box .recent_list .rec_box .thumb {
  width: 100%;
  height: 8.4rem;
  margin-bottom: 1rem;
}
.recent_box .recent_list .rec_box .title {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.recent_box .random_btn {
  display: block;
  width: 100%;
  height: 4rem;
  margin-top: 2rem;
  padding: 0 1rem;
  background: #00b4cb;
  color: #fefefe;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.1rem;
  line-height: 4rem;
  text-align: left;
}
.recent_box .random_btn:before {
  display: inline-block;
  content: "";
  width: 1.7rem;
  height: 1.3rem;
  margin-right: 0.5rem;
  background: url("/wp-content/uploads/2021/08/ran_ico.png") no-repeat center
    center;
  background-size: 100% 100%;
  vertical-align: middle;
}
.mo_cont {
  display: none !important;
}

/* index section01 */
.sec_box .sec_wrap {
  width: 120rem;
  margin: 0 auto;
  transition: 0.3s all;
}
.sec_box .sec_wrap .sec_tit {
  position: relative;
}
.sec_box .sec_wrap .sec_tit h2 {
  margin: 5.8rem auto 4rem;
  font-size: 2.4rem;
  letter-spacing: 0.05rem;
}
.sec_box .sec_wrap .sec_tit .more_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.sec_box .sec_wrap .sec_tit .more_btn a {
  display: block;
  transform: rotate(0);
  transition: 0.3s all;
}
.sec_box .sec_wrap .sec_tit .more_btn a:hover {
  transform: rotate(180deg);
  transition: 0.3s all;
}
.sec_box .sec_wrap .sec_tit .more_btn img {
  width: 100%;
  height: 100%;
}
#sec01 .sec_wrap .sec_cont:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
#sec01 .sec_wrap .sec_cont .relative_cont {
  float: left;
  display: block;
  width: 37.6rem;
  height: 46.4rem;
  margin: 0 0 2.5rem;
}
#sec01 .sec_wrap .sec_cont .relative_cont:nth-child(3n-1) {
  margin: 0 3.6rem 2.5rem;
}
#sec01 .sec_wrap .sec_cont .relative_cont a {
  display: block;
}
#sec01 .sec_wrap .sec_cont .relative_cont a .cont_thum {
  width: 37.6rem;
  height: 25.1rem;
}
#sec01 .sec_wrap .sec_cont .relative_cont a .cont_text {
  position: relative;
  height: 20.5rem;
  padding: 2rem 4rem 0 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.3s padding;
}
#sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text {
  padding: 2rem 2rem 0;
  transition: 0.5s padding;
}
#sec01 .sec_wrap .sec_cont .relative_cont a .cont_text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22rem;
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  box-sizing: border-box;
  background: #fff;
  transition: 0.5s all;
  z-index: -1;
}
#sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text::after {
  position: absolute;
  top: 0;
  height: 21.3rem;
  box-sizing: border-box;
  background: #4fb2c8;
  transition: 0.5s all;
}
#sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_cate {
  display: inline-block;
  height: 2.6rem;
  margin-bottom: 1.2rem;
  padding: 0 1rem;
  background: #4fb2c8;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  transition: 0.3s all;
}
#sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_tit {
  display: inline-block;
  width: 100%;
  height: 2.4rem;
  margin-bottom: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #1c1c1c;
  font-weight: 500;
  transition: 0.2s color;
}
#sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_txt {
  white-space: normal;
  height: 6.6rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #1c1c1c;
  letter-spacing: -0.05rem;
  transition: 0.5s color;
}
#sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_date {
  position: absolute;
  bottom: 2.2rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #6f6e6e;
  letter-spacing: 0.05rem;
  transition: 0.5s color;
}
#sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text .cont_cate {
  background: #fff;
  color: #4fb2c8;
  transition: 0.3s 0.25s all;
}
#sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text .cont_tit {
  color: #fefefe;
  transition: 0.3s 0.1s color;
}
#sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text .cont_txt {
  color: #fefefe;
  transition: 0.3s 50ms color;
}
#sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text .cont_date {
  color: #fefefe;
  transition: 0.3s color;
}
#sec01 .sec_wrap .btn_more {
  margin: 0 0 3.8rem;
  padding: 0;
}
#sec01 .sec_wrap .btn_more a {
  position: relative;
  display: block;
  width: 29rem;
  height: 6rem;
  margin: 0 auto;
  text-align: center;
  line-height: 6rem;
  font-size: 1.8rem;
  color: #1d1c1c;
  border: 1px solid #1d1c1c;
  border-radius: 0;
  box-sizing: border-box;
  background: 0 0;
  cursor: pointer;
  transition: 0.3s all;
  font-family: "Noto Sans KR", sans-serif !important;
}
#sec01 .sec_wrap .btn_more a span {
  position: relative;
  display: inline-block;
}
#sec01 .sec_wrap .btn_more a {
  transition: all 0.3s;
}
#sec01 .sec_wrap .btn_more a:hover {
  color: #00b4cb;
  border: 1px solid #00b4cb;
}
#sec01 .sec_wrap .btn_more a span::after {
  display: inline-block;
  content: "";
  width: 2.5rem;
  height: 1.3rem;
  margin-top: -0.6rem;
  margin-left: 1.5rem;
  background: url("/wp-content/uploads/2021/07/more_arr.png") no-repeat center
    center;
  background-size: 100% 100%;
  transition: 0.3s all;
}
#sec01 .sec_wrap .btn_more a:hover span::after {
  background: url(/wp-content/uploads/2021/07/more_arr_over.png) no-repeat
    center center;
  background-size: 100% 100%;
  transition: 0.3s all;
}

/* index section02 */
#sec02 {
  position: relative;
  height: 75.5rem;
  margin-bottom: 9.3rem;
}
#sec02::before {
  position: absolute;
  left: 0;
  top: 19.75rem;
  width: 100%;
  height: 55.6rem;
  background: #00b4cb;
  content: "";
}
#sec02 .sec_wrap {
  width: 120rem;
  height: 66.5rem;
}
#sec02 .sec_wrap .sec_tit h2 {
  width: 120rem;
  margin: 9.6rem auto 3.8rem;
}
#sec02 .sec_wrap .sec_cont {
  width: 100%;
}
#sec02 .sec_wrap .sec_cont .swiper-container {
  width: 100%;
  height: 66.5rem;
  overflow: visible;
  position: relative;
}
#sec02 .sec_wrap .sec_cont .swiper-container.pc_cont {
  display: block;
}
#sec02 .sec_wrap .sec_cont .swiper-container.mo_cont {
  display: none;
}
#sec02 .swiper_scroll_box {
  width: 100%;
  position: absolute;
  border-bottom: 0.1rem solid #fff;
  top: 65rem;
  left: 0;
}
#sec02 .swiper_scroll_box .swiper-scrollbar {
  position: unset;
  left: 0;
  bottom: 0.3rem;
  max-width: 120rem;
  height: 0.4rem;
  margin: 0 auto;
  background: 0 0;
}
#sec02 .swiper-scrollbar-drag {
  width: auto;
  border-radius: 0;
  background: #fff;
}
.w4pl-inner:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
#sec02 .one_cont {
  width: 78.8rem;
}
#sec02 .two_cont {
  width: 37.6rem;
}
#sec02 .recommend_cont {
  width: 78.8rem;
  height: auto;
}
#sec02 .recommend_cont a {
  position: relative;
  top: 0;
  transition: 0.3s top;
}
#sec02 .recommend_cont a:hover {
  top: -1rem;
  transition: 0.3s top;
}
#sec02 .recommend_cont a:hover .cont_thum {
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.6);
  transition: 0.3s all;
}
#sec02 .two_cont .recommend_cont:nth-child(1) {
  width: 37.6rem;
  height: 24rem;
}
#sec02 .two_cont .recommend_cont:nth-child(2) {
  width: 37.6rem;
  height: 27.7rem;
  margin-top: 1rem;
}
#sec02 .recommend_cont a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#sec02 .recommend_cont a .cont_thum {
  width: 100%;
  height: 21.1rem;
  transition: 0.5s all;
}
#sec02 .one_cont .recommend_cont a .cont_thum {
  position: relative;
  width: 100%;
  height: 44.3rem;
}
#sec02 .recommend_cont.yt a .cont_thum::after {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3.8rem;
  height: 3.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/recom_sns_yt.png") no-repeat
    center center;
  background-size: 100% 100%;
}
#sec02 .recommend_cont.np a .cont_thum::after {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3.8rem;
  height: 3.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/recom_sns_np.png") no-repeat
    center center;
  background-size: 100% 100%;
}
#sec02 .recommend_cont.li a .cont_thum::after {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3.8rem;
  height: 3.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/recom_sns_in.png") no-repeat
    center center;
  background-size: 100% 100%;
}
#sec02 .recommend_cont.fb a .cont_thum::after {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3.8rem;
  height: 3.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/recom_sns_fb.png") no-repeat
    center center;
  background-size: 100% 100%;
}
#sec02 .recommend_cont a .cont_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#sec02 .recommend_cont a .cont_text .cont_tit {
  margin-bottom: 0;
  padding: 0 2.5rem 1.8rem;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#sec02 .one_cont .recommend_cont a .cont_text {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
#sec02 .one_cont .recommend_cont a .cont_text .cont_tit {
  margin-bottom: 0;
  padding: 2.1rem 0;
  color: #ffffff;
  font-size: 2.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

/* index section03 */
#sec03 .sec_wrap .sec_tit h2 {
  margin: 5.8rem auto 3.6rem;
}
#sec03 .sec_wrap .sec_cont:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
#sec03 .sec_wrap .sec_cont .press_cont {
  float: left;
  display: block;
  width: 37.6rem;
  height: 24.4rem;
  margin: 0;
}
#sec03 .sec_wrap .sec_cont .press_cont:nth-child(3n-1) {
  margin: 0 3.6rem 0;
}
#sec03 .sec_wrap .sec_cont .press_cont a {
  display: block;
  height: 100%;
  border-bottom: 0.2rem solid #ffffff;
  transition: 0.3s all;
}
#sec03 .sec_wrap .sec_cont .press_cont a .cont_thum {
  width: 37.6rem;
  height: 25.1rem;
}
#sec03 .sec_wrap .sec_cont .press_cont a .cont_text {
  position: relative;
  height: 21.3rem;
  box-sizing: border-box;
}
#sec03 .sec_wrap .sec_cont .press_cont a:hover {
  border-bottom: 0.2rem solid #00b4cb;
  transition: 0.3s all;
}
#sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 6.2rem;
  margin-bottom: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #1c1c1c;
  font-weight: 500;
}
#sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_txt {
  white-space: normal;
  height: 5.8rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1c1c1c;
  letter-spacing: -0.05rem;
}
#sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info {
  position: absolute;
  bottom: 3rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #797979;
  letter-spacing: -0.05rem;
}
#sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_info {
  color: #1d1c1c;
}
#sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_bar {
  margin: 0 1rem;
  color: #606060;
}
#sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_date {
  color: #797979;
  letter-spacing: 0.05rem;
}
/* 랜덤 콘텐츠 */
#ranCont .sec_wrap {
  margin: 8rem auto 0;
}
#ranCont .sec_wrap .random_cont {
  width: 100%;
  height: 19.9rem;
  padding: 4rem 7.7rem;
  background: url("/wp-content/uploads/2021/11/random_cont_bg.png") no-repeat
    center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
#ranCont .sec_wrap .random_cont .text_box {
  margin-right: 2.7rem;
}
#ranCont .sec_wrap .random_cont .random_tit {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
  color: #ffffff;
}
#ranCont .sec_wrap .random_cont .random_txt {
  margin-bottom: 0;
  font-weight: 200;
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #ffffff;
}
#ranCont .sec_wrap .random_cont .random_btn_box {
  width: 29.5rem;
  height: 7rem;
  margin-bottom: 0;
  border-radius: 7rem;
  overflow: hidden;
}
#ranCont .sec_wrap .random_cont .random_btn_box a {
  display: block;
  width: 29.5rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 7rem;
  text-align: center;
  color: #00b4cb;
  background: #ffffff;
  transition: 0.3s all;
}
#ranCont .sec_wrap .random_cont .random_btn_box a:hover {
  background: #fafafa;
  transition: 0.3s all;
}
#ranCont .sec_wrap .random_cont .random_btn_box a span {
  display: inline-block;
}
#ranCont .sec_wrap .random_cont .random_btn_box a span:before {
  position: relative;
  top: 0.3rem;
  display: inline-block;
  content: "";
  width: 2.1rem;
  height: 1.6rem;
  margin-right: 1rem;
  background: url("/wp-content/uploads/2021/08/random_cont_ico.png") no-repeat
    center center;
  background-size: 100% 100%;
}
#ranCont .sec_wrap .random_cont .random_btn_box a span:after {
  position: relative;
  top: 0.3rem;
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.1rem;
  margin-left: 1rem;
  background: url("/wp-content/uploads/2021/11/random_cont_arr.png") no-repeat
    center center;
  background-size: 100% 100%;
}

/* index section04 */
#sec04 .sec_wrap {
  width: 100%;
}
#sec04 .sec_wrap .sec_tit h2 {
  width: 120rem;
  margin: 8rem auto 3.8rem;
}
#sec04 .sec_wrap .sec_cont {
  position: relative;
  width: 120rem;
  margin: 0 auto;
}
#sec04 .sec_wrap .sec_cont .media_slide {
  overflow: visible;
}
#sec04 .sec_wrap .sec_cont .media_slide .media_cont a {
  display: block;
  color: #1c1c1c;
  transition: 0.3s all;
}
#sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_thumb {
  width: 37.7rem;
  height: 21.2rem;
  margin: 0;
  background-size: cover;
}
#sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text {
  position: relative;
  display: block;
  height: 19.3rem;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
#sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  background: #00b4cb;
  display: block;
  z-index: -1;
  transition: 0.3s all;
}
#sec04 .sec_wrap .sec_cont .media_slide .media_cont a:hover {
  color: #ffffff;
  transition: 0.3s all;
}
#sec04 .sec_wrap .sec_cont .media_slide .media_cont a:hover .cont_text::before {
  height: 100%;
  transition: 0.3s all;
}
#sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text p {
  margin: 0;
}
#sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_mark {
  position: relative;
  width: 100%;
  height: 2.6rem;
  margin-bottom: 1rem;
}
#sec04
  .sec_wrap
  .sec_cont
  .media_slide
  .media_cont
  a
  .cont_text
  .cont_mark::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2.6rem;
  line-height: 2.6rem;
  padding-left: 3rem;
  font-size: 1.5rem;
}
#sec04
  .sec_wrap
  .sec_cont
  .media_slide
  .media_cont
  a
  .cont_text
  .cont_mark.naver-post::before,
#sec04
  .sec_wrap
  .sec_cont
  .media_slide
  .media_cont
  a
  .cont_text
  .cont_mark.naver-post-en::before {
  content: "Naver Post";
  background: url("/wp-content/uploads/2021/07/ico_np.png") no-repeat left
    center;
  background-size: 2.6rem 2.6rem;
}
#sec04
  .sec_wrap
  .sec_cont
  .media_slide
  .media_cont
  a
  .cont_text
  .cont_mark.linkedin::before,
#sec04
  .sec_wrap
  .sec_cont
  .media_slide
  .media_cont
  a
  .cont_text
  .cont_mark.linkedin-en::before {
  content: "Linked in";
  background: url("/wp-content/uploads/2021/07/ico_in.png") no-repeat left
    center;
  background-size: 2.6rem 2.6rem;
}
#sec04
  .sec_wrap
  .sec_cont
  .media_slide
  .media_cont
  a
  .cont_text
  .cont_mark.youtube::before,
#sec04
  .sec_wrap
  .sec_cont
  .media_slide
  .media_cont
  a
  .cont_text
  .cont_mark.youtube-en::before {
  content: "YouTube";
  background: url(/wp-content/uploads/2021/07/ico_yt.png) no-repeat left center;
  background-size: 2.6rem 2.6rem;
}
#sec04
  .sec_wrap
  .sec_cont
  .media_slide
  .media_cont
  a
  .cont_text
  .cont_mark.facebook::before,
#sec04
  .sec_wrap
  .sec_cont
  .media_slide
  .media_cont
  a
  .cont_text
  .cont_mark.facebook-en::before {
  content: "Facebook";
  background: url(/wp-content/uploads/2021/07/ico_fb.png) no-repeat left center;
  background-size: 2.6rem 2.6rem;
}
#sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_tit {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: -0.02rem;
  white-space: normal;
  height: 6rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  overflow: hidden;
}
#sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_tag {
  position: absolute;
  bottom: 2.7rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: -0.02rem;
}
#sec04
  .sec_wrap
  .sec_cont
  .media_slide
  .media_cont
  a
  .cont_text
  .cont_tag
  span {
  display: inline-block;
}
#sec04
  .sec_wrap
  .sec_cont
  .media_slide
  .media_cont
  a
  .cont_text
  .cont_tag
  span::before {
  display: inline-block;
  content: "#";
}
.ensol-slide-arr-box {
  width: 100%;
}
.ensol-slide-arr-box a {
  position: absolute;
  top: 45%;
  display: block;
  width: 6.9rem;
  height: 7rem;
  z-index: 1;
  opacity: 0.6;
  transition: 0.3s;
}
.ensol-slide-arr-box a:hover {
  opacity: 1;
  transition: 0.3s;
}
.ensol-slide-arr-box a.ensol-slide-prev {
  left: -4rem;
  background: url("/wp-content/uploads/2021/09/sns_slide_arr_l.png") center
    center/100% 100% no-repeat;
}
.ensol-slide-arr-box a.ensol-slide-next {
  right: -4rem;
  background: url("/wp-content/uploads/2021/09/sns_slide_arr_r.png") center
    center/100% 100% no-repeat;
}
/* footer ebiz */
/* Clearing ---------------------------------- */
/* 팝업 - 뉴스레터 */
.layerPop {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.layerPop .newsletter_pop {
  display: block;
  width: 74.2rem;
  height: 67.7rem;
  background: #ffffff;
}
.layerPop .popup_box .pop_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4.4rem 2.6rem 4.6rem;
  box-sizing: border-box;
}
.layerPop .popup_box .pop_wrap .pop_x {
  position: absolute;
  top: 0;
  right: -5rem;
  font-size: 0;
  width: 3.8rem;
  height: 3.7rem;
  background: url("/wp-content/uploads/2021/08/ico_search_x_w.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.layerPop .popup_box .pop_wrap .top_box {
  margin-bottom: 3rem;
  text-align: center;
}
.layerPop .popup_box .pop_wrap .top_box .pop_tit {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
.layerPop .popup_box .pop_wrap .top_box .pop_text {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
.layerPop .newsletter_pop .pop_wrap .mid_box {
  margin-bottom: 2rem;
}
.layerPop .newsletter_pop .pop_wrap .mid_box .mid_tit {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.layerPop .newsletter_pop .pop_wrap .mid_box .mid_text {
  width: 100%;
  height: 18.6rem;
  margin-bottom: 2.4rem;
  padding: 2rem 1.6rem;
  font-size: 1.3rem;
  line-height: 2.5rem;
  letter-spacing: -0.05rem;
  box-sizing: border-box;
  background: #ededed;
  overflow-y: auto;
}
.layerPop .newsletter_pop .pop_wrap .mid_box .mid_text table,
.layerPop .newsletter_pop .pop_wrap .mid_box .mid_text th,
.layerPop .newsletter_pop .pop_wrap .mid_box .mid_text td {
  font-size: 1.3rem;
}
.layerPop
  .newsletter_pop
  .pop_wrap
  .mid_box
  .mid_check
  input[type="checkbox"]
  + label {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.layerPop .newsletter_pop .pop_wrap .bot_box {
  margin-bottom: 6rem;
}
.layerPop .newsletter_pop .pop_wrap .bot_box .mail_box label {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
}
.layerPop .newsletter_pop .pop_wrap .bot_box .mail_box:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.layerPop .newsletter_pop .pop_wrap .bot_box .mail_box .input_box > * {
  float: left;
}
.layerPop .newsletter_pop .pop_wrap .bot_box .mail_box input[id="userMail1"] {
  position: relative;
  display: block;
  width: 17rem;
  height: 3.6rem;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #c4c4c5;
}
.layerPop
  .newsletter_pop
  .pop_wrap
  .bot_box
  .mail_box
  input[id="userMail1"]
  + span {
  display: block;
  width: 2.2rem;
  height: 3.6rem;
  font-size: 1.3rem;
  line-height: 3.6rem;
  text-align: center;
  color: #171717;
}
.layerPop .newsletter_pop .pop_wrap .bot_box .mail_box input[id="userMail2"] {
  display: block;
  width: 18rem;
  height: 3.6rem;
  margin-right: 1.7rem;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #c4c4c5;
}
.layerPop
  .newsletter_pop
  .pop_wrap
  .bot_box
  .mail_box
  input[id="userMail2"]:disabled {
  background: #eee;
}
.layerPop .newsletter_pop .pop_wrap .bot_box .mail_box select {
  display: block;
  width: 30rem;
  height: 3.6rem;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  border: 0.1rem solid #c4c4c5;
}
.layerPop .newsletter_pop .pop_wrap .btn_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.layerPop .newsletter_pop .pop_wrap .btn_box a {
  width: 9.8rem;
  height: 4rem;
  margin: 0 0.7rem;
  background: #fff;
  color: #171717;
  text-align: center;
  line-height: 4rem;
  border: 0.1rem solid #c4c4c5;
  box-sizing: border-box;
}
.layerPop .newsletter_pop .pop_wrap .btn_box a.submit_btn,
.layerPop .popup_box .pop_wrap .btn_box a.confirm_btn {
  background: #008b9e;
  color: #fff;
  border: none;
}
.layerPop .refusal_pop {
  display: block;
  width: 74.2rem;
  height: 36.5rem;
  background: #fff;
}
.layerPop .popup_box .pop_wrap .btn_box a {
  display: block;
  width: 9.8rem;
  height: 4rem;
  background: #fff;
  color: #171717;
  text-align: center;
  line-height: 4rem;
  border: 0.1rem solid #c4c4c5;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.layerPop .refusal_pop .pop_wrap {
  padding: 4.4rem 4rem;
}
.layerPop .refusal_pop .pop_wrap .top_box {
  text-align: left;
}
.layerPop .refusal_pop .pop_wrap .top_box .pop_tit {
  margin-bottom: 4rem;
}
.layerPop .refusal_pop .pop_wrap .top_box .pop_text {
  line-height: 2.5rem;
  margin-bottom: 3rem;
}
.layerPop .refusal_pop .pop_wrap .top_box .small_text {
  margin-bottom: 7rem;
}
.layerPop .refusal_pop .pop_wrap .top_box .small_text a {
  color: #0955e0;
}

/* S 메인페이지 팝업 추가 20231130*/
.layerPop .nquestion_pop {
  position: relative;
  width: 800px;
  height: 500px;
  background: url("./images/nquestion_pop.png")
    no-repeat center center;
  background-size: 100% 100%;
}
.layerPop .nquestion_pop .pop_wrap .btn_box a.go_btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
}
.layerPop .nquestion_pop .today_close {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -25px;
  color: #ffffff;
  width: 100%;
  text-align: right;
}
.layerPop .nquestion_pop .today_close input[type="checkbox"] {
  margin-right: 10px;
}
/* E 메인페이지 팝업 추가 20231130*/

/* S 메인페이지 팝업 추가 20240312*/
.layerPop .bic_pop {
  position: relative;
}
.layerPop .bic_pop .pop_wrap {
  padding: 0;
}
.layerPop .bic_pop .pop_wrap .bgImg {
  width: 700px;
  height: 450px;
  background: url("./images/bicPopupImg.png")
    no-repeat center center;
  background-size: 100% 100%;
}
.layerPop .bic_pop .pop_wrap .bgImg a {
  display: block;
  width: 100%;
  height: 100%;
}
.layerPop .bic_pop .pop_wrap .btnBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layerPop .bic_pop .pop_wrap .btnBox div {
  width: 50%;
  height: 60px;
  background: #fff;
}
.layerPop .bic_pop .pop_wrap .btnBox div ~ div {
  border-right: 1px solid #ccc;
}
.layerPop .bic_pop .pop_wrap .btnBox label {
  margin: 0;
  gap: 10px;
}
.layerPop .bic_pop .pop_wrap .btnBox input[type="checkbox"] {
  margin-top: -4px;
  border: 1px solid #000;
}
.layerPop .bic_pop .pop_wrap .btnBox label,
.layerPop .bic_pop .pop_wrap .btnBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.layerPop .bic_pop .pop_wrap .btnBox a {
  color: #000;
}
/* E 메인페이지 팝업 추가 20240312*/

/* S 메인페이지 팝업 추가 20240719*/
.layerPop .competition_pop {
  position: relative;
}
.layerPop .competition_pop .pop_wrap {
  padding: 0;
}
.layerPop .competition_pop .pop_wrap .bgImg {
  width: 360px;
  height: 480px;
  background: url("./images/BSS공모전_썸네일(720x960)_팝업.jpg")
    no-repeat center center;
  background-size: 100% 100%;
}
.layerPop .competition_pop .pop_wrap .bgImg a {
  display: block;
  width: 360px;
  height: 480px;
}
.layerPop .competition_pop .pop_wrap .btnBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layerPop .competition_pop .pop_wrap .btnBox div {
  width: 50%;
  height: 60px;
  background: #fff;
}
.layerPop .competition_pop .pop_wrap .btnBox div ~ div {
  border-right: 1px solid #ccc;
}
.layerPop .competition_pop .pop_wrap .btnBox label {
  margin: 0;
  gap: 10px;
}
.layerPop .competition_pop .pop_wrap .btnBox input[type="checkbox"] {
  margin-top: -4px;
  border: 1px solid #000;
}
.layerPop .competition_pop .pop_wrap .btnBox label,
.layerPop .competition_pop .pop_wrap .btnBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.layerPop .competition_pop .pop_wrap .btnBox a {
  color: #000;
}
/* E 메인페이지 팝업 추가 20240719*/

body #site-footer {
  position: relative;
  height: 17rem;
  margin-top: 9.9rem;
  padding: 0;
  background-color: #d9dbdc;
}
body #site-footer .go_top {
  position: fixed;
  bottom: 20rem;
  right: 5rem;
  width: 3.6rem;
  height: 3.6rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity;
}
body #site-footer .go_top.on {
  position: fixed;
  bottom: 20rem;
  right: 5rem;
  width: 3.6rem;
  height: 3.6rem;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transition: 0.3s opacity;
}
body #site-footer .go_top a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2021/11/go_top.png") no-repeat center
    center;
  background-size: 100% 100%;
  opacity: 0.7;
  transition: 0.3s all;
}
body #site-footer .go_top a:hover {
  opacity: 1;
  transition: 0.3s all;
}
body #site-footer .footer_wrap {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
body #site-footer .footer_wrap.pc_cont {
  display: block;
}
body #site-footer .footer_wrap.mo_cont {
  display: none;
}
body #site-footer .footer_wrap ul {
  margin: 0;
  list-style: none;
}
body #site-footer .footer_wrap ul:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
body #site-footer .footer_wrap ul li {
  float: left;
  margin: 0;
  list-style: none;
}
body #site-footer .footer_wrap ul li a {
  color: #3e3e3e;
  font-size: 1.6rem;
}
body #site-footer .footer_wrap .footer_cont:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
body #site-footer .footer_wrap .footer_cont.footer_top {
  padding-top: 3.5rem;
}
body #site-footer .footer_wrap .footer_cont.footer_top .foot_link {
  float: left;
}
body #site-footer .footer_wrap .footer_cont.footer_top .foot_link ul li {
  float: left;
  margin-right: 2.5rem;
}
body #site-footer .footer_wrap .footer_cont.footer_top .foot_link ul li a {
  display: block;
  height: 3.3rem;
  line-height: 3.3rem;
  letter-spacing: -0.03rem;
}
body #site-footer .footer_wrap .footer_cont.footer_top .sns_link {
  float: right;
}
body #site-footer .footer_wrap .footer_cont.footer_top .sns_link li {
  margin-left: 1.5rem;
}
body #site-footer .footer_wrap .footer_cont.footer_top .sns_link li img {
  width: 100%;
  height: 100%;
}
body #site-footer .footer_wrap .footer_cont.footer_bot {
  padding-top: 3rem;
}
body #site-footer .footer_wrap .footer_cont.footer_bot .footer_logo {
  float: left;
  padding-top: 1.1rem;
}
body #site-footer .footer_wrap .footer_cont .footer_logo img {
  width: 100%;
  height: 100%;
}
body #site-footer .footer_wrap .footer_cont.footer_bot .footer_text {
  float: right;
}
body #site-footer .footer_wrap .footer_cont.footer_bot .footer_text p {
  margin: 0;
  padding-bottom: 0.4rem;
  font-size: 1.4rem;
  text-align: right;
}

/* list page ebiz */
.lgensol_content {
  min-height: calc(100vh - 269px);
  padding-top: 16rem;
}
.lgensol_content .lgensol_content_wrap {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.lgensol_content .lgensol_content_wrap.file_page {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.lgensol_content .lgensol_content_wrap .lgensol_content_title {
  position: relative;
}
.lgensol_content .lgensol_content_wrap.file_page .lgensol_content_title {
  max-width: 120rem;
  margin: 0 auto;
}
.lgensol_content .lgensol_content_wrap .lgensol_content_title h2 {
  display: inline-block;
  font-size: 3.4rem;
  margin: 0;
}
.lgensol_content .lgensol_content_wrap .lgensol_content_title h2 + span {
  margin-left: 1.5rem;
  font-size: 1.8rem;
  color: #333333;
}
.lgensol_content .lgensol_content_wrap .lgensol_content_title .list_type {
  position: absolute;
  top: 1.7rem;
  right: 0;
  width: 4.7rem;
}
.lgensol_content .lgensol_content_wrap .lgensol_content_title .list_type:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.lgensol_content .lgensol_content_wrap .lgensol_content_title .list_type a {
  float: left;
  width: 1.5rem;
  height: 1.5rem;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .list_type
  a:last-child {
  margin-left: 1.7rem;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .list_type
  a:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .list_type
  a
  span {
  background: #494949;
  transition: 0.3s all;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .list_type
  a.on
  span,
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .list_type
  a:hover
  span {
  background: #4fb2c9;
  transition: 0.3s all;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .list_type
  a.block_type
  span {
  float: left;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.3rem;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .list_type
  a.block_type
  span:nth-child(2n) {
  margin-left: 0.3rem;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .list_type
  a.vertical_type
  span {
  display: block;
  width: 100%;
  height: 0.6rem;
  margin-bottom: 0.3rem;
}
.lgensol_content_wrap .lgensol_content_list {
  margin-top: 5rem;
}
.lgensol_content_wrap.block_type .lgensol_content_list {
  display: flex;
  justify-content: left;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  transition: 0.3s all;
}
.lgensol_content_wrap.block_type .lgensol_content_list .item {
  width: 37.6rem;
  max-height: 48rem;
  margin-bottom: 4rem;
  transition: 0.3s all;
}
.lgensol_content_wrap.block_type.file_page .lgensol_content_list {
  display: block;
}
.lgensol_content_wrap.block_type .lgensol_content_list .file_item_wrap {
  display: flex;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.lgensol_content_wrap.block_type .lgensol_content_list #FilePost {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  background: #f1f1f1;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  #FilePost
  .file_post_wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 0;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  #FilePost
  .file_post_wrap
  .close_item {
  position: absolute;
  top: 6rem;
  right: -4.8rem;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  background: url("/wp-content/uploads/2021/08/ico_search_x.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  #FilePost
  .file_post_wrap
  p {
  display: block;
  width: 100%;
  max-width: 120rem;
  margin: 0;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  #FilePost
  .file_post_wrap
  p
  .alignnone,
.lgensol_content_wrap.block_type
  .lgensol_content_list
  #FilePost
  .file_post_wrap
  p
  .aligncenter {
  margin: 0 auto;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  #FilePost
  .file_post_wrap
  p.post_img {
  position: relative;
  margin: 0 auto 5rem;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  #FilePost
  .file_post_wrap
  p.post_img
  .img_down {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.3rem;
  height: 5.3rem;
  padding: 0;
  background: url("/wp-content/uploads/2021/11/ico_file_down.png") no-repeat
    center center;
  background-size: 100% 100%;
  cursor: pointer;
  transition: 0.3s all;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  #FilePost
  .file_post_wrap
  p.post_img
  .img_down:hover {
  background: url("/wp-content/uploads/2021/11/ico_file_down_on.png") no-repeat
    center center;
  background-size: 100% 100%;
  transition: 0.3s all;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  #FilePost
  .file_post_wrap
  p.post_title {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  line-height: 3.6rem;
  letter-spacing: -0.05rem;
  color: #282828;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  #FilePost
  .file_post_wrap
  p.post_sub {
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: -0.05rem;
  color: #282828;
}
.lgensol_content_wrap.block_type .lgensol_content_list .item.file_item {
  position: relative;
  width: 28rem;
  height: 28rem;
  margin-bottom: 3rem;
  margin-right: 2.6rem;
  transition: 0.3s;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item.file_item.on::after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-top: 20px solid;
  border-bottom: 16px solid #f1f1f1;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.lgensol_content_wrap.block_type .lgensol_content_list .item.file_item a {
  width: 28rem;
  height: 28rem;
  transition: 0.3s;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item.file_item
  a
  .item_thumb {
  display: table;
  width: 28rem;
  height: 28rem;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item.file_item
  a
  .item_thumb
  .item_tit {
  position: relative;
  display: table-cell;
  padding: 0 2rem;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #fff;
  line-height: 2.6rem;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item.file_item
  a
  .item_thumb
  .item_tit
  button {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2.3rem;
  height: 2.3rem;
  padding: 0;
  background: url("/wp-content/uploads/2021/08/ico_file_down.png") center
    center/100% 100% no-repeat;
  transition: 0.3s;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item.file_item
  a
  .item_thumb
  .item_tit
  button:hover {
  background: url("/wp-content/uploads/2021/08/ico_file_down_on.png") center
    center/100% 100% no-repeat;
  transition: 0.3s;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item.file_item
  a:hover
  .item_thumb
  .item_tit {
  opacity: 1;
  transition: 0.3s;
}
.lgensol_content_wrap.block_type .lgensol_content_list .item.file_item4,
.lgensol_content_wrap.block_type .lgensol_content_list .item.file_item8,
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item.file_item:nth-child(4n) {
  margin-right: 0;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item.normal_item:nth-child(3n-1) {
  margin: 0 3.55rem 4rem;
}
.lgensol_content_wrap.block_type .lgensol_content_list .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lgensol_content_wrap.block_type .lgensol_content_list .item a .item_thumb_box {
  display: block;
  width: 100%;
  height: 25.1rem;
  overflow: hidden;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a
  .item_thumb_box
  .item_thumb {
  display: block;
  width: 100%;
  height: 25.1rem;
  background-size: cover;
  background-position: center center;
  transition: 0.3s;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a:hover
  .item_thumb {
  transform: scale(1.05);
  transition: 0.3s;
}
.lgensol_content_wrap.block_type .lgensol_content_list .item a .item_text {
  position: relative;
  height: 22.9rem;
  padding: 2rem 0;
  box-sizing: border-box;
  transition: padding 0.3s;
}
/*.lgensol_content_wrap.block_type .lgensol_content_list .item a:hover .item_text { padding: 2.5rem 2rem 0; transition: 0.3s padding; } */
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a
  .item_text
  .block_type {
  display: block;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_txt,
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a
  .item_text
  .vertical_type {
  display: none;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_tit {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: #1c1c1c;
  transition: 0.3s;
  white-space: normal;
  margin-bottom: 1rem;
  max-height: 6.8rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_date {
  font-size: 1.3rem;
  color: #515151;
  transition: 0.3s;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_tag {
  position: unset;
  bottom: 4rem;
  font-size: 1.5rem;
  color: #00b4cb;
  transition: 0.3s;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_tag
  span {
  display: inline-block;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_tag
  span::before {
  display: inline-block;
  content: "#";
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a
  .item_text::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0;
  content: "";
  background: #00b4cb;
  z-index: -1;
  transition: 0.3s;
}
/*.lgensol_content_wrap.block_type .lgensol_content_list .item a:hover .item_text::before { height:100%; transition:0.3s all; } 
.lgensol_content_wrap.block_type .lgensol_content_list .item a:hover .item_text .item_tit, .lgensol_content_wrap.block_type .lgensol_content_list .item a:hover .item_text .item_date,.lgensol_content_wrap.block_type .lgensol_content_list .item a:hover .item_text .item_tag { color:#ffffff; transition:0.3s all;  } */
.lgensol_content_wrap.vertical_type .lgensol_content_list {
  display: flex;
  justify-content: left;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  transition: 0.3s;
}
.lgensol_content_wrap.vertical_type .lgensol_content_list .item {
  width: 100%;
  height: 16.8rem;
  margin-bottom: 5rem;
  transition: 0.3s;
}
.lgensol_content_wrap.vertical_type .lgensol_content_list .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lgensol_content_wrap.vertical_type .lgensol_content_list .item a:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.lgensol_content_wrap.vertical_type .lgensol_content_list .item a > div {
  float: left;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_thumb_box {
  width: 25rem;
  height: 16.7rem;
  overflow: hidden;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_thumb_box
  .item_thumb {
  display: block;
  width: 25rem;
  height: 16.7rem;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: 0.3s;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a:hover
  .item_thumb_box
  .item_thumb {
  transform: scale(1.1);
  transition: 0.3s;
}
.lgensol_content_wrap.vertical_type .lgensol_content_list .item a .item_text {
  position: relative;
  width: calc(100% - 25rem);
  height: 16.7rem;
  padding: 0 3rem;
  box-sizing: border-box;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_text
  .block_type {
  display: none;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_text
  .vertical_type {
  display: inline-block;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_cat {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #00b4cb;
}
.lgensol_content_wrap.block_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_cat {
  display: inline-block;
  height: 2.6rem;
  margin-bottom: 0.8rem;
  padding: 0 1rem;
  background: #4fb2c8;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  transition: 0.3s;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_tit {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.6rem;
  color: #1c1c1c;
  transition: 0.3s all;
  margin-bottom: 1rem;
  max-height: 3.6rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_txt {
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 3rem;
  color: #1c1c1c;
  transition: 0.3s all;
  white-space: normal;
  margin-bottom: 1rem;
  max-height: 6.6rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_date.vertical_type {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  font-size: 1.3rem;
  color: #515151;
  transition: 0.3s all;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_date.vertical_type:before {
  position: absolute;
  top: 0.1rem;
  left: 1rem;
  display: block;
  width: 0.1rem;
  height: 1.4rem;
  background: #6f6f6f;
  content: "";
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_tag {
  position: absolute;
  bottom: 0;
  font-size: 1.5rem;
  color: #00b4cb;
  transition: 0.3s all;
  margin: 0;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_tag
  span {
  display: inline-block;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a
  .item_text
  .item_tag
  span::before {
  display: inline-block;
  content: "#";
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a:hover
  .item_text::before {
  height: 100%;
  transition: 0.3s all;
}
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a:hover
  .item_text
  .item_date,
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a:hover
  .item_text
  .item_tag,
.lgensol_content_wrap.vertical_type
  .lgensol_content_list
  .item
  a:hover
  .item_text
  .item_tit {
  transition: 0.3s;
}
.lgensol_content_wrap .btn_more {
  margin: 0 0 3.8rem;
  padding: 0;
}
.lgensol_content_wrap .btn_more a {
  position: relative;
  display: block;
  width: 16rem;
  height: 5rem;
  margin: 0 auto;
  text-align: center;
  line-height: 5rem;
  font-size: 1.6rem;
  color: #1d1c1c;
  border: 1px solid #1d1c1c;
  border-radius: 0;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  transition: 0.3s all;
  font-family: "Noto Sans KR", sans-serif !important;
}
.lgensol_content_wrap .btn_more a span {
  position: relative;
  display: inline-block;
}
.lgensol_content_wrap .btn_more a {
  transition: all 0.25s;
}
.lgensol_content_wrap .btn_more a:hover {
  color: #00b4cb;
  border: 1px solid #00b4cb;
}
.lgensol_content_wrap .btn_more a span::after {
  display: inline-block;
  content: "";
  width: 1.9rem;
  height: 1.1rem;
  margin-top: -0.6rem;
  margin-left: 1.5rem;
  background: url(/wp-content/uploads/2021/07/more_arr.png) no-repeat center
    center;
  background-size: 100% 100%;
  transition: 0.3s all;
}
.lgensol_content_wrap .btn_more a:hover span::after {
  background: url(/wp-content/uploads/2021/07/more_arr_over.png) no-repeat
    center center;
  background-size: 100% 100%;
  transition: 0.3s all;
}
.post_view_page {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding-top: 16.5rem;
}
.post_view_page article {
  background: #ffffff;
  padding: 4rem 7rem;
}
.post_header {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #c9c9c9;
}
.post_header .post_header_wrap {
  width: 100%;
}
.post_header .post_header_wrap .post-title {
  font-size: 3.6rem;
  line-height: 4.8rem;
  letter-spacing: -0.02rem;
  color: #211f1f;
  margin: 6rem auto 15px;
}
.post_header .post_header_wrap .post-sub-title {
  font-size: 22px;
  margin: 0 auto 10px;
}
.post_header .post_header_wrap .post_info {
  position: relative;
  margin-top: 0.8rem;
}
.post_header .post_header_wrap .post_info .left_info span {
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: #211f1f;
}
.post_header .post_header_wrap .post_info .left_info span.info_bar {
  margin: 0 1rem;
}
.post_header .post_header_wrap .post_info .left_info span.post_cate {
  color: #00b4cb;
}
.post_header .post_header_wrap .post_info .left_info span.post_cate a {
  color: #00b4cb;
}
.post_header .post_header_wrap .post_info .right_info {
  position: absolute;
  top: 0;
  right: 0;
}
.post_header .post_header_wrap .post_info .right_info:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.post_header .post_header_wrap .post_info .right_info > div {
  float: left;
}
.post_header .post_header_wrap .post_info .right_info .share_btn_box {
  position: relative;
  margin-right: 1.6rem;
}
.post_header .post_header_wrap .post_info .right_info .share_btn_box a {
  display: block;
  font-size: 0;
  color: transparent;
}

/************************************************************************************ 2번 */
.post_header
  .post_header_wrap
  .post_info
  .right_info
  .share_btn_box
  a.share_btn {
  width: 1.9rem;
  height: 2rem;
  background: url("/wp-content/uploads/2021/07/view_share.png") center
    center/100% 100% no-repeat;
}
.post_header
  .post_header_wrap
  .post_info
  .right_info
  .share_btn_box
  a.share_btn.active {
  background: url("/wp-content/uploads/2021/07/view_share_x.png") center
    center/1.8rem 1.7rem no-repeat;
}
.post_header .post_header_wrap .post_info .right_info .share_btn_box a + ul {
  position: absolute;
  top: 4rem;
  left: 50%;
  width: 3.3rem;
  height: auto;
  margin: 0 0 0 -1.65rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.post_header
  .post_header_wrap
  .post_info
  .right_info
  .share_btn_box
  a.active
  + ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition: 0.3s;
}
.post_header .post_header_wrap .post_info .right_info .share_btn_box a + ul li {
  list-style: none;
  margin: 0 0 0.5rem;
  line-height: 1;
}
.post_header
  .post_header_wrap
  .post_info
  .right_info
  .share_btn_box
  a
  + ul
  li
  a {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 3.4rem;
  transition: 0.3s;
}
.post_header
  .post_header_wrap
  .post_info
  .right_info
  .share_btn_box
  a
  + ul
  li
  a.share_in {
  background: url("/wp-content/uploads/2022/04/view_share_in.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.post_header
  .post_header_wrap
  .post_info
  .right_info
  .share_btn_box
  a
  + ul
  li
  a.share_fb {
  background: url("/wp-content/uploads/2021/08/view_share_fb.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.post_header
  .post_header_wrap
  .post_info
  .right_info
  .share_btn_box
  a
  + ul
  li
  a.share_kt {
  background: url("/wp-content/uploads/2021/08/view_share_kt.png") center
    center/100% 100% no-repeat;
}
.post_header
  .post_header_wrap
  .post_info
  .right_info
  .share_btn_box
  a
  + ul
  li
  a.share_url {
  background: url("/wp-content/uploads/2021/08/view_share_url.png") center
    center/100% 100% no-repeat;
}
.post_header
  .post_header_wrap
  .post_info
  .right_info
  .share_btn_box
  a
  + ul
  li
  a.share_tw {
  background: url("/wp-content/uploads/2021/08/view_share_tw.png") center
    center/100% 100% no-repeat;
}
.post_header .post_header_wrap .post_info .right_info .print_btn_box a {
  display: block;
  font-size: 0;
  color: transparent;
  width: 1.9rem;
  height: 2rem;
  background: url("/wp-content/uploads/2021/07/view_print.png") center
    center/100% 100% no-repeat;
}
.post_header .post_header_wrap .post_info .right_info .down_btn_box {
  margin-right: 1.6rem;
}
.post_header .post_header_wrap .post_info .right_info .down_btn_box a {
  display: block;
  font-size: 0;
  color: transparent;
  width: 1.9rem;
  height: 2rem;
  background: url("/wp-content/uploads/2021/08/view_down.png") center
    center/100% 100% no-repeat;
}
.view_post.post-inner {
  padding-top: 4.5rem;
}
.view_post .entry-content .bottom_info {
  position: relative;
  margin-top: 3.4rem;
}
.view_post .entry-content .bottom_info .view_post_tag {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
}
.view_post .entry-content .bottom_info .view_post_tag a {
  display: inline-block;
  height: 3rem;
  margin-right: 2rem;
  padding: 0 2rem;
  border-radius: 0.6rem;
  background: #f1f1f1;
  color: #211f1f;
  font-size: 1.5rem;
  line-height: 3rem;
  transition: 0.3s;
}
.view_post .entry-content .bottom_info .view_post_tag a:hover {
  background: #d6d6d6;
  transition: 0.3s;
}
.view_post .entry-content .bottom_info .view_post_tag a:before {
  content: "#";
}
/* .view_post .entry-content .bottom_info .right_info{position:absolute;top:.5rem;right:0} */
.view_post .entry-content .bottom_info .right_info {
  position: relative;
  float: right;
  margin-top: 2rem;
}
.view_post .entry-content .bottom_info .right_info:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.view_post .entry-content .bottom_info .right_info > div {
  float: left;
}
.view_post .entry-content .bottom_info .right_info .share_btn_box {
  position: relative;
  margin-right: 1.6rem;
}
.view_post .entry-content .bottom_info .right_info .share_btn_box a {
  display: block;
  font-size: 0;
  color: transparent;
}
.view_post .entry-content .bottom_info .right_info .share_btn_box a.share_btn {
  width: 1.9rem;
  height: 2rem;
  background: url("/wp-content/uploads/2021/07/view_share.png") no-repeat center
    center;
  background-size: 100% 100%;
}
.view_post
  .entry-content
  .bottom_info
  .right_info
  .share_btn_box
  a.share_btn.active {
  background: url("/wp-content/uploads/2021/07/view_share_x.png") no-repeat
    center center;
  background-size: 1.8rem 1.7rem;
}
.view_post .entry-content .bottom_info .right_info .share_btn_box a + ul {
  position: absolute;
  top: 4rem;
  left: 50%;
  width: 3.3rem;
  height: auto;
  margin: 0 0 0 -1.65rem;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.3s all;
}
.view_post
  .entry-content
  .bottom_info
  .right_info
  .share_btn_box
  a.active
  + ul {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all;
}
.view_post .entry-content .bottom_info .right_info .share_btn_box a + ul li {
  list-style: none;
  margin: 0 0 0.5rem 0;
  line-height: 1;
}
.view_post .entry-content .bottom_info .right_info .share_btn_box a + ul li a {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 3.3rem;
  transition: 0.3s all;
}
.view_post
  .entry-content
  .bottom_info
  .right_info
  .share_btn_box
  a
  + ul
  li
  a.share_in {
  background: url("/wp-content/uploads/2022/04/view_share_in.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.view_post
  .entry-content
  .bottom_info
  .right_info
  .share_btn_box
  a
  + ul
  li
  a.share_fb {
  background: url("/wp-content/uploads/2021/08/view_share_fb.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.view_post
  .entry-content
  .bottom_info
  .right_info
  .share_btn_box
  a
  + ul
  li
  a.share_kt {
  background: url("/wp-content/uploads/2021/08/view_share_kt.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.view_post
  .entry-content
  .bottom_info
  .right_info
  .share_btn_box
  a
  + ul
  li
  a.share_tw {
  background: url("/wp-content/uploads/2021/08/view_share_tw.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.view_post
  .entry-content
  .bottom_info
  .right_info
  .share_btn_box
  a
  + ul
  li
  a.share_url {
  background: url("/wp-content/uploads/2021/08/view_share_url.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.view_post .entry-content .bottom_info .right_info .print_btn_box a {
  display: block;
  font-size: 0;
  color: transparent;
  width: 1.9rem;
  height: 2rem;
  background: url("/wp-content/uploads/2021/07/view_print.png") no-repeat center
    center;
  background-size: 100% 100%;
}
.view_post .entry-content .bottom_info .right_info .down_btn_box {
  margin-right: 1.6rem;
}
.view_post .entry-content .bottom_info .right_info .down_btn_box a {
  display: block;
  font-size: 0;
  color: transparent;
  width: 1.9rem;
  height: 2rem;
  background: url("/wp-content/uploads/2021/08/view_down.png") no-repeat center
    center;
  background-size: 100% 100%;
}
.post_sd_cont {
  padding: 0 7rem;
}
.post_sd_cont .content_bottom .list_btn {
  margin: 3.3rem auto 8.9rem;
}
.post_sd_cont .content_bottom .list_btn a {
  display: block;
  width: 16.4rem;
  height: 4.8rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 4.8rem;
  text-align: center;
  color: #171717;
  border: 0.1rem solid #424242;
  transition: 0.3s all;
}
.post_sd_cont .content_bottom .list_btn a:hover {
  color: #00b4cb;
  border: 0.1rem solid #00b4cb;
  transition: 0.3s all;
}
.post_sd_cont .content_bottom .list_btn a span:before {
  position: relative;
  top: 0.2rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.6rem;
  margin-right: 1rem;
  content: "";
  background: url("/wp-content/uploads/2021/10/post_bottom_list_b.png")
    no-repeat 0 0.1rem;
  background-size: 100% 100%;
  transition: 0.3s all;
}
.post_sd_cont .content_bottom .list_btn a:hover span:before {
  background: url("/wp-content/uploads/2021/10/post_bottom_list_c.png")
    no-repeat 0 0.1rem;
  background-size: 100% 100%;
  transition: 0.3s all;
}
.post_sd_cont .content_bottom .related_post {
  margin-bottom: 14rem;
}
.post_sd_cont .content_bottom .related_post .related_title {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  color: #171717;
  line-height: 1.8rem;
}
.post_sd_cont .content_bottom .post_bottom_box:after,
.post_sd_cont .content_bottom .related_post .related_wrap:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.post_sd_cont .content_bottom .related_post .related_box {
  float: left;
  width: 20rem;
  margin-right: 1.5rem;
}
.post_sd_cont .content_bottom .related_post .related_box:last-child {
  margin-right: 0;
}
.post_sd_cont .content_bottom .related_post .related_box a .related_thumb {
  width: 20rem;
  height: 13.4rem;
  margin-bottom: 1.5rem;
}
.post_sd_cont .content_bottom .related_post .related_box a .related_cat {
  height: 1.4rem;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #00b4cb;
}
.post_sd_cont .content_bottom .related_post .related_box a .related_tit {
  height: 4.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171717;
}
.post_sd_cont .content_bottom .related_post .related_box a .related_date {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #a7a7a7;
}
.post_sd_cont .content_bottom .post_bottom_box a {
  float: left;
  display: block;
  width: 51.8rem;
  height: 8.5rem;
  font-size: 2.2rem;
  line-height: 8.5rem;
  letter-spacing: -0.05rem;
  background: #00b4cb;
  color: #fff;
  text-align: center;
}
.post_sd_cont .content_bottom .post_bottom_box a:last-child {
  margin-left: 2.3rem;
}
.post_sd_cont .content_bottom .post_bottom_box a:hover {
  background: #0096aa;
}
.post_sd_cont .content_bottom .post_bottom_box a span {
  position: relative;
  display: inline-block;
}
.post_sd_cont .content_bottom .post_bottom_box a.subscribe_btn span::before {
  position: absolute;
  top: 50%;
  left: -5rem;
  display: inline-block;
  width: 3rem;
  height: 2.9rem;
  margin-top: -1.45rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/post_bottom_letter.png") center
    center/100% 100% no-repeat;
}
.post_sd_cont .content_bottom .post_bottom_box a.random_btn span::before {
  position: absolute;
  top: 50%;
  left: -5rem;
  display: inline-block;
  width: 3.3rem;
  height: 2.4rem;
  margin-top: -1.2rem;
  content: "";
  background: url("/wp-content/uploads/2022/03/post_bottom_random.png") center
    center/100% 100% no-repeat;
}
.post_sd_cont .content_bottom .post_bottom_box a.sns_btn span::before {
  position: absolute;
  top: 50%;
  left: -5rem;
  display: inline-block;
  width: 3rem;
  height: 2.9rem;
  margin-top: -1.45rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/post_bottom_sns.png") center
    center/100% 100% no-repeat;
}
.post_sd_cont .content_bottom .post_bottom_box a span::after {
  position: absolute;
  top: 50%;
  right: -4.7rem;
  display: inline-block;
  width: 2.7rem;
  height: 0.9rem;
  margin-top: -0.45rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/post_bottom_arr.png") center
    center/100% 100% no-repeat;
}

/* S: 20230602 뷰페이지 설문 */
.nps {
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 8px;
}
.desc-nps p {
  font-size: 24px;
}
.nps-radios {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 1em;
}
.error-nps {
  position: relative;
  border: 1px solid #3ec2cf;
}
.error-nps::before {
  content: "점수를 선택해주세요" !important;
  position: absolute;
  top: -20px;
  left: 50%;
  color: #3ec2cf;
  margin: -5px 0 0;
  transform: translate(-50%);
}
/* .i0 {background: #3ec2cf;} */
.i1 {
  background: #3ec2cf;
}
.i2 {
  background: #44a3c1;
}
.i3 {
  background: #4a84b3;
}
.i4 {
  background: #5065a5;
}
.i5 {
  background: #554596;
}
/* .i6 {background: #4a7aab;}
.i7 {background: #4c6ea5;}
.i8 {background: #4e629f;}
.i9 {background: #505699;}
.i10 {background: #554596;} */
.nps .index {
  padding: 5px 35px;
  font-size: 24px;
  border-radius: 8px;
}

.nps-submit {
  background: #3ec2cf;
  margin: 20px auto;
  width: 50%;
  height: auto;
  font-size: 20px;
  line-height: 26px;
  border-radius: 8px;
  position: relative;
}
.nps-submit .spiner {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nps-submit:hover {
  background: #4886b1;
}
[id^="radio-"] + label .index {
  border: 1px solid #fff;
}
[id^="radio-"]:checked + label .index {
  color: #fff;
  border: 1px solid #000;
}
label .index:hover {
  border: 1px solid #000;
  color: #fff;
}
.chto {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
.textarea,
.nps-textarea {
  border-radius: 8px;
}
#results-nps {
  color: #000 !important;
}
/* E: 20230602 뷰페이지 설문 */

/* 엔솔채널 */
.lgensol_content_list .ensol_ch {
  width: 100%;
  height: 100.3rem;
  padding: 4.7rem 4.1rem 4.6rem;
  background: url("/wp-content/uploads/2021/08/ensol_ch_bg_v1.jpg") center
    center/100% 100% no-repeat;
  box-sizing: border-box;
}
.lgensol_content_list .ensol_ch.en {
  width: 100%;
  height: 82rem;
  padding: 4.7rem 4.1rem 4.6rem;
  background: url("/wp-content/uploads/2021/08/ensol_ch_bg.jpg") center
    center/100% 100% no-repeat;
  box-sizing: border-box;
}
.lgensol_content_list .ensol_ch:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.lgensol_content_list .ensol_ch .btn_wrap {
  float: right;
  width: 49.4rem;
}
.lgensol_content_list .ensol_ch.en .btn_wrap {
  float: right;
  width: 52.4rem;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box {
  width: 100%;
  height: 16.5rem;
  background: #fff;
  box-sizing: border-box;
  margin: 2.1rem 0 0;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box:first-child {
  margin-top: 0;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in {
  margin: 2.1rem 0;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_insta,
.lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_np {
  margin: 2.1rem 0 0;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box a {
  display: block;
  width: 100%;
  height: 16.5rem;
  padding: 2.6rem 0;
  background: #fff;
  box-sizing: border-box;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box a p {
  padding-left: 12rem;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: -0.05rem;
  color: #00b4cb;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit::before {
  position: absolute;
  top: -0.6rem;
  left: 2.8rem;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_yt a p.ch_tit::before {
  display: inline-block;
  width: 6.8rem;
  height: 6.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/ensol_ch_yt.png") center
    center/100% 100% no-repeat;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in a p.ch_tit::before {
  display: inline-block;
  width: 6.8rem;
  height: 6.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/ensol_ch_in.png") center
    center/100% 100% no-repeat;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_fb a p.ch_tit::before {
  display: inline-block;
  width: 6.8rem;
  height: 6.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/ensol_ch_fb.png") center
    center/100% 100% no-repeat;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_np a p.ch_tit::before {
  display: inline-block;
  width: 6.8rem;
  height: 6.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/ensol_ch_np.png") center
    center/100% 100% no-repeat;
}
.lgensol_content_list
  .ensol_ch
  .btn_wrap
  .btn_box.btn_insta
  a
  p.ch_tit::before {
  display: inline-block;
  width: 6.8rem;
  height: 6.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/ensol_ch_insta.png") center
    center/100% 100% no-repeat;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit::after {
  position: absolute;
  top: -0.8rem;
  right: -9.6rem;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_yt a p.ch_tit::after {
  display: none;
  width: 8.1rem;
  height: 3.7rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/ensol_ch_yt_1.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in a p.ch_tit::after {
  display: none;
  width: 8.1rem;
  height: 3.7rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/ensol_ch_in_1.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_fb a p.ch_tit::after {
  display: none;
  width: 8.1rem;
  height: 3.7rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/ensol_ch_fb_1.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_np a p.ch_tit::after {
  display: none;
  width: 8.1rem;
  height: 3.7rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/ensol_ch_np_1.png") no-repeat
    center center;
  background-size: 100% 100%;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit b {
  font-weight: 700;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_txt {
  min-height: 4.8rem;
  margin-bottom: 1.7rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: -0.05rem;
  color: #333333;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_go {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.05rem;
  color: #333333;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_go:after {
  display: inline-block;
  width: 3rem;
  height: 1.1rem;
  margin-left: 1rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/ensol_ch_arr.png") no-repeat
    center center;
  background-size: 100% 100%;
  transition: 0.3s all;
}
.lgensol_content_list .ensol_ch .btn_wrap .btn_box a:hover p.ch_go:after {
  margin-left: 1.8rem;
  transition: 0.3s all;
}

/* 검색결과 */
.lgensol_content.search_content {
  padding-top: 15.5rem;
}
.lgensol_content.search_content .lgensol_content_wrap .lgensol_content_list {
  margin-top: 0;
}
.lgensol_content .lgensol_content_wrap .lgensol_content_title .search_result {
  width: 80%;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  color: #333333;
  word-break: keep-all;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .search_result
  + .list_type {
  top: 0.7rem;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .search_result
  + .search_type {
  position: absolute;
  top: 0.7rem;
  right: 0;
  width: auto;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .search_result
  + .search_type
  a {
  font-size: 1.5rem;
  color: #333;
  letter-spacing: -0.08rem;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .search_result
  + .search_type
  a:first-child::after {
  display: inline-block;
  content: "|";
  margin: 0 1.6rem;
}
.lgensol_content
  .lgensol_content_wrap
  .lgensol_content_title
  .search_result
  + .search_type
  a.on {
  font-weight: 700;
}
.lgensol_content_wrap .section-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 66.7rem;
  height: auto;
}
body.search .lgensol_content_wrap .section-inner {
  margin-bottom: 5rem;
}
.lgensol_content_wrap .section-inner .search-form {
  position: relative;
  width: 100%;
  max-width: 66.7rem;
  height: 7rem;
  margin: 0;
}
.lgensol_content_wrap .section-inner .search-form .search-field {
  border: none;
  font-size: 2rem;
  height: 7rem;
  font-family: LGSmartfonts;
  background: #f5f5f7;
  margin: 0;
  max-width: 66.7rem;
  padding: 0 8rem 0 2rem;
  width: 66.7rem;
  box-sizing: border-box;
}
.lgensol_content_wrap .section-inner .search-form .search-field:focus {
  border: 0.1rem solid #14bacf;
  background: #ffffff;
}
.lgensol_content_wrap .section-inner .search-submit {
  position: absolute;
  right: 2.6rem;
  top: 50%;
  width: 3.7rem;
  height: 3.9rem;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/2021/08/ico_search_btn.png) no-repeat
    center center;
  background-size: 100% 100%;
  font-size: 0;
  color: transparent;
}
.lgensol_content_wrap .section-inner .recommand_tag {
  display: block;
  margin: 2rem auto 0;
}
.lgensol_content_wrap .section-inner .recommand_tag a {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 1rem;
  padding: 1rem 1.8rem;
  border-radius: 0.6rem;
  background: #f1f1f1;
  color: #211f1f;
}
.lgensol_content_wrap .section-inner .recommand_tag a:before {
  content: "#";
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 1.8rem;
  color: #211f1f;
}

/*7c. Template: Full Width
/* -------------------------------------------------------------------------- */
body.template-full-width
  .entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .is-style-wide
  ),
body.template-full-width
  [class*="__inner-container"]
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .is-style-wide
  ) {
  max-width: 120rem;
}
body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
  position: static;
}
body.template-full-width .entry-content .alignleft,
body.template-full-width
  [class*="wp-block"].alignwide
  [class*="__inner-container"]
  > .alignleft,
body.template-full-width
  [class*="wp-block"].alignwide
  [class*="__inner-container"]
  > p
  .alignleft,
body.template-full-width
  [class*="wp-block"].alignwide
  [class*="__inner-container"]
  > .wp-block-image
  .alignleft {
  /*rtl:ignore*/
  margin-left: 0;
  position: static;
}
body.template-full-width .entry-content > .alignleft,
body.template-full-width
  [class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > .alignleft,
body.template-full-width
  [class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > p
  .alignleft,
body.template-full-width
  [class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > .wp-block-image
  .alignleft {
  /*rtl:ignore*/
  margin-left: 2rem;
  position: static;
}
body.template-full-width .entry-content .alignright,
body.template-full-width
  [class*="wp-block"].alignwide
  [class*="__inner-container"]
  > .alignright,
body.template-full-width
  [class*="wp-block"].alignwide
  [class*="__inner-container"]
  > .wp-block-image
  .alignright,
body.template-full-width
  [class*="wp-block"].alignwide
  [class*="__inner-container"]
  > p
  .alignright {
  margin-right: 0;
  position: static;
}
body.template-full-width .entry-content > .alignright,
body.template-full-width
  [class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > .alignright,
body.template-full-width
  [class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > p
  .alignright,
body.template-full-width
  [class*="wp-block"].alignfull:not(.has-background)
  [class*="__inner-container"]
  > .wp-block-image
  .alignright {
  /*rtl:ignore*/
  margin-right: 2rem;
  position: static;
}

/* -------------------------------------------------------------------------- */
/*8. Post: Archive
/* -------------------------------------------------------------------------- */
/* Archive Header ---------------------------- */
.archive-header {
  background-color: #fff;
  padding: 4rem 0;
}
.reduced-spacing .archive-header {
  padding-bottom: 2rem;
}
.archive-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.026666667em;
  margin: 0;
}
.archive-subtitle p:last-child {
  margin-bottom: 0;
}
/* Posts ------------------------------------- */
body:not(.singular) main > article:first-of-type {
  padding: 4rem 0 0;
}
/* Search Results ---------------------------- */
.no-search-results-form {
  padding-top: 5rem;
}
/* -------------------------------------------------------------------------- */
/*9. Post: Single
/* -------------------------------------------------------------------------- */
/* Post Header ------------------------------- */
.singular .entry-header {
  background-color: #fff;
  text-align: left;
}
.entry-categories {
  line-height: 1.25;
  margin-bottom: 2rem;
}
.entry-categories-inner {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem 0 0 -1rem;
}
.entry-categories a {
  border-bottom: 0.15rem solid currentColor;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.036666667em;
  margin: 0.5rem 0 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.entry-categories a:focus,
.entry-categories a:hover {
  border-bottom-color: transparent;
}
h1.entry-title,
h2.entry-title {
  margin: 0;
}
.entry-title a {
  color: inherit;
  text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
  text-decoration: underline;
}
.intro-text {
  margin-top: 2rem;
}
.singular .intro-text {
  font-size: 2rem;
  letter-spacing: -0.0315em;
  line-height: 1.4;
}

/* POST META */
.post-meta-single-top .post-meta {
  justify-content: center;
}
.post-meta-wrapper {
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 58rem;
  width: 100%;
}
.post-meta {
  color: #6d6d6d;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: 500;
  list-style: none;
  margin: -1rem 0 0 -2rem;
}
.post-meta li {
  flex-shrink: 0;
  letter-spacing: -0.016875em;
  margin: 1rem 0 0 2rem;
  max-width: calc(100% - 2rem);
}
.post-meta a {
  color: inherit;
  text-decoration: none;
}
.post-meta a:focus,
.post-meta a:hover {
  text-decoration: underline;
}
.post-meta .meta-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}
.post-meta .meta-icon {
  flex-shrink: 0;
  margin-right: 1rem;
}
.sticky .post-sticky {
  color: inherit;
}
.post-meta .post-author .meta-icon svg {
  width: 1.6rem;
  height: 1.8rem;
}
.post-meta .post-categories .meta-icon svg {
  width: 1.8rem;
  height: 1.7rem;
}
.post-meta .post-comment-link .meta-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}
.post-meta .post-date .meta-icon svg {
  width: 1.7rem;
  height: 1.8rem;
}
.post-meta .post-edit .meta-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}
.post-meta .post-sticky .meta-icon svg {
  width: 1.5rem;
  height: 1.8rem;
}
.post-meta .post-tags .meta-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}
.post-meta svg * {
  fill: currentColor;
}

/* Featured Media ---------------------------- */
.featured-media {
  margin-top: 5rem;
  position: relative;
}
.singular .featured-media {
  margin-top: 0;
}
.singular .featured-media-inner {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}
.singular .featured-media::before {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  top: 0;
}
.featured-media img {
  margin: 0 auto;
}
.featured-media figcaption {
  margin: 1.5rem auto 0 auto;
  text-align: center;
  width: calc(100% - 5rem);
}
.post-inner {
  padding-top: 5rem;
}
.reduced-spacing.missing-post-thumbnail .post-inner {
  padding-top: 0;
}

/* Post Footer ------------------------------- */
/* POST NAV LINKS */
.post-nav-links {
  border-radius: 0.4rem;
  display: flex;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1;
  margin: 3em auto 0 auto;
  padding: 0;
  width: calc(100% - 4rem);
  max-width: 58rem;
}
.post-nav-links > span.label {
  padding: 1em 0;
}
.post-nav-links > * {
  padding: 1em 0.75em;
}

/* POST META BOTTOM */
.post-meta-wrapper.post-meta-single-bottom {
  margin-top: 3rem;
}
/* Author Bio -------------------------------- */
.author-bio {
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 58rem;
  width: 100%;
}
.hide-avatars .author-bio {
  padding-left: 0;
}
.author-bio .author-title-wrapper {
  align-items: center;
  display: flex;
  margin: 0 0 1rem 0;
}
.author-bio .avatar {
  border-radius: 50%;
  margin-right: 1.5rem;
  height: 5rem;
  width: 5rem;
}
.hide-avatars img.avatar {
  display: none;
}
.author-bio p:last-child {
  margin-bottom: 0;
}
.author-bio .author-title {
  margin: 0;
}
.author-bio .author-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1em;
  text-decoration: none;
}
.author-bio .author-link:focus,
.author-bio .author-link:hover {
  text-decoration: underline;
}

/* Single Pagination ------------------------- */
.pagination-single {
  font-size: 1.8rem;
  margin-top: 5rem;
}
.pagination-single-inner {
  display: flex;
  flex-direction: column;
}
.pagination-single hr:first-child {
  margin: 0 0 2.8rem 0;
}
.pagination-single hr:last-child {
  margin: 2.8rem 0 0.8rem 0;
}
.pagination-single a {
  align-items: baseline;
  display: flex;
  font-weight: 600;
  letter-spacing: -0.0275em;
  text-decoration: none;
  flex: 1;
}
.pagination-single a + a {
  margin-top: 1rem;
}
.pagination-single a .arrow {
  margin-right: 1rem;
}
.pagination-single a:focus .title,
.pagination-single a:hover .title {
  text-decoration: underline;
}

/* Font Families ----------------------------- */
.entry-content {
  /*font-family: 'Noto Sans KR', sans-serif; */
  font-family: LGSmartfonts;
  letter-spacing: normal;
}
.entry-content:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.entry-content p {
  /* display:inline-block; float:left; */
  font-weight: 300;
}
.entry-content p img {
  margin: 1rem auto; /* margin:6rem auto; */
}
.entry-content h2 {
  line-height: 22px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
  /*font-family: 'Noto Sans KR', sans-serif; */
  font-family: LGSmartfonts;
}
@supports (font-variation-settings: normal) {
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-content cite,
  .entry-content figcaption,
  .entry-content table,
  .entry-content address,
  .entry-content .wp-caption-text,
  .entry-content .wp-block-file {
    /*font-family: 'Noto Sans KR', sans-serif; */
    font-family: LGSmartfonts;
  }
}

/* Alignment Classes ------------------------- */
.entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .is-style-wide
  ) {
  max-width: 120rem;
  width: 100% !important;
}
[class*="__inner-container"]
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .is-style-wide
  ) {
  max-width: 58rem;
  width: 100%;
}
/*p:after { display:block; content:''; clear:both; height:0; visibility:hidden; } */
.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}
[class*="__inner-container"]
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

/* Full */
.alignfull {
  margin-top: 5rem;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}
[class*="__inner-container"] > .alignfull {
  max-width: 100%;
}

/* Wide */
.alignwide {
  max-width: 120rem;
  position: relative;
  width: calc(100% - 4rem);
}
[class*="__inner-container"] > .alignwide {
  width: 100%;
}

/* Center */
.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

/* Left and right */
.alignleft,
.alignright {
  max-width: 50%;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0.3rem 2rem 2rem 2rem;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0.3rem 2rem 2rem 2rem;
}

/* Entry Media ------------------------------- */
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
  width: calc(100% - 4rem);
}

/* 20230607 nps 플러그인 */
.desc-nps {
  line-height: 26px;
}

/* -------------------------------------------------------------------------- */
/*17. Media Queries
/* -------------------------------------------------------------------------- */
@media (max-width: 479px) {
  /* Blocks -------------------------------- */
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    float: none;
  }

  /* Entry Content ------------------------- */
  /* LISTS */
  ul,
  ol {
    margin: 0 0 3rem 2rem;
  }
  li {
    margin: 0.5rem 0 0 1rem;
  }
  /* Post Footer --------------------------- */
  /* POST NAV LINKS */
  .post-nav-links {
    margin: 3em 0 0 0;
  }
}

@media (min-width: 480px) {
  /* Blocks -------------------------------- */
  /* BLOCK: BASE ALIGNMENT WIDTH */
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright,
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright,
  .wp-block-embed.alignleft,
  .wp-block-embed.alignright,
  .wp-block-gallery.alignleft,
  .wp-block-gallery.alignright {
    max-width: 26rem;
  }

  /* BLOCK: TABLE WIDTH */
  .wp-block-table.alignleft,
  .wp-block-table.alignright {
    max-width: 100%;
  }
  /* Entry Content ------------------------- */
  /* ALIGNMENT CLASSES */
  .alignleft,
  .alignright {
    max-width: 26rem;
  }
  /* Post Footer --------------------------- */
  /* POST NAV LINKS */
  .post-nav-links {
    margin: 3em 0 0 0;
  }
}

@media (max-width: 599px) {
  /* Blocks -------------------------------- */
  /* BLOCK: COLUMNS */
  /* While columns are stacked */
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
  .wp-block-columns + .wp-block-columns {
    margin-top: 0.2rem;
  }
  .wp-block-columns.alignwide + .wp-block-columns.alignwide {
    margin-top: -0.8rem;
  }
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -1.8rem;
  }

  /* Template -------------------------------- */
  /* TEMPLATE: COVER */
  .template-cover .post-inner .post-meta-wrapper,
  .template-cover .post-inner .author-bio {
    width: calc(100% - 4rem);
  }

  /* Post Footer --------------------------- */
  /* POST NAV LINKS */
  .post-nav-links {
    margin: 3em 0 0 0;
  }
}

@media (min-width: 600px) {
  /* Blocks -------------------------------- */
  /* BLOCK: COLUMNS */
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -4rem;
  }

  /* Post Footer --------------------------- */
  /* POST NAV LINKS */
  .post-nav-links {
    margin: 3em 0 0 0;
  }
}

@media (min-width: 660px) {
  /* Blocks -------------------------------- */
  /* BLOCK: GALLERY */
  figure.wp-block-gallery.alignleft {
    /*rtl:ignore*/
    margin-left: calc((100vw - 58rem - 8rem) / -2);
  }
  figure.wp-block-gallery.alignright {
    /*rtl:ignore*/
    margin-right: calc((100vw - 58rem - 8rem) / -2);
  }

  /* Entry Content ------------------------- */
  /* ALIGNMENT CLASSES */
  .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: 4rem;
  }
  .entry-content > p .alignleft,
  .entry-content > .wp-block-image .alignleft {
    /*rtl:ignore*/ /*margin-left: calc(( 100vw - 58rem - 8rem ) / -2); */
  }
  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > .alignleft,
  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > p
    .alignleft,
  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > .wp-block-image
    .alignleft {
    /*rtl:ignore*/
    margin-left: 0;
  }
  .entry-content > .alignright {
    /*rtl:ignore*/
    margin-right: 4rem;
  }
  .entry-content > p .alignright,
  .entry-content > .wp-block-image .alignright {
    /*rtl:ignore*/ /*margin-right: calc(( 100vw - 58rem - 8rem ) / -2); */
  }
  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > .alignright,
  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > p
    .alignright,
  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > .wp-block-image
    .alignright {
    /*rtl:ignore*/
    margin-right: 0;
  }

  /* Post Footer --------------------------- */
  /* POST NAV LINKS */
  .post-nav-links {
    margin: 3em auto 0 auto;
  }
}

@media (min-width: 700px) {
  /* Element Base ------------------------- */
  ul,
  ol {
    margin-bottom: 4rem;
  }
  pre {
    padding: 3rem;
  }
  hr {
    margin: 8rem auto;
  }
  table {
    font-size: 1.8rem;
  }

  /* VANILLA GALLERIES */
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }

  /* TITLES */
  h1,
  .heading-size-1,
  h2,
  .heading-size-2,
  h3,
  .heading-size-3 {
    margin: 6rem auto 3rem;
  }
  h4,
  .heading-size-4,
  h5,
  .heading-size-5,
  h6,
  .heading-size-6 {
    margin: 4.5rem auto 2.5rem;
  }
  h1,
  .heading-size-1 {
    font-size: 6.4rem;
  }
  h2,
  .heading-size-2 {
    font-size: 4.8rem;
  }
  h3,
  .heading-size-3 {
    font-size: 4rem;
  }
  h4,
  .heading-size-4 {
    font-size: 3.2rem;
  }
  h5,
  .heading-size-5 {
    font-size: 2.4rem;
  }
  h6,
  .heading-size-6 {
    font-size: 1.8rem;
  }

  /* INPUTS */
  fieldset {
    padding: 3rem;
  }
  legend {
    padding: 0 1.5rem;
  }
  button,
  .button,
  .faux-button,
  .wp-block-button__link,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 1.7rem;
  }

  /* MEDIA */
  figcaption,
  .wp-caption-text {
    margin-top: 1.8rem;
  }

  /* Helper Classes ------------------------- */
  /* SECTIONS */
  section {
    /*padding: 8rem 0; */
    padding: 0;
  }

  /* Site Header --------------------------- */
  .header-inner {
    padding: 3.8rem 0;
  }
  .site-title {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .site-description {
    display: block;
  }
  .site-logo img {
    max-height: 9rem;
    transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
  }

  /* HEADER TOGGLES */
  .toggle-inner .toggle-text {
    font-size: 1.2rem;
  }
  .search-toggle {
    left: 2rem;
  }
  .nav-toggle {
    right: 2rem;
  }

  /* Menu Modal ---------------------------- */
  button.close-nav-toggle {
    font-size: 1.8rem;
    padding: 4rem 0;
  }
  button.close-nav-toggle svg {
    height: 2rem;
    width: 2rem;
  }
  button.close-nav-toggle .toggle-text {
    margin-right: 2.1rem;
  }
  /*.modal-menu { left: auto; width: 100%; } 
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a { font-size: 2.4rem; padding: 2.5rem 0; } 
.modal-menu ul li { border-left-color: transparent; } 
.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle { padding: 0 3rem; } 
.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg { height: 1.1rem; width: 1.8rem; } 
.menu-bottom { align-items: center; display: flex; justify-content: space-between; padding: 4.4rem 0; } 
.menu-copyright { display: block; flex-shrink: 0; margin-right: 4rem; } */

  /* Modal Search Form ------------------------- */
  .search-modal form {
    position: relative;
    width: 100%;
    max-width: 66.7rem;
  }
  .search-untoggle svg {
    height: 2.5rem;
    width: 2.5rem;
  }
  .search-modal .search-field {
    border: none;
    font-size: 2rem;
    height: 7rem;
    font-family: LGSmartfonts;
    background: #ececec;
  }
  .search-modal .search-field:focus {
    border: 0.1rem solid #14bacf;
    background: #ffffff;
  }
  .search-modal .search-field::-moz-placeholder {
    line-height: 4.375;
    font-family: LGSmartfonts;
    color: #c4c4c4;
  }

  /***************************************** e: 작업 3  */
  /* Sub Page ------------------------------ */
  /* FEATURED MEDIA */
  .featured-media figcaption {
    margin: 2rem auto 0 auto;
    width: calc(100% - 8rem);
  }

  /* Template: Cover Template -------------- */
  .cover-header-inner {
    /*padding: 18rem 0 8rem 0; */
  }
  .to-the-content-wrapper {
    top: calc(100% + 1.8rem);
  }
  .to-the-content {
    height: 6rem;
  }
  .to-the-content svg {
    height: 2.4rem;
    width: 2.12rem;
  }

  /* Template: Full Width ------------------ */
  body.template-full-width
    .entry-content
    > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
      .is-style-wide
    ) {
    width: 100%;
  }
  body.template-full-width
    .alignfull:not(.has-background)
    > .wp-block-group__inner-container
    > p:not(.has-background-color) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  body.template-full-width
    [class*="wp-block"].alignfull
    [class*="__inner-container"]
    > .alignleft,
  body.template-full-width
    [class*="wp-block"].alignfull
    [class*="__inner-container"]
    > p
    .alignleft,
  body.template-full-width
    [class*="wp-block"].alignfull
    [class*="__inner-container"]
    > .wp-block-image
    .alignleft {
    /*rtl:ignore*/
    margin-left: 4rem;
  }
  body.template-full-width
    [class*="wp-block"].alignfull
    [class*="__inner-container"]
    > .alignright,
  body.template-full-width
    [class*="wp-block"].alignfull
    [class*="__inner-container"]
    > p
    .alignright,
  body.template-full-width
    [class*="wp-block"].alignfull
    [class*="__inner-container"]
    > .wp-block-image
    .alignright {
    /*rtl:ignore*/
    margin-right: 4rem;
  }

  /* Post: Archive ------------------------- */
  .archive-header {
    padding: 8rem 0;
  }
  .reduced-spacing .archive-header {
    padding-bottom: 3rem;
  }
  .archive-title {
    font-size: 3.2rem;
  }
  body:not(.singular) main > article:first-of-type {
    padding: 8rem 0 0;
  }
  h2.entry-title {
    font-size: 6.4rem;
  }

  /* SEARCH RESULTS */

  .no-search-results-form {
    padding-top: 8rem;
  }

  /* Post: Single -------------------------- */

  /* POST HEADER */

  .entry-categories {
    margin-bottom: 3rem;
  }
  .entry-categories-inner {
    margin: -1rem 0 0 -2rem;
  }
  .entry-categories a {
    font-size: 1.5rem;
    margin: 1rem 0 0 2rem;
  }
  .intro-text {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
  .singular .intro-text {
    font-size: 2.6rem;
  }
  .post-meta-wrapper {
    margin-top: 3rem;
  }
  .post-meta {
    font-size: 1.6rem;
    margin: -1.4rem 0 0 -3rem;
  }
  .post-meta li {
    margin: 1.4rem 0 0 3rem;
    max-width: calc(100% - 3rem);
  }
  .featured-media {
    margin-top: 6rem;
  }
  .post-inner {
    padding-top: 8rem;
  }

  /* POST FOOTER */

  .post-meta-wrapper.post-meta-single-bottom {
    margin-top: 4rem;
  }

  /* AUTHOR BIO */

  .author-bio {
    margin-top: 8rem;
    min-height: 8rem;
    padding-left: 10rem;
    position: relative;
  }
  .author-bio .avatar {
    position: absolute;
    left: 0;
    top: 0;
    height: 8rem;
    width: 8rem;
  }

  /* SINGLE PAGINATION */

  .pagination-single {
    font-size: 2.4rem;
    margin-top: 8rem;
  }
  .pagination-single-inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .pagination-single.only-next .pagination-single-inner {
    justify-content: flex-end;
  }
  .pagination-single hr:first-child {
    margin: 0 0 4rem 0;
  }
  .pagination-single hr:last-child {
    margin: 4rem 0 0.8rem 0;
  }
  .pagination-single a + a {
    margin: 0 0 0 4rem;
  }
  .pagination-single a .arrow {
    margin: 0 2rem 0 0;
  }
  .pagination-single .next-post {
    flex-direction: row-reverse;
    text-align: right;
  }
  .pagination-single .next-post .arrow {
    margin: 0 0 0 2rem;
  }

  /* Blocks -------------------------------- */

  /* BLOCK: SHARED MEDIA STYLES */

  .wp-block-embed figcaption,
  .wp-block-image figcaption {
    font-size: 1.6rem;
  }

  /* BLOCK: BASE MARGINS */

  .wp-block-archives:not(.alignwide):not(.alignfull),
  .wp-block-categories:not(.alignwide):not(.alignfull),
  .wp-block-code,
  .wp-block-columns:not(.alignwide):not(.alignfull),
  .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(
      .alignright
    ):not(.aligncenter),
  .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(
      .alignright
    ):not(.aligncenter),
  .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(
      .alignright
    ):not(.aligncenter),
  .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
  .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(
      .alignright
    ):not(.aligncenter),
  .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
  .wp-block-media-text:not(.alignwide):not(.alignfull),
  .wp-block-preformatted,
  .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(
      .alignright
    ),
  .wp-block-quote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-verse,
  .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }

  /* BLOCK: COLUMNS */

  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -6rem;
  }
  .entry-content .wp-block-columns h1,
  .entry-content .wp-block-columns h2,
  .entry-content .wp-block-columns h3,
  .entry-content .wp-block-columns h4,
  .entry-content .wp-block-columns h5,
  .entry-content .wp-block-columns h6 {
    margin: 3.5rem 0 2rem;
  }

  /* BLOCK: COVER */

  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 8rem);
  }
  .wp-block-cover-image h2,
  .wp-block-cover h2 {
    font-size: 4.8rem;
  }

  /* BLOCK: GALLERY */

  figure.wp-block-gallery.alignnone,
  figure.wp-block-gallery.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  figure.wp-block-gallery.alignwide,
  figure.wp-block-gallery.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }

  /* BLOCK: GROUP */

  .wp-block-group.has-background {
    padding: 4rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .alignfull:not(.has-background)
    > .wp-block-group__inner-container
    > p:not(.has-background-color) {
    padding-left: 0;
    padding-right: 0;
  }

  /* BLOCK: MEDIA AND TEXT */

  .wp-block-media-text .wp-block-media-text__content {
    padding: 4rem;
  }

  /* BLOCK: PULLQUOTE */

  .wp-block-pullquote blockquote p {
    font-size: 3.2rem;
  }
  .wp-block-pullquote cite {
    margin-top: 2rem;
  }
  .wp-block-pullquote.alignfull:not(.is-style-solid-color) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .wp-block-pullquote.alignwide::before,
  .wp-block-pullquote.alignfull::before {
    font-size: 11.272727272rem;
    height: 8rem;
    margin-bottom: 2rem;
    width: 8rem;
  }
  .wp-block-pullquote.alignwide blockquote p,
  .wp-block-pullquote.alignfull blockquote p {
    font-size: 4.8rem;
    line-height: 1.203125;
  }
  .wp-block-pullquote.alignleft p,
  .wp-block-pullquote.alignright p,
  .wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
  .wp-block-pullquote.alignright.is-style-solid-color blockquote p {
    font-size: 3.2rem;
    line-height: 1.1875;
  }
  .wp-block-pullquote.is-style-solid-color.alignwide,
  .wp-block-pullquote.is-style-solid-color.alignfull {
    padding: 6rem 4rem 4rem;
  }
  .wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
  .wp-block-pullquote.alignright.is-style-solid-color blockquote p {
    font-size: 2.6rem;
  }

  /* BLOCK: QUOTE */

  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 2.8rem;
  }

  /* BLOCK: SEPARATOR */

  hr.wp-block-separator {
    margin: 6rem auto;
  }
  .wp-block-separator.is-style-wide {
    max-width: calc(100vw - 8rem);
  }

  /* Entry Content ------------------------- */

  .entry-content {
    font-size: 2.1rem;
  }
  /* .entry-content h2, .entry-content p, .entry-content li { line-height: 1.476; }  */
  .entry-content h1,
  .entry-content h2,
  .entry-content h3 {
    margin: 6rem auto 3rem;
  }
  .entry-content h2 {
    margin: 0 0 0.5em 0;
  }
  /* 20230609 추가 */
  .entry-content h2 span,
  .entry-content p span strong {
    font-size: 22px !important;
    letter-spacing: 0;
  }
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin: 4.5rem auto 2.5rem;
  }
  .alignnone,
  .aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  .alignleft {
    /*rtl:ignore*/
    margin: 0.3rem 2rem 2rem 0;
  }
  .alignright {
    /*rtl:ignore*/
    margin: 0.3rem 0 2rem 2rem;
  }
  .entry-content > .alignwide:not(.wp-block-group.has-background),
  .entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
  .entry-content > .alignwide {
    max-width: calc(100vw - 8rem);
    width: calc(100vw - 8rem);
  }
  [class*="wp-block"].alignfull:not(.has-background)
    [class*="__inner-container"]
    > .alignleft,
  [class*="wp-block"].alignfull:not(.has-background)
    [class*="__inner-container"]
    > p
    .alignleft,
  [class*="wp-block"].alignfull:not(.has-background)
    [class*="__inner-container"]
    > .wp-block-image
    .alignleft {
    /*rtl:ignore*/
    margin-left: 4rem;
  }
  [class*="wp-block"].alignfull:not(.has-background)
    [class*="__inner-container"]
    > .alignright,
  [class*="wp-block"].alignfull:not(.has-background)
    [class*="__inner-container"]
    > p
    .alignright,
  [class*="wp-block"].alignfull:not(.has-background)
    [class*="__inner-container"]
    > .wp-block-image
    .alignright {
    /*rtl:ignore*/
    margin-right: 4rem;
  }
  .entry-content > .alignwide:first-child,
  .entry-content > .alignfull:first-child {
    margin-bottom: 8rem;
  }

  /* ENTRY MEDIA */

  .alignfull > figcaption,
  .alignfull > .wp-caption-text {
    width: calc(100% - 8rem);
  }

  /* Comments ------------------------------ */

  .comments-wrapper {
    margin-top: 8rem;
  }
  .comment-reply-title {
    margin-bottom: 4.6rem;
  }
  .comment-respond p.comment-notes,
  .comment-respond p.logged-in-as {
    font-size: 1.8rem;
    letter-spacing: -0.025em;
    margin: -2.5rem 0 4.4rem 0;
  }
  .comments .comment,
  .comments .pingback,
  .comments .trackback,
  .comments .review {
    padding-top: 5rem;
  }
  div.comment:first-of-type {
    margin-top: 5rem;
  }
  .comment-meta {
    margin-bottom: 2rem;
    min-height: 6rem;
    padding: 0.3rem 0 0 7.5rem;
  }
  .comment-meta .avatar {
    display: block;
    height: 6rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 6rem;
  }
  .comment-author {
    font-size: 2.4rem;
  }
  .comment-metadata {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
  .comment-footer-meta {
    margin-top: 2.5rem;
  }
  .comments-pagination {
    margin-top: 8rem;
  }

  /* PINGBACKS & TRACKBACKS */

  .pingback .comment-body {
    padding: 0;
  }

  /* COMMENT RESPOND */

  .comment-respond p {
    margin-bottom: 2.5rem;
  }
  .comment-form p.logged-in-as {
    margin: -2.5rem 0 4.4rem 0;
  }
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 1rem);
  }
  .comment-respond .comment-form-email {
    margin-left: 2rem;
  }
  .comments .comment-respond {
    padding: 5rem 0 0;
  }
  .comment-reply-title small {
    display: inline;
    margin: 0 0 0 0.5rem;
  }

  /* Site Pagination ----------------------- */

  .pagination-separator {
    margin: 8rem 0;
  }

  /* Display the full text for Newer and Older Posts. */

  .nav-short {
    display: inline;
  }
  .pagination .nav-links {
    font-size: 2.4rem;
    font-weight: 700;
    margin: -2.5rem 0 0 -4rem;
  }
  .nav-links > * {
    margin: 2.5rem 0 0 4rem;
  }

  /* Error 404 ----------------------------- */

  .error404 #site-content {
    padding-top: 8rem;
  }

  /* Widgets ------------------------------- */

  .widget .widget-title {
    margin-bottom: 3rem;
  }

  /* Site Footer --------------------------- */

  .footer-top-visible .footer-nav-widgets-wrapper,
  .footer-top-hidden #site-footer {
    margin-top: 8rem;
  }

  /* FOOTER TOP */

  .footer-top {
    padding: 3.7rem 0;
  }
  .footer-menu {
    font-size: 2.4rem;
    margin: -0.8rem 0 0 -1.6rem;
  }
  .footer-menu li {
    margin: 0.8rem 0 0 1.6rem;
  }
  .has-footer-menu .footer-social-wrapper {
    flex: 1;
    margin-left: 4rem;
    width: auto;
  }

  /* FOOTER WIDGETS */

  .footer-widgets-outer-wrapper {
    padding: 8rem 0;
  }
  .footer-widgets-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: -4rem;
    width: calc(100% + 4rem);
  }
  .footer-widgets {
    margin-left: 4rem;
    width: 50%;
  }
  .footer-widgets + .footer-widgets {
    margin-top: 0;
  }
  .footer-widgets .widget {
    border-top: none;
    margin-top: 5rem;
    padding-top: 0;
  }
  .footer-widgets .widget:first-child {
    margin-top: 0;
  }

  /* FOOTER BOTTOM */

  #site-footer {
    font-size: 1.8rem;
    padding: 4.3rem 0;
  }
  .footer-credits {
    display: flex;
  }
  .footer-copyright {
    font-weight: 700;
  }
  .powered-by-wordpress {
    display: block;
  }
  .to-the-top-long {
    display: inline;
  }
  .to-the-top-short {
    display: none;
  }
}

@media (min-width: 782px) {
  /* Blocks -------------------------------- */

  /* BLOCK: COLUMNS */
  .wp-block-column {
    margin-bottom: 0;
  }
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -2.8rem;
  }
}

@media (min-width: 961px) {
  /* Document Setup ------------------------ */

  /* Helper Classes ------------------------ */

  /* Site Header --------------------------- */
  #site-header {
    z-index: 2;
  }
  .header-inner {
    position: relative;
    width: 100%;
    height: 9.4rem;
    padding: 3.8rem 0;
  }
  .header-titles-wrapper {
    margin-right: 4rem;
    max-width: 50%;
    padding: 0;
    text-align: left;
  }
  .header-titles {
    /*margin: -1rem 0 0 -2.4rem; */
  }
  .header-titles .site-title,
  .header-titles .site-logo,
  .header-titles .site-description {
    /*margin: 1rem 0 0 2.4rem; */
  }
  .wp-custom-logo .header-titles {
    align-items: center;
  }

  /* HEADER NAVIGATION */
  .header-navigation-wrapper {
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .primary-menu-wrapper {
    display: block;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
  }

  /* HEADER TOGGLES */
  .mobile-search-toggle,
  .mobile-nav-toggle {
    display: none !important;
  }
  .primary-menu-wrapper + .header-toggles {
    margin-left: 3rem;
  }
  .header-toggles {
    margin-right: -3rem;
  }
  .header-inner .toggle {
    height: 2.7rem;
    padding: 0 3rem;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
  }
  body:not(.overlay-header) .primary-menu ul {
    background: #ffffff !important; /* overflow:visible; */
  }
  .header-inner .toggle-wrapper {
    position: absolute;
    top: 3.5rem;
    right: 0;
  }
  .header-inner .toggle-wrapper:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .header-inner .toggle-wrapper .lang-wrapper {
    float: left;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul {
    height: 3rem;
    margin: 0;
    border-radius: 1.5rem;
    border: 0.1rem solid #cbcbcb;
    overflow: hidden;
    transition: 0.3s all;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul:hover {
    height: 5.6rem;
    transition: 0.3s all;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul li {
    margin: 0;
    list-style: none;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul a {
    display: block;
    padding: 0 1.5rem;
    font-size: 1.3rem;
    line-height: 3rem;
    color: #ffffff !important;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul li:last-child a {
    line-height: 2rem;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul a span {
    display: inline-block;
    width: 1.3rem;
    height: 0.7rem;
    margin-left: 0.4rem;
    background: url(/wp-content/uploads/2021/08/lang_arr_on.png)
      no-repeat center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul:hover a span {
    transform: rotate(180deg);
    transition: 0.3s all;
  }
  #site-header.hover .header-inner .toggle-wrapper .lang-wrapper ul a,
  #site-header.fixed .header-inner .toggle-wrapper .lang-wrapper ul a {
    color: #292929 !important;
  }
  #site-header.hover .header-inner .toggle-wrapper .lang-wrapper ul a span,
  #site-header.fixed .header-inner .toggle-wrapper .lang-wrapper ul a span {
    display: inline-block;
    width: 1.3rem;
    height: 0.7rem;
    margin-left: 0.4rem;
    background: url(/wp-content/uploads/2021/08/lang_arr.png) no-repeat
      center center;
    background-size: 100% 100%;
  }
  .header-inner .toggle-wrapper::before {
    background: #dedfdf;
    content: "";
    display: block;
    height: 2.7rem;
    position: absolute;
    left: 0;
    top: calc(50% - 1.35rem);
    width: 0.1rem;
  }
  .header-inner .toggle-wrapper:first-child::before {
    content: none;
  }
  .header-inner
    .primary-menu-wrapper
    + .header-toggles
    .toggle-wrapper:first-child::before {
    content: "";
    display: none;
  }
  .nav-toggle-wrapper:not(.has-expanded-menu) {
    display: none;
  }
  .toggle-inner {
    position: static;
  }
  .toggle-inner .toggle-text {
    left: 0;
    right: 0;
    text-align: center;
    top: calc(100% - 0.3rem);
    width: auto;
  }
  .header-toggles:only-child .nav-toggle .toggle-inner {
    padding-top: 0;
  }
  .header-toggles:only-child .toggle-inner .svg-icon {
    order: 1;
  }
  .header-toggles:only-child .toggle-inner .toggle-text {
    position: static;
    padding-right: 20px;
    font-size: 15px;
    color: inherit;
  }

  /* Menu Modal ---------------------------- */
  .menu-modal {
    opacity: 1;
    justify-content: flex-end;
    padding: 0;
    transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
  }
  .menu-modal.cover-modal {
    background: rgba(0, 0, 0, 0);
  }
  .menu-modal.active {
    background: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-out;
  }
  .menu-wrapper.section-inner {
    width: calc(100% - 8rem);
  }
  .menu-modal-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    padding: 0;
    transform: translateX(20rem);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    width: 50rem;
  }
  .menu-modal.active .menu-modal-inner {
    opacity: 1;
    transform: translateX(0);
    transition-timing-function: ease-out;
  }
  .mobile-menu {
    display: none;
  }
  .expanded-menu {
    display: block;
  }
  .menu-bottom {
    padding: 6rem 0;
  }
  .menu-bottom .social-menu {
    justify-content: flex-start;
  }

  /* Sub Page ------------------------------ */

  /* FEATURED MEDIA */
  .featured-media figcaption {
    width: 100%;
  }
  /* Template: Full Width ------------------ */
  .template-full-width .wp-block-image .alignleft {
    /*rtl:ignore*/
    margin-right: 2rem;
  }
  .template-full-width .wp-block-image .alignright {
    /*rtl:ignore*/
    margin-left: 2rem;
  }

  /* Post: Archive ------------------------- */

  /* Post: Single -------------------------- */
  .singular .intro-text {
    font-size: 2.8rem;
  }

  /* Blocks -------------------------------- */

  /* BLOCK: COLUMNS */
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -4.8rem;
  }

  /* BLOCK: GALLERY */
  figure.wp-block-gallery.alignwide,
  figure.wp-block-gallery.alignfull {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }

  /* BLOCK: GROUP */
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 8rem 4rem;
    margin-bottom: 0;
    margin-top: 0;
  }

  /* BLOCK: IMAGE */
  .wp-block-image .alignleft {
    /*rtl:ignore*/
    margin-right: 0;
  }
  .wp-block-image .alignright {
    /*rtl:ignore*/
    margin-left: 0;
  }
  .wp-block-image .aligncenter figcaption {
    text-align: center;
  }

  /* BLOCK: SEPARATOR */
  hr.wp-block-separator {
    margin: 8rem auto;
  }

  /* Entry Content ------------------------- */

  /* ALIGNMENT CLASSES */
  .entry-content > .alignleft,
  .entry-content > p .alignleft,
  .entry-content > .wp-block-image .alignleft {
    /*position: absolute; */ /*rtl:ignore*/
    right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
    max-width: calc((100% - 58rem) / 2 - 6rem);
  }

  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > .alignleft,
  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > p
    .alignleft,
  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > .wp-block-image
    .alignleft {
    position: relative; /*rtl:ignore*/
    right: inherit;
    max-width: inherit;
  }
  [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
  [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
  [class*="wp-block"].alignwide
    [class*="__inner-container"]
    > .wp-block-image
    .alignleft,
  [class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
  [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
  [class*="wp-block"].alignfull
    [class*="__inner-container"]
    > .wp-block-image
    .alignleft {
    /*position: absolute; */ /*rtl:ignore*/
    right: calc((100% - 58rem) / 2 + 58rem + 4rem);
    max-width: calc((100% - 58rem) / 2 - 4rem);
  }
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > .alignleft,
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > p
    .alignleft,
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > .wp-block-image
    .alignleft {
    /*rtl:ignore*/
    right: calc((100% - 58rem) / 2 + 58rem);
  }
  [class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
  [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
  [class*="wp-block"].alignfull
    [class*="__inner-container"]
    > .wp-block-image
    .alignleft {
    /*rtl:ignore*/
    margin-left: 4rem;
  }
  .entry-content > .alignright,
  .entry-content > p .alignright,
  .entry-content > .wp-block-image .alignright,
  [class*="__inner-container"] > .alignright {
    /*position: absolute; */ /*rtl:ignore*/
    left: calc(
      (100vw - 58rem) / 2 + 58rem + 2rem
    ); /*max-width: calc((100% - 58rem) / 2 - 6rem); */
  }
  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > .alignright,
  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > p
    .alignright,
  [class*="wp-block"]:not(.alignwide):not(.alignfull)
    [class*="__inner-container"]
    > .wp-block-image
    .alignright {
    position: relative; /*rtl:ignore*/
    left: inherit;
    max-width: inherit;
  }
  [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
  [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
  [class*="wp-block"].alignwide
    [class*="__inner-container"]
    > .wp-block-image
    .alignright,
  [class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
  [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
  [class*="wp-block"].alignfull
    [class*="__inner-container"]
    > .wp-block-image
    .alignright {
    /*position: absolute; */ /*rtl:ignore*/
    left: calc(
      (100% - 58rem) / 2 + 58rem + 4rem
    ); /*max-width: calc((100% - 58rem) / 2 - 4rem); */
  }
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > .alignright,
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > p
    .alignright,
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > .wp-block-image
    .alignright {
    /*rtl:ignore*/
    left: calc((100% - 58rem) / 2 + 58rem + 4rem);
  }
  [class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
  [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
  [class*="wp-block"].alignfull
    [class*="__inner-container"]
    > .wp-block-image
    .alignright {
    /*rtl:ignore*/
    margin-right: 4rem;
  }
  .entry-content > .alignwide:not(.wp-block-group.has-background),
  .entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }

  /* ENTRY MEDIA */
  .alignfull > figcaption,
  .alignfull > .wp-caption-text {
    width: calc(100% - 10rem);
  }

  /* Comments ------------------------------ */

  .comment-meta {
    padding-left: 0;
  }
  .comment-meta .avatar {
    left: -8rem;
  }

  /* Site Pagination ----------------------- */

  .pagination .nav-links {
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  .nav-links > * {
    margin: 0 2rem;
  }
  .pagination .next,
  .pagination .prev {
    display: block;
  }
  .pagination .prev {
    margin: 0 auto 0 0;
  }
  .pagination .next {
    text-align: right;
    margin: 0 0 0 auto;
  }

  /* Site Footer --------------------------- */

  /* FOOTER TOP */

  .footer-top {
    align-items: center;
  }
  .footer-menu {
    align-items: baseline;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 2.1rem;
    margin: -1.2rem 0 0 -2.4rem;
  }
  .footer-menu li {
    margin: 1.2rem 0 0 2.4rem;
  }
}

@media (min-width: 1220px) {
  /* Element Base -------------------------- */

  /* TITLES */
  h1,
  .heading-size-1 {
    font-size: 8.4rem;
  }

  /* Helper Classes ------------------------ */

  /* Site Header --------------------------- */

  /* PRIMARY MENU */

  /* HEADER TOGGLES */

  .primary-menu-wrapper + .header-toggles {
    margin-left: 3rem;
  }
  .header-toggles {
    margin-right: -3rem;
  }
  .header-toggles .toggle {
    padding: 0 0 0 1.6rem;
  }

  /* Menu Modal ---------------------------- */

  /* Search Modal -------------------------- */

  /* Sub Page ------------------------------ */

  /* Template: Cover Template -------------- */
  .cover-header + .post-inner {
    padding-top: 10rem;
  }

  /* Post: Archive ------------------------- */

  /* Post: Single -------------------------- */
  .singular .intro-text {
    font-size: 3.2rem;
    letter-spacing: -0.03125em;
    line-height: 1.375;
  }

  /* Blocks -------------------------------- */

  /* BLOCK: COLUMNS */
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -6rem;
  }

  /* BLOCK: GALLERY */
  figure.wp-block-gallery.alignfull {
    margin-bottom: 10rem;
    margin-top: 10rem;
  }

  /* BLOCK: GROUP */
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 8rem 6rem;
    margin-bottom: 0;
    margin-top: 0;
  }

  /* BLOCK: PULLQUOTE */
  .wp-block-pullquote.alignwide blockquote p,
  .wp-block-pullquote.alignfull blockquote p {
    font-size: 6.4rem;
  }
  .wp-block-pullquote.is-style-solid-color.alignwide,
  .wp-block-pullquote.is-style-solid-color.alignfull {
    padding: 9rem 4rem 8rem;
  }

  /* Entry Content ------------------------- */

  /* ALIGNMENT CLASSES */
  .entry-content > .alignfull {
    margin-bottom: 10rem;
    margin-top: 10rem;
  }
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > .alignleft,
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > p
    .alignleft,
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > .wp-block-image
    .alignleft {
    /*rtl:ignore*/
    right: calc((100% - 58rem) / 2 + 58rem - 2rem);
  }
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > .alignright,
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > p
    .alignright,
  [class*="wp-block"].alignwide.has-background
    [class*="__inner-container"]
    > .wp-block-image
    .alignright {
    /*rtl:ignore*/
    left: calc((100% - 58rem) / 2 + 58rem + 6rem);
  }

  /* Comments ------------------------------ */

  .comment-reply-title {
    font-size: 5.6rem;
    line-height: 1.2;
    margin-bottom: 6rem;
  }
  .comment-respond p.comment-notes,
  .comment-respond p.logged-in-as {
    margin: -4rem 0 6rem 0;
  }
  .comments .comment-respond .comment-reply-title {
    font-size: 4.8rem;
  }
  .comments .comment-respond p.comment-notes,
  .comments .comment-respond p.logged-in-as {
    margin: -4.5rem 0 4rem 0;
  }

  /* Site Pagination ----------------------- */

  /* Widgets ------------------------------- */

  .widget-content {
    font-size: 2.1rem;
  }

  /* Site Footer --------------------------- */
  .footer-menu {
    font-size: 2.4rem;
    margin: -1.5rem 0 0 -3rem;
  }
  .footer-menu li {
    margin: 1.5rem 0 0 3rem;
  }
  ul.footer-social {
    margin: -1rem 0 0 -1rem;
  }
  ul.footer-social li {
    margin: 1rem 0 0 1rem;
  }
  .footer-social a {
    height: 4.4rem;
    width: 4.4rem;
  }
  .footer-social a::before {
    font-size: 2rem;
  }

  /* FOOTER WIDGETS */
  .footer-widgets-wrapper {
    margin-left: -6rem;
    width: calc(100% + 6rem);
  }
  .footer-widgets {
    margin-left: 6rem;
  }
}

@media (min-width: 1240px) {
  /* Blocks -------------------------------- */
  body.template-full-width .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: calc((100vw - 120rem) / 2);
  }
  body.template-full-width .entry-content > .alignright {
    /*rtl:ignore*/
    margin-right: calc((100vw - 120rem) / 2);
  }
}

/********************************************************** 작업 4  */

@media screen and (max-width: 1260px) {
  /*KSD_미디어쿼리
    /* -------------------------------------------------------------------------- */

  .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: 100%;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  #site-header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.4rem;
    transition: 0.4s all;
  }
  #site-header.hover {
    position: fixed;
    background: #ffffff;
    height: auto;
    transition: 0.4s all;
  }
  #site-header.fixed {
    position: fixed;
    background: #ffffff;
    height: auto;
    transition: 0.4s all;
  }
  .header-inner {
    max-width: 100%;
    padding: 3.8rem 0;
    z-index: 100;
  }

  /* Header Titles ----------------------------- */
  .header-titles-wrapper {
    padding: 0 0;
    text-align: center;
  }
  body:not(.enable-search-modal) .header-titles-wrapper {
    padding-left: 0;
    text-align: left;
  }
  .site-title,
  .site-logo,
  .site-description {
    margin: 0;
  }
  .site-title {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
  }
  .site-title a {
    color: inherit;
    display: block;
    width: 22.3rem;
    text-decoration: none;
    font-size: 2rem;
    color: transparent;
    position: relative;
    z-index: 10;
  }
  .site-title a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 22.3rem;
    height: 2rem;
    background: url(/wp-content/uploads/2021/07/logo.svg) no-repeat
      center center;
    background-size: 100% 100%;
    content: "";
  }
  .site-title a:hover,
  .site-title a:focus {
    text-decoration: underline;
  }
  .site-description {
    margin-top: 1rem;
    color: #6d6d6d;
    font-size: 1.8rem;
    font-weight: 500;
    display: none;
    letter-spacing: -0.0311em;
    transition: all 0.15s linear;
  }
  .site-logo a,
  .site-logo img {
    display: block;
  }
  .header-titles .site-logo .site-logo {
    margin: 0;
  }
  .site-logo img {
    max-height: 6rem;
    margin: 0 auto;
    width: auto;
  }
  body:not(.enable-search-modal) .site-logo img {
    margin: 0;
  }
  .header-inner .toggle {
    overflow: visible;
    padding: 0 2rem;
  }
  .header-inner .toggle svg {
    display: block;
    position: relative;
    z-index: 1;
  }
  .header-inner .toggle path {
    fill: currentColor;
  }
  #site-header .search-toggle .toggle-inner {
    display: block;
    width: 2.5rem;
    height: 2.3rem;
    position: relative;
    background: url(/wp-content/uploads/2021/07/ico_search.png) no-repeat center
      center;
    background-size: 100% 100%;
  }
  #site-header:hover .search-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/07/ico_search_over.png) no-repeat
      center center;
    background-size: 100% 100%;
  }
  #site-header.fixed .search-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/07/ico_search_over.png) no-repeat
      center center;
    background-size: 100% 100%;
  }
  .toggle-icon {
    display: block;
    overflow: hidden;
  }
  .toggle-inner .toggle-text {
    color: #6d6d6d;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    top: calc(100% + 0.5rem);
    width: auto;
    white-space: nowrap;
    word-break: break-all;
  }
  .overlay-header .toggle-text {
    color: inherit;
  }
  .header-inner .toggle:focus .toggle-text,
  .header-inner .toggle:hover .toggle-text {
    text-decoration: underline;
  }

  /* Search Toggle ----------------------------- */

  .search-toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
  }
  .search-toggle .toggle-icon,
  .search-toggle svg {
    height: 2.5rem;
    max-width: 2.3rem;
    width: 2.3rem;
  }

  /* Navigation Toggle ------------------------- */
  .nav-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 6.6rem;
  }
  .nav-toggle .toggle-icon,
  .nav-toggle svg {
    height: 0.8rem;
    width: 2.6rem;
  }
  .nav-toggle .toggle-inner {
    padding-top: 0.8rem;
  }

  /* Primary Menu ---------------------------- */
  .primary-menu-wrapper {
    /* display: none; */
  }
  ul.primary-menu {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0;
    margin: 0 0 0 15rem;
    display: flex;
    justify-content: center;
  }
  .primary-menu:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .primary-menu li {
    float: left;
    font-size: inherit;
    line-height: 1.25; /*position: relative; */
  }
  .primary-menu > li {
    margin: 0 1.5%;
  }
  .primary-menu li.menu-item-has-children:last-child:hover > ul,
  .primary-menu li.menu-item-has-children:last-child:focus > ul,
  .primary-menu li.menu-item-has-children.focus:last-child > ul {
    right: 0;
  }
  .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
  }
  .primary-menu > li > .icon {
    right: -0.5rem;
    top: calc(50% - 0.4rem);
    display: none;
  }
  .primary-menu > li > ul {
    padding: 0;
  }
  .primary-menu > li > ul li a {
    font-size: 1.4rem;
    line-height: 4.85rem;
  }
  .primary-menu a {
    color: inherit;
    display: block;
    font-size: 2rem;
    line-height: 2rem;
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
    color: #ffffff !important;
  }
  .primary-menu li > a {
    position: relative;
    line-height: 9.4rem;
  }
  .primary-menu li > a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0.3rem;
    background: #4fb2c9;
    opacity: 0;
    transition: 0.3s all;
  }
  .primary-menu li > a.on::after {
    opacity: 1;
    left: 0;
    width: 100%;
    transition: 0.3s all;
  }
  .primary-menu > li > ul li a::after {
    display: none;
  }
  #site-header.hover .primary-menu a {
    color: #1c1c1c !important;
  }
  #site-header.hover .site-title a::after {
    background: url(/wp-content/uploads/2021/07/logo_over.svg) no-repeat
      center center;
  }
  #site-header.fixed .primary-menu a {
    color: #1c1c1c !important;
  }
  #site-header.fixed .site-title a::after {
    background: url(/wp-content/uploads/2021/07/logo_over.svg) no-repeat
      center center;
  }
  .primary-menu a:hover,
  .primary-menu a:focus,
  .primary-menu .current_page_ancestor {
    /*text-decoration: underline; */
  }
  .primary-menu li.current-menu-item > a,
  .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    /*text-decoration: underline; */
  }
  .primary-menu li.current-menu-item > a:hover,
  .primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
  .primary-menu li.current-menu-item > a:focus,
  .primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
    text-decoration: none;
  }

  /* SUB MENU */
  .primary-menu ul {
    display: flex;
    justify-content: center;
    height: 0;
    text-align: center;
    box-sizing: border-box;
    border-top: 0.1rem solid #b2b2b2;
    background: #ffffff;
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 9.5rem;
    padding-top: 9.4rem;
    transform: translateY(0);
    transition: 0.4s all;
    width: 100%;
    z-index: 1;
  }
  .primary-menu li.menu-item-has-children:hover > ul,
  .primary-menu li.menu-item-has-children:focus > ul,
  .primary-menu li.menu-item-has-children.focus > ul {
    right: 0;
    opacity: 1;
    height: 4.8rem;
    transition: 0.4s all;
  }
  .primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    display: block; /*padding: 1rem 2rem; */
    transition: background-color 0.15s linear;
    width: 100%;
    color: #1c1c1c !important;
  }
  .primary-menu ul li {
    margin-right: 5rem;
  }
  .primary-menu ul li.menu-item-has-children > a {
    padding-right: 4.5rem;
  }
  .primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
  }

  /* DEEP DOWN */
  .primary-menu ul ul {
    top: -1rem;
  }
  .primary-menu ul li.menu-item-has-children:hover > ul,
  .primary-menu ul li.menu-item-has-children:focus > ul,
  .primary-menu ul li.menu-item-has-children.focus > ul {
    right: calc(100% + 2rem);
  }
  .primary-menu ul ul::before {
    bottom: 0;
    height: auto;
    left: auto;
    right: -2rem;
    top: 0;
    width: 2rem;
  }
  .primary-menu ul ul::after {
    border-bottom-color: transparent; /*rtl:ignore*/
    border-left-color: #000;
    bottom: auto;
    right: -1.6rem;
    top: 2rem;
  }
  .rtl .primary-menu ul ul::after {
    transform: rotate(180deg);
  }
  /*
    * Enable nav submenu expansion with tapping on arrows on large-viewport
    * touch interfaces (e.g. tablets or laptops with touch screens).
    * These rules are supported by all browsers (>IE11) and when JS is disabled.
    */
  /* Repeat previous rules for IE11 (when JS enabled for polyfill). */
  body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    padding-right: 0; /*margin-right: 2rem; */
  }
  body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
  }

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

  /*5. Menu Modal
    /* -------------------------------------------------------------------------- */
  .menu-modal {
    background: #fff;
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 99;
  }
  .admin-bar .menu-modal {
    top: 32px;
  }

  @media (max-width: 782px) {
    .admin-bar .menu-modal {
      top: 46px;
    }
  }

  .menu-modal.show-modal {
    display: flex;
  }
  .menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out;
  }
  .menu-modal-inner {
    background: #fff;
    display: flex;
    justify-content: stretch;
    overflow: auto;
    -ms-overflow-style: auto;
    width: 100%;
  }
  .menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  button.close-nav-toggle {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: flex-end;
    padding: 3.1rem 0;
    width: 100%;
  }
  button.close-nav-toggle svg {
    height: 1.6rem;
    width: 1.6rem;
  }
  button.close-nav-toggle .toggle-text {
    margin-right: 1.6rem;
  }
  .menu-modal .menu-top {
    flex-shrink: 0;
  }

  /* Main Menu --------------------------------- */
  .modal-menu {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
  }
  .modal-menu li {
    border-color: #dedfdf;
    border-style: solid;
    border-width: 0.1rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: flex-start;
    margin: 0;
  }
  .modal-menu > li > a,
  .modal-menu > li > .ancestor-wrapper > a {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.0375em;
  }
  .modal-menu a {
    display: block;
    padding: 2rem 2.5rem;
    text-decoration: none;
    width: 100%;
  }
  .modal-menu a:focus,
  .modal-menu a:hover,
  .modal-menu li.current-menu-item > .ancestor-wrapper > a,
  .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
    text-decoration: underline;
  }
  button.sub-menu-toggle {
    border-left: 0.1rem solid #dedfdf;
    flex-shrink: 0;
    margin: 1rem 0;
    padding: 0 2.5rem;
  }
  button.sub-menu-toggle svg {
    height: 0.9rem;
    transition: transform 0.15s linear;
    width: 1.5rem;
  }
  button.sub-menu-toggle.active svg {
    transform: rotate(180deg);
  }
  .modal-menu ul {
    display: none;
    margin: 0;
    width: 100%;
  }
  .modal-menu ul li {
    border-left-width: 1rem;
  }
  .modal-menu ul li a {
    color: inherit;
    font-weight: 500;
  }

  /* Main menu animation ----------------------- */
  .menu-wrapper .menu-item {
    position: relative;
  }
  .menu-wrapper .active {
    display: block;
  }
  .menu-wrapper.is-toggling {
    pointer-events: none;
  }
  .menu-wrapper.is-toggling .menu-item {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
    width: auto;
  }
  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 250ms;
  }
  .menu-wrapper.is-animating .menu-item {
    transition-property: transform;
  }
  .menu-wrapper.is-toggling .toggling-target {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .menu-wrapper.is-toggling .toggling-target.active {
    opacity: 0;
  }
  .menu-wrapper.is-animating.is-toggling .toggling-target {
    display: block;
    transition-property: opacity;
    opacity: 0;
  }
  .menu-wrapper.is-animating.is-toggling .toggling-target.active {
    opacity: 1;
  }
  .menu-wrapper.is-toggling .modal-menu > li:last-child li {
    border-top-color: transparent;
    border-bottom-width: 0.1rem;
  }

  @media (prefers-reduced-motion: reduce) {
    .menu-wrapper.is-animating .menu-item,
    .menu-wrapper.is-animating .toggling-target {
      transition-duration: 1ms !important;
    }
  }

  /* Expanded Menu ----------------------------- */
  .expanded-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }

  /* Menu Bottom ------------------------------- */
  .menu-bottom {
    flex-shrink: 0;
    padding: 4rem 0;
  }
  .menu-bottom nav {
    width: 100%;
  }
  .menu-copyright {
    display: none;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
  }
  .menu-copyright a:focus,
  .menu-copyright a:hover {
    text-decoration: underline;
  }
  .menu-bottom .social-menu {
    justify-content: center;
  }

  /* -------------------------------------------------------------------------- */
  /*6. Search Modal
    /* -------------------------------------------------------------------------- */
  .search-modal {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: -9999rem;
    top: 0;
    transition: opacity 0.2s linear, left 0s 0.2s linear;
    width: 100%;
    z-index: 999;
  }
  .admin-bar .search-modal.active {
    top: 32px;
  }

  @media (max-width: 782px) {
    .admin-bar .search-modal.active {
      top: 46px;
    }
  }
  .search-modal-inner {
    height: 16rem;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
  }
  .search-modal-inner .section-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 72rem;
  }
  .search-modal.active {
    left: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
  }
  .search-modal.active .search-modal-inner {
    display: flex;
    align-items: center;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
  }
  button.search-untoggle {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: -2.5rem;
    padding: 0 2.5rem;
  }
  .search-modal button.search-untoggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    background: url("/wp-content/uploads/2021/08/ico_search_x.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .search-untoggle svg {
    height: 1.5rem;
    transition: transform 0.15s ease-in-out;
    width: 1.5rem;
  }
  .search-untoggle:focus svg,
  .search-untoggle:hover svg {
    transform: scale(1.15);
  }

  /* Modal Search Form ------------------------- */
  .search-modal form {
    margin: 0;
    position: relative;
    width: 100%;
  }
  .search-modal .search-field {
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: 2rem;
    letter-spacing: -0.0277em;
    height: 8.4rem;
    margin: 0;
    max-width: 66.7rem;
    padding: 0 8rem 0 2rem;
    width: 66.7rem;
    box-sizing: border-box;
  }
  .search-modal .search-field::-webkit-input-placeholder {
    color: inherit;
    color: #c4c4c4;
  }
  .search-modal .search-field:-ms-input-placeholder {
    color: inherit;
    color: #c4c4c4;
  }
  .search-modal .search-field::-moz-placeholder {
    color: inherit;
    color: #c4c4c4;
    line-height: 4;
  }
  .search-modal .search-submit {
    position: absolute;
    right: 2.6rem;
    top: 50%;
    width: 3.7rem;
    height: 3.9rem;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    background: url("/wp-content/uploads/2021/08/ico_search_btn.png") no-repeat
      center center;
    background-size: 100% 100%;
    font-size: 0;
    color: transparent;
  }
  .search-modal .search-submit:focus {
    /*right: 0; */
    outline: none;
  }

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

  /*7a. Template: Cover Template
     /* -------------------------------------------------------------------------- */
  #site-content .text_page_wrap {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  .cover-header {
    display: flex;
    overflow: hidden;
  }
  .cover-header-inner-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
  }
  .cover-header-inner {
    padding: 16.5rem 0 3rem 0;
    width: 100%;
  }
  .cover-color-overlay,
  .cover-color-overlay::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .cover-color-overlay::before {
    background: currentColor;
    content: "";
    display: block;
  }
  .cover-header .entry-header {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .cover-header .entry-header * {
    font-size: 3.4rem;
    color: #333333;
    padding: 0;
  }
  body.template-cover .entry-header {
    background: transparent;
    padding: 0;
  }
  .cover-header h1,
  .cover-header h2,
  .cover-header h3,
  .cover-header h4,
  .cover-header h5,
  .cover-header h6,
  .cover-header .faux-heading {
    color: inherit;
  }
  .cover-header .entry-header a {
    color: inherit;
  }
  .cover-header .entry-subtit {
    margin-top: 5rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .entry-content.text_page_post {
    font-weight: 100;
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: LGSmartfonts !important;
  }
  .entry-content.text_page_post a {
    color: #0955e0;
  }
  .entry-content.text_page_post p {
    font-size: 1.5rem;
    line-height: 3rem;
    font-family: LGSmartfonts !important;
  }
  .entry-content.text_page_post table {
    font-size: 1.5rem;
    line-height: 3rem;
    font-family: LGSmartfonts !important;
    letter-spacing: -0.05rem;
  }
  .entry-content.text_page_post table tr th {
    font-weight: 700;
    background: #f4f4f4;
    padding: 1.6rem 4rem;
    box-sizing: border-box;
  }
  .entry-content.text_page_post table tr td {
    padding: 1.4rem 4rem;
    box-sizing: border-box;
  }

  /* To The Content ---------------------------- */
  .to-the-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.5rem);
  }
  .to-the-content {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 4rem;
    text-decoration: none;
  }
  .to-the-content svg {
    height: 2rem;
    transition: transform 0.15s linear;
    transform: translateY(0);
    width: 1.767rem;
  }
  .to-the-content:focus svg,
  .to-the-content:hover svg {
    transform: translateY(20%);
  }

  /* -------------------------------------------------------------------------- */
  #site-content {
    overflow: hidden;
  }
  #site-content #kvBox .item {
    width: 100%;
    height: 79.3rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  #site-content #kvBox .item .item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    z-index: -1;
  }
  #site-content #kvBox .item.slick-active .item_bg {
    /* transform:scale(1); */
    animation-name: kvScale;
    animation-duration: 4s;
  }

  @keyframes kvScale {
    0% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  #site-content #kvBox .item a {
    display: block;
    width: 100%;
    height: 100%; /* padding-top:94px; */
    color: #fffefe;
    text-decoration: none;
  }
  #site-content #kvBox .item a .subject {
    display: table;
    width: 100%;
    max-width: 120rem;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
  }
  #site-content #kvBox .item a .subject .subject_wrap {
    max-width: 120rem;
    margin: 0 auto 0;
    padding: 0 3rem;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text {
    /* width:58rem; */
    margin-bottom: 2.2rem;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text.mo_tit {
    display: none;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text.pc_tit {
    display: block;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text .text_wrap {
    display: block;
    font-weight: 600;
    font-size: 4.6rem;
    line-height: 6.5rem;
    transform: translateY(0);
    opacity: 1;
  }
  #site-content
    #kvBox
    .item.slick-active
    a
    .subject
    .subject_wrap
    .text
    .text_wrap {
    animation-name: kvTitle;
    animation-duration: 1.2s;
  }
  #site-content #kvBox .item a .subject .subject_wrap .sub_text .sub_text_wrap {
    display: block; /* width:37rem; */
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
    transform: translateY(0);
    opacity: 1;
  }
  #site-content
    #kvBox
    .item.slick-active
    a
    .subject
    .subject_wrap
    .sub_text
    .sub_text_wrap {
    animation-name: kvText;
    animation-duration: 1.2s;
  }
  #site-content #kvBox .item a .subject .subject_wrap .ico {
    position: relative;
    width: 4.9rem;
    margin-top: 3.4rem;
    border-bottom: 0.1rem solid #ffffff;
    transition: 0.3s all;
    transform: translateY(0);
    opacity: 1;
  }
  #site-content #kvBox .item.slick-active a .subject .subject_wrap .ico {
    animation-name: kvIco;
    animation-duration: 1.2s;
  }
  #site-content #kvBox .item a:hover .subject .subject_wrap .ico {
    width: 6.9rem;
    transition: 0.3s width;
  }
  #site-content #kvBox .item a .subject .subject_wrap .ico::after {
    position: absolute;
    bottom: 0.6rem;
    right: -0.2rem;
    width: 1.8rem;
    height: 0.1rem;
    background: #ffffff;
    transform: rotate(45deg);
    content: "";
  }
  #site-content #kvBox .item a .subject .subject_wrap.sizeRe .text .text_wrap {
    line-height: normal;
  }
  #site-content
    #kvBox
    .item
    a
    .subject
    .subject_wrap.sizeRe
    .text
    .text_wrap
    span {
    line-height: 6.5rem;
    display: block;
    margin-bottom: 0.8rem;
  }

  @keyframes kvTitle {
    0% {
      transform: translateY(5rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes kvText {
    0% {
      transform: translateY(5rem);
      opacity: 0;
    }
    20% {
      transform: translateY(5rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes kvIco {
    0% {
      transform: translateY(5rem);
      opacity: 0;
    }
    40% {
      transform: translateY(5rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  #site-content #kvBox .slick-dots {
    bottom: 4rem;
    height: 2.3rem;
  }
  #site-content #kvBox .slick-dots li {
    width: 0.3rem;
    height: 2.3rem;
    margin: 0 0.35rem;
    background: #ffffff;
    transition: 0.3s width;
  }
  #site-content #kvBox .slick-dots li.slick-active {
    width: 0.6rem;
    height: 2.3rem;
    margin: 0 0.65rem;
    background: #0096aa;
    transition: 0.3s width;
  }
  #site-content #kvBox .slick-dots li button {
    display: none;
  }

  /* index section01 */
  .sec_box .sec_wrap {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 3rem;
    box-sizing: border-box;
    transition: 0.3s all;
  }
  .sec_box .sec_wrap .sec_tit {
    position: relative;
  }
  .sec_box .sec_wrap .sec_tit h2 {
    margin: 5.8rem auto 4rem;
    font-size: 2.4rem;
    letter-spacing: 0.05rem;
  }
  .sec_box .sec_wrap .sec_tit .more_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec_box .sec_wrap .sec_tit .more_btn a {
    display: block;
    transform: rotate(0deg);
    transition: 0.3s all;
  }
  .sec_box .sec_wrap .sec_tit .more_btn a:hover {
    transform: rotate(180deg);
    transition: 0.3s all;
  }
  #sec01 .sec_wrap .sec_cont:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont {
    float: left;
    display: block;
    width: 32%;
    height: 38vw;
    margin: 0 0 2.5rem;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont:nth-child(3n-1) {
    margin: 0 2% 2.5rem;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a {
    display: block;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_thum {
    width: 100%;
    height: 19.7vw;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text {
    position: relative;
    height: 20.5rem;
    padding-top: 2rem;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.5s padding;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_cate {
    display: inline-block;
    height: 2.6rem;
    margin-bottom: 1.2rem;
    padding: 0 1rem;
    background: #4fb2c8;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #ffffff;
    transition: 0.5s all;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_tit {
    display: inline-block;
    width: 100%;
    height: 2rem;
    margin-bottom: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2rem;
    line-height: 2rem;
    color: #1c1c1c;
    font-weight: 500;
    transition: 0.5s color;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_txt {
    white-space: normal;
    height: 6.5rem;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #1c1c1c;
    letter-spacing: -0.05rem;
    transition: 0.5s color;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_date {
    position: absolute;
    bottom: 2.2rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #6f6e6e;
    letter-spacing: 0.05rem;
    transition: 0.5s color;
  }
  #sec01 .sec_wrap .btn_more {
    margin: 0 0 3.8rem;
    padding: 0;
  }
  #sec01 .sec_wrap .btn_more a {
    position: relative;
    display: block;
    width: 29rem;
    height: 6rem;
    margin: 0 auto;
    text-align: center;
    line-height: 6rem;
    font-size: 1.8rem;
    color: #1d1c1c;
    border: 1px solid #1d1c1c;
    border-radius: 0;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
    transition: 0.3s all;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  #sec01 .sec_wrap .btn_more a span {
    position: relative;
    display: inline-block;
  }
  #sec01 .sec_wrap .btn_more a {
    transition: all 0.3s;
  }
  #sec01 .sec_wrap .btn_more a:hover {
    color: #00b4cb;
    border: 1px solid #00b4cb;
  }
  #sec01 .sec_wrap .btn_more a:hover span::after {
    background: url(/wp-content/uploads/2021/07/more_arr_over.png) no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }

  /* index section02 */
  #sec02 {
    position: relative;
    height: 60vw;
    margin-bottom: 9.3vw;
  }
  #sec02::before {
    position: absolute;
    left: 0;
    top: 19.75vw;
    width: 100%;
    height: 41.25vw;
    background: #00b4cb;
    content: "";
  }
  #sec02 .sec_wrap {
    width: 100%;
    max-width: 120rem;
    height: 66.5rem;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  #sec02 .sec_wrap .sec_tit h2 {
    width: 100%;
    max-width: 120rem;
    margin: 9.6rem auto 3.8rem;
  }
  #sec02 .sec_wrap .sec_cont {
    width: 100%;
  }
  #sec02 .sec_wrap .sec_cont .swiper-container {
    width: 100%;
    height: 47.3vw;
    overflow: visible;
  }
  #sec02 .swiper_scroll_box {
    width: 100%;
    position: absolute;
    border-bottom: 0.1rem solid #ffffff;
    top: 53vw;
    left: 0;
  }
  #sec02 .swiper_scroll_box .swiper-scrollbar,
  #sec02 .swiper_scroll_box .swiper-scrollbar {
    position: unset;
    left: 0;
    bottom: 0.3rem;
    width: 100%;
    max-width: calc(100% - 6.6rem);
    height: 0.4rem;
    margin: 0 auto;
    padding: 0 3.3rem;
    background: transparent;
  }
  #sec02 .swiper-scrollbar-drag {
    border-radius: 0;
    background: #ffffff;
  }
  .w4pl-inner:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec02 .swiper-wrapper {
    /* display:block; */
  }
  #sec02 .one_cont {
    width: 69.1%;
  }
  #sec02 .two_cont {
    width: 30%;
  }
  #sec02 .recommend_cont {
    width: 100%;
    height: auto;
  }
  #sec02 .recommend_cont a:hover .cont_thum {
    -webkit-box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0.6);
    box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0.6);
    transition: 0.3s all;
  }
  #sec02 .two_cont .recommend_cont:nth-child(1) {
    width: 100%;
    height: auto; /* height: 18.55vw; */
  }
  #sec02 .two_cont .recommend_cont:nth-child(2) {
    width: 100%;
    height: auto; /* height: 18.55vw; */
    margin-top: 3.9rem;
  }
  #sec02 .recommend_cont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #sec02 .recommend_cont a .cont_thum {
    width: 100%; /* height:100%; */ /* height: 18.55vw; */
    height: 15.7vw;
    transition: 0.5s all;
  }
  #sec02 .one_cont .recommend_cont a .cont_thum {
    width: 100%; /* height:51.4rem; */
    height: 36.3vw;
  }
  #sec02 .recommend_cont a .cont_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #sec02 .recommend_cont a .cont_text .cont_tit {
    margin-bottom: 0;
    padding: 0 2.5rem 1.8rem;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  #sec02 .one_cont .recommend_cont a .cont_text {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #sec02 .one_cont .recommend_cont a .cont_text .cont_tit {
    margin-bottom: 0;
    padding: 2.1rem 0;
    color: #ffffff;
    font-size: 2.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
  }

  /* index section03 */
  #sec03 .sec_wrap .sec_tit h2 {
    margin: 5.8rem auto 3.6rem;
  }
  #sec03 .sec_wrap .sec_cont:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec03 .sec_wrap .sec_cont .press_cont {
    float: left;
    display: block;
    width: 32%;
    height: 24.4rem;
    margin: 0;
  }
  #sec03 .sec_wrap .sec_cont .press_cont:nth-child(3n-1) {
    margin: 0 2% 0;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a {
    display: block;
    height: 100%;
    border-bottom: 0.2rem solid #ffffff;
    transition: 0.3s all;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_thum {
    width: 37.6rem;
    height: 25.1rem;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text {
    position: relative;
    height: 21.3rem;
    box-sizing: border-box;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a:hover {
    border-bottom: 0.2rem solid #00b4cb;
    transition: 0.3s all;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_tit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 5.4rem;
    margin-bottom: 3.2rem; /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #1c1c1c;
    font-weight: 500;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_txt {
    white-space: normal;
    height: 3.8rem;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #1c1c1c;
    letter-spacing: -0.05rem;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info {
    position: absolute;
    bottom: 3rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #797979;
    letter-spacing: -0.05rem;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_info {
    color: #1d1c1c;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_bar {
    margin: 0 1rem;
    color: #606060;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_date {
    color: #797979;
    letter-spacing: 0.05rem;
  }
  /* 랜덤 콘텐츠 */
  #ranCont .sec_wrap {
    margin: 8rem auto 0;
  }
  #ranCont .sec_wrap .random_cont {
    width: 100%;
    height: 19.9rem;
    padding: 4rem 7.7rem;
    background: url("/wp-content/uploads/2021/11/random_cont_bg.png") no-repeat
      left center;
    background-size: auto 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  }
  #ranCont .sec_wrap .random_cont .text_box {
    margin-right: 2.7rem;
  }
  #ranCont .sec_wrap .random_cont .random_tit {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3rem;
    color: #ffffff;
  }
  #ranCont .sec_wrap .random_cont .random_txt {
    margin-bottom: 0;
    font-weight: 200;
    font-size: 1.7rem;
    line-height: 1.7rem;
    color: #ffffff;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box {
    width: 29.5rem;
    height: 7rem;
    margin-bottom: 0;
    border-radius: 7rem;
    overflow: hidden;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a {
    display: block;
    width: 29.5rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 7rem;
    text-align: center;
    color: #00b4cb;
    background: #ffffff;
    transition: 0.3s all;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a:hover {
    background: #fafafa;
    transition: 0.3s all;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a span {
    display: inline-block;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a span:before {
    position: relative;
    top: 0.3rem;
    display: inline-block;
    content: "";
    width: 2.1rem;
    height: 1.6rem;
    margin-right: 1rem;
    background: url("/wp-content/uploads/2021/08/random_cont_ico.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a span:after {
    position: relative;
    top: 0.3rem;
    display: inline-block;
    content: "";
    width: 2.2rem;
    height: 2.1rem;
    margin-left: 1rem;
    background: url("/wp-content/uploads/2021/11/random_cont_arr.png") no-repeat
      center center;
    background-size: 100% 100%;
  }

  /* index section04 */
  #sec04 .sec_wrap {
    width: 100%;
  }
  #sec04 .sec_wrap .sec_tit h2 {
    width: 100%;
    max-width: 120rem;
    margin: 8rem auto 3.8rem;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  #sec04 .sec_wrap .sec_cont {
    width: 100%;
    margin: 0 auto; /* padding:0 3rem; */
    box-sizing: border-box;
  }
  #sec04 .sec_wrap .sec_cont .media_slide {
    overflow: visible;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a {
    display: block;
    color: #1c1c1c;
    transition: 0.3s all;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_thumb {
    width: calc(100%);
    height: 16.4vw;
    margin: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text {
    position: relative;
    display: block;
    height: 19.3rem;
    padding: 3rem 0;
    box-sizing: border-box;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    background: #00b4cb;
    display: block;
    z-index: -1;
    transition: 0.3s all;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a:hover {
    color: #ffffff;
    transition: 0.3s all;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a:hover
    .cont_text::before {
    height: 100%;
    transition: 0.3s all;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text p {
    margin: 0;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_mark {
    position: relative;
    width: 100%;
    height: 2.6rem;
    margin-bottom: 1rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding-left: 2.4rem;
    font-size: 1.5rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.naver-post::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.naver-post-en::before {
    content: "Naver Post";
    background: url(/wp-content/uploads/2021/07/ico_np.png) no-repeat left
      center;
    background-size: 2rem 2rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.linkedin::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.linkedin-en::before {
    content: "Linked in";
    background: url(/wp-content/uploads/2021/07/ico_in.png) no-repeat left
      center;
    background-size: 2rem 2rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.youtube::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.youtube-en::before {
    content: "YouTube";
    background: url(/wp-content/uploads/2021/07/ico_yt.png) no-repeat left
      center;
    background-size: 2rem 2rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.facebook::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.facebook-en::before {
    content: "Facebook";
    background: url(/wp-content/uploads/2021/07/ico_fb.png) no-repeat left
      center;
    background-size: 2rem 2rem;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_tit {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
    white-space: normal;
    height: 5rem;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_tag {
    position: absolute;
    bottom: 2.7rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: -0.02rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_tag
    span {
    display: inline-block;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_tag
    span::before {
    display: inline-block;
    content: "#";
  }
  /* footer ebiz */

  /* Clearing ---------------------------------- */

  /* 팝업 - 뉴스레터 */
  .layerPop {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .layerPop .newsletter_pop {
    display: block;
    width: 74.2rem;
    height: 67.7rem;
    background: #ffffff;
  }
  .layerPop .popup_box .pop_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4.4rem 2.6rem 4.6rem;
    box-sizing: border-box;
  }
  .layerPop .popup_box .pop_wrap .pop_x {
    position: absolute;
    top: 0;
    right: -5rem;
    font-size: 0;
    width: 3.8rem;
    height: 3.7rem;
    background: url("/wp-content/uploads/2021/08/ico_search_x_w.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .layerPop .popup_box .pop_wrap .top_box {
    margin-bottom: 3rem;
    text-align: center;
  }
  .layerPop .popup_box .pop_wrap .top_box .pop_tit {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
  .layerPop .popup_box .pop_wrap .top_box .pop_text {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box {
    margin-bottom: 2rem;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box .mid_tit {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box .mid_text {
    width: 100%;
    height: 18.6rem;
    margin-bottom: 2.4rem;
    padding: 2rem 1.6rem;
    font-size: 1.3rem;
    line-height: 2.5rem;
    letter-spacing: -0.05rem;
    box-sizing: border-box;
    background: #ededed;
    overflow-y: auto;
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .mid_box
    .mid_check
    input[type="checkbox"]
    + label {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box {
    margin-bottom: 6rem;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box label {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box .input_box > * {
    float: left;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box input[id="userMail1"] {
    position: relative;
    display: block;
    width: 17rem;
    height: 3.6rem;
    padding: 0.5rem 1rem;
    border: 0.1rem solid #c4c4c5;
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .bot_box
    .mail_box
    input[id="userMail1"]
    + span {
    display: block;
    width: 2.2rem;
    height: 3.6rem;
    font-size: 1.3rem;
    line-height: 3.6rem;
    text-align: center;
    color: #171717;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box input[id="userMail2"] {
    display: block;
    width: 18rem;
    height: 3.6rem;
    margin-right: 1.7rem;
    padding: 0.5rem 1rem;
    border: 0.1rem solid #c4c4c5;
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .bot_box
    .mail_box
    input[id="userMail2"]:disabled {
    background: #eeeeee;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box select {
    display: block;
    width: 30rem;
    height: 3.6rem;
    padding: 0.5rem 1rem;
    border: 0.1rem solid #c4c4c5;
  }
  .layerPop .newsletter_pop .pop_wrap .btn_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .layerPop .newsletter_pop .pop_wrap .btn_box a {
    width: 9.8rem;
    height: 4rem;
    margin: 0 0.7rem;
    background: #ffffff;
    color: #171717;
    text-align: center;
    line-height: 4rem;
    border: 0.1rem solid #c4c4c5;
    box-sizing: border-box;
  }
  .layerPop .newsletter_pop .pop_wrap .btn_box a.submit_btn {
    background: #008b9e;
    color: #ffffff;
    border: none;
  }
  .layerPop .refusal_pop {
    display: block;
    width: 74.2rem;
    height: 36.5rem;
    background: #ffffff;
  }
  .layerPop .popup_box .pop_wrap .btn_box a {
    display: block;
    width: 9.8rem;
    height: 4rem;
    background: #ffffff;
    color: #171717;
    text-align: center;
    line-height: 4rem;
    border: 0.1rem solid #c4c4c5;
    box-sizing: border-box;
  }
  .layerPop .popup_box .pop_wrap .btn_box a.confirm_btn {
    background: #008b9e;
    color: #ffffff;
    border: none;
  }
  .layerPop .refusal_pop .pop_wrap {
    padding: 4.4rem 4rem;
  }
  .layerPop .refusal_pop .pop_wrap .top_box {
    text-align: left;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .pop_tit {
    margin-bottom: 4rem;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .pop_text {
    line-height: 2.5rem;
    margin-bottom: 3rem;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .small_text {
    margin-bottom: 7rem;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .small_text a {
    color: #0955e0;
  }
  body #site-footer {
    position: relative;
    height: 17rem;
    margin-top: 9.9rem;
    padding: 0;
    background-color: #d9dbdc;
  }
  body #site-footer .go_top {
    position: fixed;
    bottom: 20rem;
    right: 5rem;
    width: 3.6rem;
    height: 3.6rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
  }
  body #site-footer .go_top.on {
    position: fixed;
    bottom: 20rem;
    right: 5rem;
    width: 3.6rem;
    height: 3.6rem;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: 0.3s opacity;
  }
  body #site-footer .go_top a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2021/11/go_top.png") no-repeat center
      center;
    background-size: 100% 100%;
    opacity: 0.7;
    transition: 0.3s opacity;
  }
  body #site-footer .go_top a:hover {
    opacity: 1;
    transition: 0.3s all;
  }
  body #site-footer .footer_wrap {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  body #site-footer .footer_wrap ul {
    margin: 0;
    list-style: none;
  }
  body #site-footer .footer_wrap ul:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body #site-footer .footer_wrap ul li {
    float: left;
    margin: 0;
    list-style: none;
  }
  body #site-footer .footer_wrap ul li a {
    color: #3e3e3e;
    font-size: 1.4rem;
  }
  body #site-footer .footer_wrap .footer_cont:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top {
    padding-top: 3.5rem;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .foot_link {
    float: left;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .foot_link ul li {
    float: left;
    margin-right: 2rem;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .foot_link ul li a {
    display: block;
    height: 3.3rem;
    line-height: 3.3rem;
    letter-spacing: -0.03rem;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .sns_link {
    float: right;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .sns_link li {
    margin-left: 1.5rem;
  }
  body #site-footer .footer_wrap .footer_cont.footer_bot {
    padding-top: 3rem;
  }
  body #site-footer .footer_wrap .footer_cont.footer_bot .footer_logo {
    float: left;
    padding-top: 1.1rem;
  }
  body #site-footer .footer_wrap .footer_cont.footer_bot .footer_text {
    float: right;
  }
  body #site-footer .footer_wrap .footer_cont.footer_bot .footer_text p {
    margin: 0;
    padding-bottom: 0.4rem;
    font-size: 1.2rem;
    text-align: right;
  }

  /* list page ebiz */
  .lgensol_content {
    padding-top: 16rem;
  }
  .lgensol_content .lgensol_content_wrap {
    margin: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  .lgensol_content .lgensol_content_wrap.file_page {
    width: 100%;
    margin: 0 auto;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title {
    position: relative;
  }
  .lgensol_content .lgensol_content_wrap.file_page .lgensol_content_title {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title h2 {
    display: inline-block;
    font-size: 3.4rem;
    margin: 0;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title h2 + span {
    margin-left: 1.5rem;
    font-size: 1.8rem;
    color: #333333;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title .list_type {
    position: absolute;
    top: 1.7rem;
    right: 0;
    width: 4.7rem;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .list_type:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title .list_type a {
    float: left;
    width: 1.5rem;
    height: 1.5rem;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .list_type
    a:last-child {
    margin-left: 1.7rem;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .list_type
    a:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .list_type
    a
    span {
    background: #494949;
    transition: 0.3s all;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .list_type
    a.on
    span,
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .list_type
    a:hover
    span {
    background: #4fb2c9;
    transition: 0.3s all;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .list_type
    a.block_type
    span {
    float: left;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .list_type
    a.block_type
    span:nth-child(2n) {
    margin-left: 0.3rem;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .list_type
    a.vertical_type
    span {
    display: block;
    width: 100%;
    height: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .lgensol_content_wrap .lgensol_content_list {
    margin-top: 5rem;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list {
    display: flex;
    justify-content: left;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item {
    width: 31%; /* height:48rem; */
    margin-bottom: 4rem;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .file_item_wrap {
    display: flex;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list #FilePost {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
    background: #f1f1f1;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 6rem 2rem;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    .close_item {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    background: url("/wp-content/uploads/2021/08/ico_search_x.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p {
    display: block;
    width: 100%;
    max-width: 120rem;
    margin: 0;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p
    .alignnone,
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p
    .aligncenter {
    margin: 0 auto;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_img {
    position: relative;
    margin: 0 auto 5rem;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_img
    .img_down {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5.3rem;
    height: 5.3rem;
    padding: 0;
    background: url("/wp-content/uploads/2021/11/ico_file_down.png") no-repeat
      center center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_img
    .img_down:hover {
    background: url("/wp-content/uploads/2021/11/ico_file_down_on.png")
      no-repeat center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_title {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    line-height: 3.6rem;
    letter-spacing: -0.05rem;
    color: #282828;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_sub {
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: -0.05rem;
    color: #282828;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item {
    width: 23%;
    height: 21.905vw;
    margin-bottom: 3rem;
    margin-right: 2.6%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item a {
    width: 100%;
    height: 21.905vw;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb {
    display: table;
    width: 100%; /* height:28rem; */
    height: 21.905vw;
    text-align: center;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb
    .item_tit {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 2.6rem;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb
    .item_tit
    button {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 2.3rem;
    height: 2.3rem;
    padding: 0;
    background: url("/wp-content/uploads/2021/08/ico_file_down.png") no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb
    .item_tit
    button:hover {
    background: url("/wp-content/uploads/2021/08/ico_file_down_on.png")
      no-repeat center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a:hover
    .item_thumb
    .item_tit {
    opacity: 1;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item:nth-child(4n),
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item4,
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item8 {
    margin-right: 0;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.normal_item:nth-child(3n-1) {
    margin: 0 3.5% 4rem;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item a .item_thumb {
    display: block;
    width: 100%;
    height: 19.65vw;
    background-size: cover;
    background-position: center center;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_thumb_box {
    display: block;
    width: 100%;
    height: 19.65vw;
    overflow: hidden;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_thumb_box
    .item_thumb {
    display: block;
    width: 100%;
    height: 19.65vw;
    background-size: cover;
    background-position: center center;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item a .item_text {
    position: relative;
    height: 22.9rem;
    padding: 2.5rem 0;
    box-sizing: border-box;
    transition: 0.3s padding;
  }
  /*.lgensol_content_wrap.block_type .lgensol_content_list .item a:hover .item_text { padding: 2.5rem 2rem 0; transition: 0.3s padding; } */
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .block_type {
    display: block;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .vertical_type {
    display: none;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tit {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.6rem;
    color: #1c1c1c;
    transition: 0.3s all;
    white-space: normal;
    margin-bottom: 1rem;
    max-height: 6.8rem;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_txt {
    display: none;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_date {
    font-size: 1.3rem;
    color: #515151;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tag {
    /* position:absolute; */
    position: unset;
    bottom: 4rem;
    font-size: 1.5rem;
    color: #00b4cb;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tag
    span {
    display: inline-block;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tag
    span::before {
    display: inline-block;
    content: "#";
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 0;
    content: "";
    background: #00b4cb;
    z-index: -1;
    transition: 0.3s all;
  }
  /*.lgensol_content_wrap.block_type .lgensol_content_list .item a:hover .item_text::before { height:100%; transition:0.3s all; } */
  /*.lgensol_content_wrap.block_type .lgensol_content_list .item a:hover .item_text .item_tit,
    .lgensol_content_wrap.block_type .lgensol_content_list .item a:hover .item_text .item_date,
    .lgensol_content_wrap.block_type .lgensol_content_list .item a:hover .item_text .item_tag { color:#ffffff; transition:0.3s all; } */
  .lgensol_content_wrap .btn_more {
    margin: 0 0 3.8rem;
    padding: 0;
  }
  .lgensol_content_wrap .btn_more a {
    position: relative;
    display: block;
    width: 29rem;
    height: 6rem;
    margin: 0 auto;
    text-align: center;
    line-height: 6rem;
    font-size: 1.8rem;
    color: #1d1c1c;
    border: 1px solid #1d1c1c;
    border-radius: 0;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
    transition: 0.3s all;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .lgensol_content_wrap .btn_more a span {
    position: relative;
    display: inline-block;
  }
  .lgensol_content_wrap .btn_more a {
    transition: all 0.25s;
  }
  .lgensol_content_wrap .btn_more a:hover {
    color: #00b4cb;
    border: 1px solid #00b4cb;
  }
  .lgensol_content_wrap .btn_more a:hover span::after {
    background: url(/wp-content/uploads/2021/07/more_arr_over.png) no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .post_view_page {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding-top: 13.5rem 3rem 0;
    box-sizing: border-box;
  }
  .post_header {
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem solid #c9c9c9;
  }
  .post_header .post_header_wrap {
    width: 100%;
  }
  .post_header .post_header_wrap .post-title {
    font-size: 3.6rem;
    line-height: 4.8rem;
    letter-spacing: -0.02rem;
    color: #211f1f;
  }
  .post_header .post_header_wrap .post_info {
    position: relative;
    margin-top: 0.8rem;
  }
  .post_header .post_header_wrap .post_info .left_info span {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: -0.02rem;
    color: #211f1f;
  }
  .post_header .post_header_wrap .post_info .left_info span.info_bar {
    margin: 0 1rem;
  }
  .post_header .post_header_wrap .post_info .left_info span.post_cate {
    color: #00b4cb;
  }
  .post_header .post_header_wrap .post_info .left_info span.post_cate a {
    color: #00b4cb;
  }
  .post_header .post_header_wrap .post_info .right_info {
    position: absolute;
    top: 0;
    right: 0;
  }
  .post_header .post_header_wrap .post_info .right_info:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .post_header .post_header_wrap .post_info .right_info > div {
    float: left;
  }
  .post_header .post_header_wrap .post_info .right_info .share_btn_box {
    position: relative;
    margin-right: 1.6rem;
  }
  .post_header .post_header_wrap .post_info .right_info .share_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
  }

  /* e :작업 5 */
  ..post_header
    .post_header_wrap
    .post_info
    .right_info
    .share_btn_box
    a.share_btn {
    width: 1.9rem;
    height: 2rem;
    background: url("/wp-content/uploads/2021/07/view_share.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_header .post_header_wrap .post_info .right_info .share_btn_box a + ul {
    position: absolute;
    top: 4rem;
    left: 50%;
    width: 3.3rem;
    height: auto;
    margin: 0 0 0 -1.65rem;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
  }
  .post_header
    .post_header_wrap
    .post_info
    .right_info
    .share_btn_box
    a.active
    + ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: 0.3s all;
  }
  .post_header
    .post_header_wrap
    .post_info
    .right_info
    .share_btn_box
    a
    + ul
    li {
    list-style: none;
    margin: 0 0 0.5rem 0;
    line-height: 1;
  }
  .post_header
    .post_header_wrap
    .post_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 3.4rem;
    transition: 0.3s all;
  }
  .post_header
    .post_header_wrap
    .post_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_in {
    background: url("/wp-content/uploads/2022/04/view_share_in.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_header
    .post_header_wrap
    .post_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_fb {
    background: url("/wp-content/uploads/2021/08/view_share_fb.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_header
    .post_header_wrap
    .post_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_kt {
    background: url("/wp-content/uploads/2021/08/view_share_kt.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_header
    .post_header_wrap
    .post_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_url {
    background: url("/wp-content/uploads/2021/08/view_share_url.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_header
    .post_header_wrap
    .post_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_tw {
    background: url("/wp-content/uploads/2021/08/view_share_tw.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_header .post_header_wrap .post_info .right_info .print_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
    width: 1.9rem;
    height: 2rem;
    background: url("/wp-content/uploads/2021/07/view_print.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_header .post_header_wrap .post_info .right_info .down_btn_box {
    margin-right: 1.6rem;
  }
  .post_header .post_header_wrap .post_info .right_info .down_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
    width: 1.9rem;
    height: 2rem;
    background: url("/wp-content/uploads/2021/08/view_down.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post.post-inner {
    padding-top: 4.5rem;
  }
  .view_post .entry-content .bottom_info {
    position: relative;
    margin-top: 3.4rem;
    padding: 0 0 3.4rem; /* border-bottom:0.1rem solid #c9c9c9; */
  }
  .view_post .entry-content .bottom_info .view_post_tag {
    position: relative;
  }
  .view_post .entry-content .bottom_info .view_post_tag a {
    display: inline-block;
    height: 3rem;
    margin-right: 2rem;
    padding: 0 2rem;
    border-radius: 0.6rem;
    background: #f1f1f1;
    color: #211f1f;
    font-size: 1.5rem;
    line-height: 3rem;
    transition: 0.3s all;
  }
  .view_post .entry-content .bottom_info .view_post_tag a:hover {
    background: #d6d6d6;
    transition: 0.3s all;
  }
  .view_post .entry-content .bottom_info .view_post_tag a:before {
    content: "#";
  }
  /* .view_post .entry-content .bottom_info .right_info { position: absolute; top: 0.5rem; right: 0; }  */
  .view_post .entry-content .bottom_info .right_info:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .view_post .entry-content .bottom_info .right_info > div {
    float: left;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box {
    position: relative;
    margin-right: 1.6rem;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a.share_btn {
    width: 1.9rem;
    height: 2rem;
    background: url("/wp-content/uploads/2021/07/view_share.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box a + ul {
    position: absolute;
    top: 4rem;
    left: 50%;
    width: 3.3rem;
    height: auto;
    margin: 0 0 0 -1.65rem;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.3s all;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a.active
    + ul {
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box a + ul li {
    list-style: none;
    margin: 0 0 0.5rem 0;
    line-height: 1;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a {
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 3.3rem;
    transition: 0.3s all;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_in {
    background: url("/wp-content/uploads/2022/04/view_share_in.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_fb {
    background: url("/wp-content/uploads/2021/08/view_share_fb.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_kt {
    background: url("/wp-content/uploads/2021/08/view_share_kt.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_tw {
    background: url("/wp-content/uploads/2021/08/view_share_tw.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_url {
    background: url("/wp-content/uploads/2021/08/view_share_url.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post .entry-content .bottom_info .right_info .print_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
    width: 1.9rem;
    height: 2rem;
    background: url("/wp-content/uploads/2021/07/view_print.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post .entry-content .bottom_info .right_info .down_btn_box {
    margin-right: 1.6rem;
  }
  .view_post .entry-content .bottom_info .right_info .down_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
    width: 1.9rem;
    height: 2rem;
    background: url("/wp-content/uploads/2021/08/view_down.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .list_btn {
    margin: 3.3rem auto 8.9rem;
  }
  .post_sd_cont .content_bottom .list_btn a {
    display: block;
    width: 16.4rem;
    height: 4.8rem;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 4.8rem;
    color: #171717;
    border: 0.1rem solid #424242;
    transition: 0.3s all;
    text-align: center;
  }
  .post_sd_cont .content_bottom .related_post {
    margin-bottom: 14rem;
  }
  .post_sd_cont .content_bottom .related_post .related_title {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
    color: #171717;
    line-height: 1.8rem;
  }
  .post_sd_cont .content_bottom .related_post .related_box {
    width: 100%;
  }
  .post_sd_cont .content_bottom .related_post .related_wrap:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .post_sd_cont .content_bottom .related_post .related_box {
    float: left;
    width: 19%;
    margin-right: 1.25%;
  }
  .post_sd_cont .content_bottom .related_post .related_box:last-child {
    margin-right: 0;
  }
  .post_sd_cont .content_bottom .related_post .related_box a .related_thumb {
    width: 100%;
    height: 14.5rem;
    margin-bottom: 1.5rem;
  }
  .post_sd_cont .content_bottom .related_post .related_box a .related_tit {
    height: 4.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #171717;
  }
  .post_sd_cont .content_bottom .related_post .related_box a .related_date {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #a7a7a7;
  }
  .post_sd_cont .content_bottom .post_bottom_box:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .post_sd_cont .content_bottom .post_bottom_box a {
    float: left;
    display: block;
    width: 49%;
    height: 8.5rem;
    font-size: 2.2rem;
    line-height: 8.5rem;
    letter-spacing: -0.05rem;
    background: #00b4cb;
    color: #ffffff;
    text-align: center;
  }
  .post_sd_cont .content_bottom .post_bottom_box a:last-child {
    margin-left: 2%;
  }
  .post_sd_cont .content_bottom .post_bottom_box a:hover {
    background: #0096aa;
  }
  .post_sd_cont .content_bottom .post_bottom_box a span {
    position: relative;
    display: inline-block;
  }
  .post_sd_cont .content_bottom .post_bottom_box a.subscribe_btn span::before {
    position: absolute;
    top: 50%;
    left: -5rem;
    display: inline-block;
    width: 3rem;
    height: 2.9rem;
    margin-top: -1.45rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/post_bottom_letter.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .post_bottom_box a.sns_btn span::before {
    position: absolute;
    top: 50%;
    left: -5rem;
    display: inline-block;
    width: 3rem;
    height: 2.9rem;
    margin-top: -1.45rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/post_bottom_sns.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .post_bottom_box a span::after {
    position: absolute;
    top: 50%;
    right: -4.7rem;
    display: inline-block;
    width: 2.7rem;
    height: 0.9rem;
    margin-top: -0.45rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/post_bottom_arr.png") no-repeat
      center center;
    background-size: 100% 100%;
  }

  /* 엔솔채널 */
  /*.lgensol_content_list .ensol_ch { width:100%; height:63rem; padding:4.7rem 4.1rem 4.6rem; background:url('/wp-content/uploads/2021/08/ensol_ch_bg.jpg') no-repeat left center; background-size:auto 100%; box-sizing:border-box; } 
    .lgensol_content_list .ensol_ch:after { display:block; content:''; clear:both; height:0; visibility:hidden; } 
    .lgensol_content_list .ensol_ch .btn_wrap { float:right; width:49.4rem; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box { width:100%; height:16.5rem; background:#ffffff; box-sizing:border-box; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in { margin:2.1rem 0; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box a { display:block; width:100%; height:16.5rem; padding:2.6rem 0; background:#ffffff; box-sizing:border-box; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p { padding-left:12rem; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit { position:relative; display:inline-block; margin-bottom:1.5rem; font-size:2.2rem; line-height:2.2rem; letter-spacing:-0.05rem; color:#00b4cb; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit::before { position:absolute; top:-0.6rem; left:2.8rem; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_yt a p.ch_tit::before { display:inline-block; width:6.8rem; height:6.8rem; content:''; background:url('/wp-content/uploads/2021/08/ensol_ch_yt.png') no-repeat center center; background-size:100% 100%; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in a p.ch_tit::before { display:inline-block; width:6.8rem; height:6.8rem; content:''; background:url('/wp-content/uploads/2021/08/ensol_ch_in.png') no-repeat center center; background-size:100% 100%; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_fb a p.ch_tit::before { display:inline-block; width:6.8rem; height:6.8rem; content:''; background:url('/wp-content/uploads/2021/08/ensol_ch_fb.png') no-repeat center center; background-size:100% 100%; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit::after { position:absolute; top:-0.8rem; right:-9.6rem; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_yt a p.ch_tit::after { display:inline-block; width:8.1rem; height:3.7rem; content:''; background:url('/wp-content/uploads/2021/08/ensol_ch_yt_1.png') no-repeat center center; background-size:100% 100%; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in a p.ch_tit::after { display:inline-block; width:8.1rem; height:3.7rem; content:''; background:url('/wp-content/uploads/2021/08/ensol_ch_in_1.png') no-repeat center center; background-size:100% 100%; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_fb a p.ch_tit::after { display:inline-block; width:8.1rem; height:3.7rem; content:''; background:url('/wp-content/uploads/2021/08/ensol_ch_fb_1.png') no-repeat center center; background-size:100% 100%; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit b { font-weight:700; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_txt { min-height:4.8rem; margin-bottom:1.7rem; font-size:1.8rem; line-height:2.5rem; letter-spacing:-0.05rem; color:#333333; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_go { position:relative; display:inline-block; font-size:1.5rem; line-height:1; letter-spacing:-0.05rem; color:#333333; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_go:after { display:inline-block; width:3rem; height:1.1rem; margin-left:1rem; content:''; background:url('/wp-content/uploads/2021/08/ensol_ch_arr.png') no-repeat center center; background-size:100% 100%; transition:0.3s all; } 
    .lgensol_content_list .ensol_ch .btn_wrap .btn_box a:hover p.ch_go:after { margin-left:1.8rem; transition:0.3s all; } */

  /* 검색결과 */
  .lgensol_content.search_content {
    padding-top: 15.5rem;
  }
  .lgensol_content.search_content .lgensol_content_wrap .lgensol_content_list {
    margin-top: 0;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title .search_result {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    color: #333333;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .list_type {
    top: 0.7rem;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type {
    position: absolute;
    top: 0.7rem;
    right: 0;
    width: auto;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type
    a {
    font-size: 1.5rem;
    color: #333333;
    letter-spacing: -0.08rem;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type
    a:first-child::after {
    display: inline-block;
    content: "|";
    margin: 0 1.6rem;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type
    a.on {
    font-weight: 700;
  }
  .lgensol_content_wrap .section-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 66.7rem;
    height: auto;
  }
  .lgensol_content_wrap .section-inner .search-form {
    position: relative;
    width: 100%;
    max-width: 66.7rem;
    height: 7rem;
    margin: 0;
  }
  .lgensol_content_wrap .section-inner .search-form .search-field {
    border: none;
    font-size: 2rem;
    height: 7rem;
    font-family: LGSmartfonts;
    background: #f5f5f7;
    margin: 0;
    max-width: 66.7rem;
    padding: 0 8rem 0 2rem;
    width: 66.7rem;
    box-sizing: border-box;
  }
  .lgensol_content_wrap .section-inner .search-form .search-field:focus {
    border: 0.1rem solid #14bacf;
    background: #ffffff;
  }
  .lgensol_content_wrap .section-inner .search-submit {
    position: absolute;
    right: 2.6rem;
    top: 50%;
    width: 3.7rem;
    height: 3.9rem;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2021/08/ico_search_btn.png) no-repeat
      center center;
    background-size: 100% 100%;
    font-size: 0;
    color: transparent;
  }
  .lgensol_content_wrap .section-inner .recommand_tag {
    display: block;
    margin: 2rem auto 0;
  }
  .lgensol_content_wrap .section-inner .recommand_tag a {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 1rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
    background: #f1f1f1;
    color: #211f1f;
  }
}

@media screen and (max-width: 960px) {
  .pc_cont {
    display: none !important;
  }
  .mo_cont {
    display: block !important;
  }
  /*KSD_미디어쿼리 여기부터 모바일 디자인이지만 태블릿사이즈임
    /* -------------------------------------------------------------------------- */
  .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    padding: 0 4rem;
    box-sizing: border-box;
  }

  #site-header {
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    z-index: 2;
    transition: 0.4s all;
  }
  #site-header.hover {
    position: fixed;
    background: #ffffff;
    height: auto;
    transition: 0.4s all;
  }
  #site-header.fixed {
    position: fixed;
    background: #ffffff;
    height: auto;
    transition: 0.4s all;
  }
  .header-inner {
    max-width: 100%;
    height: 6rem;
    padding: 0;
    z-index: 100;
    display: table;
  }
  .header-inner .toggle-wrapper .lang-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 14.6rem;
    top: 50%;
    margin-top: -1.5rem;
  }
  .header-inner .toggle-wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: visible;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul {
    position: relative;
    height: 3rem;
    margin: 0;
    border-radius: 1.5rem;
    border: 0.1rem solid #cbcbcb;
    overflow: hidden;
    transition: 0.3s all;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul:active {
    height: 5.6rem;
    transition: 0.3s all;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul:active::before {
    content: none;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul li {
    margin: 0;
    list-style: none;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul a {
    display: block;
    padding: 0 1.5rem;
    font-size: 1.3rem;
    line-height: 3rem;
    color: #292929 !important;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul li:last-child a {
    line-height: 2rem;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul a span {
    display: inline-block;
    width: 1.3rem;
    height: 0.7rem;
    margin-left: 0.4rem;
    background: url(/wp-content/uploads/2021/08/lang_arr.png) no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul:active a span {
    transform: rotate(180deg);
    transition: 0.3s all;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul:active a span {
    transform: rotate(180deg);
    transition: 0.3s all;
  }
  #site-header.hover .header-inner .toggle-wrapper .lang-wrapper ul a,
  #site-header.fixed .header-inner .toggle-wrapper .lang-wrapper ul a {
    color: #292929 !important;
  }
  #site-header.hover .header-inner .toggle-wrapper .lang-wrapper ul a,
  #site-header.fixed .header-inner .toggle-wrapper .lang-wrapper ul a {
    color: #292929 !important;
  }
  #site-header.hover .header-inner .toggle-wrapper .lang-wrapper ul a span,
  #site-header.fixed .header-inner .toggle-wrapper .lang-wrapper ul a span {
    display: inline-block;
    width: 1.3rem;
    height: 0.7rem;
    margin-left: 0.4rem;
    background: url(/wp-content/uploads/2021/08/lang_arr.png) no-repeat
      center center;
    background-size: 100% 100%;
  }

  /* Header Titles ----------------------------- */
  .header-titles-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0;
    text-align: center;
  }
  body:not(.enable-search-modal) .header-titles-wrapper {
    padding-left: 0;
    text-align: left;
  }
  .site-title,
  .site-logo,
  .site-description {
    margin: 0;
  }
  .site-title {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
  }
  .site-title a {
    color: inherit;
    display: block;
    width: 17.7rem;
    margin-left: 2rem;
    text-decoration: none;
    font-size: 1.6rem;
    color: transparent;
    position: relative;
    z-index: 10;
  }
  .site-title a::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 17.7rem;
    height: 1.6rem;
    background: url(/wp-content/uploads/2021/07/logo_over.svg) no-repeat
      center center;
    background-size: 100% 100%;
    content: "";
    transform: translateY(-50%);
  }
  .site-title a:hover,
  .site-title a:focus {
    text-decoration: underline;
  }
  /*--------------------------------------------------------------------------------반반*/
  .site-description {
    margin-top: 1rem;
    color: #6d6d6d;
    font-size: 1.8rem;
    font-weight: 500;
    display: none;
    letter-spacing: -0.0311em;
    transition: all 0.15s linear;
  }
  .site-logo a,
  .site-logo img {
    display: block;
  }
  .header-titles .site-logo .site-logo {
    margin: 0;
  }
  .site-logo img {
    max-height: 6rem;
    margin: 0 auto;
    width: auto;
  }
  body:not(.enable-search-modal) .site-logo img {
    margin: 0;
  }
  .header-inner .toggle {
    overflow: visible;
    padding: 0 2rem;
  }
  .header-inner .toggle svg {
    display: block;
    position: relative;
    z-index: 1;
  }
  .header-inner .toggle path {
    fill: currentColor;
  }

  #site-header .search-toggle .toggle-inner {
    display: block;
    width: 2.45rem;
    height: 2.3rem;
    position: relative;
    background: url(/wp-content/uploads/2021/10/ico_search.png) no-repeat center
      center;
    background-size: 100% 100%;
  }
  #site-header:hover .search-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/10/ico_search.png) no-repeat center
      center;
    background-size: 100% 100%;
  }
  #site-header.fixed .search-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/10/ico_search.png) no-repeat center
      center;
    background-size: 100% 100%;
  }
  #site-header .nav-toggle .toggle-inner {
    display: block;
    width: 2.05rem;
    height: 1.85rem;
    position: relative;
    background: url(/wp-content/uploads/2021/08/m_ico_menu.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  #site-header:hover .nav-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_ico_menu.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  #site-header.fixed .nav-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_ico_menu.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-menu-modal #site-header .nav-toggle .toggle-inner {
    display: block;
    width: 2.05rem;
    height: 1.85rem;
    position: relative;
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-menu-modal #site-header:hover .nav-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-menu-modal #site-header.fixed .nav-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-search-modal #site-header .search-toggle .toggle-inner {
    display: block;
    width: 2.05rem;
    height: 1.85rem;
    position: relative;
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-search-modal #site-header:hover .search-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-search-modal #site-header.fixed .search-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-menu-modal #site-header .search-toggle {
    display: none;
  }
  .showing-search-modal #site-header .nav-toggle {
    display: none;
  }
  .showing-search-modal #site-header .search-toggle {
    right: 0;
  }
  .toggle-icon {
    display: block;
    overflow: hidden;
  }
  .toggle-inner .toggle-text {
    color: #6d6d6d;
    font-size: 0;
    font-weight: 600;
    position: absolute;
    top: calc(100% + 0.5rem);
    width: auto;
    white-space: nowrap;
    word-break: break-all;
  }
  .overlay-header .toggle-text {
    color: inherit;
  }
  .header-inner .toggle:focus .toggle-text,
  .header-inner .toggle:hover .toggle-text {
    text-decoration: underline;
  }

  /* Search Toggle ----------------------------- */

  .search-toggle {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 6.6rem;
    top: 0;
  }
  .search-toggle .toggle-icon,
  .search-toggle svg {
    height: 2.5rem;
    max-width: 2.3rem;
    width: 2.3rem;
  }

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

  .nav-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 6.6rem;
  }
  .nav-toggle .toggle-icon,
  .nav-toggle svg {
    height: 0.8rem;
    width: 2.6rem;
  }
  .nav-toggle .toggle-inner {
    padding-top: 0;
  }

  /* Primary Menu ---------------------------- */

  .primary-menu-wrapper {
    /*            display: none;*/
  }
  ul.primary-menu {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0;
    margin: 0 0 0 15rem;
    display: flex;
    justify-content: center;
  }
  .primary-menu:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .primary-menu li {
    float: left;
    font-size: inherit;
    line-height: 1.25; /*	position: relative;*/
  }
  .primary-menu > li {
    margin: 0 1.5%;
  }
  .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
  }
  .primary-menu > li > .icon {
    right: -0.5rem;
    top: calc(50% - 0.4rem);
    display: none;
  }
  .primary-menu > li > ul {
    padding: 0;
  }
  .primary-menu > li > ul li a {
    font-size: 1.4rem;
    line-height: 4.85rem;
  }
  .primary-menu a {
    color: inherit;
    display: block;
    font-size: 2rem;
    line-height: 2rem;
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
    color: #ffffff !important;
  }
  .primary-menu li > a {
    position: relative;
    line-height: 6rem;
  }
  .primary-menu li > a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0.3rem;
    background: #4fb2c9;
    opacity: 0;
    transition: 0.3s all;
  }
  .primary-menu li > a.on::after {
    opacity: 1;
    left: 0;
    width: 100%;
    transition: 0.3s all;
  }
  .primary-menu > li > ul li a::after {
    display: none;
  }

  #site-header.hover .primary-menu a {
    color: #1c1c1c !important;
  }
  #site-header.hover .site-title a::after {
    background: url(/wp-content/uploads/2021/07/logo_over.svg) no-repeat
      center center;
  }
  #site-header.fixed .primary-menu a {
    color: #1c1c1c !important;
  }
  #site-header.fixed .site-title a::after {
    background: url(/wp-content/uploads/2021/07/logo_over.svg) no-repeat
      center center;
  }

  .primary-menu a:hover,
  .primary-menu a:focus,
  .primary-menu .current_page_ancestor {
    /*	text-decoration: underline;*/
  }
  .primary-menu li.current-menu-item > a,
  .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    /*	text-decoration: underline;*/
  }
  .primary-menu li.current-menu-item > a:hover,
  .primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
  .primary-menu li.current-menu-item > a:focus,
  .primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
    text-decoration: none;
  }

  /* SUB MENU */

  .primary-menu ul {
    display: flex;
    justify-content: center;
    height: 0;
    text-align: center;
    box-sizing: border-box;
    border-top: 0.1rem solid #b2b2b2;
    background: #ffffff;
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 6rem;
    padding-top: 6rem;
    transform: translateY(0);
    transition: 0.4s all;
    width: 100%;
    z-index: 1;
  }
  .primary-menu li.menu-item-has-children:hover > ul,
  .primary-menu li.menu-item-has-children:focus > ul,
  .primary-menu li.menu-item-has-children.focus > ul {
    right: 0;
    opacity: 1;
    height: 4.8rem;
    transition: 0.4s all;
  }
  .primary-menu ul {
  }
  .primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    display: block; /*	padding: 1rem 2rem;*/
    transition: background-color 0.15s linear;
    width: 100%;
    color: #1c1c1c !important;
  }
  .primary-menu ul li {
    margin-right: 5rem;
  }
  .primary-menu ul li.menu-item-has-children > a {
    padding-right: 4.5rem;
  }
  .primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
  }

  /* DEEP DOWN */

  .primary-menu ul ul {
    top: -1rem;
  }
  .primary-menu ul li.menu-item-has-children:hover > ul,
  .primary-menu ul li.menu-item-has-children:focus > ul,
  .primary-menu ul li.menu-item-has-children.focus > ul {
    right: calc(100% + 2rem);
  }
  .primary-menu ul ul::before {
    bottom: 0;
    height: auto;
    left: auto;
    right: -2rem;
    top: 0;
    width: 2rem;
  }
  .primary-menu ul ul::after {
    border-bottom-color: transparent; /*rtl:ignore*/
    border-left-color: #000;
    bottom: auto;
    right: -1.6rem;
    top: 2rem;
  }
  .rtl .primary-menu ul ul::after {
    transform: rotate(180deg);
  }

  /*
         * Enable nav submenu expansion with tapping on arrows on large-viewport
         * touch interfaces (e.g. tablets or laptops with touch screens).
         * These rules are supported by all browsers (>IE11) and when JS is disabled.
         */

  /* Repeat previous rules for IE11 (when JS enabled for polyfill). */
  body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    padding-right: 0; /*	margin-right: 2rem;*/
  }
  body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
  }

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

  /*	5. Menu Modal
/* -------------------------------------------------------------------------- */

  .menu-modal {
    background: #fff;
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 99;
  }
  .admin-bar .menu-modal {
    top: 32px;
  }

  @media (max-width: 782px) {
    .admin-bar .menu-modal {
      top: 46px;
    }
  }

  .menu-modal.show-modal {
    display: block;
  }
  .menu-modal.active {
    left: 0;
    top: 6rem;
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out;
  }
  .menu-modal-inner {
    position: relative;
    background: #fff;
    display: block;
    width: 100%; /*                min-height: calc(100vh - 6rem);*/
  }
  .menu-wrapper {
    display: flex;
    padding: 0 0;
    min-height: calc(100vh - 6rem);
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  button.close-nav-toggle {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 3.1rem 0;
    width: 100%;
  }
  button.close-nav-toggle svg {
    height: 1.6rem;
    width: 1.6rem;
  }
  button.close-nav-toggle .toggle-text {
    margin-right: 1.6rem;
  }

  .menu-modal .menu-top {
    display: table;
    width: 100%;
    height: 5rem;
    padding: 0 2rem;
    background: #f3f3f3;
  }
  .menu-modal .menu-top .lang-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  .menu-modal .menu-top .lang-wrapper .lang-inner {
    margin: 0;
  }
  .menu-modal .menu-top .lang-wrapper .lang-inner:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .menu-modal .menu-top .lang-wrapper .lang-inner li {
    list-style: none;
    margin: 0 1.5rem 0 0;
    float: left;
  }
  .menu-modal .menu-top .lang-wrapper .lang-inner li a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #434242 !important;
    padding: 0.5rem 0.7rem;
    background: #ffffff;
    border-radius: 0.7rem;
    border: 0.1rem solid #c4c4c5;
  }
  .menu-modal .menu-top .lang-wrapper .lang-inner li a.on {
    color: #ffffff !important;
    background: #00b4ca;
    border: none;
  }

  /* Main Menu --------------------------------- */

  .modal-menu {
    position: relative;
    left: 0;
    width: 100%;
  }
  .modal-menu li {
    display: block;
    margin: 0;
  }
  .modal-menu > li > a,
  .modal-menu > li > .ancestor-wrapper > a {
    padding: 2rem 0;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.0375em;
    color: #1c1c1c !important;
  }
  .modal-menu > li:last-child {
    border-bottom-width: 0.1rem;
  }
  .modal-menu .ancestor-wrapper {
    display: block;
    width: 100%;
    padding: 0 2rem;
  }
  .modal-menu a {
    display: block;
    padding: 2rem 2.5rem;
    text-decoration: none;
    width: 100%;
  }
  .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
    position: absolute;
    top: 2.4rem;
    right: 1.5rem;
    width: 1.6rem;
    height: 0.9rem;
    margin: 0;
    padding: 0;
    background: url("/wp-content/uploads/2021/08/m_menu_arr.png")
      no-repeat center center;
    background-size: 100% 100%;
    border: none;
  }
  .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle.active {
    /*  background:url('/wp-content/uploads/2021/08/m_menu_arr.png') no-repeat center center; background-size:100% 100%;*/
    transform: rotate(180deg);
  }
  .modal-menu ul {
    display: none;
    margin: 0;
    width: 100%;
  }
  .modal-menu ul li {
    border-left-width: 1rem;
  }
  .modal-menu ul li a {
    color: inherit;
    font-weight: 400;
    text-decoration: underline;
    color: #1c1c1c !important;
    font-size: 1.5rem;
    padding: 1rem;
  }

  /* Main menu animation ----------------------- */

  .menu-wrapper .menu-item {
    position: relative;
    border: none;
  }
  .menu-wrapper .active {
    display: block;
  }
  .menu-wrapper .sub-menu {
    background: #f3f3f3;
  }
  .menu-wrapper.is-toggling {
    pointer-events: none;
  }
  .menu-wrapper.is-toggling .menu-item {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
    width: auto;
  }
  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 250ms;
  }
  .menu-wrapper.is-animating .menu-item {
    transition-property: transform;
  }
  .menu-wrapper.is-toggling .toggling-target {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .menu-wrapper.is-toggling .toggling-target.active {
    opacity: 0;
  }
  .menu-wrapper.is-animating.is-toggling .toggling-target {
    display: block;
    transition-property: opacity;
    opacity: 0;
  }
  .menu-wrapper.is-animating.is-toggling .toggling-target.active {
    opacity: 1;
  }
  .menu-wrapper.is-toggling .modal-menu > li:last-child li {
    border-top-color: transparent;
    border-bottom-width: 0.1rem;
  }

  @media (prefers-reduced-motion: reduce) {
    .menu-wrapper.is-animating .menu-item,
    .menu-wrapper.is-animating .toggling-target {
      transition-duration: 1ms !important;
    }
  }

  /* Expanded Menu ----------------------------- */

  .expanded-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }

  /* Menu Bottom ------------------------------- */

  .menu-bottom {
    display: block;
    padding: 0 0;
    margin-bottom: auto;
  }
  .menu-bottom nav {
    width: 100%;
  }
  .menu-copyright {
    display: none;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
  }
  .menu-copyright a:focus,
  .menu-copyright a:hover {
    text-decoration: underline;
  }
  .menu-bottom .social-menu {
    justify-content: center;
  }
  .menu-last {
    /*  position:absolute; bottom:0;*/
    width: 100%;
    padding: 0 2rem;
  }
  .menu-last .subscribe_box {
    margin-bottom: 0.8rem;
  }
  .menu-last .subscribe_box button {
    width: 100%;
    height: 6.25rem;
    padding: 0;
    background: #00b4cb;
  }
  .menu-last .subscribe_box button span {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 6.25rem;
  }
  .menu-last .subscribe_box.en button span {
    text-transform: none;
  }
  .menu-last .subscribe_box button span:before {
    position: relative;
    top: 0.5rem;
    display: inline-block;
    content: "";
    width: 3rem;
    height: 2.1rem;
    margin-right: 1.7rem;
    background: url("/wp-content/uploads/2021/08/m_menu_letter.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .menu-last .sns_box {
    width: 100%;
    height: 6rem;
  }
  .menu-last .sns_box > div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 1.2rem;
  }
  .menu-last .sns_box .logo_box {
    width: 11.25rem;
    height: 1.8rem;
    padding-right: 2rem;
  }
  .menu-last .sns_box .logo_box a {
    display: block;
    width: 11.25rem;
    height: 1.8rem;
    background: url("/wp-content/uploads/2021/08/m_menu_logo.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .menu-last .sns_box .logo_box.en {
    width: 11.25rem;
    height: 1.8rem;
    padding-right: 2rem;
  }
  .menu-last .sns_box .logo_box.en a {
    display: block;
    width: 11.25rem;
    height: 1.8rem;
    background: url("/wp-content/uploads/2021/12/foot_logo_en.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .menu-last .sns_box .sns_list {
  }
  .menu-last .sns_box .sns_list:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .menu-last .sns_box .sns_list a {
    float: left;
    display: block;
    width: 2.85rem;
    height: 2.85rem;
    margin-right: 2.6rem;
    font-size: 0;
    color: transparent !important;
    background-image: url("/wp-content/uploads/2021/08/m_menu_sns.png");
    background-size: auto 2.85rem;
  }
  .menu-last .sns_box .sns_list a.sns_fb {
    background-position-x: 0;
  }
  .menu-last .sns_box .sns_list a.sns_yt {
    background-position-x: -5.5rem;
  }
  .menu-last .sns_box .sns_list a.sns_in {
    background-position-x: -10.8rem;
  }
  .menu-last .sns_box .sns_list a.sns_np {
    background-position-x: -16.3rem;
    margin-right: 0;
  }

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

  /*	6. Search Modal
        /* -------------------------------------------------------------------------- */

  .search-modal {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: -9999rem;
    top: 0;
    transition: opacity 0.2s linear, left 0s 0.2s linear;
    width: 100%;
    z-index: 999;
  }
  .admin-bar .search-modal.active {
    top: 32px;
  }

  @media (max-width: 782px) {
    .admin-bar .search-modal.active {
      top: 46px;
    }
  }

  .search-modal-inner {
    height: auto;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
  }
  .search-modal-inner .section-inner {
    position: relative;
    display: block;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 2rem;
  }
  .search-modal.active {
    left: 0;
    top: 6rem;
    opacity: 1;
    transition: opacity 0.2s linear;
  }
  .search-modal.active .search-modal-inner {
    display: flex;
    align-items: center;
    box-shadow: none;
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
  }
  button.search-untoggle {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: -2.5rem;
    padding: 0 2.5rem;
    display: none;
  }
  .search-modal button.search-untoggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    background: url("/wp-content/uploads/2021/08/ico_search_x.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .search-modal.active .search-untoggle {
  }
  .search-untoggle svg {
    height: 1.5rem;
    transition: transform 0.15s ease-in-out;
    width: 1.5rem;
  }
  .search-untoggle:focus svg,
  .search-untoggle:hover svg {
    transform: scale(1.15);
  }

  /* Modal Search Form ------------------------- */

  .search-modal form {
    margin: 3rem 0;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .search-modal .search-field {
    background: #f5f5f7;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: 1.6rem;
    letter-spacing: -0.0277em;
    height: 5rem;
    margin: 0;
    max-width: 100%;
    padding: 0 8rem 0 2rem;
    width: 100%;
    box-sizing: border-box;
  }
  .search-modal .search-field::-webkit-input-placeholder {
    color: inherit;
    color: #c4c4c4;
  }
  .search-modal .search-field:-ms-input-placeholder {
    color: inherit;
    color: #c4c4c4;
  }
  .search-modal .search-field::-moz-placeholder {
    color: inherit;
    color: #c4c4c4;
    line-height: 4;
  }
  .search-modal .search-submit {
    position: absolute;
    right: 2.6rem;
    top: 50%;
    width: 2.65rem;
    height: 2.85rem;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    background: url("/wp-content/uploads/2021/08/m_ico_search_btn.png")
      no-repeat center center;
    background-size: 100% 100%;
    font-size: 0;
    color: transparent;
  }
  .search-modal .search-submit:focus {
    /*	right: 0;*/
    outline: none;
  }
  .search-modal .tag_box {
    padding-bottom: 3rem;
  }
  .search-modal .tag_box:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .search-modal .tag_box a {
    float: left;
    display: block;
    margin: 0 2rem 1.5rem 0;
    padding: 0.8rem 1.8rem;
    font-size: 1.4rem;
    letter-spacing: -0.05rem;
    color: #1c1c1c;
    border-radius: 0.3rem;
    background: #f1f1f1;
  }
  .search-modal .tag_box a:before {
    content: "#";
  }

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

  /*	7a. Template: Cover Template
        /* -------------------------------------------------------------------------- */
  #site-content .text_page_wrap {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  .cover-header {
    display: flex;
    overflow: hidden;
  }
  .cover-header-inner-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
  }
  .cover-header-inner {
    padding: 9.5rem 0 3rem 0;
    width: 100%;
  }
  .cover-color-overlay,
  .cover-color-overlay::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .cover-color-overlay::before {
    background: currentColor;
    content: "";
    display: block;
  }
  .cover-header .entry-header {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .cover-header .entry-header * {
    font-size: 3.4rem;
    color: #333333;
  }
  body.template-cover .entry-header {
    background: transparent;
    padding: 0;
  }
  .cover-header h1,
  .cover-header h2,
  .cover-header h3,
  .cover-header h4,
  .cover-header h5,
  .cover-header h6,
  .cover-header .faux-heading {
    color: inherit;
  }
  .cover-header .entry-header a {
    color: inherit;
  }
  .cover-header .entry-subtit {
    margin-top: 5rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .entry-content.text_page_post {
    font-weight: 100;
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: LGSmartfonts !important;
  }
  .entry-content.text_page_post a {
    color: #0955e0;
  }
  .entry-content.text_page_post p {
    font-size: 1.5rem;
    line-height: 3rem;
    font-family: LGSmartfonts !important;
  }
  .entry-content.text_page_post table {
    font-size: 1.5rem;
    line-height: 3rem;
    font-family: LGSmartfonts !important;
    letter-spacing: -0.05rem;
  }
  .entry-content.text_page_post table tr th {
    font-weight: 700;
    background: #f4f4f4;
    padding: 1.6rem 4rem;
    box-sizing: border-box;
  }
  .entry-content.text_page_post table tr td {
    padding: 1.4rem 4rem;
    box-sizing: border-box;
  }
  /* To The Content ---------------------------- */

  .to-the-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.5rem);
  }
  .to-the-content {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 4rem;
    text-decoration: none;
  }
  .to-the-content svg {
    height: 2rem;
    transition: transform 0.15s linear;
    transform: translateY(0);
    width: 1.767rem;
  }
  .to-the-content:focus svg,
  .to-the-content:hover svg {
    transform: translateY(20%);
  }

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

  #site-content {
    overflow: hidden;
  }
  #site-content #kvBox {
  }
  #site-content #kvBox .item {
    width: 100%;
    height: 484px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #site-content #kvBox .item .item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    z-index: -1;
  }
  #site-content #kvBox .item .item_bg.pc_cont {
    display: block !important;
  }
  #site-content #kvBox .item .item_bg.mo_cont {
    display: none !important;
  }
  #site-content #kvBox .item.slick-active .item_bg {
    /*    transform:scale(1);*/
    animation-name: kvScale;
    animation-duration: 4s;
  }
  @keyframes kvScale {
    0% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  #site-content #kvBox .item a {
    display: block;
    width: 100%;
    height: 100%; /*    padding-top:94px;*/
    color: #fffefe;
    text-decoration: none;
  }
  #site-content #kvBox .item a .subject {
    display: table;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
  }
  #site-content #kvBox .item a .subject .subject_wrap {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 2.75rem;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text {
    width: 100%;
    margin-bottom: 2.2rem;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text.mo_tit {
    display: none;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text.pc_tit {
    display: block;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text .text_wrap {
    display: block;
    font-weight: 600;
    font-size: 3rem;
    line-height: 4.2rem;
    transform: translateY(0);
    opacity: 1;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text .text_wrap em {
    font-size: 2rem;
    font-style: normal;
    line-height: 2rem;
  }
  #site-content
    #kvBox
    .item.slick-active
    a
    .subject
    .subject_wrap
    .text
    .text_wrap {
    animation-name: kvTitle;
    animation-duration: 1.2s;
  }
  #site-content #kvBox .item a .subject .subject_wrap .sub_text {
  }
  #site-content #kvBox .item a .subject .subject_wrap .sub_text.pc_cont {
    display: block !important;
  }
  #site-content #kvBox .item a .subject .subject_wrap .sub_text.mo_cont {
    display: none !important;
  }
  #site-content #kvBox .item a .subject .subject_wrap .sub_text .sub_text_wrap {
    display: block;
    width: 100%;
    font-weight: 200;
    font-size: 1.2rem;
    letter-spacing: -0.05rem;
    transform: translateY(0);
    opacity: 1;
  }
  #site-content
    #kvBox
    .item.slick-active
    a
    .subject
    .subject_wrap
    .sub_text
    .sub_text_wrap {
    animation-name: kvText;
    animation-duration: 1.2s;
  }
  #site-content #kvBox .item a .subject .subject_wrap .ico {
    position: relative;
    width: 4.2rem;
    margin-top: 3.4rem;
    border-bottom: 0.1rem solid #ffffff;
    transition: 0.3s all;
    transform: translateY(0);
    opacity: 1;
  }
  #site-content #kvBox .item.slick-active a .subject .subject_wrap .ico {
    animation-name: kvIco;
    animation-duration: 1.2s;
  }
  #site-content #kvBox .item a:hover .subject .subject_wrap .ico {
    width: 5.4rem;
    transition: 0.3s width;
  }
  #site-content #kvBox .item a .subject .subject_wrap .ico::after {
    position: absolute;
    bottom: 0.3rem;
    right: -0.2rem;
    width: 1.2rem;
    height: 0.1rem;
    background: #ffffff;
    transform: rotate(45deg);
    content: "";
  }
  #site-content #kvBox .item a .subject .subject_wrap.sizeRe .text .text_wrap {
    line-height: normal;
  }
  #site-content
    #kvBox
    .item
    a
    .subject
    .subject_wrap.sizeRe
    .text
    .text_wrap
    span {
    line-height: 4.2rem;
    display: block;
    margin-bottom: 0.8rem;
  }
  #site-content
    #kvBox
    .item
    a
    .subject
    .subject_wrap
    .text
    .text_wrap
    em.eng_em {
    line-height: 3rem;
  }
  @keyframes kvTitle {
    0% {
      transform: translateY(5rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes kvText {
    0% {
      transform: translateY(5rem);
      opacity: 0;
    }
    20% {
      transform: translateY(5rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes kvIco {
    0% {
      transform: translateY(5rem);
      opacity: 0;
    }
    40% {
      transform: translateY(5rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  #site-content #kvBox .slick-dots {
    bottom: 2rem;
    height: 1.8rem;
  }
  #site-content #kvBox .slick-dots li {
    width: 0.25rem;
    height: 1.8rem;
    margin: 0 0.25rem;
    background: #ffffff;
    transition: 0.3s width;
  }
  #site-content #kvBox .slick-dots li.slick-active {
    width: 0.5rem;
    height: 1.8rem;
    margin: 0 0.45rem;
    background: #0096aa;
    transition: 0.3s width;
  }
  #site-content #kvBox .slick-dots li button {
    display: none;
  }
  .recent_box {
    display: none;
  }
  /* index section01 */
  #sec01 {
  }
  .sec_box .sec_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
    transition: 0.3s all;
  }
  .sec_box .sec_wrap .sec_tit {
    position: relative;
  }
  .sec_box .sec_wrap .sec_tit h2 {
    margin: 5rem auto 1.7rem;
    font-size: 2rem;
    letter-spacing: 0.05rem;
  }
  .sec_box .sec_wrap .sec_tit .more_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec_box .sec_wrap .sec_tit .more_btn a {
    display: block;
    transform: rotate(0deg);
    transition: 0.3s all;
  }
  .sec_box .sec_wrap .sec_tit .more_btn a:hover {
    transform: rotate(180deg);
    transition: 0.3s all;
  }
  #sec01 .sec_wrap .sec_cont {
  }
  #sec01 .sec_wrap .sec_cont:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont {
    float: left;
    display: block;
    width: 49%;
    height: auto;
    margin: 0 0 2.75rem;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont:nth-child(3n-1) {
    margin: 0 0 2.75rem;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont:nth-child(2n) {
    margin-left: 2%;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a {
    display: block;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_thum {
    width: 100%; /*                height:21.65rem;*/
    height: 31.6vw;
    background-position: center center !important;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text {
    position: relative;
    height: 20.5rem;
    padding-top: 2rem;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.5s padding;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_cate {
    display: inline-block;
    height: 2.2rem;
    margin-bottom: 1.2rem;
    padding: 0 0.7rem;
    background: #4fb2c8;
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #ffffff;
    transition: 0.5s all;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_tit {
    display: inline-block;
    width: 100%;
    height: 2rem;
    margin-bottom: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2rem;
    line-height: 2rem;
    color: #1c1c1c;
    font-weight: 500;
    transition: 0.5s color;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_txt {
    white-space: normal;
    height: 5.5rem;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; /*    white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #1c1c1c;
    letter-spacing: -0.05rem;
    transition: 0.5s color;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_date {
    position: absolute;
    bottom: 2.2rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #6f6e6e;
    letter-spacing: 0.05rem;
    transition: 0.5s color;
  }
  #sec01 .sec_wrap .btn_more {
    margin: 0 0 3.8rem;
    padding: 0;
  }
  #sec01 .sec_wrap .btn_more a {
    position: relative;
    display: block;
    width: 19.25rem;
    height: 4.75rem;
    margin: 0 auto;
    text-align: center;
    line-height: 4.75rem;
    font-size: 1.4rem;
    color: #1d1c1c;
    border: 1px solid #1d1c1c;
    border-radius: 0;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
    transition: 0.3s all;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  #sec01 .sec_wrap .btn_more a span::after {
    display: inline-block;
    content: "";
    width: 1.8rem;
    height: 1rem;
    margin-top: -0.6rem;
    margin-left: 1.5rem;
    background: url(/wp-content/uploads/2021/07/more_arr.png) no-repeat center
      center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  #sec01 .sec_wrap .btn_more a span {
    position: relative;
    display: inline-block;
  }
  #sec01 .sec_wrap .btn_more a {
    transition: all 0.25s;
  }
  #sec01 .sec_wrap .btn_more a:hover {
    color: #00b4cb;
    border: 1px solid #00b4cb;
  }
  #sec01 .sec_wrap .btn_more a:hover span::after {
    background: url(/wp-content/uploads/2021/07/more_arr_over.png) no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }

  /* index section02 */
  #sec02 {
    position: relative; /*                height:68.4rem;*/ /*                height:58.7vw;*/
    height: 73.6vw;
    margin-bottom: 5rem;
  }
  #sec02::before {
    position: absolute;
    left: 0;
    top: 19.2rem;
    width: 100%; /*                height:49rem;*/
    height: 52vw;
    background: #00b4cb;
    content: "";
  }
  #sec02::after {
  }
  #sec02 .swiper_scroll_box {
    width: 100%;
    position: absolute;
    border-bottom: 0.1rem solid #ffffff;
    top: 70vw;
    left: 0;
  }
  #sec02 .swiper_scroll_box .swiper-scrollbar,
  #sec02 .swiper_scroll_box .swiper-scrollbar {
    position: unset;
    left: 0;
    bottom: 0.3rem;
    width: 100%;
    max-width: calc(100% - 4rem);
    height: 0.4rem;
    margin: 0 auto;
    padding: 0;
    background: transparent;
  }
  #sec02 .sec_wrap {
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  #sec02 .sec_wrap .sec_tit h2 {
    width: 100%;
    margin: 5rem auto 1.7rem;
  }
  #sec02 .sec_wrap .sec_cont {
    width: 100%;
  }
  #sec02 .sec_wrap .sec_cont .swiper-container {
    width: 100%; /*                height:60.6rem;*/
    height: 50vw;
    overflow: visible;
  }
  #sec02 .sec_wrap .sec_cont .swiper-container.pc_cont {
    display: none;
  }
  #sec02 .sec_wrap .sec_cont .swiper-container.mo_cont {
    display: block;
  }
  #sec02 .sec_cont .swiper-scrollbar {
    left: 0;
    bottom: -0.1rem;
    width: 100%;
    height: 0.4rem;
    background: transparent;
  }
  #sec02 .swiper-scrollbar-drag {
    border-radius: 0;
    background: #ffffff;
  }
  .w4pl-inner:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec02 .swiper-wrapper {
    /*    display:block;*/
  }
  #sec02 .one_cont {
    width: 90.5%;
  }
  #sec02 .recommend_cont {
    width: 100%;
    height: auto;
  }
  #sec02 .recommend_cont a:hover .cont_thum {
    -webkit-box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0);
    -moz-box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0);
    box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0);
    transition: 0.3s all;
  }
  #sec02 .recommend_cont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #sec02 .recommend_cont a .cont_thum {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
  }
  #sec02 .one_cont .recommend_cont a .cont_thum {
    width: 100%; /* height:56.1vw; */
    height: 47.4vw;
  }
  #sec02 .one_cont .recommend_cont.yt a .cont_thum {
    width: 100%;
    height: 47.4vw;
    margin-bottom: 0; /* height: 45.9vw; */ /*margin-bottom:7.85vw;*/
  }
  #sec02 .recommend_cont a .cont_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #sec02 .recommend_cont a .cont_text .cont_tit {
    margin-bottom: 0;
    padding: 0 2.5rem 1.8rem;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  #sec02 .one_cont .recommend_cont a .cont_text {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #sec02 .one_cont .recommend_cont a .cont_text .cont_tit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; /* display:none;*/
    width: 100%;
    height: 3.6rem;
    margin-bottom: 0;
    padding: 1.5rem 0 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #ffffff;
    font-weight: 500;
  }

  /* index section03 */
  #sec03 .sec_wrap .sec_tit h2 {
    margin: 5rem auto 1.7rem;
  }
  #sec03 .sec_wrap .sec_cont {
  }
  #sec03 .sec_wrap .sec_cont:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec03 .sec_wrap .sec_tit .more_btn a {
    width: 2.2rem;
    height: 2.2rem;
  }
  #sec03 .sec_wrap .sec_tit .more_btn a img {
    width: 2.2rem;
    height: 2.2rem;
  }
  #sec03 .sec_wrap .sec_cont .press_cont {
    float: none;
    display: block;
    width: 100%;
    height: 7rem;
    margin: 0;
  }
  #sec03 .sec_wrap .sec_cont .press_cont:nth-child(3n-1) {
    margin: 0 0 0;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a {
    display: block;
    height: 100%;
    border-bottom: 0.2rem solid #ffffff;
    transition: 0.3s all;
    border: none;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a:hover {
    border: none;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text {
    position: relative;
    height: auto;
    padding: 2rem 0 1.5rem;
    border-bottom: 0.1rem solid #848484;
    box-sizing: border-box;
  }
  #sec03 .sec_wrap .sec_cont .press_cont:first-child a .cont_text {
    border-top: 0.1rem solid #848484;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_tit {
    float: left;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 1.5rem;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #1c1c1c;
    font-weight: 500;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_txt {
    display: none;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info {
    float: left;
    position: unset;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #797979;
    letter-spacing: -0.05rem;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .pc_cont {
    display: none;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_info {
    color: #1d1c1c;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_bar {
    margin: 0 1rem;
    color: #606060;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_date {
    color: #797979;
    letter-spacing: 0.05rem;
  }

  /* 랜덤 콘텐츠 */
  #ranCont .sec_wrap {
    display: table;
    margin: 5rem auto 0;
  }
  #ranCont .sec_wrap .random_cont {
    width: 100%;
    height: 19.9rem;
    padding: 3rem 5rem;
    background: url("/wp-content/uploads/2021/11/random_cont_bg.png") no-repeat
      left center;
    background-size: auto 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #ranCont .sec_wrap .random_cont .text_box {
    width: 30rem;
    margin-right: 0;
    text-align: right;
  }
  #ranCont .sec_wrap .random_cont .random_tit {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 2.6rem;
    color: #ffffff;
  }
  #ranCont .sec_wrap .random_cont .random_txt {
    margin-bottom: 0;
    font-weight: 200;
    font-size: 1.7rem;
    line-height: 1.9rem;
    color: #ffffff;
    word-break: keep-all;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box {
    width: 28rem;
    height: 5rem;
    margin-bottom: 0;
    margin-top: 2rem;
    border-radius: 5rem;
    overflow: hidden;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a {
    display: block;
    width: 28rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 5rem;
    text-align: center;
    color: #00b4cb;
    background: #ffffff;
    transition: 0.3s all;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a:hover {
    background: #fafafa;
    transition: 0.3s all;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a span {
    display: inline-block;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a span:before {
    position: relative;
    top: 0.3rem;
    display: inline-block;
    content: "";
    width: 2.1rem;
    height: 1.6rem;
    margin-right: 1rem;
    background: url("/wp-content/uploads/2021/08/random_cont_ico.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a span:after {
    position: relative;
    top: 0.3rem;
    display: inline-block;
    content: "";
    width: 2rem;
    height: 1.9rem;
    margin-left: 1rem;
    background: url("/wp-content/uploads/2021/11/random_cont_arr.png") no-repeat
      center center;
    background-size: 100% 100%;
  }

  /* index section04 */
  #sec04 .sec_wrap {
    width: 100%;
  }
  #sec04 .sec_wrap .sec_tit h2 {
    width: 100%;
    max-width: 120rem;
    margin: 5rem auto 1.7rem;
    padding: 0;
    box-sizing: border-box;
  }
  #sec04 .sec_wrap .sec_cont {
    width: 100%;
    margin: 0 auto; /*            padding:0 3rem;*/
    box-sizing: border-box;
  }
  #sec04 .sec_wrap .sec_cont .media_slide {
    overflow: visible;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont {
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a {
    display: block;
    color: #1c1c1c;
    transition: 0.3s all;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_thumb {
    width: calc(100%);
    height: 44vw; /*                height:21rem;*/
    margin: 0;
    background-size: cover;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text {
    position: relative;
    display: block;
    height: auto;
    padding: 2rem 0;
    box-sizing: border-box;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    background: #00b4cb;
    display: block;
    z-index: -1;
    transition: 0.3s all;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a:hover {
    color: #ffffff;
    transition: 0.3s all;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a:hover
    .cont_text::before {
    height: 100%;
    transition: 0.3s all;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text p {
    margin: 0;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_mark {
    position: relative;
    width: 100%;
    height: 2.6rem;
    margin-bottom: 1rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    padding-left: 2rem;
    font-size: 1.5rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.naver-post::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.naver-post-en::before {
    content: "Naver Post";
    background: url(/wp-content/uploads/2021/07/ico_np.png) no-repeat left
      center;
    background-size: 1.7rem 1.7rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.linkedin::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.linkedin-en::before {
    content: "Linked in";
    background: url(/wp-content/uploads/2021/07/ico_in.png) no-repeat left
      center;
    background-size: 1.7rem 1.7rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.youtube::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.youtube-en::before {
    content: "YouTube";
    background: url(/wp-content/uploads/2021/07/ico_yt.png) no-repeat left
      center;
    background-size: 1.7rem 1.7rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.facebook::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.facebook-en::before {
    content: "Facebook";
    background: url(/wp-content/uploads/2021/07/ico_fb.png) no-repeat left
      center;
    background-size: 1.7rem 1.7rem;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_tit {
    margin-bottom: 1.3rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
    white-space: normal;
    height: 4.8rem;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    overflow: hidden;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_tag {
    position: unset;
    bottom: 0;
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: -0.02rem;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_tag
    span {
    display: inline-block;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_tag
    span::before {
    display: inline-block;
    content: "#";
  }
  /* footer ebiz */

  /* Clearing ---------------------------------- */

  /* 팝업 - 뉴스레터 */
  .layerPop {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6s);
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .layerPop .newsletter_pop {
    display: block;
    width: 94%;
    height: 67.7rem;
    background: #ffffff;
  }
  .layerPop .popup_box .pop_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4.4rem 2.6rem 4.6rem;
    box-sizing: border-box;
  }
  .layerPop .popup_box .pop_wrap .pop_x {
    position: absolute;
    top: 0;
    right: -5rem;
    font-size: 0;
    width: 3.8rem;
    height: 3.7rem;
    background: url("/wp-content/uploads/2021/08/ico_search_x_w.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .layerPop .popup_box .pop_wrap .top_box {
    margin-bottom: 3rem;
    text-align: center;
  }
  .layerPop .popup_box .pop_wrap .top_box .pop_tit {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
  .layerPop .popup_box .pop_wrap .top_box .pop_text {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box {
    margin-bottom: 2rem;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box .mid_tit {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box .mid_text {
    width: 100%;
    height: 18.6rem;
    margin-bottom: 2.4rem;
    padding: 2rem 1.6rem;
    font-size: 1.3rem;
    line-height: 2.5rem;
    letter-spacing: -0.05rem;
    box-sizing: border-box;
    background: #ededed;
    overflow-y: auto;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box .mid_check {
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .mid_box
    .mid_check
    input[type="checkbox"] {
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .mid_box
    .mid_check
    input[type="checkbox"]
    + label {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box {
    margin-bottom: 6rem;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box {
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box label {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box .input_box > * {
    float: left;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box input[id="userMail1"] {
    position: relative;
    display: block;
    width: 17rem;
    height: 3.6rem;
    padding: 0.5rem 1rem;
    border: 0.1rem solid #c4c4c5;
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .bot_box
    .mail_box
    input[id="userMail1"]
    + span {
    display: block;
    width: 2.2rem;
    height: 3.6rem;
    font-size: 1.3rem;
    line-height: 3.6rem;
    text-align: center;
    color: #171717;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box input[id="userMail2"] {
    display: block;
    width: 18rem;
    height: 3.6rem;
    margin-right: 1.7rem;
    padding: 0.5rem 1rem;
    border: 0.1rem solid #c4c4c5;
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .bot_box
    .mail_box
    input[id="userMail2"]:disabled {
    background: #eeeeee;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box select {
    display: block;
    width: 30rem;
    height: 3.6rem;
    padding: 0.5rem 1rem;
    border: 0.1rem solid #c4c4c5;
  }
  .layerPop .newsletter_pop .pop_wrap .btn_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .layerPop .newsletter_pop .pop_wrap .btn_box a {
    width: 9.8rem;
    height: 4rem;
    margin: 0 0.7rem;
    background: #ffffff;
    color: #171717;
    text-align: center;
    line-height: 4rem;
    border: 0.1rem solid #c4c4c5;
    box-sizing: border-box;
  }
  .layerPop .newsletter_pop .pop_wrap .btn_box a.submit_btn {
    background: #008b9e;
    color: #ffffff;
    border: none;
  }
  .layerPop .refusal_pop {
    display: block;
    width: 74.2rem;
    height: 36.5rem;
    background: #ffffff;
  }
  .layerPop .popup_box .pop_wrap .btn_box a {
    display: block;
    width: 9.8rem;
    height: 4rem;
    background: #ffffff;
    color: #171717;
    text-align: center;
    line-height: 4rem;
    border: 0.1rem solid #c4c4c5;
    box-sizing: border-box;
  }
  .layerPop .popup_box .pop_wrap .btn_box a.confirm_btn {
    background: #008b9e;
    color: #ffffff;
    border: none;
  }
  .layerPop .refusal_pop .pop_wrap {
    padding: 4.4rem 4rem;
  }
  .layerPop .refusal_pop .pop_wrap .top_box {
    text-align: left;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .pop_tit {
    margin-bottom: 4rem;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .pop_text {
    line-height: 2.5rem;
    margin-bottom: 3rem;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .small_text {
    margin-bottom: 7rem;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .small_text a {
    color: #0955e0;
  }

  body #site-footer {
    position: relative;
    height: 28.4rem;
    margin-top: 10rem;
    padding: 0;
    background-color: #d9dbdc;
  }
  body #site-footer .share_btn_box {
    position: fixed;
    bottom: 8.5rem;
    right: 2rem;
    width: 4.6rem;
    height: 4.6rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity;
  }
  body #site-footer .share_btn_box.on {
    position: fixed;
    bottom: 8.5rem;
    right: 2rem;
    width: 4.6rem;
    height: 4.6rem;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: 0.3s opacity;
  }
  body #site-footer .share_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
  }
  body #site-footer .share_btn_box a.share_btn {
    width: 4.6rem;
    height: 4.6rem;
    background: url("/wp-content/uploads/2021/08/m_share_ico.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a.share_btn.active {
    width: 4.6rem;
    height: 4.6rem;
    background: url("/wp-content/uploads/2021/08/m_share_x.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a + ul {
    position: absolute;
    top: auto;
    bottom: 4.6rem;
    left: 50%;
    width: 4.6rem;
    height: auto;
    margin: 0 0 0 -2.3rem;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.3s all;
  }
  body #site-footer .share_btn_box a.active + ul {
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
  }
  body #site-footer .share_btn_box a + ul li {
    list-style: none;
    margin: 0 0 0.5rem 0;
    line-height: 1;
  }
  body #site-footer .share_btn_box a + ul li a {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 3.3rem;
    transition: 0.3s all;
  }
  body #site-footer .share_btn_box a + ul li a:hover {
    -webkit-box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.6);
    transition: 0.3s all;
  }
  body #site-footer .share_btn_box a + ul li a.share_in {
    background: url("/wp-content/uploads/2022/04/m_share_in.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a + ul li a.share_fb {
    background: url("/wp-content/uploads/2021/08/m_share_fb.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a + ul li a.share_kt {
    background: url("/wp-content/uploads/2021/08/m_share_kt.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a + ul li a.share_tw {
    background: url("/wp-content/uploads/2021/08/m_share_tw.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a + ul li a.share_url {
    background: url("/wp-content/uploads/2021/08/m_share_url.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .go_top {
    position: fixed;
    bottom: 20rem;
    right: 2rem;
    width: 4.6rem;
    height: 4.6rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
  }
  body #site-footer .go_top.on {
    position: fixed;
    bottom: 20rem;
    right: 2rem;
    width: 4.6rem;
    height: 4.6rem;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: 0.3s opacity;
  }
  body #site-footer .go_top a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2021/08/m_go_top.png") no-repeat center
      center;
    background-size: 100% 100%;
    opacity: 1;
    transition: 0.3s opacity;
  }
  body #site-footer .go_top a:hover {
    opacity: 1;
    transition: 0.3s all;
  }
  body #site-footer .footer_wrap {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 3rem;
    box-sizing: border-box;
  }
  body #site-footer .footer_wrap.pc_cont {
    display: none;
  }
  body #site-footer .footer_wrap.mo_cont {
    display: block;
  }
  body #site-footer .footer_wrap ul {
    margin: 0;
    list-style: none;
  }
  body #site-footer .footer_wrap ul:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body #site-footer .footer_wrap ul li {
    float: left;
    margin: 0;
    list-style: none;
  }
  body #site-footer .footer_wrap ul li a {
    color: #3e3e3e;
    font-size: 1.4rem;
  }
  body #site-footer .footer_wrap .footer_cont {
  }
  body #site-footer .footer_wrap .footer_cont:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top {
    padding-top: 3rem;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .foot_link {
    float: none;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .foot_link ul li {
    float: left;
    margin-right: 2rem;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .foot_link ul li a {
    display: block;
    height: auto;
    font-size: 1.4rem;
    line-height: 3rem;
    letter-spacing: -0.03rem;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .sns_link {
    float: none;
    margin: 2.7rem 0 2.6rem;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .sns_link li {
    margin-left: 0;
    margin-right: 3.4rem;
    width: 3.4rem;
    height: 3.45rem;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .sns_link li a {
    display: block;
    width: 3.4rem;
    height: 3.45rem;
    border-radius: 4rem;
    background: #aeaeae;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .footer_logo {
    float: none;
    width: 15.5rem;
    padding-top: 0;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .footer_text {
    padding-top: 1.5rem;
    float: none;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .footer_text p {
    margin: 0;
    padding-top: 0;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: left;
  }
  /*---------------------------------------------------------------------------------------아름 작업1*/
  /* list page ebiz */
  .lgensol_content {
    padding-top: 9.5rem;
  }
  .lgensol_content .lgensol_content_wrap {
    margin: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .lgensol_content .lgensol_content_wrap.file_page {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title {
    position: relative;
  }
  .lgensol_content .lgensol_content_wrap.file_page .lgensol_content_title {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title h2 {
    display: inline-block;
    font-size: 2rem;
    margin: 0;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title h2 + span {
    margin-left: 0;
    margin-top: 1.5rem;
    font-size: 1.8rem;
    line-height: 3.3rem;
    color: #333333;
    display: block;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title .list_type {
    display: none;
  }
  .lgensol_content_wrap .lgensol_content_list {
    margin-top: 3rem;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list {
    display: flex;
    justify-content: left;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item {
    /*                width:100%;*/
    min-height: 38.5rem;
    height: auto;
    margin-bottom: 5rem;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .file_item_wrap {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list #FilePost {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
    background: #f1f1f1;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 6rem 2rem;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    .close_item {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    background: url("/wp-content/uploads/2021/08/ico_search_x.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p {
    display: block;
    width: 100%;
    max-width: 120rem;
    margin: 0;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p
    .alignnone,
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p
    .aligncenter {
    margin: 0 auto;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_img {
    position: relative;
    margin: 0 auto 5rem;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_img
    .img_down {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5.3rem;
    height: 5.3rem;
    padding: 0;
    background: url("/wp-content/uploads/2021/11/ico_file_down.png") no-repeat
      center center;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_title {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.05rem;
    color: #282828;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_sub {
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: -0.05rem;
    color: #282828;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item {
    display: inline-block;
    width: 48%;
    height: 46vw;
    min-height: auto;
    margin-bottom: 3rem;
    margin-right: 2.6%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item.on::after {
    position: absolute;
    left: 50%;
    bottom: -3.4rem;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-left: -1rem;
    border-top: 2rem solid none;
    border-bottom: 1.6rem solid #f1f1f1;
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item:last-child {
    margin-right: 0;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item a {
    width: 100%;
    height: 46vw;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb {
    display: table;
    width: 100%;
    height: 46vw;
    text-align: center;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb
    .item_tit {
    position: relative;
    display: table-cell;
    padding: 0 2rem;
    vertical-align: middle;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 2.6rem;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb
    .item_tit
    button {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 2.3rem;
    height: 2.3rem;
    padding: 0;
    background: url("/wp-content/uploads/2021/08/m_ico_file_down.png") no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb
    .item_tit
    button:hover {
    background: url("/wp-content/uploads/2021/08/m_ico_file_down.png") no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a:hover
    .item_thumb
    .item_tit {
    opacity: 1;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item:nth-child(4n),
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item4,
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item8 {
    margin-right: 0;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.normal_item:nth-child(3n-1) {
    margin: 0 3.5% 4rem;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item a .item_thumb {
    display: block;
    width: 100%;
    height: 21.35rem;
    background-size: cover;
    background-position: center center;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item a .item_text {
    position: relative;
    height: auto;
    padding: 1.5rem 0 3rem;
    box-sizing: border-box;
    transition: 0.3s padding;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a:hover
    .item_text {
    padding: 1.5rem 0;
    transition: 0.3s padding;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .block_type {
    display: block;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .vertical_type {
    display: none;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tit {
    font-size: 2rem;
    font-weight: 100;
    line-height: 2rem;
    color: #1c1c1c;
    transition: 0.3s all;
    font-weight: 700;
    margin-bottom: 1.25rem;
    max-height: 2rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_txt {
    display: block;
    font-size: 1.5rem;
    letter-spacing: -0.05rem;
    font-weight: 100;
    line-height: 2.25rem;
    color: #1c1c1c;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_cat {
    display: inline-block;
    height: 2.6rem;
    margin-bottom: 0.8rem;
    padding: 0 1rem;
    background: #4fb2c8;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #ffffff;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_date {
    position: unset;
    bottom: 3rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #6f6e6e;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tag {
    /*                position:absolute;*/
    position: unset;
    bottom: 0rem;
    font-size: 1.4rem;
    color: #00b4cb;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tag
    span {
    display: inline-block;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tag
    span::before {
    display: inline-block;
    content: "#";
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 0;
    content: "";
    background: #00b4cb;
    z-index: -1;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a:hover
    .item_text::before {
    height: 100%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a:hover
    .item_text
    .item_tit,
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a:hover
    .item_text
    .item_date,
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a:hover
    .item_text
    .item_tag {
    color: #ffffff;
    transition: 0.3s all;
  }
  .lgensol_content_wrap .btn_more {
    margin: 0 0 3.8rem;
    padding: 0;
  }
  .lgensol_content_wrap .btn_more a {
    position: relative;
    display: block;
    width: 19.25rem;
    height: 4.75rem;
    margin: 0 auto;
    text-align: center;
    line-height: 4.75rem;
    font-size: 1.4rem;
    color: #1d1c1c;
    border: 1px solid #1d1c1c;
    border-radius: 0;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
    transition: 0.3s all;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .lgensol_content_wrap .btn_more a span {
    position: relative;
    display: inline-block;
  }
  .lgensol_content_wrap .btn_more a {
    transition: all 0.25s;
  }
  .lgensol_content_wrap .btn_more a:hover {
    color: #00b4cb;
    border: 1px solid #00b4cb;
  }
  .lgensol_content_wrap .btn_more a:hover span::after {
    background: url(/wp-content/uploads/2021/07/more_arr_over.png) no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .view_post.post-inner {
    padding-top: 3rem;
  }
  .post_view_page {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding: 9rem 2rem 0;
    box-sizing: border-box;
    background: #ffffff;
  }
  .post_header {
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #c9c9c9;
  }
  .post_header .post_header_wrap {
    width: 100%;
  }
  .post_header .post_header_wrap .post-title {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -0.02rem;
    color: #211f1f;
  }
  .post_header .post_header_wrap .post-sub-title {
    font-size: 14px;
    margin: 0 auto;
  }
  .post_header .post_header_wrap .post_info {
    position: relative;
    margin-top: 0.8rem;
  }
  .post_header .post_header_wrap .post_info > div {
  }
  .post_header .post_header_wrap .post_info .left_info {
  }
  .post_header .post_header_wrap .post_info .left_info span {
    font-size: 1.3rem;
    line-height: 1.3rem;
    letter-spacing: -0.02rem;
    color: #211f1f;
  }
  .post_header .post_header_wrap .post_info .left_info span.post_date {
  }
  .post_header .post_header_wrap .post_info .left_info span.info_bar {
    margin: 0 1.8rem;
  }
  .post_header .post_header_wrap .post_info .left_info span.post_cate {
    color: #00b4cb;
  }
  .post_header .post_header_wrap .post_info .left_info span.post_cate a {
    color: #00b4cb;
  }

  .view_post .entry-content .bottom_info {
    position: relative;
    margin-top: 3.4rem;
    padding: 0 0 3.4rem; /*                border-bottom:0.1rem solid #c9c9c9; */
  }
  .view_post .entry-content .bottom_info .view_post_tag {
    position: relative;
  }
  .view_post .entry-content .bottom_info .view_post_tag a {
    display: inline-block;
    height: 3rem;
    margin-right: 2rem;
    margin-bottom: 1rem;
    padding: 0 2rem;
    border-radius: 0.6rem;
    background: #f1f1f1;
    color: #211f1f;
    font-size: 1.4rem;
    line-height: 3rem;
    transition: 0.3s all;
  }
  .view_post .entry-content .bottom_info .view_post_tag a:hover {
    background: #d6d6d6;
    transition: 0.3s all;
  }
  .view_post .entry-content .bottom_info .view_post_tag a:before {
    content: "#";
  }
  /* .view_post .entry-content .bottom_info .right_info {position: absolute;top: 0.5rem;right: 0;} */
  .view_post .entry-content .bottom_info .right_info:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .view_post .entry-content .bottom_info .right_info > div {
    float: left;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box {
    position: relative;
    margin-right: 1.6rem;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box a + ul {
    position: absolute;
    top: 4rem;
    left: 50%;
    width: 3.3rem;
    height: auto;
    margin: 0 0 0 -1.65rem;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.3s all;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a.active
    + ul {
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box a + ul li {
    list-style: none;
    margin: 0 0 0.5rem 0;
    line-height: 1;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a {
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 3.3rem;
    transition: 0.3s all;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_in {
    background: url("/wp-content/uploads/2022/04/view_share_in.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_fb {
    background: url("/wp-content/uploads/2021/08/view_share_fb.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_kt {
    background: url("/wp-content/uploads/2021/08/view_share_kt.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_tw {
    background: url("/wp-content/uploads/2021/08/view_share_tw.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_url {
    background: url("/wp-content/uploads/2021/08/view_share_url.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post .entry-content .bottom_info .right_info .print_btn_box {
  }
  .view_post .entry-content .bottom_info .right_info .print_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
    width: 1.9rem;
    height: 2rem;
    background: url("/wp-content/uploads/2021/07/view_print.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post .entry-content .bottom_info .right_info .down_btn_box {
    margin-right: 1.6rem;
  }
  .view_post .entry-content .bottom_info .right_info .down_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
    width: 1.9rem;
    height: 2rem;
    background: url("/wp-content/uploads/2021/08/view_down.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_view_page article {
    padding: 3rem 2rem;
  }
  .post_sd_cont {
    padding: 0 0;
  }
  .post_sd_cont .content_bottom .list_btn {
    margin: 4.8rem auto 6rem;
  }
  .post_sd_cont .content_bottom .list_btn a {
    display: block;
    width: 19.25rem;
    height: 4.8rem;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 4.8rem;
    color: #171717;
    border: 0.1rem solid #424242;
    transition: 0.3s all;
    text-align: center;
  }
  .post_sd_cont .content_bottom .list_btn a span {
  }
  .post_sd_cont .content_bottom .related_post {
    margin-bottom: 10rem;
  }
  .post_sd_cont .content_bottom .related_post .related_title {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: -0.05rem;
    color: #171717;
    line-height: 2rem;
  }
  .post_sd_cont .content_bottom .related_post .related_box {
    width: 100%;
  }
  .post_sd_cont .content_bottom .related_post .related_wrap:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .post_sd_cont .content_bottom .related_post .related_box {
    float: left;
    width: 19%;
    margin-right: 0;
  }
  .post_sd_cont .content_bottom .related_post .related_box:nth-child(2n-1) {
    margin-right: 1rem;
  }
  .post_sd_cont .content_bottom .related_post .related_box:nth-child(2n) {
    margin-left: 1rem;
  }
  .post_sd_cont .content_bottom .related_post .related_box:last-child {
    margin-right: 0;
  }
  .post_sd_cont .content_bottom .related_post .related_box a {
  }
  .post_sd_cont .content_bottom .related_post .related_box a .related_thumb {
    width: 100%;
    height: 20rem;
    margin-bottom: 1rem;
  }
  .post_sd_cont .content_bottom .related_post .related_box a .related_cat {
    height: 1.3rem;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #00b4cb;
  }
  .post_sd_cont .content_bottom .related_post .related_box a .related_tit {
    height: 3.6rem;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; /*    white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #171717;
  }
  .post_sd_cont .content_bottom .related_post .related_box a .related_date {
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: #a7a7a7;
  }
  .post_sd_cont .content_bottom .related_post .related_wrap.mo_cont {
    margin-bottom: 0;
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_wrap.mo_cont
    .slick-dots {
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_wrap.mo_cont
    .slick-dots
    li {
    width: 0.3rem;
    height: 1.9rem;
    margin: 0 0.5rem;
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_wrap.mo_cont
    .slick-dots
    li
    button {
    width: 0.3rem;
    height: 1.9rem;
    padding: 0;
    background: #aaaaaa;
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_wrap.mo_cont
    .slick-dots
    li.slick-active
    button {
    width: 0.5rem;
    height: 1.9rem;
    padding: 0;
    background: #00b4cb;
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_wrap.mo_cont
    .slick-dots
    li
    button:before {
    display: none;
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_wrap.mo_cont
    .slick-list
    .slick-track {
    margin-left: 0;
    margin-right: 0;
  }
  .post_sd_cont .content_bottom .post_bottom_box {
  }
  .post_sd_cont .content_bottom .post_bottom_box:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .post_sd_cont .content_bottom .post_bottom_box a {
    float: none;
    display: table;
    width: 100%;
    height: 7.2rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.05rem;
    background: #00b4cb;
    color: #ffffff;
    text-align: left;
  }
  .post_sd_cont .content_bottom .post_bottom_box a:last-child {
    margin-left: 0;
  }
  .post_sd_cont .content_bottom .post_bottom_box a:hover {
    background: #0096aa;
  }
  .post_sd_cont .content_bottom .post_bottom_box a span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 8.9rem;
  }
  .post_sd_cont .content_bottom .post_bottom_box a.subscribe_btn span::before {
    position: absolute;
    top: 50%;
    left: 2.75rem;
    display: inline-block;
    width: 4.3rem;
    height: 3rem;
    margin-top: -1.5rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/m_post_bottom_letter.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .post_bottom_box a.random_btn span::before {
    position: absolute;
    top: 50%;
    left: 3.4rem;
    display: inline-block;
    width: 3.65rem;
    height: 2.35rem;
    margin-top: -1.225rem;
    content: "";
    background: url("/wp-content/uploads/2022/03/m_post_bottom_random.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .post_bottom_box a.sns_btn span::before {
    position: absolute;
    top: 50%;
    left: 3.4rem;
    display: inline-block;
    width: 2.9rem;
    height: 3.25rem;
    margin-top: -1.625rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/m_post_bottom_sns.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .post_bottom_box a span::after {
    position: absolute;
    top: 50%;
    right: 5.7rem;
    display: inline-block;
    width: 2.9rem;
    height: 1rem;
    margin-top: -0.45rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/post_bottom_arr.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .post_bottom_box a span b {
  }

  /*  엔솔채널  */
  .lgensol_content_list .ensol_ch {
    width: 100%;
    height: 75.5rem;
    padding: 1.5rem 1.45rem 12.2rem;
    background-size: auto 100%;
    box-sizing: border-box;
  }
  .lgensol_content_list .ensol_ch.en {
    width: 100%;
    height: 62.5rem;
    padding: 1.5rem 1.45rem 12.2rem;
    background-size: auto 100%;
    box-sizing: border-box;
  }
  .lgensol_content_list .ensol_ch:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .lgensol_content_list .ensol_ch.en:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .lgensol_content_list .ensol_ch .btn_wrap {
    float: right;
    width: 100%;
  }
  .lgensol_content_list .ensol_ch.en .btn_wrap {
    float: right;
    width: 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box {
    width: 100%;
    height: 10.1rem;
    background: #ffffff;
    box-sizing: border-box;
    margin: 2.75rem 0 0;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_yt {
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in {
    margin: 2.75rem 0;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_fb {
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_np {
    margin: 2.75rem 0 0;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_insta {
    margin: 2.75rem 0 0;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a {
    display: block;
    width: 100%;
    height: 10.1rem;
    padding: 1.9rem 0;
    background: #ffffff;
    box-sizing: border-box;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p {
    padding-left: 7rem;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit {
    position: relative;
    display: inline-block;
    margin-bottom: 0.7rem;
    font-size: 1.35rem;
    line-height: 1.35rem;
    letter-spacing: -0.05rem;
    color: #00b4cb;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit::before {
    position: absolute;
    top: -0.3rem;
    left: 1.4rem;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_yt a p.ch_tit::before {
    display: inline-block;
    width: 4.25rem;
    height: 4.3rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_yt.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in a p.ch_tit::before {
    display: inline-block;
    width: 4.25rem;
    height: 4.3rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_in.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_fb a p.ch_tit::before {
    display: inline-block;
    width: 4.25rem;
    height: 4.3rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_fb.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_np a p.ch_tit::before {
    display: inline-block;
    width: 4.25rem;
    height: 4.3rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_np.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list
    .ensol_ch
    .btn_wrap
    .btn_box.btn_insta
    a
    p.ch_tit::before {
    display: inline-block;
    width: 4.25rem;
    height: 4.3rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_insta.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit::after {
    position: absolute;
    top: -0.5rem;
    right: -5.7rem;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_yt a p.ch_tit::after {
    display: none;
    width: 5rem;
    height: 2.3rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_yt_1.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in a p.ch_tit::after {
    display: none;
    width: 5rem;
    height: 2.3rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_in_1.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_fb a p.ch_tit::after {
    display: none;
    width: 5rem;
    height: 2.3rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_fb_1.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_np a p.ch_tit::after {
    display: none;
    width: 5rem;
    height: 2.3rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_np_1.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit b {
    font-weight: 700;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_txt {
    min-height: 2rem;
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: -0.05rem;
    color: #333333;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_go {
    position: relative;
    display: inline-block;
    font-size: 1.15rem;
    line-height: 1;
    letter-spacing: -0.05rem;
    color: #333333;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_go:after {
    display: inline-block;
    width: 3.7rem;
    height: 1.3rem;
    margin-left: 1rem;
    content: "";
    background: url("/wp-content/uploads/2021/08/m_ensol_ch_arr.png") no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a:hover p.ch_go:after {
    margin-left: 1.8rem;
    transition: 0.3s all;
  }

  /* 검색결과 */
  .lgensol_content.search_content {
    padding-top: 15.5rem;
  }
  .lgensol_content.search_content .lgensol_content_wrap .lgensol_content_list {
    margin-top: 0;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title .search_result {
    width: 100%;
    margin-bottom: 1.6rem;
    font-size: 2rem;
    color: #333333;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .list_type {
    top: 0.7rem;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type {
    position: absolute;
    top: 0.7rem;
    right: 0;
    width: auto;
    display: none;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type
    a {
    font-size: 1.5rem;
    color: #333333;
    letter-spacing: -0.08rem;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type
    a:first-child::after {
    display: inline-block;
    content: "|";
    margin: 0 1.6rem;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type
    a.on {
    font-weight: 700;
  }
  .lgensol_content_wrap .section-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 66.7rem;
    height: auto;
  }
  .lgensol_content_wrap .section-inner .search-form {
    position: relative;
    width: 100%;
    max-width: 66.7rem;
    height: 7rem;
    margin: 0;
  }
  .lgensol_content_wrap .section-inner .search-form .search-field {
    border: none;
    font-size: 2rem;
    height: 7rem;
    font-family: LGSmartfonts;
    background: #f5f5f7;
    margin: 0;
    max-width: 66.7rem;
    padding: 0 8rem 0 2rem;
    width: 66.7rem;
    box-sizing: border-box;
  }
  .lgensol_content_wrap .section-inner .search-form .search-field:focus {
    border: 0.1rem solid #14bacf;
    background: #ffffff;
  }
  .lgensol_content_wrap .section-inner .search-submit {
    position: absolute;
    right: 2.6rem;
    top: 50%;
    width: 3.7rem;
    height: 3.9rem;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2021/08/ico_search_btn.png) no-repeat
      center center;
    background-size: 100% 100%;
    font-size: 0;
    color: transparent;
  }
  .lgensol_content_wrap .section-inner .recommand_tag {
    display: block;
    margin: 2rem auto 0;
  }
  .lgensol_content_wrap .section-inner .recommand_tag a {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 1rem;
    padding: 1rem 1.8rem;
    border-radius: 0.6rem;
    background: #f1f1f1;
    color: #211f1f;
  }

  /* 240719 팝업 모바일 */
  .layerPop .competition_pop .pop_wrap .bgImg{
    width: 100%;
    height: 100%;
  }

  .layerPop .competition_pop.popup_box .pop_wrap {
    padding: 0;
  }
  .layerPop .competition_pop .pop_wrap .bgImg {
    width: 100%;
    width: 100%;
    background-size: 100% 100%;
  }
  .layerPop .competition_pop .pop_wrap .btnBox div {
    height: 8.33vw;
  }
}
@media screen and (max-width: 720px) {
  .pc_cont {
    display: none !important;
  }
  .mo_cont {
    display: block !important;
  }
  /*	KSD_미디어쿼리 여기부터 모바일 부분부분 VW로 변경
            /* -------------------------------------------------------------------------- */
  /* 2030602 추가 */
  .entry-content h2,
  .entry-content p {
    line-height: 26px;
  }

  .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    padding: 0 5.55vw;
    box-sizing: border-box;
  }

  #site-header {
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 16.66vw;
    z-index: 2;
    transition: 0.4s all;
  }
  #site-header.hover {
    position: fixed;
    background: #ffffff;
    height: auto;
    transition: 0.4s all;
  }
  #site-header.fixed {
    position: fixed;
    background: #ffffff;
    height: auto;
    transition: 0.4s all;
  }

  .header-inner {
    max-width: 100%;
    height: 16.66vw;
    padding: 0;
    z-index: 100;
    display: table;
  }
  .header-inner .toggle-wrapper .lang-wrapper {
    display: none;
    position: absolute;
    left: auto;
    right: 25.33vw;
    top: 50%;
  }
  .header-inner .toggle-wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: visible;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul {
    height: 3rem;
    margin: 0;
    border-radius: 1.5rem;
    border: 0.1rem solid #cbcbcb;
    overflow: hidden;
    transition: 0.3s all;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul li {
    margin: 0;
    list-style: none;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul a {
    display: block;
    padding: 0 1.5rem;
    font-size: 1.3rem;
    line-height: 3rem;
    color: #292929 !important;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul li:last-child a {
    line-height: 2rem;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul a span {
    display: inline-block;
    width: 1.3rem;
    height: 0.7rem;
    margin-left: 0.4rem;
    background: url(/wp-content/uploads/2021/08/lang_arr.png) no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul:hover a span {
    transform: rotate(180deg);
    transition: 0.3s all;
  }
  .header-inner .toggle-wrapper .lang-wrapper ul:active a span {
    transform: rotate(180deg);
    transition: 0.3s all;
  }
  #site-header.hover .header-inner .toggle-wrapper .lang-wrapper ul a,
  #site-header.fixed .header-inner .toggle-wrapper .lang-wrapper ul a {
    color: #292929 !important;
  }
  #site-header.hover .header-inner .toggle-wrapper .lang-wrapper ul a,
  #site-header.fixed .header-inner .toggle-wrapper .lang-wrapper ul a {
    color: #292929 !important;
  }
  #site-header.hover .header-inner .toggle-wrapper .lang-wrapper ul a span,
  #site-header.fixed .header-inner .toggle-wrapper .lang-wrapper ul a span {
    display: inline-block;
    width: 1.3rem;
    height: 0.7rem;
    margin-left: 0.4rem;
    background: url(/wp-content/uploads/2021/08/lang_arr.png) no-repeat
      center center;
    background-size: 100% 100%;
  }

  /* Header Titles ----------------------------- */

  .header-titles-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0;
    text-align: center;
  }

  body:not(.enable-search-modal) .header-titles-wrapper {
    padding-left: 0;
    text-align: left;
  }

  .site-title,
  .site-logo,
  .site-description {
    margin: 0;
  }
  .site-title {
    font-size: 5.83vw;
    font-weight: 600;
    line-height: 1;
  }

  .site-title a {
    color: inherit;
    display: block;
    width: 49.16vw;
    margin-left: 5.56vw;
    text-decoration: none;
    font-size: 4.44vw;
    color: transparent;
    position: relative;
    z-index: 10;
  }
  .site-title a::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 49.16vw;
    height: 4.44vw;
    background: url(/wp-content/uploads/2021/07/logo_over.svg) no-repeat
      center center;
    background-size: 100% 100%;
    content: "";
    transform: translateY(-50%);
  }
  .site-title a:hover,
  .site-title a:focus {
    text-decoration: underline;
  }
  .site-description {
    margin-top: 0.27vw;
    color: #6d6d6d;
    font-size: 5vw;
    font-weight: 500;
    display: none;
    letter-spacing: -0.01vw;
    transition: all 0.15s linear;
  }
  .site-logo a,
  .site-logo img {
    display: block;
  }
  .header-titles .site-logo .site-logo {
    margin: 0;
  }

  .site-logo img {
    max-height: 16.66vw;
    margin: 0 auto;
    width: auto;
  }

  body:not(.enable-search-modal) .site-logo img {
    margin: 0;
  }

  .header-inner .toggle {
    overflow: visible;
    padding: 0 5.55vw 0 0;
  }
  .header-inner .toggle.search-toggle {
    overflow: visible;
    padding: 0 0;
  }
  .header-inner .toggle svg {
    display: block;
    position: relative;
    z-index: 1;
  }
  .header-inner .toggle path {
    fill: currentColor;
  }

  #site-header .search-toggle .toggle-inner {
    display: block;
    width: 6.8vw;
    height: 6.38vw;
    position: relative;
    background: url(/wp-content/uploads/2021/10/ico_search.png) no-repeat center
      center;
    background-size: 100% 100%;
  }
  #site-header:hover .search-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/10/ico_search.png) no-repeat center
      center;
    background-size: 100% 100%;
  }
  #site-header.fixed .search-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/10/ico_search.png) no-repeat center
      center;
    background-size: 100% 100%;
  }
  #site-header .nav-toggle .toggle-inner {
    display: block;
    width: 5.69vw;
    height: 5.13vw;
    position: relative;
    background: url(/wp-content/uploads/2021/08/m_ico_menu.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  #site-header:hover .nav-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_ico_menu.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  #site-header.fixed .nav-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_ico_menu.svg) no-repeat center
      center; /*                background-size:100% 100%;*/
    background-size: 100% auto;
  }
  .showing-menu-modal #site-header .nav-toggle .toggle-inner {
    display: block;
    width: 5.69vw;
    height: 5.13vw;
    position: relative;
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-menu-modal #site-header:hover .nav-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-menu-modal #site-header.fixed .nav-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-search-modal #site-header .search-toggle .toggle-inner {
    display: block;
    width: 5.69vw;
    height: 5.13vw;
    position: relative;
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-search-modal #site-header:hover .search-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-search-modal #site-header.fixed .search-toggle .toggle-inner {
    background: url(/wp-content/uploads/2021/08/m_cross.svg) no-repeat center
      center;
    background-size: 100% 100%;
  }
  .showing-menu-modal #site-header .search-toggle {
    display: none;
  }
  .showing-search-modal #site-header .nav-toggle {
    display: none;
  }
  .showing-search-modal #site-header .search-toggle {
    /*                right:0;*/
    z-index: 9999;
    right: 5.55vw;
  }
  .toggle-icon {
    display: block;
    overflow: hidden;
  }
  .toggle-inner .toggle-text {
    color: #6d6d6d;
    font-size: 0;
    font-weight: 600;
    position: absolute;
    top: calc(100% + 1.38vw);
    width: auto;
    white-space: nowrap;
    word-break: break-all;
  }
  .overlay-header .toggle-text {
    color: inherit;
  }
  .header-inner .toggle:focus .toggle-text,
  .header-inner .toggle:hover .toggle-text {
    text-decoration: underline;
  }

  #site-content #kvBox .item a .subject .subject_wrap.black01 .mo_tit,
  #site-content #kvBox .item a .subject .subject_wrap.black01 .mo_cont {
    color: #1c1c1c;
  }
  #site-content #kvBox .item a .subject .subject_wrap.black01 .ico {
    border-bottom: 0.1rem solid #1c1c1c;
  }
  #site-content #kvBox .item a .subject .subject_wrap.black01 .ico::after {
    background: #1c1c1c;
  }

  #site-content #kvBox .item a .subject .subject_wrap.white01 .mo_tit,
  #site-content #kvBox .item a .subject .subject_wrap.white01 .mo_cont {
    color: #fff;
  }
  #site-content #kvBox .item a .subject .subject_wrap.white01 .ico {
    border-bottom: 0.1rem solid #fff;
  }
  #site-content #kvBox .item a .subject .subject_wrap.white01 .ico::after {
    background: #fff;
  }

  #site-content #kvBox .item a .subject .subject_wrap .p_s {
    font-size: 4.17vw;
    line-height: 5.28vw;
    display: block;
  }

  /* Search Toggle ----------------------------- */

  .search-toggle {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 15.33vw;
    top: 0;
  }

  .search-toggle .toggle-icon,
  .search-toggle svg {
    height: 6.94vw;
    max-width: 6.38vw;
    width: 6.38vw;
  }

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

  .nav-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 11.329999999999998vw;
  }
  .nav-toggle .toggle-icon,
  .nav-toggle svg {
    height: 2.22vw;
    width: 7.22vw;
  }
  .nav-toggle .toggle-inner {
    padding-top: 0;
  }

  /* Primary Menu ---------------------------- */

  .primary-menu-wrapper {
    /*            display: none;*/
  }

  #site-header.hover .primary-menu a {
    color: #1c1c1c !important;
  }
  #site-header.hover .site-title a::after {
    background: url(/wp-content/uploads/2021/07/logo_over.svg) no-repeat
      center center;
  }
  #site-header.fixed .primary-menu a {
    color: #1c1c1c !important;
  }
  #site-header.fixed .site-title a::after {
    background: url(/wp-content/uploads/2021/07/logo_over.svg) no-repeat
      center center;
  }

  .primary-menu a:hover,
  .primary-menu a:focus,
  .primary-menu .current_page_ancestor {
    /*	text-decoration: underline;*/
  }
  .primary-menu li.current-menu-item > a,
  .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    /*	text-decoration: underline;*/
  }
  .primary-menu li.current-menu-item > a:hover,
  .primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
  .primary-menu li.current-menu-item > a:focus,
  .primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
    text-decoration: none;
  }

  /* SUB MENU */
  .primary-menu ul {
    display: flex;
    justify-content: center;
    height: 0;
    text-align: center;
    box-sizing: border-box;
    border-top: 0.138vw solid #b2b2b2;
    background: #fff;
    color: #fff;
    font-size: 4.72vw;
    opacity: 0;
    padding: 16.67vw 0 2.77vw;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 16.67vw;
    transform: translateY(0);
    transition: 0.4s;
    width: 100%;
    z-index: 1;
  }
  .primary-menu li.menu-item-has-children:hover > ul,
  .primary-menu li.menu-item-has-children:focus > ul,
  .primary-menu li.menu-item-has-children.focus > ul {
    right: 0;
    opacity: 1;
    height: 13.33vw;
    transition: 0.4s all;
  }
  .primary-menu ul {
  }
  .primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    display: block; /*	padding: 1rem 2rem;*/
    transition: background-color 0.15s linear;
    width: 100%;
    color: #1c1c1c !important;
  }
  .primary-menu ul li {
    margin-right: 13.89vw;
  }
  .primary-menu ul li.menu-item-has-children > a {
    padding-right: 12.5vw;
  }
  .primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 4.17vw;
    top: calc(50% - 1.39vw);
  }

  /* DEEP DOWN */

  .primary-menu ul ul {
    top: -2.78vw;
  }
  .primary-menu ul li.menu-item-has-children:hover > ul,
  .primary-menu ul li.menu-item-has-children:focus > ul,
  .primary-menu ul li.menu-item-has-children.focus > ul {
    right: calc(100% + 5.56vw);
  }
  .primary-menu ul ul::before {
    bottom: 0;
    height: auto;
    left: auto;
    right: -5.56vw;
    top: 0;
    width: 5.56vw;
  }
  .primary-menu ul ul::after {
    border-bottom-color: transparent; /*rtl:ignore*/
    border-left-color: #000;
    bottom: auto;
    right: -4.44vw;
    top: 5.56vw;
  }

  .rtl .primary-menu ul ul::after {
    transform: rotate(180deg);
  }
  /*
            * Enable nav submenu expansion with tapping on arrows on large-viewport
            * touch interfaces (e.g. tablets or laptops with touch screens).
            * These rules are supported by all browsers (>IE11) and when JS is disabled.
            */

  /* Repeat previous rules for IE11 (when JS enabled for polyfill). */
  body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    padding-right: 0; /*	margin-right: 2rem;*/
  }
  body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
    margin-right: 12.5vw;
    padding-right: 0;
    width: unset;
  }

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

  /* .lgensol_content_wrap.block_type .lgensol_content_list .item.normal_item:nth-child(3n) {margin: 0 0 4rem;} */

  /*	5. Menu Modal
            /* -------------------------------------------------------------------------- */

  .menu-modal {
    background: #fff;
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 99;
  }

  .admin-bar .menu-modal {
    top: 32px;
  }

  body #site-footer .footer_wrap .footer_cont .footer_logo img {
    width: 200px;
    height: 100%;
  }

  /* 20230607 추가 */
  .elementor-widget-container h2 {
    letter-spacing: unset;
  }
  .elementor-widget-container h2 span {
    font-size: 20px !important;
    letter-spacing: unset;
  }
  .elementor-widget-container p span {
    font-size: 14px !important;
  }
  .elementor-widget-container p strong {
    font-size: 20px !important;
    letter-spacing: unset;
  }
  .elementor-widget-container p strong span {
    font-size: 18px !important;
  }
  .desc-nps p {
    font-size: 3.06vw;
  }

  /* S: 20230602 뷰페이지 설문 */
  .nps {
    padding: 2.78vw;
    margin-bottom: 5.56vw;
  }
  .desc-nps p {
    font-size: 3.33vw;
  }
  .nps-radios {
    width: 100%;
    gap: 1.39vw;
    margin: 2.78vw 0;
  }
  .error-nps {
    margin: 9.78vw 0 2.78vw;
  }
  .error-nps::before {
    content: "점수를 선택해주세요" !important;
    color: #3ec2cf;
    margin: -10px 0 0;
    font-size: 2.54vw;
  }
  .nps .index {
    padding: 0.69vw 4.86vw;
    font-size: 3.33vw;
  }
  #results-nps {
    font-size: 2.78vw;
  }
  #youbil-computy {
    font-size: 3.78vw;
  }

  .nps-submit {
    background: #3ec2cf;
    margin: 2.78vw auto;
    width: 50%;
    height: auto;
    font-size: 2.78vw;
    line-height: 3.61vw;
  }
  .nps-submit:hover {
    background: #4886b1;
  }
  [id^="radio-"] + label .index {
    border: 1px solid #fff;
  }
  [id^="radio-"]:checked + label .index {
    color: #fff;
    border: 1px solid #000;
  }
  label .index:hover {
    border: 1px solid #000;
    color: #fff;
  }
  .chto {
    font-size: 2.22vw;
    margin-bottom: 2.78vw;
    font-weight: 600;
  }
  /* E: 20230602 뷰페이지 설문 */

  /* .nps {padding: 2.78vw;}
    .nps-radios {display: flex;align-items: center;justify-content: space-between;gap: 2%;margin: 1.38vw auto; width: 100%; max-width: 495px;}
    .nps-radios label { display: inline-block;}
    .nps .index {font-size: 2.78vw; padding: 0.7vw 0; margin: 0.7vw 0; width: 100%;}
    .nps-submit {height: auto; font-size: 2.78vw;}
    .chto {font-size: 2.22vw; margin-bottom: 2.78vw;} */

  .layerPop .nquestion_pop {
    width: 90%;
    height: 69.44vw;
    background-size: 100% auto;
  }
  .layerPop .bic_pop {
    width: 96%;
  }
  .layerPop .bic_pop.popup_box .pop_wrap {
    padding: 0;
  }
  .layerPop .bic_pop .pop_wrap .bgImg {
    width: 100%;
    height: 62.5vw;
    background-size: 100% 100%;
  }
  .layerPop .bic_pop .pop_wrap .btnBox div {
    height: 8.33vw;
  }

  @media (max-width: 782px) {
    .admin-bar .menu-modal {
      top: 46px;
    }
  }
  @media (max-width: 480px) {
    body #site-footer .footer_wrap .footer_cont .footer_logo img {
      width: 100%;
      height: 100%;
    }

    /* 20230607 추가 */
    /* .nps {padding: 4.17vw 5.21vw;}
        .desc-nps {font-size: 3.75vw; line-height: 5.21vw;}
        .nps-radios {margin: 1.38vw 0;}
        .nps .index {font-size: 2.92vw; padding: 1.04vw 4.58vw; margin: 0.7vw 0;}
        .nps-submit {height: auto; font-size: 3.3vw; padding: 2.08vw;}
        .chto {font-size: 2.92vw; margin-bottom: 4.17vw;} */
  }
  .menu-modal.show-modal {
    display: block;
  }
  .menu-modal.active {
    left: 0;
    top: 16.67vw !important;
    opacity: 1;
    right: 0; /*                height: calc(100vh + 26.67vw);*/
    transition: opacity 0.25s ease-out;
  }
  .menu-modal-inner {
    position: relative;
    background: #fff;
    display: block;
    width: 100%; /*                min-height: calc(100vh - 16.67vw);*/
  }
  .menu-wrapper {
    display: flex;
    padding: 0 0;
    min-height: calc(100vh - 16.67vw);
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  button.close-nav-toggle {
    display: block;
    font-size: 4.44vw;
    font-weight: 500;
    padding: 8.61vw 0;
    width: 100%;
  }
  button.close-nav-toggle svg {
    height: 4.44vw;
    width: 4.44vw;
  }
  button.close-nav-toggle .toggle-text {
    margin-right: 4.44vw;
  }

  .menu-modal .menu-top {
    display: table;
    width: 100%;
    height: 13.89vw;
    padding: 0 5.56vw;
    background: #f3f3f3;
  }
  .menu-modal .menu-top .lang-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  .menu-modal .menu-top .lang-wrapper .lang-inner {
    margin: 0;
  }
  .menu-modal .menu-top .lang-wrapper .lang-inner:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .menu-modal .menu-top .lang-wrapper .lang-inner li {
    list-style: none;
    margin: 0 4.17vw 0 0;
    float: left;
  }
  .menu-modal .menu-top .lang-wrapper .lang-inner li a {
    font-size: 3.89vw;
    font-weight: 500;
    color: #434242 !important;
    padding: 1.39vw 1.94vw;
    background: #ffffff;
    border-radius: 1.94vw;
    border: 0.28vw solid #c4c4c5;
  }
  .menu-modal .menu-top .lang-wrapper .lang-inner li a.on {
    color: #ffffff !important;
    background: #00b4ca;
    border: none;
  }

  /* Main Menu --------------------------------- */

  .modal-menu {
    position: relative;
    left: 0;
    width: 100%;
  }

  .modal-menu li {
    display: block;
    margin: 0;
  }
  .modal-menu > li > a,
  .modal-menu > li > .ancestor-wrapper > a {
    padding: 5.56vw 0;
    font-size: 4.72vw;
    font-weight: 400;
    letter-spacing: -0.01vw;
    color: #1c1c1c !important;
  }
  .modal-menu > li:last-child {
    border-bottom-width: 0.28vw;
  }
  .modal-menu .ancestor-wrapper {
    display: block;
    width: 100%;
    padding: 0 5.56vw;
  }
  .modal-menu a {
    display: block;
    padding: 5.56vw 6.94vw;
    text-decoration: none;
    width: 100%;
  }
  .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
    position: absolute; /*                top:6.67vw;*/
    top: 2.2vw;
    right: 4.17vw;
    width: 14.44vw;
    height: 10.5vw;
    margin: 0;
    padding: 0;
    background: url("/wp-content/uploads/2021/08/m_menu_arr.png")
      no-repeat center center; /*                background-size:100% 100%;*/
    background-size: 4.44vw 2.5vw;
    border: none;
  }
  .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle.active {
    /*   background:url('/wp-content/uploads/2021/08/m_menu_arr.png') no-repeat center center;  background-size:100% 100%; */
    transform: rotate(180deg);
  }
  .modal-menu ul {
    display: none;
    margin: 0;
    width: 100%;
  }
  .modal-menu ul li {
    border-left-width: 2.78vw;
  }
  .modal-menu ul li a {
    color: inherit;
    font-weight: 400;
    text-decoration: underline;
    color: #1c1c1c !important;
    font-size: 4.17vw;
    padding: 2.5vw 2.78vw;
  }

  /* Main menu animation ----------------------- */

  .menu-wrapper .menu-item {
    position: relative;
    border: none;
  }
  .menu-wrapper .active {
    display: block;
    padding: 3vw 0;
  }
  .menu-wrapper.is-toggling {
    pointer-events: none;
  }
  .menu-wrapper.is-toggling .menu-item {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
    width: auto;
  }
  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 250ms;
  }
  .menu-wrapper.is-animating .menu-item {
    transition-property: transform;
  }
  .menu-wrapper.is-toggling .toggling-target {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .menu-wrapper.is-toggling .toggling-target.active {
    opacity: 0;
  }
  .menu-wrapper.is-animating.is-toggling .toggling-target {
    display: block;
    transition-property: opacity;
    opacity: 0;
  }
  .menu-wrapper.is-animating.is-toggling .toggling-target.active {
    opacity: 1;
  }
  .menu-wrapper.is-toggling .modal-menu > li:last-child li {
    border-top-color: transparent;
    border-bottom-width: 0.28vw;
  }

  .layerPop .bic_pop .pop_wrap .btnBox label span,
  .layerPop .bic_pop .pop_wrap .btnBox a {
    font-size: 2.92vw;
  }

  @media (prefers-reduced-motion: reduce) {
    .menu-wrapper.is-animating .menu-item,
    .menu-wrapper.is-animating .toggling-target {
      transition-duration: 1ms !important;
    }
  }

  /* Expanded Menu ----------------------------- */

  .expanded-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  /* Menu Bottom ------------------------------- */

  .menu-bottom {
    display: block;
    padding: 0 0;
  }

  .menu-bottom nav {
    width: 100%;
  }

  .menu-copyright {
    display: none;
    font-size: 4.44vw;
    font-weight: 500;
    margin: 0;
  }
  .menu-copyright a:focus,
  .menu-copyright a:hover {
    text-decoration: underline;
  }
  .menu-bottom .social-menu {
    justify-content: center;
  }
  .menu-last {
    /*                position:absolute;*/
    bottom: 0;
    width: 100%;
    padding: 5vw 5.56vw 25vw;
  }
  .menu-last .subscribe_box {
    margin-bottom: 2.22vw;
  }
  .menu-last .subscribe_box button {
    width: 100%;
    height: 17.36vw;
    padding: 0;
    background: #00b4cb;
  }
  .menu-last .subscribe_box button span {
    font-weight: 400;
    font-size: 4.17vw;
    line-height: 17.36vw;
  }
  .menu-last .subscribe_box button span:before {
    position: relative;
    top: 1.39vw;
    display: inline-block;
    content: "";
    width: 8.33vw;
    height: 5.83vw;
    margin-right: 4.72vw;
    background: url("/wp-content/uploads/2021/08/m_menu_letter.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .menu-last .sns_box {
    width: 100%;
    height: 16.67vw;
  }
  .menu-last .sns_box > div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 3.33vw;
  }
  .menu-last .sns_box .logo_box {
    width: 31.25vw;
    height: 5vw;
    padding-right: 5.56vw;
  }
  .menu-last .sns_box .logo_box a {
    display: block;
    width: 31.25vw;
    height: 5vw;
    background: url("/wp-content/uploads/2021/08/m_menu_logo.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .menu-last .sns_box .logo_box.en {
    width: 32.02vw;
    height: 3.92vw;
    padding-right: 5.56vw;
  }
  .menu-last .sns_box .logo_box.en a {
    display: block;
    width: 32.02vw;
    height: 3.92vw;
    background: url("/wp-content/uploads/2021/12/foot_logo_en.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .menu-last .sns_box .sns_list {
  }
  .menu-last .sns_box .sns_list:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .menu-last .sns_box .sns_list a {
    float: left;
    display: block;
    width: 7.92vw;
    height: 7.92vw;
    margin-right: 6vw;
    font-size: 0;
    color: transparent !important;
    background-image: url("/wp-content/uploads/2021/08/m_menu_sns.png");
    background-size: auto 7.92vw;
  }
  .menu-last .sns_box .sns_list a.sns_fb {
    background-position-x: 0;
  }
  .menu-last .sns_box .sns_list a.sns_yt {
    background-position-x: -15.28vw;
  }
  .menu-last .sns_box .sns_list a.sns_in {
    background-position-x: -30vw;
  }
  .menu-last .sns_box .sns_list a.sns_np {
    background-position-x: -45.28vw;
    margin-right: 0;
  }

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

  /*	6. Search Modal
            /* -------------------------------------------------------------------------- */

  .search-modal {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: -9999rem;
    top: 0;
    transition: opacity 0.2s linear, left 0s 0.2s linear;
    width: 100%;
    z-index: 999;
  }
  .search-modal-inner {
    height: auto;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
  }
  .search-modal-inner .section-inner {
    position: relative;
    display: block;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 5.56vw;
  }
  .search-modal.active {
    left: 0;
    top: 16.67vw;
    opacity: 1;
    transition: opacity 0.2s linear;
  }
  .search-modal.active .search-modal-inner {
    display: flex;
    align-items: center;
    box-shadow: none;
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
  }

  button.search-untoggle {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: -6.94vw;
    padding: 0 6.94vw;
    display: none;
  }

  .search-modal button.search-untoggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 7.78vw;
    height: 7.78vw;
    padding: 0;
    background: url("/wp-content/uploads/2021/08/ico_search_x.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .search-modal.active .search-untoggle {
  }
  .search-untoggle svg {
    height: 4.17vw;
    transition: transform 0.15s ease-in-out;
    width: 4.17vw;
  }
  .search-untoggle:focus svg,
  .search-untoggle:hover svg {
    transform: scale(1.15);
  }

  /* Modal Search Form ------------------------- */

  .search-modal form {
    margin: 8.33vw 0;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .search-modal .search-field {
    background: #f5f5f7;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: 4.44vw;
    letter-spacing: -0.01vw;
    height: 13.89vw;
    margin: 0;
    max-width: 100%;
    padding: 0 17.56vw 0 5.56vw;
    width: 100%;
    box-sizing: border-box;
  }
  .search-modal .search-field::-webkit-input-placeholder {
    color: inherit;
    color: #c4c4c4;
  }
  .search-modal .search-field:-ms-input-placeholder {
    color: inherit;
    color: #c4c4c4;
  }
  .search-modal .search-field::-moz-placeholder {
    color: inherit;
    color: #c4c4c4;
    line-height: 4;
  }
  .search-modal .search-submit {
    position: absolute;
    right: 7.22vw;
    top: 50%;
    width: 7.36vw;
    height: 7.92vw;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    background: url("/wp-content/uploads/2021/08/m_ico_search_btn.png")
      no-repeat center center;
    background-size: 100% 100%;
    font-size: 0;
    color: transparent;
  }
  .search-modal .search-submit:focus {
    /*	right: 0;*/
    outline: none;
  }
  .search-modal .tag_box {
    padding-bottom: 8.33vw;
  }
  .search-modal .tag_box:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .search-modal .tag_box a {
    float: left;
    display: block;
    margin: 0 5.56vw 4.17vw 0;
    padding: 2.22vw 5vw;
    font-size: 3.89vw;
    letter-spacing: -0.01vw;
    color: #1c1c1c;
    border-radius: 0.83vw;
    background: #f1f1f1;
  }
  .search-modal .tag_box a:before {
    content: "#";
    font-size: 5vw;
  }

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

  /*	7a. Template: Cover Template
            /* -------------------------------------------------------------------------- */
  #site-content .text_page_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.55vw;
    box-sizing: border-box;
  }

  .cover-header {
    display: flex;
    overflow: hidden;
  }
  .cover-header-inner-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
  }
  .cover-header-inner {
    padding: 27.08vw 0 8.33vw 0;
    width: 100%;
  }

  .cover-color-overlay,
  .cover-color-overlay::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .cover-color-overlay::before {
    background: currentColor;
    content: "";
    display: block;
  }
  .cover-header .entry-header {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .cover-header .entry-header * {
    font-size: 5.55vw;
    color: #333333;
  }

  body.template-cover .entry-header {
    background: transparent;
    padding: 0;
  }

  .cover-header h1,
  .cover-header h2,
  .cover-header h3,
  .cover-header h4,
  .cover-header h5,
  .cover-header h6,
  .cover-header .faux-heading {
    color: inherit;
  }
  .cover-header .entry-header a {
    color: inherit;
  }
  .cover-header .entry-subtit {
    margin-top: 5vw;
    font-size: 3.6vw;
    line-height: 6.2vw;
  }
  .entry-content.text_page_post {
    font-weight: 100;
    font-size: 3.6vw;
    line-height: 6.2vw;
    font-family: LGSmartfonts !important;
  }
  .entry-content.text_page_post a {
    color: #0955e0;
  }
  .entry-content.text_page_post p {
    font-size: 3.2vw;
    line-height: 6vw;
    font-family: LGSmartfonts !important;
  }
  .entry-content.text_page_post table {
    font-size: 3.2vw;
    line-height: 6vw;
    font-family: LGSmartfonts !important;
    letter-spacing: -0.05rem;
  }
  .entry-content.text_page_post table tr th {
    font-weight: 700;
    background: #f4f4f4;
    padding: 2vw 2vw;
    box-sizing: border-box;
  }
  .entry-content.text_page_post table tr td {
    padding: 3vw 2vw;
    box-sizing: border-box;
  }
  /* To The Content ---------------------------- */

  .to-the-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1.39vw);
  }
  .to-the-content {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 11.11vw;
    text-decoration: none;
  }
  .to-the-content svg {
    height: 5.56vw;
    transition: transform 0.15s linear;
    transform: translateY(0);
    width: 4.91vw;
  }
  .to-the-content:focus svg,
  .to-the-content:hover svg {
    transform: translateY(20%);
  }

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

  #site-content {
    overflow: hidden;
  }

  #site-content #kvBox {
  }
  #site-content #kvBox .item {
    width: 100%;
    height: 151.38vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  #site-content #kvBox .item .item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    z-index: -1;
  }
  #site-content #kvBox .item .item_bg.pc_cont {
    display: none !important;
  }
  #site-content #kvBox .item .item_bg.mo_cont {
    display: block !important;
  }
  #site-content #kvBox .item.slick-active .item_bg {
    /*    transform:scale(1);*/
    animation-name: kvScale;
    animation-duration: 4s;
  }

  @keyframes kvScale {
    0% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  #site-content #kvBox .item a {
    display: block;
    width: 100%;
    height: 100%; /*    padding-top:94px;*/
    color: #fffefe;
    text-decoration: none;
  }
  #site-content #kvBox .item a .subject {
    display: table;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
  }
  #site-content #kvBox .item a .subject .subject_wrap {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 30vw 7.64vw;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    /* vertical-align: middle;                background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(254,138,21,0) 100%); */
  }
  #site-content #kvBox .item a .subject .subject_wrap .text {
    width: 100%;
    margin-bottom: 6.11vw;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text.pc_tit {
    display: none;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text.mo_tit {
    display: block;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text .text_wrap {
    display: block;
    font-weight: 600;
    font-size: 8.33vw;
    line-height: 11.67vw;
    transform: translateY(0);
    opacity: 1;
  }
  /* 20240806 추가 */
  #site-content #kvBox .item a .subject .subject_wrap .text .text_wrap:has(span.type01) {
    line-height: 10vw;
    font-size: 6.7vw;
  }
  #site-content #kvBox .item a .subject .subject_wrap .text .text_wrap em {
    font-size: 6.11vw;
    font-style: normal;
    line-height: 6.94vw;
  }
  #site-content
    #kvBox
    .item
    a
    .subject
    .subject_wrap
    .text
    .text_wrap
    em.eng_em {
    display: block;
    line-height: 7.11vw;
    font-size: 5.11vw;
  }
  /* 20240806 추가 */ 
  #site-content
    #kvBox
    .item
    a
    .subject
    .subject_wrap
    .text
    .text_wrap:has(span.type01)
    em.eng_em {
      font-size: 4.5vw;
  }

  #site-content #kvBox .item.en a .subject .subject_wrap .text .text_wrap {
    font-size: 6.8vw;
    line-height: 8.27vw;
  }
  #site-content
    #kvBox
    .item.slick-active
    a
    .subject
    .subject_wrap
    .text
    .text_wrap {
    animation-name: kvTitle;
    animation-duration: 1.2s;
  }
  #site-content #kvBox .item a .subject .subject_wrap .sub_text {
  }
  #site-content #kvBox .item a .subject .subject_wrap .sub_text.pc_cont {
    display: none !important;
  }
  #site-content #kvBox .item a .subject .subject_wrap .sub_text.mo_cont {
    display: block !important;
  }
  #site-content #kvBox .item a .subject .subject_wrap .sub_text .sub_text_wrap {
    display: block;
    width: 100%;
    font-weight: 200;
    font-size: 4vw;
    letter-spacing: -0.01vw;
    transform: translateY(0);
    opacity: 1;
  }
  #site-content
    #kvBox
    .item.slick-active
    a
    .subject
    .subject_wrap
    .sub_text
    .sub_text_wrap {
    animation-name: kvText;
    animation-duration: 1.2s;
  }
  #site-content #kvBox .item a .subject .subject_wrap .ico {
    position: relative;
    width: 11.8vw;
    margin-top: 9.44vw;
    border-bottom: 0.28vw solid #ffffff;
    transition: 0.3s all;
    transform: translateY(0);
    opacity: 1;
  }
  #site-content #kvBox .item.slick-active a .subject .subject_wrap .ico {
    animation-name: kvIco;
    animation-duration: 1.2s;
  }
  #site-content #kvBox .item a:hover .subject .subject_wrap .ico {
    width: 15vw;
    transition: 0.3s width;
  }
  #site-content #kvBox .item a .subject .subject_wrap .ico::after {
    position: absolute;
    bottom: 1.16vw;
    right: -0.8vw;
    width: 4.33vw;
    height: 0.28vw;
    background: #ffffff;
    transform: rotate(45deg);
    content: "";
  }
  #site-content #kvBox .item a .subject .subject_wrap.sizeRe .text .text_wrap {
    line-height: normal;
  }
  #site-content
    #kvBox
    .item
    a
    .subject
    .subject_wrap.sizeRe
    .text
    .text_wrap
    span {
    line-height: 11.67vw;
    display: block;
    margin-bottom: 1.39vw;
  }
  #site-content
    #kvBox
    .item
    a
    .subject
    .subject_wrap.sizeRe
    .text
    .text_wrap
    span.engLine {
    line-height: 9.67vw;
    margin-bottom: 0;
  }

  @keyframes kvTitle {
    0% {
      transform: translateY(13.89vw);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes kvText {
    0% {
      transform: translateY(13.89vw);
      opacity: 0;
    }
    20% {
      transform: translateY(13.89vw);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes kvIco {
    0% {
      transform: translateY(13.89vw);
      opacity: 0;
    }
    40% {
      transform: translateY(13.89vw);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  #site-content #kvBox .slick-dots {
    bottom: 5.56vw;
    height: 5vw;
  }
  #site-content #kvBox .slick-dots li {
    width: 0.69vw;
    height: 5vw;
    margin: 0 0.69vw;
    background: #ffffff;
    transition: 0.3s width;
  }
  #site-content #kvBox .slick-dots li.slick-active {
    width: 1.39vw;
    height: 5vw;
    margin: 0 1.25vw;
    background: #0096aa;
    transition: 0.3s width;
  }
  #site-content #kvBox .slick-dots li button {
    display: none;
  }

  .recent_box {
    display: none;
  }
  /*---------------------------------------------------------------------------------------아름 작업2*/
  /* index section01 */
  #sec01 {
  }
  .sec_box .sec_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.56vw;
    box-sizing: border-box;
    transition: 0.3s all;
  }
  .sec_box .sec_wrap .sec_tit {
    position: relative;
  }
  .sec_box .sec_wrap .sec_tit h2 {
    margin: 13.89vw auto 4.72vw;
    font-size: 5.56vw;
    letter-spacing: 0.05rem;
  }
  .sec_box .sec_wrap .sec_tit .more_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .sec_box .sec_wrap .sec_tit .more_btn a {
    display: block;
    transform: rotate(0deg);
    transition: 0.3s all;
  }
  .sec_box .sec_wrap .sec_tit .more_btn a:hover {
    transform: rotate(180deg);
    transition: 0.3s all;
  }
  #sec01 .sec_wrap .sec_cont {
  }
  #sec01 .sec_wrap .sec_cont:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 7.64vw;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont:nth-child(2n) {
    margin-left: 0;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont:nth-child(3n-1) {
    margin: 0 0 7.64vw;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a {
    display: block;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_thum {
    width: 100%;
    height: 60.14vw;
    background-position: center center !important;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text {
    position: relative; /*                height:56.94vw;*/
    height: auto;
    padding: 3vw 0 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.5s padding;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text {
    padding: 3vw 0 0;
    transition: 1s padding;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 61.11vw;
    width: 100%;
    height: 100%;
    padding-top: 6.94vw;
    box-sizing: border-box;
    background: #ffffff;
    transition: 0.5s all;
    z-index: -1;
    display: none;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text::after {
    position: absolute;
    top: 0;
    height: 59.17vw;
    box-sizing: border-box;
    background: #4fb2c8;
    transition: 1s all;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_cate {
    display: inline-block;
    height: 6.11vw;
    margin-bottom: 3.33vw;
    padding: 0 1.94vw;
    background: #4fb2c8;
    font-size: 3.61vw;
    line-height: 6.8vw;
    color: #ffffff;
    transition: 0.5s all;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_tit {
    display: inline-block;
    width: 100%;
    height: 5.56vw;
    margin-bottom: 1.94vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 5.56vw;
    line-height: 5.56vw;
    color: #1c1c1c;
    font-weight: 500;
    transition: 0.5s color;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_txt {
    white-space: normal; /*                height: 16vw;*/
    height: auto;
    margin-bottom: 3vw;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; /*    white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3.61vw;
    line-height: 5.56vw;
    color: #1c1c1c;
    letter-spacing: -0.01vw;
    transition: 0.5s all;
  }
  /*#sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_txt p{font-size:3.61vw !important;line-height:5.56vw;margin-bottom:0;}*/
  #sec01 .sec_wrap .sec_cont .relative_cont a .cont_text .cont_date {
    /*                position:absolute;*/
    position: unset; /*                bottom:6.11vw;*/
    bottom: 0;
    margin-bottom: 0;
    font-size: 3.33vw;
    line-height: 3.33vw;
    color: #6f6e6e;
    letter-spacing: 0.01vw;
    transition: 0.5s color;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text .cont_cate {
    background: #4fb2c8;
    color: #ffffff;
    transition: 0.5s 0.45s all;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text .cont_tit {
    color: #1c1c1c;
    transition: 0.5s 0.2s color;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text .cont_txt {
    color: #6f6e6e;
    transition: 0.5s 0.05s color;
  }
  #sec01 .sec_wrap .sec_cont .relative_cont a:hover .cont_text .cont_date {
    color: #6f6e6e; /* transition: 1s color; */
  }
  #sec01 .sec_wrap .btn_more {
    margin: 0 0 10.56vw;
    padding: 0;
  }
  #sec01 .sec_wrap .btn_more a {
    position: relative;
    display: block;
    width: 53.47vw;
    height: 13.19vw;
    margin: 0 auto;
    text-align: center;
    line-height: 13.19vw;
    font-size: 3.89vw;
    color: #1d1c1c;
    border: 0.28vw solid #1d1c1c;
    border-radius: 0;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
    transition: 0.3s all;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  #sec01 .sec_wrap .btn_more a.done {
    /*    display:none;*/
  }
  #sec01 .sec_wrap .btn_more a span {
    position: relative;
    display: inline-block;
  }
  #sec01 .sec_wrap .btn_more a {
    transition: all 0.25s;
  }
  #sec01 .sec_wrap .btn_more a:hover {
    color: #00b4cb;
    border: 0.28vw solid #00b4cb;
  }
  #sec01 .sec_wrap .btn_more a span::after {
    display: inline-block;
    content: "";
    width: 4.86vw;
    height: 2.78vw;
    margin-top: -1.39vw;
    margin-left: 1.5vw;
    background: url(/wp-content/uploads/2021/07/more_arr.png) no-repeat center
      center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  #sec01 .sec_wrap .btn_more a:hover span::after {
    background: url(/wp-content/uploads/2021/07/more_arr_over.png) no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }

  /* index section02 */
  #sec02 {
    position: relative;
    height: 90vw;
    margin-bottom: 13.89vw;
  }
  #sec02::before {
    position: absolute;
    left: 0;
    top: 27.08vw;
    width: 100%;
    height: 63vw;
    background: #00b4cb;
    content: "";
  }
  #sec02::after {
  }
  #sec02 .swiper_scroll_box {
    width: 100%;
    position: absolute;
    border-bottom: 0.14vw solid #ffffff;
    top: 83vw;
    left: 0;
  }
  #sec02 .swiper_scroll_box .swiper-scrollbar,
  #sec02 .swiper_scroll_box .swiper-scrollbar {
    position: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: calc(100% - 11.16vw);
    height: 1vw;
    margin: 0 auto -0.1vw;
    padding: 0;
    background: transparent;
  }
  #sec02 .sec_wrap {
    width: 100%;
    height: 100%; /*                padding:0 8.33vw;*/
    padding: 0 5.56vw;
    box-sizing: border-box;
  }
  #sec02 .sec_wrap .sec_tit h2 {
    width: 100%;
    margin: 13.89vw auto 4.72vw;
  }
  #sec02 .sec_wrap .sec_cont {
    width: 100%;
  }
  #sec02 .sec_wrap .sec_cont .swiper-container {
    width: 100%;
    height: 73.33vw;
    overflow: visible;
  }
  #sec02 .sec_wrap .sec_cont .swiper-container.pc_cont {
    display: none;
  }
  #sec02 .sec_wrap .sec_cont .swiper-container.mo_cont {
    display: block;
  }
  #sec02 .swiper-container-horizontal > .swiper-scrollbar {
    left: 0;
    bottom: -0.28vw;
    width: 100%;
    height: 0.55vw;
    background: transparent;
  }
  #sec02 .swiper-scrollbar-drag {
    border-radius: 0;
    background: #ffffff;
  }
  .w4pl-inner:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec02 .swiper-wrapper {
    /*    display:block;*/
  }
  #sec02 .one_cont {
    width: 90.5%;
  }
  #sec02 .recommend_cont {
    width: 100%;
    height: auto;
  }
  #sec02 .recommend_cont a:hover .cont_thum {
  }
  #sec02 .recommend_cont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #sec02 .recommend_cont a .cont_thum {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
  }
  #sec02 .one_cont .recommend_cont a .cont_thum {
    width: 100%;
    height: 43.7vw; /* height: 53.75vw; */
    background-size: auto 100% !important;
    background-repeat: no-repeat;
  }
  #sec02 .one_cont .recommend_cont.yt a .cont_thum {
    height: 43.7vw; /* height: 53.75vw; */
  }
  #sec02 .recommend_cont a .cont_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #sec02 .recommend_cont a .cont_text .cont_tit {
    margin-bottom: 0;
    padding: 0 6.94vw 5vw;
    color: #ffffff;
    font-size: 5vw;
    line-height: 6.67vw;
  }
  #sec02 .one_cont .recommend_cont a .cont_text {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #sec02 .one_cont .recommend_cont a .cont_text .cont_tit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; /*                display:none;*/
    width: 100%;
    height: 10vw;
    margin-bottom: 0;
    padding: 4.17vw 0 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 3.89vw;
    line-height: 5vw;
    color: #ffffff;
    font-weight: 500;
  }

  /* index section03 */
  #sec03 .sec_wrap .sec_tit h2 {
    margin: 13.89vw auto 4.72vw;
  }
  #sec03 .sec_wrap .sec_cont {
  }
  #sec03 .sec_wrap .sec_cont:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec03 .sec_wrap .sec_tit .more_btn a {
    width: 6.11vw;
    height: 6.11vw;
  }
  #sec03 .sec_wrap .sec_tit .more_btn a img {
    width: 6.11vw;
    height: 6.11vw;
  }
  #sec03 .sec_wrap .sec_cont .press_cont {
    float: none;
    display: block;
    width: 100%;
    height: 19.44vw;
    margin: 0;
  }
  #sec03 .sec_wrap .sec_cont .press_cont:nth-child(3n-1) {
    margin: 0 0 0;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a {
    display: block;
    height: 100%;
    border-bottom: 0.56vw solid #ffffff;
    transition: 0.3s all;
    border: none;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a:hover {
    border: none;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text {
    position: relative;
    height: auto;
    padding: 4.16vw 0 3vw;
    border-bottom: 0.28vw solid #c1c1c1;
    box-sizing: border-box;
  }
  #sec03 .sec_wrap .sec_cont .press_cont:first-child a .cont_text {
    border-top: 0.28vw solid #c1c1c1;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_tit {
    float: left;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; /*                height:4.17vw;*/
    height: 5.17vw;
    margin: 0;
    font-size: 4.17vw; /*                line-height:4.17vw;*/
    line-height: 5.17vw;
    color: #1c1c1c;
    font-weight: 500;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_txt {
    display: none;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info {
    float: left;
    position: unset;
    bottom: 0;
    margin-bottom: 0; /*                margin-top:2.38vw;*/
    margin-top: 3vw;
    font-size: 3.33vw;
    line-height: 4.17vw;
    color: #797979;
    letter-spacing: -0.01vw;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .pc_cont {
    display: none;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_info {
    color: #1d1c1c;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_bar {
    margin: 0 2.78vw;
    color: #606060;
  }
  #sec03 .sec_wrap .sec_cont .press_cont a .cont_text .cont_info .news_date {
    color: #797979;
    letter-spacing: 0.14vw;
  }
  /* 랜덤 콘텐츠 */
  #ranCont .sec_wrap {
    display: table;
    margin: 13.89vw auto 0;
  }
  #ranCont .sec_wrap .random_cont {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 53.5937vw;
    padding: 6.25vw 5.55vw;
    background: url("/wp-content/uploads/2021/11/m_random_cont_bg.png")
      no-repeat right center;
    background-size: cover;
    box-sizing: border-box;
    text-align: left;
  }
  #ranCont .sec_wrap .random_cont .text_box {
    width: auto;
    text-align: left;
  }
  #ranCont .sec_wrap .random_cont p {
  }
  #ranCont .sec_wrap .random_cont .random_tit {
    margin-bottom: 2.78vw;
    font-weight: 700;
    font-size: 5.27vw;
    line-height: 4.86vw;
    color: #ffffff;
  }
  #ranCont .sec_wrap .random_cont .random_txt {
    width: 58%;
    margin-bottom: 5.56vw;
    font-weight: 100;
    font-size: 3.61vw;
    line-height: 5vw;
    color: #ffffff;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box {
    width: 56.4062vw;
    height: 12.1875vw;
    margin: 0;
    border-radius: 12.1875vw;
    overflow: hidden;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a {
    display: block;
    width: 56.4062vw;
    font-size: 3.61vw;
    line-height: 12.1875vw;
    text-align: center;
    color: #00b4cb;
    background: #ffffff;
    transition: 0.3s all;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a:hover {
    background: #fafafa;
    transition: 0.3s all;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a span {
    display: inline-block;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a span:before {
    position: relative;
    top: 0.83vw;
    display: inline-block;
    content: "";
    width: 5.13vw;
    height: 3.61vw;
    margin-right: 2.78vw;
    background: url("/wp-content/uploads/2021/08/m_random_cont_ico.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  #ranCont .sec_wrap .random_cont .random_btn_box a span:after {
    position: relative;
    top: 0.8vw;
    display: inline-block;
    content: "";
    width: 4.375vw;
    height: 4.2187vw;
    margin-left: 1.6vw;
    background: url("/wp-content/uploads/2021/11/m_random_cont_arr.png")
      no-repeat center center;
    background-size: 100% 100%;
  }

  /* index section04 */
  #sec04 .sec_wrap {
    width: 100%;
  }
  #sec04 .sec_wrap .sec_tit h2 {
    width: 100%;
    margin: 13.89vw auto 4.72vw;
    padding: 0;
    box-sizing: border-box;
  }
  #sec04 .sec_wrap .sec_cont {
    width: 100%;
    margin: 0 auto; /*            padding:0 3rem;*/
    box-sizing: border-box;
  }
  #sec04 .sec_wrap .sec_cont .media_slide {
    overflow: visible;
  }
  .ensol-slide-arr-box {
    display: none;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont {
    /*                padding-right:7.8125vw;*/
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a {
    display: block;
    color: #1c1c1c;
    transition: 0.3s all;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_thumb {
    width: calc(100%);
    height: 40.64vw;
    margin: 0;
    background-size: cover;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text {
    position: relative;
    display: block;
    height: auto;
    padding: 5.56vw 0;
    box-sizing: border-box;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    background: #00b4cb;
    display: block;
    z-index: -1;
    transition: 0.3s all;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a:hover {
    color: #1c1c1c;
    transition: 0.3s all;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a:hover
    .cont_text::before {
    height: 0%;
    transition: 0.3s all;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text p {
    margin: 0;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_mark {
    position: relative;
    width: 100%;
    height: 4.72vw;
    margin-bottom: 2.78vw;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 5.56vw;
    line-height: 5.56vw;
    padding-left: 5.56vw;
    font-size: 4.17vw;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.naver-post::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.naver-post-en::before {
    content: "Naver Post";
    background: url(/wp-content/uploads/2021/07/ico_np.png) no-repeat left
      center;
    background-size: 4.72vw 4.72vw;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.linkedin::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.linkedin-en::before {
    content: "Linked in";
    background: url(/wp-content/uploads/2021/07/ico_in.png) no-repeat left
      center;
    background-size: 4.72vw 4.72vw;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.youtube::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.youtube-en::before {
    content: "YouTube";
    background: url(/wp-content/uploads/2021/07/ico_yt.png) no-repeat left
      center;
    background-size: 4.72vw 4.72vw;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.facebook::before,
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_mark.facebook-en::before {
    content: "Facebook";
    background: url(/wp-content/uploads/2021/07/ico_fb.png) no-repeat left
      center;
    background-size: 4.72vw 4.72vw;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_tit {
    margin-bottom: 2.7vw;
    font-size: 4.44vw;
    line-height: 6.67vw;
    letter-spacing: -0.01vw;
    white-space: normal;
    height: 13.33vw;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    overflow: hidden;
  }
  #sec04 .sec_wrap .sec_cont .media_slide .media_cont a .cont_text .cont_tag {
    position: unset;
    bottom: 0;
    font-size: 4.17vw;
    line-height: 5vw;
    letter-spacing: -0.01vw;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_tag
    span {
    display: inline-block;
  }
  #sec04
    .sec_wrap
    .sec_cont
    .media_slide
    .media_cont
    a
    .cont_text
    .cont_tag
    span::before {
    display: inline-block;
    content: "#";
  }
  /* footer ebiz */

  /* Clearing ---------------------------------- */

  /* 팝업 - 뉴스레터 */
  .layerPop {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .layerPop .newsletter_pop {
    position: relative;
    display: block;
    width: 94%;
    height: 86vh;
    background: #ffffff;
  }
  .layerPop .popup_box .pop_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10vw 5vw 5vw;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .layerPop .popup_box .pop_x {
    position: absolute;
    top: -6vw;
    right: 0;
    font-size: 0;
    width: 5vw;
    height: 5vw;
    background: url("/wp-content/uploads/2021/08/m_pop_x.png") no-repeat center
      center;
    background-size: 100% 100%;
  }
  .layerPop .popup_box .pop_wrap .top_box {
    margin-bottom: 6.94vw;
    text-align: left;
  }
  .layerPop .popup_box .pop_wrap .top_box .pop_tit {
    font-weight: 700;
    font-size: 5.55vw;
    line-height: 5.55vw;
    margin-bottom: 3.4vw;
  }
  .layerPop .popup_box .pop_wrap .top_box .pop_text {
    font-size: 4.16vw;
    line-height: 6vw;
    margin-bottom: 6.94vw;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box {
    margin-bottom: 11.11vw;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box .mid_tit {
    margin-bottom: 3vw;
    font-weight: 700;
    font-size: 3.8vw;
    line-height: 3.8vw;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box .mid_text {
    width: 100%;
    height: 51.25vw;
    margin-bottom: 3.16vw;
    padding: 4.16vw;
    font-weight: 100;
    font-size: 3.88vw;
    line-height: 5.38vw;
    letter-spacing: -0.01vw;
    box-sizing: border-box;
    background: #ededed;
    overflow-y: auto;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box .mid_text table,
  .layerPop .newsletter_pop .pop_wrap .mid_box .mid_text th,
  .layerPop .newsletter_pop .pop_wrap .mid_box .mid_text td {
    font-size: 3.88vw;
  }
  .layerPop .newsletter_pop .pop_wrap .mid_box .mid_check {
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .mid_box
    .mid_check
    input[type="checkbox"] {
    width: 4.72vw;
    height: 4.72vw;
    top: 1vw;
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .mid_box
    .mid_check
    input[type="checkbox"]:checked::before {
    height: 4.72vw;
    width: 4.72vw;
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .mid_box
    .mid_check
    input[type="checkbox"]
    + label {
    margin-left: 1.5vw;
    font-size: 3.88vw;
    line-height: 4.72vw;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box {
    margin-bottom: 6.25vw;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box {
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box label {
    margin-bottom: 3.47vw;
    font-weight: 700;
    font-size: 3.88vw;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box .input_box > * {
    float: left;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box input[id="userMail1"] {
    position: relative;
    display: block;
    width: 39.86vw;
    height: 12.22vw;
    padding: 2vw;
    border: 0.13vw solid #c4c4c5;
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .bot_box
    .mail_box
    input[id="userMail1"]
    + span {
    display: block;
    width: 4.2vw;
    height: 12.2vw;
    font-size: 3vw;
    line-height: 12.2vw;
    text-align: center;
    color: #171717;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box input[id="userMail2"] {
    display: block;
    width: 39.86vw;
    height: 12.22vw;
    margin-right: 0;
    padding: 2vw;
    border: 0.13vw solid #c4c4c5;
  }
  .layerPop
    .newsletter_pop
    .pop_wrap
    .bot_box
    .mail_box
    input[id="userMail2"]:disabled {
    background: #eeeeee;
  }
  .layerPop .newsletter_pop .pop_wrap .bot_box .mail_box select {
    display: block;
    width: 100%;
    height: 12.22vw;
    margin-top: 5vw;
    padding: 2vw;
    font-size: 3.2vw;
    border: 0.13vw solid #c4c4c5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/uploads/2021/10/m_ico_select.png);
    background-repeat: no-repeat;
    background-size: 2.5vw 1.52vw;
    background-position: 78vw center;
  }
  .layerPop .newsletter_pop .pop_wrap .btn_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .layerPop .newsletter_pop .pop_wrap .btn_box a {
    width: 19.16vw;
    height: 11.11vw;
    margin: 0 1.38vw;
    background: #ffffff;
    color: #171717;
    text-align: center;
    line-height: 11.11vw;
    border: 0.13vw solid #c4c4c5;
    box-sizing: border-box;
  }
  .layerPop .newsletter_pop .pop_wrap .btn_box a.submit_btn {
    background: #008b9e;
    color: #ffffff;
    border: none;
  }
  .layerPop .refusal_pop {
    display: block;
    width: 94%;
    height: auto;
    background: #ffffff;
  }
  .layerPop .popup_box .pop_wrap .btn_box a {
    display: block;
    width: 19.16vw;
    height: 11.11vw; /*                margin:0 auto;*/
    background: #ffffff;
    color: #171717;
    text-align: center;
    font-size: 3.88vw;
    line-height: 11.11vw;
    border: 0.13vw solid #c4c4c5;
    box-sizing: border-box;
  }
  .layerPop .popup_box .pop_wrap .btn_box a.confirm_btn {
    background: #008b9e;
    color: #ffffff;
    border: none;
  }
  .layerPop .refusal_pop .pop_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10vw 5vw 5vw;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .layerPop .refusal_pop .pop_wrap .top_box {
    text-align: left;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .pop_tit {
    margin-bottom: 4vw;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .pop_text {
    line-height: 6vw;
    margin-bottom: 4vw;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .small_text {
    margin-bottom: 6vw;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .small_text small {
    font-size: 3vw;
    line-height: 3vw;
  }
  .layerPop .refusal_pop .pop_wrap .top_box .small_text a {
    color: #0955e0;
  }
  .post-template-default.single {
    background: #ffffff;
  }

  body #site-footer {
    position: relative;
    height: auto;
    margin-top: 27.78vw;
    padding: 0 0 5vw 0;
    background-color: #d9dbdc;
  }
  body.single-post #site-footer {
    position: relative;
    height: auto;
    margin-top: 27.78vw;
    padding: 0 0 5vw 0;
    background-color: #d9dbdc;
  }

  body #site-footer .share_btn_box {
    position: fixed;
    bottom: 69.44vw;
    right: 5.56vw;
    width: 12.78vw;
    height: 12.78vw;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity;
  }
  body #site-footer .share_btn_box.on {
    position: fixed;
    bottom: 25vw;
    right: 5.56vw;
    width: 12.78vw;
    height: 12.78vw;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: 0.3s opacity;
  }
  body #site-footer .share_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
  }
  body #site-footer .share_btn_box a.share_btn {
    width: 12.78vw;
    height: 12.78vw;
    background: url("/wp-content/uploads/2021/08/m_share_ico.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a.share_btn.active {
    width: 12.78vw;
    height: 12.78vw;
    background: url("/wp-content/uploads/2021/08/m_share_x.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a + ul {
    position: absolute;
    top: auto;
    bottom: 12.78vw;
    left: 50%;
    width: 12.78vw;
    height: auto;
    margin: 0 0 0 -6.39vw;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.3s all;
  }
  body #site-footer .share_btn_box a.active + ul {
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
  }
  body #site-footer .share_btn_box a + ul li {
    list-style: none;
    margin: 0 0 1.39vw 0;
    line-height: 1;
  }
  body #site-footer .share_btn_box a + ul li a {
    width: 12.78vw;
    height: 12.78vw;
    border-radius: 9.17vw;
    transition: 0.3s all;
  }
  body #site-footer .share_btn_box a + ul li a:hover {
    -webkit-box-shadow: 0 0 1.11vw 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 1.11vw 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 1.11vw 0 rgba(0, 0, 0, 0.6);
    transition: 0.3s all;
  }
  body #site-footer .share_btn_box a + ul li a.share_in {
    background: url("/wp-content/uploads/2022/04/m_share_in.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a + ul li a.share_fb {
    background: url("/wp-content/uploads/2021/08/m_share_fb.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a + ul li a.share_kt {
    background: url("/wp-content/uploads/2021/08/m_share_kt.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a + ul li a.share_tw {
    background: url("/wp-content/uploads/2021/08/m_share_tw.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .share_btn_box a + ul li a.share_url {
    background: url("/wp-content/uploads/2021/08/m_share_url.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  body #site-footer .go_top {
    position: fixed;
    bottom: 55.56vw;
    right: 5.56vw;
    width: 12.77vw;
    height: 12.77vw;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
  }
  body #site-footer .go_top.on {
    position: fixed;
    bottom: 55.56vw;
    right: 5.56vw;
    width: 12.77vw;
    height: 12.77vw;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: 0.3s opacity;
  }
  body #site-footer .go_top a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2021/08/m_go_top.png") no-repeat center
      center;
    background-size: 100% 100%;
    opacity: 1;
    transition: 0.3s opacity;
  }
  body #site-footer .go_top a:hover {
    opacity: 1;
    transition: 0.3s all;
  }
  body #site-footer .footer_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.56vw;
    box-sizing: border-box;
  }
  body #site-footer .footer_wrap.pc_cont {
    display: none;
  }
  body #site-footer .footer_wrap.mo_cont {
    display: block;
  }
  body #site-footer .footer_wrap ul {
    margin: 0;
    list-style: none;
  }
  body #site-footer .footer_wrap ul:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body #site-footer .footer_wrap ul li {
    float: left;
    margin: 0;
    list-style: none;
  }
  body #site-footer .footer_wrap ul li a {
    color: #3e3e3e;
    font-size: 3.89vw;
  }
  body #site-footer .footer_wrap .footer_cont {
  }
  body #site-footer .footer_wrap .footer_cont:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top {
    padding-top: 8.33vw;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .foot_link {
    float: none;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .foot_link ul li {
    float: left;
    margin-right: 5.56vw;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .foot_link ul li a {
    display: block;
    height: auto;
    font-size: 3.89vw;
    line-height: 8.33vw;
    letter-spacing: -0.01vw;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .sns_link {
    float: none;
    margin: 7.5vw 0 7.22vw;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .sns_link ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5.56vw;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .sns_link li {
    margin-left: 0;
    margin-right: 0;
    width: 9.44vw;
    height: 9.58vw;
  }
  body
    #site-footer
    .footer_wrap
    .footer_cont.footer_top
    .sns_link
    li:last-child {
    margin-right: 0;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .sns_link li a {
    display: block;
    width: 9.44vw;
    height: 9.44vw;
    border-radius: 11.11vw;
    background: #aeaeae;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .footer_logo {
    float: none;
    width: 43.06vw;
    padding-top: 0;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .footer_text {
    padding-top: 4.17vw;
    float: none;
  }
  body #site-footer .footer_wrap .footer_cont.footer_top .footer_text p {
    margin: 0;
    padding-top: 0;
    font-size: 3.33vw;
    line-height: 5.56vw;
    text-align: left;
  }

  /* list page ebiz */
  .lgensol_content {
    min-height: calc(100vh - 106.56vw);
    padding-top: 25.41vw;
  }
  .lgensol_content .lgensol_content_wrap {
    margin: 100%;
    margin: 0 auto;
    padding: 0 5.56vw;
    box-sizing: border-box;
  }
  .lgensol_content .lgensol_content_wrap.file_page {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title {
    position: relative;
  }
  .lgensol_content .lgensol_content_wrap.file_page .lgensol_content_title {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.56vw;
    box-sizing: border-box;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title h2 {
    display: inline-block;
    font-size: 5.56vw;
    margin: 0;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title h2 + span {
    margin-left: 0;
    margin-top: 3vw;
    font-size: 5vw;
    line-height: 6.66vw;
    color: #333333;
    display: block;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title .list_type {
    display: none;
  }
  .lgensol_content_wrap .lgensol_content_list {
    margin-top: 8.33vw;
  }
  .lgensol_content_wrap.block_type.file_page .lgensol_content_list {
    display: flex;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list {
    display: flex;
    justify-content: left;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item {
    width: 100%; /*                height:106.94vw;*/
    height: auto;
    max-height: 100%;
    margin-bottom: 13.89vw;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_thumb_box {
    height: 59.31vw;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_thumb_box
    .item_thumb {
    height: 59.31vw;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .file_item_wrap {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 5.56vw;
    box-sizing: border-box;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list #FilePost {
    display: block;
    width: 100%;
    margin-bottom: 8.33vw;
    background: #f1f1f1;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list #FilePost .back_color {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 5.13vw;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 5.55vw;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    .close_item {
    display: none;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    background: url("/wp-content/uploads/2021/08/ico_search_x.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p {
    display: block;
    width: 100%;
    margin: 0;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p
    .alignnone,
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p
    .aligncenter {
    margin: 0 auto;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_img {
    position: relative;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_img
    .img_down {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8.39vw;
    height: 8.39vw;
    padding: 0;
    background: url("/wp-content/uploads/2021/11/ico_file_down.png") no-repeat
      center center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_img
    .img_down:hover {
    background: url("/wp-content/uploads/2021/11/ico_file_down_on.png")
      no-repeat center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_title {
    margin-bottom: 5.56vw;
    font-size: 5.56vw;
    line-height: 6.67vw;
    letter-spacing: -0.01vw;
    color: #282828;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    #FilePost
    .file_post_wrap
    p.post_sub {
    font-size: 3.89vw;
    line-height: 5vw;
    letter-spacing: -0.01vw;
    color: #282828;
  }
  .lgensol_content_wrap.block_type .lgensol_content_lis:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item {
    float: left;
    width: 42vw;
    height: 42vw;
    min-height: 42vw;
    margin-bottom: 4.16vw;
    margin-right: 4.16vw;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item.on::after {
    position: absolute;
    left: 50%;
    bottom: -5.33vw;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -2.55vw;
    border-top: 11.11vw solid none;
    border-bottom: 4.16vw solid #f1f1f1;
    border-right: 2.55vw solid transparent;
    border-left: 2.55vw solid transparent;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item:last-child {
    margin-right: 0;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item a {
    width: 100%;
    height: 42vw;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb {
    display: table;
    width: 100%;
    height: 42vw;
    text-align: center;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb
    .item_tit {
    position: relative;
    display: table-cell;
    padding: 0 4vw;
    vertical-align: middle;
    font-size: 3.6vw;
    color: #ffffff;
    line-height: 4.8vw;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb
    .item_tit
    button {
    position: absolute;
    bottom: 5.56vw;
    right: 5.56vw;
    width: 6.39vw;
    height: 6.39vw;
    padding: 0;
    background: url("/wp-content/uploads/2021/08/ico_file_down.png") no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a
    .item_thumb
    .item_tit
    button:hover {
    background: url("/wp-content/uploads/2021/08/ico_file_down_on.png")
      no-repeat center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item
    a:hover
    .item_thumb
    .item_tit {
    opacity: 1;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.file_item:nth-child(4n),
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item4,
  .lgensol_content_wrap.block_type .lgensol_content_list .item.file_item8 {
    margin-right: 0;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item.normal_item:nth-child(3n-1) {
    margin: 0 0 11.11vw;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item a .item_thumb {
    display: block;
    width: 100%;
    height: 59.31vw;
    background-size: cover;
    background-position: center center;
  }
  .lgensol_content_wrap.block_type .lgensol_content_list .item a .item_text {
    position: relative;
    height: auto; /*                padding:4.17vw 0 20vw;*/
    padding: 4.17vw 0 4vw;
    box-sizing: border-box;
    transition: 0.3s padding;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a:hover
    .item_text {
    padding: 4.17vw 0 4vw;
    transition: unset;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .block_type {
    display: block;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .vertical_type {
    display: none;
  }
  .lgensol_content_wrap .lgensol_content_list .item a .item_text .item_cat {
    display: inline-block;
    margin-bottom: 2vw;
    font-size: 3.33vw;
    line-height: 3.33vw;
    color: #00b4cb;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_cat {
    display: inline-block;
    height: 6.11vw;
    margin-bottom: 3.33vw;
    padding: 0 1.94vw;
    background: #4fb2c8;
    font-size: 3.61vw;
    line-height: 6.8vw;
    color: #ffffff;
    transition: 0.5s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tit {
    font-size: 5.56vw;
    font-weight: 100;
    line-height: 5.56vw;
    color: #1c1c1c;
    transition: 0.3s all;
    font-weight: 700;
    margin-bottom: 3.47vw; /*                max-height: 5.56vw;*/
    max-height: 5.4vw;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_txt {
    display: block;
    font-size: 4.17vw;
    letter-spacing: -0.01vw;
    font-weight: 100;
    line-height: 6.25vw;
    color: #1c1c1c;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_date {
    position: unset;
    bottom: 8vw;
    font-size: 3.33vw;
    line-height: 3.33vw;
    color: #6f6e6e;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tag {
    position: unset;
    bottom: 0;
    font-size: 3.89vw;
    color: #00b4cb;
    transition: 0.3s all;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tag
    span {
    display: inline-block;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text
    .item_tag
    span::before {
    display: inline-block;
    content: "#";
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a
    .item_text::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 0;
    content: "";
    background: #00b4cb;
    z-index: -1;
    transition: unset;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a:hover
    .item_text::before {
    height: 100%;
    transition: 0.3s all;
    display: none;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a:hover
    .item_text
    .item_tit,
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a:hover
    .item_text
    .item_date,
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a:hover
    .item_text
    .item_tag {
    color: #1c1c1c;
    transition: unset;
  }
  .lgensol_content_wrap.block_type
    .lgensol_content_list
    .item
    a:hover
    .item_text
    .item_tag {
    color: #00b4cb;
    transition: unset;
  }
  .lgensol_content_wrap .btn_more {
    margin: 0 0 10.56vw;
    padding: 0;
  }
  .lgensol_content_wrap #file_loadmore {
    margin: 16vw 0 10.56vw;
    padding: 0;
  }
  .lgensol_content_wrap .btn_more a {
    position: relative;
    display: block;
    width: 53.47vw;
    height: 13.19vw;
    margin: 0 auto;
    text-align: center;
    line-height: 13.19vw;
    font-size: 3.89vw;
    color: #1d1c1c;
    border: 1px solid #1d1c1c;
    border-radius: 0;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
    transition: 0.3s all;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .lgensol_content_wrap .btn_more a span {
    position: relative;
    display: inline-block;
  }
  .lgensol_content_wrap .btn_more a {
    transition: all 0.25s;
  }
  .lgensol_content_wrap .btn_more a:hover {
    color: #00b4cb;
    border: 1px solid #00b4cb;
  }
  .lgensol_content_wrap .btn_more a span::after {
    display: inline-block;
    content: "";
    width: 4.86vw;
    height: 2.78vw;
    margin-top: -1.39vw;
    margin-left: 3vw;
    background: url(/wp-content/uploads/2021/07/more_arr.png) no-repeat center
      center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .lgensol_content_wrap .btn_more a:hover span::after {
    background: url(/wp-content/uploads/2021/07/more_arr_over.png) no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }

  .view_post.post-inner {
    padding-top: 8.33vw;
  }

  .post_view_page {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto 36vw;
    padding: 25vw 5.56vw 0;
    box-sizing: border-box;
  }
  .post_view_page article {
    /*                padding:5vw 5.56vw;    */
    padding: 0 0 5vw;
  }
  .post_header {
    padding-bottom: 8.33vw;
    border-bottom: 0.28vw solid #c9c9c9;
  }
  .post_header .post_header_wrap {
    width: 100%;
  }
  .post_header .post_header_wrap .post-title {
    font-size: 5.56vw;
    line-height: 8.33vw;
    letter-spacing: -0.01vw;
    color: #211f1f;
  }
  .post_header .post_header_wrap .post-sub-title {
    font-size: 3.89vw;
    margin: 0 auto 1.39vw;
  }
  .post_header .post_header_wrap .post_info {
    position: relative;
    margin-top: 2.22vw;
  }
  .post_header .post_header_wrap .post_info > div {
  }
  .post_header .post_header_wrap .post_info .left_info {
  }
  .post_header .post_header_wrap .post_info .left_info span {
    font-size: 3.61vw;
    line-height: 3.61vw;
    letter-spacing: -0.01vw;
    color: #211f1f;
  }
  .post_header .post_header_wrap .post_info .left_info span.post_date {
  }
  .post_header .post_header_wrap .post_info .left_info span.info_bar {
    margin: 0 1vw;
  }
  .post_header .post_header_wrap .post_info .left_info span.post_cate {
    color: #00b4cb;
  }
  .post_header .post_header_wrap .post_info .left_info span.post_cate a {
    color: #00b4cb;
  }

  .view_post .entry-content .bottom_info {
    position: relative;
    margin-top: 9.44vw;
    padding: 0 0 9.44vw; /*                border-bottom:0.28vw solid #c9c9c9; */
  }
  .view_post .entry-content .bottom_info .view_post_tag {
    position: relative;
    gap: 0;
  }
  .view_post .entry-content .bottom_info .view_post_tag a {
    display: inline-block;
    height: 8.33vw;
    margin-right: 5.56vw;
    margin-bottom: 2.78vw;
    padding: 0 5.56vw;
    border-radius: 1.67vw;
    background: #f1f1f1;
    color: #211f1f;
    font-size: 3.89vw;
    line-height: 8.33vw;
    transition: 0.3s all;
  }
  .view_post .entry-content .bottom_info .view_post_tag a:hover {
    background: #d6d6d6;
    transition: 0.3s all;
  }
  .view_post .entry-content .bottom_info .view_post_tag a:before {
    content: "#";
  }
  /* .view_post .entry-content .bottom_info .right_info {position: absolute;top: 1.39vw;right: 0;} */
  .view_post .entry-content .bottom_info .right_info:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .view_post .entry-content .bottom_info .right_info > div {
    float: left;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box {
    position: relative;
    margin-right: 4.44vw;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a.share_btn {
    width: 5.28vw;
    height: 5.56vw;
    background: url("/wp-content/uploads/2021/07/view_share.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a.share_btn.active {
    width: 5vw;
    height: 4.72vw;
    background: url("/wp-content/uploads/2021/07/view_share_x.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box a + ul {
    position: absolute;
    top: 11.11vw;
    left: 50%;
    width: 9.17vw;
    height: auto;
    margin: 0 0 0 -4.58vw;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.3s all;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a.active
    + ul {
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
  }
  .view_post .entry-content .bottom_info .right_info .share_btn_box a + ul li {
    list-style: none;
    margin: 0 0 1.39vw 0;
    line-height: 1;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a {
    width: 9.17vw;
    height: 9.17vw;
    border-radius: 9.17vw;
    transition: 0.3s all;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_in {
    background: url("/wp-content/uploads/2022/04/view_share_in.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_fb {
    background: url("/wp-content/uploads/2021/08/view_share_fb.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_kt {
    background: url("/wp-content/uploads/2021/08/view_share_kt.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_tw {
    background: url("/wp-content/uploads/2021/08/view_share_tw.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post
    .entry-content
    .bottom_info
    .right_info
    .share_btn_box
    a
    + ul
    li
    a.share_url {
    background: url("/wp-content/uploads/2021/08/view_share_url.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post .entry-content .bottom_info .right_info .print_btn_box {
  }
  .view_post .entry-content .bottom_info .right_info .print_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
    width: 5.28vw;
    height: 5.56vw;
    background: url("/wp-content/uploads/2021/07/view_print.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .view_post .entry-content .bottom_info .right_info .down_btn_box {
    margin-right: 4.44vw;
  }
  .view_post .entry-content .bottom_info .right_info .down_btn_box a {
    display: block;
    font-size: 0;
    color: transparent;
    width: 5.28vw;
    height: 5.56vw;
    background: url("/wp-content/uploads/2021/08/view_down.png") no-repeat
      center center;
    background-size: 100% 100%;
  }

  .post_sd_cont {
    padding: 0 0;
  }
  .post_sd_cont .content_bottom .list_btn {
    margin: 13.33vw auto 16.67vw;
  }
  .post_sd_cont .content_bottom .list_btn a {
    display: block;
    width: 53.47vw;
    height: 13.33vw;
    margin: 0 auto;
    font-size: 3.89vw;
    line-height: 13.33vw;
    color: #171717;
    border: 0.28vw solid #424242;
    text-align: center;
  }
  .post_sd_cont .content_bottom .list_btn a span {
  }
  .post_sd_cont .content_bottom .list_btn a span:before {
    top: 0;
    display: inline-block;
    width: 3.61vw;
    height: 2.78vw;
    margin-right: 2.78vw;
    content: "";
    background: url("/wp-content/uploads/2021/10/post_bottom_list_b.png")
      no-repeat 0 0.1rem;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .related_post {
    margin-bottom: 27.78vw;
  }
  .post_sd_cont .content_bottom .related_post .related_title {
    margin-bottom: 4.17vw;
    font-weight: 600;
    font-size: 5.56vw;
    letter-spacing: -0.01vw;
    color: #171717;
    line-height: 5.56vw;
  }
  .post_sd_cont .content_bottom .related_post .related_box {
    width: 100%;
  }
  .post_sd_cont .content_bottom .related_post .related_wrap:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .post_sd_cont .content_bottom .related_post .related_box {
    float: left;
    width: 19%;
    margin-right: 0;
  }
  .post_sd_cont .content_bottom .related_post .related_box:nth-child(2n-1) {
    margin-right: 2.78vw;
  }
  .post_sd_cont .content_bottom .related_post .related_box:nth-child(2n) {
    margin-left: 2.78vw;
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_box#slick-slide04.slick-current {
    margin-left: 2.78vw;
    margin-right: 0;
  }
  .post_sd_cont .content_bottom .related_post .related_box:last-child {
    margin-right: 0;
  }
  .post_sd_cont .content_bottom .related_post .related_box a {
  }
  .post_sd_cont .content_bottom .related_post .related_box a .related_thumb {
    width: 100%;
    height: 27.77vw;
    margin-bottom: 2.78vw;
  }
  .post_sd_cont .content_bottom .related_post .related_box a .related_cat {
    height: 3.61vw;
    margin-bottom: 2.22vw;
    font-size: 3.61vw;
    line-height: 3.61vw;
    color: #00b4cb;
  }
  .post_sd_cont .content_bottom .related_post .related_box a .related_tit {
    height: 10vw;
    margin-bottom: 2.22vw;
    font-size: 3.61vw;
    line-height: 5vw;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; /*    white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #171717;
  }
  .post_sd_cont .content_bottom .related_post .related_box a .related_date {
    font-size: 3.06vw;
    line-height: 3.06vw;
    color: #a7a7a7;
  }
  .post_sd_cont .content_bottom .related_post .related_wrap.mo_cont {
    margin-bottom: 0;
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_wrap.mo_cont
    .slick-dots {
    bottom: -12vw;
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_wrap.mo_cont
    .slick-dots
    li {
    width: 0.83vw;
    height: 5.28vw;
    margin: 0 1.39vw;
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_wrap.mo_cont
    .slick-dots
    li
    button {
    width: 0.83vw;
    height: 5.28vw;
    padding: 0;
    background: #aaaaaa;
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_wrap.mo_cont
    .slick-dots
    li.slick-active
    button {
    width: 1.39vw;
    height: 5.28vw;
    padding: 0;
    background: #00b4cb;
  }
  .post_sd_cont
    .content_bottom
    .related_post
    .related_wrap.mo_cont
    .slick-dots
    li
    button:before {
    display: none;
  }
  .post_sd_cont .content_bottom .post_bottom_box {
  }
  .post_sd_cont .content_bottom .post_bottom_box:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .post_sd_cont .content_bottom .post_bottom_box a {
    float: none;
    display: table;
    width: 100%;
    height: 20vw;
    margin-bottom: 4.17vw;
    font-size: 4.17vw;
    line-height: 5.56vw;
    letter-spacing: -0.01vw;
    background: #00b4cb;
    color: #ffffff;
    text-align: left;
  }
  .post_sd_cont .content_bottom .post_bottom_box a:last-child {
    margin-left: 0;
  }
  .post_sd_cont .content_bottom .post_bottom_box a:hover {
    background: #0096aa;
  }
  .post_sd_cont .content_bottom .post_bottom_box a span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 24.72vw;
  }
  .post_sd_cont .content_bottom .post_bottom_box a.subscribe_btn span::before {
    position: absolute;
    top: 50%;
    left: 7.64vw;
    display: inline-block;
    width: 11.94vw;
    height: 8.33vw;
    margin-top: -4.17vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/m_post_bottom_letter.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .post_bottom_box a.random_btn span::before {
    position: absolute;
    top: 50%;
    left: 9.3vw;
    display: inline-block;
    width: 9.3vw;
    height: 6.52vw;
    margin-top: -3.26vw;
    content: "";
    background: url("/wp-content/uploads/2022/03/m_post_bottom_random.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .post_bottom_box a.sns_btn span::before {
    position: absolute;
    top: 50%;
    left: 9.44vw;
    display: inline-block;
    width: 8.06vw;
    height: 9.03vw;
    margin-top: -4.51vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/m_post_bottom_sns.png")
      no-repeat center center;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .post_bottom_box a span::after {
    position: absolute;
    top: 50%;
    right: 15.83vw;
    display: inline-block;
    width: 8.06vw;
    height: 2.78vw;
    margin-top: -1.25vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/post_bottom_arr.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .post_sd_cont .content_bottom .post_bottom_box a span b {
  }

  /*  엔솔채널  */
  .lgensol_content_list .ensol_ch {
    width: 100%;
    height: 199.13vw;
    padding: 4.17vw 4.03vw 33.89vw;
    background: url("/wp-content/uploads/2021/08/ensol_ch_bg.jpg") no-repeat
      left center;
    background-size: auto 100%;
    box-sizing: border-box;
  }
  .lgensol_content_list .ensol_ch.en {
    width: 100%;
    height: 166.22vw;
    padding: 4.17vw 4.03vw 33.89vw;
    background: url("/wp-content/uploads/2021/08/ensol_ch_bg.jpg") no-repeat
      left center;
    background-size: auto 100%;
    box-sizing: border-box;
  }
  .lgensol_content_list .ensol_ch:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .lgensol_content_list .ensol_ch .btn_wrap {
    float: right;
    width: 100%;
  }
  .lgensol_content_list .ensol_ch.en .btn_wrap {
    float: right;
    width: 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box {
    width: 100%;
    height: 28.06vw;
    background: #ffffff;
    box-sizing: border-box;
    margin: 5.09vw 0 0;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_yt {
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in {
    margin: 5.09vw 0;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_fb {
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_np {
    margin: 5.09vw 0 0;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_insta {
    margin: 5.09vw 0 0;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a {
    display: block;
    width: 100%;
    height: 28.06vw;
    padding: 5.28vw 0;
    background: #ffffff;
    box-sizing: border-box;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p {
    padding-left: 15.55vw;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit {
    position: relative;
    display: inline-block;
    margin-bottom: 1.94vw;
    font-size: 3.75vw;
    line-height: 3.75vw;
    letter-spacing: -0.01vw;
    color: #00b4cb;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit::before {
    position: absolute;
    top: -0.83vw;
    left: 2.77vw;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_yt a p.ch_tit::before {
    display: inline-block;
    width: 10vw;
    height: 10vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_yt.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in a p.ch_tit::before {
    display: inline-block;
    width: 10vw;
    height: 10vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_in.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_fb a p.ch_tit::before {
    display: inline-block;
    width: 10vw;
    height: 10vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_fb.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_np a p.ch_tit::before {
    display: inline-block;
    width: 10vw;
    height: 10vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_np.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list
    .ensol_ch
    .btn_wrap
    .btn_box.btn_insta
    a
    p.ch_tit::before {
    display: inline-block;
    width: 10vw;
    height: 10vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_insta.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit::after {
    position: absolute;
    top: -1.39vw;
    right: -15.83vw;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_yt a p.ch_tit::after {
    display: none;
    width: 13.89vw;
    height: 6.39vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_yt_1.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_in a p.ch_tit::after {
    display: none;
    width: 13.89vw;
    height: 6.39vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_in_1.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_fb a p.ch_tit::after {
    display: none;
    width: 13.89vw;
    height: 6.39vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_fb_1.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box.btn_np a p.ch_tit::after {
    display: none;
    width: 13.89vw;
    height: 6.39vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_np_1.png") no-repeat
      center center;
    background-size: 100% 100%;
  }
  .lgensol_content_list .ensol_ch.en .btn_wrap .btn_box a p.ch_tit::after {
    display: none;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_tit b {
    font-weight: 700;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_txt {
    min-height: 5.56vw;
    margin-bottom: 0.83vw;
    font-size: 3.06vw;
    line-height: 4.17vw;
    letter-spacing: -0.01vw;
    color: #333333;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_go {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 3.19vw;
    line-height: 1;
    letter-spacing: -0.01vw;
    color: #333333;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a p.ch_go:after {
    display: inline-block;
    width: 5.13vw;
    height: 1.8vw;
    margin-left: 1.5vw;
    content: "";
    background: url("/wp-content/uploads/2021/08/ensol_ch_arr.png") no-repeat
      center center;
    background-size: 100% 100%;
    transition: 0.3s all;
  }
  .lgensol_content_list .ensol_ch .btn_wrap .btn_box a:hover p.ch_go:after {
    margin-left: 5vw;
    transition: 0.3s all;
  }

  /* 검색결과 */
  .lgensol_content.search_content {
    padding-top: 25.41vw;
  }
  .lgensol_content.search_content .lgensol_content_wrap .lgensol_content_list {
    margin-top: 0;
  }
  .lgensol_content .lgensol_content_wrap .lgensol_content_title .search_result {
    margin-bottom: 4.44vw;
    font-size: 5.56vw;
    color: #333333;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .list_type {
    top: 1.94vw;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type {
    position: absolute;
    top: 1.94vw;
    right: 0;
    width: auto;
    display: none;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type
    a {
    font-size: 4.17vw;
    color: #333333;
    letter-spacing: -0.01vw;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type
    a:first-child::after {
    display: inline-block;
    content: "|";
    margin: 0 4.44vw;
  }
  .lgensol_content
    .lgensol_content_wrap
    .lgensol_content_title
    .search_result
    + .search_type
    a.on {
    font-weight: 700;
  }
  .lgensol_content_wrap .section-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    height: auto;
    padding: 0;
  }
  body.search .lgensol_content_wrap .section-inner {
    margin-bottom: 5vw;
  }
  .lgensol_content_wrap .section-inner .search-form {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 13.61vw;
    margin: 0;
  }
  .lgensol_content_wrap .section-inner .search-form .search-field {
    border: none;
    font-size: 5.56vw;
    height: 13.61vw;
    font-family: LGSmartfonts;
    background: #f5f5f7;
    margin: 0;
    padding: 0 17vw 0 5.56vw;
    width: 100%;
    box-sizing: border-box;
  }
  .lgensol_content_wrap .section-inner .search-form .search-field:focus {
    border: 0.28vw solid #14bacf;
    background: #ffffff;
  }
  .lgensol_content_wrap .section-inner .search-submit {
    position: absolute;
    right: 7.22vw;
    top: 50%;
    width: 7.36vw;
    height: 7.91vw;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2021/08/ico_search_btn.png) no-repeat
      center center;
    background-size: 100% 100%;
    font-size: 0;
    color: transparent;
  }
  .lgensol_content_wrap .section-inner .recommand_tag {
    display: block;
    margin: 5.56vw auto 5.56vw;
  }
  .lgensol_content_wrap .section-inner .recommand_tag a {
    display: inline-block;
    font-size: 4.17vw;
    margin: 0 2vw 2vw 0;
    padding: 2.78vw 5vw;
    border-radius: 1.67vw;
    background: #f1f1f1;
    color: #211f1f;
  }
  .lgensol_content_wrap .section-inner .recommand_tag a:before {
    content: "#";
    display: inline-block;
    margin-right: 0.3vw;
    font-size: 5vw;
    color: #211f1f;
  }

  section {
    padding: 0 0;
  }

  .layerPop .competition_pop .pop_wrap .bgImg a{
    /* 80% */
    width: 57.6vw;
    height: 76.8vw;
  }

}
/*--------------------------------------*/
body
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}

/* index section02 */
#sec09 {
  position: relative;
  height: 75.5rem;
  margin-bottom: 9.3rem;
}
#sec09::before {
  position: absolute;
  left: 0;
  top: 19.75rem;
  width: 100%;
  height: 55.6rem;
  background: #00b4cb;
  content: "";
}
#sec09::after {
}
#sec09 .sec_wrap {
  width: 120rem;
  height: 66.5rem;
}
#sec09 .sec_wrap .sec_tit h2 {
  width: 120rem;
  margin: 9.6rem auto 3.8rem;
}
#sec09 .sec_wrap .sec_cont {
  width: 100%;
}
#sec09 .sec_wrap .sec_cont .swiper-container {
  width: 100%;
  height: 66.5rem;
  overflow: visible;
  position: relative;
}
#sec09 .sec_wrap .sec_cont .swiper-container.pc_cont {
  display: block;
}
#sec09 .sec_wrap .sec_cont .swiper-container.mo_cont {
  display: none;
}
#sec09 .swiper_scroll_box {
  width: 100%;
  position: absolute;
  border-bottom: 0.1rem solid #ffffff;
  top: 65rem;
  left: 0;
}
#sec09 .swiper_scroll_box .swiper-scrollbar,
#sec09 .swiper_scroll_box .swiper-scrollbar {
  position: unset;
  left: 0;
  bottom: 0.3rem;
  max-width: 120rem;
  height: 0.4rem;
  margin: 0 auto;
  background: 0 0;
}
#sec09 .swiper-scrollbar-drag {
  width: auto;
  border-radius: 0;
  background: #fff;
}
.w4pl-inner:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
#sec09 .swiper-wrapper {
  /*    display:block;*/
}
#sec09 .one_cont {
  width: 78.8rem;
}
#sec09 .two_cont {
  width: 37.6rem;
}
#sec09 .swiper-slide {
  /* margin-right:3.6rem; */
}
#sec09 .recommend_cont {
  width: 78.8rem;
  height: auto;
}
#sec09 .recommend_cont a {
  position: relative;
  top: 0;
  transition: 0.3s top;
}
#sec09 .recommend_cont a:hover {
  top: -1rem;
  transition: 0.3s top;
}
#sec09 .recommend_cont a:hover .cont_thum {
  -webkit-box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0.6);
  box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0.6);
  transition: 0.3s all;
}
#sec09 .two_cont .recommend_cont:nth-child(1) {
  width: 37.6rem;
  height: 27.7rem;
}
#sec09 .two_cont .recommend_cont:nth-child(2) {
  width: 37.6rem;
  height: 27.7rem; /*    margin-top: 3.9rem;*/
  margin-top: 1rem;
}
#sec09 .recommend_cont a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#sec09 .recommend_cont a .cont_thum {
  width: 100%; /*    height:100%;*/
  height: 25.1rem;
  transition: 0.5s all;
}
#sec09 .one_cont .recommend_cont a .cont_thum {
  position: relative;
  width: 100%; /*    height:51.4rem;*/
  height: 44.3rem;
}
#sec09 .recommend_cont.yt a .cont_thum::after {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3.8rem;
  height: 3.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/recom_sns_yt.png") no-repeat
    center center;
  background-size: 100% 100%;
}
#sec09 .recommend_cont.np a .cont_thum::after {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3.8rem;
  height: 3.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/recom_sns_np.png") no-repeat
    center center;
  background-size: 100% 100%;
}
#sec09 .recommend_cont.li a .cont_thum::after {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3.8rem;
  height: 3.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/recom_sns_in.png") no-repeat
    center center;
  background-size: 100% 100%;
}
#sec09 .recommend_cont.fb a .cont_thum::after {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 3.8rem;
  height: 3.8rem;
  content: "";
  background: url("/wp-content/uploads/2021/08/recom_sns_fb.png") no-repeat
    center center;
  background-size: 100% 100%;
}
#sec09 .recommend_cont a .cont_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#sec09 .recommend_cont a .cont_text .cont_tit {
  margin-bottom: 0;
  padding: 0 2.5rem 1.8rem;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#sec09 .one_cont .recommend_cont a .cont_text {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
#sec09 .one_cont .recommend_cont a .cont_text .cont_tit {
  margin-bottom: 0;
  padding: 2.1rem 0;
  color: #ffffff;
  font-size: 2.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  /* index section02 */
  #sec09 {
    position: relative; /*                height:68.4rem;*/ /*                height:58.7vw;*/
    height: 73.6vw;
    margin-bottom: 5rem;
  }
  #sec09::before {
    position: absolute;
    left: 0;
    top: 19.2rem;
    width: 100%; /*                height:49rem;*/
    height: 52vw;
    background: #00b4cb;
    content: "";
  }
  #sec09::after {
  }
  #sec09 .swiper_scroll_box {
    width: 100%;
    position: absolute;
    border-bottom: 0.1rem solid #ffffff;
    top: 70vw;
    left: 0;
  }
  #sec09 .swiper_scroll_box .swiper-scrollbar,
  #sec09 .swiper_scroll_box .swiper-scrollbar {
    position: unset;
    left: 0;
    bottom: 0.3rem;
    width: 100%;
    max-width: calc(100% - 4rem);
    height: 0.4rem;
    margin: 0 auto;
    padding: 0;
    background: transparent;
  }
  #sec09 .sec_wrap {
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  #sec09 .sec_wrap .sec_tit h2 {
    width: 100%;
    margin: 5rem auto 1.7rem;
  }
  #sec09 .sec_wrap .sec_cont {
    width: 100%;
  }
  #sec09 .sec_wrap .sec_cont .swiper-container {
    width: 100%; /*                height:60.6rem;*/
    height: 50vw;
    overflow: visible;
  }
  #sec09 .sec_wrap .sec_cont .swiper-container.pc_cont {
    display: none;
  }
  #sec09 .sec_wrap .sec_cont .swiper-container.mo_cont {
    display: block;
  }
  #sec09 .sec_cont .swiper-scrollbar {
    left: 0;
    bottom: -0.1rem;
    width: 100%;
    height: 0.4rem;
    background: transparent;
  }
  #sec09 .swiper-scrollbar-drag {
    border-radius: 0;
    background: #ffffff;
  }
  .w4pl-inner:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #sec09 .swiper-wrapper {
    /*    display:block;*/
  }
  #sec09 .one_cont {
    width: 90.5%;
  }
  #sec09 .recommend_cont {
    width: 100%;
    height: auto;
  }
  #sec09 .recommend_cont a:hover .cont_thum {
    -webkit-box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0);
    -moz-box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0);
    box-shadow: 0rem 0rem 1.5rem 0rem rgba(0, 0, 0, 0);
    transition: 0.3s all;
  }
  #sec09 .recommend_cont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #sec09 .recommend_cont a .cont_thum {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
  }
  #sec09 .one_cont .recommend_cont a .cont_thum {
    width: 100%;
    height: 53.75vw; /*                height:45.9vw;*/
  }
  #sec09 .one_cont .recommend_cont.yt a .cont_thum {
    width: 100%; /*                height:51.6rem;*/
    height: 45.9vw; /*                margin-bottom:7.85vw;*/
    margin-bottom: 0;
  }
  #sec09 .recommend_cont a .cont_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #sec09 .recommend_cont a .cont_text .cont_tit {
    margin-bottom: 0;
    padding: 0 2.5rem 1.8rem;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  #sec09 .one_cont .recommend_cont a .cont_text {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #sec09 .one_cont .recommend_cont a .cont_text .cont_tit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; /*                display:none;*/
    width: 100%;
    height: 3.6rem;
    margin-bottom: 0;
    padding: 1.5rem 0 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #ffffff;
    font-weight: 500;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------------작업3*/
#cookieBnr {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10;
}
#cookieBnr .cookie_wrap {
  position: relative;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}
#cookieBnr .cookie_wrap p {
  margin: 0;
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
}
#cookieBnr .cookie_wrap p .mo_br {
  display: none;
}
#cookieBnr .cookie_wrap a {
  font-size: 0;
  color: transparent;
  width: 18px;
  height: 17px;
  background: url("/wp-content/uploads/2022/03/cookie_bnr_x.png") no-repeat
    center center / 100% 100%;
}

/* 20230614 쿠키 수락/거부 버튼 추가 */
#cookieBnr .cookie_wrap .cookie_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90px;
}
#cookieBnr .cookie_wrap .cookie_btn .cookie_b {
  font-size: 16px;
  color: #fff;
  background: none;
  width: 50px;
  height: 100%;
  padding: 10px 0;
  text-align: center;
}
#cookieBnr .cookie_wrap .cookie_btn .cookie_close {
  position: absolute;
  right: 0;
  top: 10px;
}
#cookieBnr .cookie_wrap .cookie_link {
  font-weight: 600;
  text-decoration: underline !important;
  font-size: 16px;
  background: none;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #cookieBnr {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: auto;
    padding: 3rem 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10;
  }
  #cookieBnr .cookie_wrap {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: center;
  }
  #cookieBnr .cookie_wrap p {
    margin: 0;
    font-weight: 100;
    font-size: 16px;
    color: #ffffff;
  }
  #cookieBnr .cookie_wrap p .mo_br {
    display: block;
  }
  #cookieBnr .cookie_wrap a {
    font-size: 0;
    color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    background: url("/wp-content/uploads/2022/03/cookie_bnr_x_m.png") no-repeat
      center center / 100% 100%;
  }

  /* 20230615 쿠키 버튼 */
  #cookieBnr .cookie_wrap .cookie_btn .cookie_close {
    top: -20px;
    right: 2rem;
  }
}

@media screen and (max-width: 720px) {
  #cookieBnr {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: auto;
    padding: 8.33vw 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10;
  }
  #cookieBnr .cookie_wrap {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 5.56vw;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: center;
  }
  #cookieBnr .cookie_wrap p {
    margin: 0;
    font-weight: 100;
    font-size: 3.88vw;
    line-height: 5.27vw;
    color: #ffffff;
  }
  #cookieBnr .cookie_wrap p .mo_br {
    display: block;
  }
  #cookieBnr .cookie_wrap a {
    font-size: 0;
    color: transparent;
    width: 4.16vw;
    height: 4.16vw;
    background: url("/wp-content/uploads/2022/03/cookie_bnr_x_m.png") no-repeat
      center center / 100% 100%;
  }

  /* 20230615 쿠키버튼 */
  #cookieBnr .cookie_wrap {
    padding: 0 2.78vw;
    gap: 2.78vw;
  }
  #cookieBnr .cookie_wrap p br {
    display: none;
  }
  #cookieBnr .cookie_wrap .cookie_link {
    font-size: 3.88vw;
  }
  #cookieBnr .cookie_wrap .cookie_btn {
    width: auto;
  }
  #cookieBnr .cookie_wrap .cookie_btn .cookie_b {
    font-size: 3.88vw;
    padding: 0.42vw 0;
  }
  #cookieBnr .cookie_wrap .cookie_btn .cookie_close {
    right: 1.39vw;
    top: -6.94vw;
  }
}

#mainpopupLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#mainpopupLayer .dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

/* 팝업 content */
#mainpopupLayer #pop01 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#mainpopupLayer #pop01 .pop_cont {
  position: relative;
  width: 450px;
  height: 600px;
}
#mainpopupLayer #pop01 .pop_cont a,
#mainpopupLayer #pop01 .pop_cont a img {
  width: 100%;
}
#mainpopupLayer #pop01 .todayBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  height: 50px;
  padding: 0 20px;
  background: #000000;
}
#mainpopupLayer #pop01 .todayBox .today_closed {
  font-size: 18px;
  color: #ffffff;
  text-decoration: underline !important;
}
#mainpopupLayer #pop01 .todayBox .pop_closed {
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 1;
}
#mainpopupLayer #pop01 .todayBox .pop_closed span {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(45deg) translate(0%, 0%);
}
#mainpopupLayer #pop01 .todayBox .pop_closed span:nth-child(2) {
  transform: rotate(-45deg) translate(0%, 0%);
}

@media screen and (max-width: 720px) {
  #mainpopupLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  #mainpopupLayer .dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
  }

  /* 팝업 content */
  #mainpopupLayer #pop01 {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #mainpopupLayer #pop01 .pop_cont {
    position: relative;
    width: 83.33vw;
    height: 111.11vw;
  }
  #mainpopupLayer #pop01 .pop_cont a,
  #mainpopupLayer #pop01 .pop_cont a img {
    width: 100%;
  }
  #mainpopupLayer #pop01 .todayBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 83.33vw;
    height: 6.94vw;
    padding: 0 2.78vw;
    background: #000000;
  }
  #mainpopupLayer #pop01 .todayBox .today_closed {
    font-size: 2.5vw;
    color: #ffffff;
    text-decoration: underline !important;
  }
  #mainpopupLayer #pop01 .todayBox .pop_closed {
    position: relative;
    width: 2.78vw;
    height: 2.78vw;
    z-index: 1;
  }
  #mainpopupLayer #pop01 .todayBox .pop_closed span {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 0.27vw;
    background-color: #ffffff;
    transform: rotate(45deg) translate(0%, 0%);
  }
  #mainpopupLayer #pop01 .todayBox .pop_closed span:nth-child(2) {
    transform: rotate(-45deg) translate(0%, 0%);
  }
}

/* S: 20230511 keyword tab 추가 */
.keywordTabBox {
  width: 100%;
  margin-top: 5.5rem;
}
.keywordTabBox .keywordTab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
}
.keywordTabBox .keywordTab li {
  width: auto;
  height: auto;
  margin: 0;
  line-height: 1;
  list-style: none;
  border-radius: 2rem;
  border: 1px solid #b0b0b0;
  overflow: hidden;
  background-color: transparent;
}
.keywordTabBox .keywordTab li a {
  display: block;
  padding: 1.1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #686868;
}
.keywordTabBox .keywordTab li:hover,
.keywordTabBox .keywordTab li.on {
  border: 1px solid #00b4cb;
  background-color: #00b4cb;
}
.keywordTabBox .keywordTab li:hover a,
.keywordTabBox .keywordTab li.on a {
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .keywordTabBox {
    margin-top: 4.67vw;
    overflow-x: scroll;
  }
  .keywordTabBox .keywordTab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2.67vw;
    width: auto;
    margin: 0;
  }
  .keywordTabBox .keywordTab li {
    border-radius: 5.33vw;
  }
  .keywordTabBox .keywordTab li a {
    display: block;
    padding: 2.93vw 4vw;
    font-size: 4vw;
    font-weight: 400;
    color: #686868;
  }
}
/* E: 20230511 keyword tab 추가 */

/* S: 20231010 ebook 추가, 20231113 form 추가 */
#ebook br.pc {
  display: block;
}
#ebook.lgensol_content {
  padding-top: 50px;
}
#ebook.lgensol_content .lgensol_content_wrap {
  padding: 0;
}
#ebook .ebookWrap h2 {
  /* margin: 0 0 100px; */
  line-height: 35px;
  font-size: 18px !important;
  text-align: center;
  font-weight: bold;
}
#ebook .ebookWrap h2 p {
  line-height: 35px;
  font-size: 20px !important;
  text-align: center;
  font-weight: bold;
}
#ebook .ebookWrap h2 span {
  font-weight: 400;
}
#ebook .ebookWrap p {
  font-size: 18px;
  font-weight: bold;
}
#ebook .ebookWrap .ebookBox,
#ebook .ebookWrap .catalogBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 100px 0;
}
#ebook .ebookWrap .ebookBox a.ebookBtn,
#ebook .ebookWrap .ebookBox > img {
  width: 300px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(138, 138, 138, 1);
  -moz-box-shadow: 2px 2px 10px 0px rgba(138, 138, 138, 1);
  box-shadow: 2px 2px 10px 0px rgba(138, 138, 138, 1);
}
#ebook .ebookWrap .ebookBox img,
#ebook .ebookWrap .catalogBox img {
  width: 300px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(138, 138, 138, 1);
  -moz-box-shadow: 2px 2px 10px 0px rgba(138, 138, 138, 1);
  box-shadow: 2px 2px 10px 0px rgba(138, 138, 138, 1);
}
#ebook .ebookWrap .ebookBox p img {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(138, 138, 138, 1);
  -moz-box-shadow: 2px 2px 10px 0px rgba(138, 138, 138, 1);
  box-shadow: 2px 2px 10px 0px rgba(138, 138, 138, 1);
}
#ebook .ebookWrap .ebookBox a.ebookDownBtn,
#ebook .ebookWrap .ebookBox a.ebookViewBtn,
#ebook .ebookWrap .catalogBox a.catalogDownBtn,
#ebook .ebookWrap .catalogBox a.catalogDownBtn {
  display: block;
  width: 300px;
  cursor: pointer;
}

#ebook .ebookWrap .ebookBox .formBox {
  margin: 30px auto;
}
#ebook .ebookWrap .ebookBox .formBox .top_box {
  margin-bottom: 30px;
}
#ebook .ebookWrap .ebookBox .formBox .top_box .inputTitle {
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
}
#ebook .ebookWrap .ebookBox .formBox .top_box .agreeCheckBox {
  line-height: 1;
}
#ebook .ebookWrap .ebookBox .formBox .top_box .agreeCheckBox label {
  margin: 0;
  margin-left: 0.5rem;
  font-size: 15px;
}
#ebook .ebookWrap .ebookBox .formBox .top_box .agreeCheckBox label a {
  border-bottom: 1px solid #0955e0;
}
#ebook .ebookWrap .ebookBox .formBox .mid_box {
  margin-bottom: 30px;
}
#ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box p {
  margin-bottom: 0;
}
#ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box label {
  width: 100px;
  margin: 0;
  font-size: 15px;
  line-height: 1;
}
#ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box .input_box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
#ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box .input_box input,
#ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box .input_box select {
  width: 150px;
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  border-color: #dbdbdb;
  font-family: LGSmartfonts !important;
}
#ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box .input_box input {
  width: 180px;
}
#ebook .ebookWrap .ebookBox .formBox .mid_box .caption {
  margin: 0;
  font-size: 15px;
  word-break: keep-all;
}
#ebook .ebookWrap .ebookBox .formBox .mid_box .agreeCheckBox label {
  margin: 0;
  margin-left: 0.5rem;
  font-size: 15px;
}
#ebook .ebookWrap .ebookBox .formBox .mid_box .agreeCheckBox span {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 15px;
}
#ebook .ebookWrap .ebookBox .formBox .bot_box {
  display: flex;
}
#ebook .ebookWrap .ebookBox .formBox .bot_box label {
  width: 100px;
  margin: 0;
  font-size: 15px;
}
#ebook .ebookWrap .ebookBox .formBox .bot_box select {
  width: 250px;
  height: 40px;
  padding: 0 5px;
  font-size: 15px;
  border-color: #dbdbdb;
  font-family: LGSmartfonts !important;
}

#ebook .ebookWrap .notiBox .caption {
  font-size: 18px;
}
#ebook .ebookWrap .notiBox .noti {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border: 1px solid #ccc;
  padding: 30px;
  font-size: 18px;
}
#ebook .ebookWrap .notiBox .noti h3 {
  margin: 0 0 10px;
  line-height: 35px;
  font-size: 20px !important;
  color: #00b4cb;
}
#ebook .ebookWrap .notiBox .noti p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  word-break: keep-all;
}
#ebook .ebookWrap .notiBox .noti ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}
#ebook .ebookWrap .notiBox .noti ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  margin: 0;
  font-size: 18px;
}
#ebook .ebookWrap .notiBox .noti ul li:last-child {
  font-size: 17px;
}
#ebook .ebookWrap .notiBox .noti ul li img {
  display: inline-block;
  width: 20px;
  height: 20px;
}
#ebook .ebookWrap .notiBox .noti .ccl {
  display: inline-block;
  width: 100px;
}

/*20240319 추가 영문 엔솔피디아 팝업*/
#ebook .layerPop .formBox {
  position: relative;
  height: 80%;
  background: #ffffff;
  padding: 0 0 2.6vw;
}
#ebook .layerPop .formBox .pop_wrap {
  position: unset;
  overflow-y: scroll;
  padding: 0 2.6rem 0;
}


#ebook .layerPop .formBox.eb_dw .pop_wrap .top_box .inputTitle,
#ebook .layerPop .formBox.ct_dw .pop_wrap .top_box .inputTitle {
  margin-bottom: 5rem;
}

#ebook .layerPop .formBox .pop_wrap strong {
  font-size: 1.8rem;
}
#ebook .layerPop .formBox .pop_wrap .pt_txt {
  color: #e12991;
}
#ebook .layerPop .formBox .pop_wrap .top_box .agreeCheckBox {
  text-align: left;
  color: #000000;
}
#ebook .layerPop .formBox .pop_wrap .top_box .agreeCheckBox a {
  text-align: left;
  color: #000000;
  text-decoration: underline !important;
}
#ebook .layerPop .formBox .pop_wrap .cont_box {
  margin-bottom: 3rem;
}
#ebook .layerPop .formBox .pop_wrap .mid_box .qs_box_1 {
  margin-bottom: 3rem;
}
#ebook .layerPop .formBox .pop_wrap .mid_box .name_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 2rem;
}
#ebook .layerPop .formBox .pop_wrap .mid_box .name_box input {
  width: auto;
}
#ebook .layerPop .formBox .pop_wrap .mid_box .survey_box_1 .pt_txt {
  font-size: 12px;
}
#ebook .layerPop .formBox .pop_wrap .mid_box .qs_box_2 .pt_txt {
  font-size: 12px;
}
#ebook .layerPop .formBox .pop_wrap .mid_box .qs_box_2 > div {
  display: flex;
  align-items: center;
  justify-content: left;
}
#ebook .layerPop .formBox .pop_wrap .mid_box .qs_box_2 > div label {
  margin: 0;
}
#ebook .layerPop .formBox .pop_wrap .mid_box .qs_box_2 > div label + input {
  margin: 0;
}
#ebook .layerPop .formBox .pop_wrap .mid_box .qs_box_2 > div #no {
  margin-left: 1rem;
}
#ebook .layerPop .formBox .pop_wrap .survey_box_2 select,
#ebook .layerPop .formBox .pop_wrap .userWork_box select,
#ebook .layerPop .formBox .pop_wrap .position_box select {
  width: 100%;
  height: 5rem;
}
#ebook .layerPop .formBox .pop_wrap .subbtn {
  text-align: center;
}
#ebook .layerPop .formBox .pop_wrap .ebookDownBtn,
#ebook .layerPop .formBox .pop_wrap .catalogDownBtn {
  background: transparent;
  margin: 0 auto;
  text-align: center;
  width: 332px;
  height: 100%;
  display: block;
  padding: 0;
}

#ebook .layerPop .formBox.ct_dw .pop_wrap .cont_box.mail_box,
#ebook .layerPop .formBox.ct_dw .pop_wrap .cont_box.mail_box p {
  margin-bottom: 0;
}
#ebook .layerPop .formBox.ct_dw .pop_wrap .userWork_box .inputTitle,
#ebook .layerPop .formBox.ct_dw .pop_wrap .position_box .inputTitle {
  margin-bottom: 2rem;
}

/*20240319 추가*/

@media screen and (max-width: 850px) {
  #ebook br.pc {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #ebook.lgensol_content {
    padding-top: 0;
  }
  #ebook.lgensol_content .lgensol_content_wrap {
    padding: 0;
  }
  #ebook .ebookWrap h2 {
    /* margin: 0 0 13.89vw; */
    line-height: 4.86vw;
    font-size: 2.5vw !important;
    text-align: center;
    font-weight: bold;
  }
  #ebook .ebookWrap h2 p {
    line-height: 4.86vw;
    font-size: 2.78vw !important;
    text-align: center;
    font-weight: bold;
  }
  #ebook .ebookWrap h2 span {
    font-weight: 400;
  }
  #ebook .ebookWrap p {
    font-size: 2.5vw !important;
    line-height: 4vw;
    font-weight: bold;
  }

  #ebook .layerPop .formBox .pop_wrap .inputTitle {
    margin-bottom: 5rem;
  }

  #ebook .ebookWrap .ebookBox,
  #ebook .ebookWrap .catalogBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.17vw;
    margin: 13.89vw 0;
  }
  #ebook .ebookWrap .ebookBox a.ebookBtn,
  #ebook .ebookWrap .ebookBox > img {
    width: 100%;
    -webkit-box-shadow: 0.28vw 0.28vw 1.39vw 0px rgba(138, 138, 138, 1);
    -moz-box-shadow: 0.28vw 0.28vw 1.39vw 0px rgba(138, 138, 138, 1);
    box-shadow: 0.28vw 0.28vw 1.39vw 0px rgba(138, 138, 138, 1);
  }
  #ebook .ebookWrap .ebookBox img {
    width: 100%;
  }
  #ebook .ebookWrap .ebookBox a.ebookDownBtn,
  #ebook .ebookWrap .ebookBox a.ebookViewBtn,
  #ebook .ebookWrap .catalogBox a.catalogDownBtn,
  #ebook .ebookWrap .catalogBox a.catalogDownBtn {
    display: block;
  }

  #ebook .layerPop .formBox .pop_wrap .ebookDownBtn,
  #ebook .layerPop .formBox .pop_wrap .catalogDownBtn {
    width: auto;
  }
  #ebook .layerPop .formBox .pop_wrap .catalogDownBtn img {
    width: 100%;
  }

  #ebook .ebookWrap .ebookBox .formBox {
    margin: 4.17vw auto;
  }
  #ebook .ebookWrap .ebookBox .formBox .top_box {
    margin-bottom: 4.17vw;
  }
  #ebook .ebookWrap .ebookBox .formBox .top_box .inputTitle {
    margin: 0;
    font-size: 2.22vw;
    margin-bottom: 2.78vw;
  }
  #ebook .ebookWrap .ebookBox .formBox .top_box .agreeCheckBox label {
    margin: 0;
    margin-left: 0.5rem;
    font-size: 2.08vw;
  }
  #ebook .ebookWrap .ebookBox .formBox .top_box .agreeCheckBox label a {
    border-bottom: 1px solid #0955e0;
  }
  #ebook .ebookWrap .ebookBox .formBox .mid_box {
    margin-bottom: 4.17vw;
  }
  #ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.78vw;
  }
  #ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box label {
    width: 13.89vw;
    margin: 0;
    font-size: 2.08vw;
  }
  #ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box .input_box {
    display: flex;
    align-items: center;
    gap: 1.39vw;
    font-size: 2.08vw;
  }
  #ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box .input_box input,
  #ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box .input_box select {
    width: 20.83vw;
    height: 5.56vw;
    padding: 0 1.39vw;
    font-size: 2.08vw;
    border-color: #dbdbdb;
    font-family: LGSmartfonts !important;
  }
  #ebook .ebookWrap .ebookBox .formBox .mid_box .mail_box .input_box input {
    width: 25vw;
  }
  #ebook .ebookWrap .ebookBox .formBox .mid_box .caption {
    margin-bottom: 0;
    font-size: 2.08vw;
    line-height: 3.4vw;
    word-break: keep-all;
  }
  #ebook .ebookWrap .ebookBox .formBox .mid_box .agreeCheckBox label {
    margin: 0;
    margin-left: 0.5rem;
    font-size: 2.08vw;
  }
  #ebook .ebookWrap .ebookBox .formBox .mid_box .agreeCheckBox span {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 2.08vw;
  }
  #ebook .ebookWrap .ebookBox .formBox .bot_box {
    display: flex;
  }
  #ebook .ebookWrap .ebookBox .formBox .bot_box label {
    width: 13.89vw;
    margin: 0;
    font-size: 2.08vw;
  }
  #ebook .ebookWrap .ebookBox .formBox .bot_box select {
    width: 34.72vw;
    height: 5.56vw;
    padding: 0 5px;
    font-size: 2.08vw;
    border-color: #dbdbdb;
    font-family: LGSmartfonts !important;
  }

  #ebook .ebookWrap .notiBox .caption {
    font-size: 2.5vw;
    line-height: 4vw;
  }
  #ebook .ebookWrap .notiBox .noti {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.78vw;
    border: 1px solid #ccc;
    padding: 4.17vw;
    font-size: 2.5vw;
  }
  #ebook .ebookWrap .notiBox .noti h3 {
    margin: 0 0 1.39vw;
    line-height: 4.86vw;
    font-size: 2.78vw !important;
    color: #00b4cb;
  }
  #ebook .ebookWrap .notiBox .noti p {
    margin: 0;
    font-size: 2.22vw;
    line-height: 3.4vw;
    word-break: keep-all;
  }
  #ebook .ebookWrap .notiBox .noti ul {
    display: flex;
    flex-direction: column;
    gap: 2.08vw;
    margin: 0;
  }
  #ebook .ebookWrap .notiBox .noti ul li {
    display: flex;
    align-items: center;
    gap: 2.08vw;
    list-style: none;
    margin: 0;
    font-size: 2.22vw;
  }
  #ebook .ebookWrap .notiBox .noti ul li:last-child {
    font-size: 2.18vw;
  }
  #ebook .ebookWrap .notiBox .noti ul li img {
    display: inline-block;
    width: 4.16vw;
    height: 4.16vw;
  }
  #ebook .ebookWrap .notiBox .noti .ccl {
    display: inline-block;
    width: 20.83vw;
  }

  /*20240322 추가*/
  #ebook .layerPop .formBox {
    width: 90%;
  }
  #ebook .layerPop .formBox.ct_dw {
    height: 80%;
  }
  #ebook .layerPop .formBox .pop_wrap .mid_box .name_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #ebook .layerPop .formBox.ct_dw .pop_wrap .mid_box .name_box input {
    width: 100%;
  }
}
/* E: 20231010 ebook 추가, 20231113 form 추가 */

/* .cky-consent-container.cky-box-bottom-left{opacity: 0 !important;} */

@media screen and (max-width: 530px) {
  /* 오늘 하루 보지 않기*/
  .popup_box .btnBox span, .popCloseBtn{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 430px) {
  /* 오늘 하루 보지 않기*/
  .popup_box .btnBox span, .popCloseBtn{
    font-size: 0.9rem;
  }
}


.test-img-241022 {position: absolute; left: 50%; top: 55%; width: 100%; transform: translate(-50%,-60%);}
.test-img-241022-en {position: absolute; left: 50%; top: 79.5%; width: 100%; transform: translate(-50%,-60%);}
