@charset "utf-8";
/* 내용관리 */
#ctt {
  margin: 0;
  padding: 0;
}
.ctt_admin {
  text-align: right
}
#ctt_con {
  padding: 0;
  line-height: 24px
}
.ctt_img {
  text-align: center
}
/* intro */
#intro_wrap {
  padding: 60px 10px;
  text-align: center
}
#intro_wrap h2 {
  display: block;
  margin: 0 0 30px 0;
  color: #222;
  font-size: 36px;
  font-weight: normal
}
#intro_wrap h3 {
  margin: 0 0 30px 0;
  color: #666;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal
}
/*
#intro_wrap ul {width:100%;max-width:1180px;margin:0 auto;text-align:center;font-size:0;}
#intro_wrap ul li {display:inline-block;position:relative;width:280px;height:230px;margin:10px;color:#fff;text-align:center;
-webkit-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
#intro_wrap ul li a {display:block;position:absolute;left:0;top:0;width:100%;height:100%;padding:20% 0 0 0;background:rgba(0,0,0,0.4);
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#intro_wrap ul li a:hover {;background:rgba(0,0,0,0.8);}
#intro_wrap ul li p {margin:20px 0;color:#fff;font-size:18px;}
#intro_wrap ul li p strong {display:block;margin:0 0 6px 0;color:#fff;font-size:24px;font-weight:normal}
*/
.cont {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 60px auto;
  padding: 60px 0px;
}
#intro_wrap ul {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
#intro_wrap ul li {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 270px;
  margin: 10px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
#intro_wrap ul li p {
  margin: 20px 0;
  color: #fff;
  font-size: 18px;
}
#intro_wrap ul li p strong {
  display: block;
  margin: 0 0 6px 0;
  font-size: 24px;
  font-weight: normal
}
#intro_wrap ul li .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  ;
  padding: 20px 0 0 0;
  font-size: 18px;
}
#intro_wrap ul li .con strong {
  font-size: 24px;
  font-weight: normal
}
#intro_guide {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  background: url(/images/intro_guide_bg.jpg) no-repeat 50% 50%
}
#intro_guide:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
#intro_guide strong {
  display: block;
  margin: 8px 0;
  font-size: 30px;
  font-weight: normal
}
.intro_guide_l {
  position: relative;
  float: left;
  width: 40%;
  text-align: right;
}
.intro_guide_l p {
  position: absolute;
  left: 5%;
  top: 20px;
  padding: 20px;
  text-align: center;
  background: rgba(0, 123, 253, 0.7);
}
.intro_guide_r {
  position: relative;
  float: left;
  width: 60%;
  text-align: left;
}
.intro_guide_r p {
  position: absolute;
  right: 20%;
  top: 20px;
  padding: 20px;
  text-align: center;
  background: rgba(255, 119, 0, 0.7);
}
/* kbh007 */
.intro_guide_l.w50 {
  width: 50%;
}
.intro_guide_l.w50 p {
  left: 10%;
}
.intro_guide_r.w50 {
  width: 50%;
}
.intro_guide_r.w50 p {
  right: 10%;
}
#intro_content {
  width: 100%;
  padding: 60px 10px;
  background: #eee
}
#intro_content h2 {
  display: block;
  margin: 0 0 40px 0;
  color: #222;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  line-height: 44px;
}
#intro_content h2 strong {
  color: #007afc;
  font-weight: 700
}
.intro_cont {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 60px auto;
  padding: 0 10px;
}
.intro_cont:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
.intro_cont .img1 {
  float: left;
  width: 400px;
}
.intro_cont .img1 img {
  width: 100%;
  height: auto
}
.intro_cont .img2 {
  float: right;
  width: 400px;
}
.intro_cont .img2 img {
  width: 100%;
  height: auto
}
.intro_cont .img3 {
  float: left;
  width: 400px;
}
.intro_cont .img3 img {
  width: 100%;
  height: auto
}
.intro_cont .intro_cont_p {
  margin: 0 0 0 440px;
}
.intro_cont .intro_cont_p h3 {
  display: block;
  margin: 0 0 10px 0;
  color: #222;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal
}
.intro_cont .intro_cont_p h3 strong {
  font-weight: 700
}
.intro_cont .intro_cont_p p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.intro_cont .intro_cont_p ul {}
.intro_cont .intro_cont_p ul li {
  display: block;
  margin: 0 0 8px 0;
  padding: 0 0 0 17px;
  font-size: 16px;
  color: #666;
  background: url(/images/viz_chk.png) no-repeat 0 5px;
}
.intro_cont .intro_cont_p2 {
  margin: 0 440px 0 0;
}
.intro_cont .intro_cont_p2 h3 {
  display: block;
  margin: 0 0 10px 0;
  color: #222;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal
}
.intro_cont .intro_cont_p2 h3 strong {
  font-weight: 700
}
.intro_cont .intro_cont_p2 p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.intro_cont .intro_cont_p2 ul {}
.intro_cont .intro_cont_p2 ul li {
  display: block;
  margin: 0 0 8px 0;
  padding: 0 0 0 17px;
  font-size: 16px;
  color: #666;
  background: url(/images/viz_chk.png) no-repeat 0 5px;
}
/* #lineup_wrap {width:100%;max-width:1180px;margin:0 auto;padding:60px 0;} */
#lineup_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  overflow-x: auto !important;
}
#lineup_wrap h2 {
  display: block;
  margin: 0 0 40px 0;
  color: #222;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  line-height: 44px;
}
#lineup_wrap h2 strong {
  color: #007afc;
  font-weight: 700
}
.lineup_type_wrap {
  width: 100%;
  overflow-x: auto
}
.lineup_type {
  position: relative;
  width: 100%;
  min-width: 1000px;
}
table.lineup {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
}
table.lineup th {
  width: 12%;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  background: #444;
  border: solid 1px #ccc
}
table.lineup th.first {
  width: 16%;
}
table.lineup td {
  width: 12%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border: solid 1px #ccc;
  padding: 0px 10px;
}
table.lineup td.lineup1, table.lineup td.lineup2, table.lineup td.lineup3 {
  width: 16%;
  line-height: 20px;
}
table.lineup td.lineup1 img, table.lineup td.lineup2 img, table.lineup td.lineup3 img {
  margin: 0 0 10px 0;
}
table.lineup td.lineup1 {
  padding: 20px 0;
  background: #0baae5
}
table.lineup td.lineup2 {
  padding: 30px 0;
  background: #0179f1
}
table.lineup td.lineup3 {
  padding: 20px 0;
  background: #569ffd
}
.lineup_type .cmr1 {
  position: absolute;
  left: 28%;
  top: 80px;
  width: 18%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #0baae5;
  border-right: solid 1px #ccc;
}
.lineup_type .cmr2 {
  position: absolute;
  left: 46%;
  top: 80px;
  width: 18%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #0baae5;
  border-right: solid 1px #ccc;
}
.lineup_type .cmr3 {
  position: absolute;
  left: 64%;
  top: 80px;
  width: 12%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #0baae5;
  border-right: solid 1px #ccc;
}
.lineup_type .cmr4 {
  position: absolute;
  left: 76%;
  top: 80px;
  width: 12%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #0baae5;
  border-right: solid 1px #ccc;
}
.lineup_type .cmr5 {
  position: absolute;
  left: 88%;
  top: 80px;
  width: 12%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #0baae5
}
.lineup_type .cmr6 {
  position: absolute;
  left: 40%;
  top: 130px;
  width: 24%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #0baae5
}
.lineup_type .voic1 {
  position: absolute;
  left: 28%;
  top: 190px;
  width: 12%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #0179f1
}
.lineup_type .voic2 {
  position: absolute;
  left: 52%;
  top: 190px;
  width: 24%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #0179f1
}
.lineup_type .voic3 {
  position: absolute;
  left: 88%;
  top: 190px;
  width: 12%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #0179f1
}
.lineup_type .voic4 {
  position: absolute;
  left: 76%;
  top: 240px;
  width: 12%;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background: #0179f1
}
.lineup_type .voic5 {
  position: absolute;
  left: 34%;
  top: 240px;
  width: 18%;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background: #0179f1
}
.lineup_type .both1 {
  position: absolute;
  left: 16%;
  top: 320px;
  width: 24%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #569ffd;
}
.lineup_type .both2 {
  position: absolute;
  left: 16%;
  top: 380px;
  width: 12%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #569ffd
}
.lineup_type .both3 {
  position: absolute;
  left: 40%;
  top: 380px;
  width: 12%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #569ffd
}
.lineup_type .both4 {
  position: absolute;
  left: 46%;
  top: 320px;
  width: 30%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #569ffd
}
.box-o {
  margin: 30px 0px;
  padding-top: 10px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background: #0baae5;
}
.box-b {
  margin: 30px 0px;
  padding-top: 10px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background: #0179f1;
}
.box-a {
  margin: 30px 0px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #569ffd;
}
/* guide */
#guide_wrap {
  padding: 60px 0;
  text-align: center
}
#guide_wrap h1 {
  display: block;
  margin: 0 20px 60px 20px;
  color: #023377;
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
}
#guide_wrap h2 {
  display: block;
  margin: 0 20px 60px 20px;
  color: #222;
  font-size: 30px;
  font-weight: normal;
  line-height: 36px;
}
#guide_wrap h3 {
  margin: 0 0 30px 0;
  color: #666;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal
}
#guide_tab {
  background: #f6f6f6;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
#guide_tab ul {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
#guide_tab ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
#guide_tab ul li {
  display: inline-block;
  width: 25%;
}
#guide_tab ul li.p20 {
  width: 20% !important;
}
#guide_tab ul li a {
  display: block;
  height: 50px;
  margin: 0 -1px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  background: #337ab7;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#guide_tab ul li a:hover {
  color: #023377;
  background: #569ffd
}
#guide_section {
  padding: 60px 0;
  color: #666;
  font-size: 18px;
  line-height: 28px;
  background: url(/images/section_top.png) no-repeat 50% 0;
  border-bottom: solid 1px #ddd
}
#guide_section h1 {
  display: block;
  margin: 80px 10px 20px 10px;
  color: #337ab7;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
  line-height: 36px;
}
#guide_section h2 {
  display: block;
  margin: 0 10px 20px 10px;
  color: #222;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  line-height: 36px;
}
#guide_section h2 .sub {
  margin: 10px 0 0 0;
  color: #007afc;
  font-size: 24px;
  line-height: 30px;
}
#guide_section h2 .desc {
  margin: 0px;
  color: #222;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
