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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Pretendard Variable", Pretendard, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

@media (max-width: 749px) {
  body, button, input, select, optgroup, textarea {
    font-size: 12px;
  }
}
/* Elements
--------------------------------------------- */
body {
  font-size: 12px;
  color: #000;
  background: #fff;
}

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

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 1em 0;
}

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

/* */
.inner {
  padding-left: 3rem;
  padding-right: 3rem;
}

.displaynone {
  display: none;
}

@media screen and (max-width: 749px) {
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .PC {
    display: none !important;
  }
  .Mobile {
    display: block !important;
  }
}
@media screen and (min-width: 750px) {
  .PC {
    display: block !important;
  }
  .Mobile {
    display: none !important;
  }
}
/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  line-height: 1;
}
header svg {
  width: auto;
  height: 21px;
}

/* Footer */
footer {
  background-color: #E6E6E6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer .site-info {
  display: flex;
  gap: 2rem;
}
footer svg {
  width: auto;
  height: 13px;
  margin-top: 3px;
}

@media (max-width: 749px) {
  footer .site-info {
    display: grid;
    gap: 1rem;
  }
}
/* Main */
.site-main {
  min-height: 100vh;
}

.site-main:not(.contact) section {
  margin-bottom: 10rem;
}

.main__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__video .swiper-slide {
  height: 100dvh;
}
.main__video .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #999999;
  opacity: 0.36;
}
.main__video .swiper-pagination-bullet-active {
  background: #000;
}

