@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: black;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}
#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: 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 20px 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;
	font-weight: 800;
}
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: 18px;
  text-align: left;
  line-height: 170%;
  background: url(/images/bullet.png) no-repeat 0 14px;
}
dl.guide_p_spec .text_box_84 dd {
  display: block;
  margin: 0 0 2px 0;
  padding: 0 0 0 8px;
  color: #666;
  font-size: 18px;
  text-align: left;
  line-height: 33px;
  background: url(/images/bullet.png) no-repeat 0 9px;
}
dl.guide_p_spec dd.sub_script {
   padding: 0;
  background: none;
  color: #0891b2;
font-size: 18px;
font-weight: 600;
}
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;
}
/* 미팅보드 상세페이지 */
/* 모바일-(소형 400까지)  */
@media screen and (max-width: 400px) {
	.guide_area_l{
		margin: 0;
		padding: 0;
		border-bottom: 0;
	}
	.ctt_p_logitech #bo_v_title1{
		padding:0;
	}
	.list_ol1 > li{
		padding:15px;
	}
	.btn-large1{
		margin-left: 20px;
	}
	.Pdesc_section .Pdesc_area span{
		font-size: 15px;
	}
	.Pdesc_wrap .Pdesc_area_title h2{
		color: #023377;
		font-size: 30px;
		font-weight: 700;
		line-height: 40px;
		text-align: center;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.Pdesc_section .Pdesc_area p {
		margin: 10% 0 10% 0;
		word-break: keep-all;
		line-height: 180%;
		font-size: 15px;
	}
	.Pdesc_section .Pdesc_area .w50 .w50_p{
		font-size: 14px;
		padding-left: 0;
		text-align: justify;
	}
	.Pdesc_section .Pdesc_area h4{
		font-size: 20px;
		text-align: center;
	}
	#Pdesc_area_s1 .w50{
		text-align:inherit;
	}
	.Pdesc_wrap .Pdesc_area .w50 h3{
		font-size: 25px;
		padding-bottom: 8%;
		padding-left: 3%;
	}
	.Pdesc_wrap .Pdesc_area .w50 p{
		font-size: 15px;
		padding-left: 3%;
	}
	.Pdesc_area .w50 span{
		font-size: 17px;
	}
	#Pdesc_area_mb p{
		font-size: 15px;
		text-align: center;
	}
	#Pdesc_area_mb span{
		font-size: 17px;
	}
	.Pdesc_section.bg{
		padding: 10%;
	}
	.Pdesc_section .Pdesc_area_title h1{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.Pdesc_area .a10_img img{
		margin:0 5px;
	}
.container .subvisual {
    height: 11em;
}
.MB_main img{
	width: 150%;
	transform: translateX(-100px);
}
	.MB_section .MB_section_1{
		margin-bottom: 6vh;
	}
	.MB_section .MB_section_1 .MB_area_1{
		height: 50vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 2.5rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 2vw;
		margin-left: 93vw;	
	}
	.MB_section_1 .MB_title_1{
		padding: 3vh 0 5vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 1.3rem;
	}

	 .MB_section_1 .MB_area_1 .img_container{
		margin-top: 6vh;
		margin-left: 3vh;
		width: 6vw;
	}
	.MB_section .MB_section_1 .MB_area_1 .h1_container{
		margin-top: 5.5vh;
		line-height: 5.1vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 4vh;
		width: 35vw;
		margin-left: 30vw;
	}
	.MB_section .MB_section_2{
		margin-bottom: 10vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 1vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3rem;
		margin-left: 8vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 2vw;
		margin-left: 29vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 5vh;
		margin-left: 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 1.4rem;
		line-height: 1.7rem;
		margin-bottom: 1vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 25vh;
	}
	.MB_section .MB_section_3{
		margin-top: 25vh;
		height: 42vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 1.8rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 80vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 16vh;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 7vh;
		padding-bottom: 3vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 2rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 2vw;
		margin-left: 76vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 25vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 1vh 1.8vh 0 0.5vh;
		font-size: 1.5rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;
		height: 25vh;
		text-align: center;
		margin-bottom: 1vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 1.5rem;
	}
	.MB_section .MB_section_5{
		height: 75vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 2vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 67vw;
		width: 2vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100vw;
		font-size: 2rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100vw;
		text-align: center;
		font-size: 1.3rem;
		margin-top: 0;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 80%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 2rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 1.2rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 9vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
		font-size: 1.2rem;
	}
	.MB_section .MB_section_7{
		margin-top: 23vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 1.5rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 15vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 30vw;
		height: 5.5vh;
		font-size: 1.3rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
        text-align: center;
/*		margin-left: 9vw;*/
	}
	.Pdesc_section .Pdesc_area_title h1{
		font-size: 30px;
	}
	.ctt_p_logitech .Pdesc_area_swiper{
	width: 100%;
	margin:30% 0 5% 0;
}

}
/* 모바일세로 -(중형 412~480)  */
@media screen and (min-width: 412px) and (max-width: 479px) {
	.guide_area_l{
		margin: 0;
		padding: 0;
		border-bottom: 0;
	}
	.ctt_p_logitech #bo_v_title1{
		padding:0;
	}
	.list_ol1 > li{
		padding:15px;
	}
	.btn-large1{
		margin-left: 20px;
	}
	.Pdesc_section .Pdesc_area span{
		font-size: 15px;
	}
	.Pdesc_wrap .Pdesc_area_title h2{
		color: #023377;
		font-size: 30px;
		font-weight: 700;
		line-height: 40px;
		text-align: center;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.Pdesc_section .Pdesc_area p {
		margin: 10% 0 10% 0;
		word-break: keep-all;
		line-height: 180%;
		font-size: 14px;
	}
	.Pdesc_section .Pdesc_area .w50 .w50_p{
		font-size: 15px;
		padding-left: 0;
		text-align: justify;
	}
	.Pdesc_section .Pdesc_area h4{
		font-size: 20px;
		text-align: center;
	}
	#Pdesc_area_s1 .w50{
		text-align:inherit;
	}
	.Pdesc_wrap .Pdesc_area .w50 h3{
		font-size: 25px;
		padding-bottom: 8%;
		padding-left: 3%;
	}
	.Pdesc_wrap .Pdesc_area .w50 p{
		font-size: 15px;
		padding-left: 3%;
	}
	.Pdesc_area .w50 span{
		font-size: 17px;
	}
	#Pdesc_area_mb p{
		font-size: 15px;
		text-align: center;
	}
	#Pdesc_area_mb span{
		font-size: 17px;
	}
	.Pdesc_section.bg{
		padding: 10%;
	}
	.Pdesc_section .Pdesc_area_title h1{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.Pdesc_area .a10_img img{
		margin:0 5px;
	}
.container .subvisual {
    height: 12em;
}
.MB_main img{
	width: 150%;
	transform: translateX(-100px);
}
	.MB_section .MB_section_1{
		margin-bottom: 6vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 2.5rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 2vw;
		margin-left: 90vw;	
	}
	.MB_section_1 .MB_title_1{
		padding: 3vh 0 5vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 1.3rem;
	}
	.MB_section_1 .MB_area_1{
		height: 40vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 6vh;
		margin-left: 3vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 5.5vh;
		line-height: 4.5vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 4vh;
		width: 35vw;
		margin-left: 30vw;
		
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 1vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3rem;
		margin-left: 8vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 2vw;
		margin-left: 29vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 5vh;
		margin-left: 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 1.4rem;
		line-height: 1.7rem;
		margin-bottom: 1vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 25vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 32vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 1.8rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 80vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 7vh;
		padding-bottom: 3vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 2rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 2vw;
		margin-left: 76vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 20vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 1vh 1.8vh 0 0.5vh;
		font-size: 1.5rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 1vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 1.5rem;
	}
	.MB_section .MB_section_5{
		height: 75vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 2vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 67vw;
		width: 2vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100vw;
		font-size: 2rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100vw;
		text-align: center;
		font-size: 1.3rem;
		margin-top: 0;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 80%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 2rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 1.2rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 5.8vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
	}
	.MB_section .MB_section_7{
		margin-top: 3vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 1.5rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 15vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 30vw;
		height: 5.5vh;
		font-size: 1.3rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
/*		margin-left: 9vw;*/
	}
	.Pdesc_section .Pdesc_area_title h1{
		font-size: 30px;
	}
	.ctt_p_logitech .Pdesc_area_swiper{
	width: 100%;
	margin:30% 0 5% 0;
}
}

/*모바일 가로- max-width:767px */
@media screen and (min-width: 480px) and (max-width: 767px){
	
.container .subvisual {
    height: 16.5em;
}
.MB_main img{
	width: 130%;
	transform: translateX(-100px);
}
	.MB_section .MB_section_1{
		margin-bottom: 12vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 2.5rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 2vw;
		margin-left: 80vw;	
	}
	.MB_section_1 .MB_title_1{
		padding: 8vh 0 13vh;
	}
	.MB_section_1 .MB_area_1 h1{
		font-size: 1.3rem;
	}
	.MB_section_1 .MB_area_1{
		height: 80vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 13vh;
		margin-left: 3vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 13vh;
		line-height: 5vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 10vh;
		width: 30vw;
		margin-left: 5vw;
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 10vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3rem;
		margin-left: 8vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 2vw;
		margin-left: 22vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 12vh;
		margin-left: 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 7vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 70vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 130vh;
		margin-top: 410vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 1.8rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 200vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 10vh;
		padding-bottom: 10vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 2rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 2vw;
		margin-left: 68vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 55vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 8vh 5vh 5vh 5vh;
		font-size: 1.5rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 5vh;
		height: 80vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 1.5rem;
	}
	.MB_section .MB_section_5{
		height: 225vh;
		margin-top: 40vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 2vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 62vw;
		width: 2vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100vw;
		font-size: 2rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100vw;
		text-align: center;
		font-size: 1.3rem;
		margin-top: 0;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 80%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 2rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 1.2rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 8vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 10vh;
	}
	.MB_section .MB_section_7{
		margin-top: 40vh;
		margin-bottom: 15vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 1.5rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 25vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 22vw;
		height: 12vh;
		font-size: 1.3rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}
	.Pdesc_section .Pdesc_area_title h1{
		font-size: 30px;
	}

}
/*모바일 가로- min-width:768px*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-height: 480px) {
	.Pdesc_section .Pdesc_area{
		height: 100vh;
	}
.container .subvisual {
    height: 18.5em;
}
.MB_main img{
	width: 130%;
	transform: translateX(-100px);
}
	.MB_section .MB_section_1{
		margin-bottom: 12vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 2.5rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 2vw;
		margin-left: 76vw;	
	}
	.MB_section_1 .MB_title_1{
		padding: 15vh 0 20vh;
	}
	.MB_section_1 .MB_area_1 h1{
		font-size: 1.3rem;
	}
	.MB_section_1 .MB_area_1{
		height: 80vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 13vh;
		margin-left: 3vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 13vh;
		line-height: 6vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 10vh;
		width: 30vw;
		margin-left: 5vw;
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 10vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3rem;
		margin-left: 8vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 2vw;
		margin-left: 22vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 12vh;
		margin-left: 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 7vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 90vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 150vh;
		margin-top: 520vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 1.8rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 200vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 10vh;
		padding-bottom: 10vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 2rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 2vw;
		margin-left: 68vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 70vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 8vh 8vh 5vh 5vh;
		font-size: 1.5rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 5vh;
		height: 90vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 1.5rem;
	}
	.MB_section .MB_section_5{
		height: 260vh;
		margin-top: 45vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 2vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 67vw;
		width: 2vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100vw;
		font-size: 2rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100vw;
		text-align: center;
		font-size: 1.3rem;
		margin-top: 0;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 80%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 2rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 1.2rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 8vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 10vh;
	}
	.MB_section .MB_section_7{
		margin-top: 3vh;
		margin-bottom: 15vh;
	}
	.MB_section_7 .MB_area_7{

		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 1.5rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 25vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 20vw;
		height: 12vh;
		font-size: 1.3rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}
	.Pdesc_section .Pdesc_area_title h1{
		font-size: 30px;
	}
	.MB_popup .popup_container img{
		max-width: 450px;
	}

}
/*모바일 가로- max-width:914px max-height:420px */
@media screen and (min-width: 480px) and (max-width: 914px) and (max-height: 420px){
	
.container .subvisual {
    height: 16.5em;
}
.MB_main img{
	width: 130%;
	transform: translateX(-100px);
}
	.MB_section .MB_section_1{
		margin-bottom: 12vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 2.5rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 2vw;
		margin-left: 80vw;	
	}
	.MB_section_1 .MB_title_1{
		padding: 8vh 0 13vh;
	}
	.MB_section_1 .MB_area_1 h1{
		font-size: 1.3rem;
	}
	.MB_section_1 .MB_area_1{
		height: 80vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 13vh;
		margin-left: 3vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 13vh;
		line-height: 5vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 10vh;
		width: 30vw;
		margin-left: 5vw;
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 10vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3rem;
		margin-left: 8vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 2vw;
		margin-left: 22vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 12vh;
		margin-left: 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 7vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 70vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 130vh;
		margin-top: 410vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 1.8rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 200vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 10vh;
		padding-bottom: 10vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 2rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 2vw;
		margin-left: 68vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 55vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 8vh 5vh 5vh 5vh;
		font-size: 1.5rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 5vh;
		height: 80vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 1.5rem;
	}
	.MB_section .MB_section_5{
		height: 225vh;
		margin-top: 40vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 2vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 62vw;
		width: 2vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100vw;
		font-size: 2rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100vw;
		text-align: center;
		font-size: 1.3rem;
		margin-top: 0;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 80%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 2rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 1.2rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 8vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 10vh;
	}
	.MB_section .MB_section_7{
		margin-top: 40vh;
		margin-bottom: 15vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 1.5rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 25vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 22vw;
		height: 12vh;
		font-size: 1.3rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}
	.Pdesc_section .Pdesc_area_title h1{
		font-size: 30px;
	}
	.MB_popup .popup_container img{
		max-width: 450px;
	}

}
/*테블릿 세로 - ipad Air , mini 820x1180  */
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-height:1024px) and (max-height: 1180px) {
	dl.guide_p_spec dd{
		font-size: 20px;
		line-height: 200%;
		background: url(/images/bullet.png) no-repeat 0 20px;
	}
	.Pdesc_section .Pdesc_area p {
		margin: 0 0 10% 0;
		word-break: keep-all;
		line-height: 180%;
		font-size: 20px;
		padding: 5%;
	}
	.Pdesc_section .Pdesc_area .w50{
		width: 100%;
	}
	.Pdesc_section .Pdesc_area .w50 .w50_p{
		font-size: 25px;
		padding-left: 0;
		text-align: justify;
		margin-left: 8%;
	}
	.Pdesc_section .Pdesc_area h4{
		font-size: 20px;
		text-align: center;
	}
	#Pdesc_area_mcoreh3 > h3{
		text-align: center;
	}
