@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Apple Gothic,Nanum Gothic,Myriad Pro,Malgun Gothic,Arial;
  vertical-align: baseline;
  text-decoration: none; }

tr, th, td {
  vertical-align: middle; }

input, button, textarea {
  border: none;
  font-family: Apple Gothic,Nanum Gothic,Myriad Pro,Malgun Gothic,Arial; }

input {
  outline: none; }

ol, ul {
  list-style: none; }

/* footer customize */
body, html {
  height: 100%; }

body > div.gnb-wrap {
  position: relative;
  max-width: 1366px;
  min-height: 100%;
  margin: 0 auto;
  background-color: #ffffff; }

/* ------------------ */
#content {
  position: relative;
  padding-bottom: 318px; }

.button {
  padding: 0;
  border-radius: 10px 10px 10px 0;
  width: 214px;
  height: 65px;
  font-size: 18px;
  font-weight: bold; }
  .button:hover {
    opacity: 1;
    cursor: pointer; }

.btn-colored {
  color: #ffffff;
  opacity: 0.8; }

.btn-bg-red {
  background-color: #d60036; }

.livere-input {
  border: 3px solid #dddddb;
  border-radius: 8px 8px 8px 0;
  padding: 5px 0 5px 10px;
  font-size: 16px;
  width: 100%;
  display: inline-block; }

.input-description {
  font-size: 12px;
  color: #8f8e88;
  margin-top: 10px;
  display: inline-block;
  text-indent: 14px; }

input.input-error {
  border: 3px solid #db9aa9 !important; }

span.input-error {
  color: #d60036 !important; }

.btn-lined {
  border: 3px solid #d60036;
  background: transparent;
  opacity: 0.5;}

.btn-bg-white {
  border: 3px solid #ffffff;
  background: transparent;
  opacity: 0.5;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important; }

.sub-copy {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px; }

.font-hover:hover {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline; }

.form-button {
  border-radius: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  height: 44px; }

.btn_colored {
  color: #ffffff;
  opacity: 0.8; }

.popup-btn-wrap {
  display: inline-block;
  width: 100%; }
.popup-wrap {
  display: none;
  background-color: #ffffff;
  border: 3px solid #8F8E88;
  border-radius: 8px 8px 8px 0;
  min-height: auto;
  -webkit-box-shadow: 0 3px 0 0 rgba(143, 142, 136, 0.3);
  -moz-box-shadow: 0 3px 0 0 rgba(143, 142, 136, 0.3);
  box-shadow: 0 3px 0 0 rgba(143, 142, 136, 0.3); }
.popup-top {
  height: 34px;
  background-color: #d60036;
  border-radius: 4px 4px 0 0; }
  .popup-top span {
    display: inline-block;
    margin-left: 10px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff; }
.popup-middle {
  display: block;
  padding: 20px; }
  .popup-middle .popup-title {
    display: inline-block;
    width: 100%;
    color: #494949;
    font-size: 16px;
    font-weight: bold; }
  .popup-middle .popup-desc {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    color: #494949;
    font-size: 14px; }
.popup-close-btn {
  background: url("/img/docs/btn_layer_x.png") no-repeat #ffffff;
  margin: 6px 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 35px;
  float: right; }
  .popup-close-btn:hover {
    background: url("/img/docs/btn_layer_x_hover.png") no-repeat #ffffff;
    cursor: pointer; }

a.button-shape {
  display: inline-block;
  -moz-appearance: button;
  appearance: button; }

.b-modal.__b-popup1__ {
  opacity: 0.8 !important;
  background-color: #ffffff !important; }

.err-valid-font {
  color: #ea7f9a !important; }

.err-valid-border {
  border: 3px solid #ea7f9a !important; }

.font48 {
  font-size: 48px; }

.font36 {
  font-size: 36px; }

.font24 {
  font-size: 24px; }

.font18 {
  font-size: 18px; }

.font16 {
  font-size: 16px; }

.font14 {
  font-size: 14px; }

.font12 {
  font-size: 12px; }

.font11 {
  font-size: 11px; }

.color-white {
  color: #ffffff; }

.color-gray {
  color: #494949; }

.color-red {
  color: #d60036; }

.shadow-colored {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.feature-keyword {
  font-size: 24px;
  font-weight: bold; }

.feature-explain {
  color: #494949;
  font-size: 14px;
  display: block;
  margin-top: 20px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.margin-right-0 {
  margin-right: 0 !important; }

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

.text-indent9999 {
  overflow: hidden;
  width: 0;
  height: 0;
  text-indent: -9999px; }

.display-none {
  display: none; }
  
  .insGdBtn{
  position:fixed;
  bottom:30px;
  right:30px;
  	width:60px;
  	height:60px;
	border-radius:30px;
	background-color: #d60036;
	box-shadow:0 5px 10px rgba(0,0,0,0.3);
	z-index:10
  }
  .insGdBtn img{
  	margin:14px 10px 0;
  	width: 40px;
  }
  .insGdBtn span{
  	display:none;
  	position:absolute;
    top:22px;
    left:61px;
  	font-size:14px;
  	font-weight: bold;
  	white-space: nowrap;
  	color: #ffffff;
  }

@media screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5) {
  .popup-close-btn {
    background: url("/img/docs/btn_layer_x@3x.png") no-repeat #ffffff;
    background-size: 20px; }
    .popup-close-btn:hover {
      background: url("/img/docs/btn_layer_x_hover@3x.png") no-repeat #ffffff;
      background-size: 20px; } }
@media screen and (max-width: 450px) {
	.insGdBtn{display:none!important;}
}
@media screen and (min-width: 1366px) {
	.insGdBtn{right:50%;margin-right: -653px;}
	
  .gnb-wrap {
    border-left: 1px solid #dddddb;
    border-right: 1px solid #dddddb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

  body {
    background-color: #f6f6f6; } }
/* 헤더 영역 */
#header {
  position: absolute;
  width: 100%;
  max-width: 1366px;
  z-index: 100;
  height: auto; }
  #header .header-wrap {
    position: relative;
    padding: 0 30px;
    height: auto;
    border-top: 4px solid #d60036; }

.nav {
  height: auto;
  float: left;
  overflow: visible; }
  .nav-menu > a, .nav-menu > span {
    font-size: 16px bold;
    color: #494949; }
    .nav-menu > a:hover, .nav-menu > span:hover {
      cursor: pointer;
      font-weight: bold;
      text-decoration: underline; }
  .nav-logo {
    display: inline-block;
    width: 113px;
    height: 22px;
    background: url("/img/nav/logo_livere_main-colored.png") no-repeat;
    margin-top: 22px;
    text-indent: -9999px; }
    .nav-logo.zh {
    	background: url("/img/nav/logo_livere_main-colored_zh.png") no-repeat;	
    }
  .nav-menu {
    float: left;
    margin-left: 60px;
    line-height: 68px;
    font-weight: bold;
    font-size: 16px; }
    .nav-menu:first-child {
      height: 68px;
      margin-left: 0 !important; }
    .sub .nav-menu > span, .sub .nav-menu > a, .nav-menu > button {
      font-size: 16px bold;
      color: #ffffff; }
    .nav-menu-items {
      display: none;
      position: absolute;
      z-index: 100;
      text-shadow: none;
      background-color: #ffffff;
      border: 2px solid #dddddb;
      border-radius: 3px 3px 3px 0;
      box-shadow: 0 3px 5px #8f8e88;
      top: 60px; }
      .nav-menu-items:before {
        content: '';
        position: absolute;
        background: url("/img/nav/icon_droplist_layer.png") no-repeat;
        width: 14px;
        height: 8px;
        top: -8px;
        left: 17px; }
      .nav-menu-items li {
        position: relative;
        line-height: 46px;
        width: 100%;
        overflow: hidden; }
        .nav-menu-items li > a {
          display: inline-block;
          width: 100%;
          height: 46px;
          font-size: 14px;
          font-weight: normal;
          color: #494949;
          white-space: nowrap;
          padding: 0 20px; }
        .nav-menu-items li:hover {
          background-color: #de335e;
          cursor: pointer; }
          .nav-menu-items li:hover > a {
            color: #ffffff; }

.dropdown {
  position: relative; }

.active {
  display: block; }
  .active.header-mobile {
    background-color: #dddddb; }

.mylr-logo {
  background: url("/img/nav/mylr.png") no-repeat 24px 13px; }
  .mylr-logo:hover {
    background-image: url("/img/nav/mylr_hover.png"); }
.mylr-login {
  background: url("/img/nav/login.png") no-repeat 24px 13px; }
  .mylr-login:hover {
    background-image: url("/img/nav/login_hover.png"); }
.mylr-logout {
  background: url("/img/nav/logout.png") no-repeat 24px 13px; }
  .mylr-logout:hover {
    background-image: url("/img/nav/logout_hover.png"); }
.mylr-insight {
  background: url("/img/nav/miniinsight.png") no-repeat 24px 13px; }
  .mylr-insight:hover {
    background-image: url("/img/nav/miniinsight_hover.png"); }

#header.sub {
  position: fixed;
  background-color: rgba(214, 0, 54, 0.9);
  border-top: none;
  height: 50px; }
  #header.sub .header-wrap {
    border-top: none; }
  #header.sub .nav {
    float: left;
    top: 50px;
    height: 50px; }
  #header.sub .nav-logo {
    background: url("/img/nav/logo_livere_floating.png") no-repeat;
    width: 82px;
    height: 16px;
    margin-top: 17px; }
    #header.sub .nav-logo.zh {
   		background: url("/img/nav/logo_livere_floating_zh.png") no-repeat;
   	}
  #header.sub .nav-menu {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-shadow: 0 0 5px #000000; }
    #header.sub .nav-menu-items {
      top: 60px; }
  #header.sub #login-wrap {
    top: 3px;
    margin-top: 0; }
    #header.sub #login-wrap > button {
      background: url("/img/nav/icon_login_gray.png") no-repeat 10px center #ffffff; }
      #header.sub #login-wrap > button:hover {
        background-image: url("/img/nav/icon_login_on_red.png"); }
  #header.sub .header-mobile-logo {
    margin-top: 5px; }
  #header.sub .nav-menu a span {
    color: #ffffff; }
  #header.sub .nav-btn {
    background-image: url("/img/nav/btn_menu_white.png");
    padding: 15px; }

.header-mobile {
  display: none; }

.nav-btn {
  position: absolute;
  left: 25px;
  top: 30px;
  background: url("/img/nav/btn_menu-red.png") no-repeat center;
  width: 25px;
  height: 19px; }
  .nav-btn:hover {
    cursor: pointer; }

.lv-main-logo {
  margin-top: 120px; }

#login-wrap {
  float: right;
  margin-top: 12px; }
  #login-wrap .nav-menu-items {
    right: 0; }
    #login-wrap .nav-menu-items:before {
      left: 122px; }
    #login-wrap .nav-menu-items > li > a {
      text-indent: 33px; }
  #login-wrap > button {
    background: url("/img/nav/icon_login_white.png") no-repeat 10px center #8f8e88;
    border-radius: 22px 22px 22px 0;
    padding: 0;
    height: 44px;
    width: 44px; }
    #login-wrap > button:hover {
      background-color: #d60036;
      cursor: pointer; }

