*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section[class*="-force-full-width"] > .row-fluid{
  padding-left: 0;
  padding-right:0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Noto Serif KR"; 
  src: url("https://21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/SolutionsForOurClimate_April2022/fonts/NotoSerifKR-Bold.woff2") format("woff2"), 
  url("https://21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/SolutionsForOurClimate_April2022/fonts/NotoSerifKR-Bold.woff") format("woff"),
  url("https://21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/SolutionsForOurClimate_April2022/fonts/NotoSerifKR-Bold.otf") format("opentype"); 
  font-style: normal; font-weight: 700; }
body {
  line-height: normal;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: normal;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

img {
  max-width: 100%;
}
.inner{
  margin-left:auto;
  margin-right:auto;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

@media (max-width: 1416px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper,
  .inner {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer .inner {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1216px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper,
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin:10px 0;
}
a.hs-login-widget-show-password {
  margin-bottom: 10px;
  display: inline-block;
}
form input[type=checkbox] + label {
  display: inline;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

ul.no-list.hs-error-msgs.inputs-list label {
    color: #ef6b51;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
    padding:5px 0;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

#header {
  position: fixed;
  width: 100%;
  height: 94px;
  background-color: #fff;
  z-index: 50;
  padding: 0 42px;
  top: 0;
  left: 0;
}

#header .wrap {
  position: relative;
}
#header .wrap .header-logo {
  position: absolute;
  left: 0;
  top: 30px;
}
#header .wrap .right_wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 23px;
  padding-right: 10px;
}
#header .wrap .right_wrap .sns_nav {
  float: left;
  margin-top: 10px;
}
#header .wrap .right_wrap .sns_nav ul li {
  float: left;
  margin-right: 12px;
  transition: .3s;
}
#header .wrap .right_wrap .sns_nav ul li:hover {
  transform: translate(0,-5px);
}
#header .wrap .right_wrap .sns_nav ul li:last-child {
  margin-right: 0;
}
#header .wrap .right_wrap .sns_nav ul:after {
  content: "";
  display: table;
  clear: both;
}
#header .wrap .right_wrap:after {
  content: "";
  display: table;
  clear: both;
}
#header .wrap .right_wrap .go_btn {
  float: left;
  margin-left: 30px;
}
#header .wrap .right_wrap .go_btn a {
  display: block;
  width: 167px;
  height: 46px;
  background-color: #004C99;
  border-radius: 6px;
  color: #fefefe;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: center;
  line-height: 46px;
  transition: .4s;
}
#header .wrap .right_wrap .go_btn a:hover {
  background-color: #196cd0;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
}
#header .wrap .gnb {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  top: 0;
  width: 880px;
}
.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .m_btn {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 35px;
  display: none;
}
#header .m_btn button {
  cursor: pointer;
  border: none;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  width: 21px;
  height: 21px;
  background: transparent;
  outline: 0;
}
#header .m_btn span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background-color: #004C99;
}
#header .m_btn span:nth-child(1) {
  left: 0;
  top: 0;
}
#header .m_btn span:nth-child(2) {
  background-color: #fff;
  border: 2px solid #004C99;
  right: 0;
  top: 0;
  transition: .3s;
}
#header .m_btn span:nth-child(3) {
  left: 0;
  bottom: 0;
}
#header .m_btn span:nth-child(4) {
  right: 0;
  bottom: 0;
}
#header .m_btn button:hover span:nth-child(2) {
  background-color: #004C99;
}
.body-wrapper {
  position: relative;
  padding-top: 94px;
}
.banner-section .dnd-section {padding: 0;}

.banner-section .dnd-section > .row-fluid {padding: 0;}

.all_menu {
  width: 80%;
  max-width: 500px;
  position: fixed;
  right: -80%;
  top: 0;
  height: 100vh;
  background-color: #fff;
  border-top: 2px solid #004C99;
  box-shadow: -20px -20px 30px rgb(0 0 0 / 10%);
  padding-top: 160px;
  padding-left: 60px;
  transition: 1s;
  opacity: 0;
  overflow-y:auto;
}
.all_menu .close_b {
  width: 22px;
  height: 22px;
  background-color: transparent;
  position: relative;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 40px;
  top: 40px;
}
.all_menu .close_b button {
  cursor: pointer;
  border: none;
  padding: 0;
}
.all_menu .close_b span {
  display: block;
  position: absolute;
  background-color: #666;
}
.all_menu .close_b span:nth-child(1) {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.all_menu .close_b span:nth-child(2) {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
}

.main-header .lang-sitcher-wrap {margin-left: 20px;
  float: left;
  position: relative;
  transform: translate(0,10px);}

.main-header .lang-sitcher-title {
  font-family: 'Titillium Web', sans-serif;cursor: pointer;
  border: none;
  padding: 0;font-weight: 600;
  transition: .3s;
  background-color: transparent;
  outline: 0;
  font-size: 16px;
  color: #939caa;
  height: 26px;}

.main-header .lang-sitcher-title span {
  transition: .3s;
  display: inline-block;
  width: 13px;
  height: 9px;
  margin-left: 5px;
  background: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/lang_arrow.gif) center center no-repeat;
}


