@charset "UTF-8";
@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf') format("truetype");
    font-display: swap;
} 

@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf') format("truetype");
    font-display: swap;
} 
/*@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf') format("truetype");
    font-display: swap;
} 
*/
html {font-family: 'GmarketSans' !important;}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: SDGothic, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -ms-overflow-style: scrollbar;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: SDGothic, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #040606;
    text-align: left;
    background-color: #fff;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: SDGothic, sans-serif;
    line-height: 1.5em;
}
p {
    margin: 0;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin: 0;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}
dt {
    font-weight: 400;
}
dd {
    margin: 0;
}
blockquote {
    margin: 0;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: 800;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #040606;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #3da4ba;
    text-decoration: none;
}
a:not([href]):not([tabindedx]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindedx]):focus,
a:not([href]):not([tabindedx]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindedx]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: SDGothic, sans-serif;
    font-size: 1em;
}
pre {
    margin: 0;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #040606;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin: 0;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type=number]::
-webkit-inner-spin-button,[type=number]::
-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type=search]::
-webkit-search-cancel-button,[type=search]::
-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
@-webkit-keyframes autofill {
    0%,
    100% {
        color: #666;
        background: 0 0;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
} /*! Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.fa-rotate-90 {
    transform: rotate(90deg);
}
.fa-rotate-180 {
    transform: rotate(180deg);
}
.fa-rotate-270 {
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1, -1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-500px:before {
    content: "\f26e";
}
.fa-accessible-icon:before {
    content: "\f368";
}
.fa-accusoft:before {
    content: "\f369";
}
.fa-acquisitions-incorporated:before {
    content: "\f6af";
}
.fa-ad:before {
    content: "\f641";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-adn:before {
    content: "\f170";
}
.fa-adobe:before {
    content: "\f778";
}
.fa-adversal:before {
    content: "\f36a";
}
.fa-affiliatetheme:before {
    content: "\f36b";
}
.fa-air-freshener:before {
    content: "\f5d0";
}
.fa-airbnb:before {
    content: "\f834";
}
.fa-algolia:before {
    content: "\f36c";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-alipay:before {
    content: "\f642";
}
.fa-allergies:before {
    content: "\f461";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-amazon-pay:before {
    content: "\f42c";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-amilia:before {
    content: "\f36d";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-android:before {
    content: "\f17b";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angry:before {
    content: "\f556";
}
.fa-angrycreative:before {
    content: "\f36e";
}
.fa-angular:before {
    content: "\f420";
}
.fa-ankh:before {
    content: "\f644";
}
.fa-app-store:before {
    content: "\f36f";
}
.fa-app-store-ios:before {
    content: "\f370";
}
.fa-apper:before {
    content: "\f371";
}
.fa-apple:before {
    content: "\f179";
}
.fa-apple-alt:before {
    content: "\f5d1";
}
.fa-apple-pay:before {
    content: "\f415";
}
.fa-archive:before {
    content: "\f187";
}
.fa-archway:before {
    content: "\f557";
}
.fa-arrow-alt-circle-down:before {
    content: "\f358";
}
.fa-arrow-alt-circle-left:before {
    content: "\f359";
}
.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-arrows-alt-h:before {
    content: "\f337";
}
.fa-arrows-alt-v:before {
    content: "\f338";
}
.fa-artstation:before {
    content: "\f77a";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-asymmetrik:before {
    content: "\f372";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-atlas:before {
    content: "\f558";
}
.fa-atlassian:before {
    content: "\f77b";
}
.fa-atom:before {
    content: "\f5d2";
}
.fa-audible:before {
    content: "\f373";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-autoprefixer:before {
    content: "\f41c";
}
.fa-avianex:before {
    content: "\f374";
}
.fa-aviato:before {
    content: "\f421";
}
.fa-award:before {
    content: "\f559";
}
.fa-aws:before {
    content: "\f375";
}
.fa-baby:before {
    content: "\f77c";
}
.fa-baby-carriage:before {
    content: "\f77d";
}
.fa-backspace:before {
    content: "\f55a";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-bacon:before {
    content: "\f7e5";
}
.fa-bahai:before {
    content: "\f666";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-balance-scale-left:before {
    content: "\f515";
}
.fa-balance-scale-right:before {
    content: "\f516";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-band-aid:before {
    content: "\f462";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-baseball-ball:before {
    content: "\f433";
}
.fa-basketball-ball:before {
    content: "\f434";
}
.fa-bath:before {
    content: "\f2cd";
}
.fa-battery-empty:before {
    content: "\f244";
}
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battle-net:before {
    content: "\f835";
}
.fa-bed:before {
    content: "\f236";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bezier-curve:before {
    content: "\f55b";
}
.fa-bible:before {
    content: "\f647";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-biking:before {
    content: "\f84a";
}
.fa-bimobject:before {
    content: "\f378";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-biohazard:before {
    content: "\f780";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitcoin:before {
    content: "\f379";
}
.fa-bity:before {
    content: "\f37a";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-blackberry:before {
    content: "\f37b";
}
.fa-blender:before {
    content: "\f517";
}
.fa-blender-phone:before {
    content: "\f6b6";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-blog:before {
    content: "\f781";
}
.fa-blogger:before {
    content: "\f37c";
}
.fa-blogger-b:before {
    content: "\f37d";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-bold:before {
    content: "\f032";
}
.fa-bolt:before {
    content: "\f0e7";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-bone:before {
    content: "\f5d7";
}
.fa-bong:before {
    content: "\f55c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-book-dead:before {
    content: "\f6b7";
}
.fa-book-medical:before {
    content: "\f7e6";
}
.fa-book-open:before {
    content: "\f518";
}
.fa-book-reader:before {
    content: "\f5da";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-bootstrap:before {
    content: "\f836";
}
.fa-border-all:before {
    content: "\f84c";
}
.fa-border-none:before {
    content: "\f850";
}
.fa-border-style:before {
    content: "\f853";
}
.fa-bowling-ball:before {
    content: "\f436";
}
.fa-box:before {
    content: "\f466";
}
.fa-box-open:before {
    content: "\f49e";
}
.fa-boxes:before {
    content: "\f468";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-brain:before {
    content: "\f5dc";
}
.fa-bread-slice:before {
    content: "\f7ec";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-briefcase-medical:before {
    content: "\f469";
}
.fa-broadcast-tower:before {
    content: "\f519";
}
.fa-broom:before {
    content: "\f51a";
}
.fa-brush:before {
    content: "\f55d";
}
.fa-btc:before {
    content: "\f15a";
}
.fa-buffer:before {
    content: "\f837";
}
.fa-bug:before {
    content: "\f188";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-burn:before {
    content: "\f46a";
}
.fa-buromobelexperte:before {
    content: "\f37f";
}
.fa-bus:before {
    content: "\f207";
}
.fa-bus-alt:before {
    content: "\f55e";
}
.fa-business-time:before {
    content: "\f64a";
}
.fa-buy-n-large:before {
    content: "\f8a6";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-calendar:before {
    content: "\f133";
}
.fa-calendar-alt:before {
    content: "\f073";
}
.fa-calendar-check:before {
    content: "\f274";
}
.fa-calendar-day:before {
    content: "\f783";
}
.fa-calendar-minus:before {
    content: "\f272";
}
.fa-calendar-plus:before {
    content: "\f271";
}
.fa-calendar-times:before {
    content: "\f273";
}
.fa-calendar-week:before {
    content: "\f784";
}
.fa-camera:before {
    content: "\f030";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-campground:before {
    content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
    content: "\f785";
}
.fa-candy-cane:before {
    content: "\f786";
}
.fa-cannabis:before {
    content: "\f55f";
}
.fa-capsules:before {
    content: "\f46b";
}
.fa-car:before {
    content: "\f1b9";
}
.fa-car-alt:before {
    content: "\f5de";
}
.fa-car-battery:before {
    content: "\f5df";
}
.fa-car-crash:before {
    content: "\f5e1";
}
.fa-car-side:before {
    content: "\f5e4";
}
.fa-caravan:before {
    content: "\f8ff";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-caret-square-down:before {
    content: "\f150";
}
.fa-caret-square-left:before {
    content: "\f191";
}
.fa-caret-square-right:before {
    content: "\f152";
}
.fa-caret-square-up:before {
    content: "\f151";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-carrot:before {
    content: "\f787";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cash-register:before {
    content: "\f788";
}
.fa-cat:before {
    content: "\f6be";
}
.fa-cc-amazon-pay:before {
    content: "\f42d";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-apple-pay:before {
    content: "\f416";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-centercode:before {
    content: "\f380";
}
.fa-centos:before {
    content: "\f789";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-chair:before {
    content: "\f6c0";
}
.fa-chalkboard:before {
    content: "\f51b";
}
.fa-chalkboard-teacher:before {
    content: "\f51c";
}
.fa-charging-station:before {
    content: "\f5e7";
}
.fa-chart-area:before {
    content: "\f1fe";
}
.fa-chart-bar:before {
    content: "\f080";
}
.fa-chart-line:before {
    content: "\f201";
}
.fa-chart-pie:before {
    content: "\f200";
}
.fa-check:before {
    content: "\f00c";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-check-double:before {
    content: "\f560";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-cheese:before {
    content: "\f7ef";
}
.fa-chess:before {
    content: "\f439";
}
.fa-chess-bishop:before {
    content: "\f43a";
}
.fa-chess-board:before {
    content: "\f43c";
}
.fa-chess-king:before {
    content: "\f43f";
}
.fa-chess-knight:before {
    content: "\f441";
}
.fa-chess-pawn:before {
    content: "\f443";
}
.fa-chess-queen:before {
    content: "\f445";
}
.fa-chess-rook:before {
    content: "\f447";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-chromecast:before {
    content: "\f838";
}
.fa-church:before {
    content: "\f51d";
}
.fa-circle:before {
    content: "\f111";
}
.fa-circle-notch:before {
    content: "\f1ce";
}
.fa-city:before {
    content: "\f64f";
}
.fa-clinic-medical:before {
    content: "\f7f2";
}
.fa-clipboard:before {
    content: "\f328";
}
.fa-clipboard-check:before {
    content: "\f46c";
}
.fa-clipboard-list:before {
    content: "\f46d";
}
.fa-clock:before {
    content: "\f017";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-closed-captioning:before {
    content: "\f20a";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-cloud-download-alt:before {
    content: "\f381";
}
.fa-cloud-meatball:before {
    content: "\f73b";
}
.fa-cloud-moon:before {
    content: "\f6c3";
}
.fa-cloud-moon-rain:before {
    content: "\f73c";
}
.fa-cloud-rain:before {
    content: "\f73d";
}
.fa-cloud-showers-heavy:before {
    content: "\f740";
}
.fa-cloud-sun:before {
    content: "\f6c4";
}
.fa-cloud-sun-rain:before {
    content: "\f743";
}
.fa-cloud-upload-alt:before {
    content: "\f382";
}
.fa-cloudscale:before {
    content: "\f383";
}
.fa-cloudsmith:before {
    content: "\f384";
}
.fa-cloudversify:before {
    content: "\f385";
}
.fa-cocktail:before {
    content: "\f561";
}
.fa-code:before {
    content: "\f121";
}
.fa-code-branch:before {
    content: "\f126";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cog:before {
    content: "\f013";
}
.fa-cogs:before {
    content: "\f085";
}
.fa-coins:before {
    content: "\f51e";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-comment:before {
    content: "\f075";
}
.fa-comment-alt:before {
    content: "\f27a";
}
.fa-comment-dollar:before {
    content: "\f651";
}
.fa-comment-dots:before {
    content: "\f4ad";
}
.fa-comment-medical:before {
    content: "\f7f5";
}
.fa-comment-slash:before {
    content: "\f4b3";
}
.fa-comments:before {
    content: "\f086";
}
.fa-comments-dollar:before {
    content: "\f653";
}
.fa-compact-disc:before {
    content: "\f51f";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-compress:before {
    content: "\f066";
}
.fa-compress-alt:before {
    content: "\f422";
}
.fa-compress-arrows-alt:before {
    content: "\f78c";
}
.fa-concierge-bell:before {
    content: "\f562";
}
.fa-confluence:before {
    content: "\f78d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-cookie:before {
    content: "\f563";
}
.fa-cookie-bite:before {
    content: "\f564";
}
.fa-copy:before {
    content: "\f0c5";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-cotton-bureau:before {
    content: "\f89e";
}
.fa-couch:before {
    content: "\f4b8";
}
.fa-cpanel:before {
    content: "\f388";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-creative-commons-by:before {
    content: "\f4e7";
}
.fa-creative-commons-nc:before {
    content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}
.fa-creative-commons-nd:before {
    content: "\f4eb";
}
.fa-creative-commons-pd:before {
    content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}
.fa-creative-commons-remix:before {
    content: "\f4ee";
}
.fa-creative-commons-sa:before {
    content: "\f4ef";
}
.fa-creative-commons-sampling:before {
    content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}
.fa-creative-commons-share:before {
    content: "\f4f2";
}
.fa-creative-commons-zero:before {
    content: "\f4f3";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-critical-role:before {
    content: "\f6c9";
}
.fa-crop:before {
    content: "\f125";
}
.fa-crop-alt:before {
    content: "\f565";
}
.fa-cross:before {
    content: "\f654";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-crow:before {
    content: "\f520";
}
.fa-crown:before {
    content: "\f521";
}
.fa-crutch:before {
    content: "\f7f7";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-css3-alt:before {
    content: "\f38b";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-cut:before {
    content: "\f0c4";
}
.fa-cuttlefish:before {
    content: "\f38c";
}
.fa-d-and-d:before {
    content: "\f38d";
}
.fa-d-and-d-beyond:before {
    content: "\f6ca";
}
.fa-dailymotion:before {
    content: "\f952";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-deaf:before {
    content: "\f2a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-democrat:before {
    content: "\f747";
}
.fa-deploydog:before {
    content: "\f38e";
}
.fa-deskpro:before {
    content: "\f38f";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-dev:before {
    content: "\f6cc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-dharmachakra:before {
    content: "\f655";
}
.fa-dhl:before {
    content: "\f790";
}
.fa-diagnoses:before {
    content: "\f470";
}
.fa-diaspora:before {
    content: "\f791";
}
.fa-dice:before {
    content: "\f522";
}
.fa-dice-d20:before {
    content: "\f6cf";
}
.fa-dice-d6:before {
    content: "\f6d1";
}
.fa-dice-five:before {
    content: "\f523";
}
.fa-dice-four:before {
    content: "\f524";
}
.fa-dice-one:before {
    content: "\f525";
}
.fa-dice-six:before {
    content: "\f526";
}
.fa-dice-three:before {
    content: "\f527";
}
.fa-dice-two:before {
    content: "\f528";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-digital-ocean:before {
    content: "\f391";
}
.fa-digital-tachograph:before {
    content: "\f566";
}
.fa-directions:before {
    content: "\f5eb";
}
.fa-discord:before {
    content: "\f392";
}
.fa-discourse:before {
    content: "\f393";
}
.fa-divide:before {
    content: "\f529";
}
.fa-dizzy:before {
    content: "\f567";
}
.fa-dna:before {
    content: "\f471";
}
.fa-dochub:before {
    content: "\f394";
}
.fa-docker:before {
    content: "\f395";
}
.fa-dog:before {
    content: "\f6d3";
}
.fa-dollar-sign:before {
    content: "\f155";
}
.fa-dolly:before {
    content: "\f472";
}
.fa-dolly-flatbed:before {
    content: "\f474";
}
.fa-donate:before {
    content: "\f4b9";
}
.fa-door-closed:before {
    content: "\f52a";
}
.fa-door-open:before {
    content: "\f52b";
}
.fa-dot-circle:before {
    content: "\f192";
}
.fa-dove:before {
    content: "\f4ba";
}
.fa-download:before {
    content: "\f019";
}
.fa-draft2digital:before {
    content: "\f396";
}
.fa-drafting-compass:before {
    content: "\f568";
}
.fa-dragon:before {
    content: "\f6d5";
}
.fa-draw-polygon:before {
    content: "\f5ee";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-dribbble-square:before {
    content: "\f397";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-drum:before {
    content: "\f569";
}
.fa-drum-steelpan:before {
    content: "\f56a";
}
.fa-drumstick-bite:before {
    content: "\f6d7";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-dumbbell:before {
    content: "\f44b";
}
.fa-dumpster:before {
    content: "\f793";
}
.fa-dumpster-fire:before {
    content: "\f794";
}
.fa-dungeon:before {
    content: "\f6d9";
}
.fa-dyalog:before {
    content: "\f399";
}
.fa-earlybirds:before {
    content: "\f39a";
}
.fa-ebay:before {
    content: "\f4f4";
}
.fa-edge:before {
    content: "\f282";
}
.fa-edit:before {
    content: "\f044";
}
.fa-egg:before {
    content: "\f7fb";
}
.fa-eject:before {
    content: "\f052";
}
.fa-elementor:before {
    content: "\f430";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-ello:before {
    content: "\f5f1";
}
.fa-ember:before {
    content: "\f423";
}
.fa-empire:before {
    content: "\f1d1";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-text:before {
    content: "\f658";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-envira:before {
    content: "\f299";
}
.fa-equals:before {
    content: "\f52c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-erlang:before {
    content: "\f39d";
}
.fa-ethereum:before {
    content: "\f42e";
}
.fa-ethernet:before {
    content: "\f796";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-euro-sign:before {
    content: "\f153";
}
.fa-evernote:before {
    content: "\f839";
}
.fa-exchange-alt:before {
    content: "\f362";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-expand:before {
    content: "\f065";
}
.fa-expand-alt:before {
    content: "\f424";
}
.fa-expand-arrows-alt:before {
    content: "\f31e";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-external-link-alt:before {
    content: "\f35d";
}
.fa-external-link-square-alt:before {
    content: "\f360";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-dropper:before {
    content: "\f1fb";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-facebook-messenger:before {
    content: "\f39f";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-fan:before {
    content: "\f863";
}
.fa-fantasy-flight-games:before {
    content: "\f6dc";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-feather:before {
    content: "\f52d";
}
.fa-feather-alt:before {
    content: "\f56b";
}
.fa-fedex:before {
    content: "\f797";
}
.fa-fedora:before {
    content: "\f798";
}
.fa-female:before {
    content: "\f182";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-figma:before {
    content: "\f799";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-alt:before {
    content: "\f15c";
}
.fa-file-archive:before {
    content: "\f1c6";
}
.fa-file-audio:before {
    content: "\f1c7";
}
.fa-file-code:before {
    content: "\f1c9";
}
.fa-file-contract:before {
    content: "\f56c";
}
.fa-file-csv:before {
    content: "\f6dd";
}
.fa-file-download:before {
    content: "\f56d";
}
.fa-file-excel:before {
    content: "\f1c3";
}
.fa-file-export:before {
    content: "\f56e";
}
.fa-file-image:before {
    content: "\f1c5";
}
.fa-file-import:before {
    content: "\f56f";
}
.fa-file-invoice:before {
    content: "\f570";
}
.fa-file-invoice-dollar:before {
    content: "\f571";
}
.fa-file-medical:before {
    content: "\f477";
}
.fa-file-medical-alt:before {
    content: "\f478";
}
.fa-file-pdf:before {
    content: "\f1c1";
}
.fa-file-powerpoint:before {
    content: "\f1c4";
}
.fa-file-prescription:before {
    content: "\f572";
}
.fa-file-signature:before {
    content: "\f573";
}
.fa-file-upload:before {
    content: "\f574";
}
.fa-file-video:before {
    content: "\f1c8";
}
.fa-file-word:before {
    content: "\f1c2";
}
.fa-fill:before {
    content: "\f575";
}
.fa-fill-drip:before {
    content: "\f576";
}
.fa-film:before {
    content: "\f008";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-fingerprint:before {
    content: "\f577";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-fire-alt:before {
    content: "\f7e4";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-firefox-browser:before {
    content: "\f907";
}
.fa-first-aid:before {
    content: "\f479";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-first-order-alt:before {
    content: "\f50a";
}
.fa-firstdraft:before {
    content: "\f3a1";
}
.fa-fish:before {
    content: "\f578";
}
.fa-fist-raised:before {
    content: "\f6de";
}
.fa-flag:before {
    content: "\f024";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-flag-usa:before {
    content: "\f74d";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-flipboard:before {
    content: "\f44d";
}
.fa-flushed:before {
    content: "\f579";
}
.fa-fly:before {
    content: "\f417";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-minus:before {
    content: "\f65d";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-folder-plus:before {
    content: "\f65e";
}
.fa-font:before {
    content: "\f031";
}
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-font-awesome-alt:before {
    content: "\f35c";
}
.fa-font-awesome-flag:before {
    content: "\f425";
}
.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-fonticons-fi:before {
    content: "\f3a2";
}
.fa-football-ball:before {
    content: "\f44e";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-fort-awesome-alt:before {
    content: "\f3a3";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-freebsd:before {
    content: "\f3a4";
}
.fa-frog:before {
    content: "\f52e";
}
.fa-frown:before {
    content: "\f119";
}
.fa-frown-open:before {
    content: "\f57a";
}
.fa-fulcrum:before {
    content: "\f50b";
}
.fa-funnel-dollar:before {
    content: "\f662";
}
.fa-futbol:before {
    content: "\f1e3";
}
.fa-galactic-republic:before {
    content: "\f50c";
}
.fa-galactic-senate:before {
    content: "\f50d";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-gas-pump:before {
    content: "\f52f";
}
.fa-gavel:before {
    content: "\f0e3";
}
.fa-gem:before {
    content: "\f3a5";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-ghost:before {
    content: "\f6e2";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-gifts:before {
    content: "\f79c";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-git-alt:before {
    content: "\f841";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-github:before {
    content: "\f09b";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-gitkraken:before {
    content: "\f3a6";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-gitter:before {
    content: "\f426";
}
.fa-glass-cheers:before {
    content: "\f79f";
}
.fa-glass-martini:before {
    content: "\f000";
}
.fa-glass-martini-alt:before {
    content: "\f57b";
}
.fa-glass-whiskey:before {
    content: "\f7a0";
}
.fa-glasses:before {
    content: "\f530";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-globe-africa:before {
    content: "\f57c";
}
.fa-globe-americas:before {
    content: "\f57d";
}
.fa-globe-asia:before {
    content: "\f57e";
}
.fa-globe-europe:before {
    content: "\f7a2";
}
.fa-gofore:before {
    content: "\f3a7";
}
.fa-golf-ball:before {
    content: "\f450";
}
.fa-goodreads:before {
    content: "\f3a8";
}
.fa-goodreads-g:before {
    content: "\f3a9";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-google-drive:before {
    content: "\f3aa";
}
.fa-google-play:before {
    content: "\f3ab";
}
.fa-google-plus:before {
    content: "\f2b3";
}
.fa-google-plus-g:before {
    content: "\f0d5";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-gopuram:before {
    content: "\f664";
}
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-gratipay:before {
    content: "\f184";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-greater-than:before {
    content: "\f531";
}
.fa-greater-than-equal:before {
    content: "\f532";
}
.fa-grimace:before {
    content: "\f57f";
}
.fa-grin:before {
    content: "\f580";
}
.fa-grin-alt:before {
    content: "\f581";
}
.fa-grin-beam:before {
    content: "\f582";
}
.fa-grin-beam-sweat:before {
    content: "\f583";
}
.fa-grin-hearts:before {
    content: "\f584";
}
.fa-grin-squint:before {
    content: "\f585";
}
.fa-grin-squint-tears:before {
    content: "\f586";
}
.fa-grin-stars:before {
    content: "\f587";
}
.fa-grin-tears:before {
    content: "\f588";
}
.fa-grin-tongue:before {
    content: "\f589";
}
.fa-grin-tongue-squint:before {
    content: "\f58a";
}
.fa-grin-tongue-wink:before {
    content: "\f58b";
}
.fa-grin-wink:before {
    content: "\f58c";
}
.fa-grip-horizontal:before {
    content: "\f58d";
}
.fa-grip-lines:before {
    content: "\f7a4";
}
.fa-grip-lines-vertical:before {
    content: "\f7a5";
}
.fa-grip-vertical:before {
    content: "\f58e";
}
.fa-gripfire:before {
    content: "\f3ac";
}
.fa-grunt:before {
    content: "\f3ad";
}
.fa-guitar:before {
    content: "\f7a6";
}
.fa-gulp:before {
    content: "\f3ae";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-hacker-news-square:before {
    content: "\f3af";
}
.fa-hackerrank:before {
    content: "\f5f7";
}
.fa-hamburger:before {
    content: "\f805";
}
.fa-hammer:before {
    content: "\f6e3";
}
.fa-hamsa:before {
    content: "\f665";
}
.fa-hand-holding:before {
    content: "\f4bd";
}
.fa-hand-holding-heart:before {
    content: "\f4be";
}
.fa-hand-holding-usd:before {
    content: "\f4c0";
}
.fa-hand-lizard:before {
    content: "\f258";
}
.fa-hand-middle-finger:before {
    content: "\f806";
}
.fa-hand-paper:before {
    content: "\f256";
}
.fa-hand-peace:before {
    content: "\f25b";
}
.fa-hand-point-down:before {
    content: "\f0a7";
}
.fa-hand-point-left:before {
    content: "\f0a5";
}
.fa-hand-point-right:before {
    content: "\f0a4";
}
.fa-hand-point-up:before {
    content: "\f0a6";
}
.fa-hand-pointer:before {
    content: "\f25a";
}
.fa-hand-rock:before {
    content: "\f255";
}
.fa-hand-scissors:before {
    content: "\f257";
}
.fa-hand-spock:before {
    content: "\f259";
}
.fa-hands:before {
    content: "\f4c2";
}
.fa-hands-helping:before {
    content: "\f4c4";
}
.fa-handshake:before {
    content: "\f2b5";
}
.fa-hanukiah:before {
    content: "\f6e6";
}
.fa-hard-hat:before {
    content: "\f807";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-hat-cowboy:before {
    content: "\f8c0";
}
.fa-hat-cowboy-side:before {
    content: "\f8c1";
}
.fa-hat-wizard:before {
    content: "\f6e8";
}
.fa-hdd:before {
    content: "\f0a0";
}
.fa-heading:before {
    content: "\f1dc";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-headphones-alt:before {
    content: "\f58f";
}
.fa-headset:before {
    content: "\f590";
}
.fa-heart:before {
    content: "\f004";
}
.fa-heart-broken:before {
    content: "\f7a9";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-helicopter:before {
    content: "\f533";
}
.fa-highlighter:before {
    content: "\f591";
}
.fa-hiking:before {
    content: "\f6ec";
}
.fa-hippo:before {
    content: "\f6ed";
}
.fa-hips:before {
    content: "\f452";
}
.fa-hire-a-helper:before {
    content: "\f3b0";
}
.fa-history:before {
    content: "\f1da";
}
.fa-hockey-puck:before {
    content: "\f453";
}
.fa-holly-berry:before {
    content: "\f7aa";
}
.fa-home:before {
    content: "\f015";
}
.fa-hooli:before {
    content: "\f427";
}
.fa-hornbill:before {
    content: "\f592";
}
.fa-horse:before {
    content: "\f6f0";
}
.fa-horse-head:before {
    content: "\f7ab";
}
.fa-hospital:before {
    content: "\f0f8";
}
.fa-hospital-alt:before {
    content: "\f47d";
}
.fa-hospital-symbol:before {
    content: "\f47e";
}
.fa-hot-tub:before {
    content: "\f593";
}
.fa-hotdog:before {
    content: "\f80f";
}
.fa-hotel:before {
    content: "\f594";
}
.fa-hotjar:before {
    content: "\f3b1";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-house-damage:before {
    content: "\f6f1";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-hryvnia:before {
    content: "\f6f2";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-hubspot:before {
    content: "\f3b2";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-ice-cream:before {
    content: "\f810";
}
.fa-icicles:before {
    content: "\f7ad";
}
.fa-icons:before {
    content: "\f86d";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-alt:before {
    content: "\f47f";
}
.fa-ideal:before {
    content: "\f913";
}
.fa-igloo:before {
    content: "\f7ae";
}
.fa-image:before {
    content: "\f03e";
}
.fa-images:before {
    content: "\f302";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-industry:before {
    content: "\f275";
}
.fa-infinity:before {
    content: "\f534";
}
.fa-info:before {
    content: "\f129";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-instagram-square:before {
    content: "\f955";
}
.fa-intercom:before {
    content: "\f7af";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-invision:before {
    content: "\f7b0";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-italic:before {
    content: "\f033";
}
.fa-itch-io:before {
    content: "\f83a";
}
.fa-itunes:before {
    content: "\f3b4";
}
.fa-itunes-note:before {
    content: "\f3b5";
}
.fa-java:before {
    content: "\f4e4";
}
.fa-jedi:before {
    content: "\f669";
}
.fa-jedi-order:before {
    content: "\f50e";
}
.fa-jenkins:before {
    content: "\f3b6";
}
.fa-jira:before {
    content: "\f7b1";
}
.fa-joget:before {
    content: "\f3b7";
}
.fa-joint:before {
    content: "\f595";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-journal-whills:before {
    content: "\f66a";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-js-square:before {
    content: "\f3b9";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-kaaba:before {
    content: "\f66b";
}
.fa-kaggle:before {
    content: "\f5fa";
}
.fa-key:before {
    content: "\f084";
}
.fa-keybase:before {
    content: "\f4f5";
}
.fa-keyboard:before {
    content: "\f11c";
}
.fa-keycdn:before {
    content: "\f3ba";
}
.fa-khanda:before {
    content: "\f66d";
}
.fa-kickstarter:before {
    content: "\f3bb";
}
.fa-kickstarter-k:before {
    content: "\f3bc";
}
.fa-kiss:before {
    content: "\f596";
}
.fa-kiss-beam:before {
    content: "\f597";
}
.fa-kiss-wink-heart:before {
    content: "\f598";
}
.fa-kiwi-bird:before {
    content: "\f535";
}
.fa-korvue:before {
    content: "\f42f";
}
.fa-landmark:before {
    content: "\f66f";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-laptop-code:before {
    content: "\f5fc";
}
.fa-laptop-medical:before {
    content: "\f812";
}
.fa-laravel:before {
    content: "\f3bd";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-laugh:before {
    content: "\f599";
}
.fa-laugh-beam:before {
    content: "\f59a";
}
.fa-laugh-squint:before {
    content: "\f59b";
}
.fa-laugh-wink:before {
    content: "\f59c";
}
.fa-layer-group:before {
    content: "\f5fd";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-lemon:before {
    content: "\f094";
}
.fa-less:before {
    content: "\f41d";
}
.fa-less-than:before {
    content: "\f536";
}
.fa-less-than-equal:before {
    content: "\f537";
}
.fa-level-down-alt:before {
    content: "\f3be";
}
.fa-level-up-alt:before {
    content: "\f3bf";
}
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-lightbulb:before {
    content: "\f0eb";
}
.fa-line:before {
    content: "\f3c0";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-lira-sign:before {
    content: "\f195";
}
.fa-list:before {
    content: "\f03a";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-lock:before {
    content: "\f023";
}
.fa-lock-open:before {
    content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
    content: "\f309";
}
.fa-long-arrow-alt-left:before {
    content: "\f30a";
}
.fa-long-arrow-alt-right:before {
    content: "\f30b";
}
.fa-long-arrow-alt-up:before {
    content: "\f30c";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-luggage-cart:before {
    content: "\f59d";
}
.fa-lyft:before {
    content: "\f3c3";
}
.fa-magento:before {
    content: "\f3c4";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-mail-bulk:before {
    content: "\f674";
}
.fa-mailchimp:before {
    content: "\f59e";
}
.fa-male:before {
    content: "\f183";
}
.fa-mandalorian:before {
    content: "\f50f";
}
.fa-map:before {
    content: "\f279";
}
.fa-map-marked:before {
    content: "\f59f";
}
.fa-map-marked-alt:before {
    content: "\f5a0";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-markdown:before {
    content: "\f60f";
}
.fa-marker:before {
    content: "\f5a1";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mask:before {
    content: "\f6fa";
}
.fa-mastodon:before {
    content: "\f4f6";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-mdb:before {
    content: "\f8ca";
}
.fa-medal:before {
    content: "\f5a2";
}
.fa-medapps:before {
    content: "\f3c6";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-medium-m:before {
    content: "\f3c7";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-medrt:before {
    content: "\f3c8";
}
.fa-meetup:before {
    content: "\f2e0";
}
.fa-megaport:before {
    content: "\f5a3";
}
.fa-meh:before {
    content: "\f11a";
}
.fa-meh-blank:before {
    content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}
.fa-memory:before {
    content: "\f538";
}
.fa-mendeley:before {
    content: "\f7b3";
}
.fa-menorah:before {
    content: "\f676";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-meteor:before {
    content: "\f753";
}
.fa-microblog:before {
    content: "\f91a";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-alt:before {
    content: "\f3c9";
}
.fa-microphone-alt-slash:before {
    content: "\f539";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-microscope:before {
    content: "\f610";
}
.fa-microsoft:before {
    content: "\f3ca";
}
.fa-minus:before {
    content: "\f068";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-mitten:before {
    content: "\f7b5";
}
.fa-mix:before {
    content: "\f3cb";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-mixer:before {
    content: "\f956";
}
.fa-mizuni:before {
    content: "\f3cc";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.fa-modx:before {
    content: "\f285";
}
.fa-monero:before {
    content: "\f3d0";
}
.fa-money-bill:before {
    content: "\f0d6";
}
.fa-money-bill-alt:before {
    content: "\f3d1";
}
.fa-money-bill-wave:before {
    content: "\f53a";
}
.fa-money-bill-wave-alt:before {
    content: "\f53b";
}
.fa-money-check:before {
    content: "\f53c";
}
.fa-money-check-alt:before {
    content: "\f53d";
}
.fa-monument:before {
    content: "\f5a6";
}
.fa-moon:before {
    content: "\f186";
}
.fa-mortar-pestle:before {
    content: "\f5a7";
}
.fa-mosque:before {
    content: "\f678";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-mountain:before {
    content: "\f6fc";
}
.fa-mouse:before {
    content: "\f8cc";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-mug-hot:before {
    content: "\f7b6";
}
.fa-music:before {
    content: "\f001";
}
.fa-napster:before {
    content: "\f3d2";
}
.fa-neos:before {
    content: "\f612";
}
.fa-network-wired:before {
    content: "\f6ff";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-newspaper:before {
    content: "\f1ea";
}
.fa-nimblr:before {
    content: "\f5a8";
}
.fa-node:before {
    content: "\f419";
}
.fa-node-js:before {
    content: "\f3d3";
}
.fa-not-equal:before {
    content: "\f53e";
}
.fa-notes-medical:before {
    content: "\f481";
}
.fa-npm:before {
    content: "\f3d4";
}
.fa-ns8:before {
    content: "\f3d5";
}
.fa-nutritionix:before {
    content: "\f3d6";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-oil-can:before {
    content: "\f613";
}
.fa-old-republic:before {
    content: "\f510";
}
.fa-om:before {
    content: "\f679";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-orcid:before {
    content: "\f8d2";
}
.fa-osi:before {
    content: "\f41a";
}
.fa-otter:before {
    content: "\f700";
}
.fa-outdent:before {
    content: "\f03b";
}
.fa-page4:before {
    content: "\f3d7";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-pager:before {
    content: "\f815";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-paint-roller:before {
    content: "\f5aa";
}
.fa-palette:before {
    content: "\f53f";
}
.fa-palfed:before {
    content: "\f3d8";
}
.fa-pallet:before {
    content: "\f482";
}
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-parachute-box:before {
    content: "\f4cd";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-parking:before {
    content: "\f540";
}
.fa-passport:before {
    content: "\f5ab";
}
.fa-pastafarianism:before {
    content: "\f67b";
}
.fa-paste:before {
    content: "\f0ea";
}
.fa-patreon:before {
    content: "\f3d9";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-peace:before {
    content: "\f67c";
}
.fa-pen:before {
    content: "\f304";
}
.fa-pen-alt:before {
    content: "\f305";
}
.fa-pen-fancy:before {
    content: "\f5ac";
}
.fa-pen-nib:before {
    content: "\f5ad";
}
.fa-pen-square:before {
    content: "\f14b";
}
.fa-pencil-alt:before {
    content: "\f303";
}
.fa-pencil-ruler:before {
    content: "\f5ae";
}
.fa-penny-arcade:before {
    content: "\f704";
}
.fa-people-carry:before {
    content: "\f4ce";
}
.fa-pepper-hot:before {
    content: "\f816";
}
.fa-percent:before {
    content: "\f295";
}
.fa-percentage:before {
    content: "\f541";
}
.fa-periscope:before {
    content: "\f3da";
}
.fa-person-booth:before {
    content: "\f756";
}
.fa-phabricator:before {
    content: "\f3db";
}
.fa-phoenix-framework:before {
    content: "\f3dc";
}
.fa-phoenix-squadron:before {
    content: "\f511";
}
.fa-phone:before {
    content: "\f095";
}
.fa-phone-alt:before {
    content: "\f879";
}
.fa-phone-slash:before {
    content: "\f3dd";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-phone-square-alt:before {
    content: "\f87b";
}
.fa-phone-volume:before {
    content: "\f2a0";
}
.fa-photo-video:before {
    content: "\f87c";
}
.fa-php:before {
    content: "\f457";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-pied-piper-hat:before {
    content: "\f4e5";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-square:before {
    content: "\f91e";
}
.fa-piggy-bank:before {
    content: "\f4d3";
}
.fa-pills:before {
    content: "\f484";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-pizza-slice:before {
    content: "\f818";
}
.fa-place-of-worship:before {
    content: "\f67f";
}
.fa-plane:before {
    content: "\f072";
}
.fa-plane-arrival:before {
    content: "\f5af";
}
.fa-plane-departure:before {
    content: "\f5b0";
}
.fa-play:before {
    content: "\f04b";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-playstation:before {
    content: "\f3df";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-plus:before {
    content: "\f067";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-poll:before {
    content: "\f681";
}
.fa-poll-h:before {
    content: "\f682";
}
.fa-poo:before {
    content: "\f2fe";
}
.fa-poo-storm:before {
    content: "\f75a";
}
.fa-poop:before {
    content: "\f619";
}
.fa-portrait:before {
    content: "\f3e0";
}
.fa-pound-sign:before {
    content: "\f154";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-pray:before {
    content: "\f683";
}
.fa-praying-hands:before {
    content: "\f684";
}
.fa-prescription:before {
    content: "\f5b1";
}
.fa-prescription-bottle:before {
    content: "\f485";
}
.fa-prescription-bottle-alt:before {
    content: "\f486";
}
.fa-print:before {
    content: "\f02f";
}
.fa-procedures:before {
    content: "\f487";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-project-diagram:before {
    content: "\f542";
}
.fa-pushed:before {
    content: "\f3e1";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-python:before {
    content: "\f3e2";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-question:before {
    content: "\f128";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-quidditch:before {
    content: "\f458";
}
.fa-quinscape:before {
    content: "\f459";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-quran:before {
    content: "\f687";
}
.fa-r-project:before {
    content: "\f4f7";
}
.fa-radiation:before {
    content: "\f7b9";
}
.fa-radiation-alt:before {
    content: "\f7ba";
}
.fa-rainbow:before {
    content: "\f75b";
}
.fa-random:before {
    content: "\f074";
}
.fa-raspberry-pi:before {
    content: "\f7bb";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-react:before {
    content: "\f41b";
}
.fa-reacteurope:before {
    content: "\f75d";
}
.fa-readme:before {
    content: "\f4d5";
}
.fa-rebel:before {
    content: "\f1d0";
}
.fa-receipt:before {
    content: "\f543";
}
.fa-record-vinyl:before {
    content: "\f8d9";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-red-river:before {
    content: "\f3e3";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-redhat:before {
    content: "\f7bc";
}
.fa-redo:before {
    content: "\f01e";
}
.fa-redo-alt:before {
    content: "\f2f9";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-remove-format:before {
    content: "\f87d";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-reply:before {
    content: "\f3e5";
}
.fa-reply-all:before {
    content: "\f122";
}
.fa-replyd:before {
    content: "\f3e6";
}
.fa-republican:before {
    content: "\f75e";
}
.fa-researchgate:before {
    content: "\f4f8";
}
.fa-resolving:before {
    content: "\f3e7";
}
.fa-restroom:before {
    content: "\f7bd";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-rev:before {
    content: "\f5b2";
}
.fa-ribbon:before {
    content: "\f4d6";
}
.fa-ring:before {
    content: "\f70b";
}
.fa-road:before {
    content: "\f018";
}
.fa-robot:before {
    content: "\f544";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-rocketchat:before {
    content: "\f3e8";
}
.fa-rockrms:before {
    content: "\f3e9";
}
.fa-route:before {
    content: "\f4d7";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-ruble-sign:before {
    content: "\f158";
}
.fa-ruler:before {
    content: "\f545";
}
.fa-ruler-combined:before {
    content: "\f546";
}
.fa-ruler-horizontal:before {
    content: "\f547";
}
.fa-ruler-vertical:before {
    content: "\f548";
}
.fa-running:before {
    content: "\f70c";
}
.fa-rupee-sign:before {
    content: "\f156";
}
.fa-sad-cry:before {
    content: "\f5b3";
}
.fa-sad-tear:before {
    content: "\f5b4";
}
.fa-safari:before {
    content: "\f267";
}
.fa-salesforce:before {
    content: "\f83b";
}
.fa-sass:before {
    content: "\f41e";
}
.fa-satellite:before {
    content: "\f7bf";
}
.fa-satellite-dish:before {
    content: "\f7c0";
}
.fa-save:before {
    content: "\f0c7";
}
.fa-schlix:before {
    content: "\f3ea";
}
.fa-school:before {
    content: "\f549";
}
.fa-screwdriver:before {
    content: "\f54a";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-scroll:before {
    content: "\f70e";
}
.fa-sd-card:before {
    content: "\f7c2";
}
.fa-search:before {
    content: "\f002";
}
.fa-search-dollar:before {
    content: "\f688";
}
.fa-search-location:before {
    content: "\f689";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-searchengin:before {
    content: "\f3eb";
}
.fa-seedling:before {
    content: "\f4d8";
}
.fa-sellcast:before {
    content: "\f2da";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-server:before {
    content: "\f233";
}
.fa-servicestack:before {
    content: "\f3ec";
}
.fa-shapes:before {
    content: "\f61f";
}
.fa-share:before {
    content: "\f064";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-shekel-sign:before {
    content: "\f20b";
}
.fa-shield-alt:before {
    content: "\f3ed";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-shipping-fast:before {
    content: "\f48b";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-shoe-prints:before {
    content: "\f54b";
}
.fa-shopify:before {
    content: "\f957";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-shopware:before {
    content: "\f5b5";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-shuttle-van:before {
    content: "\f5b6";
}
.fa-sign:before {
    content: "\f4d9";
}
.fa-sign-in-alt:before {
    content: "\f2f6";
}
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-sign-out-alt:before {
    content: "\f2f5";
}
.fa-signal:before {
    content: "\f012";
}
.fa-signature:before {
    content: "\f5b7";
}
.fa-sim-card:before {
    content: "\f7c4";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-sistrix:before {
    content: "\f3ee";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-sith:before {
    content: "\f512";
}
.fa-skating:before {
    content: "\f7c5";
}
.fa-sketch:before {
    content: "\f7c6";
}
.fa-skiing:before {
    content: "\f7c9";
}
.fa-skiing-nordic:before {
    content: "\f7ca";
}
.fa-skull:before {
    content: "\f54c";
}
.fa-skull-crossbones:before {
    content: "\f714";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-slack:before {
    content: "\f198";
}
.fa-slack-hash:before {
    content: "\f3ef";
}
.fa-slash:before {
    content: "\f715";
}
.fa-sleigh:before {
    content: "\f7cc";
}
.fa-sliders-h:before {
    content: "\f1de";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-smile:before {
    content: "\f118";
}
.fa-smile-beam:before {
    content: "\f5b8";
}
.fa-smile-wink:before {
    content: "\f4da";
}
.fa-smog:before {
    content: "\f75f";
}
.fa-smoking:before {
    content: "\f48d";
}
.fa-smoking-ban:before {
    content: "\f54d";
}
.fa-sms:before {
    content: "\f7cd";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-snowboarding:before {
    content: "\f7ce";
}
.fa-snowflake:before {
    content: "\f2dc";
}
.fa-snowman:before {
    content: "\f7d0";
}
.fa-snowplow:before {
    content: "\f7d2";
}
.fa-socks:before {
    content: "\f696";
}
.fa-solar-panel:before {
    content: "\f5ba";
}
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-alpha-down:before {
    content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
    content: "\f881";
}
.fa-sort-alpha-up:before {
    content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
    content: "\f882";
}
.fa-sort-amount-down:before {
    content: "\f160";
}
.fa-sort-amount-down-alt:before {
    content: "\f884";
}
.fa-sort-amount-up:before {
    content: "\f161";
}
.fa-sort-amount-up-alt:before {
    content: "\f885";
}
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-numeric-down:before {
    content: "\f162";
}
.fa-sort-numeric-down-alt:before {
    content: "\f886";
}
.fa-sort-numeric-up:before {
    content: "\f163";
}
.fa-sort-numeric-up-alt:before {
    content: "\f887";
}
.fa-sort-up:before {
    content: "\f0de";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-sourcetree:before {
    content: "\f7d3";
}
.fa-spa:before {
    content: "\f5bb";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-speakap:before {
    content: "\f3f3";
}
.fa-speaker-deck:before {
    content: "\f83c";
}
.fa-spell-check:before {
    content: "\f891";
}
.fa-spider:before {
    content: "\f717";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-splotch:before {
    content: "\f5bc";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-spray-can:before {
    content: "\f5bd";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-square-full:before {
    content: "\f45c";
}
.fa-square-root-alt:before {
    content: "\f698";
}
.fa-squarespace:before {
    content: "\f5be";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-stackpath:before {
    content: "\f842";
}
.fa-stamp:before {
    content: "\f5bf";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-and-crescent:before {
    content: "\f699";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-star-half-alt:before {
    content: "\f5c0";
}
.fa-star-of-david:before {
    content: "\f69a";
}
.fa-star-of-life:before {
    content: "\f621";
}
.fa-staylinked:before {
    content: "\f3f5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-steam-symbol:before {
    content: "\f3f6";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-sticker-mule:before {
    content: "\f3f7";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stopwatch:before {
    content: "\f2f2";
}
.fa-store:before {
    content: "\f54e";
}
.fa-store-alt:before {
    content: "\f54f";
}
.fa-strava:before {
    content: "\f428";
}
.fa-stream:before {
    content: "\f550";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-stripe:before {
    content: "\f429";
}
.fa-stripe-s:before {
    content: "\f42a";
}
.fa-stroopwafel:before {
    content: "\f551";
}
.fa-studiovinari:before {
    content: "\f3f8";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-subway:before {
    content: "\f239";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-suitcase-rolling:before {
    content: "\f5c1";
}
.fa-sun:before {
    content: "\f185";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-supple:before {
    content: "\f3f9";
}
.fa-surprise:before {
    content: "\f5c2";
}
.fa-suse:before {
    content: "\f7d6";
}
.fa-swatchbook:before {
    content: "\f5c3";
}
.fa-swift:before {
    content: "\f8e1";
}
.fa-swimmer:before {
    content: "\f5c4";
}
.fa-swimming-pool:before {
    content: "\f5c5";
}
.fa-symfony:before {
    content: "\f83d";
}
.fa-synagogue:before {
    content: "\f69b";
}
.fa-sync:before {
    content: "\f021";
}
.fa-sync-alt:before {
    content: "\f2f1";
}
.fa-syringe:before {
    content: "\f48e";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-table-tennis:before {
    content: "\f45d";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-tablet-alt:before {
    content: "\f3fa";
}
.fa-tablets:before {
    content: "\f490";
}
.fa-tachometer-alt:before {
    content: "\f3fd";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-tape:before {
    content: "\f4db";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-taxi:before {
    content: "\f1ba";
}
.fa-teamspeak:before {
    content: "\f4f9";
}
.fa-teeth:before {
    content: "\f62e";
}
.fa-teeth-open:before {
    content: "\f62f";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-telegram-plane:before {
    content: "\f3fe";
}
.fa-temperature-high:before {
    content: "\f769";
}
.fa-temperature-low:before {
    content: "\f76b";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-tenge:before {
    content: "\f7d7";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-the-red-yeti:before {
    content: "\f69d";
}
.fa-theater-masks:before {
    content: "\f630";
}
.fa-themeco:before {
    content: "\f5c6";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-thermometer:before {
    content: "\f491";
}
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-think-peaks:before {
    content: "\f731";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbtack:before {
    content: "\f08d";
}
.fa-ticket-alt:before {
    content: "\f3ff";
}
.fa-times:before {
    content: "\f00d";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-tint:before {
    content: "\f043";
}
.fa-tint-slash:before {
    content: "\f5c7";
}
.fa-tired:before {
    content: "\f5c8";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-toilet:before {
    content: "\f7d8";
}
.fa-toilet-paper:before {
    content: "\f71e";
}
.fa-toolbox:before {
    content: "\f552";
}
.fa-tools:before {
    content: "\f7d9";
}
.fa-tooth:before {
    content: "\f5c9";
}
.fa-torah:before {
    content: "\f6a0";
}
.fa-torii-gate:before {
    content: "\f6a1";
}
.fa-tractor:before {
    content: "\f722";
}
.fa-trade-federation:before {
    content: "\f513";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-traffic-light:before {
    content: "\f637";
}
.fa-trailer:before {
    content: "\f941";
}
.fa-train:before {
    content: "\f238";
}
.fa-tram:before {
    content: "\f7da";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-trash-alt:before {
    content: "\f2ed";
}
.fa-trash-restore:before {
    content: "\f829";
}
.fa-trash-restore-alt:before {
    content: "\f82a";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-trello:before {
    content: "\f181";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-truck-loading:before {
    content: "\f4de";
}
.fa-truck-monster:before {
    content: "\f63b";
}
.fa-truck-moving:before {
    content: "\f4df";
}
.fa-truck-pickup:before {
    content: "\f63c";
}
.fa-tshirt:before {
    content: "\f553";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-tv:before {
    content: "\f26c";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-typo3:before {
    content: "\f42b";
}
.fa-uber:before {
    content: "\f402";
}
.fa-ubuntu:before {
    content: "\f7df";
}
.fa-uikit:before {
    content: "\f403";
}
.fa-umbraco:before {
    content: "\f8e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-umbrella-beach:before {
    content: "\f5ca";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-undo:before {
    content: "\f0e2";
}
.fa-undo-alt:before {
    content: "\f2ea";
}
.fa-uniregistry:before {
    content: "\f404";
}
.fa-unity:before {
    content: "\f949";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-university:before {
    content: "\f19c";
}
.fa-unlink:before {
    content: "\f127";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-untappd:before {
    content: "\f405";
}
.fa-upload:before {
    content: "\f093";
}
.fa-ups:before {
    content: "\f7e0";
}
.fa-usb:before {
    content: "\f287";
}
.fa-user:before {
    content: "\f007";
}
.fa-user-alt:before {
    content: "\f406";
}
.fa-user-alt-slash:before {
    content: "\f4fa";
}
.fa-user-astronaut:before {
    content: "\f4fb";
}
.fa-user-check:before {
    content: "\f4fc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-clock:before {
    content: "\f4fd";
}
.fa-user-cog:before {
    content: "\f4fe";
}
.fa-user-edit:before {
    content: "\f4ff";
}
.fa-user-friends:before {
    content: "\f500";
}
.fa-user-graduate:before {
    content: "\f501";
}
.fa-user-injured:before {
    content: "\f728";
}
.fa-user-lock:before {
    content: "\f502";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-user-minus:before {
    content: "\f503";
}
.fa-user-ninja:before {
    content: "\f504";
}
.fa-user-nurse:before {
    content: "\f82f";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-user-shield:before {
    content: "\f505";
}
.fa-user-slash:before {
    content: "\f506";
}
.fa-user-tag:before {
    content: "\f507";
}
.fa-user-tie:before {
    content: "\f508";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-users-cog:before {
    content: "\f509";
}
.fa-usps:before {
    content: "\f7e1";
}
.fa-ussunnah:before {
    content: "\f407";
}
.fa-utensil-spoon:before {
    content: "\f2e5";
}
.fa-utensils:before {
    content: "\f2e7";
}
.fa-vaadin:before {
    content: "\f408";
}
.fa-vector-square:before {
    content: "\f5cb";
}
.fa-venus:before {
    content: "\f221";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-vial:before {
    content: "\f492";
}
.fa-vials:before {
    content: "\f493";
}
.fa-viber:before {
    content: "\f409";
}
.fa-video:before {
    content: "\f03d";
}
.fa-video-slash:before {
    content: "\f4e2";
}
.fa-vihara:before {
    content: "\f6a7";
}
.fa-vimeo:before {
    content: "\f40a";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-vimeo-v:before {
    content: "\f27d";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-vk:before {
    content: "\f189";
}
.fa-vnv:before {
    content: "\f40b";
}
.fa-voicemail:before {
    content: "\f897";
}
.fa-volleyball-ball:before {
    content: "\f45f";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-mute:before {
    content: "\f6a9";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-vote-yea:before {
    content: "\f772";
}
.fa-vr-cardboard:before {
    content: "\f729";
}
.fa-vuejs:before {
    content: "\f41f";
}
.fa-walking:before {
    content: "\f554";
}
.fa-wallet:before {
    content: "\f555";
}
.fa-warehouse:before {
    content: "\f494";
}
.fa-water:before {
    content: "\f773";
}
.fa-wave-square:before {
    content: "\f83e";
}
.fa-waze:before {
    content: "\f83f";
}
.fa-weebly:before {
    content: "\f5cc";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-weight:before {
    content: "\f496";
}
.fa-weight-hanging:before {
    content: "\f5cd";
}
.fa-weixin:before {
    content: "\f1d7";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-whatsapp-square:before {
    content: "\f40c";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-whmcs:before {
    content: "\f40d";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-wind:before {
    content: "\f72e";
}
.fa-window-close:before {
    content: "\f410";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-wine-bottle:before {
    content: "\f72f";
}
.fa-wine-glass:before {
    content: "\f4e3";
}
.fa-wine-glass-alt:before {
    content: "\f5ce";
}
.fa-wix:before {
    content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
    content: "\f730";
}
.fa-wolf-pack-battalion:before {
    content: "\f514";
}
.fa-won-sign:before {
    content: "\f159";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-wordpress-simple:before {
    content: "\f411";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-wpressr:before {
    content: "\f3e4";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-x-ray:before {
    content: "\f497";
}
.fa-xbox:before {
    content: "\f412";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-yammer:before {
    content: "\f840";
}
.fa-yandex:before {
    content: "\f413";
}
.fa-yandex-international:before {
    content: "\f414";
}
.fa-yarn:before {
    content: "\f7e3";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-yen-sign:before {
    content: "\f157";
}
.fa-yin-yang:before {
    content: "\f6ad";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-youtube-square:before {
    content: "\f431";
}
.fa-zhihu:before {
    content: "\f63f";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
} /*! Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/common/fonts/fontawesome/fa-brands-400.eot);
    src: url(/common/fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/common/fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(/common/fonts/fontawesome/fa-brands-400.woff) format("woff"),
        url(/common/fonts/fontawesome/fa-brands-400.ttf) format("truetype"), url(/common/fonts/fontawesome/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
} /*! Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(/common/fonts/fontawesome/fa-solid-900.eot);
    src: url(/common/fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/common/fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(/common/fonts/fontawesome/fa-solid-900.woff) format("woff"),
        url(/common/fonts/fontawesome/fa-solid-900.ttf) format("truetype"), url(/common/fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
    transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
    transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
    transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
    transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
    transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
    transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
    transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
    transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
    transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
    transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
    transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
    transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
    transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translateZ(0);
}
[data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
    backface-visibility: hidden;
    transition-property: transform;
}
[data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
@-webkit-keyframes rotateImage {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateImage {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes lightside {
    0% {
        opacity: 0.3;
    }
    10% {
        opacity: 0.6;
    }
    20% {
        opacity: 0.4;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
    60% {
        opacity: 0.4;
    }
    70% {
        opacity: 0.6;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.4;
    }
}
@keyframes lightside {
    0% {
        opacity: 0.3;
    }
    10% {
        opacity: 0.6;
    }
    20% {
        opacity: 0.4;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
    60% {
        opacity: 0.4;
    }
    70% {
        opacity: 0.6;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.4;
    }
}
@-webkit-keyframes darkside {
    0% {
        opacity: 0.3;
    }
    5% {
        opacity: 0.6;
    }
    15% {
        opacity: 0.4;
    }
    20% {
        opacity: 0.8;
    }
    25% {
        opacity: 0.3;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 0.4;
    }
    40% {
        opacity: 0.6;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    55% {
        opacity: 0.3;
    }
    60% {
        opacity: 0.6;
    }
    65% {
        opacity: 0.4;
    }
    70% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.6;
    }
    85% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.4;
    }
    95% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.4;
    }
}
@keyframes darkside {
    0% {
        opacity: 0.3;
    }
    5% {
        opacity: 0.6;
    }
    15% {
        opacity: 0.4;
    }
    20% {
        opacity: 0.8;
    }
    25% {
        opacity: 0.3;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 0.4;
    }
    40% {
        opacity: 0.6;
    }
    45% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    55% {
        opacity: 0.3;
    }
    60% {
        opacity: 0.6;
    }
    65% {
        opacity: 0.4;
    }
    70% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.6;
    }
    85% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.4;
    }
    95% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.4;
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes circle {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes circle {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}
@-webkit-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}
@-moz-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}
@-ms-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -10000px 5000px;
    }
}
@keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}
@-webkit-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}
@-moz-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 10000px 0;
    }
}
@-ms-keyframes move-clouds-back {
    from {
        background-position: 0;
    }
    to {
        background-position: 10000px 0;
    }
}
@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
@-moz-keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
@-ms-keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
@keyframes slotSlide {
    0% {
        margin-top: 0;
    }
    12% {
        margin-top: -132.5px;
        opacity: 0.5;
    }
    24% {
        margin-top: -265px;
        opacity: 1;
    }
    36% {
        margin-top: -397.5px;
        opacity: 1;
    }
    48% {
        margin-top: -530px;
        opacity: 1;
    }
    60% {
        margin-top: -397.5px;
        opacity: 1;
    }
    72% {
        margin-top: -265px;
        opacity: 1;
    }
    84% {
        margin-top: -132.5px;
        opacity: 1;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes slotSlide {
    0% {
        margin-top: 0;
    }
    12% {
        margin-top: -132.5px;
        opacity: 0.5;
    }
    24% {
        margin-top: -265px;
        opacity: 1;
    }
    36% {
        margin-top: -397.5px;
        opacity: 1;
    }
    48% {
        margin-top: -530px;
        opacity: 1;
    }
    60% {
        margin-top: -397.5px;
        opacity: 1;
    }
    72% {
        margin-top: -265px;
        opacity: 1;
    }
    84% {
        margin-top: -132.5px;
        opacity: 1;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
@-moz-keyframes slotSlide {
    0% {
        margin-top: 0;
    }
    12% {
        margin-top: -132.5px;
        opacity: 0.5;
    }
    24% {
        margin-top: -265px;
        opacity: 1;
    }
    36% {
        margin-top: -397.5px;
        opacity: 1;
    }
    48% {
        margin-top: -530px;
        opacity: 1;
    }
    60% {
        margin-top: -397.5px;
        opacity: 1;
    }
    72% {
        margin-top: -265px;
        opacity: 1;
    }
    84% {
        margin-top: -132.5px;
        opacity: 1;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}
@-ms-keyframes slotSlide {
    0% {
        margin-top: 0;
    }
    12% {
        margin-top: -132.5px;
        opacity: 0.5;
    }
    24% {
        margin-top: -265px;
        opacity: 1;
    }
    36% {
        margin-top: -397.5px;
        opacity: 1;
    }
    48% {
        margin-top: -530px;
        opacity: 1;
    }
    60% {
        margin-top: -397.5px;
        opacity: 1;
    }
    72% {
        margin-top: -265px;
        opacity: 1;
    }
    84% {
        margin-top: -132.5px;
        opacity: 1;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.container-fluid {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
}
.container-fluid:after {
    display: block;
    clear: both;
    content: "";
}

.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.container:after {
    display: block;
    clear: both;
    content: "";
}
.primary-color {
    color: rgba(187, 134, 252);
}
.primary-color > a {
    color: #3da4ba !important;
}
.secondary-color {
    color: #e86a54 !important;
}
.secondary-color > a {
    color: #e86a54 !important;
}
body.stop-scrolling {
    height: 100%;
    overflow-y: hidden;
}
#header {
    background-color: #27272e;
    padding: 35px 0 0 0;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
    min-width: 1200px;
}
#header .header-logo-box {
    background-color: #34343d;
}
#header .header-logo-box .container {
    overflow: hidden;
}
#header .header-logo-box .inner {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 85px;
}
#header .header-logo-box .inner .logo {
    position: absolute;
    width: 306px;
    height: 48px;
    left: 50%;
    margin-left: -120px;
}
#header .header-logo-box .inner .logo > a {
    color: #fff;
    font-size: 20px;
    padding-left: 306px;
    text-indent: -99999px;
    position: relative;
    display: block;
}
#header .header-logo-box .inner .logo > a:before {
    content: "";
    position: absolute;
    width: 306px;
    height: 45px;
    left: 0;
    top: -10px;
    background-color: transparent;
    background-image: url(/images/common/logo-big.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    display: block;
}
#header .header-logo-box .inner .campus-info {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    font-family: SDGothic, sans-serif;
    margin-top: 10px;
}
#header .header-logo-box .inner .campus-info li {
    position: relative;
    line-height: 1;
}
#header .header-logo-box .inner .campus-info li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #565665;
    left: -10px;
    top: 50%;
    margin-top: -5px;
}
#header .header-logo-box .inner .campus-info li > a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    display: block;
}
#header .header-logo-box .inner .campus-info li + li {
    margin-left: 20px;
}
#header .header-logo-box .inner .campus-info li:first-child:before {
    background-color: #34343d;
}
#header .header-logo-box .inner .campus-info li:last-child > a {
    font-size: 13px;
    color: #fff;
    padding: 0 20px;
    position: relative;
    font-weight: 600;
}
#header .header-logo-box .inner .campus-info li:last-child > a .number {
    width: 17px;
    height: 17px;
    background-color: #3da4ba;
    color: #000;
    font-size: 13px;
    border-radius: 9px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8.5px;
    text-align: center;
    line-height: 17px;
}
#header .header-logo-box .inner .link-other-list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    line-height: 1;
}
#header .header-logo-box .inner .link-other-list > li + li {
    margin-left: 18px;
}
#header .header-logo-box .inner .link-other-list .link {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
#header .header-logo-box .inner .link-other-list .link.sign {
    padding-left: 15px;
    position: relative;
}
#header .header-logo-box .inner .link-other-list .link.sign:before {
    content: "";
    background-color: transparent;
    background-image: url(/images/icons/icon-sign.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 12px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
    background-size: 12px 15px;
}
#header .header-logo-box .inner .link-other-list .link.login {
    padding-left: 15px;
    position: relative;
}
#header .header-logo-box .inner .link-other-list .link.login:before {
    content: "";
    background-color: transparent;
    background-image: url(/images/icons/icon-login.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 11px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
    background-size: 11px 15px;
}
#header.header-club {
    background-color: #27272e;
    padding: 35px 0 0 0;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
    min-width: 1200px;
}
#header.fixed {
    position: fixed;
    z-index: 50;
    -webkit-transform: translate(0, -120px);
    -ms-transform: translate(0, -120px);
    transform: translate(0, -120px);
}
#nav-small {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#nav-small .container {
    position: relative;
}
#nav-small .common-top-menu {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
    height: 29px;
}
#nav-small .common-top-menu .campus-list {
    width: 100%;
    color: #fff;
    font-size: 12px;
}
#nav-small .common-top-menu .campus-list .list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#nav-small .common-top-menu .campus-list .list > li {
    line-height: 1;
}
#nav-small .common-top-menu .campus-list .list > li.active .link {
    color: #fff;
    padding-left: 15px;
    position: relative;
}
#nav-small .common-top-menu .campus-list .list > li.active .link:before {
    content: "";
    width: 11px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background-color: transparent;
    background-image: url(/images/icons/icon-location.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 11px 14px;
}
#nav-small .common-top-menu .campus-list .list .link {
    color: #8c8c9b;
    font-size: 12px;
    font-weight: 600;
}
.left-menu-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 46px;
    background-color: #34343d;
    border-width: 0;
    border-top: 1px solid #42424b;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 101;
}
.left-menu-btn .btn-inner {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 45px;
    height: 45px;
    padding: 4px;
    overflow: hidden;
    text-align: center;
    border: none;
}
.left-menu-btn .btn-inner > span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 10px;
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.left-menu-btn .btn-inner > span:nth-of-type(1) {
    top: 15px;
}
.left-menu-btn .btn-inner > span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
}
.left-menu-btn .btn-inner > span:nth-of-type(3) {
    bottom: 14px;
}
body.left-menu-open .left-menu-btn {
    -webkit-transform: translate(145px, 0);
    -ms-transform: translate(145px, 0);
    transform: translate(145px, 0);
}
body.left-menu-open .left-menu-btn .btn-inner > span:nth-of-type(1) {
    -webkit-transform: translateY 8px rotate -45deg;
    transform: translateY(8px) rotate(-45deg);
}
body.left-menu-open .left-menu-btn .btn-inner > span:nth-of-type(2) {
    opacity: 0;
}
body.left-menu-open .left-menu-btn .btn-inner > span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
body.left-menu-open.left-menu-2depth .left-menu-btn {
    -webkit-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    transform: translate(300px, 0);
    background-color: #27272e;
    border-top-color: #27272e;
}
#nav {
    border-top: 1px solid #42424b;
}
#nav .container-fluid {
    width: 100%;
    background-color: #34343d;
    position: relative;
    display: block;
    z-index: 90;
}
#nav .container-fluid .header-dropdown {
    width: 1200px;
    margin: 0 auto;
}
#nav .common-menu-list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: stretch;
    z-index: 90;
}
#nav .common-menu-list > li {
    padding: 15px 54px 15px 0;
    color: #fff;
}
#nav .common-menu-list > li:last-child {
    padding-right: 0;
}
#nav .common-menu-list > li > a {
    color: #fff;
    font-family: SDGothic, sans-serif;
    display: block;
    line-height: 1;
    font-weight: 600;
    position: relative;
    z-index: 3;
    font-size: 15px;
    text-align: center;
    align-items: stretch;
}
#nav .common-menu-list > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 0;
    height: 4px;
    background-color: #3da4ba;
    transition: width 0.3s ease-in;
}
#nav .common-menu-list > li.submenu {
    transition: all 0.3s ease-in;
}
#nav .common-menu-list > li.submenu.active > a:after,
#nav .common-menu-list > li.submenu:active > a:after,
#nav .common-menu-list > li.submenu:hover > a:after {
    width: 100%;
}
#nav .common-menu-list > li.submenu.open .class-menu {
    display: block;
}
#nav .common-menu-list > li.submenu > a {
    display: block;
    white-space: nowrap;
}
#nav .class-menu {
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    display: none;
    background-color: #27272e;
}
#nav .class-menu .class-menu-wrap {
    position: relative;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
#nav .class-menu .class-list {
    padding: 42px 0;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -13px;
}
#nav .class-menu .class-list > li {
    margin-left: 13px;
}
#nav .class-menu .class-list > li .class-link {
    display: block;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    justify-content: flex-start;
}
#nav .class-menu .class-list > li .class-link .img-box {
    margin-right: 12px;
}
#nav .class-menu .class-list > li .class-link .text-box {
    font-family: SDGothic, sans-serif;
    width: 255px;
    font-weight: 400;
}
#nav .class-menu .class-list > li .class-link .text-box > strong {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.35;
}
#nav .class-menu .class-list > li .class-link .text-box > p {
    font-size: 14px;
    color: #818183;
    line-height: 1.45;
    margin-top: 10px;
}
#nav .icon-counseling {
    position: relative;
    padding-left: 20px;
}
#nav .icon-counseling:before {
    content: "\f3cd";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
}
#left-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    background-color: #27272e;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate(-150px, 0);
    -ms-transform: translate(-150px, 0);
    transform: translate(-150px, 0);
}
#left-menu.open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
#left-menu.open .inner.open {
    width: 300px;
}
#left-menu .inner {
    width: 145px;
    height: 100vh;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    box-sizing: border-box;
}
#left-menu .inner > nav {
    position: relative;
    background-color: #27272e;
}
#left-menu .inner > nav:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 145px;
    height: 435px;
    background-color: #34343d;
    z-index: 8;
}
#left-menu .inner .level-1 {
    width: 145px;
    height: 100vh;
    background-color: #34343d;
    z-index: 10;
    position: relative;
}
#left-menu .inner .level-1:before {
    content: "";
    width: 145px;
    height: 150px;
    background-color: #34343d;
    position: absolute;
    left: 0;
    top: -150px;
    z-index: 6;
}
#left-menu .inner .level-1:after {
    content: "";
    width: 54px;
    height: 67px;
    z-index: 7;
    background-color: transparent;
    background-image: url(/images/common/logo-left.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: -110px;
}
#left-menu .inner .level-1 .parent {
    width: 145px;
    height: 50px;
}
#left-menu .inner .level-1 .parent:first-child {
    margin-top: 150px;
}
#left-menu .inner .level-1 .parent .link {
    width: 145px;
    height: 50px;
    padding: 13px 0 13px 18px;
    display: block;
    color: #fff;
    font-size: 15px;
    background-color: #34343d;
    position: relative;
    font-weight: 600;
    z-index: 5;
    border-top: 1px solid #46464e;
    border-bottom: 1px solid #1b1b1f;
}
#left-menu .inner .level-1 .parent .link:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 10px;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    line-height: 1;
    color: #818181;
}
#left-menu .inner .level-1 .parent .level-2 {
    position: absolute;
    z-index: 4;
    left: 0;
    top: -150px;
    width: 300px;
    height: 100%;
    padding-left: 145px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-sizing: border-box;
}
#left-menu .inner .level-1 .parent .level-2 a {
    color: #fff;
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 5px 0 5px 20px;
    font-weight: 400;
    z-index: 4;
    box-sizing: border-box;
}
#left-menu .inner .level-1 .parent .level-2.curri .line {
    margin-bottom: 20px;
    position: relative;
}
#left-menu .inner .level-1 .parent .level-2.curri .line:after {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #fff;
    opacity: 0.05;
    left: 15px;
    bottom: -10px;
    position: absolute;
}
#left-menu .inner .level-1 .parent .level-2.curri a {
    padding: 3px 0 3px 20px;
}
#left-menu .inner .level-1 .parent:nth-child(1) .level-2 {
    padding-top: 150px;
}
#left-menu .inner .level-1 .parent:nth-child(1) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(2) .level-2 {
    padding-top: 200px;
}
#left-menu .inner .level-1 .parent:nth-child(2) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(3) .level-2 {
    padding-top: 250px;
}
#left-menu .inner .level-1 .parent:nth-child(3) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(4) .level-2 {
    padding-top: 300px;
}
#left-menu .inner .level-1 .parent:nth-child(4) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(5) .level-2 {
    padding-top: 350px;
}
#left-menu .inner .level-1 .parent:nth-child(5) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(6) .level-2 {
    padding-top: 400px;
}
#left-menu .inner .level-1 .parent:nth-child(6) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(7) .level-2 {
    padding-top: 450px;
}
#left-menu .inner .level-1 .parent:nth-child(7) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(8) .level-2 {
    padding-top: 500px;
}
#left-menu .inner .level-1 .parent:nth-child(8) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(9) .level-2 {
    padding-top: 550px;
}
#left-menu .inner .level-1 .parent:nth-child(9) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(10) .level-2 {
    padding-top: 600px;
}
#left-menu .inner .level-1 .parent:nth-child(10) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(11) .level-2 {
    padding-top: 650px;
}
#left-menu .inner .level-1 .parent:nth-child(11) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(12) .level-2 {
    padding-top: 700px;
}
#left-menu .inner .level-1 .parent:nth-child(12) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(13) .level-2 {
    padding-top: 750px;
}
#left-menu .inner .level-1 .parent:nth-child(13) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(14) .level-2 {
    padding-top: 800px;
}
#left-menu .inner .level-1 .parent:nth-child(14) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(15) .level-2 {
    padding-top: 850px;
}
#left-menu .inner .level-1 .parent:nth-child(15) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(16) .level-2 {
    padding-top: 900px;
}
#left-menu .inner .level-1 .parent:nth-child(16) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(17) .level-2 {
    padding-top: 950px;
}
#left-menu .inner .level-1 .parent:nth-child(17) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(18) .level-2 {
    padding-top: 1000px;
}
#left-menu .inner .level-1 .parent:nth-child(18) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(19) .level-2 {
    padding-top: 1050px;
}
#left-menu .inner .level-1 .parent:nth-child(19) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent:nth-child(20) .level-2 {
    padding-top: 1100px;
}
#left-menu .inner .level-1 .parent:nth-child(20) .level-2.curri {
    padding-top: 100px;
}
#left-menu .inner .level-1 .parent.current .link {
    color: #3da4ba;
}
#left-menu .inner .level-1 .parent.current .link:after {
    color: #3da4ba;
}
#left-menu .inner .level-1 .parent.active .link {
    color: #3da4ba;
}
#left-menu .inner .level-1 .parent.active .link:after {
    color: #3da4ba;
}
#left-menu .inner .level-1 .parent.active .level-2,
#left-menu .inner .level-1 .parent.active .level-2.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
#left-menu .inner .level-1 > li:last-child {
    position: relative;
}
#left-menu .inner .level-1 > li:last-child:after {
    content: "";
    width: 145px;
    height: 500px;
    background-color: #34343d;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 6;
}
#contents {
    min-width: 1200px;
    min-height: 1200px;
    overflow: hidden;
}
#contents:after {
    display: block;
    clear: both;
    content: "";
}
#contents .common-subpage-tit-wrap {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0 40px 0;
    border-bottom: 3px solid #000;
    position: relative;
    z-index: 12;
}
#contents .common-subpage-tit-wrap .left-box .title {
    color: #34343d;
    font-size: 37px;
    font-weight: 800;
    margin: 5px 0 20px 0;
    line-height: 1;
    font-family: SDGothic, sans-serif;
}
#contents .common-subpage-tit-wrap .left-box .title.font-en {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
}
#contents .common-subpage-tit-wrap .left-box .sub-text {
    color: #34343d;
    font-size: 16px;
    font-weight: 400;
}
#contents .common-subpage-tit-wrap .right-box {
    position: relative;
}
#contents .common-subpage-tit-wrap .right-box.select {
    position: relative;
    padding: 20px 0 0 30px;
    width: 210px;
}
#contents .common-subpage-tit-wrap .right-box.select .campus-select-wrap {
    position: absolute;
}
#contents .common-subpage-tit-wrap.border-none {
    border: none;
}
#contents .common-tit-heading {
    font-size: 39px;
    color: #333;
}
#footer {
    background-color: #34343d;
    position: relative;
    min-width: 1200px;
    z-index: 12;
}
#footer .footer-top {
    overflow: hidden;
    border-bottom: 1px solid #484747;
}
#footer .footer-top .footer-menu {
    padding: 20px 0;
    float: left;
}
#footer .footer-top .footer-menu > li {
    float: left;
    margin: 0 28px;
    position: relative;
}
#footer .footer-top .footer-menu > li:before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #3b3939;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -5px;
}
#footer .footer-top .footer-menu > li:first-child {
    margin-left: 0;
}
#footer .footer-top .footer-menu > li:first-child:before {
    content: "";
    width: 0;
    height: 0;
}
#footer .footer-top .footer-menu > li > a {
    display: block;
    color: #7e7e7e;
    font-size: 14px;
    white-space: nowrap;
}
#footer .footer-top .footer-menu > li > a > strong {
    color: #bebebe;
    font-weight: 700;
}
#footer .footer-top .footer-menu > li > a:hover {
    opacity: 0.75;
}
#footer .footer-top .footer-sns {
    float: left;
    margin: 0 15px;
    padding: 20px 0;
}
#footer .footer-top .footer-sns > li {
    float: left;
}
#footer .footer-top .footer-sns > li > a {
    display: block;
    font-size: 0;
    color: transparent;
    background-position: center center;
    margin: 0 10px;
}
#footer .footer-top .footer-sns > li > a:hover {
    opacity: 0.75;
}
#footer .footer-top .footer-sns > li > a.icon-sns-facebook {
    width: 14px;
    height: 20px;
    background-color: transparent;
    background-image: url(/images/icons/sns-facebook-dark.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-left: 0;
}

#footer .footer-top .footer-sns > li > a.icon-sns-instar {
    width: 21px;
    height: 20px;
    background-color: transparent;
    background-image: url(/images/icons/sns-instar-dark.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#footer .footer-top .footer-sns > li > a.icon-sns-naver-b {
    width: 30px;
    height: 20px;
    background-color: transparent;
    background-image: url(/images/icons/sns-naverblog-dark.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#footer .footer-top .footer-sns > li > a.icon-sns-naver-tv {
    width: 18px;
    height: 20px;
    background-color: transparent;
    background-image: url(/images/icons/sns-navertv-dark.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#footer .footer-top .footer-sns > li > a.icon-sns-youtube {
    width: 22px;
    height: 20px;
    background-color: transparent;
    background-image: url(/images/icons/sns-youtube-dark.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#footer .footer-top .select-family {
    width: 200px;
    height: 35px;
    float: right;
    margin: 15px 0;
    background-color: #cacaca;
    position: relative;
    font-size: 16px;
}
#footer .footer-top .select-family:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 35px;
    width: 37px;
    height: 100%;
    background-color: #b8b8b8;
    color: #454545;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
#footer .footer-top .select-family .select {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.25;
    padding: 9px 50px 9px 15px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 2;
    color: #747474;
}
#footer .footer-bottom {
    overflow: hidden;
    padding: 30px 0;
}
#footer .footer-bottom h6 {
    color: #afafaf;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
#footer .footer-bottom .left-box {
    float: left;
    width: 700px;
}
#footer .footer-bottom .left-box dl {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    color: #7e7e7e;
    font-size: 14px;
}
#footer .footer-bottom .left-box dl dd,
#footer .footer-bottom .left-box dl dt {
    white-space: nowrap;
}
#footer .footer-bottom .left-box dl.width-full {
    display: block;
}
#footer .footer-bottom .left-box dl.width-half {
    float: left;
}
#footer .footer-bottom .left-box dl.tel-num > dd {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
#footer .footer-bottom .left-box dl.tel-num > dd:before {
    content: "T.";
    margin-right: 5px;
}
#footer .footer-bottom .left-box dl.tel-num > dd > a {
    color: #fff;
}
#footer .footer-bottom .left-box dl.tel-num > dd > a:hover {
    opacity: 0.75;
}
#footer .footer-bottom .left-box dl.fax-num > dd {
    position: relative;
    color: #7e7e7e;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}
#footer .footer-bottom .left-box dl.fax-num > dd:before {
    content: "F.";
    margin-right: 5px;
}
#footer .footer-bottom .left-box dl.fax-num > dd > a {
    color: #7e7e7e;
}
#footer .footer-bottom .left-box dl.fax-num > dd > a:hover {
    opacity: 0.75;
}
#footer .footer-bottom .left-box .copyright {
    color: #7e7e7e;
    font-size: 14px;
}
#footer .footer-bottom .left-box dt.colon {
    padding-right: 5px;
    position: relative;
}
#footer .footer-bottom .left-box dt.colon:after {
    content: ":";
    margin-left: 5px;
}
#footer .footer-bottom .right-box {
    float: right;
    width: 350px;
}
#footer .footer-bottom .right-box .campus-list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}
#footer .footer-bottom .right-box .campus-list > li {
    min-width: 85px;
    line-height: 1.8;
}
#footer .footer-bottom .right-box .campus-list > li > a {
    color: #7e7e7e;
    font-size: 14px;
}
#footer .footer-bottom .right-box .campus-list > li > a:hover {
    color: #3da4ba;
}
/*
.sns-share-list {
    width: 100%;
    text-align: center;
}
.sns-share-list .btn-share {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 8px;
    transform: translate(0, 0);
    opacity: 1;
    transition: transform 1s, opacity 1s;
    overflow: hidden;
    text-indent: -9999px;
}
.sns-share-list .btn-share:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}
.sns-share-list .btn-share:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.sns-share-list .btn-share:hover:after {
    opacity: 1;
}
.sns-share-list .btn-share.y:before {
    background-color: transparent;
    background-image: url(/images/icons/icon-youtube.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.sns-share-list .btn-share.y:after {
    background-color: transparent;
    background-image: url(/images/icons/icon-youtube-on.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.sns-share-list .btn-share.i:before {
    background-color: transparent;
    background-image: url(/images/icons/icon-instagram.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.sns-share-list .btn-share.i:after {
    background-color: transparent;
    background-image: url(/images/icons/icon-instagram-on.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.sns-share-list .btn-share.nt:before {
    background-color: transparent;
    background-image: url(/images/icons/icon-navertv.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.sns-share-list .btn-share.nt:after {
    background-color: transparent;
    background-image: url(/images/icons/icon-navertv-on.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.sns-share-list .btn-share.nb:before {
    background-color: transparent;
    background-image: url(/images/icons/icon-blog.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.sns-share-list .btn-share.nb:after {
    background-color: transparent;
    background-image: url(/images/icons/icon-blog-on.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.sns-share-list .btn-share.f:before {
    background-color: transparent;
    background-image: url(/images/icons/icon-facebook.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.sns-share-list .btn-share.f:after {
    background-color: transparent;
    background-image: url(/images/icons/icon-facebook-on.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
*/
.common-consulting-box {
    padding: 10px;
    background-color: #f0f0f0;
}

.common-consulting-box .tab-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.common-consulting-box .tab-wrap .right {
    width: 100%;
}
.common-consulting-box .tab-wrap .right > .flex-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.common-consulting-box .tab .list-process {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-consulting-box .tab .list-process > li {
    background-color: #e9e9e9;
    border: 1px solid #d3d3d3;
    padding: 17px 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.common-consulting-box .tab .list-process > li + li {
    border-left: 0;
}
.common-consulting-box .tab .list-process > li .link {
    display: block;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.common-consulting-box .tab .list-process > li.active {
    background-color: #3da4ba;
    border: 1px solid #3da4ba;
}
.common-consulting-box .tab .list-process > li.active .link {
    color: #fff;
}
.common-consulting-box .tab .tab-content-wrap {
    position: relative;
    min-height: 380px;
    width: 100%;
    height: 100%;
}
.common-consulting-box .tab .tab-content-wrap:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #3da4ba;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.common-consulting-box .tab .tab-content-wrap:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #3da4ba;
    position: absolute;
    left: 0;
    bottom: -25px;
    z-index: 2;
}
.common-consulting-box .tab .tab-content-wrap .tab-content {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: rotateX(-20deg);
    transform-origin: top center;
    transition: opacity 0.3s, transform 1s;
    z-index: 0;
    background-color: #fff;
    min-height: 380px;
}
.common-consulting-box .tab .tab-content-wrap .tab-content.active {
    transform: rotateX(0);
    opacity: 1;
    z-index: 1;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list {
    margin: 20px 10px;
    padding: 0 20px;
    height: 365px;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item {
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item:last-child {
    border-bottom: 0;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .link {
    font-weight: 600;
    font-size: 16px;
    margin: 5px 0;
    padding: 5px 0;
    display: block;
    position: relative;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .link:after {
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #7f7f7f;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .link.active {
    color: #3da4ba;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .link.active:after {
    content: "\f102";
    color: #3da4ba;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .lecture-list-detail {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .lecture-list-detail .detail-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .lecture-list-detail .detail-box .detail-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .lecture-list-detail .detail-box .detail-list .control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .lecture-list-detail .detail-box .detail-list .disabled .control {
    opacity: 0.25;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .lecture-list-detail.active {
    border-top: 1px dashed #d2d2d2;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    padding: 10px 0;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .etc-input-box {
    position: relative;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .etc-input-box .label {
    position: absolute;
    left: 20px;
    top: 8px;
    z-index: 2;
    font-size: 16px;
    color: #999;
}
.common-consulting-box .tab .tab-content-wrap .tab-content .lecture-list .item .etc-input-box .form-control {
    height: 40px;
    padding: 2px 12px 2px 100px;
}
.common-consulting-box #lecture-result .result-title {
    font-size: 17px;
    margin-top: 30px;
    color: #555;
}
.common-consulting-box #lecture-result .select-lecture-list {
    overflow: hidden;
    margin-top: 40px;
    margin-left: -10px;
}
.common-consulting-box #lecture-result .select-lecture-list .select-item {
    display: inline-block;
    background-color: #eceaea;
    color: #34343d;
    font-size: 15px;
    letter-spacing: -0.05em;
    border-radius: 50px;
    padding: 5px 30px 5px 15px;
    position: relative;
    margin: 0 10px 10px 10px;
    overflow: hidden;
}
.common-consulting-box #lecture-result .select-lecture-list .select-item .delete-btn {
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -99999px;
    width: 25px;
    height: 100px;
}
.common-consulting-box #lecture-result .select-lecture-list .select-item .delete-btn:after {
    content: "\f00d";
    position: absolute;
    top: 5px;
    right: 10px;
    text-indent: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    color: #34343d;
}
.common-consulting-box .consulting-title {
    color: #555;
    font-size: 23px;
}
.common-consulting-box .consulting-sub-text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.common-consulting-box .consulting-sub-text .link {
    font-family: Montserrat, sans-serif;
    color: #3da4ba;
    font-weight: 600;
}
.common-consulting-box .form-control {
    margin-bottom: 5px;
    background-color: #fff;
    /*font-size: 16px;*/
	font-weight: 300;
    font-size: 18px;
    height: 40px;
}
.common-consulting-box .select-box {
    background-color: #fff;
    height: 40px;
}
.common-consulting-box .select-box .select {
    height: 40px;
    color: #040606;
    font-size: 16px;
    background-color: transparent;
    margin: 0;
}
.common-consulting-box .counseling-type-wrap {
    height: 40px;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.common-consulting-box .counseling-type-wrap .form-control {
    float: left;
    margin: 0;
}
.common-consulting-box .counseling-type-wrap .form-control .hidden-input {
    display: none;
}
.common-consulting-box .counseling-type-wrap.show {
    height: 81px;
}
.common-consulting-box .counseling-type-wrap.show .hidden-input {
    display: block;
}
.common-consulting-box .agree-box {
    padding: 22px 20px;
    font-size: 14px;
    color: #999;
    line-height: 1.55;
    border: 1px solid #d3d3d3;
    height: 175px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
}

.common-consulting-box .schedule-box {
    padding: 22px 20px;
    font-size: 14px;
    color: #999;
    line-height: 1.55;
    border: 1px solid #d3d3d3;
    height: 105px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #fff;
}

.common-tab-black .category {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
}
.common-tab-black .category:after {
    display: block;
    clear: both;
    content: "";
}
.common-tab-black .category > li {
    margin-right: 14px;
    padding: 0 17px;
    text-align: center;
    box-sizing: border-box;
}
.common-tab-black .category > li:last-child {
    margin-right: 0;
}
.common-tab-black .category > li:before {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.3s 0s ease;
    border-radius: 50px;
}
.common-tab-black .category > li > a {
    color: #000;
    font-size: 18px;
    display: block;
    padding: 7px 0;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.common-tab-black .category > li > a > i {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}
.common-tab-black .category > li > a > i.fa-plane {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.common-tab-black .category > li.active {
    position: relative;
}
.common-tab-black .category > li.active > a {
    position: relative;
    color: #fff;
}
.common-tab-black .category > li.active:before {
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.common-tab-black .tab-content {
    position: relative;
}
.common-tab-black .fade-enter-active,
.common-tab-black .fade-leave-active {
    transition: opacity 0.25s ease-out;
}
.common-tab-black .fade-enter,
.common-tab-black .fade-leave-to {
    opacity: 0;
}
.common-popup {
    position: relative;
    background-color: #fff;
    padding: 20px;
    width: auto;
    margin: 20px auto;
}
.common-consulting-end {
    background-color: #dbdbdb;
    padding: 80px 20px;
    text-align: center;
}
.common-consulting-end .title {
    font-size: 25px;
}
.common-consulting-end .text {
    margin-top: 10px;
    font-size: 18px;
}
.common-consulting-end .text > strong {
    font-size: 20px;
}
[v-cloak] {
    display: none;
}
.font-kr,
.font-kr * {
    font-family: SDGothic, sans-serif;
    letter-spacing: inherit;
    line-height: initial;
}
.font-en,
.font-en * {
    font-family: Montserrat, sans-serif;
    letter-spacing: inherit;
    line-height: initial;
}
.font-w400 {
    font-weight: 400 !important;
}
.font-w600 {
    font-weight: 600 !important;
}
.font-w800 {
    font-weight: 800 !important;
}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.ellipsis-line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: normal;
}
.ellipsis-line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: normal;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only.sr-only-focusable:active,
.sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.clearfix,
.clearfix:after,
.clearfix:before {
    display: block;
    clear: both;
    content: "";
}
.flex-box {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
}
.flex-box.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-box.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.W5 {
    width: 5px !important;
}
.H5 {
    height: 5px !important;
}
.W10 {
    width: 10px !important;
}
.H10 {
    height: 10px !important;
}
.W15 {
    width: 15px !important;
}
.H15 {
    height: 15px !important;
}
.W20 {
    width: 20px !important;
}
.H20 {
    height: 20px !important;
}
.W25 {
    width: 25px !important;
}
.H25 {
    height: 25px !important;
}
.W30 {
    width: 30px !important;
}
.H30 {
    height: 30px !important;
}
.W35 {
    width: 35px !important;
}
.H35 {
    height: 35px !important;
}
.W40 {
    width: 40px !important;
}
.H40 {
    height: 40px !important;
}
.W45 {
    width: 45px !important;
}
.H45 {
    height: 45px !important;
}
.W50 {
    width: 50px !important;
}
.H50 {
    height: 50px !important;
}
.W55 {
    width: 55px !important;
}
.W200 {
    width: 200px !important;
}
.ML15 {
    margin-left: 15px !important;
}
.MB20 {
    margin-bottom: 20px !important;
}
.ML20 {
    margin-left: 20px !important;
}
.MB40 {
    margin-bottom: 40px !important;
}
.ML40 {
    margin-left: 40px !important;
}

.container {
    position: relative;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-items: stretch;
    justify-content: space-around;
}

.common-board .common-board-header .date {
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}
.common-board .common-board-header .board-title {
    font-size: 20px;
    padding-right: 300px;
}
.common-board .select-list-wrap {
    width: 250px;
    height: 35px;
    background-color: #fff;
    position: relative;
}
.common-board .select-list-wrap:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 35px;
    width: 37px;
    height: 100%;
    background-color: #fff;
    color: #454545;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.common-board .select-list-wrap .select {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.25;
    padding: 7px 15px;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 2;
    color: #747474;
    cursor: pointer;
}
.common-board .select-list-wrap .select-list {
    position: absolute;
    width: 250px;
    overflow: hidden;
    top: 40px;
    left: 0;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 7px 15px;
    opacity: 0;
    -webkit-transition: 0.25s ease-in;
    -moz-transition: 0.25s ease-in;
    -ms-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
}
.common-board .select-list-wrap .select-list > li {
    white-space: nowrap;
    line-height: 1;
    padding: 5px 0;
}
.common-board .select-list-wrap .select-list > li > a {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 220px;
    font-size: 13px;
}
.common-board .select-list-wrap .select-box.open .select-list {
    opacity: 1;
}
.common-board .common-board-content {
    padding: 50px 0;
}
.common-board .common-board-content img {
    display: block;
    margin: 0 auto;
}
.common-board .common-board-content .post-np {
    margin-top: 20px;
    border: 1px solid #ddd;
}
.common-board .common-board-content .post-np .post-np-list > li {
    padding: 20px 40px;
}
.common-board .common-board-content .post-np .post-np-list > li + li {
    border-top: 1px solid #ddd;
}
.common-board .common-board-content .post-np .post-np-list > li:nth-child(even) {
    background: #f9f9f9;
}
.common-board .common-board-content .post-np .post-np-list > li label {
    display: inline-block;
    width: 120px;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
}
.common-board .common-board-content .post-np .post-np-list > li > a {
    display: inline-block;
}
.common-board .common-board-content .post-np .post-np-list > li > a:before {
    display: inline-block;
    content: " ";
    height: 11px;
    width: 1px;
    background: #ddd;
    margin-left: 30px;
    margin-right: 30px;
}
.common-board .common-board-footer {
    border-top: 2px solid #000;
}
.common-board .common-board-footer .btn-list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}
.common-board-img-horizontal {
    width: 100%;
}
.common-board-img-horizontal > li {
    width: 100%;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.2, 0, 0.15, 1);
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}
.common-board-img-horizontal > li:before {
    height: 100%;
    opacity: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
    transform: perspective(1000px) rotateX(90deg);
    transform-origin: 50% 100%;
    transition: all 0.4s cubic-bezier(0.2, 0, 0.15, 1);
}
.common-board-img-horizontal > li:hover:before {
    opacity: 1;
    transform: perspective(1000px) rotateX(0);
    background-color: #f5f5f5;
}
.common-board-img-horizontal > li:hover > a {
    color: inherit;
}
.common-board-img-horizontal > li:hover > a .img-box .mask {
    opacity: 1;
}
.common-board-img-horizontal > li > a {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 50px 0;
}
.common-board-img-horizontal > li > a .img-box {
    width: 460px;
    position: relative;
    overflow: hidden;
}
.common-board-img-horizontal > li > a .img-box img {
    width: 460px;
    height: 250px;
}
.common-board-img-horizontal > li > a .img-box .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.2, 0, 0.15, 1);
    opacity: 0;
}
.common-board-img-horizontal > li > a .img-box .mask > span {
    color: #f04a4e;
    font-size: 150px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
.common-board-img-horizontal > li > a .text-box {
    padding-left: 35px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.common-board-img-horizontal > li > a .text-box .post-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.common-board-img-horizontal > li > a .text-box .post-sub-text {
    color: #858688;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
.common-board-img-horizontal > li > a .text-box .post-sub-text > strong {
    color: #000;
    font-weight: 500;
}
.common-board-img-horizontal > li > a .text-box .post-sub-text.small {
    font-size: 15px;
    margin-bottom: 0;
}
.common-board-img-horizontal > li > a .text-box .post-tag {
    display: block;
    margin-bottom: 30px;
    color: #858688;
    font-size: 15px;
    font-weight: 400;
}
.common-board-img-horizontal > li > a .text-box .post-tag > li {
    display: inline-block;
    padding-left: 10px;
    position: relative;
}
.common-board-img-horizontal > li > a .text-box .post-tag > li:before {
    content: "#";
    position: absolute;
    left: 0;
    top: 0;
}
.common-board-img-horizontal > li > a .text-box .post-tag > li + li {
    margin-left: 5px;
}
.common-board-img-horizontal > li > a .text-box .post-period {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    display: block;
    position: relative;
    width: 100%;
}
.common-board-img-horizontal > li > a .text-box .post-period:after {
    content: "view ▶";
    color: #f04a4e;
    position: absolute;
    right: 40px;
    top: 0;
    font-size: 14px;
}
.common-board.list .common-list-table {
    width: 1200px;
}
.common-board.list .common-list-table tr:first-child td,
.common-board.list .common-list-table tr:first-child th {
    border-top: 1px solid #bbb;
}
.common-board.list .common-list-table tr:nth-child(2n) {
    background-color: #fcfcfc;
}
.common-board.list .common-list-table tr:not(.notice):hover {
    background-color: #f0efef;
}
.common-board.list .common-list-table tr.notice {
    background-color: #ebf6f9;
}
.common-board.list .common-list-table tr.notice td,
.common-board.list .common-list-table tr.notice th {
    border-bottom: 1px solid #bbb;
    font-size: 18px;
}
.common-board.list .common-list-table tr.notice td a strong,
.common-board.list .common-list-table tr.notice th a strong {
    color: #000;
    font-size: 18px;
    font-weight: 800;
}
.common-board.list .common-list-table tr.notice .icon-notice {
    color: transparent;
    position: relative;
}
.common-board.list .common-list-table tr.notice .icon-notice:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #3da4ba;
    margin-left: 7px;
}
.common-board.list .common-list-table td,
.common-board.list .common-list-table th {
    color: #666;
    font-size: 16px;
    padding: 18px 10px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 400;
}
.common-board.list .common-list-table td .ellipsis,
.common-board.list .common-list-table th .ellipsis {
    display: block;
    max-width: 810px;
}
.common-board.list .common-list-table td .ellipsis-line2,
.common-board.list .common-list-table th .ellipsis-line2 {
    display: block;
    height: 47px;
}
.common-board.list .common-list-table td .link,
.common-board.list .common-list-table th .link {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 810px;
}
.common-board.list .common-list-table td a {
    color: #666;
    font-size: 16px;
}
.common-board.list .common-list-table td a strong {
    color: #333;
    display: block;
    margin-bottom: 5px;
}
.common-board.list .common-list-table .no-list {
    font-size: 18px;
    padding: 80px 0;
    color: #999;
}
.common-board.list .pagination-search-wrap {
    position: relative;
}
.common-board.list .pagination-search-wrap .search-box-wrap {
    position: absolute;
    width: 220px;
    right: 0;
    top: 68px;
}
.common-board .header-wrap {
    text-align: center;
    color: #333;
    font-size: 24px;
    padding: 45px 10px 40px 10px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #ebebeb;
}
.common-board .header-wrap .date {
    color: #999;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.common-board .contents {
    padding: 55px 0 110px 0;
}
.common-board .contents img {
    margin: 0 auto;
    display: block;
}
.common-board .board-btn-wrap {
    border-top: 2px solid #e4e4e4;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.common-board .board-btn-wrap .disabled {
    color: #d0d0d0 !important;
    cursor: not-allowed !important;
}
.label-video {
    display: inline-block;
    width: 26px;
    height: 25px;
    background-size: cover;
    text-indent: -999999px;
    color: transparent;
}
.label-video.label-video-nb {
    background-color: transparent;
    background-image: url(/images/icons/label-naver-blog.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.label-video.label-video-y {
    background-color: transparent;
    background-image: url(/images/icons/label-youtube.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.label-video.label-video-nt {
    background-color: transparent;
    background-image: url(/images/icons/label-naver-tv.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
label {
    position: relative;
}
label .req {
    position: absolute;
    width: 5px;
    text-indent: -9999px;
    right: 0;
    top: 0;
}
label .req:after {
    content: "*";
    position: absolute;
    right: -10px;
    top: 0;
    color: #e86a54;
    text-indent: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 3px 12px;
    font-size: 15px;
    font-weight: 400;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #666;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: none;
}
.form-control:focus:not([readonly]):not([disabled]) {
    border-color: #3da4ba;
    outline: 0;
}
.form-control.disabled,
.form-control.readonly,
.form-control:disabled,
.form-control[disabled],
.form-control[readonly] {
    background-color: #f4f4f4;
}
textarea.form-control {
    height: auto;
    resize: vertical;
}
.input-group {
    position: relative;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    border-collapse: separate;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    align-self: stretch;
}
.input-group .input-group-btn > .btn {
    position: relative;
    height: 100%;
}
.input-group .input-group-btn > .btn:active,
.input-group .input-group-btn > .btn:focus,
.input-group .input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wb-input {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-size: 0;
}
.wb-input .col-input.form-control,
.wb-input input:-internal-autofill-selected {
    background-color: transparent !important;
}
.wb-input.full .control {
    display: block;
    width: 100%;
}
.wb-input .col-label {
    z-index: 5;
    position: absolute;
    left: 35px;
    top: 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #afb0b2;
    font-size: 15px;
    cursor: text;
}
.wb-input .col-label label {
    color: #afb0b2;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-weight: 400;
    cursor: text;
    position: relative;
}
.wb-input .col-select {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    height: 54px;
    border-radius: 30px;
    background-color: #fff;
}
.wb-input .col-select .select-arrow {
    position: relative;
    width: 100%;
    height: 54px;
}
.wb-input .col-select .select-arrow > select {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 30px;
    z-index: 2;
    border: none;
    line-height: 1.5;
    color: #333;
    font-size: 15px;
    background-color: transparent;
    text-align: center;
}
.wb-input .col-select .select-arrow > select:active,
.wb-input .col-select .select-arrow > select:focus,
.wb-input .col-select .select-arrow > select:hover {
    outline: 0;
}
.wb-input .col-select .select-arrow:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    text-align: center;
    width: 16px;
    height: 16px;
    pointer-events: none;
    z-index: 1;
    font-size: 16px;
    line-height: 16px;
}
.wb-input .col-input,
.wb-input .col-textarea {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    height: 54px;
    border-radius: 30px;
}
.wb-input .col-input .form-control,
.wb-input .col-textarea .form-control {
    display: block;
    width: 100%;
    height: 54px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font-size: 16px;
    padding: 6px 34px;
    color: #333;
    box-shadow: none;
}
.wb-input .col-message {
    font-size: 11px;
    color: #a94442;
    margin: 5px 0 5px 10px;
    line-height: 1.35;
    word-break: keep-all;
}
.wb-input .col-icon {
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #3da4ba;
}
.wb-input.focus .col-label,
.wb-input:focus .col-label {
    top: 0;
}
.wb-input.focus .col-label label,
.wb-input:focus .col-label label {
    font-size: 11px;
}
.wb-input.focus .col-label + .col-input,
.wb-input.focus .col-label + .col-textarea,
.wb-input:focus .col-label + .col-input,
.wb-input:focus .col-label + .col-textarea {
    padding-top: 13px;
}
.wb-input.focus .col-label + .col-input .form-control,
.wb-input.focus .col-label + .col-textarea .form-control,
.wb-input:focus .col-label + .col-input .form-control,
.wb-input:focus .col-label + .col-textarea .form-control {
    height: 41px;
}
.wb-input.focus .col-label + .col-textarea textarea.form-control,
.wb-input:focus .col-label + .col-textarea textarea.form-control {
    height: 331px;
}
.wb-input.hover .col-input {
    border-color: #3da4ba;
}
.wb-input .form-control.disabled,
.wb-input .form-control.readonly,
.wb-input .form-control[disabled],
.wb-input .form-control[readonly] {
    background: 0 0;
}
.wb-btn {
    height: 62px;
}
.flex-group {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}
.flex-group.align-center {
    align-items: center;
}
.flex-group .flex {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-group .flex.flex-vertical {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    align-self: stretch;
}
.flex-group .flex + .flex {
    margin-left: 15px;
}
.flex-group .flex.flex-2 {
    -ms-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}
.flex-group .flex.flex-3 {
    -ms-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}
.flex-group .flex.flex-4 {
    -ms-flex: 4;
    -webkit-flex: 4;
    flex: 4;
}
.flex-group .flex.flex-5 {
    -ms-flex: 5;
    -webkit-flex: 5;
    flex: 5;
}
.control {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
}
.control > span.req {
    color: #e86a54;
    font-weight: 600;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
}
.control.right {
    padding: 0 27px 0 0;
}
.control.right .control__indicator {
    top: 50%;
    left: auto;
    right: 0;
}
.control__indicator {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    height: 18px;
    width: 18px;
    background: #e6e6e6;
}
.control__indicator.big {
    width: 22px;
    height: 22px;
    margin-top: -11px;
}
.control__indicator.large-big {
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator {
    background: #ccc;
}
.control input:focus ~ .control__indicator {
    background: #ccc;
}
.control input:checked ~ .control__indicator {
    background: #3da4ba;
}
.control:hover input:not([disabled]):checked ~ .control__indicator {
    background: #3ca2b8;
}
.control input:checked:focus ~ .control__indicator {
    background: #3ca2b8;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: "";
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: inline-block;
}
.control--checkbox .control__indicator:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox.big .control__indicator:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
}
.control--checkbox.large-big {
    padding-right: 50px;
    font-size: 20px;
}
.control--checkbox.large-big .control__indicator:after {
    left: 13px;
    top: 2px;
    width: 14px;
    height: 27px;
    font-size: 40px;
    border-width: 0 3px 3px 0;
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -3px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
.select-box {
    position: relative;
}
.select-box.arrow:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 1;
    width: 37px;
    color: #454545;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.select {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 2;
}
.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:focus,
.select select:hover {
    background: #ccc;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.select select > option {
    color: red;
}
.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:focus ~ .select__arrow,
.select select:hover ~ .select__arrow {
    border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}
.select-dropdown-radio .dropdown-el {
    width: 175px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin-right: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    color: #444;
    outline: 0;
    border: 2px solid #cbcbcb;
    border-radius: 8px;
    background-color: #fff;
    transition: 0.3s all ease-in-out;
}
.select-dropdown-radio .dropdown-el:before {
    content: "";
    width: 175px;
    height: 50px;
    background-color: transparent;
    opacity: 0.5;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
}
.select-dropdown-radio .dropdown-el input:focus + label {
    background: #def;
}
.select-dropdown-radio .dropdown-el input {
    width: 1px;
    height: 1px;
    display: inline-block;
    position: absolute;
    opacity: 0.01;
}
.select-dropdown-radio .dropdown-el label {
    border-top: 1px solid #d9d9d9;
    display: block;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    transition: 0.3s color ease-in-out;
    z-index: 1;
}
.select-dropdown-radio .dropdown-el label:nth-child(2) {
    margin-top: 50px;
    border-top: 1px solid #d9d9d9;
}
.select-dropdown-radio .dropdown-el input:checked + label {
    display: block;
    border-top: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 5px 30px 6px 20px;
}
.select-dropdown-radio .dropdown-el input:checked + label:nth-child(2) {
    margin-top: 0;
    position: relative;
}
.select-dropdown-radio .dropdown-el::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #050505;
    transition: 0.4s all ease-in-out;
}
.select-dropdown-radio .dropdown-el.expanded {
    border: 2px solid #3da4ba;
    background: #fff;
    border-radius: 0.25em;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0;
    height: auto;
}
.select-dropdown-radio .dropdown-el.expanded label {
    border-top: 0.06em solid #d9d9d9;
}
.select-dropdown-radio .dropdown-el.expanded label:hover {
    color: #3da4ba;
}
.select-dropdown-radio .dropdown-el.expanded input:checked + label {
    color: #3da4ba;
}
.select-dropdown-radio .dropdown-el.expanded::after {
    transform: rotate(-180deg);
    top: 15px;
}
.common-table-form {
    width: 100%;
}
.common-table-form .input-row {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.common-table-form .input-row:first-child .input-col,
.common-table-form .input-row:first-child .label-col {
    border-top: 2px solid #000;
}
.common-table-form .input-row:last-child .input-col,
.common-table-form .input-row:last-child .label-col {
    border-bottom: 2px solid #000;
}
.common-table-form .input-row .select-box {
    width: 100%;
}
.common-table-form .input-row .label-col {
    flex-shrink: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #c4c4c4;
    padding: 15px 0 16px 30px;
}
.common-table-form .input-row .select-box {
    background-color: #fff;
}
.common-table-form .input-row .input-col {
    width: 100%;
    padding: 8px 20px;
    border-top: 1px solid #c4c4c4;
    margin-left: 25px;
}
.common-table-form .input-row .input-col .form-control {
    background-color: #fff;
}
.common-table-form .input-row .input-col .form-control.select {
    background-color: transparent;
}
.common-table-form .input-row .input-col .form-control.select > select {
    background-color: #fff;
}
.common-table-form .input-row .input-col .notice-text {
    margin-top: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    letter-spacing: -0.05em;
    color: #666;
}
.common-table-form .input-row .input-col .notice-text > strong {
    color: #000;
}
.common-table-form .input-row .input-col .notice-text > small {
    letter-spacing: 0;
    font-size: 14px;
}
.common-table-form .input-row .input-col .notice-text .important-indi {
    position: absolute;
    left: 0;
    top: 0;
}
a:focus,
a:hover,
button:focus,
button:hover {
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}
.btn-slide-arrow {
    position: relative;
    width: 40px;
    height: 40px;
    height: 40px;
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}
.btn-slide-arrow .svg-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    will-change: transform;
}
.btn-slide-arrow .svg-circle circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-slide-arrow:hover .svg-circle {
    visibility: visible;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.btn-slide-arrow:hover .svg-circle circle {
    stroke-dashoffset: 0;
}
.btn-slide-arrow.type-black .svg-circle circle {
    stroke: #3da4ba;
}
.btn-slide-arrow:active,
.btn-slide-arrow:focus,
.btn-slide-arrow:focus-within {
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-slide-ani-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-slide-ani {
    width: 90px;
    height: 66px;
    transform: scale(0.85);
}
.btn-slide-ani.disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.btn-slide-ani.btn-right {
    transform: scale(0.85) rotate(180deg);
}
.btn-slide-ani > a {
    display: block;
}
.btn-slide-ani > a:active,
.btn-slide-ani > a:focus,
.btn-slide-ani > a:focus-visible,
.btn-slide-ani > a:focus-within,
.btn-slide-ani > a:hover {
    outline: 0 !important;
}
.btn-slide-ani .btn-inner {
    position: relative;
    display: block;
}
.btn-slide-ani .btn-inner .arrow-text {
    width: 0;
    position: absolute;
    right: -25px;
    top: 23px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    transition-delay: 0.25s;
    transition: all 0.25s linear;
    fill: #000;
}
.btn-slide-ani.btn-right .btn-inner .arrow-text {
    position: absolute;
    right: -25px;
    top: 23px;
    transform: rotate(180deg);
}
.btn-slide-ani .circle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.btn-slide-ani .circle circle {
    fill: transparent;
    stroke-dasharray: 250;
    stroke-dashoffset: 250;
    transition: stroke 0.25s linear;
    stroke: transparent;
    transform: translateZ(0);
    opacity: 0;
}
.btn-slide-ani .arrow {
    position: absolute;
    top: 23px;
    left: 26px;
    z-index: 2;
    width: 60px;
    overflow: hidden;
    transition: all 0.25s linear;
}
.btn-slide-ani .arrow line {
    stroke: #7e7e7e;
    stroke-width: 2;
}
.btn-slide-ani.btn-right:hover .arrow {
    right: 24px;
}
.btn-slide-ani:hover .circle circle {
    fill: transparent;
    stroke-dashoffset: 0;
    stroke: #e86a54;
    stroke-width: 2;
    opacity: 1;
}
.btn-slide-ani:hover .arrow {
    width: 20px;
    left: 24px;
}
.btn-slide-ani:hover .arrow line {
    stroke: #e86a54;
}
.btn-slide-ani:hover .arrow-text {
    width: 60px;
}
.btn-slide-ani.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.btn-slide-ani.swiper-button-disabled:hover .circle circle {
    fill: transparent;
    stroke-dasharray: 250;
    stroke-dashoffset: 250;
}
.btn-slide-ani.swiper-button-disabled:hover .arrow {
    width: 60px;
}
.btn-slide-ani.swiper-button-disabled:hover .arrow line {
    stroke: #7e7e7e;
}
.btn-slide-ani.swiper-button-disabled:hover .arrow-text {
    width: 0;
}
a.btn {
    line-height: inherit;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    border: none;
}
.btn.btn-block {
    display: block;
    width: 100%;
}
.btn.black-gradient {
    background: #323334;
    background: -moz-linear-gradient(90deg, #323334 0, #000 100%);
    background: -webkit-linear-gradient(90deg, #323334 0, #000 100%);
    background: -o-linear-gradient(90deg, #323334 0, #000 100%);
    background: -ms-linear-gradient(90deg, #323334 0, #000 100%);
    background: linear-gradient(180deg, #323334 0, #000 100%);
    color: #fff;
    border-radius: 10px;
    border: 1px solid #0c0c0c;
}
.btn.black-gradient:hover {
    opacity: 0.85;
}
.btn.round-primary {
    background-color: #3da4ba;
    border-radius: 25px;
    border: 1px solid #3da4ba;
    color: #fff;
    font-weight: 600;
}
.btn.round-primary:active,
.btn.round-primary:focus,
.btn.round-primary:hover {
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 25px;
    background-color: #308294;
    border-color: #308294;
}
.btn.round-black {
    background-color: #000;
    border-radius: 25px;
    border: 1px solid #000;
    color: #fff;
    font-weight: 600;
}
.btn.round-black:active,
.btn.round-black:focus,
.btn.round-black:hover {
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 0.85;
}
.btn.round-white {
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #78787e;
    color: #000;
}
.btn.round-white:active,
.btn.round-white:focus,
.btn.round-white:hover {
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 25px;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.btn.round-gray {
    background-color: silver;
    border-radius: 25px;
    border: 1px solid silver;
    color: #666;
    font-weight: 600;
}
.btn.round-gray:active,
.btn.round-gray:focus,
.btn.round-gray:hover {
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 25px;
    background-color: #a7a7a7;
    border-color: #a7a7a7;
}
.btn.round-dark-gray {
    background-color: #3c3c3c;
    border-radius: 25px;
    border: 1px solid #3c3c3c;
    color: #fff;
    font-weight: 600;
}
.btn.round-dark-gray:active,
.btn.round-dark-gray:focus,
.btn.round-dark-gray:hover {
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 25px;
    background-color: #232323;
    border-color: #232323;
}
.btn.round-light-gray {
    background-color: #eee;
    border-radius: 25px;
    border: 1px solid #eee;
    color: #666;
    font-weight: 600;
}
.btn.round-light-gray:active,
.btn.round-light-gray:focus,
.btn.round-light-gray:hover {
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 25px;
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}
.btn.large {
    font-size: 18px;
    padding: 12px 0;
}
.btn.large i {
    font-size: 16px;
    vertical-align: middle;
}
.btn.small {
    font-size: 13px;
    padding: 10px 0;
}
.btn.small i {
    font-size: 11px;
    vertical-align: middle;
}
.btn.xs-small {
    font-size: 12px;
    padding: 8px 0;
}
.btn.xs-small i {
    font-size: 13px;
    vertical-align: middle;
}
.btn.xxs-small {
    font-size: 12px;
    padding: 6px 0;
}
.btn.xxs-small i {
    font-size: 13px;
    vertical-align: middle;
}
.btn-ani-h-button {
    position: relative;
    display: inline-block;
    padding: 9px 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #000;
    border: 1px solid transparent;
}
.btn-ani-h-button.large {
    font-size: 18px;
    padding: 12px 0;
}
.btn-ani-h-button.large span i.fa {
    font-size: 16px;
}
.btn-ani-h-button.small {
    font-size: 13px;
    padding: 10px 0;
}
.btn-ani-h-button.small span i.fa {
    font-size: 12px;
}
.btn-ani-h-button.xs-small {
    font-size: 12px;
    padding: 8px 0;
}
.btn-ani-h-button.xs-small span i.fa {
    font-size: 12px;
}
.btn-ani-h-button.xxs-small {
    font-size: 12px;
    padding: 6px 0;
}
.btn-ani-h-button.xxs-small span i.fa {
    font-size: 12px;
}
.btn-ani-h-button span {
    display: inline-block;
    min-width: 0.3em;
    text-transform: uppercase;
    -webkit-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    -o-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    font-family: SDGothic, sans-serif;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
    line-height: 1 !important;
    color: #fff;
}
.btn-ani-h-button span i.fa {
    font-size: 15px;
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-top: 1px;
    font-family: "Font Awesome 5 Free" !important;
}
.btn-ani-h-button:before {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    -o-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    text-transform: uppercase;
    opacity: 1;
    letter-spacing: 2px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #fff;
    font-family: SDGothic, sans-serif;
    font-weight: 400;
}
.btn-ani-h-button.font-en:before {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
.btn-ani-h-button:focus:before,
.btn-ani-h-button:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.btn-ani-h-button:focus span,
.btn-ani-h-button:hover span {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.btn-ani-h-button:focus span:nth-child(1),
.btn-ani-h-button:hover span:nth-child(1) {
    -webkit-transition-delay: 25ms;
    -o-transition-delay: 25ms;
    transition-delay: 25ms;
}
.btn-ani-h-button:focus span:nth-child(2),
.btn-ani-h-button:hover span:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.btn-ani-h-button:focus span:nth-child(3),
.btn-ani-h-button:hover span:nth-child(3) {
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    transition-delay: 75ms;
}
.btn-ani-h-button:focus span:nth-child(4),
.btn-ani-h-button:hover span:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.btn-ani-h-button:focus span:nth-child(5),
.btn-ani-h-button:hover span:nth-child(5) {
    -webkit-transition-delay: 125ms;
    -o-transition-delay: 125ms;
    transition-delay: 125ms;
}
.btn-ani-h-button:focus span:nth-child(6),
.btn-ani-h-button:hover span:nth-child(6) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.btn-ani-h-button:focus span:nth-child(7),
.btn-ani-h-button:hover span:nth-child(7) {
    -webkit-transition-delay: 175ms;
    -o-transition-delay: 175ms;
    transition-delay: 175ms;
}
.btn-ani-h-button:focus span:nth-child(8),
.btn-ani-h-button:hover span:nth-child(8) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.btn-ani-h-button:focus span:nth-child(9),
.btn-ani-h-button:hover span:nth-child(9) {
    -webkit-transition-delay: 225ms;
    -o-transition-delay: 225ms;
    transition-delay: 225ms;
}
.btn-ani-h-button:focus span:nth-child(10),
.btn-ani-h-button:hover span:nth-child(10) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.btn-ani-h-button.round-primary {
    background-color: #3da4ba;
    border-radius: 25px;
    border-color: #3da4ba;
    color: #fff;
}
.btn-ani-h-button.round-primary span,
.btn-ani-h-button.round-primary:before {
    color: #fff;
}
.btn-ani-h-button.round-black {
    background-color: #000;
    border-radius: 25px;
    border-color: #000;
    color: #fff;
}
.btn-ani-h-button.round-black span,
.btn-ani-h-button.round-black:before {

    color: #fff;
}
.btn-ani-h-button.round-gray {
    background-color: silver;
    border-radius: 25px;
    border-color: silver;
    color: #666;
}
.btn-ani-h-button.round-gray span,
.btn-ani-h-button.round-gray:before {
    color: #666;
}
.btn-ani-h-button.round-white {
    background-color: #fff;
    border-radius: 25px;
    border-color: #78787e;
    color: #000;
}
.btn-ani-h-button.round-white span,
.btn-ani-h-button.round-white:before {
    color: #000;
}
.btn-ani-h-button.round-border-white {
    background-color: transparent;
    border-radius: 25px;
    border-color: #fff;
    color: #fff;
}
.btn-ani-h-button.round-border-white span,
.btn-ani-h-button.round-border-white:before {
    color: #fff;
}
.btn-ani-h-button.round-kakao {
    background-color: #fac84e;
    border-color: #fac84e;
    border-radius: 25px;
    color: #000;
}
.btn-ani-h-button.round-kakao span,
.btn-ani-h-button.round-kakao:before {
    color: #000;
}
.btn-ani-h-button.round-kakao:before {
    padding-left: 27px;
}
.btn-ani-h-button.round-kakao:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 23px;
    -webkit-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    -o-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background-size: cover;
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAeCAYAAACiyHcXAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH5AkLCyw3Fsk3BAAABRJJREFUSMe9l3GIHVcZxX/fd2fmzS5No0lag5q2W+jakNTa2qaYGK1SpC2pFKTiH1IKtqIoitU/BJFIoaB/ia2CpmKDhGqVIJRdSoWC0iWNIKmWYE0rrkSEFKtVSLL73sz9jn/se7tvN3nrJm48MAxv5ps5557v3Dv32Yd2TgAQgrNnEkUp3IXCiAB3iABz3imxS2G3h7jW0NUhezsCAHe9IdmsO7OgI8CLwJ/MICVoWzADc2gbSAVENgAKVkeS+FiEPaTMLonLBzeELSuMsE3AZM4A9hlg3oxj7voR8DRwehSJj7ohcW/OdrRp7OkI7hgWsEbUErtzth/2enZM8OCFiNjYtvZk09gvJG65QOJRA7ousj0RYdPAxH8RoWvaxp7LrT2wHuQrEcHdbWO/Btt1rggDxBawKYnbLoWAIVe2AVPADYNYuQQRFPPz/hOJHZdSwJCQK3Jrhzud2FyPBS6gaeyzbWt3/D8EDBDBdW1r+82F7b1+YuP8fHpZ4qpBgRldAMHiRJToXAwXq8xAM+Y7ddzokt+rWBJQlvFA2cmTVZ2313X77qrO15edPFkU+pIZZzDdY649ZpxcekaP1mP5ZndODa6565dlFTebc0SClPjD2Hjs88TzQ27UubWHvGls37J1x6xqul6Y7M2qsldNdrrpegG2EZh61/b5qZvee+aImR6jb1dVMVN14iVznZJAgrLScXf9XqHZlDjZ6cSdOds04u9DTpCzvd8l3ThsUdOzAxF2IgePhoIc/CDCTjQN3yjK+PHmLW21aXP7lnosDgFzWt6qYetLgFTwm7Gx+EivZ3+dn7PHI/jEMJ/EtiLCrjhPuwqg7H8WKqBIideKgmePzlx2f4RN1uPxtVToV21jd5234TKKUhh63FxI9l0zPndOmRj3fv5GhWrxnAodxJA597nzcRNeFPr+aql0B3OBDHdeNhtRl1x/YXUUZnRT0iFbCOGnqk580Ixw5zl3Xh9qx4bhdLUt9Lr29RC7U6EDKelb5xH6r8ISxwhuOp+h/XMnJR1NiZNtY9u6XbsaUFVpU1npeCo0DRTJDXd9E2OrGdvN1UZAm22H5uzB8fHYmWp9dW6OWyPsw4tKTbOenJ+tZDeDCCuUjQi7XOK3bQNNw7eBF4CZprGppgUFz5hrCxh1rQMbNsQjY2P6Qs72Jhju5Jy5qtu177QZMH46zJUKpm3v9omq2/WZyHbrCi3/dNdLEfYB4A13vRJhe+mnvm/lCwq2mvM2d53AwEARbGpbuzIlfidxi8R4f3BHgGsltvZ/n6rH8g12+84J2tbunjvr06OCsxZoKN5reY8EnVpfrKp4LF1z5VtJidck2xhh77tYEWZLx1pQlnqmU8dXDOSDhzp1fNlcP794Ly4IR6sq7nfIsHyFE/DJlPS9S8nuzrNm2gf8e/HaippeSvp8WerTZktr/DrhrCf2p0IfBf6xTNjKSgEp6Ymy1G2eOLgO5L2UeCol7XHTI0C7sqCIsEX25EvBSkmzwEwvX9R+s2vGK2Y8b66DKXE8t6OLi6YZsiUtzLPQgqi25b5lO5s+zDjkrtMRNiktCPekvynsj+6aFRxDvMro79JyET5q3yPeIdmeYQFmnCxKPZyzHU6FiAaQDZwj9wVpTdRDgx+e34PDF170HonLFgudJ1Oh3e46PGjfeqEYpTpnu0sCT/w5Je1HHFo/2hUiFv47nutQBDtS4qmijIeB13M2/odVfVX8BwP5SN660uyaAAAAAElFTkSuQmCC);
}
.btn-ani-h-button.round-kakao:focus:after,
.btn-ani-h-button.round-kakao:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
.btn-board {
    color: #333;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    line-height: 1;
}
.btn-board:before {
    content: "";
    width: 36px;
    height: 12px;
    background-size: cover;
    position: absolute;
    bottom: 2px;
}
.btn-board.prev {
    padding-left: 50px;
    display: inline-block;
}
.btn-board.prev:before {
    background-color: transparent;
    background-image: url(/images/icons/btn-board-arrow-prev.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    left: 0;
}
.btn-board.next {
    padding-right: 50px;
    display: inline-block;
}
.btn-board.next:before {
    background-color: transparent;
    background-image: url(/images/icons/btn-board-arrow-next.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    right: 0;
}
.btn-move-top {
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 14px;
}
.btn-move-top > span {
    margin-right: 5px;
    font-weight: 600;
}
.btn-move-top:active,
.btn-move-top:focus {
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-move-top.big {
    font-size: 20px;
}
.btn-form {
    font-size: 13px;
    line-height: 1;
    padding: 5px;
    display: inline-block;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
    color: #c8c8c8;
    border: 0 none;
}
.btn-form + .btn-form {
    margin-left: -5px;
}
.btn-form.modify {
    color: #c8c8c8;
}
.btn-form.modify > i {
    margin-left: 3px;
}
.btn-form.modify:hover {
    color: #3da4ba !important;
}
.btn-form.delete {
    color: #c8c8c8;
}
.btn-form.delete:hover {
    color: #e86a54 !important;
}
.btn-form.cancle {
    color: #666;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {

    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
body.line-banner-show .main-pop.open {
    -webkit-transform: translate(-50%, 267px);
    -moz-transform: translate(-50%, 267px);
    -ms-transform: translate(-50%, 267px);
    -o-transform: translate(-50%, 267px);
    transform: translate(-50%, 267px);
}
.main-pop {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 110;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-pop.open {
    -webkit-transform: translate(-50%, 167px);
    -moz-transform: translate(-50%, 167px);
    -ms-transform: translate(-50%, 167px);
    -o-transform: translate(-50%, 167px);
    transform: translate(-50%, 167px);
}
.main-pop.close {
    opacity: 0;
}
.main-pop .pop-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.main-pop .pop-inner .checkbox-close-wrap {
    position: absolute;
    right: 35px;
    top: 35px;
    z-index: 111;
}
.main-pop .pop-inner .checkbox-close-wrap .flex-box > .control {
    color: #fff;
}
.main-pop .pop-inner .link {
    position: relative;
    z-index: 110;
}
.main-pop .pop-inner .btn-pop-close {
    width: 27px;
    height: 27px;
    background-color: transparent;
    background-image: url(/images/common/icon-pop-close.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    border: none;
    border-radius: 0;
    background-color: transparent;
    text-indent: -999999px;
    overflow: hidden;
    margin-left: 20px;
    cursor: pointer;
}
#main-top-banner {
    width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1920px 100px;
}
#main-top-banner .btn-class-link {
    position: relative;
    width: 100%;
    height: 100px;
    cursor: pointer;
    z-index: 1;
    font-size: 0;
    text-indent: -9999px;
    display: block;
}
#main-top-banner .btn-topbanner-close {
    position: absolute;
    right: -100px;
    top: 0;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    z-index: 2;
}
@media screen and (max-width: 1200px) {
    #main-top-banner .btn-topbanner-close {
        right: 10px;
    }
}
#main #main-big-slide {
    width: 100%;
}
#main #main-big-slide .swiper-slide {
    width: 100%;
    height: 530px;
    overflow: hidden;
}
#main #main-big-slide .swiper-slide .link {
    display: block;
    width: 100%;
    height: 100%;
}
#main #main-big-slide .swiper-slide .background {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    background-repeat: no-repeat;
    transform: translateX(-50%) scale(1.3);
    bottom: 0;
    max-width: 1980px;
    opacity: 0.4;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -ms-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    min-width: 1200px;
    background-position: center center;
}
#main #main-big-slide .swiper-slide .container {
    width: 1200px;
    height: 530px;
    position: relative;
    overflow: hidden;
}
#main #main-big-slide .swiper-slide .container .text-img {
    position: absolute;
}
#main #main-big-slide .swiper-slide .prev-img-box {
    position: absolute;
    right: 0;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    z-index: 2;
    cursor: pointer;
}
#main #main-big-slide .swiper-slide .prev-img-box .category-en {
    color: #a6a6a8;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
#main #main-big-slide .swiper-slide .prev-img-box .category-kr,
#main #main-big-slide .swiper-slide .prev-img-box .img-title-box > span {
    font-weight: 500;
    font-family: SDGothic, sans-serif;
    font-size: 16px;
}
#main #main-big-slide .swiper-slide .prev-img-box .img-title-box {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}
#main #main-big-slide .swiper-slide .prev-img-box .img-title-box > img {
    margin-left: 15px;
    width: 50px;
    height: 35px;
}
#main #main-big-slide .swiper-slide.swiper-slide-active .background {
    transform: translateX(-50%) scale(1);
    opacity: 1;
}
#main #main-big-slide .control-wrap {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    position: absolute;
    right: 50%;
    top: 42%;
    margin-right: -599px;
    margin-top: 110px;
}
#main #main-big-slide .control-wrap > .swiper-button-next,
#main #main-big-slide .control-wrap > .swiper-button-prev {
    position: relative;
    width: 29px;
    height: 29px;
    text-indent: -999999px;
    background-color: transparent;
    border: none;
    display: inline-flex;
    margin-top: 0;
    top: 0;
}
#main #main-big-slide .control-wrap > .swiper-button-next:after,
#main #main-big-slide .control-wrap > .swiper-button-prev:after {
    content: "";
}
#main #main-big-slide .control-wrap > .swiper-button-next:active,
#main #main-big-slide .control-wrap > .swiper-button-next:focus,
#main #main-big-slide .control-wrap > .swiper-button-prev:active,
#main #main-big-slide .control-wrap > .swiper-button-prev:focus {
    outline: 0;
}
#main #main-big-slide .control-wrap > .swiper-button-prev {
    background-color: transparent;
    background-image: url(/images/main/main-slide-left.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    left: auto;
    margin-left: 25px;
}
#main #main-big-slide .control-wrap > .swiper-button-next {
    background-color: transparent;
    background-image: url(/images/main/main-slide-right.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    right: auto;
    margin-left: 8px;
}
#main #main-big-slide .control-wrap .swiper-pagination {
    position: relative;
    line-height: 1;
}
#main #main-big-slide .control-wrap .swiper-pagination .swiper-pagination-bullet {
    background-color: #f0f0f0;
    margin: 0 5px;
    opacity: 0.5;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#main #main-big-slide .control-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}
#main #notice-campus-info {
    border-bottom: 1px solid #e4e5e5;
}
#main #notice-campus-info .container {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#main #notice-campus-info .notice {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 695px;
    height: 62px;
    overflow: hidden;
    padding: 20px 0;
}
#main #notice-campus-info .notice .slider-container {
    width: 695px;
    overflow: hidden;
}
#main #notice-campus-info .notice > h3 {
    font-family: Montserrat, sans-serif;
    color: #3da4ba;
    font-size: 16px;
    font-weight: 800;
    margin-right: 10px;
}
#main #notice-campus-info .notice .swiper-slide {
    height: 22px !important;
}
#main #notice-campus-info .notice .link {
    color: #818997;
    font-size: 14px;
    font-family: SDGothic, sans-serif;
    font-weight: 400;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 580px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
#main #notice-campus-info .notice .link.new:after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url(/images/icons/icon-notice-new.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 1px;
}
#main #notice-campus-info .campus-info {
    background-color: #24272c;
    padding: 18px 25px 18px 25px;
    width: 500px;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#main #notice-campus-info .campus-info .current-campus {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
#main #notice-campus-info .campus-info .current-campus dt {
    color: #818997;
    font-size: 15px;
    font-family: SDGothic, sans-serif;
    font-weight: 400;
    margin-left: 5px;
    letter-spacing: -0.5px;
}
#main #notice-campus-info .campus-info .current-campus dd .link {
    color: #fff;
    font-size: 23px;
    font-family: SDGothic, sans-serif;
    font-weight: 800;
}
#main #notice-campus-info .campus-info .current-campus-info {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#main #notice-campus-info .campus-info .current-campus-info .list {
    overflow: hidden;
    min-width: 40px;
    padding: 8px 12px;
    border: 2px solid #2e3137;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#main #notice-campus-info .campus-info .current-campus-info .list:last-child {
    padding: 8px 10px;
}
#main #notice-campus-info .campus-info .current-campus-info .list > a {
    vertical-align: middle;
    z-index: 2;
    background-color: #24272c;
    cursor: pointer;
    box-shadow: inset 0 10px 8px -10px #000, inset 0 -11px 8px -10px #262b31;
    color: #fff;
    font-size: 12px;
}
#main #notice-campus-info .campus-info .current-campus-info .list > a i {
    color: #bebfc1;
    font-size: 18px;
    line-height: 1;
    float: left;
}
#main #notice-campus-info .campus-info .current-campus-info .list > a .name {
    display: none;
    font-size: 12px;
    line-height: 1;
    float: left;
    padding: 3px 0 3px 5px;
}
#main #notice-campus-info .campus-info .current-campus-info .list:hover {
    background-color: #fff;
}
#main #notice-campus-info .campus-info .current-campus-info .list:hover > a {
    color: #000;
}
#main #notice-campus-info .campus-info .current-campus-info .list:hover > a i {
    color: #000;
}
#main #notice-campus-info .campus-info .current-campus-info .list:hover > a .name {
    display: inline-block;
    color: #000;
}
#main #notice-campus-info .campus-info .current-campus-info .list:nth-child(2) {
    margin: 0 10px;
}
#main #portfolio-review {
    position: relative;
    height: 960px;
}
#main #portfolio-review:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 564px;
    background-color: transparent;
    background-image: url(/images/main/portfolip-back.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    background-color: #71c4d4;
    z-index: 1;
}
#main #portfolio-review > .container-fluid {
    padding: 75px 0 50px 0;
    position: relative;
    z-index: 2;
}
#main #portfolio-review .container {
    z-index: 3;
}
#main #portfolio-review .header {
    display: block;
    margin-bottom: 50px;
}
#main #portfolio-review .header .title {
    font-size: 48px;
    display: block;
    background-color: #fff;
    position: relative;
}
#main #portfolio-review .header .title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    background-color: transparent;
    background-image: url(/images/main/portfolio-title-deco.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat-x;
    background-position: right center;
    width: 985px;
    height: 4px;
}
#main #portfolio-review .slider-container {
    position: relative;
}
#main #portfolio-review .slider-container .main-common-control-box {
    position: absolute;
    right: -25px;
    top: -30px;
}
#main #portfolio-review .carousel {
    width: 1200px;
    margin: 0 auto;
}
#main #portfolio-review .slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#main #portfolio-review .slide-inner .short-lecture-name {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 60px;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
}
#main #portfolio-review .slide-inner .short-lecture-name > span {
    color: #fff;
    font-size: 17px;
    display: block;
}
#main #portfolio-review .slide-inner .detail-lecture-name {
    width: 223px;
    height: 369px;
    margin-top: -2px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: #000 5px 5px 10px;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
}
#main #portfolio-review .slide-inner .detail-lecture-name .title {
    font-size: 22px;
    padding: 30px 0 20px 0;
    position: relative;
    width: 170px;
}
#main #portfolio-review .slide-inner .detail-lecture-name .title:after {
    content: "";
    width: 108px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
}
#main #portfolio-review .slide-inner .detail-lecture-name .title > small {
    font-size: 16px;
    font-weight: 300;
}
#main #portfolio-review .slide-inner .detail-lecture-name .text {
    font-size: 15px;
    line-height: 1.5;
    width: 170px;
}
#main #portfolio-review .slide-inner .detail-lecture-name .link {
    background-color: transparent;
    border: 2px solid #969c9d;
    width: 170px;
    height: 35px;
    border-radius: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
}
#main #portfolio-review .slide-inner .detail-lecture-name .link > span {
    display: inline-block;
    position: relative;
}
#main #portfolio-review .slide.active .detail-lecture-name {
    opacity: 1;
}
#main #portfolio-review .slide.before .short-lecture-name {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(-90deg);
    margin-left: -138px;
    opacity: 1;
}
#main #portfolio-review .slide.after .short-lecture-name {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(90deg);
    margin-right: -138px;
    opacity: 1;
}
#main #portfolio-review .slide.slideItem {
    background-size: cover !important;
}
#main #portfolio-review #review-list {
    margin-top: 50px;
}
#main #portfolio-review #review-list .list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #71c4d4;
    z-index: 9;
}
#main #portfolio-review #review-list .list.active {
    z-index: 10;
}
#main #portfolio-review #review-list .list .item {
    width: 300px;
}
#main #portfolio-review #review-list .list .item .item-contents {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px 25px 12px;
    min-height: 110px;
    position: relative;
}
#main #portfolio-review #review-list .list .item .item-contents:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.18);
    position: absolute;
    left: 0;
    bottom: 0;
}
#main #portfolio-review #review-list .list .item .item-contents > img {
    width: 65px;
    height: 79px;
    border-radius: 3px;
    margin-right: 20px;
    flex-shrink: 1;
}
#main #portfolio-review #review-list .list .item .item-contents .title {
    width: 280px;
    color: #fff;
}
#main #portfolio-review #review-list .list .item .item-contents .title > h4 {
    width: 276px;
    font-size: 22px;
    line-height: 1.35;
    overflow: hidden;
    word-wrap: break-word;
    word-break: keep-all;
}
#main #portfolio-review #review-list .list .item .item-contents .title > h4 > small {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
}
#main #portfolio-review #review-list .list .item .text {
    padding: 20px 12px 0 12px;
    line-height: 1.65;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
}
#main #portfolio-review #review-list .list .item + .item {
    margin-left: 40px;
}
#main #hot-lecture {
    background-color: #f0f2f4;
}
#main #hot-lecture .container-fluid {
    padding: 60px 0 65px 0;
    background-color: transparent;
    background-image: url(/images/main/hot-lecture-back.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: left center;
}
#main #hot-lecture .header {
    padding-bottom: 50px;
}
#main #hot-lecture .header .title {
    font-size: 20px;
}
#main #hot-lecture .circle-slide-wrap {
    width: 100%;
}
#main #hot-lecture .circle-slide-wrap .lecture-top {
    position: relative;
}
#main #hot-lecture .circle-slide-wrap .lecture-top .btn-wrap {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 20;
}
#main #hot-lecture .circle-slide-wrap .lecture-top .slide-text-list {
    padding: 0;
    height: 155px;
}
#main #hot-lecture .circle-slide-wrap .lecture-top .title {
    line-height: 60px;
    font-size: 39px;
    color: #000;
    font-weight: 800;
    margin: 0 0 20px 0;
    padding: 0;
    letter-spacing: -1px;
}
#main #hot-lecture .circle-slide-wrap .lecture-top .title > small {
    font-weight: 300;
}
#main #hot-lecture .circle-slide-wrap .lecture-top .sub-title {
    height: 55px;
    overflow: hidden;
    font-size: 16px;
    word-wrap: break-word;
    word-break: keep-all;
    line-height: 1.5;
    font-weight: 400;
}
#main #hot-lecture .circle-slide-wrap .lecture-top .slide-text-list {
    position: relative;
    padding-bottom: 20px;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img {
    position: relative;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-wrapper {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide {
    position: relative;
    width: 370px;
    height: 370px;
    border-radius: 200px;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    transform-origin: center;
    margin: 0 -30px;
    clip-path: circle(117px at center);
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide .img {
    width: 370px;
    height: 370px;
    border-radius: 200px;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(0.635);
    -ms-transform: scale(0.635);
    transform: scale(0.635);
    webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform-origin: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide .img.zoom {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide .img:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 200px;
    webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: absolute;
    left: 0;
    top: 0;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide .img:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide .img:hover .lecture-name {
    opacity: 1;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide .img-box {
    position: relative;
    border-radius: 200px;
    overflow: hidden;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide .img-box .lecture-name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    line-height: 1.35;
    word-break: keep-all;
    z-index: 10;
    opacity: 0;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide .img-box .link-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 60px;
    width: 270px;
    opacity: 0;
    webkit-transition: all 0.5s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide .img-box .link-wrap .link {
    color: #fff;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    align-items: center;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    margin-right: 1px;
    padding: 10px 12px 10px 10px;
    cursor: pointer;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide .img-box .link-wrap .link + .link {
    margin-left: 1px;
    padding: 10px;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide .img-box .link-wrap.active {
    opacity: 1;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide.swiper-slide-active {
    width: 370px;
    height: 370px;
    margin: 0 30px !important;
    clip-path: circle(183px at center);
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide.swiper-slide-active .img {
    width: 370px;
    height: 370px;
    border-radius: 200px;
    cursor: pointer;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide.swiper-slide-active .img:after {
    background-color: rgba(0, 0, 0, 0.5);
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide.swiper-slide-active .img-box .lecture-name {
    opacity: 1;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .swiper-slide.swiper-slide-active .link-wrap {
    z-index: 12;
}
#main #hot-lecture .circle-slide-wrap .slide-circle-img .spin {
    -webkit-animation: spin 0.5s linear;
    -moz-animation: spin 0.5s linear;
    -ms-animation: spin 0.5s linear;
    animation: spin 0.5s linear;
}
#main #review {
    position: relative;
}
#main #review:after {
    content: "";
    width: 100%;
    height: 346px;
    background-color: #262a35;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#main #review .container-fluid {
    padding: 100px 0;
    background-color: transparent;
    background-image: url(/images/main/interview-back.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: top center;
    position: relative;
    z-index: 2;
}
#main #review .header {
    margin-bottom: 60px;
}
#main #review .header .title {
    color: #fff;
    font-size: 39px;
    text-align: center;
}
#main #review .review-list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}
#main #review .review-list .item {
    position: relative;
    width: 289px;
    overflow: hidden;
}
#main #review .review-list .item .background {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    bottom: 0;
    transition: transform 5s ease-out;
    border: 0 solid #000;
    background-size: 289px 239px;
    z-index: 2;
}
#main #review .review-list .item:after {
    content: "";
    width: 2px;
    height: 70px;
    background-color: #262834;
    z-index: 2;
    position: absolute;
    top: 255px;
    left: 50%;
    margin-left: -1px;
    webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    transition: height 0.5s linear;
}
#main #review .review-list .item .img-box {
    position: relative;
    width: 289px;
    height: 289px;
}
#main #review .review-list .item .img-box:after {
    content: "";
    width: 72px;
    height: 72px;
    background-color: transparent;
    background-image: url(/images/icons/video-play.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#main #review .review-list .item .img-box .thumb-text {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.35);
    z-index: 2;
    display: block;
    width: 100%;
    text-align: right;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    box-sizing: border-box;
    font-style: italic;
}
#main #review .review-list .item .text-box {
    text-align: center;
    color: #262834;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 38px;
    webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
    font-family: SDGothic, sans-serif;
    font-weight: 800;
}
#main #review .review-list .item .text-box > strong {
    font-weight: 400;
    margin-right: 5px;
    font-size: 16px;
}
#main #review .review-list .item:hover .background {
    transform: translateX(-50%) scale(1.1);
}
#main #review .employment-list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px dashed #b7b7b7;
}
#main #review .employment-list .item {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
#main #review .employment-list .item .text-box {
    margin-left: 20px;
}
#main #review .employment-list .item .text-box > p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}
#main #review .employment-list .item .text-box > p > strong {
    display: block;
    color: #262834;
    font-size: 18px;
    margin-top: 5px;
}
#main #ez-life {
    background-color: #f7f7f7;
}
#main #ez-life .line {
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    top: 0;
}
#main #ez-life .line.line1 {
    left: 0;
}
#main #ez-life .line.line2 {
    left: 207px;
}
#main #ez-life .line.line3 {
    left: 530px;
}
#main #ez-life .line.line4 {
    left: 666px;
}
#main #ez-life .line.line5 {
    left: 965px;
}
#main #ez-life .inner {
    padding: 105px 0 152px 0;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
#main #ez-life .inner .header {
    width: 290px;
}
#main #ez-life .inner .header .title {
    color: #000;
    font-size: 39px;
    line-height: 1.35;
    position: relative;
    display: inline-block;
    font-weight: 800;
}
#main #ez-life .inner .header .title > span {
    position: absolute;
    bottom: 20px;
    right: -25px;
}
#main #ez-life .inner .header .sub-text {
    margin-top: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
}
#main #ez-life .inner .header .sub-text > strong {
    color: #3da4ba;
    font-size: 27px;
    line-height: 1.35;
    display: block;
    margin-bottom: 10px;
}
#main #ez-life .inner .slider-box {
    width: 910px;
}
#main #ez-life .inner .slider-box .swiper-slide {
    width: 295px;
}
#main #ez-life .inner .slider-box .swiper-slide img {
    width: 295px;
    height: 162px;
}
#main #ez-life .inner .slider-box .swiper-slide .num {
    color: #e9e9e9;
    font-size: 67px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 80px;
    display: block;
    font-weight: 600;
    padding-top: 20px;
}
#main #ez-life .inner .slider-box .swiper-slide .text {
    color: #999;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 50px;
}
#main #ez-life .inner .slider-box .swiper-slide.swiper-slide-active .num,
#main #ez-life .inner .slider-box .swiper-slide.swiper-slide-active .text {
    color: #000;
}
#main #ez-life .main-common-control-box {
    position: absolute;
    right: -15px;
    top: 500px;
}
#main #ez-gallery {
    padding: 114px 0 130px 0;
}
#main #ez-gallery .header {
    position: relative;
}
#main #ez-gallery .header .title {
    color: #000;
    font-size: 39px;
}
#main #ez-gallery .slider-box {
    margin-top: 35px;
    width: 100%;
    position: relative;
}
#main #ez-gallery .slider-box .slide-list {
    position: absolute;
    top: 0;
    left: 296px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    width: 305px;
    height: 485px;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
}
#main #ez-gallery .slider-box .slide-list .list {
    width: 100%;
}
#main #ez-gallery .slider-box .slide-list .list li {
    width: 220px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size: 17px;
    line-height: 1.5;
    padding: 15px 5px;
    font-weight: 400;
    cursor: pointer;
}
#main #ez-gallery .slider-box .slide-list .list li:after {
    content: "";
    width: 3px;
    height: 0;
    right: -42px;
    top: 0;
    background-color: transparent;
    position: absolute;
    webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    transition: height 0.5s linear;
}
#main #ez-gallery .slider-box .slide-list .list li.active {
    position: relative;
    font-weight: 600;
    color: #3da4ba;
}
#main #ez-gallery .slider-box .slide-list .list li.active:after {
    height: 100%;
    background-color: #3da4ba;
}
#main #ez-gallery .slider-inner {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
#main #ez-gallery .slider-inner img {
    width: 296px;
    height: 485px;
}
#main #ez-gallery .slider-inner .text-box {
    width: 600px;
    height: 485px;
    background-color: #f7f7f7;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 85px;
}
#main #ez-gallery .slider-inner .text-box .title {
    font-size: 35px;
    color: #000;
    margin-bottom: 30px;
}
#main #ez-gallery .slider-inner .text-box .text {
    font-size: 17px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 40px;
}
#main #ez-now {
    padding: 100px 0 90px 0;
    background-color: #f7f7f7;
}
#main #ez-now .header {
    margin-bottom: 35px;
}
#main #ez-now .header .title {
    font-size: 48px;
}
#main #ez-now .header .title > small {
    font-size: 16px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #e4e4e4;
    line-height: 1;
    font-weight: 400;
    font-family: SDGothic, sans-serif;
}
#main #ez-now .header .title .svg {
    width: 21px;
    height: 24px;
    background-color: transparent;
    background-image: url(/images/common/logo-short-d.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-top: -5px;
    display: inline-block;
}
#main #ez-now .list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 1200px;
    height: 485px;
}
#main #ez-now .list > li {
    flex-grow: 0;
    flex-shrink: 0;
    align-items: center;
    flex: 1;
}
#main #ez-now .list > li .link {
    display: block;
    webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
}
#main #ez-now .list > li .link .label-video {
    position: absolute;
    right: 0;
    overflow: hidden;
}
#main #ez-now .list > li img {
    width: 100%;
    webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#main #ez-now .list > li.active,
#main #ez-now .list > li:hover {
    flex-basis: 100px;
}
#main #ez-now .list > li.active .link,
#main #ez-now .list > li:hover .link {
    box-shadow: 2.5px 4.33px 10px rgba(0, 0, 0, 0.75);
}
#main #ez-now .sns-share-list .sns-title {
    color: #040606;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    font-family: SDGothic, sans-serif;
}
#main .main-common-control-box {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
#main .main-common-control-box .custom-pagination {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -1px;
}
#main .main-common-control-box .custom-pagination strong {
    color: #000;
}
#main .swiper-pagination-custom {
    width: auto;
}
.common-member-ezen {
    padding: 55px 0;
    min-width: 1200px;
}
.common-member-ezen .logo {
    width: 154px;
    height: 54px;
    background-color: transparent;
    background-image: url(/images/common/common-logo-member.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    overflow: hidden;
    text-indent: -99999px;
    display: block;
    margin: 0 auto 45px auto;
}
.common-member-ezen .logo > a {
    width: 154px;
    height: 54px;
    display: block;
    margin: 0 auto;
}
.common-member-ezen .copyright {
    display: block;
    color: #666;
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
}
.common-member-ezen .copyright > span {
    color: #000;
}
#login {
    text-align: center;
    position: relative;
    width: 640px;
    margin: 0 auto;
    border: 1px solid #ccc;
}
#login .login-form {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
    padding: 70px 100px;
}
#login .login-title {
    position: relative;
    font-size: 30px;
    color: #333;
    font-weight: 400;
}
#login .login-title > strong {
    font-weight: 600;
}
#login .sub-text {
    color: #333;
    font-size: 16px;
    margin-bottom: 50px;
    text-align: center;
}
#login .find-link {
    width: 100%;
    position: relative;
    padding: 0 30px;
    line-height: 1;
}
#login .find-link .control {
    margin-bottom: 0;
}
#login .find-link .find-id-password {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 14px;
}
#login .member-sign-info {
    margin-top: 40px;
}
#login .member-sign-info > ul li {
    padding: 15px;
}
#login .member-sign-info > ul li > span {
    line-height: 1;
    margin-top: 10px;
}
#login .member-sign-info > ul li + li {
    border-top: 2px solid #eee;
}
#member-info {
    text-align: center;
    position: relative;
    width: 640px;
    margin: 0 auto;
    border: 1px solid #ccc;
}
#member-info.modify .step2,
#member-info.withdrawal .step2 {
    display: block;
}
#member-info.modify .sub-text > small,
#member-info.withdrawal .sub-text > small {
    font-size: 18px;
    text-align: center;
}
#member-info .register-modify-title {
    position: relative;
    font-size: 30px;
    color: #333;
    font-weight: 400;
}
#member-info .register-modify-title > strong {
    font-weight: 600;
}
#member-info .sub-text {
    text-align: center;
    color: #333;
    font-size: 21px;
    line-height: 1.75;
    margin-bottom: 50px;
    letter-spacing: -0.05em;
}
#member-info .step2 {
    display: none;
}
#member-info .register-form {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
    padding: 70px 68px;
}
#member-info .register-title {
    position: relative;
    padding: 20px 0 50px 0;
    font-size: 34px;
    color: #12344f;
}
#member-info .register-title > strong {
    font-weight: 300;
    position: relative;
}
#member-info .register-title > strong:after {
    content: "";
    position: absolute;
    right: -21px;
    top: -6px;
    width: 24px;
    height: 26px;
    background-color: transparent;
    background-image: url(/images/common/logo-favicon.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#member-info .campus-list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#member-info .campus-list > li {
    width: 100px;
}
#member-info .register-box .register-title-wrap {
    position: relative;
}
#member-info .register-box .register-title-wrap:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e7e7e8;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}
#member-info .register-box .register-title-label {
    color: #afb0b2;
    font-size: 16px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    z-index: 2;
    padding-right: 15px;
}
#member-info .register-box .agree-check-all {
    border-bottom: 1px solid #e7e7e8;
}
#member-info .register-box .agree-check-all > strong label {
    color: #535353;
}
#member-info .register-box .agree-contents-box {
    border: 1px solid #d4d4d4;
    padding: 20px;
    background-color: #eee;
    width: 100%;
    height: 90px;
    overflow-y: scroll;
    font-size: 13px;
    line-height: 1.45;
    color: #535353;
}
#member-info .register-box .agree-contents-box .member-join-table {
    width: 100%;
    max-width: 380px;
}
#member-info .register-box .agree-contents-box .member-join-table th {
    padding: 5px;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #999;
    text-align: center;
}
#member-info .register-box .agree-contents-box .member-join-table td {
    padding: 5px;
    font-size: 11px;
    border: 1px solid #999;
}
#member-info .register-box .agree-req {
    position: relative;
}
#member-info .register-box .agree-req:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 4px;
    border: 2px solid #e86a54;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 8px;
}
#member-info .register-box .agree-req label {
    color: #535353;
    font-size: 14px;
}
#member-info .register-box .req {
    color: #e86a54;
    font-size: 14px;
}
#member-info .wb-btn {
    border-radius: 30px;
    font-size: 16px;
    border: none;
    height: 45px;
}
#member-info .auth-number {
    display: none;
}
#member-info .auth-number .wb-input .col-label {
    top: 11px;
}
#member-info .auth-number .wb-input.focus .col-label,
#member-info .auth-number .wb-input.hover .col-label,
#member-info .auth-number .wb-input:focus .col-label {
    top: 11px;
    font-size: 15px;
}
#member-info .auth-number .col-input {
    height: 45px;
}
#member-info .auth-number .col-input .form-control {
    height: 45px;
    line-height: 1;
    padding: 6px 34px 6px 120px;
    margin-top: -13px;
}
#member-info .auth-number.show {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
}
#member-info .withdrawal-box {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
    padding: 70px 50px;
}
#member-info .withdrawal-box .flex-box {
    align-items: flex-start;
    margin-bottom: 20px;
}
#member-info .withdrawal-box .flex-box + .flex-box {
    padding-top: 20px;
    border-top: 1px dotted #dbdbdb;
}
#member-info .withdrawal-box .flex-box .control__indicator {
    margin-top: 0;
}
#member-info .withdrawal-box .flex-box .control .text {
    position: absolute;
    top: 25px;
    right: 0;
    white-space: nowrap;
    color: #999;
    font-size: 12px;
}
#member-info .withdrawal-box .text-box {
    margin-right: 20px;
}
#member-info .withdrawal-box .text-box .title {
    color: #414141;
    font-size: 20px;
    display: block;
    padding-bottom: 10px;
    word-break: keep-all;
    font-weight: 600;
}
#member-info .withdrawal-box .text-box .title-small {
    color: #414141;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    word-break: keep-all;
    font-weight: 400;
}
#member-info .withdrawal-box .text-box p {
    font-size: 16px;
    color: #666;
    word-break: keep-all;
    line-height: 1.5;
    font-weight: 400;
}
#member-info .withdrawal-box .text-box p > small {
    color: #999;
    margin-top: 5px;
}
#member-info .withdrawal-box .hypen-list > li {
    margin-bottom: 5px;
    font-size: 14px;
}
#member-info .withdrawal-box .agree-all-box {
    background-color: #fafafa;
    padding: 20px;
}
#member-find {
    text-align: center;
    position: relative;
    width: 880px;
    margin: 0 auto;
}
#member-find .find-wrap {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
    padding: 70px 50px;
}
#member-find .title {
    position: relative;
    font-size: 30px;
    color: #333;
    font-weight: 400;
}
#member-find .title > strong {
    font-weight: 600;
}
#member-find .title > span {
    position: relative;
}
#member-find .title > span:before {
    content: "";
    position: absolute;
    top: 50%;
    background-size: 42px 48px;
    width: 42px;
    height: 50px;
    left: -50px;
    margin-top: -25px;
}
#member-find .title > span.id:before {
    background-color: transparent;
    background-image: url(/images/common/find-icon-id.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#member-find .title > span.pw:before {
    background-color: transparent;
    background-image: url(/images/common/find-icon-pw.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#member-find .sub-text {
    color: #333;
    font-size: 16px;
    margin-bottom: 50px;
    text-align: center;
}
#member-find .find-box .box-title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    color: #666;
}
#member-find .find-link {
    width: 360px;
    text-align: center;
    font-size: 24px;
    position: relative;
    padding: 35px 0 175px 0;
    border: 1px solid #d4d4d4;
}
#member-find .find-link:before {
    content: "";
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translate(-50%, 0);
}
#member-find .find-link.phone:before {
    width: 52px;
    height: 80px;
    background-color: transparent;
    background-image: url(/images/common/find-icon-phone.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#member-find .find-link.email {
    margin-top: 30px;
}
#member-find .find-link.email:before {
    width: 63px;
    height: 67px;
    background-color: transparent;
    background-image: url(/images/common/find-icon-mail.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#member-find .find-link:hover {
    color: #666;
}
#member-find .find-item {
    padding: 20px 50px;
    background-color: #fafafa;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
#member-find .find-item:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -2.5px;
}
#member-find .find-item + .find-item {
    margin-top: 20px;
}
#member-find .find-item > strong {
    font-size: 20px;
    flex: 1;
}
.mfp-content .member-find-popup {
    width: 500px;
}
.mfp-content .member-find-popup .head-popup {
    padding: 20px 0;
    font-size: 24px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}
.mfp-content .member-find-popup .btn-auth {
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    border-radius: 0;
    background-color: #fff;
}
.mfp-content .member-find-popup .btn-auth:hover {
    background-color: #fafafa;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}
#member .member-info-contents {
    padding: 30px 0;
}
#member .title {
    font-size: 24px;
}
#member .sub-title {
    font-size: 18px;
    line-height: 1.35;
}
#member .info-jump-list {
    margin-top: 50px;
    padding: 40px;
    background-color: #fcfcfc;
    border: 1px solid #bbb;
}
#member .info-jump-list .list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#member .info-jump-list .list > li {
    font-size: 16px;
}
#member .info-jump-list .list > li a {
    color: inherit;
}
#member .info-jump-list .list > li strong {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
#member .info-text-box {
    margin-top: 30px;
    text-align: right;
}
#member .info-text-box > h5 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
    color: #333;
}
#member .info-text-box > p {
    text-align: left;
    margin-bottom: 10px;
    color: #666;
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.5;
}
#member .info-text-box > p > strong {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    color: #555;
}
#member .info-text-box .terms-table {
    width: 100%;
}
#member .info-text-box .terms-table td,
#member .info-text-box .terms-table th {
    padding: 10px;
    border: 1px solid #ccc;
}
#member .tuition-fee-table {
    width: 750px;
    font-family: SDGothic, sans-serif;
    border-collapse: separate;
    border-spacing: 5px;
    margin: 0 auto 50px auto;
}
#member .tuition-fee-table thead th {
    text-align: center;
    border-top: 2px solid #000;
}
#member .tuition-fee-table th {
    background-color: #f2f2f2;
}
#member .tuition-fee-table th {
    padding: 10px 20px 15px 20px;
    font-size: 17px;
}
#member .tuition-fee-table td {
    padding: 10px 20px 15px 20px;
    font-size: 16px;
    line-height: 1.35;
    word-break: keep-all;
}
#member .tuition-fee-table tbody td {
    border-bottom: 1px solid #adb3b4;
}
#member .tuition-fee-table tbody td:last-child {
    text-align: right;
}
#member .email-rejection {
    padding: 70px 0;
}
#member .email-rejection > p {
    position: relative;
}
#member .email-rejection > p > i {
    position: absolute;
    left: 40px;
    top: 0;
    font-size: 67px;
}
#portfolio #portfolio-tab .tab-content {
    position: relative;
}
#portfolio #portfolio-tab .fade-enter-active,
#portfolio #portfolio-tab .fade-leave-active {
    transition: opacity 0.25s ease-out;
}
#portfolio #portfolio-tab .fade-enter,
#portfolio #portfolio-tab .fade-leave-to {
    opacity: 0;
}
.portfolio-popup-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.portfolio-popup-layer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: #fff;
}
.portfolio-popup-layer .popup-wrap {
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 102;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
}
.portfolio-popup-layer .popup-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.portfolio-popup-layer .popup-inner.small {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}
.portfolio-popup-layer .popup-inner.big {
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0);
}
.portfolio-popup-layer .popup-inner .portfolio-image {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
.portfolio-popup-layer .popup-inner .pop-header {
    width: 100%;
    left: 0;
    top: 0;
    text-align: left;
    color: #333;
    padding: 33px 0;
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
    transition: width 0.35s ease;
}
.portfolio-popup-layer .popup-inner .pop-header.small {
    max-width: 950px;
    margin: 0 auto 25px auto;
    overflow: hidden;
}
.portfolio-popup-layer .popup-inner .pop-header.big {
    max-width: 1200px;
}
.portfolio-popup-layer .popup-inner .pop-header .pop-title {
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
}
.portfolio-popup-layer .popup-inner .pop-header .pop-author {
    display: inline-block;
    margin-left: 40px;
    font-size: 18px;
    font-weight: 400;
}
.portfolio-popup-layer .popup-inner .pop-contents {
    width: 100%;
    margin: 35px 0;
    overflow: hidden;
}
.portfolio-popup-layer .popup-inner .pop-contents > .flex-group {
    align-content: center;
    justify-content: center;
}
.portfolio-popup-layer .popup-inner .pop-contents .left-box-wrap {
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    border-radius: 3px;
}
.portfolio-popup-layer .popup-inner .left-box {
    padding: 50px 40px;
    box-sizing: border-box;
}
.portfolio-popup-layer .popup-inner .left-box.small {
    width: 950px;
    padding: 50px 60px;
    margin: 0 auto;
    float: none;
}
.portfolio-popup-layer .popup-inner .left-box.small .width-half {
    width: 398px;
}
.portfolio-popup-layer .popup-inner .right-box .box {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 20px;
}
.portfolio-popup-layer .popup-inner .right-box .box .box-title {
    display: block;
    font-size: 15px;
    color: #666;
    margin-right: 20px;
    margin-bottom: 10px;
}
.portfolio-popup-layer .popup-inner .right-box .box .box-title > a {
    background-color: #3da4ba;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 10px;
    border-radius: 15px;
}
.portfolio-popup-layer .popup-inner .right-box .box .class-author {
    width: 100%;
    overflow: hidden;
}
.portfolio-popup-layer .popup-inner .right-box .box .class-author .icon {
    float: left;
    position: relative;
    width: 49px;
    height: 49px;
    background-color: #000;
    border-radius: 25px;
    text-align: center;
}
.portfolio-popup-layer .popup-inner .right-box .box .class-author .icon > i {
    position: absolute;
    color: #fff;
    font-size: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.portfolio-popup-layer .popup-inner .right-box .box .class-author .author-info {
    float: left;
    position: relative;
    padding-left: 10px;
}
.portfolio-popup-layer .popup-inner .right-box .box .class-author .author-info > strong {
    font-weight: 600;
    font-size: 21px;
    display: block;
}
.portfolio-popup-layer .popup-inner .right-box .box .class-author .author-info > small {
    color: #666;
    font-size: 15px;
}
.portfolio-popup-layer .popup-inner .right-box .box .class-name {
    font-weight: 600;
    color: #000;
    font-size: 21px;
}
.portfolio-popup-layer .popup-inner .right-box .box .learning-tools {
    overflow: hidden;
}
.portfolio-popup-layer .popup-inner .right-box .box .learning-tools > li {
    float: left;
    margin: 0 10px 5px 0;
}
.portfolio-popup-layer .popup-inner .right-box .box .numerical-data p {
    font-weight: 400;
}
.portfolio-popup-layer .popup-inner .right-box .box .numerical-data p > strong {
    color: #000;
    font-size: 30px;
    margin-right: 5px;
}
.portfolio-popup-layer .popup-inner .right-box .box .tag-box > li {
    padding: 5px 15px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    margin: 4px 5px;
    color: #656565;
    font-size: 14px;
}
.portfolio-popup-layer .popup-inner .left-box,
.portfolio-popup-layer .popup-inner .right-box {
    overflow: hidden;
}
.portfolio-popup-layer .popup-inner .left-box > h5,
.portfolio-popup-layer .popup-inner .right-box > h5 {
    color: #000;
    font-size: 28px;
    padding-bottom: 40px;
    display: block;
}
.portfolio-popup-layer .popup-inner .width-half {
    width: 360px;
    padding-left: 17px;
    box-sizing: border-box;
    border-left: 2px solid #000;
    float: left;
    min-height: 196px;
}
.portfolio-popup-layer .popup-inner .width-half + .width-half {
    margin-left: 30px;
}
.portfolio-popup-layer .popup-inner .width-half > h6 {
    color: #000;
    font-size: 21px;
    padding: 0 0 25px 0;
}
.portfolio-popup-layer .popup-inner .width-half .campus-list {
    width: 100%;
    overflow: hidden;
}
.portfolio-popup-layer .popup-inner .width-half .campus-list > li {
    float: left;
    min-width: 85px;
}
.portfolio-popup-layer .popup-inner .width-half > table {
    width: 100%;
}
.portfolio-popup-layer .popup-inner .agree-box {
    border: 1px solid #d4d4d4;
    padding: 30px;
    line-height: 1.5;
    height: 136px;
    overflow-y: scroll;
}
.portfolio-popup-layer .btn-close {
    position: fixed;
    left: calc(100% - 95px);
    top: 0;
    background-color: transparent;
    background-image: url(/images/common/btn-popup-close.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 80px;
    height: 78px;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    z-index: 100;
}
.portfolio-popup-layer .pop-list {
    position: fixed;
    top: 108px;
    right: 50%;
    width: 180px;
    max-height: calc(100vh - 148px);
    transition: all 0.5s 0s ease;
    padding: 25px 0;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
}
.portfolio-popup-layer .pop-list.small {
    margin-right: -700px;
}
.portfolio-popup-layer .pop-list.big {
    margin-right: -700px;
}
.portfolio-popup-layer .pop-list .portfolio-list {
    width: 180px;
    position: relative;
}
.portfolio-popup-layer .pop-list .portfolio-list:after {
    content: "";
    width: 1px;
    height: calc(100% - 50px);
    background-color: #ccc;
    left: 23px;
    top: 0;
    position: absolute;
}
.portfolio-popup-layer .pop-list .portfolio-list li {
    display: block;
    padding-bottom: 20px;
}
.portfolio-popup-layer .pop-list .portfolio-list li:last-child {
    padding-bottom: 0;
}
.portfolio-popup-layer .pop-list .portfolio-list li > a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #666;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.portfolio-popup-layer .pop-list .portfolio-list li > a:before {
    content: "";
    width: 48px;
    height: 48px;
    border: 3px solid transparent;
    border-radius: 12px;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.portfolio-popup-layer .pop-list .portfolio-list li > a img {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    float: left;
    position: relative;
    z-index: 3;
}
.portfolio-popup-layer .pop-list .portfolio-list li > a .list-contents {
    float: left;
    margin: 0 0 20px 10px;
    border-bottom: 1px solid #ccc;
    width: 120px;
}
.portfolio-popup-layer .pop-list .portfolio-list li > a .list-contents > h3 {
    font-size: 13px;
    margin-bottom: 3px;
}
.portfolio-popup-layer .pop-list .portfolio-list li > a .list-contents > p {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 25px;
}
.portfolio-popup-layer .pop-list .portfolio-list li.active > a {
    color: #000;
}
.portfolio-popup-layer .pop-list .portfolio-list li.active > a:before {
    border-color: #000;
}
.portfolio-popup-layer .btn-move-top {
    position: fixed;
    right: 50%;
    margin-right: -701px;
    bottom: 9px;
    z-index: 15;
    border: none;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.portfolio-popup-layer .btn-move-top > span {
    margin-right: 5px;
    font-weight: 600;
}
.portfolio-popup-layer .btn-move-top:active,
.portfolio-popup-layer .btn-move-top:focus {
    outline: 0;
}
.list-enter-active,
.list-leave-active {
    transition: all 0.3s;
}
.list-enter,
.list-leave-to {
    opacity: 0;
}
.list-move {
    transition: transform 0.3s;
}
.slide-up-enter-active,
.slide-up-leave-active {
    transition-duration: 0.5s;
    transition-property: height, opacity, transform;
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
    overflow: hidden;
}
.slide-up-enter {
    opacity: 0;
    transform: translate(0, 2em);
}
.slide-up-leave-active {
    opacity: 0;
    transform: translate(0, -2em);
}
#portfolio-detail .detail-wrap .btn-detail-list {
    position: fixed;
    top: 50%;
    font-size: 55px;
    color: #ccc;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#portfolio-detail .detail-wrap .btn-detail-list.disabled {
    cursor: not-allowed;
    color: #f3f3f3;
}
#portfolio-detail .detail-wrap .btn-detail-list.prev {
    left: 50%;
    transform: translate(0, 100%);
    margin-left: -720px;
}
#portfolio-detail .detail-wrap .btn-detail-list.next {
    right: 50%;
    transform: translate(0, 100%);
    margin-right: -720px;
}
#portfolio-detail .detail-wrap .btn-detail-list:hover {
    color: #0b0b0b;
}
#portfolio-detail .detail-wrap .detail-title {
    padding: 8px 0;
    margin-bottom: 30px;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner > h3 {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner > span {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner > span .fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner > span .fa:after {
    font-size: 14px;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner > span .fa.fa-icon-1:before {
    content: "\f1fc";
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner > span .fa.fa-icon-2:before {
    content: "\f02d";
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner > span .fa.fa-icon-3:before {
    content: "\f03d";
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner > span .fa.fa-icon-4:before {
    content: "\f1ad";
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner > span .fa.fa-icon-5:before {
    content: "\f013";
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner > span .fa.fa-icon-6:before {
    content: "\f5fc";
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner .title-box {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner .title-box > h3 {
    margin-bottom: 5px;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner .title-box > span {
    font-weight: 400;
    color: #333;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner .title-box > span > strong {
    color: #000;
    font-family: SDGothic, sans-serif;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner .icon {
    webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner .icon > span {
    background-color: #000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 1;
}
#portfolio-detail .detail-wrap .detail-title .detail-title-inner .icon > span > i {
    margin-right: 5px;
}
#portfolio-detail .detail-wrap .detail-top {
    background-position: center center;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    min-width: 1200px;
    height: 662px;
}
#portfolio-detail .detail-wrap .detail-common-content {
    padding: 108px 0;
}
#portfolio-detail .detail-wrap .detail-common-content .video-img-wrap {
    position: relative;
    width: 100%;
}
#portfolio-detail .detail-wrap .detail-common-content .video-img-wrap .video-box {
    width: 640px;
    height: 360px;
    position: absolute;
    left: 50%;
    margin-left: -320px;
    top: 50px;
    background-color: #000;
    border: 1px solid #f5f5f5;
    box-sizing: content-box;
    z-index: 5;
}
#portfolio-detail .detail-wrap .detail-common-content .video-img-wrap img {
    position: relative;
    z-index: 3;
}
#portfolio-detail .detail-wrap .detail-common-content h4 {
    text-align: center;
    font-size: 38px;
    color: #000;
    line-height: 1.1;
}
#portfolio-detail .detail-wrap .detail-common-content h4 > small {
    font-weight: 400;
    font-size: 20px;
}
#portfolio-detail .detail-wrap .detail-common-content h4 > small > strong {
    font-weight: 400;
    color: #ed1c24;
}
#portfolio-detail .detail-wrap .detail-common-content .student-evaluation {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: stretch;
    padding: 70px 0;
}
#portfolio-detail .detail-wrap .detail-common-content .student-evaluation .box.left {
    width: 305px;
    background-color: #e1e1e1;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    margin-right: 70px;
    padding: 30px 30px 30px 10px;
    box-sizing: border-box;
}
#portfolio-detail .detail-wrap .detail-common-content .student-evaluation .box.left > h5 {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}
#portfolio-detail .detail-wrap .detail-common-content .student-evaluation .box.left .rating-text {
    font-size: 50px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: #aaa;
    margin: 10px 0;
    line-height: 1;
}
#portfolio-detail .detail-wrap .detail-common-content .student-evaluation .box.left .rating-text > strong {
    font-weight: 600;
    color: #f04a4e;
}
#portfolio-detail .detail-wrap .detail-common-content .student-evaluation .box.left .total {
    text-align: center;
    margin-top: 15px;
    padding: 5px 0;
    border-top: 1px solid #cacaca;
    font-weight: 600;
}
#portfolio-detail .detail-wrap .detail-common-content .student-evaluation .box.right {
    width: 100%;
}
#portfolio-detail .detail-wrap .detail-common-content .student-evaluation .box.right .graph-box {
    overflow: hidden;
    margin-top: -32px;
}
#portfolio-detail .detail-wrap .detail-common-content .student-evaluation .box.right .graph-box > li {
    float: left;
    width: 50%;
    position: relative;
    margin-top: 45px;
    padding-left: 20px;
    box-sizing: border-box;
}
#portfolio-detail .detail-wrap .detail-common-content .review-slide {
    padding: 0 14px 65px 14px;
    position: relative;
}
#portfolio-detail .detail-wrap .detail-common-content .review-slide li {
    display: block;
    width: 370px !important;
    color: inherit;
    border: 1px solid #d9d9da;
    border-radius: 8px;
    padding: 65px 23px 30px 23px;
    margin-top: 65px;
    height: 540px;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
}
#portfolio-detail .detail-wrap .detail-common-content .review-slide li .deco-box {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 320px;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    height: 100px;
}
#portfolio-detail .detail-wrap .detail-common-content .review-slide li .deco-box:after {
    content: "";
    width: 100%;
    height: 34px;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -17px);
    top: 50%;
}
#portfolio-detail .detail-wrap .detail-common-content .review-slide li .deco-box > h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 8px 0;
    line-height: 1;
    width: 100%;
}
#portfolio-detail .detail-wrap .detail-common-content .review-slide li .deco-box > img {
    z-index: 3;
    margin-left: -5px;
}
#portfolio-detail .detail-wrap .detail-common-content .review-slide li > h6 {
    color: #000;
    font-size: 19px;
    margin-bottom: 20px;
}
#portfolio-detail .detail-wrap .detail-common-content .review-slide li > p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}
#portfolio-detail .detail-wrap .detail-list {
    background-color: #ebeff2;
    padding: 60px 0 120px 0;
}
#portfolio-detail .detail-wrap .detail-list .title-wrap {
    padding: 0 0 30px 0;
}
#portfolio-detail .detail-wrap .detail-list .title-wrap h4 {
    text-align: center;
    color: #000;
    font-size: 38px;
}
#portfolio-detail .detail-wrap .detail-list .title-wrap p {
    text-align: right;
    color: #666;
    font-size: 15px;
}
#portfolio-detail .detail-wrap .detail-list ul {
    overflow: hidden;
    margin-left: -12px;
}
#portfolio-detail .detail-wrap .detail-list ul > li {
    float: left;
    margin-left: 12px;
    margin-bottom: 10px;
}
#portfolio-detail .portfolio-content-wrap {
    margin-left: -9px;
    width: 1212px;
    overflow: hidden;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid {
    width: 100%;
    min-width: 1212px;
    display: table-cell;
    vertical-align: top;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item {
    float: none !important;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 290px;
    margin-left: 9px !important;
    margin-bottom: 20px !important;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item > a {
    display: inline-block;
    box-shadow: 1px 0 5px 1px #c5c5c5;
    background-color: #fff;
    position: relative;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item > a .icon {
    color: #f04a4e;
    font-size: 150px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 4;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item > a:after {
    content: "";
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    transform: scale(0.5);
    text-align: center;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item .grid-title {
    padding: 10px 20px;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item .grid-title > h3 {
    font-size: 17px;
    letter-spacing: -0.5px;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    width: 190px;
    height: 25px;
    font-weight: 600;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item .grid-title > p {
    font-size: 17px;
    color: #3da4ba;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item .grid-contents {
    display: none;
    width: 290px;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item:hover > a {
    position: relative;
    z-index: 2;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item:hover > a .icon {
    opacity: 1;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item:hover > a:after {
    background-color: rgba(0, 0, 0, 0.5);
    border: 5px solid #000;
    transform: scale(1);
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open > a {
    position: relative;
    z-index: 2;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open > a .icon {
    opacity: 1;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open > a:after {
    background-color: rgba(0, 0, 0, 0.5);
    border: 5px solid #000;
    transform: scale(1);
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open .grid-contents {
    width: 1200px;
    display: block;
    position: relative;
    border-bottom: 5px solid #000;
    padding-bottom: 30px;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open .grid-contents img {
    display: block;
    margin: 0 auto;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open .grid-contents .btn-move-top {
    position: fixed;
    right: 50%;
    margin-right: -685px;
    bottom: 9px;
    z-index: 10;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open .grid-contents .btn-close {
    position: absolute;
    right: 28px;
    top: 25px;
    background-color: transparent;
    border: none;
    background-color: transparent;
    background-image: url(/images/common/btn-close-png.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 27px;
    height: 27px;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open .grid-contents .grid-contents-header {
    margin-top: 50px;
    border-top: 5px solid #000;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px 0 50px 0;
    border-bottom: 1px solid #cbcfd2;
    width: 100%;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open .grid-contents .grid-contents-header .portfolio-project-name {
    color: #3a3b3d;
    font-size: 24px;
    margin-right: 50px;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open .grid-contents .grid-contents-header .portfolio-student-name {
    color: #3a3b3f;
    font-size: 17px;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open .grid-contents .vod-frame-wrap {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-radius: 30px;
    border: 27px solid;
    margin-bottom: 80px;
    background-color: #000;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open .grid-contents .vod-frame-wrap .vod-iframe {
    display: block;
    width: 100%;
    height: 645px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #000;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open:nth-of-type(2) .grid-contents {
    margin-left: -303px;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open:nth-of-type(3) .grid-contents {
    margin-left: -605px;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open:nth-of-type(2n + 4) .grid-contents {
    margin-left: -303px;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open:nth-of-type(4n + 3) .grid-contents {
    margin-left: -605px;
}
#portfolio-detail .portfolio-content-wrap .portfolio-grid .grid-item.open:nth-of-type(4n) .grid-contents {
    margin-left: -908px;
}
#lecture-schedule {
    padding: 0 0 170px 0;
}
#lecture-schedule .calendar-wrap {
    margin-left: 30px;
}
#lecture-schedule .calendar-wrap .list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
}
#lecture-schedule .calendar-wrap .list li {
    text-align: center;
    width: 60px;
}
#lecture-schedule .calendar-wrap .list li.disabled .box .link {
    cursor: not-allowed;
}
#lecture-schedule .calendar-wrap .list li.disabled .box .link > span {
    color: #afafaf;
}
#lecture-schedule .calendar-wrap .list li.disabled .box .link > span.num {
    color: #d7d7d7;
}
#lecture-schedule .calendar-wrap .list li.current .box {
    border-radius: 30px;
    background-color: #000;
}
#lecture-schedule .calendar-wrap .list li.current .box .link {
    color: #fff;
}
#lecture-schedule .calendar-wrap .list li.current .box .link > span {
    color: #fff;
}
#lecture-schedule .calendar-wrap .list li.current .box .link > span.num {
    color: #fff;
}
#lecture-schedule .calendar-wrap .list li .box {
    margin: 0 8px;
    padding: 10px 0;
    border-radius: 20px;
    border: 2px solid transparent;
    width: 42px;
    height: 85px;
}
#lecture-schedule .calendar-wrap .list li .box .link > span {
    display: block;
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-align: center;
}
#lecture-schedule .calendar-wrap .list li .box .link > span.num {
    color: #34343d;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0;
}
#lecture-schedule .calendar-wrap .list li .calendar-radio {
    position: relative;
}
#lecture-schedule .calendar-wrap .list li .calendar-radio label {
    font-family: Montserrat, sans-serif;
    margin: 0 8px;
    padding: 10px 0;
    border-radius: 20px;
    border: 2px solid transparent;
    width: 42px;
    height: 85px;
    cursor: pointer;
    text-align: center;
}
#lecture-schedule .calendar-wrap .list li .calendar-radio label > span {
    display: block;
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
#lecture-schedule .calendar-wrap .list li .calendar-radio label > span.num {
    color: #34343d;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0;
}
#lecture-schedule .calendar-wrap .list li .calendar-radio label:hover {
    border: 2px solid #000;
}
#lecture-schedule .calendar-wrap .list li .calendar-radio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}
#lecture-schedule .calendar-wrap .list li .calendar-radio input[type="radio"]:checked + label {
    background-color: #000;
}
#lecture-schedule .calendar-wrap .list li .calendar-radio input[type="radio"]:checked + label > span {
    color: #fff;
}
#lecture-schedule .lecture-popular-slide {
    padding: 80px 40px 120px 40px;
    position: relative;
}
#lecture-schedule .lecture-popular-slide .swiper-button-next,
#lecture-schedule .lecture-popular-slide .swiper-button-prev {
    color: #999;
}
#lecture-schedule .lecture-popular-slide .swiper-button-prev {
    left: 0;
}
#lecture-schedule .lecture-popular-slide .swiper-button-next {
    right: 0;
}
#lecture-schedule .lecture-popular-slide .gallery-list {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li {
    width: 250px;
    margin: 0 40px 0 0;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li:last-child {
    margin: 0 !important;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item {
    display: block;
    padding-top: 250px;
    background-size: 100% 250px;
    background-position: center top;
    background-repeat: no-repeat;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info {
    margin-top: -4px;
    position: relative;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 144px;
    border: 1px solid #e8e8e8;
    z-index: 1;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info .item-text-box {
    padding: 20px 20px 15px 20px;
    border-top: 4px solid #3da4ba;
    position: relative;
    z-index: 2;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info .item-text-box:before {
    content: "";
    width: 0;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 5;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info .item-text-box:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 10;
    display: block;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info .item-text-box > h4 {
    color: #333;
    font-size: 19px;
    font-family: SDGothic, sans-serif;
    line-height: 1.35;
    height: 50px;
    margin-bottom: 30px;
    font-weight: 600;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info .item-text-box > strong {
    font-size: 13px;
    color: #333;
    position: relative;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info .item-text-box > strong > span {
    font-family: SDGothic, sans-serif;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info .item-text-box > strong > span.text-recruit {
    color: #e86a54;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info .item-text-box > strong > span.text-deadline {
    color: #3da4ba;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info .item-text-box > strong > span.text-deadline-end {
    color: #333;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-item-info .item-text-box .lecture-sort {
    width: 48px;
    height: 48px;
    background-color: #3da4ba;
    border-radius: 24px;
    display: inline-block;
    color: #fff;
    position: absolute;
    font-size: 14px;
    bottom: 20px;
    right: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 12;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item:hover {
    position: relative;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item:hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    background-color: transparent;
    background-image: url(/images/icons/icon-gallery-detail.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    background-size: 33px 33px;
    background-color: rgba(0, 0, 0, 0.5);
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item:hover .item-text-box {
    background-color: #3da4ba;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item:hover .item-text-box:before {
    width: 100%;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item:hover .item-text-box:after {
    background-color: #3da4ba;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item:hover .item-text-box > h4,
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item:hover .item-text-box > strong {
    color: #fff;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item:hover .item-text-box > h4 > span,
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item:hover .item-text-box > strong > span {
    color: #fff;
}
#lecture-schedule .lecture-popular-slide .gallery-list > ul > li .gallery-list-item:hover .item-text-box .lecture-sort {
    background-color: #fff;
    color: #3da4ba;
}
#lecture-schedule .lecture-popular-slide .control-box {
    margin-top: 35px;
}
#lecture-schedule .lecture-popular-slide .control-box .swiper-pagination-custom {
    width: 70px;
    text-align: center;
    position: relative;
    bottom: 0;
}
#lecture-schedule .lecture-content {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#lecture-schedule .lecture-content .title-wrap {
    width: 140px;
    flex-shrink: 0;
}
#lecture-schedule .lecture-content .title-wrap.bottom {
    margin-top: 120px;
}
#lecture-schedule .lecture-content .title {
    width: 300px;
    color: #000;
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 800;
    font-family: SDGothic, sans-serif;
}
#lecture-schedule .lecture-content .title > strong {
    color: #666;
    font-size: 18px;
    font-weight: 600;
}
#lecture-schedule .lecture-content .title > strong > small {
    font-weight: 400;
}
#lecture-schedule .lecture-content .inner {
    overflow: hidden;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#lecture-schedule .lecture-content .inner.bottom {
    margin-top: 120px;
}
#lecture-schedule .lecture-content .lecture-list {
    width: 950px;
    padding-left: 50px;
    position: relative;
}
#lecture-schedule .lecture-content .lecture-list:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e8e8e8;
}
#lecture-schedule .lecture-content .lecture-list .item {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    margin-bottom: 70px;
    position: relative;
}
#lecture-schedule .lecture-content .lecture-list .item:last-child {
    margin-bottom: 0;
}
#lecture-schedule .lecture-content .lecture-list .item:before {
    content: "";
    position: absolute;
    left: -43px;
    top: 2px;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 3px;
}
#lecture-schedule .lecture-content .lecture-list .item .text-box {
    margin-right: 50px;
    flex: 1;
}
#lecture-schedule .lecture-content .lecture-list .item .text-box .item-date-state {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
#lecture-schedule .lecture-content .lecture-list .item .text-box .item-date-state .item-date {
    color: #000;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1;
}
#lecture-schedule .lecture-content .lecture-list .item .text-box .item-title-rating {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
#lecture-schedule .lecture-content .lecture-list .item .text-box .item-title-rating .item-title {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-right: 12px;
}
#lecture-schedule .lecture-content .lecture-list .item .text-box .item-title-rating .item-title > br {
    display: none;
}
#lecture-schedule .lecture-content .lecture-list .item .text-box .item-text {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.8px;
    margin-bottom: 25px;
    word-wrap: break-word;
    word-break: keep-all;
}
#lecture-schedule .lecture-content .lecture-list .item .img-box {
    width: 192px;
    height: 192px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
#lecture-schedule .lecture-content .lecture-list .item .img-box > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: transparent;
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    white-space: nowrap;
}
#lecture-schedule .lecture-content .lecture-list .item .img-box > a .label-campus {
    display: block;
    background-color: #3da4ba;
    padding: 23px 0;
    line-height: 1;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 7px;
    right: 7px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    z-index: 1;
    font-size: 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#lecture-schedule .lecture-content .lecture-list .item:hover .img-box > a {
    background-color: rgba(0, 0, 0, 0.55);
}
#lecture-schedule .lecture-content .lecture-list .item:hover .img-box > a .label-campus {
    top: 50%;
    left: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    padding: 0;
    font-size: 20px;
    white-space: nowrap;
}
#lecture-schedule .lecture-content .lecture-campus {
    width: 176px;
    position: relative;
}
#lecture-schedule .lecture-content .lecture-campus .list {
    width: 176px;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-flow: wrap;
    align-self: center;
    position: absolute;
    top: 0;
}
#lecture-schedule .lecture-content .lecture-campus .list .item {
    width: 80px;
    height: 40px;
    margin: 4px;
}
#lecture-schedule .lecture-content .lecture-campus .list .item:first-child,
#lecture-schedule .lecture-content .lecture-campus .list .item:nth-child(2) {
    margin-top: 0;
}
#lecture-schedule .lecture-content .lecture-campus .list .campus-radio {
    width: 80px;
    height: 40px;
    position: relative;
    cursor: pointer;
}
#lecture-schedule .lecture-content .lecture-campus .list .campus-radio label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    font-size: 15px;
    color: #636363;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
#lecture-schedule .lecture-content .lecture-campus .list .campus-radio label:after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#lecture-schedule .lecture-content .lecture-campus .list .campus-radio input[type="radio"] {
    width: 1px;
    height: 1px;
}
#lecture-schedule .lecture-content .lecture-campus .list .campus-radio input[type="radio"]:checked + label {
    font-weight: 400;
    background-color: #fff;
    color: #000;
}
#lecture-schedule .lecture-content .lecture-campus .list .campus-radio input[type="radio"]:checked + label:after {
    content: "";
    width: 80px;
    height: 40px;
    border: 3px solid #3da5bb;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#curriculum .curriculum-top {
    background-color: #26252b;
    min-height: 450px;
}
#curriculum .curriculum-top .curriculum-title {
    font-size: 38px;
    font-weight: 800;
    font-family: SDGothic, sans-serif;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
}
#curriculum .curriculum-top .round-gray {
    color: #232329;
    font-size: 16px;
    font-weight: 600;
}
#curriculum .curriculum-top .round-gray .fa {
    font-size: 17px;
    vertical-align: middle;
    margin-left: 5px;
}
#curriculum .curriculum-top > .container {
    min-height: 450px;
}
#curriculum .curriculum-top > .container:before {
    content: "";
    width: 150px;
    height: 144px;
    background-color: transparent;
    background-image: url(/images/curriculum/curriculum-top-deco.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat;
    position: absolute;
    left: -160px;
    bottom: 0;
}
#curriculum .title-wrap {
    width: 600px;
    padding-top: 80px;
}
#curriculum .title-wrap .curriculum-info {
    width: 460px;
    margin-top: 25px;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    border-top: 1px solid #424247;
    border-bottom: 1px solid #424247;
    padding: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#curriculum .title-wrap .curriculum-info > dl {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    font-size: 16px;
}
#curriculum .title-wrap .curriculum-info > dl > dt {
    color: #fff;
    margin-right: 5px;
}
#curriculum .title-wrap .curriculum-info > dl > dd {
    color: #3da4ba;
}
#curriculum .title-wrap .curriculum-info > dl + dl {
    margin-left: 38px;
    position: relative;
}
#curriculum .title-wrap .curriculum-info > dl + dl:before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #383840;
    position: absolute;
    left: -18px;
    margin-top: -7px;
    top: 50%;
}
#curriculum .title-wrap .curriculum-hash-box {
    margin-top: 45px;
}
#curriculum .title-wrap .curriculum-hash-box .type-hash > li {
    display: inline-block;
    color: #8f8f91;
    padding-left: 13px;
    position: relative;
    font-weight: 600;
    margin-right: 15px;
    margin-bottom: 15px;
}
#curriculum .title-wrap .curriculum-hash-box .type-hash > li:before {
    content: "#";
    position: absolute;
    font-family: Montserrat, sans-serif;
    left: 0;
    top: 0;
}
#curriculum .title-wrap .curriculum-hash-box .type-hash > li:last-child {
    margin-right: 0;
}
#curriculum .img-box {
    width: 600px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}
#curriculum .img-box .inner {
    position: relative;
    background-color: #bababa;
    width: 600px;
    height: 448px;
    margin-top: 80px;
}
#curriculum .img-box .inner > img {
    position: absolute;
    z-index: 2;
    right: 0;
    top: -80px;
}
#curriculum .img-box .inner:after {
    content: "";
    width: 55px;
    height: 173px;
    background-color: transparent;
    background-image: url(/images/curriculum/curriculum-top-deco.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat;
    position: absolute;
    left: -60px;
    top: 196px;
}
#curriculum .img-box .inner:before {
    content: "";
    width: 150px;
    height: 55px;
    background-color: transparent;
    background-image: url(/images/curriculum/curriculum-top-deco.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat;
    position: absolute;
    right: 0;
    top: -88px;
}
#curriculum .curriculum-info-box .btn-box .sns-list .share {
    position: relative;
    z-index: 10;
}
#curriculum .curriculum-info-box .btn-box .sns-list .share i.fa {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
}
#curriculum .curriculum-info-box .btn-box .sns-list .share:hover.bottom .submenu > li:nth-child(1) {
    opacity: 1;
    top: 42px;
    transform: rotate(0);
    transition-delay: 50ms;
    z-index: 2;
}
#curriculum .curriculum-info-box .btn-box .sns-list .share:hover.bottom .submenu > li:nth-child(2) {
    opacity: 1;
    top: 84px;
    transform: rotate(0);
    transition-delay: 0.1s;
    z-index: 2;
}
#curriculum .curriculum-info-box .btn-box .sns-list .share:hover.bottom .submenu > li:nth-child(3) {
    opacity: 1;
    top: 126px;
    transform: rotate(0);
    transition-delay: 0.15s;
    z-index: 2;
}
#curriculum .curriculum-info-box .btn-box .sns-list .share:hover.bottom .submenu > li:nth-child(4) {
    opacity: 1;
    top: 168px;
    transform: rotate(0);
    transition-delay: 0.2s;
    z-index: 2;
}
#curriculum .curriculum-info-box .btn-box .sns-list .share:hover.bottom .submenu > li:nth-child(5) {
    opacity: 1;
    top: 210px;
    transform: rotate(0);
    transition-delay: 0.25s;
    z-index: 2;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    will-change: transform;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li a {
    color: #fff;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li a span {
    display: inline-block;
    text-indent: -999999px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #000;
    transition: all ease-in-out 0.5s;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li a span:after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li a.kakao-talk > span:after {
    background-color: transparent;
    background-image: url(/images/icons/icon-share-curri-kakaotalk.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li a.kakao-story > span:after {
    background-color: transparent;
    background-image: url(/images/icons/icon-share-curri-kakaostory.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li a.facebook > span:after {
    background-color: transparent;
    background-image: url(/images/icons/icon-share-curri-facebook.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li a.naver-blog > span:after {
    background-color: transparent;
    background-image: url(/images/icons/icon-share-curri-blog.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li a.kakao-talk:hover > span {
    background-color: #fac84e;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li a.kakao-story:hover > span {
    background-color: #f3ba00;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li a.facebook:hover > span {
    background-color: #3b5598;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li a.naver-blog:hover > span {
    background-color: #02c13a;
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li:nth-child(1) {
    transform: rotateX(45deg);
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li:nth-child(2) {
    transform: rotateX(90deg);
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li:nth-child(3) {
    transform: rotateX(135deg);
}
#curriculum .curriculum-info-box .btn-box .sns-list .submenu > li:nth-child(4) {
    transform: rotateX(180deg);
}
#curriculum .curriculum-info-box .info-list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 0 80px 0;
    position: relative;
    z-index: 3;
}
#curriculum .curriculum-info-box .info-list .info-item {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding: 30px 0 0 30px;
    border-left: 1px solid #ddd;
    min-height: 78px;
}
#curriculum .curriculum-info-box .info-list .info-item dt {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    font-family: SDGothic, sans-serif;
    position: absolute;
    top: 0;
}
#curriculum .curriculum-info-box .info-list .info-item dd .block {
    display: block;
}
#curriculum .curriculum-info-box .info-list .info-item.item1 {
    color: #000;
    font-size: 21px;
    font-family: SDGothic, sans-serif;
    font-weight: 600;
    width: 300px;
}
#curriculum .curriculum-info-box .info-list .info-item.item1 small {
    color: #3da4ba;
    font-size: 14px;
    font-weight: 400;
}
#curriculum .curriculum-info-box .info-list .info-item.item2 {
    color: #000;
    font-size: 17px;
    font-family: SDGothic, sans-serif;
    font-weight: 600;
    width: 300px;
}
#curriculum .curriculum-info-box .info-list .info-item.item2 span {
    color: #3da4ba;
}
#curriculum .curriculum-info-box .info-list .info-item.item3 {
    color: #000;
    font-size: 17px;
    font-family: SDGothic, sans-serif;
    font-weight: 600;
    max-width: 560px;
}
#curriculum .big-text {
    font-size: 32px;
    color: #000;
    padding-left: 30px;
    border-left: 2px solid #000;
    line-height: 1.5;
    letter-spacing: -0.5px;
}
#curriculum .big-text > strong {
    color: #3da4ba;
}
#curriculum .big-text > small {
    display: inline-block;
    color: #000;
    letter-spacing: 0;
    position: relative;
    padding-right: 30px;
    font-size: 22px;
}
#curriculum .big-text > small:after {
    content: "";
    width: 45px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -1px;
}
#curriculum .big-title {
    font-size: 35px;
    color: #000;
    line-height: 1.35;
    letter-spacing: -0.5px;
}
#curriculum .big-title > small {
    font-size: 30px;
    font-weight: 400;
}
#curriculum .small-text {
    color: #666;
    font-size: 17px;
    line-height: 1.75;
    padding-left: 60px;
    letter-spacing: -1px;
}
#curriculum .small-text > strong {
    color: #000;
}
#curriculum .line-deco-text {
    display: inline-block;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    margin-top: 35px;
    position: relative;
    padding-right: 30px;
}
#curriculum .line-deco-text:after {
    content: "";
    width: 45px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -1px;
}
#curriculum .detail-info-box .title {
    color: #253138;
    font-size: 28px;
    letter-spacing: -0.05em;
}
#curriculum .detail-info-box > .list {
    font-size: 17px;
    color: #666;
    letter-spacing: -0.045em;
    font-weight: 400;
    margin-top: 25px;
}
#curriculum .detail-info-box > .list > li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.5;
}
#curriculum .detail-info-box > .list > li strong {
    color: #000;
    font-weight: 600;
}
#curriculum .detail-info-box > .list.list-dot > li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    background-color: #000;
    left: 0;
    top: 11px;
}
#curriculum .detail-info-box > .list.list-hypen > li:before {
    content: "";
    width: 5px;
    height: 1px;
    position: absolute;
    background-color: #000;
    left: 0;
    top: 10px;
}
#curriculum .portfolio-slide {
    padding: 130px 0 60px 0;
    position: relative;
}
#curriculum .portfolio-slide:before {
    content: "";
    width: 100%;
    height: 165px;
    background-color: #c4c4c4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#curriculum .portfolio-slide .btn-wrap {
    position: absolute;
    right: 0;
    top: -15px;
}
#curriculum .portfolio-slide .container {
    z-index: 3;
}
#curriculum .portfolio-slide .swiper-container {
    padding-top: 50px;
}
#curriculum .portfolio-slide .swiper-container .custom-pagination {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -1px;
}
#curriculum .portfolio-slide .slide-box {
    border: 1px solid #bdbdbd;
}
#curriculum .portfolio-slide .slide-box .left {
    padding: 65px 20px 65px 50px;
    background-color: #fff;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 403px;
}
#curriculum .portfolio-slide .slide-box .left:after {
    content: "";
    width: 32px;
    height: 32px;
    background-size: contain;
    background-color: transparent;
    background-image: url(/images/common/logo-black-32.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    right: 50px;
    bottom: 50px;
}
#curriculum .portfolio-slide .slide-box .left .inner {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 350px;
    min-height: 100%;
}
#curriculum .portfolio-slide .slide-box .left .title {
    color: #000;
    font-size: 32px;
    line-height: 1.35;
    word-break: keep-all;
    word-wrap: break-word;
    width: 100%;
    letter-spacing: -0.075em;
}
#curriculum .portfolio-slide .slide-box .left .title > small {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 25px;
    display: block;
    letter-spacing: 0;
}
#curriculum .portfolio-slide .slide-box .left .text {
    color: #666;
    font-size: 16px;
}
#curriculum .portfolio-slide .slide-box .left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 310px;
    background-color: #3da4ba;
}
#curriculum .portfolio-slide .slide-box .center {
    width: 580px;
}
#curriculum .portfolio-slide .slide-box .right {
    background-color: #fff;
    width: 215px;
}
#curriculum .portfolio-slide .slide-box .right .inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    height: 100%;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
#curriculum .portfolio-slide .slide-box .right .inner .flex-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-height: 50%;
    min-height: 50%;
    max-width: 100%;
    padding: 80px 0;
    overflow: hidden;
}
#curriculum .portfolio-slide .slide-box .right .inner .flex-child + .flex-child {
    background-color: #74cfe2;
    padding: 45px 50px 45px 60px;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
}
#curriculum .portfolio-slide .slide-box .right .inner .star-ratings-wrap dt {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
#curriculum .portfolio-slide .slide-box .right .inner .star-ratings-wrap .rating-text > span {
    font-size: 33px;
    font-weight: 400;
    color: #999;
    font-family: Montserrat, sans-serif;
}
#curriculum .portfolio-slide .slide-box .right .inner .star-ratings-wrap .rating-text > span > strong {
    color: #000;
    font-weight: 800;
}
#curriculum .portfolio-slide .slide-box .right .inner .link {
    position: relative;
}
#curriculum .portfolio-slide .slide-box .right .inner .link:before {
    content: "";
    width: 48px;
    height: 10px;
    background-color: transparent;
    background-image: url(/images/common/btn-arrow-black-line.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    left: 60px;
    top: 170px;
}
#curriculum .curriculum-result {
    background-color: #c4c4c4;
}
#curriculum .curriculum-result .container {
    padding: 135px 0 170px 0;
}
#curriculum .curriculum-result .deco-result-text {
    font-size: 21px;
    font-weight: 400;
    position: relative;
    color: #139ab9;
}
#curriculum .curriculum-result .deco-result-text:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #139ab9;
    left: 0;
    top: 50px;
}
#curriculum .curriculum-result .deco-text {
    width: 100%;
    display: block;
    text-align: center;
    color: rgba(176, 176, 176, 0.5);
    position: absolute;
    bottom: 0;
    font-size: 105px;
    line-height: 0.95;
    z-index: 2;
}
#curriculum .curriculum-result .deco-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
#curriculum .infographic-box {
    background-color: #f2f2f2;
    position: relative;
}
#curriculum .infographic-box > .container {
    z-index: 3;
}
#curriculum .infographic-box > .container > img {
    position: relative;
    z-index: 4;
}
#curriculum .infographic-box > .container:before {
    content: "";
    width: 750px;
    height: 77px;
    background-color: transparent;
    background-image: url(/images/curriculum/curriculum-pattern-box.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: -22px;
}
#curriculum .infographic-box:before {
    content: "";
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
#curriculum .infographic-box:after {
    content: "";
    width: 100%;
    height: 88px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}
#curriculum .roadmap-box {
    background-color: #f7f7f7;
    position: relative;
}
#curriculum .roadmap-box .container:after {
    content: "";
    width: 100%;
    height: 77px;
    background-color: transparent;
    background-image: url(/images/curriculum/curriculum-pattern-box.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat;
    position: absolute;
    -ms-transform: translate(-67%, 0);
    -webkit-transform: translate(-67%, 0);
    -moz-transform: translate(-67%, 0);
    transform: translate(-67%, 0);
    min-width: 750px;
    bottom: -77px;
}
#curriculum .roadmap-box .roadmap-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center center;
}
#curriculum .curriculum-license-list {
    padding: 100px 0;
}
#curriculum .curriculum-license-list .slide-text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#curriculum .curriculum-license-list .slide-text-box > h5 {
    font-size: 32px;
    color: #000;
    line-height: 1.5;
}
#curriculum .curriculum-license-list .slide-text-box > h5 > small {
    display: block;
    color: #999;
    font-size: 17px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
#curriculum .curriculum-license-list .slide-text-box > p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}
#curriculum .curriculum-license-list .slide-text-box > p > strong {
    color: #000;
    font-size: 21px;
    font-weight: 800;
}
#curriculum .curriculum-license-list .slide-text-box > p > strong > span {
    color: #3da4ba;
}
#curriculum .curriculum-license-list .btn-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}
#curriculum .qna-slide-wrap {
    background-color: #27272e;
    padding: 100px 0 70px 0;
}
#curriculum .qna-slide-wrap .swiper-wrapper {
    margin-bottom: 30px;
}
#curriculum .qna-slide-wrap .big-title {
    color: #fff;
}
#curriculum .qna-slide-wrap .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 10px;
}
#curriculum .qna-slide-wrap .swiper-container-horizontal > .swiper-pagination-progressbar {
    top: auto !important;
    bottom: 0 !important;
}
#curriculum .qna-slide-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #7d7d83;
}
#curriculum .qna-slide-wrap .flip-card {
    background-color: transparent;
    width: 388px;
    height: 290px;
    margin: 40px 5px;
    padding-bottom: 20px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
#curriculum .qna-slide-wrap .flip-card .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#curriculum .qna-slide-wrap .flip-card:hover .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#curriculum .qna-slide-wrap .flip-card .flip-card-back,
#curriculum .qna-slide-wrap .flip-card .flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
#curriculum .qna-slide-wrap .flip-card .flip-card-front {
    width: 388px;
    height: 280px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35;
    background-position: center center;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}
#curriculum .qna-slide-wrap .flip-card .flip-card-front .inner {
    width: 100%;
    height: 100%;
    position: relative;
}
#curriculum .qna-slide-wrap .flip-card .flip-card-front .inner:after {
    content: "\f4ad";
    font-family: "Font Awesome 5 Free";
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    text-shadow: 3px 1px 3px #000;
}
#curriculum .qna-slide-wrap .flip-card .flip-card-back {
    background: #b5b5bb;
    position: absolute;
    width: 100%;
    height: 280px;
    color: #000;
    border-radius: 30px;
    padding: 30px 40px 30px 30px;
    line-height: 1.65;
    font-weight: 600;
    font-size: 16px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    letter-spacing: -0.025em;
    word-break: keep-all;
}
#curriculum .qna-slide-wrap .flip-card .flip-card-back:after {
    content: "";
    width: 22px;
    height: 22px;
    background-size: cover;
    background-color: transparent;
    background-image: url(/images/curriculum/curri-speech-bubble-arr.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    right: 45px;
    bottom: -20px;
}
#curriculum .layer-contents {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    opacity: 1;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
#curriculum .layer-contents.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#curriculum .layer-contents .btn-close {
    border: none;
    background-color: transparent;
    margin: 15px;
    position: absolute;
    right: 9px;
    top: 33px;
    cursor: pointer;
}
#curriculum .layer-contents .btn-close > span {
    text-indent: -99999px;
    width: 20px;
    height: 20px;
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkCQsOOxnJV3y2AAABWElEQVRo3tWZzRGEMAiF32wPlmH/pzRhGTaBF13jbyDAvtn15Bh4n2sSCECwXRhRMOz3ORcGFIzVfSU/QzDlImDABMG8IxzlJRdhlZca4SyfiFDJVwhX+SSEk/wX4U4+AeFGfkUAyoNNIMKDvEBQ3h4GIbwrNAfkym+rIA2h7Vk9MEe+3gnDEXQezQax8geASAS9p27DGPkLQASCzYPbgdc6xInHMsxRr1Xku/RBh02mzs8WNKEcs0YCEDzrpgGgime+Zdsa0EwonBuXAqCB4N03NYNeEVzyagAjgiVw6V9KjWAK3ab/VYVgzRwsgxUI5tzJCNBA6EjdPmD//uoTkCcheRmSNyLyVkwORuRwTE5IyCkZOSklp+Xkgwn5aEY+nJKP5+QCBblEQy5Skct05EIluVRLLlaTy/X0hgW/ZcNuWtHbdnJF+HXj8oTAaN1WCKzm9YpAaN8v+ozB51eXzhcAAAAASUVORK5CYII=);
    background-size: cover;
    display: inline-block;
    position: relative;
    z-index: 2;
}
#curriculum .layer-contents .btn-close:active,
#curriculum .layer-contents .btn-close:focus,
#curriculum .layer-contents .btn-close:hover {
    opacity: 0.5;
}
#curriculum .layer-contents .inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
#curriculum .layer-contents .contents-wrap {
    position: absolute;
    width: 500px;
    height: 100vh;
    background-color: #fff;
    right: 0;
    top: 0;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
    z-index: 10;
}
#curriculum .layer-contents .contents-wrap .tab-menu {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    height: 52px;
    flex-shrink: 1;
    border-bottom: 2px solid #7c7c7c;
}
#curriculum .layer-contents .contents-wrap .tab-menu > li {
    display: inline-block;
    border-radius: 5px 5px 0 0;
    border: 2px solid transparent;
    border-bottom: none;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
#curriculum .layer-contents .contents-wrap .tab-menu > li > a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #999;
    padding: 15px 20px;
}
#curriculum .layer-contents .contents-wrap .tab-menu > li.active {
    background-color: #fff;
    border-color: #7c7c7c;
}
#curriculum .layer-contents .contents-wrap .tab-menu > li.active > a {
    background-color: #fff;
    color: #000;
}
#curriculum .layer-contents .contents-wrap .detail-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-box {
    position: absolute;
    width: 440px;
    height: calc(100vh - 120px);
    background-color: #fff;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-box.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-inner {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-inner .header {
    flex-shrink: 1;
    border-bottom: 1px dashed #dbdbdb;
    padding: 10px 0;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-inner .header .contents-title {
    font-size: 30px;
    padding: 30px 10px 20px 10px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-inner .contents-inner {
    margin-top: 40px;
    height: calc(100vh - 250px);
    padding: 0 25px 0 10px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-inner .contents-inner .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -5px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-total-count span {
    color: #969696;
    font-weight: 400;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-total-count .top strong {
    display: block;
    font-size: 40px;
    font-weight: 800;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-total-count .top > span {
    font-size: 40px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-ratings-av .graph-box {
    font-size: 18px;
    margin-top: 10px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-ratings-av .graph-box > li + li {
    margin-top: 8px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-ratings-av .review-list h5 {
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 800;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-ratings-av .review-list a {
    color: inherit;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-ratings-av .review-list > li {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    border-top: 1px solid #dbdbdb;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-ratings-av .review-list > li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-ratings-av .review-list > li:last-child {
    border-bottom: 1px dashed #dbdbdb;
    padding-bottom: 40px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-ratings-av .review-list > li .flex-box > .star-ratings-css,
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-ratings-av .review-list > li .flex-box > span {
    flex-shrink: 0;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-ratings-av .review-list > li .flex-box > span {
    color: #666;
    font-size: 14px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-review .review-ratings-av .review-list > li p {
    color: #666;
    font-size: 15px;
    word-wrap: break-word;
    word-break: keep-all;
    line-height: 1.65;
    font-weight: 400;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-curriculum .curriculum-plan {
    overflow: hidden;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-curriculum .curriculum-plan .detail-list {
    position: relative;
    padding: 0 0 60px 120px;
    box-sizing: border-box;
    border-top: 2px solid #000;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-curriculum .curriculum-plan .detail-list > span {
    font-size: 53px;
    font-family: Montserrat, sans-serif;
    position: absolute;
    font-weight: 400;
    left: 0;
    top: 25px;
    color: #03aec2;
    line-height: 1;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-curriculum .curriculum-plan .detail-list > span:after {
    content: "step";
    display: block;
    font-weight: 100;
    font-size: 35px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-curriculum .curriculum-plan .detail-list:last-child {
    min-height: auto;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-curriculum .curriculum-plan .detail-list p {
    color: #000;
    font-size: 19px;
    font-weight: 300;
    margin: 30px 0 5px 0;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-curriculum .curriculum-plan .detail-list p > strong {
    font-weight: 700;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-curriculum .curriculum-plan .detail-list p + p {
    margin-top: 30px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-curriculum .curriculum-plan .detail-list > ul > li {
    padding-left: 15px;
    position: relative;
    color: #666;
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
    word-wrap: break-word;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-curriculum .curriculum-plan .detail-list > ul > li:after {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-curriculum .curriculum-plan .detail-list > ul:last-child {
    margin-bottom: 30px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .type-title {
    font-size: 24px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .curri-item {
    width: 195px;
    margin-bottom: 40px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .curri-item .link {
    display: block;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .curri-item .link:hover .img img {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .curri-item .link:hover .img:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .curri-item .img {
    position: relative;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .curri-item .img img {
    transition-delay: 0.1s;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 195px;
    height: 195px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .curri-item .img:after {
    content: "";
    width: 195px;
    height: 195px;
    background-color: transparent;
    background-image: url(/images/curriculum/curri-m.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 2;
    opacity: 0.5;
    background-size: cover;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .curri-item .img figcaption {
    display: none;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .curri-item .name {
    display: block;
    margin: 20px 0 10px 0;
    font-weight: 400;
    position: relative;
    font-size: 19px;
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .curri-item .name:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -5px;
    top: 1px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#curriculum .layer-contents .contents-wrap .detail-wrap .detail-lecture .curri-box .curri-item .name > span {
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.35;
    max-width: 180px;
    letter-spacing: -0.5px;
}
#curriculum .fixed-info-bar {
    padding: 20px 0;
    -webkit-box-shadow: 1px 3px 15px #7e7e7e;
    box-shadow: 1px 3px 15px #7e7e7e;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#curriculum .fixed-info-bar.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    -webkit-transform: translate(-120%, 0);
    -moz-transform: translate(-120%, 0);
    -ms-transform: translate(-120%, 0);
    -o-transform: translate(-120%, 0);
    transform: translate(-120%, 0);
}
#curriculum .fixed-info-bar.fixed.show {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 80;
    min-width: 1200px;
}
#curriculum .fixed-info-bar .info-inner {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#curriculum .fixed-info-bar .img-title-box .img {
    width: 75px;
    height: 75px;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
}
#curriculum .fixed-info-bar .img-title-box .title-info {
    width: 520px;
    margin-left: 20px;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#curriculum .fixed-info-bar .img-title-box .title-info .inner > strong {
    color: #000;
    font-size: 22px;
    margin-bottom: 5px;
}
#curriculum .fixed-info-bar .img-title-box .title-info .inner > small {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
#curriculum .fixed-info-bar .img-title-box .title-info .inner > small:before {
    content: "|";
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 1;
    font-weight: 400;
    color: silver;
}
#curriculum .fixed-info-bar .img-title-box .title-info .inner > small > span {
    color: #000;
}
#curriculum .fixed-info-bar .img-title-box .title-info .btn.kakao {
    color: #fac84e;
    position: relative;
    padding-left: 30px;
    line-height: 1.42857143;
}
#curriculum .fixed-info-bar .img-title-box .title-info .btn.kakao:before {
    content: "";
    background-color: transparent;
    background-image: url(/images/curriculum/kakao-icon-xs.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 22px;
    height: 20px;
    position: absolute;
    left: 13px;
    top: 6px;
}
#curriculum .fixed-info-bar .tel-box {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#curriculum .fixed-info-bar .tel-box > dl {
    position: relative;
}
#curriculum .fixed-info-bar .tel-box > dl dt {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
#curriculum .fixed-info-bar .tel-box > dl dt i {
    color: silver;
    font-size: 16px;
}
#curriculum .fixed-info-bar .tel-box > dl dt .tel-text {
    position: relative;
}
#curriculum .fixed-info-bar .tel-box > dl dt .campus {
    background-color: #797979;
    color: #fff;
    font-weight: 800;
    border-radius: 20px;
    display: block;
    padding: 5px 10px;
    min-width: 45px;
    line-height: 1;
    margin-left: 5px;
}
#curriculum .fixed-info-bar .tel-box > dl dd .tel-link {
    color: #3da4ba;
    font-size: 28px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    display: inline-block;
    white-space: nowrap;
}
#curriculum .fixed-info-bar .tel-box .btn.large {
    font-size: 17px;
    letter-spacing: -0.05em;
}
#curriculum .view-mobile-img {
    display: none;
}
#curriculum-intro .intro-top {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 534px;
}
#curriculum-intro .intro-top .container {
    height: 534px;
}
#curriculum-intro .intro-top .deco-img {
    position: relative;
    z-index: 3;
}
#curriculum-intro .intro-top.web {
    background-color: #3da5bb;
}
#curriculum-intro .intro-top.web .deco-img {
    width: 873px;
    height: 353px;
    margin-top: -176.5px;
}
#curriculum-intro .intro-top.web .deco-img.certi {
    width: 780px;
    height: 249px;
    margin-top: -124.5px;
}
#curriculum-intro .intro-top.web .wave {
    top: 0;
    left: 0;
    height: 534px;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
#curriculum-intro .intro-top.web .animation-img-wrapper {
    width: 264px;
    height: 528px;
    border-radius: 30px;
    left: 50%;
    margin-left: 340px;
    top: 60px;
    z-index: 12;
    position: absolute;
}
#curriculum-intro .intro-top.web .animation-img-wrapper #box {
    width: 264px;
    height: 528px;
    pointer-events: none;
    position: relative;
}
#curriculum-intro .intro-top.web .animation-img-wrapper .box {
    width: 264px;
    height: 528px;
    position: relative;
}
#curriculum-intro .intro-top.web .animation-img-wrapper .box .face {
    position: absolute;
    left: 0;
    top: 0;
    width: 294px;
    height: 528px;
}
#curriculum-intro .intro-top.web .animation-img-wrapper .box .face .face-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 528px;
    overflow: hidden;
}
#curriculum-intro .intro-top.web .animation-img-wrapper .box .face.front {
    background-color: transparent;
    background-image: url(/images/curriculum/web-intro/web-intro-front.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.web .animation-img-wrapper .box .face.back {
    background-color: transparent;
    background-image: url(/images/curriculum/web-intro/web-intro-back.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.web .animation-img-wrapper .box .face.right .face-inner {
    height: 485px;
    background-color: #f1f1f1;
    border-radius: 30px;
    margin-top: 27px;
}
#curriculum-intro .intro-top.web .animation-img-wrapper .box .face.left .face-inner {
    height: 485px;
    background-color: #f1f1f1;
    border-radius: 30px;
    margin-top: 27px;
}
#curriculum-intro .intro-top.editorial {
    background-color: #3da5bb;
}
#curriculum-intro .intro-top.editorial .deco-img {
    width: 661px;
    height: 422px;
    margin-top: -211px;
}
#curriculum-intro .intro-top.editorial:after {
    content: "";
    width: 1054px;
    height: 534px;
    background-color: transparent;
    background-image: url(/images/curriculum/editorial-intro/curriculum-intro-editorial-deco.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
@media screen and (max-width: 1899px) {
    #curriculum-intro .intro-top.editorial:after {
        right: auto;
        left: 50%;
    }
}
@media screen and (min-width: 1900px) {
    #curriculum-intro .intro-top.editorial:after {
        margin-right: -1054px;
        right: 50%;
    }
}
#curriculum-intro .intro-top.editorial .animation-img-wrapper {
    width: 292px;
    height: 422px;
    position: absolute;
    left: 50%;
    margin-left: 305px;
    top: 180px;
    z-index: 12;
}
#curriculum-intro .intro-top.editorial .animation-img-wrapper #box {
    width: 292px;
    height: 422px;
    pointer-events: none;
    position: relative;
}
#curriculum-intro .intro-top.editorial .animation-img-wrapper .box {
    width: 292px;
    height: 422px;
    position: relative;
}
#curriculum-intro .intro-top.editorial .animation-img-wrapper .box .face {
    position: absolute;
    left: 0;
    top: 0;
    width: 292px;
    height: 442px;
}
#curriculum-intro .intro-top.editorial .animation-img-wrapper .box .face .face-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 422px;
    overflow: hidden;
}
#curriculum-intro .intro-top.editorial .animation-img-wrapper .box .face.front {
    background-color: transparent;
    background-image: url(/images/curriculum/editorial-intro/editorial-intro-front.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.editorial .animation-img-wrapper .box .face.back {
    background-color: transparent;
    background-image: url(/images/curriculum/editorial-intro/editorial-intro-back.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.editorial .animation-img-wrapper .box .face.bottom,
#curriculum-intro .intro-top.editorial .animation-img-wrapper .box .face.top {
    background-color: #f1f1f1;
}
#curriculum-intro .intro-top.editorial .animation-img-wrapper .box .face.right .face-inner {
    background-color: transparent;
    background-image: url(/images/curriculum/editorial-intro/editorial-intro-left.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.editorial .animation-img-wrapper .box .face.left .face-inner {
    background-color: #f1f1f1;
}
#curriculum-intro .intro-top.multimedia {
    background-color: #3da5bb;
}
#curriculum-intro .intro-top.multimedia .deco-img {
    width: 759px;
    height: 337px;
    margin-top: -168.5px;
}
#curriculum-intro .intro-top.multimedia .container {
    position: relative;
}
#curriculum-intro .intro-top.multimedia .container:after {
    content: "";
    width: 326px;
    height: 138px;
    background-color: transparent;
    background-image: url(/images/curriculum/multimedia-intro/multimedia-intro-front-deco.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    right: 120px;
    bottom: -108px;
    z-index: 2;
}
#curriculum-intro .intro-top.multimedia .move-img-small-wrap {
    width: 206px;
    height: 224px;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: absolute;
    left: 50%;
    margin-left: 410px;
    top: 20px;
    z-index: 12;
    -webkit-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
}
#curriculum-intro .intro-top.multimedia .move-img-small-wrap .inner {
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    -webkit-transform: rotate3d(1, 1, 1, 0);
    transform: rotate3d(1, 1, 1, 0);
}
#curriculum-intro .intro-top.multimedia .move-img-small-wrap .ani-img .pyramid {
    width: 200px;
    height: 200px;
}
#curriculum-intro .intro-top.multimedia .move-img-small-wrap .ani-img .pyramid div {
    position: absolute;
    top: -100px;
    width: 0;
    height: 0;
    border: 100px solid transparent;
    border-bottom-width: 200px;
    opacity: 0.8;
}
#curriculum-intro .intro-top.multimedia .move-img-small-wrap .ani-img .pyramid .front {
    -webkit-transform: translateZ(100px) rotateX(30deg);
    transform: translateZ(100px) rotateX(30deg);
    border-bottom-color: #42cb9d;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
#curriculum-intro .intro-top.multimedia .move-img-small-wrap .ani-img .pyramid .back {
    -webkit-transform: translateZ(-100px) rotateX(-30deg);
    transform: translateZ(-100px) rotateX(-30deg);
    border-bottom-color: #32c18c;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
#curriculum-intro .intro-top.multimedia .move-img-small-wrap .ani-img .pyramid .left {
    -webkit-transform: translateX(-100px) rotateZ(30deg) rotateY(90deg);
    transform: translateX(-100px) rotateZ(30deg) rotateY(90deg);
    border-bottom-color: #17a06d;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
#curriculum-intro .intro-top.multimedia .move-img-small-wrap .ani-img .pyramid .right {
    -webkit-transform: translateX(100px) rotateZ(-30deg) rotateY(90deg);
    transform: translateX(100px) rotateZ(-30deg) rotateY(90deg);
    border-bottom-color: #139665;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
#curriculum-intro .intro-top.multimedia .move-img-small-wrap .ani-img .pyramid .bottom {
    -webkit-transform: translateX(-100px) rotateZ(90deg) rotateY(90deg);
    transform: translateX(-100px) rotateZ(90deg) rotateY(90deg);
    background: #00ad81;
    width: 200px;
    height: 200px;
    border: 0;
    top: 0;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
#curriculum-intro .intro-top.multimedia .move-img-wrap {
    width: 206px;
    height: 224px;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: absolute;
    left: 50%;
    margin-left: 270px;
    top: 289px;
    z-index: 12;
}
#curriculum-intro .intro-top.multimedia .move-img-wrap .inner {
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    -webkit-transform: rotate3d(1, 1, 1, 0);
    transform: rotate3d(1, 1, 1, 0);
}
#curriculum-intro .intro-top.multimedia .move-img-wrap .ani-img .pyramid {
    width: 200px;
    height: 200px;
}
#curriculum-intro .intro-top.multimedia .move-img-wrap .ani-img .pyramid div {
    position: absolute;
    top: -100px;
    width: 0;
    height: 0;
    border: 100px solid transparent;
    border-bottom-width: 200px;
    opacity: 0.8;
}
#curriculum-intro .intro-top.multimedia .move-img-wrap .ani-img .pyramid .front {
    -webkit-transform: translateZ(100px) rotateX(30deg);
    transform: translateZ(100px) rotateX(30deg);
    border-bottom-color: #ad62ec;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
#curriculum-intro .intro-top.multimedia .move-img-wrap .ani-img .pyramid .back {
    -webkit-transform: translateZ(-100px) rotateX(-30deg);
    transform: translateZ(-100px) rotateX(-30deg);
    border-bottom-color: #8e2fd1;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
#curriculum-intro .intro-top.multimedia .move-img-wrap .ani-img .pyramid .left {
    -webkit-transform: translateX(-100px) rotateZ(30deg) rotateY(90deg);
    transform: translateX(-100px) rotateZ(30deg) rotateY(90deg);
    border-bottom-color: #8b35d4;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
#curriculum-intro .intro-top.multimedia .move-img-wrap .ani-img .pyramid .right {
    -webkit-transform: translateX(100px) rotateZ(-30deg) rotateY(90deg);
    transform: translateX(100px) rotateZ(-30deg) rotateY(90deg);
    border-bottom-color: #8e2fd1;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
#curriculum-intro .intro-top.multimedia .move-img-wrap .ani-img .pyramid .bottom {
    -webkit-transform: translateX(-100px) rotateZ(90deg) rotateY(90deg);
    transform: translateX(-100px) rotateZ(90deg) rotateY(90deg);
    background: #750ec1;
    width: 200px;
    height: 200px;
    border: 0;
    top: 0;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
#curriculum-intro .intro-top.bim-engineering {
    background-color: #3d8fbb;
}
#curriculum-intro .intro-top.bim-engineering .deco-img {
    width: 720px;
    height: 337px;
    margin-top: -168.5px;
}
#curriculum-intro .intro-top.bim-engineering .container {
    position: relative;
}
#curriculum-intro .intro-top.bim-engineering .img-box {
    width: 520px;
    height: 633px;
    position: absolute;
    right: -120px;
    top: -5px;
}
#curriculum-intro .intro-top.bim-engineering .img-box .img-box-inner {
    width: 520px;
    height: 534px;
    position: relative;
}
#curriculum-intro .intro-top.bim-engineering .img-box .img-box-inner:after {
    content: "";
    width: 520px;
    height: 633px;
    background-color: transparent;
    background-image: url(/images/curriculum/bim-engineering-intro/bim-intro-deco-back.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 0;
    bottom: 0;
}
#curriculum-intro .intro-top.bim-engineering .animation-img-wrapper {
    width: 223px;
    height: 223px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: 170px;
}
#curriculum-intro .intro-top.bim-engineering .animation-img-wrapper #box {
    width: 223px;
    height: 223px;
    pointer-events: none;
    position: relative;
}
#curriculum-intro .intro-top.bim-engineering .animation-img-wrapper .box {
    width: 223px;
    height: 223px;
    position: relative;
}
#curriculum-intro .intro-top.bim-engineering .animation-img-wrapper .box .face {
    position: absolute;
    left: 0;
    top: 0;
    width: 223px;
    height: 223px;
}
#curriculum-intro .intro-top.bim-engineering .animation-img-wrapper .box .face .face-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 223px;
    height: 223px;
    overflow: hidden;
}
#curriculum-intro .intro-top.bim-engineering .animation-img-wrapper .box .face.front {
    background-color: transparent;
    background-image: url(/images/curriculum/bim-engineering-intro/bim-intro1.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.bim-engineering .animation-img-wrapper .box .face.back {
    background-color: transparent;
    background-image: url(/images/curriculum/bim-engineering-intro/bim-intro2.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.bim-engineering .animation-img-wrapper .box .face.left .face-inner {
    background-color: transparent;
    background-image: url(/images/curriculum/bim-engineering-intro/bim-intro3.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.bim-engineering .animation-img-wrapper .box .face.right .face-inner {
    background-color: transparent;
    background-image: url(/images/curriculum/bim-engineering-intro/bim-intro4.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.bim-engineering .animation-img-wrapper .box .face.top {
    background-color: transparent;
    background-image: url(/images/curriculum/bim-engineering-intro/bim-intro5.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.bim-engineering .animation-img-wrapper .box .face.bottom {
    background-color: transparent;
    background-image: url(/images/curriculum/bim-engineering-intro/bim-intro6.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.mechanic-engineering {
    background-color: #3d8fbb;
}
#curriculum-intro .intro-top.mechanic-engineering .deco-img {
    width: 720px;
    height: 337px;
    margin-top: -168.5px;
}
#curriculum-intro .intro-top.mechanic-engineering .container {
    position: relative;
}
#curriculum-intro .intro-top.mechanic-engineering .img-box {
    width: 654px;
    height: 645px;
    position: absolute;
    right: -230px;
    top: 0;
}
#curriculum-intro .intro-top.mechanic-engineering .img-box .img-box-inner {
    width: 654px;
    height: 534px;
    position: relative;
}
#curriculum-intro .intro-top.mechanic-engineering .img-box .img-box-inner:after {
    content: "";
    width: 698px;
    height: 565px;
    background-color: transparent;
    background-image: url(/images/curriculum/mechanic-intro/mechanic-intro-deco-back.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
}
#curriculum-intro .intro-top.mechanic-engineering .animation-img-wrapper {
    width: 223px;
    height: 223px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 170px;
}
#curriculum-intro .intro-top.mechanic-engineering .animation-img-wrapper #box {
    width: 223px;
    height: 223px;
    pointer-events: none;
    position: relative;
}
#curriculum-intro .intro-top.mechanic-engineering .animation-img-wrapper .box {
    width: 223px;
    height: 223px;
    position: relative;
}
#curriculum-intro .intro-top.mechanic-engineering .animation-img-wrapper .box .face {
    position: absolute;
    left: 0;
    top: 0;
    width: 223px;
    height: 223px;
}
#curriculum-intro .intro-top.mechanic-engineering .animation-img-wrapper .box .face .face-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 223px;
    height: 223px;
    overflow: hidden;
}
#curriculum-intro .intro-top.mechanic-engineering .animation-img-wrapper .box .face.front {
    background-color: transparent;
    background-image: url(/images/curriculum/mechanic-intro/mechanic-intro1.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.mechanic-engineering .animation-img-wrapper .box .face.back {
    background-color: transparent;
    background-image: url(/images/curriculum/mechanic-intro/mechanic-intro2.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.mechanic-engineering .animation-img-wrapper .box .face.left .face-inner {
    background-color: transparent;
    background-image: url(/images/curriculum/mechanic-intro/mechanic-intro3.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.mechanic-engineering .animation-img-wrapper .box .face.right .face-inner {
    background-color: transparent;
    background-image: url(/images/curriculum/mechanic-intro/mechanic-intro4.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.mechanic-engineering .animation-img-wrapper .box .face.top {
    background-color: transparent;
    background-image: url(/images/curriculum/mechanic-intro/mechanic-intro5.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.mechanic-engineering .animation-img-wrapper .box .face.bottom {
    background-color: transparent;
    background-image: url(/images/curriculum/mechanic-intro/mechanic-intro6.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.architectural-engineering {
    background-color: #3d8fbb;
}
#curriculum-intro .intro-top.architectural-engineering .deco-img {
    width: 684px;
    height: 340px;
    margin-top: -170px;
}
#curriculum-intro .intro-top.architectural-engineering .container {
    position: relative;
}
#curriculum-intro .intro-top.architectural-engineering .img-box {
    width: 654px;
    height: 645px;
    position: absolute;
    right: -230px;
    top: 0;
}
#curriculum-intro .intro-top.architectural-engineering .img-box .img-box-inner {
    width: 654px;
    height: 534px;
    position: relative;
}
#curriculum-intro .intro-top.architectural-engineering .img-box .img-box-inner:after {
    content: "";
    width: 654px;
    height: 645px;
    background-color: transparent;
    background-image: url(/images/curriculum/architectural-intro/architectural-intro-deco-back.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 0;
    bottom: 0;
}
#curriculum-intro .intro-top.architectural-engineering .animation-img-wrapper {
    width: 223px;
    height: 223px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 170px;
}
#curriculum-intro .intro-top.architectural-engineering .animation-img-wrapper #box {
    width: 223px;
    height: 223px;
    pointer-events: none;
    position: relative;
}
#curriculum-intro .intro-top.architectural-engineering .animation-img-wrapper .box {
    width: 223px;
    height: 223px;
    position: relative;
}
#curriculum-intro .intro-top.architectural-engineering .animation-img-wrapper .box .face {
    position: absolute;
    left: 0;
    top: 0;
    width: 223px;
    height: 223px;
}
#curriculum-intro .intro-top.architectural-engineering .animation-img-wrapper .box .face .face-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 223px;
    height: 223px;
    overflow: hidden;
}
#curriculum-intro .intro-top.architectural-engineering .animation-img-wrapper .box .face.front {
    background-color: transparent;
    background-image: url(/images/curriculum/architectural-intro/architectural-intro1.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.architectural-engineering .animation-img-wrapper .box .face.back {
    background-color: transparent;
    background-image: url(/images/curriculum/architectural-intro/architectural-intro2.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.architectural-engineering .animation-img-wrapper .box .face.left .face-inner {
    background-color: transparent;
    background-image: url(/images/curriculum/architectural-intro/architectural-intro3.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.architectural-engineering .animation-img-wrapper .box .face.right .face-inner {
    background-color: transparent;
    background-image: url(/images/curriculum/architectural-intro/architectural-intro4.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.architectural-engineering .animation-img-wrapper .box .face.top {
    background-color: transparent;
    background-image: url(/images/curriculum/architectural-intro/architectural-intro5.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.architectural-engineering .animation-img-wrapper .box .face.bottom {
    background-color: transparent;
    background-image: url(/images/curriculum/architectural-intro/architectural-intro6.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.bigdata-analysis {
    background-color: #1e3359;
}
#curriculum-intro .intro-top.bigdata-analysis .deco-img {
    width: 777px;
    height: 337px;
    margin-top: -168.5px;
}
#curriculum-intro .intro-top.bigdata-analysis .deco-img.certi {
    width: 673px;
    height: 416px;
    margin-top: -208px;
}
#curriculum-intro .intro-top.bigdata-analysis .container {
    position: relative;
}
#curriculum-intro .intro-top.bigdata-analysis #cvs {
    width: 750px;
    height: 530px;
    position: absolute;
    right: -130px;
    top: 0;
    z-index: 2;
}
#curriculum-intro .intro-top.bigdata-analysis .circle-img {
    position: absolute;
    right: -130px;
    bottom: 0;
    z-index: 10;
    opacity: 0;
}
#curriculum-intro .intro-top.bigdata-analysis .circle-animate {
    position: absolute;
    right: 30px;
    top: 107px;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    z-index: 5;
    overflow: hidden;
    background-color: transparent;
    background-image: url(/images/curriculum/bigdata-analysis-intro/bigdata-analysis-p.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat-x;
    box-shadow: inset -5px -5px 30px #03a9ed;
    opacity: 0;
}
#curriculum-intro .intro-top.bigdata-analysis .circle-animate .mask {
    width: 300px;
    height: 300px;
    background-color: transparent;
    background-image: url(/images/curriculum/bigdata-analysis-intro/bigdata-analysis-p.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat-x;
    animation: rotateImage 10s linear infinite;
    transform-origin: 50% 50%;
    border-radius: 150px;
    position: absolute;
    box-shadow: inset 5px 5px 30px #03a9ed;
    opacity: 0.25;
}
#curriculum-intro .intro-top.bigdata-engineering {
    background-color: #1e3359;
}
#curriculum-intro .intro-top.bigdata-engineering .deco-img {
    width: 775px;
    height: 303px;
    margin-top: -151.5px;
}
#curriculum-intro .intro-top.bigdata-engineering .fireworks {
    position: absolute;
    right: -305px;
    top: -85px;
    z-index: 10;
    opacity: 0;
}
#curriculum-intro .intro-top.bigdata-engineering .container {
    position: relative;
}
#curriculum-intro .intro-top.bigdata-engineering .container .deco-img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
#curriculum-intro .intro-top.bigdata-engineering .container .deco-img-box .inner {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#curriculum-intro .intro-top.bigdata-engineering .container .deco-img-box .inner:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -160px;
    top: 0;
    width: 1110px;
    height: 526px;
    background-color: transparent;
    background-image: url(/images/curriculum/bigdata-engineering-intro/bigdata-engineering-back.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    animation: 12s darkside infinite;
    animation-timing-function: linear;
}
#curriculum-intro .intro-top.bigdata-engineering .container .deco-img-box .inner .ani-deco1 {
    position: absolute;
    right: 13px;
    bottom: 186px;
    z-index: 4;
    animation: 8s lightside infinite;
    opacity: 0;
    animation-timing-function: linear;
}
#curriculum-intro .intro-top.bigdata-engineering .container .deco-img-box .inner .ani-deco2 {
    position: absolute;
    right: -60px;
    bottom: -114px;
    z-index: 4;
    opacity: 0;
}
#curriculum-intro .intro-top.bigdata-engineering .container .deco-img-box .inner .line {
    width: 173px;
    height: 173px;
    position: absolute;
    top: 143px;
    right: 71px;
    z-index: 4;
    border-radius: 266px;
    border: 3px solid #fafafa;
    transform: matrix(2, 0, 0, 1, -23, 50);
    animation: 8s darkside infinite;
}
#curriculum-intro .intro-top.bigdata-marketing {
    background-color: #1e3359;
}
#curriculum-intro .intro-top.bigdata-marketing .deco-img {
    width: 775px;
    height: 303px;
    margin-top: -151.5px;
}
#curriculum-intro .intro-top.bigdata-marketing .container {
    position: relative;
}
#curriculum-intro .intro-top.bigdata-marketing .container #cvs {
    width: 750px;
    height: 530px;
    position: absolute;
    right: -180px;
}
#curriculum-intro .intro-top.bigdata-marketing .container .deco-img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
#curriculum-intro .intro-top.bigdata-marketing .container .deco-img-box .inner {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#curriculum-intro .intro-top.bigdata-marketing .container .deco-img-box .inner:after {
    content: "";
    position: absolute;
    right: 0;
    margin-right: -210px;
    top: 0;
    width: 592px;
    height: 626px;
    background-color: transparent;
    background-image: url(/images/curriculum/bigdata-marketing-intro/bigdata-marketing-deco1.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.bigdata-marketing .container .deco-img-box .text-box {
    width: 135px;
    height: 142px;
    position: absolute;
    background-size: cover;
    z-index: 5;
    overflow: hidden;
    opacity: 0;
}
#curriculum-intro .intro-top.bigdata-marketing .container .deco-img-box .text-box > span {
    font-size: 17px;
    font-weight: 600;
    font-family: SDGothic, sans-serif;
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: -0.5px;
    transform: skewX(355deg) skewY(330deg) translateY(218px) translateX(72px);
}
#curriculum-intro .intro-top.bigdata-marketing .container .deco-img-box .text-box.text1 {
    background-color: transparent;
    background-image: url(/images/curriculum/bigdata-marketing-intro/bigdata-marketing-deco2.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    top: 7px;
    right: -3px;
}
#curriculum-intro .intro-top.bigdata-marketing .container .deco-img-box .text-box.text2 {
    background-color: transparent;
    background-image: url(/images/curriculum/bigdata-marketing-intro/bigdata-marketing-deco3.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    top: 116px;
    right: 53px;
}
#curriculum-intro .intro-top.bigdata-marketing .container .deco-img-box .text-box.text3 {
    background-color: transparent;
    background-image: url(/images/curriculum/bigdata-marketing-intro/bigdata-marketing-deco4.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    top: 234px;
    right: 99px;
}
#curriculum-intro .intro-top.bigdata-marketing .container .deco-img-box .text-box.text4 {
    background-color: transparent;
    background-image: url(/images/curriculum/bigdata-marketing-intro/bigdata-marketing-deco5.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    top: 249px;
    right: -10px;
}
#curriculum-intro .intro-top.webapp-programming {
    background-color: #1e2759;
}
#curriculum-intro .intro-top.webapp-programming .deco-img {
    width: 1200px;
    height: 534px;
    top: 0;
}
#curriculum-intro .intro-top.webapp-programming .container {
    position: relative;
}
#curriculum-intro .intro-top.webapp-programming #particle-canvas {
    background-color: transparent !important;
    width: 100% !important;
    height: 534px !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#curriculum-intro .intro-top.webapp-programming .deco-img {
    z-index: 7;
}
#curriculum-intro .intro-top.webapp-programming .circle-img {
    position: absolute;
    width: 420px;
    height: 420px;
    background-color: transparent;
    background-image: url(/images/curriculum/webapp-program-intro/deco-circle.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    animation: circle 5s linear infinite;
    border-radius: 230px;
    z-index: 3;
    opacity: 0;
}
#curriculum-intro .intro-top.webapp-programming .circle-img.circle1 {
    top: 52px;
    left: 144px;
}
#curriculum-intro .intro-top.webapp-programming .circle-img.circle2 {
    top: 52px;
    left: 635px;
}
#curriculum-intro .intro-top.k-digital {
    background-color: #1e2759;
}
#curriculum-intro .intro-top.k-digital .deco-img {
    width: 444px;
    height: 393px;
    margin-top: -196.5px;
}
#curriculum-intro .intro-top.k-digital .container {
    position: relative;
}
#curriculum-intro .intro-top.k-digital .container:after {
    content: "";
    width: 892px;
    height: 534px;
    background-color: transparent;
    background-image: url(/images/curriculum/k-digital-intro/k-digital-back.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    right: -155px;
    top: 0;
    animation: 20s lightside infinite;
}
#curriculum-intro .intro-top.k-digital .canvas {
    position: absolute;
    right: -103px;
    top: 0;
    background-color: transparent !important;
    opacity: 0;
}
#curriculum-intro .intro-top.k-digital-ai {
    background-color: #1e2759;
}
#curriculum-intro .intro-top.k-digital-ai .deco-img {
    width: 622px;
    height: 355px;
    margin-top: -177.5px;
    z-index: 15;
}
#curriculum-intro .intro-top.k-digital-ai .clouds,
#curriculum-intro .intro-top.k-digital-ai .stars,
#curriculum-intro .intro-top.k-digital-ai .twinkling {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}
#curriculum-intro .intro-top.k-digital-ai .stars {
    background: url(/images/curriculum/k-digital-ai-intro/deco-stars.png) repeat top center;
    z-index: 10;
}
#curriculum-intro .intro-top.k-digital-ai .twinkling {
    background: transparent url(/images/curriculum/k-digital-ai-intro/deco-twinkling.png) repeat top center;
    z-index: 11;
    -moz-animation: move-twink-back 200s linear infinite;
    -ms-animation: move-twink-back 200s linear infinite;
    -o-animation: move-twink-back 200s linear infinite;
    -webkit-animation: move-twink-back 200s linear infinite;
    animation: move-twink-back 200s linear infinite;
}
#curriculum-intro .intro-top.k-digital-ai .clouds {
    background: transparent url(/images/curriculum/k-digital-ai-intro/deco-clouds.png) repeat top center;
    z-index: 12;
    -moz-animation: move-clouds-back 100s linear infinite;
    -ms-animation: move-clouds-back 100s linear infinite;
    -o-animation: move-clouds-back 100s linear infinite;
    -webkit-animation: move-clouds-back 100s linear infinite;
    animation: move-clouds-back 100s linear infinite;
}
#curriculum-intro .intro-top.k-digital-ai .container {
    position: relative;
}
#curriculum-intro .intro-top.k-digital-ai .container:after {
    content: "";
    width: 672px;
    height: 654px;
    background-color: transparent;
    background-image: url(/images/curriculum/k-digital-ai-intro/k-digital-ai-back.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    right: -155px;
    top: 2px;
    z-index: 13;
}
#curriculum-intro .intro-top.office-automation {
    background-color: #3d6fbb;
}
#curriculum-intro .intro-top.office-automation .container {
    position: relative;
}
#curriculum-intro .intro-top.office-automation .container .deco-img {
    width: 684px;
    height: 341px;
    margin-top: -170.5px;
}
#curriculum-intro .intro-top.office-automation .container .deco-img-box {
    position: absolute;
    left: 788px;
    top: 0;
}
#curriculum-intro .intro-top.office-automation .container .deco-img-box .inner {
    position: relative;
    width: 485px;
    height: 625px;
}
#curriculum-intro .intro-top.office-automation .container .deco-img-box .inner .deco1,
#curriculum-intro .intro-top.office-automation .container .deco-img-box .inner .deco2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap {
    position: absolute;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap .inner {
    position: relative;
    width: 132.5px;
    height: 132.5px;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap .inner > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap .inner > svg .path {
    opacity: 0;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap .inner .slide-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 132.5px;
    height: 132.5px;
    overflow: hidden;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap .inner .slide-box .slide-inner {
    width: 132.5px;
    height: 132.5px;
    opacity: 0;
    animation-name: slotSlide;
    -webkit-animation-name: slotSlide;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: steps(9, start);
    -webkit-animation-timing-function: steps(9, start);
    animation-direction: alternate-reverse;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap .inner .slide-box .slide-inner > li {
    position: relative;
    display: block;
    width: 132.5px;
    height: 132.5px;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap .inner .slide-box .slide-inner > li .path-icon {
    position: absolute;
    left: 50%;
    top: 50%;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap .inner .slide-box .slide-inner > li .path-icon.icon1 {
    margin-left: -23px;
    margin-top: -33.5px;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap .inner .slide-box .slide-inner > li .path-icon.icon2 {
    margin-left: -32.5px;
    margin-top: -27.5px;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap .inner .slide-box .slide-inner > li .path-icon.icon3 {
    margin-left: -25px;
    margin-top: -30.5px;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap .inner .slide-box .slide-inner > li .path-icon.icon4 {
    margin-left: -30.5px;
    margin-top: -24.5px;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 {
    left: 680px;
    top: 200px;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 .inner .slide-box .slide-inner {
    animation-delay: 0.5s;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 .inner > svg:nth-child(1) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 0.3s linear forwards;
    animation-delay: 0.3s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 .inner > svg:nth-child(2) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 0.6s linear forwards;
    animation-delay: 0.6s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 .inner > svg:nth-child(3) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 0.9s linear forwards;
    animation-delay: 0.9s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 .inner > svg:nth-child(4) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 1.2s linear forwards;
    animation-delay: 1.2s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 .inner > svg:nth-child(5) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 1.5s linear forwards;
    animation-delay: 1.5s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 .inner > svg:nth-child(6) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 1.8s linear forwards;
    animation-delay: 1.8s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 .inner > svg:nth-child(7) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 2.1s linear forwards;
    animation-delay: 2.1s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 .inner > svg:nth-child(8) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 2.4s linear forwards;
    animation-delay: 2.4s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 .inner > svg:nth-child(9) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 2.7s linear forwards;
    animation-delay: 2.7s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon1 .inner > svg:nth-child(10) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 3s linear forwards;
    animation-delay: 3s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 {
    left: 830px;
    top: 200px;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 .inner .slide-box .slide-inner {
    animation-delay: 1s;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 .inner > svg:nth-child(1) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 350ms linear forwards;
    animation-delay: 350ms;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 .inner > svg:nth-child(2) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 0.7s linear forwards;
    animation-delay: 0.7s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 .inner > svg:nth-child(3) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 1.05s linear forwards;
    animation-delay: 1.05s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 .inner > svg:nth-child(4) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 1.4s linear forwards;
    animation-delay: 1.4s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 .inner > svg:nth-child(5) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 1.75s linear forwards;
    animation-delay: 1.75s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 .inner > svg:nth-child(6) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 2.1s linear forwards;
    animation-delay: 2.1s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 .inner > svg:nth-child(7) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 2.45s linear forwards;
    animation-delay: 2.45s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 .inner > svg:nth-child(8) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 2.8s linear forwards;
    animation-delay: 2.8s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 .inner > svg:nth-child(9) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 3.15s linear forwards;
    animation-delay: 3.15s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon2 .inner > svg:nth-child(10) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 3.5s linear forwards;
    animation-delay: 3.5s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 {
    left: 1135px;
    top: 200px;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 .inner .slide-box .slide-inner {
    animation-delay: 1.5s;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 .inner > svg:nth-child(1) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 0.4s linear forwards;
    animation-delay: 0.4s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 .inner > svg:nth-child(2) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 0.8s linear forwards;
    animation-delay: 0.8s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 .inner > svg:nth-child(3) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 1.2s linear forwards;
    animation-delay: 1.2s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 .inner > svg:nth-child(4) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 1.6s linear forwards;
    animation-delay: 1.6s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 .inner > svg:nth-child(5) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 2s linear forwards;
    animation-delay: 2s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 .inner > svg:nth-child(6) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 2.4s linear forwards;
    animation-delay: 2.4s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 .inner > svg:nth-child(7) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 2.8s linear forwards;
    animation-delay: 2.8s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 .inner > svg:nth-child(8) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 3.2s linear forwards;
    animation-delay: 3.2s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 .inner > svg:nth-child(9) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 3.6s linear forwards;
    animation-delay: 3.6s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon3 .inner > svg:nth-child(10) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 4s linear forwards;
    animation-delay: 4s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 {
    left: 1284px;
    top: 200px;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 .inner .slide-box .slide-inner {
    animation-delay: 2s;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 .inner > svg:nth-child(1) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 450ms linear forwards;
    animation-delay: 450ms;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 .inner > svg:nth-child(2) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 0.9s linear forwards;
    animation-delay: 0.9s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 .inner > svg:nth-child(3) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 1.35s linear forwards;
    animation-delay: 1.35s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 .inner > svg:nth-child(4) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 1.8s linear forwards;
    animation-delay: 1.8s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 .inner > svg:nth-child(5) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 2.25s linear forwards;
    animation-delay: 2.25s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 .inner > svg:nth-child(6) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 2.7s linear forwards;
    animation-delay: 2.7s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 .inner > svg:nth-child(7) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 3.15s linear forwards;
    animation-delay: 3.15s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 .inner > svg:nth-child(8) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 3.6s linear forwards;
    animation-delay: 3.6s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 .inner > svg:nth-child(9) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 4.05s linear forwards;
    animation-delay: 4.05s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.office-automation .icon-back-wrap.icon4 .inner > svg:nth-child(10) .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 1;
    animation: dash 4.5s linear forwards;
    animation-delay: 4.5s;
    stroke: #2b4771;
}
#curriculum-intro .intro-top.digital-marketing {
    background-color: #3d6fbb;
}
#curriculum-intro .intro-top.digital-marketing .container {
    position: relative;
}
#curriculum-intro .intro-top.digital-marketing .container:after {
    content: "";
    width: 971px;
    height: 579px;
    background-size: 971px 579px;
    position: absolute;
    left: 50%;
    margin-left: -85px;
    background-color: transparent;
    background-image: url(/images/curriculum/digital-marketing-intro/curriculum-digital-marketing_back.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    z-index: 4;
}
#curriculum-intro .intro-top.digital-marketing .container .deco-img {
    width: 680px;
    height: 338px;
    margin-top: -169px;
}
#curriculum-intro .intro-top.digital-marketing .container .animation-wrapper {
    width: 690px;
    height: 530px;
    position: absolute;
    right: -110px;
    top: -30px;
    z-index: 6;
}
#curriculum-intro .intro-top.digital-marketing .container .animation-wrapper .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#curriculum-intro .intro-top.digital-marketing .container .square {
    position: absolute;
}
#curriculum-intro .intro-top.digital-marketing .container .square .icon-img,
#curriculum-intro .intro-top.digital-marketing .container .square .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}
#curriculum-intro .intro-top.digital-marketing .container .circle {
    border-radius: 50%;
}
#curriculum-intro .intro-top.digital-marketing .container .square-1 {
    width: 15px;
    height: 15px;
    top: 150px;
    left: 292px;
    background-color: #003c9b;
    animation: square-1 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-2 {
    width: 65px;
    height: 65px;
    top: 275px;
    left: 170px;
    background-color: #003c9b;
    animation: square-2 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-2 i {
    position: absolute;
    font-size: 20px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#curriculum-intro .intro-top.digital-marketing .container .square-3 {
    width: 100px;
    height: 100px;
    top: 255px;
    left: 230px;
    background-color: #68c2ff;
    animation: square-3 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
    position: relative;
}
#curriculum-intro .intro-top.digital-marketing .container .square-3 > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#curriculum-intro .intro-top.digital-marketing .container .square-4 {
    width: 100px;
    height: 100px;
    top: 186px;
    left: 347px;
    background-color: #f1536d;
    animation: square-4 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-5 {
    width: 30px;
    height: 30px;
    top: 45px;
    left: 450px;
    background-color: #3d6fbb;
    border: 8px solid #68c2ff;
    animation: square-5 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-6 {
    width: 80px;
    height: 80px;
    top: 428px;
    left: 400px;
    background-color: #f1536d;
    animation: square-3 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-7 {
    width: 70px;
    height: 70px;
    top: 275px;
    left: 150px;
    background-color: #68c2ff;
    animation: square-7 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-8 {
    width: 90px;
    height: 90px;
    top: 290px;
    left: 450px;
    background-color: #68c2ff;
    animation: square-3 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-9 {
    width: 35px;
    height: 35px;
    top: 252px;
    left: 280px;
    background-color: #3d6fbb;
    border: 8px solid #00247b;
    animation: square-5 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-10 {
    width: 35px;
    height: 35px;
    top: 182px;
    left: 200px;
    border: 8px solid #f1536d;
    animation: square-3 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-11 {
    width: 35px;
    height: 35px;
    top: 400px;
    left: 120px;
    border: 8px solid #00247b;
    animation: square-3 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-12 {
    width: 130px;
    height: 130px;
    top: 315px;
    left: 320px;
    background-color: #001332;
    animation: square-3 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-12 i {
    position: absolute;
    font-size: 50px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#curriculum-intro .intro-top.digital-marketing .container .square-13 {
    width: 40px;
    height: 40px;
    top: 241px;
    left: 442px;
    border: 10px solid #f1536d;
    animation: square-3 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-14 {
    width: 40px;
    height: 40px;
    top: 179px;
    left: 537px;
    border: 10px solid #4890ff;
    animation: square-5 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-15 {
    width: 35px;
    height: 35px;
    top: 170px;
    left: 350px;
    background-color: #0051b5;
    animation: square-2 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-16 {
    width: 28px;
    height: 28px;
    top: 300px;
    left: 275px;
    background-color: #001332;
    animation: square-5 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
#curriculum-intro .intro-top.digital-marketing .container .square-17 {
    width: 70px;
    height: 70px;
    top: 115px;
    left: 320px;
    background-color: #4890ff;
    animation: square-7 2.5s infinite cubic-bezier(0.415, 0.547, 0, 0.809);
}
@keyframes square-1 {
    0% {
        transform: translateX(0) translateY(0) scale(0) rotateZ(0);
    }
    50% {
        transform: translateX(-50px) translateY(50px) scale(1) rotateZ(90deg);
    }
    100% {
        transform: translateX(0) translateY(0) scale(0) rotateZ(0);
    }
}
@keyframes square-2 {
    0% {
        transform: translateX(0) translateY(0) scale(0) rotateZ(0);
    }
    50% {
        transform: translateX(180px) translateY(140px) scale(1) rotateZ(135deg);
    }
    100% {
        transform: translateX(0) translateY(0) scale(0) rotateZ(0);
    }
}
@keyframes square-3 {
    0% {
        transform: translateX(0) translateY(0) scale(0);
    }
    50% {
        transform: translateX(70px) translateY(-80px) scale(1);
    }
    100% {
        transform: translateX(0) translateY(0) scale(0);
    }
}
@keyframes square-4 {
    0% {
        transform: translateX(0) translateY(0) scale(0) rotateZ(0);
    }
    50% {
        transform: translateX(-100px) translateY(120px) scale(1) rotateZ(-90deg);
    }
    100% {
        transform: translateX(0) translateY(0) scale(0) rotateZ(0);
    }
}
@keyframes square-5 {
    0% {
        transform: translateX(0) translateY(0) scale(0) rotateZ(0);
    }
    50% {
        transform: translateX(100px) translateY(100px) scale(1) rotateZ(-270deg);
    }
    100% {
        transform: translateX(0) translateY(0) scale(0) rotateZ(0);
    }
}
@keyframes square-6 {
    0% {
        transform: translateX(0) translateY(0) scale(0) rotateZ(0);
    }
    50% {
        transform: translateX(60px) translateY(70px) scale(1) rotateZ(155deg);
    }
    100% {
        transform: translateX(0) translateY(0) scale(0) rotateZ(0);
    }
}
@keyframes square-7 {
    0% {
        transform: translateX(0) scale(0) rotateZ(0);
    }
    50% {
        transform: translateX(70px) scale(1) rotateZ(-360deg);
    }
    100% {
        transform: translateX(0) scale(0) rotateZ(0);
    }
}
#curriculum-intro .intro-top.tax-accounting {
    background-color: #3d6fbb;
}
#curriculum-intro .intro-top.tax-accounting .container {
    position: relative;
}
#curriculum-intro .intro-top.tax-accounting .container .deco-img {
    width: 670px;
    height: 391px;
    margin-top: -195.5px;
}
#curriculum-intro .intro-top.tax-accounting .animation-box {
    width: 540px;
    height: 620px;
    position: absolute;
    right: -30px;
    top: 0;
}
#curriculum-intro .intro-top.tax-accounting .center {
    position: absolute;
    width: 540px;
    height: 620px;
    top: 0;
    left: 0;
    transform: perspective(200px);
    transform-style: preserve-3d;
}
#curriculum-intro .intro-top.tax-accounting .card {
    position: absolute;
    top: 0;
    left: 200px;
}
#curriculum-intro .intro-top.tax-accounting .card.card-1 {
    width: 240px;
    height: 449px;
    top: 40px;
    animation: card-1-animate 5s ease-in-out infinite both;
}
#curriculum-intro .intro-top.tax-accounting .card.card-2 {
    width: 242px;
    height: 501px;
    top: 75px;
    animation: card-2-animate 5s ease-in-out infinite both;
}
#curriculum-intro .intro-top.tax-accounting .card.card-3 {
    width: 241px;
    height: 501px;
    top: 20px;
    animation: card-3-animate 5s ease-in-out infinite both;
}
@keyframes card-1-animate {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    33.33% {
        transform: translate3d(220px, 0, -45px);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0.85;
    }
    66.66% {
        transform: translate3d(-220px, 0, -45px);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes card-2-animate {
    0%,
    100% {
        transform: translate3d(220px, 0, -45px);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0.85;
    }
    33.33% {
        transform: translate3d(-220px, 0, -45px);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0.85;
    }
    66.66% {
        transform: translate3d(0, 0, 0);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes card-3-animate {
    0%,
    100% {
        transform: translate3d(-220px, 0, -45px);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0.85;
    }
    33.33% {
        transform: translate3d(0, 0, 0);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    66.66% {
        transform: translate3d(220px, 0, -45px);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0.85;
    }
}
#curriculum-intro .intro-top.game-graphic {
    background-color: #3d8fbb;
}
#curriculum-intro .intro-top.game-graphic .deco-img {
    width: 733px;
    height: 338px;
    margin-top: -169px;
    z-index: 12;
}
#curriculum-intro .intro-top.game-graphic .container {
    position: relative;
}
#curriculum-intro .intro-top.game-graphic .img-box {
    width: 654px;
    height: 645px;
    position: absolute;
    right: -230px;
    top: 0;
}
#curriculum-intro .intro-top.game-graphic .img-box .img-box-inner {
    width: 654px;
    height: 534px;
    position: relative;
}
#curriculum-intro .intro-top.game-graphic .img-box .img-box-inner:after {
    content: "";
    width: 1076px;
    height: 596px;
    background-color: transparent;
    background-image: url(/images/curriculum/game-graphic-intro/game-graphic-intro-deco-back.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 69px;
    bottom: 0;
    right: -152px;
    z-index: 2;
}
#curriculum-intro .intro-top.game-graphic .animation-img-wrapper {
    width: 223px;
    height: 223px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 170px;
    z-index: 10;
}
#curriculum-intro .intro-top.game-graphic .animation-img-wrapper #box {
    width: 223px;
    height: 223px;
    pointer-events: none;
    position: relative;
}
#curriculum-intro .intro-top.game-graphic .animation-img-wrapper .box {
    width: 223px;
    height: 223px;
    position: relative;
}
#curriculum-intro .intro-top.game-graphic .animation-img-wrapper .box .face {
    position: absolute;
    left: 0;
    top: 0;
    width: 223px;
    height: 223px;
}
#curriculum-intro .intro-top.game-graphic .animation-img-wrapper .box .face .face-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 223px;
    height: 223px;
    overflow: hidden;
}
#curriculum-intro .intro-top.game-graphic .animation-img-wrapper .box .face.front {
    background-color: transparent;
    background-image: url(/images/curriculum/game-graphic-intro/game-graphic-intro1.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.game-graphic .animation-img-wrapper .box .face.back {
    background-color: transparent;
    background-image: url(/images/curriculum/game-graphic-intro/game-graphic-intro2.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.game-graphic .animation-img-wrapper .box .face.left .face-inner {
    background-color: transparent;
    background-image: url(/images/curriculum/game-graphic-intro/game-graphic-intro3.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.game-graphic .animation-img-wrapper .box .face.right .face-inner {
    background-color: transparent;
    background-image: url(/images/curriculum/game-graphic-intro/game-graphic-intro4.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.game-graphic .animation-img-wrapper .box .face.top {
    background-color: transparent;
    background-image: url(/images/curriculum/game-graphic-intro/game-graphic-intro5.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top.game-graphic .animation-img-wrapper .box .face.bottom {
    background-color: transparent;
    background-image: url(/images/curriculum/game-graphic-intro/game-graphic-intro6.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#curriculum-intro .intro-top .deco-img {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    opacity: 0;
}
#curriculum-intro .intro-top .deco-img-back {
    position: absolute;
    right: -50px;
    top: 20px;
}
#curriculum-intro .intro-curri-info {
    padding: 125px 0 100px 0;
    text-align: center;
}
#curriculum-intro .intro-curri-info .title {
    display: inline-block;
    color: #000;
    font-size: 30px;
    position: relative;
    padding-bottom: 50px;
}
#curriculum-intro .intro-curri-info .title:after {
    content: "";
    width: 160px;
    height: 2px;
    background-color: #399bb0;
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
}
#curriculum-intro .intro-curri-info .sub-text {
    color: #999;
    font-size: 16px;
    line-height: 1.75;
}
#curriculum-intro .intro-curri-list {
    padding: 80px 0 60px 0;
    position: relative;
}
#curriculum-intro .intro-curri-list:before {
    content: "";
    width: 100%;
    height: 320px;
    background-color: #e2e6eb;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
#curriculum-intro .curri-list-inner {
    position: relative;
    z-index: 2;
}
#curriculum-intro .curri-list-inner .category-box .category {
    color: #040404;
    font-size: 45px;
}
#curriculum-intro .curri-list-inner .category-box .category > small {
    font-size: 14px;
    color: #3da5bb;
    font-weight: 400;
    display: block;
    padding-top: 15px;
    margin-bottom: 40px;
    position: relative;
}
#curriculum-intro .curri-list-inner .category-box .category > small:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #399bb0;
    position: absolute;
    left: 0;
    top: 0;
}
#curriculum-intro .curri-list-inner .category-box .type {
    color: #000;
    font-size: 21px;
    font-family: SDGothic, sans-serif;
    padding-top: 60px;
    position: relative;
    font-weight: 800;
    margin-top: 155px;
    line-height: 1.5;
}
#curriculum-intro .curri-list-inner .category-box .type:before {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #dfdfdf;
    position: absolute;
    left: 18px;
    top: 0;
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
}
#curriculum-intro .curri-list-inner .category-box .type > small {
    font-size: 21px;
    font-weight: 400;
    display: block;
}
#curriculum-intro .curri-list-inner .category-box .type-hash {
    margin-top: 50px;
}
#curriculum-intro .curri-list-inner .category-box .type-hash > li {
    padding-left: 15px;
    font-size: 18px;
    color: #666;
}
#curriculum-intro .curri-list-inner .type-hash > li {
    position: relative;
}
#curriculum-intro .curri-list-inner .type-hash > li:before {
    content: "#";
    position: absolute;
    font-family: Montserrat, sans-serif;
    left: 0;
    top: 0;
}
#curriculum-intro .curri-list-inner .curri-box {
    width: 820px;
}
#curriculum-intro .curri-list-inner .curri-box .list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 85px;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item {
    width: 260px;
    margin-bottom: 80px;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .link {
    display: block;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .link:hover .img img {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .link:hover .img:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .link:hover .name:after {
    width: 100%;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item + .curri-item {
    margin-left: 20px;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item:nth-child(4),
#curriculum-intro .curri-list-inner .curri-box .curri-item:nth-child(7) {
    margin-left: 0;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .img {
    position: relative;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .img img {
    transition-delay: 0.1s;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 260px;
    height: 260px;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .img:after {
    content: "";
    width: 260px;
    height: 260px;
    background-color: transparent;
    background-image: url(/images/curriculum/curri-m.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 2;
    opacity: 0.5;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .img figcaption {
    margin-top: 20px;
    color: #666;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -0.075em;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .name {
    display: block;
    margin: 20px 0 10px 0;
    padding-top: 20px;
    border-top: 2px solid #000;
    font-weight: 400;
    position: relative;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .name:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #3da4ba;
    position: absolute;
    left: 0;
    top: -2px;
    -webkit-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .name > span {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.35;
    word-break: keep-all;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .name > span:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .type {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.075em;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .type-hash {
    color: #999;
    font-size: 15px;
    letter-spacing: -0.075em;
    max-height: 50px;
    overflow: hidden;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .type-hash > li {
    font-weight: 400;
    display: inline-block;
    padding-left: 13px;
    margin-right: 5px;
}
#curriculum-intro .curri-list-inner .curri-box .curri-item .type-hash > li .font-en,
#curriculum-intro .curri-list-inner .curri-box .curri-item .type-hash > li.font-en {
    font-weight: 500;
}
#community .view-box .contents .img_wrap {
    margin: 0 auto !important;
}
#community .tab-menu {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
#community .tab-menu li > a {
    display: block;
    width: 215px;
    border-radius: 20px;
    color: #000;
    font-size: 19px;
    font-weight: 800;
    border: 1px solid #959595;
    text-align: center;
    padding: 8px 0;
}
#community .tab-menu li + li {
    margin-left: 20px;
}
#community .tab-menu li.active > a {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
#community .pagination-search-wrap .search-box {
    border-bottom: 2px solid #000;
    position: relative;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -2px;
}
#community .pagination-search-wrap .search-box .form-control {
    border: none;
    font-size: 16px;
    padding: 0 12px;
    height: 40px;
}
#community .pagination-search-wrap .search-box .btn-search {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #fff;
    text-indent: -999999px;
    cursor: pointer;
    position: relative;
}
#community .pagination-search-wrap .search-box .btn-search:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    text-indent: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#community .suggest-list {
    padding: 0 50px;
}
#community .suggest-list > li {
    position: relative;
    padding-left: 100px;
    color: #666;
    font-size: 16px;
    word-break: keep-all;
    word-wrap: break-word;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.5;
}
#community .suggest-list > li:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
}
#community .suggest-list > li > span {
    position: absolute;
    left: 20px;
    top: 0;
}
#community .suggest-list.answer {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px dashed #ebebeb;
}
#community .suggest-list.answer > li {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
#community .common-table-form {
    width: 720px;
}
#community .agree-wrap {
    width: 405px;
    margin-left: 65px;
}
#community .agree-wrap .agree-title {
    color: #555;
    font-size: 23px;
}
#community .agree-wrap .agree-box {
    background-color: #fff;
    padding: 20px;
    color: #999;
    font-size: 14px;
    height: 335px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
}
#photo-gallery .grid-item,
#photo-gallery .grid-sizer {
    width: 380px;
    margin-bottom: 30px;
}
#photo-gallery .grid-item img {
    width: 100%;
}
#academy-intro {
    position: relative;
    height: 100%;
}
#academy-intro .history {
    overflow: hidden;
}
#academy-intro .history .history-slide {
    border-bottom: 1px solid #d8d8d8;
}
#academy-intro .history .history-slide .year-list {
    padding: 30px 0;
}
#academy-intro .history .history-slide .year-list .swiper-slide + .swiper-slide {
    border-left: 0;
}
#academy-intro .history .history-slide .year-list .swiper-slide:before {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.3s 0s ease;
    border-radius: 50px;
}
#academy-intro .history .history-slide .year-list .swiper-slide > a {
    color: #000;
    font-size: 22px;
    display: block;
    padding: 18px 0;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.05em;
    font-family: Montserrat, sans-serif;
}
#academy-intro .history .history-slide .year-list .swiper-slide.swiper-slide-active {
    position: relative;
}
#academy-intro .history .history-slide .year-list .swiper-slide.swiper-slide-active > a {
    position: relative;
    color: #fff;
}
#academy-intro .history .history-slide .year-list .swiper-slide.swiper-slide-active:before {
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
#academy-intro .history .detail-inner {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    overflow: hidden;
}
#academy-intro .history .detail-inner .detail-list {
    width: 100%;
    padding: 35px 0;
}
#academy-intro .history .detail-inner .detail-list .month-item {
    position: relative;
}
#academy-intro .history .detail-inner .detail-list .month-item + li {
    margin-top: 100px;
}
#academy-intro .history .detail-inner .detail-list .month-item:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
    position: absolute;
    left: 50%;
    top: 0;
}
#academy-intro .history .detail-inner .detail-list .month-item .month {
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translate(-50%, 0);
    background-color: #000;
    color: #fff;
    font-size: 18px;
    display: block;
    width: 150px;
    padding: 5px 5px;
    border-radius: 30px;
    z-index: 1;
    text-align: center;
}
#academy-intro .history .detail-inner .detail-list .month-item .month > strong {
    font-size: 20px;
    vertical-align: top;
}
#academy-intro .history .detail-inner .detail-list .month-item .item {
    position: relative;
    width: 1200px;
    box-sizing: border-box;
    word-break: keep-all;
    font-size: 17px;
    line-height: 1.75;
    color: #666;
    font-weight: 400;
    padding-top: 50px;
}
#academy-intro .history .detail-inner .detail-list .month-item .item:before {
    content: "";
    width: 42px;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    z-index: 2;
}
#academy-intro .history .detail-inner .detail-list .month-item .item:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #3da4ba;
    position: absolute;
    z-index: 3;
    top: 56px;
    left: 50%;
    margin-left: -4px;
    border-radius: 10px;
}
#academy-intro .history .detail-inner .detail-list .month-item .item .campus-name {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 15px;
}
#academy-intro .history .detail-inner .detail-list .month-item .item .campus-name.inline {
    display: inline-block;
}
#academy-intro .history .detail-inner .detail-list .month-item .item .history-deco-img {
    display: block;
    margin-bottom: 10px;
}
#academy-intro .history .detail-inner .detail-list .month-item .item.left {
    padding-left: 650px;
    text-align: left;
}
#academy-intro .history .detail-inner .detail-list .month-item .item.left .history-deco-img {
    margin-right: auto;
}
#academy-intro .history .detail-inner .detail-list .month-item .item.left:before {
    left: 600px;
    top: 60px;
}
#academy-intro .history .detail-inner .detail-list .month-item .item.right {
    padding-right: 650px;
    text-align: right;
}
#academy-intro .history .detail-inner .detail-list .month-item .item.right .history-deco-img {
    margin-left: auto;
}
#academy-intro .history .detail-inner .detail-list .month-item .item.right:before {
    right: 600px;
    top: 60px;
}
#academy-intro .brand-story {
    margin-top: 40px;
}
#academy-intro .brand-story .top .text {
    background-color: #f8f8f8;
    text-align: center;
    padding: 90px 0 60px 0;
}
#academy-intro .brand-story .top .text > h4 {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 30px;
    font-family: SDGothic, sans-serif;
    line-height: 1;
    padding: 12px 25px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}
#academy-intro .brand-story .top .text > h4:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -16.5px;
    top: -45px;
    width: 37px;
    height: 41px;
    background-color: transparent;
    background-image: url(/images/intro/brand-story-logo.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#academy-intro .brand-story .top .text > p {
    color: #999;
    font-size: 17px;
    line-height: 1.75;
    margin-top: 20px;
}
#academy-intro .fix-container-wrap .fix-motion {
    margin-top: 300px;
}
#academy-intro .fix-container-wrap .inner {
    position: relative;
    height: 100%;
}
#academy-intro .fix-container-wrap .inner:after {
    display: block;
    clear: both;
    content: "";
}
#academy-intro .fix-container-wrap .inner .text-box {
    float: left;
    width: 50%;
}
#academy-intro .fix-container-wrap .inner .text-box .txt {
    font-family: SDGothic, sans-serif;
    text-align: right;
    margin: 0 0 200px 0;
    padding-bottom: 100px;
    position: relative;
    opacity: 0.35;
}
#academy-intro .fix-container-wrap .inner .text-box .txt:after {
    content: "BRAND STORY";
    letter-spacing: 5px;
    color: #010101;
    font-size: 16px;
    position: absolute;
    left: 65px;
    top: -65px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
}
#academy-intro .fix-container-wrap .inner .text-box .txt:before {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 1;
}
#academy-intro .fix-container-wrap .inner .text-box .txt > h5 {
    font-size: 44px;
    color: #000;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    display: block;
    text-align: right;
}
#academy-intro .fix-container-wrap .inner .text-box .txt > h5:before {
    content: "";
    width: 120px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: -30px;
}
#academy-intro .fix-container-wrap .inner .text-box .txt > p {
    color: #666;
    font-size: 18px;
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: left;
}
#academy-intro .fix-container-wrap .inner .text-box .txt > p > strong {
    color: #000;
}
#academy-intro .fix-container-wrap .inner .text-box .txt.txt01:before {
    content: "";
    background-color: transparent;
    background-image: url(/images/intro/intro-img1-deco.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 330px;
    height: 87px;
}
#academy-intro .fix-container-wrap .inner .text-box .txt.txt02:before {
    content: "";
    background-color: transparent;
    background-image: url(/images/intro/intro-img2-deco.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 472px;
    height: 79px;
}
#academy-intro .fix-container-wrap .inner .text-box .txt.txt03:before {
    content: "";
    background-color: transparent;
    background-image: url(/images/intro/intro-img3-deco.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 181px;
    height: 83px;
}
#academy-intro .fix-container-wrap .inner .text-box .txt.txt04:before {
    content: "";
    background-color: transparent;
    background-image: url(/images/intro/intro-img4-deco.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 181px;
    height: 83px;
}
#academy-intro .fix-container-wrap .inner .text-box .txt.txt05:before {
    content: "";
    background-color: transparent;
    background-image: url(/images/intro/intro-img5-deco.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 394px;
    height: 83px;
}
#academy-intro .fix-container-wrap .inner .text-box .txt.active {
    opacity: 1;
}
#academy-intro .fix-container-wrap .inner .img-fix {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50vh - 440px);
    left: 0;
    z-index: 40;
    float: left;
    display: inline-block;
    margin: -100px 0 0 80px;
    padding-bottom: 150px;
}
#academy-intro .fix-container-wrap .inner .img-fix-inner {
    position: relative;
    width: 480px;
    height: 466px;
}
#academy-intro .fix-container-wrap .inner .img-fix-inner:before {
    content: "";
    width: 420px;
    height: 364px;
    background-color: transparent;
    background-image: url(/images/intro/intro-img-background.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 1;
}
#academy-intro .fix-container-wrap .inner .img-fix-inner .slide-wrap {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 10;
    width: 480px;
    overflow: hidden;
}
#academy-intro .fix-container-wrap .inner .img-fix-inner .slide-wrap .slide {
    width: 2400px;
    height: 100%;
    transition: transform 0.5s;
    will-change: transform;
}
#academy-intro .fix-container-wrap .inner .img-fix-inner .slide-wrap .slide figure {
    float: left;
    width: 480px;
}
#academy-intro .ci-bi .btn-text {
    color: #5a5a5a;
    font-size: 18px;
    margin-bottom: 40px;
}
#academy-intro.other {
    background-color: #fafafa;
    min-height: 1200px;
    padding-bottom: 100px;
}
#academy-intro .sub-contents-title {
    font-size: 22px;
}
#academy-intro .sub-contents-text {
    font-size: 16px;
    letter-spacing: -0.05em;
}
#academy-intro .agree-wrap {
    width: 405px;
    margin-left: 65px;
}
#academy-intro .agree-wrap .agree-title {
    color: #555;
    font-size: 23px;
}
#academy-intro .agree-wrap .agree-box {
    background-color: #fff;
    padding: 20px;
    color: #999;
    font-size: 14px;
    height: 335px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
}
#academy-intro .common-table-form {
    width: 720px;
}
#academy-intro .common-table-form .label-file {
    padding-bottom: 53px;
}
#academy-intro .common-table-form-notice-box {
    padding: 40px 50px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}
#academy-intro .common-table-form-notice-box h5 {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    margin-right: 65px;
}
#academy-intro .common-table-form-notice-box .number-list strong {
    color: #000;
}
#academy-intro .common-table-form-notice-box .number-list span {
    color: #999;
}
#academy-intro .common-table-form-notice-box .number-list .tel {
    color: #666;
    font-size: 16px;
}
#academy-intro .common-table-form-notice-box .number-list .tel > span {
    font-weight: 600;
    color: #666;
}
#academy-intro .alliance .tab-content {
    display: none;
    padding-bottom: 150px;
}
#academy-intro .alliance .tab-content.active {
    display: block;
}
#academy-intro .sign-wrap {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: flex-start;
    padding: 100px 0;
}
#academy-intro .sign-wrap > strong {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: left;
}
#campus-info .campus-top {
    width: 100%;
    margin-top: 60px;
    background-color: #37beda;
}
#campus-info .campus-top .text-box {
    padding: 65px 0 0 90px;
}
#campus-info .campus-top .text-box h4 {
    color: #000;
    font-size: 16px;
}
#campus-info .campus-top .text-box h4 > small {
    width: 250px;
    color: #000;
    font-size: 14px;
    letter-spacing: 15px;
    text-align: center;
    display: inline-block;
    border: 1px solid #35aec7;
    font-family: SDGothic, sans-serif;
    font-weight: 800;
    padding: 16px 0 16px 10px;
}
#campus-info .campus-top .text-box h4 > span {
    color: #000;
    font-size: 46px;
    font-weight: 600;
    display: block;
}
#campus-info .campus-environment {
    margin-top: 100px;
}
#campus-info .campus-environment .section-title {
    display: block;
    color: #000;
    font-size: 39px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #cecece;
}
#campus-info .slide-wrap {
    position: relative;
}
#campus-info .slide-wrap:hover .btn-slide {
    opacity: 1;
}
#campus-info .slide-wrap .swiper-slide {
    width: 850px;
    height: 390px;
    background-position: top center;
    text-indent: -999999px;
    position: relative;
    z-index: 1;
}
#campus-info .slide-wrap .swiper-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 850px;
    height: 390px;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 2;
}
#campus-info .slide-wrap .swiper-slide.swiper-slide-active:after {
    opacity: 0;
}
#campus-info .slide-wrap .swiper-slide:hover {
    opacity: 1;
}
#campus-info .slide-wrap .btn-slide {
    position: absolute;
    top: 185px;
    background-size: cover;
    background-color: transparent;
    text-indent: -999999px;
    overflow: hidden;
    width: 33px;
    height: 34px;
    border: none;
    z-index: 5;
    cursor: pointer;
    opacity: 0;
}
#campus-info .slide-wrap .btn-slide.btn-prev {
    left: 90px;
    background-color: transparent;
    background-image: url(/images/intro/campus-info-arrow-l.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#campus-info .slide-wrap .btn-slide.btn-next {
    right: 90px;
    background-color: transparent;
    background-image: url(/images/intro/campus-info-arrow-r.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#campus-info .campus-sub-text {
    margin: 50px 180px;
    color: #000;
    font-size: 18px;
}
#campus-info .campus-sub-text > small {
    display: block;
    font-size: 16px;
    color: #666;
}
#campus-info .campus-environment-box {
    padding: 65px 0 100px 0;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}
#campus-info .campus-environment-box > strong {
    display: block;
    color: #000;
    font-size: 21px;
    margin-bottom: 40px;
}
#campus-info .campus-location {
    background-color: #f1f1f3;
    padding: 80px 30px;
    margin-bottom: 150px;
}
#campus-info .campus-location .section-title {
    display: block;
    color: #000;
    font-size: 39px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
    padding-bottom: 50px;
}
#campus-info .campus-location .campus-list {
    flex-shrink: 0;
    width: 160px;
    margin-right: 50px;
}
#campus-info .campus-location .campus-list > li {
    text-align: left;
    border-bottom: 1px solid #cacacc;
    padding-left: 20px;
}
#campus-info .campus-location .campus-list > li:first-child {
    border-top: 1px solid #cacacc;
}
#campus-info .campus-location .campus-list > li > button {
    display: inline-block;
    border: none;
    background-color: transparent;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.05em;
    padding: 5px 0;
    text-align: left;
    cursor: pointer;
}
#campus-info .campus-location .campus-list > li.current {
    position: relative;
}
#campus-info .campus-location .campus-list > li.current:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    color: #000;
}
#campus-info .campus-location .campus-list > li.current > button {
    color: #000;
    font-weight: 600;
}
#campus-info .campus-location .map-wrap {
    background-color: #fff;
    width: 928px;
    height: 596px;
}
#campus-info .campus-location .map-wrap #map {
    width: 918px;
    height: 585px;
    margin: 5px;
    display: inline-block;
    background-color: #f1f1f3;
}
#campus-info .campus-location .campus-info-detail {
    margin-top: 50px;
    padding: 0 20px;
}
#campus-info .campus-location .campus-info-detail > dl.address {
    width: 270px;
    border-bottom: 2px solid #d6d6d6;
}
#campus-info .campus-location .campus-info-detail > dl.loctaion {
    width: 340px;
}
#campus-info .campus-location .campus-info-detail > dl.tel-fax {
    position: relative;
    min-height: 114px;
}
#campus-info .campus-location .campus-info-detail > dl.tel-fax:after {
    content: "위치안내";
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 15px 5px 20px;
    border: 2px solid #000;
    letter-spacing: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
#campus-info .campus-location .campus-info-detail > dl dt {
    color: #000;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: SDGothic, sans-serif;
}
#campus-info .campus-location .campus-info-detail > dl dd {
    font-size: 16px;
    color: #666;
    word-break: keep-all;
}
#campus-info .campus-location .campus-info-detail > dl dd > span {
    display: block;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}
#campus-info .campus-location .campus-info-detail > dl dd > span > a {
    color: #000;
}
#campus-info .campus-location .campus-info-detail > dl dd > span > strong {
    display: inline-block;
    font-weight: 400;
    font-family: SDGothic, sans-serif;
    color: #666;
    font-size: 19px;
    width: 60px;
}
#license .license-list {
    border-bottom: 1px solid #e1e1e1;
}
#license .license-list .category > li {
    margin-right: 30px;
}
#license .license-list .category > li:last-child {
    margin-right: 0;
}
#license .license-contents {
    position: relative;
}
#license .license-contents .license-info {
    padding-bottom: 100px;
}
#license .license-contents .license-info > li {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 2px solid #000;
    width: 100%;
    position: relative;
}
#license .license-contents .license-info > li .calendar-wrap {
    position: absolute;
    right: 0;
    top: 80px;
    width: 400px;
    height: 480px;
    font-family: Montserrat, sans-serif !important;
    font-weight: 600 !important;
}
#license .license-contents .license-info > li .calendar-wrap > p {
    font-family: SDGothic, sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px;
    color: #9e9e9e;
}
#license .license-contents .license-info > li .calendar-wrap .fc-daygrid-event {
    border-radius: 0;
    border: none;
    background-color: transparent !important;
    white-space: initial !important;
}
#license .license-contents .license-info > li .calendar-wrap .fc .fc-daygrid-day-number {
    padding: 2px 0;
    margin: 5px 0 3px 0;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 30px;
}
#license .license-contents .license-info > li .calendar-wrap .fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
}
#license .license-contents .license-info > li .calendar-wrap .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    border: 1px solid #999;
    border-radius: 20px;
}
#license .license-contents .license-info > li .calendar-wrap .fc .fc-col-header-cell-cushion {
    font-size: 12px;
    font-weight: 400;
}
#license .license-contents .license-info > li .calendar-wrap .fc .fc-toolbar-title {
    font-size: 23px;
    margin-left: 10px;
    font-family: Montserrat, sans-serif;
}
#license .license-contents .license-info > li .calendar-wrap .fc .fc-event-title {
    overflow: inherit;
}
#license .license-contents .license-info > li .calendar-wrap .fc-event-title.fc-sticky {
    font-size: 12px;
    text-align: center;
    font-family: SDGothic, sans-serif;
    font-weight: 400;
    color: #333 !important;
    display: inherit;
    position: relative;
    line-height: 1.35;
    letter-spacing: -0.5px;
    padding: 5px 0;
    word-break: keep-all;
    border-top: 5px solid #3da4ba;
}
#license .license-contents .license-info > li .calendar-wrap .fc-day-sat .fc-daygrid-day-number {
    color: #139ab9;
}
#license .license-contents .license-info > li .calendar-wrap .fc-day-sun .fc-daygrid-day-number {
    color: #e71c39;
}
#license .license-contents .license-info > li .calendar-wrap .fc .fc-daygrid-day-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#license .license-contents .license-info > li .calendar-wrap .fc .fc-button-primary {
    background-color: #fff;
    border: none;
}
#license .license-contents .license-info > li .calendar-wrap .fc .fc-button-primary.fc-today-button {
    color: #666;
    font-family: Montserrat, sans-serif;
    border: 1px solid #666;
    font-weight: 600;
    font-size: 13px;
}
#license .license-contents .license-info > li .calendar-wrap .fc .fc-button-primary:active,
#license .license-contents .license-info > li .calendar-wrap .fc .fc-button-primary:focus {
    outline: 0;
    box-shadow: 0 0;
}
#license .license-contents .license-info > li .calendar-wrap .fc .fc-button-primary .fc-icon {
    color: #666;
}
#license .license-contents .license-info > li:first-child {
    margin-top: 0;
    border-top: none;
}
#license .license-contents .license-info > li .license-box {
    width: 740px;
    padding: 25px 0;
    border-bottom: 1px solid #ececec;
}
#license .license-contents .license-info > li .license-name {
    color: #000;
    font-size: 38px;
    font-weight: 800;
    font-family: SDGothic, sans-serif;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#license .license-contents .license-info > li .license-name > small {
    color: #999;
    font-size: 17px;
    font-weight: 400;
    margin-left: 20px;
}
#license .license-contents .license-info > li .license-sub-title {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}
#license .license-contents .license-info > li .license-sub-text {
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}
#license .license-contents .license-info > li .license-sub-text span {
    color: #000;
    padding-right: 10px;
    margin-right: 5px;
}
#license .license-contents .license-info > li .license-sub-text > ul {
    margin-top: 10px;
}
#license .license-contents .license-info > li .license-sub-text > ul li {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
    line-height: 1.5;
}
#license .license-contents .license-info > li .license-sub-text > ul li > span {
    margin-right: 5px;
    position: relative;
}
#license .license-contents .license-info > li .license-sub-text > ul li > span:after {
    content: "-";
    line-height: 1;
    position: absolute;
    right: 0;
    top: 5px;
}
#license .license-contents .license-info > li .license-sub-text > ul li > ul li > span:after {
    content: ":";
    line-height: 1;
    position: absolute;
    right: 0;
    top: 3px;
}
#license .annual-schedule-table {
    width: 100%;
    text-align: center;
    border-top: 2px solid #000;
}
#license .annual-schedule-table caption {
    caption-side: top;
    font-weight: 800;
}
#license .annual-schedule-table thead th {
    color: #000;
    font-size: 15px;
    padding: 5px 0;
    line-height: 1.35;
    border-bottom: 2px solid #000;
}
#license .annual-schedule-table tbody td {
    padding: 5px 0;
    line-height: 1.35;
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #d8d8d8;
}
#license .annual-schedule-table tbody td.bottom-border {
    border-bottom: 2px solid #000;
}
#license .annual-schedule-table tbody tr:last-child td {
    border-bottom: 2px solid #000;
}
#review .review-slide-wrap .review-slide li .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
#review .review-slide-wrap .review-slide li .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: -20px;
}
#review .animation-wrap {
    padding: 100px 0;
    overflow: hidden;
}
#review .animation-wrap .count-text {
    font-family: SDGothic, sans-serif;
    font-size: 19px;
    color: #34343d;
    text-align: center;
    margin-top: 44px;
    letter-spacing: 1px;
}
#review .animation-wrap .count-text > span {
    font-family: Montserrat, sans-serif;
    font-size: 44px;
    font-weight: 800;
}
#review .animation-wrap .count-text .count-inner {
    text-align: center;
    position: relative;
}
#review .animation-wrap .count-text .count-inner > p {
    justify-content: center;
}
#review .animation-wrap .count-text .count-inner #review-count {
    font-family: Montserrat, sans-serif;
    font-size: 44px;
    font-weight: 600;
}
#review .comma-box {
    width: 98px;
    height: 191px;
}
#review .comma-box.top {
    margin-top: -96px;
    align-self: flex-start;
}
#review .comma-box.bottom {
    margin-bottom: -96px;
    align-self: flex-end;
}
#review .img-box {
    align-self: center;
    text-align: center;
}
#review .img-box.small {
    width: 95px;
    height: 95px;
}
#review .img-box.small.top {
    align-self: flex-start;
}
#review .img-box.small.bottom {
    align-self: flex-end;
}
#review .img-box.big {
    width: 195px;
    height: 196px;
}
#review .review-slide-wrap {
    background-color: #fff;
    padding: 100px 0;
}
#review .review-slide-wrap .btn-link {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 15px;
    font-weight: 700;
    padding-right: 10px;
}
#review .review-slide-wrap .btn-link:after {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
}
#review .review-slide-wrap.other {
    background-color: #fff;
    padding: 0;
}
#review .review-slide-wrap .review-slide {
    padding: 0 14px 65px 14px;
    position: relative;
}
#review .review-slide-wrap .review-slide li {
    display: block;
    width: 370px !important;
    color: inherit;
    border: 1px solid #d9d9da;
    border-radius: 8px;
    padding: 65px 23px 30px 23px;
    margin-top: 65px;
    height: 540px;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
}
#review .review-slide-wrap .review-slide li .deco-box {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 320px;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    height: 100px;
}
#review .review-slide-wrap .review-slide li .deco-box:after {
    content: "";
    width: 100%;
    height: 34px;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -17px);
    top: 50%;
}
#review .review-slide-wrap .review-slide li .deco-box > h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 8px 0;
    line-height: 1;
    width: 100%;
}
#review .review-slide-wrap .review-slide li .deco-box > img {
    z-index: 3;
    margin-left: -5px;
}
#review .review-slide-wrap .review-slide li > h6 {
    color: #000;
    font-size: 19px;
    margin: -10px 0 15px 0;
}
#review .review-slide-wrap .review-slide li > h6 > small {
    font-weight: 400;
    color: #333;
}
#review .review-slide-wrap .review-slide li > p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    display: -webkit-box;
    height: 405px;
    word-wrap: break-word;
    word-break: keep-all;
    -webkit-line-clamp: 17;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
#review .review-slide-wrap .review-slide li > p > strong {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-size: 17px;
    font-weight: 600;
}
#review .video-slide .gallery-top .img-box {
    width: 890px;
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}
#review .video-slide .gallery-top .img-box > img {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: transform 5s ease-out;
}
#review .video-slide .gallery-top .img-box .img-box-text {
    position: absolute;
    left: 90px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
    text-align: left;
}
#review .video-slide .gallery-top .img-box .img-box-text .text {
    font-size: 42px;
    line-height: 1.35;
    font-weight: 800;
}
#review .video-slide .gallery-top .img-box .img-box-text .video-hash {
    padding-top: 80px;
}
#review .video-slide .gallery-top .img-box .img-box-text .video-hash > li {
    position: relative;
    padding-left: 15px;
}
#review .video-slide .gallery-top .img-box .img-box-text .video-hash > li:before {
    content: "#";
    position: absolute;
    left: 0;
    top: 0;
}
#review .video-slide .gallery-top .img-box .btn-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-position: center center;
    background-size: 72px 72px;
    background-color: transparent;
    background-image: url(/images/icons/video-play.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    text-indent: -9999px;
    color: transparent;
    border: none;
    cursor: pointer;
}
#review .video-slide .gallery-top .text-box {
    width: 290px;
    height: 500px;
    padding: 0 30px;
    background-color: #f2f2f2;
    border-radius: 20px;
    box-sizing: border-box;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#review .video-slide .gallery-top .text-box > h5 {
    font-size: 28px;
    line-height: 1.35;
    color: #000;
    font-weight: 800;
}
#review .video-slide .gallery-top .text-box > h5 > span {
    display: block;
    color: #3da4ba;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}
#review .video-slide .gallery-top .text-box > p {
    margin-top: 30px;
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 1.65;
    word-break: keep-all;
}
#review .video-slide .gallery-top .swiper-slide:hover .img-box > img {
    transform: translateX(-50%) scale(1.1);
}
#review .video-slide .gallery-thumbs {
    margin-top: 25px;
}
#review .video-slide .gallery-thumbs .list > li {
    cursor: pointer;
    position: relative;
}
#review .video-slide .gallery-thumbs .list > li.active .thumbs-box .img:after,
#review .video-slide .gallery-thumbs .list > li:hover .thumbs-box .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(/images/icons/icon-gallery-detail.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: center center;
    background-size: 33px 33px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    margin: 0;
}
#review .video-slide .gallery-thumbs .thumbs-box .img {
    width: 286px;
    height: 163px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
#review .video-slide .gallery-thumbs .thumbs-box .img:after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url(/images/icons/video-play.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 3;
}
#review .video-slide .gallery-thumbs .thumbs-box .img > img {
    width: 100%;
    position: relative;
    z-index: 2;
}
#review .video-slide .gallery-thumbs .thumbs-box > p {
    margin-top: 15px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
#review .video-slide .gallery-thumbs .thumbs-box > p > strong {
    display: block;
    color: #3da4ba;
    margin-bottom: 5px;
}
#review .teacher-slide-wrap {
    background-color: #e5e5e5;
    padding: 100px 0;
}
#review .student-slide-wrap {
    background-color: #f4f4f4;
    padding: 100px 0;
}
#review .student-slide-wrap .text-box {
    background-color: #fff !important;
}
#review .review-comment-wrap .comment-write {
    width: 100%;
    margin-top: 100px;
}
#review .review-comment-wrap .comment-write .form-box {
    width: 100%;
    border-top: 2px solid #666;
    padding-top: 10px;
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}
#review .review-comment-wrap .comment-write .form-box .form-control.textarea {
    min-height: 100px;
}
#review .review-comment-wrap .comment-write .btn-submit {
    width: 100px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-left: 10px;
}
#review .review-comment-wrap .comment-list {
    border-bottom: 1px solid #d4d4d4;
}
#review .review-comment-wrap .comment-list .list-item {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    padding: 30px 0;
    overflow: hidden;
}
#review .review-comment-wrap .comment-list .list-item .cate-name {
    width: 270px;
    color: #333;
    font-size: 17px;
    font-weight: 400;
}
#review .review-comment-wrap .comment-list .list-item .list-contents {
    width: 100%;
}
#review .review-comment-wrap .comment-list .list-item .list-contents .title-wrap {
    width: 100%;
}
#review .review-comment-wrap .comment-list .list-item .list-contents .title-wrap .title {
    color: #3da4ba;
    font-size: 18px;
    font-weight: 600;
}
#review .review-comment-wrap .comment-list .list-item .list-contents .title-wrap .title > .name {
    margin: 0 20px;
    color: #000;
}
#review .review-comment-wrap .comment-list .list-item .list-contents .contents {
    width: 100%;
    height: 100%;
    overflow: visible;
    color: #666;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: -0.05em;
    margin-top: 5px;
    position: relative;
}
#review .review-comment-wrap .comment-list .list-item .list-contents .contents .review-text {
    word-break: keep-all;
    word-wrap: break-word;
}
#review .review-comment-wrap .comment-list .list-item .list-contents .contents p strong {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin: 5px 0;
}
#review .review-comment-wrap .comment-list .list-item .list-contents .contents .pw-confirm {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
#review .review-comment-wrap .comment-list .list-item .list-contents .contents .pw-confirm .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#review .review-comment-wrap .comment-list .list-item .list-contents .contents .pw-confirm .inner .flex-box {
    height: 100%;
    justify-content: center;
}
#review .review-comment-wrap .comment-list .list-item .list-contents .contents .pw-confirm .inner .form-control {
    background-color: #fff;
}
#review .review-comment-wrap .comment-list .list-item .list-contents .contents .pw-confirm.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
#review .review-comment-wrap .comment-list .list-item .list-contents .btn-modify {
    display: none;
}
#review .review-comment-wrap .comment-list .list-item .list-contents.modify .btn-list {
    display: none;
}
#review .review-comment-wrap .comment-list .list-item .list-contents.modify .btn-modify {
    display: block;
}
#review .review-comment-wrap .comment-list .list-item .list-contents.active .btn-list,
#review .review-comment-wrap .comment-list .list-item .list-contents.active .btn-modify {
    display: none;
}
#review .review-comment-wrap .comment-list .list-item .list-contents.active .contents .pw-confirm {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
#review .review-comment-wrap .comment-list .list-item + .list-item {
    border-top: 1px solid #d4d4d4;
    margin-top: 10px;
}
#government-expense .government-expense-list .category > li {
    margin-right: 60px;
}
#government-expense .government-expense-list .category > li:last-child {
    margin-right: 0;
}
#government-expense .top-contents {
    width: 100%;
    height: 697px;
    position: relative;
}
#government-expense .top-contents .title {
    color: #393939;
    font-size: 55px;
    line-height: 1.2;
    position: absolute;
    top: 64px;
    left: 655px;
}
#government-expense .top-contents .sub-text {
    color: #474747;
    font-size: 18px;
    line-height: 1.5;
    position: absolute;
    top: 570px;
    left: 147px;
}
#government-expense .top-contents .deco-box {
    position: absolute;
    width: 485px;
    height: 470px;
}
#government-expense .top-contents .deco-box.top {
    top: 21px;
    left: 103px;
}
#government-expense .top-contents .deco-box.bottom {
    top: 205px;
    left: 640px;
}
#government-expense .top-contents .deco-box .inner {
    position: relative;
    width: 485px;
    height: 470px;
}
#government-expense .top-contents .deco-box .inner .img {
    position: absolute;
    bottom: 0;
}
#government-expense .top-contents .deco-box .inner .img.deco1 {
    top: 0;
    right: 10px;
    z-index: 2;
}
#government-expense .top-contents .deco-box .inner .img.deco2 {
    top: 54px;
    right: 213px;
    z-index: 1;
}
#government-expense .top-contents .deco-box .inner .img.deco4 {
    top: 200px;
    left: 135px;
}
#government-expense .top-contents .deco-line {
    position: absolute;
    left: 50%;
    margin-left: -382px;
    top: 330px;
    display: block;
    width: 764px;
    height: 2px;
    background-color: #595959;
}
#government-expense .section-wrap {
    border: 1px solid #f5f5f5;
    margin-bottom: 180px;
}
#government-expense .section .deco-num {
    display: block;
    color: #3da5bb;
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 60px;
    line-height: 1;
    font-family: Montserrat, sans-serif;
}
#government-expense .section .title {
    color: #000;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.075em;
    position: relative;
    z-index: 5;
    line-height: 1.35;
}
#government-expense .section .title > small {
    font-size: 22px;
}
#government-expense .section .text {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    z-index: 3;
}
#government-expense .section .text > strong {
    font-size: 21px;
}
#government-expense .table-box {
    background-color: #eef7f9;
    position: relative;
    margin-left: 30px;
    padding: 40px 35px;
    font-family: SDGothic, sans-serif;
    display: inline-block;
}
#government-expense .table-box .circle-info {
    margin: 0 0 25px 20px;
}
#government-expense .table-box .circle-info .circle-line {
    width: 87px;
    height: 87px;
    border: 2px solid #3da4ba;
    color: #000;
    font-size: 19px;
    line-height: 87px;
    text-align: center;
    font-weight: 600;
    border-radius: 43px;
    margin-right: 25px;
}
#government-expense .table-box .circle-info .circle-line + .circle-line {
    position: relative;
}
#government-expense .table-box .circle-info .circle-line + .circle-line:before {
    content: "+";
    font-size: 32px;
    font-weight: 600;
    color: #b9b9b9;
    position: absolute;
    left: -24px;
    top: 29px;
    line-height: 1;
}
#government-expense .table-box .circle-info .circle {
    width: 87px;
    height: 87px;
    background-color: #3da4ba;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.05em;
    padding-top: 12px;
    text-align: center;
    font-weight: 600;
    border-radius: 43px;
    position: relative;
    margin-right: 50px;
}
#government-expense .table-box .circle-info .circle:before {
    content: "=";
    font-size: 32px;
    font-weight: 600;
    color: #b9b9b9;
    position: absolute;
    left: -22px;
    top: 32px;
    line-height: 1;
}
#government-expense .table-box .circle-info > ul {
    color: #999;
    font-size: 13px;
    line-height: 1.35;
}
#government-expense .table-box .circle-info > ul > li {
    margin-bottom: 5px;
}
#government-expense .table-box:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #eef7f9;
    border-left: 25px solid transparent;
    position: absolute;
    left: -24px;
    top: 0;
}
#government-expense .table-box > h5 {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: left;
}
#government-expense .table-box .inner-table {
    border-collapse: separate;
    border-spacing: 15px 0;
    text-align: center;
    table-layout: fixed;
    letter-spacing: -0.05em;
}
#government-expense .table-box .inner-table .border-top {
    border-top: 2px solid #000;
}
#government-expense .table-box .inner-table .border-bottom {
    border-bottom: 2px solid #000;
}
#government-expense .table-box .inner-table thead th {
    color: #177289;
    font-size: 16px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 9px 0;
}
#government-expense .table-box .inner-table tbody tr:last-child td {
    border-bottom: 2px solid #000;
}
#government-expense .table-box .inner-table tbody th {
    color: #177289;
    font-size: 16px;
    padding: 9px 0;
    border-bottom: 2px solid #000;
}
#government-expense .table-box .inner-table tbody td {
    color: #333;
    font-size: 16px;
    padding: 9px 0;
    border-bottom: 1px solid #adb3b4;
}
#government-expense .table-box .inner-table tbody td ol li {
    counter-increment: table-list;
}
#government-expense .table-box .inner-table tbody td ol li:before {
    content: counter(table-list) ". ";
    margin-right: 3px;
    font-family: Montserrat, sans-serif;
}
#government-expense .table-box .inner-table tbody td > strong,
#government-expense .table-box .inner-table tbody th > strong {
    color: #fff;
    background-color: #3da5bb;
    line-height: 1;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 20px;
}
#government-expense .table-box > p {
    color: #999;
    line-height: 1.5;
    font-size: 13px;
    margin-top: 20px;
}
#government-expense .step {
    width: 1055px;
    height: 400px;
    margin: -75px auto 0 auto;
    position: relative;
}
#government-expense .step:before {
    content: "";
    width: 69px;
    height: 11px;
    background-color: transparent;
    background-image: url(/images/hrd/steo-deco.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    left: -69px;
    top: 70px;
}
#government-expense .step:after {
    content: "";
    width: 69px;
    height: 11px;
    background-color: transparent;
    background-image: url(/images/hrd/steo-deco.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    right: -69px;
    top: 290px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#government-expense .step .box {
    position: absolute;
    width: 170px;
    height: 170px;
    border: solid 2px transparent;
    border-radius: 15px;
    background-image: linear-gradient(white, #fff), radial-gradient(circle at top left, #1ebcc9, #76c690);
    background-origin: border-box;
    background-clip: content-box, border-box;
    counter-increment: step-list;
}
#government-expense .step .box > p:before {
    content: counter(step-list, decimal-leading-zero);
    font-family: Montserrat, sans-serif;
    position: absolute;
    font-size: 18px;
    font-weight: 800;
    right: 15px;
    top: 10px;
    color: #333;
}
#government-expense .step .box > p {
    font-size: 15px;
    letter-spacing: -0.05em;
    color: #666;
    padding: 35px 18px 15px 18px;
    line-height: 1.35;
    position: relative;
    height: 100%;
}
#government-expense .step .box > p > strong {
    color: #333;
    font-size: 19px;
    margin-bottom: 10px;
    display: block;
}
#government-expense .step .box > p > span.other {
    position: absolute;
    display: block;
    white-space: normal;
    left: 191px;
    top: 107px;
    width: 260px;
}
#government-expense .step .box > p > span.other > small {
    color: #666;
    font-size: 15px;
    position: relative;
}
#government-expense .step .box > p > span.other > small:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: silver;
    position: absolute;
    left: -35px;
    top: 5px;
}
#government-expense .step .box.box1,
#government-expense .step .box.box6 {
    background: #30bc9d;
    background: -moz-linear-gradient(280deg, #30bc9d 31%, #00acac 82%);
    background: -webkit-linear-gradient(280deg, #30bc9d 31%, #00acac 82%);
    background: -o-linear-gradient(280deg, #30bc9d 31%, #00acac 82%);
    background: -ms-linear-gradient(280deg, #30bc9d 31%, #00acac 82%);
    background: linear-gradient(10deg, #30bc9d 31%, #00acac 82%);
    border: none;
}
#government-expense .step .box.box1 > p,
#government-expense .step .box.box6 > p {
    color: #beeae4;
}
#government-expense .step .box.box1 > p:before,
#government-expense .step .box.box1 > p > strong,
#government-expense .step .box.box6 > p:before,
#government-expense .step .box.box6 > p > strong {
    color: #fff;
}
#government-expense .step .box.box1 {
    top: 0;
    left: 0;
}
#government-expense .step .box.box2 {
    top: 0;
    left: 224px;
}
#government-expense .step .box.box3 {
    top: 0;
    left: 438px;
}
#government-expense .step .box.box3 > p:after {
    content: "";
    width: 33px;
    height: 12px;
    background-color: transparent;
    background-image: url(/images/hrd/steo-deco-arr.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    bottom: -33px;
    left: 50%;
    margin-left: -6px;
    transform: rotate(-269deg);
}
#government-expense .step .box.box1 > p:after,
#government-expense .step .box.box2 > p:after,
#government-expense .step .box.box4 > p:after,
#government-expense .step .box.box5 > p:after {
    content: "";
    width: 33px;
    height: 12px;
    background-color: transparent;
    background-image: url(/images/hrd/steo-deco-arr.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    right: -42px;
    top: 50%;
    margin-top: -16px;
}
#government-expense .step .box.box4 {
    top: 220px;
    left: 438px;
}
#government-expense .step .box.box5 {
    top: 220px;
    left: 658px;
}
#government-expense .step .box.box6 {
    top: 220px;
    left: 881px;
}
#government-expense .step-detail {
    margin-top: 60px;
}
#government-expense .step-detail .flex-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#government-expense .step-detail .flex-box dt {
    width: 170px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 10px;
    border-bottom: 1px solid #000;
}
#government-expense .step-detail .flex-box dd {
    width: 880px;
    margin-left: 20px;
    font-size: 17px;
    color: #666;
    font-weight: 400;
    padding: 16px 15px;
    border-bottom: 1px solid #000;
}
#government-expense .step-detail .flex-box:first-child dd,
#government-expense .step-detail .flex-box:first-child dt {
    border-top: 1px solid #000;
}
#government-expense .step-detail .notice-text {
    color: #999;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
    line-height: 1.5;
}
#government-expense .support-target-list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
}
#government-expense .support-target-list .item {
    position: relative;
    counter-increment: support-list;
    padding-top: 30px;
    padding-bottom: 20px;
}
#government-expense .support-target-list .item:first-child {
    width: 360px;
}
#government-expense .support-target-list .item + .item {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e8e8e8;
}
#government-expense .support-target-list .item + .item:before {
    left: 20px;
}
#government-expense .support-target-list .item:before {
    content: counter(support-list, decimal);
    font-family: Montserrat, sans-serif;
    position: absolute;
    font-size: 80px;
    font-weight: 200;
    left: 0;
    top: 15px;
    color: #eaf4f6;
}
#government-expense .support-target-list .item > ul {
    margin-top: 20px;
}
#government-expense .support-target-list .item > ul > li {
    color: #666;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: -0.05em;
    padding-left: 15px;
}
#government-expense .support-target-list .item > ul > li:before {
    content: "·";
    position: absolute;
    left: 3px;
    top: 5px;
    line-height: 1;
}
#government-expense .support-target-list .item > ul > li > strong {
    color: #000;
}
#government-expense .support-target-list .item .point-box {
    width: 100%;
    border: 2px solid #3da5bb;
    padding: 15px 0;
}
#government-expense .support-target-list .item .point-box > p {
    text-align: center;
    font-size: 25px;
    width: 100%;
    color: #3da5bb;
    font-weight: 600;
}
#government-expense .support-target-list .item .point-box > p small {
    display: block;
    font-size: 14px;
}
#government-expense .support-target-list .item .point-box > p + p {
    margin-left: 20px;
    position: relative;
}
#government-expense .support-target-list .item .point-box > p + p:before {
    content: "+";
    font-size: 30px;
    position: absolute;
    left: -19px;
    top: 50%;
    margin-top: -12px;
}
#government-expense .support-target-list h5 {
    color: #3da5bb;
    font-size: 30px;
    letter-spacing: -0.05em;
    position: relative;
    z-index: 3;
    line-height: 1.5;
}
#government-expense .support-target-list h5 > small {
    font-weight: 400;
    display: block;
    font-size: 16px;
}
#government-expense .support-target-list h5.line-none:after {
    width: 0;
    height: 0;
    background-color: #fff;
}
#government-expense #type1 {
    display: none;
}
#government-expense #type1.active {
    display: block;
}
#government-expense #type1 .top-contents {
    background-color: transparent;
    background-image: url(/images/hrd/type1-top-bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#government-expense #type1 .section1 {
    width: 100%;
    padding: 80px 65px 120px 65px;
    height: 560px;
    position: relative;
}
#government-expense #type1 .section1:after {
    content: "";
    background-color: transparent;
    background-image: url(/images/hrd/type1-deco3.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 654px;
    height: 380px;
    position: absolute;
    right: 0;
    bottom: 47px;
}
#government-expense #type1 .section2 {
    width: 100%;
    padding: 60px 65px 40px 65px;
    position: relative;
    background-color: #f5f5f5;
}
#government-expense #type1 .section2 .text-small {
    margin-top: 50px;
    color: #999;
    font-size: 14px;
}
#government-expense #type1 .section2:after {
    content: "";
    background-color: transparent;
    background-image: url(/images/hrd/type1-deco4.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 331px;
    height: 405px;
    position: absolute;
    left: 51px;
    bottom: 0;
}
#government-expense #type1 .section3 {
    width: 100%;
    padding: 90px 65px 110px 65px;
}
#government-expense #type1 .section4 {
    width: 100%;
    padding: 90px 65px 110px 65px;
    background-color: #f5f5f5;
}
#government-expense #type2 {
    display: none;
}
#government-expense #type2.active {
    display: block;
}
#government-expense #type2 .top-contents {
    background-color: transparent;
    background-image: url(/images/hrd/type2-top-bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#government-expense #type2 .top-contents .deco-box .inner .img {
    position: absolute;
    bottom: 0;
}
#government-expense #type2 .top-contents .deco-box .inner .img.deco3 {
    left: -3px;
    bottom: -3px;
}
#government-expense #type2 .section1 {
    width: 100%;
    padding: 120px 65px 120px 65px;
    height: 470px;
    position: relative;
}
#government-expense #type2 .section1:after {
    content: "";
    background-color: transparent;
    background-image: url(/images/hrd/type2-deco1.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 550px;
    height: 382px;
    position: absolute;
    right: 0;
    bottom: 0;
}
#government-expense #type2 .section2 {
    width: 100%;
    height: 475px;
    padding: 90px 65px 0 65px;
    position: relative;
    background-color: #f5f5f5;
}
#government-expense #type2 .section2:after {
    content: "";
    background-color: transparent;
    background-image: url(/images/hrd/type2-deco2.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 562px;
    height: 470px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#government-expense #type2 .section3 {
    width: 100%;
    padding: 90px 65px 110px 65px;
}
#government-expense #type2 .section4 {
    width: 100%;
    padding: 90px 65px 110px 65px;
    background-color: #f5f5f5;
}
#government-expense #type3 {
    display: none;
}
#government-expense #type3.active {
    display: block;
}
#government-expense #type3 .top-contents {
    background-color: transparent;
    background-image: url(/images/hrd/type3-top-bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#government-expense #type3 .top-contents .sub-text {
    color: #314457;
}
#government-expense #type3 .top-contents .deco-box .inner .img {
    position: absolute;
    bottom: 0;
}
#government-expense #type3 .top-contents .deco-box .inner .img.deco3 {
    bottom: 6px;
}
#government-expense #type3 .section1 {
    width: 100%;
    padding: 80px 45px 120px 45px;
    position: relative;
}
#government-expense #type3 .section1:after {
    content: "";
    background-color: transparent;
    background-image: url(/images/hrd/type3-deco1.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 488px;
    height: 378px;
    position: absolute;
    right: 20px;
    top: 75px;
}
#government-expense #type3 .section1 .support-target-list {
    margin-top: 120px;
}
#government-expense #type3 .section1 .support-target-list .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#government-expense #type3 .section1 .support-target-list .item + .item {
    margin-left: 50px;
    padding-left: 50px;
}
#government-expense #type3 .section1 .support-target-list .item + .item:before {
    left: 50px;
}
#government-expense #type3 .section1 .support-target-list .item h5 {
    margin-bottom: 40px;
}
#government-expense #type3 .section1 .support-target-list .item > p {
    color: #666;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: -0.05em;
}
#government-expense #type3 .section1 .support-target-list .item > p > strong {
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    background-color: #363636;
    border-radius: 20px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 5px;
}
#government-expense #type3 .section1 .notice-box {
    background-color: #f5f5f5;
    padding: 50px;
    margin-top: 20px;
}
#government-expense #type3 .section1 .notice-box > h5 {
    color: #3da5bb;
    font-size: 26px;
    letter-spacing: -0.05em;
    position: relative;
    z-index: 3;
    line-height: 1.5;
    margin-bottom: 10px;
}
#government-expense #type3 .section2 {
    width: 100%;
    padding: 90px 65px 0 65px;
    position: relative;
    background-color: #f5f5f5;
}
#government-expense #type3 .section2 .notice-box {
    background-color: #fff;
    padding: 50px;
    position: relative;
    z-index: 5;
    margin-top: 100px;
    margin-left: 150px;
}
#government-expense #type3 .section2:after {
    content: "";
    background-color: transparent;
    background-image: url(/images/hrd/type3-deco2.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 596px;
    height: 509px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#government-expense #type3 .section2 .table-box {
    background-color: transparent;
    width: 960px;
    position: relative;
    margin-top: 55px;
    z-index: 3;
}
#government-expense #type3 .section2 .table-box:before {
    border-top: 0;
    border-left: 0;
}
#government-expense #type3 .section3 {
    width: 100%;
    padding: 90px 65px 110px 65px;
}
#government-expense #type3 .section3 .number-list-circle > li {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
#government-expense #type3 .section3 .hypen-list > li {
    font-size: 17px;
    font-weight: 400;
}
#government-expense #type3 .section3 .support-classification {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#government-expense #type3 .section3 .support-classification > dl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    text-align: center;
}
#government-expense #type3 .section3 .support-classification > dl dt {
    color: #000;
    font-size: 18px;
    border-bottom: 2px solid #333;
    font-weight: 600;
    line-height: 1;
    padding: 15px 0;
}
#government-expense #type3 .section3 .support-classification > dl + dl {
    margin-left: 20px;
}
#government-expense #type3 .section3 .support-classification > dl dd {
    background-color: #f7f7f7;
    padding: 40px 0;
}
#government-expense #type3 .section3 .support-classification > dl dd .circle {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 90px;
    color: #000;
    font-size: 17px;
    border: 3px solid transparent;
    margin: 0 auto 25px auto;
    padding-top: 50px;
}
#government-expense #type3 .section3 .support-classification > dl dd .circle > small {
    font-size: 17px;
    color: #999;
}
#government-expense #type3 .section3 .support-classification > dl dd .circle > strong {
    display: block;
    font-size: 23px;
}
#government-expense #type3 .section3 .support-classification > dl dd .circle.color1 {
    border-color: #3da5bb;
}
#government-expense #type3 .section3 .support-classification > dl dd .circle.color2 {
    border-color: #3d85bb;
}

#government-expense #type3 .section3 .support-classification > dl dd .circle.color3 {
    border-color: #000;
}
#government-expense #type3 .section3 .support-classification > dl dd > p {
    color: #666;
    font-size: 17px;
    line-height: 1.5;
}
#government-expense #type3 .section4 {
    width: 100%;
    padding: 90px 65px 110px 65px;
    background-color: #f5f5f5;
}
#government-expense #type3 .section4 .table-box {
    width: 855px;
    text-align: left;
}
#government-expense #type3 .section4 .table-box.white {
    background-color: #fff;
}
#government-expense #type3 .section4 .table-box.white:before {
    border-top-color: #fff;
}
#government-expense #type3 .section4 .table-box > h5 {
    color: #3da4ba;
}
#government-expense #type3 .section4 .table-box > ul {
    margin-top: 20px;
}
#government-expense #type3 .section4 .table-box > ul > li {
    color: #666;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 3px;
    position: relative;
    letter-spacing: -0.05em;
    padding-left: 15px;
}
#government-expense #type3 .section4 .table-box > ul > li:before {
    content: "·";
    position: absolute;
    left: 3px;
    top: 5px;
    line-height: 1;
}
#government-expense #type3 .section4 .table-box > ul > li > strong {
    color: #000;
}
#government-expense #type3 .section4 .table-box > p {
    color: #666;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    letter-spacing: -0.05em;
    margin-top: 0;
}
#government-expense #type3 .section4 .table-box > p > strong {
    position: absolute;
    left: 5px;
    top: 0;
    color: #000;
}
#government-expense #type3 .section5 {
    width: 100%;
    padding: 90px 65px 110px 65px;
}
#government-expense #type3 .section5 .step:before {
    content: "";
    width: 0;
    height: 0;
    background-image: none;
}
#government-expense #type3 .section5 .step:after {
    content: "";
    width: 64px;
    height: 11px;
    background-color: transparent;
    background-image: url(/images/hrd/steo-deco-w.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    left: -70px;
    right: 0;
    top: 290px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
#government-expense #type3 .section5 .step .box.box1 {
    top: 0;
    left: 438px;
}
#government-expense #type3 .section5 .step .box.box2 {
    top: 0;
    left: 658px;
}
#government-expense #type3 .section5 .step .box.box3 {
    top: 0;
    left: 881px;
}
#government-expense #type3 .section5 .step .box.box1 > p:after,
#government-expense #type3 .section5 .step .box.box2 > p:after {
    background-color: transparent;
    background-image: url(/images/hrd/steo-deco-arr-w.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    right: -42px;
    top: 50%;
    margin-top: -16px;
}
#government-expense #type3 .section5 .step .box.box3 > p:after {
    width: 343px;
    height: 111px;
    background-color: transparent;
    background-image: url(/images/hrd/steo-deco-arr-w2.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 194px;
    left: 50%;
    margin-left: -320px;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
#government-expense #type3 .section5 .step .box.box4 {
    top: 220px;
    left: 438px;
}
#government-expense #type3 .section5 .step .box.box5 {
    top: 220px;
    left: 224px;
}
#government-expense #type3 .section5 .step .box.box6 {
    top: 220px;
    left: 0;
}
#government-expense #type3 .section5 .step .box.box4 > p:after,
#government-expense #type3 .section5 .step .box.box5 > p:after {
    background-color: transparent;
    background-image: url(/images/hrd/steo-deco-arr-w-1.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    left: -42px;
    right: 0;
    top: 50%;
    margin-top: -16px;
}
#government-expense #type3 .section5 .step .box.box6 > p:after {
    background-color: transparent;
    background-image: url(/images/hrd/steo-deco-arr-w.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    left: -42px;
    right: 0;
    top: 50%;
    margin-top: -16px;
}
#teacher .teacher-contents .common-tab-black .category {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#teacher .teacher-contents .top {
    width: 1200px;
    height: 900px;
    padding-top: 124px;
    background-color: #d8d8d8;
}
#teacher .teacher-contents .top .inner {
    display: block;
    position: relative;
    width: 999px;
    height: 641px;
    background-color: #f6f2ef;
    box-shadow: 0 34px 38px rgba(0, 0, 0, 0.44);
    border: 6px solid #000;
    border-radius: 20px;
    margin: 0 auto;
    padding: 35px 0 0 45px;
}
#teacher .teacher-contents .top .inner:before {
    content: "";
    width: 33px;
    height: 36px;
    background-color: transparent;
    background-image: url(/images/teacher/teacher-logo.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    left: 56px;
    top: 40px;
}
#teacher .teacher-contents .top .inner .text-box {
    width: 520px;
    height: 555px;
    position: relative;
}
#teacher .teacher-contents .teacher-title {
    padding-top: 68px;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: -1px;
}
#teacher .teacher-contents .teacher-profile {
    font-size: 17px;
    margin-top: 55px;
    padding-left: 125px;
    position: relative;
}
#teacher .teacher-contents .teacher-profile > li {
    font-size: 17px;
    margin-bottom: 8px;
    color: #a29f9c;
    letter-spacing: -0.5px;
}
#teacher .teacher-contents .teacher-profile:before {
    content: "PROFILE";
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    transform: rotate(-90deg);
    position: absolute;
    left: 65px;
    top: 30px;
    color: #000;
}
#teacher .teacher-contents .teacher-profile:after {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #000;
    position: absolute;
    left: 102px;
    top: 90px;
    color: #000;
}
#teacher .teacher-contents .teacher-name {
    width: 100%;
    color: #000;
    font-size: 25px;
    text-align: right;
    position: absolute;
    bottom: 0;
}
#teacher .teacher-contents .teacher-name > small {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}
#teacher .teacher-contents .teacher-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
#teacher .teacher-contents .career {
    margin: 25px 0 125px 0;
}
#teacher .teacher-contents .career .list {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
}
#teacher .teacher-contents .career .list:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 400px;
    top: 0;
}
#teacher .teacher-contents .career .list:after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #000;
    position: absolute;
    right: 400px;
    top: 0;
}
#teacher .teacher-contents .career .list li {
    padding: 70px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
}
#teacher .teacher-contents .career .list .circle-box {
    width: 136px;
    height: 134px;
    background-color: transparent;
    background-image: url(/images/teacher/circle-back.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    display: inline-block;
    animation: circle 5s linear infinite;
}
#teacher .teacher-contents .career .list .circle-wrap {
    position: relative;
    width: 136px;
    height: 134px;
    display: block;
    margin: -15px auto 0 auto;
}
#teacher .teacher-contents .career .list .circle-wrap > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 14px;
    font-weight: 600;
}
#teacher .teacher-contents .career .list dl.box {
    font-size: 18px;
}
#teacher .teacher-contents .career .list dl.box dt {
    display: inline-block;
    width: 130px;
    padding: 8px 0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: #323131;
    margin-bottom: 10px;
}
#teacher .teacher-contents .career .list dl.box dd {
    color: #666;
}
#teacher .teacher-contents .career .list dl.box-inline {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
#teacher .teacher-contents .career .list dl.box-inline dt {
    font-weight: 400;
    color: #666;
    font-size: 18px;
    margin-right: 10px;
}
#teacher .teacher-contents .career .list dl.box-inline dd {
    font-weight: 800;
    color: #000;
    font-size: 22px;
}
#teacher .teacher-contents .career .list .class-detail-link {
    display: inline-block;
    color: #3da4ba;
    font-size: 18px;
    font-weight: 600;
    padding-right: 40px;
    position: relative;
}
#teacher .teacher-contents .career .list .class-detail-link:after {
    content: "";
    width: 31px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 3px;
    background-color: transparent;
    background-image: url(/images/teacher/teacher-arrow.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
#teacher .teacher-contents .teacher-title-line {
    display: block;
    text-align: left;
    font-weight: 800;
    padding-left: 15px;
}
#teacher .teacher-contents .teacher-title-line > span {
    display: inline-block;
    color: #010101;
    font-size: 37px;
    line-height: 1.35;
    padding-top: 20px;
    border-top: 3px solid #ededed;
    width: 530px;
}
#teacher .teacher-contents .class-detail .item {
    -webkit-display: flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#teacher .teacher-contents .class-detail .item .text {
    white-space: nowrap;
    color: #666;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 1.5;
}
#teacher .teacher-contents .class-detail .item:first-child {
    border-bottom: 3px solid #ededed;
}
#teacher .teacher-contents .class-detail .item > h5 {
    width: 240px;
    color: #000;
    font-size: 20px;
    flex-shrink: 0;
}
#teacher .teacher-contents .class-detail .item .circle {
    width: 194px;
    height: 194px;
    flex-shrink: 0;
    border: 2px solid #dcdcdc;
    border-radius: 100px;
    color: #000;
    position: relative;
}
#teacher .teacher-contents .class-detail .item .circle.primary-color-c {
    background-color: #3da4ba;
    border-color: #3da4ba;
    color: #fff;
}
#teacher .teacher-contents .class-detail .item .circle .class-text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    line-height: 1.5;
    font-weight: 600;
}
#teacher .teacher-contents .class-detail .item .circle + .circle {
    margin-left: -20px;
}
#teacher .teacher-contents .review .review-box {
    width: 100%;
    height: 390px;
    background-color: transparent;
    background-image: url(/images/teacher/teacher-review-back.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-bottom: 200px;
    position: relative;
}
#teacher .teacher-contents .review .review-box .comment-box {
    width: 419px;
    height: 329px;
    background-color: transparent;
    background-image: url(/images/teacher/comment-box.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    padding: 100px 0 80px 45px;
    position: absolute;
}
#teacher .teacher-contents .review .review-box .comment-box.comment1 {
    left: 140px;
    top: -60px;
}
#teacher .teacher-contents .review .review-box .comment-box.comment2 {
    left: 653px;
    top: -220px;
}
#teacher .teacher-contents .review .review-box .comment-box.comment3 {
    left: 653px;
    top: 150px;
}
#teacher .teacher-contents .review .review-box .comment-box > p {
    position: relative;
    height: 150px;
    color: #666;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.5;
}
#teacher .teacher-contents .review .review-box .comment-box > p .writer {
    position: absolute;
    right: 40px;
    bottom: -10px;
}
#counsel {
    background-color: #fafafa;
    min-height: 1200px;
}
#counsel #common-consulting-box .common-subpage-tit-wrap {
    display: none;
}
#payment {
    background-color: #fafafa;
    min-height: 1200px;
    padding-bottom: 100px;
}
#payment .agree-wrap {
    width: 405px;
    margin-left: 65px;
}
#payment .agree-wrap .agree-title {
    color: #555;
    font-size: 23px;
}
#payment .agree-wrap .agree-box {
    background-color: #fff;
    padding: 20px;
    color: #999;
    font-size: 14px;
    height: 335px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
}
#payment .confirm-titlle {
    text-align: center;
    font-size: 30px;
}
#payment .common-table-form {
    width: 720px;
}
#payment .common-table-form.confirm {
    margin: 0 auto;
}
#payment .common-table-form.confirm .input-col {
    padding-top: 15px;
}
#payment .common-table-form.confirm .input-col.change-name {
    padding-top: 8px;
}
#payment .common-table-form.confirm .pay-amount > strong {
    font-weight: 600;
    color: #e86a54;
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    line-height: 1;
    padding: 0 0 8px 0;
    display: inline-block;
}
#payment .common-table-form.confirm .pay-type > strong {
    font-weight: 600;
    color: #000;
    font-size: 22px;
    font-family: SDGothic, sans-serif;
    line-height: 1;
    padding: 0 0 8px 0;
    display: inline-block;
}
#payment .payment-notice-box {
    padding: 40px 50px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}
#payment .payment-notice-box h5 {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    margin-right: 65px;
}
#payment .payment-notice-box .number-list strong {
    color: #000;
}
#payment .payment-notice-box .number-list span {
    color: #999;
}
#payment .payment-notice-box .number-list .tel {
    color: #666;
    font-size: 16px;
}
#payment .payment-notice-box .number-list .tel > span {
    font-weight: 600;
    color: #666;
}
/*# sourceMappingURL=style.min.css.map */
