@import url('webfont.css');

/* RESET */
html, body, div, p, section, header, footer, h1, h2, h3, h4, h5, ul, li, a, form, label {
  padding: 0;
  margin: 0; 
  box-sizing: border-box;
  font-weight: normal;
  font-family: Avenir;
  color: #454545;
}

input, textarea {
  box-sizing: border-box;
  color: #454545;
}

header, footer, section, nav {
  display: block;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: Avenir;
}



/* STYLES */

.headerline {
  display:block;
  width: 30px;
  height: 3px;
  margin: 10px auto;
  border-radius: 3px;
  background-color: #5176ba;
}

/* HEADER */

#header {
  position: fixed;
  z-index: 100;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 30px 0 40px;
  transition: all 0.25s ease-in-out;
}

#header h1 a {
  display: block;
  width: 59px;
  height: 73px;
  background: url('img/moloco-logo-for-hp.png') no-repeat 0 0;
  background-size: contain;
  text-indent: -9999px;
  overflow:hidden;
  line-height: 0;
}

#header.mainpage {
  background: none;
  box-shadow: none;
}

#header.compressed,
#header.submenu_header {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#header.compressed .gnb ul li a,
#header.submenu_header .gnb ul li a {
  color: #454545;
}

#header .btn_open_gnb {
  display: none;
}

#header .gnb {
  height: 100%;
}

#header .gnb ul {
  display: flex;
  height: 100%;
}

#header .gnb ul li {
  display: flex;
  height: 100%;
  align-items: center;
  border-bottom: 4px solid rgba(0,0,0,0);
}

#header .gnb ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  font-family: Avenir;
  font-size: 16px;
  color: #fff;
  opacity: 1;
  transition: 0.2s all linear;
}

#header .gnb ul li a:hover {
  opacity: 0.6;
}

#header .gnb ul li.active {
  border-bottom: 4px solid #5176ba;
}

#header .gnb ul li.active a {
  color: #5176ba;
}

#header .gnb ul li.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 36px;
  margin-left: 20px;
  border-radius: 4px;
  border: solid 1px #fff;
}

#header.compressed .gnb ul li.contact a,
#header.submenu_header .gnb ul li.contact a {
  border-color: #454545;
}

#header.compressed .gnb ul li.contact.active,
#header.submenu_header .gnb ul li.contact.active {
  border-bottom-color: rgba(0,0,0,0);
}

#header.compressed .gnb ul li.contact.active a,
#header.submenu_header .gnb ul li.contact.active a {
  border-color: #5176ba;
}

#header.language {
  padding-top: 36px;
}

#header .gnb ul .language-mobile {
  display: none;
}

#header .language .dropdown-content {
  display: none;
}

#header .language .dropbtn {
  margin-left: 20px;
  font-size: 14px;
  width: 51px;
  height: 28px;
  border-radius: 4px;
  background-color: rgba(49, 23, 142, 0.5);
  color: #fff;
  padding: 0 10px 0 9.9px;
  outline: none;
  position: relative;
  display: inline-flex;
}

#header .language .dropbtn span {
  padding-top: 3px;
  width: 17px;
  height: 19px;
  font-size: 14px;
  margin: 5px 0 4px 6.1px;
}

#header .language img {
  width: 8px;
  height: 4px;
  margin: 12.1px 0 11.7px 0;
}

#header .language .dropdown-content {
  color: #fff;
  font-size: 14px;
  position: absolute;
  border-radius: 4px;
}

#header .gnb .language .dropdown a {
  margin-left: 20px;
  background-color: rgba(49, 23, 142, 0.5);
  width: 51px;
  height: 30px;
  font-size: 14px;
  padding: 5px 10px 6px 25px;
  border-radius: 4px;
}

#header .gnb .language .dropdown .dropdown-content a:hover {
  background-color: #261078;
  opacity: 1;
}

#header.compressed .gnb .language a,
#header.submenu_header .gnb .language a {
  color: #fff;
}

/* FOOTER */
#footer {
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  font-size: 16px;
}

#footer p {
  color: #b0b0b0;
}


/* MAIN PAGE */
.btn_get_started {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.btn_get_started a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: inherit;
}

