@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

body, table, th, td, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
	pre, form, fieldset, textarea, blockquote, span, * {
	font-family: 'Noto Sans KR', sans-serif;
}
a { text-decoration:none !important } 
a:hover { text-decoration:none !important }


body {
    /* font: 16px/1.6 'Raleway', Arial, Helvetica, sans-serif; */
    color: #222;
    text-align:center;
}

#sdnlogo {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
#navigation ul li {
  margin: 0 0 0 70px;
  font-size: 18px;
}
#sub-header ul li {
  font-size: 18px;
  padding: 20px 25px;
  margin-left: 80px;
}
#sub-header ul li.active {
  border-bottom: 5px solid #29B9C9;
}
#sub-header ul li.active .active2 {
  color: #29B9C9!important;
  font-weight: 900;
}
#sub-header {
  margin-bottom: 0px;
}
div.filterinfo {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}
button.tagwords {
  margin-right: 5px;
}

ul#filter_keyword li {
  background-color: #29B9C9;
  border-radius: 25px;
  margin-top: 10px;
  margin-left: 10px;
}

/* 헤더 시작 */
div.filterinfo ul.filterinfo_header li{
  width: 20%;
  text-align: left;
  padding: 1em;
  background-color: #F5FAFF;
  color: #4B4B4B;
  border-right: 1px solid #d6d6d6;
  list-style-type: none;
  float: left;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
}
div.filterinfo ul.filterinfo_header li img{
  float: right;
  padding: 0 1.5rem;
  margin-top: 10px;
  position: absolute;
  right: 0;
}
div.filterinfo ul.filterinfo_header li:last-child{
  border-right: 0;
  list-style-type: none;
  float: left;
}
div.filterinfo ul.filterinfo_header li.active {
  background-color: #5C6799;
  color: #fff;
}
/* 헤더끝 */


/* 컨텐트시작 */

#filterinfo_content1 {
  border-right: 1px solid #d6d6d6;
  width: 20%;
}

#filterinfo_content2 {
  align-content: baseline;
  width: 80%;
}
div.filterinfo ul.filterinfo_content {
  justify-content: inherit;
  flex-flow: wrap;
  overflow: auto;
  max-height: 296px;
  min-height: 296px;
}

.filteringSection {
  display: none!important;
}
.filteringSection.active {
  display: flex!important;
}
.areaFilterUl {
  border-right: 1px solid #d6d6d6;
  width: 20%;
}
.areaFilterUl li.active {
  color: #29B9C9!important;
}

.areaDetailUl {
  align-content: baseline;
  width: 80%;
  display: none;
}
.areaDetailUl.active {
  display: flex;
}

/* ::-webkit-scrollbar { width: 20px; }
::-webkit-scrollbar-thumb { background: #a9a9a9; } */
/* ::-webkit-scrollbar {
  width: .45rem;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(27, 27, 27, .4);
  border-radius: 3px;
} */
/* ::-webkit-scrollbar-track{
  background: transparent;
} */

img.profilepic {
  min-height: 350px;
  max-height: 425px;
}

li.profileDetail {
  cursor: pointer;
}
div.filterinfo ul.filterinfo_content::-webkit-scrollbar-track {
  background: transparent;
}
div.filterinfo ul.filterinfo_content::-webkit-scrollbar-thumb {
  background-color: rgba(27, 27, 27, .4);
  border-radius: 3px;
}
div.filterinfo ul.filterinfo_content::-webkit-scrollbar {
  width: .8rem;
}
/* Bottom, Right 방향의 이동버튼 */
/* ::-webkit-scrollbar-button:end {  
  display: none;
} */

div.filterinfo ul.filterinfo_content li{
  width: 25%;
  text-align: center;
  padding: 0.7em 1em;
  background-color: #fff;
  color: #4B4B4B;
}
div.filterinfo ul.filterinfo_content li.filterinfo_area {
  width: 50%;
  text-align: center;
  padding: 0.7em 1em;
  background-color: #fff;
  color: #4B4B4B;
  position: relative;
  justify-content: center;
  cursor: pointer;
}
/* 컨텐트끝 */

#header {
  padding: 20px 0;
  position: relative;
  display: block;
  z-index:999;
  background-color: #fff;
  /* box-shadow: 2px 2px 8px 5px #d8d8d8; */
}
#header2 {
  padding: 20px 0;
  position: relative;
  display: block;
  z-index:999;
  background-color: #fff;
  box-shadow: 2px 2px 8px 5px #d8d8d8;
}

#main-container {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}
#main-container:after {
    content: '';
    opacity: 0.75;
    background: #29B9C9; /* Old browsers */
    background: -moz-linear-gradient(top, #29B9C9 0%, #29B9C9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #29B9C9 0%,#29B9C9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #29B9C9 0%,#29B9C9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#39ced6',GradientType=0 ); /* IE6-9 */
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom: 0;
}
#circle-paging-div {
    padding: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 199;
}
#circle-paging {
    flex-direction: column;
}

