@charset "UTF-8";
.img_type_bg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 40px 0 50px;
  padding: 0 150px 20px;
}
.img_type_bg::after {
  content: "";
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #f7f7f8;
}
.img_type_bg .img {
  position: relative;
  z-index: 2;
  display: block;
}
.img_type_bg .img img {
  width: 100%;
}
.img_type_bg p {
  margin-top: 10px;
  color: #999;
  font-size: 1rem;
}

.edit-sub_tit {
  display: block;
  text-align: center;
  line-height: 1.4em;
  color: #333;
  font-size: 24px;
  font-weight: 400;
}

.timeline-area {
  width: 1144px;
  margin: 0 auto;
  text-align: center;
}

.timeline_item-date {
  color: #f5821f;
  font-family: "Spoqa Han Sans";
  font-size: 3.75rem;
  font-weight: 400;
}

.timeline_more button {
  padding: 20px 30px;
  background-color: #f5821f;
  border-radius: 40px;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.timeline_more button:hover {
  -webkit-box-shadow: 6px 6px 0 0 #ebe8e6;
          box-shadow: 6px 6px 0 0 #ebe8e6;
}
.timeline_more button:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 24px;
  margin-left: 20px;
  background: url("../img/ico_arw-bottom_w.png") no-repeat center/auto 100%;
}

.timeline_item-wrapper {
  position: relative;
  margin-top: 35px;
  padding-bottom: 100px;
  overflow: hidden;
}
.timeline_item-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 100%;
  background-color: #d6d6d6;
}
.timeline_item-wrapper .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 570px;
  margin-top: -6em;
  clear: both;
  z-index: 1;
}
.timeline_item-wrapper .item:first-child {
  margin-top: 0;
}
.timeline_item-wrapper .item .info_top {
  width: 100%;
  padding-top: 20px;
}
.timeline_item-wrapper .item .info_top .date {
  padding-bottom: 20px;
  color: #333;
  font-size: 1.25rem;
  text-align: right;
}
.timeline_item-wrapper .item .info_top .date .time {
  color: #999;
  font-size: 1rem;
}
.timeline_item-wrapper .item .info_conts {
  position: relative;
  width: auto;
  border-top: 3px solid #f5821f;
}
.timeline_item-wrapper .item .info_conts .label {
  padding: 0 25px;
  background-color: #f5821f;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  line-height: 48px;
  letter-spacing: 1px;
}
.timeline_item-wrapper .item .info_conts::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 18px;
  height: 18px;
  background-color: #f5821f;
  border-radius: 100%;
}
.timeline_item-wrapper .item .img {
  display: block;
}
.timeline_item-wrapper .item .img img {
  display: block;
  width: 100%;
}
.timeline_item-wrapper .item .detail {
  padding: 30px;
  background-color: #f7f7f8;
  text-align: left;
}
.timeline_item-wrapper .item .detail.fix_pd {
  padding: 40px 30px;
}
.timeline_item-wrapper .item .detail .sub_tit {
  display: block;
  color: #f5821f;
  font-size: 1rem;
  margin-bottom: 22px;
}
.timeline_item-wrapper .item .detail .main_tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 65px;
  line-height: 1.3em;
  color: #2d2c2b;
  font-size: 1.5rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  min-width: 432px;
}
.timeline_item-wrapper .item .detail .main_tit:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #f5821f;
}
.timeline_item-wrapper .item .detail .hashtag {
  margin-top: 20px;
}
.timeline_item-wrapper .item .detail .hashtag a {
  display: inline-block;
  margin: 2px 3px;
  margin-left: 0;
  padding: 6px 14px;
  background-color: #fff;
  border-radius: 20px;
  color: #666;
  font-size: 0.875rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.timeline_item-wrapper .item .detail .hashtag a:hover {
  background-color: #666;
  color: #fff;
}
.timeline_item-wrapper .item .detail .list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #999;
  color: #131315;
  font-size: 1rem;
}
.timeline_item-wrapper .item .detail .list li {
  position: relative;
  margin-top: 8px;
  padding-left: 50px;
  line-height: 1.4em;
}
.timeline_item-wrapper .item .detail .list li em {
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  padding-left: 12px;
}
.timeline_item-wrapper .item .detail .list li em::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 6px;
  height: 6px;
  background-color: #999;
  border-radius: 100%;
}
.timeline_item-wrapper .item .detail .remark {
  margin-top: 20px;
  color: #999;
  font-size: 1rem;
}
.timeline_item-wrapper .item .link_full {
  display: block;
}
.timeline_item-wrapper .item .link_full a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  background-color: #333;
  color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Spoqa Han Sans";
  font-size: 1.125rem;
}
.timeline_item-wrapper .item .link_full a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.timeline_item-wrapper .item .link_full a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 100%;
  margin-left: 45px;
  background: url("../img/ico_arw-right.png") right center no-repeat;
}
.timeline_item-wrapper .item .link_box-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d6d6d6;
}
.timeline_item-wrapper .item .link_box-tab li {
  position: relative;
  width: 25%;
}
.timeline_item-wrapper .item .link_box-tab li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #d6d6d6;
}
.timeline_item-wrapper .item .link_box-tab li:first-child::before {
  content: none;
}
.timeline_item-wrapper .item .link_box-tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  color: #666;
  font-size: 0.9375rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.timeline_item-wrapper .item .link_box-tab li a:hover {
  color: #f5821f;
}
.timeline_item-wrapper .item .link_box-tab li .tag {
  display: inline-block;
  vertical-align: bottom;
  width: 42px;
  height: 22px;
  margin-left: 5px;
  background: url("../img/seminar_balloon.png") no-repeat center/100% auto;
  letter-spacing: 0.07em;
  color: #fff;
  font-size: 0.6875rem;
  text-indent: -99999em;
}
.timeline_item-wrapper .item.align-right {
  float: right;
  margin-right: 11.5px;
}
.timeline_item-wrapper .item.align-right .info_top .date {
  text-align: left;
  padding-left: 80px;
}
.timeline_item-wrapper .item.align-right .info_conts {
  padding-left: 80px;
}
.timeline_item-wrapper .item.align-left {
  float: left;
  margin-left: 11.5px;
}
.timeline_item-wrapper .item.align-left .info_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.timeline_item-wrapper .item.align-left .info_top .date {
  padding-right: 80px;
}
.timeline_item-wrapper .item.align-left .info_conts {
  padding-right: 80px;
}
.timeline_item-wrapper .item.align-left .info_conts::before {
  left: auto;
  right: 0;
}
.timeline_item-wrapper.conference_timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.timeline_item-wrapper.conference_timeline .item {
  width: 50%;
}
.timeline_item-wrapper.conference_timeline .item:nth-child(2n+1) {
  margin-top: 0;
}
.timeline_item-wrapper.conference_timeline .item:nth-child(2n+1) .info_top .date {
  padding-right: 80px;
}
.timeline_item-wrapper.conference_timeline .item:nth-child(2n+1) .info_conts {
  padding-right: 80px;
}
.timeline_item-wrapper.conference_timeline .item:nth-child(2n+1) .info_conts::before {
  left: auto;
  right: -9px;
}
.timeline_item-wrapper.conference_timeline .item:nth-child(2n+2) {
  margin-top: 100px;
}
.timeline_item-wrapper.conference_timeline .item:nth-child(2n+2) .info_top .date {
  padding-left: 80px;
  text-align: left;
}
.timeline_item-wrapper.conference_timeline .item:nth-child(2n+2) .info_conts {
  padding-left: 80px;
}
.timeline_item-wrapper.conference_timeline .item:nth-child(2n+2) .info_conts::before {
  left: -9px;
}
.timeline_item-wrapper.mob_version {
  display: none;
}

.view_page-tab {
  padding-top: 10px;
}
.view_page-tab .tab-wrapper {
  width: 1144px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.view_page-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 2px solid #f5821f;
}
.view_page-tab ul li {
  position: relative;
  width: 18%;
  height: 70px;
}
.view_page-tab ul li + li a::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 40%;
  background-color: #ccc;
  z-index: 0;
}
.view_page-tab ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 1.5rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
}
.view_page-tab ul li a.on {
  background-color: #fff;
  color: #f5821f;
  cursor: default;
  border: 2px solid;
  border-bottom: none;
  z-index: 1;
}
.view_page-tab ul li a.on::after {
  display: none;
}
.view_page-tab ul li a .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin: 0 0 14px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 42px;
  height: 22px;
  padding-bottom: 4px;
  background: url("../img/seminar_balloon.png") no-repeat center/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.07em;
  color: #fff;
  font-size: 0;
}
.view_page-tab .sprt-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.view_page-tab .sprt-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 60px;
  margin-bottom: 10px;
  background-color: #f5821f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-family: "Spoqa Han Sans";
  font-size: 1.5rem;
}
.view_page-tab .sprt-btn a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-left: 15px;
  background: url("../img/ico_arw-right.png") no-repeat right center/100% auto;
  vertical-align: middle;
}
.view_page-tab .sprt-btn a.on {
  height: 70px;
  margin-bottom: 0;
  padding-bottom: 10px;
  background-color: #fff;
  border-top: 4px solid #f5821f;
  color: #f5821f;
}
.view_page-tab .sprt-btn a.on::after {
  content: none;
}

.link_btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.link_btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  background-color: #f5821f;
  color: #fff;
  font-size: 1.125rem;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.link_btn-box a.bg_o {
  background-color: #f5821f;
}
.link_btn-box a.ff_s {
  font-family: "Spoqa Han Sans";
}
.link_btn-box a.arrw::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-left: 15px;
  background: url("../img/ico_arw-right.png") no-repeat right center/100% auto;
  vertical-align: middle;
}
.link_btn-box .al_r {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
.link_btn-box .al_r.no_css {
  position: static;
  margin-left: 10px;
}

.utb_guide-box.utb-list_y {
  width: 100%;
}
.utb_guide-box.utb-list_y .utb_conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 520px;
}
.utb_guide-box.utb-list_y .utb_view {
  width: 700px;
}
.utb_guide-box.utb-list_y .utb_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: calc(100% - 392px);
}
.utb_guide-box.utb-list_y .utb_info .tit {
  width: calc(100% - 230px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #d6d6d6;
}
.utb_guide-box.utb-list_y .utb_info .tit strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 46px;
  margin-top: 36px;
  line-height: 1.2em;
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
}
.utb_guide-box.utb-list_y .utb_info .tit p {
  margin-top: 16px;
  line-height: 1.4em;
  color: #666;
  font-size: 0.9375rem;
}
.utb_guide-box.utb-list_y .utb_info .rpt_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.utb_guide-box.utb-list_y .utb_info .rpt_link * {
  width: 220px;
}
.utb_guide-box.utb-list_y .utb_list {
  width: calc(100% - 720px);
  padding: 20px;
  background-color: #f7f7f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.utb_guide-box.utb-list_y .utb_list .utb_list-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  text-align: right;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}
.utb_guide-box.utb-list_y .utb_list .list_scroll {
  height: calc(100% - 26px);
  overflow-y: auto;
  padding-right: 6px;
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}
.utb_guide-box.utb-list_y .utb_list .list_scroll::-webkit-scrollbar {
  width: 5.2px;
}
.utb_guide-box.utb-list_y .utb_list .list_scroll::-webkit-scrollbar-track {
  background-color: #fff;
}
.utb_guide-box.utb-list_y .utb_list .list_scroll::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.utb_guide-box.utb-list_y .utb_list .list_scroll::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.utb_guide-box.utb-list_y .utb_list .list_scroll::-webkit-scrollbar-thumb:active {
  background: #808080;
}
.utb_guide-box.utb-list_y .utb_list .list_scroll::-webkit-scrollbar-button {
  display: none;
}
.utb_guide-box.utb-list_y .utb_list ul li {
  margin-bottom: 15px;
}
.utb_guide-box.utb-list_y .utb_list ul li a .img {
  position: relative;
  display: block;
}
.utb_guide-box.utb-list_y .utb_list ul li a .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("../img/ico_play.png") no-repeat center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.utb_guide-box.utb-list_y .utb_list ul li a p {
  margin-top: 10px;
  line-height: 1.4em;
  color: #333;
  font-size: 1rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.utb_guide-box.utb-list_y .utb_list ul li a:hover p {
  color: #f5821f;
  text-decoration: underline;
  text-underline-position: under;
}
.utb_guide-box.utb-list_y .utb_list ul li.on .img::after {
  background-image: none;
  background-color: transparent;
  border: 5px solid #f5821f;
}
.utb_guide-box.utb-list_y .utb_list ul li.on p {
  color: #f5821f;
  text-decoration: underline;
  text-underline-position: under;
}
.utb_guide-box.utb-list_y .utb_list ul li:last-child {
  margin-bottom: 0;
}

.paragraph-schedule li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 0;
  border-bottom: 1px solid #d6d6d6;
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
}
.paragraph-schedule li:last-child {
  border-bottom: 0;
}
.paragraph-schedule .time {
  width: 150px;
  text-align: center;
  line-height: 1.4em;
}
.paragraph-schedule .schedule {
  width: calc(100% - 160px);
}
.paragraph-schedule .schedule .m_tit {
  line-height: 1.4em;
  font-size: 1.5rem;
  font-weight: 500;
}
.paragraph-schedule .schedule .m_tit + .conts div {
  margin-top: 30px;
}
.paragraph-schedule .schedule .s_tit {
  display: block;
  margin-bottom: 8px;
  line-height: 1.4em;
  font-weight: 400;
}
.paragraph-schedule .schedule .conts div {
  position: relative;
  padding-left: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.paragraph-schedule .schedule .conts b {
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 110px;
  font-weight: 400;
}
.paragraph-schedule .schedule .conts span {
  display: block;
  margin-bottom: 8px;
}
.paragraph-schedule .schedule .conts span em {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-left: 10px;
  color: #999;
  font-size: 1rem;
  font-weight: 400;
}
.paragraph-schedule .schedule .conts span em::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: auto;
  left: -1px;
  right: auto;
  width: 1px;
  height: 12px;
  background-color: #ddd;
}
.paragraph-schedule .schedule .conts span em:first-child {
  padding-left: 0;
}
.paragraph-schedule .schedule .conts span em:first-child::before {
  content: none;
}

.page_list-group.accor {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.page_list-group.accor ul {
  border-bottom: 0;
}
.page_list-group.accor ul > li {
  padding: 0;
  border-top: 0;
  border-bottom: 2px solid #edeeee;
  min-height: auto;
}
.page_list-group.accor ul > li.on {
  margin-top: -2px;
  border-top: 2px solid #333;
  border-bottom-color: #333;
}
.page_list-group.accor ul > li.on:first-child {
  margin-top: 0;
  border-top: 0;
}
.page_list-group.accor ul > li .file_bubble {
  top: 92px;
}
.page_list-group.accor ul > li .file_bubble ul li {
  border-bottom-width: 0;
}
.page_list-group.accor .accor_tit {
  position: relative;
}
.page_list-group.accor .accor_tit > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_list-group.accor .rpt_link {
  bottom: auto;
  top: 40px;
}
.page_list-group.accor .rpt_tit {
  width: calc(100% - 200px);
}
.page_list-group.accor .rpt_tit strong {
  min-height: auto;
}
.page_list-group.accor .rpt_other {
  position: static;
  width: calc(100% - 300px);
  margin-top: 20px;
}
.page_list-group.accor .accor_conts {
  position: relative;
  border-top: 1px solid #d6d6d6;
}
.page_list-group.accor .accor_conts .close {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 0;
  width: 32px;
  height: 32px;
  background: url("../img/btn_popup-close.png") no-repeat center;
}
.page_list-group.accor .accor_conts .contents {
  padding: 40px;
  line-height: 1.6em;
  color: #333;
  font-size: 1rem;
}

.page_list-group.img_n {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 3px solid #666;
  border-width: 2px 0;
}
.page_list-group.img_n ul {
  border-bottom: 0;
}
.page_list-group.img_n ul > li {
  padding: 30px 0;
  min-height: auto;
}
.page_list-group.img_n ul > li > a {
  margin-top: 0;
  margin-bottom: 30px;
}
.page_list-group.img_n ul > li .file_bubble {
  top: 158px;
}
.page_list-group.img_n ul > li .file_bubble ul li {
  padding: 0;
}
.page_list-group.img_n ul > li .file_bubble ul li a {
  margin-bottom: 0;
}
.page_list-group.img_n .rpt_link {
  bottom: 40px;
}
.page_list-group.img_n .rpt_other {
  position: static;
}
.page_list-group.img_n .rpt_other em a {
  color: #999;
}

.file-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 40px;
  background-color: #f7f7f8;
}
.file-box.pd2 {
  width: 1144px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 50px 0 50px;
  background-color: initial;
}
.file-box > strong {
  width: 100px;
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
}
.file-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 100px);
}
.file-box .filelist:first-child a {
  margin-top: 0;
}
.file-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 26px;
  margin-top: 12px;
  padding-left: 30px;
  background: url("../img/ico_file_down.png") no-repeat left top;
  line-height: 1.2em;
  color: #999;
  font-size: 1rem;
}
.file-box a:hover {
  color: #f5821f;
}

.img_slide-sync .item {
  background-color: #000;
}
.img_slide-sync img {
  width: 100%;
}
.img_slide-sync .thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 52px;
  overflow: hidden;
}
.img_slide-sync .thumb .arrw {
  display: block;
  width: 72px;
}
.img_slide-sync .thumb .arrw button {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.img_slide-sync .thumb .arrw button:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.img_slide-sync .thumb .arrw.prev button {
  background-image: url("../img/arrw_prev.png");
}
.img_slide-sync .thumb .arrw.nxt button {
  background-image: url("../img/arrw_nxt.png");
}
.img_slide-sync .thumb .slide {
  width: 1000px;
  overflow: hidden;
}
.img_slide-sync .thumb .wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1000px;
  font-size: 0;
}
.img_slide-sync .thumb .item {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 190px;
  height: 114px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 6px;
}
.img_slide-sync .thumb .item.on button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  border: 3px solid #f5821f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.img_slide-sync .thumb .slick-list {
  width: 100%;
}
.img_slide-sync .main {
  width: 1000px;
  margin: 0 auto;
}
.img_slide-sync .deit_wrap-box {
  width: 1000px;
  margin: 6px auto 0;
}
.img_slide-sync .deit_wrap-box .edit_view {
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e8e8e8;
  padding: 40px;
  line-height: 1.4;
}
.img_slide-sync .deit_wrap-box .edit_view.open {
  display: block;
}
.img_slide-sync .deit_wrap-box .edit_view.close {
  display: none !important;
}

.apply_form {
  margin-top: 100px;
}

.apply_form-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  border-bottom: 2px solid #666;
  line-height: 1.2em;
  color: #333;
  font-size: 1.5rem;
}

.apply_form-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 40px;
  background-color: #f7f7f8;
}
.apply_form-conts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 500px;
}
.apply_form-conts li {
  width: 100%;
  margin-bottom: 15px;
}
.apply_form-conts li:last-child {
  margin-bottom: 0;
}
.apply_form-conts label {
  color: #333;
  font-size: 1.125rem;
}
.apply_form-conts .label_name {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2em;
}
.apply_form-conts .label_name + input[type=text] {
  width: 100%;
  height: 42px;
  background-color: #fff;
  padding: 0 15px;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s;
}
.apply_form-conts .label_name + input[type=text]:focus {
  border-bottom-color: #f5821f;
}
.apply_form-conts .label_name + input[type=text]::-webkit-input-placeholder {
  color: #d6d6d6;
}
.apply_form-conts .label_name + input[type=text]::-moz-placeholder {
  color: #d6d6d6;
}
.apply_form-conts .label_name + input[type=text]:-ms-input-placeholder {
  color: #d6d6d6;
}
.apply_form-conts .label_name + input[type=text]::-ms-input-placeholder {
  color: #d6d6d6;
}
.apply_form-conts .label_name + input[type=text]::placeholder {
  color: #d6d6d6;
}
.apply_form-conts .label_name + .txtarea-box {
  position: relative;
  height: 100px;
}
.apply_form-conts .label_name + .txtarea-box .guide-txt {
  display: block;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 15px;
  right: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  line-height: 1.2em;
  color: #d6d6d6;
  overflow: hidden;
}
.apply_form-conts .label_name + .txtarea-box textarea {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s;
}
.apply_form-conts .label_name + .txtarea-box textarea:focus {
  border-bottom-color: #f5821f;
}
.apply_form-conts .label_name + .txtarea-box textarea::-webkit-input-placeholder {
  color: #d6d6d6;
}
.apply_form-conts .label_name + .txtarea-box textarea::-moz-placeholder {
  color: #d6d6d6;
}
.apply_form-conts .label_name + .txtarea-box textarea:-ms-input-placeholder {
  color: #d6d6d6;
}
.apply_form-conts .label_name + .txtarea-box textarea::-ms-input-placeholder {
  color: #d6d6d6;
}
.apply_form-conts .label_name + .txtarea-box textarea::placeholder {
  color: #d6d6d6;
}
.apply_form-conts .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply_form-conts .policy .policy-txt {
  width: 100%;
  height: 130px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.apply_form-conts .policy .comm_check {
  margin-top: 20px;
}
.apply_form-conts .policy .comm_check input[type=checkbox] + span {
  color: #333;
}
.apply_form-conts .link_btn-box {
  margin-top: 40px;
  margin-bottom: 30px;
}
.apply_form-conts .link_btn-box a {
  width: 230px;
  height: 60px;
  font-size: 1.5rem;
}

.form_complt {
  padding: 110px 40px;
}
.form_complt strong {
  display: block;
  padding-top: 95px;
  background: url("../img/ico_complt.png") no-repeat center top;
  line-height: 1.2em;
  color: #f5821f;
  font-size: 1.875rem;
  font-weight: 400;
}
.form_complt p {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6em;
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
}
.form_complt .link_btn-box {
  margin-top: 60px;
}
.form_complt .link_btn-box a {
  width: 200px;
  height: 40px;
  font-size: 1rem;
}
.form_complt .link_btn-box a.arrw::after {
  width: 18px;
}

.view_link-list {
  border: solid #666;
  border-width: 2px 0;
}
.view_link-list li {
  border-top: 1px solid #d6d6d6;
}
.view_link-list li:first-child {
  border-top: 0;
}
.view_link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 1rem;
}
.view_link-list li a em {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}
.view_link-list li a em::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 100%;
  margin-right: 30px;
  background: no-repeat center/100% auto;
  vertical-align: middle;
}
.view_link-list li a em.prev::before {
  background-image: url("../img/ico_arw-top.png");
}
.view_link-list li a em.next::before {
  background-image: url("../img/ico_arw-bottom.png");
}
.view_link-list li a p {
  line-height: 1.2em;
}
.view_link-list li a:hover p {
  color: #f5821f;
}

.page_top-wrap.con_banner-1:not(.both) {
  background-image: url("../img/share_page_top_banner1.jpg");
}

.page_top-wrap.con_banner-1 {
  height: 140px;
  background: #021621 no-repeat center;
}

.page_top-wrap.con_banner-2:not(.both) {
  background-image: url("../img/share_page_top_banner2.jpg");
}

.page_top-wrap.con_banner-2 {
  height: 230px;
  background: #333 no-repeat center;
}

.page_top-wrap.con_banner-3:not(.both) {
  background-image: url("../img/share_page_top_banner3.jpg");
}

.page_top-wrap.con_banner-3 {
  height: 230px;
  background: #333 no-repeat center;
}

.page_top-wrap.con_banner-4:not(.both) {
  background-image: url("../img/share_page_top_banner4.jpg");
}

.page_top-wrap.con_banner-4 {
  height: 230px;
  background: #333 no-repeat center;
}

.page_top-wrap.con_banner-5:not(.both) {
  background-image: url("../img/share_page_top_banner5.jpg");
}

.page_top-wrap.con_banner-5 {
  height: 230px;
  background: #333 no-repeat center;
}

.page_top-wrap.con_banner-6:not(.both) {
  background-image: url("../img/share_page_top_banner6.jpg");
}

.page_top-wrap.con_banner-6 {
  height: 230px;
  background: #333 no-repeat center;
}

.page_top-wrap.con_banner-7:not(.both) {
  background-image: url("../img/share_page_top_banner7.jpg");
}

.page_top-wrap.con_banner-7 {
  height: 140px;
  background: #0e0f19 no-repeat center;
}

.page_top-wrap.con_banner-8:not(.both) {
  background-image: url("../img/share_page_top_banner8.jpg");
}

.page_top-wrap.con_banner-8 {
  height: 140px;
  background: #252525 no-repeat center;
}

.page_top-wrap.con_banner-9:not(.both) {
  background-image: url("../img/share_page_top_banner9.jpg");
}

.page_top-wrap.con_banner-9 {
  height: 230px;
  background: #333 no-repeat center;
}

.page_top-wrap.con_banner-10:not(.both) {
  background-image: url("../img/share_page_top_banner10.jpg");
}

.page_top-wrap.con_banner-10 {
  height: auto;
  background: #333 no-repeat right top;
}

.page_top-wrap.con_banner-11:not(.both) {
  background-image: url("../img/share_page_top_banner11.jpg");
}

.page_top-wrap.con_banner-11 {
  height: 140px;
  background: #333 no-repeat right top;
}

.page_top-wrap.con_banner-12:not(.both) {
  background-image: url("../img/share_page_top_banner12.jpg");
}

.page_top-wrap.con_banner-12 {
  height: 230px;
  background: #333 no-repeat center;
}

.page_top-wrap.con_banner-13:not(.both) {
  background-image: url("../img/share_page_top_banner13.jpg");
}

.page_top-wrap.con_banner-13 {
  height: 140px;
  background: #54514c no-repeat right top;
}

.page_top-wrap.con_banner-14:not(.both) {
  background-image: url("../img/share_page_top_banner14.jpg");
}

.page_top-wrap.con_banner-14 {
  height: 140px;
  background: #333 no-repeat right top;
}

.page_top-wrap.con_banner-15:not(.both) {
  background-image: url("../img/share_page_top_banner15.jpg");
}

.page_top-wrap.con_banner-15 {
  height: 230px;
  background: #333 no-repeat center;
}

.page_top-wrap.con_banner-16:not(.both) {
  background-image: url("../img/share_page_top_banner16.jpg");
}

.page_top-wrap.con_banner-16 {
  height: 140px;
  background: #fbf5f0 no-repeat right top;
}

.page_top-wrap.con_banner-17:not(.both) {
  background-image: url("../img/share_page_top_banner17.jpg");
}

.page_top-wrap.con_banner-17 {
  height: 140px;
  background: #131c2e no-repeat right top;
}

.page_top-wrap.con_banner-18:not(.both) {
  background-image: url("../img/share_page_top_banner18.jpg");
}

.page_top-wrap.con_banner-18 {
  height: 230px;
  background: #333 no-repeat center;
}

.page_top-wrap.con_banner-19:not(.both) {
  background-image: url("../img/share_page_top_banner19.jpg");
}

.page_top-wrap.con_banner-19 {
  height: 230px;
  background: #333 no-repeat center;
}

.page_top-wrap.con_banner-3 {
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.page_top-wrap.con_banner-3:not(.both) {
  background: none;
}
.page_top-wrap.con_banner-3 img {
  display: block;
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.con_post-ico1 {
  position: relative;
}
.con_post-ico1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 34px;
  height: 32px;
  background: url("../img/ico_list.png") no-repeat center;
}

.con_post-ico2 {
  position: relative;
}
.con_post-ico2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 34px;
  height: 32px;
  background: url("../img/ico_vdo.png") no-repeat center;
}

.con_post-ico3 {
  position: relative;
}
.con_post-ico3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 34px;
  height: 32px;
  background: url("../img/ico_talking.png") no-repeat center;
}

.con_post-ico4 {
  position: relative;
}
.con_post-ico4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 34px;
  height: 32px;
  background: url("../img/ico_cal.png") no-repeat center;
}

