.program {
  --common-point-color: rgb(7, 59, 156);
  /* border: 1px solid red; */
}

.program iframe {
  border: none;
}
.program table {
  border-collapse: collapse;
}
.program table caption {
  display: none;
  text-align: left;
}
.program ul,
.program ol,
.program li {
  list-style: none;
}
.program form,
.program input,
.program select,
.program textarea,
.program button {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #000;
  letter-spacing: 0px;
  background-color: #fff;
}
.program label {
  cursor: pointer;
}
.program button {
  padding: 0;
  margin: 0;
  border: 0;
  outline-style: none;
  cursor: pointer;
}
.program input[type="button"] {
  cursor: pointer;
}
.program input,
.program select,
.program textarea {
  margin: 0;
  border: none;
  outline-style: none;
  box-sizing: border-box;
}
.program input[type="text"]::-ms-clear,
.program input[type="password"]::-ms-reveal {
  width: 27px;
  height: 27px;
}
.program img {
  border: 0;
}
.program hr {
  padding: 0;
  margin: 0;
}
.program a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.program a:hover {
  cursor: pointer;
  text-decoration: none;
}
.program textarea {
  display: block;
  width: calc(100% - 20px);
  height: 140px;
  padding: 15px 10px;
  margin: 0 auto;
  border: 1px solid #d5d7d9;
  border-radius: 5px;
  letter-spacing: -0.7px;
}
.program input {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d5d7d9;
  border-radius: 5px;
  background: #ffffff;
}
.program input::placeholder {
  color: #777777;
}
.program input::-moz-input-placeholder {
  font-weight: 300;
  color: #777777;
}
.program input:-ms-input-placeholder {
  font-weight: 300;
  color: #777777;
}
.program input::-webkit-input-placeholder {
  font-weight: 300;
  color: #777777;
}
.program input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.program .select_box {
  display: inline-block;
  position: relative;
  width: 73%;
}
.program div.cs-select:focus {
  outline: none;
}
.program .cs-select select {
  display: none;
}
.program .cs-select span {
  display: block;
  position: relative;
  padding: 12px 15px;
  border: 1px solid #d5d7d9;
  border-radius: 5px;
  font-weight: 300;
  color: #333;
  cursor: pointer;
}
.program .cs-select > span::after,
.program .cs-select .cs-selected span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.program .cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.program div.cs-active {
  z-index: 200;
}
.program div.cs-active .cs-placeholder {
  border-bottom: none;
  color: #666;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.program .cs-select .cs-options {
  position: absolute;
  width: 100%;
  background: #fff;
  visibility: hidden;
  overflow: hidden;
}
.program .cs-select.cs-active .cs-options {
  border: 1px solid #d5d7d9;
  border-top: 0;
  visibility: visible;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: border-box;
}
.program .cs-select .cs-options span {
  border: none;
  border-radius: 0;
}
.program .cs-select .cs-options li:last-child span {
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.program .cs-select ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.program .cs-select ul span {
  padding: 1em;
}
.program .cs-select ul li.cs-focus span {
  background-color: #ddd;
}
.program .cs-select li.cs-optgroup ul {
  padding-left: 1em;
}
.program .cs-select li.cs-optgroup > span {
  cursor: default;
}
.program div.cs-skin-elastic {
  background: transparent;
  font-size: 14px;
  color: #333;
}
.program .cs-skin-elastic > span {
  z-index: 3;
  background-color: #fff;
}
.program .cs-skin-elastic > span::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 18px;
  right: 17px;
  left: 90%;
  width: 10px;
  height: 5px;
  background: url(../image/img/btn_sel_arrowbtm.png) no-repeat;
  background-size: cover;
}
.program .cs-skin-elastic .cs-options {
  padding-bottom: 0;
  background: transparent;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  pointer-events: none;
}
.program .cs-skin-elastic.cs-active .cs-options {
  z-index: 4;
  pointer-events: auto;
}
.program .cs-skin-elastic .cs-options > ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.program .cs-skin-elastic.cs-active .cs-options > ul::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand 0.6s ease-out;
  animation: expand 0.6s ease-out;
}
.program .cs-skin-elastic .cs-options ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s;
}
.program .cs-skin-elastic.cs-active .cs-options ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out;
}
.program .cs-skin-elastic .cs-options span {
  padding: 8px 15px;
}
.program .body_stop {
  overflow: hidden;
}
.program .bgWhite {
  background-color: #fff !important;
}
.program .roboto {
  font-family: "Roboto";
}
.program .blt_dasi {
  position: relative;
  padding-left: 13px;
}
.program .blt_dasi:before {
  content: "-";
  position: absolute;
  top: -2px;
  left: 4px;
}