#addArea li img.active {
  border: 2px solid #00CE28;
}
#addArea li img {
  border: 1px solid #dee2e6;
}
#sectionAreaId li.willbe img.removeBtn {
  position: absolute;
  top: 9px;
  right: 17px;
  width: 15px;
}


#circle-paging {
  padding:0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right:0;
  z-index: 199;
}
.circle-paging {
  margin:0;
  padding:0;
  list-style:none;
}
.circle-paging li a {
  width: 12px;
  height: 12px;
  display: inline-block;
  line-height: 12px;
  text-align: center;
  color: rgba(255,255,255,1);
  border-radius: 50%;
}
.circle-paging li {
  display: block;
  margin: 12px 0px;
  height: 12px;
  line-height: 11px;
  background-color: #FFF;
  border-radius: 50%;
  opacity: 0.2;
}
.circle-paging li a:hover {
  color:#fff;
  background-color: #fff;
  opacity: 0.7;
}
.circle-paging li.active {
  color:#fff;
  background-color: #fff;
  -webkit-transform:scale(1);
  transform:scale(1);
  border-radius: 50%;
  opacity: 0.7;
}


.wish_act {
  width: 10%;
  right: 5%;
  bottom: 3%;
}
.recommend_clicked {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommend_product {
  color: #000;
  background-color: #EAEAEA;
  border-radius: 50px;
}
.recommend_clicked.active {
  color: #fff;
  background-color: #000;
}

.mainCate ul.prdList li {
  min-height: initial;
  margin: 0;
  width: calc(33.3% - 22px)!important;
}
.mainCate ul.prdList {
  gap: 33px!important;
}

.brand-page .categorybtn button {
  border-radius: 16px;
  border: 0px;
  color: #5D5D5D;
  padding: 7px 24px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}


.categorybtn button {
  border-radius: 16px;
  border: 0px;
  color: #5D5D5D;
  padding: 7px 24px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.nmallKeyword::placeholder {
  font-size: 27px;
  font-weight: bold;
}
.nmallKeyword:focus {
  box-shadow: unset;
}


.nmallKeyword2::placeholder {
  font-size: 27px;
  font-weight: bold;
}
.nmallKeyword2:focus {
  box-shadow: unset;
}

.jobfilter_dropdown {
  cursor: pointer;
}


.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}


/* .sdrow {
  width: 92%;
  margin-left: 4%;
} */
.h-1 {
  height: 1%!important;
}
.h-5 {
  height: 5%!important;
}
.h-15 {
  height: 15%!important;
}
.h-20 {
  height: 20%!important;
}
.h-30 {
  height: 30%!important;
}
.h-35 {
  height: 35%!important;
}
.h-40 {
  height: 40%!important;
}
.h-45 {
  height: 45%!important;
}
.h-60 {
  height: 60%!important;
}
.h-65 {
  height: 65%!important;
}
.h-70 {
  height: 70%!important;
}
.h-80 {
  height: 80%!important;
}
.h-90 {
  height: 90%!important;
}
.w-1 {
  width: 1%!important;
}
.w-2 {
  width: 2%!important;
}
.w-3 {
  width: 3%!important;
}
.w-4 {
  width: 4%!important;
}
.w-5 {
  width: 5%!important;
}
.w-6 {
  width: 6%!important;
}
.w-7 {
  width: 7%!important;
}
.w-8 {
  width: 8%!important;
}
.w-9 {
  width: 9%!important;
}
.w-10 {
  width: 10%!important;
}
.w-11 {
  width: 11%!important;
}
.w-12 {
  width: 12%!important;
}
.w-13 {
  width: 13%!important;
}
.w-14 {
  width: 14%!important;
}
.w-15 {
  width: 15%!important;
}
.w-16 {
  width: 16%!important;
}
.w-17 {
  width: 17%!important;
}
.w-18 {
  width: 18%!important;
}
.w-19 {
  width: 19%!important;
}
.w-20 {
  width: 20%!important;
}
.w-21 {
  width: 21%!important;
}
.w-22 {
  width: 22%!important;
}
.w-23 {
  width: 23%!important;
}
.w-24 {
  width: 24%!important;
}
.w-25 {
  width: 25%!important;
}
.w-26 {
  width: 26%!important;
}
.w-27 {
  width: 27%!important;
}
.w-28 {
  width: 28%!important;
}
.w-29 {
  width: 29%!important;
}
.w-30 {
  width: 30%!important;
}
.w-31 {
  width: 31%!important;
}
.w-32 {
  width: 32%!important;
}
.w-33 {
  width: 33%!important;
}
.w-34 {
  width: 36%!important;
}
.w-35 {
  width: 35%!important;
}
.w-36 {
  width: 36%!important;
}
.w-37 {
  width: 37%!important;
}
.w-38 {
  width: 38%!important;
}
.w-39 {
  width: 39%!important;
}
.w-40 {
  width: 40%!important;
}
.w-45 {
  width: 45%!important;
}
.w-47 {
  width: 47%!important;
}
.w-48 {
  width: 48%!important;
}
.w-49 {
  width: 49%!important;
}
.w-50 {
  width: 50%!important;
}
.w-51 {
  width: 51%!important;
}
.w-52 {
  width: 52%!important;
}
.w-53 {
  width: 53%!important;
}
.w-54 {
  width: 54%!important;
}
.w-55 {
  width: 55%!important;
}
.w-60 {
  width: 60%!important;
}
.w-61 {
  width: 61%!important;
}
.w-62 {
  width: 62%!important;
}
.w-63 {
  width: 63%!important;
}
.w-64 {
  width: 64%!important;
}
.w-65 {
  width: 65%!important;
}
.w-69 {
  width: 69%!important;
}
.w-70 {
  width: 70%!important;
}
.w-71 {
  width: 71%!important;
}
.w-72 {
  width: 72%!important;
}
.w-73 {
  width: 73%!important;
}
.w-74 {
  width: 74%!important;
}
.w-76 {
  width: 76%!important;
}
.w-77 {
  width: 77%!important;
}
.w-78 {
  width: 78%!important;
}
.w-79 {
  width: 79%!important;
}
.w-80 {
  width: 80%!important;
}
.w-81 {
  width: 81%!important;
}
.w-82 {
  width: 82%!important;
}
.w-83 {
  width: 83%!important;
}
.w-84 {
  width: 84%!important;
}
.w-85 {
  width: 85%!important;
}
.w-86 {
  width: 86%!important;
}
.w-87 {
  width: 87%!important;
}
.w-88 {
  width: 88%!important;
}
.w-89 {
  width: 89%!important;
}
.w-90 {
  width: 90%!important;
}
.w-91 {
  width: 91%!important;
}
.w-92 {
  width: 92%!important;
}
.w-93 {
  width: 93%!important;
}
.w-94 {
  width: 94%!important;
}
.w-95 {
  width: 95%!important;
}
.w-97 {
  width: 97%!important;
}
.w-97-5 {
  width: 97.5%!important;
}
.w-98 {
  width: 98%!important;
}
.w-99 {
  width: 99%!important;
}
.w-10px{
  width: 10px!important;
}
.w-15px{
  width: 15px!important;
}
.w-20px{
  width: 20px!important;
}
.w-30px{
  width: 30px!important;
}
.w-35px{
  width: 35px!important;
}
.w-40px{
  width: 40px!important;
}
.w-50px{
  width: 50px!important;
}
.w-60px{
  width: 60px!important;
}
.w-70px{
  width: 70px!important;
}
.w-80px{
  width: 80px!important;
}
.w-90px{
  width: 90px!important;
}
.w-100px{
  width: 100px!important;
}
.w-110px{
  width: 110px!important;
}
.w-120px{
  width: 120px!important;
}
.w-125px{
  width: 125px!important;
}
.w-130px{
  width: 130px!important;
}
.w-140px{
  width: 140px!important;
}
.w-150px{
  width: 150px!important;
}
.w-160px{
  width: 160px!important;
}
.w-170px{
  width: 170px!important;
}
.w-180px{
  width: 180px!important;
}
.w-190px{
  width: 190px!important;
}
.w-200px{
  width: 200px!important;
}
.h-40px{
  height: 40px!important;
}
.h-50px{
  height: 50px!important;
}
.h-60px{
  height: 60px!important;
}
.h-70px{
  height: 70px!important;
}
.h-80px{
  height: 80px!important;
}
.h-90px{
  height: 90px!important;
}
.h-100px{
  height: 100px!important;
}
.h-110px{
  height: 110px!important;
}
.h-120px{
  height: 120px!important;
}
.h-125px{
  height: 125px!important;
}
.h-130px{
  height: 130px!important;
}
.h-140px{
  height: 140px!important;
}
.h-150px{
  height: 150px!important;
}
.mt-12px {
  margin-top: 12px;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.color-989898 {
  color: #989898!important;
}
.color-3B3B3B {
  color: #3B3B3B!important;
}
.color-D1D1D1{
  color: #D1D1D1!important;
}
.color-061764{
  color: #061764!important;
}
.color-61A9ED {
  color: #61A9ED!important;
}
.color-29B9C9{
  color: #29B9C9!important;
}
.color-FF8C19{
  color: #FF8C19!important;
}
.color-5D5D5D {
  color: #5D5D5D!important;
}
.color-404040 {
  color: #404040!important;
}
.color-AAAAAA {
  color: #AAAAAA!important;
}
.color-FFFFFF {
  color: #FFFFFF!important;
}
.color-4B4B4B {
  color: #4B4B4B!important;
}
.color-00CE28 {
  color: #00CE28!important;
}
.color-000000 {
  color: #000000!important;
}
.color-D6FF4F{
  color: #D6FF4F!important;
}
.color-4B87C0{
  color: #4B87C0!important;
}
.color-E0E0E0{
  color: #E0E0E0!important;
}
.color-FF5D2C{
  color: #FF5D2C!important;
}
.color-FF7900{
  color: #FF7900!important;
}
.color-707070 {
  color: #707070!important;
}
.color-FF3DBE{
  color: #FF3DBE!important;
}
.color-EDEDED{
  color: #EDEDED!important;
}
.color-A2A2A2{
  color: #A2A2A2!important;
}
.color-858585{
  color: #858585!important;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.font-size-8 {
  font-size: 8px!important;
}
.font-size-9 {
  font-size: 9px!important;
}
.font-size-10 {
  font-size: 10px!important;
}
.font-size-11 {
  font-size: 11px!important;
}
.font-size-12 {
  font-size: 12px!important;
}
.font-size-13 {
  font-size: 13px!important;
}
.font-size-14 {
  font-size: 14px!important;
}
.font-size-15 {
  font-size: 15px!important;
}
.font-size-16 {
  font-size: 16px!important;
}
.font-size-17 {
  font-size: 17px!important;
}
.font-size-18 {
  font-size: 18px!important;
}
.font-size-19 {
  font-size: 19px!important;
}
.font-size-20 {
  font-size: 20px!important;
}
.font-size-21 {
  font-size: 21px!important;
}
.font-size-22 {
  font-size: 22px!important;
}
.font-size-23 {
  font-size: 23px!important;
}
.font-size-24 {
  font-size: 24px!important;
}
.font-size-25 {
  font-size: 25px!important;
}
.font-size-26 {
  font-size: 26px!important;
}
.font-size-27 {
  font-size: 27px!important;
}
.font-size-28 {
  font-size: 28px!important;
}
.font-size-29 {
  font-size: 29px!important;
}
.font-size-30 {
  font-size: 30px!important;
}
.font-size-31 {
  font-size: 31px!important;
}
.font-size-32 {
  font-size: 32px!important;
}
.font-size-33 {
  font-size: 33px!important;
}
.font-size-34 {
  font-size: 34px!important;
}
.font-size-35 {
  font-size: 35px!important;
}
.font-size-36 {
  font-size: 36px!important;
}
.font-size-37 {
  font-size: 37px!important;
}
.font-size-38 {
  font-size: 38px!important;
}
.font-size-39 {
  font-size: 39px!important;
}
.font-size-40 {
  font-size: 40px!important;
}
.font-size-45 {
  font-size: 45px!important;
}
.font-size-50 {
  font-size: 50px!important;
}
.font-size-55 {
  font-size: 55px!important;
}
.font-size-60 {
  font-size: 60px!important;
}
.font-size-65 {
  font-size: 65px!important;
}
.font-size-70 {
  font-size: 70px!important;
}
.font-size-75 {
  font-size: 75px!important;
}
.font-size-80 {
  font-size: 80px!important;
}
.opacity-1 {
  opacity: 0.2!important;
}
.opacity-2 {
  opacity: 0.4!important;
}
.opacity-3 {
  opacity: 0.6!important;
}
.opacity-4 {
  opacity: 0.8!important;
}
.opacity-5 {
  opacity: 1!important;
}
.line-height-1_5{
  line-height: 1.5;
}
.line-height-2{
  line-height: 2;
}
.line-height-2_5{
  line-height: 2.5;
}
.line-height-3{
  line-height: 3;
}
.line-height-3_5{
  line-height: 3.5;
}
.border-1 {
  border-width: 1px!important;
}
.border-2 {
  border-width: 2px!important;
}
.border-3 {
  border-width: 3px!important;
}
.border-4 {
  border-width: 4px!important;
}
.border-5 {
  border-width: 5px!important;
}
.border-000000 {
  border: 1px solid #000000;
}
.border-A2A2A2 {
  border: 1px solid #A2A2A2;
}
.border-00CE28 {
  border: 1px solid #00CE28!important;
}
.border-29B9C9 {
  border: 1px solid #29B9C9;
}
.bg-F7F7F7 {
  background-color: #F7F7F7;
}
.bg-061764 {
  background-color: #29B9C9!important;
}
.bg-61A9ED {
  background-color: #61A9ED!important;
}
.bg-29B9C9{
  background-color: #29B9C9!important;
}
.bg-FF8C19{
  background-color: #FF8C19!important;
}

.bg-D7D7D7 {
  background-color: #d7d7d7!important;
}
.bg-F5F5F5 {
  background-color: #f5f5f5!important;
}
.bg-FFFFFF {
  background-color: #FFFFFF!important;
}
.bg-F8F8F8 {
  background-color: #f8f8f8!important;
}
.bg-EDEDED {
  background-color: #EDEDED!important;
}
.bg-ECECEC {
  background-color: #ECECEC!important;
}
.bg-AAAAAA {
  background-color: #AAAAAA!important;
}
.bg-E7E7E7 {
  background-color: #E7E7E7!important;
}
.bg-000000 {
  background-color: #000000!important;
}
.align-sub {
  vertical-align: sub!important;
}
.btn-dark {
  color : #FFF!important;
  background-color: #000!important;
}
.btn-dark:hover {
  color : #FFF!important;
  background-color: #000!important;
}
.btn-outline-dark:hover {
  color : #FFF!important;
}
.btn-dark:focus {
  border: none!important;
  outline:none!important;
}
.btn-outline-dark:focus {
  border: none!important;
  outline:none!important;
}
.btn-61A9ED{
  background-color: #61A9ED;
  color: #FFF!important;
}
.btn-29B9C9{
  background-color: #29B9C9;
  color: #FFF!important;
}
.btn-FF8C19{
  background-color: #FF8C19;
  color: #FFF!important;
}
div.freedesignStyle div.active {
  background-color: #29B9C9;
  color: #FFF;
}
div.freedesignDosu div.active {
  background-color: #29B9C9;
  color: #FFF;
}
div.freedesignOby div.active {
  background-color: #29B9C9;
  color: #FFF!important;
}
.z-index-10 {
  z-index: 10;
}
.z-index-20 {
  z-index: 20;
}
.z-index-30 {
  z-index: 30;
}
.z-index-40 {
  z-index: 40;
}
.z-index-50 {
  z-index: 50;
}
.z-index-60 {
  z-index: 60;
}
.z-index-70 {
  z-index: 70;
}
.z-index-80 {
  z-index: 80;
}
.z-index-90 {
  z-index: 90;
}
.z-index-100 {
  z-index: 100;
}
.z-index-200 {
  z-index: 200;
}
.z-index-300 {
  z-index: 300;
}
::placeholder {
  font-size: 17px;
  color: #AAAAAA!important;
  font-weight: 100!important;
}
.bg-info {
  background-color: #000!important;
}
.cursor-pointer {
  cursor: pointer!important;
}
.cursor-default {
  cursor: default!important;
}
html { 
  overflow-y:scroll;
  overflow-x: hidden;
}
a {
  color: #aaa;
  text-decoration: none;
}

.join_icon_check {
  margin-top: 1.1em;
  margin-right: 0.7em;
  width: 22px;
  height: 13.8px;
}
.findid_icon_check {
  margin-top: 1.1em;
  margin-right: 0.7em;
  width: 22px;
  height: 13.8px;
}
.findpw_icon_check {
  margin-top: 1.1em;
  margin-right: 0.7em;
  width: 22px;
  height: 13.8px;
}
.findidold_icon_check {
  margin-top: 1.1em;
  margin-right: 0.7em;
  width: 22px;
  height: 13.8px;
}
.findpwold_icon_check {
  margin-top: 1.1em;
  margin-right: 0.7em;
  width: 22px;
  height: 13.8px;
}
.convertstep1_icon_check {
  margin-top: 1.1em;
  margin-right: 0.7em;
  width: 22px;
  height: 13.8px;
}


.custom-control-input-checkbox {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input-radiobox {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}


#sdnlogo img {
  width: 262px;
}
#sdnlogo2 img {
  width: 262px;
}

#nav_grid button {
  margin-left: 10px;
  padding: 5px 10px;
}

