/* =================================================================== 
 * Flare Main Stylesheet
 * Template Ver. 1.0.0
 * 03-19-2020
 * ------------------------------------------------------------------
 *
 * TOC:
 * # settings and variables
 *      ## fonts
 *      ## colors
 *      ## vertical spacing and typescale
 *      ## grid variables
 * # normalize
 * # basic/base setup styles
 *      ## media
 *      ## typography resets
 *      ## links
 *      ## inputs
 * # Grid v3.0.0
 *      ## medium screen devices
 *      ## tablets
 *      ## mobile devices
 *      ## small mobile devices <= 400px
 * # block grids
 *      ## block grids - medium screen devices
 *      ## block grids - tablets
 *      ## block grids - mobile devices
 *      ## block grids - small mobile devices <= 400px
 * # MISC
 * # custom grid, block grid STACK breakpoints 
 * # base style overrides
 *      ## links
 * # typography & general theme styles
 *      ## lists
 *      ## responsive video container
 *      ## floated image
 *      ## tables
 *      ## spacing
 * # preloader
 * # forms 
 *      ## style placeholder text
 *      ## change autocomplete styles in Chrome
 * # buttons
 * # additional components
 *      ## additional typo styles
 *      ## skillbars
 *      ## alert box
 * # common and reusable styles
 *      ## item list 
 *      ## slick slider 
 * # site header
 *      ## header logo
 *      ## main navigation
 *      ## mobile menu toggle
 *      ## header contact button
 * # hero
 *      ## hero content
 *      ## hero video
 *      ## hero scroll
 *      ## animate intro content
 *      ## animations
 * # about
 *      ## about photo
 *      ## about process
 * # services
 * # portfolio
 *      ## portfolio list
 * # clients
 *      ## clients slider
 *      ## testimonials
 * # contact
 * # footer
 *      ## footer block
 *      ## footer list
 *      ## copyright
 *      ## go top
 *
 * ------------------------------------------------------------------ */



/* ===================================================================
 * # settings and variables
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## fonts
 * ------------------------------------------------------------------- */

@import url("//fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Nunito+Sans:300,300i,400,400i,600,600i,700,700i&display=swap");
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --font-1: 'Noto Sans KR', sans-serif;
    --font-2: 'Noto Sans KR', sans-serif;
    --font-3: 'Noto Sans KR', sans-serif;

    /* monospace
     */
    --font-mono: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