/* 미디어쿼리 */
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .learn {
    margin-top: 15px; }

  .sub .nav-menu > span, .sub .nav-menu > a, .nav-menu > button {
    color: #494949; }

  .header-wrap {
    padding: 0;
    text-align: center; }
    .header-wrap .nav-logo {
      background: url("/img/nav/logo_livere_floating320.png") no-repeat !important;
      width: 100px !important;
      height: 35px !important; }
		.header-wrap .nav-logo.zh {
			background: url("/img/nav/logo_livere_floating320_zh.png") no-repeat !important;	
		}
  #login-wrap {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 25px;
    margin: 0; }
    #login-wrap .nav-menu-items {
      display: none;
      position: absolute !important;
      background-color: #ffffff;
      border: 2px solid #dddddb;
      border-radius: 3px 3px 3px 0;
      box-shadow: 0 3px 5px #8f8e88;
      z-index: 100;
      top: 60px; }
      #login-wrap .nav-menu-items li {
        position: relative;
        line-height: 46px;
        text-align: left; }
        #login-wrap .nav-menu-items li > a {
          padding: 0 20px;
          text-indent: 33px; }

  .nav-btn {
    left: 20px;
    top: 10px;
    padding: 25px; }

  .menu-more {
    background: url("/img/nav/icon_droplist320.png") no-repeat 5px 2px; }

  .header-mobile {
    display: inline-block; }
    .header-mobile-logo {
      display: inline-block;
      background: url("/img/nav/logo_livere_main-colored.png") no-repeat;
      height: 22px;
      width: 113px;
      margin-top: 22px; }
    .header-mobile-logo.zh {
    background: url("/img/nav/logo_livere_main-colored_zh.png") no-repeat;
    }

  #header.sub #login-wrap .nav-menu-items {
    top: 55px; }
  #header.sub .header-mobile-logo {
    background: url("/img/nav/logo_livere_floating.png") no-repeat;
    margin-top: 18px;
    width: 82px; }
  #header.sub .nav-menu {
    height: auto; }
  #header.sub .nav-menu, #header.sub .nav-menu a span {
    text-shadow: none;
    color: #494949; }
  #header.sub .nav {
    height: auto; }
  #header.sub .nav-menu-items {
    top: 0px; }

  nav .nav-menu-items:before {
    content: none; }

  .nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    height: auto; }
    .nav-colleage {
      background: #ffffff;
      text-align: left;
      border: 3px solid #dddddb;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
      border-left: none;
      border-right: none; }
    .nav-menu {
      display: list-item;
      width: 100%;
      float: none;
      margin-left: 0;
      line-height: 50px;
      border-bottom: 1px solid #dddddb;
      text-indent: 32px; }
      .nav-menu:hover {
        cursor: pointer;
        background-color: #dddddb; }
      .nav-menu:first-child {
        display: none; }
      .nav-menu a, .nav-menu span {
        color: #494949; }
      .nav-menu > a {
        display: inline-block;
        width: 84%;
        text-indent: 0; }
      .nav-menu.active .nav-menu-more {
        background: url("/img/nav/icon_droplist_close320.png") no-repeat 5px 0px; }
      .nav-menu-items {
        display: none;
        position: relative;
        border: none;
        border-radius: none;
        box-shadow: none;
        top: 0; }
        .nav-menu-items > li {
          display: list-item;
          width: auto;
          height: 50px;
          line-height: 50px;
          font-size: 14px; }
          .nav-menu-items > li > a {
            display: inline-block;
            width: 84%;
            padding: 0;
            text-indent: 0;
            color: #494949; }
          .nav-menu-items > li:hover {
            background-color: #d60036;
            cursor: pointer; }
            .nav-menu-items > li:hover > a {
              color: #ffffff; } }
.menu-more {
  display: inline-block;
  background: url("/img/nav/icon_droplist_black.png") no-repeat 10px 5px;
  height: 15px;
  width: 25px; }

.sub .menu-more {
  background: url("/img/nav/icon_droplist320.png") no-repeat 5px 2px; }

@media screen and (min-width: 320px) and (max-width: 768px) {
  .sub .menu-more {
    background: url("/img/nav/icon_droplist_black.png") no-repeat 10px 5px; } }
@media screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5) {
  .menu-more {
    background: url("/img/nav/icon_droplist_black@3x.png") no-repeat 10px 5px;
    background-size: 14px 9px; }

  .sub .menu-more {
    background: url("/img/nav/icon_droplist320@3x.png") no-repeat 5px 2px;
    background-size: 21px 16px; }

  .nav-btn {
    background: url("/img/nav/btn_menu-red@3x.png") no-repeat center;
    background-size: 25px 19px; }

  #login-wrap > button {
    background: url("/img/nav/icon_login_white@3x.png") no-repeat 10px center #8f8e88;
    background-size: 23px 27px; }

  .mylr-login {
    background: url("/img/nav/login@3x.png") no-repeat 24px 13px;
    background-size: 16px 22px; }
    .mylr-login:hover {
      background-image: url("/img/nav/login_hover@3x.png"); }

  .mylr-logout {
    background: url("/img/nav/logout@3x.png") no-repeat 24px 13px;
    background-size: 20px 18px; }
    .mylr-logout:hover {
      background-image: url("/img/nav/logout_hover@3x.png"); }

  .mylr-logo {
    background: url("/img/nav/mylr@3x.png") no-repeat 24px 13px;
    background-size: 20px 18px; }
    .mylr-logo:hover {
      background-image: url("/img/nav/mylr_hover@3x.png"); }

  .mylr-insight {
    background: url("/img/nav/miniinsight@3x.png") no-repeat 24px 13px;
    background-size: 20px 21px; }
    .mylr-insight:hover {
      background-image: url("/img/nav/miniinsight_hover@3x.png"); }

  #header.sub .nav-btn {
    background-image: url("/img/nav/btn_menu_white@3x.png");
    background-size: 25px 19px; }

  .nav-logo, .header-mobile-logo {
    background: url("/img/icon/main/logo_livere_main-colored@3x.png") no-repeat;
    background-size: 112px 22px; }
  
  .nav-logo.zh, .header-mobile-logo.zh {
    background: url("/img/icon/main/logo_livere_main-colored_zh@3x.png") no-repeat;
    background-size: 112px 22px;
   }

  #header.sub .header-mobile-logo {
    background: url("/img/nav/logo_livere_floating@3x.png") no-repeat;
    background-size: 82px 16px; }
    
   #header.sub .header-mobile-logo.zh {
   background: url("/img/nav/logo_livere_floating_zh@3x.png") no-repeat;
    background-size: 82px 16px;
   }

  #header.sub #login-wrap > button {
    background: url("/img/nav/icon_login_gray@3x.png") no-repeat 10px center #ffffff;
    background-size: 23px 27px; }
    #header.sub #login-wrap > button:hover {
      background-image: url("/img/nav/icon_login_on_red@3x.png"); } }
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 320px) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 320px) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 1.5) and (min-width: 320px) and (max-width: 768px), only screen and (min-resolution: 1.5) and (min-width: 320px) and (max-width: 768px) {
  .nav-logo {
    background: url("/img/nav/logo_livere_floating320@3x.png") no-repeat;
    background-size: 100px 35px; }
  .nav-logo.zh {
    background: url("/img/nav/logo_livere_floating320_zh@3x.png") no-repeat;
   }

  .sub .menu-more {
    background: url("/img/nav/icon_droplist_black.png") no-repeat 10px 5px; } }