.content1.mainpage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 502px;
  padding: 0;
  background: url('img/bg-main-top.png') no-repeat 50% 0;
  background-size: cover;
}

.content1 p {
  font-family: Avenir;
  font-size: 50px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  text-align: center;
  color: #ffffff;
  text-align: center;
}

.content_inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  color: #454545;
}

.content2.mainpage {
  background: none;
  padding-bottom: 0;
}

.content2.mainpage h2 {
  position: relative;
  font-size: 26px;
  text-align: left;
}

.content2.mainpage .headerline {
  margin: 14px 0;
}

.mainpage section {
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.5s ease;
}

.mainpage section.hide {
  top: 160px;
  opacity: 0;
}

.content2.mainpage section {
  display: flex;
  justify-content: center;
  height: 230px;
  margin-bottom: 144px;
}

.content2.mainpage section:first-of-type {
  margin-top: 100px;
}

.content2.mainpage section .txt {
  width: 434px;
  
}

.content2.mainpage section:first-of-type .txt {
  margin-right: 60px;
}

.content2.mainpage section:nth-of-type(2) .txt {
  margin-left: 87px;
}

.content2.mainpage section:nth-of-type(3) .txt {
  margin-right: 36px;
}


.content2.mainpage section .txt p {
  width: 434px;
  font-size: 18px;
  line-height: 1.56;
  text-align: left;
}

.content3.mainpage {
  background-color: #f1f6ff;
}

.content3.mainpage .headerline {
  margin: 10px auto 34px;
}

.content3.mainpage .content_inner section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.content3.mainpage h2 {
  position: relative;
  margin-top: 60px;
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  color: #3c5aa1;
}

.content3.mainpage img {
  margin-bottom: 43px;
}

.content3.mainpage h3 {
  margin-bottom: 31px;
  font-size: 24px;
  line-height: 1.17;
  color: #16c89f;
}

.content3.mainpage ul {
  margin-bottom: 60px;
}

.content3.mainpage ul li {
  padding-left: 35px;
  margin-bottom: 29px;
  background: url('img/icon-check.svg') no-repeat 0 0;
  font-family: Avenir-Roman;
  font-size: 24px;
  line-height: 1.17;
  text-align: left;
  color: #454545;
}

.content4.mainpage {
  background:url('img/bg-mid.png') no-repeat 50% 100%;
  background-size: 100% auto;
}

.content4.mainpage section {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 603px;
  padding-top: 62px;
  text-align: center;
}

.content4.mainpage h2 {
  position: relative;
  font-family: Avenir;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  color: #454545;
}

.content4.mainpage .headerline {
  margin: 10px auto 29px;
}

.content4 .btn_get_started {
  width: 338px;
  height: 73px;
  border-radius: 4px;
  background-color: #16c89f;
  font-size: 30px;
  color: #fff;
  transition: 0.2s all linear;
}

.content4 .btn_get_started:hover,
.content4 .btn_get_started:active {
  background-color: #038F6F;
}

.content5.mainpage {
  padding: 62px 0 98px;
  background-color: #f7f7f7;
}

.content5.mainpage section.partners {
  display:flex;
  flex-direction: column;
  align-items: center;
}

.content5.mainpage section.partners ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content5.mainpage section.partners img {
  mix-blend-mode: darken;
}

.content5.mainpage h2 {
  position: relative;
  height: 55px;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  text-align: center;
  color: #454545;
}

.content5.mainpage .headerline {
  margin: 10px auto 60px;
}

.content5.mainpage ul li {
  display: inline-block;
  margin: 0 22px 80px;
}

/* SUB PAGES */
.content1 {
  height: 424px;
  padding-top: 100px;
  background: url('img/bg-sub-top.png') no-repeat 50% 0;
  background-size: cover;
}

.content1.about {
  height: 336px;
}

.content1.contact {
  height: 239px;
}

.content1.acquisition .content_inner {
  background: url('img/img-ua-02.svg') no-repeat 100% 57px;
}

.content1.reengagement .content_inner {
  background: url('img/img-re-02.svg') no-repeat 100% 65px;
}

.content1.adcloud .content_inner {
  background: url('img/img-m-02.png') no-repeat 100% 65px;
}