/* Sub */
.program {
  position: relative;
}
.program h3 {
  padding-bottom: 23px;
  border-bottom: 2px solid var(--common-point-color);
  font-size: 28px;
  font-weight: 400;
  line-height: 39px;
  color: var(--common-point-color);
  text-align: center;
  letter-spacing: -1.4px;
}
.program .cont {
  margin-top: 40px;
  font-size: 15px;
  line-height: 28px;
  color: #333;
}
.program .cont img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.program .detail {
  margin: 45px 0 30px;
  color: #333;
  font-size: 16px;
}
.program .detail .tit {
  margin: 0 5px;
}
.program .detail .tit strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #000000;
  letter-spacing: -0.8px;
}
.program .detail .info {
  margin-bottom: 10px;
  text-align: right;
}
.program .detail .info .name {
  margin-right: 9px;
  /* font-size: 13px; */
  /* font-weight: 300; */
  line-height: 20px;
  /* color: #5b5b5b; */
  letter-spacing: -0.65px;
}
.program .detail .info .date {
  /* font-size: 12px; */
  /* font-weight: 300; */
  /* line-height: 12px; */
  /* color: #767676; */
  letter-spacing: 0;
}
.program .detail .view {
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}
.program .detail .view .file {
  position: relative;
  padding: 15px 0 15px 62px;
  border-bottom: 1px solid #eaebed;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #5b5b5b;
  letter-spacing: -0.7px;
}
.program .detail .view .file span {
  position: absolute;
  top: 15px;
  left: 5px;
}
.program .detail .view p {
  margin: 22px 5px 32px;
  /* font-size: 15px; */
  font-weight: 400;
  line-height: 28px;
  /* color: #5b5b5b; */
  letter-spacing: -0.75px;
}
.program .detail .btn_wrap {
  margin: 30px 0 60px;
}
.program .btn_wrap.many {
  margin-bottom: 60px;
}
.program .btn_wrap.many .left_area {
  display: none;
}
.program .btn_wrap.many .right_area {
  float: none;
  text-align: center;
}
.program .btn_wrap.many .right_area .btn02 {
  margin: 0 5px;
}
.program .reply .total {
  margin: 0 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  color: #000;
  display: none;
}
.program .reply .total span {
  margin-right: 2px;
  font-weight: 700;
  color: var(--common-point-color);
}
.program .reply .total img {
  width: 20px;
  margin-left: 3px;
  vertical-align: top;
}
.program .reply .reply_cont {
  border-top: 1px solid #cbcbcb;
}
.program .reply .reply_cont ul li {
  position: relative;
  padding: 25px 0 22px;
  border-bottom: 1px solid #eaebed;
}
.program .reply .reply_cont ul li .info {
  margin: 0 5px 10px;
}
.program .reply .reply_cont ul li .info .name {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #5b5b5b;
  letter-spacing: -0.7px;
}
.program .reply .reply_cont ul li .info .name:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -13px;
  width: 1px;
  height: 10px;
  background-color: #e9e9e9;
}
.program .reply .reply_cont ul li .info .date {
  margin-left: 23px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #767676;
  letter-spacing: 0;
}
.program .reply .reply_cont ul li p {
  margin: 0 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #5b5b5b;
  letter-spacing: -0.7px;
}
.program .reply .reply_cont ul li .btn_delete {
  position: absolute;
  top: 25px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url(../image/img/btn_del_comment.png) no-repeat;
  background-size: cover;
  font-size: 0;
}
.program .write {
  margin-top: 45px;
  border-bottom: 1px solid #cbcbcb;
  background-color: #fcfcfc;
}
.program .write .tit {
  padding: 0 0 15px 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cbcbcb;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  letter-spacing: -0.7px;
  background-color: #fff;
}
.program .write b {
  display: block;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cbcbcb;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  letter-spacing: -0.8px;
}
.program .input_area {
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 0;
}
.program .input_area label {
  display: inline-block;
  width: 26%;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  letter-spacing: -0.65px;
}
.program .input_area input {
  display: inline-block;
  width: 74%;
}
.program .input_area dl dt {
  display: inline-block;
  width: 26%;
  vertical-align: top;
  font-size: 13px;
  font-weight: 300;
  line-height: 40px;
  color: #000000;
  letter-spacing: -0.65px;
}
.program .input_area dl dd {
  display: inline-block;
  width: 74%;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
  letter-spacing: 0;
}
.program .input_area.result dl dt {
  line-height: 40px;
}
.program .input_area.result dl dd .state {
  color: #666666;
}
.program .input_area.result dl dd .state.blue {
  color: var(--common-point-color);
}
.program .input_area.result dl dd .s_txt {
  display: inline-block;
  width: 56px;
  font-weight: 300;
  color: #666666;
  letter-spacing: -0.65px;
}
.program .input_area.date input {
  width: 143px;
}
.program .input_area.date img {
  position: relative;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}
