@charset "utf-8";
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream-5Medium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yg-jalnan";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*인덱스 메인*/

.top_area {
  position: relative;
  overflow: hidden;
}
.top_area .slide_top {
  height: 820px;
}
.top_area .slide_top li {
  overflow: hidden;
  position: relative;
  max-width: 2560px;
  width: 100%;
  height: 820px;
  margin: 0 auto;
}
.top_area .slide_top li a {
  text-decoration: none;
}
.top_area .slide_top li p {
  position: relative;
  z-index: 1;
  padding-top: 210px;
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  text-shadow: 1px 1px #797979;
}
.top_area .slide_top li p s_txt {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
}
.top_area .slide_top li p span {
  font-weight: normal;
}
.top_area .slide_top li img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top_area .slide_top li.active img {
  transition-delay: 0.4s !important;
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 7s ease;
  -moz-transition: all 7s ease;
  -ms-transition: all 7s ease;
  -o-transition: all 7s ease;
  transition: all 7s ease;
}
.top_area .slide_top li.first.active img {
  /*transition-delay:0.0s !important*/
}
.top_area .bx-pager {
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 50%;
  margin-bottom: -15px;
  width: 26px;
  line-height: 0;
}
.top_area .bx-pager .bx-pager-item {
  width: 26px;
  height: 26px;
  padding-top: 4px;
}
.top_area .bx-pager .bx-pager-item a {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
}
.top_area .bx-pager .bx-pager-item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  margin: 11px 0 0 11px;
  background: #11b5c1;
  border-radius: 25px;
}
.top_area .bx-pager .bx-pager-item a.active:after {
  width: 14px;
  height: 14px;
  margin: 6px 0 0 6px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_area .bx-controls-direction {
  display: none;
}
.top_area .bx-controls-auto {
  position: absolute;
  z-index: 10;
  right: 18px;
  bottom: 50%;
  width: 30px;
  height: 30px;
  margin-bottom: -30px;
}
.top_area .bx-controls-auto a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("/img/main/btn_play.png") no-repeat 0 0;
  text-indent: -9999px;
}
.top_area .bx-controls-auto a.active {
  display: none;
}
.top_area .bx-controls-auto a.bx-stop {
  background-position: 0 0;
}
.top_area .bx-controls-auto a.bx-start {
  background-position: 0 -30px;
}

span.main_title_top_bar {
  display: block;
  width: 40px;
  height: 1px;
  margin-bottom: 15px;
  background: #00ccfc;
  margin: 80px auto;
}
span.main_title_top_bar_01 {
  display: block;
  width: 40px;
  height: 1px;
  margin-bottom: 15px;
  background: #fff;
  margin: 80px auto;
}

#prod .btnSet {
  position: absolute;
  width: 100%;
  top: 90px;
  z-index: 10;
}
#prod .dir {
  position: relative;
  max-width: 1500px;
  top: 100px;
  margin: 0 auto;
}
#prod .prev {
  position: absolute;
  left: -110px;
  cursor: pointer;
}
#prod .next {
  position: absolute;
  right: -110px;
  cursor: pointer;
}

#company {
  width: 1200px;
  display: inline-block;
  padding: 20px 0;
}
#company li.tty {
  float: left;
  list-style: none;
  text-align: left;
}
#company .company_box {
  position: relative;
  width: 350px;
  height: 364px;
  border: 1px solid #fff;
}
#company .company_box .pic01 {
  position: absolute;
  left: -1px;
  top: -1px;
}
#company .company_box .txt_box01 {
  height: 180px;
  margin-top: 180px;
  background-color: #fff;
  padding: 0 25px 0 10px;
  text-align: left;
  border-bottom: 1px solid #009ce7;
}
#company .company_box h5 {
  font-size: 22px;
  font-weight: bold;
  padding: 32px 0 30px 0;
}
#company .company_box span {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #333;
}
#company a:hover {
  text-decoration: none;
  color: #009ce7;
}

.thumb {
  overflow: hidden;
}
.thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.main_area {
  width: 100%;
  height: 690px;
  background-image: url("/theme/panmagic/img/main_area_bg_pp.png");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center top;
  margin: 0 auto;
  position: relative;
}
.main_area_item {
  width: 1200px;
  height: 690px;
  margin: 0px auto;
  padding: 45px 0;
  position: relative;
  color: #fff;
}
.item_box {
  width: 300px;
  height: 300px;
  padding: 0 20px;
}
.item_box h1 {
  font-size: 23px;
  color: #fff;
  padding: 30px 0 10px 0px;
}
.item_box span {
  font-size: 15px;
  width: 300px;
  line-height: 20px;
  color: #fff;
}
.item_01 {
  background-color: #ec3b81;
  position: absolute;
}
.item_02 {
  width: 600px;
  height: 600px;
  background-color: #fff;
  position: absolute;
  left: 300px;
  clear: both;
}
.item_03 {
  background-color: #58c3f0;
  position: absolute;
  left: 900px;
}
.item_04 {
  background-color: #8560a8;
  position: absolute;
  top: 345px;
}
.item_05 {
  background-color: #998675;
  position: absolute;
  left: 900px;
  top: 345px;
}
.item_btn {
  left: 20px;
  bottom: 20px;
  position: absolute;
}
.item_pic {
  right: 20px;
  bottom: 20px;
  position: absolute;
}

/*.title_group { position: relative; text-align:center; letter-spacing: 1px; margin-bottom:30px; } 
.title_group h3 { font-size: 46px; font-weight: 100; padding-bottom: 30px; } 
span.main_area_title_top_bar { display: block; width: 30px; height: 1px; margin:30px auto; background: #ef4418; } 
span.title_guide_text { font-size: 15px; color: #7f7f7f; line-height: 21px; } 
*/
#product {
  display: inline-block;
  padding: 20px 0 0 0;
}
#product li {
}
#product li > a {
  display: block;
  padding: 3px;
  color: #333;
}
#product .media_box {
  position: relative;
  width: 595px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
#product .media_box .pic {
  position: absolute;
  left: 0px;
  top: -1px;
}
#product .media_box .txt_box {
  height: 150px;
  margin-top: 299px;
  background-color: #fff;
  padding: 0 25px;
}
#product .media_box .tit {
  font-size: 23px;
  font-weight: bold;
  padding: 0 0 20px 0;
  letter-spacing: 1px;
}
#product .media_box h5 {
  font-size: 14px;
  font-weight: 100;
  padding: 32px 0 30px 0;
  letter-spacing: 1px;
  line-height: 20px;
}
#product .media_box span {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #333;
}
#product a:hover {
  text-decoration: none;
  color: #009ce7;
}

#photo_sr {
  display: inline-block;
  padding: 20px 0 0 0;
}
#photo_sr li {
}
#photo_sr li > a {
  display: block;
  padding: 3px;
  color: #333;
}
#photo_sr .media_box {
  position: relative;
  width: 393.33px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  margin: 3px;
}
#photo_sr .media_box .pic {
  position: absolute;
  left: -1px;
  top: -1px;
}
#photo_sr .media_box .txt_box {
  height: 150px;
  margin-top: 299px;
  background-color: #fff;
  padding: 0 25px;
}
#photo_sr .media_box .tit {
  font-size: 23px;
  font-weight: bold;
  padding: 0 0 10px 0;
  letter-spacing: 1px;
}
#photo_sr .media_box h5 {
  font-size: 16px;
  font-weight: 100;
  padding: 32px 0 30px 0;
  letter-spacing: 1px;
}
#photo_sr .media_box span {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #333;
}
#photo_sr a:hover {
  text-decoration: none;
  color: #ec3b81;
}

#jcl-demo .btnSet {
  position: absolute;
  top: 300px /*화살표버튼높이*/;
  width: 100%;
  z-index: 10;
}
#jcl-demo .dir {
  cursor: pointer;
  position: relative;
  max-width: 1460px /*화살표간격*/;
  margin: 0 auto;
}
#jcl-demo .prev {
  left: 0px;
  position: absolute;
  cursor: pointer;
}
#jcl-demo .next {
  right: 0px;
  position: absolute;
  cursor: pointer;
}
.clear {
  clear: both;
  display: block !important;
  content: "";
}

/*도큐먼트타이틀*/

.title_group {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 1px;
}
.title_group h3 {
  font-size: 46px;
  font-weight: 100;
  padding-bottom: 30px;
  line-height: 48px;
  letter-spacing: 0;
}
span.title_top_bar {
  display: block;
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  background: #000;
}
span.title_guide_text {
  font-size: 16px;
  line-height: 24px;
}
span.main_area_title_top_bar {
  display: block;
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  background: #000;
}

.center_line {
  border-top: 1px solid #ddd;
  margin: 30px 0;
  height: 1px;
}
.st {
  height: 320px;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
.st li {
  list-style: none;
  float: left;
}

.tab_title {
  text-align: center;
  padding: 80px 0 50px 0;
}
.tab_title h1 {
  background: url("/theme/winiz/img/sub_tit_line.jpg") no-repeat center bottom;
  padding-bottom: 40px;
  font-size: 48px;
}

#doc_tit {
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
  border-bottom: 0px solid #ddd;
}
#doc_tit .doc_tit_01 {
  width: 100%;
  height: 150px; /* background-image: url('/theme/winiz/img/tit_01.jpg'); background-repeat: no-repeat; background-position: center top; */
}
#doc_tit .doc_tit_02 {
  width: 100%; /* background-image: url('/theme/winiz/img/tit_02.jpg'); background-repeat: no-repeat; background-position: center top; */
}
#doc_tit .doc_tit_03 {
  width: 100%;
  height: 150px; /* background-image: url('/theme/winiz/img/tit_03.jpg'); background-repeat: no-repeat; background-position: center top; */
}
#doc_tit .doc_tit_04 {
  width: 100%;
  height: 150px; /* background-image: url('/theme/winiz/img/tit_04.jpg'); background-repeat: no-repeat; background-position: center top; */
}
#doc_tit .doc_tit_05 {
  width: 100%;
  height: 360px;
  background-image: url("/theme/etc/img/tit_05.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
#doc_tit .doc_tit_06 {
  width: 100%;
  height: 360px;
  background-image: url("/images/tit_06.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
#doc_tit .doc_tit_07 {
  width: 100%;
  height: 360px;
  background-image: url("/images/tit_07.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
#doc_tit .doc_tit_08 {
  width: 100%;
  height: 360px;
  background-image: url("/images/tit_08.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
#doc_tit .doc_tit_09 {
  width: 100%;
  height: 360px;
  background-image: url("/images/tit_09.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
#doc_tit .doc_tit_10 {
  width: 100%;
  height: 360px;
  background-image: url("/images/tit_10.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}

#doc_tit h1 {
  font-size: 52px;
  text-align: center;
  color: #333;
  line-height: 90px; /*text-shadow: 1px 1px #797979*/
}
#doc_tit .mass {
  font-size: 17px;
  color: #444;
  line-height: 36px;
  letter-spacing: 3px;
  padding-top: 15px;
}
#doc_tit span {
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  letter-spacing: 1px;
}
#doc_tit .line {
  padding: 25px 0;
  background-image: url("/theme/panmagic/img/tit_line_01.jpg");
  background-repeat: no-repeat;
  background-position: center 22px;
}

.location_box {
  width: 100%;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
}
#location {
  text-align: left;
  color: #333;
  padding-left: 5px;
  font-size: 15px;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  letter-spacing: 1px;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  padding-left: 10px;
}
#location span {
  background: url("/theme/panmagic/img/bgLocation.gif") no-repeat 0px;
  padding-left: 20px;
  margin-left: 15px;
  display: inline-block;
}
#location strong {
  background: url("/theme/panmagic/img/bgLocation.gif") no-repeat 0px;
  padding-left: 20px;
  margin-left: 15px;
  display: inline-block;
}

.tab_title_w {
  width: 1200px;
  margin: 0px auto;
  text-align: left;
  padding: 0 0 30px 0;
  position: relative;
}
.tab_title_w h2 {
  background: url("/theme/winiz/img/sub_tit_line.jpg") no-repeat left top;
  padding-top: 20px;
  font-size: 42px;
  color: #333;
  line-height: 45px;
}

#location_w {
  text-align: right;
  color: #555;
  padding-left: 5px;
  font-size: 15px;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  letter-spacing: 1px;
  padding-left: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#location_w span {
  background: url("/theme/winiz/img/bgLocation.gif") no-repeat 0px;
  padding-left: 20px;
  margin-left: 15px;
  display: inline-block;
}
#location_w strong {
  background: url("/theme/winiz/img/bgLocation.gif") no-repeat 0px;
  padding-left: 20px;
  margin-left: 15px;
  display: inline-block;
}

.doc_page_box{
  width: 1200px;
  margin: 50px auto;
}
.doc_page_box .map_area{
  width: 100%;
  text-align: center;
}

.doc_page_box .docbox {
  width: calc((100% - 40px) / 3);
  border: 1px solid #313131;
  position: relative;
  margin-right: 20px;
  margin-bottom: 80px;
}
.doc_page_box .docbox:last-child {
  margin-right: 0;
}
.doc_page_box .docbox .docimg {
  padding: 40px;
  box-sizing: border-box;
}
.doc_page_box .docbox .docstep {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e70014;
  text-align: center;
  line-height: 54px;
  color: #fff;
}
.doc_page_box .docbox .doctxt {
  text-align: center;
  background-color: #f8f8f8;
  padding: 40px;
  box-sizing: border-box;
}
.doc_page_box .docbox .doctxt p:first-child {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.boxTab {
  overflow: hidden;
  clear: both;
  border-bottom: 0px solid #ddd;
  position: relative;
  margin-bottom: 15px;
  width: 1200px;
  margin: 0px auto 30px auto;
}
.boxTab li {
  margin: 0px -1px 0px 0px;
  width: 20%;
  float: left;
  box-sizing: border-box;
}
.boxTab li a {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: rgb(217, 217, 217) rgb(217, 217, 217) currentColor;
  text-align: center;
  color: #333;
  line-height: 60px;
  font-size: 18px;
  display: block;
}
.boxTab li a:hover {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #000;
  color: #00ccfc;
  font-size: 18px;
}
.boxTab li a:focus {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #000;
  color: #00ccfc;
  font-size: 18px;
}
.boxTab li a:active {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #000;
  color: #00ccfc;
  font-size: 18px;
}
.boxTab li a.on {
  background: #fff;
  border-top: 3px solid #00ccfc;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 0px solid #fff;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.boxTab_01 {
  overflow: hidden;
  clear: both;
  border-bottom: 0px solid #ddd;
  position: relative;
  margin-bottom: 15px;
  width: 1200px;
  margin: 0px auto 40px auto;
}
.boxTab_01 li {
  margin: 0px -1px 0px 0px;
  width: calc(100% / 6);
  float: left;
  box-sizing: border-box;
}
.boxTab_01 li a {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: rgb(217, 217, 217) rgb(217, 217, 217) currentColor;
  text-align: center;
  color: #333;
  line-height: 60px;
  font-size: 18px;
  display: block;
}
.boxTab_01 li a:hover {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #000;
  color: #e70014;
  font-size: 18px;
}
.boxTab_01 li a:focus {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #000;
  color: #e70014;
  font-size: 18px;
}
.boxTab_01 li a:active {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #000;
  color: #e70014;
  font-size: 18px;
}
.boxTab_01 li a.on {
  background: #fff;
  border-top: 3px solid #00ccfc;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 0px solid #fff;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.boxTab_p {
  overflow: hidden;
  clear: both;
  position: relative;
  margin: 40px auto;
  display: inline-block;
}
.boxTab_p li {
  margin: 0px -1px 0px 0px;
  float: left;
  box-sizing: border-box;
  color: #fff;
  width: 190px;
}
.boxTab_p li a {
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  color: #333;
  padding: 0 10px;
  line-height: 60px;
  font-size: 16px;
  display: block;
  letter-spacing: 1px;
}
.boxTab_p li a:hover {
  background: #00ccfc;
  border: 1px solid #ddd;
  color: #fff;
  font-size: 16px;
}
.boxTab_p li a:focus {
  background: #00ccfc;
  border: 1px solid #ddd;
  color: #fff;
  font-size: 16px;
}
.boxTab_p li a:active {
  background: #00ccfc;
  border: 1px solid #ddd;
  color: #fff;
  font-size: 16px;
}
.boxTab_p li a.on {
  background: #00ccfc;
  border: 1px solid #ddd;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.boxTab_p li a.last {
  margin: 0 1px 0 0;
  border-right: 1px solid #ddd;
  border-radius: 0 30px 30px 0px;
}
.boxTab_p li a.first {
  border-radius: 30px 0px 0px 30px;
}

.doc_page_box {
  width: 100%;
  margin: 0 auto 0 auto;
  font-size: 16px;
  color: #555;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 0;
  list-style: none;
}
.doc_page_box h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}
.doc_page_box h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}
.doc_page_box h4 {
  font-size: 22px;
  padding-top: 40px;
  color: #333;
  line-height: 32px;
  font-weight: normal;
}
.doc_page_box .t21 {
  font-size: 21px;
  font-weight: bold;
  padding: 20px 0;
  line-height: 26px;
}
.doc_page_box_board {
  width: 1146px;
  margin: 0 auto;
  font-size: 15px;
  color: #333;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 40px 0 0 0;
  list-style: none;
}
.doc_page_box_board h1 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  padding: 0px 0 40px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

