@charset "utf-8";
h5 {
  font-size: 1em;
  color: #7C7C7C;
}
html {
  position: relative;
  /*height: auto;*/
  min-height: 100%;
}
#logo {
  padding-top: 15px;
  color: #515151;
  font-weight: 500;
  font-size: 1.8em;
}
#logo img {
   width: 50px;
   height: 43px;
}
#line_down {
	width: 100%;
	padding: 0 auto;
	margin: 0 auto;
	text-align: center;
	background-color: #cdeaed;
	padding: 2% 0%;
}
#line_down .container div:nth-child(1) {
	width: 100%;
	padding: 0 auto;
	margin: 0 auto;
	text-align: center;
}
#line_down .container div:nth-child(2) img,
#line_down .container div:nth-child(3) img,
#line_down .container div:nth-child(4) img {
	width: 80%;
}
#line_down .center img{
	padding: 0 auto;
	margin: 0 auto;
	text-align: center;
}
#line_down div.center {
	padding-bottom: 3%;
}
.white {
	color: #fff;
}
.line2_title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
}
.line2_cont {
  font-size: 13px;
  line-height: 1.6em;
}
.line2_cont_cont {
  font-size: 11px;
  line-height: 1.6em;
  padding-left: 5px;
}
#header {
  background-color: rgba(255,255,255,0.9);
  font: 1em 'Noto Sans';
}
.nav li a {
  color: rgba(0,0,0,0.7);
  text-shadow: 0px 1px 1px rgba(0,0,0,.1);
  font-size: 1.1em;
  text-decoration: none;
  font-weight: 400;
  padding-right: 8px;
  padding-left: 8px;
}
#header .nav li a {
  line-height: 50px;
}
#header .dropdown-menu li a {
  line-height: 30px;
}
/*.nav .menu:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #3b5998 ;
  transition: width 0.2s ease 0s, left 0.2s ease 0s;
  width: 0;
}
.nav .menu:hover:after {
  width: 100%;
  left: 0;
}
.dropdown-toggle:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #3b5998;
  transition: width 0.2s ease 0s, left 0.2s ease 0s;
  width: 0;
}
.dropdown-toggle:hover:after {
  width: 100%;
  left: 0;
}*/
.dropdown-menu>li, .dropdown-menu>li:hover, .dropdown-menu>li:focus {
  border-color: rgba(255,255,255,0);
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  font-weight: 700;
  background-color: rgba(255,255,255,0);
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: rgba(255,255,255,0);
  border-color: rgba(255,255,255,0);
}
.dropdown-menu>a, .dropdown-menu>a:hover, .dropdown-menu>a:focus {
  background-color: rgba(255,255,255,0);
  border-color: rgba(255,255,255,0);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
	border-right: 1px solid rgba(0,0,0,.08);
	border-left: 1px solid rgba(0,0,0,.08);
	border-bottom: 1px solid rgba(0,0,0,.08);
}
#line-b img {
  opacity: 0.8;
  filter: alpha(opacity=90); /* For IE8 and earlier */
  border: 10px solid rgba(189,192,189,.12);
  box-shadow: 1px 1px 1px rgba(0,0,0,.4);
  border-radius: 30px 30px 30px;
}
#line-b img:hover {
  opacity: 1;
  filter: alpha(opacity=90); /* For IE8 and earlier */
  border: 10px solid rgba(189,192,189,.12);
  box-shadow: 2px 2px 3px rgba(0,0,0,.4);
  border-radius: 30px 30px 30px;
}
.divider {
  border-top: 2px solid #eee;
  width: 100%;
  text-align: center;
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  vertical-align: middle;
}
.row {
  margin: 0;
  padding: 0;
}
.footer {
  position: relative;
  text-align: left;
  padding: 35px;
  width: 100%;
  height: auto;
  font-size: 1em;
  color: black;
  background-color: #3b5998;
}
.footer > .container {
  padding-right: 60px;
  padding-left: 60px;
}
.container {
  padding-right: 60px;
  padding-left: 60px;
}
.containerT {
  padding-right: 10px;
  padding-left: 10px;
}
.containerT:before,
.containerT:after {
	display: table;
	content: " ";
	box-sizing: border-box;
	clear: both;
}
.container .text-muted,
.container .text-muted a ,
.container .text-muted a:hover,
.container .text-muted a:active,
.container .text-muted a.active {
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}
/*실시간 고객 리뷰, 실시간 페북 페이지 */
iframe {
  frameborder: 0;
}
.itunesReview {
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
  border: 1px solid rgba(228,232,234,.8);
  border-radius: 1px;
  box-shadow: 1px 1px 4px rgba(0,0,0,.3);
  font-size: 1em;
  padding-left: 10px;
  padding: 10px;
}
.itunesReview a {
  text-decoration: none;
  color: gray;
}
.googleReview a {
  text-decoration: none;
  color: gray;
}
.googleReview {
  margin-top: 40px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
  border: 1px solid rgba(228,232,234,.8);
  border-radius: 1px;
  box-shadow: 1px 1px 4px rgba(0,0,0,.3);
  font-size: 1.5em;
  padding-left: 10px;
  padding: 10px;
}
.itunes {
  padding-bottom: 10px;
}
#itunes_obj_1, #itunes_obj_2, #itunes_obj_3, #itunes_obj_4 {
  color: gray;
  line-height: 180%;
}
#itunes_obj_1:first-letter, #itunes_obj_2:first-letter, #itunes_obj_3:first-letter, #itunes_obj_4:first-letter {
  font-size: 1.4em;
}
.paddingY {
  padding: 0;
}
#itunes_obj_review {
  color: gray;
  font-size: 1.2em;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(0,0,0,.1);
}
#itunes_obj_review a {
  color: black;
  font-size: 1.2em;
  text-decoration: none;
}
#itunes_obj_review a:hover {
  text-decoration: none;
}
#fb_postNameo {
  font-size: 1.2em;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0,0,0,.1);
}
#fb_postNameo a {
  color: #3b5998;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
}
#fb_postNameo a:hover {
  color: #3b5998;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
}
.modal-dialog .panel-title {
  color: #3b5998;
}
.btn-danger {
  border: 2px solid rgba(228,232,234,.8);
  border-radius: 10px;
  background-color: rgba(228,232,234,.5);
  color: #3b5998;
  font-weight: bold;
  margin-bottom: 10px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  border: 1px solid rgba(228,232,234,.8);
  border-radius: 13px;
  background-color: rgba(228,232,234,.5);
  color: #7C7C7C;
  font-weight: bold;
  font-size: 1.4em;
}
.l1-tl {
  font-size: 2em;
  font-weight: bold;
  color: #3b5998;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 10px;
  margin-right: 10px;
}
.l1-tc {
  font-size: 2em;
  font-weight: bold;
  color: #3b5998;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 10px;
  margin-right: 10px;
}
.l1-tr {
  font-size: 2em;
  font-weight: bold;
  color: #3b5998;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 10px;
  margin-right: 10px;
}
.l1-cl {
  font-size: 15px;
  color: #666666;
  line-height: 1.7em;
  margin-left: 10px;
  margin-right: 10px;
}
.l1-cc {
  font-size: 15px;
  color: #666666;
  line-height: 1.7em;
  margin-left: 10px;
  margin-right: 10px;
}
.l1-cr {
  font-size: 15px;
  color: #666666;
  line-height: 1.7em;
  margin-left: 10px;
  margin-right: 10px;
}
/*메인 소개 바로가기 링크*/
#line-w {
	padding-top: 100px;
	padding-bottom: 100px;
}
#line-r {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(205, 234, 237, .2);
}
#line_func {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url('http://sic385140-sic385140.ktcdn.co.kr/funcBack03.jpg') no-repeat;
  color: #fff;
  background-attachment: fixed;
  background-position: center center;
  backface-visibility: hidden;
  padding: 100px 0;
}