@font-face {
    font-family: 'Pretendard1';
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-Thin.woff') format('woff');
    src: url('../font/Pretendard-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Pretendard2';
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-ExtraLight.woff') format('woff');
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Pretendard3';
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-Light.woff') format('woff');
    src: url('../font/Pretendard-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Pretendard4';
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-Regular.woff') format('woff');
    src: url('../font/Pretendard-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Pretendard5';
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-Medium.woff') format('woff');
    src: url('../font/Pretendard-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Pretendard6';
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-SemiBold.woff') format('woff');
    src: url('../font/Pretendard-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Pretendard7';
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-Bold.woff') format('woff');
    src: url('../font/Pretendard-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Pretendard8';
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-ExtraBold.woff') format('woff');
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Pretendard9';
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-Black.woff') format('woff');
    src: url('https://www.swempire.co.kr/homepage/resources/static/font/Pretendard-Black.ttf') format('truetype');
}


/* ------------------------------------------------------------------- 
 * ## colors
 * ------------------------------------------------------------------- */
:root {

    /* color-1(#d9083c)
     * color-2(#eb5e55)
     * color-3(#f2d0a4)
     */
    --color-1: hsla(345, 93%, 44%, 1);
    --color-2: hsla(4, 79%, 63%, 1);
    --color-3: hsla(34, 75%, 80%, 1);

    /* theme color variations
     */
    --color-1-lighter: hsla(345, 93%, 64%, 1);
    --color-1-light  : hsla(345, 93%, 54%, 1);
    --color-1-dark   : hsla(345, 93%, 34%, 1);
    --color-1-darker : hsla(345, 93%, 24%, 1);
    --color-2-lighter: hsla(4, 79%, 83%, 1);
    --color-2-light  : hsla(4, 79%, 73%, 1);
    --color-2-dark   : hsla(4, 79%, 53%, 1);
    --color-2-darker : hsla(4, 79%, 43%, 1);

    /* feedback colors
     * color-error(#ffd1d2), color-success(#c8e675), 
     * color-info(#d7ecfb), color-notice(#fff099)
     */
    --color-error          : hsla(359, 100%, 91%, 1);
    --color-success        : hsla(76, 69%, 68%, 1);
    --color-info           : hsla(205, 82%, 91%, 1);
    --color-notice         : hsla(51, 100%, 80%, 1);
    --color-error-content  : hsla(359, 50%, 50%, 1);
    --color-success-content: hsla(76, 29%, 28%, 1);
    --color-info-content   : hsla(205, 32%, 31%, 1);
    --color-notice-content : hsla(51, 30%, 30%, 1);

    /* shades 
     * generated using 
     * Tint & Shade Generator 
     * (https://maketintsandshades.com/)
     */
    --color-black  : #000000;
    --color-gray-19: #0b0b0c;
    --color-gray-18: #161719;
    --color-gray-17: #202225;
    --color-gray-16: #2b2e32;
    --color-gray-15: #363a3f;
    --color-gray-14: #41454b;
    --color-gray-13: #4c5158;
    --color-gray-12: #565c64;
    --color-gray-11: #616871;
    --color-gray-10: #6c737d;
    --color-gray-9 : #7b818a;
    --color-gray-8 : #898f97;
    --color-gray-7 : #989da4;
    --color-gray-6 : #a7abb1;
    --color-gray-5 : #b6b9be;
    --color-gray-4 : #c4c7cb;
    --color-gray-3 : #d3d5d8;
    --color-gray-2 : #e2e3e5;
    --color-gray-1 : #f0f1f2;
    --color-white  : #ffffff;

    /* text
     */
    --color-text       : var(--color-gray-10);
    --color-text-dark  : var(--color-white);
    --color-text-light : var(--color-gray-12);
    --color-placeholder: var(--color-gray-11);

    /* buttons
     */
    --color-btn                   : var(--color-gray-15);
    --color-btn-text              : var(--color-white);
    --color-btn-hover             : var(--color-white);
    --color-btn-hover-text        : var(--color-black);
    --color-btn-primary           : var(--color-1);
    --color-btn-primary-text      : var(--color-white);
    --color-btn-primary-hover     : var(--color-white);
    --color-btn-primary-hover-text: var(--color-black);
    --color-btn-stroke            : var(--color-white);
    --color-btn-stroke-text       : var(--color-white);
    --color-btn-stroke-hover      : var(--color-white);
    --color-btn-stroke-hover-text : var(--color-black);

    /* others
     */
    --color-body  : var(--color-1);
    --color-bg    : #000;
    --color-border: var(--color-gray-17);
}


/* ------------------------------------------------------------------- 
 * ## vertical spacing and typescale
 * ------------------------------------------------------------------- */
:root {

    /* spacing
     * base font size: 18px 
     * vertical space unit : 32px
     */
    --base-size     : 62.5%;
    --base-font-size: 1.8rem;
    --space         : 3.2rem;

    /* vertical spacing 
     */
    --vspace-0_25: calc(0.25 * var(--space));
    --vspace-0_5 : calc(0.5 * var(--space));
    --vspace-0_75: calc(0.75 * var(--space));
    --vspace-1   : calc(var(--space));
    --vspace-1_25: calc(1.25 * var(--space));
    --vspace-1_5 : calc(1.5 * var(--space));
    --vspace-1_75: calc(1.75 * var(--space));
    --vspace-2   : calc(2 * var(--space));
    --vspace-2_5 : calc(2.5 * var(--space));
    --vspace-3   : calc(3 * var(--space));
    --vspace-3_5 : calc(3.5 * var(--space));
    --vspace-4   : calc(4 * var(--space));

    /* type scale
     * ratio 1:2 | base: 18px
     * -------------------------------------------------------
     *
     * --text-display-3 = (77.40px)
     * --text-display-2 = (64.50px)
     * --text-display-1 = (53.75px)
     * --text-xxxl      = (44.79px)
     * --text-xxl       = (37.32px)
     * --text-xl        = (31.10px)
     * --text-lg        = (25.92px)
     * --text-md        = (21.60px)
     * --text-size      = (18.00px) BASE
     * --text-sm        = (15.00px)
     * --text-xs        = (12.50px)
     *
     * -------------------------------------------------------
     */
    --text-scale-ratio: 1.2;
    --text-size       : var(--base-font-size);
    --text-xs         : calc((var(--text-size) / var(--text-scale-ratio)) / var(--text-scale-ratio));
    --text-sm         : calc(var(--text-xs) * var(--text-scale-ratio));
    --text-md         : calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-lg         : calc(var(--text-md) * var(--text-scale-ratio));
    --text-xl         : calc(var(--text-lg) * var(--text-scale-ratio));
    --text-xxl        : calc(var(--text-xl) * var(--text-scale-ratio));
    --text-xxxl       : calc(var(--text-xxl) * var(--text-scale-ratio));
    --text-display-1  : calc(var(--text-xxxl) * var(--text-scale-ratio));
    --text-display-2  : calc(var(--text-display-1) * var(--text-scale-ratio));
    --text-display-3  : calc(var(--text-display-2) * var(--text-scale-ratio));

    /* default button height
     */
    --vspace-btn: var(--vspace-2);
}

/* on mobile devices below 480px
 */
@media screen and (max-width: 480px) {
    :root {
        --base-font-size: 1.6rem;
        --space         : 2.8rem;
    }
}


/* ------------------------------------------------------------------- 
 * ## grid variables
 * ------------------------------------------------------------------- */
:root {

    /* widths for rows and containers
     */
    --width-full    : 100%;
    --width-max     : 1200px;
    --width-wide    : 1400px;
    --width-wider   : 1600px;
    --width-widest  : 1800px;
    --width-narrow  : 1000px;
    --width-narrower: 900px;
    --width-grid-max: var(--width-max);

    /* gutters
     */
    --gutter-lg : 2rem;
    --gutter-md : 1.6rem;
    --gutter-mob: 1rem;
}



/* ==========================================================================
 * # 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/* 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

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

/* 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/* Show the overflow in IE.
 * 1. Show the overflow in Edge. */

button, input {
    /* 1 */
    overflow: visible;
}

/* Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */

button, select {
    /* 1 */
    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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/* 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"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/* 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/* 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

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



/* ===================================================================
 * # basic/base setup styles
 *
 * ------------------------------------------------------------------- */
html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-weight: normal;
    line-height: 1;
    word-wrap: break-word;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
}


/* ------------------------------------------------------------------- 
 * ## media
 * ------------------------------------------------------------------- */
svg, img, video embed, iframe, object {
    max-width: 100%;
    height: auto;
}


/* ------------------------------------------------------------------- 
 * ## typography resets
 * ------------------------------------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    text-rendering: optimizeLegibility;
}

em, i {
    font-style: italic;
    line-height: inherit;
}

strong, b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

ol, ul {
    list-style: none;
}

li {
    display: block;
}


/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
    text-decoration: none;
    line-height: inherit;
}

a img {
    border: none;
}


/* ------------------------------------------------------------------- 
 * ## inputs
 * ------------------------------------------------------------------- */
fieldset {
    margin: 0;
    padding: 0;
}

input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="text"], 
input[type="tel"], 
input[type="url"], 
input[type="password"], 
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



/* ===================================================================
 * # Grid v3.0.0
 *
 *   -----------------------------------------------------------------
 * - Grid breakpoints are based on MAXIMUM WIDTH media queries, 
 *   meaning they apply to that one breakpoint and ALL THOSE BELOW IT.
 * - Grid columns without a specified width will automatically layout 
 *   as equal width columns.
 * ------------------------------------------------------------------- */

/* rows
 * ------------------------------------- */
.row {
    width: 70%;
    max-width: var(--width-grid-max);
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.row .row {
    width: auto;
    max-width: none;
    margin-left: calc(var(--gutter-lg) * -1);
    margin-right: calc(var(--gutter-lg) * -1);
}

/* columns
 * -------------------------------------- */
.column {
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    padding: 0 var(--gutter-lg);
}

.collapse>.column, .column.collapse {
    padding: 0;
}

/* flex row containers utility classes
 */
.row.row-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.row-nowrap {
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
}

.row.row-y-top {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.row.row-y-bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.row.row-y-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.row.row-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.row.row-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.row.row-x-left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.row.row-x-right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.row.row-x-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

/* flex item utility alignment classes
 */
.align-center {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-left {
    margin-right: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-right {
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-x-center {
    margin-right: auto;
    margin-left: auto;
}

.align-x-left {
    margin-right: auto;
}

.align-x-right {
    margin-left: auto;
}

.align-y-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-y-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-y-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

/* large screen column widths 
 */
.large-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.large-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.large-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.large-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.large-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.large-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.large-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.large-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.large-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.large-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.large-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.large-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}


/* ------------------------------------------------------------------- 
 * ## medium screen devices
 * ------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
    .row .row {
        margin-left: calc(var(--gutter-md) * -1);
        margin-right: calc(var(--gutter-md) * -1);
    }
    .column {
        padding: 0 var(--gutter-md);
    }
    .medium-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .medium-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .medium-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .medium-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .medium-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .medium-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .medium-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .medium-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .medium-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .medium-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* ------------------------------------------------------------------- 
 * ## tablets
 * ------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
    .row {
        width: 90%;
    }
    .tab-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .tab-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .tab-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .tab-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .tab-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .tab-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tab-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .tab-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .tab-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .tab-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .tab-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .tab-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hide-on-tablet {
        display: none;
    }
}


/* ------------------------------------------------------------------- 
 * ## mobile devices
 * ------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
    .row {
        width: 100%;
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .row .row {
        margin-left: calc(var(--gutter-mob) * -1);
        margin-right: calc(var(--gutter-mob) * -1);
        padding-left: 0;
        padding-right: 0;
    }
    .column {
        padding: 0 var(--gutter-mob);
    }
    .mob-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .mob-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .mob-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .mob-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .mob-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .mob-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mob-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .mob-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .mob-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .mob-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .mob-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .mob-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hide-on-mobile {
        display: none;
    }
}

/* ------------------------------------------------------------------- 
 * ## small mobile devices <= 400px
 * ------------------------------------------------------------------- */
@media screen and (max-width: 400px) {
    .row .row {
        margin-left: 0;
        margin-right: 0;
    }
    .column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}



/* ===================================================================
 * # block grids
 *
 * -------------------------------------------------------------------
 * Equally-sized columns define at parent/row level.
 * ------------------------------------------------------------------- */
.block-large-1-8>.column {
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.block-large-1-6>.column {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.block-large-1-5>.column {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.block-large-1-4>.column {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.block-large-1-3>.column {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.block-large-1-2>.column {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.block-large-full>.column {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}


/* ------------------------------------------------------------------- 
 * ## block grids - medium screen devices
 * ------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
    .block-medium-1-8>.column {
        -ms-flex: 0 0 12.5%;
        -webkit-box-flex: 0;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .block-medium-1-6>.column {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .block-medium-1-5>.column {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .block-medium-1-4>.column {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .block-medium-1-3>.column {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .block-medium-1-2>.column {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .block-medium-full>.column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* ------------------------------------------------------------------- 
 * ## block grids - tablets
 * ------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
    .block-tab-1-8>.column {
        -ms-flex: 0 0 12.5%;
        -webkit-box-flex: 0;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .block-tab-1-6>.column {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .block-tab-1-5>.column {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .block-tab-1-4>.column {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .block-tab-1-3>.column {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .block-tab-1-2>.column {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .block-tab-full>.column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* ------------------------------------------------------------------- 
 * ## block grids - mobile devices
 * ------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
    .block-mob-1-8>.column {
        -ms-flex: 0 0 12.5%;
        -webkit-box-flex: 0;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .block-mob-1-6>.column {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .block-mob-1-5>.column {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .block-mob-1-4>.column {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .block-mob-1-3>.column {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .block-mob-1-2>.column {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .block-mob-full>.column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* ------------------------------------------------------------------- 
 * ## block grids - small mobile devices <= 400px
 * ------------------------------------------------------------------- */
@media screen and (max-width: 400px) {
    .stack>.column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}



/* ===================================================================
 * # MISC
 *
 * ------------------------------------------------------------------- */
.h-group:after {
    content: "";
    display: table;
    clear: both;
}

/* misc helper classes
 */
.is-hidden {
    display: none;
}
.is-invisible {
    visibility: hidden;
}
.h-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.h-overflow-hidden {
    overflow: hidden;
}
.h-remove-top {
    margin-top: 0;
}
.h-remove-bottom {
    margin-bottom: 0;
}
.h-add-half-bottom {
    margin-bottom: var(--vspace-0_5) !important;
}
.h-add-bottom {
    margin-bottom: var(--vspace-1) !important;
}
.h-no-border {
    border: none;
}
.h-full-width {
    width: 100%;
}
.h-text-center {
    text-align: center;
}
.h-text-left {
    text-align: left;
}
.h-text-right {
    text-align: right;
}
.h-pull-left {
    float: left;
}
.h-pull-right {
    float: right;
}



/* ===================================================================
 * # custom grid, block grid STACK breakpoints 
 *
 * ------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
    .block-1000-stack>.column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .w-900-stack, .block-900-stack>.column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}



/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
    font-size: var(--base-size);
}

html, body {
    height: 100%;
}

body {
    /* background: var(--color-body); */
    font-family: 'Pretendard1';
    font-size: var(--text-size);
    font-style: normal;
    font-weight: normal;
    line-height: var(--vspace-1);
    color: var(--color-text);
    margin: 0;
    padding: 0;
}


/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
    color: var(--color-1-light);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
    color: white;
}

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



/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */

/* type scale - ratio 1:2 | base: 18px
 * -------------------------------------------------------------------
    --text-display-3 = (77.40px)
    --text-display-2 = (64.50px)
    --text-display-1 = (53.75px)
    --text-xxxl      = (44.79px)
    --text-xxl       = (37.32px)
    --text-xl        = (31.10px)
    --text-lg        = (25.92px)
    --text-md        = (21.60px)
    --text-size      = (18.00px) BASE
    --text-sm        = (15.00px)
    --text-xs        = (12.50px)
 * -------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Pretendard5';
    font-style: normal;
    color: var(--color-text-dark);
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
}

h1, .h1 {
    margin-top: var(--vspace-2_5);
    margin-bottom: var(--vspace-0_75);
}

h2, .h2, h3, .h3, h4, .h4 {
    margin-top: var(--vspace-2);
    margin-bottom: var(--vspace-0_5);
}

h5, .h5, h6, .h6 {
    margin-top: var(--vspace-1_5);
    margin-bottom: var(--vspace-0_5);
}

h1, .h1 {
    font-size: var(--text-display-1);
    line-height: var(--vspace-2);
    letter-spacing: -.015em;
}

@media screen and (max-width: 400px) {
    h1, .h1 {
        font-size: var(--text-xxxl);
        line-height: var(--vspace-1_75);
    }
}

h2, .h2 {
    font-size: var(--text-xxl);
    line-height: var(--vspace-1_5);
}

h3, .h3 {
    font-size: var(--text-xl);
    line-height: var(--vspace-1_25);
}

h4, .h4 {
    font-size: var(--text-lg);
    line-height: var(--vspace-1);
}

h5, .h5 {
    font-size: var(--text-md);
    line-height: calc(0.875 * var(--space));
}

h6, .h6 {
    font-size: var(--text-sm);
    font-family: 'Pretendard6';
    line-height: var(--vspace-0_75);
    text-transform: uppercase;
    letter-spacing: .22em;
}

.lead, .attention-getter {
    font-family: 'Pretendard4';
    font-size: 16px;
    word-break: keep-all;
    line-height: 2;
    color: var(--color-bg);
    letter-spacing: -0.5px;
}

@media screen and (max-width: 400px) {
    .lead, .attention-getter {
        font-size: 0.9rem;
    }
}

figure img, p img {
    margin: 0;
    vertical-align: bottom;
}

em, i, strong, b {
    font-size: inherit;
    line-height: inherit;
}

em, i {
    font-family: 'Pretendard5';
    font-style: italic;
}

strong, b {
    font-family: 'Pretendard6';
}

small {
    font-size: 1.3rem;
    font-family: 'Pretendard5';
    line-height: calc(0.5 * var(--space));
}

blockquote {
    margin: 0 0 var(--vspace-1) 0;
    padding: var(--vspace-1) var(--vspace-1_5);
    border-left: 4px solid var(--color-text-light);
    position: relative;
}

@media screen and (max-width: 400px) {
    blockquote {
        padding: var(--vspace-0_75) var(--vspace-0_75);
    }
}

blockquote p {
    font-family: 'Pretendard4';
    font-size: var(--text-md);
    font-style: normal;
    line-height: calc(1.125 * var(--space));
    color: var(--color-text-dark);
    padding: 0;
}

blockquote cite {
    display: block;
    font-family: 'Pretendard4';
    font-size: var(--text-sm);
    line-height: var(--vspace-0_75);
    font-style: normal;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite, blockquote cite a, blockquote cite a:visited {
    color: var(--color-text);
    border: none;
}

figure {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

figure img+figcaption {
    margin-top: var(--vspace-1);
}

figcaption {
    font-size: var(--text-sm);
    text-align: center;
    margin-bottom: 0;
}

var, kbd, samp, code, pre {
    font-family: var(--font-mono);
}

pre {
    padding: var(--vspace-0_75) var(--vspace-1) var(--vspace-1);
    background: var(--color-gray-18);
    overflow-x: auto;
}

code {
    font-size: var(--text-sm);
    line-height: 1.6rem;
    margin: 0 .2rem;
    padding: calc(((var(--vspace-1) - 1.6rem) / 2) - .1rem) calc(.8rem - .1rem);
    white-space: nowrap;
    background: var(--color-gray-18);
    border: 1px solid var(--color-gray-17);
    color: var(--color-text-dark);
    border-radius: 3px;
}

pre>code {
    display: block;
    white-space: pre;
    line-height: var(--vspace-1);
    padding: 0;
    margin: 0;
    border: none;
}

.prettyprint code {
    background: var(--color-gray-2);
}

pre.prettyprint>code {
    border: none;
}

del {
    text-decoration: line-through;
}

abbr {
    font-family: 'Pretendard6';
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .1em;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    text-decoration: none;
}

mark {
    background: var(--color-3);
    color: black;
}

hr {
    border: solid var(--color-border);
    border-width: .1rem 0 0;
    clear: both;
    margin: var(--vspace-2) 0 calc(var(--vspace-2) - .1rem);
    height: 0;
}

hr.fancy {
    border: none;
    margin: var(--vspace-2) 0;
    height: var(--vspace-1);
    text-align: center;
}

hr.fancy::before {
    content: "*****";
    letter-spacing: .3em;
}


/* ------------------------------------------------------------------- 
 * ## lists
 * ------------------------------------------------------------------- */
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
li {
    display: list-item;
}
ol, ul {
    margin-left: 1.6rem;
}
ul li {
    padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
    margin: var(--vspace-0_5) 0 var(--vspace-0_5) var(--vspace-0_5);
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: var(--vspace-0_25);
    height: var(--vspace-0_25);
    border-radius: 50%;
    background: var(--color-1-dark);
    position: absolute;
    left: -.9em;
    top: .65em;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: var(--color-1);
}

dd {
    margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe, 
.video-container object, 
.video-container embed, 
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.h-pull-right {
    margin: var(--vspace-0_5) 0 var(--vspace-0_5) 2.8rem;
}

img.h-pull-left {
    margin: var(--vspace-0_5) 2.8rem var(--vspace-0_5) 0;
}


/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: 'Pretendard5';
    border-collapse: collapse;
}

th, td {
    padding: var(--vspace-0_5) 3.2rem calc(var(--vspace-0_5) - .1rem);
    text-align: left;
    border-bottom: 1px solid var(--color-border);
}

th {
    padding: var(--vspace-0_5) 3.2rem;
    color: var(--color-text-dark);
    font-family: 'Pretendard6';
}

th:first-child, 
td:first-child {
    padding-left: 0;
}

th:last-child, td:last-child {
    padding-right: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------------- 
 * ## spacing
 * ------------------------------------------------------------------- */
img, 
p, 
pre, 
table, 
blockquote, 
figure, 
figcaption, 
ul, 
ol,
dl, 
form, 
fieldset, 
textarea, 
select, 
button, 
.btn, 
.video-container, 
.ss-custom-select {
    margin-bottom: var(--vspace-1);
}



/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-white);
    z-index: 500;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.no-js #preloader, .oldie #preloader {
    display: none;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    padding: 0;
    display: inline-block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#loader>div {
    content: "";
    background: var(--color-gray-10);
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

#loader>div:nth-of-type(1) {
    left: 15px;
}

#loader>div:nth-of-type(3) {
    left: -15px;
}

/* dots jump */
.dots-jump>div {
    -webkit-animation: dots-jump 1.2s infinite ease;
    animation: dots-jump 1.2s infinite ease;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.dots-jump>div:nth-of-type(1) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.dots-jump>div:nth-of-type(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
    0% {
        top: 0;
    }
    40% {
        top: -6px;
    }
    80% {
        top: 0;
    }
}

@keyframes dots-jump {
    0% {
        top: 0;
    }
    40% {
        top: -6px;
    }
    80% {
        top: 0;
    }
}

/* dots fade */
.dots-fade>div {
    -webkit-animation: dots-fade 1.6s infinite ease;
    animation: dots-fade 1.6s infinite ease;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.dots-fade>div:nth-of-type(1) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.dots-fade>div:nth-of-type(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0.2;
    }
    80% {
        opacity: 1;
    }
}

@keyframes dots-fade {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0.2;
    }
    80% {
        opacity: 1;
    }
}

/* dots pulse */
.dots-pulse>div {
    -webkit-animation: dots-pulse 1.2s infinite ease;
    animation: dots-pulse 1.2s infinite ease;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.dots-pulse>div:nth-of-type(1) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.dots-pulse>div:nth-of-type(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.3);
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dots-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.3);
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



/* ===================================================================
 * # forms 
 *
 * ------------------------------------------------------------------- */
fieldset {
    border: none;
    margin-bottom: var(--vspace-0_5);
}

input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="text"], 
input[type="tel"], 
input[type="url"], 
input[type="password"], 
textarea, 
select {
    --input-height: var(--vspace-2);
    --input-line-height: var(--vspace-1);
    --input-vpadding: calc(((var(--input-height) - var(--input-line-height)) / 2) - .1rem);

    display: block;
    height: var(--input-height);
    padding: var(--input-vpadding) calc(2.4rem - .1rem);
    border: 0;
    outline: none;
    color: var(--color-placeholder);
    font-family: 'Pretendard5';
    font-size: var(--text-sm);
    line-height: var(--input-line-height);
    max-width: 100%;
    background-color: var(--color-gray-17);
    border: .1rem solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}

.ss-custom-select {
    position: relative;
    padding: 0;
}

.ss-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    margin: 0;
    vertical-align: middle;
}

.ss-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
    display: none;
}

.ss-custom-select::after {
    border-bottom: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

textarea {
    min-height: calc(8 * var(--space));
}

input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
select:focus {
    color: #000;
    -webkit-box-shadow: 0 0 8px #C4C4DC;
    box-shadow: 0 0 8px #C4C4DC;
    border: 1px solid #C4C4DC;
}

label, legend {
    font-family: 'Pretendard5';
    font-size: var(--text-sm);
    line-height: var(--vspace-0_5);
    display: block;
    font-family: 'Pretendard6';
    color: #000;
}

input[type="checkbox"], 
input[type="radio"] {
    display: inline;
}

label>.label-text {
    display: inline-block;
    margin-left: 1rem;
    font-family: 'Pretendard5';
    line-height: inherit;
}

label>input[type="checkbox"], 
label>input[type="radio"] {
    margin: 0;
    position: relative;
    top: .2rem;
}


/* ------------------------------------------------------------------- 
 * ## style placeholder text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--color-placeholder);
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--color-placeholder);
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--color-placeholder);
}
::placeholder {
    /* Most modern browsers support this now. */
    color: var(--color-placeholder);
}
.placeholder {
    color: var(--color-placeholder) !important;
}


/* ------------------------------------------------------------------- 
 * ## change autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus input:-webkit-autofill, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--color-1);
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn, 
button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
    --btn-height: var(--vspace-btn);
    display: inline-block;
    font-family: 'Pretendard6';
    font-size: var(--text-xs);
    text-transform: uppercase;
    letter-spacing: .2em;
    height: var(--btn-height);
    line-height: calc(var(--btn-height) - .4rem);
    padding: 0 3.2rem;
    margin: 0 0.4rem var(--vspace-0_5) 0;
    color: var(--color-white);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1d3273;
    border: 0.2rem solid #1d3273;
}

.btn:hover, 
button:hover, 
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
.btn:focus, 
button:focus, 
input[type="submit"]:focus, 
input[type="reset"]:focus, 
input[type="button"]:focus {
    background-color: var(--color-white);
    color: #1d3273;
    outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary, 
button.btn--primary, 
input[type="submit"].btn--primary, 
input[type="reset"].btn--primary, 
input[type="button"].btn--primary {
    background: var(--color-btn-primary);
    border-color: var(--color-btn-primary);
    color: var(--color-bg);
}

.btn.btn--primary:hover, 
button.btn--primary:hover, 
input[type="submit"].btn--primary:hover, 
input[type="reset"].btn--primary:hover, 
input[type="button"].btn--primary:hover, 
.btn.btn--primary:focus, 
button.btn--primary:focus, 
input[type="submit"].btn--primary:focus, 
input[type="reset"].btn--primary:focus, 
input[type="button"].btn--primary:focus {
    background: var(--color-btn-primary-hover);
    border-color: var(--color-btn-primary-hover);
    color: var(--color-bg);
}

/* button modifiers
 * ------------------------------------------------- */
.btn.h-full-width, 
button.h-full-width {
    width: 100%;
    margin-right: 0;
}

.btn--small, 
button.btn--small {
    font-size: 1.2rem;
    --btn-height: calc(var(--vspace-btn) - var(--vspace-0_5));
}

.btn--medium, 
button.btn--medium {
    --btn-height: calc(var(--vspace-btn) + var(--vspace-0_25));
}

.btn--large, 
button.btn--large {
    --btn-height: calc(var(--vspace-btn) + var(--vspace-0_5));
}

.btn--stroke, 
button.btn--stroke {
    background: transparent !important;
    border: 0.2rem solid var(--color-btn-stroke);
    color: var(--color-btn-stroke-text);
}

.btn--stroke:hover, 
button.btn--stroke:hover {
    background: var(--color-btn-stroke-hover) !important;
    border: 0.2rem solid var(--color-btn-stroke-hover);
    color: var(--color-btn-stroke-hover-text);
}

.btn--pill, 
button.btn--pill {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
    border-radius: 1000px !important;
}

button::-moz-focus-inner, 
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}



/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## additional typo styles
 * ------------------------------------------------------------------- */
.drop-cap:first-letter {
    float: left;
    font-family: 'Pretendard6';
    font-size: calc(3 * var(--space));
    line-height: 1;
    padding: 0 0.125em 0 0;
    text-transform: uppercase;
    background: transparent;
    color: var(--color-text-dark);
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt, .lining dd {
    display: inline;
    margin: 0;
}

.lining dt+dt:before, .lining dd+dt:before {
    content: "\A";
    white-space: pre;
} 

.lining dd+dd:before {
    content: ", ";
}

.lining dd+dd:before {
    content: ", ";
}

.lining dd:before {
    content: ": ";
    margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
    display: inline;
    counter-reset: definitions;
}

.dictionary-style dt+dt:before {
    content: ", ";
    margin-left: -0.2em;
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions;
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <figure class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 * </figure>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
    position: relative;
    padding: 0;
    margin-top: 0;
    text-align: center;
}

.pull-quote blockquote {
    border: none;
    margin: 0 auto;
    max-width: 62rem;
    padding-top: var(--vspace-2_5);
    position: relative;
}

.pull-quote blockquote p {
    font-family: 'Pretendard4';
    color: var(--color-text-dark);
}

.pull-quote blockquote:before {
    content: "";
    display: block;
    height: var(--vspace-1);
    width: var(--vspace-1);
    background-repeat: no-repeat;
    background: center center;
    background-size: contain;
    background-image: url(https://www.swempire.co.kr/homepage/resources/static/images/icons/icon-quote.svg);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: var(--vspace-1);
    left: 50%;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
    padding: 0;
    margin: var(--vspace-1) 0;
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.6rem var(--vspace-0_5) 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid var(--color-border);
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.stats-tabs li a {
    display: inline-block;
    font-size: var(--text-lg);
    font-family: 'Pretendard5';
    line-height: var(--vspace-1_5);
    border: none;
    color: var(--color-white);
}

.stats-tabs li a:hover {
    color: var(--color-1-light);
}

.stats-tabs li a em {
    display: block;
    margin: 0;
    font-family: 'Pretendard5';
    font-size: var(--text-sm);
    line-height: var(--vspace-0_5);
    font-weight: normal;
    font-style: normal;
    color: var(--color-text-light);
}


/* ------------------------------------------------------------------- 
 * ## skillbars
 * ------------------------------------------------------------------- */
.skill-bars {
    list-style: none;
    margin: var(--vspace-2) 0 var(--vspace-1);
}

.skill-bars li {
    height: .4rem;
    background: var(--color-white);
    width: 100%;
    margin-bottom: calc(var(--vspace-2) - .4rem);
    padding: 0;
    position: relative;
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: calc((var(--vspace-1) * 1.25) * -1);
    font-family: 'Pretendard5';
    color: var(--color-white);
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 1.4rem;
    line-height: var(--vspace-0_75);
}

.skill-bars li .progress {
    background: var(--color-1);
    position: relative;
    height: 100%;
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: calc((var(--vspace-1) + .8rem) * -1);
    display: block;
    font-family: 'Pretendard5';
    color: var(--color-white);
    font-size: 1rem;
    line-height: 1;
    background: var(--color-black);
    padding: calc(0.25 * var(--space)) calc(0.25 * var(--space));
    border-radius: 4px;
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: var(--color-black, var(--color-black));
    content: "";
}

.skill-bars li .percent5 {
    width: 5%;
}
.skill-bars li .percent10 {
    width: 10%;
}
.skill-bars li .percent15 {
    width: 15%;
}
.skill-bars li .percent20 {
    width: 20%;
}
.skill-bars li .percent25 {
    width: 25%;
}
.skill-bars li .percent30 {
    width: 30%;
}
.skill-bars li .percent35 {
    width: 35%;
}
.skill-bars li .percent40 {
    width: 40%;
}
.skill-bars li .percent45 {
    width: 45%;
}
.skill-bars li .percent50 {
    width: 50%;
}
.skill-bars li .percent55 {
    width: 55%;
}
.skill-bars li .percent60 {
    width: 60%;
}
.skill-bars li .percent65 {
    width: 65%;
}
.skill-bars li .percent70 {
    width: 70%;
}
.skill-bars li .percent75 {
    width: 75%;
}
.skill-bars li .percent80 {
    width: 80%;
}
.skill-bars li .percent85 {
    width: 85%;
}
.skill-bars li .percent90 {
    width: 90%;
}
.skill-bars li .percent95 {
    width: 95%;
}
.skill-bars li .percent100 {
    width: 100%;
}


/* ------------------------------------------------------------------- 
 * ## alert box
 * ------------------------------------------------------------------- */
.alert-box {
    padding: var(--vspace-0_75) 4rem var(--vspace-0_75) 3.2rem;
    position: relative;
    margin-bottom: var(--vspace-1);
    border-radius: 4px;
    font-family: 'Pretendard5';
    font-size: var(--text-sm);
    line-height: var(--vspace-0_75);
}

.alert-box__close {
    position: absolute;
    display: block;
    right: 1.6rem;
    top: 1.6rem;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.alert-box__close::before, 
.alert-box__close::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 12px;
    top: 0;
    left: 5px;
}

.alert-box__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.alert-box__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.alert-box--error {
    background-color: var(--color-error);
    color: var(--color-error-content);
}

.alert-box--error .alert-box__close::before, 
.alert-box--error .alert-box__close::after {
    background-color: var(--color-error-content);
}

.alert-box--success {
    background-color: var(--color-success);
    color: var(--color-success-content);
}

.alert-box--success .alert-box__close::before, 
.alert-box--success .alert-box__close::after {
    background-color: var(--color-success-content);
}

.alert-box--info {
    background-color: var(--color-info);
    color: var(--color-info-content);
}

.alert-box--info .alert-box__close::before, 
.alert-box--info .alert-box__close::after {
    background-color: var(--color-info-content);
}

.alert-box--notice {
    background-color: var(--color-notice);
    color: var(--color-notice-content);
}

.alert-box--notice .alert-box__close::before, 
.alert-box--notice .alert-box__close::after {
    background-color: var(--color-notice-content);
}

input::placeholder {
    color: #C4C4DC;
}


/* ===================================================================
 * # common and reusable styles
 *
 * ------------------------------------------------------------------- */
.wide {
    max-width: var(--width-wide);
}
.wider {
    max-width: var(--width-wider);
}
.narrow {
    max-width: var(--width-narrow);
}
.narrower {
    max-width: var(--width-narrower);
}

.section-title {
    display: block;
    margin-bottom: var(--vspace-2);
    position: relative;
}


.section-title h3 {
    z-index: 2;
    font-family: 'Pretendard5';
    color: #1d3273;
    /* padding-bottom: 1em; */
    margin-top: 0;
    text-align: center;
    left: 1em;
    bottom: 0;
    text-transform: uppercase;
    word-break: keep-all;
}

.display-1{
    display: flex;
    align-items: center;
}
.display-1 h1{
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0;
    color: #171717;
    font-family: 'Pretendard6';
}
.display-1 img{
    height: 3.5rem;
    margin-right: 10px;
}

.char{
    font-family: 'Pretendard5';
    font-size: 14px;
    word-break: keep-all;
    line-height: 2;
    color: var(--color-bg);
    letter-spacing: -0.5px;
}
.char p{
    margin-bottom: 10px;
    padding-top: 10px;
}

.char p.list{
    padding-top: 0;
    margin-bottom: 5px;
}

.char p.char-line{
    border-top: 1px solid #1d3273;
    font-size: 16px;
}

.more{
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border-radius: 5px;
    border: 1px solid #1d3273;
    background-color: #1d3273;
    transition: all 0.3s;
    margin-bottom: 150px;
}
.more a::before{
    content: url(https://www.swempire.co.kr/homepage/resources/static/img/plus.svg);
    display: block;
    transition: all 0.3s;
    width: 14px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 0;
}
.more:hover a::before{
    content: url(https://www.swempire.co.kr/homepage/resources/static/img/plus-blue.svg);
}
.more a{
    color: var(--color-white);
    font-size: 16px;
    font-family: 'Pretendard5';
    display: flex;
    align-items: center;
}
.more:hover,
.more:focus{
    background: var(--color-white);
}

.more:hover a,
.more:focus a{
    color: #1d3273;
}
.r-more{
    float: right;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border-radius: 5px;
    border: 1px solid #1d3273;
    background-color: #1d3273;
    transition: all 0.3s;
    margin-bottom: 150px;
}
.r-more a::before{
    content: url(https://www.swempire.co.kr/homepage/resources/static/img/plus.svg);
    display: block;
    transition: all 0.3s;
    width: 14px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 0;
}
.r-more:hover a::before{
    content: url(https://www.swempire.co.kr/homepage/resources/static/img/plus-blue.svg);
}
.r-more a{
    color: var(--color-white);
    font-size: 16px;
    font-family: 'Pretendard5';
    display: flex;
    align-items: center;
}
.r-more:hover,
.r-more:focus{
    background: var(--color-white);
}

.r-more:hover a,
.r-more:focus a{
    color: #1d3273;
}


.item-title {
    font-family: 'Pretendard5';
    font-size: var(--text-lg);
    line-height: var(--vspace-1_25);
    margin-top: 0;
    margin-bottom: var(--vspace-0_5);
}


/* ------------------------------------------------------------------- 
 * ## item list 
 * ------------------------------------------------------------------- */
.item-list {
    margin-top: var(--vspace-2_5);
}
.item-list .item {
    padding-right: 8.6rem;
    margin-bottom: var(--vspace-0_5);
}


/* ------------------------------------------------------------------- 
 * ## slick slider 
 * ------------------------------------------------------------------- */
.slick-slider .slick-slide {
    outline: none;
}

.slick-slider .slick-dots {
    display: block;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: var(--vspace-1) 0 0 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
}

.slick-slider .slick-dots li {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

.slick-slider .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    border: none;
    line-height: 8px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.slick-slider .slick-dots li button:hover, 
.slick-slider .slick-dots li button:focus {
    outline: none;
}

.slick-slider .slick-dots li.slick-active button, 
.slick-slider .slick-dots li:hover button {
    background: var(--color-1);
}


/* ------------------------------------------------------------------- 
 * responsive:
 * common and reusable styles
 * ------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
    .display-1 img {
        height: 3.5rem;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .lead{
        font-size: 14px;
    }
    .char{
        line-height: 1.5;
    }
}
@media screen and (max-width: 1100px) {
    .item-list .item {
        padding-right: 2rem;
    }
}
@media screen and (max-width: 1000px) {
    .section-title::before {
        font-size: calc(var(--text-size) * 8);
    }
}
@media screen and (max-width: 800px) {
    .section-title {
        margin-bottom: var(--vspace-1);
    }
    .item-list .item {
        margin-bottom: 0;
    }
    .item-list .item {
        padding-right: var(--gutter-md);
    }
}
@media screen and (max-width: 600px) {
    .item-list .item {
        padding-right: var(--gutter-mob);
    }
}
@media screen and (max-width: 400px) {
    .display-1 {
        font-size: 1rem;
        line-height: var(--vspace-1_5);
    }
    .item-title {
        font-size: var(--text-md);
        line-height: var(--vspace-1);
    }
    .item-list .item {
        padding-right: 0;
    }
}



/* ===================================================================
 * # site header
 *
 * ------------------------------------------------------------------- */
.s-header {
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px #00000010;
}

.s-header.offset {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.s-header.scrolling {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.s-header.sticky {
    background-color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
}


.s-header.sticky .header-nav a {
    color: rgba(255, 255, 255, 0.8);
}

.s-header.sticky.scrolling {
    opacity: 1;
    visibility: visible;
}

.s-header__content {
    height: 8rem;
    position: relative;
    display: flex;
    justify-content: center;
}


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.s-header__logo {
    z-index: 101;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 150px;
    top: calc(50% - 0px);
}

.s-header__logo a {
    display: block;
    border: none;
    padding: 0;
    outline: 0;
}

.s-header__logo img {
    width: 120px;
    height: auto;
    margin-bottom: 0;
}


/* -------------------------------------------------------------------
 * ## main navigation
 * ------------------------------------------------------------------- */
.s-header__nav-wrap {
    /* padding-left: 21.6rem; */
}

.s-header__nav {
    list-style: none;
    font-family: 'Pretendard5';
    font-size: 12px;
    line-height: 6rem;
    padding-top: 1rem;
    padding-bottom: 1.4rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .08em;
    position: relative;
}

.s-header__nav a {
    color: #000;
    
}

.s-header__nav a:hover, .s-header__nav a:focus {
    color: #1d3273 !important;
}

.s-header__nav > li {
    display: inline-block;
    padding: 0;
    margin: 0 3.8rem;
}

.s-header__nav .sub {
    width: 150px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 75px;
    left: -5px;
    z-index: 1;
    display: none;
}

.s-header__nav .sub2 {
    left: 145px;
}

.s-header__nav .sub>li {
    width: 150px;
    height: 50px;
    color: #000;
    background-color: #F4F5FA;
    padding-left: 0;
}
.s-header__nav .sub>li:last-child {
    border: 0;
}
.s-header__nav .sub>li>a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 3.4;
    font-size: 12px;
    font-family: 'Pretendard5';
    transition: all 0.3s;
    border: 1px solid #f4f5fa;
}
.s-header__nav .sub>li>a:hover {
    border: 1px solid #1d3273;
    color: #fff;
}



/* ------------------------------------------------------------------- 
 * ## mobile menu toggle
 * ------------------------------------------------------------------- */
.s-header__menu-toggle {
    z-index: 101;
    display: none;
    height: 4.2rem;
    width: 4.2rem;
    line-height: 4.2rem;
    font-family: 'Pretendard3';
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: white;
    outline: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    right: 5.2rem;
    top: 1.6rem;
}

.s-header__menu-toggle:hover, 
.s-header__menu-toggle:focus {
    color: white;
}

.s-header__menu-toggle span {
    display: block;
    width: 2.4rem;
    height: 2px;
    background-color: var(--color-bg);
    -webkit-transition: all .5s;
    transition: all .5s;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: .9rem;
    right: auto;
    bottom: auto;
}

.s-header__menu-toggle span::before, 
.s-header__menu-toggle span::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 0;
}

.s-header__menu-toggle span::before {
    top: -.9rem;
}

.s-header__menu-toggle span::after {
    bottom: -.9rem;
}

.s-header__menu-toggle.is-clicked span {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .1s;
    transition: all .1s;
}

.s-header__menu-toggle.is-clicked span::before, 
.s-header__menu-toggle.is-clicked span::after {
    background-color: var(--color-bg);
}

.s-header__menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.s-header__menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}



/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * -------------------------------------------------------------------
@media screen and (max-width: 1700px) {
    .s-header__logo {
        left: 6rem;
    }
    .s-header__nav-wrap {
        
    }
    .s-header__content .btn {
        right: 6rem;
    }
}

@media screen and (max-width: 1000px) {
    .s-header__nav-wrap {
        
    }
}

@media screen and (max-width: 900px) {
    .s-header {
        top: 0;
        height: 8rem;
    }

    .s-header__content {
        display: block;
        background-color: #F4F5FA;
        height: auto;
        width: 100%;
        padding: calc(5 * var(--space)) 6rem var(--vspace-2);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        position: absolute;
        top: calc(var(--vspace-0_5) * -1);
        left: 0;
    }

    .s-header__nav-wrap {
        padding: 0;
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem);
        opacity: 0;
        visibility: hidden;
    }
    .s-header__nav {
        display: block;
        width: 100%;
        padding: 0;
    }


    .s-header__nav .sub {
        position: relative;
        top: 0;
        left: 0;
    }


    .s-header__nav a {
        display: block;
    }
    .s-header__nav li {
        border-top: 1px solid rgba(255, 255, 255, 0.03);
        display: block;
        margin: 0;
    }
    .s-header__nav li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    }
    .s-header__menu-toggle {
        display: block;
    }
    .menu-is-open .s-header__content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .menu-is-open .s-header__nav-wrap {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
    }
}

@media screen and (max-width: 600px) {
    .s-header__logo {
        left: 4rem;
    }
    .s-header__menu-toggle {
        right: 4rem;
    }
    .s-header__content {
        padding: calc(5 * var(--space)) 4rem var(--vspace-2);
    }
} */

/**************** header ****************/
#header{
    position: fixed;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 50px;
    z-index: 1000;
    background-color: #fff;
  }
  #header > nav > ul{
    display: flex;
    height: 50px;
    line-height: 40px;
    align-items: center;
    position: relative;
  }
  
  #header > nav > ul > li > .sub_menu{
    display: none;
    flex-direction: column;
    position: absolute;
    left: 3px;
    align-items: flex-start;
    transition: all 0.3s;
    margin: 0;
  }
  #header > nav > ul > li > .sub_menu.sub{
    position: absolute;
    left: 150px;
    width: 130px;
  }
  #header > nav > ul > li > .sub_menu.subsub{
    position: absolute;
    left: 293px;
    width: 130px;
  }
  #header > nav > ul > li > .sub_menu.subsubsub{
    position: absolute;
    left: 437px;
    width: 130px;
  }
  
  #header > nav > ul > li > .sub_menu > .sub_menu_list{
    background-color: #fff;
    width: 145px;
    padding: 5px;
    height: 50px;
    transition: all 0.3s;
    margin: 0;
    text-align: center;
  }
  #header > nav > ul > li > .sub_menu > .sub_menu_list > a{
    color: #000;
    font-size: 14px;
    font-family: 'Pretendard4';
    padding: 5px;
    line-height: 30px;
  }
  #header > nav > ul > li > .sub_menu > .sub_menu_list:hover{
    background-color: #D9E8FF;
  }
  
  #header > nav > ul > li:hover > .sub_menu{
    display: flex;
  }
  
  
  
  #header nav ul > li{
    height: 100%;
    line-height: 50px;
  }
  #header nav ul li a{
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 35px;
    font-family: 'Pretendard5';
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
  }
  #header > nav > ul > li > a:hover{
    background-color: #F4F5FA;
  }
  #header .logo{
    margin: 5px 50px;
  }
  #header .logo img{
    height: 40px;
  }
  .side-bar{
    display: none;
  }
  #check_box {
    display: none;
  }
  #check_box + label {
    display: none;
    position: relative;
    display: block;
    width: 35px;
    height: 23px;
    cursor: pointer;
    z-index: 2;
  }
  #check_box + label > span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    border-radius: 5px;
    transition: all 300ms;
  }
  #check_box:checked + label > span:nth-child(1) {
    top: 50%;
    transform: translate(0, -50%);
    transform: rotate(45deg);
    background: #fff;
  }
  #check_box + label > span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
  }
  #check_box:checked + label > span:nth-child(2) {
    opacity: 0;
  }
  #check_box + label > span:nth-child(3) {
    bottom: 0;
  }
  #check_box:checked + label > span:nth-child(3) {
    top: 50%;
    transform: translate(0, -50%);
    transform: rotate(-45deg);
    background: #fff;
  }
