/* Sub Common */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: rgba(204,204,204,.4); /* 스크롤바 막대 색상 */
  border-radius: 8px;
}
label {
  font-size: 14px;
  vertical-align: middle;
}
.input_box_long,
.input_box_half,
.input_box_quarter {
  font-family: inherit;
  font-size: 12px;
  width: 1160px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-sizing: border-box;
}
.input_box_half {
  width: 576px;
}
.input_box_quarter {
  width: 226px;
}
.input_box_long:focus,
.input_box_half:focus,
.input_box_quarter:focus {
  outline: none;
  border:2px solid #47AD3F;
  box-sizing: border-box;
}
.input_box_long::placeholder,
.input_box_half::placeholder,
.input_box_quarter::placeholder {
  font-family: inherit;
  color: #CCC;
}
select {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;

  background: url(../images/baseline_arrow_drop_down_black_18dp.png) no-repeat 98% 40%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.textarea_box {
  height: 108px;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
}
input[type="checkbox"] {
  margin-top: 8px;
  position: relative;
  top: 2px;
  margin-left: 20px;
  accent-color: #47AD3F;
  color: #FFF;
}
.cb_align .ml0 {
  margin-left: 0;
}
.col {
  display: flex;
  justify-content: space-between;
}
.fc-red {
  color: red;
}
.mt-8 {
  margin-top: 8px;
}
.mb-20 {
  margin-bottom: 20px;
}
.box-shadow {
  box-shadow: 0 6px 10px rgba(0,0,0,.1);
}
.box-shadow-green {
  box-shadow: 10px 10px 20px rgba(71,163,126,.4);
}
.pt24 {
  padding-top: 24px;
}
.title {
  text-align: center;
}
.title>h3 {
  font-size: 24px;
  font-weight: 700;
}
.title>p {
  font-size: 12px;
  font-weight: 500;
  margin: 16px 0 40px;
}
.lang-toggle {
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 38px;
  font-size: 12px;
}
.lang-toggle .tab_on,
.lang-toggle .tab_off {
  width:130px;
  height: 38px;
  border-radius: 4px;
  cursor: pointer;
}
.lang-toggle .tab_on {
  background-color: #47AD3F;
  color: #FFF;
}
.lang-toggle .tab_off {
  background-color: #EBEBEB;
}
.s_btn {
  width: 130px;
  height: 38px;
  border-radius: 4px;
  cursor: pointer;
}


/* Service Pricing */
.servicePricing {
  background-color: #F5FAF8;
  padding: 120px 0;
}
.servicePricing .innerSub {
  width: 704px;
  margin: 0 auto;
  position: relative;
}
.servicePricing .innerSub .pricingTable {
  display: flex;
  position: relative;
  margin-bottom: 80px;
}
.servicePricing .innerSub .pricingTable .pricingMain {
  width: 460px;
  height: 240px;
  background-color: #FFF;
  border-radius: 16px;
  margin-right: 24px;
  text-align: center;
}
.servicePricing .innerSub .pricingTable .pricingMain .pricing {
  padding: 40px 0 26px;
  border-bottom: 1px solid #EBEBEB;
}
.servicePricing .innerSub .pricingTable .pricingMain .pricing h5 {
  font-size: 13px;
  padding-bottom: 10px;
}
.servicePricing .innerSub .pricingTable .pricingMain .pricing p {
  font-size: 12px;
  line-height: 1.6;
}
.servicePricing .innerSub .pricingTable .pricingMain .pricing p>span {
  font-size: 24px;
  font-weight: 700;
}
.servicePricing .innerSub .pricingTable .pricingMain .pricingDesc {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 12px;
}
.servicePricing .innerSub .pricingTable .add {
  width: 68px;
  height: 68px;
  background-color: #36A938;
  border-radius: 34px;
  position: absolute;
  top: 86px;
  left: 438px;
  text-align: center;
}
.servicePricing .innerSub .pricingTable .add>span {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 68px;
}
.servicePricing .innerSub .pricingTable .addPricing {
  width: 220px;
  height: 240px;
  background-color: #FFF;
  border-radius: 16px;
  text-align: center;
  padding: 54px 0;
}
.servicePricing .innerSub .pricingTable .addPricing p>span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
}
.servicePricing .innerSub .programTable {
  display: flex;
  position: relative;
}
.servicePricing .innerSub .programTable .program {
  width: 220px;
  height: 240px;
  background-color: #fff;
  border-radius: 16px;
  margin-left: 22px;
  text-align: center;
}
.servicePricing .innerSub .programTable .program:first-child {
  margin-left: 0;
}
.servicePricing .innerSub .programTable .program .programTitle {
  font-size: 18px;
  font-weight: 700;
  margin-top: 35px;
}
.servicePricing .innerSub .programTable .program .programDesc {
  font-size: 12px;
  margin-top: 4px;
}
.servicePricing .innerSub .programTable .program .programProduct {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}
.servicePricing .innerSub .programTable .program .description {
  padding-top: 20px;
  font-size: 14px;
}
.servicePricing .innerSub .programTable .program .description1 {
  padding-top: 12px;
}
.servicePricing .innerSub .programTable .program .description2 {
  padding-top: 48px;
  font-weight: 700;
}
.servicePricing .innerSub .programTable .program .description1>span {
  font-size: 24px;
  font-weight: 700;
}


