
.ncs-cont-wrap .content-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-enroll-re {
  display: block;
  width: 100%;
  background: #171c61;
  border: solid 1px #171c61;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
}
widget {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
  box-sizing: initial;
  padding: 15px 5px 5px 5px;
}
widget[type=ticket] {
  width: 255px;
  box-sizing: initial;
}
widget[type=ticket] .top > div,
widget[type=ticket] .bottom_t > div {
  padding: 0 18px;
  box-sizing: initial;
}
widget[type=ticket] .top > div:first-child,
widget[type=ticket] .bottom_t > div:first-child {
  padding-top: 18px;
  box-sizing: initial;
}
widget[type=ticket] .top > div:last-child,
widget[type=ticket] .bottom_t > div:last-child {
  padding-bottom: 18px;
  box-sizing: initial;
}
widget[type=ticket] .top img,
widget[type=ticket] .bottom_t img {
  padding: 18px 0;
  box-sizing: initial;
}
widget[type=ticket] .top,
widget[type=ticket] .bottom_t,
widget[type=ticket] .rip {
  background-color: #fff;
  box-sizing: initial;
}
widget[type=ticket] .top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-sizing: initial;
  /* min-height: 280px;
  max-height: 280px; */
}
widget[type=ticket] .top .deetz {
  padding-bottom: 10px !important;
  box-sizing: initial;
}
widget[type=ticket] .bottom_t {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 18px;
  padding-top: 10px;
  box-sizing: initial;
}
widget[type=ticket] .bottom_t .buy {
  display: block;
  font-size: 12px;
  font-weight: bold;
  background-color: #5D9CEC;
  padding: 0 18px;
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  box-sizing: initial;
}
widget[type=ticket] .rip {
  height: 20px;
  margin: 0 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAAaSURBVBhXY5g7f97/2XPn/AcCBmSMQ+I/AwB2eyNBlrqzUQAAAABJRU5ErkJggg==);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
  box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
  box-sizing: initial;
}
widget[type=ticket] .rip:before, widget[type=ticket] .rip:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 5px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 100%;
  box-sizing: initial;
}
widget[type=ticket] .rip:before {
  left: -10px;
  box-sizing: initial;
}
widget[type=ticket] .rip:after {
  transform: translate(-50%, -50%) rotate(225deg);
  right: -40px;
  box-sizing: initial;
}
widget .-bold {
  font-family: 'NanumSquare';
  font-weight: bold;
  font-size: 18px;
  box-sizing: initial;
}
.subname{
  font-size: 14px;
}
.coursename{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.label.-bold {
  font-size: 17px;
}
#msform {
	margin: 50px auto;
	text-align: center;
	position: relative;
}
.input-wrap{
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 20px;

}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 5px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #171c61;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	margin: 10px 5px;
  text-decoration: none;
  font-size: 14px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #171c61;
}
/*headings*/
.fs-title {
	font-size: 21px;
  font-weight: bold;
  font-family: 'NanumSquare';
	color: #2C3E50;
	margin-bottom: 5px;
}
.fs-subtitle {
	font-weight: normal;
  font-family: 'NanumSquare';
	font-size: 15px;
	color: #666;
	margin-bottom: 20px;
}
.fs-2 {
  font-family: 'NanumSquare';
  font-size: 1.5rem !important;
  display: flex;
  align-items: flex-start;
}

/* 모바일에서는 중앙정렬 */
@media screen and (max-width: 767px) {
  .ncs-cont-wrap .content-area {
    justify-content: center;
  }
  widget[type=ticket] {
    width: 100%;
  }
}