@media (min-width: 750px) {
  .main__p,
  .main__familySite {
    display: none;
  }
}
@media (max-width: 749px) {
  .main__p {
    width: 70%;
    text-align: center;
    word-break: keep-all;
    margin: 12rem auto;
    font-size: 14px;
    font-weight: 500;
  }
  .main__familySite {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .main__familySite .block-title {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .main__familySite .logo {
    margin-top: 2rem;
    margin-bottom: 10rem;
    display: flex;
    gap: 2em;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
  }
  .main__familySite .logo > div {
    max-width: 27%;
    margin: 0;
  }
  .main__familySite .logo > div p {
    padding: 0;
  }
  .main__familySite .logo a {
    border: 0.5px solid #B3B3B3;
    border-radius: 16px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
  }
}
/* Sub page */
.banner-area {
  padding: 10rem 0 0;
}
.banner-area img {
  display: block;
  margin: 1rem auto 0;
}

.title-area {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.title-area h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  display: none;
}

.block-title {
  font-size: 17px;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

.contents-list .no-results {
  text-align: center;
  padding: 10rem 0;
}
.contents-list .no-results .page-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.page-numbers {
  color: #aaa !important;
  font-size: 13px;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.page-numbers.current {
  color: #000 !important;
}

@media (min-width: 750px) {
  .site-main:not(.about) .inner {
    max-width: 70%;
    margin: auto auto 10rem;
  }
  .title-area {
    padding: 5rem 0;
  }
  .banner-area img {
    width: 70%;
  }
}
@media (max-width: 749px) {
  .site-main section p {
    font-size: 13px !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset !important;
  }
  .banner-area {
    padding: 5rem 0 0;
  }
}
/* Company */
.about {
  font-size: 15px;
}
.about .title-area p {
  width: 70%;
  line-height: 160%;
  word-break: keep-all;
  font-weight: normal;
}
.about .title-area .kr {
  font-size: 15px;
}
.about .block5 .logo {
  margin-top: 2rem;
  margin-bottom: 10rem;
}
.about .block5 .logo a {
  border: 0.5px solid #B3B3B3;
  border-radius: 40px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.about .entry-content {
  display: grid;
  gap: 5rem;
}
.about .wp-block-column:not(.title-area) {
  max-width: 70%;
  margin: 0 auto;
}
.about .wp-block-image img {
  object-position: center;
  object-fit: contain;
  width: 100%;
}

@media (min-width: 750px) {
  .about .block1 .history .wp-block-column:first-child p {
    letter-spacing: 4px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
  }
  .about .block1 .history .wp-block-column:first-child p:after {
    content: "";
    display: inline-block;
    height: 0.5px;
    width: 100%;
    background: #000;
    flex: 1;
  }
  .about .block1 .history .wp-block-column span {
    white-space: nowrap;
  }
}
@media (max-width: 749px) {
  .about {
    font-size: 13px;
  }
  .about .wp-block-column:not(.title-area) {
    max-width: 100%;
  }
  .about .entry-content {
    gap: 5rem;
  }
  .about .title-area {
    font-size: 13px;
  }
  .about .title-area .kr {
    font-size: 12px;
  }
  .about .block1 .history {
    flex-wrap: nowrap !important;
    flex-flow: column;
    gap: 0;
  }
  .about .block1 .history > .wp-block-column:first-child p {
    gap: 1em;
  }
  .about .block1 .history > .wp-block-column:last-child {
    text-align: center;
  }
  .about .logo {
    justify-content: center;
  }
  .about .logo > .wp-block-column {
    max-width: 27%;
    margin: 0;
  }
  .about .logo > .wp-block-column p {
    min-height: 60px;
    padding: 0;
  }
  .about .logo > .wp-block-column p a {
    border-radius: 16px;
    min-height: 90px;
    padding: 0 0.5rem;
  }
}
/* Brand */
.brand .brand-footer {
  width: 15%;
  margin: auto;
}
.brand .brand-footer p {
  display: flex;
  justify-content: center;
}
.brand .entry-content {
  display: grid;
  font-size: 13px;
}
.brand .entry-content .wp-block-columns:not(.block1) {
  margin-bottom: 10rem;
}
.brand .entry-content .wp-block-column {
  display: grid;
  gap: 5rem;
}
.brand .wp-block-image img {
  object-position: center;
  object-fit: contain;
  width: 100%;
}

@media (min-width: 750px) {
  .brand section {
    margin-top: 10rem;
  }
  .brand .entry-content .wp-block-column:not(.banner, .title-area) {
    gap: 2rem;
    grid-template-columns: 3fr 2fr;
  }
  .brand .entry-content .wp-block-column:not(.banner, .title-area) .wp-block-image {
    grid-row: 1/4;
  }
  .brand .entry-content .wp-block-column:not(.banner, .title-area) .has-text-align-center {
    text-align: left;
  }
  .brand .entry-content .wp-block-column:not(.banner, .title-area) .brand-footer {
    width: fit-content;
    margin: unset;
    justify-content: start;
  }
  .brand .entry-content .wp-block-column:not(.banner, .title-area) .brand-footer .wp-block-column {
    display: block;
    width: fit-content;
  }
  .brand .entry-content .wp-block-column:not(.banner, .title-area) .brand-footer p {
    display: inline;
  }
}
@media (max-width: 749px) {
  .brand .inner {
    padding: 0;
  }
  .brand .entry-content .wp-block-columns:not(.block1) {
    margin-bottom: 3rem;
	margin-top: 20%
  }
  .brand .entry-content .wp-block-column {
    gap: 3rem;
  }
  .brand .entry-content .wp-block-column p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .brand .brand-footer {
    width: 100%;
    display: flex;
    flex-flow: nowrap !important;
    justify-content: center;
    gap: 0;
  }
  .brand .brand-footer .wp-block-column {
    flex-basis: unset !important;
    flex-grow: unset !important;
  }
}
/* News */
.news.detail {
  word-break: keep-all;
}
.news.detail .inner {
  margin-top: 5rem;
}
.news .contents-list {
  display: grid;
  gap: 5rem;
}
.news .news-category-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
.news .news-category-tabs li a {
  border: 0.25px solid #999;
  border-radius: 50vh;
  padding: 0.75rem 1rem;
  min-width: 10rem;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  display: block;
}
.news .news-category-tabs li a.active {
  background: linear-gradient(96deg, #FFF 23.17%, #B5B5B5 128.3%);
}
.news .item {
  font-size: 20px;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 25vw auto;
  gap: 2em;
}
.news .item .post-thumbnail {
  background-color: #F2F2F2;
}
.news .item .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news .item .post-subTitle {
  font-size: 14px !important;
  word-break: keep-all;
}
.news .item .entry-content .title {
  font-weight: 600;
}
.news .item .entry-content .excerpt * {
  text-align: left !important;
}
.news .item .entry-content .excerpt > *:not(.excerpt-text) {
  display: none;
}
.news section {
  display: grid;
  gap: 5rem;
}
.news .link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .link a {
  border: 1px solid #E6E6E6;
  border-radius: 30px;
  letter-spacing: 2px;
  padding: 1rem 3rem;
  font-size: 17px;
  display: inline-block;
}

@media (min-width: 750px) {
  .news section {
    margin-top: 5rem;
  }
}
@media (max-width: 749px) {
  .news .inner {
    padding: 0;
  }
  .news.detail .inner {
    margin: 0 2rem 10rem;
  }
  .news .item {
    grid-template-columns: 1fr;
    gap: 1rem;
    font-size: 13px;
  }
  .news .item .entry-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .news .item .entry-content .title {
    font-size: 17px !important;
    margin-bottom: 0.5rem;
  }
  .news .news-category-tabs {
    gap: 0.5rem;
    overflow-x: scroll;
    padding: 0 2rem;
	margin-top: 25%
  }
  .news .news-category-tabs::-webkit-scrollbar {
    display: none;
  }
  .news .news-category-tabs li a {
    padding: 0.5rem 0.75rem;
    min-width: fit-content;
  }
  .news .excerpt-text {
    font-size: 17px !important;
    margin-top: 5rem;
  }
  .news .link a {
    padding: 0.5rem 2rem;
    font-size: 12px;
  }
}
/* Recruit */
.recruit .logo-area {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  gap: 2rem;
}
.recruit .logo-area svg {
  width: 80px;
  height: auto;
}
.recruit .logo-area p {
  font-size: 18px;
  font-weight: 500;
}
.recruit .contents-list {
  display: grid;
  gap: 3rem;
  margin: 3rem 0;
}
.recruit .item-row {
  display: flex;
  gap: 2em;
  justify-content: space-between;
  font-size: 17px;
  color: #808080;
}
.recruit .item-row > div:not(.date) {
  display: flex;
  gap: 2em;
}
.recruit .item-row .title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.recruit .item-row .dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #E6E6E6;
  margin: 5px 0;
}
.recruit .item-row .dot.on {
  background-color: #B3B3B3;
}
.recruit .filtering form {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding: 2rem 0;
}
.recruit .filtering form input[type=text],
.recruit .filtering form input[type=submit] {
  border-radius: 15px;
  border: 1px solid #999;
  outline: none;
  padding: 0.75rem 1rem;
}
.recruit .filtering form input[type=text] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2225%22 height=%2227%22 viewBox=%220 0 25 27%22 fill=%22none%22%3E%3Cpath d=%22M24.83 25.22L18.07 17.79C18.07 17.79 18.02 17.76 18 17.74C19.82 15.86 20.95 13.3 20.95 10.47C20.95 4.7 16.25 0 10.47 0C4.69 0 0 4.7 0 10.47C0 16.24 4.7 20.94 10.47 20.94C12.95 20.94 15.23 20.07 17.02 18.62C17.04 18.64 17.04 18.67 17.06 18.69L23.82 26.12C23.95 26.27 24.14 26.34 24.32 26.34C24.48 26.34 24.65 26.28 24.77 26.16C25.05 25.91 25.07 25.48 24.82 25.21L24.83 25.22ZM1.35 10.47C1.35 5.44 5.44 1.35 10.47 1.35C15.5 1.35 19.59 5.44 19.59 10.47C19.59 15.5 15.5 19.59 10.47 19.59C5.44 19.59 1.35 15.5 1.35 10.47Z%22 fill=%22%23B3B3B3%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 1rem 1rem;
  padding-left: 3rem;
  width: 100%;
  min-width: 160px;
}
.recruit .filtering form input[type=submit] {
  background-color: #ccc;
  min-height: 50px;
}
.recruit .filtering form select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 16px;
  border-radius: 15px;
  border: 1px solid #999;
  background-color: #fff;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
}
.recruit .filtering form .select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 120px;
}
.recruit .filtering form .select-wrap::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%228%22 viewBox=%220 0 16 8%22 fill=%22none%22%3E%3Cpath d=%22M0 0H1.09L7.74 6.76L7.55 6.69H7.9L7.68 6.76L14.36 0H15.46L8.13 7.4H7.31L0 0Z%22 fill=%22black%22/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}

@media (min-width: 750px) {
  .recruit section {
    margin-top: 2rem;
  }
}
@media (max-width: 749px) {
  .recruit .filtering form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .recruit .filtering form input[type=text],
  .recruit .filtering form input[type=submit] {
    grid-column: 1/3;
  }
  .recruit .filtering form input[type=text] {
    padding: 0.5rem 0.75rem 0.5rem 3rem;
  }
  .recruit .filtering form input[type=submit] {
    padding: 0.5rem 0.75rem;
    min-height: unset;
  }
  .recruit .filtering form select {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 12px;
  }
  .recruit .filtering form .select-wrap {
    max-width: 100%;
  }
  .recruit .item-row {
    font-size: 12px;
  }
  .recruit .item-row .dot {
    width: 10px;
    height: 10px;
  }
}
/* Contact */
.contact .contact-title {
  font-size: 15px;
  font-weight: bold;
  padding: 0.5rem 4rem;
  width: fit-content;
  margin: auto;
  background-color: #F2F2F2;
  border-radius: 50vh;
}
.contact .contact-subTitle {
  border: 1px solid #000;
  border-radius: 10px;
  width: fit-content;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding: 0.25rem 0.5rem;
}
.contact .contact-subTitle.has-text-align-center {
  margin: 5rem auto 2rem;
}
.contact .top-background {
  padding: 8rem 0;
}
.contact .wp-block-image img {
  object-position: center;
  object-fit: contain;
  width: 100%;
}
.contact .block1 > .wp-block-column {
  display: grid;
}
.contact .block1 .address {
  line-height: 2;
}
.contact .block1 .contact-list {
  display: flex;
  justify-content: center;
}
.contact .block1 .contact-list .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
}
.contact .block1 .contact-list p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.contact .block1 .contact-list p.has-text-align-right {
  justify-content: flex-end;
}
.contact .block1 .contact-box .col-2 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact .block1 .contact-box .col-2:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.contact .block2 {
  padding: 2rem 0;
  margin: 0;
}
.contact .block2 h2 {
  margin: 3rem;
}
.contact .block2 .contact-btn a {
  font-weight: bold;
  padding: 1rem 4rem;
}
.contact .report {
  margin: 5rem 0;
}
.contact .contact-form {
  gap: 0;
  margin-top: 3rem;
}
.contact .contact-form label {
  margin: 0;
  font-weight: 500;
}
.contact .contact-form input[type=checkbox] {
  border-radius: 0;
}
.contact .contact-form textarea.grunion-field {
  padding: 1rem !important;
  border-radius: 0;
}
.contact .contact-form:where(label), .contact .contact-form:where(legend.grunion-field-label) {
  font-weight: 500 !important;
}
.contact .form-title:where(.wp-block-columns) {
  margin: 0;
}
.contact .form-title .wp-block-heading {
  font-weight: 600;
}
.contact .form-input {
  border-top: 1px solid;
  padding: 2rem 0;
}
.contact .form-input .is-layout-flex:not(.checkBox) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.contact .form-input .grunion-field-label {
  position: relative;
  padding-left: 0.75rem;
  font-weight: 500;
  font-size: 14px;
}
.contact .form-input .grunion-label-required {
  font-size: 0;
}
.contact .form-input .grunion-label-required::after {
  content: "*";
  font-size: 12px;
  color: red;
  position: absolute;
  left: -0.75rem;
  top: 0;
  line-height: 35px;
}
.contact .form-input .grunion-field-wrap {
  display: flex;
  gap: 1rem;
  line-height: 35px;
  padding-left: 0.75rem;
}
.contact .form-input .grunion-field-wrap input {
  border-radius: 0;
}
.contact .form-input .grunion-field-wrap input[type=text] {
  padding-left: 1rem;
}
.contact .form-input .reason {
  margin-left: calc(100px + 1rem);
  padding: 1rem;
  list-style-position: inside;
}