/* Shopping Mall */
.shopList {
  padding: 120px 0;
}
.shopList .title {
  margin-bottom: 80px;
}
.shopList .shopList-image {
  width: 1200px;
}


/* Additional Services List */
.addServices {
  background-color: #F5FAF8;
  padding: 120px 0;
}
.addServices .inner .title {
  margin-bottom: 80px;
}
.addServices .addServiceList .addServiceList-wrap .addServiceList-title {
  display: flex;
  font-size: 18px;
}
.addServices .addServiceList .addServiceList-wrap .addServiceList-title span {
  font-weight: 700;
}
.addServices .addServiceList .addServiceList-wrap .addServiceList-title .detail {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
}
.addServices .addServiceList .addServiceList-wrap {
  margin-top: 80px;
}
.addServices .addServiceList .addServiceList-wrap>ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.addServices .addServiceList .addServiceList-wrap>ul>li{
  width: 205px;
  height: 205px;
  background-color: #fff;
  border-radius: 12px;
  padding:24px 14px
}
.addServices .addServiceList .addServiceList-wrap>ul>li h6 {
  color: #47AD3F;
  font-weight: 700;
}
.addServices .addServiceList .addServiceList-wrap>ul>li ul {
  font-size: 14px;
  margin-top: 24px;
  line-height: 2;
}
.addServices .addServiceList .addServiceList-wrap .tradeBox {
  box-sizing: border-box;
  width: 170px;
  height: 170px;
  background-color: #fff;
  border-radius: 12px;
  padding:20px 12px
}
.addServices .addServiceList .addServiceList-wrap .tradeBox>h6 {
  font-size: 14px;
  color: #47AD3F;
  font-weight: 700;
}
.addServices .addServiceList .addServiceList-wrap .tradeBox>ul {
  font-size: 12px;
  margin-top: 20px;
  line-height: 2;
}


/* 마케팅 프로그램 */
.content_wrap {
  margin-bottom: 120px;
}
.sub-navi {
  text-align: center;
  padding: 80px 0 40px;
}
.sub-navi .sub-navi-items {
  display: flex;
  justify-content: center;
}
.sub-navi .sub-navi-items li {
  font-size: 14px;
  width: 160px;
  height: 38px;
  border: 1px solid #707070;
  line-height: 38px;
  margin-left: -1px;
}
.sub-navi .sub-navi-items li a {
  display: block;
}
.sub-navi .sub-navi-items li:first-child,
.sub-navi .sub-navi-items li:first-child a {
  margin-left: 0;
  border-radius: 12px 0 0 12px;
}
.sub-navi .sub-navi-items li:last-child,
.sub-navi .sub-navi-items li:last-child a {
  border-radius: 0 12px 12px 0;
}
.sub-navi .sub-navi-items li.on,
.sub-navi .sub-navi-items li.on a {
  background-color: #707070;
  color: #FFF;
  border: none;
}
.contents {
  margin-top: 80px;
}
.contents .title {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}
.contents .description {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
}
.contents img {
  width: 1200px;
  margin: 32px 0 0 0;
}


/* 디자인 프로그램 */
.design-menu ul{
  display: flex;
  font-size: 20px;
  margin-top: 40px;
}
.design-menu ul li {
  margin-right: 62px;
}
.design-menu ul li a.on {
  color: #059843;
}

.visual {
  margin-top: 40px;
}
.visual>img {
  width: 100%;
}
.contents .plan-items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.contents .plan-items .item {
  width: 380px;
  background-color: #FFF;
  border-radius: 16px;
  padding: 40px 30px;
  margin-top: 40px;
}
.contents .plan-items .item>h5 {
  font-size: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #CCC;
}
.contents .plan-items .item>h5>span {
  font-size: 20px;
  font-weight: 700;
}
.contents .plan-items .item>ul {
  margin-top: 32px;
  font-size: 14px;
}
.contents .plan-items .item>ul>li {
  line-height: 2.2;
}

.design-process {
  margin-top: 80px;
}
.design-process .processes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.design-process>h4 {
  font-size: 18px;
  font-weight: 700;
}
.design-process .process {
  margin-top: 32px;
}
.design-process .process>img {
  width:280px;
}
.design-process .process>h5 {
  margin-top: 24px;
  line-height: 1.6;
}
.design-process .process>h5>span {
  font-weight: 700;
}
.design-process .process>p {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
}

