@charset "utf-8";
h5 {
  font-size: 1em;
  color: #7C7C7C;
}
html {
  position: relative;
  /*height: auto;*/
  min-height: 100%;
}


#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%;
}
.item img{
	margin:0 auto;
}
.carousel{
	width:1040px;
	margin:0 auto;
}
.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: 65px;
  font-size: 15px;
}
#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: center;
  padding: 35px;
  width: 100%;
  height: auto;
  font-size: 1em;
  color: black;
  background-color: #1699be;
}
.ft_icon {
  width:210px;
  margin: 0 auto;
}

.ft_icon div{
  float:left;
  padding: 0 10px;
}

.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;
}
.main_bt {
  /*border: 0.1px solid #efefef;*/
}
center img {
  width:100%;
  max-width:1040px;
}
/*실시간 고객 리뷰, 실시간 페북 페이지 */
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;
  }
  .carousel{
	width:100%;
  }
}
@media (max-width: 768px) {
  #logo img{
    width:59px;
	height:35px;
	margin-bottom:3%;
  }
     #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;
  }


  #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;
}





/* 말톡특징 A*/

.onApi:after{content:''; display:block; clear:both;}
.onApi li{position: relative;float: left;width: 33%;height: 280px;text-align: center;border-radius: 30px;margin: 0 0px 0px;}
.onApi li:first-child, .onApi li:nth-child(4){margin-left: 0}
.onApi li:nth-child(3n){margin-right: 0}
.onApi li .tit{font-size: 24px;color: #222;font-weight: 400;margin-top: 190px}
.onApi li.on .tit{color: #2292d3;margin-top: 50px}
.onApi li a{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%}
.onApi li i{display: block;position: absolute;left: 50%;top: 70px;margin-left: -60px;width: 120px;
height: 120px;

background:url('http://gi.esmplus.com/dial070/dial070/ico_main.png') no-repeat 0 0; }
.onApi li i.ico1{background-position: 0 0}
.onApi li i.ico2{background-position: -156px 0}
.onApi li i.ico3{background-position: -312px 0}
.onApi li i.ico4{background-position: -468px 0}
.onApi li i.ico5{background-position: -624px 0}
.onApi li i.ico6{background-position: -711px 0}



.section h3.h3Tit{text-align: center;font-size: 5rem;color: #2292d3;font-weight: 600;letter-spacing: -1px}
.section p.psub{text-align: center;font-size: 1.8rem;color: #666;margin-top: 10px;}
.section p.psub span{display: block;margin-top: 4px}

[data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] {
    transition-duration: 0.7s;
}
.line{width:70px; height:7px; background:gray; margin-top:5%;}
.scene{width:100%; padding:3% 0;}
.inner{max-width:1040px;}
.scene_gray{width:100%; background:#fafafa;}
.scene_gray .inner{max-width:1040px; background:#fafafa;}

/* 말톡특징 Z*/

/* 말톡오피스 A*/

.onApi2:after{content:''; display:block; clear:both;}
.onApi2 li{position: relative;float: left;width: 33%;height: 280px;text-align: center;border-radius: 30px;margin: 0 0px 0px;}
.onApi2 li:first-child, .onApi2 li:nth-child(4){margin-left: 0}
.onApi2 li:nth-child(3n){margin-right: 0}
.onApi2 li .tit{font-size: 24px;color: #222;font-weight: 600;margin-top: 200px; color: #2292d3;}
.onApi2 li.on .tit{color: #2292d3;margin-top: 50px}
.onApi2 li a{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%}
.onApi2 li i{display: block;position: absolute;left: 50%;top: 70px;margin-left: -60px;width: 120px;height: 120px;

background:url('http://gi.esmplus.com/dial070/dial070/ico_main.png') no-repeat 0 0; }
.onApi2 li i.ico1{background-position: -3px -131px;}
.onApi2 li i.ico2{background-position: -169px -131px;}
.onApi2 li i.ico3{background-position: -337px -131px;}
.onApi2 li.on{border-color: #2292d3}
.onApi2 li.on i{display: none;}
.onApi2 li.on .onDetail{display: block;}

/* 말톡오피스 Z*/



/* 유심/포켓 A*/

.section.scene3 ul li i{display: block;position: absolute;left: 50%;top: 20px;margin-left: -60px;width: 120px;height: 120px;

background:url('http://gi.esmplus.com/dial070/dial070/ico_main.png') no-repeat 0 0; }
.section.scene3 ul li i.ico1{background-position: -4px -275px;}
.section.scene3 ul li i.ico2{background-position: -151px -275px;}
.section.scene3 ul li i.ico3{background-position: -300px -275px;}
.section.scene3 ul li i.ico4{background-position: -447px -275px;}

.section.scene3 ul{margin-top: 70px;}
.section.scene3 ul:after{content:''; display:block; clear:both;}
.section.scene3 ul li{position: relative; float:left; width: 23%; margin: 0 1%; height: 250px; margin-bottom:1%; text-align: center; background: #fff;border: 3px dashed #2292d3;}
/*.section.scene3 .topbar{width:100%; height: 40px; background: repeating-linear-gradient(-45deg, #1798c0, #1798c0 20px, #1c7b98 0, #1c7b98 40px);}*/
.section.scene3 img{margin-top: 100px;}
.section.scene3 .txtBox{position: absolute;top: 50%;left: 0;width: 100%;text-align: center; padding:3%;}
.section.scene3 .txtBox .txt1{font-size: 3rem;font-weight: 400;color: #222;margin-bottom: 0px}
.section.scene3 .txtBox .txt2, .section.scene3 .txtBox .txt2 span{display: block;font-size: 15px;color: #666;line-height: 22px;}

/* 유심/포켓 Z*/

/* 화상회의 A*/

.section.scene4 ul li i{display: block;position: absolute;left: 50%;top: 20px;margin-left: -60px;width: 120px;height: 120px;

background:url('http://gi.esmplus.com/dial070/dial070/ico_main.png') no-repeat 0 0; }
.section.scene4 ul li i.ico1{background-position: -1px -428px;}
.section.scene4 ul li i.ico2{background-position: -148px -428px;}
.section.scene4 ul li i.ico3{background-position: -294px -428px;}
.section.scene4 ul li i.ico4{background-position: -442px -428px;}

.section.scene4 ul{margin-top: 50px;}
.section.scene4 ul:after{content:''; display:block; clear:both;}
.section.scene4 ul li{position: relative; float:left; width: 23%; margin: 0 1%; height: 250px; margin-bottom:1%; text-align: center; /*background: #fff;border: 3px dashed #2292d3;*/}
/*.section.scene4 .topbar{width:100%; height: 40px; background: repeating-linear-gradient(-45deg, #1798c0, #1798c0 20px, #1c7b98 0, #1c7b98 40px);}*/
.section.scene4 img{margin-top: 100px;}
.section.scene4 .txtBox{position: absolute;top: 50%;left: 0;width: 100%;text-align: center; padding:3%;}
.section.scene4 .txtBox .txt1{font-size: 3rem;font-weight: 400;color: #222;margin-bottom: 0px}
.section.scene4 .txtBox .txt2, .section.scene4 .txtBox .txt2 span{display: block;font-size: 15px;color: #666;line-height: 22px;}

/* 화상회의 Z*/

/* 클라우드콜센터 A*/

.onApi3:after{content:''; display:block; clear:both;}
.onApi3 li{position: relative;float: left;width: 33%;height: 280px;text-align: center;border-radius: 30px;margin: 0 0px 0px;}
.onApi3 li:first-child, .onApi3 li:nth-child(4){margin-left: 0}
.onApi3 li:nth-child(3n){margin-right: 0}
.onApi3 li .tit{font-size: 24px;color: #222;font-weight: 400;margin-top: 190px}
.onApi3 li.on .tit{color: #2292d3;margin-top: 50px}
.onApi3 li a{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%}
.onApi3 li i{display: block;position: absolute;left: 50%;top: 70px;margin-left: -60px;width: 120px;
height: 120px;

background:url('http://gi.esmplus.com/dial070/dial070/ico_main.png') no-repeat 0 0; }
.onApi3 li i.ico1{background-position: 1px -580px;}
.onApi3 li i.ico2{background-position: -155px -580px;}
.onApi3 li i.ico3{background-position: -310px -580px;}
.onApi3 li i.ico4{background-position: -467px -580px;}
.onApi3 li i.ico5{background-position: -623px -580px;}
.onApi3 li i.ico6{background-position: -778px -580px;}

/* 클라우드콜센터 Z*/

@media screen and (max-width: 767px) { 
	.onApi li{width: 50%;}
	.onApi3 li{width: 50%;}
	.section h3.h3Tit{font-size: 3.5rem;}
	.section p.psub{font-size: 1.5rem;}
	.section.scene3 .txtBox{top: 50%;}
	.section.scene3 ul li{width: 48%; margin-bottom:2%; background: #fff;border: 2px dashed #2292d3;}

	.section.scene4 .txtBox{top: 50%;}
	.section.scene4 ul li{width: 48%; margin-bottom:2%;}

	.onApi2 li{width:100%;}

}