@media (max-width: 749px) {
  .contact .contact-title {
    padding: 0.5rem 2.5rem;
  }
  .contact .top-background {
    background: linear-gradient(121deg, rgba(255, 255, 255, 0.39) 1.26%, rgba(0, 0, 0, 0.39) 145.11%);
    background-position: center;
    background-size: cover;
  }
  .contact .entry-content > .wp-block-columns > .wp-block-column {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .contact .block2 {
    padding: 5rem 0;
    min-height: 100vh;
    background: linear-gradient(121deg, rgba(255, 255, 255, 0.39) 1.26%, rgba(0, 0, 0, 0.39) 145.11%);
  }
  .contact .block2 .block-colum3 {
    flex-flow: column;
    margin: 0 0 5rem;
    gap: 3rem;
  }
  .contact .block2 .block-colum3 p {
    position: relative;
    padding-top: 1rem;
  }
  .contact .block2 .block-colum3 p::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-4px);
  }
  .contact .block2 .contact-btn a {
    background: #000 !important;
    color: #fff !important;
  }
  .contact .form-input {
    padding: 0.5rem 0;
  }
  .contact .form-input .grunion-field-wrap {
    gap: 0;
    flex-flow: column;
    line-height: 25px;
  }
  .contact .form-input .reason {
    margin-left: 0;
  }
}
@media (min-width: 750px) {
  .contact .top-background h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 0.5rem 4rem;
    width: fit-content;
    margin: auto;
    background-color: #F2F2F2;
    border-radius: 50vh;
  }
  .contact .top-text {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1921' height='748' viewBox='0 0 1921 748' fill='none'%3E%3Cpath d='M1920.08 0.0800781H0.0800781V747.08H1920.08V0.0800781Z' fill='url(%23paint0_linear_792_1647)' stroke='black' stroke-width='0.16' stroke-miterlimit='10'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_792_1647' x1='-91.32' y1='-368.36' x2='2693.25' y2='1596.62' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 8rem 0;
  }
  .contact .top-text .contact-title {
    background-color: transparent;
    margin: 2rem auto;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .contact .top-text p {
    font-size: 14px;
    line-height: 2;
  }
  .contact .entry-content > .wp-block-columns > .wp-block-column {
    max-width: 70%;
    margin: auto;
  }
  .contact .block2 .block-colum3 {
    gap: 3rem;
    margin: 5rem 0;
  }
  .contact .block2 .block-colum3 > div {
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    min-height: 9rem;
    word-break: keep-all;
    padding: 1rem;
  }
  .contact .block2 .block-colum3 > div:nth-child(1) {
    background: linear-gradient(103deg, #FFF -115.98%, #000 301.29%);
  }
  .contact .block2 .block-colum3 > div:nth-child(2) {
    background: linear-gradient(103deg, #FFF -214.49%, #000 202.78%);
  }
  .contact .block2 .block-colum3 > div:nth-child(3) {
    background: linear-gradient(103deg, #FFF -308.18%, #000 109.09%);
  }
  .contact .block2 h2 {
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 6px;
  }
  .contact .block2 .contact-btn a {
    background-color: #F2F2F2 !important;
  }
  .contact .form-input .grunion-field-wrap .wp-block-jetpack-label {
    white-space: nowrap;
    min-width: 100px;
  }
  .contact-list p.has-text-align-right {
    justify-content: flex-end;
  }
}
/* Report */
.report .report-title {
  font-weight: 600;
  position: relative;
  margin-bottom: 2rem;
}
.report .report-title::after {
  content: "";
  display: block;
  background: #000;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.report .report-box p {
  font-weight: 600;
  word-break: keep-all;
}
.report .report-subTitle {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.report .report-con {
  display: flex;
  justify-content: start;
  gap: 1rem;
}
.report .report-con p span {
  display: block;
}
.report .report-con br.Mobile {
  display: none;
}
.report .report-other > div {
  flex: auto;
  flex-basis: auto !important;
}
.report .report-other .icon {
  display: flex;
  justify-content: end;
  align-items: center;
}
.report .report-other .list > div {
  display: flex;
}
.report .report-other .list .tt {
  min-width: 60px;
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
  font-weight: 600;
}
.report .report-other .list .tt::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #000;
  position: absolute;
  top: 10px;
  right: 0;
}
.report .requiredTxt {
  text-align: right;
  margin: 0.5rem 0;
}
.report .requiredTxt span {
  color: red;
}
.report .category-box input[type=radio].grunion-field {
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #808080;
  vertical-align: middle;
  margin-right: 0.5rem;
  position: relative;
  cursor: pointer;
}
.report .category-box input[type=radio].grunion-field:checked::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #808080;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.report .agree-box {
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 1rem;
}
.report .total-agree {
  margin-left: calc(100px + 1rem);
}
.report .total-agree .grunion-label-required {
  display: none;
}
.report .contact-form__error {
  margin: 0 0 2rem;
}
.report .contact-form__input-error {
  margin: 0 !important;
}
.report .contact-form .wp-block-jetpack-contact-form:not(.is-style-outlined) fieldset[aria-invalid=true] {
  outline: none;
}
.report .contact-form input[readonly] {
  background-color: #d7d7d7;
  cursor: not-allowed;
}
.report .contact-form input[readonly]::placeholder {
  color: #000;
}
.report .contact-form .title-hide {
  display: none;
}
.report .contact-form .available-wrap .grunion-radio-options {
  flex-direction: row;
}

@media (min-width: 750px) {
  .report-fieldset-wrap .category-box {
    position: absolute;
    top: 0;
    left: calc(100px + 2rem);
  }
  .report-fieldset-wrap .category-box.grunion-radio-options {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-direction: row !important;
  }
  .borderLine {
    border: 0.5px solid #808080;
    border-radius: 1rem;
    padding: 3rem 1rem;
    word-break: keep-all;
    font-weight: 600;
  }
  .borderLine figure {
    margin: 1rem 8.5%;
  }
  .contact-form .available-wrap .grunion-radio-options {
    margin-left: calc(100px + 1rem);
  }
  .contact-form .available-wrap fieldset {
    display: flex;
    gap: 12px;
  }
}
@media (max-width: 749px) {
  .report .report-proc {
    display: grid !important;
    margin: 0 0 1rem;
    padding: 0rem 0 1rem;
    grid-template-columns: repeat(5, 1fr);
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #808080;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .report .report-proc p {
    font-size: 10px !important;
  }
  .report .report-con {
    display: block;
  }
  .report .report-other .list span {
    font-size: 12px;
  }
  .report .report-other .icon {
    justify-content: center;
  }
  .report .report-box .report-col-3 {
    flex-flow: column;
    gap: 2rem;
  }
  .report .report-box .report-col-3 p.tt {
    margin-bottom: 1rem;
    background: #bebebe;
    border-radius: 8px;
    display: block;
    color: #fff;
    padding: 0.5rem 0;
  }
  .report .report-subBox {
    text-align: center;
  }
  .report .report-con br.Mobile {
    display: block;
  }
  .report .borderLine figure {
    margin: 1rem 0 0;
    padding: 1rem 6%;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #808080;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .report .agree-box {
    border: 0.5px solid #808080;
    padding: 1rem;
    line-height: 1.8;
  }
  .report .checkBox .wp-block-column {
    display: grid;
  }
}
@media (min-width: 750px) {
  .report .report-btn {
    min-width: 180px;
    font-weight: 500;
    font-size: 16px;
  }
  .report .report-col-3 p.tt {
    margin-bottom: 1rem;
    font-weight: 600;
  }
}
.checkBox .contact-form__checkbox-wrap {
  display: flex;
  align-items: center;
}
.checkBox .wp-block-column {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.checkBox label {
  font-size: 15px;
}
.checkBox p {
  color: #999;
}
.checkBox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.checkBox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Links
--------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button {
  border: none;
  background: transparent;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation .nav-menu a {
  font-size: 17px;
  font-weight: 600;
}
.main-navigation .nav-menu a:hover {
  color: #d7d7d7;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

@media (min-width: 750px) {
  .nav-menu {
    display: flex;
    gap: 3em;
  }
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled .menu-menu-1-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(220, 220, 220, 0.5);
  z-index: -1;
  padding: 60px 30px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.main-navigation.toggled .menu-menu-1-container ul {
  text-align: center;
}
.main-navigation.toggled .menu-menu-1-container li {
  padding: 30px 0;
}

@media (min-width: 750px) {
  .main-navigation ul {
    display: flex;
  }
}
@media (max-width: 749px) {
  .main-navigation button {
    padding: 0;
    margin: 0;
    height: unset;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 2rem 0;
}
.comment-navigation .nav-previous .nav-subtitle:after,
.posts-navigation .nav-previous .nav-subtitle:after,
.post-navigation .nav-previous .nav-subtitle:after {
  content: "";
}
.comment-navigation .nav-next .nav-subtitle:after,
.posts-navigation .nav-next .nav-subtitle:after,
.post-navigation .nav-next .nav-subtitle:after {
  content: "";
}

.news.detail .nav-links {
  display: grid;
  gap: 1rem;
  font-size: 15px;
  text-transform: uppercase;
}
.news.detail .nav-links a {
  display: flex;
  gap: 2em;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  padding: 0.8rem 1.2rem;
}

.pagination .nav-links {
  font-size: 14px !important;
  display: block;
}
.pagination .nav-links a {
  display: inline-block;
  padding: 0.5rem;
  color: #d7d7d7;
  border: none;
}
.pagination .nav-links .prev {
  font-size: 0;
  position: relative;
  width: 14px;
  height: 14px;
}
.pagination .nav-links .prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.pagination .nav-links .next {
  font-size: 0;
  position: relative;
  width: 14px;
  height: 14px;
}
.pagination .nav-links .next::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media (max-width: 749px) {
  .news.detail .nav-links {
    font-size: 12px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */