@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');

.sub {padding-bottom:0; word-break:keep-all;}
.sub img {max-width:100%;}

.sub_visual {min-height:580px; padding:40px 0px; background:#1C2180;}
.sub_visual .container {display:flex; word-break:keep-all;}
.sub_visual .text_wrap {width:50%;}
.sub_visual .img_wrap {position:relative; width:50%;}
.sub_visual .img_wrap img {max-width:100%;}
.sub_visual .img_wrap img:not(.primary_img) {position:absolute;}
.sub_visual .primary_img {margin-top:20px; margin-bottom:-100px;}
.sub_visual .ball1 {top:40px; left:60px; animation: upDown 2s infinite ease-in-out;}
.sub_visual .ball2 {bottom:-30px; right:20px;  animation: upDown 2s infinite ease-in-out;}
.sub_visual + section .conts_wrap {padding-top:150px;}

.sub .conts_wrap {width:100%; max-width:var(--conts-width); margin:0 auto; padding:120px 0; text-align:center;}

.sub .tit_wrap {margin-bottom:60px;}
.sub .tit_d1 {font-size:40px; font-weight:700; color:var(--black);}
.sub .tit_wrap .headline3 {margin-top:28px; color:var(--black); font-weight:400; font-size:1rem;}

@keyframes upDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0); }
}


.page_nav  {margin-bottom:60px; font-size:18px; font-weight:700;}

.breadcrumb {justify-content:center; margin: 0; margin-top: 26px; padding: 0; background: none; opacity:0.8;}
.breadcrumb-item {display: flex; align-items: center; font-size:0.9375rem;}
.breadcrumb-item:first-child a {padding-left:20px; background:url('/themes/friendme/pro/resources/images/icn_home.webp') no-repeat; background-position:left 2px;}
.breadcrumb .active {font-weight:700;}
.breadcrumb .active a {color:var(--primary);}
.breadcrumb-item a {display:block; color:inherit; text-decoration:none;}
.breadcrumb-item a:hover {text-decoration: underline;}
.breadcrumb-item + .breadcrumb-item {padding:0;}
.breadcrumb-item + .breadcrumb-item::before {content:""; width:14px; height:14px; margin:0 0.125rem; padding:0; background:url('/themes/friendme/pro/resources/images/icn_arw.webp') no-repeat; background-size:cover; background-position:center;}