.content1.doublecheck .content_inner {
  background: url('img/img-dc-02.svg') no-repeat 100% 38px;
}

.content1.about .content_inner {
  background: url('img/img-au.svg') no-repeat 90% 23px;
}

.content1 .content_inner {
  height: 100%;
  padding-top: 42px;
}

.content1 .content_inner h2 {
  padding-left: 70px;
}

.content1 .content_inner h3 {
  padding-left: 70px;
}

.content1 h2 {
  height: 55px;
  margin-bottom: 10px;
  font-family: Avenir;
  font-size: 38px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  text-align: left;
  color: #ffffff;
}

.content1 h3 {
  height: 72px;
  margin-bottom: 30px;
  font-family: Avenir;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  text-align: left;
  color: #ffffff;
}

.content1 .btn_wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

.content1 .content_inner .btn_get_started {
  width: 338px;
  height: 73px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 2px #ffffff;
  font-size: 30px;
  color: #fff;
  opacity: 1;
  transition: 0.2s all linear;
}

.content1 .content_inner .btn_get_started:hover {
  opacity: 0.6;
}

.content2 {
  padding-bottom: 310px;
  background:url('img/bg-mid.png') no-repeat 50% 100%;
  background-size: 100% auto;
  text-align: center;
}

.content2.about_content2 {
  padding-bottom: 80px;
  background: none;
}

.content2 h3 {
  margin: 80px 0 24px;
  font-family: Avenir;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  text-align: center;
  color: #454545;
}

.content2 p {
  width: 620px;
  margin: 0 auto;
  font-family: Avenir-Roman;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  text-align: center;
  color: #454545;
}

.content2 p a {
  text-decoration: underline;
}

.doublecheck_content {
  padding-top: 50px;
  text-align: center;
}

.doublecheck_content.content2 {
  padding-top: 80px;
}

.doublecheck_content h3 {
  margin-bottom: 50px;
  font-family: Avenir;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  text-align: center;
  color: #454545;
}

.doublecheck_content2 .steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.doublecheck_content2 .steps img {
  margin: 0 12px;
}

.doublecheck_content2 .steps_bottom .arrow {
  flex: none;
  display: block;
  width: 46px;
  margin: 0 12px;
  text-align: center;
}

.doublecheck_content2 .steps .step1 {
  font-size: 18px;
}

.doublecheck_content2 .steps_bottom .step1 {
  flex: none;
  width: 95px;
}

.doublecheck_content2 .steps .step2,
.doublecheck_content2 .steps .step3 {
  width: 240px;
  height: 212px;
  padding: 21px 25px;
  border-radius: 6px;
  border: solid 1px #a5a5a5;
}

.doublecheck_content2 .steps_bottom .step2,
.doublecheck_content2 .steps_bottom .step3 {
  width: 240px;
}

.doublecheck_content2 .steps .step2 p,
.doublecheck_content2 .steps .step3 p {
  height: 28px;
  font-family: Avenir-Roman;
  font-size: 22px;
  line-height: 1.27;
  text-align: left;
  color: #16c89f;
}

.doublecheck_content2 .steps .step4 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  text-align: left;
  color: #454545;
}

.doublecheck_content2 .steps_bottom .step4 {
  width: 166px;
}


.doublecheck_content2 .steps .step .checklist {
  margin-top: 14px;
}

.doublecheck_content2 .steps .step .checklist li {
  padding-left: 33px;
  background: url('img/icon-s-check.svg') no-repeat 0 8px ;
  font-size: 18px;
  line-height: 1.72;
  text-align: left;
}

.doublecheck_content2 .steps_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  font-size: 20px;
  text-align: center;
}

.doublecheck_content2 .steps_bottom p {
  color: #3c5aa1;
}

.doublecheck_content2 .steps_bottom .step {
  text-align: center;
}

.doublecheck_content3 {
  padding: 60px 0 58px;
  background: #f1f6ff;
}

.doublecheck_content4 {
  height: 687px;
  background:url('img/bg-mid.png') no-repeat 50% 100%;
  background-size: 100% auto;
}


.doublecheck_content4 .content_inner {
  display: flex;
  align-items: center;
  padding: 0 128px 0 93px;
  justify-content: space-between;
}


