.inner.BandinewSeminarList {
  Padding : 0!important;
  justify-content: space-between;
}

.subscr-form form {
	position: relative;
}
.subscr-form form div:nth-child(1) > div.hs-richtext.hs-main-font-element > h1 {
  font-family: "Noto Sans KR", ‘Apple SD Gothic Neo’, ‘Apple SD 산돌고딕 Neo’, ‘Microsoft NeoGothic’, ‘Droid sans’, ‘sans-serif’;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: -0.18px;
	color: #2c2f3f;
	margin-bottom: 18px;
}
.subscr-form form div.legal-consent-container div.hs-richtext p {
	margin-top: 70px;
}
.subscr-form form div.legal-consent-container div.hs-richtext p a {
  font-family: "NanumSquare", ‘Apple SD Gothic Neo’, ‘Apple SD 산돌고딕 Neo’, ‘Microsoft NeoGothic’, ‘Droid sans’, ‘sans-serif’;
	color: #305ae2;
}
.subscr-form form ul li label.hs-error-msg {
	color: red;
  
}

/* 1115 수정 */
.hs_intersting_field_str_cfd .input {
width: 100%;
    
}
.hs_intersting_field_str_cfd .input select {
  width: 100%;
  box-sizing: border-box;
  background-color: #f0f0f0;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.18px;
  color: #2c2f3f;
  border: 0;
  padding: 12px 19px 14px;
}

.hs_sefefw.hs-sefefw.hs-fieldtype-booleancheckbox.field {
  position : static;
  top : 20px;
}

.hs_email_sms______.hs-email_sms______.hs-fieldtype-booleancheckbox {
  position : static;
  top : 20px;
}

/* .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  margin-bottom : 15%;
} */

.subscr-form form ul li label{
	align-items : center;
}

.subscr-form form ul li input {
  width : 5%;
}
.subscr-form form ul li label span {
  display:flex;
	align-items: center;
	margin-top: 0;
}

.subscr-form input.hs-button {
	top: 200px;
	position: static !important;
}

.seminnerAside .aside .aside-subscr,
.seminnerAside .aside .aside-expert{
  background: #fff;
}

/*************************  반응형 *************************/

/* @media screen and (max-width: 1124px) {
	.subscr-form input.hs-button {
		bottom: 26%;
	}
}
@media screen and (max-width: 1023px) {
	.subscr-form input.hs-button {
		bottom: 15%;
	}
  div.hs_submit.hs-submit > div.actions > input {
  margin-bottom : 1%;
}
}
@media screen and (max-width: 768px) {
	iframe {
		height: 100px;
	}
}
@media screen and (max-width: 718px) {
	.subscr-form input.hs-button {
		bottom: 14%;
	}

}
@media screen and (max-width: 623px) {
	.subscr-form input.hs-button {
		bottom: 19%;
	}

}
@media screen and (max-width: 463px) {
	.subscr-form input.hs-button {
		bottom: 23%;
	}

@media screen and (max-width: 373px) {
	.subscr-form input.hs-button {
		bottom: 26%;
	}

}
@media screen and (max-width: 332px) {
	.subscr-form input.hs-button {
		bottom: 30%;
	}
} */

  











/* 신규 적용 */