#guide_section1 {
  padding: 60px 0px 0;
  color: #666;
  font-size: 18px;
  line-height: 28px;
  background: url(/images/section_top.png) no-repeat 50% 0; /*border-bottom:solid 1px #ddd*/
}
#guide_section1 h1 {
  display: block;
  margin: 80px 10px 20px 10px;
  color: #337ab7;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
  line-height: 36px;
}
#guide_section1 h2 {
  display: block;
  margin: 0 10px 20px 10px;
  color: #222;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  line-height: 36px;
}
#guide_section1 h2 .sub {
  margin: 10px 0 0 0;
  color: #007afc;
  font-size: 24px;
  line-height: 30px;
}
#guide_section1 h2 .desc {
  margin: 0px;
  color: #222;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
/*#guide_section ul {width:100%;max-width:800px;margin:0 auto}
#guide_section ul li {display:block;margin:0 0 10px 0;padding:0 0 0 8px;text-align:left;background:url(/images/bullet.png) no-repeat 0 12px;}
#guide_section ul li strong {display:inline-block;color:#222;font-weight:normal;}*/
#guide_buy_info {
  margin: 0 0 -60px 0;
  padding: 60px 0;
  color: #ccc;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  background: url(/images/guide_buy_bg.jpg) no-repeat 50% 50%;
  background-size: cover
}
#guide_buy_info h2 {
  display: block;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  line-height: 30px;
}
#guide_buy_info p {
  margin: 0 0 40px 0;
}
#guide_buy_info p strong {
  color: #0baae5;
  font-weight: normal
}
#guide_buy_info a.buy_info_tel {
  display: inline-block;
  height: 60px;
  padding: 0 24px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  background: rgba(70, 128, 204, 0.6);
}
#guide_buy_info a.buy_info_tel strong {
  font-size: 24px;
  font-weight: normal;
}
#guide_buy_info a.buy_info_call {
  display: inline-block;
  height: 60px;
  margin: 0 3px;
  padding: 0 24px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  background: rgba(249, 57, 65, 0.6);
}
#guide_buy_info a {
  vertical-align: top
}
#guide_photo {
  margin: 40px 0 0 0;
  padding: 80px 0;
  background: url(/images/bg_gallery1.jpg) no-repeat 100%;
  background-size: cover
}
#guide_photo .full {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 20px auto;
}
#guide_photo .full img {
  width: 100%;
  height: auto
}
#guide_photo .thumbs {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
#guide_photo .thumbs .preview {
  display: inline-block;
  font-size: 0;
}
#guide_photo .thumbs .preview a {
  display: block;
  width: 80px;
  margin: 0 0 10px 0;
  font-size: 0;
  border: solid 2px #444
}
#guide_photo .thumbs .preview a.selected {
  border: solid 2px #0179f1;
}
#guide_photo .thumbs .preview img {
  width: 100%;
  height: auto
}
#guide_photo .full2 {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 20px auto;
}
#guide_photo .full2 img {
  width: 100%;
  height: auto
}
#guide_photo .thumbs2 {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
#guide_photo .thumbs2 .preview2 {
  display: inline-block;
  font-size: 0;
}
#guide_photo .thumbs2 .preview2 a {
  display: block;
  width: 80px;
  margin: 10px 0 0 0;
  font-size: 0;
  border: solid 2px #444
}
#guide_photo .thumbs2 .preview2 a.selected {
  border: solid 2px #0179f1;
}
#guide_photo .thumbs2 .preview2 img {
  width: 100%;
  height: auto
}
#guide_photo .full3 {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 20px auto;
}
#guide_photo .full4 img {
  width: 100%;
  height: auto
}
#guide_photo .thumbs3 {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
#guide_photo .thumbs3 .preview3 {
  display: inline-block;
  font-size: 0;
}
#guide_photo .thumbs3 .preview3 a {
  display: block;
  width: 80px;
  margin: 0 0 10px 0;
  font-size: 0;
  border: solid 2px #444
}
#guide_photo .thumbs3 .preview3 a.selected {
  border: solid 2px #0179f1;
}
#guide_photo .thumbs3 .preview3 img {
  width: 100%;
  height: auto
}
#guide_photo2 {
  margin: 0 auto;
}
#guide_photo2 .full {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 10px auto;
}
#guide_photo2 .full img {
  width: 100%;
  height: auto
}
#guide_photo2 .thumbs {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
#guide_photo2 .thumbs .preview {
  display: inline-block;
  font-size: 0;
}
#guide_photo2 .thumbs .preview a {
  display: block;
  width: 70px;
  margin: 0 auto;
  font-size: 0;
  border: solid 1px #0179f1;
}
#guide_photo2 .thumbs .preview a.selected {
  border: solid 2px #0179f1;
}
#guide_photo2 .thumbs .preview img {
  width: 100%;
  height: auto
}
#guide_photo2 .full2 {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 20px auto;
}
#guide_photo2 .full2 img {
  width: 100%;
  height: auto
}
#guide_photo2 .thumbs2 {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
#guide_photo2 .thumbs2 .preview2 {
  display: inline-block;
  font-size: 0;
}
#guide_photo2 .thumbs2 .preview2 a {
  display: block;
  width: 80px;
  margin: 10px 0 0 0;
  font-size: 0;
  border: solid 2px #444
}
#guide_photo2 .thumbs2 .preview2 a.selected {
  border: solid 2px #0179f1;
}
#guide_photo2 .thumbs2 .preview2 img {
  width: 100%;
  height: auto
}
#guide_photo2 .full3 {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 20px auto;
}
#guide_photo2 .full4 img {
  width: 100%;
  height: auto
}
#guide_photo2 .thumbs3 {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
#guide_photo2 .thumbs3 .preview3 {
  display: inline-block;
  font-size: 0;
}
#guide_photo2 .thumbs3 .preview3 a {
  display: block;
  width: 80px;
  margin: 0 0 10px 0;
  font-size: 0;
  border: solid 2px #444
}
#guide_photo2 .thumbs3 .preview3 a.selected {
  border: solid 2px #0179f1;
}
#guide_photo2 .thumbs3 .preview3 img {
  width: 100%;
  height: auto
}
#guide_product {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 0;
}
#guide_product:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
.guide_area_l, .guide_area_l2, .guide_area_r {
  float: left;
  width: 50%;
}
.guide_area_l:after, .guide_area_r:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
.guide_area_l.mb-30 {
  margin-bottom: 30px;
}
.guide_p_img {
  float: left;
  width: 50%;
  max-width: 300px;
}
.guide_p_img img {
  width: 100%
}
.guide_p_img p.caption {
  margin: 10px 0 20px 0;
  color: #222;
  font-size: 16px;
  font-weight: 700
}
.guide_area_l.w_100 {
  width: 100% !important;
}
.guide_area_l.w_100 .guide_p_img {
  width: 30%;
}
.guide_area_l.w_100 .guide_p_spec {
  width: 70%;
  padding-left: 30px;
}
dl.guide_p_spec {
  float: left;
  width: 50%;
}
dl.guide_p_spec dt {
  display: block;
  margin: 0 0 10px 0;
  color: #569ffd;
  font-size: 18px;
  text-align: left;
}
dl.guide_p_spec dt strong {
  display: block;
  margin: 0;
  color: #093280;
  font-size: 36px;
  line-height: 36px;
}
dl.guide_p_spec dt img {
  display: inline;
}
dl.guide_p_spec dd {
  display: block;
  margin: 0 0 2px 0;
  padding: 0 0 0 8px;
  color: #666;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  background: url(/images/bullet.png) no-repeat 0 9px;
}
dl.guide_p_spec dd.sub_script {
  padding: 0;
  background: none;
  color: #0891b2;
}
dl.guide_p_spec dd.sub_title {
  margin: 20px 0 10px 0;
  padding: 0;
  color: #000;
  font-size: 20px;
  background: none
}
/* 브로슈어 */
/* dl.guide_p_spec dd.btn_list {margin:20px 0 0 0;padding:0;background:none;overflow-y: auto;} */
dl.guide_p_spec dd.btn_list {
  margin: 20px 0 0 0;
  padding: 0;
  background: none;
}
/* dl.guide_p_spec dd.btn_list a {display:block;width:180px;height:50px;color:#444;font-size:18px;line-height:50px;text-align:center;border:solid 1px #666;border-radius:25px;} */
dl.guide_p_spec dd.btn_list a {
  display: block;
  width: 180px;
  height: 50px;
  color: #444;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #666;
  border-radius: 25px;
  float: left;
  margin-bottom: 5px;
  margin-right: 20px;
}
dl.guide_p_spec dd:btn_list a:last-child {
  margin-bottom: 0px;
}
dl.guide_p_spec dd.btn_list a img {
  margin-bottom: 5px;
}
dl.guide_p_spec dd.btn_list a.w140 {
  width: 140px !important;
}
dl.guide_p_spec dd.btn_list a.mr-10 {
  margin-right: 10px;
}
dl.guide_p_spec dd.btn_list a.mb-10 {
  margin-bottom: 10px;
}
dl.guide_p_spec dd.btn_list span.btn_desc {
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin-left: 0px;
  border: 0px;
  font-size: 14px;
} /* 견적서출력 */
dl.guide_p_spec dd.btn_list p.btn_desc {
  width: 180px;
  border: 0px;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
/* 마자막 라인 */
dl.guide_p_spec dd:last-child {
  margin: 20px 0 0 0;
  padding: 0;
  background: none;
}
dl.guide_p_spec dd:last-child a {
  display: block;
  width: 180px;
  height: 50px;
  color: #444;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #666;
  border-radius: 25px;
  float: left;
  margin-bottom: 5px;
  margin-right: 20px;
  position: relative;
}
dl.guide_p_spec dd:last-child a small {
  position: absolute;
  bottom: -16px;
  left: 0px;
  padding-top: 2px;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  text-align: center;
  width: 100%;
}
dl.guide_p_spec dd:last-child a:last-child {
  margin-bottom: 0px;
}
dl.guide_p_spec dd:last-child a img {
  margin-bottom: 5px;
}
dl.guide_p_spec dd:last-child a.w140 {
  width: 140px !important;
}
dl.guide_p_spec dd:last-child a.mr-10 {
  margin-right: 10px;
}
dl.guide_p_spec dd:last-child a.mb-10 {
  margin-bottom: 10px;
}
dl.guide_p_spec dd:last-child span.btn_desc {
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin-left: 0px;
  border: 0px;
  font-size: 14px;
} /* 견적서출력 */
dl.guide_p_spec dd:last-child p.btn_desc {
  width: 180px;
  border: 0px;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
dl.guide_p_spec dd.buttons {
  margin: 20px 0 0 0;
  padding: 0;
  background: none;
}
dl.guide_p_spec dd.buttons a {
  display: block;
  width: 180px;
  height: 50px;
  color: #444;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #666;
  border-radius: 25px;
  float: left;
  margin-bottom: 5px;
  margin-right: 20px;
  position: relative;
}
dl.guide_p_spec dd.buttons a small {
  position: absolute;
  bottom: -16px;
  left: 0px;
  padding-top: 2px;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  text-align: center;
  width: 100%;
}
dl.guide_p_spec dd.buttons a:last-child {
  margin-bottom: 0px;
}
dl.guide_p_spec dd.buttons a img {
  margin-bottom: 5px;
}
dl.guide_p_spec dd.buttons a.w140 {
  width: 140px !important;
}
dl.guide_p_spec dd.buttons a.mr-10 {
  margin-right: 10px;
}
dl.guide_p_spec dd.buttons a.mb-10 {
  margin-bottom: 10px;
}
dl.guide_p_spec dd.buttons span.btn_desc {
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin-left: 0px;
  border: 0px;
  font-size: 14px;
} /* 견적서출력 */
dl.guide_p_spec dd.buttons p.btn_desc {
  width: 180px;
  border: 0px;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
/* pdf link - page bottom */
dl.guide_p_spec dd.pdf {
  margin: 20px 0 0 0;
  padding: 0;
  background: none
}
dl.guide_p_spec dd.pdf a {
  display: block;
  width: 180px;
  height: 50px;
  color: #444;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #666;
  border-radius: 25px;
  float: left;
}
dl.guide_p_spec dd.pdf a.mr-10 {
  margin-right: 10px;
}
#guide_price {
  margin: 30px 0 0 0;
  padding: 30px 30px;
  background: #e4ebf5;
}
dl.guide_p_spec div.price dd.sub_title {
  margin: 40px 0 10px 0;
  padding: 0;
  color: #222;
  font-size: 16px;
  background: none
}
/* dl.guide_p_spec div.price dd.sub_title1 {margin:0px;padding:0;padding-bottom: 10px; color:#0a2b83;font-size:20px;background:none} */
dl.guide_p_spec div.price dd.sub_title1 {
  margin: 0px;
  padding: 0;
  color: #0a2b83;
  font-size: 20px;
  background: none
}
dl.guide_p_spec div.price dd {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  color: #666;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  background: url();
}
dl.guide_p_spec div.price dd.title2 {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  color: #1f1f1f;
  font-size: 16px;
  text-align: left;
  line-height: 18px;
  background: url();
}
dl.guide_p_spec div.price dd.title2.first {
  margin-top: 20px;
}
dl.guide_p_spec div.price dd.title2.strong {
  font-weight: 600;
  color: #a20d35 !important;
}
dl.guide_p_spec dd.guide_intro {
  line-height: 24px;
  padding: 0;
  background: none;
}
.guide_info {
  clear: both;
  padding: 16px 0 0 0;
  margin: 0 0 0 50%;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.guide_info a {
  display: inline;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  text-align: normal;
  text-decoration: underline;
  border: none;
  border-radius: 0
}
.guide_add {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.guide_add p {
  margin: 0 0 40px 0;
  word-break: keep-all;
}
.guide_add ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px auto;
  padding: 40px;
  background: #f6f6f6;
  border: solid 1px #ddd
}
.guide_add ul li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 8px;
  text-align: left;
  background: url(/images/bullet.png) no-repeat 0 12px;
}
.guide_add ul li strong {
  display: inline-block;
  color: #222;
  font-weight: normal;
}
dl.guide7_preview {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
dl.guide7_preview:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
dl.guide7_preview dd {
  display: block;
  float: left;
  width: 33.3%;
  padding: 0 20px
}
dl.guide7_preview dd img {
  width: 100%;
  height: auto;
}
dl.guide7_preview dd p {
  display: block;
  height: 150px;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  background: #eee;
}
/* support */
#support_wrap {
  padding: 60px 0;
  text-align: center
}
#support_wrap h2 {
  display: block;
  margin: 0 20px 60px 20px;
  color: #222;
  font-size: 30px;
  font-weight: normal;
  line-height: 36px;
}
#support_tab {
  background: #f6f6f6;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#support_tab ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
#support_tab ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
#support_tab ul li {
  display: inline-block;
  width: 16.6%;
}
#support_tab ul li a {
  display: block;
  height: 50px;
  margin: 0 -1px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  background: #f6f6f6;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#support_tab ul li a:hover {
  color: #fff;
  background: #444
}
#support_tab ul li a.on {
  color: #fff;
  background: #444
}
/* partner */
#partner_wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 0;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  text-align: left
}
#partner_wrap h3 {
  display: block;
  margin: 0 0 20px 0;
  color: #222;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700
}
ul.partner_ul {
  margin: 0 0 60px 0;
}
ul.partner_ul li {
  display: block;
  margin: 0 0 40px 0;
}
ul.partner_ul li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
ul.partner_ul li .logo_ptnr {
  float: left;
  max-width: 260px;
  margin: 0 0 20px 0;
}
ul.partner_ul li .logo_ptnr img {
  width: 100%;
  height: auto
}
ul.partner_ul li p {
  margin: 0 0 0 300px;
}
ul.partner_ul li strong {
  display: block;
  margin: 0 0 20px 0;
  color: #222;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700
}
ul.partner_ul2 {}
ul.partner_ul2 li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 8px;
  color: #666;
  font-size: 16px;
  line-height: 22px;
  background: url(/images/bullet.png) no-repeat 0 8px;
}
/* buy info */
#buyinfo_wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 0;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  text-align: left
}
#buyinfo_wrap h2 {
  display: block;
  margin: 0 0 60px 0;
  color: #222;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center
}
ul.buyinfo_ul {
  margin: 0 0 60px 0;
}
ul.buyinfo_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
ul.buyinfo_ul li {
  display: block;
  float: left;
  width: 33.3%;
  height: 380px;
  padding: 0 40px
}
ul.buyinfo_ul li .icon {
  margin: 14px 0 20px 0;
  text-align: center;
  float: center;
}
ul.buyinfo_ul li p {
  margin: 0;
  padding: 0;
  color: #444
}
ul.buyinfo_ul li strong {
  display: block;
  margin: 0 0 10px 0;
  color: #073e96;
  font-size: 20px;
  line-height: 26px;
  font-weight: 800
}
ul.buyinfo_ul li .num {
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  background: #0179f1;
  border-radius: 50%;
}
ul.buyinfo_ul li dl {
  margin: 20px 0 0 0;
}
ul.buyinfo_ul li dl dd {
  display: block;
  margin: 0 0 0px 0;
  padding: 0 0 0 0px;
  color: #666;
  font-size: 14px;
  line-height: 18px; /*background:url(/images/bullet.png) no-repeat 0 6px;*/
}
ul.buyinfo_ul li dl dd strong { /*display:block;*/ margin: 0 0 0px 0;
  color: #337ab7;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.text-box {
  border: 3px solid #337ab7;
  padding: 20px 20px 20px 20px;
  text-align: center;
  box-shadow: 10px 15px 15px -10px rgba(0, 0, 0, 0.3)
}
#greeting_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
#greeting_wrap h2 {
  display: block;
  margin: 0 0 60px 0;
  color: #222;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center
}
.greeting {}
.greeting:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
.greeting h3 {
  display: block;
  margin: 0 0 40px 0;
  font-family: 'Titillium Web', sans-serif;
  color: #222;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: left
}
.greeting p {
  margin: 0 0 60px 0;
  font-size: 16px;
  text-align: left;
  line-height: 26px;
}
.greeting p strong {
  color: #337ab7;
  font-weight: 700
}
.greeting p .sign_greeting {
  color: #444;
  font-weight: 700
}
.greeting_img {
  float: left;
  width: 30%;
  max-width: 300px;
  margin: 0 0 40px 0;
}
.greeting_img img {
  width: 100%;
  height: auto
}
.greeting_con {
  margin: 0 0 0 35%
}
.greeting_refer {
  padding: 20px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  background: #f6f6f6;
  border: solid 1px #ddd;
}
.greeting_refer strong {
  display: block;
  margin: 0 0 10px 0;
  color: #0179f1;
  font-weight: 700
}
#ci_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
#ci_wrap h2 {
  display: block;
  margin: 0 0 60px 0;
  color: #222;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center
}
#ci_wrap .ci {
  width: 300px;
  margin: 0 auto 40px auto;
  text-align: center;
  border: solid 1px #ccc;
}
#ci_wrap p {
  margin: 0 0 60px 0;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}