.main-header .lang-sitcher-title i {
  transition: .3s;
  display: inline-block;
  margin-left: 3px;
  transform: translate(0,4px);
  width: 18px;
  height: 18px;
  background: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/lang_icon.gif) center center no-repeat;}

.main-header .lang-sitcher-title:hover,
.main-header .lang-sitcher-title.lan-open{
  color: #004C99;
}
.main-header .lang-sitcher-title:hover span,
.main-header .lang-sitcher-title.lan-open span{
  background: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/lang_arrow_on.gif) center center no-repeat;
}
.main-header .lang-sitcher-title:hover i,
.main-header .lang-sitcher-title.lan-open i{
  background: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/lang_icon_on.gif) center center no-repeat;
}
.main-header .lang-sitcher-title.lan-open span {
  transform: rotate(180deg);
}

.main-header .lang_switcher_class {
  position: static;
  display: block;
}
.main-header .globe_class {
  background: none;
  width: 0;
  height: 0;
}
.main-header .lang_list_class {
  position: absolute;
  top: 35px;
  left: 0;
  text-align: center;
  z-index: 100;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  transform:none;
}

.main-header .lang_list_class:after,
.main-header .lang_list_class:before {display: none;}

.main-header .lang_list_class li {border: none !important;width: 100%;
  height: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
  background-color: #004C99;
  text-align: center;padding: 0 !important;}

.main-header .lang_list_class li:last-child {border-bottom: none !important;}

.main-header .lang_list_class li a {
  font-size: 0;
  color: #fff;
  display: block;font-family: 'Titillium Web', sans-serif;
}
.main-header .lang_list_class li a:hover{
  color: #fff;
}
.main-header .lang_list_class li a:after{
  font-size: 16px;
  line-height: 36px;
}
.main-header .lang_list_class li a[lang="en"]:after {content: "ENG";}

.main-header .lang_list_class li a[lang="ko"]:after {content: "KOR";}


@media (max-width: 1880px){
  #header .wrap .right_wrap {
    position: static;
    float: right;
  }
  #header .wrap .gnb {
    position: static;
    float: right;
    transform: translate(0,0);
  }
  #header .wrap .gnb {
    width: auto;
  }
}
@media (max-width: 1450px){
  #header .wrap .gnb {
    width: auto;
  }
}

@media (max-width: 1216px){
  #header .wrap .header-logo {
    top: 25px;
  }
  #header .wrap .right_wrap {
    margin-right: 40px;
  }
  #header .wrap .right_wrap .sns_nav {
    display: none;
  }
  #header .wrap .right_wrap .go_btn a {
    width: 110px;
    font-size: 15px;
  }
  #header .m_btn {
    display: block;
  }
  #header .wrap .gnb {
    display: none;
  }
  .mobile-open .all_menu {
    right: 0;
    opacity: 1;
  }

}

@media (max-width: 800px){
  #header {
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #header .wrap .header-logo {
    top: 16px;
  }
  #header .wrap .header-logo img {
    width:89px !important;
  }
  #header .wrap .right_wrap {
    padding-top: 15px;
  }
  #header .wrap .right_wrap .go_btn a {
    height: 40px;
    line-height: 38px;
    width: 90px;
  }
  #header .m_btn {
    top: 25px;
  }
  .body-wrapper {
    padding-top: 75px;
  }

}

@media (max-width: 414px){
  #header {
    padding-left: 15px;
    padding-right: 15px;
    height: 56px;
  }
  #header .wrap .header-logo img {
    width:56px !important;
  }
  #header .wrap .right_wrap {
    margin-right: 30px;
    padding-top: 8px;
  }
  #header .wrap .right_wrap .go_btn {
    margin-left: 15px;
  }
  #header .m_btn {
    top: 17px;
  }
  .body-wrapper {
    padding-top: 56px;
  }

}


/*-------- header v2 ---- */

.header.header-v2 {position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding: 35px 55px;
  z-index: 2;
  background-color: transparent;
  line-height: 1.15;
  z-index: 999;
}

.header-v2-right {position: absolute;
  top: 35px;
  right: 55px;}

.header-v2-right .hs-button {width: 180px;
  height: 50px;
  margin-right: 10px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  background: #a00707;display: inline-block;
  vertical-align: top;text-decoration: none;
  letter-spacing: -0.5px;
}

.header-v2-right .hs-button:hover {background-color: #cf0303;}

.header-v2-right .lang {width: 94px;
  height: 50px;
  padding: 5px 6px;
  background: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/bg-lang.png) no-repeat center;
  display: inline-block;
  vertical-align: top;}

.header-v2-right > div {display: inline-block;
  vertical-align: top;}

