* {
  scroll-behavior: smooth;
}

.section.fp-auto-height.f-y-hidden {
  overflow: hidden;
}

.lab_btn {
  padding: 27px 82px;
  background-color: #504D4B;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

/*기관프로그램 년도 tab 추가*/
.history_tab_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.history_tab_wrap .history_tab {
  padding: 0 60px;
  position: relative;
  max-width: 660px;
}

.history_tab_wrap .history_tab ul {
  display: flex;
  overflow: hidden;
}

.history_tab_wrap .history_tab ul li.year {
  background-color: #D4D4D4;
  width: 100px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 5px;
  flex-shrink: 0;
}

.history_tab_wrap .history_tab ul li.year.active {
  background-color: #434140;
}

.history_tab_wrap .history_tab ul li.year a {
  color: #fff;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history_tab_wrap .nav_btns [class*='nav-'] {
  font-size: 14px;
  margin: 6px 0;
  padding: 9px 12px;
  cursor: pointer;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #2d2d2d;
  font-family: inherit;
}

.history_tab_wrap .nav_btns [class*='nav-']:hover {
  background: #434140;
  color: #fff;
  outline: none;
}

.history_tab_wrap .nav_btns .nav-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.history_tab_wrap .nav_btns .nav-next {
  position: absolute;
  top: 0;
  right: 0;
}

/* 공지사항 */
.mListbtn {
  background-color: #fff;
  border: 1px solid #504D4B;
  display: inline-block;
  padding: 14px 83px;
  margin: 0 auto;
  font-size: 20px;
}

/* 보도자료 */
.category {
  padding: 6px 0;
  color: #fff;
  width: 67px;
  text-align: center;
  background-color: #504D4B;
  margin-bottom: 10px
}

.t-t-news-box>tr:first-child {
  display: flex;
}

.t-t-news-box>tr:first-child>div {
  width: 50%;
}

/* 체크박스 관련 */
.promotion_img {
  display: flex;
  align-items: center;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none !important;
  border: 1px solid #9999;
  vertical-align: middle;
  margin: 0 5px;
}

input[type="checkbox"]::before, input[type="radio"]::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: scale(0) translate(-50%, -50%);
  line-height: 1;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
  background-color: #63aeff;
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
  border-radius: 4px;
  transform: scale(1) translate(-50%, -50%)
}

/* 관리자 로그인 */
.blockUI.blockMsg.blockPage {
  width: auto !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  border: 1px solid #E2E2E2 !important;
  cursor: auto !important;
}

.blockUI.blockOverlay {
  cursor: auto !important;
}

#contentBox {
  width: auto;
  padding: 20px;
}

.admin-tit {
  font-size: 24px;
}

.diTable {
  width: 100%;
}

.diTable>tbody>tr {
  margin-bottom: 16px;
  display: inline-table;
  width: 100%;
}

.diTable>tbody>tr:last-child {
  margin-bottom: 0;
}

.diTable>tbody>tr>th {
  text-align: center;
  width: 18%;
  padding: 20px;
}

.diTable>tbody>tr>td {
  border: 1px solid #e2e2e2;
  width: 100%;
  padding: 7px;
}

.diTable>tbody>tr>td>input {
  width: 100%;
}

.btnArea {
  margin: 16px 0;
}

.btnArea>a:hover {
  background-color: #504D4B;
  border: 1px solid #504D4B;
  color: #fff;
}

.btnArea>a {
  padding: 7px 30px;
  border: 1px solid #e2e2e2;
  font-weight: 500;
  transition: all 0.5s;
}

.admin-box {
  padding: 25px;
}

/* 관리자 로그인 후 등록 버튼*/
.btnAreaList {
  text-align: center;
  margin: 30px auto 0;
  max-width: 532px;
  display: flex;
  justify-content: space-between;
}

.btnAreaList>a {
  padding: 15px 0;
  background-color: #504d48;
  color: #fff;
  width: 48%;
  font-weight: 400;
}

/* 관리자 등록 부분 */
.diDiv {
  margin-top: 150px !important;
}

.btnArea {
  display: flex;
  margin-top: 30px !important;
  justify-content: center;
}

.diDiv, .btnArea {
  max-width: 1200px;
  margin: 0 auto;
}

.diTable>caption {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 700;
}

.diTable>tbody {
  border-top: 1px solid #e5e5e5;
}

.diTable>tbody>tr {
  display: table-row !important;
}

.diTable.bg th {
  background: #fcfcfc;
}

.diTable>tbody>tr>td {
  border-right: 0;
}

.froala-box {
  width: auto !important;
}

.froala-wrapper.f-basic {
  height: 500px !important;
}

.diTable th {
  border-color: #e5e5e5;
  border-width: 0 0 1px 0;
  color: #333;
  border-style: none none solid none;
  text-align: left;
  background: #fff;
  padding: 19px 10px 19px 30px;
  line-height: 1.2;
  vertical-align: top;
}

.pta li label {
  font-weight: 600;
  padding: 0 37px 0 8px;
  cursor: pointer;
}

.diTable td {
  border-color: #e5e5e5;
  border-width: 0 0 1px 0;
  color: #555;
  border-style: none none solid none;
  text-align: left;
  background: #fff;
  padding: 7px 10px 6px 10px;
  font-size: 16px !important;
  line-height: 1.4;
  vertical-align: middle;
}

.pta li {
  float: left;
}

.fileBox {
  position: relative;
  width: auto;
  padding: 0 105px 0 0;
}

.fileHidden {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  cursor: pointer;
}

.fileBox input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
  border: 1px #d9d9d9 solid;
  box-sizing: border-box;
}

.fileBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 96px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #7c7c7c;
  border-radius: 2px;
}

.fileBox input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
  border: 1px #d9d9d9 solid;
  box-sizing: border-box;
}

.w837 {
  height: 38px;
  color: #777;
  line-height: 38px;
  padding: 0 0 0 10px;
  border: 1px #dadada solid;
}

/* ------------------------ */
/* top 버튼 */
.ba_padding .n-s-btn {
  margin-right: 10px;
}

.ba_padding .n-s-btn::after {
  content: '';
  position: absolute;
  clear: both;
  background: url(../img/icon/lnb-btn.svg) no-repeat center center;
  display: inline-block;
  width: 15%;
  height: 17px;
  margin-left: 0px;
  background-size: contain;
  vertical-align: bottom;
}

.n-s-btn {
  position: relative;
}

.n-s-btn::after {
  content: '';
  position: absolute;
  clear: both;
  background: url(../img/icon/lnb-btn.svg) no-repeat center center;
  display: inline-block;
  width: 8%;
  height: 16px;
  margin-left: 10px;
  background-size: contain;
  vertical-align: bottom;
}

.top_quick.active {
  display: none;
}

.top_quick {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 24px;
  bottom: 40px;
  z-index: 9999999;
  background-color: #fff;
  border: 1px solid #BDBEC0;
}

.top_quick>img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 전체메뉴 */
main.active {
  display: none;
}

.all_menu_open.active {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
}

.all_menu_open {
  display: none;
}

.all_menu_open {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
  transition: all 0.5s;
}

.all_menu_open>.ba_padding {
  width: calc(100% - 200px);
  margin: 0 auto;
  padding: 75px 0;
}

.all_menu_open>.ba_padding>.menu_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
}

.all_menu_open>.ba_padding>.menu_top>.title>h1 {
  font-size: 60px;
  color: #2384D3;
}

.all_menu_open>.ba_padding>.menu_top>.title>h3 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 20px;
  color: #504D4B;
}

.all_menu_open>.ba_padding>.menu_top>.close {
  background: url(../img/icon/close.svg) no-repeat;
  width: 90px;
  height: 90px;
  opacity: 0.5;
}

.all_menu_open>.ba_padding>.step {
  display: flex;
  align-items: center;
  width: 100%;
}

