        * {
          margin: 0px;
          padding: 0px;
        }
        
        ul,
        li,
        ol {
          list-style: none;
        }
        
        a {
          text-decoration: none;
        }
        
        .tab_wrap {
          width: 880px;
          margin: 0 auto;
        }
        
        .tab_btn:after {
          content: "";
          display: block;
          clear: both;
        }
        
        .tab_btn li{
          float : left;
          display: block;
          width: 166px;
          height: 30px;
          margin-left: 5px;
          margin-right: 5px;
          background-color: #EAEAEA;
          color: #000;
          text-align: center;
          line-height: 30px;
        }
        
        .tab_btn li.on {
          background-color: #196fae;
          color: white;
        }
        
        .tab_cont {
          width: 880px;
		  height: 2149px;
          position: relative;          
        }
        
        .tab_cont > li {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 30px;
          display: none;
        }
        
        .tab_cont > li:nth-child(1) {
          background-color: white;
          display: block;
        }
        
        .tab_cont > li:nth-child(2) {
		  background-color: white;
        }
        
        .tab_cont > li:nth-child(3) {
          background-color: white;
        }
        
        .tab_cont > li:nth-child(4) {
          background-color: white;
        }







		.tab_wrap2 {
          width: 880px;
          margin: 0 auto;
        }
        
        .tab_btn2:after {
          content: "";
          display: block;
          clear: both;
        }
        
        .tab_btn2 li{
          float : left;
          display: block;
          width: 166px;
          height: 30px;
          margin-left: 5px;
          margin-right: 5px;
          background-color: #EAEAEA;
          color: #000;
          text-align: center;
          line-height: 30px;
        }
        
        .tab_btn2 li.on {
          background-color: #196fae;
          color: white;
        }
        
        .tab_cont2 {
          width: 880px;
		  height: 3100px;
          position: relative;          
        }
        
        .tab_cont2 > li {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 30px;
          display: none;
        }
        
        .tab_cont2 > li:nth-child(1) {
          background-color: white;
          display: block;
        }
        
        .tab_cont2 > li:nth-child(2) {
		  background-color: white;
        }
        
        .tab_cont2 > li:nth-child(3) {
          background-color: white;
        }
        
        .tab_cont2 > li:nth-child(4) {
          background-color: white;
        }