.BandinewSeminarList {
    padding: 0px 30px;
    display: flex;
    max-width: 1260px;
    justify-content: flex-end;
    margin: 0 auto;
}
.BandinewSeminarList .SeminarListInner {
    display: block;
    margin-top: 0;
    width: 70%;
    margin: 150px 0 0 0;
}
.BandinewSeminarList .SeminarListInner ul {
  display: flex;
  flex-wrap: wrap;
}
.BandinewSeminarList .SeminarListInner ul li {
    width: calc((100% - 24px) / 2);
    margin-right: 24px;
    margin-bottom: 30px;
    border: solid 1px #cdcdcd;
    cursor: pointer;
    transition: 0.4s;
    padding-bottom: 0;
}
.BandinewSeminarList .SeminarListInner ul li:nth-child(2n) {
  margin-right: 0;
}
.BandinewSeminarList .SeminarListInner ul li > a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.BandinewSeminarList .SeminarListInner ul li > a:hover {
  box-shadow: 4px 6px 16px 0 rgba(0, 0, 0, 0.2);
}
.BandinewSeminarList .SeminarListInner ul li > a:hover span.newListMore p {
  margin-right: 10px;
  color: #16419e;
}
.BandinewSeminarList .SeminarListInner ul li > a:hover figure {
  transform: scale(1.1);
}
.BandinewSeminarList .SeminarListInner ul li > a:hover span.thumb p {
  background-color: rgba(0, 0, 0, 0.6);
}
.BandinewSeminarList .SeminarListInner ul li > a:hover span.thumb p i {
  opacity: 1;
  visibility: inherit;
  transform: matrix(0.99999, 0.00001, -0.00001, 0.99999, -25.005, -25);
}
.BandinewSeminarList .SeminarListInner ul li > a:hover span.listImg::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 50px;
  height: 2px;
  background: #fff;
}
.BandinewSeminarList .SeminarListInner ul li > a:hover span.listImg::before {
  display: block;
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 2px;
  height: 50px;
  background: #fff;
}
.BandinewSeminarList .SeminarListInner ul li > a span.thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 224px;
}
.BandinewSeminarList .SeminarListInner ul li > a span.thumb figure {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.4s;
}
.BandinewSeminarList .SeminarListInner ul li > a span.thumb p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.BandinewSeminarList .SeminarListInner ul li > a span.thumb p i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  visibility: hidden;
  opacity: 0;
  transform: matrix(0.69999, 0.00001, -0.00001, 0.69999, -25.005, -25);
  transition: 0.9s;
}
.BandinewSeminarList .SeminarListInner ul li > a span.thumb p i::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 50px;
  height: 2px;
  background: #fff;
}
.BandinewSeminarList .SeminarListInner ul li > a span.thumb p i::after {
  display: block;
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 2px;
  height: 50px;
  background: #fff;
}
.BandinewSeminarList .SeminarListInner ul li > a span.newListTit h2 {
  font-family: "NanumSquare", ‘Apple SD Gothic Neo’, ‘Apple SD 산돌고딕 Neo’, ‘Microsoft NeoGothic’, ‘Droid sans’, ‘sans-serif’;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.28px;
  display: -webkit-box
  -webkit-line-clamp: 2
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 90px;
  color: #1e2029;
  padding: 30px 30px 0;
  overflow: hidden;
  
}
.BandinewSeminarList .SeminarListInner ul li > a span.newListTit p {
  font-family: "Noto Sans KR", ‘Apple SD Gothic Neo’, ‘Apple SD 산돌고딕 Neo’, ‘Microsoft NeoGothic’, ‘Droid sans’, ‘sans-serif’;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.93;
    margin-top: 30px;
    letter-spacing: -0.15px;
    color: #1e2029;
    padding: 0 30px;
}
.BandinewSeminarList .SeminarListInner ul li > a span.iconReview {
  display: flex;
  justify-content: end;
  padding: 30px;
  align-items: center;
  gap: 15px;
}
.BandinewSeminarList .SeminarListInner ul li > a span.iconReview span p {
  font-size: 13px;
  font-weight: 750;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.13px;
  color: #1e2029;
  display: flex;
  height: 100%;
  align-items: center;
  line-height: 1.3;
}
.BandinewSeminarList .SeminarListInner ul li > a span.iconReview .reviewShape {
  display: flex;
  align-items: center;
  gap: 5px;
}
.BandinewSeminarList .SeminarListInner ul li > a span.iconReview .reviewShape i{
  display: flex;
}
.BandinewSeminarList .SeminarListInner ul li > a span.iconReview .reviewShape i img {
  max-width: 18px;
  width: 100%;
  display: flex;
}
.BandinewSeminarList .SeminarListInner ul li > a span.iconReview .reviewPath {
  display: flex;
  align-items: center;
  gap: 5px;
}
.BandinewSeminarList .SeminarListInner ul li > a span.iconReview .reviewPath i{
  padding-bottom: 3px;
}
.BandinewSeminarList .SeminarListInner ul li > a span.iconReview .reviewPath i img {
  max-width: 15px;
  width: 100%;
  display: flex;
}
.BandinewSeminarList .SeminarListInner ul li > a span.newListMore {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 0.5px #979797;
  gap: 2px;
  padding: 17px 0;
}
.BandinewSeminarList .SeminarListInner ul li > a span.newListMore p {
  font-family: "NanumSquare", ‘Apple SD Gothic Neo’, ‘Apple SD 산돌고딕 Neo’, ‘Microsoft NeoGothic’, ‘Droid sans’, ‘sans-serif’;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: -0.18px;
  text-align: center;
  color: #1e2029;
  transition: 0.3s;
}
.BandinewSeminarList .SeminarListInner ul li > a span.newListMore i{
  display: flex;
}
.BandinewSeminarList .SeminarListInner ul li > a span.newListMore i img {
  max-width: 24px;
  width: 100%;
  padding-bottom: 1px;
}