.seminar_view .view_top-guide {
  margin-bottom: 0;
  padding-top: 54px;
  padding-bottom: 10px;
}
.seminar_view .view_top-guide .tit_top {
  height: auto;
  min-height: auto;
}
.seminar_view .view_top-guide .tit_top strong {
  min-height: auto;
  color: #333;
  font-size: 2.25rem;
}
.seminar_view .view_top-guide .tit_top em {
  margin-bottom: 0;
}
.seminar_view .view_top-guide .tit_top em a {
  display: inline-block;
  background-color: #f1f1f2;
  color: #666;
}
.seminar_view .view_top-guide .tit_top .other {
  margin-top: 16px;
}
.seminar_view .view_top-guide .tit_top .other span {
  color: #999;
  font-size: 1rem;
}
.seminar_view .view_top-guide .tit_top .other span::before {
  content: "ㅣ";
  padding: 0 6px;
  text-align: center;
  color: #ddd;
  font-size: 0.8rem;
}
.seminar_view .view_top-guide .tit_top .other span:first-child::before {
  display: none;
  padding: 0;
}
.seminar_view .view_top-guide.sdw {
  width: 100%;
  border-bottom: 1px solid #eeeeef;
  -webkit-box-shadow: 0 12px 20px #f0f0f0;
  box-shadow: 0 12px 20px #f0f0f0;
}
.seminar_view .view_top-guide.sdw .btn_btm {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 1000px;
  margin: -40px auto 10px;
}
.seminar_view .view_top-guide.sdw .btn_btm .rpt_link {
  padding-top: 0;
}
.seminar_view .view_top-guide.sdw .btn_btm .rpt_link button {
  width: 220px;
}
.seminar_view.conference_bg .view_top-guide.bg {
  background: #031722 url(../img/share_bg-default.jpg) no-repeat center center/auto 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.seminar_view.conference_bg .view_top-guide.bg .guide_box {
  width: 1144px;
  margin: 0 auto;
}
.seminar_view.conference_bg .view_top-guide.bg .tit_top strong {
  color: #fff;
}
.seminar_view.conference_bg .tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.seminar_view.conference_bg .tab-wrapper ul {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* padding-right:240px;*/
}
.seminar_view.conference_bg .tab-wrapper ul li {
  width: 100%;
}
.seminar_view.conference_bg .tab-wrapper ul.no_sprt {
  padding-right: 0;
}

.seminar_view-post {
  width: 1000px;
  margin: 0 auto;
}
.seminar_view-post.w1144 {
  width: 1144px;
}
.seminar_view-post .editor-template .view_youtube .mov {
  height: 506px;
  margin-bottom: 30px;
}
.seminar_view-post .link_btn-box {
  margin-top: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.seminar_view-post .link_btn-box.other_link {
  margin: 30px 0;
}
.seminar_view-post .link_btn-box.other_link a {
  background-color: #f5821f;
}
.seminar_view-post .post-paragraph {
  margin-top: 60px;
  border-top: 0;
  border-bottom: 1px solid #d6d6d6;
}
.seminar_view-post .post-paragraph .paragraph-txt_conts {
  padding: 50px;
  line-height: 1.6em;
  color: #333;
  font-size: 1.125rem;
}
.seminar_view-post .post-paragraph .paragraph-txt_conts .utb_conts {
  width: 700px;
}
.seminar_view-post .post-paragraph .paragraph-txt_conts .editor-template p {
  margin-top: 16px;
}
.seminar_view-post .post-paragraph .paragraph-tit {
  display: block;
  padding-bottom: 30px;
  padding-left: 50px;
  border-bottom: 2px solid #333;
  line-height: 1.2em;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
}
.seminar_view-post .post-paragraph.utb_guide-box {
  border-bottom: 0;
}
.seminar_view-post .post-paragraph.utb_guide-box .paragraph-tit {
  border-bottom: 0;
}
.seminar_view-post .post-paragraph.bbtm_n {
  border-bottom: 0;
}
.seminar_view-post .post-paragraph.bbtm_y {
  border: 0;
  border-bottom: 2px solid #666;
}
.seminar_view-post .post-paragraph.bbtm_y.utb_guide-box {
  padding-bottom: 30px;
}
.seminar_view-post .post-paragraph.bbtm_y.utb_guide-box.utb-list_y .utb_info .tit {
  border-bottom: 0;
}
.seminar_view-post .post-paragraph.bb_tb {
  border: 2px solid #666;
  border-width: 2px 0;
}
.seminar_view-post .post-paragraph.mt_0 {
  margin-top: 0;
}
.seminar_view-post .post-paragraph .utb_guide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 100px;
}
.seminar_view-post .post-paragraph .utb_title {
  max-width: calc(100% - 700px);
  margin-right: 40px;
  margin-bottom: 0;
}
.seminar_view-post .post-paragraph .utb_title strong {
  background-image: none;
  padding-left: 0;
  font-weight: 500;
}
.seminar_view-post .view_top-guide {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}
.seminar_view-post .view_top-guide .tit_top strong {
  font-size: 1.5rem;
}
.seminar_view-post .smry-list {
  padding: 20px 0;
}
.seminar_view-post .smry-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 126px;
}
.seminar_view-post .smry-list li:last-child {
  margin-bottom: 0;
}
.seminar_view-post .smry-list li em {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96px;
  height: 36px;
  background-color: #f7f7f8;
  border-radius: 25px;
  color: #333;
  font-size: 1.125rem;
}
.seminar_view-post .smry-list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  line-height: 1.4em;
  color: #333;
  font-size: 1.125rem;
}
.seminar_view-post .img_slide-sync {
  margin-top: 115px;
}

.seminar_etc {
  margin-top: 50px;
}

.vdo_list {
  width: 1200px;
  margin: 0 auto;
  padding-top: 55px;
}
.vdo_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vdo_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #d6d6d6;
}
.vdo_list li:last-child {
  border-bottom: 0;
}
.vdo_list .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  margin-right: 20px;
  background-color: #f7f7f8;
}
.vdo_list .date strong {
  line-height: 1.2em;
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
}
.vdo_list .date span {
  display: block;
  margin-top: 40px;
}
.vdo_list .date span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  background: url("../img/ico_play2.png") no-repeat left center;
}
.vdo_list .thumb {
  width: calc(100% - 220px);
}
.vdo_list .thumb .wrapper {
  overflow: hidden;
  font-size: 0;
}
.vdo_list .thumb .tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 65px;
  margin-bottom: 30px;
  line-height: 1.2em;
  color: #333;
  font-size: 1.125rem;
}
.vdo_list .thumb .slide {
  position: relative;
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
.vdo_list .thumb .slide .item {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 106px;
  margin: 0 18px;
  vertical-align: top;
}
.vdo_list .thumb .slide .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vdo_list .thumb .slide .item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) url("../img/ico_play.png") no-repeat center/68px auto;
}
.vdo_list .thumb .slide .item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.vdo_list .thumb .slide .item a:hover::before, .vdo_list .thumb .slide .item a.on::before {
  border-color: #f5821f;
}
.vdo_list .thumb .slide-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat center;
}
.vdo_list .thumb .slide-arrow.prev {
  left: 0;
  background-image: url("../img/arrw_prev.png");
}
.vdo_list .thumb .slide-arrow.next {
  right: 0;
  background-image: url("../img/arrw_nxt.png");
}
.vdo_list .tooltip {
  display: none;
  position: absolute;
  z-index: 3;
  width: 250px;
  margin-top: 5px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
  opacity: 0;
}
.vdo_list .tooltip::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 100%;
  height: 12px;
  background: url("../img/balloon.png") no-repeat left center;
}
.vdo_list .tooltip p {
  color: #333;
}
.vdo_list .tooltip .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  color: #999;
}
.vdo_list .tooltip .time::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background: url("../img/ico_time.png") no-repeat left center;
}
.vdo_list .tooltip.on {
  display: block;
}