.brand-page .categorybtn button {
  border-radius: 16px;
  border: 0px;
  color: #5D5D5D;
  padding: 7px 24px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

#sdAlert{ position:fixed ; width:100%; height:100%; background: rgba(0,0,0,0.15); top:0; left:0; display:none; z-index: 9999; align-items: center; }
#sdAlert_modal_content {
  width: 480px;
  height: auto;
  background: #fff;
  border-radius: -5px;
  position: relative;
  margin: 3em auto;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  /* box-shadow: 0px 0px 5px 1px #d8d8d8; */
}
#sdAlert2{ position:fixed ; width:100%; height:100%; background: rgba(0,0,0,0.15); top:0; left:0; display:none; z-index: 9999; align-items: center; }
#sdAlert2_modal_content {
  width: 360px;
  height: auto;
  background: #fff;
  border-radius: -5px;
  position: relative;
  margin: 3em auto;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  /* box-shadow: 0px 0px 5px 1px #d8d8d8; */
}

#gymRegist{ position:fixed ; width:100%; height:100%; background: rgba(0,0,0,0.15); top:0; left:0; display:none; z-index: 9999; align-items: center; }
#gymRegist_modal_content {
  width: 480px;
  height: auto;
  background: #fff;
  border-radius: -5px;
  position: relative;
  margin: 3em auto;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #d8d8d8;
}