@media screen and (max-width: 1200px) {
  .BandinewSeminarList .SeminarListInner ul li {
    width: calc((100% - 24px) / 2);
  }
  .BandinewSeminarList .SeminarListInner ul li:nth-child(3n) {
    margin-right: 24px;
  }
  .BandinewSeminarList .SeminarListInner ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .BandinewSeminarList .SeminarListInner ul li {
    width: 100%;
    margin-right: 0;
  }
  .BandinewSeminarList .SeminarListInner ul li:nth-child(3n) {
    margin-right: 0;
  }
}


.row-fluid-wrapper.row-depth-1.row-number-2 .row-fluid {
  max-width: 1260px;
  margin: 0 auto;
  background-color: #fff;

  padding: 50px 30px 50px;
}

.span9.widget-span.widget-type-custom_widget .hs_cos_wrapper_type_module {
  max-width: 826px;
}



/* 어사이드 모듈 */

ul, ol, li {
  list-style: none;
  padding: 0;
}

.seminnerAside {
  width: 30%;
}
.seminnerAside .aside {
  padding-top: 150px;
}
.seminnerAside .aside .aside-expert {
  border-radius: 12px;
  padding: 5px 34px 29px;
  margin-bottom: 20px;
  max-width: 360px;
  width: 100%;
  border: solid 1px #cdcdcd;
}
.seminnerAside .aside .aside-expert h2 {
  font-family: NanumSquare;
  padding: 25px 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.09px;
  color: #4a4e5e;
  border-bottom: solid 2px #305ae2;
}
.seminnerAside .aside .aside-expert div .slideBox {
  list-style: none;
  padding: 0;
  margin: 0;
}
.seminnerAside .aside .aside-expert div .slideBox li {
  cursor: pointer;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.seminnerAside .aside .aside-expert div .slideBox li div.seminnerTitText{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.seminnerAside .aside .aside-expert div .slideBox li div.seminnerTitText span h5{
  font-size: 18px;
  line-height: 1.5;
  color: #4a4e5e;
  margin: 0;
}
.seminnerAside .aside .aside-expert div .slideBox li div.seminnerTitText span p{
  margin:7px 0 0 0;
  font-size: 14px;
  color: #4a4e5e;
  line-height: 1.3;
}

.seminnerAside .aside .aside-expert div .slideBox li div.seminnerTitText a{
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.seminnerAside .aside .aside-expert div .slideBox li .imgBx {
  padding-right: 27px;
  width: 40%;
}
.seminnerAside .aside .aside-expert div .slideBox li .imgBx img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px;
  border-radius: 6px;
}
.seminnerAside .aside .aside-subscr {
  border-radius: 12px;
  padding: 25px 34px 29px;
  margin-bottom: 20px;
  max-width: 360px;
  width: 100%;
  border: solid 1px #cdcdcd;
}
.seminnerAside .aside .aside-subscr h2 {
  font-family: NanumSquare;
  padding: 25px 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.09px;
  color: #4a4e5e;
  border-bottom: solid 2px #305ae2;
  margin-bottom: 12px;
}

.seminnerAside .aside .aside-subscr .subscr-form{
  padding: 0 0 5px!important;
}

.slick-slider {
  position: relative;
  display: block;
  margin-top: 35px !important;
  margin-bottom: 0!important;
}

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: flex;
  justify-content: center;
  padding: 0;
  z-index: 9999;
}

.slick-dots, .slick-next, .slick-prev .slick-dots {
  bottom: -17px;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: -70px !important;
  width: 26px !important;
  height: 26px !important;
  margin-top: -10px\9 ;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-prev {
  left: unset !important;
  right: 30px !important;
}

.slick-next {
  right: 0px !important;
}

.slick-next:before, .slick-prev:before {
  font-family: unset !important;
  font-size: 20px;
  line-height: 1;
  opacity: 1 !important;
}

.slick-prev:before {
  content: url("https://velog.velcdn.com/images/kyj0206/post/2009d304-b7ed-4275-b7f4-c43d27c8335e/image.png") !important;
}

.slick-next:before {
  content: url("https://velog.velcdn.com/images/kyj0206/post/2d88dd2a-67b2-4712-b252-618220e8568e/image.png") !important;
}

.slick-prev:hover::before, .slick-prev:hover::before {
  content: url("https://velog.velcdn.com/images/kyj0206/post/b0238f7e-5d87-4ec5-b573-946f7d3ffb98/image.png") !important;
}

.slick-next:hover::before, .slick-next:hover::before {
  content: url("https://velog.velcdn.com/images/kyj0206/post/fc95ce48-519f-4e7a-aa41-c3814d62d111/image.png") !important;
}

.slick-next.slick-arrow .slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 9px !important;
  height: 9px !important;
  margin: 0 8px !important;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px !important;
  height: 9px !important;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:before {
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  top: 0;
  left: 0;
  width: 9px !important;
  height: 9px !important;
  content: "" !important;
  text-align: center;
  opacity: 0.25;
  color: #fff !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background-color: #508aff !important;
  border: 1px solid #508aff;
}

.slick-dots li button:hover::before {
  background-color: #508aff !important;
  border: 1px solid #508aff;
}

section.section {
  background: transparent;
}

.slideshow {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}
.slideshow .slide img {
  max-width: 100%;
  width: 100%;
}
.slideshow .slick-prev:before,
.slideshow .slick-next:before {
  color: black;
}

.subscr-form { width: 100%; padding: 28px; border-radius: 10px; border: solid 1px #d6d4d4; background-color: #ffffff; box-sizing: border-box; }
.subscr-form h4 { font-size: 14px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.57; letter-spacing: -0.18px; color: #2c2f3f; margin-bottom: 18px; }
.subscr-form label { display: flex; font-size: 12px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: -0.16px; color: #2c2f3f; margin-bottom: 5px; }
.subscr-form label span { display: block; margin-top: 9px; font-size: 12px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.42; letter-spacing: -0.16px; color: #2c2f3f;}
.subscr-form input { width: 100%; box-sizing: border-box; background-color: #f0f0f0; font-size: 14px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.57; letter-spacing: -0.18px; color: #2c2f3f; border: 0; padding: 12px 19px 14px; }
.subscr-form input::placeholder { color: #b0afb7; }
.subscr-form button { width: 100%; margin-top: 14px; padding: 16px 12px; background-color: #305ae2; font-size: 16px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 0.88; letter-spacing: -0.23px; text-align: center; color: #fafafa; border: 0; outline: 0; cursor: pointer; }
.subscr-form span { display: block; margin-top: 9px; font-size: 12px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.42; letter-spacing: -0.16px; color: #b0afb7; }
.subscr-form span a { 
  color: inherit; text-decoration: underline; 
  font-size: 12px;
  color: #305ae2!important;
  text-decoration: underline;
  font-family: "Noto Sans KR", "‘Apple SD Gothic Neo’", "‘Apple SD 산돌고딕 Neo’", "‘Microsoft NeoGothic’", "‘Droid sans’", ‘sans-serif’;
  font-weight: bold;
  display: block;
  margin: 0 0 20px 14px;
}
.subscr-form input.hs-button { 
	  width: 100%;
    margin-top: 14px;
    padding: 16px 12px;
    background-color: #305ae2;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: .88;
    letter-spacing: -0.23px;
    text-align: center;
    color: #fafafa;
    border: 0;
    outline: 0;
    cursor: pointer; 
    position: absolute;
/*     bottom: 60px; */
    left: 0;
}

.board .category.gogos span.active{
  background-color: transparent!important;
  border: none;
  color: #121619!important;
  border-bottom: solid 3px #508aff;
}

.board .category.categoryChange span{
  color: black;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  font-family: NanumSquareEB;
  font-size: 17px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.09px;
  color: #b0afb7;
  margin: 0 20px 3px 0 !important;
}


/* 기존 모듈 */
.subscr-form {
    border: none!important;
    padding: 10px 0;
}

.subscr-form form {
	position: relative;

}
.subscr-form form div:nth-child(1) > div.hs-richtext.hs-main-font-element > h1 {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: -0.18px;
	color: #2c2f3f;
	margin-bottom: 18px;
}
.subscr-form form div.legal-consent-container div.hs-richtext p {
	margin-top: 70px;
}
.subscr-form form div.legal-consent-container div.hs-richtext p a {
	color: #305ae2;
}
.subscr-form form ul li label.hs-error-msg {
	color: red;
}

.hs_sefefw.hs-sefefw.hs-fieldtype-booleancheckbox.field {
  position : static;
  top : 20px;
}

.hs_email_sms______.hs-email_sms______.hs-fieldtype-booleancheckbox {
  position : static;
  top : 20px;
}

.subscr-form form ul li label{
	align-items : center;
}

.subscr-form form ul li input {
  width : 5%;
  max-width: 14px;
}
.subscr-form form ul li label span {
  display:flex;
	align-items: center;
	margin-top: 0;
}

.subscr-form input.hs-button {
	top: 200px;
	position: static !important;
}

/* 스크롤 따라다니기 */
.board .aside{
  height: 100%;
}
/* 11/15 추가 로직 */
.seminnerAside .aside .aside-subscr.saminar_Form{
  overflow: hidden;
  height: auto;
  position: sticky;
  top: 130px;
}

@media screen and (max-width: 1200px) {
	.BandinewSeminarList {
		flex-direction: column;
	}
  .BandinewSeminarList .SeminarListInner{
    width: 100%!important;
  }
  
  .BandinewSeminarList .SeminarListInner ul li{
    max-width: 100%;
  }
  .seminnerAside {
    width: 100%;
  }
  .seminnerAside .aside .aside-subscr,
  .seminnerAside .aside .aside-expert {
    max-width: 100%;
  }
}

@media screen and (max-width: 1124px) {
	.subscr-form input.hs-button {
		bottom: 26%;
	}
/*   .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin-bottom : 30%;
  } */
  .seminnerAside .aside .aside-subscr.saminar_Form{
    height: auto;
  }
  .subscr-form form ul li label span,
  .subscr-form form ul li label{
    display: unset!important;
  }
}
@media screen and (max-width: 1023px) {
	.subscr-form input.hs-button {
		bottom: 15%;
	}
/*    .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin-bottom : 5%;
  } */
  div.hs_submit.hs-submit > div.actions > input {
  margin-bottom : 1%;
}
  .subscr-form button { padding: 18px 12px; }
}
@media screen and (max-width: 768px) {
	iframe {
		height: 100px;
	}
}
@media screen and (max-width: 718px) {

	.subscr-form input.hs-button {
		bottom: 14%;
	}
/*   .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin-bottom : 5%;
  } */
}
@media screen and (max-width: 623px) {
  .board .category.categoryChange span {
    margin: 0 10px 3px 0 !important;
  }
  
  .board .category.categoryChange span.active{
    
  background-color: #fff;
  border: 0;
  color: black;
  border-bottom: solid 3px #508aff;
  border-radius: 0;
  font-family: NanumSquareEB;
  font-size: 17px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.09px;
  color: #4a4e5e;
  margin: 0 10px 3px 0!important;
}
	.subscr-form input.hs-button {
		bottom: 19%;
	}
  .row-fluid-wrapper.row-depth-1.row-number-2 .row-fluid {
    padding-top: 30px;
  }
/*   .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin-bottom : 10%;
  } */
}
@media screen and (max-width: 463px) {
	.subscr-form input.hs-button {
		bottom: 23%;
	}
/*   .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin-bottom : 17%;
  } */
}



@media screen and (max-width: 373px) {
	.subscr-form input.hs-button {
		bottom: 26%;
	}
/*   .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin-bottom : 25%;
  } */
}
@media screen and (max-width: 332px) {
	.subscr-form input.hs-button {
		bottom: 30%;
	}
}

.board .category.categoryChange {
  background-color: #fff;
  margin-bottom: 36px;
}


.board .aside.sliderWidth {
  width: unset!important;
  padding-top: 67px!important;
}

.row-fluid-wrapper.row-depth-1.row-number-2 {
  background-color: #fff;
}

.board .board-body.SeminarListInner{
  padding-right: 0;
}

.aside-expert li{
  border-bottom: 0!important;
}

.board-more.mainMore {
  margin: 0 auto;
}


.subscr-form label span{
  color: #2c2f3f;
  font-family: Noto Sans KR,돋움,Dotum,Helvetica,AppleGothic,Sans-serif;
  font-size: 14px!important;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.16px;
  gap: 5px;
}

.actions {
  padding: unset!important;
  margin-bottom: unset!important;
}

.subscr-form input.hs-button {
  border-radius: 4px;
}