.doublecheck_content4 .txt p {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
}

.doublecheck_content4 .txt .number {
  font-size: 30px;
  line-height: 1.07;
  font-weight: 500;
}

.doublecheck_content5 {
  padding-top: 60px;
  padding-bottom: 59px;
  background-color: #f7f7f7;
}

.doublecheck_content5 .content_inner {
  align-items: center;
  font-family: Avenir;
}

.doublecheck_content5 .blogposts li {
  display: inline-block;
  width: 304px;
  height: 386px;
  margin: 0 10.5px 21px;
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
}

.doublecheck_content5 .blogposts li button {
  font-size: 16px;
  margin: auto;
  color: #16c89f;
}

.doublecheck_content5 .blogposts li p {
  margin: 5px 16px;
}

.doublecheck_content5 .blogposts li a:hover {
  color: #038f6f;
}

.doublecheck_content5 .blogposts .content {
  margin: 16px auto 19px;
  text-align: left;
}

.doublecheck_content5 .blogposts .content:hover {
  opacity: 0.6;
}

.doublecheck_content5 .blogposts li p:first-of-type {
  font-size: 20px;
  line-height: 26px;
}

.doublecheck_content5 .blogposts li p:last-of-type {
  font-family: Avenir-Roman;
  font-size: 18px;
  line-height: 26px;
}

.about_content3 {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #f1f6ff;
}

.about_content3 h3 {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.12;
  text-align: center;
}

.about_content3 .officelist {
  text-align: center;
}

.about_content3 .officelist li {
  display: inline-block;
  margin: 0 30px 40px;
  text-align: center;
}

.about_content3 .officelist li p:first-of-type {
  height: 33px;
  margin-bottom: 8px;
  font-family: Avenir;
  font-size: 24px;
  line-height: 26px;
}

.about_content3 .officelist li p:last-of-type {
  height: 56px;
  margin-bottom: 20px;
  font-family: Avenir-Roman;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  text-align: center;
}

.about_content3 .map {
  width: 260px;
  height: 260px;
}

.about_content4 {
  background:url('img/bg-mid.png') no-repeat 50% 100%;
  background-size: 100% auto;
  padding-top: 60px;
  height: 603px;
  text-align: center;
}

.about_content4 h3 {
  position: relative;
  margin: 0 auto;
  font-family: Avenir;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  text-align: center;
}

.about_content4 .headerline {
  margin: 10px auto 29px;
}

.about_content4 .btn_contact_us {
  width: 338px;
  height: 73px;
  border-radius: 4px;
  background-color: #16c89f;
  font-size: 30px;
  color: #fff;
  transition: 0.2s all linear;
}

.about_content4 .btn_contact_us:hover,
.about_content4 .btn_contact_us:active {
  background-color: #038F6F;
}

.about_content4 .btn_contact_us a {
  display: block;
  height: 73px;
  line-height: 73px;
}

.about_content5 {
  height: auto;
  padding: 60px 0 66px;
  background-color: #f7f7f7;
}

.about_content5 h3 {
  position: relative;
  font-family: Avenir;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  text-align: center;
}

.about_content5 .headerline {
  margin: 10px auto 41px;
}

.about_content5 .department {
  display: flex;
  justify-content: center;
}

.about_content5 .content_inner li {
  display: inline-block;
  margin: 0  auto;
  font-family: : Avenir;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}

.about_content5 .content_inner p {
  line-height: 1.625;
}

.about_content5 .content_inner p:first-of-type {
  margin-bottom: 15px;
  font-size: 24px;
  color: #3c5aa1;
}

.about_content5 .content_inner .location {
  margin-top: 6px;
  margin-bottom: 14px;
}

.about_content5 .content_inner a {
  font-size: 20px;
  line-height: 1.3;
}

.about_content5 .content_inner a:hover {
  opacity: 0.6;
}

.about_content5 .content_inner .location {
  font-size: 16px;
  line-height: 1.625;
  color: #b0b0b0;
}

.contact_content2 {
  padding-bottom: 340px;
  background:url('img/bg-mid.png') no-repeat 50% 100%;
  background-size: 100% auto;
}