/* t_pulling */
.item_con {
  width: 100%;
  position: relative;
}
.item_con .inner {
  padding: 100px 0;
  box-sizing: border-box;
}
.item_con .t-pulling_img {
  width: 50%;
  box-shadow: -12px 10px 15px #303131;
  z-index: 10;
}
.item_con .t-pulling_img .t-pulling_imgbox {
}
.item_con .t-pulling_img .t-pulling_imgbox > ul {
  display: flex;
}
.item_con .t-pulling_img .t-pulling_imgbox > ul li {
  width: calc(100% / 3);
  margin-right: 5px;
}
.item_con .t-pulling_img .t-pulling_imgbox > ul li:last-child {
  margin-right: 0;
}
.item_con .t-pulling_img .t-pulling_imgbox > ul li img {
  width: 100%;
}
.item_con .t-pulling_relative {
  position: relative;
  width: 50%;
}
.item_con .t-pulling_img img {
  width: 100%;
}

.item_con .t-pulling_txt {
  background-color: #fff;
  width: 100%;
  padding: 0px 30px;
  box-sizing: border-box;
  word-break: break-all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item_con .t-pulling_txt .sub_title01 {
  position: relative;
  text-align: center;
  color: #753928;
  font-weight: 700;
  margin-bottom: 80px;
}
.item_con .t-pulling_txt .sub_title01::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 50px;
  top: 65px;
  left: 50%;
  transform: translateY(-50%);
  background-color: #753928;
}
.item_con .t-pulling_txt .dot01 {
  margin-bottom: 20px;
  color: #1a1a1a;
}

.item_con .inner .flex .left_box {
  box-shadow: 0px 10px 15px #303131;
}

/* <!-- s_spuliing --> */
.item_con2 {
  width: 100%;
  position: relative;
}
.item_con2 .inner {
  padding: 100px 0;
  box-sizing: border-box;
}
.item_con2 .s-puliing_img {
  width: 50%;
  box-shadow: -12px 10px 15px #303131;
  z-index: 10;
}
.item_con2 .s-puliing_img .s-puliing_imgbox {
}
.item_con2 .s-puliing_img .s-puliing_imgbox > ul {
  display: flex;
}
.item_con2 .s-puliing_img .s-puliing_imgbox > ul li {
  width: calc(100% / 3);
  margin-right: 5px;
}
.item_con2 .s-puliing_img .s-puliing_imgbox > ul li:last-child {
  margin-right: 0;
}
.item_con2 .s-puliing_img .s-puliing_imgbox > ul li img {
  width: 100%;
}
.item_con2 .s-puliing_relative {
  position: relative;
  width: 50%;
}
.item_con2 .s-puliing_img img {
  width: 100%;
}
.item_con2 .s-puliing_txt {
  background-color: #fff;
  width: 100%;
  padding: 0px 30px;
  box-sizing: border-box;
  word-break: break-all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item_con2 .s-puliing_txt .sub_title02 {
  position: relative;
  text-align: center;
  color: #753928;
  font-weight: 700;
  margin-bottom: 80px;
}
.item_con2 .s-puliing_txt .sub_title02::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 50px;
  top: 65px;
  left: 50%;
  transform: translateY(-50%);
  background-color: #753928;
}
.item_con2 .s-puliing_txt .dot01 {
  margin-bottom: 20px;
  color: #1a1a1a;
}

.item_con2 .inner .flex .left_box {
  box-shadow: 8px 10px 15px #303131;
}

/*company*/
.ceo_m {
  width: 1200px;
  margin: 40px auto;
  font-family: "Pretendard Variable";
}
.ceo_m h3{
  margin-bottom: 15px;
  font-size:20px;
  font-family: "Pretendard Variable";
}

.ceo_m .adr_area{
  display: flex;
  align-items:center;
  padding: 40px 0;
  border-bottom:1px solid #ccc;
}

.ceo_m .contact_area{
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom:1px solid #ccc;
}
.ceo_m .contact_area .contact_detail{
  display: flex;
  gap: 40px;
}

.ceo_m .traffic_area{
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom:1px solid #ccc;
}
.ceo_m .traffic_area .traffic_detail{
  display: flex;
  flex-direction:column;
  gap:40px;
}

.ceo_m .adr_area .adr_title,
.ceo_m .contact_area .contact_title,
.ceo_m .traffic_area .traffic_title{
  width: 300px;
}
.ceo_m .adr_area .adr_title h2,
.ceo_m .contact_area .contact_title h2,
.ceo_m .traffic_area .traffic_title h2{
  font-size:32px;
  font-weight:500;
  color:#333;
  font-family: "Pretendard Variable";
}
.ceo_m .adr_area p,
.ceo_m .contact_area p,
.ceo_m .traffic_area  p{
  font-size:18px;
}

/*vision*/
.vision_box_02 {
  width: 100%;
  clear: both;
  background: url("/theme/winiz/img___/vision_bg.jpg") center;
  height: 630px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.vision_box_doc_02 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.vision_box_doc_02 .list {
  border-radius: 150px;
  width: 230px;
  height: 230px;
  color: #333;
  border: 1px solid #e70014;
  text-align: center;
  padding: 85px 0;
  font-size: 16px;
  line-height: 22px;
  background-color: rgba(255, 255, 255, 0.3);
}
.vision_box_doc_02 .list1 {
  border-radius: 150px;
  width: 230px;
  height: 230px;
  color: #333;
  border: 3px solid #e70014;
  text-align: center;
  padding: 55px 0;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.3);
}
.vision_box_doc_02 .list1 img{
  width: 200px;
}
.vision_box_doc_02 span {
  display: inline-block;
  font-weight: bold;
  font-size: 21px;
  padding-bottom: 12px;
}
.vision_box_doc_02 .w_01 {
  position: absolute;
  top: 90px;
  left: 132px;
}
.vision_box_doc_02 .w_02 {
  position: absolute;
  top: 90px;
  left: 470px;
}
.vision_box_doc_02 .w_03 {
  position: absolute;
  top: 320px;
  left: 300px;
}
.vision_box_doc_02 .w_04 {
  position: absolute;
  top: 90px;
  right: 165px;
}
.vision_box_doc_02 .w_05 {
  position: absolute;
  top: 320px;
  right: 330px;
}
.vision_box_doc_02 .w_06 {
  position: absolute;
  top: 320px;
  right: 0;
}
.vision_box_doc_02 .l_01 {
  position: absolute;
  top: 308px;
  left: 493px;
}
.vision_box_doc_02 .l_02 {
  position: absolute;
  top: 308px;
  left: 830px;
}
.vision_box_doc_02 .l_03 {
  position: absolute;
  top: 308px;
  left: 634px;
}
.vision_box_doc_02 .l_04 {
  position: absolute;
  top: 308px;
  left: 965px;
}
.vision_box_doc_02 .l_05 {
  position: absolute;
  top: 308px;
  left: 295px;
}

.v_h5_box {
  display: block;
  margin: 50px 0;
}
.m_c_box {
  width: 380px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 16px;
  padding-bottom: 20px;
  color: #333;
  margin-bottom: 30px;
}
.m_c_box h5 {
  font-size: 22px;
  line-height: 24px;
  padding: 30px 20px 20px 20px;
}
.m_c_box p {
  padding: 0 20px;
  color: #666;
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 15px;
  padding-bottom: 20px;
}

.docq_box {
  width: 100%;
  background-color: #fff;
  border: 0px solid #ddd;
  display: inline-block;
  padding-bottom: 20px;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}
.docq_box ul {
  width: 100%;
}
.docq_box ul li {
  display: inline-block;
  width: 190px;
  height: 250px;
  text-align: center;
}
.docq_box img {
  width: 170px;
}
.docq_txt_box {
  padding-left: 200px;
  vertical-align: top;
}

.history-box {
  position: relative;
  background-image: url(/theme/winiz/img/line.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.history-box .year {
  font-size: 55px;
  text-align: center;
  letter-spacing: -1px;
  background-color: #fff;
  line-height: 85px;
}
.history-box .items {
  position: relative;
  padding-bottom: 30px;
}
.history-box .items .item {
  width: 50%;
  padding: 1em 2em;
  position: relative;
  box-sizing: border-box;
}
.history-box .items .item:nth-child(odd) {
  width: 50%;
  position: relative; /*background-color:#eee; */
  text-align: right;
  padding-left: 0;
}
.history-box .items .item:nth-child(even) {
  width: 50%;
  position: relative; /*background-color:#eee; */
  left: 50%;
  padding-right: 0;
}
.history-box .items .item .point {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e70014;
  top: 50%;
  margin-top: -10px;
  z-index: 3;
}
.history-box .items .item:nth-child(odd) .point {
  right: -13px;
}
.history-box .items .item:nth-child(even) .point {
  left: -12px;
}
.history-box .items .item .month {
  color: #333;
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: bold;
}
.history-box .items .item:nth-child(odd) .month {
  float: right;
}
.history-box .items .item:nth-child(odd) .memo {
  display: inline-block;
  float: right;
}
.history-box .items .item:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.history-box .items .item:nth-child(even) .month {
  float: left;
}
.history-box .items .item:nth-child(even) .memo {
  display: inline-block;
  float: left;
}
.history-box .items .item:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/*product*/
.ceo_m button {
  background-color: transparent;
}
.ceo_m .sub-btn {
  font-size: 16px;
  width: 200px;
  height: 50px;
}
.ceo_m .sub-btn.brightness01 {
  color: #333;
  border: 1px solid #ddd;
}
.ceo_m .sub-btn.brightness01:hover {
  background-color: #00ccfc;
  color: #fff;
}
.ceo_m .brightness01 a {
  text-decoration: none;
}

.top_line {
  height: 3px;
  background-color: #e70014;
  width: 40px;
  display: block;
  margin-bottom: 20px;
}

.w_list_box {
  width: 100%;
}
.w_list_box ul {
  width: 100%;
  height: 680px;
}
.w_list_box ul li {
  float: left;
  width: 575px;
}
.w_list_box .w_last {
  width: 1px;
  background-color: #ddd;
  margin: 0 23px;
  height: 485px;
}

.w_list_01 {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
  padding: 20px;
  font-size: 18px;
  display: block;
}
.w_list_01_s {
  display: inline-block;
  border: 0px solid #09f;
  padding: 20px;
  width: 380px;
}
.w_list_01_s span {
  background-color: #09f;
  color: #fff;
  border-radius: 50%;
  padding: 20px;
  position: absolute;
  font-weight: bold;
}
.w_list_01_s p {
  padding-left: 80px;
  padding-top: 10px;
}

.asfr_box01 {
  width: 592px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 20px;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  vertical-align: top;
}
.asfr_box01 h5 {
  font-size: 22px;
  line-height: 24px;
  padding: 30px 20px 20px 20px;
  text-align: center;
}
.asfr_box01 p {
  padding: 0 20px;
  color: #666;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 15px;
  padding-bottom: 0px;
}
.asfr_box01 .up {
  border-radius: 50%;
  background-color: #be3b0d;
  font-size: 28px;
  font-weight: bold;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.t18 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 24px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 0px solid #f39;
  border-top: 2px solid #000;
  letter-spacing: 1px;
}
.table th {
  margin: 0;
  padding: 24px;
  font-size: 20px;
  font-weight: bold;
}
.table td {
  margin: 0;
  padding: 18px;
}
.table th {
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table td {
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.table_p {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 0px solid #f39;
  border-top: 2px solid #000;
  letter-spacing: 1px;
}
.table_p th {
  margin: 0;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
}
.table_p td {
  margin: 0;
  padding: 14px;
  background-color: #fff;
}
.table_p th {
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table_p td {
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* 하단 레이아웃 */

.contact_box {
  width: 100%;
  min-width: 1200px;
  background-color: #282c35;
}
.contact {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  color: #fff;
}
.contact p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #666;
}
.contact button {
  background-color: transparent;
}
.sub-btn {
  font-size: 18px;
  width: 250px;
  height: 60px;
}
.sub-btn.brightness {
  color: #fff;
  border: 1px solid #666;
}
.sub-btn.brightness:hover {
  background-color: #fae100;
  color: #333333;
  font-weight: 700;
}
.contact a {
  text-decoration: none;
}

#footer {
  background-color: #282c35;
  min-width: 1200px;
  margin: 0px auto;
  font-size: 14px;
  border-top: 1px solid #666;
}
#footer .footW {
  margin: 0px auto;
  width: 1200px;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
  letter-spacing: 1px;
}
/* #footer .footW .footInfo .fList li a {
  background: url("/img/bu_footBar.gif") no-repeat left 5px;
  padding: 4px 12px;
  color: rgb(204, 204, 204);
  float: left;
  display: block;
}
#footer .footW .footInfo .fList li:first-child a {
  padding-left: 0px;
  list-style: none;
} */
.clear {
  clear: both;
  display: block !important;
  content: "";
}
.clear::after {
  clear: both;
  display: block !important;
  content: "";
}

#footer .footW .footInfo .txt {
  color: #666;
}
#footer .footW .footInfo .txt span.bar {
  padding: 2px 8px 0px 0px;
  margin-right: 8px;
}
#footer .footW .footCo {
  top: 20px;
  right: 0px;
  position: absolute;
}
.blind {
  left: -50000px !important;
  top: -50000px;
  position: absolute;
}
#footer .footW .footCo select {
  background: rgb(101, 101, 101);
  border: 1px solid rgb(101, 101, 101);
  width: 228px;
  height: 26px;
  color: rgb(255, 255, 255);
}
#footer .footW .footCo .visitorM p {
  background: rgb(77, 77, 77);
  height: 30px;
  text-align: center;
  color: rgb(206, 206, 206);
  line-height: 30px;
  float: left;
}
#footer .footW .footCo .visitorM p.today {
  width: 107px;
  margin-right: 1px;
}
#footer .footW .footCo .visitorM p.total {
  width: 120px;
}
#footer .footW a {
  color: #999;
}
#footer .footW a:hover {
  color: #ddd;
  text-decoration: none;
}