.program .input_area.time div {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 300;
}
.program .input_area.time div input {
  width: 45px;
}
.program .input_area.img {
  margin-bottom: 0;
}
.program .input_area.img.result img {
  margin-top: 10px;
}
.program .input_area .file_search {
  padding: 8px 0 12px 100px !important;
  border: none !important;
}
.program .input_area .file_search a {
  top: 3px !important;
  left: 0 !important;
}
.program .input_area .file_search span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.program .input_area .notify {
  padding-left: 26%;
  margin: 3px 0 0 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #a3a3a3;
  letter-spacing: -0.65px;
}
.program .input_area .notify.blue {
  color: var(--common-point-color);
}
.program .input_area.full label {
  display: none;
}
.program .input_area.full input {
  width: 100%;
}
.program .input_area.full textarea {
  width: 100%;
}
.program .btn_wrap.reply_write {
  margin: 30px 0;
  border-bottom: none;
}
.program .btn_wrap.reply_write a {
  margin: 0 5px;
}
.program .write.wrt {
  margin-top: 40px;
  border-bottom: none;
}
.program .write.wrt hr {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  border: none;
  background-color: #ededed;
}
.program .write.wrt hr.thick {
  margin-bottom: 0;
  background-color: #7d7d7d;
}
.program .write.wrt .input_area .notify {
  margin-left: 0;
}
.program .write .file_search {
  position: relative;
  padding: 23px 0 23px 115px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #7d7d7d;
  font-weight: 300;
}
.program .write .file_search .btn04 {
  position: absolute;
  top: 13px;
  left: 10px;
}
.program .write .file_search.p0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.program .apply {
  margin-top: 25px;
}
.program .apply .notice {
  margin-top: 25px;
}
.program .apply .agree dl {
  margin: 30px 0 40px;
  border-bottom: 1px solid #cbcbcb;
}
.program .apply .agree dl dt {
  position: relative;
  padding: 0 85px 18px 0;
  border-bottom: 1px solid #7d7d7d;
  word-break: keep-all;
}
.program .apply .agree dl dt .btn04 {
  position: absolute;
  top: 12px;
  right: 0;
  padding: 4px 13px;
  font-size: 13px;
  line-height: 17px;
}
.program .apply .agree dl dd ul li {
  padding: 10px 0;
  border-bottom: 1px solid #eaebed;
}
.program .apply .agree dl dd ul li:last-child {
  border-bottom: none;
}
.program .apply .consent dl {
  margin-bottom: 45px;
  border-bottom: 1px solid #cbcbcb;
  color: #333;
}
.program .apply .consent dl dt {
  margin: 8px auto 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.8px;
}
.program .apply .consent dl dd .txt {
  height: 270px;
  padding: 30px 15px 10px;
  border: 1px solid #e0e1e2;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  letter-spacing: -0.65px;
  overflow-y: auto;
  background-color: #fcfcfc;
}
.program .apply .consent dl dd .txt b {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}
.program .apply .consent dl dd .check_box {
  margin: 10px 0;
}
.program .apply .consent dl dd .check_box label span {
  font-size: 14px;
}
.program .apply .check_box label {
  display: block;
  position: relative;
  min-height: 25px;
  padding-left: 30px;
  font-size: 0;
  overflow: hidden;
}
.program .apply .check_box label input {
  position: absolute;
  top: 0;
  left: -19px;
  width: 0;
  height: 0;
  opacity: 0;
}
.program .apply .check_box label span {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #333333;
  letter-spacing: -0.75px;
}
.program .apply .check_box label span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../image/img/btn_check_normal.png") no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
}
.program .apply .check_box label input:checked + span:before {
  background: url("../image/img/btn_check_checked.png") no-repeat;
  background-size: auto 100%;
}
.program .apply li.check_box label span {
  font-size: 14px;
  letter-spacing: -0.7px;
}
.program .apply .check_box.center label {
  padding-left: 0;
  text-align: center;
}
.program .apply .check_box.center label span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.8px;
}
.program .apply .check_box.center label span:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 12px;
  vertical-align: sub;
}
.program .notice li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  color: #7b7b7b;
  word-break: keep-all;
  letter-spacing: -0.65px;
}
.program .notice.s_gap li {
  margin-bottom: 8px;
}
.program .notice li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.program .notice li:last-child {
  margin-bottom: 0;
}
.program .payment .write {
  margin-top: 30px;
}
.program .payment .write .img_change {
  width: 100%;
  margin-bottom: 30px;
}
.program .payment .write .img_change img {
  width: 100%;
}
.program .payment .write .notice {
  margin-bottom: 30px;
}
.program .finish {
  padding-top: 80px;
  text-align: center;
}
.program .finish img {
  height: 8px;
}
.program .finish strong {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--common-point-color);
  letter-spacing: -0.9px;
}
.program .finish p {
  padding: 60px 0 10px;
  border-bottom: 1px solid #7d7d7d;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #7b7b7b;
  text-align: center;
  letter-spacing: -0.65px;
}
.program .register div .notice.first {
  margin-bottom: 30px;
}
.program .register b span {
  display: block;
  position: absolute !important;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #7b7b7b;
  letter-spacing: -0.6px;
}
.program .register b span:before {
  top: 8px !important;
}
.program .register .need {
  position: relative;
}
.program .register .need:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #c42222;
}
.program .register .input_area label {
  width: 27%;
  vertical-align: top;
  line-height: 40px;
}
.program .register .input_area input {
  width: 73%;
  vertical-align: middle;
}
.program .register .input_area.name label {
  line-height: 20px;
}
.program .register .input_area.name label:before {
  top: 7px;
}
.program .register .input_area.number div {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
}
.program .register .input_area.number div input {
  width: 100px;
}
.program .register .input_area.address .box {
  display: inline-block;
  width: 73%;
  overflow: hiddenh;
}
.program .register .input_area.address .box input.first {
  width: 105px;
}
.program .register .input_area.address .box .btn04 {
  float: right;
  margin-top: 2px;
}
.program .register .input_area.address .box .second input {
  width: 100%;
  margin-top: 10px;
}
.program .register .input_area.txt textarea {
  display: inline-block;
  width: 73%;
  height: 105px;
  padding: 13px 10px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 20px;
}
.program .register .input_area .notify {
  padding-left: 27%;
}
.program .register .input_area .radio_box {
  display: inline-block;
  width: 73%;
  margin-top: 11px;
}
.program .register .input_area .radio_box li {
  position: relative;
  float: left;
  width: 50%;
  height: 20px;
  padding-left: 25px;
  box-sizing: border-box;
}
.program .register .input_area .radio_box li input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.program .register .input_area .radio_box li label {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #000;
  -webkit-transition: all 0.25s linear;
  cursor: pointer;
}
.program .register .input_area .radio_box li .check {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../image/img/btn_radio_normal.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.program .register .input_area .radio_box li input:checked + .check {
  background: url(../image/img/btn_radio_checked.png) no-repeat;
  background-size: cover;
}
.program .tbl {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #333;
}
.program .tbl:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7d7d7d;
}
.program .tbl:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7d7d7d;
}
.program .tbl .w60 {
  width: 60px;
}
.program .tbl .w110 {
  width: 110px;
}
.program .tbl .wAuto {
  width: auto;
}
.program .tbl thead tr th {
  display: none;
}
.program .tbl tbody tr {
  display: block;
  padding: 17px 10px 13px;
  border-bottom: 1px solid #eaebed;
}
.program .tbl tbody tr.notice {
  background-color: #fcfcfc;
}
.program .tbl tbody tr.notice td:nth-child(2) {
  font-weight: 400;
}
.program .tbl tbody tr.notice.last {
  border-color: #cbcbcb;
}
.program .tbl tbody tr.reply td:nth-child(n + 2) {
  position: relative;
  padding-left: 25px;
}
.program .tbl tbody tr.reply_re td:nth-child(n + 2) {
  position: relative;
  padding-left: 50px;
}
.program .tbl tbody tr .ico_re {
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
}
.program .tbl tbody tr.reply_re .ico_re {
  left: 25px;
}
.program .tbl tbody tr td .ico_replied {
  display: inline-block;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
}
.program .tbl tbody tr td .ico_replied img {
  width: auto;
  height: 100%;
}
.program .tbl tbody tr td.no-record {
  line-height: 60px;
  text-align: center;
}
.program .tbl tbody tr td:nth-child(1) {
  display: none;
}
.program .tbl tbody tr td:nth-child(2) {
  display: block;
  /* margin-bottom: 7px; */
  /* font-size: 15px; */
  font-weight: 700;
  /* line-height: 22px; */
  color: #000;
  letter-spacing: -0.75px;
}
.program .tbl tbody tr td:nth-child(3) {
  display: block;
  /* font-size: 12px; */
  /* font-weight: 300; */
  /* line-height: 12px; */
  /* color: #767676; */
  /* letter-spacing: 0px; */
}
.program .paging_area {
  margin: 25px auto;
  font-size: 0;
  text-align: center;
}
.program .paging_area a {
  display: inline-block;
  vertical-align: middle;
}
.program .paging_area .ico_paging {
  margin: 0 5px;
}
.program .paging_area .ico_paging.on {
  opacity: 0.3;
}
.program .paging_area .ico_paging img {
  width: 12px;
  height: 14px;
}
.program .paging_area .paging_num {
  width: 22px;
  height: 22px;
  margin: 0 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  color: #000;
  letter-spacing: -0.65px;
}
.program .paging_area .paging_num.on {
  border-radius: 70px;
  color: #fff;
  background-color: var(--common-point-color);
}
.program .btn_wrap.write {
  border-bottom: none;
}