.header-v2-right .lang a {width: 36px;
  height: 40px;
  text-align: center;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 700;color: #fff;display: inline-block;
  vertical-align: top;}

.header-v2-right .lang a.on {width: 40px;
  background: #2778ff;
  border-radius: 20px;}
.fueling-page-wrap .body-wrapper {
  padding-top: 0 !important;
}
.header.header-v2.scrolled {background: #000;
  transition: .5s;
  padding: 15px 55px;}

.header.header-v2.scrolled .header-v2-right {top: 15px;}

.header-v2-logo img {display: inline-block;
  vertical-align: top;}

.header-v2 .lang_list_class {position: static;display: block;transform: none;padding: 0;margin: 0;}

.header-v2 .globe_class {background: none;width: auto;height: auto;}

.header-v2 .lang_switcher_class {display: block;}

.header-v2 .lang_list_class:after,
.header-v2 .lang_list_class:before {display: none;}

.header-v2 .lang_list_class:after {
  content: "";
  display: table;
  clear: both;
  position: static;
  border: none;
}

.header-v2 .lang_list_class li {
  padding: 0 !important;
  border: none !important;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding-right: 2px !important;
}

.header-v2 .lang_list_class li a {width: 30px;
  height: 40px;
  text-align: center;
  padding: 13px 0;
  font-size: 0;
  line-height: 16.1px;
  font-weight: 700;color: #fff !important;
  letter-spacing: -0.5px;
}
.header-v2 .lang_list_class li a:after{
  font-size: 14px;    
}

.header-v2 .lang_list_class li a[lang="ko"]:after{
  content:"KR";
}
.header-v2 .lang_list_class li a[lang="en"]:after{
  content:"EN";
}
.header-v2-kor .lang_list_class li a[lang="ko"],
.header-v2-en .lang_list_class li a[lang="en"]{
  width: 40px;
  background: #2778ff;
  border-radius: 20px;

}
.header-v2-en .header-v2-right .hs-button {width: 220px;}

.header-v2-en .header-v2-right .hs-button b {font-weight: bolder;}

.header-v2.header-v2-en {font-family: 'Montserrat', sans-serif;}

.header-v2 .header-v2-blue-logo{
  display:none;
}
.header-v2.white .header-v2-blue-logo{
  display:block;
}
.header-v2.white .header-v2-white-logo{
  display:none;
}
.header-v2.scrolled.white {
  background: #fff;
  transition: .7s;
}

@media(max-width:767px){
  .header.header-v2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .header-v2-right {position: relative;top: auto;right: auto;padding-top: 20px;text-align: center;}

  .header-v2-logo {text-align: center;}

  .header-v2-right .hs-button {width: 160px;}
  .header.header-v2.scrolled .header-v2-right {
    top: 0;
  }
}
@media(max-width:414px){
  .main-header .lang-sitcher-wrap {transform: translate(0,7px);}

  .main-header .lang-sitcher-title {font-size: 14px;}

  .main-header .lang_list_class li {height: 30px;}

  .main-header .lang_list_class li a:after {font-size: 14px;line-height: 30px;}

  .main-header .lang_list_class {top: 34px;}
}
.footer {
  padding-top: 83px;
  padding-bottom: 71px;
  position: relative;
}
.social-links-out .links_out {
  width: 50px; !important;
}
.social-links-out {
  margin-top: 20px;
}
.social-links-out ul {
  list-style: none;
  margin: 5px;
  padding: 0;
}
.social-links-out ul:after {
  content: "";
  display: table;
  clear: both;
}
.social-links-out ul li {
  float: left;
  margin-right: 30px;
  transition: .3s;
}
.social-links-out ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 1417px){
  .footer {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.copyright-text span.hs_cos_wrapper > span {
  font-size: 16px;
}
.footer:after {
  content: "";
  display: block;
  width: 28%;
  height: 100%;
  background-color: #2e2f36;
  position: absolute;
  left: 0;
  top: 0;
}
#footer .inner {
  position: relative;
  z-index: 1;
}
#footer .f_top {
  border-bottom: 1px solid #5f626a;
  padding-bottom: 45px;
}
#footer .inner .left_wrap {
  float: left;
  width: 28%;
}
#footer .f_top .left_wrap > strong {
  font-size: 17px;
  font-weight: 500 !important;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}