#footer .family_site {
  position: absolute;
  right: 10px;
  bottom: 40px;
  width: 170px;
  height: 34px;
}
#footer .family_site .btn_family {
  display: block;
  width: 170px;
  border:none;
  border-bottom: 1px solid #989898;
  color: #989898;
  position: relative;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  background: url(/theme/winiz/img/ico_up_b.png) 100% 50% no-repeat;
  cursor: pointer;
  text-align:left;
  z-index: 10;
}
#footer .family_site .btn_family.on {
  background: url(/theme/winiz/img/ico_down_b.png) 100% 50% no-repeat;
}
#footer .family_site .site_list {
  width: 110%;
  position: absolute;
  background: #282c35;
  border: 1px solid #999;
  border-radius: 3px;
  bottom: 36px;
  left: -9px;
  z-index: 9;
  display: none;
}
#footer .family_site .site_list.open {
  display: block;
}
#footer .family_site li {
  width: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-size: border-box;
  box-sizing: border-box;
}
#footer .family_site li a {
  width: 100%;
  padding: 11px 10px;
  color: #989898;
  position: relative;
  display: inline-block;
}
#footer .family_site ul a:hover {
  background: #494c53;
  color: #fff;
}

#f_sns {
  position: absolute;
  top: 20px;
  right: 0;
  text-align: center;
}
#f_sns ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0px;
}
#f_sns ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}
#f_sns .icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
#f_sns .icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
#f_sns .icon > .label {
  display: none;
}
#f_sns .icon.style2 {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50px;
  display: inline-block;
  padding: 12px 10px;
  border: solid 1px rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.075);
}

#f_sns .icon.style2:before {
  display: block;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  font-size: 1.35em;
}
#f_sns .icon.style2:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.ft_link {
  margin: 0 auto;
  width: 1200px;
  height: 50px;
  position: relative;
}
.ft_link li {
  border-left: 1px solid #666;
  text-align: center;
  padding: 0px 15px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}
.ft_link li.last {
  border-right: 1px solid #666;
}
.ft_link li a {
  text-decoration: none;
  color: #999;
}
.ft_link li a:hover {
  text-decoration: none;
  color: #009ce7;
}
.ft_link li:first-child {
  border-left: none;
  padding-left: 0;
}
.ft_link li:last-child {
  border-right: none;
}

.top_icon {
  position: absolute;
  z-index: 5;
  left: 1105px;
  top: 15px;
}

/* choi */

.num1 {
  position: relative;
  width: 280px;
}
.num1::before {
  content: "1";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e70014;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}
.num2 {
  position: relative;
  width: 280px;
}
.num2::before {
  content: "2";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e70014;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}
.num3 {
  position: relative;
  width: 280px;
}
.num3::before {
  content: "3";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e70014;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}
.num4 {
  position: relative;
  width: 280px;
}
.num4::before {
  content: "4";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e70014;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}
.num5 {
  position: relative;
  width: 280px;
}
.num5::before {
  content: "5";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e70014;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}
.num6 {
  position: relative;
  width: 280px;
}
.num6::before {
  content: "6";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e70014;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}

.com_num1 {
  position: relative;
  width: 280px;
}
.com_num1::before {
  content: "1";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #2e2e2e;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}
.com_num2 {
  position: relative;
  width: 280px;
}
.com_num2::before {
  content: "2";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #2e2e2e;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}
.com_num3 {
  position: relative;
  width: 280px;
}
.com_num3::before {
  content: "3";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #2e2e2e;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}
/* 
.w_list_box tbody tr td:nth-child(1) { padding-left: 40px; } */

/* space */

.ml10 {
  margin-left: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}

/* dot */

.dot01 {
  position: relative;
  margin-left: 10px;
}
.dot01::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 5px;
  height: 5px;
  background-color: #000;
}
.dot02 {
  position: relative;
  margin-left: 10px;
}
.dot02::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 5px;
  height: 5px;
  background-color: #e70014;
  border-radius: 50%;
}

/* btn */

.btn_more {
  width: 150px;
  background-color: #9b9b9b;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.btn_more p {
  padding: 15px 0 15px 0;
}
.btn_more:hover {
  background-color: #e70014;
}

/* .btn_more02 { position: relative; color: #fff; text-align: center; border: 1px solid rgb(44, 44, 44); } 
.btn_more02::after { content: ''; position: absolute; display: block; width:16px; height:16px; top: 50%; right: 10px; transform: translateY(-50%); background: url('../../winiz/img/ico_more.png'); background-repeat: no-repeat; } 
.btn_more02 a { display:block; padding: 15px 40px 15px 20px; } 
.btn_more02 p { } */

.btn_more02 {
  position: relative;
  color: #fff;
  text-align: center;
  border: 1px solid rgb(44, 44, 44);
}
.btn_more02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
}
.btn_more02 a p {
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
}
.btn_more02 a .plus {
  position: relative;
  width: 14px;
  height: 14px;
}
.btn_more02 a .plus span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ff0000;
}
.btn_more02 a .plus span:first-child {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.btn_more02 a .plus span:last-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

/* txt */

.sub_title01 {
  font-size: 38px;
  color: #e70014;
  font-weight: 700;
  font-family: "S-CoreDream-5Medium";
}
.sub_title02 {
  font-size: 38px;
  font-weight: 700;
  font-family: "GmarketSansMedium";
  color: var(--title-color);
  margin-bottom: 20px;
}

.point_txt {
  font-size: 14px;
  color: var(--main-color);
  font-weight: 300;
  font-family: "S-CoreDream-5Medium";
}

.txt01 {
  font-size: 22px;
  margin-bottom: 15px;
}
.txt02 {
  font-size: 18px;
  margin-bottom: 15px;
}
.txt03 {
  font-size: 30px;
  margin-bottom: 15px;
}

/* common */

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  font-family: "GmarketSansMedium";
}
.title_box {
  text-align: center;
}
.title_box .small_txt {
  position: relative;
  font-size: 14px;
  font-family: "GmarketSansMedium";
}
.title_box .small_txt::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: var(--title-color);
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
.title_box .small_txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: var(--title-color);
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
}

/* bg */

.bg_color {
  width: 150px;
  padding: 15px 0;
  margin: 20px 0;
  background-color: #727a7e;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
}
.bg_color p {
  color: #fff;
}

/* color */

.main_color {
  color: #e70014 !important;
}

/* layout */

.compare_con .t_sling_box .sub_title01 {
  font-size: 28px;
  font-weight: 700;
  font-family: "S-CoreDream-5Medium";
  color: #e70014;
  margin-bottom: 30px;
}
.compare_con .t_sling_box .sub_title02 {
  font-weight: 500;
  font-weight: 700;
  color: #e70014;
  margin-bottom: 10px;
}
.compare_con .t_sling_box .sub_title03 {
  width: 300px;
  font-size: 24px;
  padding: 10px 20px;
  background-color: #727a7e;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.compare_con {
  display: flesidex;
  position: relative;
  font-family: "S-CoreDream-5Medium";
  letter-spacing: -0.25px;
  font-size: 18px;
}
.compare_con .t_sling_box {
  display: flex;
  position: relative;
}
.compare_con .t_sling_box .sling_img_box {
  width: 300px;
  margin-right: 30px;
}
.compare_con .t_sling_box img {
  width: 100%;
}
.compare_con .t_sling_box .goods_kinds {
  display: flex;
}
.compare_con .t_sling_box .goods_kinds > div {
  width: 500px;
}
.compare_con .t_sling_box .goods_kinds div {
  margin: 20px 20px 20px 0;
  box-sizing: border-box;
}
.compare_con .t_sling_box .goods_kinds div .dot01 {
  margin-top: 20px;
}

.section {
  border-top: 1px solid #ddd;
  margin-top: 50px;
}

.use .bg_color p {
  font-size: 24px !important;
  margin-bottom: 0;
}
.use p {
  font-size: 18px;
  margin-bottom: 5px;
}

/* 문의하기 */

.consult {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 138px;
  right: 20px;
  z-index: 1000;
  text-align: center;
  border-radius: 50%;
  background-color: #ebd700; /* background-color: rgb(255, 153, 28); */
  font-family: "Noto Sans KR", sans-serif;
}

.consult:hover {
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: all 0.2s;
}
.consult a{
  display: block;
  width: 100%;
  height: 100%;
}

/* .consult .consult_img { background-color: #e70014; border-radius: 10px 10px 0 0; } */
.consult .consult_img img {
  display: inline-block;
  padding: 10px 0;
  width: 35px;
  height:auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.consult .consult_img .consult_af {
  display: none;
}
.consult .consult_txt {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  font-weight: 600;
  text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
}

/* 납품처보기 */
.side_map {
  position: fixed;
  right: 20px;
  bottom: 264px;
  background-color: #e70114;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 100;
  font-family: "Noto Sans KR", sans-serif;
}
.side_map a{
  display: block;
  width: 100%;
  height: 100%;
}
.side_map:hover {
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: all 0.2s;
}
.side_map img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.side_map p {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  font-weight: 600;
  text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
}

/* 카카오채널 */
.kakao_chat {
  position: fixed;
  right: 20px;
  bottom: 390px;
  background-color: #fae100;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 100;
  font-family: "Noto Sans KR", sans-serif;
}
.kakao_chat a{
  display: block;
  width: 100%;
  height: 100%;
}
.kakao_chat:hover {
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: all 0.2s;
}
.kakao_chat img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kakao_chat p {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  font-weight: 600;
  text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
}

/* 워크메이트 */

.walkmate_con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.walkmate_con .walkmate_img {
  width: 585px;
}
.walkmate_con .walkmate_img img {
  width: 100%;
}
.walkmate_con a:hover p {
  background-color: #e70014;
  border-radius: 50px;
}

.utube_video {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* 구성제품 */

.sub_goods {
  display: flex;
  justify-content: space-between;
}
.sub_goods li {
  width: calc((100% / 5) - 50px);
}
.sub_goods li:hover p {
  color: #e70014;
}
.sub_goods li img {
  width: 100%;
}
.sub_goods .btn_more {
  margin-top: 30px;
}
.sub_goods .btn_more p {
  font-size: 18px;
}

/* 제품소개 */

.walkmate_parts {
  position: relative;
}
.walkmate_parts .img_box1 {
  position: absolute;
  top: 455px;
  left: 267px;
}
.walkmate_parts .img_box1:hover .img_jrx {
  opacity: 1;
  transform: scale(1.1);
  transition: all 1s;
}
.walkmate_parts .img_box2 {
  position: absolute;
  top: 630px;
  left: 293px;
}
.walkmate_parts .img_box2:hover .img_g_suit {
  opacity: 1;
  transform: scale(1.1);
  transition: all 1s;
}
.walkmate_parts .img_box3 {
  position: absolute;
  top: 420px;
  right: 475px;
}
.walkmate_parts .img_box3:hover .img_dual_rail {
  opacity: 1;
  transform: scale(1.1);
  transition: all 1s;
}
.walkmate_parts .img_box4 {
  position: absolute;
  top: 505px;
  right: 315px;
}
.walkmate_parts .img_box4:hover .g_code {
  opacity: 1;
  transform: scale(1.1);
  transition: all 1s;
}

.walkmate_parts .img_box1::before,
.walkmate_parts .img_box2::before,
.walkmate_parts .img_box3::before,
.walkmate_parts .img_box4::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/theme/winiz/img/ico_glass.png") no-repeat center / cover;
  opacity: 1;
}

.img_jrx,
.img_g_suit,
.img_dual_rail,
.g_code {
  opacity: 0;
}

/* 다빈치박스 */

.davinci_con .davinci_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.davinci_con .davinci_box li {
  width: calc((100% / 3) - 50px);
  margin-right: 30px;
}
.davinci_con .davinci_box li:nth-child(3n) {
  margin-right: 0;
}
.davinci_con .davinci_box li .goods_con {
  position: relative;
}
.davinci_con .davinci_box li .goods_con .img_bg {
  width: 350px;
  height: 330px;
  text-align: center;
}
.davinci_con .davinci_box li:nth-child(1) .goods_con .img_bg {
  background-color: #9bbfca;
}
.davinci_con .davinci_box li:nth-child(2) .goods_con .img_bg {
  background-color: #12637e;
}
.davinci_con .davinci_box li:nth-child(3) .goods_con .img_bg {
  background-color: #04394d;
}
.davinci_con .davinci_box li .goods_con .img_bg img {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.davinci_con .davinci_box li .goods_con .txt_bg {
  position: relative;
  background-color: #fff;
  padding: 30px 20px 20px 20px;
}
.davinci_con .davinci_box li .goods_con .txt_bg p:nth-child(2) {
  font-weight: 700;
}
.davinci_con .davinci_box li .goods_con .txt_bg p:nth-child(3) {
  font-size: 12px;
}
.davinci_con .davinci_box li .goods_con .txt_bg::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../../winiz/img/ico_more.png);
}
.davinci_con .davinci_box li .goods_con .txt_bg .logo_txt {
  position: relative;
  font-size: 14px;
  color: #e70014;
  margin-bottom: 10px;
}
.davinci_con .davinci_box li .goods_con .txt_bg .logo_txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  top: -10px;
  left: 0;
  background-color: #e70014;
}

:root {
  --main-color: #e70014;
  --title-color: #1a1a1a;
  --sub-title: 24px;
}

.caution_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px 10px;
  line-height: 20px;
  letter-spacing: 1.25px;
  z-index: 99;
}

.davinci_con .davinci_size_con {
  width: 100%;
  text-align: center;
}

.davinci_con .davinci_check {
  position: relative;
  width: 100%;
  height: 900px;
  background-image: url("/theme/winiz/img/img_davinci_check.jpg");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.davinci_con .davinci_check .inner_blur {
  position: absolute;
  width: 600px;
  height: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
}
.davinci_con .davinci_check .inner_blur .check_tit {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin-top: 50px;
  font-family: "yg-jalnan";
}
.davinci_con .davinci_check .inner_blur .check_box {
  border-bottom: 1px dotted #1a1a1a;
}
.davinci_con .davinci_check .inner_blur .check_box p {
  font-size: 28px;
}
.davinci_con .davinci_check .inner_blur .check_box p span {
  font-weight: 300;
}
.davinci_con .davinci_check .inner_blur .check_box p:nth-child(1) {
  color: var(--main-color);
  font-size: 24px;
  margin-bottom: 10px;
}

.doc_page_box .davinci_con {
  line-height: normal;
}

/* common */

.sub_title {
  text-align: center;
  color: var(--main-color);
  font-size: var(--sub-title);
  font-weight: 700;
}
.main_title {
  margin: 60px auto 50px;
  color: #1a1a1a;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
.main_banner_con {
  position: relative;
  width: 100%;
  height: 550px;
  background-image: url("/theme/winiz/img/img_banner.jpg");
}
.main_banner_con .banner_txt_box {
  position: relative;
  top: 30%;
  color: #fff;
}
.main_banner_con .banner_txt_box p:nth-child(1) {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.main_banner_con .banner_txt_box p:nth-child(2) {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.next_line {
  display: block;
}

/* sub_section body_healder*/

.sub_sec01 > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 90px 0;
}
.sub_sec01 > ul li {
  width: calc((100% - 40px) / 3);
  margin-top: 50px;
}
.sub_sec01 > ul li .part_img {
  width: 100%;
  background-color: rgb(141, 138, 138);
}
.sub_sec01 > ul li .part_img img {
  width: 100%;
}

.part_txt01 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--main-color);
  text-align: center;
  box-sizing: border-box;
}
.part_txt02 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(32, 32, 32);
  letter-spacing: -0.25px;
}

.sub_sec02 .healder_banner {
  width: 100%;
  height: 600px;
  background: url("/theme/winiz/img/bg_healder_banner.jpg");
  padding: 115px 0;
}
.sub_sec02 .healder_banner .healder_youtube {
  display: flex;
  justify-content: space-between;
}
.sub_sec02 .healder_banner .healder_youtube > div {
  position: relative;
  width: 50%;
  margin-right: 20px;
}
.sub_sec02 .healder_banner .healder_youtube > div:last-child {
  margin-right: 0;
}
.sub_sec02 .healder_banner .healder_youtube .youtube_tit {
  margin-bottom: 60px;
  box-sizing: border-box;
  font-size: 36px !important;
  text-align: center;
  color: #fff !important;
  line-height: 36px !important;
  font-weight: 700;
}
.sub_sec02 .healder_banner .healder_youtube .youtube_tit span {
  color: var(--main-color);
  font-weight: 700;
}