.program .btn_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.program .btn_wrap .left_area {
  float: left;
}
.program .btn_wrap .right_area {
  float: right;
}
.program .btn_wrap .center_area {
  font-size: 0;
  text-align: center;
}
.program .btn01 {
  display: inline-block;
  padding: 8px 27px;
  border: 1px solid #c5c5c5;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.7px;
  background-color: #fafafa;
}
.program .btn02 {
  display: inline-block;
  padding: 7px 30px;
  border: 1px solid #c5c5c5;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.7px;
  background-color: #fafafa;
}
.program .btn03 {
  display: inline-block;
  padding: 7px 30px;
  border: 1px solid #7d7d7d;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.7px;
  background-color: #7d7d7d;
}
.program .btn04 {
  display: inline-block;
  padding: 5px 23px;
  border: 1px solid #a8a8a8;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.7px;
  background-color: #a8a8a8;
}
.program .btn05 {
  display: inline-block;
  padding: 7px 30px;
  border: 1px solid #5b5b5b;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.7px;
  background-color: #5b5b5b;
}
.program .btn_icon {
  display: block;
  width: 127px;
  padding: 11px 20px;
  margin: 25px auto 0;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: -0.8px;
  background-color: #5b5b5b;
  box-sizing: border-box;
}
.program .btn_icon img {
  display: inline-block;
  margin-left: 20px;
  height: 13px;
  vertical-align: baseline;
}
.program .btn_top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}
.program .btn_top a {
  display: block;
  width: 57px;
  height: 57px;
  background: url(../image/img/btn_gototop.png) no-repeat;
  background-size: cover;
  font-size: 0;
}

/* Popup */
.layer_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: #000;
  opacity: 0.5;
}
.layer_popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 300px;
  border-radius: 5px;
  word-break: keep-all;
  transform: translate(-50%, -50%);
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
}
.layer_popup h5 {
  display: block;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  text-align: center;
  letter-spacing: -0.9px;
  background-color: #fff;
}
.layer_popup .cont {
  display: block;
  position: relative;
  padding: 40px 30px 35px;
  background: #f2f4f6;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #555;
  word-wrap: break-word;
}
.layer_popup.only {
  width: 300px;
}
.layer_popup.only .cont {
  padding: 50px;
  color: #000;
  text-align: center;
  background-color: #fff;
}
.layer_popup .cont .input_area {
  position: relative;
  padding-left: 80px;
}
.layer_popup .cont .input_area label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
  color: #000;
  letter-spacing: -0.75px;
}
.layer_popup .cont .input_area input {
  width: 160px;
  height: 50px;
  padding: 14px 10px;
  border: 1px solid #e0e1e2;
  border-radius: 5px;
  color: #000;
  background-color: #ffffff;
  box-sizing: border-box;
}
.layer_popup .cont .input_area .notify {
  margin-left: 6px;
}
.layer_popup .btnBox {
  position: relative;
  z-index: 10;
}
.layer_popup .btnBox a {
  display: block;
  width: 100%;
  height: 50px;
  background: var(--common-point-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.layer_popup .btnBox.double a {
  float: left;
  width: 50%;
}
.layer_popup .btnBox.double a.btn_gray {
  padding: 0;
  color: #5a5a5a;
  background-color: #e4e4e4;
}
.layer_popup .btnBox a:first-child,
.layer_popup .btnBox button:first-child {
  color: #fff;
}
.layer_popup .btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 17px;
  background: url("../image/img/mark_close.png") no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
.layer_popup .notify {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #c42222;
  letter-spacing: -0.65px;
}
#popupAgree {
  width: 300px;
  color: #333;
}
#popupAgree h5 {
  padding-top: 37px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.75px;
}
#popupAgree .cont {
  height: 210px;
  padding: 22px 19px 14px 10px;
  margin: 0 20px 40px;
  border: 1px solid #e0e1e2;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  letter-spacing: -0.65px;
  overflow-y: auto;
  background-color: #fcfcfc;
}
#popupAgree .cont b {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}

