.portfolio-wrap .pf-type2 {
  overflow: hidden;
  margin-bottom: 40px;
}
.portfolio-wrap .pf-type2 ul {
  display: flex;
  gap: 5px;
}
.portfolio-wrap .pf-type2 ul li {
  flex: 1 0 0%;
  width: 100%;
  border: 2px solid #61a62e;
  margin: 0;
  font-weight: bold;
}
.portfolio-wrap .pf-type2 ul li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-family: Dotum;
  letter-spacing: -1px;
}
.portfolio-wrap .pf-type2 ul li a.active, .portfolio-wrap .pf-type2 ul li a:hover {
  color: #ffffff;
  background-color: #61a62e;
  padding: 10px;
}
.portfolio-wrap-line {
  margin-top: 0;
  margin-bottom: 30px;
  background-image: url("../../images/line.png");
  background-repeat: repeat-x;
  background-position: top;
  height: 5px;
}
.portfolio-tab {
  display: flex;
  border-bottom: 1px solid rgb(188, 28, 76);
  padding: 9px 0 0;
  position: relative;
  margin: 0 -5px;
}
.portfolio-tab > div {
  padding: 0 5px;
  flex: 0 0 auto;
  min-width: 145px;
  width: 20%;
  box-sizing: border-box;
}
.portfolio-tab > div.active a {
  border: 1px solid rgb(188, 28, 76);
  border-bottom: 0;
  box-shadow: 0 -2px 10px rgba(188, 28, 76, 0.18);
  color: rgb(188, 28, 76);
}
.portfolio-tab > div.active a:after {
  background-color: #ffffff;
}
.portfolio-tab > div a {
  height: 45px;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d1;
  border-bottom: 0;
  position: relative;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  color: #747474;
}
.portfolio-tab > div a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: transparent;
}
.portfolio-list {
  display: flex;
  margin: 0 -5px 45px;
  flex-wrap: wrap;
}
.portfolio-list.type2 {
  margin: 0 -2px 45px;
}
.portfolio-list.type2 > div {
  width: 33.33333%;
  margin-bottom: 0;
}
.portfolio-list.type2 > div .img-in {
  padding: 0 2px 4px;
  margin-bottom: 0;
}
.portfolio-list-wrap {
  display: flex;
}
.portfolio-list-wrap > div {
  flex: 1 0 0%;
  width: 100%;
}
.portfolio-list-wrap > div:first-child, .portfolio-list-wrap > div:last-child {
  display: none;
  flex: 0 0 auto;
  width: 50px;
  align-items: center;
  justify-content: center;
}
.portfolio-list-wrap > div:first-child i, .portfolio-list-wrap > div:last-child i {
  cursor: pointer;
}
.portfolio-list > div {
  flex: 0 0 auto;
  width: 20%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.portfolio-list > div:hover h4 {
  opacity: 1;
}
.portfolio-list > div h4 {
  position: absolute;
  display: flex;
  left: 2px;
  top: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  background-color: rgba(64, 64, 64, 0.8);
  opacity: 0;
  transition: all 0.3s ease;
  text-align: center;
}
.portfolio-list > div .img-wrap {
  position: relative;
}
.portfolio-list > div .img-in {
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
}
.portfolio-list > div .img-in a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.portfolio-list > div .img-in a .img-div {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.portfolio-list > div .img-in a .img-div.svg {
  background-size: 80% 60%;
  background-color: #f8f8f8;
}
.portfolio-list > div .img-in a .img-div::after {
  content: "";
  padding-top: 100%;
  display: block;
}
.portfolio-list > div .img-in a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0;
}
.portfolio-list > div .img-in a.active::after {
  border: 1px solid #b10045;
}
.portfolio-view {
  max-height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}
.portfolio-view.active {
  max-height: 10000px;
  transition: all 0.1s ease;
}
.portfolio-view.active + .portfolio-list-wrap > div:first-child, .portfolio-view.active + .portfolio-list-wrap > div:last-child {
  display: flex;
}
.portfolio-view.active + .portfolio-list-wrap > .portfolio-list {
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 44px 0;
}
.portfolio-view.active + .portfolio-list-wrap > .portfolio-list > div {
  width: 14.2857142857%;
}
.portfolio-view.active + .portfolio-list-wrap > .portfolio-list > div > .img {
  padding: 0 3px;
}
.portfolio-view.active + .portfolio-list-wrap > .portfolio-list > div h4 {
  font-size: 12px;
}
.portfolio-view-wrap {
  padding-top: 13px;
  transition: opacity 0.5s ease;
  background-color: #FFFFFF;
  min-height: 604px;
  box-sizing: border-box;
  background-image: url("../../images/line.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 35px;
}
.portfolio-view-wrap:nth-child(2) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.portfolio-view-wrap:nth-child(3) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.portfolio-view-wrap:nth-child(4) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -3;
}
.portfolio-view-wrap.remove {
  opacity: 0;
  width: 100%;
}
.portfolio-view-box {
  display: flex;
  gap: 30px;
}
.portfolio-view-box .portfolio-view-box-left {
  flex: 1 0 0%;
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
}
.portfolio-view-box .portfolio-view-box-left .img-box {
  padding-top: 30px;
  margin-bottom: 48px;
}
.portfolio-view-box .portfolio-view-box-left .img-box img {
  height: 150px;
  max-width: 250px;
  object-fit: contain;
}
.portfolio-view-box .portfolio-view-box-left .img-box.img-box-x {
  box-sizing: border-box;
  padding-top: 84px;
  height: 249px;
  margin-bottom: 75px;
}
.portfolio-view-box .portfolio-view-box-left .img-box.img-box-x img {
  max-width: 405px;
  height: 165px;
}
.portfolio-view-box .portfolio-view-box-left .img-box.img-box-y {
  box-sizing: border-box;
  padding-top: 38px;
  margin-bottom: 117px;
  height: 249px;
}
.portfolio-view-box .portfolio-view-box-left .img-box.img-box-y img {
  max-width: 260px;
  height: 233px;
}
.portfolio-view-box .portfolio-view-box-left p {
  margin: 0;
  font-size: 14px;
  word-break: keep-all;
}
.portfolio-view-box .portfolio-view-box-left h2 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 32px;
  color: #333333;
  padding-bottom: 12px;
  margin: 0;
  border-bottom: 1px solid #cecece;
  line-height: 1;
  font-weight: bold;
}
.portfolio-view-box .portfolio-view-box-left h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}
.portfolio-view-box .portfolio-view-box-left h5 {
  font-size: 14px;
  font-weight: normal;
  color: #4f4f4f;
}
.portfolio-view-box .portfolio-view-box-left h5.first {
  margin-top: 12px;
  margin-bottom: 40px;
}
.portfolio-view-box .portfolio-view-box-left h5.second {
  margin-bottom: 15px;
}
.portfolio-view-box .portfolio-view-box-right {
  flex: 0 0 auto;
  width: 270px;
}
.portfolio-view-box .portfolio-view-box-right img {
  max-width: 100%;
  width: 100%;
}
#header.attach {
  padding-bottom: 43px;
}
#header.attach + .logo-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 43px;
  z-index: 100;
}
#header + .logo-menu {
  background-color: #de1921;
}
#header + .logo-menu > .navbar {
  width: 919px;
  height: 43px;
  margin: 0 auto;
  padding: 0;
}
#header + .logo-menu > .navbar .navbar-nav {
  width: 100%;
  justify-content: space-around;
}
#header + .logo-menu > .navbar .navbar-nav .nav-item {
  position: relative;
  text-align: center;
}
#header + .logo-menu > .navbar .navbar-nav .nav-item:last-child::after {
  border: 0;
}
#header + .logo-menu > .navbar .navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  height: 100%;
  width: 1px;
  border-right: 1px solid #e24a5d;
}
#header + .logo-menu > .navbar .navbar-nav .nav-item:hover .nav-link, #header + .logo-menu > .navbar .navbar-nav .nav-item.active .nav-link {
  color: #ffc0c3;
}
#header + .logo-menu > .navbar .navbar-nav .nav-item .nav-link {
  font-size: 17px;
  color: #ffffff;
  transition: color 0.3s ease;
}
#header + .logo-menu > .navbar .navbar-nav .nav-item .nav-link.ani-link {
  color: #ffde00;
  animation: portfolio-text 1.5s ease-out 0s infinite normal forwards;
}