.youtube_btn {
  position: absolute;
  bottom: 15px;
  left: 0;
}
.youtube_btn a {
  display: block;
  color: #fff !important;
  width: 150px;
  height: 55px;
  background-color: #ffbd07;
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
}

.youtube_txt {
  color: #fff;
}

.sub_sec02 .healder_banner .healder_youtube .youtube_txt p:nth-child(1) {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: -0.25px;
}
.sub_sec02 .healder_banner .healder_youtube .youtube_txt p:nth-child(2),
.sub_sec02 .healder_banner .healder_youtube .youtube_txt p:nth-child(3),
.sub_sec02 .healder_banner .healder_youtube .youtube_txt p:nth-child(4) {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}

.mt50 {
  margin-top: 50px;
}

.sub_sec02 {
  margin: 90px 0;
}
.sub_sec02 .sub_video .part_video {
  width: 50%;
}
.sub_sec02 .sub_video .part_txt {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  margin-left: 20px;
}
.sub_sec02 .sub_video .part_txt > div {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.sub_sec02 .sub_video .flex {
  justify-content: center;
  margin-bottom: 30px;
}
.sub_sec02 .sub_video .flex.reverse {
  flex-direction: row-reverse;
}
.sub_sec02 .sub_video .flex.reverse .part_txt {
  text-align: left;
  padding-left: 0;
  margin-right: 20px;
}
.sub_sec02 .sub_main img {
  width: 100%;
}

/* 메인 슬라이드 */

.main_con .main_slider {
  height: 900px;
}

.main_con .main_slider .swiper-wrapper .swiper-slide {
  height: auto;
}

.main_con .main_slider .swiper-button-next {
  background: url("/theme/winiz/img/ico_rightarr.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 30px !important;
  height: 30px !important;
  top: 55%;
  transform: translateY(-50%);
  box-sizing: border-box;
  border-radius: 50%;
}

.main_con .main_slider .swiper-button-prev {
  background: url("/theme/winiz/img/ico_leftarr.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 30px !important;
  height: 30px !important;
  top: 55%;
  transform: translateY(-50%);
  box-sizing: border-box;
  border-radius: 50%;
}

/*.main_con .main_slider .swiper-button-next:after, .swiper-button-prev:after { display: none; } */


/* 제품효과배너 */

.effect_banner{
  width: 100%;
  height: auto;
  margin:0 auto 20px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.effect_banner a{
  width: 100%;
  height: 300px;
  transition:0.2s;
}
.effect_banner a img{
  display: block;
  width: 100%;
}

.effect_banner:hover{
  border:3px solid #cb2e1d;
}


/**********************************************/
/* 인증서 섹션*/
/**********************************************/

.certi_container {
  width: 100%;
  height: 415px;
  background-image: url(../img/certi_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 45% center;
}

.certi_container .certi_wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.certi_container .certi_wrap .certi_text h2 {
  font-family: "Pretendard Variable";
  font-size: 32px;
  padding-bottom: 40px;
}
.certi_container .certi_wrap .certi_text p {
  font-family: "Pretendard Variable";
  font-size: 22px;
  line-height: 35px;
}
.certi_container .certi_wrap .certi_text p span {
  color: #cb2e1d;
}

.certi_container .certi_wrap ul {
  display: flex;
}
.certi_container .certi_wrap ul li:nth-child(2) {
  transform: translateX(-40px);
}
.certi_container .certi_wrap ul li:nth-child(3) {
  transform: translateX(-80px);
}
.certi_container .certi_wrap ul li img {
  width: 200px;
  height: auto;
  box-shadow:0px 1px 4px #616161;
}

.certi_container .certi_more{
  padding-top: 30px;
}
.certi_container .certi_more a{
  display: inline-block;
  font-size:15px;
  font-weight:bold;
  border:1px solid #000;
  padding: 10px 30px;
  transition:0.4s;
}
.certi_container .certi_more a:hover{
  background:#fff;
}


/* #certificate_wrap {
  width: 100%;
  height: 415px;
  padding: 60px 0;
  box-sizing: border-box;
  background-image: url(../img/certificate_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 24px;
}

#certificate_wrap .certificate {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}

#certificate_wrap .certificate_pic {
  width: 53%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#certificate_wrap .certificate_pic li {
  width: 33%;
}

#certificate_wrap .certificate_pic li img {
  display: block;
  border: 1px solid #bbb;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

#certificate_wrap .certificate_text {
  width: 45%;
  text-align: center;
  line-height: 150%;
}

#certificate_wrap .certificate_text .builduplist_link {
  text-align: center;
  padding-bottom: 50px;
}

#certificate_wrap .certificate_text .builduplist_link a {
  color: #333;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 22px;
  display: inline-block;
  padding: 10px 30px;
  border: #333 1px solid;
}

#certificate_wrap .certificate_text .builduplist_link a:hover {
  color: #fff;
  background-color: #333;
  font-weight: bold;
}

#certificate_wrap .certificate_text .builduplist_link a {
  transition: all 0.2s linear;
} */

/**********************************************/
/* 명품입니다 섹션*/
/**********************************************/

.masterpiece-wrap{
  width: 100%;
  height:auto;
  background:#F2F5FF;
  padding: 50px 0;
}
.masterpiece-in{
  width: 1450px;
  margin:0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items:center;
}

/* 박스111111111111 */
.masterpiece-in .in-box1 .box1{
  width: 447px;
  height: 230px;
  padding: 30px;
  box-sizing: border-box;
  border-radius:10px;
  background: linear-gradient(135deg,#cfdef3, #e0eafc, #cfdef3 );
  /* background: linear-gradient(135deg, #e0eafc, #ffffff, #cfdef3); */
  /* background: linear-gradient(135deg, #cfd9df, #e2ebf0, #bcc9d7); */
}
.masterpiece-in .in-box1 .box1 p:first-child{
  color:#32519F;
  font-size:18px;
  margin-bottom:10px;
  font-family: "Pretendard Variable";
}
.masterpiece-in .in-box1 .box1 h2{
  font-size:36px;
  margin-bottom: 40px;
  font-family: "Pretendard Variable";
}
.masterpiece-in .in-box1 .box1 h2 span{
  color:#C93C14;
}
.masterpiece-in .in-box1 .box1 p:last-child{
  font-size:20px;
  font-family: "Pretendard Variable";
}


.masterpiece-in .in-box1 .box2{
  width: 447px;
  height: 560px;
  margin-top: 20px;
}
.masterpiece-in .in-box1 .box2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 박스22222222222 */
.masterpiece-in .in-box2 .box1{
  width: 447px;
  height: 210px;
}
.masterpiece-in .in-box2 .box1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masterpiece-in .in-box2 .box2{
  width: 447px;
  height: 310px;
  margin: 40px 0;
}
.masterpiece-in .in-box2 .box2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masterpiece-in .in-box2 .box3{
  width: 447px;
  height: 210px;
}
.masterpiece-in .in-box2 .box3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 박스33333333333 */
.masterpiece-in .in-box3 .box1{
  width: 447px;
  height: 490px;
  margin-bottom: 40px;
}
.masterpiece-in .in-box3 .box1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masterpiece-in .in-box3 .box2{
  width: 447px;
  height: 280px;
}
.masterpiece-in .in-box3 .box2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masterpiece-in .box{
  position: relative;
  overflow: hidden;
  border-radius:10px;
}
.masterpiece-in h3{
  font-family: "Pretendard Variable";
  position: absolute;
  right: 15px;
  bottom: 15px;
  color:#fff;
  font-size:26px;
  font-weight: 500;
  text-shadow:0px 3px 5px #000;
}

.masterpiece-in .box img{
  transition:0.4s;
}
.masterpiece-in .box:hover img{
  transform:scale(1.05);
}

.masterpiece-wrap .builduplist_link{
  text-align:center;
  margin-top: 60px;
}
.masterpiece-wrap .builduplist_link a{
  display: inline-block;
  padding: 15px 40px;
  border:1px solid #000;
  color:#000;
  font-size:20px;
  font-weight:bold;
  transition:0.4s;
}
.masterpiece-wrap .builduplist_link a:hover{
  background:#fff;
}





/**********************************************/
/* 제품선택 tip 설정*/
/**********************************************/
.tip_wrap {
  width: 1450px;
  margin: 100px auto;
}
.tip_wrap .tip_boxall ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.tip_wrap .tip_boxall ul li a {
  display: inline-block;
  width: 330px;
  height: 380px;
  border: 1px solid #eee;
  border-radius: 10px 10px 0px 10px;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  transition: 0.1s;
  background:url(../img/tip_bg.webp) no-repeat center / cover;
}
.tip_wrap .tip_boxall ul li:first-child a {
  background: url(../img/tip_icon1.webp) no-repeat;
  background-color:#f7f7f7;
  background-position: 25px 250px;
}

.tip_wrap .tip_boxall ul li:nth-child(2) a:after,
.tip_wrap .tip_boxall ul li:nth-child(3) a:after,
.tip_wrap .tip_boxall ul li:nth-child(4) a:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-bottom: 50px solid #d9d9d9;
  transition: 0.3s;
}

.tip_wrap .tip_boxall ul li:nth-child(1) h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
.tip_wrap_en .tip_boxall ul li:nth-child(1) h3 {
  font-size: 25px;
}

.tip_wrap .tip_boxall ul li:nth-child(1) h3 span {
  color: #cb2e1d;
}

.tip_wrap .tip_boxall ul li:nth-child(1) p {
  font-size: 18px;
}
.tip_wrap .tip_boxall ul li:nth-child(1):first-child p {
  margin-bottom: 20px;
  font-weight: 500;
}

.tip_wrap .tip_boxall ul li:nth-child(1) p .font_red {
  color: #cb2e1d;
  font-size: 22px;
}

.tip_wrap .tip_boxall ul li:nth-child(1) p .font_blue {
  color: #4473d3;
}
.tip_wrap .tip_boxall ul li:nth-child(1) .view_more {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 18px;
  color: #777;
  font-weight: 400 !important;
  transition: 0.2s;
}

.tip_wrap .tip_boxall ul li:nth-child(2) p,
.tip_wrap .tip_boxall ul li:nth-child(3) p,
.tip_wrap .tip_boxall ul li:nth-child(4) p {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
}
.tip_wrap .tip_boxall ul li:nth-child(2) .font_blue2 {
  color: #1d4e89;
  font-size: 18px;
  margin-bottom: 10px;
}
.tip_wrap .tip_boxall ul li:nth-child(3) .font_red2,
.tip_wrap .tip_boxall ul li:nth-child(4) .font_red2 {
  color: #911e23;
  font-size: 18px;
  margin-bottom: 10px;
}

.tip_wrap .tip_boxall ul li .tip_box_in_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.tip_wrap .tip_boxall ul li .tip_box_in_prod {
  text-align: center;
}

.tip_wrap .tip_boxall ul li:nth-child(1) a:hover {
  border: 2px solid #911e23;
}
.tip_wrap .tip_boxall ul li:nth-child(1) a:hover .view_more {
  color: #911e23;
  font-weight: bold !important;
}

.tip_wrap .tip_boxall ul li:nth-child(2) a:hover {
  border: 2px solid #1d4e89;
}
.tip_wrap .tip_boxall ul li:nth-child(2) a:hover:after {
  border-bottom: 50px solid #1d4e89;
  bottom: 5px;
  right: 5px;
}

.tip_wrap .tip_boxall ul li:nth-child(3) a:hover,
.tip_wrap .tip_boxall ul li:nth-child(4) a:hover {
  border: 2px solid #911e23;
}
.tip_wrap .tip_boxall ul li:nth-child(3) a:hover:after,
.tip_wrap .tip_boxall ul li:nth-child(4) a:hover:after {
  border-bottom: 50px solid #911e23;
  bottom: 5px;
  right: 5px;
}

.tip_wrap .tip_banner img{
  border-radius:10px;
}
.tip_wrap .tip_banner:hover img{
  border:2px solid #911e23;
}

/* #choice_tip_banner { position: relative; margin-bottom: 30px; } 

#choice_tip_banner::before { content: ''; position: absolute; bottom: -30px; left: 0; width: 100%; height: 30px; background-color: #CC2C1C; } 

#choice_tip_banner .tip_contain { display: flex; justify-content: space-between; align-items: flex-start; width: 1450px; margin: 0 auto; padding: 30px 0; } 
#choice_tip_banner .tip_contain_en { align-items: center; } 

#choice_tip_banner .tip_contain .left { width: 1095px; padding: 25px 30px; } 

#choice_tip_banner .tip_contain .left a { display: flex; justify-content: space-between; align-items: center; gap: 20px; width: 100%; } 

#choice_tip_banner .tip_contain .left ul { width: 27%; } 

#choice_tip_banner .tip_contain .left ul li { width: 100%; font-weight: bold; font-family: 'Noto Sans KR', sans-serif; } 

#choice_tip_banner .tip_contain .left ul li:nth-child(1) { margin-bottom: 30px; } 

#choice_tip_banner .tip_contain .left ul li:nth-child(1) img { height: 40px; display: block; } 

#choice_tip_banner .tip_contain .left a:hover ul li:nth-child(1) img { transform: translateX(0px) translateY(-2px); transition: all 500ms ease; } 

#choice_tip_banner .tip_contain .left ul li:nth-child(2) { font-size: 27px; margin-bottom: 20px; } 
#choice_tip_banner .tip_contain_en .left ul li:nth-child(2) { font-size: 20px; } 

#choice_tip_banner .tip_contain .left ul li:nth-child(3) { font-size: 20px; } 
#choice_tip_banner .tip_contain_en .left ul li:nth-child(3) { font-size: 25px; } 

#choice_tip_banner .tip_contain .left .list { width: 73%; display: flex; justify-content: space-between; align-items: center; gap: 20px; } 

#choice_tip_banner .tip_contain .left .list .item { position: relative; width: calc(100% / 3); height: 315px; padding-top: 50px; border: 1px solid #ddd; border-radius: 0 0 15px 15px; box-shadow: 7px 9px 20px 0px rgba(0, 0, 0, 0.25); transition: 0.3s; } 
#choice_tip_banner .tip_contain_en .left .list .item { height: 280px; } 

#choice_tip_banner .tip_contain .left .list .item:hover { transform: translateY(-3%); transition: 0.3s; } 

#choice_tip_banner .tip_contain .left .list .item strong { display: block; position: absolute; content: ''; top: 0; left: 0; width: 85px; height: 30px; background-color: #1D4E89; line-height: 30px; color: #fff; font-size: 16px; text-align: center; font-family: 'Noto Sans KR', sans-serif; } 
#choice_tip_banner .tip_contain_en .left .list .item strong { width: fit-content; padding: 0 10px; } 

#choice_tip_banner .tip_contain .left .list .item:nth-child(n+2) strong { background-color: #911E23; } 

#choice_tip_banner .tip_contain .left .list .item img.luxury { position: absolute; content: ''; top: -15px; right: -15px; height: 70px; } 

#choice_tip_banner .tip_contain .left .list .item p { font-size: 20px; font-weight: bold; text-align: center; color: #727171; font-family: 'Noto Sans KR', sans-serif; margin-top: 20px; } 

#choice_tip_banner .tip_contain .right { position: relative; width: 335px; height: 365px; background-image: url(../img/tip_right_border.png); background-size: 100%; padding: 20px; transition: 0.3s; } 

#choice_tip_banner .tip_contain .right:hover { background-color: #FFF4A5; transition: 0.3s; } 

#choice_tip_banner .tip_contain .right p { font-family: 'Noto Sans KR', sans-serif; color: #000; font-size: 25px; font-weight: bold; } 
#choice_tip_banner .tip_contain_en .right p { font-size: 17px; } 

#choice_tip_banner .tip_contain .right p:nth-child(1) { color: #084F6A; } 

#choice_tip_banner .tip_contain .right p:nth-child(1) span { font-size: 30px; } 
#choice_tip_banner .tip_contain_en .right p:nth-child(1) span { display: block; font-size: 24px; margin-bottom: 5px; } 

#choice_tip_banner .tip_contain .right p:nth-child(2) .c,
#choice_tip_banner .tip_contain_en .right p:nth-child(3) .c { font-size: 30px; color: red; } 

#choice_tip_banner .tip_contain .right p:nth-child(2) .s,
#choice_tip_banner .tip_contain_en .right p:nth-child(3) .s { font-size: 20px; } 

#choice_tip_banner .tip_contain .right p:nth-child(4) { display: inline-block; font-size: 15px; margin-top: 150px; padding: 5px 15px; border: 2px solid #000; border-radius: 15px; transition: 0.3s; } 

#choice_tip_banner .tip_contain .right:hover p:nth-child(4) { background-color: #000; color: #fff; transition: 0.3s; } 

#choice_tip_banner .tip_contain .right p:nth-child(4) span { display: inline-block; color: #000; transition: 0.3s; } 

#choice_tip_banner .tip_contain .right:hover p:nth-child(4) span { transform: translateX(8px); color: #fff; transition: 0.3s; } 

#choice_tip_banner .tip_contain .right img { position: absolute; content: ''; bottom: 4px; right: 5px; } 


#choice_tip_banner .tip_contain .left a span { border-bottom: 0px solid #333; padding-bottom: 1px; top: 0; left: 0; right: 100%; } 

#choice_tip_banner .tip_contain .left a:hover span { border-bottom: 2.5px solid #636363; padding-bottom: 0px; right: 0%; } */

/*영어버전 제품선택 tip 설정*/

/* #choice_tip_banner_en {
  width: 100%;
  height: 400px;
  background-image: url(../img/tip_back.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#choice_tip_banner_en a {
  display: inline-block;
  width: 100%;
  height: 400px;
  padding: 50px 0 0;
  box-sizing: border-box;
}

#choice_tip_banner_en .tip_contain {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

#choice_tip_banner_en .tip_contain .left {
  width: 50%;
}

#choice_tip_banner_en .tip_contain .left ul li {
  width: 100%;
  margin-bottom: 40px;
  font-family: "Noto Sans KR", sans-serif;
}

#choice_tip_banner_en .tip_contain .left ul li:nth-child(1) img {
  width: 80%;
  display: block;
}

#choice_tip_banner_en a:hover .tip_contain .left ul li:nth-child(1) img {
  width: 66.6%;
  transform: translateX(0px) translateY(-2px);
  transition: all 500ms ease;
}

#choice_tip_banner_en .tip_contain .left ul li:nth-child(2) {
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 35px;
}

#choice_tip_banner_en .tip_contain .left ul li:nth-child(3) {
  font-size: 30px;
}

#choice_tip_banner_en .tip_contain .right {
  width: 50%;
  padding-top: 40px;
}

#choice_tip_banner_en .tip_contain .right img {
  width: 100%;
}

#choice_tip_banner_en a span {
  border-bottom: 0px solid #333;
  padding-bottom: 1px;
  top: 0;
  left: 0;
  right: 100%;
}

#choice_tip_banner_en a:hover span {
  border-bottom: 2.5px solid #636363;
  padding-bottom: 0px;
  right: 0%;
} */

/**********************************************/
/* 메인 빅 로고 설정*/
/**********************************************/

#main_biglogo {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 40px;
  justify-content: space-around;
}

#main_biglogo .pic {
  width: 40%;
  margin: 0 auto;
}

#main_biglogo img {
  width: 100%;
}

#main_biglogo .text {
  width: 800px;
  font-size: 24px;
  color: #000000;
  line-height: 35px;
  text-align: center;
  font-family: "Pretendard Variable";
  padding: 0 0 20px;
  box-sizing: border-box;
}

#main_biglogo .text p {
  padding: 10px 0;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.7);
}