.contact_content2 h3 {
  padding-top: 60px;
  margin: 0 auto;
  font-family: Avenir;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  text-align: center;
  color: #454545;
}

.contact_content2 .headerline {
  margin: 12px auto 30px;
}

.contact_content2 .contact_form {
  width: 400px;
  margin: 0 auto;
}

.contact_content2 .contact_form > div {
  position: relative;
  padding-bottom: 26px;
}

.contact_content2 .contact_form label {
  display: block;
  height: 28px;
  margin-bottom: 8px;
  font-family: Avenir-Roman;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  text-align: left;
  color: #454545;
}

.contact_content2 .contact_form input {
  width: 400px;
  height: 46px;
  border-radius: 4px;
  border: solid 1px #9d9d9d;
  font-family: Avenir-Roman;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  text-indent: 12px;
  color: #494949;
}

.contact_content2 .contact_form .error_message {
  position: absolute;
  bottom: 4px;
  display: none;
  height: 16px;
  font-family: Avenir;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  color: #ff4b69;
}

.contact_content2 .contact_form input:focus {
  border: solid 1px #16c89f !important;
}

.contact_content2 .contact_form input:invalid {
  background-color: #fff9fa;
  border: solid 1px #ff4b69;
  color: #ff4b69;
}

.contact_content2 .contact_form input:invalid + .error_message {
  display: block;
}

.contact_content2 .contact_form textarea {
  width: 400px;
  height: 228px;
  padding: 11px 12px;
  margin-bottom: 40px;
  border-radius: 4px;
  border: solid 1px #9d9d9d;
  font-family: Avenir-Roman;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  color: #494949;
}

.contact_content2 .contact_form #send {
  width: 400px;
  height: 65px;
  border-radius: 4px;
  background-color: #16c89f;
  font-family: Avenir;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  transition: 0.2s all linear;
}

.contact_content2 .contact_form #send:hover,
.contact_content2 .contact_form #send:active {
  background-color: #038F6F;
}

.privacy_content {
  padding-top: 160px;
}

.privacy_content h2 {
  height: 55px;
  margin-bottom: 60px;
  font-family: Avenir;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  text-align: center;
  color: #454545;
}

.privacy_content h3 {
  height: 25px;
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  color: #454545;
}

.privacy_content .headerline {
  margin: 10px 0;
}

.privacy_content p {
  margin-bottom: 50px;
  font-family: Avenir-Roman;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  text-align: left;
  color: #454545
}

.privacy_content .modified {
  height: 28px;
  margin-bottom: 4px;
  font-family: Avenir-Roman;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  text-align: left;
  color: #a5a5a5;
}