.sub .kingkong h2 {display:flex; flex-direction:column; margin-bottom:40px; font-size:40px; font-weight:500; color:var(--black);}
.sub .kingkong h2 i {margin-bottom:10px; font-size:54px;}
.sub .kingkong .headline3 {margin-bottom:30px; font-size:26px; font-weight:700;}
.sub .kingkong .headline4 {width:fit-content; margin:0 auto; margin-bottom:40px; padding:4px 20px; color:#fff; font-weight:700; font-size:32px;}
.sub .kingkong ul {width:100%; max-width:600px; margin:0 auto; margin-bottom:30px; padding:20px; border-radius:var(--border-radius);}
.sub .kingkong li {display:flex; align-items:center; padding:10px 0; font-weight:700; font-size:18px;}
.sub .kingkong li span {flex: none; display:flex; align-items:center; justify-content:center;  width:40px; height:40px; margin-right:12px; border-radius:50px; font-weight:700; font-size:14px; color:var(--txt-basic);}

.sub .portfolio a {display:block; opacity:1; text-decoration:none; color:inherit;}
.sub .portfolio ul {display:flex; flex-wrap:wrap; gap:40px;}
.sub .portfolio li {width:calc(33.33% - 26.66px); cursor:pointer;}
.sub .portfolio .img_wrap {position:relative; width:100%; height:0; padding-top:100%; margin-bottom:20px; border:1px solid #ededed; border-radius:var(--border-radius); overflow:hidden; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow; transition-property:box-shadow;}
.sub .portfolio .img_wrap img {position:absolute; top:0; left:0; width:100%; height:100%;}
.sub .portfolio li:hover .img_wrap {box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.5);}
.sub .portfolio li:hover .hover_text {opacity:1; transition: opacity 0.3s ease;}
.sub .portfolio .hover_text {display:flex; position:absolute; top:0; left:0; align-items:center; justify-content:center; width:100%; height:100%; opacity: 0;  transition: opacity 0.3s ease;}
.sub .portfolio .hover_text span {display:flex; justify-content:center; align-items:center; width:70px; height:70px; padding:10px; color:#fff; font-weight:700; border-radius:50%;}
.sub .portfolio dl {padding:0 3px; text-align:left; word-break:keep-all;}
.sub .portfolio dt {margin-bottom:10px; font-weight:700; color:var(--black); font-size:18px;}

.landing .portfolio li:hover .img_wrap {border:1px solid #c1e4e2;}
.friendme .portfolio li:hover .img_wrap {border:1px solid #ffd5e8;}
.friendshop .portfolio li:hover .img_wrap {border:1px solid #ffce47;}
.hub .portfolio li:hover .img_wrap {border:1px solid #8ab9e2;}

.friendme .portfolio .hover_text span {background:#f68bbb;}
.landing .portfolio .hover_text span {background:#57bdb7;}
.friendshop .portfolio .hover_text span {background:#edb51e;}
.hub .portfolio .hover_text span {background:#2a8fe4;}

.sub .example ul {display:flex; flex-wrap:wrap;  gap:20px;}
.sub .example li {width:calc(33.33% - 13.33px); background:#fff; border-radius:40px; font-weight:500; overflow:hidden;}
.sub .example .img_wrap {display:flex; align-items:center; justify-content:center; height:180px; overflow:hidden;}
.sub .example li .img_wrap > div {display:flex; align-items:center; justify-content:center; width:200px; height:200px; margin:0 auto; border-radius:100%; }
.sub .example dl {padding:30px 40px; line-height:1.6; word-break:keep-all;}
.sub .example dt {margin-bottom:4px; color:var(--black); font-size:var(--fsize18);}

.sub .bottom:before {content:""; display:block; width:100%; height:240px; background:#f6f6f6;}
.sub .bottom { background-repeat:no-repeat; background-position: top 240px center;}
.sub .bottom .conts_wrap {padding-top:0; color:#fff;}
.sub .bottom img {margin-top:-226px; margin-bottom:40px; border-radius:40px;}
.sub .bottom h2 {margin-bottom:50px; font-size:42px; font-weight:400;}
.sub .bottom h2 strong {font-wegiht:700;}
.sub .bottom .btn_wrap {display:flex; justify-content: center; gap:10px;}
.sub .bottom button {padding:14px 24px; border:1px solid rgba(255, 255, 255, 0.6); border-radius:10px; color:#fff; font-weight:700;}
.sub .bottom button:hover {background:rgba(255, 255, 255, 0.1);}
.sub .bottom button i {margin-left:12px;}

/* 페이지 제목*/
.title_d1 {margin-top:2.5rem; margin-bottom:1.25rem;}
.title_d1 > * {font-size:2.25rem; font-weight:700; color:var(--black);}
.title_d2 > * {font-size:1.375rem; font-weight:700; color:var(--black);}

/* 블로그 제목*/
.single-banner {
  background-size: cover !important;
  margin-bottom:0; padding:80px 0px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.single-banner::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*background: -webkit-gradient(linear, right top, left top, from(rgba(6, 23, 56, 0.6)), to(rgba(17, 151, 68, 0.6)));
  background: linear-gradient(to left, rgba(6, 23, 56, 0.6), rgba(17, 151, 68, 0.6));*/
  z-index: -1;
}

.single-banner h1 {
  font-size: 2.125rem;
  color: var(--black);
  text-transform: uppercase;
  font-weight:700;
}

/* 블로그 네비게이션 */
.blog .breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  margin: 0px;
}

.blog .breadcrumb .active {
  color: black !important;
}

.blog .breadcrumb-item {
  font-size: 14px;
  padding: 0px !important;
  text-transform: capitalize;
}

.blog .breadcrumb-item a {
  color: #a3a3a3;
}

.blog .breadcrumb-item a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.blog .breadcrumb-item:first-child a {filter: brightness(0.6);}
.blog .breadcrumb-item + .breadcrumb-item::before {filter: brightness(0.6); color: #a3a3a3; padding: 0px 8px;}


/*다운로드*/
.download .btn {text-transform: none;}
.download .package {padding:2.5rem 0; border-bottom:1px solid #ededed;}
.download .main_btn {display:flex; gap:10px; margin-bottom:2.5rem;}
.download .main_btn dt {color:var(--primary); font-weight:700;}
.download .main_btn dd {display:flex; gap:20px;}
.download .main_btn dd a {color:var(--primary);}
.download .main_btn dd i {margin-left:3px; font-size:80%;}
.download h1 {display:none;}
.download i {margin-right:6px; font-weight:900;}
.download > div:not(.sub_visual, .package) {padding:2.5rem 0; border-bottom:1px solid #ededed;}
.download .d-flex {flex-flow:row wrap; gap:0.625rem; margin-top:20px;}
.download .d-flex > div {width:calc(33.33% - 0.625rem); padding:20px; background:#fff; border:1px solid #ddd; border-radius:8px;}
.download .d-flex span {display:block; margin-bottom:8px; color:var(--primary); font-weight:700; font-size:14px;}
.download .d-flex .btn_wrap {display:flex; flex-direction:column; gap:6px; margin-top:1.25rem;}
.download .d-flex .btn {color:var(--primary);}
.download .d-flex .btn:before {content:"\f019";  font-family: 'Font Awesome 6 Free'; font-weight: 900; -webkit-font-smoothing: antialiased; margin-right:4px; font-size:90%;}
.download .d-flex .link_blank:before {display:none;}
.download .d-flex .link_blank:after {content:"\f08e";  font-family: 'Font Awesome 6 Free'; font-weight: 900; -webkit-font-smoothing: antialiased; margin-left:4px; font-size:90%;}
.download .howto {padding:2.5rem 0;}
.download .howto .container > button {margin-top:1.25rem;}
.download .version {padding:1.25rem 0;}
.download .version .outer {padding:1.25rem; border:1px solid #ddd; border-radius:8px;}
.download .version thead tr {background:#fff; border-top:1px solid #ddd;}
.download .version th {padding:10px; color:var(--black); border:none;  border-bottom:1px solid #ddd; text-align:left;}
.download .version td {padding:10px; border:none; text-align:left;}
.download .version .checksum {font-size:12px;}

/*커뮤니티*/
.commu .headline .img_wrap i {font-size:36px; color:var(--primary);}
.commu .headline .img_wrap strong {display:block; margin-top:0px; margin-bottom:10px; font-size:37px; font-family: "Abhaya Libre", serif; font-weight: 700; color:var(--primary); letter-spacing: -1px; line-height:1;}
.commu .headline img {display:block; max-width:450px; border-radius:20px;}
.commu .sec img {max-width:450px;}
.commu .sec4 .img_wrap {width:100%!important; }
.commu .sec4 img {max-width:1000px!important; margin:0 auto;}



.friendshop .ai,
.friendshop .erp,
.friendshop .custom,
.friendshop .tech {background:#f6f6f6;}


/*랜딩페이지*/
.landing {padding-bottom:0;}

.landing .page_nav {color:#05413d;}
.landing .sub_visual {background:#6ed4ce;}
.landing .sub_visual .primary_txt {color:var(--black); font-weight:400; font-size:40px;}
.landing .sub_visual .primary_txt strong {position:relative; display:inline-block; font-weight:700; z-index:1;}
.landing .sub_visual .primary_txt strong:after {position:absolute; bottom:7px; left:0; content:""; width:100%; height:6px; background:#ffff00; z-index:-1;}
.landing .sub_visual .sec_txt {margin-top:28px; font-weight:700; color:#086761; font-size:20px;}
.landing .sub_visual ul {margin-top:34px; padding-left:3px;}
.landing .sub_visual li {position:relative; padding:4px 0; padding-left:14px; color:#406e6c;}
.landing .sub_visual li:before {position:absolute; top:10px; left:0; content:""; width:4px; height:4px; background:#406e6c; border-radius:50px;}
.landing .sub_visual button {margin-top:30px; padding:14px 24px; border:1px solid #fff; border-radius:50px; color:#fff; font-weight:700;}
.landing .sub_visual button:hover {background:rgba(255, 255, 255, 0.1);}
.landing .sub_visual button i {margin-left:12px;}

.landing .how .conts {display:flex; border:1px solid #6ed4ce; border-radius:var(--border-radius); box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);}
.landing .how dl {display:flex; flex-direction:column; width:25%; padding:24px; border-left:1px solid #ededed; text-align:left; word-break:keep-all;}
.landing .how dl:first-child {border-left:none;}
.landing .how dt {margin-bottom:16px; color:var(--black); font-weight:700;}
.landing .how dd:not(:last-child) {position:relative; padding-bottom:10px; padding-left:10px;}
.landing .how dd:not(:last-child):before {position:absolute; top:6px; left:0; content:""; display:block; width:3px; height:3px; background:var(--txt-basic); border-radius:50px;}
.landing .how dd:last-child {margin-top:auto; padding-top:26px;}
.landing .how .num {display:flex; align-items:center; justify-content:center; width:50px; height:50px; margin-bottom:30px; background:#c3f4f1; border-radius:50px; font-weight:700; font-size:14px;}

.landing .function {background:#ebf9f8;}
.landing .function .conts {display:flex; flex-wrap:wrap; gap:24px;}
.landing .function dl {width:calc(33.33% - 16px); padding:30px; background:#fff; border:1px solid #80b5b2; border-radius:var(--border-radius); box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); text-align:center;}
.landing .function dt {display:flex; flex-direction:column; align-items:center; margin-bottom:10px; color:var(--black); font-weight:700;}
.landing .function .num {margin-bottom:12px; color:#08736c; font-weight:700;}
.landing .function .icn {display:flex; align-items:center; justify-content:center; width:90px; height:90px; margin-bottom:20px; background:#6ed4ce; border-radius:50px; }

.landing .kingkong h2 i {color:#6ed4ce;}
.landing .kingkong .headline3 {color:#219e97;}
.landing .kingkong .headline4 {background:#57bdb7;}
.landing .kingkong ul {border:1px solid #6ed4ce;}
.landing .kingkong li {color:#219e97;}
.landing .kingkong li span {background:#c3f4f1;}

.landing .portfolio,
.landing .tech {background:#f6f6f6;}

.landing .price .conts_wrap {margin:120px auto; padding:54px 20px; background: linear-gradient(108deg, #719fe3, #14b2b2); border-radius:var(--border-radius);}  
.landing .price .tit_d1{position:relative; color:#fff;}
.landing .price .tit_d1:after {position:absolute; bottom:-20px; left:50%; transform:translateX(-50%); content:""; width:60px; height:3px; background:#fff;}
.landing .price .headline3 {margin-bottom:40px; font-size:20px; color:#f3ee73; font-weight:700;}
.landing .price ul {display:flex; justify-content:center; gap:60px;}
.landing .price ul li {position:relative; display:flex; flex-direction:column; aling-items:center; justify-content:center; width:174px; height:174px; padding:20px; border:1px solid rgba(255, 255, 255, 0.8); border-radius:100%; color:#fff; font-weight:700; font-size:18px; text-align:center; }
.landing .price ul li:not(:last-child):after {position:absolute; top:50%; right:-44px; transform:translateY(-50%); content:"→"; font-size:34px; font-weight:300;}
.landing .price .img_wrap {margin-bottom:10px;}

.landing .tech .tit_wrap {margin-bottom:40px;}
.landing .tech ul {display:flex; background:#fff; border:1px solid #6ed4ce; border-radius:var(--border-radius); box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);}
.landing .tech ul li {display:flex; flex-direction:column; align-items:center;  width:33.33%; padding:40px 20px; border-left:1px solid #ededed;}
.landing .tech ul li:first-child {border-left:none;}
.landing .tech .img_wrap {margin-bottom:26px;}
.landing .tech dt {margin-bottom:4px; color:var(--black); font-weight:700;}
.landing .tech dd {font-size:18px; color:#09846e;}

.landing .bottom {background-color:#0b8f71; background-image:url(/themes/friendme/pro/resources/images/landing_bottom_bg.webp);}
.landing .bottom h2 .txt1{color:#afdefb;}
.landing .bottom h2 .txt2{color:#eaf294;}
.landing .bottom h2 .txt3{color:#ffddfb;}

/*프랜즈미 홈페이지*/
.friendme strong {color:#cc3b7c; font-weight:700;}
.friendme .sub_visual {background:#f68bbb;}
.friendme .page_nav {color:#c33374;}
.friendme .sub_visual .primary_txt {color:#2a0616; font-weight:800; font-size:42px; transform: translateY(50%); line-height:1.3;}

.friendme .point .headline3 {font-size:20px; color:#e15b97;}
.friendme .point .conts {display:flex; flex-wrap:wrap; gap:20px; padding-top:35px;}
.friendme .point dl {position:relative; width:calc(33.33% - 13.33px); padding:80px 40px 50px; background:#f6f6f6; border-radius:40px;}
.friendme .point dl:before {position:absolute; top:-35px; left:50%; transform:translateX(-50%); content:"\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; display:flex; align-items:center; justify-content:center; width:70px; height:70px; background:#f68bbb; border-radius:100%; color:#fff; font-size:24px;}
.friendme .point dt {margin-bottom:10px; font-size:var(--fsize20); font-weight:700; color:var(--black);}

.friendme .auto .conts_wrap,
.friendme .network .conts_wrap {display:flex; justify-content:space-between; flex-wrap:wrap;}
.friendme .auto .conts_wrap {padding-bottom:0;}
.friendme .auto .img_wrap,
.friendme .network .img_wrap {width:50%;}
.friendme .auto .text_wrap,
.friendme .network .text_wrap {width:50%; padding-left:64px; text-align:left;}
.friendme .auto .tit_wrap,
.friendme .network .tit_wrap {margin-bottom:20px;}
.friendme .auto .tit_d1,
.friendme .network .tit_d1 {font-size:var(--fsize20); font-weight:700; color:#bf2168;}
.friendme .auto .headline3,
.friendme .network .headline3 {margin-bottom:50px; font-size:40px; color:var(--black); font-weight:700;}
.friendme .auto ul {margin-bottom:40px;}
.friendme .auto li {position:relative; padding:4px 0; padding-left:12px; }
.friendme .auto li:before {position:absolute; top:12px; left:0; content:""; width:3px; height:3px; background:var(--txt-basic); border-radius:100%;}
.friendme .auto .headline4,
.friendme .network .headline4 {display: inline; width:fit-content; position:relative; margin-left:3px; padding-left:22px; padding-right:22px; font-size:24px; font-weight:500; color: #ef78ad}
.friendme .auto .headline4:before,
.friendme .network .headline4:before {position:absolute; top:0; left:0; content:"\f10d"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size:18px;}
.friendme .auto .headline4:after,
.friendme .network .headline4:after {position:absolute; bottom:9px; right:0; content:"\f10e"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size:18px;}

.friendme .network .conts_wrap {flex-direction:row-reverse;}
.friendme .network dl {margin-bottom:40px;}
.friendme .network dt {margin-bottom:4px; font-weight:700; color:var(--black);}
.friendme .network dd {position:relative; padding:4px 0; padding-left:12px; }
.friendme .network dd:before {position:absolute; top:12px; left:0; content:""; width:3px; height:3px; background:var(--txt-basic); border-radius:100%;}

.friendme .effective,
.friendme .example,
.friendme .faq {position: relative;background:#f6f6f6; z-index: 0;}
.friendme .effective .tit_d1 {margin-bottom:50px;}
.friendme .effective .tit_wrap span {display:block; text-align:center;}
.friendme .effective .tit_wrap strong {display:inline; color:var(--black); background:linear-gradient(to top, #faaace 30%, transparent 30%)}
.friendme .effective .headline3 {color:#d14685; font-size:30px; font-weight:500; }
.friendme .effective ul {display:flex; flex-wrap:wrap; gap:20px;}
.friendme .effective li {width:calc(33.33% - 13.33px); padding:80px 40px 50px; background:#fff; border-radius:40px; font-weight:500;}
.friendme .effective .img_wrap {display:flex; align-items:center; justify-content:center; width:96px; height:96px; margin:0 auto; margin-bottom:20px; background:#f68bbb; border-radius:100%;}

.friendme .kingkong h2 i {color:#ef78ad;}
.friendme .kingkong .headline3 {color:#d3538c;}
.friendme .kingkong .headline4 {background:#f68bbb;}
.friendme .kingkong ul {border:1px solid #f68bbb;}
.friendme .kingkong li {color:#d3538c;}
.friendme .kingkong li span {background:#fdb6d6;}

.friendme .example li:first-child .img_wrap {background:#c4cfeb;}
.friendme .example li:nth-child(2) .img_wrap {background:#e2c8e8;}
.friendme .example li:last-child .img_wrap {background:#d3dcc1;}
.friendme .example li:first-child .img_wrap > div {background:#a9bbe8}
.friendme .example li:nth-child(2) .img_wrap > div {background:#d899e7}
.friendme .example li:last-child .img_wrap > div {background:#aac771}

.friendme .faq .accordion {background:#fff; border:1px solid #fa5597; border-radius:var(--border-radius); text-align:left; overflow:hidden; line-height:1.6;}
.friendme .faq .accordion-item {padding:20px 40px; border-bottom:1px solid #ebebeb; font-size:var(--fsize18);}
.friendme .faq .accordion-button {position:relative; padding:10px 0; padding-left:30px; color:var(--black); font-weight:500;  font-size:var(--fsize18); text-align:left;}
.friendme .faq .accordion-button span {position:absolute; top:8px; left:0; display:inline-block; color:#ed98be; font-size:22px; font-weight:700;}
.friendme .faq .accordion-body {padding-left:66px; background:url(/themes/friendme/pro/resources/images/icn_faq.webp) no-repeat; background-position: top 2px left 34px;}

.friendme .bottom {background-color:#f7809b; background-image:url(/themes/friendme/pro/resources/images/friendme_bottom_bg.webp);}
.friendme .bottom ul {width:100%; max-width:600px;  margin:0 auto; text-align:left;}
.friendme .bottom ul:after {content:""; display:block; width:1px; height:40px; margin:20px auto; background:#fff; opacity:0.6;}
.friendme .bottom li {position:relative; padding:6px 0; padding-left:20px; font-size:var(--fsize18);}
.friendme .bottom li:before {content:""; position:absolute; top:12px; left:0; width:10px; height:10px; background:#fff; border-radius:100%;}
.friendme .bottom h2 {margin-bottom:0; color:#fdfbec; font-size:42px; font-weight:700;}
.friendme .bottom h2 strong {color:#f0fa56;}

/*쇼핑몰*/
.friendshop .sub_visual {background:#e7c84c;}
.friendshop .page_nav {color:#866c04;}
.friendshop .sub_visual .primary_txt {color:#291804; font-size:28px; font-weight:700;}
.friendshop .sub_visual .primary_txt strong {display:block; margin-bottom:16px;  font-size:38px;  font-weight:700;}
.friendshop .sub_visual .txt_box {width:100%; max-width:440px;  margin-top:50px; padding:20px; border:1px solid rgba(255, 255, 255, 0.8); border-radius:20px; color:#6d2e00; font-size:var(--fsize18); font-weight:700;}
.friendshop .sub_visual .txt_box strong {display:block; margin-top:6px; font-weight:700; color:#fff; font-size:26px;}
.friendshop .tit_wrap .headline3 {margin-top:20px; font-size:var(--fsize20); color:#bb9b07; font-weight:500;}
.friendshop .res_tb {position:relative; width:100%; overflow-x:auto;}
.friendshop .tb_wrap {border:1px solid #ebebeb; border-radius:10px; overflow:hidden;}
.friendshop #highlight {position:absolute; border:3px solid #f0c108; border-radius:10px; box-shadow:0 0 10px rgba(0, 0, 0, 0.3);  z-index:1;}
.friendshop table * {background:#fff;}
.friendshop thead th {color:var(--txt-basic); font-weight:700;}
.friendshop thead th:nth-child(2) {color:var(--black);}
.friendshop tr {border:none; border-bottom:1px solid #ebebeb;}
.friendshop tbody tr:last-child {border-bottom:none;}
.friendshop th {padding:16px 10px; padding-left:30px; border:none; color:#b88711; font-weight:700; text-align:left;}
.friendshop td {position:relative; padding-left:58px; border:none; text-align:left;}
.friendshop td:nth-child(2) {color:var(--black); font-weight:700;}
.friendshop td img {position:absolute; top: 50%; left:26px; transform: translateY(-50%); margin-right: 10px;}

.friendshop .ai ul {display:flex; flex-wrap:wrap;  gap:24px;}
.friendshop .ai li {width:calc(33.33% - 16px); background:#fff; border-radius:20px; font-weight:500; overflow:hidden;}
.friendshop .ai .img_wrap {height:200px; overflow:hidden;}
.friendshop .ai dl {padding:30px 20px;}
.friendshop .ai dt {margin-bottom:14px; font-size:var(--fsize18); color:var(--black);}
.friendshop .ai .headline4,
.friendshop .erp .headline4,
.friendshop .custom .headline4 {font-size:var(--fsize24); color:#2a2404; font-family: "Noto Serif KR", serif; font-weight:500;}
.friendshop .ai .headline4:before,
.friendshop .hub .tit_d2:before,
.friendshop .erp .headline4:before,
.friendshop .custom .headline4:before {content:""; display:block; width:1px; height:40px;  margin:30px auto; background:#acacac;}

.friendshop .hub .tit_wrap,
.friendshop .erp .tit_wrap {margin-bottom:50px;}
.friendshop .hub .headline3 {color:var(--black);}
.friendshop .summery,
.friendshop .tech .sum {display:flex; flex-wrap:wrap; margin-top:50px; background:#fff; border:1px solid #ffe08c; border-radius:20px; overflow:hidden;}
.friendshop .summery li {width:25%; padding:30px 20px; border-left:1px solid #ebebeb; color:var(--black)}
.friendshop .summery .num {display:flex; align-items:center; justify-content:center; width:50px; height:50px; margin:0 auto; margin-bottom:30px; background:#f6cf67; border-radius:100%; color:#956d01; font-size:var(--fsize14); font-weight:700;}
.friendshop .summery strong {color:#bb9b07; font-weight:700;}
.friendshop .hub .summery span {display:block; margin:5px 0; color:var(--txt-basic);}
.friendshop .hub .tit_d2 {font-size:var(--ftit-d2); color:var(--black); font-weight:700;}
.friendshop .hub .exam {display:flex; flex-wrap:wrap; justify-content:center;  gap:24px; margin-top:30px;}
.friendshop .hub .exam li {background:#fff; padding:30px 50px; border:1px solid #ddd; border-radius:20px; overflow:hidden;}
.friendshop .hub .exam img {display:block; margin-bottom:30px; }

.friendshop .kingkong h2 i {color:#f6cf67;}
.friendshop .kingkong .headline3 {color:#d3538c;}
.friendshop .kingkong .headline4 {background:#edb51e;}
.friendshop .kingkong ul {border:1px solid #ffe08c;}
.friendshop .kingkong li {color:#d8a213;}
.friendshop .kingkong li span {background:#f6cf67;}

.friendshop .custom .summery li {width:20%;}
.friendshop .custom .summery dt {margin-bottom:5px; color:#b99801;}
.friendshop .custom .summery dd {color:var(--txt-basic);}

.friendshop .example:after {content:""; display:block; width:80px; height:4px; margin:0 auto; background:#bca82e;}
.friendshop .example li {box-shadow:0 0 10px rgba(0, 0, 0, 0.1)}
.friendshop .example li:first-child .img_wrap {background:#e2c8e8;}
.friendshop .example li:nth-child(2) .img_wrap {background:#c9caca;}
.friendshop .example li:last-child .img_wrap {background:#c5caef;}
.friendshop .example li:first-child .img_wrap > div {background:#d899e7}
.friendshop .example li:nth-child(2) .img_wrap > div {background:#b5b5b6; overflow:hidden;}
.friendshop .example li:last-child .img_wrap > div {background:#8692ea}
.friendshop .example li:first-child img {width:120px;}
.friendshop .example li:last-child img {width:130px;}

.friendshop .tech .img_wrap {margin-bottom:26px;}
.friendshop .tech dt {margin-bottom:4px; color:var(--black); font-weight:700;}
.friendshop .tech dd {color:#bf9502;}

.friendshop .bottom {background-color:#cda800; background-image:url(/themes/friendme/pro/resources/images/friendshop_bottom_bg.webp);}
.friendshop .bottom h2 {margin-bottom:0; color:#fdfbec; font-size:42px; font-weight:700;}
.friendshop .bottom h2 strong {display:block; color:#defe89; font-weight:700;}

/*허브*/
.hub .sub_visual {background:#3eb5e7}
.hub .page_nav {color:#0b74a0}
.hub .sub_visual .primary_txt {color: #fff; font-weight:700; font-size: 42px; transform: translateY(50%); line-height: 1.3;}

.hub .point {background:#faf8f9;}
.hub .point .conts_wrap {padding-bottom:50px;}
.hub .point:after {content:""; display:block; width:100%; height:200px; background:linear-gradient(-5deg, #fff 50%, #faf8f9 50%);}
.hub .point .tit_d1 {display:flex; flex-direction:column; align-items:center;}
.hub .point i {margin-bottom:30px; font-size:52px;}
.hub .point strong {color:#26399d; font-weight:500;}
.hub .point p {margin:0; font-size:var(--fsize20); line-height:1.4;}

.hub .link .conts_wrap {padding-bottom:0;}
.hub .link .tit_wrap {margin-bottom:30px;}
.hub .link .tit_wrap:after {content:""; display:block; width:60px; height:2px; margin:0 auto; margin-top:30px; background:var(--black);}
.hub .link p {width:100%; max-width:580px; margin:0 auto; margin-bottom:80px; font-size:var(--fsize18); line-height:1.6;}
.hub .link p strong {color:#3d76d3; }
.hub .link .headline3 {margin-top:80px; font-weight:700;}
.hub .link .headline3 strong {display:block; margin-bottom:30px; font-size:40px; font-weight:700; color:var(--black);}
.hub .link .headline3 strong span {background: linear-gradient(to right, #1760e4, #ec0fc0); color: transparent;  -webkit-background-clip: text;}

.hub .wave {margin-top:-10px;}

.hub .realtime {margin-top:-6px; background:#f6f6f6;}
.hub .realtime .conts_wrap {display:flex; justify-content:space-between; align-items: center;  flex-wrap:wrap; padding-top:20px; padding-bottom:0;}
.hub .realtime .img_wrap,
.hub .crawling .img_wrap {width:50%;}
.hub .realtime .text_wrap {width:50%; padding-left:90px; text-align:left;}
.hub .realtime .tit_wrap,
.hub .crawling .tit_wrap {margin-bottom:30px;}
.hub .realtime .tit_d1,
.hub .network .tit_d1 {font-size:36px;; font-weight:700;}
.hub .realtime .text {line-height:1.6;} 
.hub .realtime strong,
.hub .crawling strong {color:var(--black);}
.hub .realtime .headline3 {margin-top:50px; font-size:var(--fsize24); color:#1771d5; font-weight:700;}
.hub .realtime ul {display:flex; flex-wrap:wrap; gap:60px; margin-top:24px;}
.hub .realtime li {width:calc(50% - 30px);}
.hub .realtime li:first-child {position:relative; display:flex; flex-direction:column; justify-content:space-between; gap:10px;}
.hub .realtime li:first-child:after {position:absolute; top:50%; right:-45px; transform:translateY(-50%); content:""; display:block; height:100%; width:27px; background:url(/themes/friendme/pro/resources/images/hub_arrow.webp) no-repeat; background-position:center; background-size: contain;}
.hub .realtime li:first-child span {padding:10px 20px; border:1px solid #1b8ffc; border-radius:50px; font-size:var(--fsize18);}
.hub .realtime li:last-child {display:flex; align-items:center; justify-content:center; background:#146ac3; border-radius:20px;  font-size:var(--fsize20); color:#fff; font-weight:700;}

.hub .crawling {background:#f6f6f6;}
.hub .crawling .conts_wrap {display:flex; flex-direction:row-reverse; justify-content:space-between; align-items: center; flex-wrap:wrap; }
.hub .crawling .text_wrap {width:50%; padding-left:60px; text-align:left;}
.hub .crawling .text_wrap p {max-width:480px}

.hub .different .tit_d1 {font-weight:300; line-height:1.5;}
.hub .different .tit_d1 strong {font-weight:700; color:var(--black); background: linear-gradient(to top, #e3bf5f 25%, transparent 25%);}
.hub .different li {display:flex; flex-wrap:wrap; align-items:center;  margin-bottom:10px; overflow:hidden;}
.hub .different li:last-child {margin-bottom:0;}
.hub .different li > div {flex:1; display:flex; align-items:center;  height:56px; border:1px solid #ebebeb; border-radius:10px; text-align:left; overflow:hidden;}
.hub .different li > div span {width:56px; height:100%; display:flex; flex-wrap:wrap; align-items:center; justify-content:center;  margin-right:20px; background:#f8e0e3;}
.hub .different li > div:last-child  {font-weight:700; color:var(--black);}
.hub .different li > div:last-child span {background:#e0f0f8;}
.hub .different li > i {margin-left:10px; margin-right:10px;}
.hub .different .text {position:relative; margin-top:50px; padding-top:50px; border-top:1px solid #ddd; font-size:22px; color:#1357aa; font-family: "Noto Serif KR", serif; font-weight:500; }
.hub .different .text:before {content:""; width:33px; height:100%; background:url(/themes/friendme/pro/resources/images/hub_down.webp) no-repeat; background-size:contain; position:absolute; top:-1PX; left:50%; transform:translateX(-50%); display:block; text-align:center;}

.hub .system {background:#f6f6f6;}
.hub .system ul {display:flex; flex-wrap:wrap; margin-top:50px; background:#fff; border:1px solid #78a9fc; border-radius:20px; box-shadow:0 0 6px rgba(0, 0, 0, 0.1); overflow:hidden;}
.hub .system li {position:relative; width:20%; padding:40px; border-left:1px solid #ebebeb; word-break:keep-all;}
.hub .system li:after {position:absolute; right:-20px; top:50%; transform:translateY(-50%); content:"\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size:18px; display:flex; align-items:center; justify-content:center; width:40px; height:40px; background:#fff; border:1px solid #ebebeb; border-radius:100%; box-shadow:0 0 6px rgba(0, 0, 0, 0.1); z-index:1;}
.hub .system li:last-child:after {display:none;}
.hub .system dl {margin-top:20px;}
.hub .system dt {margin-bottom:6px; color:var(--black)}

.hub .vision ul {display:flex; flex-wrap:wrap; justify-content:center; gap:15px 10px; width:100%; max-width:800px; margin:0 auto; margin-bottom:50px; }
.hub .vision li {padding:15px 30px; border:1px solid #2a8fe4; border-radius:50px; color:var(--black); font-weight:700;}
.hub .vision li.active {background:#2a8fe4; color:#fff;}

.hub .kingkong {background:#f6f6f6;}
.hub .kingkong h2 i {color:#2a8fe4;}
.hub .kingkong .headline3 {color:#2074d2;}
.hub .kingkong .headline4 {background:#2a8fe4;}
.hub .kingkong ul {border:1px solid #2a8fe4;}
.hub .kingkong li {color:#2074d2;}
.hub .kingkong li span {background:#97c8f2;}

.hub .bottom {background-color:#2278de; background-image:url(/themes/friendme/pro/resources/images/hub_bottom_bg.webp); background-position:top 0 left 50%;}
.hub .bottom .conts_wrap {margin-top:0; padding-top:120px;}
.hub .bottom:before {display:none;}
.hub .bottom p {color:#fbff8e; font-weight:700; font-size:32px;}
.hub .bottom h2 {margin-bottom:60px; color:#fff; font-size:40px; font-weight:400;}
.hub .bottom h2 strong {display:block; color:#defe89; font-weight:700;}
.hub .bottom .btn_wrap {margin-bottom:90px;}
.hub .bottom .headline4 {margin-top:12px; font-size:var(--fsize24); color:#fdfbec; font-weight:700;}

/*가격*/
.price .sub_visual {background:#3e85e7;}
.price .sub_visual .page_nav {color:#87ccef;}
.price .sub_visual .primary_txt {color:#fff; font-weight:700; font-size:42px;}
.price .sub_visual .headline2 {margin-top:24px; color:#f3f954; font-size:var(--fsize22); font-weight:700;}
.price .sub_visual ul {margin-top:40px; color:#fff;}
.price .sub_visual li {position:relative; margin-bottom:8px; padding-left:12px;}
.price .sub_visual li:last-child {margin-bottom:0;}
.price .sub_visual li:before {content:""; display:block; position:absolute; top:8px; left:0; width:4px; height:4px; background:#fff; border-radius:100%;}

.price .item_price .conts_wrap {display:flex; flex-wrap:wrap; gap:24px; text-align:left;}
.price .item_price dl {display:flex; flex-direction:column; width:calc(25% - 24px); padding:24px 20px; border:1px solid #ddd; border-radius:var(--border-radius); box-shadow:0 0 6px rgba(0, 0, 0, 0.1);}
.price .item_price dt {color:#5293d4; font-weight:500;}
.price .item_price dt strong {display:block; font-weight:700; color:#1271d2; font-size:var(--fsize18);}
.price .item_price .pricing {margin-top:24px; padding-bottom:20px; border-bottom:1px solid #ebebeb; color:#787878;}
.price .item_price .pricing strong {font-weight:800; color:var(--black); font-size:38px;}
.price .item_price ul {margin-top:30px;}
.price .item_price li {position:relative; padding-left:12px;margin-top:6px;}
.price .item_price li:before {content:""; display:block; position:absolute; top:8px; left:0; width:4px; height:4px; background:var(--txt-basic); border-radius:100%;}
.price .item_price li:first-child {margin-top:0;}
.price .item_price .btn_wrap {margin-top:auto; padding-top:20px;}
.price .item_price button {width:100%; padding:10px 20px; background:#3e85e7; border-radius:8px; color:#fff; font-weight:#700; text-align:center;}
.price .item_price .spotlight {border:2px solid #67a4f6; }

.accordion-item {border:none;}
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type .accordion-button {border:0; }
.accordion-button:not(.collapsed) {color:inherit;  background-color:inherit; box-shadow:none;}
.accordion-button {padding:0; color:inherit;}
.accordion-button:focus {box-shadow:none;}

.price .faq .conts_wrap {padding-top:0px;}
.price .faq .accordion {border-top:1px solid var(--black); text-align:left;}
.price .faq .accordion-item {padding:20px 24px; border-bottom:1px solid #ebebeb;}
.price .faq .accordion-button {display:flex; align-items:center; color:var(--black); font-weight:700; font-size:var(--fsize18);}
.price .faq .accordion-button span {display:flex; align-items:center; justify-content:center; width:50px; height:50px; margin-right:16px; background:#3e85e7; border-radius:50px; color:#fff; font-weight:700; font-size:var(--fsize14);}
.price .faq .accordion-body {margin-top:20px; margin-left:68px; padding:20px; background:#f6f6f6; border-radius:var(--border-radius);}
.price .faq .accordion-body .headline3 {margin-bottom:30px; color:#106cec; font-size:var(--fsize20); font-weight:700; }
.price .faq .accordion-body li {position:relative; padding-left:12px;margin-top:6px;}
.price .faq .accordion-body li:before {content:""; display:block; position:absolute; top:8px; left:0; width:4px; height:4px; background:var(--txt-basic); border-radius:100%;}
.price .faq .accordion-body li:first-child {margin-top:0;}

.price .why {background:#f6f6f6;}
.price .why .headline3 {font-size:var(--fsize20);}
.price .why .res_tb {width:100%; overflow-x:auto;}
.price .why .tb_wrap {border:1px solid #3477ff; border-radius:var(--border-radius); box-shadow:0 0 6px rgba(0, 0, 0, 0.1); overflow:hidden;}
.price .why th,
.price .why td {padding:20px 40px; background:#fff; border:none; border-bottom:1px solid #ebebeb; border-right:1px solid #ebebeb;}
.price .why thead th {font-weight:700; color:var(--txt-basic);}
.price .why thead tr {background:#fff;}
.price .why tbody th,
.price .why tbody td {text-align:left;}
.price .why tbody th {width:20%;}
.price .why tbody td {position:relative; width:40%; padding-left:74px;}
.price .why tbody td img {position:absolute; top:20px; left:40px;}
.price .why thead th.empha {background:#c4d9f8; color:var(--black); font-weight:700;}
.price .why td.empha {background:#f0f6ff; color:var(--black); font-weight:700;}
.price .why tbody th br {display:none;}

.price .bottom {background-color:#2278de; background-image:url(/themes/friendme/pro/resources/images/price_bottom_bg.webp); background-position:top 0 left 50%;}
.price .bottom .conts_wrap {margin-top:0; padding-top:120px; color:#fff;}
.price .bottom:before {display:none;}
.price .bottom .tit_d1 {margin-bottom:34px; font-weight:700; font-size:40px; color:#fff;}
.price .bottom .headline3 {font-weight:500; font-size:1rem; color:#fff;}
.price .bottom ul {display:flex; flex-wrap:wrap; gap:24px;}
.price .bottom li {display:flex; justify-content:center; align-items:center; gap:40px; width:calc(50% - 12px); padding:40px; background:#2278df; border:1px solid rgba(255, 255, 255, 0.8); border-radius:var(--border-radius);}
.price .bottom li > *:not(div:first-child) {transform:translateY(-30px);}
.price .bottom li > div:first-child {width:150px; word-break:keep-all;}
.price .bottom li .img_wrap {display:flex; justify-content:center; align-items:center; width:150px; height:150px; margin:0 auto; margin-bottom:12px; background:#4e93e5; border-radius:100%; }
.price .bottom img {margin:0; border-radius:0;}
.price .bottom .package {color:#e6ec36; font-weight:700; font-size:var(--fsize24);}
.price .bottom .package span {display:inline-block; margin-right:4px; color:#fff;}

/*오시는 길*/
.contact-card {
	min-height:286px;
  text-align: center;
  border-radius: 8px;
  margin: 0px 2.5px 30px;
  padding: 60px 15px 55px;
  border:1px solid #ccc;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.contact-card:hover {
  background: var(--primary);
}

.contact-card:hover i {
  color: var(--primary);
  background: var(--white);
}

.contact-card:hover h4, .contact-card:hover p, .contact-card:hover a {
  color: var(--white);
}

.contact-card i {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
  color: var(--white);
  background: var(--primary);
  text-shadow: var(--primary-tshadow);
  -webkit-box-shadow: var(--primary-bshadow);
          box-shadow: var(--primary-bshadow);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.contact-card h4 {
  margin-bottom: 18px;
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.contact-card p {
  width: 250px;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.contact-card p a {
  font-size: 18px;
  line-height: 30px;
  display: block;
  color: var(--text); text-decoration:none;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.contact-card.active {
  background: var(--primary);
}

.contact-card.active i {
  color: var(--primary);
  background: var(--white);
}

.contact-card.active h4, .contact-card.active p, .contact-card.active a {
  color: var(--white);
}

.contact-part .tel a {font-size:32px; font-weight:700;}
.contact-map iframe {
  height: 474px;
  width: 100%;
  border: none;
}

/*프랜차이즈*/
.franchise .headline img {border-radius:20px;}
.franchise .headline .row:last-child {flex-direction:row-reverse;}
.franchise .headline .row:last-child .img_wrap {align-items:flex-start;}
.franchise .headline .row:last-child .img_wrap i {align-self: center; margin-left: -100px;}
.franchise .headline .row:last-child .img_wrap strong {max-width:492px;}
.franchise .headline .row:last-child .cont_wrap {margin-top:40px;}
.franchise .headline .row:last-child .cont_wrap strong {font-size:20px;}
.franchise .headline .img_wrap i {font-size:36px; color:var(--primary);}
.franchise .headline .img_wrap strong {display:block; max-width:320px; margin-top:0px; margin-bottom:10px; font-size:42px; font-family: "Abhaya Libre", serif; font-weight: 700; color:var(--primary); letter-spacing: -1px; text-align:center; line-height:1;}
.franchise .headline .row:last-child img {max-width:none;}
.franchise .sec .img_wrap {text-align:center;}

/*리스트 필터*/
.top-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px; padding:10px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd;
}

.filter-short {
  width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-label {
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px; margin-bottom:0;
  white-space: nowrap;
  text-transform: uppercase;
}

.filter-select {
  height: 40px;
  background-color: transparent;
}

.filter-select:focus-within {
  border-color: #ced4da;
}

.filter-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.filter-action a i {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--text);
  background: transparent;
}

.filter-action a i:hover {
  color: var(--primary);
}

.filter-action .active i {
  color: var(--white);
  background: var(--primary);
}

.filter-action .active i:hover {
  color: var(--white);
}

@media (max-width: 575px) {
  .filter-label,
  .filter-action {
    display: none;
  }
  .filter-show {
    width: 80px;
  }
  .filter-short {
    width: 130px;
  }
}

.filter_wrap {display:flex; justify-content:space-between; align-items:center; margin-bottom:1.25rem;}
.filter_wrap .terms {display: flex}
.filter_wrap .terms_wrap {display: flex; align-items: center; gap: 5px;}
.filter_wrap .terms .btn_wrap {display: flex; margin-left: 5px;}
.filter_wrap .terms .btn_wrap > button {margin-left:5px;}
.filter_wrap select,
.filter_wrap input {height:40px; border-radius:3px; background:#fff; border:1px solid #ddd;}
.filter_wrap .btn {height:40px; border-radius:3px; line-height:1;}
.filter_wrap .btns_term {display: flex; flex: 1; border: 1px solid #ddd; border-radius:3px; overflow: hidden;}
.filter_wrap .btns_term .btn {display:block; border:none; border-left:1px solid #ddd; border-radius: 0; color:#666;}
.filter_wrap .btns_term .btn:first-child {border-left:none;}
.filter_wrap .btns_term .btn.active {color:var(--primary);}

/*커뮤니티 공통*/
.imgbox {position:relative; width:100%; height:0; padding-top:63.28%;}
.imgbox > img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.ellipsis {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.ellipsis_multi {
  width:100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}


/*블로그*/
.blog .row {row-gap:40px; margin-left:-1.875rem; margin-right:-1.875rem;}
.blog .row > div {padding:0 1.875rem;}
.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-media {position: relative; width:100%; height:0; padding-top:100%; margin-bottom:16px; }

.blog-calender {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55px;
  height: 55px;
  border-radius: 6px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.6);
}

.blog-calender span {
  line-height: 20px;
}

.blog-date {
  font-size: 20px;
  font-weight: 500;
}

.blog-month {
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.blog-img {position:absolute; top:50%; left:50%; transform: translate3d(-50%, -50%, 0); width: 100%; height:100%;
  overflow: hidden;
  border-radius: 8px;
}

.blog-img img {width:100%; height:100%; border-radius: 8px; object-fit: cover;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
  width: 100%;
  border-radius: 8px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-content {padding:10px 0;}

.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom:10px;
}

.blog-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
	color:var(--graytxt);
}

.blog-meta li:last-child {
  margin: 0px;
}

.blog-meta li i {
  color: var(--gray1);
  margin-right: 8px;
  font-size: 14px;
}

.blog-meta li a,
.blog-meta li span {
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
}

.blog-meta li a {
  color: var(--text);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-meta li a:hover {
  color: var(--primary);
}

.blog-title a {color:var(--primary); font-weight:700; font-size:1.125rem; text-decoration:none;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-title a:hover {
  color: var(--primary);
}

.blog-desc {margin-bottom:1.875rem;}
.blog-desc.ellipsis_multi {-webkit-line-clamp:2;}
.blog-btn {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-btn i {
  font-size: 17px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-btn:hover {
  color: var(--primary);
}

.blog-btn:hover i {
  margin-left: 5px;
}

.blog-widget {
  margin-bottom: 30px;
  margin-left: 5px;
  border-radius: 8px;
  padding: 18px 25px 25px;
  background: var(--white);
}

.blog-widget:last-child {
  margin-bottom: 0px;
}

.blog-widget-title {
  padding-bottom: 16px;
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border);
}

.blog-widget-title::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  width: 50px;
  height: 2px;
  background: var(--primary);
}

.blog-widget-form {
  position: relative;
}

.blog-widget-form input {
  width: 100%;
  height: 45px;
  padding: 0px 60px 0px 15px;
  border-radius:5px;
  background: var(--chalk);
  border: 1px solid var(--border);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-widget-form input:focus-within {
  border-color: var(--primary);
}

.blog-widget-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: var(--white);
  background: var(--primary);
  border-radius: 0px 5px 5px 0px;
}

.blog-widget-feed li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border);
}

.blog-widget-feed li:last-child {
  margin: 0px;
  padding: 0px;
  border: none;
}

.blog-widget-media img {
  width: 100px;
  border-radius: 8px;
  margin-right: 20px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-widget-text {
  font-size: 17px;
  line-height: 24px;
}

.blog-widget-text a {
  color: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-widget-text a:hover {
  color: var(--primary);
}

.blog-widget-text span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-widget-category li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border);
}

.blog-widget-category li:last-child {
  margin: 0px;
  padding: 0px;
  border: none;
}

.blog-widget-category li:hover a {
  color: var(--primary);
}

.blog-widget-category li:hover a span {
  background: var(--primary);
}

.blog-widget-category li a {
  width: 100%;
  font-size: 17px;
  color: var(--text);
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-widget-category li a span {
  font-size: 14px;
  float: right;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-widget-tag li {
  display: inline-block;
  margin: 0px 8px 12px 0px;
}

.blog-widget-tag li a {
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 3px;
  color: var(--text);
  background: var(--chalk);
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-widget-tag li a:hover {
  color: var(--white);
  background: var(--primary);
}

.blog-widget-social li {
  display: inline-block;
  margin-right: 10px;
}

.blog-widget-social li a {
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  border-radius: 3px;
  color: var(--white);
  background: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-widget-social li a:hover {
  background: var(--primary);
}

/*블로그 디테일*/
.blog_details {margin-bottom: 10px; background: #fff;}
.blog-details-part {max-width:1000px; margin:0 auto;}
.blog-details-content {border:1px solid #ddd; border-radius:8px; word-break:keep-all;}
.blog-details-meta {display:flex; gap:10px; margin-bottom:1.25rem; padding:0.9375rem; padding-top:0; border-bottom:1px solid #ddd; font-size:0.875rem; color:#787878;}
.blog_details .agency_name {color:var(--yellow); font-size:1.125rem;}
.blog_details .date {color:var(--primary);}
.blog-details-title {margin-bottom:0; padding:0.9375rem; font-size:1.125rem; color:var(--black); font-weight:700;}
.blog_details .file {position:relative; padding:5px 10px; padding-left:30px; border-radius: 5px; border: 1px solid #ddd; color:#787878;  font-size:14px;}
.blog_details .file:before {position:absolute; top:5px; left:10px; content:"\f019"; font-family: "Font Awesome 5 Free"; font-weight: 900;}
.blog-details-thumb  {padding:0 1.25rem;}
.blog-details-thumb img {max-width:100%; }

.blog_cont_wrap {padding:1.25rem; font-size:1rem;}
.blog-details-content p {font-size:calc(1rem + 1px);}

.blog-details-desc {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
}

.blog_bottom {display:flex; flex-flow:row wrap; align-items:center; padding:20px 0;  background: var(--white); border-radius: 10px;}
.blog-details-navigate {display:flex; flex-flow:row wrap;}
.blog-details-navigate > div {margin:0 5px;}
.blog_bottom .btn_wrap {width:auto; margin-left:auto;}
.blog_bottom .btn {min-width:100px;}
.blog-details-navigate > div.blog-details-prev {margin-left:0;}
.blog-details-navigate > div.blog-details-next {margin-right:0;}
.blog-details-prev .nav-arrow,
.blog-details-next .nav-arrow {
	display:flex; align-items:center; justify-content:center; height:50px;
	font-weight:500;
	padding: 10px 25px;
	border-radius: 5px;
	color: var(--black); text-decoration:none;
	background: var(--chalk);
  text-transform: uppercase;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.blog-details-prev .nav-arrow:hover,
.blog-details-next .nav-arrow:hover {background:#e1e1e1;}
.blog-details-prev i {margin-right:10px;}
.blog-details-next i {margin-left:10px;}
.blog-details-next {
  text-align: right;
}

/*comment 댓글*/
.comments {padding-right: 0; padding-left: 0; background:#fff; border:1px solid #ededed; border-radius:10px; text-align:left;}
.comment_write {padding:20px; border-bottom:1px solid var(--border);}
.comment_write h3 {font-size:1.125rem; font-weight:500; margin-bottom: 10px; padding-left:5px;}
.comment_write textarea {width:100%; height:120px; padding:10px; background:#f1f0ed; border:none; font-weight:400!important;}
.comment_write .btn,
.reply_write .btn {display:flex; align-items:center; justify-content:center; width:100%; max-width: 100px; height: 40px; margin-top:6px; font-size:14px; color:#fff;}
.comment_list ul li {padding:20px;  display:flex; flex-flow:row wrap; border-top:1px solid var(--border); }
.comment_list ul li:first-child {border-top:none;}
.comment_list ul li.child {margin-left:80px;}
.comment_list ul .img_box img {width:40px; height:40px; margin-right:20px; border-radius:50px; object-fit:cover;}
.comment_list .txt_box {width: calc(100% - 70px);}
.comment_list .info {display:flex; align-items: center; width:100%; font-size:0.875rem; color:#787878;}
.comment_list .info .name {display: flex; align-items: center; font-weight:700; color:#404040; font-size:1rem;}
.comment_list .info .edit,
.comment_list .info .del {cursor:pointer;}
.comment_list .info > span:after {content:""; display:inline-block; width:1px; height:15px; margin:0 8px; background:#ddd; vertical-align: text-bottom;}
.comment_list .info > span:first-of-type:after,
.comment_list .info > span:last-of-type:after {display:none;}
.comment_list .info .btn_report {display:flex; align-items:center; justify-content:center; height:30px; margin-left:auto; padding:5px 10px; border:1px solid #dda1a0; border-radius:5px; line-height:1; color: #ab403e; font-size:14px;}
.comment_list .comment_cont {width:100%; margin:10px 0; padding-left:60px; text-align:left;}
.comment_list .btn_wrap > span {display:flex; flex-flow:row nowrap; align-items:center; margin-left:10px; padding:0 10px; border:1px solid #ddd; border-radius:8px; font-size:0.875rem; font-weight:500; cursor:pointer;}
.comment_list .btn_wrap > span:hover {background:#f6f6f6;}
.comment_list li > .btn_wrap span .btn {display:flex; justify-content:center; align-items:center; height:36px; margin: 0; margin-right:4px; padding:0;  font-weight:500; color:var(--primary);}
.comment_list .btn_wrap {display:flex; margin-top:10px; padding-left:60px; font-size:18px; color:#878787;}
.comment_list .btn_wrap > .btn {padding:0 20px; height:36px; font-size: 14px; vertical-align: baseline; text-align: center;}
.comment_list .reply_write {display:none; width:100%; margin-top:10px; margin-left:60px; padding:20px; background:#f6f6f6; border-radius:8px;}
.comment_list .reply_write.show {display:block;}
.comment_list .reply_write textarea {width:100%; height:120px;}
.comment_list .reply_write .btn {margin-top:6px; font-size:14px;}
.reply_wrap {margin-top:10px; margin-left:60px;}
.reply_wrap .comment_list ul li {padding: 20px 5px; }
.reply_wrap .comment_list ul li:last-child {border-bottom:none;}
.comment_btm {padding:20px;}
.comment_btm .row > div{border:none; margin:0; }
.comment_btm .bottom-paginate {justify-content: flex-end; padding-top:0; border-top:none;}

/*페이지네이션*/
.bottom-paginate {
  padding-top: 25px;
  border-top: 1px solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-pagination {display: flex; justify-content: center; width:100%;  margin-left: auto;}
.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    padding: 0px;
    color: var(--text);
    background: var(--white); border:none; text-decoration:none;
}
.page-link:hover {background:none; text-decoration:underline;}

.page-item.disabled {border:none;}
.page-item.disabled .page-link {
    color: #999;
    pointer-events: none;
    cursor: auto;
    background: var(--white);
}

.page-item.active .page-link {background: none; border: none; font-weight: 700; color: var(--black);}
.page-item.active .page-link:focus {justify-content: center;}

.page-item {
    margin-left: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-item:nth-child(2) .page-link,
.page-item:nth-last-child(2) .page-link {display:flex; justify-content:center; line-height:36px; font-size:24px; border-radius:0;
    /*border-radius: 50%;*/
}

.page-item .active {
    color: var(--white);
    background: var(--black);
}


.page-link button:focus {
    background: var(--white);
}


.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: unset;
}



.custom-pagination-page {
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.pagination-page.disabled .page-link {
    color: #999;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #eee;
}




.pagination-page.active .page-link {
    color: white !important;
    background: black !important;
}


@media (max-width: 1200px) {
	.sub_visual {min-height:500px;}
	.sub_visual .container {max-width:100%; padding-left:var(--grid-margin); padding-right:var(--grid-margin)}
	.sub_visual .text_wrap {width:56%;}
	.sub_visual .img_wrap {width:44%;}

	.sub .sec { padding-left:var(--grid-margin); padding-right:var(--grid-margin)}
	.sub_visual + section .conts_wrap {padding-top:120px;}

	.sub .bottom:before {width:100vw; margin-left:var(--grid-nmargin); margin-right:var(--grid-nmargin)}

	.friendme .sub_visual .primary_txt {transform: translateY(36%);}
	

	.blog-details-thumb img {width:100%; }

	.franchise .headline .cont_wrap {width:68%; padding-right:40px;}
	.franchise .headline .img_wrap  {width:32%;}
	.franchise .headline .row:last-child img {max-width: 100%;}
	.franchise .headline .row:last-child .img_wrap i {margin-left:0;}
	.whydc .headline .row:last-child .cont_wrap,
	.franchise .headline .row:last-child .cont_wrap {padding-left:40px; padding-right:0;}

	.commu .sec {align-items:flex-start;}
	.commu .sec4 .img_wrap {padding-top:0;}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-content {
    padding: 15px 12px 0px;
  }
  .blog-widget-media img {
    width: 95px;
  }
  .blog-widget-social li {
    margin-right: 5px;
  }
  .blog-widget-social li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {	
	.bottom-paginate {
		margin-bottom: 30px;
	}
}

@media (max-width:992px) {
	.sub_visual .container {flex-direction: column;}
	.sub_visual .text_wrap,
	.sub_visual .img_wrap {width:100%;}
	.sub_visual .img_wrap {text-align:center;}
	.sub_visual .primary_img {max-width:70%!important;}

	.sub .portfolio ul {gap:24px;}
	.sub .portfolio li {width: calc(50% - 16px);}

	.landing .how .conts {flex-wrap:wrap;}
	.landing .how dl {width:50%;}
	.landing .how dl:first-child,
	.landing .how dl:nth-child(2) {border-bottom:1px solid #ebebeb;}
	.landing .function dl {width: calc(50% - 16px);}	

	.friendme .sub_visual .primary_txt {transform: none;}
	.friendme .point dl {padding: 60px 20px 40px;}
	.friendme .auto .conts_wrap {padding-top:0;}
	.friendme .auto .img_wrap, 
	.friendme .network .img_wrap {width:45%; padding-top:40px; }
	.friendme .auto .text_wrap, 
	.friendme .network .text_wrap {width:55%; padding-left:20px;}
	.friendme .effective li,
	.friendme .example li,
	.friendshop .example li {width: calc(50% - 13.33px);}

	.friendshop .ai li {width:calc(50% - 16px);}
	.friendshop .summery li {width:50%; border:none; border-right:1px solid #ebebeb; border-bottom:1px solid #ebebeb;}
	.friendshop .summery li:last-child {border-right:none;}
	.friendshop .summery li:nth-last-child(-n+2) {border-bottom:none;}
	.friendshop .hub .exam li {width: calc(50% - 16px);}
	.friendshop .custom .summery li {width:50%;}
	.friendshop .custom .summery li:nth-last-child(2) {border-bottom:1px solid #ebebeb;}
	.friendshop .custom .summery li:last-child {border-right:1px solid #ebebeb;}
	.friendshop .tb_wrap {width:900px;}

	.hub .sub_visual .primary_txt {transform: none;}
	.hub .point:after {width:auto; margin-left:var(--grid-nmargin); margin-right:var(--grid-nmargin);}
	.hub .realtime .text_wrap,
	.hub .crawling .text_wrap {width:100%; padding:0;}
	.hub .realtime .img_wrap,
	.hub .crawling .img_wrap {width:100%; padding:0; margin-bottom:40px;}
	.hub .realtime .text br {display:none;}
	.hub .crawling .text_wrap p {max-width:none;}
	.hub .system li {width:50%; border:none; border-right:1px solid #ebebeb; border-bottom:1px solid #ebebeb;}
	.hub .system li:nth-of-type(2n) {border-right:none;}
	.hub .system li:nth-of-type(2n):after {display:none;}

	.price .item_price dl {width:calc(50% - 12px);}
	.price .why th, 
	.price .why td {padding:20px;}
	.price .why tbody th {vertical-align:top;}
	.price .why tbody td  {padding-left:50px; vertical-align:top;}
	.price .why tbody td img {left:20px;}
	.price .bottom ul {gap:10px;}
	.price .bottom li {gap:10px; padding:30px 20px;}
	.price .bottom li > div:first-child {width:100px;}
	.price .bottom li > img {width:32px;}
	.price .bottom li .img_wrap {width:100px; height:100px;}
	.price .bottom li .img_wrap img {width:50%;}
	.price .bottom .package span {display:block;}


	.blog-widget {margin-left: 0px;}

	.products_tit .breadcrumb {margin-top:10px;}
  .single-banner {margin-top:0; padding: 60px 0px;}
  .single-banner h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
	.single-banner {padding-top:40px; padding-bottom:30px;}
	.filter_wrap,
	.filter_wrap .terms {flex-direction: column; gap: 5px; margin-left: 0;}
	.filter_wrap .terms > div {width: 100%;}
	.filter_wrap form,
	.filter_wrap select,
	.filter_wrap .terms_input,
	.filter_wrap .terms .btns_term,
	.filter_wrap .terms .btns_term .btn {width: 100%;}
	.filter_wrap .terms .btn_wrap {margin-left:0;}

	.download .d-flex > div {width:100%;}
	.download .btn_sm {height:40px;}
	.download .d-flex .btn_wrap {flex-direction:row;}

	.page .headline .row {flex-direction:column; margin-left:0; margin-right:0;}
	.page .headline .row > * {width:100%;}
  .page .headline .img_wrap {margin-top:30px;}

	.commu .sec4 .cont_wrap {width:100%;}

  .franchise .headline .row:last-child .img_wrap {align-items: center;}
  .franchise .headline .row:last-child .cont_wrap {margin-top: 0;}
}

@media (max-width:576px) {
	.page_nav {margin-bottom: 30px;}

	.landing .sub_visual .primary_txt {font-size:36px;}
	.landing .sub_visual .sec_txt {margin-top:20px; font-size:18px;}
	.landing .sub_visual ul {margin-top:20px;}
	.sub_visual .primary_img {max-width: 100% !important;}
	.sub_visual .ball1 {top:40px; left: 15px; width:40px;}
	.sub_visual .ball2 {bottom:-40px; right: 23px; width:40px;}
	.sub .conts_wrap {padding: 60px 0;}
	.sub .tit_d1 {font-size:30px;}
	.sub .tit_wrap,
	.landing .tech .tit_wrap {margin-bottom: 30px;}	

	.sub .kingkong h2 i {margin-bottom:14px; font-size:40px;}
	.sub .kingkong h2 {margin-bottom: 20px; font-size:28px;}
	.sub .kingkong .headline3 {margin-bottom: 20px; font-size: 18px; word-break:keep-all;}
	.sub .kingkong .headline4 {font-size:24px;}
	.sub .kingkong ul {margin-bottom:20px; padding:16px;}
	.sub .kingkong li {font-size: 16px; text-align: left; word-break: keep-all;}

	.sub .portfolio ul {gap:24px;}
	.sub .portfolio li {width:100%;}
	.sub .portfolio .img_wrap {margin-bottom:10px;}
	.sub .portfolio dt {margin-bottom: 4px;}

	.sub .bottom {background-position:top 90px left 50%; background-size:auto 60%;}
	.sub .bottom:before {width: calc(100% + 40px); height:94px;}
	.sub .bottom img {margin-top: -100px; border-radius:20px;}
	.sub .bottom h2 {font-size:24px; word-break:keep-all;;}
	.sub .bottom .btn_wrap {gap:4px;}

	.landing .how dl {width:100%; border:none; border-bottom:1px solid #ebebeb;}
	.landing .how dl:last-child {border-bottom:none;}
	.landing .how .num {width:40px; height:40px; margin-bottom:16px; font-size:14px;}
	.landing .function .conts {gap:10px;}
	.landing .function dl {width:100%;}
	.landing .price .conts_wrap {margin:60px auto;}
	.landing .price .tit_d1:after {bottom: -16px;}
	.landing .price .headline3 {margin-bottom: 24px; padding:0 20px; font-size:18px; word-break:keep-all;}
	.landing .price ul  {flex-direction: column; align-items:center; justify-content:center; gap:40px;}
	.landing .price ul li:not(:last-child):after {top:auto; right:auto; left:51%; bottom:-42px; transform:translate(-50%) rotate(90deg);}	
	.landing .tech ul {flex-direction:column;}
	.landing .tech ul li {width:100%; padding: 30px 20px; border:none; border-bottom:1px solid #ebebeb;}
	.landing .tech ul li:last-child {border-bottom:none;}
	.landing .tech dd {font-size:16px;}
	
	.friendme .sub_visual .primary_txt {font-size:36px;}
	.friendme .point .headline3 {font-size:18px;}
	.friendme .point .conts {gap:38px;}
	.friendme .point dl {width:100%; padding:40px 20px; border-radius:20px;}     
	.friendme .point dl:before {top:-20px; width:50px; height:50px;}
	.friendme .auto .img_wrap, 
	.friendme .network .img_wrap,
	.friendme .auto .text_wrap, 
	.friendme .network .text_wrap {width:100%; padding:0;}
	.friendme .auto .img_wrap, 
	.friendme .network .img_wrap {margin-bottom:40px;}
	.friendme .auto .tit_wrap, 
	.friendme .network .tit_wrap {margin-bottom:10px;}
	.friendme .auto .headline3, 
	.friendme .network .headline3 {margin-bottom:20px; font-size:30px;}
	.friendme .auto ul {margin-bottom: 20px;}
	.friendme .network .headline3 br,
	.friendme .network .headline4 br {display:none;}
	.friendme .network dl {margin-bottom: 20px;}
	.friendme .effective .tit_d1 {margin-bottom:20px;}
	.friendme .effective .headline3 {font-size:20px;}
	.friendme .effective li, 
	.friendme .example li {width:100%;}
	.friendme .effective .img_wrap {width:80px; height:80px;}
	.friendme .effective .img_wrap img {height:50px;}
	.friendme .effective li {padding:20px; border-radius:30px;}
	.friendme .example li {border-radius:20px;}
	.friendme .example .img_wrap {height:126px;}
	.friendme .example li .img_wrap > div {width:150px; height:150px;}
	.friendme .example li .img_wrap img {height:80px;}
	.friendme .faq .accordion-item {padding: 10px 16px;}
	.friendme .faq .accordion-body {padding-left:32px; background-position: top 2px left 8px;}
	.friendme .bottom ul:after {height: 24px; margin:16px auto;}

	.friendshop .sub_visual .primary_txt strong {font-size:32px;}
	.friendshop .sub_visual .primary_txt {font-size:26px;}
	.friendshop .sub_visual .txt_box {margin-top:30px; padding:15px; border-radius:15px;}
	.friendshop .sub_visual .txt_box strong {font-size:24px;}
	.friendshop .tb_wrap {width:600px;}
	.friendshop th {padding:10px; padding-left:10px;}
	.friendshop td {padding:10px; padding-left:30px;}
	.friendshop td img {left:8px;}
	.friendshop .ai ul {gap:10px;}
	.friendshop .ai li {width:100%;}
	.friendshop .ai .headline4:before, 
	.friendshop .hub .tit_d2:before, 
	.friendshop .erp .headline4:before, 
	.friendshop .custom .headline4:before {height: 30px; margin: 20px auto;}
	.friendshop .ai .headline4, 
	.friendshop .erp .headline4, 
	.friendshop .custom .headline4 {font-size:20px;}
	.friendshop .hub .tit_wrap, .friendshop .erp .tit_wrap {margin-bottom:30px;}
	.friendshop .summery, 
	.friendshop .tech .sum {margin-top:20px;}
	.friendshop .summery li {width:100%; border:none; border-bottom:1px solid #ebebeb!important;}
	.friendshop .summery li:last-child {border-bottom:none!important;}
	.friendshop .hub .exam {gap:10px; margin-top:10px;}
	.friendshop .hub .exam li {width:100%; padding:20px;}
	.friendshop .custom .summery li {width:100%; border:none; border-bottom:1px solid #ebebeb;}
	.friendshop .custom .summery li:last-child {border-right:none;}
	.sub .example ul {gap:10px;}
	.sub .example li {width:100%; border-radius:20px;}

	.hub .sub_visual .primary_txt {font-size:30px;}
	.hub .point i {margin-bottom: 10px; font-size:40px;}
	.hub .point .conts_wrap {padding-bottom: 0;}
	.hub .link .conts_wrap {padding-top:0; padding-bottom:60px;}
	.hub .link p {margin-bottom:60px;}
	.hub .link .headline3 {margin-top:20px;}
	.hub .link .headline3 strong {margin-bottom: 20px; font-size: 30px;}
	.hub .realtime .tit_d1, 
	.hub .network .tit_d1 {font-size: 28px;}
	.hub .realtime .tit_wrap, .hub .crawling .tit_wrap {margin-bottom: 20px;}
	.hub .realtime .headline3 {margin-top: 20px;}
	.hub .realtime li:first-child:after {width:18px; right:-25px;}
	.hub .realtime ul {gap:30px;}
	.hub .realtime li {width: calc(50% - 15px);}
	.hub .different li > div span {margin-right:6px;}
	.hub .different li > i {margin-left:4px; margin-right:4px; font-size:12px;}
	.hub .different li > div {padding-right:10px;}
	.hub .different li > div span {width:32px;}
	.hub .different li > div span img {width:12px;}
	.hub .different .text {margin-top:30px; padding-top:30px; font-size:18px;}
	.hub .different .text:before {width:20px;}
	.hub .system li {width:100%;}
	.hub .system li:after {display:flex!important; right: auto; top:auto; bottom:-18px; left:50%; width:34px; height:34px; transform:translateX(-50%) rotate(90deg);}
	.hub .system li:last-child:after {display:none!important;}
	.hub .system li {padding:30px 20px 40px;}
	.hub .system img {height:50px;}
	.hub .bottom {background-position: top center; background-size: auto 30%;}
	.hub .bottom .conts_wrap {padding-top:60px;}
	.hub .bottom p {font-size:20px;}
	.hub .bottom h2 {margin-bottom: 24px;}	
	.hub .bottom .btn_wrap {margin-bottom:40px;}
	.sub .bottom button {padding: 14px 12px;}
	.sub .bottom button i {margin-left: 2px;}
	.hub .bottom .headline4 {font-size:16px;}

	.price .sub_visual .primary_txt {font-size:32px;}
	.price .item_price .conts_wrap {gap:10px;}
	.price .item_price dl {width:100%;}
	.price .item_price .pricing {margin-top: 14px; padding-bottom: 16px;}
	.price .item_price ul {margin-top:24px;}
	.price .faq .accordion-item {padding:15px 3px;}
	.price .faq .accordion-button span {width:40px; height:40px;}
	.price .faq .accordion-body {margin-left:0; margin-top:10px;}
	.price .faq .accordion-body .headline3 {font-size:16px;}
	.price .why th, .price .why td {padding: 10px;}
	.price .bottom li {width:100%;}
	.price .why tbody th {width:auto; word-break:break-all;}
	.price .why tbody th br {display:block;}
	.price .why tbody td {width:36%; padding-left:10px;}
	.price .why tbody td.empha {width:40%;}
	.price .why tbody td img {display:block; position:relative; top:auto; left:auto; margin-bottom:5px;}
	.price .bottom {background-position: top 0 left 50%; background-size: auto 15%;}
	.price .bottom .conts_wrap {padding-top:60px;}
	.price .bottom .tit_d1 {margin-bottom:0; font-size:30px;}
	.price .bottom .headline3 {margin-top:20px;}
	.price .bottom li {gap:4px;}
	.price .bottom li > div {width:calc(50% - 23px);}
	.price .bottom li .img_wrap {width:90px; height:90px;}
	.price .bottom img {margin-top:0; border-radius:0;}
	.price .bottom li > img { width: 24px;}
	.price .bottom .package {font-size:18px;}

	.single-banner h2 {font-size: 32px;}

	.download .d-flex > div {padding:14px 10px;}
	.download .package .btn {width:100%; margin-top:6px;}
	.download .package .btn:first-child {margin-top:0;}
	.download .d-flex .btn_wrap {flex-direction: column;}
	.download .d-flex .btn {height:auto;}
	.download .main_btn {flex-wrap:wrap; gap:4px;}
	.download .main_btn dd {gap:6px;}
	.download .version .outer {padding:14px 10px;}
	.download .btns_term .btn {padding:4px;}

	.filter_wrap .terms .btn_wrap {flex-direction: column;}
	.filter_wrap .terms .btn_search {margin-left:0!important; margin-top: 10px;}

	.blog .row {margin-left:-10px; margin-right:-10px;}
	.blog .row > div {padding:0 10px;}

	.blog-meta li {
		margin-right: 25px;
	}
	.blog-widget-social li {
		margin-right: 5px;
	}
	.blog-widget-social li a {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	  }

	.blog_bottom {flex-direction:column;}
	.blog_bottom .btn_wrap {display:flex; flex: auto;  width:100%;  margin-top:10px; margin-left:0;}
	.blog_bottom .btn_wrap .btn {width:100%; height:40px!important; margin-left:0!important; margin-right:0!important;}
	.blog-details-navigate {justify-content: space-between; width: 100%; margin-bottom:10px;}

	.blog_details {padding-right: var(--outer-padding)}
	.blog-details-meta {margin-bottom:0px;}
	.blog_details .date {font-size:15px;}
	.blog_details .file {padding:5px inherit; font-size:12px; line-height:1.3;}
	.blog-details-thumb {padding:0;}
	.blog-details-content p {font-size:1rem;}
	.blog_bottom .btn {width:80px; height:40px; padding:10px 15px;}
	.blog-details-prev .nav-arrow, .blog-details-next .nav-arrow {height:40px; padding:10px 15px;}
	.comment_list .comment_cont,
	.comment_list .btn_wrap {padding-left:0;}
	.comment_list ul li.child {margin-left:22px;}
	.comment_list .reply_write {margin-left:0; padding:12px;}
	.comment_write {padding:15px;}
	.reply_wrap {margin-left: 30px;}


	.bottom-paginate {padding-top:0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
		flex-direction: column;
	}
	.page-item {margin-left:0;}

	.commu .headline img {max-width:100%;}

	.page .headline .img_wrap {margin-top:30px;}
	.page .headline .row:last-child {margin-bottom:0;}
	.page .headline .row > * {padding-left:0!important; padding-right:0!important;}
	.page .sec .cont_wrap {width:100%;}
	.page .sec1 {margin-top:0;}
	.page .sec .title_d2 span:after {margin-top:5px; margin-bottom:10px;}


	.franchise .headline img {max-width:100%;}
}