/* 240619 */
#side_menu > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#side_menu > ul > li {
  position: relative;
  margin-bottom: 15px;
  font-family: 'Pretendard5';
}

#side_menu > ul > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Pretendard7';
  text-transform: uppercase;
}

#side_menu > ul > li > ul.sub_menu {
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin: 0;
}

#side_menu > ul > li > ul.sub_menu.open {
  max-height: 250px;
  transition: max-height 0.5s ease-in;
}

#side_menu > ul > li > ul.sub_menu > li {
  border-bottom: none;
  color: #fff;
  /* border-bottom: 1px solid #d9e8ff; */
  transition: all 0.3s;
  margin-bottom: 5px;
}
#side_menu {
  position: fixed;
  width: 250px;
  height: 100vh;
  background-color: #303030;
  right: -300px;
  transition: all 300ms;
  z-index: 1;
  top: 0px;
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 30px 0 0 0;
}

#side_menu > ul > li > .sub_menu > .sub_menu_list > a{
  color: #fff;
  font-size: 14px;
  font-family: 'Pretendard4';
}

/* 
#side_menu > ul > li > .sub_menu > .sub_menu_list:hover{
  border-bottom: 1px solid #000;
}

#side_menu ul ol{display: flex;}

#side_menu ul > ol > li > a{
  color: #000;
  font-size: 12px;
  text-decoration: none;
  font-family: 'Pretendard3';
  text-transform: uppercase;
}
 */