.appList {
  margin-top: 80px;
}
.appList>h4 {
  font-size: 18px;
  font-weight: 700;
}
.appList>img {
  width: 1200px;
  margin-top: 32px;
}

.caution {
  width: 100%;
  height: 80px;
  background-color: #F5F5F5;
  margin-top: 40px;
}
.caution>ul {
  font-size: 12px;
  line-height: 1.8;
  padding: 20px 20px;
}

.design-process>img {
  margin-top: 40px;
  width: 100%;
}
.design-works {
  margin-top: 80px;
}
.design-works>h4 {
  font-size: 18px;
  font-weight: 700;
}
.design-works .works {
  margin-top: 32px;
}
.design-works .works ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
}
.design-works .works ul li {
  width: 300px;
  padding: 0 7.5px;
  margin-bottom: 20px;
}
/* .design-works .works ul li:nth-child(4) {
  margin-right: 0;
} */
.design-works .works ul li img {
  width: 285px;
  height: 285px;
  cursor: pointer;
}



/* 트레이트 */
.table-name {
  font-size: 18px;
  margin: 35px 0 25px;
}
.trans-caution {
  width: 100%;
  background-color: #F5F5F5;
  padding: 18px 20px;
  font-size: 12px;
}

.trans-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trans-table .half-table {
  width: 587px;
}
.trans-table .long-table {
  width: 100%;
}
.trans-table .half-table>img,
.trans-table .long-table>img{
  width: 100%;
  margin-top: 0;
}
.trans-table .half-table>.trans-caution {
  width: 100%;
  height: 133px;
  line-height: 1.8;
}


/* 마이페이지 */
.info>h6 {
  font-size: 24px;
  font-weight: 700;
  margin: 80px 0 40px;
}
.info .profileBox {
  background-color: #F5F5F5;
  border-radius: 16px;
  width: 100%;
  padding: 26px 40px;
  display: flex;
  align-items: center;
  line-height: 2.2;
}
.info .profileBox .profile-img {
  width: 72px;
  margin-right: 24px;
}
.info .profileBox .profile-img>img{
  width: 100%;
}
.info .profileBox ul li {
  font-size: 14px;
}
.info .profileBox ul li:first-child {
  font-size: 18px;
}
.info .profileBox ul li>span {
  font-weight: 700;
}