/*
#profileDetail{ position:fixed ; width:100%; height:100%; background: rgba(0,0,0,0.15); top:0; left:0; display:none; z-index: 9999; align-items: center; }
#profileDetail_modal_content {
    width: 1270px;
    height: 860px;
    background: #fff;
    border-radius: -5px;
    position: relative;
    margin: 2em auto;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #d8d8d8;
}

#profileDetail_modal_content::-webkit-scrollbar-track {
  background: transparent;
}
#profileDetail_modal_content::-webkit-scrollbar-thumb {
  background-color: rgba(27, 27, 27, .4);
  border-radius: 3px;
}
#profileDetail_modal_content::-webkit-scrollbar {
  width: .8rem;
}
#profileDetail iframe {
    border: none;
}
#profileDetail_close_content:focus {
  outline:  none;
  box-shadow : none;
}
*/

/* thebeau 추가 */
.text-primary {
  color: #29B9C9!important;
}

.text-secondary {
  color: #A2A2A2!important;
}

.text-gray {
  color: #575757!important;
}

.border-primary {
  border-color: #888a8f!important;
}

.btn-primary {
  color: #fff;
  background-color: #29B9C9;
  border-color: #29B9C9;
  border-radius: 30px;
}

.btn-secondary {
  color: #A2A2A2;
  background-color: #fff;
  border-color: #A2A2A2;
  border-radius: 30px;
}