#main_biglogo .text .p01 {
  padding: 0 0 10px;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.7);
  font-weight: bold;
}

#main_biglogo .text .p01 > span {
  font-size: 35px;
}

#main_biglogo .text img {
  display: inline-block;
  width: 40%;
}

#main_biglogo > .text > a {
  display: inline-block;
  margin: 25px 0 50px;
  padding: 5px 30px;
  border: 1px solid #555555;
  color: #555555;
  font-size: 1.2vw;
}

#main_biglogo .text .logo_back {
  text-align: center;
  vertical-align: middle;
  opacity: 70%;
}

#main_biglogo > .text > .logo_back > img {
  width: 80%;
}

#main_biglogo .logo_sns {
  width: 400px;
  margin: 0 auto;
  height: 70px;
  padding: 13px 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  background-color: #f2f2f2;
  border-radius: 60px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

#main_biglogo .logo_sns a {
  display: block;
  width: 43px;
}

#main_biglogo .logo_sns img {
  width: 100%;
}

/**********************************************/
/* 아코디언 슬라이드 설정*/
/**********************************************/

.prod_container{
  width: 100%;
  height: 700px;
  background:url(../img/prod_cont_bg.webp) no-repeat;
  background-size:cover;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Pretendard Variable";
}

.prod_container .text_area{
  padding: 100px;
  position: absolute;
}
.prod_container .text_area h1{
  font-size:60px;
  color:#fff;
  margin-bottom: 50px;
  font-family: "Pretendard Variable";
}
.prod_container .text_area p{
  font-size:22px;
  color:#fff;
  line-height: 30px;
}

.prod_container .prod_area{
  height: 100%;
  position: absolute;
  right: 200px;
}
.prod_container .prod_area ul{
  height: 100%;
  display: flex;
}
.prod_container .prod_area ul li{
  height: 100%;
  text-align: center;
}
.prod_container .prod_area ul li a{
  display: block;
  width: 200px;
  height: 100%;
  border:1px solid #aaa;
  color:#fff;
  background:rgb(255, 255, 255, 0.3);
  align-content: center;
  transition:0.7s;
  box-sizing: border-box;
}
.prod_container .prod_area ul li a p{
  font-size:18px;
  margin-bottom: 10px;
}
.prod_container .prod_area ul li a h2{
  font-size:26px;
  margin-bottom: 30px;
  font-family: "Pretendard Variable";
}


/* .accordions {
  width: 100%;
  max-width: 1920px;
  height: 679px;
  overflow: hidden;
  margin: 0 auto;
  font-family: "Noto Sans KR", sans-serif;
}

.accordions ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordions ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 679px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 1000ms ease;
  -moz-box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
  -webkit-box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
  box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
}

.accordions ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordions ul li div a {
  display: block;
  height: 130px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 35px 70px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans KR", sans-serif;
  transition: all 2000ms ease;
}

.accordions ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.accordions ul li div a h2 {
  font-family: "Noto Sans KR", sans-serif;
  text-overflow: clip;
  font-size: 2.1428em;
  line-height: 30px;
  text-transform: capitalize;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  top: 5px;
  text-align: center;
}

.accordions ul li div a h2 .bt {
  width: 50px;
  padding: 5px;
  box-sizing: border-box;
  display: inline-block;
  top: 7px;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.5));
}

.accordions ul li div a h2 .bt img {
  width: 100%;
}

.accordions ul li div a p {
  top: 50px;
  font-size: 13.5px;
}

.accordions ul li:nth-child(1) {
  background-image: url("../img/slide001-1.png");
}

.accordions ul li:nth-child(2) {
  background-image: url("../img/slide002-1.png");
}

.accordions ul li:nth-child(3) {
  background-image: url("../img/slide005-1.png");
}

.accordions ul li:nth-child(4) {
  background-image: url("../img/slide004-1.png");
}

.accordions ul li:nth-child(5) {
  background-image: url("../img/slide003-1.png");
}

.accordions ul:hover li,
.accordion ul:focus-within li {
  width: 8%;
}

.accordions ul li:focus {
  outline: none;
}

.accordions ul:hover li:hover,
.accordions ul li:focus,
.accordions ul:focus-within li:focus {
  width: 60%;
}

.accordions ul:hover li:hover a,
.accordions ul li:focus a,
.accordions ul:focus-within li:focus a {
  background: rgba(0, 0, 0, 0.4);
}

.accordions ul:hover li:hover a *,
.accordions ul li:focus a *,
.accordions ul:focus-within li:focus a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.accordions ul:hover li {
  width: 8% !important;
}

.accordions ul:hover li a * {
  opacity: 0 !important;
}

.accordions ul:hover li:hover {
  width: 60% !important;
}

.accordions ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}

.accordions ul:hover li:hover a * {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
} */

/**********************************************/
/* 보행 재활 설정*/
/**********************************************/

#walking_re_wrap {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 100px 0;
}

#walking_re_wrap .walking_re {
  width: 100%;
  margin: 0 auto;
}

#walking_re_wrap .walking_re li {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 45px;
  padding-bottom: 20px;
  text-align: center;
}

/* #walking_re_wrap .walking_re li img {
  width: 100%;
} */


.day30_case {
  width: 100%;
  height: 700px;
  background: linear-gradient(0deg, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%);
  box-sizing: border-box;
}

.day30_case .case_wrap {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
  padding: 40px 0;
}
.day30_case .case_wrap h2 {
  font-size: 26px;
  font-family: "Pretendard Variable";
  padding-bottom: 10px;
}
.day30_case .case_wrap > p {
  font-size: 18px;
  color: #444;
  font-family: "Pretendard Variable";
}

.day30_case .case_wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}
.day30_case .case_wrap ul li:nth-child(odd) {
  width: 264px;
  height: 360px;
  background: #fff;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.day30_case .case_wrap ul li:nth-child(odd) img {
  border: 1px solid #666;
  object-fit: cover;
}
.day30_case .case_wrap ul li:nth-child(even) {
  background: none;
}
.day30_case .case_wrap ul li p {
  font-size: 18px;
  padding-top: 20px;
  font-weight: 500;
  font-family: "Pretendard Variable";
}

.day30_case .case_wrap .move_case {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.day30_case .case_wrap .move_case a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: bold;
  transition:0.4s;
}
.day30_case .case_wrap .move_case a:hover{
  background:#fff;
}



/* 영어버전 보행 재활 설정*/

#walking_re_wrap_en {
  width: 100%;
  height: 900px;
  box-sizing: border-box;
  padding: 50px 0 0;
}

#walking_re_wrap_en .walking_re {
  width: 1200px;
  margin: 0 auto;
}

#walking_re_wrap_en .walking_re li {
  padding-bottom: 20px;
  text-align: center;
}

#walking_re_wrap_en .walking_re li:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: #cecece;
  padding-bottom: 30px;
}

#walking_re_wrap_en .walking_re li:nth-child(2) {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
}

#walking_re_wrap_en .walking_re li:nth-child(3) {
  padding: 30px 0 45px;
}

#walking_re_wrap_en .walking_re li:nth-child(3) img {
  width: 100%;
}

#walking_re_wrap_en .walking_re li:nth-child(4) a {
  display: inline-block;
  border: #000 1px solid;
  padding: 15px 40px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

#walking_re_wrap_en .walking_re .link:hover a {
  transform: scale(1.05);
  color: #fff;
  background-color: #333;
  font-weight: bold;
}

#walking_re_wrap_en .walking_re .link a {
  transition: all 0.2s linear;
}

/**********************************************/
/* 실버인 + 고개지원 배너 */
/**********************************************/
#banner_wrap {
  width: 100%;
  box-sizing: border-box;
}

#banner_wrap ul {
  width: 100%;
}

#banner_wrap ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

#banner_wrap ul li a {
  display: block;
}

#banner_wrap ul li a img {
  display: block;
  width: 100%;
}

#banner_wrap ul li:hover img{
  border:3px solid #cb2e1d;
}

/**********************************************/
/* 유튜브 슬라이드 */
/**********************************************/
.inner .slide01_container {
  display: flex;
  position: relative;
  font-family: "Pretendard Variable";
}

.inner .slide01_container .play_reh {
  margin-left: 48px;
}

.inner .slide01_container .play_reh_txt01 {
  position: relative;
}

.inner .slide01_container .play_reh_txt01 p {
  margin-bottom: 60px;
  box-sizing: border-box;
  font-size: 36px !important;
  color: #fff !important;
  font-weight: 300;
}

.inner .slide01_container .play_reh_txt01 span {
  color: #e70014;
  font-weight: 700;
}

.inner .slide01_container .play_reh_txt01 p:nth-child(1) {
  font-size: 24px;
  font-weight: 700;
  color: #ff6151;
}

.inner .slide01_container .play_reh_txt01 p:nth-child(2) {
  font-size: 24px;
  font-weight: 700;
  color: #666;
}

.inner .slide01_container .play_reh_txt02 {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  box-sizing: border-box;
}

.inner .slide01_container .play_reh_txt03 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: -1px;
}
.inner .slide01_container .play_reh_txt03 > div p{
  margin-bottom: 5px;
}

.inner .slide01_container .play_reh_txt01 .btn02 {
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  line-height: 50px;
}


.inner .slide01_container .play_reh_txt01 .btn02 a {
  display: block;
  color: #fff;
}