#line-app {
  padding-top: 200px;
  padding-bottom: 60px;
}
#fb-root-two {
  padding-top: 10px;
}
.ltSo {
  font-size: 2em;
  font-weight: 300;
  color: #2B4C7E;
  margin-top: 10px;
}
.lc {
  font-size: 15px;
  line-height: 2.0em;
  color: #666666;
}
#line-daum {
  margin-top: -50px;
  position: fixed;
  left: 27%;
  z-index: 1;
  display: none;
}
#line-daum img {
  width: 120px;
  height: 100px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 26px;
  border: 10px solid rgba(228,232,234,.12);
  box-shadow: 1px 1px 4px rgba(2,2,2,.7);
  z-index: 5;
}
#line-daum img:hover {
  width: 120px;
  height: 100px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 26px;
  border: 10px solid rgba(228,232,234,.12);
  box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  z-index: 5;
}
#lineOne {
  padding-top: 60px;
  padding-bottom: 60px;
}
.nav-container {
    padding-right: 60px;
    padding-left: 60px;
}
.yellowIdbanner {
  display: none;
}
  @media (max-width: 992px) {
  .containerTwo {
    margin-right: 300px;
    margin-left: 90px;
  }
  .ltMaal img {
     height: 35px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-container {
    padding-right: 0;
    padding-left: 0;
  }
  .footer > .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lc {
    font-size: 14px;
  }
  #kakaourl {
    display: none;
  }
  .yellowIdbanner {
     display: inline-block;
  }
}
@media (max-width: 768px) {
     #fb-root-two {
      padding-top: 7px;
      display: inline-block;
    }
     .nav .menu:after {
       background: none repeat scroll 0 0 transparent;
       bottom: 0;
       content: "";
       display: block;
       height: 0px;
       left: 0%;
       position: absolute;
       background: none ;
       transition: width 0.2s ease 0s, left 0.2s ease 0s;
       width: 0;
     }
     .nav .menu:hover:after {
       width: 100%;
       left: 0;
     }
     .dropdown-toggle:after {
       background: none repeat scroll 0 0 transparent;
       bottom: 0;
       content: "";
       display: block;
       height: 0px;
       left: 0%;
       position: absolute;
       background: none;
       transition: width 0.2s ease 0s, left 0.2s ease 0s;
       width: 0;
     }
     .dropdown-toggle:hover:after {
       width: 100%;
       left: 0;
     }
  #itunes_obj_review {
    color: gray;
    font-size: 1.2em;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(0,0,0,.1);
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: auto;
	max-width: auto;
	background-color: rgba(255,255,255,0.9);
	color: #7C7C7C;
	font-weight:bold;
	margin-top: 10px;
	border: 0 solid #fff;
  }
  #header {
    height: 60px;
     margin: 0;
  }
  #logo span {
    font-size:1em;
     width: 30;
    height: 23;
  }
  #logo {
    padding-top: 5px;
  }
  #header .nav {
    padding-top: 5px;
     padding-bottom: 0;
  }
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .short-footer {
    position: relative;
  }
  .footer {
     height: auto;
  }
  .footer > .container {
    padding-right: 1px;
    padding-left: 1px;
  }
  .ltSo {
    font-size: 23px;
     font-style: bold;
  }
  .lc {
    font-size: 15px;
  }
  .ltMaal img {
     height: 28px;
  }
}
@media (max-width: 767px) {
.mobile-check{
    max-width: 767px;
  }
	#header .nav li a {
	  line-height: 20px;
	}
	#header .dropdown-menu li a {
	  line-height: 20px;
	}
	/*메인 소개 바로가기 링크*/
	#line-w {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#line-r {
	  padding-top: 50px;
	  padding-bottom: 50px;
	  background-color: rgba(205, 234, 237, .2);
	}
	#line_func {
	  padding-top: 50px;
	  padding-bottom: 50px;
	  background: url('http://sic385140-sic385140.ktcdn.co.kr/funcBack03_m.jpg') no-repeat;
	  color: #fff;
	  background-attachment: fixed;
	  background-position: center center;
	  backface-visibility: hidden;
	  padding: 100px 0;
	}
}

.imgtop {
  margin-top: 80px;
  margin-bottom: 80px;
}
.pre-scroll {
  height: 445px;
  width: 340px;
  overflow-x: hidden;
}