#ci_wrap p strong {
  color: #222;
  font-size: 18px;
  font-weight: 700
}
.ci_language {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  padding: 40px 0;
  text-align: center;
  border: solid 1px #ddd;
}
.ci_language img {
  width: 80%;
  max-width: 340px !important;
  height: auto;
  margin: 0 30px;
}
ul.ci_ul {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px auto;
}
ul.ci_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
ul.ci_ul li {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 8px;
  color: #444;
  font-size: 16px;
  text-align: left;
  background: url(/images/bullet.png) no-repeat 0 9px;
}
#history_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
#history_wrap h2 {
  display: block;
  margin: 0 0 60px 0;
  color: #222;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center
}
#history {
  padding: 30px 0;
  background: url(/images/history_bg.gif) repeat-y 50% 0;
}
ul.history_ul {}
ul.history_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
ul.history_ul li {
  display: block;
  position: relative;
  padding: 20px;
  color: #666;
  border: solid 1px #999;
}
ul.history_ul li label {
  display: block;
  margin: 0 0 10px 0;
  font-family: Georgia, serif;
  color: #569ffd;
  font-size: 24px;
  font-style: italic;
  font-weight: 600
}
ul.history_ul li .circle {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
ul.history_ul li.left {
  margin: 0 52% 20px 0;
}
ul.history_ul li.left .circle {
  top: 0;
  right: -3%;
  margin: 0 -15px 0 0;
  background: #569ffd;
}
ul.history_ul li.right {
  margin: 0 0 20px 52%;
  background: #f6f6f6
}
ul.history_ul li.right .circle {
  top: 0;
  left: -3%;
  margin: 0 0 0 -14px;
  background: #0179f1
}
ul.history_ul li .his_div {
  display: inline-block;
  margin: 0 0 4px 0;
  padding: 0 0 0 8px;
  background: url(/images/bullet.png) no-repeat 0 10px
}
#orgin_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center
}
#orgin_wrap h2 {
  display: block;
  margin: 0 0 60px 0;
  color: #222;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center
}
.orgin_img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 80px auto 0 auto;
}
.orgin_img img {
  width: 100%;
  height: auto
}
#business_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  text-align: center
}
#business_wrap h2 {
  display: block;
  margin: 0 0 60px 0;
  color: #222;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center
}
ul.busi_area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px auto;
}
ul.busi_area:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
ul.busi_area li {
  display: block;
  float: left;
  width: 33.3%;
  padding: 0 20px;
}
ul.busi_area li img.busi_img {
  width: 200px;
  height: auto;
  margin: 0 auto 20px auto;
  border: solid 3px #569ffd;
  border-radius: 50%;
}
ul.busi_area li p {
  color: #222;
  font-size: 24px;
  font-weight: 700
}
ul.busi_area li p strong {
  display: block;
  margin: 15px 0 0 0;
  color: #337ab7;
  font-size: 30px;
  font-weight: 700
}
ul.busi_ul {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 40px auto;
}
ul.busi_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
ul.busi_ul li {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 8px;
  color: #444;
  text-align: left;
  background: url(/images/bullet.png) no-repeat 0 9px;
}
.busi_area_img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 80px auto 0 auto;
}
.busi_area_img img {
  width: 100%;
  height: auto
}
/* 고객지원 >  고객지원 전국네트워크 */
#company_tab {
  height: 50px;
  margin: 60px 0 40px 0;
  padding: 0 6px;
  border-bottom: solid 1px #999;
}
#company_tab ul {
  text-align: center;
}
#company_tab ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
#company_tab li {
  display: inline-block;
  position: relative;
  height: 50px;
  margin: 0 0 0 -1px;
  padding: 0 36px;
  color: #999;
  line-height: 50px;
  background: #f6f6f6;
  border: solid 1px #ccc;
  border-bottom: solid 1px #999;
}
#company_tab li:focus, #company_tab li:hover, #company_tab li:active {
  text-decoration: none;
}
#company_tab li.active {
  color: #444;
  font-weight: bold;
  background: #fff;
  border: solid 1px #999;
  border-bottom: none;
  z-index: 99;
}
.tab_wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 60px 0;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab_content {
  width: 100%;
}
.tab_content:first-child {
  width: 100%;
}
.tab_content {
  width: 100%;
}
.tab_content .tab_desc {
  max-width: 1000px;
  margin: 0 auto 60px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.tab_desc h2 {
  display: block;
  margin: 0 0 60px 0;
  color: #222;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center
}
.tab_desc ul.contact {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.tab_desc ul.contact:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
.tab_desc ul.contact li {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 100px;
}
.tab_desc ul.contact li label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 8px;
  color: #444;
  font-weight: 700;
  background: url(/images/bullet.png) no-repeat 0 9px;
}
.tab_desc ul.contact li a {
  color: #337ab7;
  text-decoration: underline
}
.embed-container {
  position: relative;
  padding: 0;
  height: 400px;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
#compare {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 10px;
  overflow-x: auto;
}
#compare h2 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1180px;
  min-width: 1000px;
  margin: 0 auto 20px auto;
  color: #222;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  text-align: left
}
#compare h2:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
#compare h2 .date {
  float: right;
  color: #999;
  font-size: 14px;
}
#compare h3 {
  display: block;
  width: 100%;
  max-width: 1180px;
  min-width: 1000px;
  margin: 0 auto 10px auto;
  color: #444;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  text-align: left
}
.comp_type {
  width: 100%;
  max-width: 1180px;
  min-width: 1000px;
  margin: 0 auto 40px auto;
}
.comp_type table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 2px #01b8fc
}
.comp_type table th {
  padding: 14px 0;
  text-align: center;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  color: #444;
  font-weight: 700;
  background: #f6f6f6;
}
.comp_type table th.last {
  border-right: none
}
.comp_type table th:last-child {
  border-right: none
}
.comp_type table td {
  padding: 14px 0;
  text-align: center;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
.comp_type table td img {
  width: 120px;
  height: auto
}
.comp_type table td.last {
  border-right: none
}
.comp_type table td:last-child {
  border-right: none
}
@media screen and (max-width:1024px) {
  .intro_cont .img1 {
    float: left;
    width: 40%;
  }
  .intro_cont .img2 {
    float: right;
    width: 40%;
  }
  .intro_cont .img3 {
    float: left;
    width: 40%;
  }
  .intro_cont .intro_cont_p {
    margin: 0 0 0 43%;
  }
  .intro_cont .intro_cont_p2 {
    margin: 0 43% 0 0;
  }
  dl.guide7_preview dd p {
    height: 130px;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  ul.buyinfo_ul li {
    display: block;
    float: left;
    width: 50%;
    height: 360px;
    padding: 0 20px
  }
}
@media screen and (max-width:768px) {
  /* intro */
  #intro_wrap h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #intro_wrap h3 {
    font-size: 16px;
    line-height: 24px;
  }
  #intro_wrap ul li p strong {
    font-size: 20px;
  }
  #intro_wrap ul li .con {
    font-size: 16px;
  }
  #intro_guide {
    font-size: 16px;
    line-height: 22px;
    background: none
  }
  #intro_guide strong {
    font-size: 24px;
  }
  .intro_guide_l {
    position: relative;
    float: none;
    width: 100%;
    text-align: right;
    border-bottom: solid 1px #ccc
  }
  .intro_guide_l p {
    position: absolute;
    left: 5%;
    top: 20px;
    padding: 20px;
    text-align: center;
    background: rgba(0, 123, 253, 0.7);
  }
  .intro_guide_l p img {
    width: auto;
    height: 30px;
  }
  .intro_guide_r {
    position: relative;
    float: none;
    width: 100%;
    text-align: left;
  }
  .intro_guide_r p {
    position: absolute;
    right: 5%;
    top: 20px;
    padding: 20px;
    text-align: center;
    background: rgba(255, 119, 0, 0.7);
  }
  .intro_guide_r p img {
    width: auto;
    height: 30px;
  }
  #intro_content h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .intro_cont .img1 {
    display: none
  }
  .intro_cont .img2 {
    display: none
  }
  .intro_cont .img3 {
    display: none
  }
  .intro_cont .intro_cont_p {
    margin: 0;
  }
  .intro_cont .intro_cont_p h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .intro_cont .intro_cont_p p {
    font-size: 14px;
    line-height: 22px;
  }
  .intro_cont .intro_cont_p ul li {
    font-size: 14px;
  }
  .intro_cont .intro_cont_p2 {
    margin: 0;
  }
  .intro_cont .intro_cont_p2 h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .intro_cont .intro_cont_p2 p {
    font-size: 14px;
    line-height: 22px;
  }
  .intro_cont .intro_cont_p2 ul li {
    font-size: 14px;
  }
  #lineup_wrap h2 {
    width: auto;
    margin: 0 20px 30px 20px;
    font-size: 30px;
    line-height: 36px;
  }
  table.lineup th {
    font-size: 16px;
  }
  table.lineup td {
    font-size: 14px;
  }
  .lineup_type {
    letter-spacing: -1px;
  }
  /* guide */
  #guide_tab {
    padding: 0 10px;
    background: none;
    border-top: none;
    border-bottom: none;
  }
  #guide_tab ul {
    width: auto
  }
  #guide_tab ul li {
    float: left;
    width: 50%;
  }
  #guide_tab ul li a {
    margin: -1px;
    font-size: 14px;
    border: solid 1px #ccc;
  }
  #guide_section {
    width: auto;
    padding: 60px 0;
    font-size: 16px;
    line-height: 24px;
  }
  #guide_section h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #guide_section h2 .sub {
    font-size: 20px;
    line-height: 26px;
  }
  #guide_section p {
    margin: 0 10px;
  }
  #guide_section ul {
    margin: 0 10px;
  }
  #guide_section ul li {
    text-align: left;
  }
  .guide_add p {
    margin: 0 0 20px 0 !important;
  }
  .guide_add ul {
    margin: 0 auto 30px auto !important;
    padding: 20px;
  }
  .guide_add ul li {
    background: url(/images/bullet.png) no-repeat 0 10px;
  }
  dl.guide7_preview dd {
    width: 50%;
    padding: 0 20px
  }
  dl.guide7_preview dd p {
    height: 130px;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  #guide_buy_info {
    margin: 0 0 -60px 0;
    padding: 60px 10px;
    font-size: 14px;
  }
  #guide_buy_info h2 {
    font-size: 24px;
  }
  #guide_buy_info a.buy_info_tel {
    display: block;
    margin: 0 0 10px 0;
    height: 50px;
    padding: 0;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
  }
  #guide_buy_info a.buy_info_tel strong {
    font-size: 20px;
    font-weight: normal;
  }
  #guide_buy_info a.buy_info_call {
    display: block;
    height: 50px;
    margin: 0;
    padding: 0px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
  }
  #guide_product {
    width: auto;
    padding: 40px 10px;
  }
  .guide_area_l {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: solid 1px #ccc;
  }
  .guide_area_r {
    float: none;
    width: 100%;
  }
  /* .guide_p_img {float:left;width:50%;max-width:300px;} */
  .guide_p_img {
    float: none;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 20px auto;
  }
  .guide_p_img p.caption {
    font-size: 14px;
  }
  dl.guide_p_spec {
    float: none;
    width: 100% !important;
    margin: 0 0 0 0;
    padding-left: 0px !important;
  }
  dl.guide_p_spec dt {
    font-size: 16px;
    text-align: center;
  }
  dl.guide_p_spec dt strong {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  dl.guide_p_spec dd {
    font-size: 14px;
    line-height: 20px;
    background: url(/images/bullet.png) no-repeat 0 8px;
  }
  dl.guide_p_spec dd.sub_title {
    font-size: 18px;
  }
  dl.guide_p_spec dd:last-child {
    margin: 20px 0 0 0;
    padding: 0;
    background: none
  }
  dl.guide_p_spec dd:last-child a {
    display: block;
    width: 160px;
    font-size: 18px;
  }
  dl.guide_p_spec dd.sub_script {
    text-align: center;
  }
  .guide_info {
    clear: both;
    padding: 16px 0 0 0;
    margin: 0 0 0 0;
  }
  /* support */
  #support_tab {
    padding: 0 10px;
    background: none;
    border-top: none;
    border-bottom: none;
  }
  #support_tab ul {
    width: auto
  }
  #support_tab ul li {
    float: left;
    width: 50%;
  }
  #support_tab ul li a {
    margin: -1px;
    font-size: 14px;
    border: solid 1px #ccc;
  }
  /* partner */
  #partner_wrap {
    margin: 0 20px;
    padding: 60px 0;
  }
  ul.partner_ul {
    margin: 0 0 40px 0;
  }
  ul.partner_ul li {
    display: block;
    margin: 0 0 40px 0;
  }
  ul.partner_ul li .logo_ptnr {
    float: none;
    width: 80%;
    max-width: 260px;
    margin: 0 auto 20px auto;
  }
  ul.partner_ul li p {
    margin: 0;
  }
  /* buy info */
  #buyinfo_wrap {
    margin: 0 20px;
    padding: 60px 0;
  }
  ul.buyinfo_ul li {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    padding: 0
  }
  #greeting_wrap {
    margin: 0 20px;
    padding: 60px 0;
  }
  .greeting_img {
    display: none;
  }
  .greeting_con {
    margin: 0;
  }
  #ci_wrap {
    margin: 0 20px;
    padding: 60px 0;
  }
  #history_wrap {
    margin: 0 20px;
    padding: 60px 0;
  }
  #history {
    padding: 30px 0;
    background: none;
  }
  ul.history_ul li {
    padding: 10px;
  }
  ul.history_ul li .circle {
    display: none;
  }
  ul.history_ul li.left {
    margin: 0 0 20px 0;
  }
  ul.history_ul li.right {
    margin: 0 0 20px 0;
  }
  #orgin_wrap {
    margin: 0 20px;
    padding: 60px 0;
  }
  #business_wrap {
    margin: 0 20px;
    padding: 60px 0;
  }
  ul.busi_area {
    margin: 0 auto 60px auto;
  }
  ul.busi_area li {
    float: none;
    width: 100%;
    margin: 0 0 40px 0
  }
  #company_tab {
    height: auto;
    margin: 20px 10px;
    padding: 0;
    border-bottom: none
  }
  #company_tab li {
    display: block;
    float: left;
    width: 33.3%;
    height: 50px;
    margin: -1px;
    padding: 0;
    line-height: 50px;
    text-align: center;
    border: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    overflow: hidden !important;
  }
  #company_tab li.active {
    border: solid 1px #999;
    border-bottom: none;
  }
  .tab_desc ul.contact {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
  }
  .tab_desc ul.contact li label {
    left: 15px;
  }
}
@media screen and (max-width:480px) {
  #intro_guide {
    font-size: 14px;
    line-height: 20px;
  }
  #intro_guide strong {
    font-size: 18px;
  }
  dl.guide7_preview dd {
    width: 100%;
    padding: 0 10px
  }
  dl.guide7_preview dd p {
    height: auto;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .guide_p_img {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  dl.guide_p_spec {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
}
/* added by kbh0007 */
.div_presenstation {
  text-align: right;
  margin: 5px 5px 0px 0px;
}
.cnt_txt_strong {
  color: #007afc;
  font-weight: 700
}
.cnt_txt_strong_red {
  color: #ff0000;
  font-weight: 700
}
.area_content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.area_content .text-left {
  text-align: left !important;
}
.variations-desktop {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
.variations-desktop .product-variation-triple {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.variations-desktop .product-variation-triple > div:first-child img, .variations-desktop .product-variation-triple > div:nth-child(2) img, .variations-desktop .product-variation-triple > div:nth-child(3) img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.variations-desktop .product-variation-logo {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variations-desktop .product-variation-logo img {
  width: 100%;
  max-width: 220px;
}
.variations-desktop .product-variation-description {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 30px;
  font-weight: bold;
  line-height: 1.33333;
  etter-spacing: 0;
}
.btn-apollo, a.btn-apollo {
  display: table;
  padding: 14px 30px;
  color: #000 !important;
  background-color: #00b8fc;
  border-color: #00b8fc;
  font-size: 13px;
  line-height: 1.38462;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: top;
  max-width: 280px;
  margin: 0px auto 10px !important;
}
.shrt_price {
  margin: 30px auto 0px;
  height: 50px;
  line-height: 50px;
}
.shrt_price a.shrt_go {
  display: block;
  width: 180px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 25px;
  float: left;
  margin-bottom: 0px;
  position: relative;
}
.shrt_price a.shrt_go i {
  color: #fff;
  margin-right: 15px;
}
.shrt_price a.shrt_go.w-140 {
  width: 140px;
}
.shrt_price a.shrt_go.black {
  color: #000;
  border: solid 1px #000;
}
.shrt_price a.shrt_go.black i {
  color: #000;
}
.shrt_price a.shrt_go small {
  position: absolute;
  bottom: -16px;
  left: 0px;
  padding-top: 2px;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 100%;
}
.shrt_price a.shrt_go.black small {
  color: #000;
}
.shrt_price span.shrt_vat {
  margin-left: 40px;
}
.shrt_price p.desc {
  width: 180px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 150%;
  margin-top: 5px 0px 0px 0px;
  padding: 0px;
  border: 0px;
}
.shrt_priceB {
  margin: 30px auto 0px;
  height: 50px;
  line-height: 50px;
}
.shrt_priceB a.shrt_go {
  display: block;
  width: 180px;
  height: 50px;
  color: #444;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: solid 1px #444;
  border-radius: 25px;
  float: left;
  position: relative;
}
.shrt_priceB a.shrt_go i {
  color: #444;
  margin-left: 15px;
}
.shrt_priceB a.shrt_go.w-140 {
  width: 140px;
}
.shrt_priceB a.shrt_go small {
  position: absolute;
  bottom: -16px;
  left: 0px;
  padding-top: 2px;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  text-align: center;
  width: 100%;
}
.shrt_priceB span {
  margin-left: 20px;
}
.shrt_priceB p.desc {
  width: 180px;
  text-align: center;
  color: #444;
  font-size: 12px;
  line-height: 150%;
  margin-top: 5px 0px 0px 0px;
  padding: 0px;
  border: 0px;
}
/* added by kbh0007 */
.bo_list, .bo_w {
  position: relative;
  max-width: 1180px;
  margin: 60px auto;
}
.bo_list:after, .bo_w:after, .bo_v:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
.bo_list h2 {
  display: block;
  margin: 0 0 30px 0;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
/*
.p-lists {}
.p-lists ul {}
.p-lists ul:after {display:block;visibility:hidden;clear:both;content:""}
.p-lists ul li {display:block;float:left;width:33.3%;text-align:center;}
.p-lists ul li a {display:block;margin:10px;padding:10px;border:solid 1px #fff}
.p-lists ul li a:hover {border:solid 1px #4B1E78;}
.p-lists ul li a .img {margin:0;padding:0;background:#CACECF;}
.p-lists ul li a .img img {width:100%;height:auto}
.p-lists ul li strong {display:block;margin:0 0 20px 0;color:#4B1E78;font-size:20px;font-weight:700;line-height:26px;}
.p-lists ul li strong small.price {color:#999;margin-left:15px;font-weight:100;font-size:13px;color:#0275D6;}
.p-lists ul li p {display:block;height:170px;padding:30px 20px;color:#666;font-size:16px;font-weight:normal;line-height:24px;background:#f6f6f6}
*/
.p-lists {
  margin: 0 0 60px 0
}
.p-lists h2 {
  display: block;
  margin: 0 0 30px 0;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.p-lists ul {}
.p-lists ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}
.p-lists ul li {
  display: block;
  float: left;
  text-align: center;
  width: 33.3%
}
.p-lists ul li a {
  display: block;
  margin: 10px;
  padding: 10px;
  border: solid 1px #fff
}
.p-lists ul li a .img {
  margin: 0 0 20px 0;
  padding: 30px;
  background: #CACECF;
}
.p-lists ul li a .img img {
  width: 100%;
  height: auto
}
.p-lists ul li strong {
  display: block;
  margin: 0 0 6px 0;
  color: #4B1E78;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.p-lists ul li strong small.price {
  color: #999;
  margin-left: 15px;
  font-weight: 300;
  font-size: 13px;
  color: #0275D6;
}
.p-lists ul li p {
  display: block;
  height: 100px;
  visibility: hidden;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.p-lists ul li a:hover {
  border: solid 1px #4B1E78;
}
.p-lists ul li a:hover p {
  visibility: visible
}
@media screen and (max-width:768px) {
  .bo_list, .bo_wt, .bo_v {}
  .p-lists ul li {
    display: block;
    float: left;
    width: 50%
  }
  .p-lists ul li p {
    height: 70px;
  }
}
@media screen and (max-width:480px) {
  .p-lists ul li {
    display: block;
    float: left;
    width: 100%
  }
  .p-lists ul li p {
    height: auto;
  }
}
/*
table.lineup td.lineup1.p-70 {padding-top:70px !important;}
table.lineup td.lineup1.p-140 {padding-top:140px !important;}
*/
/* .edu_bg {background-color:#efefef;} */
.edu_bg {
  background-color: #f1f1f1;
}
.edu_add {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.edu_add p {
  margin: 0 0 40px 0;
  word-break: keep-all;
}
.edu_add ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px auto;
  padding: 40px;
  background: #FFF;
  border: solid 1px #ddd
}
.edu_add ul li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 8px;
  text-align: left;
  background: url(/images/bullet.png) no-repeat 0 12px;
}
.edu_add ul li strong {
  display: inline-block;
  color: #222;
  font-weight: normal;
}
.edu_add1 ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px auto;
  padding: 40px;
  background: #e4ebf5; /*border:solid 1px #afbacb*/
}
.edu_add1 ul li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 8px;
  text-align: left;
  background: url(/images/bullet.png) no-repeat 0 12px;
  color: #222;
}
.edu_add1 ul li strong {
  display: inline-block;
  color: #222;
  font-weight: normal;
}
.edu_add table.nobrd {
  width: 100%;
  border: none;
  margin-bottom: 50px;
  border-top: solid 2px #01b8fc;
}
.edu_add table.nobrd td {
  padding: 10px 0px 0px 0px;
  text-align: left;
  border: none;
  color: #444;
  vertical-align: top;
  line-height: 30px;
}
.edu_add table.nobrd td.title {
  font-weight: 700;
  width: 25%;
}
.edu_add table.nobrd td.title span.stitle {
  font-size: 22px;
  font-weight: 700;
}
.edu_add table.nobrd td.title div.simg {
  padding: 20px auto 0px;
  margin-top: 10px;
}
.edu_add table.nobrd td.title div.simg img {
  width: 70%;
}
.edu_add table.nobrd td.desc {
  font-size: 16px;
  width: 75%;
}
.edu_add table.nobrd td.desc .pl-20 {
  padding-left: 20px;
}
@media screen and (max-width:768px) {
  .edu_add ul li {
    text-align: center !important;
    background: none;
  }
  .edu_add table.nobrd td.title div.simg {
    padding: 10px auto 0px;
  }
  .edu_add table.nobrd td.title div.simg img {
    width: 100%;
  }
}
.edu_add table.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 2px #01b8fc
}
.edu_add table.tbl th {
  padding: 14px 0;
  text-align: center;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  color: #444;
  font-weight: 700;
  background: #FFF;
  width: 20%;
}
.edu_add table.tbl th:last-child {
  border-right: none
}
.edu_add table.tbl td {
  padding: 14px 0;
  text-align: center;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  background: #FFF;
  width: 20%;
  font-size: 16px;
}
.edu_add table.tbl td.text-left {
  text-align: left !important;
}
.edu_add table.tbl td img {
  width: 120px;
  height: auto
}
.edu_add table.tbl td:last-child {
  border-right: none
}
/* added by kbh0007 */
/* .cmp_type {width:100%;max-width:1180px;min-width:1000px;margin:0 auto 40px auto;} */
.cmp_type {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 40px auto;
  overflow-x: auto !important;
}
.cmp_type table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 2px #337ab7
}
.cmp_type table th {
  padding: 14px 5px;
  text-align: center;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  color: #444;
  font-weight: 700;
  background: #f6f6f6;
}
.cmp_type table th.last {
  border-right: none
}
.cmp_type table th:last-child {
  border-right: none
}
.cmp_type table td {
  padding: 14px 5px;
  text-align: center;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
.cmp_type table td img {
  width: 120px;
  height: auto
}
.cmp_type table td.last {
  border-right: none
}
.cmp_type table td:last-child {
  border-right: none
}
.cmp_type table td.blue {
  background-color: #337ab7;
  color: #fff;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
/* list */
[class^="list_"] {
  word-break: keep-all;
}
[class^="list_"] [class^="list_"] {
  padding-left: 15px;
}
[class^="list_ol"] {
  counter-reset: chapter;
}
[class^="list_ol"] > li {
  padding: 3px 0;
}
[class^="list_ol"] > li > p {
  position: relative;
  padding-left: 35px;
}
[class^="list_ol"] > li > p:before {
  display: block;
  content: counter(chapter);
  counter-increment: chapter;
  position: absolute;
  left: 0;
  top: 0;
  font-style: italic;
}
.list_ol1 > li {
  padding: 15px 0;
}
.list_ol1 > li:nth-child(n+10) > p {
  padding-left: 42px;
}
.list_ol1 > li > p:before {
  top: 11px;
  min-width: 26px;
  height: 26px;
  padding: 0 8px 0 5px;
  background-color: #366ACA;
  border-radius: 500px;
  font-size: 17px;
  color: #fff;
  box-sizing: border-box;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
}
.list_ol2 > li > p {
  padding-left: 28px;
}
.list_ol2 > li > p:before {
  content: counter(chapter, decimal-leading-zero);
  font-size: 15px;
  color: #333;
  font-weight: 700;
}
.list_ol3 > li > p {
  padding-left: 30px;
}
.list_ol3 > li:nth-child(n+10) > p {
  padding-left: 35px;
}
.list_ol3 > li > p:before {
  padding-left: 8px;
  background: url(/images/icon_ol_list.png) left center no-repeat;
  font-size: 15px;
  color: #7c7c7c;
  font-weight: 700;
}
[class^="list_ul"] > li {
  padding: 5px 0;
}
[class^="list_ul"] > li > p {
  position: relative;
}
[class^="list_ul"] > li > p:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  margin-right: 8px;
}
[class^="list_ul1"] > li > p {
  padding-left: 20px;
}
[class^="list_ul1"] > li > p:before {
  top: 6px;
  width: 12px;
  height: 15px;
  background: url(/images/icon_list_ul1.png) left center no-repeat;
  line-height: 11px;
}
.list_ul1_2 > li > p:before {
  background-image: url(/images/icon_list_ul1_1.png);
}
.list_ul1_3 > li > p:before {
  background-image: url(/images/icon_list_ul1_3.png);
}
.list_ul2 > li > p {
  padding-left: 14px;
}
.list_ul2 > li > p:before {
  width: 6px;
  height: 2px;
  background-color: #808080;
}
.list_ul2_sub > li > p:before {
  top: 14px;
}
.list_ul3 > li > p {
  padding-left: 10px;
}
.list_ul3 > li > p:before {
  width: 2px;
  height: 2px;
  background-color: #808080;
}
/* list style add 2020-08-27 */
.line_list > li > p, .line_list2 > li > p, .line_list3 > li > p {
  margin-bottom: 10px;
  padding: 10px 0;
  border-top: 1px solid #d2d7e6;
  border-bottom: 1px solid #d2d7e6;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.line_list > li > p {
  padding-left: 35px;
  text-align: left !important;
}
.line_list > li > [class^="list_"] > li, .line_list2 > li > [class^="list_"] > li {
  margin: 20px 0;
}
.line_list2 > li > p {
  padding-top: 0;
  padding-left: 28px;
  border-top: none;
  font-weight: normal;
}
.line_list3 > li {
  padding: 20px 0;
  border-bottom: 1px solid #d2d7e6;
}
.line_list3 > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.line_list3 > li > p {
  padding: 0;
  padding-left: 30px;
  border: none;
}
.line_list3 > li > [class^="list_"] {
  padding: 0;
}
.point_list > li > p > span {
  font-weight: 700;
  color: #2bafed;
}
.point_list > li > p > span:after {
  content: '';
  display: block;
  margin-bottom: 5px;
}
.sm_list > li {
  padding: 2px 0;
  font-size: 15px;
}
/* list style add 2020-08-28 */
.line_title {
  margin-bottom: 10px;
  padding: 20px 0;
  border-top: 1px solid #d2d7e6;
  border-bottom: 1px solid #d2d7e6;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.Pdesc_area .link {
  color: #49BFEB;
  font-weight: 500;
  text-decoration: underline;
}
/* 제품소개 페이지 시작 : added by kbh0007 */
.Pdesc_wrap {
  display: block;
  overflow: auto;
  padding: 30px 0px 0px 0px
}
.Pdesc_section {
  display: block;
  overflow: auto;
  padding: 60px 0;
  color: #222;
  font-size: 16px;
  line-height: 28px;
  border-bottom: solid 1px #ddd
}
.Pdesc_section.bg {
  background-color: #F7F7F7;
}
.Pdesc_area_title {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: left
}
.Pdesc_area_title h1 {
  color: #023377;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd
}
.Pdesc_area {
  display: block;
  overflow: auto;
  width: 100%;
  max-width: 1180px;
  margin: 0px auto 40px;
}
.Pdesc_area > h2 {
  font-size: 32px;
  line-height: 120%;
  color: #023377;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
}
.Pdesc_area > h3 {
  font-size: 30px;
  line-height: 120%;
  color: #337ab7;
  font-weight: 700;
  padding-bottom: 20px;
}
.Pdesc_area h4 {
  font-size: 22px;
  line-height: 130%;
  color: #337ab7;
  font-weight: 700;
  padding-bottom: 10px;
}
.Pdesc_area .midtitle {
  font-size: 32px;
  line-height: 120%;
  color: #023377;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: center;
}
.Pdesc_area .title {
  font-size: 20px;
  line-height: 130%;
  color: #111;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 0 auto;
}
.Pdesc_area img.icon {
  width: 40px;
  height: 40px;
  border: 0px;
  margin: 0px 0px;
}
.Pdesc_area p {
  margin: 0 0 40px 0;
  word-break: keep-all;
}
.Pdesc_area .Pdesc_list {
  display: block;
  overflow: auto;
  margin-bottom: 20px;
}
.Pdesc_area .Pdesc_list:last-child {
  margin-bottom: 0px;
}
.Pdesc_area .w50 {
  float: left;
  width: 50%;
  text-align: left;
}
.Pdesc_area .w50.center {
  text-align: center;
}
.Pdesc_area .w50:first-child {
  padding-right: 10px;
}
.Pdesc_area .w50:last-child {
  padding-left: 10px;
}
.Pdesc_area .w50 h3 {
  font-size: 30px;
  line-height: 120%;
  color: #337ab7;
  font-weight: 700;
  padding-bottom: 20px;
}
.Pdesc_area .w50:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
  text-align: left
}
.Pdesc_area .w50 .img {
  width: 100%;
  max-width: 100% !important;
}
.Pdesc_area .w50 .img.w-300 {
  width: 300px;
  max-width: 100%;
}
/* .Pdesc_area .Pdesc_area_img {text-align:center;border: solid 1px#ddd;padding:30px; margin:30px 0px; box-shadow:10px 15px 15px -15px rgba(0,0,0,0.2) } */
.Pdesc_area .Pdesc_area_img {
  text-align: center;
  border: solid 1px#ddd;
  padding: 30px;
  margin: 10px 0px 15px;
  box-shadow: 10px 15px 15px -15px rgba(0, 0, 0, 0.2)
}
.Pdesc_area .Pdesc_area_img.pb30 {
  padding-bottom: 30px;
}
/* .Pdesc_area .Pdesc_area_img .img {margin:0 auto;max-width:900px;} */
.Pdesc_area .Pdesc_area_img .img {
  margin: 0 auto;
  max-width: 1000px;
}
.Pdesc_area .Pdesc_area_img .img > img {
  margin: 0 auto;
  width: auto !important;
  max-width: 100% !important;
  height: auto;
}
.Pdesc_area .Pdesc_area_img h3 {
  color: #222;
  padding-bottom: 20px;
}
.Pdesc_area_img .col {
  display: block;
  overflow: auto;
}
.Pdesc_area_img .col > li {
  float: left;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.Pdesc_area_img .col > li:first-child:nth-last-child(1) {
  width: 100%;
}
.Pdesc_area_img .col > li:first-child:nth-last-child(2), .Pdesc_area_img .col > li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.Pdesc_area_img .col > li:first-child:nth-last-child(3), .Pdesc_area_img .col > li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.Pdesc_area_img .col > li:first-child:nth-last-child(4), .Pdesc_area_img .col > li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.Pdesc_area_img .col > li:first-child:nth-last-child(5), .Pdesc_area_img .col > li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
.Pdesc_area_img .col > li div.img > img {
  width: 80%;
  max-width: 80%;
  margin: 0 auto 10px;
}
.Pdesc_area_img .col > li a {
  font: normal 16px suit, serif;
  font-weight: 500;
}
.Pdesc_area_img .col > li img.brand {
  height: 24px;
}
.Pdesc_area_img .col.pl5 > li {
  padding: 0px 5px;
}
.Pdesc_area_img .col.pl15 > li {
  padding: 0px 15px;
}
.Pdesc_area_img .col.pl150 > li {
  padding: 0px 15px;
}
.Pdesc_area_img .col.pl5 > li:first-child, .Pdesc_area_img .col.pl15 > li:first-child {
  padding-left: 0px;
}
.Pdesc_area_img .col.pl5 > li:last-child, .Pdesc_area_img .col.pl15 > li:last-child {
  padding-right: 0px;
}
.Pdesc_area_img .col .col_ul {}
.Pdesc_area_img .col .col_ul > li {
  text-align: left;
  font-size: 14px;
  list-style: disc;
  margin-left: 20px;
}
.spec > ul.description-list {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  list-style-position: inside;
}
.spec ul ul ul {
  list-style-type: circle;
}
.spec ul li {
  list-style-position: outside;
}
/* .spec ul .description {font-weight:200;color:#282828;font-size:1.5rem;width:48%;vertical-align:top;padding-right:1%;padding-left:1%;text-align:left;display:inline-block;} */
.spec ul li.description {
  font-weight: normal;
  color: #282828;
  font-size: 1.5rem;
  width: 50%;
  vertical-align: top;
  padding: 0px 5px;
  text-align: left;
  display: inline-block;
  float: left;
}
.spec ul li.description dt {
  color: #505050;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
  border-bottom: solid 1px;
  padding-bottom: 10px
}
.spec ul li.description li.cate {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.7rem
}
/* 모바일 설정 */
@media screen and (max-width:768px) {
  .Pdesc_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .Pdesc_area .Pdesc_list {
    margin-bottom: 30px;
  }
  .Pdesc_area .Pdesc_list:last-child {
    margin-bottom: 0px;
  }
  .Pdesc_area > h3 {
    text-align: center;
  }
  .Pdesc_area .w50 {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .Pdesc_area .w50 .img {
    width: 100%;
  }
  .Pdesc_area .w50 .img.small {
    width: 100%;
  }
  .Pdesc_area .w50 .img.w400 {
    width: 40px;
    max-width: 100%;
  }
  .Pdesc_area .w50:first-child {
    padding-right: 0px !important;
  }
  .Pdesc_area .w50:last-child {
    padding-left: 0px !important;
  }
  .Pdesc_area .Pdesc_area_img .img {
    margin: 20px auto;
    width: 100%;
  }
  .spec {
    margin-bottom: 0px !important;
  }
  .spec p {
    margin-bottom: 0px !important;
  }
  .spec > ul.description-list {}
  .spec ul .description {
    width: 100% !important;
    padding: 0px !important;
    float: none !important;
  }
  .spec ul .description:first-child {
    margin-bottom: 30px;
  }
  .spec {
    padding-top: 0
  }
}
/* 제품소개 페이지 끝 */
/* 필수입력 요구 */
.required, textarea.required {
  background: url('/img/require.png') no-repeat right top !important;
}
/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  display: inline-block;
  position: relative;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
/*
#captcha #captcha_img {height:40px;padding:0;margin:0;border:1px solid #ccc;vertical-align:top;border:1px solid red;}
#captcha #captcha_mp3 {width:40px;height:40px;margin:0;padding:0;text-indent:-999px;background:transparent;border:0;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/img/captcha2.png') no-repeat;}
#captcha #captcha_reload {width:40px;height:40px;margin:0;padding:0;text-indent:-999px;background:transparent;border:0;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/img/captcha2.png') no-repeat  0 -40px;}
#captcha #captcha_key {display:inline; width:90px;height:40px;margin:0 0 0 3px;padding:0 5px;font-weight:700;text-align:center;background:#fff;border:1px solid #ccc;vertical-align:top;border:1px solid red;}
*/
#captcha #captcha_img {
  display: inline;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  vertical-align: top;
}
#captcha #captcha_mp3 {
  display: inline;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  background: transparent;
  border: 0;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('/img/captcha2.png') no-repeat;
}
#captcha #captcha_reload {
  display: inline;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  background: transparent;
  border: 0;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('/img/captcha2.png') no-repeat 0 -40px;
}
#captcha #captcha_key {
  display: inline;
  width: 90px;
  height: 40px;
  margin: 0 0 0 3px;
  padding: 0 5px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0 0;
  color: #f75665
}
/* 답변전화요청 입력폼 */
.callback_title {
  height: 50px;
  margin: 0 0 20px 0;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  background: #01b8fc
}
.callback_title img {
  width: 24px;
  height: auto
}
ul.callback_form {}
ul.callback_form li {
  display: block;
  margin: 0 0 10px 0;
}
ul.callback_form li label {
  display: block;
  margin: 0 0 8px 0;
  color: #222;
  font-weight: 700
}
ul.callback_form li input, ul.callback_form li button, ul.callback_form li a {
  vertical-align: top;
  cursor: pointer
}
ul.callback_form .frm_input {
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  background: #fff;
  border: solid 1px #ccc;
  display: inline;
}
a.btn, .btn {
  display: inline-block;
  height: 40px;
  padding: 0 24px;
  line-height: 40px;
  text-align: center;
  border: none;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
a.btn_submit, button.btn_submit, .btn_submit {
  color: #fff;
  background: #444;
}
/* Tabs */
/* Android 2.3 :checked fix */
@-webkit-keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
body {
  -webkit-animation: fake 1s infinite;
  animation: fake 1s infinite;
}
.worko-tabs {
  width: 100%;
  margin-bottom: 20px;
}
.worko-tabs .state {
  position: absolute;
  left: -10000px;
}
.worko-tabs .flex-tabs {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.worko-tabs .flex-tabs .tab {
  flex-grow: 1;
  max-height: 60px;
  font-size: 18px;
}
.worko-tabs .flex-tabs .panel {
  background-color: #fff;
  padding: 30px 0 20px 0;
  min-height: 200px;
  display: none;
  width: 100%;
  flex-basis: auto;
  border: 1px solid #eee;
  text-align: center;
}
.worko-tabs .tab {
  display: inline-block;
  padding: 20px;
  vertical-align: top;
  background-color: #eee;
  cursor: hand;
  cursor: pointer;
  border-left: 10px solid #ccc;
}
.worko-tabs .tab:hover {
  background-color: #fff;
}
#tab-one:checked ~ .tabs #tab-one-label, #tab-two:checked ~ .tabs #tab-two-label, #tab-three:checked ~ .tabs #tab-three-label, #tab-four:checked ~ .tabs #tab-four-label, #tab-five:checked ~ .tabs #tab-five-label, #tab-six:checked ~ .tabs #tab-six-label, #tab-seven:checked ~ .tabs #tab-seven-label {
  background-color: #0233771a;
  cursor: default;
  border-left-color: #023377;
  color: #023377;
  font-weight: 700;
}
#tab-one:checked ~ .tabs #tab-one-panel, #tab-two:checked ~ .tabs #tab-two-panel, #tab-three:checked ~ .tabs #tab-three-panel, #tab-four:checked ~ .tabs #tab-four-panel, #tab-five:checked ~ .tabs #tab-five-panel, #tab-six:checked ~ .tabs #tab-six-panel, #tab-seven:checked ~ .tabs #tab-seven-panel {
  display: block;
}
@media (max-width: 600px) {
  .flex-tabs {
    flex-direction: column;
  }
  .flex-tabs .tab {
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .flex-tabs .tab:last-of-type {
    border-bottom: none;
  }
  .flex-tabs #tab-one-label {
    order: 1;
  }
  .flex-tabs #tab-two-label {
    order: 3;
  }
  .flex-tabs #tab-three-label {
    order: 5;
  }
  .flex-tabs #tab-four-label {
    order: 7;
  }
  .flex-tabs #tab-five-label {
    order: 9;
  }
  .flex-tabs #tab-six-label {
    order: 11;
  }
  .flex-tabs #tab-seven-label {
    order: 13;
  }
  .flex-tabs #tab-one-panel {
    order: 2;
  }
  .flex-tabs #tab-two-panel {
    order: 4;
  }
  .flex-tabs #tab-three-panel {
    order: 6;
  }
  .flex-tabs #tab-four-panel {
    order: 8;
  }
  .flex-tabs #tab-five-panel {
    order: 10;
  }
  .flex-tabs #tab-six-panel {
    order: 12;
  }
  .flex-tabs #tab-seven-panel {
    order: 14;
  }
  #tab-one:checked ~ .tabs #tab-one-label, #tab-two:checked ~ .tabs #tab-two-label, #tab-three:checked ~ .tabs #tab-three-label, #tab-four:checked ~ .tabs #tab-four-label, #tab-five:checked ~ .tabs #tab-five-label, #tab-six:checked ~ .tabs #tab-six-label, #tab-seven:checked ~ .tabs #tab-seven-label {
    border-bottom: none;
  }
  #tab-one:checked ~ .tabs #tab-one-panel, #tab-two:checked ~ .tabs #tab-two-panel, #tab-three:checked ~ .tabs #tab-three-panel, #tab-four:checked ~ .tabs #tab-four-panel, #tab-five:checked ~ .tabs #tab-five-panel, #tab-six:checked ~ .tabs #tab-six-panel, #tab-seven:checked ~ .tabs #tab-seven-panel {
    border-bottom: 1px solid #ccc;
  }
}
/* taps end */
/* taps icon */
.page-introduce {
  clear: both;
  width: 100%;
  margin: 0
}
.page-introduce:after {
  overflow: hidden;
  display: block;
  content: ""
}
.page-introduce h3 {
  margin-bottom: 5rem
}
.page-introduce h3 strong {
  display: block; /*font-family:nm;*/ color: #333;
  font-size: 3.8rem
}
.page-introduce h3 span {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.6rem;
  font-weight: 400
}
.page-introduce .txt-imgbox {
  width: 118rem;
  clear: both;
  overflow: hidden;
  margin: 0 auto 12.5rem
}
.page-introduce .txt-imgbox:first-child span.pull-left {
  margin-right: 9rem
}
.page-introduce .txt-imgbox:nth-child(2) dl {
  width: 64rem;
  padding-top: 9rem
}
.page-introduce .txt-imgbox dl {
  padding-top: 11rem
}
.page-introduce .txt-imgbox.location {
  margin-bottom: 5rem
}
.page-introduce .txt-imgbox.location span.pull-left {
  margin-right: 9rem
}
.page-introduce .txt-imgbox.location dl {
  padding-top: 6rem
}
.page-introduce .txt-imgbox.location dl dd p {
  margin-bottom: 3rem
}
.page-introduce .txt-imgbox dl dt {
  margin: 0 0 3rem 0; /*font-family:nm;*/ font-size: 3.8rem;
  color: #333;
  line-height: 4.5rem
}
.page-introduce .txt-imgbox dl dd {
  color: rgba(102, 102, 102, 0.9);
  font-size: 1.6rem;
  line-height: 2.8rem
}
.page-introduce .txt-iconlist {
  clear: both;
/*  overflow: hidden;*/
	overflow: scroll;
  position: relative;
  width: 100%;
  padding-top: 4rem;
  margin: 0 auto 6rem
}
/* .page-introduce .txt-iconlist:before {position:absolute; left:0; top:0; content:"??? ??�에??? ??�양??? ??�점??? ??�습??�다."; color:#333; /*font-family:nm;*/ font-size:3rem
}
*/ .page-introduce .txt-iconlist ul {
  width: 100%
}
.page-introduce .txt-iconlist ul li {
  float: left;
  width: 25%;
  height: 16.5rem;
  text-align: center;
  border-left: 1px solid #ddd
}
.page-introduce .txt-iconlist ul li:first-child {
  border-left: 0
}
.page-introduce .txt-iconlist ul li strong {
  display: block;
  width: 100%;
  height: 15rem;
  padding-top: 9.5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem
}
.page-introduce .txt-iconlist ul li span {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem
}
.page-introduce .txt-iconlist ul li.ti-1 strong {
  background: url('../images/icon_introduce_01.jpg') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-2 strong {
  background: url('../images/icon_introduce_02.jpg') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-3 strong {
  background: url('../images/icon_introduce_03.jpg') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-4 strong {
  background: url('../images/icon_introduce_04.jpg') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-5 {
  width: 33.4%;
  height: 26rem
}
.page-introduce .txt-iconlist ul li.ti-5 strong {
  height: 13rem;
  background: url('../images/icon_introduce_05.jpg') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-6 {
  width: 33.3%;
  height: 26rem
}
.page-introduce .txt-iconlist ul li.ti-6 strong {
  height: 13rem;
  background: url('../images/icon_introduce_06.jpg') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-7 {
  width: 33.3%;
  height: 26rem
}
.page-introduce .txt-iconlist ul li.ti-7 strong {
  height: 13rem;
  background: url('../images/icon_introduce_07.jpg') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-8 {
  height: 30rem;
	  width: 33.3%;
}
.page-introduce .txt-iconlist ul li.ti-8 strong {
  height: 13rem;
  background: url('../images/sub2_8_05.png') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-9 {
  height: 25rem;
	  width: 33.3%;
}
.page-introduce .txt-iconlist ul li.ti-9 strong {
  height: 13rem;
  background: url('../images/sub2_8_04.png') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-10 {
  height: 25rem;
	  width: 33.3%;
}
.page-introduce .txt-iconlist ul li.ti-10 strong {
  height: 13rem;
  background: url('../images/sub2_8_03.png') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-11 {
  height: 25rem
}
.page-introduce .txt-iconlist ul li.ti-11 strong {
  height: 13rem;
  background: url('../images/icon_introduce_11.jpg') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-12 {
  height: 25rem
}
.page-introduce .txt-iconlist ul li.ti-12 strong {
  height: 13rem;
  background: url('../images/sub2_8_05.png') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-13 {
  height: 25rem
}
.page-introduce .txt-iconlist ul li.ti-13 strong {
  height: 13rem;
  background: url('../images/sub2_8_04.png') no-repeat 50% 0.5rem
}
.page-introduce .txt-iconlist ul li.ti-14 {
  height: 25rem
}
.page-introduce .txt-iconlist ul li.ti-14 strong {
  height: 13rem;
  background: url('../images/sub2_8_03.png') no-repeat 50% 0.5rem
}
@media screen and (max-width: 1024px) {
  .page-introduce h3 {
    margin-bottom: 3rem
  }
  .page-introduce h3 {
    margin-bottom: 3rem
  }
  .page-introduce h3 strong {
    font-size: 2.4rem;
    line-height: 3.2rem
  }
  .page-introduce h3 span {
    margin-top: 1rem;
    font-size: 1.4rem
  }
  .page-introduce .btn-large {
    height: 4.5rem;
    font-size: 1.45rem
  }
  .page-introduce .txt-imgbox {
    width: auto;
    margin: 0 2rem 4em 2rem
  }
  .page-introduce .txt-imgbox .pic {
    display: block;
    width: 100%
  }
  .page-introduce .txt-imgbox .pic img {
    width: 100%
  }
  .page-introduce .txt-imgbox .pull-left img {
    width: 100%
  }
  .page-introduce .txt-imgbox .pull-none {
    width: 100%
  }
  .page-introduce .txt-imgbox .pull-none img {
    width: 100%
  }
  .page-introduce .txt-imgbox:first-child span.pull-left {
    float: none;
    margin-right: 0
  }
  .page-introduce .txt-imgbox:nth-child(2) dl {
    width: 100%;
    margin-bottom: 6.15rem;
    padding-top: 0
  }
  .page-introduce .txt-imgbox dl {
    padding-top: 3rem
  }
  .page-introduce .txt-imgbox dl.pull-left.mobile-only {
    margin-top: 4rem;
    margin-bottom: 0
  }
  .page-introduce .txt-imgbox dl dt {
    margin: 0 0 1rem 0;
    font-size: 2.2rem;
    line-height: 3.2rem
  }
  .page-introduce .txt-imgbox dl dd {
    font-size: 1.4rem;
    line-height: 2.2rem
  }
  .page-introduce .txt-imgbox.location span.pull-left {
    float: none !important;
    margin-right: 0
  }
  .page-introduce .txt-imgbox.location dl {
    padding-top: 4rem
  }
  .page-introduce .txt-imgbox.location dl dd p {
    margin-bottom: 2rem
  }
  .page-introduce .txt-imgbox.bookselect dl {
    padding-top: 0
  }
  .page-introduce .txt-iconlist {
    width: auto;
    padding-top: 0;
    margin: 0 1rem 4rem 1rem
  }
  .page-introduce .txt-iconlist:before {
    font-size: 2rem
  }
  .page-introduce .txt-iconlist ul li {
    width: 50%;
    height: 16rem;
    padding: 0 1rem 0 1rem;
    text-align: center;
    border-left: 1px solid #ddd
  }
  .page-introduce .txt-iconlist ul li:first-child {
    border-left: 0
  }
  .page-introduce .txt-iconlist ul li strong {
    height: 9rem;
    padding-top: 7.52rem;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 2rem;
    background-size: auto 6rem !important
  }
  .page-introduce .txt-iconlist ul li span {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem
  }
  .page-introduce .txt-iconlist ul li.ti-1 strong {
    background: url('../images/_micon_introduce_01.jpg') no-repeat 50% 0.5rem
  }
  .page-introduce .txt-iconlist ul li.ti-2 strong {
    background: url('../images/_micon_introduce_02.jpg') no-repeat 50% 0.5rem
  }
  .page-introduce .txt-iconlist ul li.ti-3 strong {
    background: url('../images/_micon_introduce_03.jpg') no-repeat 50% 0.5rem
  }
  .page-introduce .txt-iconlist ul li.ti-3 {
    padding: 2rem 0.5rem 0 0.5rem;
    border-top: 1px solid #ddd;
    border-left: 0
  }
  .page-introduce .txt-iconlist ul li.ti-4 {
    padding-top: 2rem;
    border-top: 1px solid #ddd
  }
  .page-introduce .txt-iconlist ul li.ti-4 strong {
    background: url('../images/_micon_introduce_04.jpg') no-repeat 50% 0.5rem
  }
  .page-introduce .txt-iconlist ul li.ti-5, .page-introduce .txt-iconlist ul li.ti-6, .page-introduce .txt-iconlist ul li.ti-7 {
    float: none;
    width: 100%;
    height: auto;
    padding: 3rem 0 4rem 0;
    border-bottom: 1px solid #ddd;
    border-left: 0
  }
  .page-introduce .txt-iconlist ul li.ti-7 {
    border-bottom: 0
  }
  .page-introduce .txt-iconlist ul li.ti-5 strong, .page-introduce .txt-iconlist ul li.ti-6 strong, .page-introduce .txt-iconlist ul li.ti-7 strong {
    height: auto;
    margin-bottom: 1rem
  }
  .page-introduce .txt-iconlist ul li.ti-5 strong {
    height: 11rem;
    background: url('../images/_micon_introduce_05.jpg') no-repeat 50% 0.5rem
  }
  .page-introduce .txt-iconlist ul li.ti-6 strong {
    height: 11rem;
    background: url('../images/_micon_introduce_06.jpg') no-repeat 50% 0.5rem
  }
  .page-introduce .txt-iconlist ul li.ti-7 strong {
    height: 11rem;
    background: url('../images/_micon_introduce_07.jpg') no-repeat 50% 0.5rem
  }
  .page-introduce .txt-iconlist ul li.ti-8, .page-introduce .txt-iconlist ul li.ti-9, .page-introduce .txt-iconlist ul li.ti-10, .page-introduce .txt-iconlist ul li.ti-11 {
    float: none;
    width: 100%;
    height: auto;
    padding: 3rem 0 3rem 0;
    border-bottom: 1px solid #ddd;
    border-left: 0
  }
  .page-introduce .txt-iconlist ul li.ti-8 strong {
    height: 13rem;
    background: url('../images/sub2_8_05.png') no-repeat 50% 0.5rem
  }
  .page-introduce .txt-iconlist ul li.ti-9 strong {
    height: 13rem;
    background: url('../images/sub2_8_04.png') no-repeat 50% 0.5rem
  }
  .page-introduce .txt-iconlist ul li.ti-10 strong {
    height: 13rem;
    background: url('../images/sub2_8_03.png') no-repeat 50% 0.5rem
  }
  .page-introduce .txt-iconlist ul li.ti-11 {
    padding-bottom: 0;
    border-bottom: 0
  }
  .page-introduce .txt-iconlist ul li.ti-11 strong {
    height: 13rem;
    background: url('../images/micon_introduce_11.png') no-repeat 50% 0.5rem
  }
  .page-introduce .txt-iconlist ul li.ti-8 strong, .page-introduce .txt-iconlist ul li.ti-9 strong, .page-introduce .txt-iconlist ul li.ti-10 strong, .page-introduce .txt-iconlist ul li.ti-11 strong {
    height: auto;
    margin-bottom: 1rem
  }
}
/* taps icon end */



.table {
    width: 100%;
    margin-bottom: 5rem;
    color: #212529;
	text-align: center;
}
.table td img {
	width:100%;
}
.table .thead-dark th {
    color: #fff;
    background-color: #023377;
    border-color: #023377;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table th {
    font-weight: 500;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}th {
    text-align: inherit;
}.table-dark {
    color: #fff;
    background-color: #343a40;