@charset "UTF-8";
a {
  color: inherit;
}

.event_wrap {
  min-width: 1800px;
}
.event_wrap .main_img {
  display: block;
  margin: auto;
}
.event_wrap .e_rel {
  position: relative;
}
.event_wrap .e_fit {
  width: fit-content;
  margin: auto;
}
.event_wrap .e_abs {
  position: absolute;
}
.event_wrap .link {
  position: absolute;
  display: block;
}
.event_wrap .e_top_visual {
  position: relative;
  padding-bottom: 100px;
  background: #5252e7 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260812_otton/bg01.jpg") no-repeat center/3000px 100%;
}
.event_wrap .e_apply_link {
  display: block;
  width: fit-content;
  margin: auto;
}
.event_wrap .e_timer li {
  position: absolute;
  top: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5%;
  height: 19.9%;
  color: #fff;
  font-size: 74px;
  font-weight: 700;
  line-height: 1;
}
.event_wrap .e_timer li:nth-child(1) {
  left: 17.95%;
}
.event_wrap .e_timer li:nth-child(2) {
  left: 24.95%;
}
.event_wrap .e_timer li:nth-child(3) {
  left: 34.8%;
}
.event_wrap .e_timer li:nth-child(4) {
  left: 41.8%;
}
.event_wrap .e_timer li:nth-child(5) {
  left: 51.7%;
}
.event_wrap .e_timer li:nth-child(6) {
  left: 58.7%;
}
.event_wrap .e_timer li:nth-child(7) {
  left: 68.6%;
}
.event_wrap .e_timer li:nth-child(8) {
  left: 75.6%;
}
.event_wrap .e_con1 {
  height: 760px;
  background: #4746e9 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260812_otton/img07.png") no-repeat center/3000px 100%;
}
.event_wrap .e_con1 .e_prev_links {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1800px;
  height: 100%;
  margin: 0 auto;
}
.event_wrap .e_con1 .e_prev_links .link {
  position: static;
  display: inline-block;
  width: 21%;
  height: 100%;
  margin: 0 1%;
}
.event_wrap .e_con2 {
  background-color: #5454e3;
}
.event_wrap .e_con2 .main_img {
  display: block;
  margin: auto;
}
.event_wrap .e_con2 .link {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 100%;
  height: 19.9%;
}

.dialog_wrapper #popApply {
  width: 700px !important;
}

#popApply {
  color: #000;
}
#popApply .dialog_contents {
  text-align: left;
}
#popApply .apply_wrap {
  padding: 28px 0 40px;
}
#popApply .apply_head {
  margin-bottom: 38px;
  text-align: center;
}
#popApply .apply_badge {
  display: inline-block;
  padding: 0 16px;
  background-color: #45e4aa;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}
#popApply .apply_title {
  margin-top: 14px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
}
#popApply .apply_user_info {
  padding-bottom: 32px;
  border-bottom: 1px solid #d5d5d5;
}
#popApply .apply_info_list {
  margin: 0;
}
#popApply .apply_info_item {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
#popApply .apply_info_item + .apply_info_item {
  margin-top: 16px;
}
#popApply .apply_info_item dt {
  flex: 0 0 132px;
  color: #000;
}
#popApply .apply_info_item dd {
  flex: 1;
  margin: 0;
  color: #000;
}
#popApply .apply_modify_btn {
  width: 100%;
  height: 70px;
  margin-top: 28px;
}
#popApply .apply_modify_btn .text {
  position: relative;
  padding-right: 17px;
  font-size: 26px;
}
#popApply .apply_form_wrap {
  padding-top: 40px;
}
#popApply .apply_form_box + .apply_form_box {
  margin-top: 30px;
}
#popApply .apply_form_title {
  margin-bottom: 10px;
}
#popApply .apply_form_title label {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
#popApply .apply_form_cont .form_ip,
#popApply .apply_form_cont .form_textarea {
  display: block;
  width: 100%;
  border: 1px solid #999;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
#popApply .apply_form_cont .form_ip::placeholder,
#popApply .apply_form_cont .form_textarea::placeholder {
  color: #aaa;
  opacity: 1;
}
#popApply .apply_form_cont .form_ip {
  height: 48px;
  padding: 0 15px;
}
#popApply .apply_form_cont .form_textarea {
  padding: 13px 15px;
  resize: none;
}
#popApply .apply_intro {
  height: 120px;
}
#popApply .apply_manuscript {
  height: 250px;
}
#popApply .apply_desc {
  position: relative;
  margin-top: 8px;
  padding-left: 9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.3;
}
#popApply .apply_desc::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
#popApply .apply_desc_list {
  margin-top: 8px;
}
#popApply .apply_desc_list li {
  position: relative;
  padding-left: 9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.3;
}
#popApply .apply_desc_list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
#popApply .apply_desc_list li + li {
  margin-top: 3px;
}
#popApply .apply_agree_wrap {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
#popApply .apply_agree_title {
  margin-bottom: 14px;
  color: #222;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}
#popApply .apply_box {
  height: 230px;
  padding: 16px 8px 16px 18px;
  overflow: hidden;
  border: 1px solid #999;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
}
#popApply .apply_box > .custom_scroll_wrap {
  height: 100%;
}
#popApply .apply_notice_inner {
  padding-right: 14px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
#popApply .apply_notice_inner > p {
  margin: 0 0 22px;
}
#popApply .apply_notice_list {
  margin: 0;
}
#popApply .apply_notice_list li {
  padding-left: 1px;
}
#popApply .apply_notice_list li + li {
  margin-top: 8px;
}
#popApply .apply_rdo_list {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
#popApply .apply_rdo_list .chk_row_item {
  width: auto;
  margin: 0;
}
#popApply .apply_rdo_list .chk_row_item + .chk_row_item {
  margin-top: 0;
  margin-left: 20px;
}
#popApply .apply_rdo_list .form_rdo {
  display: inline-block;
}
#popApply .apply_rdo_list .form_rdo label {
  font-size: 20px;
}
#popApply .apply_privacy_wrap {
  margin-top: 36px;
}
#popApply .apply_privacy_desc {
  margin-top: 18px !important;
}
#popApply .apply_submit {
  width: 100%;
  height: 58px;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
}
#popApply .apply_submit .text {
  position: relative;
  display: inline-block;
  padding-right: 17px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
#popApply .apply_submit .text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}/*# sourceMappingURL=style.css.map */