.container .subvisual {
    height: 17.9em;
}
.MB_main img{
	width: 130%;
	transform: translateX(-130px);
}
	.MB_section .MB_section_1{
		margin-bottom: 6vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 2.5rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 2vw;
		margin-left: 76vw;
		margin-bottom: 1vh;
	}
	.MB_section_1 .MB_title_1{
		padding: 6vh 0 8vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 1.3rem;
	}
	.MB_section_1 .MB_area_1{
		height: 40vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 10vh;
		margin-left: 3vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 9.5vh;
		line-height: 6vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 8vh;
		width: 30vw;
		
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3rem;
		margin-left: 8vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 2vw;
		margin-left: 21vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 7vh;
		margin-left: 4vw;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2.3rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 32vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 52vh;
		margin-top: 70vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 2.3rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 80vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 7vh;
		padding-bottom: 3vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 2.3rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 2vw;
		margin-left: 66vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 32vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 1vh 1.8vh 0 0.5vh;
		font-size: 1.6rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 1vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 1.6rem;
	}
	.MB_section .MB_section_5{
		height: 100vh;
		margin-top: 25vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 2vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 62vw;
		width: 2vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100vw;
		font-size: 2.3rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100vw;
		text-align: center;
		font-size: 1.4rem;
		margin-top: 0;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist{
		padding:3vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 2.5rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 1.5rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 9vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
	}
	.MB_section .MB_section_7{
		margin-top: 10vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 2rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 15vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 30vw;
		height: 5.5vh;
		font-size: 1.3rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}
	.MB_popup .popup_container img{
		max-width: 650px;
	}
	.popup_slide_img img{
		max-width: 650px;
	}
	.ctt_p_logitech .Pdesc_area_swiper{
	width: 100%;
	margin:10% 0 5% 0;
}
}
/*테블릿 세로 -  1024x1366*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 1181px) and (max-height: 1440px) {
	.Pdesc_section .Pdesc_area p {
		margin: 0 0 10% 0;
		word-break: keep-all;
		line-height: 180%;
		font-size: 20px;
		padding: 5%;
	}
	.Pdesc_section .Pdesc_area .w50 .w50_p{
		font-size: 19px;
		padding-left: 0;
		text-align: justify;
	}
	.Pdesc_section .Pdesc_area h4{
		font-size: 20px;
		text-align: center;
	}
	#Pdesc_area_mcoreh3 > h3{
		text-align: center;
	}
.container .subvisual {
    height: 23em;
}
.MB_main img{
	width: 130%;
	transform: translateX(-130px);
}
	.MB_section .MB_section_1{
		margin-bottom: 6vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 2.5rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 2vw;
		margin-left: 76vw;
		margin-bottom: 1vh;
	}
	.MB_section_1 .MB_title_1{
		padding: 6vh 0 8vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 1.3rem;
	}
	.MB_section_1 .MB_area_1{
		height: 40vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 10vh;
		margin-left: 3vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 9.5vh;
		line-height: 6vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 8vh;
		width: 30vw;
		
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3rem;
		margin-left: 8vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 2vw;
		margin-left: 21vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 7vh;
		margin-left: 4vw;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2.3rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 32vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 52vh;
		margin-top: 70vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 2.3rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 80vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 7vh;
		padding-bottom: 3vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 2.3rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 2vw;
		margin-left: 66vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 32vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 1vh 1.8vh 0 0.5vh;
		font-size: 1.6rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 1vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 1.6rem;
	}
	.MB_section .MB_section_5{
		height: 100vh;
		margin-top: 25vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 2vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 62vw;
		width: 2vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100vw;
		font-size: 2.3rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100vw;
		text-align: center;
		font-size: 1.4rem;
		margin-top: 0;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist{
		padding:3vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 2.5rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 1.5rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 9vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
	}
	.MB_section .MB_section_7{
		margin-top: 3vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 2rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 15vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 30vw;
		height: 5.5vh;
		font-size: 1.3rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}
	.MB_popup .popup_container img{
		max-width: 650px;
	}
	.popup_slide_img img{
		max-width: 650px;
	}
	.ctt_p_logitech .Pdesc_area_swiper{
	width: 100%;
	margin:10% 0 5% 0;
}
}

/*테블릿 세로 ipad Pro min-height: 1366px */
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 1366px) {
	.Pdesc_section .Pdesc_area p {
		margin: 0 0 10% 0;
		word-break: keep-all;
		line-height: 180%;
		font-size: 20px;
		padding: 5%;
	}
	.Pdesc_section .Pdesc_area .w50 .w50_p{
		font-size: 19px;
		padding-left: 0;
		text-align: justify;
	}
	.Pdesc_section .Pdesc_area h4{
		font-size: 20px;
		text-align: center;
	}
.container .subvisual {
    height: 22em;
}
.MB_main img{
	width: 130%;
	transform: translateX(-130px);
}
	.MB_section .MB_section_1{
		margin-bottom: 6vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 2.5rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 2vw;
		margin-left: 70vw;
		margin-bottom: 1vh;
	}
	.MB_section_1 .MB_title_1{
		padding: 6vh 0 8vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 1.3rem;
	}
	.MB_section_1 .MB_area_1{
		height: 40vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 10vh;
		margin-left: 9vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 9.5vh;
		line-height: 6vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 8vh;
		width: 30vw;
		
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3rem;
		margin-left: 8vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 2vw;
		margin-left: 19vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 7vh;
		margin-left: 4vw;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2.3rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 32vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 52vh;
		margin-top: 60vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 2.3rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 80vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 7vh;
		padding-bottom: 3vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 2.3rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 2vw;
		margin-left: 64vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 32vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 3vh 4vh 0 0.5vh;
		font-size: 1.8rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 3vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 1.8rem;
	}
	.MB_section .MB_section_5{
		height: 100vh;
		margin-top: 25vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 2vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 62vw;
		width: 2vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100%;
		font-size: 2.3rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
		margin-top: 1vh;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist{
		padding:3vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 2.5rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 1.5rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 9vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
	}
	.MB_section .MB_section_7{
		margin-top: 3vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 2rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 15vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 30vw;
		height: 5.5vh;
		font-size: 1.3rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}
	.MB_popup .popup_container img{
		max-width: 650px;
	}
.popup_slide_img img{
		max-width: 650px;
	}
	.ctt_p_logitech .Pdesc_area_swiper{
	width: 100%;
	margin:10% 0 5% 0;
}
}
/*테블릿 가로 ipad Pro  min-width:1366px*/
@media screen and (min-width: 1366px) and (max-width:1919px) and (min-height: 1024px) {
	.Pdesc_section .Pdesc_area p {
		margin: 0 0 10% 0;
		word-break: keep-all;
		line-height: 180%;
		font-size: 24px;
	}
	.Pdesc_section .Pdesc_area .w50 .w50_p{
		font-size: 14px;
		padding-left: 0;
		text-align: justify;
	}
	.Pdesc_section .Pdesc_area h4{
		font-size: 20px;
		text-align: center;
	}
	#Pdesc_area_mcoreh3 > h3{
		text-align: center;
	}
.container .subvisual {
    height: 37em;
}
.MB_main img{
	width: 120%;
	transform: translateX(-130px);
}
	.MB_section .MB_section_1{
		margin-bottom: 6vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size:4rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 1.5vw;
		margin-left: 63vw;
		margin-bottom: 1vh;
	}
	.MB_section_1 .MB_title_1{
		padding: 6vh 0 8vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 2.5rem;
	}
	.MB_section_1 .MB_area_1{
		height: 50vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 10vh;
		margin-left: 10vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 9.5vh;
		line-height: 9vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 7vh;
		width: 30vw;
		
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 4.2rem;
		margin-left: 3vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 1.5vw;
		margin-left: 12vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 7vh;
		margin-left: 4vw;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 3.2rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 2rem;
		line-height: 3rem;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 87vw;
		height: 55vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 90vh;
		margin-top: 200vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 3.5rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 80vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 7vh;
		padding-bottom: 6vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 3.2rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 1.5vw;
		margin-left: 62vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 50vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 6vh 8vh 4vh 0.5vh;
		font-size: 3rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 5vh;
		height: 55vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 3rem;
	}
	.MB_section .MB_section_5{
		height: 150vh;
		margin-top: 80vh;
	}
	
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 2vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 53vw;
		width: 1.5vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100%;
		font-size: 3.5rem;
		
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100%;
		text-align: center;
		font-size: 2rem;
		margin-top: 1vh;
		padding-right: 1.3vw;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist{
		padding:3vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 4rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 2rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 9vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
		font-size: 2rem;
	}
	.MB_section .MB_section_7{
		margin-top: 3vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 3rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 30vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 15vw;
		height: 5.5vh;
		font-size: 2rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}
	.MB_popup .popup_container img{
		max-width: 750px;
	}
	.ctt_p_logitech .Pdesc_area_swiper{
	width: 100%;
	margin:10% 0 5% 0;
}
	
}
/*테블릿 가로 min-width:1024px*/
@media screen and (min-width: 1024px) and (max-width: 1280px) and (max-height: 768px){
	.Pdesc_section .Pdesc_area p{
		padding: 5%;
	}
	.Pdesc_area h4{
		padding-left: 5%;
	}
	.Pdesc_area > h3{
		padding-left: 5%;
	}
.container .subvisual {
    height: 23.2em;
}
.MB_main img{
	width: 130%;
	transform: translateX(-130px);
}
	.MB_section .MB_section_1{
		margin-bottom: 6vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 2.5rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 2vw;
		margin-left: 76vw;
		margin-bottom: 1vh;
	}
	.MB_section_1 .MB_title_1{
		padding: 6vh 0 8vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 1.3rem;
	}
	.MB_section_1 .MB_area_1{
		height: 55vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 10vh;
		margin-left: 10vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 9.5vh;
		line-height: 9vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 8vh;
		width: 30vw;
		
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3rem;
		margin-left: 8vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 2vw;
		margin-left: 21vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 7vh;
		margin-left: 4vw;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2.3rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 56vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 90vh;
		margin-top: 220vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 2.3rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 140vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 10vh;
		padding-bottom: 8vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 2.3rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 2vw;
		margin-left: 66vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 55vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 2vh 10vh 0 0.5vh;
		font-size: 1.6rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 1vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 1.6rem;
	}
	.MB_section .MB_section_5{
		height: 150vh;
		margin-top: 25vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 5vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 62vw;
		width: 2vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100vw;
		font-size: 2.3rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100vw;
		text-align: center;
		font-size: 1.4rem;
		margin-top: 0;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 2.5rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 1.5rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 9vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
	}
	.MB_section .MB_section_7{
		margin-top: 3vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 1.5rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 25vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 20vw;
		height: 7vh;
		font-size: 1.3rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}
	.MB_popup .popup_container img{
		max-width: 750px;
	}
}

