/* -------------------------------- 

Primary style

-------------------------------- padding 오류
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: '';
}*/

ol, ul {
	list-style: none;
}


/* -------------------------------- 

Main components 

-------------------------------- */

.cd-tabs {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /*background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);*/
}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
	left:0px;
	top:-3px;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {
  width: 360px;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation { list-style:none; text-align:center; width:100%;}
.cd-tabs-navigation li {
  display:inline-block;
  padding:0; margin-right:-5px;
}
.cd-tabs-navigation a {
  height:25px;
  width:25px;
  text-align: center;
  font-size: 0.9em;
  line-height:25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #fff;
  background:#f08200;
  display:block;
  margin-right:1px;
  text-decoration:none;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #fff;
  background:#434343;
}
.cd-tabs-navigation a.selected {
  background-color: #103c69 !important;
  /*background:url(../images/prc_tab_on.png) top center no-repeat;
  /*box-shadow: inset 0 2px 0 #f05451;*/
  color: #fff;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  background:url(../images/history_tab.jpg) top center no-repeat;
  top: 0;
  left: 0;
  /*margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../img/vicons.svg");
  background-repeat: no-repeat;*/
}
.cd-tabs-navigation a[data-content='prc01']::before {
  background-position: 0 0;
}
.cd-tabs-navigation a[data-content='prc02']::before {
  background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='prc03']::before {
  background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='prc04']::before {
  background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='prc05']::before {
  background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='prc06']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='prc07']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='prc08']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='prc09']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='prc10']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='prc11']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='prc12']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='prc01'].selected::before {
  background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='prc02'].selected::before {
  background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='prc03'].selected::before {
  background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='prc04'].selected::before {
  background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='prc05'].selected::before {
  background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='prc06'].selected::before {
  background-position: -100px -20px;
}
.cd-tabs-navigation a[data-content='prc07'].selected::before {
  background-position: -100px -20px;
}
.cd-tabs-navigation a[data-content='prc08'].selected::before {
  background-position: -100px -20px;
}
.cd-tabs-navigation a[data-content='prc09'].selected::before {
  background-position: -100px -20px;
}
.cd-tabs-navigation a[data-content='prc10'].selected::before {
  background-position: -100px -20px;
}
.cd-tabs-navigation a[data-content='prc11'].selected::before {
  background-position: -100px -20px;
}
.cd-tabs-navigation a[data-content='prc12'].selected::before {
  background-position: -100px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 80px;
    float: left;
  }
  .cd-tabs-navigation a {
    height: 90px;
    width: px;
    padding-top: 46px;
  }
  .cd-tabs-navigation a.selected {
	  background:url(../images/history_tab_o.jpg) top center no-repeat;
    
  }
  .cd-tabs-navigation a::before {
    background:url(../images/history_tab.jpg) top center no-repeat;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;

	
  }
  .cd-tabs-navigation a {
	 background:url(../images/prc_tab.png) top center no-repeat;
    height:34px;
    line-height: 34px;
    width: 30px;
	margin:0 35px;
    text-align: center;
    font-size: 20px;
    /*font-size: 0.875rem;*/
	color:#313131;
    padding: 0;
  }
  .cd-tabs-navigation a.selected { 
    background:url(../images/prc_tab_on.png) top center no-repeat;
	color:#fff;

  }
  .cd-tabs-navigation a::before {
    /*background:#fff;*/
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
 /* background: #ffffff;*/
}
.cd-tabs-content li {
  display: none;
  text-align:center;
  
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  font-size: 0.95em;
  /*font-size: 0.875rem;
  height:300px;*/
  line-height: 1.6;
  color: #666;
  /*padding-top:70px;*/
  margin: 20px;
  text-align:left;
  border:1px solid #efefef;
}
.cd-tabs-content li span, .cd-tabs-content li span div {
  font-size: 0.95em;
  line-height: 180%;
  font-weight:bold;
}

 .pro3_bx_left, .pro1_bx_left, .pro1_bx, .pro_bx_row{
  font-size: 0.9em;
  line-height: 180%;
  color:#666;
  text-align:left;

}
.cd-tabs-content .img_bg { max-width:96%; height:auto; margin:20px 2% 5px 2% ;}
.cd-tabs-content .prc_tit {  width:100%; color:#434343; font-size:1.3em; line-height:30px; margin-bottom:30px; text-align:center;}
.cd-tabs-content .prc_tit_no { line-height:50px;  font-size:1.5em; font-style:italic; color:#2d71c2; text-align:center; }


@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
  }
  .cd-tabs-content li {
    /*padding: 2em 2em 2em 7em;*/
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {

	background:#fff;
    /*padding: 3em;*/
	margin:49px 0 0 38px;
	
  }
  .cd-tabs-content li p {
    font-size: 20px;
    /*font-size: 1rem;*/
	
	clear:both;

	
  }

    
  
   
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.nav_tit { width:1200px; margin:0 auto; height:50px;} 
.nav_tit ul { float:left; list-style:none; text-align:center;}
.nav_tit ul li{ display:inline-block; line-height:50px; margin-bottom:30px; font-size:15px; }