.tab_title ul,
.tab_title3 ul,
.tab_title4 ul,
.tab_title5 ul,
.tab_title6 ul {
  padding: 0;
}
.tab_title ul li,
.tab_title3 ul li,
.tab_title4 ul li,
.tab_title5 ul li,
.tab_title6 ul li {
  padding: 0;
  margin: 0;
}

.tab_cont ul {
  padding: 0;
  margin: 0;
}

.pf-type ul,
.pf-type2 ul {
  padding: 0;
}

#container .colgroup_01 .col_01 ul {
  padding: 0;
  margin: 0;
}

.advice .type ul {
  padding: 0;
}

textarea.textarea {
  width: 100%;
}

.estimate-box {
  width: 800px;
}
.estimate-box .color-red {
  color: #de0f4d;
}
.estimate-box h4 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Pretenard Variable", sans-serif;
  line-height: 1;
  margin: 0;
}
.estimate-box .row.title {
  border-bottom: 1px solid #000000;
  margin-bottom: 34px;
  padding-bottom: 10px;
}
.estimate-box > .row {
  margin-bottom: 20px;
}
.estimate-box > .row > .col-auto {
  width: 112px;
}

.portfolio-mid-tab {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  width: 920px;
  gap: 10px;
}
.portfolio-mid-tab a {
  flex: 1 0 0%;
  width: 100%;
  max-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d0d0d0;
  font-family: "Pretenard Variable", sans-serif;
  height: 51px;
  font-size: 15px;
  color: #2e2c2e;
  transition: all 0.3s ease;
}
.portfolio-mid-tab a.active, .portfolio-mid-tab a:hover {
  color: #d0d0d0;
  background-color: #2e2c2e;
  border-color: #2e2c2e;
}