.btn-secondary:hover,.btn-secondary:focus {
  color: #A2A2A2!important;
  background-color: #fff!important;
  border-color: #333!important;
  border-radius: 30px;
}

#mainMyInfo {
  width: 1270px;
  height: 282px;
  background-image: url('/sdmall/_assets/img/b2b_images/image_file.png');
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 1.5em 0 1.5em 1.3em;
}
ul.prdList {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

ul.prdList li {
  box-sizing: border-box;
  cursor: pointer;
  min-height: 500px;
  min-width: 230px;
  padding: 0px;
  /* margin: 0 35px 0 0; */
  width: 272px;
}

ul.prdList li:nth-child(4n+0) {
  margin-right: 0px;
}

ul.prdList li .prdImgArea {
  min-height: 310px;
  margin-bottom: 15px;
  border: 1px solid #f1f1f1;
  position: relative;
}

ul.prdList li .prdImgArea img {
  /* width: 100%; */
}

.wish_Heart {
  width: 10%;
  right: 5%;
  bottom: 3%;
}

.iconArea {
  position: absolute;
  top: 0px;
  left: 0px;
}

.profileEditArea .items,.profileEditArea .items .itemTitle,.profileEditArea .items .itemContent {
  min-height: 80px;
  text-align: left;
}

.profileEditArea .items {
  border-top: 1px solid #29B9C9;
}

.profileEditArea .items:last-child {
  border-bottom: 1px solid #29B9C9;
}

.profileEditArea .items .itemContent .timebox {
  border: 1px solid #29B9C9;
  border-radius: 0.25rem;
  padding: 1rem;
}

.weekselector li {
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  padding: 0.4em 0.7em;
  margin-right: 1em;
  color: #5D5D5D;
  cursor: pointer;
  box-sizing: border-box;
}

.weekselector li.active {
  border: none;
  color: #fff;
  padding: 0.3em 0.7em;
  background-color: #29B9C9;
}
.borderstatus1:before {
  content: "";
  position: absolute;
  margin-top: 40px;
  height: 80px;
  border-left: 1px solid #6B75A3;
}
.borderstatus2:before {
  content: "";
  position: absolute;
  margin-top: 40px;
  height: 80px;
  border-left: 1px solid #6B75A3;
}
.sportsSelector {
  height: calc(12vh - 10px);
  border-radius: 5px;
  cursor: pointer;
  background-color: #f1f1f1;
  box-sizing: border-box;
}

.sportsSelector.active {
  border: 2px solid #29B9C9;
  background-color: #fff;
  color: #29B9C9;
}

.facilitySelector {
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
}

.facilitySelector.active {
  border: 2px solid #29B9C9;
}
#category-area li a {
  color: #000;
}
.selectBtn {
  display: flex;
  align-items: center;
  height: calc(3em + 1rem + 2px);
  font-size: 1rem;
  line-height: 1.7;
  color: #A2A2A2;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #A2A2A2;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-image: url(/sdmall/_assets/img/b2b_images/icon_checkb.svg);
  background-repeat: no-repeat;
  background-position: 14px 14px;
  cursor: pointer;
}