@media screen and (max-width: 768px) {

  .headerline,
  .content2.mainpage .headerline {
    width: 15px;
    height: 2px;
    margin: 10px auto;
  }

  #header {
    height: 71px;
    padding: 10px;
  }

  #header.m_gnb_opened {
    background: #fff;
    border-bottom: solid 1px #c1c1c1;
  }

  #header h1 a {
    width: 40px;
    height: 49px;
  }

  #header .btn_open_gnb {
    display: block;
    width: 38px;
    height: 32px;
    border: none;
    background: url('img/icon-s-menu.png') no-repeat 50% 50%;
    background-size: 18px 12px;
    text-indent: -9999px;
    overflow: hidden;
  }

  #header.compressed .btn_open_gnb,
  #header.submenu_header .btn_open_gnb {
    background-image: url('img/icon-s-menu-grey.png');
  }

  #header.m_gnb_opened .btn_open_gnb {
    background: url('img/icon-s-menu-close.png') no-repeat 50% 50%;
    background-size: 14px 14px;
  }

  #header .gnb {
    display: none;
  }

  #header.m_gnb_opened .gnb {
    position: fixed;
    top: 71px;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  }

  #header .gnb ul {
    display: block;
    height: auto;
    padding: 8px 0 7px;
  }

  #header .gnb ul li {
    display: block !important;
    height: auto !important;
  }

  #header .gnb ul li a {
    display: block !important;
    width: 100% !important;
    height: auto;
    padding: 11px 0 11px;
    margin: 0 !important;
    font-size: 17px;
    text-align: center !important;
    color: #454545;
  }

  #header .gnb ul li.active {
    border: none;
  }
  
  #header .gnb ul li.active a {
    color: #454545;
  }
  
  #header .gnb ul li.contact a {
    border: none;
  }

  #header.compressed .gnb ul li.contact a,
  #header.submenu_header .gnb ul li.contact a {
    border: none;
  }
  
  #header.compressed .gnb ul li.contact.active,
  #header.submenu_header .gnb ul li.contact.active {
    border: none;
  }
  
  #header.compressed .gnb ul li.contact.active a,
  #header.submenu_header .gnb ul li.contact.active a {
    border: none;
  }

  #header .language .dropbtn {
    display: none;
  }

  #header .gnb ul .language-mobile {
    display: flex !important;
    justify-content: center;
  }

  #header .language-mobile .dropbtn{
    width: 190px;
    height: 40px;
    margin: 8px 0 2px 0;
    color: #fff;
    font-family: Avenir;
    font-size: 17px;
    border-radius: 4px;
    background-color: rgba(49, 23, 142, 0.5);
    padding-top: 3px;
    padding-left: 10px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-align-last: center;
  }

  #header .language-mobile .dropbtn select {
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  #header .language-mobile .dropbtn option {
    left: 10px;
  }

  #header .language-mobile .dropbtn span {
    width: 56px;
    height: 23px;
    padding-top: 2px;
  }
  


  #footer {
    height: 48px;
  }

  #footer p {
    text-align: center;
    font-size: 12px;
  }

  .content1.mainpage {
    height: 282px;
  }

  .content1 p {
    padding: 0 35px;
    font-size: 30px;
  }

  .content2.mainpage section {
    display: block;
    height: auto;
    padding: 145px 14px 0;
    margin-bottom: 60px;
  }

  .content2.mainpage section:first-of-type {
    margin-top: 50px;
  }
  
  .content2.mainpage section img {
    display: none;
  }

  .content2.mainpage section h2 {
    font-size: 20px;
    text-align: center;
  }

  .content2.mainpage section .txt {
    width: 100%;
    margin: 0 !important;
  }
    
  .content2.mainpage section .txt p {
    width: 100%;
    font-size: 15px;
    text-align: center;
  }

  .content2.mainpage section:first-of-type {
    background: url('img/img-ua.svg') no-repeat 50% 0;
    background-size: 205px 130px;
  }

  .content2.mainpage section:nth-of-type(2) {
    background: url('img/img-re.svg') no-repeat 50% 0;
    background-size: 262px 130px;
  }
  
  .content2.mainpage section:nth-of-type(3) {
    background: url('img/img-m.png') no-repeat 50% 0;
    background-size: 266px 130px;
  }

  .content3.mainpage {
    padding: 0 24px;
  }

  .content3.mainpage h2 {
    font-size: 21px;
    line-height: 1.39;
    text-align: center;
  }

  .content3.mainpage img {
    width: 237px;
    height: 234px;
    margin: 0 auto 26px;
  }


  .content3.mainpage h3 {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1;
  }

  .content3.mainpage ul {
    width: 250px;
    margin: 0 auto 50px;
  }
  
  .content3.mainpage ul li {
    padding-left: 18px;
    margin-bottom: 14px;
    background-size: 12px 9px;
    font-family: Avenir-Roman;
    font-size: 16px;
    line-height: 1.08;
  }

  .content4.mainpage {
    background-size: auto 252px;
  }

  .content4.mainpage section {
    height: auto;
    padding: 50px 14px 140px;
  }

  .content4.mainpage .headerline {
    margin: 8px 0 18px;
  }
  
  .content4.mainpage h2 {
    font-size: 21px;
    line-height: 1.39;
    text-align: center;
  }

  .content4 .btn_get_started {
    width: 200px;
    height: 42px;
    border-radius: 2px;
    font-size: 19px;
    color: #fff;
	padding-top: 1px;
  }

  .content5.mainpage {
    padding: 50px 0 20px;
  }
  
  .content5.mainpage h2 {
    height: 27px;
    font-size: 21px;
  }

  .content5.mainpage .headerline {
    margin: 8px auto 30px;
  }
  
  .content5.mainpage section.partners ul {
    display: block;
  }

    
  .content5.mainpage ul li {
    display: block;
    margin: 0 0 30px;
    text-align: center;
  }

  /* SUB PAGES - MOBILE */

  .content1 {
    height: 242px;
    padding-top: 71px;
  }

  .content1.about {
    height: 195px;
  }

  .content1.about .content_inner {
    padding-top: 31px;
  }

  .content1.acquisition .content_inner {
    background-position: 90% 25px;
    background-size: 180px 115px;
  }

  .content1.reengagement .content_inner {
    background-position: 90% 29px;
    background-size: 226px 115px;
  }

  .content1.adcloud .content_inner {
    background-position: 90% 29px;
    background-size: 233px 115px;
  }

  .content1.doublecheck .content_inner {
    background-position: 90% 37px;
    background-size: 156px 125px;
  }

  .content1.about .content_inner {
    background-position: 90% 16px;
    background-size: 69px 90px;
  }

  .content1.contact {
    height: 128px;
  }

  .content1 .content_inner {
    padding-top: 14px;
  }

  .content1 .content_inner h2 {
    height: auto;
    padding: 0;
    margin-bottom: 6px;
    font-size: 23px;
    line-height: 1.38;
    text-align: center;
  }

  .content1 .content_inner h3 {
    height: auto;
    padding: 0;
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 1.29;
    text-align: center;
  }

  .content1 .content_inner .btn_get_started {
    width: 180px;
    height: 43px;
    border-radius: 2px;
    border: solid 1px #ffffff;
    font-size: 19px;
  }

  .content2 {
    padding: 0 14px 145px;
    background-size: auto 252px;
  }

  .content2 h3 {
    margin: 50px 0 12px;
    font-size: 19px;
    line-height: 1.25;
  }

  .content2 p {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }

  .doublecheck_content.content2 {
    padding-top: 50px;
  }

  .doublecheck_content h3 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.35;
  }

  .doublecheck_content2 .steps {
    flex-direction: column;
  }

  .doublecheck_content2 .steps img {
    width: 28px;
    margin: 16px 0;
  }
  
  .doublecheck_content2 .steps .step1 {
    font-size: 14px;
  }

  .doublecheck_content2 .steps .step2,
  .doublecheck_content2 .steps .step3 {
    width: 168px;
    height: 148.2px;
    padding: 13px 15px 14px;
    border-radius: 3px;
    border: solid 1px #a5a5a5;
  }

  .doublecheck_content2 .steps .step2 p,
  .doublecheck_content2 .steps .step3 p {
    height: 17px;
    font-size: 18px;;
    line-height: 1.27;
  }

  .doublecheck_content2 .steps .step .checklist {
    margin-top: 8px;
  }
  
  .doublecheck_content2 .steps .step .checklist li {
    padding-left: 16px;
    background-size: 11.3px 8.4px;
    font-size: 14px;
    line-height: 1.72;
    text-align: left;
  }

  .doublecheck_content2 .steps .step4 {
    font-size: 17.4px;
    line-height: 1.33;
    color: #454545;
  }

  .doublecheck_content2 .steps_bottom {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 1.3;
  }