#footer .f_top .left_wrap ul li {
  float: left;
  margin-right: 24px;
  transition: .3s;
}
#footer a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
#footer .f_top .left_wrap ul:after {
  content: "";
  display: table;
  clear: both;
}
#footer .f_top .left_wrap .hs-button{
  margin-top: 20px;
  width: 175px;
  height: 40px;
  border-radius: 6px;
  background-color: #575a64;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #fefefe;
  letter-spacing: -0.5px;
  display: block;
  box-shadow: 6px 6px 8px rgb(0 0 0 / 20%);
  transition: .4s;
}
#footer .f_top .left_wrap .hs-button:hover {
  background-color: #004C99;
}
#footer .inner .right_wrap {
  float: left;
  width: 72%;
  position:relative;
}
#footer .f_top:after {
  content: "";
  display: table;
  clear: both;
}
#footer .f_top .right_wrap .hs-menu-wrapper > ul {
  display:block;
}
#footer .f_top .right_wrap .hs-menu-wrapper > ul > li {
  float: left;
  margin-right: 40px;
}
#footer .f_top .right_wrap .hs-menu-wrapper > ul > li > a {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
  cursor: text;
}
#footer .f_top .right_wrap .hs-menu-wrapper>ul>li ul {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: 100% !important;
  display: block !important;
}
#footer .f_top .right_wrap .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 15px;
  font-weight: 300;
  color: #b2b5c0;
  letter-spacing: -0.5px;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
}
#footer .f_top .right_wrap .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #fff;
}
#footer .f_top .right_wrap ul:after {
  content: "";
  display: table;
  clear: both;
}
#footer .f_bot {
  padding-top: 35px;
}
#footer .f_bot:after {
  content: "";
  display: table;
  clear: both;
}
#footer .f_bot .footer-address {
  position: relative;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: -0.25px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
#footer .f_bot address{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
#footer .f_bot address a {
  color: inherit;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .f_bot .copyright-text {
  display: block;
  position: absolute;
  right: 220px;
  bottom: 0;
  color: #71747c;
}
#footer .f_top .left_wrap ul li:last-child {
  margin-right: 0;
}
#footer.lp-footer .f_bot {
  padding-top: 0;
}


@media (max-width: 1416px){
  #footer:after {
    width: 22%;
  }
  #footer .f_bot .copyright-text {
    right: 0;
  }
}

@media (max-width: 1150px){
  #footer .inner .left_wrap {
    width: 100%;
    float: none;
  }
  #footer .inner .left_wrap {
    text-align: center;
  }
  #footer .inner .f_top .left_wrap {
    display: inline-block;
    width: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
  }
  #footer .inner .right_wrap {
    width: 100%;
    float: none;
  }
  #footer .inner .f_top .right_wrap {
    display: none;
  }
  #footer .f_top .left_wrap > strong {
    text-align: center;
  }
  #footer .f_top .left_wrap > strong {
    display: none;
  }
  #footer .f_bot .left_wrap {
    margin-bottom: 20px;
  }
  #footer .inner .f_bot .left_wrap {
    display: inline-block;
    width: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
  }
  #footer .f_bot .footer-address {
    font-size: 13px;
    line-height: 26px;
  }
  #footer .f_bot .footer-address {
    text-align: center;
  }
  #footer .f_bot .copyright-text {
    position: static;
  }
  .copyright-text span.hs_cos_wrapper > span {
    font-size: 14px;
  }
}

@media (max-width: 414px){
  .footer-logo img {
    width:89px;
  }
  #footer .f_bot address {
    word-break: keep-all;
  }
  #footer:after {
    width: 50%;
  }
}


/*------ footer v2 ---- */
.footer-v2 {
  min-height: 360px;
  padding: 40px 10px;
  color: #fff;
  background: #111;letter-spacing: -0.5px;line-height: 1.15;}

.footer-v2 .wrapper {position: relative;
  max-width: 1200px;
  margin: 0 auto;}

.flex {
  display: flex;
  justify-content: space-between;
}

.footer-v2 .left {
  width: calc(100% - 350px);
  color: #999;
  padding-right: 10px;
}
.footer-v2 img {
  display: inline-block;
  vertical-align: top;
}
.footer-v2 .left h4 {
  display: block;
  margin-top: 35px;
  font-size: 28px;
  margin-bottom:0;
  text-transform: uppercase;
  color: #999;
  font-weight:700;
  line-height: 1.15;}
.footer-v2 .left p {
  margin: 0;
  margin-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}
.footer-v2 .hs-button {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: 180px;
  height: 50px;
  margin-right: 10px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  background: #a00707;
  margin: 50px 0 0;
}
.footer-v2 .hs-button:hover {
  background-color: #cf0303;
}
.footer-v2 .right {
  width: 350px;
}
.footer-v2 .right > div {
  padding: 20px 0 15px 45px;
  border-left: 1px solid #2e2e2e;
}
.footer-v2 .right > div > a {
  display: block;
  color: #ccc;
  font-weight: bold;
  margin-bottom: 58px;
  font-size: 20px;
}
.footer-v2 .right > div em {
  display: block;
  color: #ccc;
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
}
.footer-v2 .right > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
  display: flex;
  margin-bottom: 55px;
}
.footer-v2 .right > div ul li {
  padding: 0 20px;
  border-left: 1px solid #444;
}
.footer-v2 .right > div ul li:first-child {
  padding-left: 0;
  border-left: 0;
}
.footer-v2 .right > div ul li a {
  width: 25px;
  height: 23px;
  opacity: .5;
}
.footer-v2 .right > div ul li a:hover {
  opacity: 1;
}
.footer-v2 .copyright {
  display: block;
  color: #666;
  vertical-align: top;}