.selectBtn.active {
  border-color: #61A9ED;
  color: #61A9ED;
  border: 2px solid #61A9ED!important;
  background-image: url(/sdmall/_assets/img/b2b_images/icon_check_blue.svg);
}

.jobSelector.active1 {
  border-color: #61A9ED;
  color: #61A9ED;
  border: 2px solid #61A9ED!important;
  background-image: url(/sdmall/_assets/img/b2b_images/icon_job1.svg);
}

.jobSelector.active2 {
  border-color: #61A9ED;
  color: #61A9ED;
  border: 2px solid #61A9ED!important;
  background-image: url(/sdmall/_assets/img/b2b_images/icon_job2.svg);
}

.tmpimage {
  position: relative;
  margin-right: 14px;
  margin-bottom: 14px;
  border: 1px solid #61A9ED;
  width: 137px;height: 137px;
}

.tmpimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tmpimage .close {
  height: unset;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 27px;
  
}

.citySelector {
  background-color: #f1f1f1;
  border-right: 1px solid #d8d8d8;
  cursor: pointer;
}
.citySelector.active {
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-right: 0px;
}

.citySelector:first-child {
  border-top: 0!important;
}
.citySelector:last-child {
  border-bottom: 0!important;
}

.gugunSelector {
  border-bottom: 1px solid #d8d8d8;
}