.notice .con_banner-10 h2 {
  border-bottom: 1px solid #474644;
}
.notice .select_all-select {
  border-top: 0;
}
.notice .page_list-group > ul {
  border-bottom: 2px solid #666;
}
.notice .page_list-group > ul > li {
  padding: 0;
  min-height: auto;
}
.notice .page_list-group > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 20px 100px 20px 0;
}
.notice .rpt_tit {
  width: 100%;
  padding-left: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice .rpt_tit b {
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
  padding-left: 0;
  background: none;
}
.notice .rpt_tit strong {
  min-height: auto;
  font-size: 1.125rem;
}
.notice .rpt_other {
  position: static;
  margin: 0;
  margin-top: 20px;
}
.notice .rpt_link {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.notice .rpt_link * {
  width: 60px;
  height: 40px;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
}

/* 보도자료 list - type 이미지  */
.share .rpt_tit {
  width: 85%;
}
.share .rpt_tit b {
  padding-left: 0;
  background: none !important;
}
.share .rpt_link {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.share .rpt_link * {
  width: 60px;
  height: 40px;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
}

.file_bubble {
  display: none;
  opacity: 0;
  position: absolute;
  top: calc(50% + 25px);
  bottom: auto;
  left: auto;
  right: 0;
  z-index: 2;
  width: 200px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.file_bubble .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.file_bubble .top strong {
  color: #999;
  font-size: 0.875rem;
  font-weight: 400;
}
.file_bubble .top button {
  width: 20px;
  height: 100%;
  background: url("../img/btn_popup-close.png") no-repeat center/auto 100%;
}
.file_bubble ul {
  margin-top: 12px;
  border-top: 1px dashed #999;
  border-bottom: 0;
}
.file_bubble ul li {
  margin-top: 12px;
  border-top: 0;
  padding: 0;
  min-height: auto;
}
.file_bubble ul li a {
  margin: 0;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.file_bubble ul li a:hover {
  color: #f5821f;
}

.press .relation_data-box {
  margin-top: 80px;
}

.media_press .page_top-wrap h2 em::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 28px;
  background-color: #666;
  margin: 0 10px;
}
.media_press .page_top-wrap h2 em:first-child::before {
  display: none;
}
.media_press .page_list-group > ul {
  border-top: 2px solid #666;
}
.media_press .relation_data-box {
  margin-top: 80px;
}

.magazine .con_banner-16 h2 {
  color: #333;
}
.magazine .view_top-guide .tit_top .other span {
  color: #333;
  font-size: 1.125rem;
}
.magazine .view_top-guide .tit_top .other .maincolor {
  display: inline-block;
  color: #f5821f;
  font-weight: 600;
}
.magazine .month_view-select .select-month {
  width: 880px;
}
.magazine .month_view-select .select-month li {
  margin: 0 80px;
}
.magazine .month_view-select .select-month li::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 3px;
  left: -80px;
  right: auto;
  width: 1px;
  height: 30px;
  background-color: #fff;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
}
.magazine .month_view-select .select-month li:first-child::before {
  content: none;
}
.magazine .month_view-select .select-month li:last-child {
  margin-right: 0;
}
.magazine .month_view-select .select-month li button {
  font-size: 1.875rem;
}
.magazine .month_view-select .select-month li.on button {
  font-size: 2.25rem;
}
.magazine .page_view .post-box .bundlebox {
  margin-bottom: 0;
  padding-top: 0;
}
.magazine .page_view .post-box .desc > dl > dt {
  border-color: #333;
}
.magazine .page_view .post-box .desc > dl > dd {
  background-color: #f7f7f8;
}
.magazine .page_view .post-box .page_list-group .post-tit .tit {
  padding-right: 200px;
  font-size: 2.25rem;
}
.magazine .page_view .post-box .page_list-group .post-tit .tit .point {
  color: #f5821f;
}
.magazine .page_view .post-box .page_list-group ul {
  border: none;
}
.magazine .page_view .post-box .page_list-group li {
  padding: 40px 0 40px 350px;
}
.magazine .page_view .post-box .page_list-group li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-image: none;
  padding-left: 0;
}
.magazine .page_view .post-box .page_list-group .rpt_other {
  margin-right: 0;
}
.magazine .page_view .post-box .page_list-group .rpt_other p {
  line-height: 1.4em;
}

.magazine-list {
  margin-top: 70px;
  background-color: #fbf5f0;
}
.magazine-list .point {
  color: #f5821f;
}
.magazine-list .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 1320px;
  margin: 0 auto;
  padding: 65px 0;
}
.magazine-list .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 270px;
  padding-top: 30px;
  background: url("../img/ans_logo.png") no-repeat left bottom;
}
.magazine-list .tit strong {
  line-height: 1.2em;
  color: #333;
  font-size: 1.875rem;
  font-weight: 300;
}
.magazine-list .tit em {
  line-height: 1.2em;
  color: #f9ece1;
  font-size: 2.25rem;
  font-weight: 600;
}
.magazine-list .list {
  position: relative;
  width: calc(100% - 360px);
}
.magazine-list .list .wrapper {
  overflow: hidden;
}
.magazine-list .list .slide-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #fff no-repeat;
  border-radius: 100%;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.magazine-list .list .slide-arrow.prev {
  left: -80px;
  background-image: url("../img/arrw_prev_g.png");
  background-position: 20px center;
}
.magazine-list .list .slide-arrow.prev:hover {
  background-image: url("../img/arrw_prev.png");
}
.magazine-list .list .slide-arrow.next {
  right: -80px;
  background-image: url("../img/arrw_nxt_g.png");
  background-position: 25px center;
}
.magazine-list .list .slide-arrow.next:hover {
  background-image: url("../img/arrw_nxt.png");
}
.magazine-list .list .item {
  display: inline-block;
  margin: 0 25px;
  padding: 8px 0;
}
.magazine-list .list .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.magazine-list .list .item a:hover .img::after {
  border: 3px solid #f5821f;
}
.magazine-list .list .item .img {
  position: relative;
  width: 180px;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.magazine-list .list .item .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.magazine-list .list .item .img:hover {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.magazine-list .list .item strong {
  display: block;
  margin-bottom: 15px;
  color: #333;
  font-weight: 400;
  font-size: 1rem;
}
.magazine-list .list .item strong .point {
  font-weight: 700;
  margin-left: 10px;
}

.popup_left-slide.magazine .pop_top h4 {
  margin-bottom: 0;
}
.popup_left-slide.magazine .pop_list-group li:last-child {
  border-bottom: 1px dashed #a0a0a0;
}
.popup_left-slide.magazine .pop_list-group li a {
  width: 100%;
  padding-left: 20px;
  padding-right: 120px;
  background-image: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popup_left-slide.magazine .pop_list-group li a:hover {
  background-image: none;
}
.popup_left-slide.magazine .pop_list-group li a > span {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  width: 100px;
  height: 66px;
  margin-right: 12px;
  background: #dbdbdb url(../img/KDI_logo-w.png) no-repeat center/40% auto;
}
.popup_left-slide.magazine .pop_list-group li a > span img {
  display: block;
  width: 100%;
  height: auto;
}
.popup_left-slide.magazine .pop_list-group li a strong {
  display: block;
  width: 80%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.popup_left-slide.magazine .pop_list-group li a b {
  margin-bottom: 2px;
  color: #f5821f;
  font-weight: 400;
  display: block;
}
.popup_left-slide.magazine .pop_list-group li a p {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.popup_left-slide.magazine .pop_list-group li a p span {
  color: #333;
}
.popup_left-slide.magazine .pop_list-group li a p span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.popup_left-slide.magazine .pop_list-group li a p span .point {
  color: #f5821f;
  font-weight: 600;
  margin-left: 6px;
}

.recruit .comm_tab-select li {
  width: 25%;
}
.recruit .page_card-sort .load_box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.recruit .page_card-sort .load_box li {
  overflow: hidden;
}
.recruit .page_card-sort .load_box li > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.recruit .page_card-sort .load_box li > a:hover {
  padding: 0;
  border: 1px solid #d6d6d6;
}
.recruit .page_card-sort .load_box li > a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  border: 2px solid #f5821f;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit .page_card-sort .load_box li > a .txt_guard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0;
}
.recruit .page_card-sort .load_box li > a .txt_guard .info {
  padding: 30px;
}
.recruit .page_card-sort .load_box li > a .txt_guard em.bg {
  display: inline-block;
  padding: 4px 16px 6px 16px;
  background-color: #f5821f;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
}
.recruit .page_card-sort .load_box li > a .txt_guard strong {
  display: block;
  margin-bottom: 48px;
  line-height: 1.2em;
  color: #2d2c2b;
  font-size: 1.5rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
}
.recruit .page_card-sort .load_box li > a .txt_guard p {
  margin-bottom: 0;
  line-height: 1.4em;
  color: #666;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 45px;
  white-space: normal;
}
.recruit .page_card-sort .load_box li > a .txt_guard .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d6d6d6;
}
.recruit .page_card-sort .load_box li > a .txt_guard .date span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  padding: 20px 0;
  color: #333;
  letter-spacing: 0;
  font-size: 1rem;
}
.recruit .page_card-sort .load_box li > a .txt_guard .date span.dday {
  width: 40%;
  background-color: #f5821f;
  color: #fff;
  font-size: 1.125rem;
}
.recruit .page_card-sort .load_box li .pass {
  position: absolute;
  top: -999em;
  bottom: auto;
  left: -999em;
  right: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.recruit .page_card-sort .load_box li .pass a {
  display: block;
  width: 100%;
  height: 100%;
}
.recruit .page_card-sort .load_box li .pass a span {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 25px;
  background-color: #f5821f;
  border: 2px solid #f5821f;
  border-radius: 20px;
  color: #fff;
  font-size: 1.25rem;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.recruit .page_card-sort .load_box li .pass a span:hover {
  background-color: #fff;
  color: #f5821f;
}
.recruit .page_card-sort .load_box li.pass-list:hover .pass {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  opacity: 1;
}
.recruit .page_card-sort .load_box li.pass-list .txt_guard em.bg,
.recruit .page_card-sort .load_box li.pass-list .txt_guard .date span.dday {
  background-color: #66635d;
}
.recruit .page_card-sort .load_box li.pass-list .pass a span {
  background-color: #66635d;
  color: #fff;
  border-color: #66635d;
}
.recruit .page_card-sort .load_box li.g .txt_guard em.bg,
.recruit .page_card-sort .load_box li.g .txt_guard .date span.dday {
  background-color: #f1f1f2;
  color: #878787;
}
.recruit .guide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1144px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit .recruit-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 100px;
  border: 2px solid #f5821f;
  border-radius: 6px;
}
.recruit .recruit-info span {
  line-height: 1.2em;
  color: #f5821f;
  font-size: 1.5rem;
}
.recruit .view_top-guide .recruit-info {
  width: 12%;
  margin-top: 30px;
}
.recruit .view_top-guide .tit_top {
  width: 72%;
  padding-left: 0;
  padding-right: 0;
}
.recruit .view_top-guide .tit_top p:not(.other) {
  line-height: 1.2em;
  color: #666;
  font-size: 1rem;
}
.recruit .view_top-guide .move_name {
  width: 16%;
  margin-top: 30px;
}
.recruit .view_top-guide .move_name * {
  font-size: 1.125rem;
  display: block;
  height: 44px;
  line-height: 42px;
  width: 100%;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 22px;
}
.recruit .view_top-guide .move_name h4 {
  background-color: #999;
  color: #fff;
}
.recruit .view_top-guide .move_name a {
  background-color: #fff;
  color: #f5821f;
  border: 2px solid #f5821f;
  margin-top: 6px;
}
.recruit .view_top-guide .move_name a:hover {
  background-color: #f5821f;
  color: #fff;
}

.popup_left-slide.recruit-pop .other {
  margin-top: 16px;
}
.popup_left-slide.recruit-pop .other span {
  color: #999;
  font-size: 1rem;
}
.popup_left-slide.recruit-pop .other span::before {
  content: "ㅣ";
  padding: 0 6px;
  text-align: center;
  color: #ddd;
  font-size: 0.8rem;
}
.popup_left-slide.recruit-pop .other span:first-child::before {
  display: none;
  padding: 0;
}
.popup_left-slide.recruit-pop .other.al {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.popup_left-slide.recruit-pop .other.ar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.popup_left-slide.recruit-pop h4 {
  margin-bottom: 0;
}
.popup_left-slide.recruit-pop .recruit_noti {
  padding: 30px;
  background-color: #f9f3ef;
}
.popup_left-slide.recruit-pop .recruit_noti strong {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.popup_left-slide.recruit-pop .recruit_info {
  padding: 36px 0;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}
.popup_left-slide.recruit-pop .recruit_info strong {
  margin-bottom: 20px;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 62px;
}
.popup_left-slide.recruit-pop .pop_conts {
  height: calc(100vh - 552px);
  background-color: transparent;
}
.popup_left-slide.recruit-pop .file-box {
  padding: 25px 60px;
}
.popup_left-slide.recruit-pop .file-box .list {
  max-height: 80px;
  overflow-y: auto;
}

.multi .page_top-wrap {
  background: #0c0c0c url(../img/share_page_top_banner2.jpg) center no-repeat;
}
.multi .comm_tab-select {
  margin-top: 60px;
}
.multi .comm_tab-select li {
  width: 20%;
}

.page_card-sort {
  width: 1144px;
  margin: 60px auto 30px;
}
.page_card-sort .load_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_card-sort .load_box li {
  width: 32%;
  position: relative;
  margin-bottom: 28px;
  margin-left: 2%;
}
.page_card-sort .load_box li:nth-child(3n+1) {
  margin-left: 0;
}
.page_card-sort .load_box li * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_card-sort .load_box li > a {
  display: block;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
}
.page_card-sort .load_box li > a:hover {
  border: 2px solid #f5821f;
  -webkit-box-shadow: 4px 4px 8px #e3e3e3;
          box-shadow: 4px 4px 8px #e3e3e3;
  padding: 9px;
}
.page_card-sort .load_box li > a img {
  display: block;
  width: 100%;
  height: auto;
}
.page_card-sort .load_box li > a .img_top {
  overflow: hidden;
  position: relative;
}
.page_card-sort .load_box li > a .img_top .rep {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_card-sort .load_box li > a .txt_guard {
  padding: 12px 4px 8px 4px;
}
.page_card-sort .load_box li > a .txt_guard * {
  display: block;
}
.page_card-sort .load_box li > a .txt_guard em {
  color: #f5821f;
  font-weight: 500;
  margin-bottom: 10px;
}
.page_card-sort .load_box li > a .txt_guard p {
  font-size: 1.125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 60px;
  line-height: 1.2em;
}
.page_card-sort .load_box li > a .txt_guard span {
  font-size: 0.875rem;
  color: #999;
  letter-spacing: 0;
}
.page_card-sort .load_box li .link {
  position: absolute;
  left: 0;
  bottom: 46px;
  padding: 0 10px;
  overflow: hidden;
  height: 26px;
  width: 100%;
}
.page_card-sort .load_box li .link a {
  display: inline-block;
  vertical-align: top;
  color: #666;
  font-size: 0.875rem;
  background-color: #f1f1f2;
  padding: 5px 16px 7px 16px;
  border-radius: 14px;
  margin-left: 10px;
  font-family: "Spoqa Han Sans";
}
.page_card-sort .load_box li .link a:first-child {
  margin-left: 0;
}
.page_card-sort .load_box li .link a:hover {
  text-decoration: underline;
}
.page_card-sort .load_box.graphic li > a:hover {
  border: 1px solid #d6d6d6;
  padding: 10px;
}
.page_card-sort .load_box.graphic li > a:hover .back {
  opacity: 1;
}
.page_card-sort .load_box.graphic li .txt_guard {
  text-align: center;
}
.page_card-sort .load_box.graphic li .txt_guard p {
  line-height: 1.3em;
  height: 70px;
  overflow: hidden;
  margin-bottom: 0;
}
.page_card-sort .load_box.graphic li .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.page_card-sort .load_box.graphic li .back .bg_guide {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 18px;
}
.page_card-sort .load_box.graphic li .back .bg_guide * {
  color: #fff;
  display: block;
}
.page_card-sort .load_box.graphic li .back .bg_guide em {
  color: #f5821f;
  font-weight: 500;
  margin-top: 30px;
}
.page_card-sort .load_box.graphic li .back .bg_guide p {
  font-size: 1.125rem;
  line-height: 1.3em;
  height: 70px;
  overflow: hidden;
  margin-top: 24px;
}
.page_card-sort .load_box.graphic li .back .bg_guide span {
  letter-spacing: 0;
  color: #999;
  font-size: 0.875rem;
  margin: 24px 0 30px 0;
}
.page_card-sort .load_box.graphic li .back .bg_guide .exp {
  border-top: 1px solid #999;
  padding-top: 26px;
  line-height: 1.4em;
  height: 96px;
  overflow: hidden;
}
.page_card-sort .load_box.graphic li .back:after {
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.page_card-sort .load_box.shorts_layout {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(3, calc(33.3% - 70px));
  gap: 50px 100px;
}
.page_card-sort .load_box.shorts_layout li {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#webVersion .page_card-sort .load_box.shorts_layout li:hover {
  border: 2px solid #f5821f;
  -webkit-box-shadow: 4px 4px 8px #e3e3e3;
          box-shadow: 4px 4px 8px #e3e3e3;
  padding: 9px;
}
#webVersion .page_card-sort .load_box.shorts_layout li:hover iframe {
  left: 9px;
  top: 9px;
  width: calc(100% - 18px + 1px);
  height: calc(100% - 18px + 1px);
}
.page_card-sort .load_box.shorts_layout li iframe {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 18px - 1px);
  height: calc(100% - 18px - 1px);
}
.page_card-sort .load_box.shorts_layout li img {
  display: block;
  width: 100%;
}

/* popup - 멀티컨텐츠 영상/그래픽 */
.move_movie_view {
  overflow-y: scroll;
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}
.move_movie_view::-webkit-scrollbar {
  width: 5px;
}
.move_movie_view::-webkit-scrollbar-track {
  background-color: #fff;
}
.move_movie_view::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.move_movie_view::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.move_movie_view::-webkit-scrollbar-thumb:active {
  background: #808080;
}
.move_movie_view::-webkit-scrollbar-button {
  display: none;
}
.move_movie_view .pop_top h4 {
  margin-bottom: 30px;
  padding-left: 44px;
}
.move_movie_view .multi_title {
  text-align: center;
  margin: 30px 0 24px 0;
}
.move_movie_view .multi_title * {
  display: block;
  line-height: 1em;
}
.move_movie_view .multi_title em {
  color: #f5821f;
  font-weight: 500;
  margin-bottom: 20px;
}
.move_movie_view .multi_title p {
  font-size: 1.5rem;
  margin-bottom: 26px;
}
.move_movie_view .multi_title span {
  letter-spacing: 0;
  color: #999;
  margin-top: 16px;
}
.move_movie_view .multi_title .link a {
  display: inline-block;
  vertical-align: top;
  color: #666;
  font-size: 0.875rem;
  background-color: #f1f1f2;
  padding: 5px 16px 7px 16px;
  border-radius: 14px;
  margin-left: 10px;
  font-family: "Spoqa Han Sans";
}
.move_movie_view .multi_title .link a:first-child {
  margin-left: 0;
}
.move_movie_view .multi_title .link a:hover {
  text-decoration: underline;
}
.move_movie_view .multi_conts {
  background-color: #f7f7f8;
  padding: 18px 10px;
}
.move_movie_view .multi_conts .utb_guide-box {
  width: 100%;
}
.move_movie_view .multi_conts .utb_guide-box .utb_title {
  padding: 0 10px;
}
.move_movie_view .multi_conts .utb_guide-box .utb_title strong {
  padding-left: 26px;
  background-image: url(../img/ico_list-report.png);
  line-height: 18px;
}
.move_movie_view .multi_conts .utb_guide-box .utb_title strong a {
  color: #f5821f;
  font-size: 1rem;
  line-height: 18px;
  display: block;
}
.move_movie_view .multi_conts .utb_guide-box .utb_title strong a::after {
  background-image: url(../img/ico_arrw_o.png);
  background-size: 16px auto;
  height: 20px;
}
.move_movie_view .multi_conts .mov_exp {
  margin-top: 24px;
  padding: 0 10px;
  line-height: 1.4em;
  color: #333;
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}
.move_movie_view .multi_conts .mov_exp::-webkit-scrollbar {
  width: 5px;
}
.move_movie_view .multi_conts .mov_exp::-webkit-scrollbar-track {
  background-color: #fff;
}
.move_movie_view .multi_conts .mov_exp::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.move_movie_view .multi_conts .mov_exp::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.move_movie_view .multi_conts .mov_exp::-webkit-scrollbar-thumb:active {
  background: #808080;
}
.move_movie_view .multi_conts .mov_exp::-webkit-scrollbar-button {
  display: none;
}
.move_movie_view .multi_conts .mov_exp .editor-template {
  height: 100%;
}
.move_movie_view .multi_conts .mov_exp dl {
  color: #666;
  font-family: "Spoqa Han Sans";
}
.move_movie_view .multi_conts .mov_exp dl dt {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 500;
}
.move_movie_view .multi_conts .mov_exp dl dd {
  height: 200px;
  overflow-y: scroll;
  padding-right: 20px;
  line-height: 1.6em;
  letter-spacing: 0;
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}
.move_movie_view .multi_conts .mov_exp dl dd::-webkit-scrollbar {
  width: 5px;
}
.move_movie_view .multi_conts .mov_exp dl dd::-webkit-scrollbar-track {
  background-color: #fff;
}
.move_movie_view .multi_conts .mov_exp dl dd::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.move_movie_view .multi_conts .mov_exp dl dd::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.move_movie_view .multi_conts .mov_exp dl dd::-webkit-scrollbar-thumb:active {
  background: #808080;
}
.move_movie_view .multi_conts .mov_exp dl dd::-webkit-scrollbar-button {
  display: none;
}

.move_movie_view.graphic_view .multi_conts {
  padding: 10px 0 0 0;
  overflow: hidden;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_title {
  margin-bottom: 10px;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_title strong {
  line-height: 1em;
  margin-top: 8px;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts img {
  display: block;
  width: 100%;
  height: auto;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider {
  position: relative;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-list {
  width: 100%;
  overflow: hidden;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-list .slick-track {
  overflow: hidden;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-list img {
  float: left;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 0;
  line-height: 0;
  z-index: 1;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-arrow.slick-prev {
  left: 3%;
  background-image: url(../img/btn_prev.png);
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-arrow.slick-next {
  right: 3%;
  background-image: url(../img/btn_next.png);
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  opacity: 0.9;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-dots li {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f5821f;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-dots li:first-child {
  margin-left: 0;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-dots li.slick-active button {
  width: 40px;
  border-radius: 6px;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_frmae button {
  display: block;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_frmae button:hover::before, .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_frmae button:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_frmae button:hover::before {
  background-color: #000;
  opacity: 0.4;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_frmae button:hover::after {
  background: url(../img/ico_mfglass.png) center no-repeat;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_frmae button.offhover {
  cursor: default;
}
.move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_frmae button.offhover:hover::before, .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_frmae button.offhover:hover::after {
  display: none;
}
.move_movie_view.graphic_view .sns_btn-box {
  padding: 0;
}
.move_movie_view.graphic_view .addfile_list {
  margin-bottom: 40px;
}

.addfile_list {
  background-color: #f7f7f8;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  padding: 16px 0 16px 170px;
}
.addfile_list strong {
  font-weight: 400;
  color: #333;
  font-size: 1.125rem;
  position: absolute;
  left: 60px;
  top: 34px;
}
.addfile_list ul li {
  margin-top: 10px;
  margin-right: 40px;
}
.addfile_list ul li a {
  color: #999;
  padding: 4px 0 10px 30px;
  background: url(../img/ico_file.png) 0 0 no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1em;
  display: block;
}
.addfile_list ul li a:hover {
  color: #f5821f;
}
.addfile_list ul lili:first-child {
  margin-top: 0;
}

.social .page_top-wrap {
  background: #102a63 url(../img/share_page_top_banner4.jpg) center no-repeat;
}

.social_each-btns {
  background-color: #f9f3ef;
}
.social_each-btns .guide_box {
  width: 1144px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.social_each-btns .guide_box button {
  color: #333;
}
.social_each-btns .guide_box > button {
  font-size: 1.125rem;
  line-height: 32px;
}
.social_each-btns .guide_box > button::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: #fff url(../img/btn_menu-line.png) center no-repeat;
  margin-right: 10px;
}
.social_each-btns .guide_box ul {
  text-align: right;
}
.social_each-btns .guide_box ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
.social_each-btns .guide_box ul li button {
  display: block;
  background-color: #fff;
  text-align: center;
  width: 180px;
  line-height: 20px;
  padding: 9px 0;
}
.social_each-btns .guide_box ul li button::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
}
.social_each-btns .guide_box ul li button.u::before {
  background-image: url(../img/ico_sns02.jpg);
}
.social_each-btns .guide_box ul li button.n::before {
  background-image: url(../img/ico_sns01.jpg);
}
.social_each-btns .guide_box ul li button.f::before {
  background-image: url(../img/ico_sns03.jpg);
}
.social_each-btns .guide_box ul li button.p::before {
  background-image: url(../img/ico_sns04.jpg);
}
.social_each-btns .guide_box ul li button.i::before {
  background-image: url(../img/ico_sns05.jpg);
}

.social_each-boxs {
  width: 1144px;
  margin: 0 auto;
  overflow: hidden;
  /* .item_load{margin:60px 0 20px 0;position:relative;overflow:hidden;
      figure{float:left;width:31.3%;border:1px solid #d6d6d6;border-radius:6px;box-sizing:border-box;padding:15px;margin:1%;
          strong{display:block;font-weight:400;line-height:30px;margin-bottom:18px;border-bottom:1px solid #999;padding-bottom:14px;
              &::before{content:'';@include inlineBlock;width:32px;height:32px;background-position:0 0;background-repeat:no-repeat;background-size:100% auto;margin-right:12px}
              &.u::before{background-image:url(../img/ico_sns02.jpg)}
              &.n::before{background-image:url(../img/ico_sns01.jpg)}
              &.f::before{background-image:url(../img/ico_sns03.jpg)}
              &.p::before{background-image:url(../img/ico_sns04.jpg)}
          }
          .conts{
              a{display:block}
              img{display:block;width:100% !important;height:auto !important;margin:12px 0;
                  &:first-child{margin-top:0}
                  &:last-child{margin-bottom:0}
              }
              figcaption{line-height:1.5em}
          }
      }
  } */
}
.social_each-boxs > button {
  display: block;
  width: 200px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-align: center;
  line-height: 36px;
  margin: 0 auto;
}
.social_each-boxs > button::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 100%;
  background: url(../img/ico_arw-bottom.png) right center no-repeat;
}
.social_each-boxs .item_load {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 20px 0;
}
.social_each-boxs .item_load figure {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  margin: 0;
}
.social_each-boxs .item_load figure strong {
  display: block;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 18px;
  border-bottom: 1px solid #999;
  padding-bottom: 14px;
}
.social_each-boxs .item_load figure strong::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 12px;
}
.social_each-boxs .item_load figure strong.u::before {
  background-image: url(../img/ico_sns02.jpg);
}
.social_each-boxs .item_load figure strong.n::before {
  background-image: url(../img/ico_sns01.jpg);
}
.social_each-boxs .item_load figure strong.f::before {
  background-image: url(../img/ico_sns03.jpg);
}
.social_each-boxs .item_load figure strong.p::before {
  background-image: url(../img/ico_sns04.jpg);
}
.social_each-boxs .item_load figure strong.i::before {
  background-image: url(../img/ico_sns05.jpg);
}
.social_each-boxs .item_load figure .conts a {
  display: block;
}
.social_each-boxs .item_load figure .conts img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 12px 0;
}
.social_each-boxs .item_load figure .conts img:first-child {
  margin-top: 0;
}
.social_each-boxs .item_load figure .conts img:last-child {
  margin-bottom: 0;
}
.social_each-boxs .item_load figure .conts figcaption {
  line-height: 1.5em;
  width: 100%;
  word-break: normal;
}

.user_guide .page_top-wrap {
  background: #353535 url(../img/share_page_top_banner5.jpg) center no-repeat;
}

.user_top-info {
  background-color: #f7f7f8;
  padding: 56px 0;
  text-align: center;
}
.user_top-info dt {
  margin-bottom: 30px;
  font-size: 1.125rem;
  color: #333;
}
.user_top-info dd {
  background-color: #fff;
  color: #666;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  width: 1144px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1.5em;
}
.user_top-info dd em {
  color: #f5821f;
  font-weight: 500;
}
.user_top-info dd strong {
  font-weight: 500;
  color: #333;
}
.user_top-info .sch_title {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1em;
  margin-bottom: 30px;
}
.user_top-info .schematic {
  width: 1144px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 50px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.user_top-info .schematic ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user_top-info .schematic ol li {
  width: 17.2%;
  text-align: center;
}
.user_top-info .schematic ol li .figure {
  position: relative;
  padding-right: 20%;
  position: relative;
}
.user_top-info .schematic ol li .figure::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: url(../img/arrw_nxt.png) center no-repeat;
}
.user_top-info .schematic ol li .figure span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 44px 0 12px 0;
  display: block;
  border-radius: 10px;
  border: 2px solid #f5821f;
  font-size: 0.875rem;
  color: #999;
  line-height: 1em;
  background-position: center 6px;
  background-repeat: no-repeat;
}
.user_top-info .schematic ol li .figure span.f1 {
  background-image: url(../img/ico_figure1.png);
}
.user_top-info .schematic ol li .figure span.f2 {
  background-image: url(../img/ico_figure2.png);
}
.user_top-info .schematic ol li .figure span.f3 {
  background-image: url(../img/ico_figure3.png);
}
.user_top-info .schematic ol li .figure span.f4 {
  background-image: url(../img/ico_figure4.png);
}
.user_top-info .schematic ol li .figure span.f5 {
  background-image: url(../img/ico_figure5.png);
}
.user_top-info .schematic ol li .figure span.f6 {
  background-image: url(../img/ico_figure6.png);
}
.user_top-info .schematic ol li p {
  font-size: 1rem;
  line-height: 1.2em;
  color: #333;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20%;
  white-space: nowrap;
}
.user_top-info .schematic ol li:last-child {
  width: 14%;
}
.user_top-info .schematic ol li:last-child .figure {
  padding-right: 0;
}
.user_top-info .schematic ol li:last-child .figure span {
  width: 100%;
}
.user_top-info .schematic ol li:last-child .figure::after {
  display: none;
}
.user_top-info .schematic ol li:last-child p {
  padding-right: 0;
}

.user_top-info-title {
  padding: 56px 0;
  text-align: center;
  font-size: 1.125rem;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.4em;
}

.user_guide .page_search-inp .search_guide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user_guide .page_search-inp .search_guide > button {
  margin-left: 0;
}
.user_guide .page_search-inp .search_guide > label {
  margin-right: 14px;
}
.user_guide .user_search-wrap {
  width: 1144px;
  margin: 56px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user_guide .user_search-wrap .select_up-txt {
  display: none;
}
.user_guide .user_search-wrap .user_select {
  width: 24%;
}
.user_guide .user_search-wrap .user_select .top {
  display: none;
}
.user_guide .user_search-wrap .user_select ul {
  width: 220px;
}
.user_guide .user_search-wrap .user_select ul li {
  background: url(../img/line_dotted.png) left bottom repeat-x;
  padding: 1px 0 2px 0;
}
.user_guide .user_search-wrap .user_select ul li button {
  color: #333;
  font-size: 1.125rem;
  text-indent: 26px;
  height: 46px;
  line-height: 44px;
  display: block;
  width: 100%;
  text-align: left;
}
.user_guide .user_search-wrap .user_select ul li button.on, .user_guide .user_search-wrap .user_select ul li button:hover {
  color: #fff;
  background-color: #f5821f;
}
.user_guide .user_search-wrap .user_result {
  width: 76%;
}
.user_guide .user_search-wrap .user_result .result_line {
  text-align: center;
  color: #333;
  font-size: 1.125rem;
  border-bottom: 2px solid #666;
  padding-bottom: 30px;
  line-height: 1.3em;
}
.user_guide .user_search-wrap .user_result .result_line em {
  font-weight: 500;
  color: #f5821f;
}
.user_guide .user_search-wrap .user_result .result_mark {
  border-top: 1px solid #edeeee;
}
.user_guide .user_search-wrap .user_result .result_mark dl {
  border-bottom: 1px solid #edeeee;
  padding: 36px 0 46px 0;
}
.user_guide .user_search-wrap .user_result .result_mark dl dt {
  font-size: 1.5rem;
  color: #333;
  line-height: 1em;
  padding-bottom: 36px;
}
.user_guide .user_search-wrap .user_result .result_mark dl dd ul li {
  margin-top: 16px;
  padding-left: 22px;
  position: relative;
}
.user_guide .user_search-wrap .user_result .result_mark dl dd ul li:first-child {
  margin-top: 0;
}
.user_guide .user_search-wrap .user_result .result_mark dl dd ul li button {
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: left;
}
.user_guide .user_search-wrap .user_result .result_mark dl dd ul li button:hover {
  text-decoration: underline;
}
.user_guide .user_search-wrap .user_result .result_mark dl dd ul li em {
  color: #f5821f;
  font-weight: 500;
}
.user_guide .user_search-wrap .user_result .result_mark dl dd ul li span {
  color: #f5821f;
  position: absolute;
  left: 0;
  top: -1px;
}

/* popup - KDI가이드 */
.user_guide-popup .pop_top h4.v04 {
  margin-bottom: 0;
}
.user_guide-popup .user_sup {
  font-size: 1.125rem;
  padding: 16px 0 14px 0;
  border-bottom: 2px solid #666;
  margin-bottom: 32px;
}
.user_guide-popup .user_sup > span {
  display: inline-block;
  vertical-align: top;
}
.user_guide-popup .user_sup > span::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-color: #dcdcdc;
  width: 2px;
  height: 20px;
  margin: -2px 12px 0 12px;
}
.user_guide-popup .user_title {
  font-size: 1.5rem;
  line-height: 1.2em;
  position: relative;
  padding: 0 0 40px 30px;
  border-bottom: 1px solid #d6d6d6;
}
.user_guide-popup .user_title > span {
  color: #f5821f;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -1px;
}
.user_guide-popup .user_conts {
  position: relative;
  height: 74vh;
  padding-left: 36px;
  overflow-y: auto;
}
.user_guide-popup .user_conts > span {
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 35px;
  color: #f5821f;
}
.user_guide-popup .user_conts .comm_type04 {
  margin: 30px 0;
  line-height: 1.4em;
}
.user_guide-popup .user_conts .comm_type04 ul li {
  margin-top: 20px;
  line-height: 1.4em;
}
.user_guide-popup .user_conts .comm_type04 ul li:first-child {
  margin-top: 0;
}
.user_guide-popup .user_conts .comm_type04 ul li span {
  display: block;
  margin-bottom: 2px;
}
.user_guide-popup .user_conts .comm_type04 p {
  margin-top: 20px;
  font-weight: 700;
}

.project_wrap-guide .page_top-wrap {
  background: #3e6a80 url(../img/share_page_top_banner6.jpg) center no-repeat;
}
.project_wrap-guide .btns_align {
  width: 1144px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.project_wrap-guide .btns_align .result_btns a {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  color: #666;
  font-size: 0.9375rem;
  padding: 0 14px;
  line-height: 34px;
  height: 34px;
}
.project_wrap-guide .btns_align .result_btns a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 100%;
  background: url(../img/ico_arrw_g.png) right center no-repeat;
}
.project_wrap-guide .btns_align .proposal_btns {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  background-color: #f5821f;
  text-align: center;
}
.project_wrap-guide .btns_align .proposal_btns::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 66px;
  height: 100%;
  background: url(../img/ico_arrw_w2.png) right center no-repeat;
}

.research_lock-list {
  width: 1144px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 50px;
}
.research_lock-list > p {
  color: #f5821f;
  margin-bottom: 16px;
}
.research_lock-list ul {
  border-top: 2px solid #edeeee;
}
.research_lock-list ul li {
  border-bottom: 2px solid #edeeee;
}
.research_lock-list ul a {
  display: block;
  position: relative;
  padding: 18px 180px 18px 30px;
}
.research_lock-list ul a em,
.research_lock-list ul a span {
  position: absolute;
  top: 50%;
  display: block;
}
.research_lock-list ul a em {
  left: 0;
  text-indent: -99999em;
  width: 16px;
  height: 20px;
  margin-top: -10px;
  background: url(../img/ico_lock.png) 0 0 no-repeat;
}
.research_lock-list ul a span {
  right: 0;
  color: #999;
  text-align: right;
  margin-top: -9px;
}
.research_lock-list ul a span b {
  text-align: left;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
.research_lock-list ul a p {
  font-size: 1.125rem;
  line-height: 1.3em;
}
.research_lock-list ul a:hover p {
  color: #f5821f;
}

.research_lock-view .lock_top-title {
  border-bottom: 1px solid #eeeeef;
  -webkit-box-shadow: 0 12px 20px #f0f0f0;
          box-shadow: 0 12px 20px #f0f0f0;
  margin-bottom: 50px;
}
.research_lock-view .lock_top-title .top_guide {
  width: 1144px;
  margin: 0 auto;
  padding: 50px 0 20px 0;
}
.research_lock-view .lock_top-title .top_guide .tit {
  margin-bottom: 46px;
}
.research_lock-view .lock_top-title .top_guide .tit strong {
  display: block;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 400;
}
.research_lock-view .lock_top-title .top_guide .tit p {
  margin-top: 16px;
}
.research_lock-view .lock_top-title .top_guide .tit p span {
  color: #999;
}
.research_lock-view .lock_top-title .top_guide .tit p span::before {
  content: "ㅣ";
  margin: 0 8px;
  color: #ece6e2;
}
.research_lock-view .lock_top-title .top_guide .tit p span:first-child::before {
  display: none;
}
.research_lock-view .lock_top-title .top_guide .sns_btn-box {
  padding: 0;
}
.research_lock-view .lock_conts {
  line-height: 1.8em;
}
.research_lock-view .lock_conts .lock_editor {
  width: 860px;
  margin: 0 auto 60px;
}
.research_lock-view .lock_conts .qna_editor {
  width: 1144px;
  margin: 0 auto;
}
.research_lock-view .lock_conts .qna_editor .txt_load {
  padding: 26px 45px 26px 160px;
  position: relative;
}
.research_lock-view .lock_conts .qna_editor .txt_load > strong {
  display: block;
  position: absolute;
  left: 45px;
  top: 0;
  font-weight: 400;
  font-size: 1.125rem;
}
.research_lock-view .lock_conts .qna_editor .txt_load > strong em {
  font-size: 1.5rem;
  padding-right: 8px;
}
.research_lock-view .lock_conts .qna_editor .questions {
  padding-top: 0;
  padding-bottom: 45px;
}
.research_lock-view .lock_conts .qna_editor .questions > strong em {
  color: #f5821f;
}
.research_lock-view .lock_conts .qna_editor .answer {
  background-color: #f7f7f8;
}
.research_lock-view .lock_conts .qna_editor .answer > strong {
  top: 26px;
}
.research_lock-view .lock_conts .qna_editor .answer > strong em {
  color: #0099cc;
}
.research_lock-view .lock_conts .comm_twins-btns * {
  margin: 0 14px 0 0;
}
.research_lock-view .lock_conts .lock_btns {
  width: 1144px;
  margin: 0 auto;
  border-top: 2px solid #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
.research_lock-view .lock_conts .lock_btns > a {
  display: block;
  background-color: #666;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  width: 200px;
  height: 50px;
  line-height: 48px;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
}
.research_lock-view .lock_conts .lock_btns > a:hover {
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}

.comm_file-enter > label {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.comm_file-enter > label input[type=text] {
  width: 100%;
  background-color: #fff;
  height: 40px;
  cursor: default;
}
.comm_file-enter .file_btns {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 6px;
  overflow: hidden;
}
.comm_file-enter .file_btns label {
  display: block;
  width: 120px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #999;
  line-height: 38px;
}
.comm_file-enter .file_btns input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
}

.agree_wrap-box {
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}
.agree_wrap-box .privacy_conts {
  background-color: #f7f7f8;
  padding: 50px 60px;
  text-align: center;
}
.agree_wrap-box .privacy_conts > strong {
  display: block;
  color: #333;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
.agree_wrap-box .privacy_conts .inp_guide-wrap {
  text-align: left;
  margin: 34px 0;
  border: solid #666;
  border-width: 2px 0;
  padding: 30px 0;
}
.agree_wrap-box .privacy_conts .comm_check span {
  color: #333;
  font-size: 1.125rem;
}
.agree_wrap-box .comm_twins-btns {
  margin-top: 50px;
}

.write_data-cons {
  margin-top: 26px;
}
.write_data-cons > ul {
  border: solid #666;
  border-width: 2px 0;
  width: auto;
  padding: 30px 0;
}
.write_data-cons > ul li {
  text-align: left;
  margin-top: 22px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14%;
}
.write_data-cons > ul li:last-child {
  margin-top: 10px;
}
.write_data-cons > ul li:first-child {
  margin-top: 0;
}
.write_data-cons > ul li input {
  background-color: #fff;
  height: 40px;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s;
  padding: 0 15px;
  width: 50%;
  border-radius: 4px;
}
.write_data-cons > ul li textarea::-webkit-input-placeholder, .write_data-cons > ul li input::-webkit-input-placeholder {
  color: #d6d6d6;
}
.write_data-cons > ul li textarea::-moz-placeholder, .write_data-cons > ul li input::-moz-placeholder {
  color: #d6d6d6;
}
.write_data-cons > ul li textarea:-ms-input-placeholder, .write_data-cons > ul li input:-ms-input-placeholder {
  color: #d6d6d6;
}
.write_data-cons > ul li textarea::-ms-input-placeholder, .write_data-cons > ul li input::-ms-input-placeholder {
  color: #d6d6d6;
}
.write_data-cons > ul li textarea::placeholder,
.write_data-cons > ul li input::placeholder {
  color: #d6d6d6;
}
.write_data-cons > ul li input:focus {
  border-bottom-color: #f5821f;
}
.write_data-cons > ul li textarea {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #fff;
  -webkit-transition: border-bottom-color 0.2s;
  transition: border-bottom-color 0.2s;
  border-radius: 4px;
}
.write_data-cons > ul li textarea:focus {
  border-bottom-color: #f5821f;
}
.write_data-cons > ul li p {
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  margin-left: 16px;
}
.write_data-cons > ul li .comm_file-enter input[type=text] {
  width: 100%;
}
.write_data-cons > ul li .comm_file-enter input[type=file] {
  width: 100%;
  padding: 0;
  border-width: 0;
}
.write_data-cons > ul li .comm_file-enter input:focus {
  border-bottom-color: transparent;
}
.write_data-cons > ul li .center_sel {
  width: 50%;
}
.write_data-cons > ul li .label_name {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.4em;
}
.write_data-cons > ul li .comm_radio {
  margin-right: 44px;
}
.write_data-cons > ul li .comm_radio input[type=radio] {
  width: 0;
  height: 0;
  border-width: 0;
}
.write_data-cons > ul li .comm_radio input[type=radio] + span {
  margin: 7px 0;
}
.write_data-cons > ul li .phone_inp-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.write_data-cons > ul li .wid100 {
  width: 100%;
}
.write_data-cons > ul li .hand_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.write_data-cons > ul li .hand_phone label {
  position: absolute;
  left: -99999em;
  top: -99999em;
  text-indent: -99999em;
  width: 0;
  height: 0;
  overflow: hidden;
}
.write_data-cons > ul li .hand_phone input {
  width: 70%;
  padding: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.write_data-cons > ul li .hand_phone button {
  width: 120px;
  height: 40px;
  color: #fff;
  background-color: #999;
  margin-left: 6px;
}
.write_data-cons > ul li .hand_phone button.on {
  background-color: #f5821f;
}
.write_data-cons > ul li .hand_phone .comm_select {
  height: 40px;
  width: 24%;
}
.write_data-cons > ul li .hand_phone .comm_select select {
  padding-right: 36px;
}
.write_data-cons > ul li .number_inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.write_data-cons > ul li .number_inp label {
  color: #333;
  padding: 0 12px 0 24px;
}
.write_data-cons > ul li .number_inp input {
  width: 32%;
}
.write_data-cons > ul li .number_inp button {
  height: 40px;
  width: 80px;
  color: #fff;
  background-color: #999;
  margin-left: 6px;
}
.write_data-cons > ul li .number_inp em {
  text-align: right;
  color: #f5821f;
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: top;
  width: 48px;
}
.write_data-cons > ul li .check_mail {
  background-color: transparent;
  border-bottom-width: 0;
  color: #333;
  font-size: 1.125rem;
}
.write_data-cons > ul li .check_mail:focus {
  border-bottom-color: transparent;
}

.absurdity_wrap-guide .page_top-wrap {
  background: #17384f url(../img/share_page_top_banner9.jpg) center no-repeat;
}
.absurdity_wrap-guide .declaration {
  display: block;
  background-color: #f5821f;
  text-align: center;
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 38px;
  margin: 50px auto 0;
}
.absurdity_wrap-guide .declaration::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 66px;
  height: 100%;
  background: url(../img/ico_arw-right.png) right center no-repeat;
}
.absurdity_wrap-guide .viewitem {
  width: 1144px;
  margin: 0 auto;
  margin-top: 76px;
  line-height: 1.7em;
}
.absurdity_wrap-guide .viewitem .item_conts {
  padding: 0 50px;
}
.absurdity_wrap-guide .viewitem h3 {
  color: #f5821f;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.absurdity_wrap-guide .viewitem h3::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #f5821f;
  height: 2px;
  margin-top: 8px;
}
.absurdity_wrap-guide .viewitem p {
  margin: 22px 0 32px 0;
}
.absurdity_wrap-guide .viewitem dl dt {
  font-size: 1.125rem;
}
.absurdity_wrap-guide .viewitem dl dd ul li {
  margin-top: 8px;
}
.absurdity_wrap-guide .viewitem dl dd ul li a {
  display: inline-block;
  vertical-align: top;
  line-height: 1.7em;
  margin-left: 10px;
}
.absurdity_wrap-guide .viewitem dl dd ul li a:hover {
  color: #f5821f;
}
.absurdity_wrap-guide .viewitem dl dd ul li span {
  display: block;
  margin-left: 12px;
  margin-top: 4px;
}
.absurdity_wrap-guide .unfold {
  margin-top: 42px;
  background-color: #f7f7f8;
  border-bottom: 1px solid #f5821f;
}
.absurdity_wrap-guide .unfold > button {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 46px;
  text-align: right;
}
.absurdity_wrap-guide .unfold > button::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 100%;
  background: url(../img/ico_arw-linemap.png) center no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.absurdity_wrap-guide .unfold.open > button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.absurdity_wrap-guide .unfold .fold_conts {
  display: none;
}
.absurdity_wrap-guide .unfold .fold_conts > ol {
  padding: 18px 50px 50px 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.absurdity_wrap-guide .unfold .fold_conts > ol > li {
  width: 21%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.absurdity_wrap-guide .unfold .fold_conts > ol > li .step {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #f5821f;
  border-radius: 10px;
  background-color: #fff;
  padding: 18px 10px;
  text-align: center;
  line-height: 1.2em;
  position: relative;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  height: 124px;
}
.absurdity_wrap-guide .unfold .fold_conts > ol > li em {
  display: block;
  width: 100%;
  background: url(../img/line_dotted-org.png) left bottom repeat-x;
  color: #f5821f;
  font-size: 1.125rem;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.absurdity_wrap-guide .unfold .fold_conts > ol > li span {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 124px;
  background: url(../img/arrw_nxt.png) center no-repeat;
  text-indent: -999999em;
}
.absurdity_wrap-guide .unfold .fold_conts > ol > li:first-child {
  width: 16%;
}
.absurdity_wrap-guide .unfold .fold_conts > ol > li:first-child .step {
  width: 100%;
}
.absurdity_wrap-guide .unfold .fold_conts .step_align > li {
  width: 27%;
}
.absurdity_wrap-guide .unfold .fold_conts .step_align > li:first-child {
  width: 19%;
}
.absurdity_wrap-guide .unfold .fold_conts .step_align > li .step {
  width: 60%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.absurdity_wrap-guide .unfold .fold_conts .step_align > li span {
  width: 40%;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each {
  padding-top: 18px;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li {
  width: 13.5%;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li ul {
  width: 100%;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li:first-child {
  width: 10%;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li .step {
  width: 75%;
  height: 140px;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li span {
  width: 25%;
  height: 140px;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li .low li:first-child {
  margin-bottom: 12px;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li .low .step {
  height: 64px;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li .low span {
  height: 64px;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li.more {
  margin-top: 0;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li {
  width: 100%;
  height: 36px;
  margin-bottom: 0;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low span {
  height: 100%;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low .step {
  height: 100%;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li .move {
  height: 96px;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each > li .g {
  background-image: url(../img/arrw_nxt_g.png);
}
.absurdity_wrap-guide .unfold .fold_conts .step_each .short {
  width: 9%;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each .short .step {
  width: 62%;
}
.absurdity_wrap-guide .unfold .fold_conts .step_each .short span {
  width: 38%;
}

.qna_wrap-guide .page_top-wrap {
  background: #522900 url(../img/share_page_top_banner12.jpg) center no-repeat;
}
.qna_wrap-guide .page_search-inp .search_guide {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.qna_wrap-guide .research_lock-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qna_wrap-guide .research_lock-list li strong {
  font-weight: 500;
  display: block;
  width: 18%;
  padding: 20px 0;
}
.qna_wrap-guide .research_lock-list li strong.off {
  color: #f5821f;
}
.qna_wrap-guide .research_lock-list li a {
  width: 82%;
}

.page_box-part {
  padding: 52px 0;
  background-color: #f7f7f8;
}
.page_box-part br.mo {
  display: none;
}
.page_box-part > ul {
  width: 1144px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_box-part > ul li {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  border-radius: 6px;
  width: 48%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 18px;
}
.page_box-part > ul li strong {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 36px;
  background: url(../img/line_dotted-org.png) left bottom repeat-x;
  padding-bottom: 14px;
}
.page_box-part > ul li strong[class*=ico]::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 36px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center center;
}
.page_box-part > ul li strong.ico01::before {
  background-image: url(../img/ico_part01.png);
}
.page_box-part > ul li strong.ico02::before {
  background-image: url(../img/ico_part02.png);
}
.page_box-part > ul li strong.ico03::before {
  background-image: url(../img/ico_part03.png);
}
.page_box-part > ul li strong.ico04::before {
  background-image: url(../img/ico_part04.png);
}
.page_box-part > ul li strong.ico05::before {
  background-image: url(../img/ico_part05.png);
}
.page_box-part > ul li strong.ico06::before {
  background-image: url(../img/ico_part06.png);
}
.page_box-part > ul li strong span {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #2e7ec0;
  font-size: 15px;
  font-weight: 400;
}
.page_box-part > ul li p {
  font-size: 15px;
  color: #666;
  line-height: 1.4em;
  margin: 18px 0 26px 0;
}
.page_box-part > ul li p em {
  display: block;
}
.page_box-part > ul li .btns a {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 40px;
  color: #666;
  border: 1px solid #d6d6d6;
  line-height: 38px;
  margin: 0 4px;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
}
.page_box-part > ul li .btns a:hover {
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
  color: #f5821f;
}
.page_box-part.nsletter {
  background-color: #f9f3ef;
}
.page_box-part.nsletter > p {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 36px;
}
.page_box-part.nsletter > p strong {
  font-weight: 500;
  display: block;
}
.page_box-part.nsletter > dl {
  width: 1144px;
  margin: 0 auto;
  color: #999;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4em;
  margin-top: 26px;
}
.page_box-part.nsletter > dl dt {
  margin-right: 10px;
}
.page_box-part.nsletter > dl dd li {
  position: relative;
  padding-left: 10px;
}
.page_box-part.nsletter > dl dd li:before {
  content: "·";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
.page_box-part.nsletter > ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
.page_box-part.nsletter > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  width: auto;
}
.page_box-part.nsletter > ul li:first-child {
  margin-left: 0;
}
.page_box-part.nsletter > ul li strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_box-part.nsletter > ul li p {
  margin-bottom: 0;
}
.page_box-part.nsletter .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 10px;
}
.page_box-part.nsletter .btn_newsletter_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: auto;
  height: 45px;
  padding: 0 20px;
  background-color: #f5821f;
  border: 1px solid #f5821f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.8;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_box-part.nsletter .btn_newsletter_list::after {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: url("../img/ico_arrw_w2.png") no-repeat center/100% auto;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.page_box-part.nsletter .btn_newsletter_list:hover {
  background-color: #fff;
  color: #f5821f;
}
.page_box-part.nsletter .btn_newsletter_list:hover::after {
  background-image: url("../img/ico_arrw_o.png");
}
.page_box-part.recruit-part {
  margin-bottom: 62px;
}
.page_box-part.recruit-part .desc {
  margin-bottom: 40px !important;
  text-align: center;
  line-height: 1.4em;
  color: #333;
  font-size: 1.125rem;
}
.page_box-part.recruit-part > ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page_box-part.recruit-part > ul li {
  position: relative;
  margin-right: 12px;
  padding: 30px;
}
.page_box-part.recruit-part > ul li:hover {
  border-color: #f5821f;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.page_box-part.recruit-part > ul li:last-child {
  margin-right: 0;
}
.page_box-part.recruit-part > ul li a:hover .link {
  color: #f5821f;
}
.page_box-part.recruit-part > ul li a:hover::before {
  border: 2px solid #f5821f;
}
.page_box-part.recruit-part > ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_box-part.recruit-part > ul li strong {
  padding-bottom: 0;
  background-image: none;
  line-height: 1.2em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page_box-part.recruit-part > ul li strong::before {
  display: block;
  margin: 0 auto 5px;
}
.page_box-part.recruit-part > ul li strong.ico7::before {
  background-image: url("../img/ico_part7.png");
}
.page_box-part.recruit-part > ul li strong.ico8::before {
  background-image: url("../img/ico_part8.png");
}
.page_box-part.recruit-part > ul li strong.ico9::before {
  background-image: url("../img/ico_part9.png");
}
.page_box-part.recruit-part > ul li strong.ico10::before {
  background-image: url("../img/ico_part10.png");
}
.page_box-part.recruit-part > ul li .link {
  display: block;
  margin-top: 14px;
  color: #666;
  font-size: 0.9375rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

#previousNewsletter .pop_top h4 {
  background-image: url(../img/ico_news.png);
  margin-bottom: 0;
}
#previousNewsletter .newsletter_popup {
  margin-bottom: 30px;
}
#previousNewsletter .newsletter_popup li {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 23px 0 23px 100px;
}
#previousNewsletter .newsletter_popup li a {
  display: block;
}
#previousNewsletter .newsletter_popup li a:hover p {
  text-decoration: underline;
}
#previousNewsletter .newsletter_popup li em {
  position: absolute;
  left: 0;
  top: 28px;
  display: block;
  color: #999;
  font-size: 14px;
  letter-spacing: 0;
}
#previousNewsletter .newsletter_popup li p {
  font-weight: 500;
  color: #000;
  font-size: 20px;
}
#previousNewsletter .newsletter_popup li span {
  display: block;
  color: #999;
  font-size: 14px;
  margin-top: 6px;
}

.newsletter_wrap {
  overflow-x: auto;
}
.newsletter_wrap.old_news {
  width: 1080px;
  margin: 60px auto 0;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsletter_wrap.old_news > table {
  width: 1000px;
  margin: 0 auto;
  letter-spacing: 0;
}
.newsletter_wrap.old_news .briefmail-top a img {
  display: inline-block;
  width: auto;
}
.newsletter_wrap.old_news .briefmail-relatedlist img {
  width: auto;
}
.newsletter_wrap.old_news .brief_materials {
  margin: 0 auto;
}
.newsletter_wrap.old_news img {
  display: inline;
  width: auto;
  vertical-align: baseline;
}
.newsletter_wrap.old_news td > img:first-child:last-child {
  display: block;
  width: 100%;
}

.nsletter_inpt-box {
  width: 1144px;
  margin: 0 auto;
}
.nsletter_inpt-box .comm_check input[type=checkbox] + span {
  color: #333;
}
.nsletter_inpt-box .tit {
  border-bottom: 3px solid #f5821f;
  position: relative;
  margin: 60px 0 46px 0;
}
.nsletter_inpt-box .tit h3 {
  font-size: 1.5rem;
  color: #f5821f;
  background-color: #fff;
  padding: 24px 0 12px 0;
  line-height: 1em;
  font-weight: 400;
  width: 440px;
  border: solid #f5821f;
  border-width: 3px 3px 0 3px;
  margin-bottom: -3px;
  text-align: center;
}
.nsletter_inpt-box .tit h3::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(../img/ico_newlatter.png) left center no-repeat;
  background-size: auto 22px;
  width: 50px;
  height: 22px;
  margin-top: 2px;
}
.nsletter_inpt-box .tit a {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #333;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.nsletter_inpt-box .tit a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 100%;
  background: url(../img/ico_arrw_w2.png) right center no-repeat;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
}
.nsletter_inpt-box .tit a:hover {
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}
.nsletter_inpt-box .tit.change_info {
  border-color: #d6d6d6;
}
.nsletter_inpt-box .tit.change_info h3 {
  border-color: #d6d6d6;
  color: #666;
}
.nsletter_inpt-box .tit.change_info h3::before {
  background-image: url(../img/ico_newlatter-off.png);
  background-size: auto;
}
.nsletter_inpt-box .tit.change_info a {
  background-color: #f5821f;
}
.nsletter_inpt-box h4 {
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  display: block;
  margin-bottom: 16px;
  margin-left: 60px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 42px;
}
.nsletter_inpt-box h4 span {
  font-size: 1rem;
  color: #f5821f;
  padding-left: 22px;
}
.nsletter_inpt-box h4.i01 {
  background-image: url(../img/ico_letter01.png);
}
.nsletter_inpt-box h4.i02 {
  background-image: url(../img/ico_letter02.png);
}
.nsletter_inpt-box h4.i03 {
  background-image: url(../img/ico_letter03.png);
}
.nsletter_inpt-box h4.i04 {
  background-image: url(../img/ico_letter04.png);
}
.nsletter_inpt-box h4.i05 {
  background-image: url(../img/ico_letter05.png);
}
.nsletter_inpt-box h4.i06 {
  background-image: url(../img/ico_letter06.png);
}
.nsletter_inpt-box .nsletter_bg-box {
  background-color: #f7f7f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 60px;
  margin-bottom: 70px;
}
.nsletter_inpt-box .nsletter_bg-box h5 {
  text-align: center;
  font-size: 1.125rem;
  padding-bottom: 18px;
  border-bottom: 2px solid #999;
}
.nsletter_inpt-box .nsletter_bg-box h6 {
  color: #333;
  font-size: 1.125rem;
  background: url(../img/ico_ang-right.png) left center no-repeat;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  margin-left: 2px;
  padding-left: 20px;
}
.nsletter_inpt-box .nsletter_bg-box .policy_box {
  padding: 36px 0;
}
.nsletter_inpt-box .nsletter_bg-box .policy_box .cont_scroll {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 180px;
  padding: 30px 40px;
  overflow-y: auto;
  line-height: 1.6em;
}
.nsletter_inpt-box .nsletter_bg-box .policy_box .cont_scroll .point {
  color: #f5821f;
  font-size: 1.25rem;
  text-decoration: underline;
  font-weight: 700;
  text-underline-position: under;
}
.nsletter_inpt-box .nsletter_bg-box .policy_box .comm_check {
  margin-left: 38px;
}
.nsletter_inpt-box .nsletter_bg-box .check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.nsletter_inpt-box .nsletter_bg-box .check_list li {
  width: 33%;
  margin-top: 26px;
}
.nsletter_inpt-box .nsletter_bg-box.self_authentication {
  padding-top: 60px;
  padding-bottom: 60px;
}
.nsletter_inpt-box .nsletter_bg-box.self_authentication p {
  background-color: #fff;
  padding: 46px 0;
  text-align: center;
  line-height: 1.6em;
  font-size: 1.125rem;
  margin-top: 24px;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box {
  padding-top: 60px;
  padding-bottom: 60px;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box span {
  color: #f5821f;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box > ul li {
  color: #333;
  line-height: 1.6em;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail {
  margin-top: 40px;
  text-align: center;
  background-color: #fff;
  padding: 60px;
  color: #333;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail strong,
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail b {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail strong {
  line-height: 2em;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail b {
  margin: 22px 0 42px 0;
  color: #f5821f;
  padding-left: 34px;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail b::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 16px;
  background: url(../img/ico_newlatter.png) left bottom no-repeat;
  background-size: auto 16px;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail p {
  border-top: 2px solid #666;
  padding-top: 16px;
  line-height: 1.6em;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail {
  width: 330px;
  margin: 0 auto 20px;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail input {
  border: 1px solid #d6d6d6;
  height: 40px;
  border-radius: 4px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail input::-webkit-input-placeholder {
  color: #d6d6d6;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail input::-moz-placeholder {
  color: #d6d6d6;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail input:-ms-input-placeholder {
  color: #d6d6d6;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail input::-ms-input-placeholder {
  color: #d6d6d6;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail input::placeholder {
  color: #d6d6d6;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail > label span {
  display: block;
  position: absolute;
  left: -9999em;
  top: -9999em;
  font-size: 0;
  opacity: 0;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail > label input {
  width: 100%;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail > button {
  display: block;
  margin: 14px auto 0;
  width: 170px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background-color: #666;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail > button:hover {
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word span {
  width: 164px;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word span img {
  display: block;
  width: 100%;
  height: auto;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word label {
  width: 40px;
  height: 40px;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word label button {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_again.png) center no-repeat;
  text-indent: -99999em;
}
.nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word input {
  width: 120px;
}
.nsletter_inpt-box .nsletter_bg-box.reception_select {
  text-align: center;
}
.nsletter_inpt-box .nsletter_bg-box.reception_select .comm_radio:first-child {
  margin-right: 40px;
}
.nsletter_inpt-box .write_data-cons {
  margin-top: 0;
}
.nsletter_inpt-box .write_data-cons > ul {
  padding: 0;
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nsletter_inpt-box .write_data-cons > ul li {
  width: 62%;
  padding-left: 12%;
  margin-top: 0;
}
.nsletter_inpt-box .write_data-cons > ul li input,
.nsletter_inpt-box .write_data-cons > ul li .comm_select {
  width: 250px;
}
.nsletter_inpt-box .write_data-cons > ul li > button {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #666;
  margin-left: 6px;
}
.nsletter_inpt-box .write_data-cons > ul li:nth-child(2n) {
  width: 38%;
}
.nsletter_inpt-box .write_data-cons > ul li:nth-child(3), .nsletter_inpt-box .write_data-cons > ul li:nth-child(4) {
  margin-top: 12px;
}

.letter_wrap-guide .page_top-wrap {
  background: #ede6e3 url(../img/share_page_top_banner15.jpg) center no-repeat;
}
.letter_wrap-guide .page_top-wrap h2 {
  color: #000;
  font-weight: 500;
}
.letter_wrap-guide .nsletter_app {
  display: block;
  width: 200px;
  height: 38px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  margin: 0 auto;
  background-color: #f5821f;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
}
.letter_wrap-guide .nsletter_app::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 100%;
  background: url(../img/ico_arrw_w2.png) right center no-repeat;
}
.letter_wrap-guide .nsletter_app:hover {
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}
.letter_wrap-guide .change_each-btns {
  width: 1144px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -30px;
}
.letter_wrap-guide .change_each-btns .nsletter_app {
  margin: 0;
}
.letter_wrap-guide .change_each-btns .nsletter_app::after {
  display: none;
}
.letter_wrap-guide .change_each-btns .comm_twins-btns * {
  margin: 0 10px 0 0;
}

.pass_title-wrap {
  border-bottom: 1px solid #eeeeef;
  -webkit-box-shadow: 0 12px 20px #f0f0f0;
          box-shadow: 0 12px 20px #f0f0f0;
}
.pass_title-wrap .guide {
  width: 1144px;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pass_title-wrap .guide .tit_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pass_title-wrap .guide .tit_name h3 {
  border: 2px solid #f5821f;
  width: 140px;
  height: 100px;
  border-radius: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.25rem;
  color: #f5821f;
  margin-right: 46px;
}
.pass_title-wrap .guide .tit_name h3 span {
  display: block;
  margin: 0 20px;
  line-height: 1.2em;
}
.pass_title-wrap .guide .tit_name .tit_conts * {
  display: block;
}
.pass_title-wrap .guide .tit_name .tit_conts strong {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 400;
}
.pass_title-wrap .guide .tit_name .tit_conts span {
  color: #666;
  margin-top: 18px;
}
.pass_title-wrap .guide .tit_name .tit_conts p {
  color: #999;
  margin-top: 18px;
}
.pass_title-wrap .guide .move_name {
  width: 170px;
}
.pass_title-wrap .guide .move_name * {
  font-size: 1.125rem;
  display: block;
  height: 44px;
  line-height: 42px;
  width: 100%;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 22px;
}
.pass_title-wrap .guide .move_name h4 {
  background-color: #999;
  color: #fff;
}
.pass_title-wrap .guide .move_name a {
  background-color: #fff;
  color: #f5821f;
  border: 2px solid #f5821f;
  margin-top: 6px;
}
.pass_title-wrap .guide .move_name a:hover {
  background-color: #f5821f;
  color: #fff;
}

.pass_list-wrap {
  width: 1144px;
  margin: 0 auto;
}
.pass_list-wrap ul {
  margin: 50px 0;
  border-bottom: 2px solid #666;
}
.pass_list-wrap ul li {
  padding: 20px 0;
  border-top: 1px solid #d6d6d6;
}
.pass_list-wrap ul li:first-child {
  border-top-width: 0;
}
.pass_list-wrap ul li a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 200px;
}
.pass_list-wrap ul li a strong {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  color: #f5821f;
  line-height: 1.4em;
}
.pass_list-wrap ul li a p {
  line-height: 1.3em;
  font-size: 1.125rem;
}
.pass_list-wrap ul li a span {
  color: #999;
  margin-top: 12px;
  display: block;
}
.pass_list-wrap ul li a:hover p {
  color: #f5821f;
}
.pass_list-wrap > a {
  display: block;
  text-align: center;
  color: #fff;
  width: 200px;
  height: 50px;
  line-height: 48px;
  background-color: #666;
  font-size: 1.125rem;
  margin: 0 auto;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
}
.pass_list-wrap > a:hover {
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}

.open_api .page_top-wrap {
  background-image: url(../img/page_top_api.jpg);
  background-color: #061b3f;
}
.open_api .api_top-info {
  background-color: #f7f7f8;
  padding: 54px 0;
  border-bottom: 2px solid #fff;
}
.open_api .api_top-info strong {
  display: block;
  text-align: center;
  line-height: 1em;
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 28px;
}
.open_api .api_top-info dl {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 22px 0;
  line-height: 2em;
  color: #666;
  width: 1144px;
  margin: 0 auto;
}
.open_api .api_top-info dl dt {
  font-size: 1.25rem;
}
.open_api .api_top-info dl dd {
  font-size: 1rem;
}
.open_api .api_top-info ul {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  padding: 22px 0;
  line-height: 1.5em;
  color: #666;
  width: 1144px;
  margin: 0 auto;
}
.open_api .api_top-info ul li {
  padding-left: 260px;
}
.open_api .api_step {
  background-color: #e7e7e7;
}
.open_api .api_step .center_guide {
  width: 1144px;
  margin: 0 auto;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.open_api .api_step strong {
  color: #333;
  font-weight: 500;
  font-size: 1.5rem;
}
.open_api .api_step ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.open_api .api_step ol li {
  font-size: 0;
  padding-left: 36px;
  position: relative;
}
.open_api .api_step ol li * {
  display: inline-block;
  vertical-align: top;
  line-height: 90px;
  text-align: center;
}
.open_api .api_step ol li em {
  font-weight: 500;
  font-size: 1.5rem;
  font-style: italic;
  width: 40px;
  background-color: #f7f7f8;
  border-radius: 10px 0 0 10px;
}
.open_api .api_step ol li span {
  padding: 0 20px;
  font-size: 1.25rem;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}
.open_api .api_step ol li::before {
  content: "";
  display: block;
  width: 36px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/ico_step_arw.png) no-repeat center center;
}
.open_api .api_step ol li:first-child {
  margin-left: 0;
}
.open_api .api_step ol li:first-child::before {
  display: none;
}
.open_api .api_step a {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  line-height: 50px;
  background-color: #666;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
}
.open_api .api_conts {
  width: 1144px;
  margin: 0 auto;
  margin-top: 80px;
}
.open_api .api_conts .comm_tab-select {
  margin-bottom: 60px;
}
.open_api .api_conts .comm_tab-select ul {
  border-color: #336699;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.open_api .api_conts .comm_tab-select ul li {
  width: 100%;
}
.open_api .api_conts .comm_tab-select ul li a {
  border-color: #336699;
}
.open_api .api_conts .comm_tab-select ul li a.on {
  color: #336699;
}
.open_api .api_table {
  margin-top: 60px;
}
.open_api .api_table h5 {
  margin: 0 0 20px 0;
  color: #333;
  font-size: 1.125rem;
  line-height: 20px;
  margin-left: 10px;
  padding-left: 30px;
  background: url(../img/ico_circle.gif) no-repeat left center;
  font-weight: 400;
}
.open_api .api_table table {
  border-top: 2px solid #666;
}
.open_api .api_table table tr th {
  border-bottom: 2px solid #666;
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  padding: 20px 40px;
  text-align: left;
}
.open_api .api_table table tr th:last-child {
  text-align: center;
}
.open_api .api_table table tr td {
  border-bottom: 1px solid #d6d6d6;
  font-size: 1rem;
  padding: 18px 40px;
}
.open_api .api_table .code_box textarea {
  border-top: 2px solid #666;
  background-color: #f7f7f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 34px 46px;
  width: 100%;
  text-align: left;
  height: 430px;
  color: #999;
  font-size: 1rem;
  line-height: 1.5em;
  resize: none;
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}
.open_api .api_table .code_box textarea::-webkit-scrollbar {
  width: 5px;
}
.open_api .api_table .code_box textarea::-webkit-scrollbar-track {
  background-color: #fff;
}
.open_api .api_table .code_box textarea::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.open_api .api_table .code_box textarea::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.open_api .api_table .code_box textarea::-webkit-scrollbar-thumb:active {
  background: #808080;
}
.open_api .api_table .code_box textarea::-webkit-scrollbar-button {
  display: none;
}
.open_api .api_app-join {
  width: 1000px;
  margin: 0 auto;
  margin-top: 88px;
}
.open_api .api_app-join .top_tit h6 {
  text-align: center;
  line-height: 1em;
  color: #333;
  font-weight: 500;
  font-size: 1.5rem;
}
.open_api .api_app-join .top_tit span {
  display: block;
  width: 100%;
  color: #f5821f;
  line-height: 1em;
  font-size: 1.125rem;
  text-align: right;
}
.open_api .api_app-join .write_data-cons {
  background-color: #f7f7f8;
  padding-bottom: 50px;
}
.open_api .api_app-join .write_data-cons ul {
  padding: 50px 50px 0 50px;
  border-bottom-width: 0;
}
.open_api .api_app-join .write_data-cons ul li {
  padding-left: 19%;
  margin-top: 20px;
}
.open_api .api_app-join .write_data-cons ul li:last-child {
  margin-top: 22px;
}
.open_api .api_app-join .write_data-cons ul li .comm_select {
  width: 400px;
}
.open_api .api_app-join .write_data-cons ul li textarea {
  height: 200px;
  resize: none;
}
.open_api .api_app-join .write_data-cons ul li strong {
  display: block;
  line-height: 36px;
  font-size: 1.25rem;
  font-weight: 500;
}
.open_api .api_app-join .write_data-cons .comm_twins-btns {
  margin-top: 30px;
}

.certification_wrap .pop_top h4 {
  margin: 0;
  background-image: url(../img/ico_pop05.png);
  padding-left: 46px;
}
.certification_wrap .cert_conts {
  background-color: #f7f7f8;
  padding: 0 110px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-bottom: 2px solid #666;
}
.certification_wrap .cert_conts * {
  font-size: 1.125rem;
}
.certification_wrap .cert_conts > p {
  line-height: 36px;
  margin-bottom: 10px;
}
.certification_wrap .cert_conts input {
  background-color: #fff;
  width: 100%;
  font-weight: 500;
  text-align: center;
  height: 40px;
}
.certification_wrap .cert_conts input::-webkit-input-placeholder {
  color: #d6d6d6;
  font-weight: 400;
}
.certification_wrap .cert_conts input::-moz-placeholder {
  color: #d6d6d6;
  font-weight: 400;
}
.certification_wrap .cert_conts input:-ms-input-placeholder {
  color: #d6d6d6;
  font-weight: 400;
}
.certification_wrap .cert_conts input::-ms-input-placeholder {
  color: #d6d6d6;
  font-weight: 400;
}
.certification_wrap .cert_conts input::placeholder {
  color: #d6d6d6;
  font-weight: 400;
}
.certification_wrap .cert_conts > span {
  color: #f5821f;
  display: block;
  line-height: 1em;
  margin-top: 16px;
  font-size: 1rem;
}
.certification_wrap .cert_conts button {
  margin-top: 34px;
  background-color: #666;
  color: #fff;
  height: 50px;
  width: 200px;
}
.certification_wrap .cert_conts.email_join {
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.certification_wrap .cert_conts.email_join ul li {
  text-align: left;
  margin-top: 22px;
}
.certification_wrap .cert_conts.email_join ul li:first-child {
  margin-top: 0;
}
.certification_wrap .cert_conts.email_join ul li .comm_select {
  border-radius: 0;
  height: 40px;
}
.certification_wrap .cert_conts.email_join ul li label {
  display: block;
  margin-bottom: 10px;
}
.certification_wrap .cert_conts.email_join ul li input {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
.certification_wrap .cert_conts.email_join ul li span {
  display: block;
  color: #999;
  font-size: 1rem;
  line-height: 1em;
  margin-top: 6px;
}
.certification_wrap .cert_conts.email_join ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certification_wrap .cert_conts.email_join ul li div img {
  width: 130px;
}
.certification_wrap .cert_conts.email_join ul li div input {
  margin-left: 20px;
}
.certification_wrap .cert_conts .email {
  text-align: right;
  width: 100%;
}
.certification_wrap .cert_conts .email button {
  display: inline-block;
  vertical-align: top;
}

@media all and (max-width: 1280px) {
  .img_type_bg {
    margin: 3.125vw 0 3.90625vw;
    padding: 0 11.71875vw 1.5625vw;
  }
  .img_type_bg .img {
    width: 70%;
  }
  .img_type_bg p {
    margin-top: 1.5625vw;
  }
  .edit-sub_tit {
    font-size: 1.3333333333rem;
  }
  .timeline-area {
    width: 95%;
  }
  .timeline_more button {
    padding: 1.5625vw 2.34375vw;
  }
  .timeline_more button:after {
    width: 1.5625vw;
    height: 1.875vw;
    margin-left: 1.5625vw;
  }
  .timeline_item-date {
    font-size: 3rem;
  }
  .timeline_item-wrapper {
    margin-top: 2.734375vw;
    padding-bottom: 5.46875vw;
  }
  .timeline_item-wrapper::after {
    width: 4px;
  }
  .timeline_item-wrapper .item {
    width: 50%;
  }
  .timeline_item-wrapper .item .info_top .date {
    padding-bottom: 1.5625vw;
  }
  .timeline_item-wrapper .item .info_conts {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .timeline_item-wrapper .item .info_conts .label {
    line-height: 3.75vw;
    font-size: 1.3333333333rem;
  }
  .timeline_item-wrapper .item .detail {
    padding: 2.34375vw;
  }
  .timeline_item-wrapper .item .detail.fix_pd {
    padding: 3.125vw 2.34375vw;
  }
  .timeline_item-wrapper .item .detail .sub_tit {
    margin-bottom: 1.71875vw;
  }
  .timeline_item-wrapper .item .detail .main_tit {
    max-height: 5.46875vw;
    min-width: 33.75vw;
  }
  .timeline_item-wrapper .item .detail .hashtag {
    margin-top: 1.5625vw;
  }
  .timeline_item-wrapper .item .detail .hashtag a {
    padding: 0.46875vw 1.09375vw;
    font-size: 1.1111111111rem;
  }
  .timeline_item-wrapper .item .detail .list {
    margin-top: 1.5625vw;
    padding-top: 1.5625vw;
  }
  .timeline_item-wrapper .item .detail .list li {
    margin-top: 0.625vw;
    padding-left: 5.46875vw;
    font-size: 1.1111111111rem;
  }
  .timeline_item-wrapper .item .detail .list li em::before {
    top: 0.625vw;
  }
  .timeline_item-wrapper .item .detail .remark {
    margin-top: 1.5625vw;
  }
  .timeline_item-wrapper .item .link_full a {
    height: 4.6875vw;
  }
  .timeline_item-wrapper .item .link_full a::after {
    margin-left: 2.34375vw;
  }
  .timeline_item-wrapper .item .link_box-tab li a {
    height: 4.6875vw;
    font-size: 1.1111111111rem;
  }
  .timeline_item-wrapper .item .link_box-tab li .tag {
    width: 3.90625vw;
    height: 2.34375vw;
    margin-left: 0.390625vw;
    line-height: 1.953125vw;
  }
  .timeline_item-wrapper .item.align-right {
    margin-right: 0.8984375vw;
  }
  .timeline_item-wrapper .item.align-right .info_top .date {
    padding-left: 6.25vw;
  }
  .timeline_item-wrapper .item.align-right .info_conts {
    padding-left: 6.25vw;
  }
  .timeline_item-wrapper .item.align-left {
    margin-left: 0.8984375vw;
  }
  .timeline_item-wrapper .item.align-left .info_top .date {
    padding-right: 6.25vw;
  }
  .timeline_item-wrapper .item.align-left .info_conts {
    padding-right: 6.25vw;
  }
  .timeline_item-wrapper.conference_timeline .item:nth-child(2n+1) .info_top .date {
    padding-right: 6.25vw;
  }
  .timeline_item-wrapper.conference_timeline .item:nth-child(2n+1) .info_conts {
    padding-right: 6.25vw;
  }
  .timeline_item-wrapper.conference_timeline .item:nth-child(2n+2) {
    margin-top: 7.8125vw;
  }
  .timeline_item-wrapper.conference_timeline .item:nth-child(2n+2) .info_top .date {
    padding-left: 6.25vw;
  }
  .timeline_item-wrapper.conference_timeline .item:nth-child(2n+2) .info_conts {
    padding-left: 6.25vw;
  }
  .view_page-tab {
    padding-top: 0.78125vw;
  }
  .view_page-tab .tab-wrapper {
    width: 98%;
  }
  .view_page-tab ul {
    width: 100%;
  }
  .view_page-tab ul li {
    height: 5.46875vw;
  }
  .view_page-tab ul li a .tag {
    width: 3.28125vw;
    height: 1.71875vw;
  }
  .view_page-tab .sprt-btn a {
    width: 17.96875vw;
    height: 4.6875vw;
    margin-bottom: 0.78125vw;
  }
  .view_page-tab .sprt-btn a::after {
    width: 1.875vw;
    height: 1.5625vw;
    margin-left: 1.171875vw;
  }
  .view_page-tab .sprt-btn a.on {
    height: 5.46875vw;
    padding-bottom: 0.78125vw;
  }
  .link_btn-box a {
    width: 19.53125vw;
    height: 5.46875vw;
  }
  .utb_guide-box.utb-list_y {
    margin-left: 0;
    margin-right: 0;
  }
  .utb_guide-box.utb-list_y .utb_conts {
    height: 40.625vw;
  }
  .utb_guide-box.utb-list_y .utb_view {
    width: 54.6875vw;
  }
  .utb_guide-box.utb-list_y .utb_info {
    height: calc(100% - 30.46875vw);
  }
  .utb_guide-box.utb-list_y .utb_info .tit {
    width: calc(100% - 19.53125vw);
  }
  .utb_guide-box.utb-list_y .utb_info .tit strong {
    max-height: 4.296875vw;
    margin-top: 2.8125vw;
  }
  .utb_guide-box.utb-list_y .utb_info .rpt_link * {
    width: 17.1875vw;
  }
  .utb_guide-box.utb-list_y .utb_list {
    width: calc(100% - 56.25vw);
    padding: 1.5625vw;
  }
  .paragraph-schedule li {
    padding: 2.34375vw 0;
  }
  .paragraph-schedule .time {
    width: 11.71875vw;
  }
  .paragraph-schedule .schedule {
    width: calc(100% - 12.5vw);
  }
  .paragraph-schedule .schedule .m_tit + .conts div {
    margin-top: 2.34375vw;
  }
  .paragraph-schedule .schedule .conts div {
    padding-left: 8.59375vw;
  }
  .paragraph-schedule .schedule .conts b {
    width: 8.59375vw;
  }
  .page_list-group.accor {
    margin-left: 0;
    margin-right: 0;
  }
  .page_list-group.accor ul > li .file_bubble {
    top: 7.65625vw;
  }
  .page_list-group.accor .accor_tit > a {
    margin: 3.125vw 0;
  }
  .page_list-group.accor .rpt_tit {
    width: calc(100% - 23.4375vw);
  }
  .page_list-group.accor .rpt_link {
    top: 2.65625vw;
  }
  .page_list-group.accor .rpt_other {
    margin-top: 1.5625vw;
  }
  .page_list-group.accor .accor_conts .close {
    top: 1.171875vw;
    width: 3.90625vw;
    height: 3.90625vw;
    background-size: 2.5vw auto;
  }
  .page_list-group.accor .accor_conts .contents {
    padding: 3.90625vw;
  }
  .page_list-group.img_n {
    margin-left: 0;
    margin-right: 0;
  }
  .page_list-group.img_n ul > li {
    padding: 2.34375vw 0;
  }
  .page_list-group.img_n ul > li > a {
    margin-bottom: 2.34375vw;
  }
  .page_list-group.img_n ul > li .file_bubble {
    top: 11.40625vw;
  }
  .page_list-group.img_n .rpt_tit {
    width: calc(100% - 19.53125vw);
  }
  .page_list-group.img_n .rpt_link {
    bottom: 3.125vw;
  }
  .file-box {
    padding: 3.125vw;
  }
  .file-box.pd2 {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding: 0.78125vw 0;
  }
  .file-box > strong {
    width: 7.8125vw;
  }
  .file-box .list {
    width: calc(100% - 7.8125vw);
  }
  .file-box a {
    min-height: 2.03125vw;
    margin-top: 0.9375vw;
    padding-left: 2.34375vw;
    background-size: auto 2.34375vw;
  }
  .img_slide-sync .thumb {
    margin-bottom: 4.0625vw;
  }
  .img_slide-sync .thumb .arrw {
    width: 5.625vw;
  }
  .img_slide-sync .thumb .slide {
    width: 100%;
  }
  .img_slide-sync .thumb .wrapper {
    width: 100%;
  }
  .img_slide-sync .thumb .item {
    height: 8.28125vw;
    margin: 0 0.46875vw;
  }
  .img_slide-sync .main {
    width: 100%;
  }
  .img_slide-sync .deit_wrap-box {
    width: 100%;
    margin-top: 0.46875vw;
  }
  .img_slide-sync .deit_wrap-box .edit_view {
    padding: 3.125vw;
  }
  .apply_form {
    margin-top: 7.8125vw;
  }
  .apply_form-tit {
    padding-bottom: 1.953125vw;
  }
  .apply_form-conts {
    padding: 3.125vw;
  }
  .apply_form-conts ul {
    width: 80%;
  }
  .apply_form-conts .link_btn-box {
    margin: 3.125vw 0 2.34375vw;
  }
  .apply_form-conts .link_btn-box a {
    width: 23.4375vw;
    height: 6.25vw;
  }
  .form_complt strong {
    padding-top: 7.421875vw;
    background-size: auto 6.25vw;
  }
  .form_complt p {
    margin-top: 3.125vw;
  }
  .page_top-wrap.con_banner-1 {
    height: 10.9375vw;
  }
  .page_top-wrap.con_banner-2 {
    height: 17.96875vw;
  }
  .page_top-wrap.con_banner-3 {
    height: 31.25vw;
  }
  .page_top-wrap.con_banner-4 {
    height: 17.96875vw;
  }
  .page_top-wrap.con_banner-5 {
    height: 17.96875vw;
  }
  .page_top-wrap.con_banner-6 {
    height: 17.96875vw;
  }
  .page_top-wrap.con_banner-7 {
    height: 10.9375vw;
  }
  .page_top-wrap.con_banner-8 {
    height: 10.9375vw;
  }
  .page_top-wrap.con_banner-9 {
    height: 17.96875vw;
  }
  .page_top-wrap.con_banner-10 {
    height: 17.96875vw;
  }
  .page_top-wrap.con_banner-11 {
    height: 10.9375vw;
  }
  .page_top-wrap.con_banner-12 {
    height: 17.96875vw;
  }
  .page_top-wrap.con_banner-13 {
    height: 10.9375vw;
  }
  .page_top-wrap.con_banner-14 {
    height: 10.9375vw;
  }
  .page_top-wrap.con_banner-15 {
    height: 17.96875vw;
  }
  .page_top-wrap.con_banner-16 {
    height: 10.9375vw;
  }
  .page_top-wrap.con_banner-17 {
    height: 10.9375vw;
  }
  .page_top-wrap.con_banner-18 {
    height: 17.96875vw;
  }
  .page_top-wrap.con_banner-19 {
    height: 17.96875vw;
  }
  .page_top-wrap[class*=con_banner] {
    background-size: cover;
  }
  .page_top-wrap[class*=con_banner-10] {
    height: auto;
  }
  .con_post-ico1::before {
    width: 2.65625vw;
    height: 2.5vw;
    background-size: contain;
  }
  .con_post-ico2::before {
    width: 2.65625vw;
    height: 2.5vw;
    background-size: contain;
  }
  .con_post-ico3::before {
    width: 2.65625vw;
    height: 2.5vw;
    background-size: contain;
  }
  .con_post-ico4::before {
    width: 2.65625vw;
    height: 2.5vw;
    background-size: contain;
  }
  .seminar_view .view_top-guide.sdw {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .seminar_view .view_top-guide.sdw .btn_btm {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .seminar_view .view_top-guide.sdw .page_right-move {
    margin-left: 0;
    margin-right: 0;
  }
  .seminar_view.conference_bg .view_top-guide.bg .guide_box {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .seminar_view-post {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .seminar_view-post.w1144 {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .seminar_view-post .editor-template .view_youtube .mov {
    margin-bottom: 2.34375vw;
  }
  .seminar_view-post .link_btn-box {
    margin-top: 3.90625vw;
  }
  .seminar_view-post .link_btn-box.other_link {
    margin: 2.34375vw 0;
  }
  .seminar_view-post .post-paragraph {
    margin-top: 4.6875vw;
  }
  .seminar_view-post .post-paragraph .paragraph-txt_conts {
    padding: 3.90625vw;
  }
  .seminar_view-post .post-paragraph .paragraph-txt_conts .utb_conts {
    width: 54.6875vw;
  }
  .seminar_view-post .post-paragraph .paragraph-txt_conts .editor-template p {
    margin-top: 1.25vw;
  }
  .seminar_view-post .post-paragraph .paragraph-tit {
    padding-bottom: 2.34375vw;
    padding-left: 3.90625vw;
  }
  .seminar_view-post .post-paragraph .utb_guide-box {
    margin-top: 7.8125vw;
  }
  .seminar_view-post .post-paragraph .utb_title {
    max-width: calc(100% - 54.6875vw);
    margin-right: 3.125vw;
  }
  .seminar_view-post .smry-list {
    padding: 1.5625vw 0;
  }
  .seminar_view-post .smry-list li {
    margin-bottom: 0.390625vw;
    padding-left: 9.84375vw;
  }
  .seminar_view-post .smry-list li em {
    width: 7.5vw;
    height: 3.125vw;
  }
  .seminar_view-post .smry-list li span {
    min-height: 3.515625vw;
  }
  .seminar_view-post .img_slide-sync {
    margin-top: 8.984375vw;
  }
  .vdo_list {
    width: 95%;
    padding-top: 4.296875vw;
  }
  .vdo_list li {
    padding: 2.34375vw 0;
  }
  .vdo_list .date {
    width: 15.625vw;
    margin-right: 1.5625vw;
  }
  .vdo_list .date span {
    margin-top: 3.125vw;
  }
  .vdo_list .date span::before {
    width: 1.875vw;
    height: 1.875vw;
    margin-right: 0.46875vw;
    background-size: auto 100%;
  }
  .vdo_list .thumb {
    width: calc(100% - 17.1875vw);
  }
  .vdo_list .thumb .tit {
    max-height: 5.078125vw;
    margin-bottom: 2.34375vw;
  }
  .vdo_list .thumb .slide {
    padding: 0 3.125vw;
  }
  .vdo_list .thumb .slide .item {
    height: 8.28125vw;
    margin: 0 1.40625vw;
  }
  .vdo_list .thumb .slide .item a::after {
    background-size: 5.3125vw auto;
  }
  .vdo_list .thumb .slide-arrow {
    width: 3.125vw;
    background-size: auto 3.125vw;
  }
  .vdo_list .tooltip {
    padding: 0.9375vw;
    width: 19.53125vw;
    line-height: 1.2em;
    font-size: 1rem;
  }
  .vdo_list .tooltip .time {
    margin-top: 1.171875vw;
  }
  .notice .select_all-select {
    width: 95%;
  }
  .notice .page_list-group > ul > li > a {
    padding: 1.5625vw 7.8125vw 1.5625vw 0;
  }
  .notice .rpt_tit {
    padding-left: 15.625vw;
  }
  .notice .rpt_tit b {
    width: 15.625vw;
  }
  .notice .rpt_other {
    margin-top: 1.5625vw;
  }
  .notice .rpt_link * {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .notice .rpt_link *::after {
    right: auto;
    left: 0;
    width: 100%;
    background-position: center;
    background-size: 56% auto;
  }
  /* 보도자료 list - type 이미지  */
  .share .rpt_link * {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .share .rpt_link *::after {
    right: auto;
    left: 0;
    width: 100%;
    background-position: center;
    background-size: 56% auto;
  }
  .file_bubble {
    padding: 1.171875vw;
    width: 15.625vw;
  }
  .media_press .page_top-wrap h2 em::before {
    height: 2.5vw;
    vertical-align: middle;
  }
  .media_press .relation_data-box {
    margin-top: 6.25vw;
  }
  .magazine .month_view-select .select-month {
    width: calc(100% - 22.65625vw);
  }
  .magazine .month_view-select .select-month li {
    margin: 0 6.25vw;
  }
  .magazine .month_view-select .select-month li::before {
    height: 2.34375vw;
    left: -6.25vw;
  }
  .magazine .month_view-select .select-month li button {
    font-size: 1.6666666667rem;
  }
  .magazine .month_view-select .select-month li.on button {
    font-size: 2rem;
  }
  .magazine .page_view .post-box .page_list-group li {
    padding: 3.125vw 0 3.125vw 27.34375vw;
  }
  .magazine-list .center {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding: 5.078125vw 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .magazine-list .tit {
    width: 21.09375vw;
    padding-top: 2.34375vw;
    background-size: 100% auto;
  }
  .magazine-list .list {
    width: calc(100% - 28.125vw);
  }
  .magazine-list .list .slide-arrow {
    width: 4.6875vw;
    height: 4.6875vw;
    background-size: auto 2.34375vw;
  }
  .magazine-list .list .slide-arrow.prev {
    left: -6.25vw;
    background-position: 1.5625vw center;
  }
  .magazine-list .list .slide-arrow.next {
    right: -6.25vw;
    background-position: 1.953125vw center;
  }
  .magazine-list .list .item {
    margin: 0 1.953125vw;
    padding: 0.625vw 0;
  }
  .magazine-list .list .item .img {
    width: 100%;
  }
  .magazine-list .list .item .img img {
    width: 100%;
  }
  .popup_left-slide.magazine .pop_list-group li a {
    padding: 1.40625vw 9.375vw 1.40625vw 1.5625vw;
  }
  .popup_left-slide.magazine .pop_list-group li a > span {
    width: 7.8125vw;
    height: 5.15625vw;
  }
  .popup_left-slide.magazine .pop_list-group li a b {
    margin-bottom: 0.625vw;
  }
  .recruit .page_card-sort .load_box li > a .txt_guard .info {
    padding: 2.34375vw;
  }
  .recruit .page_card-sort .load_box li > a .txt_guard strong {
    margin-bottom: 3.75vw;
  }
  .recruit .page_card-sort .load_box li > a .txt_guard .date span {
    padding: 1.5625vw 0;
  }
  .recruit .guide-wrapper {
    width: auto;
  }
  .recruit .recruit-info {
    width: 10.9375vw;
    height: 7.8125vw;
  }
  .recruit .view_top-guide .tit_top {
    width: calc(100% - 21.875vw);
  }
  .recruit .view_top-guide .recruit-info {
    margin-top: 2.34375vw;
  }
  .recruit .view_top-guide .move_name {
    margin-top: 2.34375vw;
  }
  .recruit .view_top-guide .move_name * {
    font-size: 1rem;
    height: 3.4375vw;
    line-height: 3.28125vw;
    border-radius: 1.71875vw;
  }
  .recruit .view_top-guide .move_name a {
    margin-top: 0.3333333333rem;
  }
  .popup_left-slide.recruit-pop .pop_conts {
    height: calc(100vh - 42.1875vw);
  }
  .popup_left-slide.recruit-pop .recruit_noti {
    padding: 2.34375vw;
  }
  .popup_left-slide.recruit-pop .recruit_info {
    padding: 2.8125vw 0;
  }
  .popup_left-slide.recruit-pop .file-box {
    padding: 1.953125vw 4.6875vw;
  }
  .multi .comm_tab-select {
    margin-top: 4.6875vw;
  }
  .page_card-sort {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 4.6875vw;
    margin-bottom: 2.34375vw;
  }
  .page_card-sort .load_box li {
    margin-bottom: 2.1875vw;
  }
  .page_card-sort .load_box li > a.txt_guard p {
    margin-bottom: 4.6875vw;
    line-height: 1.4em;
  }
  .page_card-sort .load_box li .link {
    bottom: 5.46875vw;
    height: 2.1875vw;
  }
  .page_card-sort .load_box li .link a {
    margin-left: 0.78125vw;
    padding: 0.390625vw 1.25vw 0.546875vw;
  }
  .page_card-sort .load_box.graphic li .txt_guard em {
    margin-bottom: 0.78125vw;
  }
  .page_card-sort .load_box.graphic li .txt_guard p {
    height: 4.921875vw;
  }
  .page_card-sort .load_box.graphic li .back .bg_guide {
    padding: 1.40625vw;
  }
  .page_card-sort .load_box.graphic li .back .bg_guide em {
    margin-top: 2.34375vw;
  }
  .page_card-sort .load_box.graphic li .back .bg_guide p {
    height: 4.6875vw;
    margin-top: 1.875vw;
  }
  .page_card-sort .load_box.graphic li .back .bg_guide span {
    margin: 1.875vw 0 2.34375vw;
  }
  .page_card-sort .load_box.graphic li .back .bg_guide .exp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 96px;
    padding-top: 1.875vw;
  }
  .page_card-sort .load_box.shorts_layout {
    grid-template-columns: repeat(3, calc(33.3% - 5.46875vw));
    gap: 3.90625vw 7.8125vw;
  }
  /* popup - 멀티컨텐츠 영상/그래픽 */
  .move_movie_view .pop_top h4 {
    margin-bottom: 2.34375vw;
  }
  .move_movie_view .multi_title {
    margin-top: 2.34375vw;
    margin-bottom: 1.875vw;
  }
  .move_movie_view .multi_title em {
    margin-bottom: 1.5625vw;
  }
  .move_movie_view .multi_title p {
    margin-bottom: 2.03125vw;
  }
  .move_movie_view .utb_conts {
    width: 80%;
    margin: 0 auto;
  }
  .move_movie_view .multi_conts .mov_exp {
    margin: 1.875vw 0;
  }
  .move_movie_view .multi_conts .mov_exp dl {
    text-align: left;
  }
  .move_movie_view .multi_conts .mov_exp dl dt {
    margin-bottom: 1.875vw;
  }
  .move_movie_view .multi_conts .mov_exp dl dd {
    height: 15.625vw;
    padding-right: 1.5625vw;
  }
  .move_movie_view .multi_conts .utb_guide-box {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts {
    width: 100%;
  }
  .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-arrow {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-dots li button {
    width: 0.9375vw;
    height: 0.9375vw;
    margin-left: 0.46875vw;
  }
  .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-dots li.slick-active button {
    width: 3.125vw;
    border-radius: 0.46875vw;
  }
  .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_frmae button:hover::after {
    background-size: 7.8125vw auto;
  }
  .addfile_list {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    padding-left: 13.28125vw;
  }
  .addfile_list strong {
    top: 2.65625vw;
    left: 4.6875vw;
  }
  .addfile_list ul li a {
    padding: 0.3125vw 0 0.78125vw 2.34375vw;
    background-size: auto 2.34375vw;
  }
  .social_each-btns .guide_box {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding: 1.5625vw 0;
  }
  .social_each-btns .guide_box ul li button {
    width: 14.0625vw;
  }
  .social_each-boxs {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    /* .item_load{margin:vwCalc_t(60) 0 vwCalc_t(20) 0;
        figure{padding:vwCalc_t(16);
            strong{line-height:vwCalc_t(30);margin-bottom:vwCalc_t(18);padding-bottom:vwCalc_t(14);
                &::before{width:vwCalc_t(32);height:vwCalc_t(32);margin-right:vwCalc_t(12)}
            }
            .conts img{margin:vwCalc_t(12) 0}
        }
    } */
  }
  .social_each-boxs .item_load {
    grid-template-columns: repeat(3, 28.125vw);
    gap: 2.34375vw;
    margin: 4.6875vw 0 1.5625vw 0;
  }
  .user_top-info {
    padding: 4.375vw 0;
  }
  .user_top-info dd {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding: 1.5625vw 0;
  }
  .user_top-info .schematic {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding: 2.34375vw 3.90625vw;
  }
  .user_top-info .schematic ol li .figure span {
    background-size: 2.34375vw auto;
    padding: 3.4375vw 0 0.9375vw 0;
    font-size: 0.7777777778rem;
  }
  .user_top-info .schematic ol li .figure::after {
    background-size: 50% auto;
  }
  .user_top-info .schematic ol li p {
    padding-top: 0.9375vw;
    font-size: 0.8888888889rem;
  }
  .user_top-info-title {
    padding: 4.375vw 0;
    font-size: 1.1111111111rem;
  }
  .user_guide .user_search-wrap {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .user_guide .user_search-wrap .user_select {
    width: 20%;
  }
  .user_guide .user_search-wrap .user_select ul {
    width: 100%;
  }
  .user_guide .user_search-wrap .user_select ul li button {
    height: 3.59375vw;
    text-indent: 2.03125vw;
    line-height: 3.4375vw;
  }
  .user_guide .user_search-wrap .user_result {
    width: 75%;
  }
  .user_guide .user_search-wrap .user_result .result_line {
    padding-bottom: 2.34375vw;
  }
  .user_guide .user_search-wrap .user_result .result_mark dl {
    padding: 2.8125vw 0 3.59375vw;
  }
  .user_guide .user_search-wrap .user_result .result_mark dl dd ul li {
    margin-top: 1.25vw;
  }
  /* popup - KDI가이드 */
  .user_guide-popup .user_sup {
    margin-bottom: 2.5vw;
    padding-top: 1.25vw;
    padding-bottom: 1.09375vw;
  }
  .user_guide-popup .user_title {
    padding-bottom: 3.125vw;
    padding-left: 3.125vw;
  }
  .user_guide-popup .user_conts {
    height: calc(100vh - 35.9375vw);
    padding-left: 3.125vw;
  }
  .user_guide-popup .user_conts > span {
    top: 2.34375vw;
  }
  .user_guide-popup .user_conts .comm_type04 {
    margin-top: 2.34375vw;
    margin-bottom: 2.34375vw;
  }
  .user_guide-popup .user_conts .comm_type04 ul li {
    margin-top: 1.5625vw;
  }
  .user_guide-popup .user_conts .comm_type04 p {
    margin-top: 1.5625vw;
  }
  .project_wrap-guide .btns_align {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .project_wrap-guide .btns_align .result_btns a {
    padding: 0 1.09375vw;
  }
  .project_wrap-guide .btns_align .result_btns a::after {
    width: 1.875vw;
    margin-left: 1.171875vw;
    background-size: 100% auto;
  }
  .project_wrap-guide .btns_align .proposal_btns {
    width: 15.625vw;
  }
  .project_wrap-guide .btns_align .proposal_btns::after {
    width: 1.875vw;
    margin-left: 1.171875vw;
    background-size: 100% auto;
  }
  .research_lock-list {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 4.6875vw;
    margin-bottom: 3.90625vw;
  }
  .research_lock-list ul a {
    padding: 1.40625vw 19.53125vw 1.40625vw 3.90625vw;
  }
  .research_lock-list ul a span b {
    width: 7.8125vw;
  }
  .research_lock-view .lock_top-title {
    margin-bottom: 3.90625vw;
    -webkit-box-shadow: 0 5px 12px #f0f0f0;
            box-shadow: 0 5px 12px #f0f0f0;
  }
  .research_lock-view .lock_top-title .top_guide {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding-top: 3.90625vw;
    padding-bottom: 1.5625vw;
  }
  .research_lock-view .lock_conts .lock_editor {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .research_lock-view .lock_conts .qna_editor {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .research_lock-view .lock_conts .qna_editor .txt_load {
    padding: 2.03125vw 3.515625vw 2.03125vw 12.5vw;
  }
  .research_lock-view .lock_conts .qna_editor .txt_load > strong {
    top: 2.03125vw;
    left: 3.515625vw;
  }
  .research_lock-view .lock_conts .qna_editor .questions {
    padding-bottom: 3.515625vw;
  }
  .research_lock-view .lock_conts .comm_twins-btns * {
    margin-right: 1.09375vw;
  }
  .research_lock-view .lock_conts .lock_btns {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding-top: 3.90625vw;
  }
  .research_lock-view .lock_conts .lock_btns > a {
    width: 15.625vw;
    height: 5.078125vw;
    line-height: 5.078125vw;
  }
  .comm_file-enter > label input[type=text] {
    height: 4.6875vw;
  }
  .comm_file-enter .file_btns label {
    width: 12.5vw;
    height: 4.6875vw;
    line-height: 4.53125vw;
  }
  .agree_wrap-box {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 3.90625vw;
  }
  .agree_wrap-box .privacy_conts {
    padding: 3.90625vw 4.6875vw;
  }
  .agree_wrap-box .privacy_conts .inp_guide-wrap {
    margin: 2.65625vw 0;
    padding: 2.34375vw 0;
  }
  .agree_wrap-box .comm_twins-btns {
    margin-top: 3.90625vw;
  }
  .write_data-cons {
    margin-top: 2.03125vw;
  }
  .write_data-cons > ul {
    padding: 2.34375vw 0;
  }
  .write_data-cons > ul li {
    margin-top: 1.71875vw;
  }
  .write_data-cons > ul li .label_name {
    top: 1.25vw;
  }
  .write_data-cons > ul li input {
    height: 4.6875vw;
    padding: 1.171875vw;
  }
  .write_data-cons > ul li textarea {
    padding: 1.171875vw;
  }
  .write_data-cons > ul li p {
    height: 4.53125vw;
    margin-left: 1.25vw;
  }
  .write_data-cons > ul li .comm_radio input[type=radio] {
    padding: 0;
  }
  .write_data-cons > ul li .comm_radio input[type=radio] + span {
    margin: 1.09375vw 0;
  }
  .write_data-cons > ul li .comm_select {
    height: 4.6875vw;
  }
  .write_data-cons > ul li .comm_select select {
    padding: 0 3.90625vw 0 1.5625vw;
  }
  .write_data-cons > ul li .comm_select::after {
    right: 0.859375vw;
    width: 0.625vw;
    height: 0.625vw;
  }
  .write_data-cons > ul li .hand_phone button {
    width: 9.375vw;
    height: 4.6875vw;
  }
  .write_data-cons > ul li .number_inp label {
    padding: 0 0.9375vw 0 1.875vw;
  }
  .write_data-cons > ul li .number_inp button {
    width: 6.25vw;
    height: 4.6875vw;
  }
  .write_data-cons > ul li .number_inp em {
    width: 3.75vw;
  }
  .absurdity_wrap-guide .declaration {
    width: 19.53125vw;
    height: 4.6875vw;
    line-height: 4.53125vw;
    margin-top: 3.90625vw;
  }
  .absurdity_wrap-guide .declaration::after {
    width: 5.15625vw;
    background-size: 2.34375vw auto;
  }
  .absurdity_wrap-guide .viewitem {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 5.9375vw;
  }
  .absurdity_wrap-guide .viewitem .item_conts {
    padding: 0 3.90625vw;
  }
  .absurdity_wrap-guide .unfold {
    margin-top: 3.28125vw;
  }
  .absurdity_wrap-guide .unfold .fold_conts > ol {
    padding: 1.40625vw 3.90625vw 3.90625vw;
  }
  .absurdity_wrap-guide .unfold .fold_conts > ol > li {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .absurdity_wrap-guide .unfold .fold_conts > ol > li .step {
    height: auto;
    padding: 1.40625vw 0.78125vw;
  }
  .absurdity_wrap-guide .unfold .fold_conts > ol > li span {
    height: auto;
    background-size: 1.5625vw auto;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_align > li .step {
    padding: 3.125vw 0;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each {
    padding-top: 1.40625vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .step {
    height: 10.9375vw;
    padding: 0.78125vw 0;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li span {
    height: 10.9375vw;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .low li:first-child {
    margin-bottom: 0.9375vw;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .low .step {
    height: 5vw;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .low span {
    height: 5vw;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low {
    display: grid;
    grid-template-rows: 2.8125vw 2.8125vw 2.8125vw 2.8125vw;
    grid-gap: 0.625vw;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li.l1 {
    grid-row: 1;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li.l2 {
    grid-row: 2;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li.l3 {
    grid-row: 3;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li.l4 {
    grid-row: 4;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li {
    height: 100%;
    margin-bottom: 0;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low .step {
    padding: 0;
    height: auto;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .move {
    height: 7.5vw;
  }
  .qna_wrap-guide .research_lock-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_box-part {
    padding: 4.0625vw 0;
  }
  .page_box-part > ul {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .page_box-part > ul li {
    padding: 1.5625vw 1.40625vw;
  }
  .page_box-part > ul li strong {
    padding-bottom: 1.09375vw;
    line-height: 2.96875vw;
  }
  .page_box-part > ul li strong::before {
    width: 3.28125vw;
    height: 2.8125vw;
    margin-right: 0.46875vw;
    background-size: auto 2.34375vw;
  }
  .page_box-part > ul li strong span {
    font-size: 1rem;
  }
  .page_box-part > ul li p {
    margin-top: 1.40625vw;
    margin-bottom: 2.03125vw;
    font-size: 1.1111111111rem;
  }
  .page_box-part > ul li .btns a {
    width: 13.28125vw;
    height: 4.6875vw;
    line-height: 4.53125vw;
  }
  .page_box-part.nsletter > p {
    margin-bottom: 2.8125vw;
  }
  .page_box-part.nsletter > dl {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 2.03125vw;
  }
  .page_box-part.nsletter > ul {
    gap: 1.171875vw;
  }
  .page_box-part.nsletter > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_box-part.nsletter > ul li strong {
    height: 6.25vw;
  }
  .page_box-part.nsletter .btns {
    margin: 1.5625vw 0 0.78125vw;
  }
  .page_box-part.nsletter .btn_newsletter_list {
    height: 3.90625vw;
    padding: 0 1.953125vw;
  }
  .page_box-part.nsletter .btn_newsletter_list::after {
    width: 1.40625vw;
    height: 1.09375vw;
  }
  .page_box-part.nsletter .btn_newsletter_list:hover {
    background-color: #f5821f;
    color: #fff;
  }
  .page_box-part.nsletter .btn_newsletter_list:hover::after {
    background-image: url("../img/ico_arrw_w2.png");
  }
  .page_box-part.recruit-part {
    margin-bottom: 4.84375vw;
  }
  .page_box-part.recruit-part .desc {
    margin-bottom: 3.125vw !important;
  }
  .page_box-part.recruit-part > ul li {
    padding: 2.34375vw;
  }
  #previousNewsletter .newsletter_popup {
    margin-bottom: 2.34375vw;
  }
  #previousNewsletter .newsletter_popup li {
    padding: 1.796875vw 0 1.796875vw 7.8125vw;
  }
  #previousNewsletter .newsletter_popup li em {
    top: 2.1875vw;
    font-size: 0.7777777778rem;
  }
  #previousNewsletter .newsletter_popup li p {
    font-size: 1.1111111111rem;
  }
  #previousNewsletter .newsletter_popup li span {
    font-size: 0.7777777778rem;
    margin-top: 0.46875vw;
  }
  .newsletter_wrap.old_news {
    width: 100%;
  }
  .nsletter_inpt-box {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .nsletter_inpt-box .tit {
    margin-top: 4.6875vw;
    margin-bottom: 3.59375vw;
  }
  .nsletter_inpt-box .tit h3 {
    width: 34.375vw;
    padding: 1.875vw 0 0.9375vw;
  }
  .nsletter_inpt-box .tit h3::before {
    width: 3.90625vw;
    height: 2.34375vw;
    margin-top: 0;
    background-size: 100% auto;
    margin-right: 0.78125vw;
  }
  .nsletter_inpt-box .tit a {
    width: 23.4375vw;
    height: 4.6875vw;
    line-height: 4.53125vw;
    bottom: 0.390625vw;
  }
  .nsletter_inpt-box .tit.change_info h3::before {
    background-size: auto 100%;
  }
  .nsletter_inpt-box h4 {
    margin-left: 4.6875vw;
    margin-bottom: 1.5625vw;
    padding-left: 3.28125vw;
    background-size: 2.734375vw auto;
    background-position: left top;
  }
  .nsletter_inpt-box h4 span {
    display: block;
    margin-top: 1.5625vw;
    padding-left: 0;
    line-height: 1.2em;
  }
  .nsletter_inpt-box .nsletter_bg-box {
    margin-bottom: 5.46875vw;
    padding: 2.34375vw 4.6875vw;
  }
  .nsletter_inpt-box .nsletter_bg-box h5 {
    padding-bottom: 1.40625vw;
  }
  .nsletter_inpt-box .nsletter_bg-box .policy_box {
    padding: 2.8125vw 0;
  }
  .nsletter_inpt-box .nsletter_bg-box .policy_box .cont_scroll {
    height: 19.53125vw;
    margin-bottom: 1.171875vw;
    padding: 2.34375vw 3.125vw;
  }
  .nsletter_inpt-box .nsletter_bg-box .policy_box .comm_check {
    margin-left: 2.96875vw;
  }
  .nsletter_inpt-box .nsletter_bg-box .check_list {
    margin-bottom: 0;
  }
  .nsletter_inpt-box .nsletter_bg-box .check_list li {
    margin-top: 2.03125vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.self_authentication {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail {
    margin-top: 3.125vw;
    padding: 4.6875vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail b {
    padding-left: 0;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail {
    width: 46.875vw;
    margin-bottom: 1.5625vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail > button {
    width: 19.53125vw;
    height: 4.6875vw;
    line-height: 4.53125vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word span {
    width: 19.53125vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word label {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word input {
    width: 19.53125vw;
  }
  .nsletter_inpt-box .write_data-cons > ul li input,
  .nsletter_inpt-box .write_data-cons > ul li .comm_select {
    width: 21.09375vw;
  }
  .nsletter_inpt-box .write_data-cons > ul li > button {
    width: 11.71875vw;
    height: 4.6875vw;
    line-height: 4.53125vw;
  }
  .letter_wrap-guide .nsletter_app {
    width: 20.3125vw;
    height: 4.6875vw;
    line-height: 4.53125vw;
  }
  .letter_wrap-guide .nsletter_app::after {
    width: 3.59375vw;
    background-size: auto 1.5625vw;
  }
  .letter_wrap-guide .change_each-btns {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .pass_title-wrap .guide {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding: 4.6875vw 0;
  }
  .pass_title-wrap .guide .tit_name h3 {
    width: 10.9375vw;
    height: 7.8125vw;
    margin-right: 3.59375vw;
  }
  .pass_title-wrap .guide .tit_name .tit_conts span {
    margin-top: 1.40625vw;
  }
  .pass_title-wrap .guide .tit_name .tit_conts p {
    margin-top: 1.40625vw;
  }
  .pass_title-wrap .guide .move_name {
    width: 13.28125vw;
  }
  .pass_title-wrap .guide .move_name * {
    font-size: 1.1111111111rem;
    height: 3.4375vw;
    line-height: 3.28125vw;
    border-radius: 1.71875vw;
  }
  .pass_title-wrap .guide .move_name a {
    margin-top: 0.46875vw;
  }
  .pass_title-wrap .guide h4 {
    height: 3.90625vw;
    line-height: 3.75vw;
    padding: 0 3.125vw;
  }
  .pass_list-wrap {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .pass_list-wrap ul {
    margin: 3.90625vw 0;
  }
  .pass_list-wrap ul li {
    padding: 1.5625vw 0;
  }
  .pass_list-wrap ul li a {
    padding-left: 15.625vw;
  }
  .pass_list-wrap ul li a span {
    margin-top: 0.9375vw;
  }
  .pass_list-wrap > a {
    width: 19.53125vw;
    height: 5.46875vw;
    line-height: 5.46875vw;
  }
  .open_api .api_top-info {
    padding: 4.21875vw 0;
  }
  .open_api .api_top-info strong {
    font-size: 1rem;
    margin-bottom: 2.1875vw;
  }
  .open_api .api_top-info dl {
    border-radius: 4px;
    padding: 1.71875vw 0;
    line-height: 2em;
    width: auto;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
  }
  .open_api .api_top-info dl dt {
    font-size: 1.1111111111rem;
  }
  .open_api .api_top-info dl dd {
    font-size: 0.8888888889rem;
  }
  .open_api .api_top-info ul {
    border-radius: 4px;
    padding: 1.71875vw 0;
    line-height: 1.5em;
    width: auto;
    margin-left: 4.6875vw;
    margin-right: 4.6875vw;
  }
  .open_api .api_top-info ul li {
    padding-left: 260px;
  }
  .open_api .api_step .center_guide {
    width: auto;
    margin-left: 7.8125vw;
    margin-right: 7.8125vw;
    height: 11.71875vw;
  }
  .open_api .api_step strong {
    font-size: 1.3333333333rem;
  }
  .open_api .api_step ol li {
    padding-left: 2.8125vw;
  }
  .open_api .api_step ol li * {
    line-height: 7.03125vw;
  }
  .open_api .api_step ol li em {
    font-size: 1.3333333333rem;
    width: 3.125vw;
    border-radius: 0.78125vw 0 0 0.78125vw;
  }
  .open_api .api_step ol li span {
    padding: 0 1.5625vw;
    font-size: 1.1111111111rem;
    border-radius: 0 0.78125vw 0.78125vw 0;
  }
  .open_api .api_step ol li::before {
    width: 2.8125vw;
    height: 7.03125vw;
    background-size: 1.5625vw auto;
  }
  .open_api .api_step a {
    width: 15.625vw;
    line-height: 3.90625vw;
    font-size: 1rem;
  }
  .open_api .api_conts {
    width: auto;
    margin-top: 6.25vw;
  }
  .open_api .api_conts .comm_tab-select {
    margin-bottom: 4.6875vw;
  }
  .open_api .api_table {
    margin: 4.6875vw 3.125vw 0 3.125vw;
  }
  .open_api .api_table h5 {
    margin: 0 0 1.5625vw;
    font-size: 1rem;
    line-height: 1.5625vw;
    padding-left: 2.34375vw;
    background-size: 1.25vw auto;
    background-position: left center;
  }
  .open_api .api_table table tr th {
    padding: 1.5625vw 3.125vw;
  }
  .open_api .api_table table tr td {
    padding: 1.40625vw 3.125vw;
  }
  .open_api .api_table .code_box textarea {
    padding: 2.65625vw 3.59375vw;
    height: 37.5vw;
    line-height: 1.5em;
  }
  .open_api .api_app-join {
    width: 1000px;
    margin: 0 auto;
    margin-top: 6.875vw;
  }
  .open_api .api_app-join .top_tit h6 {
    font-size: 1.3333333333rem;
  }
  .open_api .api_app-join .top_tit span {
    line-height: 1em;
    font-size: 1rem;
  }
  .open_api .api_app-join .write_data-cons {
    padding-bottom: 3.90625vw;
  }
  .open_api .api_app-join .write_data-cons ul {
    padding: 3.90625vw 3.90625vw 0 3.90625vw;
  }
  .open_api .api_app-join .write_data-cons ul li {
    padding-left: 19%;
    margin-top: 1.5625vw;
  }
  .open_api .api_app-join .write_data-cons ul li:last-child {
    margin-top: 1.71875vw;
  }
  .open_api .api_app-join .write_data-cons ul li .comm_select {
    width: 31.25vw;
  }
  .open_api .api_app-join .write_data-cons ul li textarea {
    height: 15.625vw;
  }
  .open_api .api_app-join .write_data-cons ul li strong {
    line-height: 2.8125vw;
    font-size: 1.1111111111rem;
  }
  .open_api .api_app-join .write_data-cons .comm_twins-btns {
    margin-top: 2.34375vw;
  }
  .certification_wrap .cert_conts button {
    width: 15.625vw;
    height: 3.90625vw;
    margin-top: 24px;
  }
}
@media all and (max-width: 720px) {
  .file_bubble {
    padding: 2.7777777778vw;
  }
  .img_type_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: auto;
    margin-bottom: 6.9444444444vw;
    padding: 0 0 2.7777777778vw;
  }
  .img_type_bg::after {
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
  }
  .img_type_bg .img {
    width: 33.3333333333vw;
  }
  .edit-sub_tit {
    font-size: 1.6666666667rem;
  }
  .timeline-area {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .timeline_item-date {
    font-size: 2.5rem;
  }
  .timeline_more button {
    width: 48.6111111111vw;
    height: 11.1111111111vw;
    font-size: 1.25rem;
  }
  .timeline_more button:after {
    width: 2.7777777778vw;
    height: 3.3333333333vw;
  }
  .timeline_item-wrapper {
    margin-top: 5.5555555556vw;
  }
  .timeline_item-wrapper .item {
    float: none !important;
    width: 100%;
    margin-top: 8.3333333333vw;
  }
  .timeline_item-wrapper .item .info_top {
    position: relative;
    padding-top: 1.6666666667vw;
  }
  .timeline_item-wrapper .item .info_top .date {
    width: 100%;
    text-align: center;
    line-height: 1.3em;
    margin: 0 !important;
    background-color: #fff;
  }
  .timeline_item-wrapper .item .info_top .date .time {
    display: block;
    margin-top: 0.6944444444vw;
    padding-bottom: 1.3888888889vw;
  }
  .timeline_item-wrapper .item .info_top .label {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    min-width: 16.6666666667vw;
    padding: 2.7777777778vw;
    border-radius: 4px 4px 0 0;
  }
  .timeline_item-wrapper .item .info_conts::before {
    top: -1.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.5vw;
    height: 2.5vw;
  }
  .timeline_item-wrapper .item .info_conts .label {
    width: 20%;
    padding: 0;
    text-align: center;
    line-height: 6.9444444444vw;
    margin-top: -6.9444444444vw;
  }
  .timeline_item-wrapper .item .detail {
    padding: 4.1666666667vw;
  }
  .timeline_item-wrapper .item .detail.fix_pd {
    padding: 5.5555555556vw;
  }
  .timeline_item-wrapper .item .detail .sub_tit {
    text-align: center;
    margin-bottom: 3.0555555556vw;
  }
  .timeline_item-wrapper .item .detail .main_tit {
    max-height: 12.5vw;
    text-align: center;
    font-size: 1.25rem;
  }
  .timeline_item-wrapper .item .detail .hashtag {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .timeline_item-wrapper .item .detail .hashtag a {
    margin-right: 1.3888888889vw;
    padding: 1.3888888889vw 2.7777777778vw;
  }
  .timeline_item-wrapper .item .detail .list {
    margin-top: 6.9444444444vw;
    padding-top: 4.1666666667vw;
  }
  .timeline_item-wrapper .item .detail .list li {
    padding-left: 11.1111111111vw;
    font-size: 1.0833333333rem;
  }
  .timeline_item-wrapper .item .detail .list li em {
    padding-left: 2.0833333333vw;
  }
  .timeline_item-wrapper .item .detail .list li em::before {
    top: 2.0833333333vw;
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .timeline_item-wrapper .item .detail .remark {
    text-align: center;
    font-size: 1rem;
  }
  .timeline_item-wrapper .item .link_full a {
    height: 8.3333333333vw;
  }
  .timeline_item-wrapper .item .link_full a::after {
    width: 3.6111111111vw;
    margin-left: 6.25vw;
    background-size: 100% auto;
  }
  .timeline_item-wrapper .item .link_box-tab {
    background-color: #fff;
  }
  .timeline_item-wrapper .item .link_box-tab li {
    width: auto;
    padding: 0 3.3%;
  }
  .timeline_item-wrapper .item .link_box-tab li a {
    height: 9.7222222222vw;
  }
  .timeline_item-wrapper .item .link_box-tab li .tag {
    display: none;
  }
  .timeline_item-wrapper .item.align-right {
    margin-right: 0;
  }
  .timeline_item-wrapper .item.align-right .info_conts {
    padding-left: 0;
  }
  .timeline_item-wrapper .item.align-right .info_top .date {
    text-align: center;
    padding-left: 0;
  }
  .timeline_item-wrapper .item.align-left {
    margin-left: 0;
  }
  .timeline_item-wrapper .item.align-left .info_conts {
    padding-right: 0;
  }
  .timeline_item-wrapper .item.align-left .info_conts::before {
    right: auto;
    left: 50%;
  }
  .timeline_item-wrapper .item.align-left .info_top .date {
    padding-right: 0;
  }
  .timeline_item-wrapper.conference_timeline {
    display: none;
  }
  .timeline_item-wrapper.mob_version {
    display: block;
  }
  .view_page-tab {
    background-color: #fff;
  }
  .view_page-tab .tab-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .view_page-tab ul {
    padding-top: 1.9444444444vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .view_page-tab ul li {
    height: 9.7222222222vw;
    width: 19%;
  }
  .view_page-tab ul li + li a::after {
    left: -0.2777777778vw;
  }
  .view_page-tab ul li a {
    padding: 0 2.0833333333vw;
    font-size: 1.1666666667rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .view_page-tab ul li a.on::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background-color: #fff;
    z-index: 1;
  }
  .view_page-tab ul li a .tag {
    width: 5.8333333333vw;
    height: 3.0555555556vw;
    margin-left: 0.5555555556vw;
  }
  .view_page-tab .sprt-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    padding-top: 4.1666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: static;
  }
  .view_page-tab .sprt-btn a {
    width: 31.9444444444vw;
    height: 8.3333333333vw;
    font-size: 1.1666666667rem;
    margin-bottom: 0;
  }
  .view_page-tab .sprt-btn a::after {
    width: 3.3333333333vw;
    height: 100%;
  }
  .view_page-tab .sprt-btn a.on {
    width: 31.9444444444vw;
    height: 8.3333333333vw;
    background-color: #f5821f;
    border-top: 0;
    color: #fff;
    font-size: 1.25rem;
  }
  .view_page-tab .sprt-btn a.on::after {
    content: "";
  }
  .link_btn-box {
    margin-bottom: 5.5555555556vw;
  }
  .link_btn-box a {
    width: auto;
    height: 9.7222222222vw;
    padding: 0 6.9444444444vw;
    font-size: 1.0833333333rem;
  }
  .link_btn-box a.arrw::after {
    width: 3.4722222222vw;
    margin-left: 4.1666666667vw;
  }
  .utb_guide-box.utb-list_y .utb_conts {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .utb_guide-box.utb-list_y .utb_view {
    width: 100%;
  }
  .utb_guide-box.utb-list_y .utb_info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .utb_guide-box.utb-list_y .utb_info .tit {
    width: 100%;
    margin-bottom: 2.0833333333vw;
  }
  .utb_guide-box.utb-list_y .utb_info .tit strong {
    max-height: 9.0277777778vw;
    margin-top: 2.7777777778vw;
  }
  .utb_guide-box.utb-list_y .utb_info .tit p {
    margin-top: 2.0833333333vw;
    padding-bottom: 3.0555555556vw;
  }
  .utb_guide-box.utb-list_y .utb_info .rpt_link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .utb_guide-box.utb-list_y .utb_info .rpt_link * {
    width: 40.2777777778vw;
    margin-top: 0;
    margin-left: 1.3888888889vw;
  }
  .utb_guide-box.utb-list_y .utb_info .rpt_link *:first-child {
    margin-left: 0;
  }
  .utb_guide-box.utb-list_y .utb_list {
    width: 100%;
    margin-top: 13.8888888889vw;
    padding: 0;
    background-color: transparent;
  }
  .utb_guide-box.utb-list_y .utb_list .utb_list-num {
    margin-bottom: 2.0833333333vw;
    text-align: left;
    font-size: 1rem;
  }
  .utb_guide-box.utb-list_y .utb_list .list_scroll {
    max-height: 65.9722222222vw;
    padding: 2.7777777778vw;
    background-color: #f7f7f8;
  }
  .utb_guide-box.utb-list_y .utb_list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .utb_guide-box.utb-list_y .utb_list ul li a .img {
    width: 31.9444444444vw;
  }
  .utb_guide-box.utb-list_y .utb_list ul li a .img::after {
    background-size: 9.7222222222vw auto;
  }
  .utb_guide-box.utb-list_y .utb_list ul li a p {
    width: calc(100% - 34.7222222222vw);
    margin-top: 0;
    font-size: 1.0833333333rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 60px;
  }
  .utb_guide-box.utb-list_y .utb_list ul li.on .img::after {
    border-width: 3px;
  }
  .paragraph-schedule li {
    padding: 4.1666666667vw 0;
    font-size: 1rem;
  }
  .paragraph-schedule .time {
    width: 22.2222222222vw;
    font-size: 1.0833333333rem;
  }
  .paragraph-schedule .schedule {
    width: calc(100% - 22.2222222222vw);
  }
  .paragraph-schedule .schedule .m_tit {
    font-size: 1.1666666667rem;
    line-height: 1.4em;
  }
  .paragraph-schedule .schedule .m_tit + .conts div {
    margin-top: 2.7777777778vw;
  }
  .paragraph-schedule .schedule .s_tit {
    margin-bottom: 1.1111111111vw;
    line-height: 1.4em;
  }
  .paragraph-schedule .schedule .conts div {
    padding-left: 15.2777777778vw;
  }
  .paragraph-schedule .schedule .conts b {
    width: 13.8888888889vw;
    line-height: 1.2em;
  }
  .paragraph-schedule .schedule .conts span em {
    margin-right: 1.3888888889vw;
    padding-left: 1.3888888889vw;
  }
  .paragraph-schedule .schedule .conts span em::before {
    top: 0.4166666667vw;
    height: 2.2222222222vw;
  }
  .page_list-group.accor {
    padding-left: 0;
    padding-right: 0;
  }
  .page_list-group.accor ul > li .file_bubble {
    top: 13.6111111111vw;
  }
  .page_list-group.accor .accor_tit > a {
    margin: 4.1666666667vw 0;
  }
  .page_list-group.accor .rpt_link {
    display: block;
    top: 4.4444444444vw;
  }
  .page_list-group.accor .rpt_link * {
    width: 8.3333333333vw;
    height: 6.9444444444vw;
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
  }
  .page_list-group.accor .rpt_link *::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page_list-group.accor .rpt_tit {
    width: calc(100% - 11.1111111111vw);
  }
  .page_list-group.accor .rpt_tit b {
    font-size: 1rem;
  }
  .page_list-group.accor .rpt_tit strong {
    font-size: 1.25rem;
  }
  .page_list-group.accor .rpt_tit strong:hover {
    text-underline-position: auto;
  }
  .page_list-group.accor .rpt_other {
    width: calc(100% - 11.1111111111vw);
  }
  .page_list-group.accor .accor_conts .close {
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    background-size: 4.1666666667vw;
    background-position: right center;
  }
  .page_list-group.accor .accor_conts .contents {
    padding: 6.9444444444vw 0;
  }
  .page_list-group.img_n {
    margin-top: 4.8611111111vw;
    padding-left: 0;
    padding-right: 0;
    border: solid #333;
    border-width: 2px 0;
  }
  .page_list-group.img_n ul > li {
    padding: 4.1666666667vw 0;
  }
  .page_list-group.img_n ul > li .file_bubble {
    top: auto;
    bottom: -66%;
  }
  .page_list-group.img_n .rpt_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 4.1666666667vw;
  }
  .page_list-group.img_n .rpt_link * {
    width: 8.3333333333vw;
    height: 6.9444444444vw;
    margin-top: 0;
    margin-left: 0.6944444444vw;
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
  }
  .page_list-group.img_n .rpt_link *::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page_list-group.img_n .rpt_tit {
    width: 100%;
  }
  .page_list-group.img_n .rpt_tit strong {
    font-size: 1.25rem;
  }
  .page_list-group.img_n .rpt_other {
    width: calc(100% - 20.8333333333vw);
  }
  .page_list-group.img_n .rpt_other em a {
    font-size: 1rem;
  }
  .file-box {
    padding: 4.8611111111vw 4.1666666667vw;
  }
  .file-box.pd2 {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    padding: 0;
  }
  .file-box > strong {
    width: 16.6666666667vw;
    font-size: 1rem;
  }
  .file-box a {
    min-height: 3.6111111111vw;
    background-size: auto 4.1666666667vw;
    padding-left: 5.5555555556vw;
    font-size: 1rem;
  }
  .img_slide-sync .thumb {
    margin-bottom: 7.2222222222vw;
  }
  .img_slide-sync .thumb .arrw button {
    width: 5.5555555556vw;
    background-size: 2.7777777778vw auto;
  }
  .img_slide-sync .thumb .item {
    height: 14.7222222222vw;
  }
  .img_slide-sync .deit_wrap-box {
    margin-top: 1.6666666667vw;
  }
  .img_slide-sync .deit_wrap-box .edit_view {
    padding: 5.5555555556vw;
  }
  .apply_form {
    margin-top: 0;
    margin-left: -5.5555555556vw;
    margin-right: -5.5555555556vw;
  }
  .apply_form-tit {
    display: none;
  }
  .apply_form-conts {
    padding: 7.6388888889vw 2.7777777778vw;
    border-top: 2px solid #f5821f;
  }
  .apply_form-conts .apply_form-tit {
    display: block;
  }
  .apply_form-conts ul {
    width: 90%;
  }
  .apply_form-conts li {
    margin-bottom: 2.0833333333vw;
  }
  .apply_form-conts .label_name + input[type=text] {
    height: 8.3333333333vw;
  }
  .apply_form-conts .policy {
    margin-top: 6.9444444444vw;
  }
  .apply_form-conts .link_btn-box {
    margin-bottom: 0;
  }
  .apply_form-conts .link_btn-box a {
    width: 41.6666666667vw;
    height: 11.1111111111vw;
    font-size: 1.25rem;
  }
  .apply_form-conts .link_btn-box a::after {
    width: 4.1666666667vw;
    height: 100%;
    margin-left: 1.9444444444vw;
  }
  .form_complt {
    margin-top: -0.78125vw;
    padding-top: 16.6666666667vw;
    padding-bottom: 16.6666666667vw;
    border-top: 0;
  }
  .form_complt strong {
    padding-top: 12.5vw;
    background-size: auto 11.1111111111vw;
    font-size: 1.5rem;
  }
  .form_complt p {
    margin-top: 6.1111111111vw;
    font-size: 1rem;
  }
  .view_link-list li a {
    padding: 2.7777777778vw 0.6944444444vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
  }
  .view_link-list li a em {
    margin-right: 7.6388888889vw;
  }
  .view_link-list li a em::before {
    width: 2.7777777778vw;
    margin-right: 1.3888888889vw;
  }
  .view_link-list li a p {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .page_top-wrap[class*=con_banner] {
    display: none;
  }
  .magazine.notice .page_top-wrap[class*=con_banner] {
    display: none;
  }
  .notice .page_top-wrap {
    overflow: visible;
  }
  .notice .page_top-wrap.con_banner-10 {
    display: block;
  }
  .seminar_view .view_top-guide {
    padding-top: 6.9444444444vw;
  }
  .seminar_view .view_top-guide .tit_top {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .seminar_view .view_top-guide .tit_top strong {
    font-size: 1.5rem;
  }
  .seminar_view .view_top-guide .tit_top .other {
    margin-top: 2.7777777778vw;
  }
  .seminar_view .view_top-guide.sdw {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: 0 5px 10px #f0f0f0;
            box-shadow: 0 5px 10px #f0f0f0;
  }
  .seminar_view .view_top-guide.sdw .btn_btm .rpt_link {
    display: none;
  }
  .seminar_view.conference_bg .view_top-guide.bg .guide_box {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .seminar_view.conference_bg .view_page-tab {
    padding-top: 0;
  }
  .seminar_view.conference_bg .tab-wrapper {
    display: block;
  }
  .seminar_view.conference_bg .tab-wrapper ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .seminar_view-post {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .seminar_view-post img {
    display: block;
    width: 100%;
  }
  .seminar_view-post.w1144 {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .seminar_view-post .editor-template .view_youtube .mov {
    height: 374px;
    margin-bottom: 4.1666666667vw;
  }
  .seminar_view-post .link_btn-box {
    margin-top: 6.9444444444vw;
  }
  .seminar_view-post .link_btn-box.other_link {
    margin: 4.1666666667vw 0 0 0;
  }
  .seminar_view-post .link_btn-box.other_link a {
    height: 8.3333333333vw;
  }
  .seminar_view-post .post-paragraph {
    margin-top: 8.3333333333vw;
  }
  .seminar_view-post .post-paragraph:first-child {
    margin-top: 5vw;
  }
  .seminar_view-post .post-paragraph .paragraph-txt_conts {
    padding: 6.9444444444vw 0;
    font-size: 1rem;
  }
  .seminar_view-post .post-paragraph .paragraph-txt_conts .utb_conts {
    width: 100%;
  }
  .seminar_view-post .post-paragraph .paragraph-txt_conts img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
  }
  .seminar_view-post .post-paragraph .paragraph-txt_conts .editor-template .img_type01 img, .seminar_view-post .post-paragraph .paragraph-txt_conts .editor-template .img_type03 img {
    width: 90%;
  }
  .seminar_view-post .post-paragraph .paragraph-txt_conts .editor-template p {
    margin-top: 2.2222222222vw;
  }
  .seminar_view-post .post-paragraph .paragraph-tit {
    padding: 0 0 3.4722222222vw 6.9444444444vw;
    font-size: 1.25rem;
  }
  .seminar_view-post .post-paragraph .paragraph-tit[class*=con_post-ico]::before {
    top: 0.5555555556vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-size: auto 100%;
  }
  .seminar_view-post .post-paragraph.bbtm_y.utb_guide-box.utb-list_y .utb_info .tit {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 6.9444444444vw;
  }
  .seminar_view-post .post-paragraph .utb_guide-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .seminar_view-post .view_top-guide {
    width: auto;
    margin: 0;
  }
  .seminar_view-post .view_top-guide .tit_top {
    padding-bottom: 0;
  }
  .seminar_view-post .smry-list li {
    margin-bottom: 0.6944444444vw;
    padding-left: 16.6666666667vw;
    min-height: 6.25vw;
  }
  .seminar_view-post .smry-list li em {
    width: 14.5833333333vw;
    height: 6.25vw;
    font-size: 1rem;
  }
  .seminar_view-post .smry-list li span {
    font-size: 1.0833333333rem;
  }
  .seminar_view-post .download_list {
    padding: 0 2.2222222222vw;
    border-top: none;
    background-color: #fff;
  }
  .vdo_list {
    padding-top: 0;
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .vdo_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.1666666667vw 0;
  }
  .vdo_list .date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.1666666667vw;
    background-color: transparent;
  }
  .vdo_list .date strong {
    font-size: 1.0833333333rem;
  }
  .vdo_list .date span {
    font-size: 1rem;
  }
  .vdo_list .date span::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .vdo_list .thumb {
    width: 100%;
  }
  .vdo_list .thumb .tit {
    max-height: 8.3333333333vw;
    margin-bottom: 2.7777777778vw;
    font-size: 1.0833333333rem;
  }
  .vdo_list .thumb .slide {
    padding: 0 5.5555555556vw;
  }
  .vdo_list .thumb .slide .item {
    height: 19.4444444444vw;
  }
  .vdo_list .thumb .slide .item.dim::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .vdo_list .thumb .slide .item a::after {
    background-size: 9.7222222222vw auto;
  }
  .vdo_list .thumb .slide-arrow {
    width: 5.5555555556vw;
    background-size: auto 5.5555555556vw;
  }
  .vdo_list .tooltip {
    width: 44.4444444444vw;
    padding: 2.0833333333vw;
  }
  .notice .page_list-group > ul > li > a {
    padding: 5.5555555556vw 0;
  }
  .notice .rpt_tit {
    padding-left: 0;
  }
  .notice .rpt_tit b {
    position: static;
    margin-bottom: 2.7777777778vw;
    width: auto;
  }
  .notice .rpt_other {
    margin-top: 2.7777777778vw;
  }
  .notice .rpt_link {
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  /* 보도자료 list - type 이미지  */
  .share .rpt_tit {
    width: initial;
  }
  .share .rpt_link {
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .media_press .rpt_link {
    display: block;
    bottom: 6.9444444444vw;
  }
  .media_press .rpt_link * {
    width: 8.3333333333vw;
    height: 6.9444444444vw;
  }
  .media_press .rpt_link *::after {
    background-size: 4.1666666667vw auto;
  }
  .media_press .rpt_link button {
    display: none;
  }
  .magazine .page_top-wrap[class*=con_banner] {
    display: block;
    position: absolute;
    top: 13.6111111111vw;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: 1;
    width: 100%;
    height: 27.0833333333vw;
    background-position: 79% bottom;
    background-size: auto 75%;
  }
  .magazine .page_top-wrap[class*=con_banner] h2 {
    display: none;
  }
  .magazine .month_view-select .select-month ul {
    padding-bottom: 1.3888888889vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .magazine .month_view-select .select-month li {
    margin: 0 2.7777777778vw;
  }
  .magazine .month_view-select .select-month li::before {
    top: 50%;
    left: -2.7777777778vw;
    margin-top: -1.3888888889vw;
  }
  .magazine .month_view-select .select-month li button {
    padding-bottom: 1.1111111111vw;
    font-size: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }
  .magazine .month_view-select .select-month li.on button {
    font-size: 1.4166666667rem;
  }
  .magazine .month_view-select .select-month li.on button::after {
    width: 100%;
  }
  .magazine .month_view-conts .m_v-post .post-top.link_y .rpt_link {
    display: none;
  }
  .magazine .month_view-conts .m_v-post .post-top.link_y .rpt_link.mo {
    display: block;
  }
  .magazine .month_view-conts .m_v-post .post-top .tit {
    color: #000;
  }
  .magazine .month_view-conts .m_v-post .post-box {
    border-top: 0;
  }
  .magazine .page_view .post-box .bundlebox:first-child {
    padding-top: 5.5555555556vw;
  }
  .magazine .page_view .post-box .page_list-group li {
    padding-left: 0;
  }
  .magazine .page_view .post-box .page_list-group .rpt_img {
    display: block;
    position: static;
    width: 88.8888888889vw;
    height: 58.3333333333vw;
  }
  .magazine .page_view .post-box .page_list-group .rpt_tit {
    padding-top: 3.4722222222vw;
    padding-left: 3.4722222222vw;
    padding-right: 3.4722222222vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .magazine-list .center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.9444444444vw 0;
  }
  .magazine-list .tit {
    width: 100%;
    margin-bottom: 7.5vw;
    background: none;
    text-align: center;
  }
  .magazine-list .tit strong {
    font-size: 1.5rem;
  }
  .magazine-list .tit em {
    display: none;
  }
  .magazine-list .list {
    width: 100%;
  }
  .magazine-list .list .slide-arrow {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2117647059);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2117647059);
    background-size: auto 4.1666666667vw;
  }
  .magazine-list .list .slide-arrow.prev {
    left: 0;
    background-position: 2.7777777778vw center;
  }
  .magazine-list .list .slide-arrow.next {
    right: 0;
    background-position: 3.4722222222vw center;
  }
  .magazine-list .list .item {
    margin: 0 3.4722222222vw;
    padding: 0;
  }
  .magazine-list .list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .magazine-list .list .item strong {
    margin-top: 3.4722222222vw;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.3em;
  }
  .magazine-list .list .item strong .point {
    display: block;
    margin-left: 0;
  }
  .popup_left-slide.magazine .pop_list-group li a {
    padding: 4.1666666667vw 0 4.1666666667vw 0;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .popup_left-slide.magazine .pop_list-group li a > span {
    width: 13.8888888889vw;
    height: 9.1666666667vw;
    margin-right: 1.6666666667vw;
    margin-top: 0.8333333333vw;
  }
  .popup_left-slide.magazine .pop_list-group li a strong {
    max-height: none;
  }
  .popup_left-slide.magazine .pop_list-group li a p {
    position: static;
    margin-left: 15.5555555556vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 1.3888888889vw;
  }
  .popup_left-slide.magazine .pop_list-group li a p span {
    font-size: 1rem;
  }
  .recruit .page_card-sort .load_box li {
    margin-bottom: 4.1666666667vw;
  }
  .recruit .page_card-sort .load_box li > a .txt_guard em.bg {
    padding: 0.8333333333vw 2.7777777778vw 0.8333333333vw 2.7777777778vw;
  }
  .recruit .page_card-sort .load_box li > a .txt_guard .info {
    padding: 4.1666666667vw;
  }
  .recruit .page_card-sort .load_box li > a .txt_guard strong {
    margin-bottom: 2.7777777778vw;
  }
  .recruit .page_card-sort .load_box li > a .txt_guard .date {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recruit .page_card-sort .load_box li > a .txt_guard .date span {
    padding: 2.7777777778vw 4.1666666667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1rem;
  }
  .recruit .page_card-sort .load_box li > a .txt_guard .date span.dday {
    width: 40%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit .recruit-info {
    position: absolute;
    top: auto;
    bottom: 3.3333333333vw;
    left: 3.8888888889vw;
    right: auto;
    width: 19.4444444444vw;
    height: 6.1111111111vw;
  }
  .recruit .guide-wrapper {
    display: block;
  }
  .recruit .view_top-guide .sns_btn-box {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .recruit .view_top-guide .recruit-info {
    margin-top: 0;
    width: 22.2222222222vw;
  }
  .recruit .view_top-guide .recruit-info span {
    font-size: 1.3333333333rem;
    letter-spacing: 0;
  }
  .recruit .view_top-guide .tit_top {
    width: 100%;
  }
  .recruit .view_top-guide .move_name {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.6111111111vw;
  }
  .recruit .view_top-guide .move_name * {
    font-size: 1rem;
    height: 7.2222222222vw;
    width: 33.3333333333vw;
    line-height: 6.9444444444vw;
    border-radius: 3.6111111111vw;
  }
  .recruit .view_top-guide .move_name a {
    margin-top: 0;
    margin-left: 1.9444444444vw;
    line-height: 6.3888888889vw;
  }
  .recruit .link_btn-box a {
    width: 27.7777777778vw;
    margin-left: 1.3888888889vw;
  }
  .recruit .link_btn-box a:first-child {
    margin-left: 0;
  }
  .recruit .link_btn-box .al_r {
    position: static;
  }
  .popup_left-slide.recruit-pop .other {
    margin-top: 3.0555555556vw;
  }
  .popup_left-slide.recruit-pop .other span {
    font-size: 1rem;
  }
  .popup_left-slide.recruit-pop .other.al {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.0833333333rem;
  }
  .popup_left-slide.recruit-pop .other.ar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup_left-slide.recruit-pop .recruit_noti {
    padding: 3.0555555556vw;
  }
  .popup_left-slide.recruit-pop .recruit_noti strong {
    font-size: 1.25rem;
  }
  .popup_left-slide.recruit-pop .recruit_info {
    padding: 6.9444444444vw 0;
  }
  .popup_left-slide.recruit-pop .recruit_info strong {
    margin-bottom: 0;
    font-size: 1.25rem;
    max-height: 13.8888888889vw;
  }
  .popup_left-slide.recruit-pop .pop_conts {
    height: calc(100vh - 97.2222222222vw);
    padding: 6.9444444444vw 0;
  }
  .popup_left-slide.recruit-pop .file-box {
    padding: 4.1666666667vw;
  }
  .multi .comm_tab-select {
    margin-top: 8.3333333333vw;
  }
  .page_card-sort .load_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_card-sort .load_box li {
    width: 100%;
    margin-left: 0;
  }
  .page_card-sort .load_box li > a .txt_guard em {
    margin-bottom: 1.3888888889vw;
    font-size: 1rem;
  }
  .page_card-sort .load_box li > a .txt_guard p {
    margin-bottom: 11.1111111111vw;
    font-size: 1.25rem;
  }
  .page_card-sort .load_box li .link {
    bottom: 11.1111111111vw;
    padding: 0 14px;
    height: 5vw;
  }
  .page_card-sort .load_box li .link a {
    font-size: 1rem;
    padding: 0.6944444444vw 2.2222222222vw 0.9722222222vw 2.2222222222vw;
  }
  .page_card-sort .load_box.graphic li .txt_guard em {
    margin-bottom: 1.3888888889vw;
  }
  .page_card-sort .load_box.graphic li .txt_guard p {
    height: 16.6666666667vw;
    font-size: 1.25rem;
  }
  .page_card-sort .load_box.graphic li .back .bg_guide {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 6.9444444444vw;
  }
  .page_card-sort .load_box.graphic li .back .bg_guide em {
    font-size: 1rem;
  }
  .page_card-sort .load_box.graphic li .back .bg_guide p {
    font-size: 1.25rem;
  }
  .page_card-sort .load_box.graphic li .back .bg_guide span {
    font-size: 1rem;
  }
  .page_card-sort .load_box.graphic li .back .bg_guide .exp {
    font-size: 1rem;
  }
  .page_card-sort .load_box.shorts_layout {
    grid-template-columns: repeat(2, calc(50% - 2.7777777778vw));
    gap: 4.1666666667vw;
  }
  .page_card-sort .load_box.shorts_layout li {
    padding: 1.3888888889vw;
    border-radius: 0.8333333333vw;
  }
  .page_card-sort .load_box.shorts_layout li iframe {
    left: calc(1.3888888889vw + 1px - 1px);
    top: calc(1.3888888889vw + 1px - 1px);
    width: calc(100% - 2.7777777778vw + 1px);
    height: calc(100% - 2.7777777778vw + 1px);
  }
  /* popup - 멀티컨텐츠 영상/그래픽 */
  .move_movie_view .pop_top h4 {
    padding-left: 6.1111111111vw;
  }
  .move_movie_view .multi_title em {
    font-size: 1rem;
  }
  .move_movie_view .multi_title p {
    font-size: 1.25rem;
  }
  .move_movie_view .multi_title .link a {
    font-size: 1rem;
  }
  .move_movie_view .multi_conts {
    padding: 2.5vw 1.3888888889vw;
  }
  .move_movie_view .multi_conts .utb_guide-box .utb_title {
    height: 5.5555555556vw;
  }
  .move_movie_view .multi_conts .utb_guide-box .utb_title strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4.8611111111vw;
  }
  .move_movie_view .multi_conts .utb_guide-box .utb_title strong a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
  }
  .move_movie_view .multi_conts .utb_guide-box .utb_title strong a::after {
    margin-left: 2.0833333333vw;
    background-size: 100% auto;
  }
  .move_movie_view .multi_conts .utb_guide-box .utb_title > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .move_movie_view .multi_conts .utb_conts {
    width: 100%;
  }
  .move_movie_view .multi_conts .mov_exp {
    margin: 3.3333333333vw 0;
    font-size: 1rem;
  }
  .move_movie_view .multi_conts .mov_exp dl dt {
    padding-bottom: 3.3333333333vw;
  }
  .move_movie_view .multi_conts .mov_exp dl dd {
    height: 27.7777777778vw;
  }
  .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_title strong {
    margin-top: 0;
    line-height: 5.5555555556vw;
  }
  .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts {
    width: 100%;
  }
  .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-arrow {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-dots li button {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    margin-left: 1.1111111111vw;
  }
  .move_movie_view.graphic_view .multi_conts .utb_guide-box .utb_conts.slick-slider .slick-dots li.slick-active button {
    width: 8.3333333333vw;
    border-radius: 1.3888888889vw;
  }
  .addfile_list {
    padding-left: 18.0555555556vw;
  }
  .addfile_list strong {
    top: 4.1666666667vw;
    left: 4.1666666667vw;
  }
  .addfile_list ul li a {
    padding-left: 5.5555555556vw;
    min-height: 4.1666666667vw;
    background-size: auto 4.1666666667vw;
    background-position: 1.3888888889vw center;
  }
  .social_each-btns .guide_box {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .social_each-btns .guide_box > button {
    line-height: 6.9444444444vw;
    font-size: 1rem;
  }
  .social_each-btns .guide_box > button::before {
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    background-size: 3.4722222222vw auto;
    margin-right: 1.3888888889vw;
  }
  .social_each-btns .guide_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 60%;
  }
  .social_each-btns .guide_box ul li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: 0;
    padding: 0.6944444444vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .social_each-btns .guide_box ul li button {
    width: 100%;
    padding: 1.3888888889vw;
    text-indent: -99999em;
    overflow: hidden;
    color: transparent;
    font-size: 0;
  }
  .social_each-btns .guide_box ul li button::before {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    background-size: 5.5555555556vw auto;
    margin-right: 0;
  }
  .social_each-boxs {
    margin-left: 4%;
    margin-right: 4%;
  }
  .social_each-boxs > button {
    width: 41.6666666667vw;
    height: 9.7222222222vw;
    line-height: 9.4444444444vw;
    margin-top: 8.3333333333vw;
  }
  .social_each-boxs > button::after {
    width: 6.9444444444vw;
    vertical-align: middle;
    background-size: 2.7777777778vw auto;
  }
  .social_each-boxs .item_load {
    grid-template-columns: repeat(2, calc(50% - 1.3888888889vw));
    gap: 2.7777777778vw;
    margin-top: 8.3333333333vw;
    margin-bottom: 2.7777777778vw;
  }
  .social_each-boxs .item_load figure {
    margin-bottom: 2.7777777778vw;
    padding: 2.0833333333vw;
  }
  .social_each-boxs .item_load figure strong {
    margin-bottom: 2.5vw;
    padding-bottom: 1.9444444444vw;
    line-height: 4.4444444444vw;
    font-size: 1rem;
  }
  .social_each-boxs .item_load figure strong::before {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
    background-size: 100% auto;
  }
  .social_each-boxs .item_load figure .conts figcaption {
    font-size: 1rem;
  }
  .user_top-info {
    padding: 6.9444444444vw 5.5555555556vw;
  }
  .user_top-info dt {
    margin-bottom: 4.1666666667vw;
    font-size: 1.0833333333rem;
  }
  .user_top-info dd {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 2.7777777778vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
  }
  .user_top-info .schematic {
    width: auto;
    margin: 0;
    padding: 4.1666666667vw;
  }
  .user_top-info .schematic ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .user_top-info .schematic ol li {
    width: 33%;
  }
  .user_top-info .schematic ol li .figure span {
    border-radius: 1.3888888889vw;
    border-width: 1px;
    font-size: 0.8333333333rem;
    padding: 7.2222222222vw 0 2.2222222222vw 0;
    background-size: auto 4.7222222222vw;
  }
  .user_top-info .schematic ol li p {
    font-size: 0.8333333333rem;
    padding-top: 1.6666666667vw;
  }
  .user_top-info .schematic ol li:nth-child(1) p, .user_top-info .schematic ol li:nth-child(2) p, .user_top-info .schematic ol li:nth-child(3) p {
    margin-bottom: 4.1666666667vw;
  }
  .user_top-info .schematic ol li:nth-child(5) {
    width: 40%;
  }
  .user_top-info .schematic ol li:nth-child(5) .figure {
    padding-right: 16%;
  }
  .user_top-info .schematic ol li:nth-child(5) .figure::after {
    width: 16%;
  }
  .user_top-info .schematic ol li:last-child {
    width: 27%;
  }
  .user_top-info-title {
    padding: 7.7777777778vw 0;
    font-size: 1rem;
  }
  .user_guide .page_search-inp .search_guide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .user_guide .page_search-inp .search_guide > p {
    position: static;
  }
  .user_guide .user_search-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.9444444444vw;
  }
  .user_guide .user_search-wrap .select_up-txt {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 1.2em;
    margin-bottom: 2.7777777778vw;
    font-size: 1.1666666667rem;
  }
  .user_guide .user_search-wrap .user_select {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .user_guide .user_search-wrap .user_select .top {
    display: block;
    width: 100%;
    border-radius: 0.8333333333vw;
    height: 9.7222222222vw;
    margin-bottom: 8.3333333333vw;
    text-align: center;
    position: relative;
    background-color: #f5821f;
    color: #fff;
    letter-spacing: 0;
  }
  .user_guide .user_search-wrap .user_select .top::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 8.0555555556vw;
    background: url(../img/arw_bottom2.png) left center no-repeat;
    background-size: 4.1666666667vw auto;
  }
  .user_guide .user_search-wrap .user_select ul {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9.5833333333vw;
    background-color: #fff;
    padding: 3.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #d6d6d6;
    border-top-width: 0;
    border-radius: 0 0 3px 3px;
    display: none;
  }
  .user_guide .user_search-wrap .user_select ul li:last-child {
    background: none;
  }
  .user_guide .user_search-wrap .user_select ul li button {
    font-size: 3.3333333333vw;
    height: 6.9444444444vw;
    text-align: center;
  }
  .user_guide .user_search-wrap .user_select ul li button:hover {
    background-color: transparent;
    color: #333;
  }
  .user_guide .user_search-wrap .user_result {
    width: 100%;
  }
  .user_guide .user_search-wrap .user_result .result_line {
    font-size: 1.25rem;
  }
  .user_guide .user_search-wrap .user_result .result_mark dl {
    padding: 4.8611111111vw 0 6.25vw;
  }
  .user_guide .user_search-wrap .user_result .result_mark dl dt {
    padding-bottom: 4.8611111111vw;
    font-size: 1.25rem;
  }
  .user_guide .user_search-wrap .user_result .result_mark dl dd ul li {
    padding-left: 4.1666666667vw;
    font-size: 1.0833333333rem;
  }
  /* popup - KDI가이드 */
  .user_guide-popup .user_sup {
    margin-bottom: 4.1666666667vw;
    padding: 2.7777777778vw 0;
    font-size: 1.0833333333rem;
  }
  .user_guide-popup .user_sup > span::after {
    height: 2.7777777778vw;
    margin: 0 1.6666666667vw;
  }
  .user_guide-popup .user_title {
    padding-bottom: 4.1666666667vw;
    padding-left: 5.5555555556vw;
    font-size: 1.25rem;
  }
  .user_guide-popup .user_conts {
    height: calc(100vh - 44.4444444444vw);
    padding-left: 5.5555555556vw;
  }
  .user_guide-popup .user_conts > span {
    top: 4.7222222222vw;
    font-size: 1.25rem;
  }
  .user_guide-popup .user_conts .comm_type04 {
    margin: 4.1666666667vw 0;
  }
  .user_guide-popup .user_conts .comm_type04 ul li {
    margin-top: 4.1666666667vw;
  }
  .user_guide-popup .user_conts .comm_type04 p {
    margin-top: 4.1666666667vw;
  }
  .project_wrap-guide .btns_align {
    display: grid;
    grid-template-columns: 70% 25%;
    margin-left: 0;
    margin-right: 0;
  }
  .project_wrap-guide .btns_align .result_btns {
    width: 100%;
    grid-row: 1/span 2;
  }
  .project_wrap-guide .btns_align .result_btns a {
    width: 100%;
    height: 8.3333333333vw;
    line-height: 8.3333333333vw;
    margin-right: 0;
    margin-bottom: 0.6944444444vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1rem;
  }
  .project_wrap-guide .btns_align .result_btns a::after {
    width: 2.7777777778vw;
  }
  .project_wrap-guide .btns_align .result_btns a:nth-child(1) {
    grid-row: 1;
  }
  .project_wrap-guide .btns_align .result_btns a:nth-child(2) {
    grid-row: 2;
  }
  .project_wrap-guide .btns_align .result_btns a:nth-child(3) {
    grid-row: 3;
  }
  .project_wrap-guide .btns_align .proposal_btns {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    height: 9.7222222222vw;
    line-height: 9.7222222222vw;
    font-size: 1.0833333333rem;
  }
  .project_wrap-guide .btns_align .proposal_btns::after {
    width: 2.7777777778vw;
  }
  .research_lock-list {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-top: 6.9444444444vw;
  }
  .research_lock-list > p {
    margin-bottom: 2.7777777778vw;
  }
  .research_lock-list ul a {
    display: grid;
    grid-template-columns: 8% 92%;
    padding: 2.7777777778vw 0;
  }
  .research_lock-list ul a em,
  .research_lock-list ul a span {
    position: static;
    margin-top: 0;
  }
  .research_lock-list ul a em {
    width: 4.1666666667vw;
    height: 5.5555555556vw;
    background-size: 100% auto;
    grid-row: 1;
  }
  .research_lock-list ul a span {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    margin-top: 2.7777777778vw;
  }
  .research_lock-list ul a span b {
    width: auto;
    margin-right: 5.5555555556vw;
  }
  .research_lock-list ul a p {
    grid-column: 2;
    grid-row: 1;
  }
  .research_lock-view .lock_top-title {
    margin-bottom: 6.9444444444vw;
  }
  .research_lock-view .lock_top-title .top_guide {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .research_lock-view .lock_top-title .top_guide .tit {
    width: 100%;
    margin-bottom: 2.7777777778vw;
  }
  .research_lock-view .lock_top-title .top_guide .tit strong {
    font-size: 1.5rem;
  }
  .research_lock-view .lock_top-title .top_guide .tit p {
    margin-top: 3.3333333333vw;
  }
  .research_lock-view .lock_top-title .top_guide .tit p span {
    font-size: 1rem;
  }
  .research_lock-view .lock_conts .lock_editor {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-bottom: 5.5555555556vw;
  }
  .research_lock-view .lock_conts .qna_editor {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .research_lock-view .lock_conts .qna_editor .txt_load {
    padding: 4.1666666667vw 4.1666666667vw 4.1666666667vw 16.6666666667vw;
  }
  .research_lock-view .lock_conts .qna_editor .txt_load > strong {
    top: 4.1666666667vw;
    left: 2.7777777778vw;
    font-size: 1.0833333333rem;
  }
  .research_lock-view .lock_conts .qna_editor .txt_load > strong em {
    padding-right: 1.3888888889vw;
    font-size: 1.0833333333rem;
  }
  .research_lock-view .lock_conts .comm_twins-btns * {
    width: 25vw;
    height: 8.3333333333vw;
    line-height: 8.3333333333vw;
    font-size: 1rem;
  }
  .research_lock-view .lock_conts .lock_btns {
    padding-top: 6.9444444444vw;
  }
  .research_lock-view .lock_conts .lock_btns > a {
    width: 27.7777777778vw;
    height: 8.3333333333vw;
    line-height: 8.3333333333vw;
    font-size: 1rem;
  }
  .comm_file-enter > label {
    width: 73%;
  }
  .comm_file-enter > label input[type=text] {
    height: 10.4166666667vw;
  }
  .comm_file-enter .file_btns {
    width: 25%;
    margin-left: 1%;
  }
  .comm_file-enter .file_btns label {
    width: 100%;
    height: 10.4166666667vw;
    line-height: 10.1388888889vw;
  }
  .agree_wrap-box {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .agree_wrap-box .privacy_conts {
    padding: 6.9444444444vw 4.1666666667vw;
  }
  .agree_wrap-box .privacy_conts > strong {
    font-size: 1.5rem;
  }
  .agree_wrap-box .privacy_conts .inp_guide-wrap {
    margin: 4.1666666667vw 0;
    padding: 6.9444444444vw 4.1666666667vw;
    font-size: 1rem;
  }
  .agree_wrap-box .privacy_conts .comm_check span {
    font-size: 1.0833333333rem;
  }
  .write_data-cons > ul {
    padding: 6.9444444444vw 0;
  }
  .write_data-cons > ul li {
    width: 95%;
    margin: 2.7777777778vw auto 0;
    padding-left: 0;
  }
  .write_data-cons > ul li:last-child {
    margin-top: 4.8611111111vw;
  }
  .write_data-cons > ul li input {
    width: 100%;
    height: 8.8888888889vw;
    border-radius: 0;
    padding: 0.625rem;
  }
  .write_data-cons > ul li p {
    position: absolute;
    top: 0;
    right: 0;
    height: 4.1666666667vw;
    line-height: 4.1666666667vw;
  }
  .write_data-cons > ul li .center_sel {
    width: 100%;
  }
  .write_data-cons > ul li .label_name {
    position: static;
    margin-bottom: 1.3888888889vw;
    font-size: 1rem;
    top: 1.9444444444vw;
  }
  .write_data-cons > ul li .label_name br {
    display: none;
  }
  .write_data-cons > ul li .comm_radio {
    margin-right: 6.9444444444vw;
  }
  .write_data-cons > ul li .comm_select {
    height: 8.8888888889vw;
  }
  .write_data-cons > ul li .comm_select select {
    padding: 0 6.9444444444vw 0 2.0833333333vw;
  }
  .write_data-cons > ul li .comm_select::after {
    right: 1.3888888889vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .write_data-cons > ul li .phone_inp-number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .write_data-cons > ul li .hand_phone {
    width: 100%;
    margin-bottom: 1.3888888889vw;
  }
  .write_data-cons > ul li .hand_phone input {
    width: 72%;
    padding: 0 1.6666666667vw;
  }
  .write_data-cons > ul li .hand_phone button {
    width: 28%;
    height: 8.8888888889vw;
    margin-left: 1%;
  }
  .write_data-cons > ul li .number_inp {
    width: 100%;
  }
  .write_data-cons > ul li .number_inp label {
    width: 23%;
    padding: 0;
  }
  .write_data-cons > ul li .number_inp input {
    width: 47%;
    margin-left: 1%;
  }
  .write_data-cons > ul li .number_inp button {
    width: 18%;
    height: 8.8888888889vw;
    margin-left: 1%;
  }
  .write_data-cons > ul li .number_inp em {
    width: 10%;
  }
  .absurdity_wrap-guide .declaration {
    width: 30.5555555556vw;
    height: 9.7222222222vw;
    line-height: 9.7222222222vw;
  }
  .absurdity_wrap-guide .declaration::after {
    width: 8.3333333333vw;
    background-size: 4.1666666667vw auto;
  }
  .absurdity_wrap-guide .viewitem {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .absurdity_wrap-guide .viewitem .item_conts {
    padding: 0;
  }
  .absurdity_wrap-guide .viewitem h3 {
    font-size: 1.25rem;
  }
  .absurdity_wrap-guide .viewitem p {
    margin: 4.1666666667vw 0 5.5555555556vw;
    font-size: 1rem;
  }
  .absurdity_wrap-guide .viewitem dl dt {
    font-size: 1rem;
  }
  .absurdity_wrap-guide .viewitem dl dd ul li {
    margin-top: 1.3888888889vw;
  }
  .absurdity_wrap-guide .viewitem dl dd ul li a {
    margin-left: 2.7777777778vw;
  }
  .absurdity_wrap-guide .viewitem dl dd ul li span {
    margin-top: 1.3888888889vw;
    margin-left: 2.7777777778vw;
  }
  .absurdity_wrap-guide .unfold {
    margin-top: 6.9444444444vw;
  }
  .absurdity_wrap-guide .unfold > button {
    height: 9.7222222222vw;
    line-height: 9.7222222222vw;
    font-size: 1rem;
  }
  .absurdity_wrap-guide .unfold > button::after {
    width: 11.1111111111vw;
    height: 9.7222222222vw;
    background-size: 4.1666666667vw auto;
  }
  .absurdity_wrap-guide .unfold .fold_conts > ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5.5555555556vw;
  }
  .absurdity_wrap-guide .unfold .fold_conts > ol > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .absurdity_wrap-guide .unfold .fold_conts > ol > li .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    height: auto;
    padding: 5.5555555556vw 2.5vw 5.5555555556vw 31.9444444444vw;
    text-align: left;
    font-size: 1rem;
    word-break: break-all;
    border-radius: 5px;
  }
  .absurdity_wrap-guide .unfold .fold_conts > ol > li .step br {
    display: none;
  }
  .absurdity_wrap-guide .unfold .fold_conts > ol > li em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 2.5vw;
    bottom: auto;
    left: 0;
    right: auto;
    width: 27.7777777778vw;
    height: auto;
    margin-bottom: 0;
    padding: 2.7777777778vw 0;
    background-image: none;
    border-right: 1px dashed #f5821f;
    font-size: 1.0833333333rem;
  }
  .absurdity_wrap-guide .unfold .fold_conts > ol > li span {
    display: block;
    width: 100%;
    height: 5.5555555556vw;
    background-image: url("../img/arrw_bg.png");
    background-size: auto 4.1666666667vw;
    background-position: center top;
  }
  .absurdity_wrap-guide .unfold .fold_conts > ol > li:first-child, .absurdity_wrap-guide .unfold .fold_conts > ol > li:first-child .step {
    width: 100%;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_align > li {
    width: 100%;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_align > li:first-child {
    width: 100%;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_align > li .step {
    width: 100%;
    padding: 5.5555555556vw 0;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_align > li span {
    width: 100%;
    height: 5.5555555556vw;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .step {
    height: auto;
    padding: 4.1666666667vw 0;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .low li {
    width: 48%;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .low li:first-child {
    margin-bottom: 0;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .low .step {
    height: auto;
    padding: 4.1666666667vw 0;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more {
    width: 48%;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low {
    grid-template-rows: auto;
    grid-template-columns: 48% 48%;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li {
    width: 100%;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li.expand {
    position: relative;
    height: auto;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li.expand .g {
    position: absolute;
    bottom: -30%;
    height: auto;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li.expand::before {
    content: "";
    width: 14.1666666667vw;
    height: 100%;
    border-radius: 0 0 2px 2px;
    background-color: #d6d6d6;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li.l1 {
    grid-row: auto;
    grid-column: 1;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li.l2 {
    grid-row: auto;
    grid-column: 2;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li.l3 {
    grid-row: auto;
    grid-column: 3;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low li.l4 {
    grid-row: auto;
    grid-column: 4;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li.more .low .step {
    padding: 4.1666666667vw 0;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .g {
    background-image: url("../img/arrw_bg_g.png");
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each > li .move {
    width: 24%;
    height: 100%;
    margin-left: 25%;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each .short {
    width: 100%;
  }
  .absurdity_wrap-guide .unfold .fold_conts .step_each .short .step {
    width: 100%;
  }
  .qna_wrap-guide .research_lock-list li a {
    display: grid;
    grid-template-columns: 8% 92%;
    padding: 2.7777777778vw 0;
  }
  .qna_wrap-guide .research_lock-list li a em,
  .qna_wrap-guide .research_lock-list li a span {
    position: static;
    margin-top: 0;
  }
  .qna_wrap-guide .research_lock-list li a em {
    width: 4.1666666667vw;
    height: 5.5555555556vw;
    background-size: 100% auto;
    grid-row: 1;
  }
  .qna_wrap-guide .research_lock-list li a span {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    margin-top: 2.7777777778vw;
  }
  .qna_wrap-guide .research_lock-list li a span b {
    width: auto;
    margin-right: 5.5555555556vw;
  }
  .qna_wrap-guide .research_lock-list li a p {
    grid-column: 2;
    grid-row: 1;
  }
  .page_box-part {
    padding-top: 6.9444444444vw;
    padding-bottom: 6.9444444444vw;
  }
  .page_box-part br.pc {
    display: none;
  }
  .page_box-part br.mo {
    display: block;
  }
  .page_box-part > ul {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .page_box-part > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2.7777777778vw 4.1666666667vw;
  }
  .page_box-part > ul li strong {
    padding-bottom: 0;
    background-image: none;
    line-height: 1.2em;
    font-size: 1.1666666667rem;
  }
  .page_box-part > ul li strong::before {
    display: block;
    width: auto;
    height: 6.25vw;
    background-size: auto 100%;
    margin: 0 auto 2.0833333333vw;
  }
  .page_box-part > ul li strong span {
    margin-top: 1.3888888889vw;
  }
  .page_box-part > ul li p {
    margin-top: 3.0555555556vw;
    font-size: 1rem;
  }
  .page_box-part > ul li .btns {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page_box-part > ul li .btns a {
    display: block;
    width: 100%;
    height: 8.3333333333vw;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1.3888888889vw;
    line-height: 8.0555555556vw;
  }
  .page_box-part > ul li .btns a:last-child {
    margin-bottom: 0;
  }
  .page_box-part.nsletter > p {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-bottom: 5.5555555556vw;
    font-size: 1.0833333333rem;
  }
  .page_box-part.nsletter > dl {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.1666666667vw;
    font-size: 1rem;
  }
  .page_box-part.nsletter > dl dt {
    margin-right: 0;
    margin-bottom: 2.7777777778vw;
  }
  .page_box-part.nsletter > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .page_box-part.nsletter > ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 13.8888888889vw;
    height: auto;
    margin-left: 0;
    margin-bottom: 1.3888888889vw;
  }
  .page_box-part.nsletter > ul li strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 37.5vw;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .page_box-part.nsletter > ul li strong::before {
    display: inline-block;
    width: 7.6388888889vw;
    height: 7.6388888889vw;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 1.3888888889vw;
    background-size: auto 5vw;
  }
  .page_box-part.nsletter > ul li p {
    width: calc(100% - 38.8888888889vw);
    margin-top: 0;
    text-align: left;
  }
  .page_box-part.nsletter .btns {
    width: 100%;
    margin: 2.7777777778vw 0 1.3888888889vw;
  }
  .page_box-part.nsletter .btn_newsletter_list {
    height: 8.3333333333vw;
    padding: 0 2.7777777778vw;
  }
  .page_box-part.nsletter .btn_newsletter_list::after {
    width: 2.5vw;
    height: 1.9444444444vw;
  }
  .page_box-part.recruit-part .desc {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    font-size: 1.0833333333rem;
    margin-bottom: 5.5555555556vw !important;
  }
  .page_box-part.recruit-part .desc br {
    display: none;
  }
  .page_box-part.recruit-part > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_box-part.recruit-part > ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page_box-part.recruit-part > ul li:nth-child(even) {
    margin-right: 0;
  }
  .page_box-part.recruit-part > ul li strong {
    font-size: 1.1666666667rem;
  }
  .page_box-part.recruit-part > ul li .link {
    margin-top: 1.3888888889vw;
    font-size: 1rem;
  }
  #previousNewsletter .newsletter_popup {
    margin-bottom: 4.1666666667vw;
  }
  #previousNewsletter .newsletter_popup li {
    padding: 3.1944444444vw 0 3.1944444444vw 13.8888888889vw;
  }
  #previousNewsletter .newsletter_popup li em {
    top: 3.8888888889vw;
    font-size: 1.0833333333rem;
  }
  #previousNewsletter .newsletter_popup li p {
    font-size: 1.0833333333rem;
  }
  #previousNewsletter .newsletter_popup li span {
    font-size: 1rem;
    margin-top: 0.8333333333vw;
  }
  .newsletter_wrap.old_news {
    margin-top: 8.3333333333vw;
  }
  .nsletter_inpt-box {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .nsletter_inpt-box .tit {
    margin-top: 6.9444444444vw;
    margin-bottom: 6.9444444444vw;
  }
  .nsletter_inpt-box .tit h3 {
    width: 44.4444444444vw;
    height: 11.1111111111vw;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.25rem;
  }
  .nsletter_inpt-box .tit h3::before {
    width: 6.9444444444vw;
    height: 100%;
    background-size: 5vw auto;
    vertical-align: middle;
  }
  .nsletter_inpt-box .tit a {
    bottom: 1.3888888889vw;
    width: auto;
    height: 8.3333333333vw;
    padding: 0 2.7777777778vw;
  }
  .nsletter_inpt-box .tit a::after {
    width: 4.1666666667vw;
    margin-left: 2.0833333333vw;
    background-size: 4.1666666667vw;
    vertical-align: middle;
  }
  .nsletter_inpt-box .tit.change_info h3::before {
    background-size: 5vw auto;
  }
  .nsletter_inpt-box h4 {
    margin-left: 0;
    margin-bottom: 3.3333333333vw;
    padding-left: 5.2777777778vw;
    background-size: 4.1666666667vw auto;
    font-size: 1.25rem;
  }
  .nsletter_inpt-box .nsletter_bg-box {
    margin-bottom: 8.3333333333vw;
    padding: 3.8888888889vw;
  }
  .nsletter_inpt-box .nsletter_bg-box h5 {
    padding-bottom: 3.3333333333vw;
    font-size: 1rem;
  }
  .nsletter_inpt-box .nsletter_bg-box h6 {
    margin-left: 0;
    margin-bottom: 3.6111111111vw;
    padding-left: 2.7777777778vw;
    background-size: 2.0833333333vw auto;
    font-size: 1.0833333333rem;
  }
  .nsletter_inpt-box .nsletter_bg-box .policy_box {
    padding: 0;
    margin-top: 10.4166666667vw;
    font-size: 1rem;
  }
  .nsletter_inpt-box .nsletter_bg-box .policy_box:first-child {
    margin-top: 4.1666666667vw;
  }
  .nsletter_inpt-box .nsletter_bg-box .policy_box:last-child {
    margin-bottom: 4.1666666667vw;
  }
  .nsletter_inpt-box .nsletter_bg-box .policy_box .cont_scroll {
    height: 25vw;
  }
  .nsletter_inpt-box .nsletter_bg-box .policy_box .comm_check {
    margin-left: 0;
    margin-top: 2.7777777778vw;
  }
  .nsletter_inpt-box .nsletter_bg-box .check_list li {
    margin-top: 3.3333333333vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.self_authentication p {
    margin-top: 8.3333333333vw;
    padding: 9.7222222222vw 0;
    font-size: 1.0833333333rem;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box {
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail {
    padding: 5.5555555556vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail strong {
    line-height: 1.2em;
    font-size: 1.25rem;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail b {
    margin-top: 4.1666666667vw;
    margin-bottom: 4.1666666667vw;
    font-size: 1.0833333333rem;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail b::before {
    width: 4.1666666667vw;
    margin-right: 1.3888888889vw;
    background-size: 100% auto;
    background-position: center;
    vertical-align: middle;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail p {
    padding-top: 4.1666666667vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail {
    width: 100%;
    margin-bottom: 4.1666666667vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail input {
    height: 10.4166666667vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail > button {
    width: 30.5555555556vw;
    height: 9.7222222222vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word span {
    width: 40%;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word label {
    width: 15%;
    height: 8.3333333333vw;
  }
  .nsletter_inpt-box .nsletter_bg-box.certification_box .info_mail .cert_mail .security_word input {
    width: 40%;
    height: 10.4166666667vw;
  }
  .nsletter_inpt-box .write_data-cons {
    padding: 4.1666666667vw 3.8888888889vw;
  }
  .nsletter_inpt-box .write_data-cons > ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nsletter_inpt-box .write_data-cons > ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 1.3888888889vw;
    padding-left: 22%;
  }
  .nsletter_inpt-box .write_data-cons > ul li .label_name {
    position: absolute;
  }
  .nsletter_inpt-box .write_data-cons > ul li input,
  .nsletter_inpt-box .write_data-cons > ul li .comm_select {
    width: 68%;
  }
  .nsletter_inpt-box .write_data-cons > ul li > button {
    width: 30%;
    height: 10.4166666667vw;
    margin-left: 1%;
  }
  .nsletter_inpt-box .write_data-cons > ul li:nth-child(2n), .nsletter_inpt-box .write_data-cons > ul li:nth-child(3), .nsletter_inpt-box .write_data-cons > ul li:nth-child(4) {
    width: 100%;
    margin-top: 1.3888888889vw;
  }
  .letter_wrap-guide .nsletter_app {
    width: 30.5555555556vw;
    height: 9.7222222222vw;
    line-height: 9.7222222222vw;
    font-size: 1.0833333333rem;
  }
  .letter_wrap-guide .nsletter_app::after {
    width: 4.8611111111vw;
    background-size: 70% auto;
  }
  .pass_title-wrap .guide {
    padding: 5.5555555556vw 0;
    display: block;
  }
  .pass_title-wrap .guide .tit_name {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pass_title-wrap .guide .tit_name h3 {
    width: 20%;
    height: 15.2777777778vw;
    margin-right: 4%;
    font-size: 0.9166666667rem;
    margin-top: 0.5555555556vw;
  }
  .pass_title-wrap .guide .tit_name .tit_conts {
    width: 76%;
  }
  .pass_title-wrap .guide .tit_name .tit_conts strong {
    font-size: 1.5rem;
  }
  .pass_title-wrap .guide .tit_name .tit_conts span {
    font-size: 1.0833333333rem;
    margin-top: 1.9444444444vw;
    line-height: 1.3em;
  }
  .pass_title-wrap .guide .tit_name .tit_conts p {
    font-size: 1.0833333333rem;
    margin-top: 1.9444444444vw;
  }
  .pass_title-wrap .guide .move_name {
    margin-left: 24%;
    margin-top: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 76%;
  }
  .pass_title-wrap .guide .move_name * {
    font-size: 1rem;
    height: 7.2222222222vw;
    line-height: 7.2222222222vw;
    border-radius: 3.6111111111vw;
    width: 46%;
  }
  .pass_title-wrap .guide .move_name a {
    border-width: 1px;
    margin-top: 0;
    margin-left: 3%;
  }
  .pass_list-wrap ul {
    margin: 6.9444444444vw 0;
  }
  .pass_list-wrap ul li {
    padding: 4.1666666667vw 0;
  }
  .pass_list-wrap ul li a {
    padding-left: 0;
  }
  .pass_list-wrap ul li a strong {
    position: static;
    font-size: 1rem;
  }
  .pass_list-wrap ul li a p {
    margin-top: 2.7777777778vw;
    font-size: 1.25rem;
  }
  .pass_list-wrap ul li a span {
    margin-top: 2.7777777778vw;
    font-size: 1rem;
  }
  .pass_list-wrap > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 27.7777777778vw;
    height: 9.7222222222vw;
    font-size: 1.0833333333rem;
  }
  .open_api .api_top-info {
    padding: 6.9444444444vw 0;
  }
  .open_api .api_top-info strong {
    font-size: 1.1666666667rem;
    margin-bottom: 3.8888888889vw;
  }
  .open_api .api_top-info dl {
    border-radius: 2px;
    padding: 4.1666666667vw 2.7777777778vw;
    line-height: 1.5em;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .open_api .api_top-info dl dt {
    font-size: 1rem;
  }
  .open_api .api_top-info dl dd {
    font-size: 0.8333333333rem;
    margin-top: 1.3888888889vw;
    line-height: 1.4em;
  }
  .open_api .api_top-info ul {
    border-radius: 2px;
    padding: 4.1666666667vw 5.5555555556vw;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .open_api .api_top-info ul li {
    padding-left: 0;
    margin-left: 2.5vw;
    text-indent: -2.5vw;
  }
  .open_api .api_step {
    padding: 5.5555555556vw 5.5555555556vw;
  }
  .open_api .api_step .center_guide {
    margin-left: 0;
    margin-right: 0;
    height: auto;
    position: relative;
    display: block;
    padding-top: 4.1666666667vw;
  }
  .open_api .api_step strong {
    font-size: 1.25rem;
    display: block;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 4.1666666667vw;
  }
  .open_api .api_step ol li {
    padding-left: 5vw;
  }
  .open_api .api_step ol li * {
    line-height: 11.1111111111vw;
  }
  .open_api .api_step ol li em {
    font-size: 1rem;
    width: 6.6666666667vw;
    border-radius: 1.3888888889vw 0 0 1.3888888889vw;
  }
  .open_api .api_step ol li span {
    padding: 0 3.0555555556vw;
    font-size: 0.8333333333rem;
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  }
  .open_api .api_step ol li::before {
    width: 5vw;
    height: 11.1111111111vw;
    background-size: 2.7777777778vw auto;
  }
  .open_api .api_step ol li:first-child {
    padding-left: 0;
  }
  .open_api .api_step a {
    width: 31.9444444444vw;
    line-height: 9.1666666667vw;
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  .open_api .api_conts {
    margin-top: 8.3333333333vw;
  }
  .open_api .api_conts .comm_tab-select {
    margin-bottom: 8.3333333333vw;
  }
  .open_api .api_conts .comm_tab-select ul {
    display: none;
  }
  .open_api .api_table {
    margin: 8.3333333333vw 0;
  }
  .open_api .api_table h5 {
    margin: 0 0 2.7777777778vw 5.5555555556vw;
    font-size: 1rem;
    line-height: 2.7777777778vw;
    padding-left: 4.1666666667vw;
    background-size: 2.7777777778vw auto;
    background-position: left center;
  }
  .open_api .api_table .scroll_guide {
    overflow-x: scroll;
  }
  .open_api .api_table table {
    margin: 0 5.5555555556vw;
    width: 240%;
  }
  .open_api .api_table table tr th {
    padding: 2.7777777778vw 5.5555555556vw;
  }
  .open_api .api_table table tr td {
    padding: 2.5vw 5.5555555556vw;
  }
  .open_api .api_table .code_box .scroll_guide {
    margin: 0 5.5555555556vw;
  }
  .open_api .api_table .code_box textarea {
    padding: 3.8888888889vw 2.7777777778vw;
    height: 86.1111111111vw;
    width: 120%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .open_api .api_app-join {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-top: 11.1111111111vw;
  }
  .open_api .api_app-join .top_tit h6 {
    font-size: 1.5rem;
  }
  .open_api .api_app-join .top_tit span {
    line-height: 2em;
    font-size: 1rem;
  }
  .open_api .api_app-join .write_data-cons {
    padding-bottom: 6.9444444444vw;
    margin-top: 0;
  }
  .open_api .api_app-join .write_data-cons ul {
    padding: 6.9444444444vw 5.5555555556vw 0 5.5555555556vw;
  }
  .open_api .api_app-join .write_data-cons ul li {
    margin-top: 2.7777777778vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 35%;
  }
  .open_api .api_app-join .write_data-cons ul li:first-child {
    margin-top: 0;
  }
  .open_api .api_app-join .write_data-cons ul li:last-child {
    margin-top: 3.0555555556vw;
  }
  .open_api .api_app-join .write_data-cons ul li .label_name {
    position: absolute;
    top: 0;
    line-height: 8.3333333333vw;
    margin-bottom: 0;
  }
  .open_api .api_app-join .write_data-cons ul li .comm_select {
    width: 100%;
  }
  .open_api .api_app-join .write_data-cons ul li textarea {
    height: 27.7777777778vw;
    padding: 2.0833333333vw;
    line-height: 1.4em;
  }
  .open_api .api_app-join .write_data-cons ul li strong {
    line-height: 8.3333333333vw;
    font-size: 1.25rem;
  }
  .open_api .api_app-join .write_data-cons ul li.long {
    padding-left: 0;
  }
  .open_api .api_app-join .write_data-cons ul li.long .label_name {
    position: static;
  }
  .open_api .api_app-join .write_data-cons .comm_twins-btns {
    margin-top: 4.1666666667vw;
  }
  .certification_wrap .pop_top h4 {
    padding-left: 7.5vw;
  }
  .certification_wrap .cert_conts {
    padding: 0 15.2777777778vw;
    height: 69.4444444444vw;
    border-bottom-width: 1px;
  }
  .certification_wrap .cert_conts * {
    font-size: 1rem;
  }
  .certification_wrap .cert_conts > p {
    line-height: 5vw;
    margin-bottom: 2.7777777778vw;
  }
  .certification_wrap .cert_conts > span {
    line-height: 1em;
    margin-top: 2.2222222222vw;
  }
  .certification_wrap .cert_conts input {
    height: 8.3333333333vw;
    padding-bottom: 1.1111111111vw;
  }
  .certification_wrap .cert_conts button {
    margin-top: 5.5555555556vw;
    height: 8.3333333333vw;
    width: 27.7777777778vw;
    padding-bottom: 0.5555555556vw;
  }
  .certification_wrap .cert_conts.email_join {
    height: 83.3333333333vw;
    padding: 0 6.9444444444vw;
  }
  .certification_wrap .cert_conts.email_join ul li {
    margin-top: 4.1666666667vw;
  }
  .certification_wrap .cert_conts.email_join ul li .comm_select {
    height: 8.3333333333vw;
  }
  .certification_wrap .cert_conts.email_join ul li label {
    margin-bottom: 2.2222222222vw;
  }
  .certification_wrap .cert_conts.email_join ul li input {
    padding: 0 2.7777777778vw;
  }
  .certification_wrap .cert_conts.email_join ul li span {
    margin-top: 1.3888888889vw;
  }
  .certification_wrap .cert_conts.email_join ul li div img {
    width: 22.7777777778vw;
  }
  .certification_wrap .cert_conts.email_join ul li div input {
    margin-left: 2.7777777778vw;
  }
}
@media all and (max-width: 420px) {
  .seminar_view-post .editor-template .view_youtube .mov {
    height: 212px;
  }
}