.portfolio-bottom-tab {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 40px;
  width: 920px;
}
.portfolio-bottom-tab .left {
  flex: 1 0 0%;
  width: 100%;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.portfolio-bottom-tab .left-img {
  background-color: #e8e8e8;
  border: 0;
  flex: 1 0 0;
}
.portfolio-bottom-tab .left-img:hover {
  background-color: #a4a4a4;
}
.portfolio-bottom-tab .left a {
  justify-content: center;
}
.portfolio-bottom-tab .right {
  flex: 1 0 0%;
  width: 100%;
  max-width: 687px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 11px;
}
.portfolio-bottom-tab .right a {
  flex: 1 0 0;
  min-width: 163.5px;
}
.portfolio-bottom-tab a {
  width: 100%;
  display: flex;
  font-size: 14px;
  font-family: "Dotum", sans-serif;
  letter-spacing: -1px;
  font-weight: bold;
  border: 2px solid #61a62e;
  align-items: center;
  height: 41px;
  padding: 0 11px;
  transition: all 0.3s ease;
}
.portfolio-bottom-tab a:hover, .portfolio-bottom-tab a.active {
  color: #ffffff;
  background-color: #61a62e;
}

.product-order-title {
  font-size: 32px;
  font-weight: bold;
  font-family: "Pretenard Variable", sans-serif;
  text-align: center;
  margin-bottom: 15px;
}
.product-order .title {
  border-bottom: 1px solid #000000;
}
.product-order .t_1 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  font-family: "Pretenard Variable", sans-serif;
}
.product-order div.product-order-category {
  margin-top: 36px;
  margin-bottom: 60px;
  min-height: 57px;
  gap: 15px;
}
.product-order div.product-order-category > div {
  border-radius: 20px 0 20px 0;
  background-color: #e8e8e8;
  transition: all 0.3s ease;
  font-weight: 400;
  color: #414141;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .product-order div.product-order-category > div {
    min-width: calc(50% - 15px);
    padding: 15px 0 15px 32px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-category > div {
    padding: 0 0 0 33px;
  }
}
@media (max-width: 767px) {
  .product-order div.product-order-category > div {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-category > div {
    font-size: 18px;
  }
}
.product-order div.product-order-category > div::after {
  content: "\f584";
  font-family: "bootstrap-icons";
  position: absolute;
  transition: color 0.3s ease;
  color: #414141;
}
@media (max-width: 767px) {
  .product-order div.product-order-category > div::after {
    font-size: 20px;
    left: 12px;
    top: 12px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-category > div::after {
    font-size: 24px;
    left: 20px;
    top: 10px;
  }
}
.product-order div.product-order-category > div.active {
  box-shadow: 3px 3px 0 rgba(205, 0, 45, 0.3);
}
.product-order div.product-order-category > div.active::after {
  content: "\f271";
  transform: translate(-3px, -4px);
}
@media (max-width: 767px) {
  .product-order div.product-order-category > div.active::after {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-category > div.active::after {
    font-size: 30px;
  }
}
.product-order div.product-order-category > div.active, .product-order div.product-order-category > div:hover {
  background-color: rgb(205, 0, 45);
  color: #ffffff;
}
.product-order div.product-order-category > div.active::after, .product-order div.product-order-category > div:hover::after {
  color: #ffffff;
}
.product-order div.product-order-item {
  gap: 7px;
  position: relative;
  z-index: 9;
  margin-top: 36px;
}
.product-order div.product-order-item > div input[type=radio] {
  display: none;
}
.product-order div.product-order-item > div input[type=radio]:checked:hover + label {
  transform: translateY(40px);
}
.product-order div.product-order-item > div input[type=radio]:checked + label {
  background-color: #cd002d;
  color: #ffffff;
  transform: translateY(40px);
}
.product-order div.product-order-item > div input[type=radio]:checked + label::after {
  content: "\f271";
  font-size: 30px;
  color: #ffffff;
  transform: translate(0px, -4px);
}
.product-order div.product-order-item > div input[type=radio]:checked + label > div span {
  color: #ffffff;
}
.product-order div.product-order-item > div input[type=radio] + label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e8e8e8;
  border-radius: 20px;
  height: 156px;
  transition: all 0.3s ease;
  position: relative;
  font-size: 18px;
  color: #414141;
}
.product-order div.product-order-item > div input[type=radio] + label::after {
  content: "\f584";
  font-family: "bootstrap-icons";
  font-size: 24px;
  height: 36px;
  text-align: center;
  transition: color 0.3s ease;
  color: #414141;
}
.product-order div.product-order-item > div input[type=radio] + label:hover {
  background-color: #cd002d;
  color: #ffffff;
  transform: translateY(10px);
}
.product-order div.product-order-item > div input[type=radio] + label:hover::after {
  color: #ffffff;
}
.product-order div.product-order-item > div input[type=radio] + label:hover > div span {
  color: #ffffff;
}
.product-order div.product-order-item > div input[type=radio] + label > h5 {
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-order div.product-order-item > div input[type=radio] + label > h5 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-item > div input[type=radio] + label > h5 {
    font-size: 16px;
  }
}
.product-order div.product-order-item > div input[type=radio] + label > div {
  line-height: 1;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .product-order div.product-order-item > div input[type=radio] + label > div {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-item > div input[type=radio] + label > div {
    font-size: 20px;
  }
}
.product-order div.product-order-item > div input[type=radio] + label > div span {
  color: #dc3545;
  font-weight: 600;
  letter-spacing: -0.075rem;
}
@media (max-width: 767px) {
  .product-order div.product-order-item > div input[type=radio] + label > div span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-item > div input[type=radio] + label > div span {
    font-size: 24px;
  }
}
.product-order div.product-order-item-detail {
  margin-top: 21px;
  margin-bottom: 60px;
  padding: 42px 32px;
  background-color: #f5f5f7;
  gap: 43px;
  position: relative;
  z-index: 10;
  justify-content: center;
}
.product-order div.product-order-item-detail .col-auto {
  width: 195px;
  height: 195px;
  background-color: #ffffff;
  border: 1px solid #cd002d;
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.product-order div.product-order-item-detail .col-auto h4 {
  font-size: 30px;
  color: #cd002d;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-order div.product-order-item-detail .col-auto h4 span {
  font-size: 23px;
}
.product-order div.product-order-item-detail .col-auto div {
  font-size: 16px;
  color: #000000;
  margin-bottom: 7px;
}
.product-order div.product-order-item-detail .col-auto div.info {
  font-size: 14px;
  color: #555555;
  margin-bottom: 0;
}
.product-order div.product-order-item-detail .col-md {
  font-family: "Pretenard Variable", sans-serif;
}
.product-order div.product-order-item-detail .col-md h4 {
  margin-bottom: 25px;
  line-height: 1;
  font-family: "Pretenard Variable", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.product-order div.product-order-item-detail .col-md ul {
  padding: 0;
  margin: 0;
}
.product-order div.product-order-item-detail .col-md ul li {
  padding: 0;
  display: flex;
  border: 0;
  margin-bottom: 8px;
  font-family: "Pretenard Variable", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #414141;
  font-weight: 400;
}
.product-order div.product-order-item-detail .col-md ul li div {
  flex: 1 0 0;
  width: 100%;
}
.product-order div.product-order-item-detail .col-md ul li div.title {
  border: 0;
  max-width: 100px;
}
.product-order div.product-order-item-detail .col-md ul li div.text {
  word-break: keep-all;
}
.product-order div.product-order-item-detail .col-md ul li:nth-child(2) .text {
  color: #cd002d !important;
  font-weight: 600;
}
.product-order div.product-order-item-detail .col-md ul li:last-child .text {
  color: #198754;
}
.product-order div.product-order-select-design {
  margin-bottom: 60px;
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .product-order div.product-order-select-design {
    padding: 20px 16px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-select-design {
    padding: 40px 33px;
  }
}
.product-order div.product-order-select-design .info-row {
  margin-bottom: 15px;
  font-family: "Pretenard Variable", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #242424;
}
.product-order div.product-order-select-design .info-row i {
  font-size: 24px;
  color: #cd002d;
}
.product-order div.product-order-select-design .info-row .col {
  line-height: 1;
}
.product-order div.product-order-select-design-list {
  background-color: #ffffff;
  padding: 22px 22px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  min-height: 202px;
}
.product-order div.product-order-select-design-list ul {
  display: flex;
  margin: 0 -6px;
  flex-wrap: wrap;
  padding: 0;
}
.product-order div.product-order-select-design-list ul li {
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .product-order div.product-order-select-design-list ul li {
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-select-design-list ul li {
    flex: 0 0 20%;
  }
}
.product-order div.product-order-select-design-list ul li > div {
  margin: 0 6px;
}
.product-order div.product-order-select-design-list ul li > div .img {
  text-align: center;
  border: 1px solid #e4e4e4;
  margin-bottom: 15px;
  display: flex;
  height: 84px;
}
.product-order div.product-order-select-design-list ul li > div .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-order div.product-order-select-design-list ul li > div .name input[type=checkbox] {
  display: none;
}
.product-order div.product-order-select-design-list ul li > div .name input[type=checkbox]:checked + label::before {
  content: "\f26c";
  color: #cd002d !important;
}
.product-order div.product-order-select-design-list ul li > div .name input[type=checkbox] + label {
  font-family: "Pretenard Variable", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #242424;
  font-weight: 400;
  text-align: center;
  display: block;
}
.product-order div.product-order-select-design-list ul li > div .name input[type=checkbox] + label::before {
  content: "\f584";
  color: #242424;
  font-family: "bootstrap-icons" !important;
  font-size: 24px;
  display: block;
  margin-bottom: 11px;
  line-height: 1;
  transition: color 0.3s ease;
}
.product-order div.product-order-select-design-list ul li > div .name input[type=checkbox] + label span {
  color: #cd002d !important;
}
.product-order div.product-order-form {
  padding: 50px 0 60px;
}
.product-order div.product-order-form .col-form-label-lg {
  font-family: "Pretenard Variable", sans-serif;
  font-weight: 300;
  color: #000000;
  font-weight: 400;
  padding: 11px 0;
}
@media (max-width: 767px) {
  .product-order div.product-order-form .col-form-label-lg {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-form .col-form-label-lg {
    font-size: 17px;
  }
}
.product-order div.product-order-form-2 {
  padding: 50px 0 60px;
}
.product-order div.product-order-form-2 .row {
  margin-bottom: 20px;
}
.product-order div.product-order-form-2 .row .col-form-label-lg {
  font-family: "Pretenard Variable", sans-serif;
  font-weight: 300;
  color: #000000;
  font-weight: 400;
  padding: 11px 0;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .product-order div.product-order-form-2 .row .col-form-label-lg {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-form-2 .row .col-form-label-lg {
    font-size: 17px;
  }
}
.product-order div.product-order-form-2 .logo-type .radio {
  overflow: hidden;
  text-indent: -99px;
  width: 0;
  display: none;
}
.product-order div.product-order-form-2 .logo-type .radio:checked + label::before {
  border: 1px solid #FF6600;
}
.product-order div.product-order-form-2 .logo-type .radio:checked + label::after {
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
}
.product-order div.product-order-form-2 .logo-type .radio:checked:disabled + label::before {
  border: 1px solid #6c757d;
}
.product-order div.product-order-form-2 .logo-type .radio:checked:disabled + label::after {
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
  background-color: #6c757d;
}
.product-order div.product-order-form-2 .logo-type .radio + label {
  padding-left: 25px;
  position: relative;
}
.product-order div.product-order-form-2 .logo-type .radio + label::before {
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #dedede;
  transition: all 0.2s ease 0s;
}
.product-order div.product-order-form-2 .logo-type .radio + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  background-color: #FF6600;
  border-radius: 100%;
  transition: all 0.2s ease 0s;
}
.product-order div.product-order-form-2 .logo-type .radio:checked + label:after {
  left: 50%;
  transform: translateX(-50%);
}
.product-order div.product-order-form-2 .logo-type .radio + label {
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.product-order div.product-order-form-2 .logo-type .radio + label::before {
  position: relative !important;
  margin-bottom: 20px;
}
.product-order div.product-order-form-2 .logo-type .radio + label:after {
  left: 50%;
  transform: translateX(-50%);
}
.product-order div.product-order-form-2 .logo-type .radio + label > div.img {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-order div.product-order-form-2 .logo-type .radio + label > div.img img {
  max-width: 100%;
}
.product-order div.product-order-form-2 .logo-type .radio + label > div:nth-child(2) {
  font-family: "Pretenard Variable", sans-serif;
  font-weight: 300;
  color: #000000;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 767px) {
  .product-order div.product-order-form-2 .logo-type .radio + label > div:nth-child(2) {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-form-2 .logo-type .radio + label > div:nth-child(2) {
    font-size: 17px;
  }
}
.product-order div.product-order-form-2 .logo-type .radio + label > div:nth-child(3) {
  font-family: "Pretenard Variable", sans-serif;
  color: #4b4b4b;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 767px) {
  .product-order div.product-order-form-2 .logo-type .radio + label > div:nth-child(3) {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .product-order div.product-order-form-2 .logo-type .radio + label > div:nth-child(3) {
    font-size: 15px;
  }
}

#product-order-select-design-list-price {
  padding-top: 30px;
  font-family: "Pretenard Variable", sans-serif;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 767px) {
  #product-order-select-design-list-price {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #product-order-select-design-list-price {
    font-size: 17px;
  }
}
#product-order-select-design-list-price .total {
  font-family: "Pretenard Variable", sans-serif;
  color: #cd002d !important;
  font-size: 22px;
  font-weight: 600;
}
#product-order-select-design-list-price .etc {
  font-family: "Pretenard Variable", sans-serif;
  color: #4b4b4b;
}
@media (max-width: 767px) {
  #product-order-select-design-list-price .etc {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  #product-order-select-design-list-price .etc {
    font-size: 15px;
  }
}

#portfolio-list-row,
#design-info-content1-row,
#design-info-content2-row,
#design-info-content3-row,
#design-info-content4-row,
#design-info-content-logo-row {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  margin-bottom: 0;
}
#portfolio-list-row.active,
#design-info-content1-row.active,
#design-info-content2-row.active,
#design-info-content3-row.active,
#design-info-content4-row.active,
#design-info-content-logo-row.active {
  max-height: 2000px;
  margin-bottom: 20px;
}

#product-order-select-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
#product-order-select-wrap.active {
  max-height: 3000px;
}

.portfolio-list-box {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.portfolio-list-box.active {
  max-height: 2000px;
}
.portfolio-list-box-content > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px;
}
.portfolio-list-box-content > ul > li {
  flex: 1 0 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .portfolio-list-box-content > ul > li {
    min-width: calc(33.33333% - 10px);
    max-width: calc(33.33333% - 10px);
  }
}
@media (min-width: 768px) {
  .portfolio-list-box-content > ul > li {
    min-width: calc(20% - 10px);
    max-width: calc(20% - 10px);
  }
}
.portfolio-list-box-content > ul > li input[type=checkbox] {
  display: none;
}
.portfolio-list-box-content > ul > li input[type=checkbox]:checked + label > p.name::before {
  content: "\f26d";
}
.portfolio-list-box-content > ul > li input[type=checkbox] + label > p.name {
  padding-left: 25px;
  position: relative;
}
.portfolio-list-box-content > ul > li input[type=checkbox] + label > p.name::before {
  left: 0;
  top: 12px;
  position: absolute;
  content: "\f584";
  font-family: bootstrap-icons !important;
  display: inline-block;
  font-size: 20px;
  transition: all 0.3s ease 0s;
  line-height: 0;
}
.portfolio-list-box-content > ul > li p {
  margin: 0;
}
.portfolio-list-box-content > ul > li p.img {
  height: 100px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 8px;
  display: flex;
}
.portfolio-list-box-content > ul > li p.img img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.portfolio-list-box-content > ul > li p.name {
  transition: all 0.3s ease 0s;
  font-size: 14px;
  color: #212529;
}

.po-radio {
  overflow: hidden;
  text-indent: -99px;
  width: 0;
  display: none;
}
.po-radio:checked + label::before {
  border: 1px solid #FF6600;
}
.po-radio:checked + label::after {
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
}
.po-radio:checked:disabled + label::before {
  border: 1px solid #6c757d;
}
.po-radio:checked:disabled + label::after {
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
  background-color: #6c757d;
}
.po-radio + label {
  padding-left: 25px;
  position: relative;
}
.po-radio + label::before {
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #dedede;
  transition: all 0.2s ease 0s;
}
.po-radio + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  background-color: #FF6600;
  border-radius: 100%;
  transition: all 0.2s ease 0s;
}

.po-check {
  width: 0;
  overflow: hidden;
  text-indent: -99px;
  display: none;
}
.po-check:checked + label::before {
  content: "\f26d";
  color: #212529;
}
.po-check + label {
  padding-left: 25px;
  position: relative;
}
.po-check + label::before {
  left: 0;
  top: 12px;
  position: absolute;
  content: "\f584";
  font-family: bootstrap-icons !important;
  color: #dee2e6;
  display: inline-block;
  font-size: 20px;
  transition: all 0.2s ease 0s;
  line-height: 0;
}

@keyframes portfolio-text {
  0%, 50%, 100% {
    color: #ffde00;
    opacity: 1;
  }
  25%, 75% {
    color: #ffffff;
    opacity: 0.5;
  }
}

/*# sourceMappingURL=portfolio.css.map */