.gugunSelector.active {
  background-image: url(/sdmall/_assets/img/b2b_images/icon_check-1.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.areaDetailArea {
  height: 958px;
  cursor: pointer;
  overflow-y: auto;
}

.areaDetailWrap {
  display: none;
}

.profileMainImg,.profileTaxImg,.profileAuthImg {
  height: 300px;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: center!important;
  border: 1px solid #61A9ED;
  border-radius: 0.25rem;
  cursor: pointer;
}

.form-control-custom {
    display: block;
    width: 100%;
    height: calc(2em + 1rem + 2px);
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #61A9ED;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type=checkbox],input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.myMenuArea .arrow {
  background-image: url(/sdmall/_assets/img/b2b_images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 96% 25px;
}

.myMenuArea .arrow.active {
  background-color: #F5FAFF;
}

.bookmarkCheck {
  background-image: url(/sdmall/_assets/img/b2b_images/star_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.bookmarkCheck.active {
  background-image: url(/sdmall/_assets/img/b2b_images/star.svg);
}

.wishHeart {
  background-image: url(/sdmall/_assets/img/b2b_images/icon_like_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.wishHeart.active {
  background-image: url(/sdmall/_assets/img/b2b_images/icon_like_line_r.png);
}


.acceptApplicationBtn {
  background-image: url(/sdmall/_assets/img/b2b_images/icon_accept.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 123px;
  height: 42px;
  cursor: pointer;
}

.acceptApplicationBtn.active {
  background-image: url(/sdmall/_assets/img/b2b_images/icon_accept_b.svg);
}

#acceptApplicationIframeBtn {
  background-image: url(/sdmall/_assets/img/b2b_images/detail_accept.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 116px;
  height: 50px;
  cursor: pointer;
}

#acceptApplicationIframeBtn.active {
  background-image: url(/sdmall/_assets/img/b2b_images/detail_accept_b.svg);
}

.readFilterApplicationBtn.active,.acceptFilterApplicationBtn.active {
  color: #fff!important;
  background-color: #61A9ED!important;
  border-color: #61A9ED!important;
}

.readFilterApplicationBtn:focus,.acceptFilterApplicationBtn:focus {
  box-shadow: none!important;
  background-color: #fff;
  color: #333;
}

.acceptApplicationBtn:focus {
  box-shadow: none!important;
}
.readFilterApplicationBtn.active:focus,.acceptFilterApplicationBtn.active:focus {
  box-shadow: none!important;
}

.newsBannerImg {
  width: 290px;
  height: 185px;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: center!important;
  border-radius: 0.25rem;
  cursor: pointer;
}

div.freedesignStyle div.active {
  background-color: #29B9C9;
  color: #FFF;
}
div.freedesignStyle div {
  background-color: #EDEDED;
  color: #5D5D5D;
}
div.freedesignDosu div.active {
  background-color: #fff;
  color: #5D5D5D;
  border: 2px solid #29B9C9!important;
}

.visual .swiper-slide.swiper-slide-active .txt-box {
  opacity: 1;
  animation: fadeIn2 2.5s;
  left: 52px;
}
.visual .swiper-slide .txt-box .tit {
  font-size: 41px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
  letter-spacing: -1px;
  color: #fff;
  text-shadow: 1px 1px 1px black;
  font-family:'NanumBarunGothic';
}
.visual .swiper-slide .txt-box .des {
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 22px;
  transition: 4s!important;
  color: #fff;
  text-shadow: 1px 1px 1px black;
}
.visual .swiper-slide .txt-box {
  position: absolute;
  left: 140px;
  bottom: 100px;
  transition: 2s;
  opacity: 0;
}
#main .main-slide .swiper-slide {
  width: auto;
}
#main .visual {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 60;
  width: 100% !important;
  min-width: 1440px;
  margin: -1px auto 70px;
}
.swiper-slide {
  width: auto!important;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.swiper-slide.black .txt-box .tit {
  color: #333!important;
}

.swiper-slide.black .txt-box .des {
  color: #333!important;
}
.swiper-slide.gray .txt-box .tit {
  color: #d0d0d0!important;
}

.swiper-slide.gray .txt-box .des {
  color: #d0d0d0!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none!important;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: #5d5d5d!important;
  font-size: 35px!important;
}
.swiper-button-prev:after, .swiper-button-next:after{
  color: #5d5d5d!important;
  font-size: 35px!important;
}
.container {
  padding: 0;
}
.menu-depth1 {
  background-color: #fff;
}

.menu-depth1.active {
  background-color: #F5F5F5;
}

.menu-depth3.active {
  background-color: #AAAAAA;
}


.modal-open .modal {
    overflow-y: auto;
}

.wish_act {
  width: 10%;
  right: 5%;
  bottom: 3%;
}
.sizedrop-menu {
  transform: translate3d(0px, 0px, 0px)!important;
  max-width: 100%;
  width: 90%;
  min-width: 70%;
  top: -19px!important;
  right: 0!important;
  position: absolute!important;
  float: right!important;
  font-size: 14px;
  padding: 0.5rem;
  text-align: center;
  margin: 0 0 0 auto;
}
.sizedrop-toggle {
  margin-top: -100px!important;
}
.brandBox {
  margin-right: calc(2% - 10px);
  cursor: pointer;
}
.brandBox .imgWrap {
  border-radius: 17px;
  border: 1px solid #AAAAAA;
  width: 90px;
  padding: 27px 0;
  text-align: center;
}
.brandBox .imgWrap.active {
  border: 2px solid #333;
}
.brandBox p {
  text-align: center;
  margin: 5px 0;
}
.brandBox2 {
  margin-right: 18px;
  cursor: pointer;
}
.brandBox2 .imgWrap {
  border-radius: 17px;
  border: 1px solid #AAAAAA;
  width: 90px;
  padding: 27px 0;
  text-align: center;
}
.brandBox2 .imgWrap.active {
  border: 2px solid #333;
}
.brandBox2 p {
  text-align: center;
  margin: 5px 0;
}

#extractSdLogosBtn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: -28px;
  z-index: 10003;
}

#logoBack {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  /* background-color: rgba(0,0,0,0.15); */
  z-index: 10001;
  display: none;
}

#logosBox {
  position: absolute;
  box-shadow: 0px 5px 20px #00000029;
  border-radius: 10px;
  width: 288px;
  background: #fff;
  left: 0px;
  top: 45px;
  z-index: 10002;
  display: none;
}

#extractSdLogosBtn.jobsports {
  top: 25px;
  left: 280px;
  right: initial;
}

#logosBox.jobsports {
  top: 68px;
  width: 300px;
}

#extractSdLogosBtn.nmall {
  top: 17px;
  left: 159px;
  right: initial;
}