/*테블릿 가로(iPad Mini) min-width:1180px*/
@media screen and (min-width:1000px) and (max-width: 1024px) and (max-height: 1000px){
	.Pdesc_section .Pdesc_area p{
		padding: 5%;
	}
	.Pdesc_area h4{
		padding-left: 5%;
	}
	.Pdesc_area > h3{
		padding-left: 5%;
	}
.container .subvisual {
    height: 23em;
}
.MB_main img{
	width: 130%;
	transform: translateX(-130px);
}
	.MB_section .MB_section_1{
		margin-bottom: 6vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 3rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 1.5vw;
		margin-left: 76vw;
		margin-bottom: 1vh;
	}
	.MB_section_1 .MB_title_1{
		padding: 6vh 0 8vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 1.5rem;
	}
	.MB_section_1 .MB_area_1{
		height: 55vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 10vh;
		margin-left: 10vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 9.5vh;
		line-height: 9vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 8vh;
		width: 25vw;
		
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3rem;
		margin-left: 8vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 1.5vw;
		margin-left: 19vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 7vh;
		margin-left: 4vw;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2.3rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 1.8rem;
		line-height: 2.5rem;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 56vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 90vh;
		margin-top: 220vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 2.5rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 140vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 10vh;
		padding-bottom: 8vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 2.5rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 1.5vw;
		margin-left: 70vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 55vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 5vh 5vh 0 0.5vh;
		font-size: 2rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 5vh;
		height: 60vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 2rem;
	}
	.MB_section .MB_section_5{
		height: 160vh;
		margin-top: 35vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 5vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 64vw;
		width: 1.5vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100%;
		font-size: 3rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100%;
		text-align: center;
		font-size: 1.8rem;
		margin-top: 1vh;
		padding-right: 1.3vw;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist{
		padding:3vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 3.5rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 1.8rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 10vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
		font-size: 1.8rem;
	}
	.MB_section .MB_section_7{
		margin-top: 10vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 2rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 25vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 20vw;
		height: 7vh;
		font-size: 1.5rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}	
	.MB_popup .popup_container img{
		max-width: 750px;
	}
}
/*테블릿 가로(iPad Air) min-width:1180px*/
@media screen and (min-width:1100px) and (max-width: 1180px) and (max-height: 1000px){
	.Pdesc_section .Pdesc_area p{
		padding: 5%;
	}
	.Pdesc_area h4{
		padding-left: 5%;
	}
	.Pdesc_area > h3{
		padding-left: 5%;
	}
.container .subvisual {
    height: 33em;
}
.MB_main img{
	width: 130%;
	transform: translateX(-130px);
}
	.MB_section .MB_section_1{
		margin-bottom: 6vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 3rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 1.5vw;
		margin-left: 67vw;
		margin-bottom: 1vh;
	}
	.MB_section_1 .MB_title_1{
		padding: 6vh 0 8vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 2rem;
	}
	.MB_section_1 .MB_area_1{
		height: 55vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 10vh;
		margin-left: 10vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 9.5vh;
		line-height: 9.5vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 8vh;
		width: 30vw;
		
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3rem;
		margin-left: 8vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 1.5vw;
		margin-left: 15vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 7vh;
		margin-left: 4vw;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2.3rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 1.8rem;
		line-height: 2.5rem;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 56vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 90vh;
		margin-top: 220vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 3rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 140vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 10vh;
		padding-bottom: 8vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 3rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 1.5vw;
		margin-left: 63vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 55vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 5vh 20vh 0 0.5vh;
		font-size: 2rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 5vh;
		height: 60vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 2rem;
	}
	.MB_section .MB_section_5{
		height: 160vh;
		margin-top: 35vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 5vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 59vw;
		width: 1.5vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100%;
		font-size: 3rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100%;
		text-align: center;
		font-size: 1.8rem;
		margin-top: 1vh;
		padding-right: 1.3vw;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist{
		padding:3vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 4rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 1.8rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 9vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
		font-size: 1.8rem;
	}
	.MB_section .MB_section_7{
		margin-top: 10vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 2rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 25vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 20vw;
		height: 7vh;
		font-size: 2rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}
	.MB_popup .popup_container img{
		max-width: 750px;
	}
}

/*테블릿 가로 min-width:1366px*/
@media screen and (min-width: 1200px) and (max-width: 1366px) and (max-height: 1024px){
	
.container .subvisual {
    height: 33em;
}
.MB_main img{
	width: 120%;
	transform: translateX(-130px);
}
	.MB_section .MB_section_1{
		margin-bottom: 6vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 3.5rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 1.5vw;
		margin-left: 61vw;
		margin-bottom: 1vh;
	}
	.MB_section_1 .MB_title_1{
		padding: 6vh 0 8vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 2rem;
	}
	.MB_section_1 .MB_area_1{
		height: 55vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 10vh;
		margin-left: 15vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 9.5vh;
		line-height: 9vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 8vh;
		width: 30vw;
		
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 3.5rem;
		margin-left: 2vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 1.5vw;
		margin-left: 10vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 7vh;
		margin-left: 4vw;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 2.8rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 2rem;
		line-height: 3rem;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 56vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 90vh;
		margin-top: 220vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 3.5rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 140vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 10vh;
		padding-bottom: 8vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 3.5rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 1.5vw;
		margin-left: 63vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 55vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 5vh 20vh 0 0.5vh;
		font-size: 2.5rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 5vh;
		height: 60vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 2.5rem;
	}
	.MB_section .MB_section_5{
		height: 160vh;
		margin-top: 35vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 5vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 53vw;
		width: 1.5vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100%;
		font-size: 3.5rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100%;
		text-align: center;
		font-size: 1.8rem;
		margin-top: 1vh;
		padding-right: 1.3vw;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist{
		padding:3vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 4rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 2rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 8vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
		font-size: 2rem;
	}
	.MB_section .MB_section_7{
		margin-top: 5vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 2.5rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 25vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 20vw;
		height: 7vh;
		font-size: 2rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}	
}

/*노트북* min-width:1366px - max-height:1079px */
@media screen and (min-width: 1366px) and (max-width: 1599px) and (max-height: 1079px){
	.Pdesc_section .Pdesc_area .w50 .w50_p{
		font-size: 24px;
		padding-left: 0;
		text-align: justify;
	}
.container .subvisual {
    height: 38em;
}
.MB_main img{
	width: 120%;
	transform: translateX(-130px);
}
	.MB_section .MB_section_1{
		margin-bottom: 6vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 4rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 1.5vw;
		margin-left: 63vw;
		margin-bottom: 1vh;
	}
	.MB_section_1 .MB_title_1{
		padding: 6vh 0 8vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 2.5rem;
	}
	.MB_section_1 .MB_area_1{
		height: 55vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 10vh;
		margin-left: 10vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 9.5vh;
		line-height: 9.9vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 3vw;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 6vh;
		width: 30vw;
		
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 4rem;
		margin-left: 1vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 1.5vw;
		margin-left:10vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 7vh;
		margin-left: 4vw;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 3rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 2rem;
		line-height: 3rem;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 90vw;
		height: 56vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 98vh;
		margin-top: 220vh;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 3.5rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 140vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 10vh;
		padding-bottom: 8vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 3.5rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 1.5vw;
		margin-left: 64vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80vw;
		height: 55vh;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 5vh 20vh 0 0.5vh;
		font-size: 2.5rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 95%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 5vh;
		height: 65vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 2.5rem;
	}
	.MB_section .MB_section_5{
		height: 150vh;
		margin-top: 40vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 5vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 53vw;
		width: 1.5vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100%;
		font-size: 3.5rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100%;
		text-align: center;
		font-size: 2rem;
		margin-top: 2vh;
		padding-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist{
		padding:3vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 4rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 2.2rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 8vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
		font-size: 2rem;
	}
	.MB_section .MB_section_7{
		margin-top: 25vh;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 3rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 30vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 16vw;
		height: 7vh;
		font-size: 2rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}
	

}
/*노트북 1600x900* min-width:1600px - max-height:1079px */
@media screen and (min-width: 1600px) and (max-width: 1900px) and (min-height:864px) and (max-height: 1024px){
	
/*
.container .subvisual {
    height: 44em;
}
*/
.MB_main img{
	width: 120%;
	transform: translateX(-130px);
}
.MB_section .MB_section_1{
		margin-bottom: 12vh;
	}
.MB_section_1 .MB_title_1 h1{
	font-size: 4rem;
	line-height: 10px;
	font-weight: 700;
}
	.MB_section_1 .MB_title_1 img{
		width: 1.5%;
		margin-left: 73%;
		margin-bottom: 1vh;
	}
	.MB_section_1 .MB_title_1{
		padding: 8vh 0 10vh;
	}
	.MB_section_1 .MB_area_1 h1{
		margin: -1.05vh 0;
		font-size: 2.5rem;
	}
	.MB_section_1 .MB_area_1{
		height: 60vh;
	}
	.MB_section_1 .MB_area_1 .img_container{
		margin-top: 10vh;
		margin-left: 15vh;
		width: 6vw;
	}
	.MB_section_1 .MB_area_1 .h1_container{
		margin-top: 9.5vh;
		line-height: 10.5vh;
	}
	.MB_section_1 .MB_area_1 .img_container img{
		width: 30%;
		margin: 1.2vw;
	}
	.MB_section_1 .MB_area_1 img{
		margin-top: 6vh;
		width: 23%;
		
	}
	.MB_section .MB_section_2{
		margin-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2{
		padding-bottom: 5vh;
	}
	.MB_section_2 .MB_title_2 h1{
		font-size: 4rem;
		margin-left: -5vw;
	}
	.MB_section_2 .MB_title_2 img{
		width: 1.5vw;
		margin-left:2vw;
	}
	.MB_section_2 .MB_area_2{
		padding: 0 4vw;
	}
	.MB_section_2 .MB_area_2 .h1_container_2{
		margin-top: 7vh;
		margin-left: 4vw;
		margin-bottom: 2vh;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 h1{
		font-size: 3rem;
		font-weight: 800;
	}
	.MB_section_2 .MB_area_2 .h1_container_2 p{
		font-size: 2rem;
		line-height: 3rem;
		margin-bottom: 2vh;
		margin-top: 2vh;
	}
	.MB_section_2 .MB_area_2 .img_container_2{
		margin-right: 4px;
		margin-top: 13px;
	}
	.MB_section_2 .MB_area_2 .img_container_2 img{
		width: 40vw;
		height: 40vh;
	}
	.MB_section .MB_section_3_P .MB_section_3{
		height: 120vh;
		margin-top: 10%;
	}
	.MB_section_3 .MB_area_3 h1{
		font-size: 3.5rem;
		padding: 6vw 0;
	}
	.MB_section_3 .MB_area_3 img{
		width: 80%;
	}
	.MB_section .MB_section_4{
		height: 140vh;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.MB_section_4 .MB_title_4{
		padding-top: 10vh;
		padding-bottom: 8vh;
	}
	.MB_section_4 .MB_title_4 h1{
		font-size: 3.5rem;
	}
	.MB_section_4 .MB_title_4 img{
		width: 1.5vw;
		margin-left: 62vw;
	}
	.MB_section_4 .MB_area_4{
		width: 80%;
	}
	.MB_section_4 .MB_area_4 img{
		width: 80%;
		height: 55vh;
		margin-left: 10%;
	}
	.MB_section_4 .MB_area_4 h1{
		font-size: 1rem;
		margin-top: 1.2vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin: 6vh 30vh 2vh 0.5vh;
		font-size: 3rem;
		text-align: center;
}
	.MB_section_4 > .MB_area_4:nth-of-type(3){
		width: 80%;
		margin-top: 5vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) img{
		width: 100%;	
		text-align: center;
		margin-bottom: 5vh;
		height: 70vh;
	}
	.MB_section_4 > .MB_area_4:nth-of-type(3) h1{
		position: static;
		text-align: center;
		font-size: 3rem;
	}
	.MB_section .MB_section_5{
		height: 150vh;
		margin-top: 50vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5{
		padding: 0;
		margin-bottom: 5vh;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 img{
		margin-left: 45vw;
		width: 1.5vw;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 h1{
		text-align: center;
		width: 100%;
		font-size: 3.5rem;
	}
	.MB_section_5 .MB_area_5 .MB_title_5 p{		
		width: 100%;
		text-align: center;
		font-size: 2rem;
		margin-top: 2vh;
		padding-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .img_container_5 img{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5{
		width: 90%;
		margin: 0 auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist{
		padding:3vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h1{
		font-size: 4rem;
		color: #9fa4b1;
		margin-right: 2vw;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist h3{
		font-size: 2.2rem;
		color: #2f2f2f;
		margin-right: auto;
	}
	.MB_section_5 .MB_area_5 .h1_container_5 .MB_itemlist_5 h4{
		margin-left: 8vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
		font-size: 2rem;
	}
	.MB_section .MB_section_7{
		margin-top: 40%;
	}
	.MB_section_7 .MB_area_7{
		padding: 0;
	}
	.MB_section_7 .MB_area_7 p{	
		font-size: 3rem;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn{
		margin: 0 30vw;
	}
	.MB_section_7 .MB_area_7 .MB_area_7_btn button{
		width: 16vw;
		height: 7vh;
		font-size: 2rem;
	}
	#moreinfo[data-readmore]{
		display: block;
		width: 80%;
		margin-left: 9vw;
	}
	
/*PC*/
}

	

/*PC*/
.main_avhub img{
	width: 45%;
}
.title_avhub{
	width: 50%;
}
#Pdesc_area_cs10 p{
	margin-left: 15%;
}
.Pdesc_wrap #Pdesc_area_cm20 p{
	margin-top: 15%;
}
.MB_section{
 display: block;
  color: #222;
  line-height: 28px;
}
.MB_section_1{
	display: block;
	margin-bottom:20vh;
}
.MB_title_1 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding:13vh 0;
}
.MB_title_1 h1{
  color: #023377;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.MB_title_1 img{
	width: 0.8vw;
	margin-left:43vw;
}
.MB_area_1{
	display: block;
	overflow:auto;
	width: 100%;
	height: 60vh;
	background-color: #F7F7F7;
}
.img_container{
	width: 4%;
	float: left;
	display: flex;
	flex-direction: column;
	margin-top:4.5vw;
	margin-left: 20vw;
}
.h1_container{
	float: left;
	display: flex;
	flex-direction: column;
	margin-top:4.63vw;
	line-height: 3vh;
}
.MB_area_1 .img_container img{
	width:1.5vw;
	margin: 1.2vw;
}
.MB_area_1 img{
	width:21vw; float:left; margin-top:3vw; margin-left:7vw;
}
.MB_area_1 h1{
	margin:1.12vw 0;
	font-size:1.2vw;
	font-weight: 500;	
}
.MB_section_2{
	margin-bottom: 14vh;
}
.MB_title_2 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom:15vh;
  text-align: left
}
.MB_title_2 h1{
	color:#2f2f2f; 
	font-size: 35px; 
	margin-left: 2vw;
}
.MB_title_2 img{
	width: 0.8vw; 
	margin-left:7vw;
}
.MB_area_2{
	width: 100%;
	height: 43vh;
	padding:0 21vw;
	margin: 0 auto;
}
.MB_area_2 img{
	width: 28vw;
	height: 32vh;
}
.h1_container_2{
	float:left;
	margin-top: 11vh;
	margin-left: 2vw;
}
.h1_container_2 h1{
	font-size: 28px; 
	color: #023377;
	margin-bottom: 15px;
}
.h1_container_2 p{
	font-size:18px;
}
.img_container_2{
	display: flex;
	float:right;
}
.MB_section_3{
	width: 100%;
	height: 90vh;
	background-color: #F7F7F7;
}
.MB_area_3 {
	display: flex;
	flex-direction: column;	
}
.MB_area_3 h1{
	font-size: 30px;
	margin: 0 auto;
	padding: 4vw;
}
.MB_area_3 img{
	margin: 0 auto;
	width: 50%;	
}
.MB_section_4{
	width: 100%;
	height: 90vh;
	margin-bottom: 8vh;
}
.MB_title_4{
	width: 100%;
	padding: 4vw 0;
}
.MB_title_4 img{
 margin-left: 57.5vw;
	width: 0.8vw;
}
.MB_title_4 h1{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
}
.img_container_4{	
	
}
.MB_area_4{
	width: 60%;
	margin: 0 auto;
}
.MB_area_4 img{
	width: 25vw;
	height: 30vh;
}

.MB_area_4:nth-of-type(2) h1{
	float: right; 
	margin-right: 2vw;
}
.MB_area_4:nth-of-type(3) img{
	width: 30vw; 
	float: right;
}
 .MB_area_4:nth-of-type(3) h1{
	position: absolute; 
	margin-left: 2vw;
}

.MB_area_4 h1{
	font-size: 20px;
	margin-top: 13vh;
	font-weight: 500;
}
.MB_area_4:nth-child(3){
	margin-top: 5vh;
}
.MB_section_5{
	width: 100%;
	height: 155vh;
}
.MB_area_5{
	width: 100%;
	height: 60vh;
}
.MB_title_5{
width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding:5vh 0vh;
  text-align: center;
}
.MB_title_5 img{
	width: 0.8vw; 
	margin-left:13.5vw;
}
.MB_title_5 h1{
	color:#2f2f2f; 
	font-size: 35px; 
	margin-left: 0.5vw;
}
.MB_title_5 p{
	color: gray; 
	font-size:18px; 
	margin-left: 1.4vw; 
	margin-top: 1vh;
}
.img_container_5 img{
	width: 50%;
	display: block;
	margin: 0 auto;
}
.h1_container_5{
	width: 50%;
	display: block;
	margin: 0 auto;
}
.MB_itemlist{
	display: flex;
	justify-content: center;
	padding: 2vw;
	border-bottom:2px solid #cbd0dd;
}
.MB_itemlist h1{
	font-size: 30px;
	color: #9fa4b1;
	margin-right: 2vw;
}
.MB_itemlist h3{
	margin-right: auto;
	color: #2f2f2f;
}
.MB_itemlist h4{
	font-weight: 500;
}
.h1_container_5 .MB_itemlist:nth-child(4){
	border-bottom: none;
	padding-bottom: 2vh;
}
.MB_itemlist_5{
	width: 100%;
	display: block;
	padding-bottom: 1.8vw;
	border-bottom:2px solid #cbd0dd;
}
.MB_itemlist_5 h4{
		margin-left: 5.8vw; 
		word-spacing: 1vw; 
		font-weight: 500; 
		line-height: 4.5vh;
	}
.MB_section_6{
	width: 100%;
	height: 60vh;
}
.Pdesc_area_swiper{
	width: 100%;
	margin:5% 0 5% 0;
}
.MB_title_6 h1{
	display: block;
	margin:0 auto;
	padding:0 40vw;
	margin-bottom: 7.2vh;
}
.MB_parent{
    position: relative;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container{
	width: 80%;
	
}
.img-Wrap{
	width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
	z-index: 20;
}
.img-Wrap img:hover{
	transform: scale(1.1);
    transition: all 0.5s;
	z-index: 20;

}
#img-Wrap_cs10 img:hover{
	transform: none;
}
.swiper_button{
    width:81%;
    height:50%;
    top:30%;
    left:9.5%;
    margin:0 auto;
    position: absolute;
	z-index: 10;
}
.swiper-button-prev{
      width: 60px;
      height: 60px;
      cursor: pointer;
      left: 8.2vw;
      top: calc(50% - 10px);
      background-color: #fff;
      opacity: 0.8;
      border-radius: 50%;
      box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
      color: black !important;
}
.swiper-button-next{
    width: 60px;
    height: 60px;
      cursor: pointer;
      right: 8.2vw;
      top: calc(50% - 10px);
      background-color: #fff;
      opacity: 0.8;
      border-radius: 50%;
      box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
      color: black !important;
}
#next_cs10{
	 width: 60px;
    height: 60px;
      cursor: pointer;
      right: 0.5%;
      top: calc(50% - 10px);
      background-color: #fff;
      opacity: 0.8;
      border-radius: 50%;
      box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
      color: black !important;
}
#prev_cs10{
	width: 60px;
      height: 60px;
      cursor: pointer;
      left: 0.5%;
      top: calc(50% - 10px);
      background-color: #fff;
      opacity: 0.8;
      border-radius: 50%;
      box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
      color: black !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px;
}
.MB_popup{
    position: fixed;
    left:50%; /* 정가운데 뜨게 하기 */
    top:50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 120;
    background-color: #fff;
}
.MB_popup .popup_container{
    width: 100%;
    height: 100%;
}
.MB_popup .MB_close_btn{
    position: absolute;
    width: 50px;
    height: 50px;
    top:2vw;
    right: 2vw;   
}
.MB_section_7{
	width: 100%;
	height: 25vh;
}
.MB_area_7{
	padding: 0 40vw;
}
.MB_area_7 p{
	font-size: 20px; 
	margin: 3vh 0; 
	text-align: center;
}
.MB_area_7_btn {
	display: flex;
	justify-content:space-around;
}
.MB_area_7_btn button{
	border-radius: 10px;  
	width: 7vw; 
	margin-left: 2vw;
	margin: 0 auto;
}

/* 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: 5% 0 0 0;
  color: #222;
  font-size: 16px;
  line-height: 28px;

}

.Pdesc_section.bg {
  background-color: #F7F7F7;
}
.Pdesc_area_title {
	display: block;
  overflow: visible;
  width: 100%;
  max-width: 1180px;
  margin: 3% auto 3%;
}
.Pdesc_area_title p{
	text-align: center; font-weight: 500;
}
.Pdesc_area_title span{
	font-weight: 600;
	font-size: 18px;
}
.Pdesc_area_title h1 {
  color: #023377;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.Pdesc_area_title h2 {
  color: #023377;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  
}
.Pdesc_area {
 display: block;
	overflow: auto;
	width: 100%;
	height: auto;
	max-width: 1180px;
	margin: 0px auto 5%;
}

.Pdesc_area > h2 {
  font-size: 32px;
  line-height: 120%;
  color: #023377;
  font-weight: 700;
  padding: 50px 0;
  text-align: center;
}
.Pdesc_area > h3 {
  font-size: 35px;
  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;
	line-height: 180%;
	font-size: 18px;
}
.Pdesc_area .w50_p{
	margin-top: 8%;
	line-height: 200%;
}
.Pdesc_area .w50_p span{
	color:#337ab7;
	margin-right: 2%;
}
.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;
padding: 10px;
}
.Pdesc_area .w50.center {
  text-align: center;
}
.Pdesc_area .w50:first-child {
  padding-right: 30px;
}
.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: 5%;
}
.Pdesc_area .w50 h4 {
  font-size: 30px;
  line-height: 120%;
  color: #262626;
  font-weight: 700;
  padding-bottom: 20px;
	padding-top: 40px;
}
.Pdesc_area span{
	font-size: 20px;
	color: #023377;
	font-weight: 600;
}
.Pdesc_area .w50:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
  text-align: left
}
.Pdesc_area .w50 .img {
  width: 100%;
max-height: 300px;
  max-width: 100% !important;
 box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
.Pdesc_area .w50 .mcore_w50 {
  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);
}
.a10_img{
	display: flex;
	justify-content: center;
}
.a10_img img{
	max-width: 32%;
	margin:0 10px;
}
.Pdesc_area .uvc84_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);
	background-color: #fafafa;
}
.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: 100%;
}
.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
}
.cp965_area{
	padding: 5% 11%;
}
.sv_img-container{
	position: relative;
}
.point{
	width: 10%;
	position: absolute;
}
.point-container{
	width: 100px;
	height: 100px;

	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}
.point-img_hover {
    display: none;
}
.point-container:hover .point-img_nohover {
    display: none;
}
.point-container:hover .point-img_hover {
    display: block;
}
@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownSmall{
	animation-name: fadeInDownSmall;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}
.point-imgbox{
	padding: 5px;
    position: absolute;
    left: calc(50% - 115px);
	top: calc(50% - 350px );
    display: none;
    background-color: transparent;
    z-index: 10;
}
.point-container:hover .point-imgbox{
	display: block;
}
.box{
	width: 224px;
	background: #fff;
	padding: 8px 10px 0px;
	border-radius: 6px;
	position: relative;
	border: 3px solid;
}
.box p{
	text-align: center;
	margin-top:10%;
}
.box-img{
	width: 100%;
}
/* 모바일 설정 */
@media screen and (max-width:768px) {
	.point .point-container{
	width: 40px;
	height: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
	.point-container .point-img_nohover, .point-container .point-img_hover{
		width: 20px;
	}
	.point .point-container .box{
		width: 120px;
	}
	.point .point-container .box p{
		font-size: 10px;
	}
	.point-container .point-imgbox{
		left: calc(50% - 65px);
	   top: calc(50% - 210px );
	}
	dl.guide_p_spec h5{
		text-align: center;
	}
  .Pdesc_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
	.Pdesc_wrap .Pdesc_area p{
		font-size: 13px;
	}
	.Pdesc_wrap .Pdesc_area span{
		font-size: 14px;
	}
  .Pdesc_area .Pdesc_list {
    margin-bottom: 30px;
  }
  .Pdesc_area .Pdesc_list:last-child {
    margin-bottom: 0px;
  }
	.Pdesc_area h4{
		text-align: center;
	}
  #Pdesc_area_mcoreh3 > h3 {
    text-align: center;
  }
	.Pdesc_area > h3{
		font-size: 25px;
		text-align: center;
	}	
.Pdesc_section .Pdesc_area .w50 .w50_p{
	text-align: justify;
	}
  .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
  }
	#Pdesc_area_cs10 p{
	margin-left: 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;
  padding: 0 10px;
  line-height: 50px;
  display:flex;
  align-items: center;
}
.callback_title h2{
    font-size:30px;
    font-weight: 700;
    color: black;
}
.callback_title_p{
margin-bottom: 5%;
}
.callback_title_p p{
    color: #9f9f9f;
    padding-left: 2%;
}
.callback_title img {
    width:30px;
    height: 30px;
    margin-right: 2%;
}
ul.callback_form {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 95%;
    height: 49rem;
    margin: 0 auto;
    padding: 5%;
}
ul.callback_form li {
    display: flex;
    align-items: center;
    margin-bottom: 4%;
}
ul.callback_form li label {
  display: block;
  margin: 0 0 8px 0;
  color: #222;
  font-size:16px;
  font-weight: 700;
  width: 20%;
}
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;
  width: 77%;
  line-height: 40px;
  text-indent: 10px;
  background: #fff;
  border: solid 1px #ccc;
  display: inline;
}
.callback_select{
    font-size:16px;
    font-weight: 600;
    color: #222;
}
 #callback_chk{
     display:flex;
     align-items: center;
     margin: 3% 0;
     color: black;
 }

 #callback_chk input[type="checkbox"]{
 appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  border: 3px solid #00b5e9;
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ffffff;
  position: relative;
  flex:0 0 28px;
  transition: border-color .18s ease-out, background-color .18s ease-out;
  margin-right: 3%;
 }
 #callback_chk input[type="checkbox"]::after{
   content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #3b3b3b;
  border-radius: 50%;
  inset:4px;
  opacity: 0;
 }
 #callback_chk input[type="checkbox"]:checked::after{ opacity: 1;}
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;
}
.callback_btn{
    margin:0 auto;
    text-align: center;
    margin-top: 4%;
}
#c_btn_callback{
    margin: 0 auto;
    width:90%;
    height:5rem;
    border-radius: 8px;
    font-size:16px;
    background-color: #353535;
    cursor: pointer;
}
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) {
	#swiper_cs10{
		margin: 10% 0 5% 0;
	}
	#img-Wrap_cs10 img{
		width: 80%;
	}
	#Pdesc_area_cs10 p{
	margin-left: 10%;
}
	.Pdesc_wrap #Pdesc_area_cm20 p{
	margin-top: 0;
}
  .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: 700;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}th {
    text-align: inherit;
}.table-dark {
    color: #fff;
	background-color: #343a40;}
	
.split-td div{
  padding:8px 0;
}

.split-td .split-line{
  border-top:1px solid #e5e5e5;
  margin-top:8px;
}
#uvc860pro_spec_area{border-bottom:1px solid #a3a3a3;}
	
	
	
	.video-container {
  position:relative;
  height:0;
  padding-bottom:56.25%;
}

.video-container iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.video-container video {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}