.info .product-items {
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
}
.info .product-items .product-item {
  width: 300px;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.info .product-items .product-item>a>img {
  width: 285px;
  height: 285px;
}
.info .product-items .product-item .add-product {
  width: 285px;
  height: 285px;
  border-radius: 16px;
  background-color: #EBEBEB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.info .product-items .product-item .add-product .add-btn {
  width: 68px;
  height: 68px;
  background-color: #36A938;
  border-radius: 34px;
  text-align: center;
  margin-bottom: 24px;
}
.info .product-items .product-item .add-product .add-btn .material-icons {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 68px;
}
.info .product-items .product-item .add-product>p {
 font-size: 18px;
}


/* 제품 상세 페이지 */
.detail-contents {
  margin: 80px 0;
}
.detail-contents .md-btn {
  margin-bottom: 20px;
}
.detail-contents .md-btn a{
  color: #999;
}
.product-info {
  display: flex;
  justify-content: space-between;
}
.thumbnail-gallery .big-image {
  width: 570px;
  height: 570px;
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  background-color: #fff;
}
.thumbnail-gallery ul {
  margin-top:15px;
  display: flex;
}
.thumbnail-gallery li {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  margin-right:13px;
  overflow: hidden;
}
.thumbnail-gallery li:last-child {
  margin-right:0;
}
.thumbnail-gallery li img {
  width: 100%;
}
.detail-info {
  width: 550px;
}

.detail-info .info-title {
  margin-top: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CCC;
  line-height: 1.8;
}
.detail-info .info-title .emphasis {
  font-size: 22px;
}
.detail-info .info-description {
  margin-top: 32px;
  font-size: 14px;
  line-height: 2;
}
.detail-info .info-description .bold {
  font-weight: 700;
}
.detail-info .info-description .division {
  margin-bottom: 16px;
}
.info-tab {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCC;
  font-size: 18px;
  color: #999;
}
.info-tab>div {
  margin: 0 20px;
  cursor: pointer;
}
.info-tab .text-tab {
  color: #333;
}
.detail-page {
  margin-top: 80px;
  line-height: 1.8;
}
.detail-page .detail-title {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 24px;
}
.detail-page .detail-img img {
  margin: 0 auto;
}
.detail-history table {
  width: 100%;
}
.detail-history table thead {
  background-color: #E6E6E6;
  line-height: 38px;
}
.detail-history table thead .w20 {
  width: 20%;
}
.detail-history table thead .w60 {
  width: 60%;
}
.detail-history table tbody {
  line-height: 48px;
  font-size: 14px;
}
.detail-history table tbody tr {
  border-bottom: 1px solid #F0F0F0;
}
.detail-history table tbody .pl20 {
  padding-left: 20px;
}
.detail-history .detail-btn {
  margin: 0 auto;
  width: 80px;
  height: 32px;
  background-color: #47AD3F;
  text-align: center;
  border-radius: 4px;
  line-height: 32px;
  cursor: pointer;
  color: #FFF;
  font-size: 12px;
}



/* 상품등록 페이지 */
.content-menu {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.content-menu-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.content-menu .lang-toggle {
  width: 600px;
  justify-content: flex-start;
}
.content-menu .lang-toggle li {
  border-radius: 0;
}
.content-menu .lang-toggle li:first-child {
  border-radius: 4px 0 0 4px;
}
.content-menu .lang-toggle li:last-child {
  border-radius: 0 4px 4px 0;
}

.func-btn {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  text-align: center;
  line-height: 38px;
}
.func-btn li {
  margin-left: 10px;
}
.func-btn .btn_green {
  color: #FFF;
  background-color: #47AD3F;
}
.func-btn .btn_gray {
  background-color: #E6E6E6;
}

.box-body {
  border:1px solid #CCCCCC;
  border-radius: 8px;
  margin-top: 20px;
}
.box-body .box-title {
  padding: 22px 0 22px 20px;
  border-bottom: 1px solid #CCC;
}
.box-body .lang-toggle {
  justify-content: flex-start;
  margin: 40px 0 4px 20px;
}
.box-body .lang-toggle div:first-child {
  border-radius: 4px 0 0 4px;
}
.box-body .lang-toggle div:last-child {
  border-radius: 0 4px 4px 0;
}
.box-body .input-wrap {
  padding: 20px;
}
.box-body .input-wrap .category_box {
  display: flex;
  justify-content: space-between;
}
.box-body .input-wrap .category_box .category-selector {
  width: 300px;
  height: 140px;
  overflow:auto;
  border: 1px solid #CCC;
  position: relative;
}
.box-body .input-wrap .category_box .category-selector .content_box {
  padding: 10px;
  font-size: 14px;
  line-height: 2;
}
.box-body .input-wrap .category_box .category-selector .content_box li {
  cursor: pointer;
  position: relative;
}
.box-body .input-wrap .category_box .category-selector .content_box li:hover {
  background-color: rgba(230,230,230,.3)
}
.box-body .input-wrap .category_box .category-selector .content_box .empty {
  position: absolute;
  top: 40%;
}
.box-body .input-wrap .category_box .category-selector .content_box .empty:hover {
  background-color: #FFF;
  cursor: default;
}
.box-body .input-wrap .category_box .category-selector .content_box .active {
  color: #47AD3F;
}
.box-body .input-wrap .category_box .category-selector .content_box .add::after {
  display: inline-block;
  margin-left: 10px;
  content: "";
  position: absolute;
  top: 30%;
  right: 0px;
  margin-top: -4px;
  width: 16px;
  height: 16px;
  background: url(../images/baseline_chevron_right_black_18dp.png) no-repeat 0 0;
}
.box-body .input-wrap .selected_category {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #999;
  padding: 8px 32px 8px 8px;
  position: relative;
}
.box-body .input-wrap .selected_category img {
  position: absolute;
  right: 8px;
  top: 25%
}
.box-body .box-desc {
  font-size: 12px;
  font-weight: 300;
  padding: 0 0 40px 20px;
}

.box-body .input-wrap>p {
  font-size: 14px;
  margin-bottom: 20px;
}
.box-body .input-wrap .imgbox_title {
  font-size: 14px;
  margin-bottom: 12px;
}
.box-body .input-wrap .imgbox .filebox {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.box-body .input-wrap .imgbox .additional-images {
  display: flex;
}
.box-body .input-wrap .imgbox .additional-images .additional-image {
  position: relative;
}
.box-body .input-wrap .imgbox .additional-images .additional-image .img_delete {
  position: absolute;
  top: 6px;
  right: 16px;
  color: #FFF;
  cursor: pointer;
}
.box-body .input-wrap .imgbox .img_tip {
  vertical-align: top;
  font-size: 12px;
  color: #47AD3F;
  margin-top: 10px;
}
.box-body .input-wrap .imgbox label {
  display: inline-block;
  width: 116px;
  height: 116px;
  border: 1px solid #CCC;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 10px;
}
.box-body .input-wrap .imgbox label>img {
  width: 100%;
  cursor: pointer;
}

.box-body .input-wrap>p {
  line-height: 2;
}