.inner .slide01_container .play_reh_txt01 .btn02 a span{
  display: inline-block;
  color:red;
  font-size:23px;
  font-weight:400;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/* 슬라이드 버튼 커스텀 */
.inner .slide01_container .swiper-button-next {
  background: url("/theme/winiz/img/ico_rightarr.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 30px !important;
  height: 30px !important;
  top: 55%;
  transform: translateY(-50%);
  left: 546px !important;
  box-sizing: border-box;
  border-radius: 50%;
}
.inner .slide01_container .swiper-button-prev {
  background: url("/theme/winiz/img/ico_leftarr.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 30px !important;
  height: 30px !important;
  top: 55%;
  transform: translateY(-50%);
  left: 0 !important;
  box-sizing: border-box;
  border-radius: 50%;
}
.inner .slide01_container .swiper-button-next::after,
.inner .slide01_container .swiper-button-prev::after {
  display: none;
}
.inner .slide01_container .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

/* 메인 그리드 */

.main_grid {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
  box-sizing: border-box;
  border-top: 3px groove #e70014;
  border-bottom: 3px groove #e70014;
}
/* .main_grid .flex { align-items: center; } */
.main_grid .flex .grid_txt .grid_wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_grid .flex .grid_txt {
  position: relative;
  width: 50%;
  text-align: center;
  background: url("/theme/winiz/img/img_office.jpg") no-repeat center / cover;
}
.main_grid .flex .grid_txt a {
  display: block;
}
.main_grid .flex .grid_txt a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.main_grid .flex .grid_txt .grid_logo {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
.main_grid .flex .grid_txt .grid_logo img {
  width: 100%;
}
.main_grid .flex .grid_txt .txt_box p {
  color: #fff;
  font-size: 1.7142em;
  line-height: 1.4;
  letter-spacing: -0.25px;
}
.main_grid .flex .grid_txt .txt_box p:nth-child(1) {
  font-size: 1.7142em;
  font-weight: 700;
  margin: 30px 0;
}
/* .main_grid .flex .grid_txt .grid_img { width: 50%; } 
.main_grid .flex .grid_img ul { display: flex; flex-wrap: wrap; } 
.main_grid .flex .grid_img ul li { width: calc(100% / 2); } 
.main_grid .flex .grid_img ul li img { width: 100%; } */

/* 카테고리 */

.cate_circle {
  width: 50%;
}
.cate_circle .cate_con {
  display: flex;
  flex-wrap: wrap;
}
/* .cate_circle .cate_con .cate_list a { display: block; } */
.cate_circle .cate_con .cate_list {
  position: relative;
  width: calc(100% / 2);
  box-sizing: border-box;
  overflow: hidden;
  padding: 4px;
}
.cate_circle .cate_con .cate_list a:hover::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.cate_circle .cate_con .cate_list:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.cate_circle .cate_con .cate_list img {
  width: 100%;
  padding: 0px;
}
.cate_circle .cate_con .cate_list .cate_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-family: "Nanum Square";
  font-weight: 700;
  color: #fff;
  z-index: 1;
}

/* .cate_sec { position: relative;; margin: 40px 0; } 
.cate_sec .cate_circle { width: 300px; height: 300px; box-shadow: 0px 0px 9px 3px #eee; border-radius: 20px; overflow: hidden; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100; } 
.cate_sec .cate_circle a { display: block; } 
.cate_sec .cate_circle::before { width:100%; height:100%; content:''; display: block; position:absolute; background-color: rgba(0,0,0,0.5); } 
.cate_sec .cate_circle img { width:100%; } 
.cate_sec .cate_circle:hover::before { transition: all 1s; top: -500px; } 
.cate_sec .cate_circle p { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100; color: #fff; font-size: 24px; font-family: 'GmarketSansMedium'; } 

.cate_sec .cate_con { display: flex; flex-wrap: wrap; } 
.cate_sec .cate_con .cate_list { box-shadow: 0px 0px 12px 3px #282828; position:relative; width: calc((100% - 80px) / 2); margin: 20px; box-sizing: border-box; overflow: hidden; border-radius:15px } 
.cate_sec .cate_con .cate_list:hover::before { background-color: rgba(0,0,0,0.5); z-index: -1; } 
.cate_sec .cate_con .cate_list:hover img { transform: scale(1.05); transition: all 0.5s; } 
.cate_sec .cate_con .cate_list::before { content:''; display:block; position:absolute; width:100%; height:100%; left:0; top:0; background-color:rgba(0,0,0,0.5); } 
.cate_sec .cate_con .cate_list img { width: 100%; } 
.cate_sec .cate_con .cate_list .cate_txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff; font-size: 24px; } */

/* point_banner */

.point_banner {
  position: relative;
  width: 100%;
  height: 650px;
  background: url("/theme/winiz/img/bg_point_banner.jpg") no-repeat center / cover;
}
.point_banner .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.point_banner .blur .txt_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.point_banner .blur .txt_box .txt01 {
  font-size: 24px;
  margin-top: 30px;
}
.point_banner .blur .txt_box .walkmate_logo {
  width: 200px;
  margin-bottom: 20px;
}
.point_banner .blur .txt_box .walkmate_logo img {
  width: 100%;
}
.point_banner .blur h1 {
  font-size: 36px;
}

/* 상품베너 */
/*
.goods_banner { width:100%; background-color: #1f1f1f; padding: 60px 0; } 
.goods_banner .swiper3_wrap { width: 850px; height: 600px; } 
.goods_banner .swiper3_wrap .mySwiper3 { width:100%; height:600px } 
.goods_banner .swiper3_wrap .mySwiper3 .swiper-slide { position: relative; } 
.goods_banner .swiper3_wrap .mySwiper3 .swiper-slide .slide_txt { position: absolute; width:500px; height:250px; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; font-family:'Nanum Square','Malgun Gothic', dotum, sans-serif; font-weight: 700; } 
.goods_banner .swiper3_wrap .mySwiper3 .swiper-slide .slide_txt p { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#fff; font-size: 36px; } 
.goods_banner .swiper3_wrap .mySwiper3 .swiper-slide .slide_txt p .next_line { font-size:18px } 

.goods_banner .swiper-button-next { background: url('/theme/winiz/img/ico_rightarr.png') no-repeat; background-size: 100% auto; background-position: center; width: 30px !important; height: 30px !important; top: 50%; transform: translateY(-50%); right: 0 !important; box-sizing: border-box; } 
.goods_banner .swiper-button-prev { background: url('/theme/winiz/img/ico_leftarr.png') no-repeat; background-size: 100% auto; background-position: center; width: 30px !important; height: 30px !important; top: 50%; transform: translateY(-50%); left: 0 !important; box-sizing: border-box; } 
.goods_banner .swiper-button-next::after,.swiper-button-prev::after { display: none; } 
.goods_banner .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 1 !important; } 

.goods_banner .goods_list_con { position:relative; width:350px } 
.goods_banner .goods_list_con .goods_list01 { position:relative; width: 100%; height: 200px; overflow: hidden; } 
.goods_banner .goods_list_con .goods_list01:hover::before { background-color: rgba(0, 0, 0, 0.3); } 
.goods_banner .goods_list_con .goods_list01:hover img { transform: scale(1.1); transition: all 0.5s; } 
.goods_banner .goods_list_con .goods_list01::before { content:''; position: absolute; display:block; width: 350px; height:200px; left:0; top:0; background-color:rgba(0,0,0,0.5); } 
.goods_banner .goods_list_con .goods_list01 .goods_txt { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color: #fff; text-align: center; font-size:20px; font-family:'Nanum Square','Malgun Gothic', dotum, sans-serif; font-weight: 700; } 
*/

/* walkmate */
.sub_tab_tit {
  font-size: 40px;
  margin: 20px 0;
}

.sub_tab {
  display: flex;
  justify-content: space-between;
  align-items:center;
  text-align: center;
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 50px;
}

.sub_tab li {
  width: calc(100% / 5);
  font-size: 20px;
  margin: 40px 0;
  border-right: 1px solid #a1a1a1;
}

.sub_tab li a {
  color: #333;
  display: block;
  padding: 20px 0;
}

.sub_tab li:hover a {
  color: #e70014 !important;
}

.sub_tab .on a {
  position: relative;
  color: #e70014 !important;
}

.sub_tab .on a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-color);
}

.sub_tab li:last-child {
  border-right: none;
}

.sub_tab_2 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 10px 0 50px;
  font-family: "Noto Sans KR", sans-serif;
}
.sub_tab_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 99.1vw;
  height: 100%;
  background-color: #eaeaed;
}
.sub_tab_2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  border-bottom: 15px solid #eaeaed;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.sub_tab_2 li {
  position: relative;
  width: 150px;
  font-size: 18px;
}
.sub_tab_2 li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 1px;
  height: 50%;
  background-color: #a1a1a1;
}
.sub_tab_2 li:last-child::after,
.sub_tab_2 li.on::after {
  display: none;
}
.sub_tab_2 li a {
  position: relative;
  color: #333;
  display: block;
  padding: 10px 0;
}
.sub_tab_2 li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #e70014;
  transition: 0.3s;
}
.sub_tab_2 li:hover a::after {
  width: 100%;
  transition: 0.3s;
}
.sub_tab_2 li.on a {
  color: #fff;
  background-color: #000;
  font-weight: bold;
}

/* sticky */

.sticky_con {
  display: flex;
  justify-content: space-between;
  height: 2600px;
}
.sticky_con .fixed_img {
  position: sticky;
  top: 150px;
  width: 740px;
  height: 880px;
  text-align: center;
}
.sticky_con .fixed_img img {
  width: 100%;
}

.sticky_con .goods_list_con {
  width: 440px;
}
.sticky_con .goods_list_con .list_box {
}
.sticky_con .goods_list_con .list_box li {
  border-bottom: 1px dotted #1a1a1a;
  padding: 30px 0;
}
.sticky_con .goods_list_con .list_box li:nth-child(1) {
  padding-top: 0;
}
.sticky_con .goods_list_con .list_box li .item_txt_con .item_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.sticky_con .goods_list_con .list_box li .item_txt_con .item_txt .point_txt {
  font-size: 18px;
}
.sticky_con .goods_list_con .list_box li .item_txt_con .dot02 {
  margin-bottom: 10px;
}

.sub_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.sub_items li {
  width: calc((100% - 80px) / 5);
  margin: 20px 20px 0 0;
}
.sub_items li:last-child {
  margin-right: 0;
}
.sub_items li a:hover {
  color: var(--main-color);
}

/* main_bg_banner */