.doublecheck_content2 .steps_bottom .arrow {
  width: 7px;
  margin: 0 10px;
}

.doublecheck_content2 .steps_bottom .step2,
.doublecheck_content2 .steps_bottom .step3 {
  width: auto;
}

.doublecheck_content2 .steps_bottom .step1 {
  width: 0;
}

.doublecheck_content3 {
  padding: 30px 8px 
}

.doublecheck_content3 img {
  width: 312px;
  height: 139px;
}

.doublecheck_content4 {
  height: auto;
  padding-bottom: 135px;
  background-size: auto 252px;
}

.doublecheck_content4 h3 {
  padding: 0 38px;
}

.doublecheck_content4 .content_inner {
  padding: 0 38px;
  flex-direction: column;
}

.doublecheck_content4 .txt p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.43;
}

.doublecheck_content4 .txt .number {
  font-size: 22px;
  line-height: 1;
}

.doublecheck_content4 img {
  width: 285px;
  height: 262px;
}

.doublecheck_content5 {
  padding: 50px 23px 30px;
}

.doublecheck_content5 .blogposts li {
  height: 347px;
  width: 274px;
  margin-bottom: 20px;
}

.doublecheck_content5 .blogposts li img {
  width: 100%;
  height: 150px;
}

.doublecheck_content5 .blogposts .content {
  margin-top: 14.4px;
  margin-bottom: 0;
}