/* 240619 */

  #check_box:checked + label + #side_menu {
    right: 0;
  }
  
  @media (max-width: 991px){
    #header{
        padding: 5px 1rem;
        justify-content: space-between;
    }
    #header .logo{
      margin: 5px 10px;
    }
    #menu{
      display: none;
    }
    .side-bar{
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  
  .lang{
    position: absolute;
    display: flex;
    top: 17px;
    right: 60px;
    font-size: 14px;
    font-family: 'Pretendard7';
  }
  .lang a{
    display: flex;
    align-items: center;
    color: #000;
    height: 15px;
  }
  .lang a:hover{
    color: #f00;
  }

  .lang a:first-child{
    border-right: 2px solid #000;
    margin-right: 5px;
    padding-right: 5px;
  }
  
  
  @media (max-width: 1150px){
    .lang{
        right: 10px;
    }
  }

  #side_menu .sub_lang{
  	margin-top: 50px;
  }
  #side_menu .sub_lang a{
    display: flex; 
    align-items: center; 
    color: #fff; 
    height: 15px;
  }
  #side_menu .sub_lang a:hover{
    color: #f00;
  }

  #side_menu .sub_lang a:first-child{
    border-right: 2px solid #fff;
    margin-right: 5px;
    padding-right: 5px;
  }