.bg_banner {
  width: 100%;
  height: 800px;
  background-attachment: fixed;
  background-image: url("/theme/winiz/img/bg_main_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.bg_banner .lt .gal {
  margin-bottom: 20px;
  margin-right: 10px;
}
.bg_banner .lt .gal:nth-child(3n) {
  margin-right: 0;
}
.bg_banner .lt a {
  display: inline-block;
  color: #fff !important;
  box-sizing: border-box;
  font-size: 18px;
  margin: 10px 0;
}
.bg_banner .lt .btn_more02 {
  border: 1px solid #fff;
  top: -50px;
}
.bg_banner .lt .btn_more02 a {
  padding: 10px 60px 10px 20px;
  box-sizing: border-box;
}

/* t-sling */

.flex {
  display: flex;
}

.item_con {
  width: 100%;
  position: relative;
}
.item_con .inner {
  padding: 100px 0;
  box-sizing: border-box;
}
.item_con .t-sling_img {
  width: 50%;
  box-shadow: -10px 0px 15px;
  z-index: 10;
}
/* .item_con .t_sling_img .t-sling_youtube img { width:100% } */
.item_con .t-sling_img .t-sling_imgbox {
}
.item_con .t-sling_img .t-sling_imgbox > ul {
  display: flex;
}
.item_con .t-sling_img .t-sling_imgbox > ul li {
  width: calc(100% / 3);
  margin-right: 5px;
}
.item_con .t-sling_img .t-sling_imgbox > ul li:last-child {
  margin-right: 0;
}
.item_con .t-sling_img .t-sling_imgbox > ul li img {
  width: 100%;
}
.item_con .t-sling_relative {
  position: relative;
  width: 50%;
}

.item_con .t-sling_txt {
  background-color: #fff;
  width: 100%;
  padding: 0px 30px;
  box-sizing: border-box;
  word-break: break-all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item_con .t-sling_txt .sub_title02 {
  position: relative;
  text-align: center;
  color: #548a85;
  font-weight: 700;
  margin-bottom: 80px;
}
.item_con .t-sling_txt .sub_title02::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 50px;
  top: 65px;
  left: 50%;
  transform: translateY(-50%);
  background-color: #548a85;
}
.item_con .t-sling_txt .dot01 {
  margin-bottom: 20px;
  color: #1a1a1a;
}

/* s-sling */

.item_con2 {
  width: 100%;
  position: relative;
}
.item_con2 .inner {
  padding: 100px 0;
  box-sizing: border-box;
}
.item_con2 .s-sling_img {
  width: 50%;
  box-shadow: 7px 6px 15px #303131;
  z-index: 10;
}
.item_con2 .s-sling_img .s-sling_imgbox {
}
.item_con2 .s-sling_img .s-sling_imgbox > ul {
  display: flex;
}
.item_con2 .s-sling_img .s-sling_imgbox > ul li {
  width: calc(100% / 3);
  margin-right: 5px;
}
.item_con2 .s-sling_img .s-sling_imgbox > ul li:last-child {
  margin-right: 0;
}
.item_con2 .s-sling_img .s-sling_imgbox > ul li img {
  width: 100%;
}
.item_con2 .s-sling_relative {
  position: relative;
  width: 50%;
}
.item_con2 .s-sling_img img {
  width: 100%;
}

.item_con2 .s-sling_txt {
  background-color: #fff;
  width: 100%;
  padding: 0px 30px;
  box-sizing: border-box;
  word-break: break-all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item_con2 .s-sling_txt .sub_title02 {
  position: relative;
  text-align: center;
  color: #753928;
  font-weight: 700;
  margin-bottom: 80px;
}
.item_con2 .s-sling_txt .sub_title02::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 50px;
  top: 65px;
  left: 50%;
  transform: translateY(-50%);
  background-color: #753928;
}
.item_con2 .s-sling_txt .dot01 {
  margin-bottom: 20px;
  color: #1a1a1a;
}

.item_con .inner .flex .left_box {
  box-shadow: 0px 10px 15px #303131;
}

/* pulling */

.pully_use {
  display: flex;
  margin-top: 50px;
}
.pully_use .pull_sling,
.pully_use .pull_pully {
  width: 25%;
  text-align: center;
}
.pully_use .pull_sling p,
.pully_use .pull_pully p {
  font-size: 24px;
  font-weight: 500;
  color: #12637e;
}
.pully_use .pull_use {
  width: 50%;
}
.pully_use .pull_use img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pully_use img {
  width: 100%;
}

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

/* 내가 추가한 코드 */
.sub_product_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.sub_product_top .left {
  width: 55%;
}
.sub_product_top .left img {
  display: block;
  width: 100%;
  max-height: 356px;
  height: 100%;
  object-fit: cover;
}
.sub_product_top .right {
  width: 45%;
}
.sub_product_top .right .tit {
  margin-bottom: 40px;
}
.sub_product_top .right .tit h5 {
  display: inline-block;
  background-color: #e70014;
  font-size: 22px;
  line-height: 1;
  padding: 12px 20px;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 25px;
  text-align: center;
}
.sub_product_top .right .tit h1 {
  height: 55px;
  margin-bottom: 10px;
}
.sub_product_top .right .tit h1 img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.sub_product_top .right .tit strong {
  display: block;
  font-size: 20px;
  line-height: 1;
}
.sub_product_top .txt_wrap {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.sub_product_top .txt_wrap h4 {
  text-indent: -25px;
  padding-left: 25px;
  padding-top: 0;
  line-height: 34px;
  font-size: 22px;
  letter-spacing: 1px;
  color: #555;
  font-weight: normal;
}
.sub_product_top .txt_wrap h4 span {
  font-weight: bold;
}

.line {
  width: 100%;
  border-top: 1px solid #ddd;
  margin: 100px auto;
}
.line h2,
.line h3,
.line h4,
.line h5,
.line h6,
.line p {
  font-family: "Noto Sans KR", sans-serif;
}
.line h1 {
  color: #e70014;
  line-height: 52px;
}
.line h5 {
  padding: 0 0 50px;
}
.line p {
  line-height: normal !important;
}
.line img {
  width: 100%;
  object-fit: cover;
}

/* 듀얼레일 */
.r_d_box {
  width: 587px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 20px;
  color: #333;
  margin-bottom: 60px;
}
.r_d_box h5 {
  font-size: 22px;
  line-height: 24px;
  padding: 30px 20px 20px 20px;
  text-align: center;
  color: #00ccfc;
}
.r_d_box p {
  padding: 0 20px;
  color: #666;
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 15px;
  padding-bottom: 20px;
}

.r_d_box01 {
  width: 386px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 15px;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}
.r_d_box01 h5 {
  font-size: 22px;
  line-height: 24px;
  padding: 30px 20px 20px 20px;
  text-align: center;
}
.en_box01 h5 {
  padding: 25px 0;
}
.r_d_box01 p {
  padding: 0 20px;
  color: #666;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 30px;
}
.r_d_box01 .up {
  border-radius: 50%;
  font-size: 28px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 25px;
  right: 60px;
}

.s_rail h1 img {
  width: 200px;
}
.s_rail h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.s_rail .last_box {
  margin-right: 0;
}

.s_rail_01 .right .tit h5 {
  background-color: #1d4e89;
}
.s_rail_03 .ceo_m {
  position: relative;
}
.s_rail_03 .txt_wrap {
  width: 550px;
}
.s_rail_03 h5 {
  padding: 0;
  color: #555;
  text-indent: -23px;
  padding-left: 23px;
}
.s_rail_03 p {
  position: absolute;
  right: 0;
  top: 0;
}
.s_rail_03 p img {
  width: 500px;
}

.s_rail_04 .top {
  position: relative;
}
.s_rail_04 .top h5 {
  padding: 0;
}
.s_rail_04 .top .txt_wrap {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: absolute;
  right: 350px;
  top: 320px;
  border: 1px solid #ddd;
}
.s_rail_04 .top .txt_wrap h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #555;
  text-align: center;
}
.s_rail_04 .top .txt_wrap h5 span {
  color: #c30;
}
.s_rail_04 .top p {
  text-align: center;
}
.s_rail_04 .bottom {
  margin-top: 50px;
}
.s_rail_04 .bottom h5 {
  padding: 0 0 20px;
}
.s_rail_04 .bottom img {
  width: 100%;
}

.s_rail_05 p {
  text-align: center;
  margin-bottom: 50px;
}
.s_rail_05 strong {
  display: block;
  font-weight: normal;
  text-indent: -23px;
  padding-left: 23px;
  margin-bottom: 10px;
}
.s_rail_05 strong span:nth-child(1) {
  font-weight: bold;
}
.s_rail_05 strong span:nth-child(2) {
  color: #ff3300;
}

/* JRX */
.s_jrx h1 {
  margin-bottom: 10px;
}

.s_jrx_02 .jrx_02_gif {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  gap: 20px;
}
.s_jrx_02 .jrx_02_gif > div {
  width: 50%;
}
.s_jrx_02 .jrx_02_gif > div img {
  border-radius: 15px;
}
.s_jrx_02 .jrx_02_gif > div p {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.s_jrx_03 .m_tit {
  margin-top: 40px;
  font-size: 42px;
  font-weight: bold;
  color: #e70014;
  text-align: center;
}
.s_jrx_03 .s_tit {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.s_jrx_03 .jrx_03_img {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.s_jrx_03 .jrx_03_img > div {
  width: 50%;
}

.s_jrx_03 .jrx_03_img .jrx_03_left .name {
  position: relative;
  width: 480px;
  margin: 20px auto 10px;
}
.s_jrx_03 .jrx_03_img .jrx_03_left .en_name {
  width: 500px;
}
.s_jrx_03 .jrx_03_img .jrx_03_left .name img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s_jrx_03 .jrx_03_img .jrx_03_left .name p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.s_jrx_03 .jrx_03_img .jrx_03_left > p {
  font-size: 23px;
  text-align: center;
}
.s_jrx_03 .jrx_03_img .jrx_03_left .en_p {
  font-size: 20px;
}
.s_jrx_03 .jrx_03_img .jrx_03_left > p span {
  color: #e70014;
}

.s_jrx_03 .jrx_03_img .jrx_03_right .top {
  margin-bottom: 40px;
}
.s_jrx_03 .jrx_03_img .jrx_03_right > div {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.s_jrx_03 .jrx_03_img .jrx_03_right .bot img {
  height: 332px;
  object-fit: unset;
}
.s_jrx_03 .jrx_03_img .jrx_03_right > div .en_tranc {
  position: absolute;
  top: 15px;
  left: 5;
  font-size: 16px;
  color: #fff;
  padding: 4px 5px;
  background-color: #ca676f;
}

.s_jrx_03 .jrx_03_banner {
  width: 100%;
  margin-top: 50px;
}
.s_jrx_03 .jrx_03_banner .img_wrap {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.s_jrx_03 .jrx_03_banner .img_wrap a {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  display: block;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: bold;
  background-color: #fdc734;
  color: #000;
  transition: 0.4s all;
  text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
}
.s_jrx_03 .jrx_03_banner .img_wrap a:hover {
  background-color: #f98108;
  transition: 0.4s all;
}

.s_jrx_03 .jrx_03_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-top: 50px;
}
.s_jrx_03 .jrx_03_list .item {
  width: calc(100% / 3);
}
.s_jrx_03 .jrx_03_list .item .name {
  position: relative;
  width: 290px;
  margin: 20px auto 10px;
}
.s_jrx_03 .jrx_03_list .item .name p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.s_jrx_03 .jrx_03_list .item > p {
  font-size: 18px;
  text-align: center;
}
.s_jrx_03 .jrx_03_list .item > p span {
  color: #e70014;
}

.s_jrx_03 .jrx_03_list .item_en > img {
  height: 145px;
  object-fit: inherit;
}
.s_jrx_03 .jrx_03_list .item_en .name {
  width: 100%;
  margin: 20px 0 10px;
}
.s_jrx_03 .jrx_03_list .item_en .name img {
  height: 65px;
  object-fit: inherit;
}
.s_jrx_03 .jrx_03_list .item_en .name p {
  text-align: center;
}
.s_jrx_03 .jrx_03_list .item_en p {
  word-break: keep-all;
}

.s_jrx_04 > img {
  margin: 100px 0;
}
.s_jrx_04 p {
  text-align: center;
}
.s_jrx_04 span {
  font-weight: bold;
}

.s_jrx_04 .bg {
  position: relative;
  width: 99.16vw;
  left: 50%;
  transform: translateX(-50%);
}
.s_jrx_04 .tit_bg {
  padding: 50px 0 100px;
  background-color: #f5f5f5;
}
.s_jrx_04 .tit_bg img {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.s_jrx_04 .tit_bg p {
  display: block;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}
.s_jrx_04 .tit_bg p span {
  font-size: 40px;
  color: #916d60;
}

.s_jrx_04 .sub_tit_bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding: 100px 0 50px;
  background-color: #e8e8e8;
}
.s_jrx_04 .sub_tit_bg::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  z-index: 1;
}
.s_jrx_04 .sub_tit_bg .out_line {
  position: relative;
  margin-bottom: 50px;
  padding: 40px 100px;
  border: 7px solid #356c51;
}
.s_jrx_04 .sub_tit_bg .out_line::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 35px;
  width: calc(100% - 70px);
  height: 20px;
  background-color: #e8e8e8;
  z-index: 1;
}
.s_jrx_04 .sub_tit_bg .out_line::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 35px;
  width: calc(100% - 70px);
  height: 20px;
  background-color: #e8e8e8;
  z-index: 1;
}
.s_jrx_04 .sub_tit_bg .out_line p {
  margin: 0;
  font-size: 23px;
}
.s_jrx_04 .sub_tit_bg .out_line p:last-child {
  font-size: 30px;
}
.s_jrx_04 .sub_tit_bg .out_line p:last-child .under_line {
  display: inline-block;
  position: relative;
  color: #e70014;
}
.s_jrx_04 .sub_tit_bg .out_line p:last-child .under_line::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -0.5%;
  width: 101%;
  height: 10px;
  background-color: yellow;
  opacity: 0.5;
  border-radius: 30px;
}

.s_jrx_04 .sub_tit_bg .out_line .en_p {
  margin-top: 25px;
  font-weight: bold;
}

.s_jrx_04 .sub_tit_bg > p {
  font-size: 35px;
  font-weight: bold;
  color: #000;
}
.s_jrx_04 .sub_tit_bg > p span {
  color: #e70014;
}

.s_jrx_04 .jrx_04_vs {
  position: relative;
  margin-bottom: 100px;
}
.s_jrx_04 .jrx_04_vs li {
  display: flex;
  justify-content: space-between;
}
.s_jrx_04 .jrx_04_vs li:last-child {
  border-bottom: none;
}

.s_jrx_04 .jrx_04_vs li.bg_line {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.s_jrx_04 .jrx_04_vs li.bg_line div {
  width: 50%;
  height: 100%;
}
.s_jrx_04 .jrx_04_vs li.bg_line .line_left {
  border-bottom: 2px solid #b3b3b3;
  border-left: 2px solid #b3b3b3;
}
.s_jrx_04 .jrx_04_vs li.bg_line .line_right {
  border: 5px solid #e70014;
}

.s_jrx_04 .jrx_04_vs li > div {
  width: calc((100% - 130px) / 2);
  text-align: center;
  border-top: 2px solid #b3b3b3;
}
.s_jrx_04 .jrx_04_vs li > div.list_left {
  padding: 40px 0;
}
.s_jrx_04 .jrx_04_vs li > div.list_right {
  padding: 40px 0;
  background-color: #fffcf3;
}
.s_jrx_04 .jrx_04_vs li > div.list_center {
  position: relative;
  width: 130px;
  height: auto;
  background-color: #5e5343;
  border-top: none;
  z-index: 1;
}
.s_jrx_04 .jrx_04_vs li.list_01 > div {
  width: 50%;
  border-top: none;
}
.s_jrx_04 .jrx_04_vs li.list_01 > div.list_left,
.s_jrx_04 .jrx_04_vs li.list_01 > div.list_right {
  padding: 60px 0;
}

.s_jrx_04 .jrx_04_vs .list_01 > div p {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}
.s_jrx_04 .jrx_04_vs .list_01 > div.list_left p {
  background-color: #808080;
}
.s_jrx_04 .jrx_04_vs .list_01 > div.list_right p {
  background-color: #e70014;
}
.s_jrx_04 .jrx_04_vs .list_01 > div img {
  width: auto;
  height: 380px;
  margin: 0 auto;
}

.s_jrx_04 .jrx_04_vs li div img {
  width: 425px;
  height: 150px;
  margin: 0 auto 20px;
}
.s_jrx_04 .jrx_04_vs li div video {
  display: block;
  width: 425px;
  margin: 0 auto 20px;
}
.s_jrx_04 .jrx_04_vs li div p {
  font-size: 20px;
}
.s_jrx_04 .jrx_04_vs li div.list_center p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.s_jrx_04 .jrx_04_vs li div p span {
  font-weight: bold;
}
.s_jrx_04 .jrx_04_vs li div.list_right p span {
  color: #e70014;
}

/* G슈트 */
.s_suit h1 {
  margin-bottom: 10px;
}
.s_suit_03 p {
  text-align: right;
  padding-right: 30px;
}

.point {
  position: relative;
  text-align: center;
}
.point #way_point_213 {
  position: absolute;
  content: "";
  top: -100px;
  left: 0;
}

.s_suit_02 h1 {
  text-align: left;
  margin-bottom: 40px;
}
.s_suit_02 .suit_top img:first-of-type {
  display: block;
  width: auto;
  margin: 20px auto 50px;
}
.s_suit_02 .suit_top h5 {
  display: inline-block;
  font-size: 25px;
  padding: 10px 15px;
  color: #fff;
  background-color: #e70014;
  margin-bottom: 10px;
}
.s_suit_02 .suit_top h6 {
  font-size: 23px;
  text-align: center;
}
.s_suit_02 .suit_top img:last-of-type {
  display: block;
  width: auto;
  margin: 50px auto 10px;
}
.s_suit_02 .suit_top p {
  font-size: 33px;
  line-height: 1.4;
  color: #084f6a;
  text-align: center;
  font-weight: bold;
}

.s_suit_02 .point > img {
  display: block;
  width: 5px;
  margin: 100px auto;
}
.s_suit_02 .point > p {
  font-size: 36px;
  font-weight: bold;
  color: #e70014;
  text-align: center;
  margin-bottom: 50px;
}
.s_suit_02 .point > strong {
  display: block;
  font-size: 25px;
  text-align: center;
  margin-top: 30px;
}

.s_suit_02 .suit_bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans KR", sans-serif;
}
.s_suit_02 .suit_bot > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s_suit_02 .suit_bot > div > img {
  display: block;
  width: 250px;
}
.s_suit_02 .suit_bot > div ul li {
  text-align: center;
  margin-top: 40px;
}
.s_suit_02 .suit_bot > div ul li:first-child {
  position: relative;
  text-align: center;
  margin-top: 0;
  padding-bottom: 20px;
}
.s_suit_02 .suit_bot > div ul li:first-child::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background-color: #cdcdcd;
}

.s_suit_02 .suit_bot .left {
  width: 580px;
  padding: 20px 25px 20px 40px;
  background-color: #efefed;
  border: 2px solid #d2d2d2;
  border-radius: 30px 0 0 30px;
}
.s_suit_02 .suit_bot .left ul li {
  font-size: 18px;
}
.s_suit_02 .suit_bot .left ul li:first-child p {
  display: inline-block;
  font-size: 25px;
  padding: 10px 30px;
  color: #fff;
  background-color: #878787;
  border-radius: 30px;
}

.s_suit_02 .suit_bot_en .left ul li:first-child p {
  padding: 10px 25px;
}

.s_suit_02 .suit_bot .right {
  width: 620px;
  padding: 20px 40px 20px 30px;
  background-color: #fbf3e8;
  border: 5px solid #e70014;
  border-radius: 30px;
  box-shadow: -5px 8px 15px 0px rgba(0, 0, 0, 0.25);
}
.s_suit_02 .suit_bot .right ul {
  order: -1;
}
.s_suit_02 .suit_bot .right ul li {
  font-size: 21px;
  font-weight: bold;
  color: #495623;
  line-height: 1.2;
}
.s_suit_02 .suit_bot .right ul li:first-child img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 40px;
}

.s_suit_04 .suit_x {
  border: 1px solid #ce3226;
  padding: 50px;
  margin: 30px 0;
  position: relative;
}
.s_suit_04 .suit_x p {
  position: absolute;
  color: #fff;
  background-color: #ce3226;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 50px;
  font-size: 20px;
  box-sizing: border-box;
}
.s_suit_04 .suit_x h5:first-of-type {
  padding: 20px 0 0;
}
.s_suit_04 .suit_x h5:last-of-type {
  padding: 0;
  color: #ce3226;
  text-align: center;
}

.s_suit_04 .suit_x_en p {
  padding: 15px 20px;
}

.s_suit_04 .set_img {
  width: 100%;
  margin-top: 50px;
}
.s_suit_04 .set_img h3 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
}
.s_suit_04 .set_img > div {
  width: 100%;
  height: 650px;
}
.s_suit_04 .set_img > div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* G코드 */
.s_code_01 h5 {
  font-size: 20px;
}
.s_code_01 h5 span {
  color: #ce3226;
}
.s_code_01 iframe {
  width: 100%;
  height: 680px;
}
.s_code_01 .img_wrap {
  margin-top: 40px;
}
.s_code_01 .img_wrap p {
  font-size: 20px;
  padding: 20px;
  text-align: center;
  line-height: 32px;
}
.s_code_01 .img_wrap h5 {
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
}

/* sng */
.s_sng_01 .txt_wrap h4 {
  text-indent: 0;
  padding: 0;
}
.s_sng_02 h1 {
  margin-bottom: 10px;
}
.s_sng_02 .sub_title {
  font-size: 35px;
  margin-bottom: 20px;
}
.s_sng_02 .sng_con {
  position: relative;
  width: 100%;
  height: 800px;
  background: url("../../winiz/img/img_sng.png") center no-repeat;
  background-size: 800px;
}
.s_sng_02 .sng_con .sng_img_box {
  position: absolute;
}
.s_sng_02 .sng_con .sng_img_box:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.s_sng_02 .sng_con .sng_img_box:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  width: 350px;
  height: 2px;
  border: 1px solid #e70014;
  top: 245px;
  left: 240px;
  transform: rotate(25deg);
}
.s_sng_02 .sng_con .sng_img_box:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.s_sng_02 .sng_con .sng_img_box:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 330px;
  height: 2px;
  border: 1px solid #e70014;
  top: 245px;
  right: 240px;
  transform: rotate(150deg);
}
.s_sng_02 .sng_con .sng_img_box:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.s_sng_02 .sng_con .sng_img_box:nth-child(3)::before {
  content: "";
  display: block;
  position: absolute;
  width: 380px;
  height: 2px;
  border: 1px solid #e70014;
  bottom: 245px;
  left: 260px;
  transform: rotate(160deg);
}
.s_sng_02 .sng_con .sng_img_box:nth-child(4) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.s_sng_02 .sng_con .sng_img_box:nth-child(4)::before {
  content: "";
  display: block;
  position: absolute;
  width: 340px;
  height: 2px;
  border: 1px solid #e70014;
  bottom: 340px;
  right: 230px;
  transform: rotate(210deg);
}
.s_sng_02 .sng_con .sng_img_box .sng_img {
  width: 250px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.s_sng_02 .sng_con .sng_img_box .sng_img img {
  width: 100%;
}
.s_sng_02 .sng_con .sng_img_box .sng_con_txt {
  font-size: 20px;
  width: 250px;
  margin-top: 30px;
  text-align: center;
}

/* 워크 슬링 */
.s_sling_02 .txt_wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 80px;
}
.s_sling_02 .txt_wrap strong {
  display: block;
  font-size: 35px;
  line-height: normal;
  margin-bottom: 20px;
}
.s_sling_02 .txt_wrap p {
  font-size: 20px;
}