.footer-v2 * {letter-spacing: -0.5px;box-sizing: border-box;}

.btn-top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 10%;
  text-decoration: none;
  z-index: 99;
}
.btn-top img {
  display: inline-block;
  vertical-align: top;
}
.btn-top.top {
  display: block;
}
.btn-top.bottom {
  bottom: 400px;
  transition: 1s;
}
.footer-v2-en.footer-v2 .hs-button {
  width: 220px;
}
.footer-v2.footer-v2-en {
  font-family: 'Montserrat', sans-serif;
}
.footer-v2-en.footer-v2 .left h4 {
  font-family: 'Montserrat', sans-serif;
}

@media(max-width:991px){
  .footer-v2 .left h4 {
    font-size: 24px;
  }
}

@media(max-width:767px){
  .footer-v2 .left {width: 100%;padding-right: 0;}

  .footer-v2 .right {width: 100%;padding-top: 20px;}

  .footer-v2 .flex {display: block;}

  .footer-v2 .right>div {padding-left: 0;border: none;}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.sub_con {
  padding-top: 100px;
  padding-bottom: 150px;  
  overflow-x: hidden;
}
.sub_tit {
  margin-bottom: 71px;
}
.sub_tit strong {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #040404;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.sub_tit p {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 42px;
  margin-top: 65px;
  word-break: keep-all;
}
.sub_tit p span {
  color: #004C99;
}
.banner-section .hs-menu-wrapper > ul {
  border-bottom: 1px solid #dcdcdc;
  text-align: center;display: block;
}

.banner-section .hs-menu-wrapper > ul > li {
  display: inline-block;
  margin-right: 40px;
}
.banner-section .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}
.banner-section .hs-menu-wrapper > ul > li > a {
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #444444;
  line-height: 70px;
  display: block;
  width: 240px;
}
.banner-section .hs-menu-wrapper > ul > li.active > a,
.banner-section .hs-menu-wrapper > ul > li.active-branch > a{
  color: #004C99;
  position: relative;
}
.banner-section .hs-menu-wrapper > ul > li.active > a:after,
.banner-section .hs-menu-wrapper > ul > li.active-branch > a:after{
  content: '';
  position: absolute;
  background: #004C99;
  height: 3px;
  width: 100%;
  bottom: -2px;
  left: 0;
}
.banner-section .hs-menu-wrapper > ul > li ul{
  display:none !important;
}
.work-page .widget-type-header h1,
.contact-page .widget-type-header h1,
.website-page .widget-type-header h1,
.sfoc-page .widget-type-header h1{  
  display: block;
  text-align: center;
  font-size: 32px;
  color: #040404;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0;
}
.work-page .widget-type-rich_text p,
.sfoc-page .widget-type-rich_text p{
  word-break: keep-all;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: -0.7px;
  color: #444444;
}
.work-page .widget-type-rich_text p:last-child,
.sfoc-page .widget-type-rich_text p:last-child{
  margin:0;
}
.work-page .body-container--home .dnd-section,
.join-page .body-container--home .dnd-section,
.contact-page .body-container--home .dnd-section,
.sfoc-page .body-container--home .dnd-section{
  padding-top: 100px;
  padding-bottom: 150px;
}
.work-page .body-container--home .span4 {
  width: 31.42%;
  margin-left: 2.87%;
}
.work-page .body-container--home .span4:first-child {
  margin-left: 0;
}
.work-page .widget-type-section_header h1,
.sfoc-page .widget-type-section_header h1{
  display: block;
  text-align: center;
  font-size: 32px;
  color: #040404;
  font-weight: 500;
  letter-spacing: -0.5px;}

.work-page .widget-type-section_header p,
.sfoc-page .widget-type-section_header p{display: block;
  text-align: center;
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 42px;
  margin-top: 65px;
  word-break: keep-all;margin-bottom: 0;}

.work-page .widget-type-section_header p .section-subheader span,
.sfoc-page .widget-type-section_header p .section-subheader span{color: #004C99;}

.join-page .widget-type-header h1{
  display: block;
  text-align: center;
  font-size: 32px;
  color: #040404;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0;
}
.more_b {
  display: block;
  width: 186px;
  height: 56px;
  margin: 0 auto;
  margin-top: 60px;
  position: absolute;
  left: 50%;
  margin-left: -93px;
  bottom: -28px;
}
.more_b a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 56px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -1px;
  background-color: #004C99;
  text-align: center;
  transition: .4s;
}
.more_b a:hover {
  background-color: #196cd0;
  color: #ffffff;
}
.more_b a:focus {
  color: #ffffff;
}
.more_b a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/more_b2.png) center center no-repeat;
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translate(0,-50%);
}
.more_b a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/more_b2.png) center center no-repeat;
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translate(0,-50%);
}
.more a i {
  background-image: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/btn_dot.png);
}

.home-slider-wrap .slick-prev {
  background-image: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/slick_prev.png) !important;
}