/* ===================================================================
 * # hero
 *
 * ------------------------------------------------------------------- */
.s-hero {
    background-color: var(--color-white);
    width: 100%;
    min-height: calc(25.5 * var(--space));
    overflow: hidden;
    position: relative;
}

.s-hero__bg {
    background-image: url(https://www.swempire.co.kr/homepage/resources/static/images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 36.5vw;
}




/* ------------------------------------------------------------------- 
 * ## hero content
 * ------------------------------------------------------------------- */
.s-hero__content {
    padding-top: 15vh;
    padding-bottom: 8vh;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.s-hero__content h1 {
    font-size: 4rem;
    letter-spacing: -.04em;
    line-height: 1.3;
    color: #1d3273;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    font-family: 'Pretendard7';
    word-break: keep-all;
}

.s-hero__content h1::before {
    display: block;
    content: "";
    height: 10rem;
    width: 20rem;
    background-image: url(https://www.swempire.co.kr/homepage/resources/static/images/dots.svg);
    -webkit-transform: translateX(-4rem);
    transform: translateX(-4rem);
    opacity: .25;
    position: absolute;
    bottom: .14em;
    right: 100%;
}

.s-hero__content .btn{
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border-radius: 5px;
    border: 1px solid #1d3273;
    transition: all 0.3s;
}
.s-hero__content .btn:last-child{
    width: 220px;
    margin-left: 10px;
}
.s-hero__content .btn a{
    color: var(--color-white);
    font-size: 14px;
    font-family: 'Pretendard5';
    letter-spacing: 0;
}
.s-hero__content .btn:hover,
.s-hero__content .btn:focus{
    background: var(--color-white);
}

.s-hero__content .btn:hover a,
.s-hero__content .btn:focus a{
    color: #1d3273;
}

/* 로고 이미지 롤링 */
ul, li {
    list-style: none;
}
.flow_banner {
    overflow: hidden;
    display: flex;
    max-width: 1200px;
    margin: 0px auto 60px;
    background: #fff;
}
.flow_banner .list {
    display: flex;
    margin: 0;
    background-color: #0000005e;
}
.flow_banner .list > li {
    white-space: nowrap;
    font-size: 18px;
    color: #000;
    padding: 0 20px;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow_banner .list > li > img{
    height: 60%;
    margin-bottom: 0;
}

@keyframes flowRolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* 반응형 스타일 */
@media (max-width: 1280px) {
    .flow_banner{
        max-width: 900px;
    }
    .flow_banner .list > li {
        font-size: 16px;
        padding: 10px;
        width: 170px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .flow_banner .list > li {
        font-size: 14px;
        padding: 5px;
    }
}




/* hero content about
 * ----------------------------------------------- */
.s-hero__content-about {
    font-family: 'Pretendard4';
    line-height: 1.444;
    color: var(--color-bg);
    position: relative;
    word-break: keep-all;
}

.s-hero__content-about p {
    margin-bottom: 0;
    font-size: 2.8rem;
    font-family: 'Pretendard5';
    word-break: keep-all;
}



/* ------------------------------------------------------------------- 
 * ## hero scroll
 * ------------------------------------------------------------------- */
.s-hero__scroll {
    position: absolute;
    left: 6vw;
    bottom: 0;
    -webkit-transform: rotate(90deg) translateX(-200px);
    transform: rotate(90deg) translateX(-200px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.s-hero__scroll-link {
    display: inline-block;
    font-family: 'Pretendard3';
    font-size: 12px;
    line-height: 3.2rem;
    height: 3.2rem;
    text-transform: uppercase;
    letter-spacing: .4em;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    position: relative;
}

.s-hero__scroll-link:hover, 
.s-hero__scroll-link:focus {
    color: #d1dcff;
}


/* -------------------------------------------------------------------
 * ## animate intro content
 * ------------------------------------------------------------------- */
html.ss-preload .s-hero__content {
    opacity: 0;
}

html.ss-loaded .s-hero__content {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

html.no-csstransitions .s-hero__content {
    opacity: 1;
}


/* ------------------------------------------------------------------- 
 * ## animations
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* fade in left */
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* fade out */
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}


/* ------------------------------------------------------------------- 
 * responsive:
 * content
 * ------------------------------------------------------------------- */
@media screen and (max-width: 1600px) {
    .s-hero__content {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1400px) {
    .s-hero__content {
        max-width: 1000px;
    }
    .s-hero__content h1 {
        font-size: 3rem;
    }
    .s-hero__content-about p {
        font-size: 2rem;
    }
    
    .s-hero__video-link {
        height: 8.8rem;
        width: 8.8rem;
    }
}

@media screen and (max-width: 1200px) {
    .s-hero__content {
        max-width: 900px;
    }
    .display-1 h1 {
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1100px) {
    .s-hero__content {
        max-width: 800px;
    }
    .s-hero__content h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1000px) {
    .s-hero__content {
        max-width: 700px;
    }
    .s-hero__content-about {
        padding-left: 0;
    }
    .s-hero__content-about::before {
        display: none;
    }
    .s-hero__video {
        right: calc(100% - 48vw);
        bottom: calc(7vh);
    }
    .s-hero__video svg {
        display: inline-block;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin-right: .4rem;
        position: static;
    }
    .s-hero__video-link {
        display: inline-block;
        height: auto;
        width: auto;
        background-color: transparent !important;
        -webkit-transition: background-color 0s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0s ease-in-out, color 0.3s ease-in-out;
        border-radius: 0;
    }
    .s-hero__video-text {
        display: inline-block;
    }
    .s-hero__scroll {
        left: auto;
        right: 4.8rem;
        -webkit-transform: rotate(90deg) translateX(-100px) translateY(3.2rem);
        transform: rotate(90deg) translateX(-100px) translateY(3.2rem);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    .s-hero__scroll-link {
        color: var(--color-white);
    }
}

@media screen and (max-width: 900px) {
    .s-hero__bg {
        display: block;
        width: 50vw;
        height: 50vh;
        top: 12rem;
        right: 0;
        bottom: auto;
        left: auto;
    }
    .s-hero__content {
        max-width: 600px;
    }
    .s-hero__video {
        right: calc(100% - 54vw);
    }
    .s-hero__scroll-link {
        color: var(--color-text);
    }
}

@media screen and (max-width: 800px) {
    .s-hero__content {
        padding-bottom: 8vh;
    }
    .s-hero__content h1::before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: -1.2rem;
        bottom: .8em;
    }
    .s-hero__video {
        bottom: calc(8vh);
    }
}

@media screen and (max-width: 700px) {
    .s-hero__content h1 {
        font-size: 2rem;
    }
    .s-hero__content-about p {
        font-size: 2rem;
    }    
    .s-hero__content-social, .s-hero__video {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 600px) {
    .s-hero__content h1 {
        font-size: 6vw;
    }
    .s-hero__content-about {
        padding-right: 0;
    }
    .s-hero__content-about br {
        display: none;
    }
    .s-hero__scroll {
        right: 2.8rem;
    }
    .s-hero__video {
        right: calc(100% - 30rem);
    }
}

@media screen and (max-width: 500px) {
    .s-hero__content h1::before {
        left: -6rem;
        bottom: .6em;
    }
    .s-hero__content-about {
        padding: 0 auto;
    }
    .s-hero__content-about p {
        font-size: 1.5rem;
    }
    
}

@media screen and (max-width: 400px) {
    .s-header__logo {
        left: 3.2rem;
    }
    .s-header__menu-toggle {
        right: 3.2rem;
    }
    .s-hero__content h1::before {
        left: -8rem;
    }
    .s-hero__content {
        padding-bottom: 14vh;
    }
    .s-hero__content-about {
        padding-right: 0;
    }
    .s-hero__content-about p {
        font-size: 1.5rem;
    }
    .s-hero__video {
        right: auto;
        left: 9vw;
        bottom: 8.2vh;
    }
}

@media screen and (max-width: 360px) {
    .s-hero__scroll {
        right: 2rem;
        -webkit-transform: rotate(90deg) translateX(-4rem) translateY(3.2rem);
        transform: rotate(90deg) translateX(-4rem) translateY(3.2rem);
        padding-right: 0;
    }
}



/* ===================================================================
 * # about
 *
 * ------------------------------------------------------------------- */
.s-about {
    background-color: var(--color-white);
    padding-top: calc(3 * var(--space));
    padding-bottom: 0;
    position: relative;
}

.s-about::before {
    content: "";
    display: block;
    width: 20rem;
    height: 15.6rem;
    background-image: url(https://www.swempire.co.kr/homepage/resources/static/img/dots.svg);
    opacity: .25;
    position: absolute;
    top: 50px;
    left: 50%;
}

.s-about .horizontal-line {
    width: 32px;
    height: 20rem;
    position: absolute;
    top: -4rem;
    left: calc(6vw + 1px);
}

.s-about .horizontal-line::before {
    content: url(https://www.swempire.co.kr/homepage/resources/static/img/sroll-line.svg);
    display: block;
    width: 16px;
    position: absolute;
    right: calc(50% - 13px);
    top: 0;
    bottom: 0;
}





/* ------------------------------------------------------------------- 
 * responsive:
 * about
 * ------------------------------------------------------------------- */
@media screen and (max-width: 1400px) {
    .s-about::before {
        right: 15vw;
        left: auto;
    }
}

@media screen and (max-width: 1000px) {
    .s-about {
        padding-top: calc(5 * var(--space));
    }
    .s-about .horizontal-line {
        right: calc(4.6rem);
        left: auto;
    }
}


@media screen and (max-width: 600px) {
    .s-about .horizontal-line {
        right: calc(2.6rem);
    }
}

@media screen and (max-width: 400px) {
    .s-about {
        padding-top: var(--vspace-4);
    }
    .s-about__process h3 {
        padding-left: 3em;
        margin-bottom: var(--vspace-0_75);
    }
}

@media screen and (max-width: 360px) {
    .s-about .horizontal-line {
        height: 16rem;
        top: -2rem;
        right: calc(1.8rem);
    }
}





/* *******************************문의***************************** */
.big-box{
    width: 100%;
    max-width: 1200px;
    background-image: linear-gradient(to bottom, #F4F5FA 50%, #fff 50%);
    font-family: 'Pretendard5';
    position: relative;
    min-height: 500px;
    margin-bottom: 50px;
}
.big-box h2{
    text-align: center;
    color: var(--color-bg);
    width: 80%;
    border-bottom: 1px solid #DEDFE2;
    margin: 50px auto;
    font-size: 2.5rem;
    padding-bottom: 20px;
    font-family: 'Pretendard6';
}
.big-box > p{
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.5;
    color: var(--color-bg);
    margin-bottom: 5px;
}
.big-box > span{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
}



.sma-box{
    background-color: #fff;
    width: 80%;
    min-height: 68%;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 5px 10px #F5F5FF;
}

.text-required{
    font-size: 12px;
    color: #f00;
    margin: 0 50px;
    text-align: end;
    padding: 10px 0 0 0;
}

.question-cont-inner{
    width: 73%;
    margin: 50px auto;
}

.question-cont-inner > div{
    margin-bottom: 30px;
}

.question{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.question h3{
    font-size: 1.15rem;
    font-family: 'Pretendard5';
    margin: 100px 0;
    line-height: 1.5;
}

.form-title{
    display: flex;
    color: rgb(0, 0, 0);
    align-items: center;
    margin-bottom: 10px;
}
.form-title>span{
    font-size: 16px;
    font-family: 'Pretendard5';

}

span.error-text{
    display: none;
    font-size: 0.8rem;
    font-family: 'Pretendard5';
    color: #f00;
}
span.required{
    font-size: 0.8rem;
    margin-left: 3px;
    color: #f00;
}

.form1-content{
    display: flex;
    flex-wrap: wrap;
}
.form1-content .ql-radio{
    margin-left: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.form1-content .ql-radio label{
    margin-left: 5px;
}

.form-content > input{
    margin-left: 20px;
    width: 250px;
    height: 25px;
    background-color: #f4f5fa;
}

.form2-contents{
    display: flex;
}
.form2-contents .form2-inner{
    margin-right: 50px;
    width: 50%;
}
.form1-contents{
    display: flex;
}
.form1-contents .form1-inner{
    /* margin-right: 50px; */
    width: 50%;
}

.form4-content{
    width: 100%;
}
.form4-content .textarea{
    margin: 0 20px;
    width: 100%;
}
.form4-content .textarea #content{
    width: 100%;
    min-height: 200px;
    padding: 10px;
    background-color: #f4f5fa;
    margin-bottom: 0;
}

.check{
    margin: 10px 20px 0;
}
.check .checkbox{
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}
.check .checkbox a{
    text-decoration: none;
    color: #1D3273;
}


.button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.button button{
    display: block;
    width: 200px;
    height: 40px;
    background-color: #1d3273;
    border: 1px solid #1d3273;
    color: #fff;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 10px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
    font-size: 16px;
    font-family: 'Pretendard5';
}
.button button:hover{
    background-color: #fff;
    color: #1d3273;
}


.form3-contents {
    display: flex;
    flex-direction: column;
}
.form3-contents .form3-inner {
    margin-right: 50px;
    width: 50%;
}

@media (max-width: 1050px) {
    .form2-contents{
        flex-direction: column;
    }
    .form1-content .ql-radio{
        width: 50%;
        padding: 10px 0;
    }
    .form-content > input{
        width: 180px;
    }
    .form2-contents .form2-inner {
        width: 70%;
    }
    .form3-contents{
        flex-direction: column;
    }
    .form3-contents .form3-inner {
        width: 70%;
    }
}



/* ********************************footer***************************** */
#footer{
    width: 100%;
    padding: 0 150px;
    background-color: #fff;
    box-shadow: 0 -5px 10px #F5F5FF;
}
#footer .f-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer .f-top .link{
    display: flex;
    margin-bottom: 0;
    margin-top: 10px;
}
#footer .f-top .link li{
    margin-right: 10px;
}
#footer .f-top .link li a{
    text-decoration: none;
    color: var(--color-bg);
    font-size: 12px;
    font-family: 'Pretendard5';
}
#footer .f-top .link li:last-child a{
    font-family: 'Pretendard7';
}
#footer .f-top .f-logo{
    height: 30px;
    margin-top: 10px;
}
#footer .f-top .f-logo img{height: 100%;}

#footer .f-bottom{
    display: flex;
    align-items: flex-end;
}
#footer .f-bottom .c-logo{
    height: 25px;
    margin-bottom: 10px;
}
#footer .f-bottom .c-logo img{
    height: 100%;
    margin-bottom: 0;
}
#footer .f-bottom .c-txt{
    color: var(--color-bg);
    font-size: 12px;
    font-family: 'Pretendard5';
    margin-left: 20px;
    margin-top: 20px;
}
#footer .f-bottom .c-txt p{
    margin-bottom: 0px;
}
#footer .f-bottom .c-txt p span{
    display: inline-block;
    margin-right: 30px;
}


@media (max-width: 1200px){
    #footer .f-bottom{
        /* display: none; */
    }
    #footer{
        padding: 0 30px;
    }
    #footer .f-top .f-logo {
        height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 500px){
    #footer {
        padding: 0 20px;
    }
    #footer .f-top .f-logo {
        height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #footer .f-top .link li {
        line-height: 0.95rem;
    }
    #footer .f-top .link li a{
        font-size: 12px;
    }
}





