.sub {padding-bottom:3.75rem;}

.sub_visual {padding:12px 0px; background:#1C2180;}

.breadcrumb {margin: 0; padding: 0; background: none; color: #fff; 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/uniaccountx/pro/resources/images/icn_home.webp') no-repeat; background-position:left 2px;}
.breadcrumb .active {font-weight:700; color:#fff;}
.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/uniaccountx/pro/resources/images/icn_arw_wh.webp') no-repeat; background-size:cover; background-position:center;}

/* 페이지 제목*/
.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;}

/*와이디씨*/
.page .headline {padding:2.5rem 0; background:#f6f6f6; border-bottom:1px solid #ddd;}
.page .headline .row {display:flex; align-items:center; margin-bottom:40px;}
.page .headline .cont_wrap {width:50%; color:var(--black);}
.page .headline .img_wrap {display:flex; flex-direction:column; align-items:center; width:50%; color:var(--black);}
.page ul {margin-top:20px;}
.page li:not(.breadcrumb-item) {position:relative; padding:4px 0; padding-left: 28px; color:#666;}
.page li:not(.breadcrumb-item):before {content: ""; width: 20px; height: 20px; position: absolute; top:4px; left: 0; background: #1c2180 url(/themes/uniaccountx/pro/resources/images/icn_check.webp) no-repeat center center;  background-size: auto 12px; border-radius: 50px;}
.page .sec {display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between; align-items: center; gap:40px; max-width:1200px; margin:0 auto; padding:50px 0;}
.page .sec .cont_wrap {width:calc(60% - 40px);}
.page .sec:nth-of-type(2n + 1) {flex-direction:row-reverse;}
.page .sec1 {margin-top:30px;}
.page .sec .title_d2 span {display:flex; flex-direction:column; padding-left:3px; font-size:16px;}
.page .sec .title_d2 span:after {content:""; width:26px; height:2px; margin:8px 0 20px -3px; background:#9aa7db;}
.page .sec .img_wrap img {width:100%;  border-radius:20px;}

.whydc .why .row:last-child {flex-direction:row-reverse;}
.whydc .why .row:last-child .img_wrap {align-items:flex-start;}
.whydc .why .row:last-child img {max-width:none;}
.whydc .why .img_wrap i {font-size:36px; color:var(--primary);}
.whydc .why .img_wrap strong {display:block; margin-top:0px; margin-bottom:10px; font-size:42px; font-family: "Abhaya Libre", serif; font-weight: 700; color:var(--primary); letter-spacing: -1px;}
.whydc .why img {display:block; max-width:320px; }
.whydc .sec .img_wrap {width:360px; height:360px; margin:0 auto;}
.whydc .sec .img_wrap img {width:100%; border-radius:50%; }
.whydc .sec.sec1 .img_wrap img {height:auto; border-radius:0;}


/*커뮤니티*/
.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;}

/*프랜차이즈*/
.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;
  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 {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) {
	.blog-details-thumb img {width:100%; }

	.page .headline .img_wrap strong {font-size:34px;}
	.page .headline .img_wrap i {font-size:28px;}
	.page .sec {padding-left:60px; padding-right:20px;}
	.page .sec .img_wrap {width:40%; height:auto; padding-top:50px}
	.page .sec:nth-of-type(2n + 1) {padding-left:20px;}

	.whydc .why .cont_wrap {width:68%; padding-right:40px;}
	.whydc .why .img_wrap  {width:32%;}
	.whydc .why img {width:100%;}
	.whydc .sec .img_wrap {width: 300px; height: 300px;}

	.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 (max-width: 991px) {
  .blog-widget {
    margin-left: 0px;
  }
}

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


@media (max-width:991px) {
  .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:40px;}
	.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;}

	.whydc .why .container {flex-direction: column-reverse;}
	.whydc .why .cont_wrap,
	.whydc .why .img_wrap {width:100%;}
	.whydc .why .row:last-child .img_wrap {max-width: 300px;  margin: 0 auto;  margin-top: 20px;}


	.whydc .why img {max-width:190px;}
	.whydc .sec {align-items: flex-start;}
	.whydc .sec .img_wrap {width:240px; height:240px;}
	.whydc .sec .cont_wrap {width: calc(100% - 280px);}

	.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) {
	.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;
	}


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

	.page  .title_d1 {margin-top:0;}
	.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 {flex-direction:column-reverse!important; gap:16px; padding:0 15px; }
	.page .sec .cont_wrap {width:100%;}
	.page .sec1 {margin-top:0;}
	.page .sec .img_wrap {width:100%; padding-top:40px;}
	.page .sec .title_d2 span:after {margin-top:5px; margin-bottom:10px;}

	.whydc .sec .img_wrap  {width:300px; height:auto;}

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