.input-group {
  position: relative;
  padding-bottom: 2px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.input-group__label {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-family: "Avenir LT Std", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", Dotum, 돋움, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #686868;
}

.input-group__input:focus ~ .input-group__active-line,
.input-group__input:active ~ .input-group__active-line {
  display: block;
}
.input-group__input:focus ~ .input-group__label {
  display: block;
  color: #FF7714 !important;
}

.input-group__input:focus,
.input-group__input:hover {
  outline: none;
  border-radius: 4px 4px 0 0;
}
.input-group__input {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  padding: 6px 18px;
  background: #fff;
  border: 1px solid #F5F5F7;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
}
.input-group__active-line {
  position: absolute;
  display: none;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FF7714;
}

.btn--round {
  border-radius: 999px;
}
.btn-link__primary--large:hover {
  text-decoration: none;
}
.btn-link__primary--large {
  position: relative;
  padding: 18px 28px;
  font-family: "Avenir LT Std", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "留묒� 怨좊뵓", "Nanum Gothic", Dotum, �뗭�, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #0377CC;
  line-height: 18px;
  background: #fff;
  box-sizing: border-box;
}
.btn-link__outline--large:hover {
  color: #fff;
}
.btn-link__outline--large {
  position: relative;
  padding: 18px 28px;
  font-family: "Avenir LT Std", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "留묒� 怨좊뵓", "Nanum Gothic", Dotum, �뗭�, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  background: transparent;
  box-sizing: border-box;
}
/* notice panel arrow button */
.btn-link:hover,
.btn-link {
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
}
.btn-link:hover {
  cursor: pointer;
  background: #f0f4ff;
  text-decoration: none;
}
.btn-link {
  display: inline-block;
  padding: 6px 12px;
  font-family: "Avenir LT Std", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "留묒� 怨좊뵓", "Nanum Gothic", Dotum, �뗭�, Helvetica, sans-serif;
  font-size: 15px;
  color: #4167D9;
  background: transparent;
  line-height: 21px;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 4px;
}
.btn-link--arrow::after {
  position: relative;
  display: inline-block;
  content: ' ';
  margin-left: 8px;
  width: 37.54px;
  height: 13.17px;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2238%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M31.879%200l5.657%205.657v1.879l-.022-.001-5.635%205.636-1.415-1.414%204.221-4.222H0v-2l34.697.112-4.233-4.233L31.88%200z%22%20fill%3D%22%234167D9%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
  background-size: 37.54px 13.17px;
  background-repeat: no-repeat;
}
/* button submit */
.btn-submit:hover {
  color: #fff;
  background-color: #FF7714;
  transition: background-color .1s ease-in-out;
  cursor: pointer;
}
.btn-submit {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-family: "Avenir LT Std", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "留묒� 怨좊뵓", "Nanum Gothic", Dotum, �뗭�, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  background-color: #FF7714;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
}
/* global menu button */
.btn-menu::before {
  display: block;
  width: 32px;
  height: 32px;
  content: '';
  line-height: 32px;
  background-size: 32px;
  background: url('https://www.xpressengine.com/plugins/official_homepage/Components/Themes/ThemeV3/assets/img/icon-menu.svg') 50% 50% no-repeat;
  float: left;
}
.btn-menu__label {
  display: block;
  margin-left: 8px;
  margin-top: 6px;
  font-size: 15px;
  float: left;
  box-sizing: border-box;
}
.btn-menu:hover .btn-menu__label {
  color: #FF7714;
}
.btn-menu::after {
  display: block;
  clear: both;
  content: '';
}
.btn-menu {
  position: absolute;
  display: none;
  top: 16px;
  right: 0;
  color: #FF7714;
  background-color: #e4edff;
  box-sizing: border-box;
  font-weight: bold;
  font-family: "Avenir LT Std", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", "留묒� 怨좊뵓", "Nanum Gothic", Dotum, �뗭�, Helvetica, sans-serif;
  z-index: 1;
}
.btn-menu:hover {
  background-color: #d4e2ff;
  transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
}
@media screen and (max-width: 772px) {
  .btn-menu { display: block; }
}


/* 1117 */
.required {
    color:#ff7714;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.as_textarea {width: 100%; max-width: 100%; height: 93px; max-height: 293px; text-align: left; padding: 15px 18px; resize: none !important;}