/**override.css**/

.program .br-all {
  word-break: break-all;
}

.program .tbl tbody tr td:nth-child(4) {
  display: block;
  /* font-size: 12px; */
  /* font-weight: 300; */
  /* line-height: 12px; */
  /* color: #767676; */
  /* letter-spacing: 0px; */
}

.program .tbl.result tbody tr {
  padding: 10px;
}

.program .tbl.result tbody tr.notice td {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: black;
  letter-spacing: 0px;
}

.program .tbl.result tbody tr.notice td.rank {
  font-weight: 500;
}
.program .tbl.result tbody tr.notice td.name {
  font-weight: 500;
}

.program .tbl.result tbody tr.notice td.time {
  display: block;
}

.program .tbl.result tbody tr.notice td.time .desc {
  display: inline;
}

#p-info {
  width: auto !important;
}

.program .cs-select {
  position: relative;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #d5d7d9;
  border-radius: 5px;
  font-weight: 300;
  color: #333;
  cursor: pointer;
}

.write .time .cs-select {
  width: fit-content;
}

.btn.dupcheck.btn04 {
  width: 110px !important;
  margin-left: 27%;
}

.program .input_area.time div {
  display: inline-block !important;
}

.program .write .time .select_box {
  max-width: fit-content;
}

.program .write .input_area .file_search input[type="file"] {
  display: none;
}

.pwd .layer_popup {
  display: block !important;
  position: relative;
  top: 0;
  margin-bottom: 20px;
  transform: translate(-50%, 20px);
}

.alert.responsive {
  font-weight: 300;
}

.blue-mara.center {
  text-align: center;
}

.alert.responsive {
  padding: 12px 15px;
  font-size: 14px;
}

.mt-4 {
  margin-top: 4rem;
}

.tbl.info tr td:nth-child(1) {
  display: block !important;
}

.program .tbl.info tbody tr {
  display: flex;
}

.program .tbl.info tbody tr td {
  margin: 0 !important;
  font-size: 15px;
  line-height: 15px !important;
}

.program .tbl.info tbody tr td:nth-child(1) {
  flex: 1;
}

.program .tbl.info tbody tr td:nth-child(2) {
  flex: 2;
  color: #000;
}

.program .tbl.info tbody tr td:nth-child(3) {
  flex: 1;
  color: #000;
}
.program .tbl.info tbody tr td:nth-child(4) {
  flex: 2;
  color: #000;
  text-align: center;
}
.program .tbl.info tbody tr td:nth-child(5) {
  flex: 2;
  text-align: center;
}

.gtline {
  text-align: left;
}

.rcline {
  overflow: unset !important;
}

.blue-mara .gdiv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  min-height: 150px;
}

.gal {
  flex: auto;
}

.gal .center img {
  width: 100%;
}

#popupAgree .blue-mara,
#popupAgree2 .blue-mara {
  padding: 0;
}

#popupAgree .blue-mara .blue-box,
#popupAgree2 .blue-mara .blue-box {
  margin-bottom: 0;
}

#popupAgree,
#popupAgree2 {
  width: 600px;
  height: 70%;
  overflow-y: scroll;
}

.blue-mara .vdiv .vcontent #pic-container img {
  width: 100%;
}

#pic-container {
  padding: 10px;
}

.apply .alert .btn04 {
  /* position: absolute;
  top: 78px; */
  /* padding: 4px 13px; */
  font-size: 13px;
  line-height: 15px;
}

.dupcheck {
  cursor: pointer;
}


.program .blue-mara .paging_area {
  line-height: 0;
}

.program .none {
  flex: 1;
  text-align: center;
  font-size: 16px !important;
}

.program dl.refund {
  display: grid;
  grid-template-columns: 120px auto; /* dt는 100px, dd는 나머지 공간 차지 */
  gap: 8px 16px; /* 항목 간격 조정 */
  align-items: start; /* 텍스트 정렬 */
  max-width: 400px; /* 원하는 너비 설정 */
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: normal;
  color: #5b5b5b;
}
.program dl.refund dd {
  text-align: left;
}

@media all and (max-width: 320px) {
  .program h3 {
    font-size: 26px;
  }
  .program .btn_wrap.many .right_area .btn02 {
    margin: 0;
  }
  .program .register .input_area.address .box input.first {
    width: 75px;
  }
  .program .input_area label {
    font-size: 12px;
    letter-spacing: -0.05px;
  }
  .program .input_area dl dt {
    font-size: 12px;
  }
  .program .input_area dl dd {
    font-size: 13px;
  }
  .program .input_area.time div input {
    width: 37px;
  }
}