.s_sling_02 .section1 {
  margin-bottom: 80px;
}
.s_sling_02 .section1 > p {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.s_sling_02 .section1 .point_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
.s_sling_02 .section1 .point_wrap > div {
  position: relative;
  width: 420px;
  height: 730px;
  padding-top: 65px;
  text-align: center;
}
.s_sling_02 .section1 .point_wrap .left {
  background-color: #fbfbfb;
  border: 1px solid #e1e1e1;
}
.s_sling_02 .section1 .point_wrap .right {
  background-color: #fdeddd;
  border: 8px solid #8a293f;
}
.s_sling_02 .section1 .point_wrap .right::after {
  content: "워크 슬링은";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: #8a293f;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}

.s_sling_02 .section1 .point_wrap > div strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: "Ubuntu", sans-serif;
}
.s_sling_02 .section1 .point_wrap .left strong {
  color: #424242;
}
.s_sling_02 .section1 .point_wrap .right strong {
  color: #6b381c;
}

.s_sling_02 .section1 .point_wrap > div p:first-of-type {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
}
.s_sling_02 .section1 .point_wrap .left p:first-of-type {
  color: #424242;
}
.s_sling_02 .section1 .point_wrap .right p:first-of-type {
  color: #6b381c;
}

.s_sling_02 .section1 .point_wrap > div .img_wrap {
  position: relative;
  width: 250px;
  height: 250px;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 auto 30px;
  background-color: #fff;
  overflow: hidden;
}
.s_sling_02 .section1 .point_wrap > div .img_wrap img {
  width: 370px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_sling_02 .section1 .point_wrap > div h3 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: normal;
}
.s_sling_02 .section1 .point_wrap > div p:last-child {
  font-size: 20px;
  font-weight: 500;
  color: #666;
  line-height: 1.5;
}

.s_sling_02 .section2 {
  padding: 50px 0;
  background: url(../img/walk_sling/walk_sling_bg2.png) center center / cover no-repeat;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.s_sling_02 .section2 p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.s_sling_02 .section2 .wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
}
.s_sling_02 .section2 .wrap .photo {
  width: 40%;
}
.s_sling_02 .section2 .wrap .photo img {
  width: 100%;
}
.s_sling_02 .section2 .wrap .box {
  width: 50%;
  background-image: url(../img/walk_sling/walk_sling_box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 0;
}
.s_sling_02 .section2 .wrap .box ul {
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
  font-size: 1.375em;
  font-weight: bold;
}
.s_sling_02 .section2 .wrap .box ul li {
  width: 45%;
}
.s_sling_02 .section2 .wrap .box ul li img {
  width: 80%;
  margin-bottom: 15px;
}
.s_sling_02 .section2 .wrap .box ul li p {
  font-size: 18px;
}
.s_sling_02 .section2 .wrap .box .bottom li img {
  width: 71.1%;
  border-radius: 50%;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.6);
}

.s_sling_03 h1 {
  line-height: normal;
  margin-bottom: 25px;
}
.s_sling_03 h5 {
  font-size: 20px;
  padding: 0 0 70px;
}
.s_sling_03 .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 0 auto;
}
.s_sling_03 .list_top {
  margin-bottom: 50px;
}
.s_sling_03 .list li {
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}
.s_sling_03 .list li:hover {
  transform: translateY(-15px);
  box-shadow: 0px 4px 15px 0px rgba(231, 0, 20, 0.25);
  transition: 0.5s;
}
.s_sling_03 .list li .img_wrap {
  width: 300px;
  margin: 0 auto 15px;
}
.s_sling_03 .list li .img_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.s_sling_03 .list li p {
  font-size: 20px;
  text-align: center;
  transition: 0.5s;
}
.s_sling_03 .list li:hover p {
  font-weight: bold;
  color: #e70014;
  transition: 0.5s;
}

.s_sling_04 .utube_video {
  align-items: flex-start;
}

/* 제품의 다양성 */
#doc_tit .doc_tit_02 strong {
  display: block;
  font-size: 1.4em;
  color: #e70014;
  margin-top: 40px;
}

#point_1 {
  width: 1200px;
  margin: 0 auto;
  background: url(../img/walk_sling/point_1_bg.png) center center / cover no-repeat;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  padding-bottom: 80px;
}
#point_1 .pt01 {
  font-size: 3.13em;
  padding-bottom: 25px;
}
#point_1 .pt02 {
  font-size: 1.4em;
  padding-bottom: 80px;
  font-weight: normal;
}

#point_1 .p1_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto 100px;
  padding: 5px;
  background-color: #2f2c4d;
  border-radius: 45px;
}
#point_1 .p1_nav li {
  padding: 10px 25px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 38px;
  cursor: pointer;
  transition: 0.5s;
}
#point_1 .p1_nav li:first-child {
  margin-right: 5px;
}
#point_1 .p1_nav li:last-child {
  margin-left: 5px;
}
#point_1 .p1_nav li.on {
  color: #000;
  background-color: #fff;
  font-weight: bold;
  transition: 0.5s;
}

#point_1 .c_wrap {
  display: none;
  width: 100%;
}
#point_1 .c_wrap.on {
  display: block;
}

#point_1 .c_wrap .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 80px;
}
#point_1 .c_wrap .tag li {
  width: 350px;
  padding: 40px 10px 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
  transition: 0.5s;
}
#point_1 .c_wrap .tag li:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}
#point_1 .c_wrap .tag li a > p {
  font-size: 1.6em;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}
#point_1 .c_wrap .tag li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#point_1 .c_wrap .tag li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 25px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#point_1 .c_wrap .tag li div p {
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
}

#point_1 .c_wrap .tag_1 li:nth-child(1) div,
#point_1 .c_wrap .p1_item_01 .t_left {
  background-color: #3674b5;
}

#point_1 .c_wrap .tag_1 li:nth-child(2) div,
#point_1 .c_wrap .p1_item_02 .t_left {
  background-color: #ac1754;
}

#point_1 .c_wrap .tag_2 li:nth-child(1) div,
#point_1 .c_wrap .p1_item_03 .t_left {
  background-color: #765187;
}

#point_1 .c_wrap .tag_2 li:nth-child(2) div,
#point_1 .c_wrap .p1_item_04 .t_left {
  background-color: #599766;
}

#point_1 .c_wrap .tag_2 li:nth-child(3) div,
#point_1 .c_wrap .p1_item_05 .t_left {
  background-color: #c68067;
}

#point_1 .c_wrap .p1_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 950px;
  height: 400px;
  margin: 0 auto 80px;
}
#point_1 .c_wrap .p1_item:last-child {
  margin-bottom: 0;
}
#point_1 .c_wrap .p1_item .target {
  position: absolute;
  top: -150px;
  left: 0;
}
#point_1 .c_wrap .p1_item .t_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 350px;
  height: 100%;
  padding: 50px;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
}
#point_1 .c_wrap .p1_item .t_left .top h3 {
  font-size: 2.78em;
  font-weight: 400;
  color: #fff;
}
#point_1 .c_wrap .p1_item .t_left .top strong {
  display: block;
  font-size: 1.7em;
  color: #fff;
}
#point_1 .c_wrap .p1_item .t_left .btm p {
  font-size: 1.2em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
#point_1 .c_wrap .p1_item .t_left .btm p span {
  font-weight: bold;
}
#point_1 .c_wrap .p1_item .t_left .btm .item_line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#point_1 .c_wrap .p1_item .i_right {
  width: 600px;
  height: 100%;
  background: url(../img/walk_sling/point_1_item_bg.png) center center / cover no-repeat;
}
#point_1 .c_wrap .p1_item .i_right img {
  display: block;
  width: 100%;
  height: 100%;
}

#point_2 {
  position: relative;
  width: 1450px;
  margin: 0 auto;
  background-image: url(../img/pulling/stw_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  margin-bottom: 100px;
}
#point_2 #target_p2 {
  position: absolute;
  top: 6px;
  left: 0;
}
#point_2 .pt01 {
  padding-bottom: 70px;
}

#point_2 table {
  border-collapse: collapse;
  width: calc(100% - 50px);
  margin: 0 auto;
  text-align: center;
}
#point_2 table tr {
  width: 100%;
  height: 70px;
}
#point_2 table .first {
  margin-bottom: 30px;
}
#point_2 table .second {
  border-bottom: #d1bb9b 2px solid;
}
#point_2 table .third {
  border-top: #d1bb9b 2px solid;
}
#point_2 table .forth {
  border-top: #d1bb9b 2px solid;
  border-bottom: #d1bb9b 2px solid;
}
#point_2 table .fifth {
  height: 140px;
}

#point_2 table tr th {
  width: 150px;
  height: 100%;
  box-sizing: border-box;
  font-size: 1.25em;
}
#point_2 table tr td {
  width: 250px;
  height: 100%;
  box-sizing: border-box;
  font-size: 1.06em;
}
#point_2 table .second td {
  font-weight: bold;
}
#point_2 table tr td img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.5s;
}
#point_2 table .first td:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

/* 슈트 & 서포터 */
.suit_and_supporter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110vh;
  overflow: hidden;
}
.r_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/suit_new/obj_bg.png) 52.18% 0% / cover no-repeat;
  transition: width 0.5s;
}
.r_bg.on {
  width: 52.18%;
  transition: width 0.5s;
}
.r_bg .obj {
  position: absolute;
  top: 53%;
  left: 56%;
  transform: translate(-80%, -50%);
  width: fit-content;
  height: 85%;
}
.r_bg .obj img {
  display: block;
  width: 100%;
  height: 100%;
}
.r_bg .obj .point {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: rgba(1, 1, 1, 0.48);
  border: 2px solid rgba(255, 255, 0, 0.75);
  border-radius: 50%;
  transition: 0.5s all;
  z-index: 3;
}
.r_bg .obj .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #ffff00;
  border-radius: 50%;
}
.r_bg .obj .point::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  border: 1.5px solid #ffff00;
  border-radius: 50%;
  animation: circle 2s cubic-bezier(1, 2, 0.66, 3) infinite;
  z-index: 2;
}

@keyframes circle {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.r_bg .obj .point:hover {
  background-color: #111;
  border-color: #ffff00;
  transition: 0.5s all;
}
.r_bg .obj .point_1 {
  top: 15%;
  right: 40%;
}
.r_bg .obj .point_2 {
  top: 59%;
  right: 42%;
}

.r_bg .obj .point .click {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 4;
  cursor: pointer;
}
.r_bg .obj .point .arrow_line {
  display: none;
}
.r_bg .obj .point .arrow_line.show {
  display: block;
}
.r_bg .obj .point .arrow_line_1 {
  position: absolute;
  top: 50%;
  left: 110%;
  width: 340px;
  height: 92px;
}
.r_bg .obj .point .arrow_line_2 {
  position: absolute;
  bottom: 50%;
  left: 110%;
  width: 348px;
  height: 246px;
}

.r_bg .obj .point .arrow_line .arrow_head {
  position: absolute;
  left: 100%;
  transform: translate(-1%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.r_bg .obj .point .arrow_line_1 .arrow_head {
  top: 100%;
}
.r_bg .obj .point .arrow_line_2 .arrow_head {
  top: 0;
}
.r_bg .obj .point .arrow_line .arrow_head img {
  width: 10px;
  height: 10px;
}
.r_bg .obj .point .arrow_line .arrow_head img:first-of-type {
  width: 150px;
  height: 2px;
  margin-right: 2px;
}
.r_bg .obj .point .arrow_line .arrow_head img:nth-of-type(2) {
  opacity: 0.3;
  animation: arrow_head_01 2.5s linear infinite;
}
.r_bg .obj .point .arrow_line .arrow_head img:nth-of-type(3) {
  opacity: 0.6;
  animation: arrow_head_02 2.5s linear infinite;
}
.r_bg .obj .point .arrow_line .arrow_head img:nth-of-type(4) {
  opacity: 1;
  animation: arrow_head_03 2.5s linear infinite;
}

@keyframes arrow_head_01 {
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes arrow_head_02 {
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes arrow_head_03 {
  40% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.l_txt {
  position: relative;
  width: 0%;
  height: 100%;
  background-color: #f2f2f2;
  overflow: hidden;
  font-family: "Noto Sans KR", sans-serif;
  transition: width 0.5s;
  z-index: 999;
}
.l_txt.on {
  width: 47.82%;
  transition: width 0.5s;
}
.l_txt .t_inner {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 910px;
}
.l_txt .t_inner.on {
  display: flex;
}
.l_txt .t_inner .t_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 85px;
}
.l_txt .t_inner .t_nav li {
  width: 160px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.l_txt .t_inner .t_nav li.on {
  background-color: #000;
  color: #fff;
  transition: 0.3s;
}
.l_txt .t_inner .t_item .img_wrap {
  width: 70%;
  margin: 0 auto;
}
.l_txt .t_inner .t_item .img_wrap img {
  width: 100%;
}
.l_txt .t_inner .t_item .txt_wrap {
  width: 70%;
  margin: 20px auto 0;
}
.l_txt .t_inner .t_item .txt_wrap strong {
  display: block;
  font-size: 1.56em;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #000;
}
.l_txt .t_inner .t_item .txt_wrap strong span {
  color: #e70014;
}
.l_txt .t_inner .t_item .txt_wrap > p {
  font-size: 1.13em;
  line-height: 1.5;
  color: #666;
  margin-bottom: 50px;
  word-break: keep-all;
}
.l_txt .t_inner .t_item .txt_wrap .t_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  transition: 0.5s;
}
.l_txt .t_inner .t_item .txt_wrap .t_btn a p {
  font-size: 1.13em;
}
.l_txt .t_inner .t_item .txt_wrap .t_btn a img {
  height: 10px;
}
.l_txt .t_inner .t_item .txt_wrap .t_btn a img:last-of-type {
  display: none;
}
.l_txt .t_inner .t_item .txt_wrap .t_btn a:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}
.l_txt .t_inner .t_item .txt_wrap .t_btn a:hover img:first-of-type {
  display: none;
}
.l_txt .t_inner .t_item .txt_wrap .t_btn a:hover img:last-of-type {
  display: block;
}

.l_txt .t_inner .t_flex {
  display: none;
  justify-content: center;
  align-items: center;
  width: 70%;
  gap: 60px;
}
.l_txt .t_inner .t_flex.on {
  display: flex;
}
.l_txt .t_inner .t_flex .img_wrap {
  width: auto;
  height: 450px;
  margin: 0;
}
.l_txt .t_inner .t_flex .img_wrap img {
  width: auto;
  height: 100%;
}
.l_txt .t_inner .t_flex .txt_wrap {
  width: auto;
  margin: 0;
}

.l_txt .t_inner > strong {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.l_txt .t_inner .t1_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.l_txt .t_inner .t1_list_1 {
  margin-bottom: 30px;
}
.l_txt .t_inner .t1_list li {
  width: 260px;
  letter-spacing: normal;
}
.l_txt .t_inner .t1_list li .img_wrap {
  position: relative;
  width: 100%;
  height: 260px;
  margin-bottom: 15px;
  border-radius: 10px;
  border-top-left-radius: 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.l_txt .t_inner .t1_list li .img_wrap .i_num {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
.l_txt .t_inner .t1_list li .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.l_txt .t_inner .t1_list li:hover .img_wrap img {
  transform: scale(1.1);
  transition: 0.5s;
}
.l_txt .t_inner .t1_list li strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
  text-align: center;
  transition: 0.5s;
}
.l_txt .t_inner .t1_list li:hover strong {
  color: #e70014;
  transition: 0.5s;
}
.l_txt .t_inner .t1_list li p {
  font-size: 14px;
  line-height: 1.3;
  color: #666;
  text-align: center;
}