.home-slider-wrap .slick-next {display: block;
  background-image: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/slick_next.png) !important;
}
.con03 .rec_btn:before {
  background-image: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/more_b.png);
}

@keyframes scroll {
  from{bottom:2%}
  to{bottom:3%}
}
@-moz-keyframes scroll { /* Firefox */
  from{bottom:2%}
  to{bottom:3%}
}
@-webkit-keyframes scroll { /* Safari and Chrome */
  from{bottom:2%}
  to{bottom:3%}
}
@-o-keyframes scroll { /* Opera */
  from{bottom:2%}
  to{bottom:3%}
}
@keyframes fadein {
  from{opacity: 0;}
  to{opacity: 1;}
}
@-moz-keyframes fadein { /* Firefox */
  from{opacity: 0;}
  to{opacity: 1;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from{opacity: 0;}
  to{opacity: 1;}
}
@-o-keyframes fadein { /* Opera */
  from{opacity: 0;}
  to{opacity: 1;}
}
@keyframes fadeout {
  to{opacity: 1;}
  from{opacity: 0;}
}
@-moz-keyframes fadeout { /* Firefox */
  to{opacity: 1;}
  from{opacity: 0;}
}
@-webkit-keyframes fadeout { /* Safari and Chrome */
  to{opacity: 1;}
  from{opacity: 0;}
}
@-o-keyframes fadeout { /* Opera */
  to{opacity: 1;}
  from{opacity: 0;}
}
.fade-in-box{
  animation: fadein 1.5s;
  -moz-animation: fadein 1.5s; /* Firefox */
  -webkit-animation: fadein 1.5s; /* Safari and Chrome */
  -o-animation: fadein 1.5s; /* Opera */
}

.fade-out{
  animation: fadeout 1.5s;
  -moz-animation: fadeout 1.5s; /* Firefox */
  -webkit-animation: fadeout 1.5s; /* Safari and Chrome */
  -o-animation: fadeout 1.5s; /* Opera */
}
.fade-in-box{opacity: 1 !important;}
.fade-out{opacity: 0 !important;}
.climate-page {
  line-height: 1.15;
}
.climate-page img {
  display: inline-block;
  vertical-align: top;
}
.climate-page{
  letter-spacing: -0.5px;
}
.climate-page em{
  font-style:normal;
}
.climate-page p {
  line-height: 1.4;
  margin: 0;  
}
.climate-page .scroll {
  animation: scroll .5s infinite alternate;
  -moz-animation: scroll .5s infinite alternate;
  -webkit-animation: scroll .5s infinite alternate;
  -o-animation: scroll .5s infinite alternate;
}
@keyframes leftright {
  from{margin-left:150px;opacity:0}
  to{margin-left:260px;opacity:1}
}
@-moz-keyframes leftright { /* Firefox */
  from{margin-left:150px;opacity:0}
  to{margin-left:260px;opacity:1}
}
@-webkit-keyframes leftright { /* Safari and Chrome */
  from{margin-left:150px;opacity:0}
  to{margin-left:260px;opacity:1}
}
@-o-keyframes leftright { /* Opera */
  from{margin-left:150px;opacity:0}
  to{margin-left:260px;opacity:1}
}

.left-to-right{
  animation: leftright 1s;
  -moz-animation: leftright 1s; /* Firefox */
  -webkit-animation: leftright 1s; /* Safari and Chrome */
  -o-animation: leftright 1s; /* Opera */
}
@keyframes movetop {
  from{top:150px;opacity:0}
  to{top:100px;opacity:1}
}
@-moz-keyframes movetop { /* Firefox */
  from{top:150px;opacity:0}
  to{top:100px;opacity:1}
}
@-webkit-keyframes movetop { /* Safari and Chrome */
  from{top:150px;opacity:0}
  to{top:100px;opacity:1}
}
@-o-keyframes movetop { /* Opera */
  from{top:150px;opacity:0}
  to{top:100px;opacity:1}
}

.move-top{
  animation: movetop 1s;
  -moz-animation: movetop 1s; /* Firefox */
  -webkit-animation: movetop 1s; /* Safari and Chrome */
  -o-animation: movetop 1s; /* Opera */
}

@keyframes movetop2 {
  from{top:646px;opacity:0}
  to{top:596px;opacity:1}
}
@-moz-keyframes movetop2 { /* Firefox */
  from{top:646px;opacity:0}
  to{top:596px;opacity:1}
}
@-webkit-keyframes movetop2 { /* Safari and Chrome */
  from{top:646px;opacity:0}
  to{top:596px;opacity:1}
}
@-o-keyframes movetop2 { /* Opera */
  from{top:646px;opacity:0}
  to{top:596px;opacity:1}
}
@keyframes width {
  from{width:0;opacity: 0;}
  to{width:100%;opacity: 1;}
}
@-moz-keyframes width { /* Firefox */
  from{width:0;opacity: 0;}
  to{width:100%;opacity: 1;}
}
@-webkit-keyframes width { /* Safari and Chrome */
  from{width:0;opacity: 0;}
  to{width:100%;opacity: 1;}
}
@-o-keyframes width { /* Opera */
  from{width:0;opacity: 0;}
  to{width:100%;opacity: 1;}
}

.width{
  animation: width 1.5s;
  -moz-animation: width 1.5s; /* Firefox */
  -webkit-animation: width 1.5s; /* Safari and Chrome */
  -o-animation: width 1.5s; /* Opera */
}

.move-top2{
  animation: movetop2 1s;
  -moz-animation: movetop2 1s; /* Firefox */
  -webkit-animation: movetop2 1s; /* Safari and Chrome */
  -o-animation: movetop2 1s; /* Opera */
}
@keyframes leftright2 {
  from{margin-left:-50px;opacity:0}
  to{margin-left:0;opacity:1}
}
@-moz-keyframes leftright2 { /* Firefox */
  from{margin-left:-50px;opacity:0}
  to{margin-left:0;opacity:1}
}
@-webkit-keyframes leftright2 { /* Safari and Chrome */
  from{margin-left:-50px;opacity:0}
  to{margin-left:0;opacity:1}
}
@-o-keyframes leftright2 { /* Opera */
  from{margin-left:-50px;opacity:0}
  to{margin-left:0;opacity:1}
}

.left-to-right2{
  animation: leftright2 1s;
  -moz-animation: leftright2 1s; /* Firefox */
  -webkit-animation: leftright2 1s; /* Safari and Chrome */
  -o-animation: leftright2 1s; /* Opera */
}

@keyframes rightleft {
  from{margin-right:-50px;opacity:0}
  to{margin-right:0;opacity:1}
}
@-moz-keyframes rightleft { /* Firefox */
  from{margin-right:-50px;opacity:0}
  to{margin-right:0;opacity:1}
}
@-webkit-keyframes rightleft { /* Safari and Chrome */
  from{margin-right:-50px;opacity:0}
  to{margin-right:0;opacity:1}
}
@-o-keyframes rightleft { /* Opera */
  from{margin-right:-50px;opacity:0}
  to{margin-right:0;opacity:1}
}

.right-to-left{
  animation: rightleft 1s;
  -moz-animation: rightleft 1s; /* Firefox */
  -webkit-animation: rightleft 1s; /* Safari and Chrome */
  -o-animation: rightleft 1s; /* Opera */
}

@keyframes movetop4 {
  from{margin-top:100px;opacity:0}
  to{margin-top:0;opacity:1}
}
@-moz-keyframes movetop4 { /* Firefox */
  from{margin-top:100px;opacity:0}
  to{margin-top:0;opacity:1}
}
@-webkit-keyframes movetop4 { /* Safari and Chrome */
  from{margin-top:100px;opacity:0}
  to{margin-top:0;opacity:1}

}
@-o-keyframes movetop4 { /* Opera */
  from{margin-top:100px;opacity:0}
  to{margin-top:0;opacity:1}
}

.move-top4{
  animation: movetop4 1s;
  -moz-animation: movetop4 1s; /* Firefox */
  -webkit-animation: movetop4 1s; /* Safari and Chrome */
  -o-animation: movetop4 1s; /* Opera */
}

.climate-page .wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.cont1 div {
  text-align: center;
  background: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/bg-dot.png) repeat-y right
}
.noto-bold{font-family: 'Noto Serif KR';font-style: normal;font-weight: 700;}
.blind {display: block;position: absolute;top: -1000em;left:-1000em;overflow: hidden;}
.chart-desc{display:block;margin-top:15px;font-size:14px;color:#fff;text-align:left;}

.scene4 .map .pop {
  background-image: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/bg-pop.png);
}
.scene5 section {
  background-image: url(//21220177.fs1.hubspotusercontent-na1.net/hubfs/21220177/raw_assets/public/SolutionsForOurClimate_April2022/images/bg-dot2.png);
}
.con03 .rec-posts-item:nth-child(1){
  transition-delay: .6s;
}
.con03 .rec-posts-item:nth-child(2){
  transition-delay: .9s;
}
.con03 .rec-posts-item:nth-child(3){
  transition-delay: 1.2s;
}
.con03 .rec-posts-item:nth-child(4){
  transition-delay: 1.5s;
}

html[lang="en"] .team_list .team-item .txt strong {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 11px;
}
html[lang="en"] .work-page .banner-section .hs-menu-wrapper>ul>li>a {
  line-height: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
}
html[lang="en"] .sf_con03 .work-item .txt strong {
  font-size: 22px;
}
html[lang="en"] .txt_wrap .join-item-wrap > .join-item > em {
  max-width: 250px;
  width: 100%;
}
html[lang="en"] .google-map-wrap .map_txt>div.img {
  margin-bottom: 40px;
}
html[lang="en"] .solution-wrap .text_box strong {
  font-size: 22px;
}

html[lang="en"] .climate-page,
html[lang="en"] .scene6 h4{
  font-family: 'Montserrat', sans-serif;
}
html[lang="en"] .noto-bold,
html[lang="en"] .txt-noto{
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 700;
}
html[lang="en"] .txt_wrap .txt > p {
  margin-top:-1px;
}
html[lang="en"] .scene6 .flex {
  align-items: flex-end;
}

@media (min-width: 1251px){
  html[lang="en"] .scene3 .chain p {
    padding: 17px 0;
  }
  html[lang="en"] .scene3 .cont {
    padding:60px 40px;
  }
  html[lang="en"] .scene7 .cont {
    padding:60px 40px;
  }
  html[lang="en"] .scene3 .cont1 {
    padding: 0;
  }
}
@media (min-width: 1231px){
  html[lang="en"] .scene6 {
    padding-bottom: 114px;
  }
}
@media (min-width: 1051px){
  html[lang="en"] .scene7 li{
    height:auto;
    line-height: inherit;
  }
  html[lang="en"] .scene7 ul {
    width: 820px;
  }
}
@media only screen and (max-height: 780px){
  html[lang="en"] .scene1 .panel1,
  html[lang="en"] .scene1 .panel3 {
    padding-top: 115px;
  }
}
@media (min-width: 1251px) and (max-height: 780px){
  html[lang="en"] .scene1 .panel1,
  html[lang="en"] .scene1 .panel3 {
    padding-top: 115px;
  }
  html[lang="en"] .scene3 .chain p {
    height: 63px;
    padding: 5px 0;
  }
  html[lang="en"] .scene3 .chain {
    height: 261px;
  }
  html[lang="en"] .scene3 .chain-wrap {
    height: 264px;
  }
  html[lang="en"] .scene3 .cont1 {
    padding: 0;
  }
  html[lang="en"] .scene3 .cont2,
  html[lang="en"] .scene3 .cont3, 
  html[lang="en"] .scene3 .cont4 {
    padding: 20px 40px;
  }
}

@media (max-width: 1216px){
  .sub_tit p br,
  .work-page .widget-type-section_header p br,
  .value-item .txt p br,
  .sfoc-page .widget-type-section_header p br{
    display: none;
  }

}
@media (max-width: 1000px){
  html[lang="en"] .solution-wrap .text_box strong {
    font-size: 17px;
  }
}
@media (max-width: 950px){
  .work-page .body-container--home .span4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    float:none;
  }
  .work-page .body-container--home .span4:last-child {
    margin-bottom: 0;
  }

}
@media (max-width: 860px){
  .sub_con {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .sub_tit {
    margin-bottom: 40px;
  }
  .sub_tit strong {
    font-size: 24px;
  }
  .sub_tit p {
    font-size: 14px;
    line-height: 27px;
    margin-top: 31px;
  }
  .banner-section .hs-menu-wrapper>ul>li {
    margin-right: 0;
    width: 32.33%;
  }
  .banner-section .hs-menu-wrapper>ul>li>a {
    width: 100%;
    line-height: 40px;
    font-size: 12px;
  }
  .work-page .body-container--home .dnd-section,
  .join-page .body-container--home .dnd-section,
  .contact-page .body-container--home .dnd-section,
  .sfoc-page .body-container--home .dnd-section{
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .work-page .widget-type-header h1,
  .sfoc-page .widget-type-header h1,
  .contact-page .widget-type-header h1,
  .website-page .widget-type-header h1{
    font-size: 24px;
  }
  .work-page .widget-type-rich_text p,
  .sfoc-page .widget-type-rich_text p{
    font-size: 13px;
    line-height: 26px;
  }
  .work-page .widget-type-section_header h1,
  .sfoc-page .widget-type-section_header h1{font-size: 24px;}

  .work-page .widget-type-section_header p,
  .sfoc-page .widget-type-section_header p{font-size: 14px;
    line-height: 27px;
    margin-top: 31px;}
  .join-page .widget-type-header h1 {font-size: 24px;}
  .more_b {width: 120px;
    height: 48px;
    bottom: -24px;
    margin-left: -60px;}

  .more_b a {line-height: 46px;
    font-size: 15px;}
  .home-page {
    margin-top: -5px;
  }
  html[lang="en"] .team_list .team-item .txt strong {
    font-size: 19px;
    margin-bottom: 4px;
  }
  html[lang="en"] .work-page .banner-section .hs-menu-wrapper>ul>li>a {
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  html[lang="en"] .sf_con03 .work-item .txt strong {
    font-size: 19px;
    margin-bottom: 5px;
  }

}
@media (max-width: 767px){
  .scene3-wrap .scrollmagic-pin-spacer {padding: 0 !important;}
}
@media (max-width: 479px){
  .banner-section .hs-menu-wrapper > ul > li {
    width: 100%;
  }
}

@media (max-width: 414px){
  .home-page {
    margin-top: 0;
  }
}