.doublecheck_content5 .blogposts .content p:first-of-type {
  font-size: 17px;
  width: 245px;
  line-height: 1.3;
  margin-bottom: 0;
}

.doublecheck_content5 .blogposts .content p:last-of-type {
  font-size: 15px;
  line-height: 1.56;
  margin-top: 8px;
  margin-bottom: 16.5px;
}

.doublecheck_content5 .blogposts .third .content p:first-of-type {
  font-size: 18px;
}

.doublecheck_content5 .blogposts li button {
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 18px;
}

.content2.about_content2 {
  padding-bottom: 50px;
}

.about_content3 {
  padding-top: 50px;
  padding-bottom: 20px;
}

.about_content3 h3 {
  margin-bottom: 30px;
  font-size: 18px;
}

.about_content3 .officelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px;
}

.about_content3 .officelist li {
  width: 50%;
  height: auto !important;
  padding: 0 10px;
  margin: 0 0 30px;
  text-align: center;
}

.about_content3 .officelist li p:first-of-type {
  height: auto;
  font-size: 17px;
  margin-bottom: 6px;
}

.about_content3 .officelist li p:last-of-type {
  height: auto;
  font-size: 14px;
  margin-bottom: 6px;
}

.about_content3 .officelist li .map {
  width: 100%;
  height: auto;
}

.about_content3 .officelist li .map img {
  width: 100%;
}

.about_content4 {
  height: auto;
  padding: 50px 14px 140px;
  background-size: auto 252px;
}

.about_content4 h3 {
  line-height: 1.25;
  font-size: 19px;
}

.about_content4 .headerline {
  margin: 8px auto 13px;
}

.about_content4 .btn_contact_us {
  width: 200px;
  height: 42px;
  font-size: 19px;
  padding-top: 4px;
}

.about_content4 .btn_contact_us a {
  display: block;
  height: 42px;
  line-height: 37px;
}

.about_content5 {
  height: auto;
  padding: 50px 20px 50.5px;
}

.about_content5 h3 {
  font-size: 19px;
  line-height: 1.05;
}

.about_content5 .headerline {
  margin: 9px auto 8px;
}

.about_content5 .department {
  display: block;
}

.about_content5 .department li {
  width: 100%;
  padding-top: 0;
}

.about_content5 .content_inner li p {
  margin-top: 4.5px;
}

.about_content5 .content_inner li p:first-of-type {
  font-size: 17px;
  margin-top: 22px;
  margin-bottom: 8px;
}

.about_content5 .content_inner li .location {
  font-size: 12px;
  margin-bottom: 8.5px;
}

.about_content5 .content_inner li a {
  height: auto;
  font-size: 15px;
}

.contact_content2 {
  padding-bottom: 143px;
  background-size: auto 252px;
}

.contact_content2 h3 {
  padding: 50px 17px 0 ;
  font-size: 19px;
  line-height: 1.25;
}

.contact_content2 .contact_form {
  width: 100%;
  padding: 0 40px;
}

.contact_content2 .contact_form > div {
  padding-bottom: 16px;
}

.contact_content2 .contact_form label {
  height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
}

.contact_content2 .contact_form input {
  width: 100%;
  height: 32px;
}

.contact_content2 .contact_form textarea {
  width: 100%;
  margin-bottom: 20px;
}

.contact_content2 .contact_form #send {
  width: 100%;
  height: 42px;
  font-size: 19px;
  padding-top: 4px;
}

.privacy_content {
  padding: 107px 14px 40px;
}

.privacy_content h2 {
  height: 28px;
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 1.72;
}

.privacy_content h3 {
  height: 16px;
  font-size: 15px;
}

.privacy_content .headerline {
  margin: 8px 0;
}

.privacy_content p {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.45;
}

.privacy_content .modified {
  height: 14px;
  font-size: 12px;
  line-height: 1.4;
}

}