.all_menu_open>.ba_padding>.step.btm_line:last-child {
  border: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.all_menu_open>.ba_padding>.step.btm_line {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
}

.all_menu_open>.ba_padding>.step h2 {
  font-size: 35px;
  margin-right: 50px;
  width: 15%;
  font-weight: 400;
}

.all_menu_open>.ba_padding>.step ul {
  display: flex;
  justify-content: left;
  width: 85%;
  align-items: center;
}

.all_menu_open>.ba_padding>.step ul li {
  font-size: 20px;
  padding: 0 22px 0 0;
  transition: all 0.5s;
}

.all_menu_open>.ba_padding>.step ul li.par {
  padding: 0 16px;
}

.all_menu_open>.ba_padding>.step ul li.par.font {
  font-size: 16px;
}

/* 메인 */
.header {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
  height: 58px;
  padding: 40px 4% 0;
  justify-content: space-between;
  overflow: hidden;
  z-index: 999;
  transition: all 200ms linear;
}

.header:hover {
  height: 480px;
  color: #1F2022;
  background-color: #fff;
}

header::before {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid #E2E2E2;
}

.top_hidden {
  position: absolute;
  clip-path: circle(0);
  overflow: hidden;
  text-indent: -10000px;
}

.logo>a {
  display: block;
  background-image: url(../img/icon/w_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 144px;
  height: 100%;
}

.header:hover .logo>a {
  background-image: url(../img/icon/m_logo.svg);
}

.header nav {
  flex: 1;
}

nav>.gnb {
  display: flex;
  text-align: center;
  padding: 10px 0;
  max-width: 1145px;
  margin: 0 auto;
}

nav>.gnb>li {
  width: calc(100% / 5);
  font-size: 20px;
  font-weight: 700;
}

nav>.gnb>li>a {
  color: #fff;
}

.header:hover nav>.gnb>li>a {
  color: #1F2022;
}

.header:hover nav>.gnb>li>a:hover {
  color: #2384D3;
}

.lnb {
  padding-top: 52px;
}

.lnb>li {
  padding: 16px 0;
  color: #1F2022;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.parter_lnb>li {
  font-size: 14px;
  padding-top: 10px;
}

.all_menu>a {
  display: block;
  background-image: url(../img/icon/w_menu.svg);
  background-repeat: no-repeat;
  background-size: 31px auto;
  width: 31px;
  height: 100%;
  background-position: 100% 6px;
}

.header:hover .all_menu>a {
  background-image: url(../img/icon/m_menu.svg)
}

/* 2-4페이지 */
.logo>a.active {
  background-image: url(../img/icon/m_logo.svg);
}

nav>.gnb>li>a.active {
  color: #1F2022;
}

.all_menu>a.active {
  background-image: url(../img/icon/m_menu.svg)
}

.header.active {
  padding: 40px 4% 14px;
  background-color: #fff;
}

/* 팝업 부분 */
.popup_right {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 999;
  transition: all 0.5s;
  right: 0;
  top: 30%;
}

.popup_btn {
  width: 26px;
  height: 356px;
  background-image: url(../img/icon/popup_btn_close.svg);
  background-repeat: no-repeat;
}

.open {
  background-image: url(../img/icon/popup_btn_open.svg) !important;
}

/* 스크롤 */
.scrolling {
  background-image: url(../img/icon/scroll.svg);
  position: absolute;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  left: 50%;
  bottom: 30px;
  transition: all 0.5s linear;
  width: 5%;
  height: 11%;
  z-index: 999;
  animation: scroll 3s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* 2번째 컨텐츠 */
.news_wrap {
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: left;
  max-width: 1400px;
  padding: 0 60px;
}

.news_wrap>h2 {
  font-size: 45px;
  margin-bottom: 40px;
}

.contents_wrap {
  display: flex;
  justify-content: space-between;
}

.content {
  width: calc(25% - 20px);
  height: 463px;
  overflow: hidden;
  position: relative;
  transform: translateY(0);
  transition: all 0.5s;
}

.content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content>.m_img {
  display: none;
}

.content_txt {
  position: absolute;
  z-index: 999;
  bottom: -62px;
  padding: 22px 27px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}

.content_txt h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.content_txt span {
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content:hover {
  transform: translateY(-16px);
}

.content:hover .content_txt {
  bottom: 0;
}

.news_content {
  width: calc(25% - 20px);
  height: 463px;
  border: 1px solid #E2E2E2;
}

.news_content .n_wrap {
  padding: 30px;
}

.news_content .n_wrap .t_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1F2022;
}

.news_content .n_wrap .t_title h3 {
  font-size: 24px;
  font-weight: 700;
}

.news_content .n_wrap .t_title .more {
  background-image: url(../img/icon/more.svg);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}

.news_content .n_wrap .n_cont_wrap {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.news_content .n_wrap .n_cont_wrap .n_cont {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E2E2E2;
}

.news_content .n_wrap .n_cont_wrap .n_cont:last-child {
  border: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.news_content .n_wrap .n_cont_wrap .n_cont .media {
  color: #FFB21D;
  border: 1px solid #FFB21D;
  padding: 6px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  /* width: 61px; */
  display: inline-block;
}

.news_content .n_wrap .n_cont_wrap .n_cont p {
  width: 100%;
  font-weight: 700;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}

.service_bg {
  background: #F9F9F9;
}

.service_wrap {
  display: flex;
  flex-flow: column;
  justify-content: left;
  padding-left: 13.5%;
}

.service_wrap h3 {
  font-size: 45px;
  padding-bottom: 40px;
}

.service_contents {
  position: relative;
}

.d_font {
  position: absolute;
  z-index: 9;
  font-size: 157px;
  color: #E5E5E5;
  bottom: 7%;
  right: 60px;
  font-weight: 700;
  letter-spacing: -10px;
}

.footerbg {
  background-color: #231F1D;
}

.footer_detail {
  padding: 55px 100px;
}

.footer_detail>.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_detail>.top>.top_left {
  display: flex;
}

.footer_detail>.top>.top_left>.f_logo {
  background-image: url(../img/icon/f_logo.svg);
  background-repeat: no-repeat;
  width: 161px;
  height: 47px;
}

.footer_detail>.top>.top_left>.f_t_contact {
  display: flex;
  align-items: center;
}

.footer_detail>.top>.top_left>.f_t_contact>a {
  color: #fff;
}

.footer_detail>.top>.top_left>.f_t_contact>a::before {
  width: 1px;
  height: 13px;
  background-color: #767473;
  margin: 0 20px;
  content: '';
  clear: both;
  display: inline-block;
}

.footer_detail>.top>.top_left>.f_t_contact>a:first-child::before {
  width: 0;
}

.footer_detail>.top>.top_left>.f_t_contact>a.f_c_y {
  color: #EEB419;
}

select.familysitebox {
  width: 131px;
  height: 35px;
  background-color: #504d48;
  color: #ACACAC;
  text-align: center;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #5d5e60;
  cursor: pointer;
}

select.familysitebox>option {
  color: #ACACAC;
}

.footer_detail .bottom {
  margin-top: 20px;
}

.footer_detail .bottom address {
  color: #767473 !important;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}

.admin {
  background-color: #504d48;
  padding: 2px 6px;
  color: #ACACAC;
  display: inline-block;
  text-align: center;
}

/* 서브 전체 공통부분 */
.s_box {
  width: 100%;
  margin: 0 auto;
}

.w_box {
  max-width: 1200px;
  margin: 0 auto;
}

/* 네비부분 */
.sub_header {
  height: 72px;
  color: #1F2022;
  background-color: #fff;
}

.sub_header .all_menu>a {
  background-image: url(../img/icon/m_menu.svg)
}

.sub_header nav>.gnb>li>a:hover {
  color: #1F2022;
}

.sub_header nav>.gnb>li>a {
  color: #1F2022;
}

.sub_header .logo>a {
  background-image: url(../img/icon/m_logo.svg);
}

.sub_header.sub-po {
  position: relative;
}

/* 서브 공통부분 */
.sub-1-top-bg {
  background: url(../img/sub-1-top-bg.png) no-repeat;
}

.sub-2-top-bg {
  background: url(../img/sub-2-top-bg.png) no-repeat;
}

.sub-3-top-bg {
  background: url(../img/sub-3-top-bg.png) no-repeat;
}

.sub-4-top-bg {
  background: url(../img/sub-4-top-bg.png) no-repeat;
}

.sub-5-top-bg {
  background: url(../img/sub-5-top-bg.png) no-repeat;
}

.sub-top {
  width: 100%;
  margin-top: 112px;
  background-size: cover;
}

.sub-top .title {
  padding: 67px;
  max-width: 1200px;
  margin: 0 auto;
}

.sub-top .title h2 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.sub-top .title h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.s_content_tab {
  padding-top: 68px;
  max-width: 1200px;
  margin: 0 auto;
}

.s_content_tab .tab_wrap {
  display: flex;
  padding-bottom: 100px;
}

.s_content_tab .tab_wrap a.active {
  opacity: 1;
}

.s_content_tab .tab_wrap a {
  padding: 16px 26px;
  border: 1px solid #707070;
  font-size: 18px;
  opacity: 0.5;
  margin-right: 16px;
}

.s_content_tab .tab_wrap a:last-child {
  margin-right: 0;
}

.sub_award {
  overflow-x: hidden;
  border-top: 1px solid #E2E2E2;
  margin-top: 100px;
}

/* 서브 1 동심소개/회사소개 */
.dongsim-txt {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.dongsim-txt .txt_left {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.dongsim-txt .txt_left h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
}

.dongsim-txt .txt_left p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.dongsim-txt .txt_left p:nth-child(2) {
  margin-bottom: 20px;
}

.dongsim-txt .txt_left .btn {
  padding: 30px 0;
  width: 100%;
  background-color: #2384D3;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dongsim-txt .txt_left .btn::after {
  clear: both;
  content: '';
  background: url(../img/icon/download.svg) no-repeat 50%;
  width: 26px;
  height: 23px;
  padding-left: 24px;
}

.dongsim-txt>img {
  width: 55%;
}

.slogan {
  padding: 100px 0;
  margin-top: 100px;
  width: 100%;
  background-color: #F9F9F9;
}

.slogan_side {
  text-align: center;
}

.slogan_side .slogan_logo {
  margin-bottom: 30px;
}

.slogan_side h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slogan_side h4 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 40px;
}

.slogan_side p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.meaning {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.meaning_con {
  width: 33.33%;
  position: relative;
  height: 810px;
}

.meaning_01 {
  background: url(../img/sub-1-con1.png) no-repeat 50%;
  background-size: cover;
}

.meaning_02 {
  background: url(../img/sub-1-con2.png) no-repeat 50%;
  background-size: cover;
}

.meaning_03 {
  background: url(../img/sub-1-con3.png) no-repeat 50%;
  background-size: cover;
}

.meaning_con .meaning_bg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
}

.meaning_con .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.meaning_con .txt .title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.meaning_con .txt p {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
}

/* 서브 1 동심소개/기업연혁 */
.tab-box {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 100px;
}

.tab-box a {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}

.business,
.lab,
.winwin {
  background-color: #F9F9F9;
  border: 1px solid #E2E2E2;
}

/* 활성화 */
.business.active {
  color: #fff;
  background-color: #FFB21D;
  border: 0;
}

.lab.active {
  color: #fff;
  background-color: #00a1e1;
  border: 0;
}

.winwin.active {
  color: #fff;
  background-color: #ec0b43;
  border: 0;
}

.history-year {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.history-year .history-year-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.history-year:last-child {
  margin-bottom: 0;
}

.winwin_history_wrap.active,
.business_history_wrap.active,
.lab_history_wrap.active {
  display: block;
}

.winwin_history_wrap,
.business_history_wrap,
.lab_history_wrap {
  display: none;
}

.winwin_history_wrap,
.business_history_wrap,
.lab_history_wrap {
  position: relative;
}

.winwin_history_wrap::before,
.lab_history_wrap::before,
.business_history_wrap::before {
  content: '';
  clear: both;
  width: 3px;
  height: 100%;
  display: inline-block;
  left: 50%;
  position: absolute;
}

.business_history_wrap::before {
  background-color: #FFB21D;
}

.lab_history_wrap::before {
  background-color: #00a1e2;
}

.winwin_history_wrap::before {
  background-color: #ec0b43;
}

/* 좌우 너비, 방향 */
.year {
  width: 48%;
}

.y-cicle {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background-color: #FFB21D;
}

.b-cicle {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background-color: #00a1e2;
}

.r-cicle {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background-color: #ec0b43;
}

.year.right>.year-title>.r-cicle {
  margin-left: -38px;
}

.year.left>.year-title>.r-cicle {
  margin-right: -41px;
}

.year.right>.year-title>.b-cicle {
  margin-left: -38px;
}

.year.left>.year-title>.b-cicle {
  margin-right: -41px;
}

.year.right>.year-title>.y-cicle {
  margin-left: -38px;
}

.year.right>.year-title>h3 {
  margin-left: 12px;
}

.year.left>.year-title {
  justify-content: end;
}

.year.left>.year-title>.y-cicle {
  margin-right: -41px;
}

.year.left>.year-title>h3 {
  margin-right: 16px;
}

.year-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.year-title h3 {
  font-size: 30px;
  font-weight: 700;
}

.year-txt {
  border: 1px solid #E5E5E5;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
}

.year-txt:last-child {
  margin-bottom: 0;
}

.business_history_wrap .history-year .history-year-box .year .year-txt span {
  margin-right: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #FFB21D;
}

.lab_history_wrap .history-year .history-year-box .year .year-txt span {
  margin-right: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #00a1e2;
}

.winwin_history_wrap .history-year .history-year-box .year .year-txt span {
  margin-right: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #ec0b43;
}

.year-txt p {
  line-height: 1.5;
  margin-bottom: 10px;
}

.year-txt p:last-child {
  margin-bottom: 0;
}

.year-txt>.txt-tt {
  width: 78%;
}

/* CI/BI */
.cibi_top {
  text-align: center;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.cibi_top>img {
  width: 33%;
  margin-bottom: 50px;
}

.cibi_top>h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}

.cibi_top>h3>span {
  color: #2384D3;
}

.cibi_top>p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.cibi_type {
  margin-bottom: 100px;
}

.cibi_type>h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.cibi_type>.type_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cibi_type>.type_wrap>img {
  width: 49%;
}

.s_bg {
  background-color: #F9F9F9;
  padding: 50px 0;
  text-align: center
}

.s_bg>img {
  width: 22%;
}

.cibi_motto>h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.motto_box {
  margin-bottom: 100px;
}

.cibi_design {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.cibi_design>h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.design_wrap {
  text-align: center;
}

.design_wrap>h3 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 400;
}

.design_wrap>p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.cibi_color {
  margin-bottom: 100px;
}

.cibi_color>h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.color_wrap {
  text-align: center;
}

.color_wrap>h3 {
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 400;
}

.colorbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wh-box {
  width: 280px;
  height: 160px;
}

.r_bg {
  background-color: #EE1C23;
  margin-bottom: 20px;
}

.y_bg {
  background-color: #FECB09;
  margin-bottom: 20px;
}

.b_bg {
  background-color: #008FD5;
  margin-bottom: 20px;
}

.bc_bg {
  background-color: #231F20;
  margin-bottom: 20px;
}

.r_box,
.y_box,
.b_box,
.bc_box {
  border: 1px solid #E2E2E2;
  background-color: #F9F9F9;
}

.colorbox p {
  line-height: 2.25;
  padding: 30px;
  text-align: left;
}

.signature,
.platform {
  margin-bottom: 50px;
}

.icon-txt {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.icon-content {
  display: flex;
  flex-flow: row wrap;
}

.icon-content-program {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.content-box {
  display: flex;
  flex-flow: column nowrap;
}

.c-img-box {
  border: 1px solid #E2E2E2;
  width: 268px;
  height: 150px;
  margin-bottom: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.c-img-box>img.dongsimg-logo-signature {
  width: 80%;
}

.icon-download {
  padding: 12px 0;
  background-color: #504D4B;
  color: #fff;
  font-size: 18px;
  width: 269px;
  text-align: center;
  display: block;
}

.icon-content>.content-box {
  margin-right: 30px;
}

.icon-content>.content-box:last-child {
  margin-right: 0;
}

.icon-content-program>.content-box {
  margin-right: 30px;
}

.contact-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.contact-title span {
  font-size: 24px;
  color: #76777A;
  margin-left: 20px;
  font-weight: 400;
}

.m_map {
  width: 100%;
}

/* 지도 */
.m-td {
  display: none;
}

.p-td {
  display: table-cell;
}

.m_map.ms-btm {
  margin-bottom: 50px;
}

.table_wrap {
  border-top: 2px solid #1F2022;
  width: 100%;
}

.table_wrap>table {
  width: 100%;
}

.table_wrap>table tr {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}

.table_wrap>table th {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 0;
  width: 15%;
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
  text-align: center;
}

.table_wrap>table td {
  font-size: 18px;
  font-weight: 400;
  padding-left: 30px;
  vertical-align: middle;
}

.table_wrap>table td.bus_wrap {
  padding: 10px 30px;
}

.table_wrap>table td.bus_wrap .interval {
  padding-left: 67px;
}

.table_wrap>table td.bus_wrap>P {
  padding: 10px 0;
}

.contact_contents {
  margin-bottom: 50px;
}

.contact_contents.btm-con {
  margin-bottom: 0;
  /* width: 735px; */
}

.btm_map {
  display: flex;
  justify-content: space-between;
}

.le_box,
.ri_box {
  width: 49%;
}

/* 서브-사업영역 */
/* 기관교육프로그램 공통 부분 */
.program_wrap {
  display: flex;
  flex-flow: column;
  margin-bottom: 100px;
  width: 100%;
}

.program_wrap:last-child {
  margin-bottom: 0;
}

.program_wrap .p_top_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.program_wrap .p_top_title.top {
  margin-top: 30px;
}

.program_wrap .program_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.program_wrap .program_box .p-img_box {
  background-color: #F9F9F9;
  display: flex;
  width: 49%;
  height: 392px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.program_wrap .program_box .p-img_box .box-label {
  background-color: rgba(101, 158, 225, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

/* 프로그램 라벨 박스 */
.program_wrap .program_box .p-img_box.happy .box-label {
  background-color: rgba(101, 158, 225, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.language .box-label {
  background-color: rgba(244, 120, 54, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.music .box-label {
  background-color: rgba(219, 78, 152, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.plus .box-label {
  background-color: rgba(123, 74, 213, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.project .box-label {
  background-color: rgba(77, 182, 155, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.book .box-label {
  background-color: rgba(0, 167, 235, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.dalcom .box-label {
  background-color: rgba(244, 170, 41, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.mom .box-label {
  background-color: rgba(245, 115, 150, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.high .box-label {
  background-color: rgba(0, 179, 174, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.today .box-label {
  background-color: rgba(97, 61, 148, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.doo .box-label {
  background-color: rgba(7, 131, 154, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.pop .box-label {
  background-color: rgba(216, 30, 128, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.kinder .box-label {
  background-color: rgba(5, 172, 134, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.toddler .box-label {
  background-color: rgba(235, 97, 0, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.magic .box-label {
  background-color: rgba(17, 65, 143, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.program_wrap .program_box .p-img_box.palette .box-label {
  background-color: rgba(0, 167, 106, 0.9);
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

/* -------------------------------------------- */
/* 이미지 크기 */
.program_wrap .program_box .p-text_box {
  width: 49%;
}

.program_wrap .program_box .p-text_box h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}

.program_wrap .program_box .p-text_box h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}

.program_wrap .program_box .p-text_box p {
  font-weight: 300;
  line-height: 1.5;
}

.program_wrap .program_box .p-text_box .p-btn {
  margin-top: 50px;
  display: flex;
}

.program_wrap .program_box .p-text_box .p-btn .dd-btn-style {
  padding: 18px 0;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.program_wrap .program_box .p-text_box .p-btn .dd-btn-style.wb {
  background-color: #fff !important;
  border: 1px solid #E2E2E2 !important;
  color: #1F2022 !important;
}

.program_wrap .program_box .p-text_box .p-btn .ss-btn-style {
  padding: 18px 0;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  border: 0;
}

.program_wrap .program_box .p-text_box .p-btn .dd-btn-style:first-child {
  margin-right: 20px;
  border: 0 !important;
}

/* 기관교육프로그램 개별 부분 */
.happy-f {
  color: #659EE1;
}

.language-f {
  color: #f47836;
}

.music-f {
  color: #DB4E98;
}

.plus-f {
  color: #7B4AD5;
}

.project-f {
  color: #4DB69B;
}

.book-f {
  color: #00A7EB;
}

.dalcom-f {
  color: #F4AA29;
}

.mom-f {
  color: #F57396;
}

.high-f {
  color: #00B3AE;
}

.today-f {
  color: #613D94;
}

.doo-f {
  color: #07839A;
}

.pop-f {
  color: #D81E80;
}

.kinder-f {
  color: #05AC86;
}

.toddler-f {
  color: #EB6100;
}

.magic-f {
  color: #11418F;
}

.palette-f {
  color: #00a76a;
}

.teacher-f {
  color: #F67FA9;
}

.kids-f {
  color: #6D4AFC;
}

/*  */
.happy-b {
  background-color: #659EE1 !important;
  color: #fff !important;
}

.language-b {
  background-color: #f47836 !important;
  color: #fff !important;
}

.music-b {
  background-color: #DB4E98 !important;
  color: #fff !important;
}

.plus-b {
  background-color: #7B4AD5 !important;
  color: #fff !important;
}

.project-b {
  background-color: #4DB69B !important;
  color: #fff !important;
}

.book-b {
  background-color: #00A7EB !important;
  color: #fff !important;
}

.dalcom-b {
  background-color: #F4AA29 !important;
  color: #fff !important;
}

.mom-b {
  background-color: #F57396 !important;
  color: #fff !important;
}

.high-b {
  background-color: #00B3AE !important;
  color: #fff !important;
}

.today-b {
  background-color: #613D94 !important;
  color: #fff !important;
}

.doo-b {
  background-color: #07839A !important;
  color: #fff !important;
}

.pop-b {
  background-color: #D81E80 !important;
  color: #fff !important;
}

.kinder-b {
  background-color: #05AC86 !important;
  color: #fff !important;
}

.toddler-b {
  background-color: #EB6100 !important;
  color: #fff !important;
}

.magic-b {
  background-color: #11418F !important;
  color: #fff !important;
}

.palette-b {
  background-color: #00a76a !important;
  color: #fff !important;
}

.teacher-b {
  background-color: #F67FA9 !important;
  color: #fff !important;
}

.kids-b {
  background-color: #6D4AFC !important;
  color: #fff !important;
}

/* 교육연구소 */
.lab_wrap {
  text-align: center;
}

.lab_wrap>.lab_top_logo {
  margin-bottom: 100px;
}

.lab_wrap>.lab_text_detail-01 {
  margin-bottom: 100px;
}

.lab_wrap>.lab_text_detail-01>p {
  font-size: 20px;
  line-height: 1.5;
  margin: 50px 0;
}

.lab_wrap>.lab_text_detail-01>.lab_btn {
  padding: 27px 82px;
  background-color: #504D4B;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

.academy_text_detail-02>img {
  width: 100%;
}

.academy_text_detail-02>h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 50px
}

.academy_text_detail-02>h3>span {
  color: #E60013;
}

.academy_text_detail-02>p {
  line-height: 1.5;
  font-size: 20px;
  margin: 50px 0;
}

.academy_text_detail-02 .academy_btn {
  padding: 27px 82px;
  background-color: #504D4B;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

.s-platform {
  text-align: center;
  margin-bottom: 100px;
}

.s-platform>.s-platform-logo>img {
  width: 14%;
}

.s-platform>p {
  font-size: 24px;
  margin: 20px 0 30px 0;
}

.p-text_box>.app-btn {
  justify-content: flex-start !important;
  text-align: center;
  margin-top: 20px;
}

.p-text_box>.app-btn,
.s-platform>.app-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-text_box>.app-btn>a,
.s-platform>.app-btn>a {
  margin-right: 16px;
  width: 175px;
  height: 46px;
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 46px;
}

.s-platform>.app-btn>.site::before {
  content: '';
  clear: both;
  background: url(../img/icon/site-btn.svg) no-repeat center center;
  width: 12%;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  background-size: contain;
}

.p-text_box>.app-btn>.google::before,
.s-platform>.app-btn>.google::before {
  content: '';
  clear: both;
  background: url(../img/icon/google.svg) no-repeat;
  width: 22px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.p-text_box>.app-btn>a.apple::before,
.s-platform>.app-btn>a.apple::before {
  content: '';
  clear: both;
  background: url(../img/icon/apple.svg) no-repeat;
  width: 21px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.p-text_box>.app-btn>a:last-child,
.s-platform>.app-btn>a:last-child {
  margin-right: 0;
}

.kids-program-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: -100px; */
}

.kids-program-wrap>.kid-box {
  padding-top: 80px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.kids-program-wrap>.kid-box h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.kids-program-wrap>.kid-box p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.kids-program-wrap>.kid-box>.img_move>img {
  transform: translateY(40px);
  transition: all 0.5s;
  width: 100%;
  height: auto;
}

.kid-box:hover .img_move>img {
  transform: translateY(3px);
}

.kids-program-wrap>.kids-partner {
  background-color: #6D4AFC;
}

.kids-program-wrap>.kids-teacher {
  background-color: #F67FA9;
}

.kids-program-wrap>.kids-play {
  background-color: #568AF8;
}

.kids-program-wrap>.kids-partner::before {
  content: 'Partner';
  clear: both;
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  color: #fff;
  opacity: 0.2;
  top: 34px;
  right: 123px;
}

.kids-program-wrap>.kids-teacher::before {
  content: 'Teacher';
  clear: both;
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  color: #fff;
  opacity: 0.2;
  top: 34px;
  right: 123px;
}

.kids-program-wrap>.kids-play::before {
  content: 'Play';
  clear: both;
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  color: #fff;
  opacity: 0.2;
  top: 34px;
  right: 123px;
}

/* 해외사업 */
.china,
.taiwan,
.vietnam,
.kenya {
  background-color: #F9F9F9;
  border: 1px solid #E2E2E2;
  margin-left: -1px;
}

.china.active {
  background-color: #299efd;
  border: 0;
  color: #fff;
}

.taiwan.active {
  background-color: #49dd85;
  border: 0;
  color: #fff;
}

.vietnam.active {
  background-color: #ebc73f;
  border: 0;
  color: #fff;
}

.kenya.active {
  background-color: #ec0b43;
  border: 0;
  color: #fff;
}

/* 공통 */
.map-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.map-box>.o-txt {
  width: 564px;
  padding: 90px;
  text-align: left;
}

.map-box>.map {
  width: 50%;
}

.map-box>.map>img {
  width: 100%;
}

.o-txt>h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  margin-left: -20px;
}

.o-txt>ul>li {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  list-style: disc;
  line-height: 1.5;
}

.o-txt>ul>li:last-child {
  margin-bottom: 0;
}

.china-map,
.taiwan-map,
.vietnam-map,
.kenya-map {
  position: relative;
}

.china-map::before {
  background: url(../img/icon/china_location.svg) no-repeat;
  position: absolute;
  clear: both;
  content: '';
  right: 100px;
  top: 60px;
  width: 42px;
  height: 72px;
  animation: location 2s infinite linear;
}

.taiwan-map::before {
  background: url(../img/icon/taiwan_location.svg) no-repeat;
  position: absolute;
  clear: both;
  content: '';
  right: 71px;
  top: 80px;
  width: 42px;
  height: 72px;
  animation: location 2s infinite linear;
}

.vietnam-map::before {
  background: url(../img/icon/vietnam_location.svg) no-repeat;
  position: absolute;
  clear: both;
  content: '';
  right: 94px;
  top: 85px;
  width: 42px;
  height: 72px;
  animation: location 2s infinite linear;
}

.kenya-map::before {
  background: url(../img/icon/kenya_location.svg) no-repeat;
  position: absolute;
  clear: both;
  content: '';
  right: 195px;
  top: 116px;
  width: 42px;
  height: 72px;
  animation: location 2s infinite linear;
}

.china_wrap>.o-txt {
  background-color: #3EA0F2;
}

.taiwan_wrap>.o-txt {
  background-color: #49df86;
}

.vietnam_wrap>.o-txt {
  background-color: #ecc83c;
}

.kenya_wrap>.o-txt {
  background-color: #ec0b43;
}

@keyframes location {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

.china_wrap,
.taiwan_wrap,
.vietnam_wrap,
.kenya_wrap {
  display: none;
}

.china_wrap.active,
.taiwan_wrap.active,
.vietnam_wrap.active,
.kenya_wrap.active {
  display: flex;
}

/* 기관지원사업 */
.support-project_wrap {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.support-project_wrap .kidswon {
  width: 49%;
}

.support-project_wrap .enager {
  width: 49%;
}

.support-project_wrap h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.support-project_wrap p {
  font-weight: 300;
  line-height: 1.5;
}

.kidswon-c {
  color: #FF8500;
}

.enager-c {
  color: #EB2727;
}

.support-project_wrap .kidswon::before {
  content: '';
  clear: both;
  background: url(../img/support-project01.png) no-repeat;
  height: 445px;
  display: block;
  margin-bottom: 30px;
}

.support-project_wrap .enager::before {
  content: '';
  clear: both;
  background: url(../img/support-project02.png) no-repeat;
  height: 445px;
  display: block;
  margin-bottom: 30px;
}

.support-project_wrap .kidswon>a {
  display: inline-flex;
  padding: 16px 45px;
  border: 1px solid #E2E2E2;
  font-size: 21px;
  font-weight: 700;
  margin-top: 30px;
  align-items: center;
}

.support-project_wrap .kidswon>a>img {
  margin-right: 10px;
}

/* 교육연수원/자연체험학습장 */
.natural-country_wrap {
  text-align: center;
  width: 100%;
}

.natural-country_wrap>img {
  margin-bottom: 40px;
}

.natural-country_wrap>.natural-country_detail::before {
  content: '';
  clear: both;
  width: 100%;
  height: 530px;
  margin-bottom: 50px;
  display: block;
  background: url(../img/naturalcountry-img.png) no-repeat;
}

.natural-country_wrap>.natural-country_detail h3 {
  font-weight: 700;
  font-size: 28px;
}

.natural-country_wrap>.natural-country_detail p {
  font-weight: 300;
  line-height: 1.5;
  margin: 20px 0 30px;
}

.natural-country_wrap>.natural-country_detail .reservation_btn {
  display: inline-block;
  padding: 16px 126px;
  background-color: #504D4B;
  font-size: 20px;
  color: #fff;
}

/* 사회공헌사업 */
.incorporatedfoundation_wrap {
  text-align: center;
  margin-bottom: 100px;
}

.incorporatedfoundation_wrap>a.more {
  display: block;
  padding: 16px 0;
  background-color: #8DC63F;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 326px;
  margin: 30px auto 50px;
}

.incorporatedfoundation_wrap>h3 {
  font-size: 30px;
  font-weight: 700;
  color: #00652C;
  margin-bottom: 30px;
}

.incorporatedfoundation_wrap>.in-img_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.incorporatedfoundation_wrap>.in-img_wrap>.img {
  width: calc(33.333333333% - 20px);
  padding: 0 10px;
}

.incorporatedfoundation_wrap>.in-img_wrap>.img img {
  width: 100%;
  height: auto;
}

.incorporatedfoundation_wrap>p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}

.incorporatedfoundation_wrap>span.details-f {
  color: #3FA535;
  font-size: 20px;
  font-weight: 700;
}

.bg-box {
  background-color: #F9F9F9;
  padding: 100px 0;
  width: 100%;
}

.bg-box .w-center {
  text-align: center;
}

.bg-box .w-center h3 {
  font-size: 30px;
  font-weight: 700;
  color: #328255;
  margin-bottom: 50px;
}

.bg-box .w-center .f-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg-box .w-center .f-content .f-content-circle {
  width: calc(50%);
  display: flex;
  justify-content: center;
}

.bg-box .w-center .f-content .circle-box {
  width: 245px;
  height: 245px;
  border-radius: 50%;
  position: relative;
}

.bg-box .w-center .f-content .g-circle::after {
  content: '';
  background: url(../img/icon/circle-plus.svg) no-repeat;
  width: 51px;
  height: 51px;
  position: absolute;
  right: 0%;
  top: 50%;
  margin-top: -26px;
  margin-right: -60px;
}

.bg-box .w-center .f-content .circle-box>h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 57px;
  margin-bottom: 12px;
  color: #fff;
}

.bg-box .w-center .f-content .circle-box>p {
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
}

.bg-box .w-center .f-content .g-circle {
  background-color: #8DC63F;
  margin-right: 71px
}

.bg-box .w-center .f-content .t-circle {
  background-color: #17A197;
}

.bg-box .w-center .f-content .circle-plus {
  background: url(../img/icon/circle-plus.svg) no-repeat;
  width: 51px;
  height: 51px;
  display: block;
}

.in-img-box {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 100px 0 50px;
}

.in-img-box>.img-b {
  width: 23%;
  margin-bottom: 50px;
}

.in-img-box>.img-b>p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5;
}

.collaboration_wrap {
  text-align: center;
}

.collaboration_wrap h3,
.collaboration_wrap h2,
.collaboration_wrap h4,
.collaboration_wrap p,
.collaboration_wrap span {
  font-family: 'Noto Serif KR', serif;
  line-height: 1.25;
}

.collaboration_wrap>h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.collaboration_wrap>h2 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 50px;
}

.collaboration_wrap>.bg-box>.w_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collaboration_wrap>.bg-box>.w_box>.box-le>h4 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #3177AE;
  font-family: Pretendard, 'Noto Sans KR', sans-serif;
}

.collaboration_wrap>.bg-box>.w_box>.box-ri>h4 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #12703E;
  font-family: Pretendard, 'Noto Sans KR', sans-serif;
}

.collaboration_wrap>p {
  font-size: 20px;
  line-height: 1.5;
}

.collaboration_wrap>p.txt-first {
  margin: 50px 0 100px;
}

.collaboration_wrap>p.txt-first>span,
.collaboration_wrap>p.txt-second>span {
  font-weight: 700
}

.collaboration_wrap>img {
  margin-bottom: 50px;
}

/* 홍보센터 */
/* 공통부분 */
.all-btm_wrap {
  margin: 0 auto;
  max-width: 532px;
}

.promotion-box {
  display: flex;
  padding-bottom: 50px;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  margin-bottom: 50px;
}

.news-box {
  display: flex;
  padding-bottom: 50px;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  margin-bottom: 50px;
  flex-flow: column;
}

.news-box::before,
.promotion-box::before {
  content: '';
  clear: both;
  background: url(../img/icon/more-arrow.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 42%;
  width: 21px;
  height: 37px;
}

.promotion-box>.promotion_img>img {
  /* border: 1px solid #E2E2E2; */
  object-fit: cover;
  object-position: top;
}

.promotion-box>.promotion_txt,
.news-box>.news_txt {
  margin-left: 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  flex: 1;
}

.news-box>.news_txt {
  margin-left: 0 !important;
}

.promotion-box>.promotion_txt>.p-details>h3,
.news-box>.news_txt>.n-details>h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}

.promotion-box>.promotion_txt>.p-details>p,
.news-box>.news_txt>.n-details>p {
  font-size: 18px;
  line-height: 1.5;
  width: 86%;
}

.news-box>.news_txt>.n-details>p {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.promotion-box>.promotion_txt>.date span {
  font-size: 14px;
  color: #76777A;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li {
  padding: 0 5px;
}

.pagination li:first-child {
  padding-left: 0;
}

.pagination li:last-child {
  padding-right: 0;
}

.pagination li .prev {
  background: url(../img/icon/prev.svg) no-repeat;
  background-size: contain;
  border: none !important;
  width: 34px;
  height: 34px;
}

.pagination li .next {
  background: url(../img/icon/next.svg) no-repeat;
  background-size: contain;
  border: none !important;
  width: 34px;
  height: 34px;
}

.pagination li .pagination_num.active {
  background-color: #504D4B;
  color: #fff;
  width: 34px;
  height: 34px;
}

.pagination li .pagination_num {
  display: block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #DDDDDD;
}

.p-btm-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.p-btm-wrap>.select-box {
  position: relative;
  width: 128px;
  height: 40px;
  border: 1px solid #DDDDDD;
  margin-right: 18px;
}

.p-btm-wrap>.select-box>select::-ms-expand {
  display: none;
}

.p-btm-wrap>.select-box>select {
  width: inherit;
  height: inherit;
  background: transparent;
  border: 0 none;
  outline: 0 none;
  padding: 0 10px;
  position: relative;
  z-index: 3;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-btm-wrap>.select-box>.select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 35px;
  height: inherit;
  border-left: 1px solid #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-btm-wrap>.select-box>.select-arrow>img {
  width: 32%;
}

.search {
  display: flex;
  align-items: center;
  width: 100%;
}

.search>input {
  border: 1px solid #ddd;
  background-color: #fff;
  height: 42px;
  width: 100%;
}

.search>input:focus {
  outline: none;
}

.search>.search-btn {
  background: url(../img/icon/search-btn.svg) no-repeat;
  width: 40px;
  height: 42px;
  border: 1px solid #ddd;
  border-left: none;
  background-position: center;
  cursor: pointer;
}

/* 동심스토리 */
.promotion_btn {
  position: absolute;
  right: 0;
  top: -152px;
}

/* 보도자료 */
.news_title {
  margin-bottom: 30px;
}

.news_title span {
  padding: 6px 26px;
  color: #FFB21D;
  border: 1px solid #FFB21D;
}

.n-no-date {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.n-no-date>.number {
  margin-right: 30px;
}

.n-no-date>.number span,
.n-no-date>.date span {
  font-size: 14px;
  color: #76777A;
}

/* 채용정보 */
.ideal-talent_txt {
  text-align: center;
  margin-bottom: 100px;
}

.ideal-talent_txt>h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ideal-talent_txt>h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.ideal-talent_txt>p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.ideal-talent_01 {
  background: url(../img/sub-4-con1.png) no-repeat 50%;
  background-size: cover;
}

.ideal-talent_02 {
  background: url(../img/sub-4-con2.png) no-repeat 50%;
  background-size: cover;
}

.ideal-talent_03 {
  background: url(../img/sub-4-con3.png) no-repeat 50%;
  background-size: cover;
}

/* 동심 채용정보 */
.employment-info {
  margin-bottom: 100px;
}

.employment-info-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
  text-align: center;
}

.employment-info-top {
  text-align: center;
}

.employment-info-top>h3,
.welfare_wrap>h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.employment-info-top .type-step01 {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.employment-info-top .type-step01 .step-box {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #2384D3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.employment-info-top .type-step01 .step-box.pass {
  background-color: #2384d3;
}

.employment-info-top .type-step01 .step-box.pass span {
  color: #fff;
}

.employment-info-top .type-step01 .step-box span {
  font-size: 20px;
  font-weight: 700;
  color: #2384D3;
  margin-top: 16px;
}

.step-arrow {
  background: url(../img/icon/next_step01.svg) no-repeat;
  width: 18px;
  height: 30px;
  display: block;
}

.last-arrow {
  background: url(../img/icon/next_step02.svg) no-repeat;
  width: 18px;
  height: 30px;
  display: block;
}

.help {
  margin-top: 20px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
  display: block;
  color: #76777A;
}

.application {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.application .font-wb-wrap {
  margin-right: 30px;
}

.application .font-wb-wrap:last-child {
  margin-right: 0;
}

.application .font-wb-wrap span {
  font-size: 18px;
  color: #76777A;
}

.application .font-wb-wrap .font-wb {
  font-weight: 700;
  color: #1F2022;
  margin-right: 30px;
}

.type-step01.type-btm {
  max-width: 1200px;
  margin: 0 auto;
}

.type-step01.type-btm .step-box_wrap {
  display: flex;
  align-items: center;
}

.type-step01.type-btm .step-box_wrap ul {
  margin-left: 20px;
  text-align: left;
}

.type-step01.type-btm .step-box_wrap .list-wrap {
  display: flex;
}

.type-step01.type-btm .step-box_wrap ul li {
  margin-bottom: 30px;
  font-size: 18px;
}

.type-step01.type-btm .step-box_wrap ul li:last-child {
  margin-bottom: 0;
}

.welfare_wrap {
  text-align: center;
  margin-top: 100px;
}

.welfare_wrap .welfare-box-wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.welfare_wrap .welfare-box-wrap .welfare-box {
  width: 24%;
  height: 137px;
  border: 1px solid #E2E2E2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 1%;
}

.welfare_wrap .welfare-box-wrap .welfare-box h4 {
  font-size: 20px;
  font-weight: 700;
}

.welfare_wrap .welfare-box-wrap .welfare-box p {
  line-height: 1.5;
  font-size: 18px;
  color: #76777A;
}

.welfare_wrap .welfare-box-wrap .welfare-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.welfare_wrap .welfare-box-wrap .welfare-box.last-box {
  border: 1px solid #2384D3;
  background-color: #2384D3;
  flex-flow: row;
}

.welfare_wrap .welfare-box-wrap .welfare-box.last-box a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.welfare_wrap .welfare-box-wrap .welfare-box.last-box span.arrow-w {
  background: url(../img/icon/w-arrow.svg) no-repeat;
  width: 9px;
  height: 16px;
  margin-left: 16px;
  display: block;
}

/* 파트너사 채용정보 */
.employment_wrap.tab-box>.enager.active {
  background-color: #FD2D61;
  color: #fff;
  border: 1px solid #fd2d61;
}

.employment_wrap.tab-box>.english.active {
  background-color: #17A4B1;
  color: #fff;
  border: 1px solid #17A4B1;
}

.employment_wrap.tab-box>.english,
.employment_wrap.tab-box>.enager {
  background-color: #F9F9F9;
  border: 1px solid #E2E2E2;
}

.enager_wrap.active,
.english_wrap.active {
  display: block;
}

.enager_wrap,
.english_wrap {
  display: none;
}

.sub-4-top-bg.sub-top>.title.enager.active,
.sub-4-top-bg.sub-top>.title.english.active {
  display: block;
}

.sub-4-top-bg.sub-top>.title.english,
.sub-4-top-bg.sub-top>.title.enager {
  display: none;
}

.partner-c-w .partner-c-info-title-txt {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
}

.partner-c-w .partner-c-info-title {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.partner-c-about {
  margin: 100px 0;
  text-align: center;
}

.partner-c-about>h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
}

.partner-c-about>h3 span {
  color: #FD2D61;
}

.partner-c-about .partner-c-icon-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partner-c-about .partner-c-icon-wrap>.partner-c-box {
  width: 24%;
  height: 300px;
  border: 1px solid #E2E2E2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-c-about .partner-c-icon-wrap>.partner-c-box .box-details {
  text-align: center;
}

.partner-c-about .partner-c-icon-wrap>.partner-c-box .box-details h4 {
  font-size: 22px;
}

.partner-c-about .partner-c-icon-wrap>.partner-c-box .box-details img {
  margin: 20px 0;
}

.partner-c-about .partner-c-icon-wrap>.partner-c-box .box-details p {
  font-size: 18px;
  color: #76777A;
  line-height: 1.5;
}

.partner-c-about .about-btm {
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
  margin-top: 50px;
}

.partner-c-top-txt {
  margin-bottom: 50px;
  margin-top: -30px;
  color: #76777A;
  font-weight: 300;
  line-height: 1.2;
}

.employment-info-top .type-step02,
.employment-info-top .type-step03 {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}

.employment-info-top .step-wrap {
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.employment-info-top .step-wrap::after {
  content: '';
  background: url(../img/icon/next_step01.svg) no-repeat;
  width: 18px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0%;
  margin-top: -71px;
  margin-right: -20px;
}

.employment-info-top .type-step02 .step-wrap:nth-child(3):after {
  background: url(../img/icon/next_step03.svg) no-repeat;
}

.employment-info-top .type-step03 .step-wrap:nth-child(3):after {
  background: url(../img/icon/step04.svg) no-repeat;
}

.employment-info-top .step-wrap:nth-child(4):after {
  content: none;
}

.employment-info-top .type-step02 .partner-c-step-box,
.employment-info-top .type-step03 .partner-c-step-box {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #FD2D61;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.employment-info-top .type-step03 .partner-c-step-box {
  border: 2px solid #17A4B1;
}

.employment-info-top .type-step02 .partner-c-step-box.pass,
.employment-info-top .type-step03 .partner-c-step-box.pass {
  background-color: #FD2D61;
}

.employment-info-top .type-step03 .partner-c-step-box.pass {
  background-color: #17A4B1;
}

.employment-info-top .type-step03 .partner-c-step-box.pass span,
.employment-info-top .type-step02 .partner-c-step-box.pass span {
  color: #fff;
}

.employment-info-top .type-step03 .partner-c-step-box span,
.employment-info-top .type-step02 .partner-c-step-box span {
  font-size: 20px;
  font-weight: 700;
  color: #FD2D61;
  margin-top: 16px;
}

.employment-info-top .type-step03 .partner-c-step-box span {
  color: #17A4B1;
}

.partner-c-last-arrow .box-txt {
  display: flex;
  flex-flow: column;
}

.partner-c-step-txt {
  margin: 20px auto;
}

.partner-c-step-txt p {
  line-height: 1.5;
  text-align: center;
}

.employment-info-top.partner-c-btm-line {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E2E2E2;
}

.partner-c-employment-txt {
  margin-bottom: 50px;
  text-align: center;
}

.partner-c-employment-txt .txt-first,
.partner-c-employment-txt .txt-second,
.partner-c-employment-txt .txt-third {
  margin-bottom: 50px;
}

.partner-c-employment-txt .txt-third p span {
  font-weight: 700;
  color: #17A4B1;
}

.partner-c-employment-txt h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.partner-c-employment-txt p {
  color: #76777A;
  line-height: 1.5;
}

.partner-c-application {
  display: flex;
  align-items: center;
}

.partner-c-img {
  background: url(../img/enager01.png) no-repeat;
  width: 50%;
  height: 600px;
  background-size: cover;
}

.partner-c-img.english-img {
  background: url(../img/english01.png) no-repeat;
  width: 50%;
  height: 600px;
  background-size: cover;
}

.partner-c-list-wrap {
  margin-left: 50px;
}

.partner-c-list {
  margin-bottom: 50px;
}

.partner-c-list-wrap .partner-c-list:last-child {
  margin-bottom: 0;
}

.partner-c-list h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.partner-c-list ul {
  text-align: left;
}

.partner-c-list ul li {
  margin-bottom: 30px;
  font-size: 18px;
}

.partner-c-list ul li:last-child {
  margin-bottom: 0;
}

.btm-btn,
.btm-btn.engl-btn {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 26px 72px;
  background-color: #FD2D61;
  display: inline-block;
  color: #fff;
}

.btm-btn.engl-btn {
  background-color: #17A4B1;
}

.w_box.btm-m {
  text-align: center;
  margin-top: 100px;
}

/* 고객센터 */
/* 공지사항 */
.notice_wrap {
  border-top: 1px solid #504D4B;
  margin-bottom: 50px;
}

.notice_wrap .tg {
  width: 100%;
}

.notice_wrap .tg>thead>tr>th {
  background-color: #F9F9F9;
  padding: 14px 30px;
  border: 1px solid #E2E2E2;
  font-weight: 700;
}

.notice_wrap .tg>thead>tr>th.w-70 {
  width: 70%;
}

.notice_wrap .tg>tbody>tr>td {
  font-weight: 400;
  text-align: center;
  padding: 18px 4px;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  vertical-align: middle;
}

.notice_wrap .tg>tbody>tr>td.title {
  text-align: left;
  padding-left: 30px;
}

.notice_wrap .tg>tbody>tr>td.title>span {
  padding: 5px 15px;
  margin-right: 10px;
  color: #fff;
  font-weight: 300;
}

.notice_wrap .tg>tbody>tr>td.title>a>img {
  vertical-align: top;
}

.notice_wrap .tg>tbody>tr>td.title>span.news {
  background-color: #00A8A3;
}

.notice_wrap .tg>tbody>tr>td.title>span.notice {
  background-color: #1E9ED8;
}

.notice_wrap .tg>tbody>tr>td.title>span.event {
  background-color: #D87E1E;
}

/* faq */
.employment_wrap.tab-box>a {
  background-color: #F9F9F9;
  border: 1px solid #E2E2E2;
  margin-left: -1px;
}

.employment_wrap.tab-box>a.all.active,
.employment_wrap.tab-box>a.as.active,
.employment_wrap.tab-box>a.buy.active,
.employment_wrap.tab-box>a.apply.active,
.employment_wrap.tab-box>a.homepage.active,
.employment_wrap.tab-box>a.dongsimkids.active {
  background-color: #504D4B;
  border: 1px solid #504D4B;
  color: #fff;
}

.faq_wrap {
  width: 100%;
  border-top: 1px solid #504D4B;
  margin-bottom: 50px;
}

.faq_wrap .faq-box {
  width: 100%;
}

.faq_wrap .faq-box .qustion {
  padding: 23px 48px;
  display: flex;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  align-items: center;
  justify-content: space-between;
  border-top: 0;
}

.faq_wrap .faq-box .qustion p {
  font-size: 18px;
}

.faq_wrap .faq-box .qustion::after {
  background: url(../img/icon/down.svg) no-repeat;
  width: 17px;
  height: 11px;
  display: block;
  content: '';
  clear: both;
  transition: all 0.5s;
}

.faq_wrap .faq-box .qustion span,
.faq_wrap .faq-box .anser span {
  margin-right: 30px;
}

.faq_wrap .faq-box .anser {
  padding: 0;
  display: none;
  background-color: #F9F9F9;
  border: 1px solid #E2E2E2;
  line-height: 1.5;
  transition: all 0.5s;
  height: 0;
}

.faq_wrap .faq-box .anser p span {
  color: #BEBEBE;
  font-weight: 300;
  font-size: 14px;
}

.faq_wrap .faq-box .anser p a {
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
  text-decoration: underline;
}

.faq_wrap .faq-box.active .anser {
  display: flex;
  padding: 23px 48px;
  border-top: 0;
  height: 100%;
  font-size: 18px;
}

.faq_wrap .faq-box.active .qustion::after {
  transform: rotateX(180deg);
}

.faq_wrap .faq-box.active .qustion p,
.faq_wrap .faq-box.active .qustion p span {
  color: #2384D3;
}

.faq-box.all,
.faq-box.all,
.faq-box.all,
.faq-box.all,
.faq-box.all {
  display: block !important;
}

.faq-box.as.on,
.faq-box.buy.on,
.faq-box.apply.on,
.faq-box.homepage.on,
.faq-box.dongsimkids.on {
  display: block;
}

.faq-box.as,
.faq-box.buy,
.faq-box.apply,
.faq-box.homepage,
.faq-box.dongsimkids {
  display: none;
}

/* 1:1문의하기 */
.contact_top {
  width: 100%;
}

.contact_top h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.contact_top .contact_scroll {
  background-color: #fff;
  border: 1px solid #E2E2E2;
  padding: 30px;
  overflow-y: scroll;
  height: 300px;
}

.contact_scroll::-webkit-scrollbar {
  width: 6px;
}

.contact_scroll::-webkit-scrollbar-thumb {
  background: #504D4B;
  border-radius: 10px;
}

.contact_scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.contact_top .contact_scroll p {
  text-align: left;
  line-height: 1.5;
}

.contact_top .contact_scroll p strong {
  font-weight: 700;
}

.contact_btm {
  width: 100%;
  margin-top: 50px;
}

.contact_btm h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.contact_btm .write_wrap {
  border-top: 1px solid #504D4B;
}

.contact_btm .write_wrap .write_box {
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
}

.contact_btm .write_wrap .write_box:last-child {
  border: 0;
  margin-bottom: 50px;
}

.contact_btm .write_wrap .write_box .write_title {
  font-size: 18px;
  width: 12%;
}

.contact_btm .write_wrap .write_box .write_title span {
  font-size: 14px;
  font-weight: 300;
  color: #76777A;
}

.contact_btm .write_wrap .write_box .write_txt {
  display: flex;
  align-items: center;
  width: 88%;
}

.contact_btm .write_wrap .write_box .write_txt .valign01 {
  margin: 0 12px;
}

.contact_btm .write_wrap .write_box .write_txt .valign02 {
  margin-left: 12px;
  width: 140px;
}

.contact_btm .write_wrap .write_box .write_txt input {
  font-size: 16px;
  border: 1px solid #E2E2E2;
  outline: none;
  padding-left: 10px;
  height: 36px;
}

.contact_btm .write_wrap .write_box .write_txt input.name-input {
  width: 354px;
}

.contact_btm .write_wrap .write_box .write_txt input.title-input {
  width: 634px;
}

.contact_btm .write_wrap .write_box .write_txt .last-text {
  width: 100%;
  height: 400px;
  vertical-align: text-top;
  resize: none;
  border: 1px solid #E2E2E2;
  outline: none;
  font-size: 16px;
}

.contact_btm .write_wrap .write_box.last-box {
  align-items: flex-start;
}

.contact_btm .write_wrap .write_box.last-box .write_title {
  padding-top: 10px;
}

.write_txt>.select-box {
  position: relative;
  width: 128px;
  height: 40px;
  border: 1px solid #DDDDDD;
  padding-left: 10px;
}

.write_txt>.select-box>select::-ms-expand {
  display: none;
}

.write_txt>.select-box>select {
  width: inherit;
  height: inherit;
  background: transparent;
  border: 0 none;
  outline: 0 none;
  padding: 0 10px;
  position: relative;
  z-index: 3;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.write_txt>.select-box>.select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 35px;
  height: inherit;
  border-left: 1px solid #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
}

.write_txt>.select-box>.select-arrow>img {
  width: 32%;
}

.btns {
  text-align: center;
}

.btns button {
  padding: 14px 83px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.btns button:first-child {
  border: 1px solid #E2E2E2;
  margin-right: 20px;
  background-color: #fff;
}

.btns button:last-child {
  border: 1px solid #504D4B;
  background-color: #504D4B;
  color: #fff;
}

/* 파트너사 개설문의 */
.opened_wrap>h3 {
  font-size: 44px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 50px;
}

.opened_wrap .opened-img {
  width: 100%;
  height: 356px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.opened_wrap .opened-img::before {
  content: '';
  clear: both;
  background: url(../img/opened-img01.png) no-repeat;
  width: 49%;
  height: 100%;
  background-size: contain;
  display: block;
}

.opened_wrap .opened-img::after {
  content: '';
  clear: both;
  background: url(../img/opened-img02.png) no-repeat;
  width: 49%;
  height: 100%;
  background-size: cover;
  display: block;
}

.opened_wrap .opened-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.opened_wrap .opened-box.line {
  padding-bottom: 100px;
  border-bottom: 1px solid #E2E2E2;
}

.opened_wrap .opened-box .left-title {
  background-color: #FD2D61;
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.opened_wrap .opened-box .left-title>span {
  position: absolute;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

.opened_wrap .opened-box .midle-txt {
  width: 60%;
}

.opened_wrap .opened-box .midle-txt h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.opened_wrap .opened-box .midle-txt p {
  line-height: 1.5;
}

.opened_wrap .opened-box .midle-txt p span {
  color: #fd2d61;
  font-weight: 700;
}

.opened_wrap .opened-box .right-img01 {
  background: url(../img/icon/Partnercompany01.svg) no-repeat;
  width: 20%;
  height: 190px;
  background-size: contain;
  background-position: center;
}

.opened_wrap .opened-box .right-img02 {
  background: url(../img/icon/Partnercompany02.svg) no-repeat;
  width: 20%;
  height: 190px;
  background-size: contain;
  background-position: center;
}

.opened_wrap .opened-box .right-img03 {
  background: url(../img/icon/Partnercompany03.svg) no-repeat;
  width: 20%;
  height: 190px;
  background-size: contain;
  background-position: center;
}

.opened_wrap .opened-box .right-img04 {
  background: url(../img/icon/Partnercompany04.svg) no-repeat;
  width: 20%;
  height: 190px;
  background-size: contain;
  background-position: center;
}

.table_wrap-bg {
  background-color: #F9F9F9;
  padding: 100px 0;
  margin-bottom: 100px;
}

.table_wrap-bg .w_box table {
  margin: 0 auto;
  width: 80%;
}

.table_wrap-bg .w_box table thead tr th {
  padding: 12px 0;
  background-color: #FD2D61;
  border: 1px solid #E2E2E2;
  width: 100%;
  color: #fff;
  font-size: 18px;
}

.table_wrap-bg .w_box table thead tr th.first-title {
  width: 20%;
}

.table_wrap-bg .w_box table tbody tr td {
  background-color: #fff;
  text-align: center;
  padding: 30px 0;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 18px;
  border: 1px solid #E2E2E2;
}

.table_wrap-bg .w_box table tbody tr td a {
  color: #FD2D61;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}

/*  뷰페이지 */
.view-box {
  width: calc(100% - 16%);
  margin: 0 auto;
  text-align: center;
}

.view-box .top {
  display: flex;
  background-color: #F9F9F9;
  padding: 20px;
  border-top: 2px solid #1F2022;
  border-bottom: 1px solid #E2E2E2;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
  line-height: 1.3;
}

.view-box .top h3 {
  font-size: 18px;
  text-align: left;
  flex: 1;
}

.view-box .top .date {
  font-weight: 300;
  color: #767473;
  text-align: right;
  margin-left: 20px;
}

.view-box>.contents {
  width: calc(100% - 30%);
  margin: 0 auto;
}

.view-box>.contents p {
  line-height: 1.5;
}

.view-box>.contents img {
  margin-bottom: 30px;
  max-width: 100%;
}

.view-box>.contents .point {
  padding: 5px 10px;
  background-color: rgb(243, 121, 52);
  color: #fff;
}

.view-box>.contents .btm-logo {
  width: 30%;
  display: block;
  margin: 0 auto 30px;
}

.view-box>.contents .list_btn {
  background-color: #504D4B;
  border: 1px solid #504D4B;
  display: inline-block;
  padding: 14px 83px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 50px;
}

.txt-wrap-np {
  width: calc(100% - 16%);
  margin: 30px auto 0;
}

.txt-wrap-np>a {
  padding: 24px 20px;
  display: flex;
  line-height: 1.3;
}

.txt-wrap-np>a h5 {
  font-weight: 400;
  flex: 1;
  text-align: left;
}

.txt-wrap-np>a span {
  font-weight: 700;
}

.txt-wrap-np>a span::before {
  background: url(../img/icon/down.svg) no-repeat;
  content: '';
  clear: both;
  width: 17px;
  height: 11px;
  display: inline-block;
  margin-right: 16px;
}

.txt-wrap-np>a.prev_btn span::before {
  transform: rotate(180deg);
}

.txt-wrap-np>a span::after {
  content: '';
  clear: both;
  height: 10px;
  width: 1px;
  margin: 0 16px;
  background-color: #76777a;
  display: inline-block;
}

.txt-wrap-np>a.prev_btn {
  border-bottom: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
}

.txt-wrap-np>a.next_btn {
  border-bottom: 1px solid #E2E2E2;
}

.step-p {
  margin-top: 25px;
  margin-bottom: -25px;
  display: block;
  color: #8d8d8d;
}

.p-k-wrap>.play {
  margin-bottom: 16px;
}

.sub-6-top-bg {
  background: url(../img/sub-6-top-bg.png) no-repeat center center;
}

.t-box-p {
  display: flex;
  border: 1px solid #E2E2E2;
  flex-flow: row wrap;
}

.t-box-p>p {
  padding: 10px 18px;
}

.t-box-table {
  width: 100%;
  border-width: 0;
  border-spacing: 0;
  border-style: none;
  font-size: 12px;
  border-top: 1px #777 solid;
  overflow: hidden;
}

.f-scroll {
  line-height: 1.5;
  height: 500px !important;
}

.t-box-table p {
  text-align: center !important;
  padding: 20px;
  font-size: 16px;
}

.tbt-l-f {
  background-color: #f7f7f7;
}

.contact_top>p {
  margin-top: -40px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}

.tbt-l-s {
  border-bottom: 1px #e5e5e5 solid;
}

.contact_top>p {
  margin-top: -40px;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}

.english_wrap.active .employment-info-top .step-wrap::after {
  top: 41% !important;
}

/* 제휴제안 > 사업제휴/판매사신청 */
.alliance-wrap h3 {
  font-size: 44px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.alliance-wrap h3::before {
  background: url(../img/icon/quot-start.svg) 0 0 no-repeat;
  content: '';
  margin-right: 20px;
  width: 36px;
  height: 31px;
}

.alliance-wrap h3::after {
  background: url(../img/icon/quot-end.svg) 0 0 no-repeat;
  content: '';
  margin-left: 20px;
  width: 36px;
  height: 31px;
}

.alliance-list {
  margin-top: 20px;
}

.alliance-list dl {
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #e2e2e2;
}

.alliance-list dl:last-child {
  border-bottom: 0;
}

.alliance-list dl dt img {
  width: 100%;
}

.alliance-list dl dd {
  padding-left: 60px;
}

.alliance-list dl dd h4 {
  font-size: 25px;
  line-height: 1.3;
}

.alliance-list dl dd p {
  color: #76777A;
  line-height: 1.5;
  padding-top: 20px;
}

.alliance-procedure {
  text-align: center;
  padding: 80px 0;
}

.alliance-procedure.program {
  background-color: #f8f8f9;
}

.alliance-procedure h3 {
  font-size: 40px;
  font-weight: 700;
}

.alliance-procedure .sub-txt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 40px;
}

.alliance-procedure .progress {
  margin-top: 60px;
}

.alliance-procedure .progress.box {
  border: 1px solid #E2E2E2;
  background-color: #FFF;
  padding: 60px 0;
}

.alliance-procedure .progress h4 {
  font-size: 30px;
}

.alliance-procedure .progress ul.list {
  margin-top: 20px;
}

.alliance-procedure .progress ul.list li {
  color: #76777A;
  padding: 4px 0;
  font-weight: 300;
}

.alliance-step {
  max-width: 819px;
  display: flex;
  width: 80%;
  margin: 40px auto;
  justify-content: space-between;
  align-items: center;
}

.alliance-step .step-box {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #00A1E1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.alliance-step .step-box span {
  font-size: 20px;
  font-weight: 700;
  color: #00A1E1;
  margin-top: 16px;
}

.alliance-step .step-box.pink {
  border-color: #FD2D61;
}

.alliance-step .step-box.pink span {
  color: #FD2D61;
}

.alliance-procedure .table {
  margin-top: 60px;
}

.table {
  margin: 0 auto;
}

.table table {
  width: 100%;
  min-width: 600px;
}

.table table th,
.table table td {
  border: 1px solid #E2E2E2;
}

.table table th {
  padding: 12px 0;
}

.table.pink table th {
  background-color: #FD2D61;
  color: #fff;
}

.table table td {
  padding: 25px 20px;
  text-align: left;
  line-height: 1.35;
  font-weight: 300;
}

.th-title {
  color: #E82958;
  font-weight: 700 !important;
}

@media screen and (max-width: 1440px) {
  .service_wrap {
    padding-left: 4%;
  }
}

/* tablet 부분 1024*/
@media screen and (max-width: 1024px) {
  .alliance-list dl dd {
    width: calc(80% - 40px);
    padding-left: 40px;
  }

  .alliance-list dl dd p br {
    display: none;
  }

  .diDiv {
    margin-top: 120px !important;
  }

  .blockUI.blockMsg.blockPage {
    width: 66% !important;
  }

  /* 공통 부분 */
  /* header */
  .header,
  .header.active {
    padding: 30px 30px 0;
  }

  header::before {
    top: 91px;
  }

  .header:hover,
  .header.active:hover {
    height: 375px;
  }

  nav>.gnb>li {
    font-size: 18px;
  }

  .lnb {
    top: 110px;
  }

  .lnb>li {
    font-size: 14px;
    padding: 12px 0;
  }

  .parter_lnb {
    top: 105px;
    left: 3px;
  }

  .logo>a {
    width: 120px;
  }

  .all_menu>a,
  .all_menu>a.active {
    /* margin-top: 7px; */
  }

  .all_menu>a {
    width: 25px;
    background-size: 25px auto;
  }

  .parter_lnb>li {
    /* font-size: 12px; */
  }

  .s_content_tab .tab_wrap a {
    word-break: keep-all;
    white-space: nowrap;
  }

  /* 푸터 */
  .footer_detail {
    padding: 55px 50px;
  }

  .footer_detail>.top>.top_left>.f_t_contact>a::before {
    margin: 0 10px;
  }

  .admin {
    width: 7%;
  }

  /* site map */
  .all_menu_open>.ba_padding {
    width: calc(100% - 100px);
  }

  .all_menu_open {
    overflow-y: auto;
  }

  .all_menu_open>.ba_padding>.menu_top>.title>h1 {
    font-size: 50px;
  }

  .all_menu_open>.ba_padding>.menu_top>.title>h3 {
    font-size: 24px;
    margin-top: 15px;
  }

  .all_menu_open>.ba_padding>.menu_top>.close {
    width: 70px;
    height: 70px;
    background-size: cover;
  }

  .all_menu_open>.ba_padding>.step h2 {
    font-size: 30px;
    width: 20%;
  }

  .all_menu_open>.ba_padding>.step ul {
    flex-flow: wrap;
  }

  .all_menu_open>.ba_padding>.step ul li,
  .all_menu_open>.ba_padding>.step ul li.par {
    font-size: 16px;
    padding: 10px 20px;
  }

  .all_menu_open>.ba_padding>.step ul li.par.font {
    font-size: 14px;
  }

  /* 메인 */
  /* 슬라이드 */
  .mainslide.swiper-pagination {
    margin-left: 50px;
  }

  .swiper-button-prev {
    left: 30px;
  }

  .swiper-button-next {
    right: 30px;
  }

  .scrolling {
    width: 5%;
    background-size: contain;
    bottom: 15px;
  }

  .slide_text {
    left: 121px !important;
    top: 38% !important;
  }

  .slide_text>h2 {
    font-size: 50px !important;
    margin-bottom: 26px !important;
  }

  .slide_text>h3 {
    font-size: 30px !important;
  }

  .swiper-slide.slide_01 {
    /* background-position: -914px; */
    background-position: right;
  }

  .swiper-slide.slide_02 {
    /* background-position: -967px; */
    background-position: right;
  }

  .swiper-slide.slide_03 {
    /* background-position: -1153px; */
    background-position: right;
  }

  /* 홍보센터 */
  .news_wrap {
    max-width: 800px;
    padding: 0 40px;
  }

  .news_wrap>h2 {
    font-size: 28px;
  }

  .contents_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .content {
    width: 322px;
    height: 310px;
    margin: 6px;
  }

  .news_content {
    width: 322px;
    height: 310px;
    margin: 5px;
    overflow: hidden;
  }

  .news_content .n_wrap .t_title h3 {
    font-size: 20px;
  }

  .news_content .n_wrap .t_title {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .news_content .n_wrap .n_cont_wrap .n_cont {
    padding-bottom: 23px;
    margin-bottom: 23px;
  }

  /* 서비스 */
  .service_wrap {}

  .service_wrap h3 {
    font-size: 28px;
    padding-left: 0;
  }

  .d_font {
    bottom: 119px;
  }

  /* 서브 공통 */
  .sub_header {
    height: 63px;
  }

  .sub-top {
    margin-top: 93px;
    background-size: cover;
    background-position: center;
  }

  .sub-top .title {
    width: calc(100% - 80px);
    padding: 40px 0;
  }

  .sub-top .title h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }

  .sub-top .title h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  .s_content_tab {
    max-width: 960px;
    padding: 40px 0 0 30px;
    /* overflow-x: auto; */
  }

  .s_content_tab .tab_wrap {
    padding-bottom: 50px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .w_box {
    max-width: 960px;
    padding: 0 30px;
  }

  /* 서브 동심소개 */
  .dongsim-txt {
    justify-content: center;
    flex-flow: wrap-reverse;
  }

  .dongsim-txt .txt_left h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .dongsim-txt .txt_left p {
    font-size: 20px;
  }

  .dongsim-txt .txt_left .txt_fl {
    text-align: center;
  }

  .dongsim-txt .txt_left .btn {
    padding: 30px 0;
    font-size: 20px;
    margin-top: 30px;
  }

  .dongsim-txt>img {
    width: 100%;
    margin-bottom: 50px;
  }

  .slogan {
    padding: 50px 0;
    margin-top: 50px;
  }

  .slogan_side h3 {
    font-size: 40px;
  }

  .slogan_side h4 {
    font-size: 30px;
  }

  .slogan_side p {
    font-size: 20px;
  }

  .meaning {
    flex-flow: column;
    justify-content: center;
  }

  .meaning_con {
    background-size: cover;
    width: 100%;
    height: 500px;
  }

  /* 기업연혁 */
  .year.right>.year-title>.y-cicle,
  .year.right>.year-title>.b-cicle,
  .year.right>.year-title>.r-cicle {
    margin-left: -28px;
  }

  .year.left>.year-title>.y-cicle,
  .year.left>.year-title>.b-cicle,
  .year.left>.year-title>.r-cicle {
    margin-right: -31px;
  }

  /* ci/bi */
  .design_wrap>p br {
    display: none;
  }

  .cibi_top>img {
    width: 40%;
    margin-bottom: 40px;
  }

  .cibi_top>h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .cibi_top>p {
    font-size: 18px;
  }

  .cibi_top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .cibi_type>h4,
  .cibi_motto>h4,
  .cibi_design>h4,
  .cibi_color>h4,
  .icon-txt {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .cibi_type,
  .motto_box,
  .cibi_color {
    margin-bottom: 30px;
  }

  .s_bg>img {
    width: 35%;
  }

  .design_wrap>h3,
  .color_wrap>h3 {
    font-size: 30px;
  }

  .design_wrap>p {
    font-size: 18px;
  }

  .colorbox {
    flex-flow: wrap;
  }

  .colorbox .color_r,
  .colorbox .color_y,
  .colorbox .color_b,
  .colorbox .color_bc {
    width: 48%;
  }

  .wh-box {
    width: 100%;
  }

  .colorbox .color_r,
  .colorbox .color_y {
    margin-bottom: 30px;
  }

  .platform>.icon-content>.content-box:first-child,
  .platform>.icon-content>.content-box:nth-child(2) {
    margin-bottom: 30px;
  }

  /* contact */
  .contact-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .table_wrap>table td.bus_wrap>P:nth-child(3) {
    padding: 0;
  }

  .table_wrap>table td.bus_wrap>P {
    padding: 7px 0;
    line-height: 1.5;
  }

  .table_wrap>table td.bus_wrap .interval {
    margin-left: 0;
    padding: 0;
  }

  .contact-title {
    display: flex;
    flex-flow: column;
  }

  .contact-title span {
    margin-left: 0;
    margin-top: 10px;
    font-size: 14px;
  }

  .btm_map {
    flex-flow: column;
  }

  .le_box,
  .ri_box {
    width: 100%;
  }

  .le_box {
    margin-bottom: 30px;
  }

  .m_map.ms-btm {
    margin-bottom: 30px;
  }

  /* 기관교육프로그램 */
  .program_wrap .p_top_title {
    font-size: 24px;
    text-align: center;
  }

  .program_wrap .program_box {
    flex-flow: column;
  }

  .program_wrap .program_box .p-img_box {
    width: 100%;
    height: 340px;
  }

  .program_wrap .program_box .p-text_box {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  .program_wrap .program_box .p-text_box h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .program_wrap .program_box .p-text_box h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .lab_wrap>.lab_text_detail-01>.lab_btn {
    font-size: 18px;
    padding: 20px 60px;
  }

  /* 교육연구소 */
  .lab_wrap>.lab_top_logo {
    margin-bottom: 30px;
  }

  .lab_wrap>.lab_top_logo>img {
    width: 33%;
  }

  .lab_wrap>.lab_text_detail-01>p,
  .academy_text_detail-02>p {
    font-size: 16px;
    margin: 30px 0;
  }

  .lab_wrap>.lab_text_detail-01>.lab_btn,
  .academy_text_detail-02 .academy_btn {
    font-size: 18px;
    padding: 20px 60px;
  }

  .academy_text_detail-02>h3 {
    font-size: 30px;
    margin-top: 30px;
  }

  .lab_wrap>.lab_text_detail-01 {
    margin-bottom: 50px;
  }

  /* 플랫폼사업 */
  .s-platform {
    margin-bottom: 50px;
  }

  .kids-program-wrap {
    flex-flow: column;
  }

  .kids-program-wrap>.kid-box {
    width: calc(100% - 60px);
  }

  /* 해외사업 */
  .china_wrap.active,
  .taiwan_wrap.active,
  .vietnam_wrap.active,
  .kenya_wrap.active {
    flex-flow: column;
  }

  .map-box>.map {
    width: 100%;
  }

  .map-box>.o-txt {
    width: 100%;
    padding: 30px 0;
    margin-top: 50px;
    margin-bottom: -50px;
  }

  .o-txt>h3 {
    margin-left: 30px;
  }

  .o-txt>ul {
    margin-left: 54px;
  }

  .china-map::before {
    top: 105px;
    right: 142px;
  }

  .taiwan-map::before {
    right: 103px;
    top: 132px;
  }

  .vietnam-map::before {
    right: 134px;
    top: 136px;
  }

  .kenya-map::before {
    right: 271px;
    top: 178px;
  }

  /* 기관지원사업 */
  .support-project_wrap {
    flex-flow: column;
  }

  .support-project_wrap .kidswon,
  .support-project_wrap .enager {
    width: 100%;
  }

  .support-project_wrap .kidswon {
    margin-bottom: 50px;
  }

  .support-project_wrap .kidswon::before,
  .support-project_wrap .enager::before {
    height: 350px;
    background-position: center;
  }

  /* 교육연수원/자연체험학습장 */
  .natural-country_wrap>img {
    margin-bottom: 30px;
    width: 20%;
  }

  .natural-country_wrap>.natural-country_detail::before {
    margin-bottom: 30px;
  }

  /* 사회공헌사업 */
  .incorporatedfoundation_wrap>.in-img_wrap>.img01,
  .incorporatedfoundation_wrap>.in-img_wrap>.img02,
  .incorporatedfoundation_wrap>.in-img_wrap>.img03 {
    width: 32%;
    height: 225px;
  }

  .incorporatedfoundation_wrap {
    margin-bottom: 50px;
  }

  .incorporatedfoundation_wrap>p {
    font-size: 16px;
  }

  .bg-box {
    padding: 50px 0;
  }

  .bg-box>.w-center>.f-content {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .bg-box .w-center .f-content .f-content-circle {
    margin-bottom: 30px;
    width: calc(100%);
  }

  .bg-box .w-center .f-content div:nth-child(4) {
    display: none;
  }

  .bg-box .w-center .f-content .circle-box {
    width: 240px;
    height: 240px;
  }

  .collaboration_wrap>img {
    width: 80%;
  }

  .in-img-box>.img-b {
    width: 49%;
    margin-bottom: 30px;
  }

  .in-img-box>.img-b img {
    width: 100%;
  }

  .in-img-box {
    margin: 50px 0;
    justify-content: space-between;
  }

  .collaboration_wrap>h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .collaboration_wrap>h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .collaboration_wrap>.bg-box>.w_box {
    flex-flow: column;
  }

  .collaboration_wrap>.bg-box>.w_box>.box-center {
    margin: 30px 0;
  }

  .collaboration_wrap>p.txt-first {
    margin: 30px 0 50px;
  }

  .collaboration_wrap>p {
    font-size: 16px;
  }

  .bg-box .w-center .f-content .circle-box>h4 {
    margin-top: 44px;
  }

  /* 홍보센터 공통 */
  /* 동심스토리 */
  .promotion_btn {
    right: 30px;
    top: -127px;
  }

  .promotion-box {
    padding-bottom: 25px;
    margin: 25px 0;
  }

  .promotion-box .promotion_img {
    width: 326px;
    height: 156px;
    overflow: hidden;
  }

  .promotion-box .promotion_img img {
    width: 100%;
  }

  .news-box::before,
  .promotion-box::before {
    display: none;
  }

  .promotion-box>.promotion_txt,
  .news-box>.news_txt {
    margin-left: 20px;
  }

  .promotion-box>.promotion_txt>.p-details>h3,
  .news-box>.news_txt>.n-details>h3 {
    font-size: 24px;
    margin-bottom: 0;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .promotion-box>.promotion_txt>.p-details>p,
  .news-box>.news_txt>.n-details>p {
    width: 100%;
    margin-top: 10px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .promotion-box>.promotion_txt>.date {
    margin-top: 20px;
  }

  .all-btm_wrap {
    width: 93%;
  }

  /* 채용정보 */
  /* 동심인재상 */
  .ideal-talent_txt>h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }

  .ideal-talent_txt>h3 {
    font-size: 24px;
    padding: 0 70px;
  }

  .ideal-talent_txt>p {
    font-size: 20px;
  }

  .ideal-talent_txt {
    margin-bottom: 50px;
  }

  /* 동심채용정보 */
  .employment-info-top .type-step01 {
    width: 100%;
  }

  .employment-info-top .type-step01 .step-box {
    width: 140px;
    height: 140px;
  }

  .employment-info-top .type-step01 .step-box span {
    font-size: 18px;
  }

  .help {
    padding-bottom: 30px;
  }

  .application .font-wb-wrap .font-wb {
    margin-right: 10px;
  }

  .employment-info {
    margin-bottom: 50px;
  }

  .employment-info-top>h3,
  .welfare_wrap>h3 {
    margin-bottom: 30px;
  }

  .type-step01.type-btm {
    width: 100%;
    align-items: flex-start;
    justify-content: space-around;
  }

  .type-step01.type-btm .step-box_wrap {
    flex-flow: column;
  }

  .type-step01.type-btm .step-box_wrap ul li {
    margin-bottom: 16px;
  }

  .type-step01.type-btm .step-box_wrap ul {
    margin-left: 0;
    margin-top: 16px;
  }

  .type-step01.type-btm>.step-box_wrap:last-child>.list-wrap>ul:last-child {
    margin-left: 10px;
  }

  .welfare_wrap .welfare-box-wrap .welfare-box {
    width: 31%;
    padding: 0 5px;
  }

  .welfare_wrap {
    margin-top: 50px;
  }

  /* 파트너사채용정보 */
  .enager_wrap.active,
  .english_wrap.active {
    margin-top: -50px;
  }

  .partner-c-w .partner-c-info-title-txt {
    font-size: 20px;
  }

  .partner-c-w .partner-c-info-title-txt br {
    display: none;
  }

  .partner-c-about {
    margin: 50px 0;
  }

  .partner-c-about .partner-c-icon-wrap {
    flex-wrap: wrap;
  }

  .partner-c-about .partner-c-icon-wrap>.partner-c-box {
    width: 48%;
    margin-bottom: 30px;
  }

  .partner-c-about .partner-c-icon-wrap>.partner-c-box:nth-child(3),
  .partner-c-about .partner-c-icon-wrap>.partner-c-box:last-child {
    margin-bottom: 0;
  }

  .partner-c-top-txt {
    margin-top: 0;
    line-height: 1.2;
    padding: 0 10px;
  }

  .employment-info-top .type-step02,
  .employment-info-top .type-step03 {
    width: 100%;
  }

  .employment-info-top .type-step02 .partner-c-step-box,
  .employment-info-top .type-step03 .partner-c-step-box {
    width: 140px;
    height: 140px;
  }

  .employment-info-top .type-step03 .partner-c-step-box span,
  .employment-info-top .type-step02 .partner-c-step-box span {
    font-size: 18px;
  }

  .partner-c-step-txt p {
    /* width: 20%; */
  }

  .partner-c-application {
    flex-flow: column;
  }

  .partner-c-img {
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
  }

  .partner-c-list-wrap {
    margin-left: 0;
  }

  .partner-c-step-txt {
    /* width: 100%; */
  }

  .w_box.btm-m {
    margin-top: 50px;
  }

  .partner-c-img.english-img {
    width: 100%;
  }

  .partner-c-w .partner-c-info-title {
    line-height: 1.2;
  }

  /* 고객센터 */
  /* 공지사항 */
  .notice_wrap .tg>thead>tr>th {
    word-break: keep-all;
    padding: 14px 0;
  }

  .notice_wrap .tg {
    table-layout: fixed;
  }

  .notice_wrap .tg>tbody>tr>td.title {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px;
    text-overflow: ellipsis;
  }

  .notice_wrap .tg>thead>tr>th.w-70 {
    width: 52%;
  }

  .faq_wrap {
    margin-bottom: 0;
    margin-top: -50px;
  }

  .contact_btm .write_wrap .write_box .write_title {
    font-size: 16px;
  }

  .contact_btm .write_wrap .write_box .write_title span {
    font-size: 12px;
  }

  .btns button {
    font-size: 18px;
  }

  .opened_wrap>h3 {
    font-size: 30px;
  }

  .opened_wrap .opened-img::before,
  .opened_wrap .opened-img::after {
    background-size: contain;
  }

  .opened_wrap .opened-img {
    height: 210px;
    margin-bottom: 50px;
  }

  .opened_wrap .opened-box .right-img01,
  .opened_wrap .opened-box .right-img02,
  .opened_wrap .opened-box .right-img03,
  .opened_wrap .opened-box .right-img04 {
    display: none;
  }

  .opened_wrap .opened-box .left-title {
    width: 150px;
    height: 150px;
  }

  .opened_wrap .opened-box .midle-txt {
    width: 75%;
  }

  .opened_wrap .opened-box .midle-txt h3 {
    font-size: 24px;
  }

  .opened_wrap .opened-box.line {
    width: 100%;
  }

  .table_wrap-bg {
    padding: 50px 0;
    margin-bottom: 50px
  }

  .opened_wrap .opened-box {
    margin-bottom: 50px;
  }

  .opened_wrap .opened-box.line {
    padding-bottom: 50px;
  }

  .table_wrap-bg .w_box table {
    width: 100%;
  }

  .table_wrap-bg .w_box table tbody tr td,
  .table_wrap-bg .w_box table thead tr th {
    font-size: 16px;
  }

  .view-box {
    width: 100%;
  }

  .txt-wrap-np>a {
    padding: 18px 25px;
  }

  .p-text_box>.app-btn {
    justify-content: center !important;
  }

  .n-s-btn {
    position: relative;
  }

  .ba_padding .n-s-btn::after,
  .n-s-btn::after {
    position: absolute;
    width: 12%;
    margin-left: 6px;
  }

  .english_wrap.active .employment-info-top .step-wrap::after {
    top: 36% !important;
  }

  .year-txt {
    flex-flow: column;
  }

  .year-txt>span {
    margin-bottom: 10px;
  }

  .year-txt>.txt-tt {
    width: 100%;
  }

  .promotion-box>.promotion_img>img {
    object-fit: contain;
    object-position: inherit;
  }

  /* 제휴제안 */
  .alliance-wrap h3 {
    font-size: 30px;
  }

  .alliance-wrap .alliance-txt p {
    font-size: 20px;
    line-height: 2rem;
  }

  .type-step01.alliance-step {
    max-width: 560px;
  }

  .alliance-h {
    font-size: 24px !important;
  }

  .alliance-btn a {
    margin: 50px 10px 0 10px;
  }
}

@media screen and (max-width: 820px) {
  .history_tab_wrap .history_tab {
    max-width: 588px;
  }

  .history_tab_wrap .history_tab ul li.year {
    width: 88px;
  }

  .alliance-list dl {
    padding: 40px 0;
  }

  .alliance-list dl dd {
    width: calc(100% - 40px);
  }

  .alliance-list dl dd h4 {
    font-size: 20px;
  }

  .alliance-procedure h3 {
    font-size: 28px;
  }

  .alliance-procedure .sub-txt {
    font-size: 18px;
  }

  .alliance-procedure .progress.box {
    padding: 60px 0;
  }

  .alliance-procedure {
    padding: 60px 0;
  }

  /* 헤더 */
  .header.active {
    display: none;
  }

  .header:hover {
    background-color: rgba(0, 0, 0, 0.0);
  }

  .header.main_header .logo>a {
    background-image: url(../img/icon/w_logo.svg);
  }

  .header.main_header .all_menu>a {
    background-image: url(../img/icon/w_menu.svg);
  }

  .header.sub_header .logo>a {
    background-image: url(../img/icon/m_logo.svg);
  }

  .header.sub_header .all_menu>a {
    background-image: url(../img/icon/m_menu.svg);
  }

  nav {
    display: none;
  }

  .header:hover,
  .header.active:hover {
    height: 61px;
  }

  header::before {
    display: none;
  }

  /* 푸터 */
  .footer_detail {
    padding: 30px;
  }

  .footer_detail>.top {
    flex-flow: column;
    align-items: center;
  }

  .footer_detail>.top>.top_left>.f_t_contact>a {
    font-size: 12px;
  }

  .footer_detail>.top>.top_left {
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer_detail>.top>.top_left>.f_logo {
    margin-bottom: 10px;
  }

  .footer_detail>.top>.top_left>.f_t_contact>a:first-child:before {
    margin-left: 0;
  }

  select.familysitebox {
    width: 125px;
    height: 30px;
    font-size: 12px;
  }

  .footer_detail .bottom address {
    text-align: center;
    font-size: 12px;
  }

  .admin {
    width: 12%;
    margin-top: 10px;
  }

  /* 전체 메뉴 */
  .all_menu_open>.ba_padding>.menu_top {
    flex-flow: column-reverse;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .all_menu_open>.ba_padding>.menu_top>.close {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .all_menu_open>.ba_padding>.menu_top>.title {
    text-align: center;
  }

  .all_menu_open>.ba_padding>.menu_top>.title>h1 {
    font-size: 40px;
  }

  .all_menu_open>.ba_padding>.menu_top>.title>h3 {
    font: 20px;
    margin-top: 10px;
  }

  .all_menu_open>.ba_padding>.step.btm_line {
    flex-flow: column;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .all_menu_open>.ba_padding>.step ul {
    width: 100%;
    flex-flow: column nowrap;
  }

  .all_menu_open>.ba_padding>.step h2 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
    font-weight: 700;
  }

  /* 메인 슬라이드 */
  .scrolling {
    bottom: 34px;
    left: 48%;
  }

  .popup_right {
    top: 15%;
  }

  /* 홍보센터 */
  .news_wrap {
    padding: 0 20px;
  }

  .contents_wrap {
    flex-flow: column;
  }

  .content {
    margin: 0 0 15px 0;
    width: 100%;
    height: 130px;
  }

  .content>img {
    display: none;
  }

  .content>.m_img {
    width: 100%;
    height: 130px;
    background-size: cover !important;
    display: block;
  }

  .content>.m_img.img01 {
    background: url(../img/m.news_m_01.png) no-repeat;
  }

  .content>.m_img.img02 {
    background: url(../img/m.news_m_02.png) no-repeat;
  }

  .content>.m_img.img03 {
    background: url(../img/m.news_m_03.png) no-repeat;
  }

  .content_txt {
    padding: 12px 10px;
    bottom: -30px;
    min-width: 100%;
  }

  .content:hover, .service_slide_wrap.swiper-wrapper .ss_slide.swiper-slide:hover {
    transform: translateY(0) !important;
  }

  .content_txt h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .content_txt span {
    font-size: 14px;
  }

  .news_content {
    margin: 0;
    width: 100%;
    height: 145px;
  }

  .news_content .n_wrap {
    padding: 15px;
  }

  .news_content .n_wrap .t_title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .news_content .n_wrap .n_cont_wrap .n_cont .media {
    padding: 6px;
    font-size: 12px;
  }

  .news_content .n_wrap .n_cont_wrap .n_cont p {
    font-size: 14px;
  }

  .news_wrap>h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  /* 서비스 */
  .service_wrap {
    padding: 0 20px;
  }

  .d_font {
    letter-spacing: -3px;
    bottom: 28px;
    font-size: 80px;
    right: 15px;
  }

  /* 서브 공통 */
  .sub-top .title {
    padding: 30px 0;
    width: calc(100% - 60px);
  }

  .sub-top .title h2 {
    font-size: 30px;
  }

  .sub-top .title h4 {
    font-size: 16px;
  }

  .s_content_tab {
    padding-top: 30px;
  }

  .s_content_tab .tab_wrap {
    margin-bottom: 0px;
  }

  .s_content_tab .tab_wrap a {
    font-size: 16px;
    margin-right: 14px;
    word-break: keep-all;
    padding: 12px 20px;
    white-space: nowrap;
  }

  /* 동심소개 */
  .dongsim-txt .txt_left p br,
  .slogan_side p br {
    display: none;
  }

  .dongsim-txt {
    margin-top: 30px;
  }

  .dongsim-txt .txt_left h2 {
    font-size: 24px;
  }

  .dongsim-txt .txt_left p {
    font-size: 14px;
  }

  .dongsim-txt>img {
    margin-bottom: 30px;
  }

  .dongsim-txt .txt_left {
    width: 100%;
  }

  .dongsim-txt .txt_left .btn {
    padding: 24px 0;
    font-size: 16px;
  }

  .dongsim-txt .txt_left .btn::after {
    height: 100%;
    background-size: contain;
    padding-left: 10px;
  }

  .slogan {
    padding: 30px 0;
  }

  .slogan_side .slogan_logo>img {
    width: 60%;
  }

  .slogan_side h3 {
    font-size: 24px;
  }

  .slogan_side h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .slogan_side p {
    font-size: 16px;
  }

  .slogan_side {
    padding: 0 30px;
  }

  .meaning_con {
    height: 350px;
  }

  .meaning_con .txt .title {
    font-size: 28px;
  }

  .meaning_con .txt p {
    font-size: 18px;
  }

  /* 기업연혁 */
  .tab-box {
    margin: 30px 0;
  }

  .tab-box a {
    font-size: 16px;
    padding: 16px 0;
  }

  .winwin_history_wrap::before,
  .lab_history_wrap::before,
  .business_history_wrap::before {
    left: 0;
  }

  .year {
    width: auto;
  }

  .year.left>.year-title {
    flex-flow: row-reverse;
    justify-content: flex-end;
  }

  .year.right>.year-title>.y-cicle,
  .year.right>.year-title>.b-cicle,
  .year.right>.year-title>.r-cicle {
    margin-left: -8px;
  }

  .year.left>.year-title>.y-cicle,
  .year.left>.year-title>.b-cicle,
  .year.left>.year-title>.r-cicle {
    margin-left: -8px;
    margin-right: 11px;
  }

  .y-cicle,
  .b-cicle,
  .r-cicle {
    width: 20px;
    height: 20px;
  }

  .year-title h3 {
    font-size: 20px;
  }

  .year-txt {
    flex-flow: column;
    margin-left: 24px;
  }

  .business_history_wrap .history-year .history-year-box .year .year-txt span {
    font-size: 18px;
  }

  .year-txt>.txt-tt {
    width: 100%;
    margin-top: 10px
  }

  .year-txt p {
    font-size: 14px;
  }

  .cibi_top>img {
    width: 75%;
    margin: 30px 0;
  }

  .cibi_top>h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .cibi_top>p {
    font-size: 16px;
  }

  .cibi_type>h4,
  .cibi_motto>h4,
  .cibi_design>h4,
  .cibi_color>h4,
  .icon-txt {
    font-size: 20px;
    text-align: center;
  }

  .cibi_type>.type_wrap {
    flex-flow: column;
  }

  .cibi_type>.type_wrap>img:first-child {
    margin-bottom: 20px;
  }

  .cibi_type>.type_wrap>img {
    width: 100%;
  }

  .s_bg>img {
    width: 50%;
  }

  .design_wrap>h3,
  .color_wrap>h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .design_wrap>p {
    font-size: 14px;
  }

  .wh-box {
    height: 84px;
  }

  .colorbox p {
    font-size: 12px;
    padding: 6px;
    line-height: 2.0;
  }

  .icon-content {
    justify-content: center;
  }
  
  .icon-content-program {
    justify-content: center;
  }
  
  .icon-content-program>.content-box {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .icon-content>.content-box {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .icon-content>.content-box:last-child {
    margin-bottom: 0;
  }

  .platform>.icon-content>.content-box:first-child,
  .platform>.icon-content>.content-box:nth-child(2) {
    margin-bottom: 20px;
  }

  .c-img-box {
    margin-bottom: 0;
  }

  /* contact */
  .contact_contents {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact-title {
    font-size: 20px;
  }

  .root_daum_roughmap .wrap_map {
    height: 300px !important;
  }

  .table_wrap>table th {
    font-size: 16px;
    width: 25%;
  }

  .table_wrap>table td {
    font-size: 14px;
    padding-left: 16px;
  }

  .m-td {
    display: table-cell;
  }

  .p-td {
    display: none;
  }

  .le_box>.contact_contents.btm-con,
  .ri_box>.contact_contents.btm-con {
    margin-top: 0;
  }

  /* 기관교육프로그램 */
  .program_wrap .p_top_title {
    margin: 30px 0;
    font-size: 20px;
  }

  .program_wrap .program_box .p-img_box {
    height: 200px;
  }

  .program_wrap .program_box .p-img_box img {
    max-width: 64%;
    width: auto;
    height: 54%;
  }

  .program_wrap .program_box .p-img_box img.sec-img {
    /* width: 50%; */
  }

  .program_wrap .program_box .p-img_box img.big-img {
    /* width: 24%; */
  }

  .program_wrap .program_box .p-img_box img.last-img {
    /* width: 40%; */
  }

  .program_wrap .program_box .p-text_box h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .program_wrap .program_box .p-text_box h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .program_wrap .program_box .p-text_box p {
    font-size: 14px;
  }

  .program_wrap .program_box .p-text_box .p-btn {
    margin-top: 30px;
  }

  .program_wrap .program_box .p-text_box .p-btn .dd-btn-style,
  .program_wrap .program_box .p-text_box .p-btn .ss-btn-style {
    font-size: 16px;
    padding: 16px 0;
  }

  .program_wrap {
    margin-bottom: 30px;
  }

  /* 교육연구소 */
  .lab_wrap br {
    display: none;
  }

  .lab_wrap>.lab_top_logo {
    margin: 30px 0;
  }

  .lab_wrap>.lab_text_detail-01>p,
  .academy_text_detail-02>p {
    margin: 30px 0;
  }

  .lab_wrap>.lab_text_detail-01>.lab_btn,
  .academy_text_detail-02 .academy_btn {
    font-size: 16px;
    padding: 16px 34px;
  }
  
  .lab_btn {
    font-size: 16px;
    padding: 16px 34px;
  }

  .lab_wrap>.lab_text_detail-01 {
    margin-bottom: 30px;
  }

  .academy_text_detail-02>h3 {
    font-size: 24px;
  }

  /* .lab_wrap>.lab_top_logo>img {
    width: 40%;
  } */
  /* 플랫폼사업 */
  .s-platform {
    margin: 30px;
  }

  .s-platform>p {
    font-size: 15px;
    margin: 20px 0;
  }

  .s-platform>.app-btn {
    flex-flow: column;
  }

  .p-text_box>.app-btn>a,
  .s-platform>.app-btn>a {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .p-text_box>.app-btn>a:last-child,
  .s-platform>.app-btn>a:last-child {
    margin-bottom: 0
  }

  .kids-program-wrap>.kid-box {
    padding: 80px 30px 0 30px;
  }

  .kids-program-wrap>.kid-box h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .kids-program-wrap>.kid-box p {
    font-size: 16px;
  }

  .kids-program-wrap>.kids-partner::before,
  .kids-program-wrap>.kids-teacher::before,
  .kids-program-wrap>.kids-play::before {
    font-size: 35px;
    top: 50px;
    right: 94px;
  }

  .img_move>img {
    width: 100%;
  }

  .map-box>.o-txt {
    margin-top: 30px;
    margin-bottom: -70px;
    padding: 30px;
  }

  .o-txt>h3 {
    font-size: 18px;
    margin: 0 30px 30px;
  }

  .o-txt>ul {
    margin-left: 18px;
  }

  .o-txt>ul>li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .china-map::before,
  .taiwan-map::before,
  .vietnam-map::before,
  .kenya-map::before {
    background-size: contain;
    width: 21px;
    height: 34px;
  }

  .china-map::before {
    top: 38px;
    right: 64px;
  }

  .taiwan-map::before {
    right: 44px;
    top: 54px;
  }

  .vietnam-map::before {
    right: 58px;
    top: 56px;
  }

  .kenya-map::before {
    right: 119px;
    top: 74px;
  }

  /* 기관지원사업 */
  .support-project_wrap .kidswon::before,
  .support-project_wrap .enager::before {
    height: 191px;
    background-size: contain;
  }

  .support-project_wrap {
    margin-top: 30px;
  }

  .support-project_wrap h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .support-project_wrap .kidswon>a {
    padding: 12px 33px;
    font-size: 16px;
    justify-content: center
  }

  .support-project_wrap .kidswon>a>img {
    width: 38%;
  }

  .support-project_wrap p br {
    display: none;
  }

  /* 교육연수원/자연체험학습장 */
  .natural-country_wrap {
    margin-top: 30px;
  }

  .natural-country_wrap>.natural-country_detail::before {
    height: 205px;
    background-size: cover
  }

  .natural-country_wrap>.natural-country_detail h3 {
    font-size: 20px;
  }

  .natural-country_wrap>.natural-country_detail p {
    font-size: 14px;
  }

  .natural-country_wrap>.natural-country_detail p br {
    display: none;
  }

  .natural-country_wrap>.natural-country_detail .reservation_btn {
    font-size: 16px;
    padding: 16px 80px;
  }

  /* 사회공헌사업 */
  .collaboration_wrap>.bg-box>.w_box>.box-center>img {
    width: 100%;
  }

  .incorporatedfoundation_wrap {
    margin: 30px 0;
  }

  /* .incorporatedfoundation_wrap>img {
    width: 50%;
  } */
  .incorporatedfoundation_wrap>a.more {
    width: 224px;
    margin: 30px auto;
    font-size: 16px;
  }

  .incorporatedfoundation_wrap>h3 {
    font-size: 20px;
    line-height: 1.2;
    padding: 0 22px;
  }

  .incorporatedfoundation_wrap>.in-img_wrap {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .incorporatedfoundation_wrap>.in-img_wrap>.img01,
  .incorporatedfoundation_wrap>.in-img_wrap>.img02,
  .incorporatedfoundation_wrap>.in-img_wrap>.img03 {
    width: 58%;
    height: 145px;
  }

  .incorporatedfoundation_wrap>p br:first-child,
  .incorporatedfoundation_wrap>p br:nth-child(2),
  .incorporatedfoundation_wrap>p br:nth-child(5),
  .incorporatedfoundation_wrap>p br:nth-child(8) {
    display: none;
  }

  .incorporatedfoundation_wrap>span.details-f {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 10px;
    display: block;
  }

  .bg-box {
    padding: 30px 0;
  }

  .bg-box>.w-center>h3 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.2;
    padding: 0 54px;
  }

  .bg-box>.w-center>.f-content {
    flex-flow: column;
  }

  .bg-box .w-center .f-content .circle-box {
    width: 206px;
    height: 206px;
    margin-right: 0;
  }

  .bg-box .w-center .f-content div {
    margin-bottom: 20px;
  }

  .bg-box .w-center .f-content div:last-child {
    margin-bottom: 0;
  }

  .bg-box .w-center .f-content .circle-box>h4 {
    font-size: 18px;
    margin-top: 40px;
  }

  .bg-box .w-center .f-content .circle-box>p {
    font-size: 14px;
  }

  .bg-box .w-center .f-content div:nth-child(4) {
    display: block;
  }

  .in-img-box>.img-b {
    margin-bottom: 16px;
  }

  .in-img-box>.img-b>p {
    font-size: 14px;
    margin-top: 10px;
  }

  .collaboration_wrap>h3 {
    font-size: 14px;
  }

  .collaboration_wrap>h2 {
    font-size: 30px;
  }

  .collaboration_wrap>.bg-box>.w_box>.box-ri>h4,
  .collaboration_wrap>.bg-box>.w_box>.box-le>h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .collaboration_wrap>p.txt-first {
    margin: 30px auto;
    width: calc(100% - 60px);
  }

  .collaboration_wrap>p.txt-second {
    width: calc(100% - 60px);
    margin: 30px auto -50px;
  }

  .collaboration_wrap>p.txt-second br,
  .collaboration_wrap>p.txt-first br {
    display: none;
  }

  /* 동심스토리 */
  .promotion_btn {
    top: -122px;
  }

  .promotion_btn img {
    height: 42px;
  }

  .promotion-box {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .s_content_tab {
    align-items: center;
  }

  .promotion-box>.promotion_txt>.p-details>h3,
  .news-box>.news_txt>.n-details>h3 {
    font-size: 20px;
  }

  .promotion-box>.promotion_txt>.p-details>p,
  .news-box>.news_txt>.n-details>p {
    font-size: 16px;
  }

  .promotion-box>.promotion_txt>.date {
    margin-top: 16px;
    font-size: 14px;
  }

  .pagination li:first-child,
  .pagination li:last-child {
    display: block !important;
  }

  /* 보도자료 */
  .news-box {
    margin: 30px 0;
    padding-bottom: 30px;
  }

  .news_title span {
    font-size: 14px;
    padding: 6px 8px;
  }

  /* 채용정보 */
  /* 동심인재상 */
  .ideal-talent_txt {
    margin: 30px 0;
  }

  .ideal-talent_txt>h2 {
    font-size: 28px;
  }

  .ideal-talent_txt>h3 {
    padding: 0;
    font-size: 18px;
  }

  .ideal-talent_txt>p {
    font-size: 16px;
  }

  .ideal-talent_txt>p br {
    display: none;
  }

  /* 동심채용정보 */
  .employment-info {
    margin: 30px auto;
  }

  .employment-info-title {
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .bg-box>.employment-info-top {
    width: calc(100% - 60px);
    margin: 0 auto;
  }

  .employment-info-top>h3,
  .welfare_wrap>h3 {
    font-size: 24px;
  }

  .employment-info-top .type-step01 .step-box>img {
    display: none;
  }

  .employment-info-top .type-step01 .step-box>span {
    font-size: 14px;
    margin-top: 0;
  }

  .employment-info-top .type-step01 .step-box {
    width: 72px;
    height: 72px;
  }

  .type-step01.type-btm .step-box_wrap .step-box {
    width: 120px;
    height: 120px;
  }

  .type-step01.type-btm .step-box_wrap .step-box>img {
    display: block;
  }

  .type-step01.type-btm .step-box_wrap img {
    width: 30%;
  }

  .type-step01.type-btm .step-box_wrap .step-box>span {
    font-size: 16px;
    margin-top: 10px;
  }

  .application {
    flex-flow: column;
  }

  .application .font-wb-wrap {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .application .font-wb-wrap:last-child {
    margin-bottom: 0;
  }

  .application .font-wb-wrap span {
    font-size: 13px;
  }

  .application .font-wb-wrap .font-wb {
    margin-right: 4px;
  }

  .help {
    font-size: 14px;
    line-height: 1.2;
  }

  .type-step01.type-btm .step-box_wrap ul li {
    font-size: 14px;
  }

  .type-step01.type-btm {
    flex-flow: column;
    align-items: center;
  }

  .type-step01.type-btm .step-box_wrap {
    margin-bottom: 30px;
  }

  .type-step01.type-btm .step-box_wrap:last-child {
    margin-bottom: 0;
  }

  .step-arrow,
  .last-arrow {
    display: none;
  }

  .welfare_wrap .welfare-box-wrap .welfare-box {
    width: 45%;
    padding: 6px;
  }

  .welfare_wrap .welfare-box-wrap .welfare-box h4 {
    font-size: 16px;
  }

  .welfare_wrap .welfare-box-wrap .welfare-box p {
    font-size: 14px;
  }

  .welfare_wrap {
    margin-top: 30px;
  }

  .welfare_wrap .welfare-box-wrap .welfare-box.last-box a {
    font-size: 18px;
    padding: 0 30px;
    line-height: 1.5;
  }

  .welfare_wrap .welfare-box-wrap .welfare-box.last-box span.arrow-w {
    display: none;
  }

  /* 파트너사 채용정보 */
  .enager_wrap.active,
  .english_wrap.active {
    margin-top: 30px;
  }

  .partner-c-w .partner-c-info-title {
    font-size: 24px;
    padding: 0 24px;
  }

  .partner-c-w .partner-c-info-title-txt {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .partner-c-w>video {
    height: 300px;
  }

  .partner-c-about>h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .partner-c-about .partner-c-icon-wrap>.partner-c-box {
    width: 100%;
    margin-bottom: 10px;
    height: 264px;
  }

  .partner-c-about .partner-c-icon-wrap>.partner-c-box .box-details h4 {
    font-size: 18px;
  }

  .partner-c-about .partner-c-icon-wrap>.partner-c-box .box-details img {
    width: 55%;
  }

  .partner-c-about .partner-c-icon-wrap>.partner-c-box:nth-child(3) .box-details img,
  .partner-c-about .partner-c-icon-wrap>.partner-c-box:nth-child(4) .box-details img {
    width: 37%;
  }

  .partner-c-about .partner-c-icon-wrap>.partner-c-box .box-details p {
    font-size: 16px;
  }

  .partner-c-about .partner-c-icon-wrap>.partner-c-box:nth-child(3) {
    margin-bottom: 10px;
  }

  .partner-c-about .about-btm {
    font-size: 14px;
    margin-top: 30px;
  }

  .partner-c-top-txt {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.2;
  }

  .partner-c-step-arrow,
  .type-step02 .partner-c-last-arrow {
    display: none;
  }

  .employment-info-top .type-step02,
  .employment-info-top .type-step03 {
    flex-flow: column;
  }

  .partner-c-step-txt {
    flex-flow: column;
  }

  .employment-info-top.partner-c-btm-line>.box-txt {
    display: flex;
  }

  .partner-c-step-txt p {
    width: 100%;
  }

  .employment-info-top .type-step02 .partner-c-step-box,
  .employment-info-top .type-step03 .partner-c-step-box {
    width: 90px;
    height: 90px;
    margin: 5px 0;
    border: 1px solid #FD2D61;
  }

  .employment-info-top .type-step02 .partner-c-step-box img,
  .employment-info-top .type-step03 .partner-c-step-box img {
    width: 25%;
  }

  .employment-info-top .type-step03 .partner-c-step-box span,
  .employment-info-top .type-step02 .partner-c-step-box span {
    font-size: 12px;
    margin-top: 10px;
  }

  .partner-c-step-txt {
    flex: 1;
    padding-left: 10px;
  }

  .partner-c-step-txt p {
    text-align: left;
  }

  .partner-c-employment-txt .txt-first,
  .partner-c-employment-txt .txt-second,
  .partner-c-employment-txt .txt-third {
    margin-bottom: 30px;
  }

  .partner-c-img {
    margin-bottom: 30px;
    background-size: cover;
    height: 228px;
    background-position: center center;
  }

  .partner-c-list {
    margin-bottom: 30px;
  }

  .partner-c-list ul li {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .partner-c-list-wrap {
    width: calc(100% - 60px);
    margin: 0 auto;
  }

  .partner-c-employment-txt p {
    font-size: 14px;
  }

  .btm-btn,
  .btm-btn.engl-btn {
    font-size: 16px;
    padding: 20px 49px;
  }

  .type-step03 .partner-c-last-arrow {
    display: none;
  }

  .english_wrap.active .partner-c-step-txt {
    margin: 6px auto;
  }

  .partner-c-img.english-img {
    height: 258px;
    background-size: cover;
    background-position: center center;
  }

  .partner-c-list ul li {
    line-height: 1.2;
  }

  .employment-info-top .type-step03 .partner-c-step-box {
    border: 1px solid #17A4B1;
  }

  .notice_wrap {
    margin: 30px 0;
  }

  .notice_wrap .tg>thead>tr>th {
    padding: 8px 0px;
    font-size: 14px;
  }

  .notice_wrap .tg>tbody>tr>td.title {
    padding-left: 5px;
    padding-right: 5px;
  }

  .notice_wrap .tg>tbody>tr>td {
    font-size: 14px;
  }

  .notice_wrap .tg>tbody>tr>td.title>span {
    padding: 5px 6px;
    font-size: 10px;
    margin-right: 4px;
  }

  .notice_wrap .tg>tbody>tr>td:nth-child(3) {
    font-size: 12px;
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
  }

  .notice_wrap .tg>tbody>tr>td:nth-child(1),
  .notice_wrap .tg>tbody>tr>td:nth-child(4) {
    font-size: 12px;
  }

  .faq_wrap {
    margin-bottom: 0;
    margin-top: 0px;
  }

  .faq-bbox {
    flex-wrap: wrap;
  }

  .faq-bbox>a {
    width: 32.7%;
  }

  .faq_wrap .faq-box .qustion span,
  .faq_wrap .faq-box .anser span {
    margin-right: 0px;
  }

  .faq_wrap .faq-box .qustion {
    padding: 23px 13px;
  }

  .faq_wrap .faq-box .qustion p {
    font-size: 13px;
  }

  .faq_wrap .faq-box.active .anser {
    padding: 23px 13px;
    font-size: 13px;
  }

  .contact_top h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .contact_top .contact_scroll p {
    font-size: 14px;
  }

  .contact_top {
    margin-top: 30px;
  }

  .contact_btm {
    margin-top: 30px;
  }

  .contact_top h3 {
    font-size: 20px;
  }

  .contact_btm h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .contact_btm .write_wrap .write_box {
    padding: 20px 0;
    flex-flow: column;
  }

  .contact_btm .write_wrap .write_box .write_title {
    margin-bottom: 10px;
    width: 100%;
  }

  .contact_btm .write_wrap .write_box .write_txt {
    width: 100%;
  }

  .contact_btm .write_wrap .write_box .write_txt input {
    width: 100%;
  }

  .write_txt>.select-box {
    padding-left: 5px;
  }

  .contact_btm .write_wrap .write_box:last-child {
    margin-bottom: 30px
  }

  .btns {
    display: flex;
    justify-content: center;
    flex-flow: column;
  }

  .btns button:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .btns button {
    font-size: 14px;
  }

  .contact_btm .write_wrap .write_box .write_title {
    font-size: 14px;
  }

  .opened_wrap {
    margin-top: 30px;
  }

  .opened_wrap>h3 {
    font-size: 23px;
    margin-bottom: 30px;
  }

  .opened_wrap .opened-img {
    flex-flow: column;
  }

  .opened_wrap .opened-img::before,
  .opened_wrap .opened-img::after {
    width: 100%;
    background-size: cover;
    background-position: center center;
  }

  .opened_wrap .opened-img::before {
    margin-bottom: 10px;
  }

  .opened_wrap .opened-img {
    height: 381px;
    margin-bottom: 30px;
  }

  .opened_wrap .opened-box.line {
    flex-flow: column;
    padding-bottom: 30px;
  }

  .opened_wrap .opened-box {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .opened_wrap .opened-box .left-title {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 16px;
  }

  .opened_wrap .opened-box .left-title>span {
    font-size: 16px;
  }

  .opened_wrap .opened-box .left-title>span br {
    display: none;
  }

  .opened_wrap .opened-box .midle-txt {
    width: 100%;
  }

  .opened_wrap .opened-box .midle-txt h3 {
    font-size: 18px;
  }

  .table_wrap-bg .w_box table thead tr th {
    font-size: 14px;
  }

  .table_wrap-bg .w_box table thead tr th.first-title {
    width: 30%;
  }

  .table_wrap-bg .w_box table tbody tr td {
    padding: 30px 9px;
    font-size: 13px;
  }

  .table_wrap-bg {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  .lab_wrap>.lab_text_detail-01 img {
    content: url(../img/m.lab_img01.png);
  }

  .view-box {
    margin-top: 30px;
  }

  .view-box .top {
    padding: 10px;
    flex-flow: column;
    margin-bottom: 30px;
  }

  .view-box .top h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .view-box .top .date {
    font-size: 14px;
    margin-top: 15px;
  }

  .view-box>.contents {
    width: 100%;
  }

  .view-box>.contents p {
    font-size: 14px;
  }

  .view-box>.contents .btm-logo {
    width: 60%;
  }

  .view-box>.contents .list_btn {
    font-size: 16px;
  }

  .txt-wrap-np>a {
    padding: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .txt-wrap-np>a h5 {
    text-align: left;
    width: 70%;
    font-size: 14px;
  }

  .txt-wrap-np>a span::before {
    width: 15%;
    background-size: contain;
    height: 11px;
    margin-right: 8px;
  }

  .txt-wrap-np>a span::after {
    margin: 0 10px;
  }

  .txt-wrap-np>a span {
    width: 30%;
  }

  .collaboration_wrap>img {
    margin-bottom: 0px;
  }

  .txt-wrap-np {
    margin-bottom: -50px;
  }

  .employment-info-top .step-wrap {
    width: calc(100%);
    flex-direction: row;
  }

  .employment-info-top .step-wrap::after {
    content: none;
  }

  .bg-box .w-center .f-content .f-content-circle {
    width: calc(100%);
    flex-flow: column;
    align-items: center
  }

  .bg-box .w-center .f-content .g-circle::after {
    display: none;
  }

  /* .promotion_tab {
    flex-direction: row;
  } */
  /* .s_content_tab .tab_wrap {
    overflow-x: visible !important;
  } */
  .promotion-box {
    flex-flow: column;
  }

  .promotion-box .promotion_img {
    width: 100%;
  }

  .promotion-box>.promotion_txt, .news-box>.news_txt {
    margin-left: 0;
  }

  .promotion-box>.promotion_txt>.p-details {
    margin-top: 16px;
  }

  .txt-wrap-np {
    width: 100%;
  }

  .p-text_box>.app-btn {
    flex-flow: column;
    margin-top: 20px;
  }

  .p-text_box>.app-btn>a, .s-platform>.app-btn>a {
    margin-bottom: 10px;
  }

  .step-p {
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 14px;
  }

  .f-scroll {
    font-size: 14px;
  }

  .t-box-table {
    display: flex;
  }

  .t-box-table>tbody {
    overflow-x: scroll;
  }

  .t-box-table>tbody p {
    padding: 6px 0;
    margin: 0 44px;
    width: 66%;
  }

  .contact_top>p {
    margin-top: -20px;
    margin-bottom: 30px;
  }

  .n-s-btn {
    position: relative;
  }

  .ba_padding .n-s-btn::after,
  .n-s-btn::after {
    position: absolute;
    width: 12%;
    margin-left: 6px;
  }

  .blockUI.blockMsg.blockPage {
    width: 100% !important;
  }

  .diTable>tbody>tr>th {
    width: 22%;
  }

  .admin-box {
    padding: 25px 10px;
  }

  .diDiv {
    margin-top: 100px !important;
  }

  .history-year .history-year-box {
    width: 100%;
    display: block;
  }

  .language>img {
    width: 35% !important;
  }

  .plus>img, .book>img, .dalcom>img, .doo>img, .magic>img, .palette>img {
    width: 50% !important;
  }

  .high>img {
    width: 22% !important;
  }

  .program_wrap .program_box .p-img_box .box-label {
    padding: 6px 10px !important;
    font-size: 14px !important;
  }

  .incorporatedfoundation_wrap>.in-img_wrap>.img {
    width: 70%;
  }

  .notice_wrap .tg>thead>tr>th.w-70 {
    width: 50%;
  }

  .year-txt>span {
    margin-bottom: 0;
  }

  .promotion-box>.promotion_img>img {
    object-fit: contain;
    object-position: inherit;
  }

  /* 제휴제안 */
  .alliance-wrap .alliance-txt {
    margin: 30px;
    padding-bottom: 30px;
  }

  .alliance-wrap .alliance-txt p {
    font-size: 16px;
    line-height: 1.5rem;
  }

  .alliance-wrap .alliance-txt p br {
    display: none;
  }

  .type-step01.alliance-step {
    width: 80%;
  }

  .alliance-h {
    font-size: 18px !important;
  }

  .alliance-step-txt p {
    font-size: 14px
  }

  .alliance-btn {
    flex-flow: column;
    margin-top: 50px;
  }

  .alliance-btn a {
    width: 100%;
    font-size: 16px;
    height: 81px;
    margin: 0
  }

  .alliance-btn a.alliance-btn-fir {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 520px) {
  .alliance-wrap h3 {
    font-size: 23px;
    line-height: 1.2;
  }

  .alliance-wrap h3::before {
    background-size: 100% auto;
    margin-right: 10px;
  }

  .alliance-wrap h3::after {
    background-size: 100% auto;
    margin-left: 10px;
  }

  .alliance-list {
    margin-bottom: 20px;
  }

  .alliance-list dl {
    padding: 20px 0;
    flex-direction: column;
  }

  .alliance-list dl dd {
    width: calc(100%);
    padding-left: 0;
    padding-top: 20px;
  }

  .alliance-list dl dd p {
    /* font-size: 14px; */
  }

  .alliance-procedure .sub-txt {
    font-size: 16px;
    padding-top: 25px;
  }

  .alliance-procedure {
    padding: 40px 0;
  }

  .alliance-procedure h3 {
    font-size: 24px;
  }

  .alliance-procedure .progress {
    margin-top: 40px;
  }

  .alliance-procedure .progress.box {
    padding: 40px 0;
  }

  .alliance-procedure .progress h4 {
    font-size: 20px;
    padding: 0 10px;
    line-height: 1.3;
  }

  .alliance-procedure .progress ul.list {
    font-size: 14px;
    padding: 0 20px;
    margin-top: 10px;
    line-height: 1.2;
  }

  .alliance-step {
    margin: 20px auto;
  }

  .alliance-step .step-box {
    width: 72px;
    height: 72px;
  }

  .alliance-step .step-box img {
    display: none;
  }

  .alliance-step .step-box span {
    font-size: 14px;
    margin-top: 0;
  }

  .btm-btn, .btm-btn.engl-btn {
    font-size: 16px;
    padding: 20px 20px;
  }

  .alliance-procedure .table {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 25px;
  }

  .table table th,
  .table table td {
    font-size: 14px;
  }

  .table table td {
    padding: 15px 10px;
  }

  .s_content_tab .tab_wrap {
    padding-bottom: 35px;
  }

  .promotion_btn {
    position: inherit;
    top: 0;
    right: 0;
  }

  .s_content_tab .tab_wrap a:last-child {
    margin-right: 30px;
  }

  .kids-program-wrap>.kid-box {
    padding: 60px 20px 0 20px;
  }

  .kids-program-wrap>.kid-box {
    width: calc(100% - 40px);
  }

  .kids-program-wrap>.kids-partner::before,
  .kids-program-wrap>.kids-teacher::before,
  .kids-program-wrap>.kids-play::before {
    top: 32px;
    right: 36px;
  }

  .content_txt {
    padding: 12px 10px;
    bottom: -47px !important;
    min-width: 100%;
  }

  .content:hover, .service_slide_wrap.swiper-wrapper .ss_slide.swiper-slide:hover {
    transform: translateY(0) !important;
  }

  .s-platform>.s-platform-logo>img {
    width: 33%;
  }

  .natural-country_wrap>img {
    width: 35%;
  }

  .map-box>.o-txt,
  .collaboration_wrap>p.txt-second {
    margin-bottom: 0;
  }

  .history_tab_wrap .history_tab {
      width: calc(100% - 120px);
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .history_tab_wrap .history_tab ul {
      width: 195px;
      margin: 0 -5px;
  }

  .history_tab_wrap .history_tab ul li.year {
        width: 180px;
  }

    .tab_list .year {
      display: none;
  }

  .tab_list .year.active {
      display: block;
  }

}
