﻿/*오톡해구독*/
	.ok_mask2 {
	  position:absolute;
	  left:0;
	  top:0;
	  z-index:9000;
	  background-color:#000;
	  display:none;
	}

	#ok_boxes4 .ok_window4 {
	  position: absolute;
	  left:0;
	  top:-50%;
	  width:100%;
	  height:308px;
	  display:none;
	  z-index:9999;
	  padding:0;
	  margin-top: 0;
      border:3px solid #cd3737;
	}

	#ok_boxes4 #ok_dialog {
	  width:550px; 
	  padding:0;
	  background-color:#ffffff;
	}

	#ok_boxes4 #ok_dialog img {width:auto}


	#ok_boxes5 .ok_window4 {
	  position: absolute;
	  left:0;
	  top:-50%;
	  width:100%;
	  height:308px;
	  display:none;
	  z-index:9999;
	  padding:0;
	  margin-top: 0;
      border:3px solid #cd3737;
	}

	#ok_boxes5 #ok_dialog {
	  width:350px; 
	  padding:0;
	  background-color:#ffffff;
	}

	#ok_boxes5 #ok_dialog img {width:auto}


/*오톡해구독*/
.pop_end4 {margin:0 auto ; padding: 0; font-size: 1.5em; color: #393939; font-weight: normal; font-family: 'notokr-medium', sans-serif; text-align: center;  line-height: 1em !important}
.pop_end4 .f_point { color: #f65656; padding: 0  ; font-size: 1em; }

.pop_end4 img {width: auto !important}
.pop_end4 p {line-height: 2em;  }
.pop_end4 p span{line-height: 2em;   }
.pop_end4 .bt_warp { margin-top: 30px}
.pop_end4 .bt_warp span { margin: 0 2%}


@media all and (max-width:800px) and (min-width:0px) {
	
/*오톡해구독*/
	.ok_mask2 {
	  position:absolute;
	  left:0;
	  top:0;
	  z-index:9000;
	  background-color:#000;
	  display:none;
	}

	#ok_boxes4 .ok_window4 {
	  position: absolute;
	  left:0;
	  top:-50%;
	  width:100%;
	  height:auto;
	  display:none;
	  z-index:9999;
	  padding:0;
	  margin-top: 0;
      border:3px solid #cd3737;
	}

	#ok_boxes4 #ok_dialog {
	  width:70%; 
	  padding:0;
	  background-color:#ffffff;
	}
	#ok_boxes4 #ok_dialog img {width:auto}
	
	
	#ok_boxes5 .ok_window4 {
	  position: absolute;
	  left:0;
	  top:-50%;
	  width:100%;
	  height:auto;
	  display:none;
	  z-index:9999;
	  padding:0;
	  margin-top: 0;
      border:3px solid #cd3737;
	}

	#ok_boxes5 #ok_dialog {
	  width:70%; 
	  padding:0;
	  background-color:#ffffff;
	}
	#ok_boxes5 #ok_dialog img {width:auto}
	

/*오톡해구독*/
.pop_end4 {margin:0 auto ; padding: 0 0 20px 0; font-size: 1.1em; color: #393939;  text-align: center;  line-height: 0.8em !important}
.pop_end4 .f_point { color: #f65656; padding: 0  ; font-size: 1em; }

.pop_end4 img {width: auto !important}
.pop_end4 p {line-height: 1em;  }
.pop_end4 p span{line-height: 1em;   }
.pop_end4 .bt_warp { margin-top: 20px}
.pop_end4 .bt_warp span { margin: 0}
.pop_end4 .bt_warp img { width: 70% !important}

	
	

	
}



/* 톡톡상담 */
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-txt {
  display: inline-block;
  text-indent: 32px;
  white-space: nowrap;
  font-size: 0.8rem;
  line-height: 2.6em;
  color: #333  ;
}

.overflow-hidden {
  overflow: hidden;
}


@media only screen and (min-width: 768px) {
  .cd-main-content {
    padding-top: 70px;
  }
}


@media only screen and (min-width: 768px) {
  header {
    height: 70px;
  }
}

#cd-logo {
  display: block;
  float: left;
  margin: 12px 0 0 20px;
}
#cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 22px 0 0 30px;
  }
}



#cd-lateral-nav {
  position: fixed;
  height: auto;
  right: 0;
  bottom:60px;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 999;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateY(420px);
  -moz-transform: translateY(420px);
  -ms-transform: translateY(420px);
  -o-transform: translateY(420px);
  transform: translateY(420px);
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 25px;
}
.no-touch #cd-lateral-nav a:hover {
  color: #fff;
}

#cd-lateral-nav img{width: 100% !important}
#cd-lateral-nav2 img{width: 100% !important}

#cd-lateral-nav2 {
  position: fixed;
  height: auto;
  right: 0;
  bottom:60px;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 999;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateY(420px);
  -moz-transform: translateY(420px);
  -ms-transform: translateY(420px);
  -o-transform: translateY(420px);
  transform: translateY(420px);
}
#cd-lateral-nav2 .cd-navigation {
  margin: 10px 0 25px;
}
.no-touch #cd-lateral-nav2 a:hover {
  color: #fff;
}





@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
	
  #cd-lateral-nav2 .cd-navigation {
    margin: 20px 0;
  }
	


}





#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}


#cd-lateral-nav .socials {
  padding: 0 10px;
}

#cd-lateral-nav .socials ul {padding: 0 ; margin: 0; width: 100%}
#cd-lateral-nav .socials li {padding: 0 ; float: left}
#cd-lateral-nav .socials li:nth-child(3n+1) {margin: 1% 1% 1% 0; width: 32%; }
#cd-lateral-nav .socials li:nth-child(3n+2) {margin: 1%; width: 32%; }
#cd-lateral-nav .socials li:nth-child(3n+3) {margin: 1% 0 1% 1%; width: 32%; }

#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}
#cd-lateral-nav .socials a {
  height: 35px;
  width: 100%;
  float: left;
  padding: 0;
  background: url("/images/common/socials_kakao.png") 5px 60% no-repeat ;
  background-size: 23px 23px;
  background-color: #fff;
  border-radius: 0.25em;
  color: #333;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}



	
	
#cd-lateral-nav2.lateral-menu-is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}


#cd-lateral-nav2 .socials {
  padding: 0 10px;
}

#cd-lateral-nav2 .socials ul {padding: 0 ; margin: 0; width: 100%}
#cd-lateral-nav2 .socials li {padding: 0 ; float: left}
#cd-lateral-nav2 .socials li:nth-child(3n+1) {margin: 1% 1% 1% 0; width: 32%; }
#cd-lateral-nav2 .socials li:nth-child(3n+2) {margin: 1%; width: 32%; }
#cd-lateral-nav2 .socials li:nth-child(3n+3) {margin: 1% 0 1% 1%; width: 32%; }


#cd-lateral-nav2 .socials:after {
  content: "";
  display: table;
  clear: both;
}
#cd-lateral-nav2 .socials a {
  height: 35px;
  width: 100%;
  float: left;
  padding: 0;
  background: url("/images/common/socials_talk.png") 6px 60% no-repeat ;
  background-size: 20px 20px;
  background-color: #fff;
  border-radius: 0.25em;
  color: #333;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}