/* ------------------------------------------------------------------- 
 * ## go top
 * ------------------------------------------------------------------- */
.ss-go-top {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
    bottom: var(--vspace-1);
    right: 4rem;
}

.ss-go-top a {
    color: #fff;
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 6.4rem;
    width: 6.4rem;
    line-height: 6.4rem;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color-gray-19) !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.ss-go-top a:hover{
    color: #1d3273;
}

.ss-go-top.link-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}




@media screen and (max-width: 800px) {
    .ss-go-top a {
        font-size: 1.6rem;
        height: 6rem;
        width: 6rem;
        line-height: 6rem;
    }
}

@media screen and (max-width: 600px) {
    .ss-go-top {
        right: 2.4rem;
        bottom: 2.4rem;
    }
}

@media screen and (max-width: 400px) {
    .ss-go-top a {
        font-size: 1.4rem;
        height: 4.8rem;
        width: 4.8rem;
        line-height: 4.8rem;
    }
}




/********************************************** sub-chain ***********************************************/
.part1-list{
    display: flex;
    justify-content: space-between;
}
.part1-list .part1-list-li {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
}
.part1-list .part1-list-li.w-30{
    width: 30%;
}
.part1-list .part1-list-li .part1-img{
    width: 120px;
    height: 120px;
    display: flex;
    border-radius: 50%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}