#logosBox.nmall {
  top: 53px;
  width: 228px;
}

#logosBox li {
  padding: 20px 25px 0 25px;
  color: #4B4B4B;
}
#logosBox li:last-child {
  padding-bottom: 20px;
}
#logosBox li img {
  width: 55px;
  padding-right: 16px;
}

#logosBox li .badge {
  display: block;
  position: absolute;
  background: #00CE28 0% 0% no-repeat padding-box;
  padding: 3px;
  top: -10px;
  left: 4px;
}

#logosFooterBox {
  display: flex;
}

#logosFooterBox li {
  padding: 8px 16px 8px 0px;
  text-align: center;
  color: #4B4B4B;
}

#logosFooterBox li img {
  width: 55px;
}

#barcodeTbl th {
  font-weight: normal;
  background-color: #f1f1f1;
}
#barcodeTbl th,#barcodeTbl td {
  padding: 5px;
  font-size: 14px;
}

/*라디오버튼 색상변경 이미지로*/
input[type='radio'] {
  -webkit-appearance:none;
  width:22px;
  height:22px;
  background-image: url('/b2b/_assets/img/icon_radio_unchecked.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

input[type='radio']:checked {
  background-image: url('/b2b/_assets/img/icon_radio_checked.svg');
}

.highlight{
  display: inline;
  box-shadow: inset 0 -15px 0 #C4E4FF; 
  font-weight: bold;
  /*-10px은 highlight의 두께*/
}

.highlight:after{
  content:"";
  width: 0;
  height: 15px;
  display: inline-block;
  background: #C4E4FF;
}

#header-menu li {
  padding: 10px 0;
}

#my-point-area {
  font-weight: normal;
  text-align: left;
  color: #FED700;
  margin-bottom: 0px;
}

#my-point-area small {
  color: #fff;
  display: block;
  padding-bottom: 3px;
  font-size: 15px;
}

.realpic {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #FF3DBE;
  color: #fff;
  padding: 6px 10px;
  z-index: 100;
  opacity: .8;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1270px;
  }
  .modal-lg, .modal-xl {
    max-width: 600px;
  }

}

@media (max-width: 1359px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      width: 110%;
  }
  /* .sdrow {
      width: 100%;
      margin-left: 4%;
  } */
  .searchdiv {
      width: 20%;
  }
  .searchdiv2 {
      width: 15%;
  }
  .hdbrand {
      padding: 0 13px;
  }

}


/* 반응형 관련 */
@media all and (min-width:1024px) {
  .containerWrap {
      width: 1522px;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
  }
}
@media all and (max-width:768px) {
  ul.prdList li .prdImgArea {
      min-height: 300px;
      margin-bottom: 20px;
      border: 1px solid #f1f1f1;
  }
  ul.prdList li .prdImgArea{
      min-height: 0;
      margin-bottom: 20px;
      border: 1px solid #f1f1f1;
  }
  ul.prdList li .prdImgArea:first-child{
      min-height: 0;
      margin-bottom: 20px;
      margin-top: 10px;
      border: 1px solid #f1f1f1;
  }
  ul.prdList li{
      float: left;
      padding: 1em;
      box-sizing: border-box;
      cursor: pointer;
      min-height: 470px;
  }
  body{
      overflow: hidden;
      font-family: 'YDIYGO310';
      font-weight: 100;
      color: #aaa;
  }
  #detail-page{
      padding-top: 0rem!important;
  }
  #sectionAreaId ul.list-group li {
      position: relative;
      min-height: 170px;
  }
  #hotissue { 
      margin-bottom : -1em;
  }
  #mdproduct { 
      margin-bottom : -1em;
  }
  #footer ul li img {
      width: 100%;
  }
  
}