/*footer 영역*/
#footer {
  position: absolute;
  background-color: #494949;
  padding: 30px;
  bottom: 0;
  width: 100%;
  box-sizing: border-box; }
  #footer * {
    color: #ffffff;
    font-size: 12px; }
  #footer address {
    font-style: normal;
    font-size: 11px;
    line-height: 16px; }
  #footer .privacy > a {
    padding: 0 15px; }
  #footer .national {
    margin-bottom: 20px; }
    #footer .national .focus, #footer .national .focus:hover {
      background-color: #ffffff !important;
      color: #101010 !important; }
    #footer .national > div {
      display: inline-block;
      margin: 0 auto;
      overflow: auto; }
      #footer .national > div > a {
        float: left;
        border-radius: 5px 5px 5px 0;
        background-color: #dddddb;
        margin-left: 10px;
        padding: 0 15px;
        height: 33px;
        line-height: 33px;
        color: #494949; }
        #footer .national > div > a:first-child {
          margin-left: 0; }
        #footer .national > div > a:hover {
          background-color: #ffffff;
          color: #101010 !important; }

.footer-wrapper {
  display: inline-block;
  text-align: left; }
  .footer-wrapper > li > span, .footer-wrapper > li > a {
    font-weight: bold; }
  .footer-wrapper li {
    float: left;
    font-size: 18px; }
  .footer-wrapper-intro {
    margin-right: 103px; }
  .footer-wrapper-install {
    margin-right: 122px; }
  .footer-wrapper-story {
    margin-right: 101px; }
  .footer-wrapper-detail {
    margin-top: 30px; }
    .footer-wrapper-detail li {
      float: inherit;
      margin-bottom: 24px;
      font-size: 16px; }
  .footer-wrapper * {
    color: #ffffff; }

.footer-logo {
  display: inline-block;
  background: url("/img/nav/logo_livere_footer.png") no-repeat;
  background-size: 100px 35px;
  margin-bottom: 30px;
  width: 100px;
  height: 35px; }

@media screen and (max-width: 768px) {
  .footer-wrapper li {
    float: none;
    width: 100%;
    text-align: center; }

  .footer-wrapper-install, .footer-wrapper-story, .footer-wrapper-contact {
    margin-top: 50px; } }
@media screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5) {
  .footer-logo {
    background: url("/img/nav/logo_livere_footer@3x.png") no-repeat;
    background-size: 100px 35px; } }

/*# sourceMappingURL=nav.css.map */