.part1-list .part1-list-li .part1-img img{
    height: 60%;
    margin: 0;
}
.part1-list .part1-list-li h5{
    color: #000;
    font-size: 16px;
    font-family: 'Pretendard7';
    margin-top: 2rem;
}
.part1-list .part1-list-li p{
    color: #000;
    font-size: 16px;
    font-family: 'Pretendard5';
    text-align: center;
    word-break: keep-all;
    line-height: 1.5;
}


.part2-list{
    background-image: url(https://www.swempire.co.kr/homepage/resources/static/img/circle-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.part2-list .part2-list-li{
    background-color: #fff;
    border-radius: 5px;
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-height: 400px; */
    margin-bottom: 30px;
    box-shadow: 0 0px 20px #E3E3F8;
    padding: 30px 50px;
}
.part2-list .part2-list-li.w-30{
    width: 30%;
}

.part2-list > .inner-ul{
    display: flex; 
    justify-content: center;
    width: 100%;
    margin: 0;
}
.part2-list > .inner-ul > li.last{
    margin-left: 60px;
}

.part2-list .part2-list-li .list-title{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.part2-list .part2-list-li .list-title img{
    width: 50px;
    height: 50px;
    margin: 0 5px 0 0;
}
.part2-list .part2-list-li .list-title h5{
    color: #000;
    font-size: 18px;
    font-family: 'Pretendard7';
    margin: 0;
    word-break: keep-all;
}
.part2-list .part2-list-li p{
    color: #000;
    word-break: keep-all;
    width: 100%;
    display: flex;
    font-size: 16px;
    margin-bottom: 13px;
    letter-spacing: -0.5px;
    line-height: 1.5;
    font-family: 'Pretendard5';
}
.part2-list .part2-list-li p span{
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    font-family: 'Pretendard5';
}
.part2-list .part2-list-li p img{
    height: 20px;
    display: inline;
}

.system-img{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.system-img img{
    width: 80%;
}


.prod-point{
    display: flex;
    margin: 0;
    margin-bottom: 100px;
    justify-content: space-between;
}
.prod-point .prod-point-li{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 20px #E3E3F8;
    width: 30%;
    padding: 30px 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.prod-point .prod-point-li p{
    font-size: 16px;
    color: #000;
    word-break: keep-all;
    letter-spacing: -0.5px;
    line-height: 1.5;
    font-family: 'Pretendard5';
    text-align: center;
    margin-bottom: 0;
}
.prod-point .prod-point-li p > b{
    display: block;
    font-size: 14px;
    font-family: 'Pretendard6';
}

.prod-point .prod-point-li .list-title{
    margin-bottom: 20px;
}
.prod-point .prod-point-li .liimg{
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin: 0;
    position: absolute;
    display: flex;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f4f5fa;
    align-items: center;
    justify-content: center;
}
.prod-point .prod-point-li .liimg img{
    height: 65%;
    margin: 0;
}

.prod-point .prod-point-li .list-title h5{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-family: 'Pretendard7';
    margin: 0;
    margin-top: 15px;
}

.title-inner-box{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.title-inner-box img{
    margin: 0;
    margin-right: 5px;
}
.title-inner-box h1{
    margin: 0;
    line-height: 1.8;
    word-break: keep-all;
}


/* 문의하기 */
.contact{
    background-color: #f4f5fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
    box-shadow: 0 0 20px #F5F5FF;
}

.contact-text-box{
    margin-left: 40px;
    font-family: 'Pretendard5';
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 600px;
    width: 38%;
}
.contact-text-box .text-box-1 h2{
    font-family: 'Pretendard6';
    line-height: 1.2;
    display: block;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;
}
.contact-text-box .text-box-1 p{
    color: #000;
    font-size: 16px;
}
.contact-text-box .text-box-1 span{
    color: #000;
    font-size: 16px;
}

.contact-text-box .text-box-2 p{
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}

.contact-input-box{
    background-color: #fff;
    width: 55%;
    font-family: 'Pretendard5';
}

.contact-input-box .question-cont-inner {
    width: calc(100% - 100px);
    margin: 0 50px;
}

.contact-input-box .form1 .form1-contents,
.contact-input-box .form2 .form2-contents {
    display: flex;
    flex-direction: column;
}

.contact-input-box .form2-contents .form2-inner,
.contact-input-box .form1-contents .form1-inner{
    width: 100%;
    margin-bottom: 20px;
}

.contact-input-box .form4-content .textarea{
    width: calc(100% - 40px);
}
/* 지도 */
.root_daum_roughmap .wrap_map{
    height: 100%;
}


/* company */
.company-menu{
    display: flex; 
    width: 100%; 
    justify-content: center; 
    align-items: center;
    margin: 0;
}
.company-menu li{
    margin: 0 3.5rem;
}
.company-menu li a{
    color: #1d3273;
    font-family: 'Pretendard5';
}

.history-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.history{
    width: 90%;
    display: flex;
    margin-bottom: 75px;
}

.history .his-contents{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.history .his-contents .tabnav{
    font-size: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}
.history .his-contents .tabnav > li{
    display: inline-block;  
    height:46px; 
    text-align:center; 
}
.history .his-contents .tabnav > li > a::before{
    content:""; 
    position:absolute; 
    left:0; 
    top:0px; 
    width:100%; 
    height:3px; 
}
.history .his-contents .tabnav > li > a.active::before{
    background:#1d3273;
}
.history .his-contents .tabnav > li > a.active{
    border-bottom:1px solid #fff;
}
.history .his-contents .tabnav > li > a{
    position: relative;
    display: inline-block;
    /* background: #f8f8f8; */
    /* color: #000; */
    padding: 20px 30px;
    line-height: 24px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Pretendard5';
    color: #000;
}
.history .his-contents .tabnav > li > a:hover,
.history .his-contents .tabnav > li > a.active{
    background: #fff;
    color: #1d3273;; 
}

.history .his-contents .tabcontent{
    display: block;
    padding: 20px 0;
    min-height:360px; 
    border-top:none;
    overflow-x: scroll;
}
.history .his-contents .tabcontent > div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 50px;
}
.history .his-contents .tabcontent > div > div{
    width: 350px;
}
.history .his-contents .tabcontent > div > div > h5{
    color: #000;
}
.history .his-contents .tabcontent > div > div > ul{
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
    font-family: 'Pretendard5';
}
.history .his-contents .tabcontent > div > div > ul > li{
    display: flex;
    margin-bottom: 5px;
}
.history .his-contents .tabcontent > div > div > ul > li > span{
    margin-right: 5px;
}



/* 스크롤바의 폭 너비 */
.history .his-contents .tabcontent::-webkit-scrollbar {
    height: 12px;  
}

.history .his-contents .tabcontent::-webkit-scrollbar-thumb {
    background: #1d3273; /* 스크롤바 색상 */
    border-radius: 5px; /* 스크롤바 둥근 테두리 */
}

.history .his-contents .tabcontent::-webkit-scrollbar-track {
    background: rgba(20, 57, 220, 0.1);  /*스크롤바 뒷 배경 색상*/
}


.customers{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.customers > div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
}
.customers > div > img{
    width: 80%;
    margin: 0;
}

.prizes{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.prizes .priz-list{
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
.prizes .priz-list .priz-img{
    /* width: 80%; */
    height: 220px;
    margin-bottom: 10px;
    box-shadow: 0 0px 10px #b3b7cf;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.prizes .priz-list .priz-img img{
    height: 100%;
    border-radius: 5px;
    width: 155px;
}

.certificate{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.certificate .cert-list{
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
.certificate .cert-list .cert-img{
    /* width: 80%; */
    width: 155px;
    height: 220px;
    margin-bottom: 10px;
    box-shadow: 0 0px 10px #b3b7cf;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.certificate .cert-list .cert-img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #fff;
}


.news{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.news .news-list{
    display: flex;
    align-items: center;
    width: 48%;
    height: 250px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 0px 10px #e6e8f6;
    cursor: pointer;
    transition: all 0.3s;
}

.news .news-list:hover{
    transform: scale(1.02);
}

.news .news-list .news-date{
    width: 20%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news .news-list .news-date .month{
    margin: 0;
    font-family: 'Pretendard5';
    font-size: 28px;
    margin-bottom: 10px;
}
.news .news-list .news-date .date{
    margin: 0;
    font-family: 'Pretendard5';
    font-size: 50px;
    color: #1d3273;
    margin-bottom: 10px;
}
.news .news-list .news-date .years{
    margin: 0;
    font-family: 'Pretendard5';
    font-size: 24px;
}

.news .news-list .news-txt{
    width: 80%;
    padding: 10px;
}
.news .news-list .news-txt h5{
    color: #000;
    font-family: 'Pretendard5';
    font-size: 18px;
}
.news .news-list .news-txt p{
    color: #000;
    font-family: 'Pretendard5';
    font-size: 14px;
    line-height: 1.5;
}



.patents{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.patents .pate-list{
    display: flex;
    margin-bottom: 40px;
}
.patents .pate-list .pate-img{
    width: 25%;
    display: flex;
    box-shadow: 0 0px 10px #b3b7cf;
    justify-content: center;
    align-items: center;
}
.patents .pate-list .pate-img img{
    width: 100%;
    margin-bottom: 0;
}

.patents .pate-list .pate-txt{
    width: 70%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
}
.patents .pate-list .pate-txt h5{
    color: #000;
    font-family: 'Pretendard5';
    margin: 0;
    font-size: 16px;
}
.patents .pate-list .pate-txt p{
    color: #000;
    font-family: 'Pretendard5';
    font-size: 14px;
    line-height: 1.5;
    word-break: keep-all;
    margin-bottom: 0;
}
.patents .pate-list .pate-txt span{
    color: #000;
    font-family: 'Pretendard5';
    font-size: 14px;
    line-height: 18px;
    display: block;
}

/* 이미지 확대================================================== */
.bigPictureWrapper {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: top;
    top:0%;
    width:100%;
    height:100%;
    z-index: 100;
    background:rgba(158,158,158,0.5);
}
.bigPicture {
    position: relative;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}
/* .bigPictureWrapper > img{
    display: block;
    width: 20px;
    height: 20px;
} */
.bigPicture::after{
    content: "Close";
    display: block;
    font-family: 'Pretendard5';
    color: #000;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px #b4b4b4;
    cursor: pointer;
    transition: all 0.3s;
}

.bigPicture > img {
    max-width: 1000px;
    width: 90%;
    margin: 0;
}

#Customers .customers .cust-img.m_li{
    display: none;
}
#Prizes .prizes .m_li2{
    width: 155px;
    display: none;
}
#Certification .certificate .m_li3{
    display: none;
    width: 155px;
}

#News .news .m_li4.news-list{
    display: none;
}

#Patents .patents .pate-list.m_li5{
    display: none;
}

.clickimg{
    cursor: zoom-in;
}

.bgi-plus{
    position: absolute;
    width: 100%;
    height: 100%;
}
.bgi-plus > video{
    width: 100%;
}

.contact-contents{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.contact-contents > div{
    width: 50%;
    margin-bottom: 20px;
}
.contact-contents .contents-title{
    color: #000;
    font-family: 'Pretendard6';
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
    padding-left: 10px;
    border-left: 1px solid #1d3273;
}


.more-btn{
    margin: 30px auto 50px; 
    border-radius: 5px; 
    font-size: 16px;
    height: 45px; 
    line-height: 45px;
    display: flex;
    font-family: 'Pretendard5';
}
.more-btn::before{
    content: url(https://www.swempire.co.kr/homepage/resources/static/img/plus.svg);
    display: block;
    transition: all 0.3s;
    width: 14px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 0;
}

.more-btn:hover::before{
    content: url(https://www.swempire.co.kr/homepage/resources/static/img/plus-blue.svg);
}

/* 반응형================================================== */
@media screen and (min-width: 1565px) {
    .main-img{
        width: 50%;
    }
    .main-img.sub2{
        width: 50%;
    }
    .s-hero__content-about p.sub-exp{
        font-size: 1.8rem;
    }
    .bigPicture > img {
        width: 45%;
    }
}
@media screen and (max-width: 1900px) {
	.main-img{
        width: 37%;
    }
}
@media screen and (max-width: 1565px) {
	.bgi-plus > video{
        width: auto;
        /* height: 100%; */
    }
    .form-content > input {
        margin-left: 0;
        width: 195px;
    }
    .form1-content .ql-radio {
        margin-left: 20px;
        margin-bottom: 5px;
    }
    .form2-contents .form2-inner {
        margin-right: 0px;
    }
    .question-cont-inner {
        width: 80%;
    }
    .form4-content .textarea{
        margin: 0;
        width: 100%;
    }
    .check{
        margin: 10px 0;
    }
    .contact-text-box .text-box-1 h2 {
        font-size: 30px;
    }
    .contact-input-box .form4-content .textarea {
        width: 100%;
    }
    .contact-input-box .question-cont-inner {
        margin: 0 50px;
    }
    .contact-text-box .text-box-1 span {
        font-size: 14px;
    }

    .part1-list {
        flex-wrap: wrap;
    }
    .part1-list .part1-list-li {
        width: 45%;
    }
    .s-hero__content-about p.sub-exp{
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 1360px) {
    .part2-list .part2-list-li.w-30{
        width: 80%;
        margin-left: 0;
        justify-content: center;
    }
    .part2-list {
        justify-content: center;
    }
    .part2-list.not-3 {
        justify-content: space-between;
    }
    .part2-list > .inner-ul{
        flex-direction: column;
        align-items: center;
    }
    .part2-list > .inner-ul > li.last{
        margin-left: 0px;
    }
    .prizes {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    .certificate {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .patents {
        grid-template-columns: 1fr 1fr;
    }

    .contact-contents{
        flex-direction: column;
    }
    .contact-contents > div{
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1150px) {
    .s-hero__content-about {
        text-align: center;
    }
    .s-hero__content h1 {
        text-align: center;
    }
    .main-banner{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-img{
        margin-top: 30px;
    }
    .s-hero__content{
        display: flex;
        flex-direction: column-reverse;
    }
    .row{
        flex-direction: column;
    }
    .s-about__intro-text{
        width: 100%;
    }
    .s-about__photo-block{
        width: 100%;
    }
    .large-6 {
        max-width: 100%;
    }
    .flow_banner {
        max-width: 700px;
    }
    .reverse-contents{
        flex-direction: column-reverse;
    }
    .s-about__photo{
        display: flex;
        justify-content: center;
    }
    .s-about__intro-text{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .s-about {
        padding-top: calc(3 * var(--space));
    }
    .question-cont-inner {
        width: 90%;
    }
    .contact-text-box {
        margin-left: 0px;
        font-family: 'Pretendard5';
        display: flex;
        flex-direction: column;
        min-height: 0px;
        width: calc(100% - 80px);
        text-align: center;
    }
    .contact {
        background-color: none;
        background-image: linear-gradient(to bottom, #F4F5FA 50%, #fff 50%);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 70px;
        box-shadow: none;
    }
    .contact-input-box{
        box-shadow: 0 0 20px #F5F5FF;
        width: calc(100% - 80px);
        margin-top: 50px;
        border-radius: 10px;
    }
    .row.subb {
        flex-direction: column-reverse;
    }
    .main-img.sub2{
        width: 80%;
    }
    .s-hero__content .btn:last-child {
        margin-left: 0;
        width: 100%;
    }
    .s-hero__content .btn {
        width: 100%;
        margin: 40px auto;
    }
    .prod-point{
        flex-direction: column;
        margin-left: 0;
        align-items: center;
    }
    .prod-point .prod-point-li{
        width: 80%;
        margin: 50px 0;
    }
    .part1-list{
        margin-left: 0;
        justify-content: center;
    }
    .part1-list .part1-list-li.w-30{
        width: 80%;
        margin-left: 0;
        justify-content: center;
    }
    .news .news-list {
        max-height: 200px;
    }
    .news .news-list .news-txt h5 {
        font-size: 16px;
        line-height: 1.5;
    }
    .news .news-list .news-txt p {
        font-size: 12px;
    }
    .bgi-plus > video{
        width: auto;
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    .bigPicture img {
        width: 100%;
    }
    .big-box > span {
        display: block;
        font-size: 14px;
        padding: 0 20px;
    }
    .main-img{
        width: 80%;
    }
    .part2-list{
        justify-content: center;
        margin-left: 0;
    }
    .part2-list.not-3 {
        justify-content: center;
    }
    .part2-list .part2-list-li {
        width: 90%;
    }
    .part2-list .part2-list-li.w-30{
        width: 90%;
    }
    .company-menu li {
        margin: 0 1.5rem;
    }
    .company-menu li {
    margin: 0 1.5rem;
    }
    .company-menu li a {
    font-size: 16px;
    }
    .customers {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .prizes {
        grid-template-columns: 1fr 1fr;
    }
    .certificate {
        grid-template-columns: 1fr 1fr;
    }
    .news{
        justify-content: center;
    }
    .news .news-list{
        width: 80%;
    }
    .patents .pate-list .pate-img {
        width: 30%;
    }
    .patents .pate-list .pate-txt h5 {
        font-size: 14px;
    }
    .patents .pate-list .pate-txt p {
        font-size: 12px;
    }
    .patents .pate-list .pate-txt span {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .form1-contents {
        flex-direction: column;
    }
    .question-cont-inner {
        margin: 20px auto;
    }
    .form-title {
        margin-top: 10px;
    }
    .form2-contents .form2-inner {
        width: 100%;
    }
    .form1-contents .form1-inner {
        width: 100%;
    }
    .form-content > input {
        width: 100%;
    }
    .flow_banner {
        max-width: 350px;
    }
    .flow_banner .list > li {
        width: 115px;
        height: 35px;
    }
    .s-hero__content-about p {
        width: 75%;
        margin: 0 auto;
    }
    .s-hero__content-about p.sub-exp {
        font-size: 1.5rem;
    }
    #footer .f-bottom {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 10px;
    }
    #footer .f-bottom .c-logo {
        margin: 1.6rem 0 0 1.6rem;
    }
    .contact-input-box {
        width: 95%;
    }
    .contact-input-box .question-cont-inner {
        width: 95%;
        margin: 0 auto;
    }
    .contact-text-box .text-box-1 h2 {
        font-size: 23px;
    }
    .text-required {
        text-align: center;
    }
    .s-hero__content .sub-page-btn{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .s-hero__content .sub-page-btn .btn{
        width: 220px;
        margin: 5px 0;
    }
    .s-hero__content .sub-page-btn .btn:first-child{
        margin-top: 30px;
    }
    .s-hero__content .sub-page-btn .btn a{
        font-size: 14px;
    }
    .part1-list{
        justify-content: center;
        margin-left: 0;
    }
    .part1-list .part1-list-li {
        width: 90%;
    }
    .part1-list .part1-list-li.w-30{
        width: 90%;
    }
    .s-hero__scroll-link,
    .s-about .horizontal-line {
        display: none;
    }
    .company-menu {
        flex-wrap: wrap;
    }
    .company-menu li {
        margin: 0;
        width: 150px;
        display: flex;
        justify-content: center;
    }
    .news .news-list{
        width: 95%;
        max-height: 200px;
    }
    .news .news-list .news-txt h5 {
        font-size: 14px;
    }
    .news .news-list .news-txt p {
        font-size: 10px;
    }
    .patents {
        grid-template-columns: 1fr;
    }
}