@media all and (min-width: 1200px) {
  .program input {
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 20px;
  }
  .program textarea {
    width: calc(100% - 40px);
    height: 100px;
    padding: 20px 15px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 20px;
  }
  .program .for_mob {
    display: none !important;
  }

  /*pc 버전*/

  /* Main */
  .program .board {
    position: relative;
    width: 100%;
    padding: 120px 0 86px;
    margin: 0 auto;
  }
  .program .board .inner {
    margin: 0 auto;
  }
  .program .board .inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .program .board article {
    float: left;
    width: 587px;
    margin-right: 26px;
  }
  .program .board article h3 {
    top: -60px;
    left: 0;
    width: 100%;
    font-size: 22px;
    font-weight: 300;
    color: #000;
    letter-spacing: -1.1px;
  }
  .program .board article div {
    width: 100%;
    height: 276px;
    padding: 45px 37px 45px 40px;
    border-radius: 10px;
  }
  .program .board article.notice div {
    padding-top: 45px;
    box-sizing: border-box;
  }
  .program .board article.notice ul li {
    position: relative;
    padding-right: 130px;
    margin-bottom: 15px;
    line-height: 1;
    box-sizing: border-box;
  }
  .program .board article.notice ul li .tit {
    font-size: 18px;
    font-weight: 300;
  }
  .program .board article.notice ul li .date {
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 15px;
    font-weight: 300;
    color: #6e6e6e;
  }
  .program .board article.info {
    width: 280px;
  }
  .program .board article.info div {
    box-sizing: border-box;
  }
  .program .board article.info.fee {
    margin-right: 0;
  }

  /* Sub */
  .program {
    display: inline-block;
    width: 70.8%;
    max-width: 850px;
    vertical-align: top;
  }
  .program h3 {
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    color: #2e3840;
    letter-spacing: -2px;
    border-color: #000000;
  }
  .program .cont {
    margin-top: 60px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  .program .detail {
    position: relative;
    margin: 55px 0 40px;
  }
  .program .detail .tit {
    padding-right: 250px;
    margin-bottom: 15px;
    text-align: left;
  }
  .program .detail .tit strong {
    line-height: 30px;
    text-align: left;
    letter-spacing: -1px;
  }
  .program .detail .info {
    position: absolute;
    top: 5px;
    right: 20px;
  }
  .program .detail .info .name {
    margin-right: 12px;
  }
  .program .detail .view .file {
    padding: 15px 0 15px 93px;
    font-size: 16px;
    text-align: left;
    text-decoration: underline;
  }
  .program .detail .view .file span {
    top: 15px;
    left: 20px;
    font-size: 16px;
  }
  .program .detail .view p {
    margin: 50px 20px 80px;
    /* font-size: 16px; */
    /* font-weight: 400; */
    line-height: 30px;
    text-align: left;
    letter-spacing: 0;
  }
  .program .btn_wrap.many {
    margin-bottom: 80px;
  }
  .program .btn_wrap.many .left_area {
    display: block;
  }
  .program .btn_wrap.many .right_area {
    float: right;
    text-align: right;
  }
  .program .btn_wrap.many .right_area .btn02 {
    margin: 0 5px;
  }
  .program .btn_wrap.many .right_area .btn02:last-child {
    margin-right: 0;
  }
  .program .reply {
    text-align: left;
  }
  .program .reply .total {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -0.9px;
  }
  .program .reply .total img {
    width: 21px;
    margin-left: 10px;
  }
  .program .reply .reply_cont ul li {
    padding: 30px 0;
  }
  .program .reply .reply_cont ul li .info {
    margin-bottom: 10px;
  }
  .program .reply .reply_cont ul li .info .name {
    font-size: 15px;
  }
  .program .reply .reply_cont ul li .info .name:after {
    top: 6px;
    right: -10px;
    width: 1px;
    height: 12px;
  }
  .program .reply .reply_cont ul li .info .date {
    margin-left: 20px;
    font-size: 13px;
  }
  .program .reply .reply_cont ul li p {
    width: 755px;
    font-size: 15px;
    line-height: 26px;
  }
  .program .reply .reply_cont ul li .btn_delete {
    top: 58px;
    right: 20px;
    width: 28px;
    height: 28px;
  }
  .program .write {
    overflow: hidden;
  }
  .program .write .tit {
    padding-bottom: 15px;
    margin-bottom: 27px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }
  .program .write b {
    padding-bottom: 18px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }
  .program .write.wrt {
    margin-top: 60px;
  }
  .program .write.wrt hr {
    display: inline-block;
    margin: 12px 0;
  }
  .program .write.wrt hr.half {
    margin: 12px 0 12px 180px;
  }
  .program .write .file_search {
    clear: both;
    padding: 27px 0 27px 233px;
    margin-top: 15px;
    font-size: 15px;
    text-align: left;
  }
  .program .write .file_search:before {
    content: "파일첨부";
    position: absolute;
    top: 27px;
    left: 20px;
    font-size: 15px;
    color: #000;
  }
  .program .write .file_search .btn04 {
    top: 19px;
    left: 120px;
    padding: 1px 4px;
    text-align: center;
  }
  .program .write.wrt .input_area {
    margin-bottom: 0;
    text-align: left;
  }
  .program .write.wrt .input_area.first {
    width: 350px;
  }
  .program .write.wrt .input_area label {
    width: 100px;
  }
  .program .write.wrt .input_area label.result {
    width: 150px;
  }
  .program .input_area {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .program .input_area label {
    width: 80px;
    font-size: 15px;
    text-align: left;
  }
  .program .input_area input {
    width: 150px;
    font-size: 15px;
  }
  .program .input_area dl dt {
    width: 150px;
    font-size: 15px;
    line-height: 40px;
  }
  .program .input_area dl dd {
    width: 600px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 40px;
  }
  .program .input_area.date input {
    width: 260px;
  }
  .program .input_area.date img {
    top: 10px;
    left: 10px;
    width: 34px;
    height: 34px;
  }
  .program .input_area.time div {
    margin-right: 15px;
    font-size: 15px;
  }
  .program .input_area.time div input {
    width: 60px;
    margin-right: 5px;
  }
  .program .input_area.img dl dt {
    top: 0;
    vertical-align: top;
  }
  .program .input_area.img dl dd {
    padding: 0;
  }
  .program .input_area.result dl dt {
    line-height: 30px;
  }
  .program .input_area.result dl dd {
    line-height: 30px;
  }
  .program .input_area.result dl dd .img_record {
    margin-top: 7px;
    margin-left: 15px;
  }
  .program .input_area .file_search {
    padding: 0 0 0 102px !important;
    margin-top: 0;
  }
  .program .input_area .file_search:before {
    display: none;
  }
  .program .input_area .file_search .btn04 {
    top: 5px !important;
  }
  .program .input_area.full {
    float: none;
    margin-right: 0;
  }
  .program .input_area.full label {
    display: inline-block;
  }
  .program .input_area.full input {
    width: 710px;
  }
  .program .input_area.full textarea {
    display: inline-block;
    width: 710px;
    height: 250px;
    vertical-align: top;
  }
  .program .input_area .notify {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-left: 10px;
    font-size: 13px;
  }
  .program .write.wrt .input_area .notify {
    margin-left: 10px;
  }
  .program .btn_wrap.reply_write {
    margin: 25px 0;
  }
  .program .apply .notice {
    margin-top: 55px;
  }
  .program .apply .notice li {
    max-width: 90%;
  }
  .program .apply .agree dl {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .program .apply .agree dl dt {
    padding-right: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .program .apply .agree dl dt .btn04 {
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 5px 24px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .program .apply .agree dl dt .check_box {
    display: inline-block;
  }
  .program .apply .agree dl dd ul li {
    padding: 10px 120px 10px 20px;
  }
  .program .apply .agree dl dd ul li:last-child {
    background-color: #fcfcfc;
  }
  .program .apply .consent dl {
    margin-bottom: 50px;
  }
  .program .apply .consent dl dt {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }
  .program .apply .consent dl dd .txt {
    height: 310px;
    padding: 40px 40px 30px 37px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.7px;
    box-sizing: border-box;
  }
  .program .apply .consent dl dd .txt b {
    margin-bottom: 25px;
  }
  .program .apply .consent dl dd .check_box {
    margin: 17px 0;
  }
  .program .apply .consent dl dd .check_box label span {
    max-width: 85%;
    font-size: 16px;
  }
  .program .apply .check_box label {
    padding-left: 40px;
    text-align: left;
  }
  .program .apply .check_box label span {
    font-size: 18px;
    line-height: 24px;
  }
  .program .apply .check_box label span:before {
    top: 2px;
    width: 22px;
    height: 22px;
  }
  .program .apply li.check_box label span {
    font-size: 16px;
  }
  .program .apply .check_box.center label span {
    font-size: 18px;
    line-height: 22px;
  }
  .program .apply .check_box.center label span:before {
    top: 0;
  }
  .program .notice.half {
    padding: 15px 40px 15px 180px;
  }
  .program .notice li {
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  .program .payment .write {
    margin-top: 55px;
  }
  .program .payment .write .img_change {
    margin-bottom: 55px;
  }
  .program .payment .write .notice {
    margin-bottom: 50px;
  }
  .program .payment .input_area input {
    width: 270px;
  }
  .program .finish {
    padding-top: 120px;
  }
  .program .finish img {
    height: 5px;
  }
  .program .finish strong {
    margin-top: 15px;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.9px;
  }
  .program .finish p {
    padding: 100px 0 25px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.75px;
  }
  .program .finish p br {
    display: none;
  }
  .program .register div .notice.first {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .program .register b span {
    top: 8px;
    font-size: 13px;
    letter-spacing: -0.65px;
  }
  .program .register .input_area label {
    width: 150px;
  }
  .program .register .input_area input {
    width: 270px;
  }
  .program .register .input_area label:before {
    top: 17px;
    left: -12px;
  }
  .program .register .input_area.name label br {
    display: none;
  }
  .program .register .input_area.name label:before {
    top: 15px;
    left: -12px;
  }
  .program .register .input_area.number div {
    font-size: 0;
  }
  .program .register .input_area.number div input {
    width: 100px;
    margin-right: 20px;
    font-size: 14px;
  }
  .program .register .input_area.address {
    width: 500px;
  }
  .program .register .input_area.address .box div {
    overflow: hidden;
  }
  .program .register .input_area.address .box input.first {
    width: 130px;
  }
  .program .register .input_area.address .box .btn04 {
    padding: 1px 23px;
    margin-top: 3px;
  }
  .program .register .input_area.address .box .second input {
    margin-top: 10px;
  }
  .program .register .notice {
    clear: both;
    margin-top: 15px;
  }
  .program .register .notice.second {
    padding-top: 15px;
    padding-left: 150px;
  }
  .program .register .input_area label {
    width: 130px !important;
    line-height: 40px;
  }
  .program .register .input_area .notify {
    padding-left: 0;
    vertical-align: middle;
  }
  .program .register .input_area .radio_box li {
    padding-left: 30px;
  }
  .program .register .input_area .radio_box li label {
    font-size: 15px;
    line-height: 23px;
  }
  .program .register .input_area .radio_box li .check {
    width: 22px;
    height: 22px;
  }
  .program .register .input_area.gender {
    position: relative;
  }
  .program .register .input_area.gender .radio_box {
    position: absolute;
    top: 9px;
    left: 150px;
    width: 210px;
    margin-top: 0;
  }
  .program .register .select_box {
    max-width: 220px;
  }
  .program .register .input_area.select {
    width: 100%;
  }
  .program .register .input_area.txt textarea {
    height: 40px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .program .tbl thead tr {
    border-bottom: 1px solid #7d7d7d;
  }
  .program .tbl thead tr th {
    display: table-cell;
    /* font-size: 13px; */
    /* font-weight: 300; */
    line-height: 40px;
    text-align: center;
    /* color: #767676; */
    /* letter-spacing: -0.65px; */
  }
  .program .tbl tbody tr {
    display: table-row;
  }
  .program .tbl tbody tr.notice td:nth-child(1) {
    font-weight: 700;
    color: #8a9ab0;
  }
  .program .tbl tbody tr td a:hover {
    color: var(--common-point-color);
  }
  .program .tbl tbody tr td:nth-child(1) {
    /* color: #767676; */
    text-align: center;
  }
  .program .tbl tbody tr td:nth-child(2) {
    padding: 16px 10px 16px 30px;
    /* margin-bottom: 0; */
    /* font-size: 16px; */
    line-height: 20px;
    text-align: left;
    letter-spacing: -0.8px;
  }
  .program .tbl tbody tr td:nth-child(3) {
    /* font-size: 13px; */
    /* line-height: 13px; */
    text-align: center;
  }
  .program .tbl tbody tr td:nth-child(4) {
    /* font-size: 13px; */
    /* line-height: 13px; */
    text-align: center;
  }
  .program .tbl tbody tr td .ico_replied {
    height: 20px;
    margin-left: 15px;
  }
  .program .tbl tbody tr .ico_re {
    top: 18px;
    left: 30px;
    width: 17px;
    height: 17px;
  }
  .program .tbl tbody tr.reply_re td:nth-child(2) {
    padding-left: 84px;
  }
  .program .tbl tbody tr.reply_re .ico_re {
    left: 54px;
  }
  .program .tbl tbody tr.reply td:nth-child(3) {
    padding-left: 0;
  }
  .program .tbl tbody tr.reply_re td:nth-child(3) {
    padding-left: 0;
  }
  .program .paging_area {
    margin: 35px auto 0;
  }
  .program .paging_area .ico_paging {
    margin: 0 5px;
  }
  .program .paging_area .ico_paging img {
    width: 12px;
    height: 14px;
  }
  .program .paging_area .paging_num {
    width: 22px;
    height: 22px;
    margin: 0 5px;
    font-size: 13px;
    line-height: 21px;
  }
  .program .btn_wrap.write {
    position: absolute;
    right: 0;
    bottom: -5px;
  }
  .program .tbl tbody tr td {
    display: table-cell !important;
    /* font-size: 13px; */
    /* font-weight: 300; */
    letter-spacing: -0.65px;
  }
  .program .cs-select span {
    padding: 10px 15px;
  }
  .program div.cs-skin-elastic {
    font-size: 14px;
  }
  .program .cs-skin-elastic > span::after {
    top: 18px;
    width: 10px;
    height: 5px;
  }
  .program .cs-skin-elastic .cs-options span {
    padding: 8px 15px;
    font-size: 14px;
  }
  .program .btn01,
  .program .btn02,
  .program .btn03,
  .program .btn04,
  .program .btn05 {
    min-width: 87px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .program .btn_icon {
    width: 150px;
    padding: 13px 15px;
    margin-top: 50px;
    font-size: 18px;
  }
  .program .btn_top {
    right: auto;
    bottom: 190px;
    left: 50%;
    margin-left: 610px;
  }

  #popupAgree {
    width: 600px;
  }
  #popupAgree h5 {
    margin-left: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    letter-spacing: -0.8px;
  }
  #popupAgree .cont {
    height: 480px;
    padding: 29px 27px 28px 20px;
    margin: 0 20px 40px;
  }
  #popupAgree .cont b {
    display: block;
    margin-bottom: 20px;
  } /* 테이블 */ /* 버튼 */
}

@media all and (min-width: 1200px) {
  .program .tbl.result thead tr th {
    /* font-size: 14px; */
    font-weight: 700;
    color: black;
  }
  .program .tbl.result tbody tr.notice td {
    /* font-size: 14px; */
    font-weight: 300;
    /* line-height: 14px; */
    color: black;
    letter-spacing: 0px;
  }
  .program .tbl.result tbody tr.notice td.time .desc {
    display: none;
  }
}

@media (min-width: 1200px) {
  .program .cs-select {
    width: 220px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .program .btn.dupcheck.btn04 {
    width: 130px !important;
    margin-top: 10px;
    margin-left: 15px;
  }

  .program .board article.notice ul li .date {
    top: 3px;
  }

  .program .write.wrt .input_area {
    width: 100%;
  }

  .program .write .time .select_box .notify {
    margin: 0 10px !important;
  }

  .program .input_area.time div {
    display: block;
  }

  .program .register.result .input_area.gender .radio_box li {
    width: 33%;
  }

  .alert.responsive {
    padding: 5px 35px 5px 14px;
    font-size: 14px;
  }

  .program .tbl.info tbody tr {
    display: table-row;
  }

  #popupAgree,
  #popupAgree2 {
    height: auto;
  }

  .apply .alert {
    font-size: 18px;
    line-height: 24px;
  }

/*   .apply .alert .btn04 {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 5px 24px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 22px;
  } */

} /* 게시판 상세 */ /* 게시판 상세 */ /* 게시글 작성 */ /* 테이블 */ /* 버튼 */

@media all and (max-width: 1200px) {
  .program .tbl td {
    padding: 3px;
  }
}