.material aside h2 {
  background-color: #1b3956;
}
.material aside h2::before {
  width: 25px;
  background-image: url(../img/ico_lnb03.png);
}
.material aside li a {
  letter-spacing: -0.5px;
}
.material .comm_page_number {
  margin: 40px 0 100px;
}
.material .view_comm_style {
  margin-bottom: 60px;
}

.educational_materials_top {
  padding: 34px 30px;
}
.educational_materials_top p {
  font-size: 16px;
  color: #999;
  line-height: 1.4;
}
.educational_materials .comm_search {
  margin-top: 0;
  margin-bottom: 4px;
}
.educational_materials .sub_tab_wrap {
  margin-top: 30px;
}
.educational_materials_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #e1e1e1;
}
.educational_materials_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.educational_materials_list a:hover strong {
  color: #2e7ec0;
}
.educational_materials_list a:hover p {
  color: #333;
}
.educational_materials_list .list_img {
  width: 105px;
  height: 142px;
  border-radius: 0;
}
.educational_materials_list .list_txt {
  width: 600px;
  margin-left: 30px;
  padding-top: 20px;
}
.educational_materials_list .list_txt strong {
  font-weight: 500;
  color: #333;
  font-size: 17px;
}
.educational_materials_list .list_txt p {
  margin-top: 10px;
  font-size: 15px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.3;
}
.educational_materials_list .list_txt span {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.educational_materials_list .download_wrap {
  position: absolute;
  top: 40px;
  right: 0;
}
.educational_materials_list.pageone > li {
  position: relative;
}
.educational_materials_list.pageone .list_img {
  width: 166px;
  height: 106px;
  border-radius: 5px;
}
.educational_materials_list.pageone .list_txt {
  width: 490px;
  margin-left: 20px;
  padding-top: 0;
}
.educational_materials_list.pageone .list_txt strong {
  font-weight: 500;
  color: #333;
}
.educational_materials_list.pageone .list_txt p {
  margin: 10px 0 15px;
}
.educational_materials_list.pageone .list_txt span {
  margin-top: 0;
}
.educational_materials_list.pageone .download_wrap {
  top: 20px;
}
.educational_materials .view_comm_style .view_top .list_img {
  width: 105px;
  height: 147px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  overflow: hidden;
}
.educational_materials .view_comm_style .view_top .list_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.educational_materials .view_comm_style .view_top .list_txt strong {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.educational_materials .view_comm_style .view_top .list_txt p {
  margin: 10px 0 20px 0;
  font-size: 16px;
  color: #666;
}
.educational_materials .view_comm_style .view_top .list_txt span {
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.educational_materials .view_comm_style .view_top .list_txt .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.educational_materials .view_comm_style.pageone .list_txt {
  margin-left: 0;
  padding-top: 0;
  width: auto;
}
.educational_materials .view_comm_style.pageone .list_txt strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.3;
}
.educational_materials .view_comm_style.learning .list_txt {
  margin-left: 0;
  padding-top: 0;
  width: auto;
}
.educational_materials .view_comm_style.learning .list_txt strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.3;
}
.educational_materials .view_comm_style.learning .view_botm {
  border-top: none;
}
.educational_materials.pageone .comm_search {
  margin-bottom: 45px;
}
.educational_materials .learning_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.educational_materials .learning_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.educational_materials .learning_list a:hover strong {
  color: #2e7ec0;
}
.educational_materials .learning_list a:hover p {
  color: #333;
}
.educational_materials .learning_list .list_img {
  width: 235px;
  height: 130px;
  border-radius: 4px;
}
.educational_materials .learning_list .list_txt {
  width: 450px;
  margin-left: 30px;
  padding-top: 10px;
}
.educational_materials .learning_list .list_txt strong {
  font-weight: 500;
  color: #333;
  font-size: 17px;
}
.educational_materials .learning_list .list_txt p {
  margin-top: 10px;
  font-size: 15px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1.3;
}
.educational_materials .learning_list .list_txt span {
  display: inline-block;
  font-size: 14px;
  color: #999;
}
.educational_materials .learning_list .list_txt span.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.educational_materials .learning_list .list_txt span.time::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  background: url("../img/ico_time.png") no-repeat center;
}
.educational_materials .learning_list .list_txt span + span {
  margin-top: 4px;
}

.economy_multi .sub_tab_wrap.basic {
  margin: 30px 0 0;
}
.economy_multi .view_top .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.economy_multi .view_top .bot span {
  font-size: 1rem;
  color: #999;
  letter-spacing: 0;
  line-height: 1.3em;
}
.economy_multi.card .toon_top {
  margin-top: 30px;
}
.economy_multi.toon .push_toon {
  margin: 0 0 10px;
}

.dictionary .comm_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dictionary .comm_search label {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dictionary .comm_search > button {
  width: 100px;
  padding: 8px 0;
  margin-left: 5px;
  border-radius: 4px;
  background-color: #2e7ec0;
  font-size: 17px;
  color: #fff;
}
.dictionary .comm_search > button:hover {
  background-color: #f5821f;
}

.dictionary_wrap {
  margin-bottom: 50px;
}
.dictionary_wrap .cnt_tab_wrap {
  margin: 5px 0 13px;
  padding: 0 20px;
  border-radius: 5px;
  background: #1b3956;
}
.dictionary_wrap .cnt_tab_wrap .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dictionary_wrap .cnt_tab_wrap .tab li button {
  width: 110px;
  height: 50px;
  color: #fff;
}
.dictionary_wrap .cnt_tab_wrap .tab li button:hover, .dictionary_wrap .cnt_tab_wrap .tab li button.on {
  background: #f5821f;
}
.dictionary_wrap .cnt_tab_wrap .dic_result > div {
  display: none;
  padding: 10px 0 18px;
}
.dictionary_wrap .cnt_tab_wrap .dic_result > div.open {
  display: block;
}
.dictionary_wrap .cnt_tab_wrap .dic_result table.mo {
  display: none;
}
.dictionary_wrap .cnt_tab_wrap .dic_result table tr + tr {
  border-top: 1px solid #1b3956;
}
.dictionary_wrap .cnt_tab_wrap .dic_result table td {
  height: 40px;
}
.dictionary_wrap .cnt_tab_wrap .dic_result table td:first-child,
.dictionary_wrap .cnt_tab_wrap .dic_result table td + td {
  border-left: 1px solid #1b3956;
}
.dictionary_wrap .cnt_tab_wrap .dic_result table td button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 18px;
  text-align: center;
  color: #1b3956;
}
.dictionary_wrap .cnt_tab_wrap .dic_result table td button:hover, .dictionary_wrap .cnt_tab_wrap .dic_result table td button.total {
  background: #478ac5;
  color: #fff;
}
.dictionary_wrap #dictionarySecl button {
  display: none;
}
.dictionary_wrap .sel_type-tab {
  position: relative;
  padding-left: 202px;
  height: 647px;
}
.dictionary_wrap .sel_type-tab .s_type {
  padding: 2px;
  height: 100%;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dictionary_wrap .sel_type-tab .s_type.st01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
}
.dictionary_wrap .sel_type-tab .s_type.st02 {
  padding: 34px 5px 34px 34px;
}
.dictionary_wrap .sel_type-tab .s_type .txt_detail dt {
  margin-bottom: 30px;
  padding-bottom: 25px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #e1e1e1;
}
.dictionary_wrap .sel_type-tab .s_type .txt_detail dd {
  line-height: 24px;
  color: #333;
  font-weight: 400;
}
.dictionary_wrap .sel_type-tab .s_type p.tip {
  margin-top: 220px;
  font-size: 22px;
  text-align: center;
  color: #f5821f;
}
.dictionary_wrap .sel_type-tab .s_type .inner {
  height: 100%;
  padding-right: 3px;
  overflow-y: scroll;
}
.dictionary_wrap .sel_type-tab .s_type .inner::-webkit-scrollbar {
  width: 8px;
}
.dictionary_wrap .sel_type-tab .s_type .inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #e1e1e1;
}
.dictionary_wrap .sel_type-tab .s_type .inner::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.dictionary_wrap .sel_type-tab .mselect a {
  position: relative;
  display: block;
  padding: 12px 30px;
  color: #333;
  -webkit-transition: color 0.1s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: color 0.1s cubic-bezier(0.75, 0.1, 0.25, 1);
}
.dictionary_wrap .sel_type-tab .mselect a:after {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 20px;
  height: 100%;
  content: "";
  clear: both;
  display: block;
  background: no-repeat right center/100%;
  -webkit-transition: all 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.75, 0.1, 0.25, 1);
}
.dictionary_wrap .sel_type-tab .mselect a.on, .dictionary_wrap .sel_type-tab .mselect a:hover {
  background: #fff;
}
.dictionary_wrap .sel_type-tab .mselect a.on:after, .dictionary_wrap .sel_type-tab .mselect a:hover:after {
  opacity: 1;
  background-image: url("../img/arw_black_r.png");
}

.concept .sub_tab_wrap {
  margin-bottom: 5px;
}
.concept .sub_down_wrap {
  margin-bottom: 30px;
  padding: 0 50px;
  background: #efefef;
  border-radius: 0 0 4px 4px;
}
.concept .sub_down_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 0;
}
.concept .sub_down_wrap ul button {
  color: #1b3956;
  padding: 3px 0;
}
.concept .sub_down_wrap ul button:hover, .concept .sub_down_wrap ul button.on {
  font-weight: 500;
  color: #f5821f;
}
.concept_con_wrap {
  padding: 50px;
  border-top: 2px solid #1b3956;
}
.concept_con_wrap em {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.concept_con_wrap p {
  font-size: 15px;
  line-height: 1.4;
  color: #666;
}
.concept_con_wrap.no_search {
  margin-top: 60px;
}

.eco_qna li {
  border-bottom: 1px solid #e1e1e1;
}
.eco_qna li:hover .txt p {
  color: #2e7ec0;
}
.eco_qna li:hover .txt span {
  color: #333;
}
.eco_qna_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 24px 14px;
  text-align: left;
}
.eco_qna_list .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.eco_qna_list .txt p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.3;
}
.eco_qna_list .txt span {
  font-size: 0.875rem;
  color: #999;
  display: block;
  margin-top: 10px;
}
.eco_qna_list .qna_btn {
  border-bottom: 1px solid #ccc;
  font-size: 0.875rem;
  color: #999;
}
.eco_qna_list .qna_btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 6px;
  background: url("../img/arw_down_g.png") no-repeat center;
}
.eco_qna_list.on .txt p {
  color: #2e7ec0;
}
.eco_qna_list.on .txt span {
  color: #333;
}
.eco_qna_list.on .qna_btn::after {
  background-image: url("../img/arw_up_g.png");
}
.eco_qna_view {
  padding: 30px 60px 40px 76px;
  background: #f6f6f6;
}
.eco_qna_view .con .tit {
  position: relative;
  padding-right: 30px;
  font-size: 1rem;
  color: #333;
  line-height: 1.3;
}
.eco_qna_view .con .tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -44px;
  width: 30px;
  height: 30px;
  background: url("../img/ico_qna_q.png") no-repeat center;
}
.eco_qna_view .con span {
  display: inline-block;
  margin-bottom: 32px;
  font-size: 0.875rem;
  color: #999;
}
.eco_qna_view .con span + span {
  margin-left: 15px;
}
.eco_qna_view .con .txt_con {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #999;
}
.eco_qna_view .con.question {
  position: relative;
}
.eco_qna_view .con.question .download_wrap {
  position: absolute;
  right: -30px;
  top: 0;
}
.eco_qna_view .con.question .download_wrap .con li {
  border-bottom-width: 0;
}
.eco_qna_view .con.answer {
  margin-top: 30px;
  padding-top: 33px;
  border-top: 1px solid #e1e1e1;
}
.eco_qna_view .con.answer .tit::before {
  background-image: url("../img/ico_qna_a.png");
}
.eco_qna_view .con.answer .manager {
  color: #2e7ec0;
}

.edu_program_wrap {
  margin-bottom: 40px;
}
.edu_program_wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
}
.edu_program_wrap .item + .item {
  border-top: 1px solid #e1e1e1;
}
.edu_program_wrap .img_box .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
}
.edu_program_wrap .img_box .img img {
  width: 100%;
}
.edu_program_wrap .img_box a {
  display: block;
  width: 120px;
  padding: 6px 0;
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.edu_program_wrap .img_box a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url("../img/ico_go_move.png") no-repeat center;
}
.edu_program_wrap .img_box a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.edu_program_wrap .txt_box {
  margin-left: 50px;
}
.edu_program_wrap .txt_box strong {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  display: block;
  line-height: 1em;
}
.edu_program_wrap .txt_box p {
  margin: 10px 0 20px;
  font-size: 20px;
  color: #478ac5;
  line-height: 1.3;
}
.edu_program_wrap .txt_box ul {
  font-size: 15px;
  color: #666;
}
.edu_program_wrap .txt_box ul li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
}
.edu_program_wrap .txt_box ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: #cdcdcd;
}
.edu_program_wrap .txt_box ul li + li {
  margin-top: 10px;
}

@media all and (max-width: 1460px) {
  .material .comm_page_number {
    margin: 2.7397260274vw 0 6.8493150685vw;
  }
  .material .view_comm_style {
    margin-bottom: 4.1095890411vw;
  }
  .educational_materials_top {
    padding: 2.3287671233vw 2.0547945205vw;
  }
  .educational_materials_top p {
    font-size: 1rem;
  }
  .educational_materials .comm_search {
    margin-bottom: 0.2739726027vw;
  }
  .educational_materials .sub_tab_wrap {
    margin-top: 2.0547945205vw;
  }
  .educational_materials_list > li {
    padding: 1.6438356164vw 0;
  }
  .educational_materials_list .list_img {
    width: 7.1917808219vw;
    height: 9.7260273973vw;
  }
  .educational_materials_list .list_txt {
    width: 41.095890411vw;
    margin-left: 2.0547945205vw;
    padding-top: 1.3698630137vw;
  }
  .educational_materials_list .list_txt strong {
    font-size: 1.1643835616vw;
  }
  .educational_materials_list .list_txt p {
    margin-top: 0.6849315068vw;
    font-size: 0.9375rem;
  }
  .educational_materials_list .list_txt span {
    margin-top: 0.6849315068vw;
    font-size: 0.875rem;
  }
  .educational_materials_list .download_wrap {
    top: 2.7397260274vw;
  }
  .educational_materials_list.pageone .list_img {
    width: 11.3698630137vw;
    height: 7.2602739726vw;
  }
  .educational_materials_list.pageone .list_txt {
    width: 33.5616438356vw;
    margin-left: 1.3698630137vw;
  }
  .educational_materials_list.pageone .list_txt p {
    margin: 0.6849315068vw 0 1.2328767123vw;
  }
  .educational_materials_list.pageone .list_txt span {
    margin-top: 0;
  }
  .educational_materials_list.pageone .download_wrap {
    top: 1.3698630137vw;
  }
  .educational_materials .view_comm_style .view_top .list_img {
    width: 7.1917808219vw;
    height: 10.0684931507vw;
  }
  .educational_materials .view_comm_style .view_top .list_txt strong {
    font-size: 1.25rem;
  }
  .educational_materials .view_comm_style .view_top .list_txt p {
    margin: 0.6849315068vw 0 1.3698630137vw 0;
    font-size: 1rem;
  }
  .educational_materials .view_comm_style .view_top .list_txt span {
    font-size: 1rem;
  }
  .educational_materials .view_comm_style.pageone .list_txt {
    margin: 0;
    width: auto;
    padding: 0;
  }
  .educational_materials .view_comm_style.pageone .list_txt strong {
    margin-bottom: 1.3698630137vw;
  }
  .educational_materials .view_comm_style.learning .list_txt {
    margin: 0;
    width: auto;
    padding: 0;
  }
  .educational_materials .view_comm_style.learning .list_txt strong {
    margin-bottom: 1.3698630137vw;
  }
  .educational_materials.pageone .comm_search {
    margin-bottom: 3.0821917808vw;
  }
  .educational_materials .learning_list li {
    padding: 1.3698630137vw 0;
  }
  .educational_materials .learning_list .list_img {
    width: 16.095890411vw;
    height: 8.904109589vw;
  }
  .educational_materials .learning_list .list_txt {
    width: 30.8219178082vw;
    margin-left: 2.0547945205vw;
    padding-top: 0.6849315068vw;
  }
  .educational_materials .learning_list .list_txt strong {
    font-size: 1.0625rem;
  }
  .educational_materials .learning_list .list_txt p {
    margin-top: 0.6849315068vw;
    font-size: 0.9375rem;
  }
  .educational_materials .learning_list .list_txt span {
    font-size: 0.875rem;
  }
  .educational_materials .learning_list .list_txt span.time {
    margin-top: 0.3424657534vw;
  }
  .educational_materials .learning_list .list_txt span.time::before {
    width: 1.301369863vw;
    height: 1.301369863vw;
    margin-right: 0.3424657534vw;
    background-size: 100%;
  }
  .educational_materials .learning_list .list_txt span + span {
    margin-top: 0.2739726027vw;
  }
  .economy_multi .sub_tab_wrap.basic {
    margin: 2.0547945205vw 0 0;
  }
  .economy_multi .view_top .bot {
    margin-top: 1.0273972603vw;
  }
  .economy_multi .view_top .bot span {
    font-size: 1rem;
  }
  .economy_multi.card .toon_top {
    margin-top: 2.0547945205vw;
  }
  .economy_multi.toon .push_toon {
    margin: 0 0 0.6849315068vw;
  }
  .dictionary .comm_search > button {
    width: 6.8493150685vw;
    padding: 0.5479452055vw 0;
    margin-left: 0.3424657534vw;
    font-size: 1.0625rem;
  }
  .dictionary_wrap {
    margin-bottom: 3.4246575342vw;
  }
  .dictionary_wrap .cnt_tab_wrap {
    margin: 0.3424657534vw 0 0.8904109589vw;
    padding: 0 1.3698630137vw;
  }
  .dictionary_wrap .cnt_tab_wrap .tab li button {
    width: 7.5342465753vw;
    height: 3.4246575342vw;
  }
  .dictionary_wrap .cnt_tab_wrap .dic_result > div {
    padding: 0.6849315068vw 0 1.2328767123vw;
  }
  .dictionary_wrap .cnt_tab_wrap .dic_result table td {
    height: 2.7397260274vw;
  }
  .dictionary_wrap .cnt_tab_wrap .dic_result table td button {
    font-size: 1.125rem;
  }
  .dictionary_wrap .sel_type-tab {
    padding-left: 13.8356164384vw;
    height: 44.3150684932vw;
  }
  .dictionary_wrap .sel_type-tab .s_type {
    padding: 0.1369863014vw;
  }
  .dictionary_wrap .sel_type-tab .s_type.st01 {
    width: 13.698630137vw;
  }
  .dictionary_wrap .sel_type-tab .s_type.st02 {
    padding: 2.3287671233vw 0.3424657534vw 2.3287671233vw 2.3287671233vw;
  }
  .dictionary_wrap .sel_type-tab .s_type .txt_detail dt {
    margin-bottom: 2.0547945205vw;
    padding-bottom: 1.7123287671vw;
    font-size: 1.125rem;
  }
  .dictionary_wrap .sel_type-tab .s_type .txt_detail dd {
    line-height: 1.5rem;
  }
  .dictionary_wrap .sel_type-tab .s_type p.tip {
    margin-top: 15.0684931507vw;
    font-size: 1.375rem;
  }
  .dictionary_wrap .sel_type-tab .s_type .inner {
    padding-right: 0.2054794521vw;
  }
  .dictionary_wrap .sel_type-tab .s_type .inner::-webkit-scrollbar {
    width: 0.5479452055vw;
  }
  .dictionary_wrap .sel_type-tab .mselect a {
    padding: 0.8219178082vw 2.0547945205vw;
  }
  .dictionary_wrap .sel_type-tab .mselect a:after {
    right: 1.0273972603vw;
    width: 1.3698630137vw;
  }
  .concept .sub_tab_wrap {
    margin-bottom: 0.3424657534vw;
  }
  .concept .sub_down_wrap {
    margin-bottom: 2.0547945205vw;
    padding: 0 3.4246575342vw;
  }
  .concept .sub_down_wrap ul {
    padding: 1.3698630137vw 0;
  }
  .concept_con_wrap {
    padding: 3.4246575342vw;
  }
  .concept_con_wrap em {
    margin-bottom: 2.0547945205vw;
    font-size: 1.25rem;
  }
  .concept_con_wrap p {
    font-size: 0.9375rem;
  }
  .concept_con_wrap .con img {
    width: 100%;
  }
  .concept_con_wrap.no_search {
    margin-top: 4.1095890411vw;
  }
  .eco_qna_list {
    padding: 1.6438356164vw 0.9589041096vw;
  }
  .eco_qna_list .txt p {
    font-size: 1.0625rem;
  }
  .eco_qna_list .txt span {
    font-size: 0.875rem;
    margin-top: 0.6849315068vw;
  }
  .eco_qna_list .qna_btn {
    font-size: 0.875rem;
  }
  .eco_qna_list .qna_btn::after {
    width: 1.2328767123vw;
    height: 0.9589041096vw;
    margin-left: 0.4109589041vw;
  }
  .eco_qna_view {
    padding: 2.0547945205vw 4.1095890411vw 2.7397260274vw 5.2054794521vw;
  }
  .eco_qna_view .con .tit {
    padding-right: 2.0547945205vw;
    font-size: 0.9375rem;
  }
  .eco_qna_view .con .tit::before {
    left: -3.0136986301vw;
    width: 2.0547945205vw;
    height: 2.0547945205vw;
  }
  .eco_qna_view .con span {
    margin-bottom: 2.1917808219vw;
    font-size: 0.875rem;
  }
  .eco_qna_view .con span + span {
    margin-left: 1.0273972603vw;
  }
  .eco_qna_view .con .txt_con {
    font-size: 0.9375rem;
  }
  .eco_qna_view .con.answer {
    margin-top: 2.0547945205vw;
    padding-top: 2.2602739726vw;
  }
  .eco_qna_view .con.question .download_wrap {
    right: -2.0547945205vw;
  }
  .edu_program_wrap {
    margin-bottom: 2.7397260274vw;
  }
  .edu_program_wrap .item {
    padding: 2.397260274vw 0;
  }
  .edu_program_wrap .img_box .img {
    width: 8.2191780822vw;
    height: 8.2191780822vw;
    margin-bottom: 2.7397260274vw;
  }
  .edu_program_wrap .img_box a {
    width: 8.2191780822vw;
    padding: 0.4109589041vw 0;
    font-size: 0.875rem;
  }
  .edu_program_wrap .img_box a::after {
    width: 0.6849315068vw;
    height: 0.6849315068vw;
    margin-left: 0.3424657534vw;
  }
  .edu_program_wrap .txt_box {
    margin-left: 3.4246575342vw;
  }
  .edu_program_wrap .txt_box strong {
    font-size: 1.5rem;
  }
  .edu_program_wrap .txt_box p {
    margin: 0.6849315068vw 0 1.3698630137vw;
    font-size: 1.25rem;
  }
  .edu_program_wrap .txt_box ul {
    font-size: 0.9375rem;
  }
  .edu_program_wrap .txt_box ul li {
    padding-left: 0.9589041096vw;
    font-size: 1rem;
  }
  .edu_program_wrap .txt_box ul li::before {
    top: 0.4109589041vw;
    width: 0.4794520548vw;
    height: 0.4794520548vw;
  }
  .edu_program_wrap .txt_box ul li + li {
    margin-top: 0.6849315068vw;
  }
}
@media all and (max-width: 750px) {
  .material .comm_page_number {
    margin: 8vw 0 20vw;
  }
  .material .view_comm_style {
    margin-bottom: 13.3333333333vw;
  }
  .material .page_side-bar.other_type .side_banner_mo_show {
    display: block;
    margin-top: 6.6666666667vw;
  }
  .material .mo_hide {
    display: none;
  }
  .material.learning .page_side-bar.media {
    display: block;
  }
  .material.learning .page_side-bar.media .media_list {
    padding: 2.6666666667vw;
  }
  .material.learning .page_side-bar.media .media_list li + li {
    margin-top: 1.3333333333vw;
  }
  .material.learning .page_side-bar.media .media_list .list_img {
    width: 26.6666666667vw;
    height: 13.8666666667vw;
    margin-right: 2.6666666667vw;
  }
  .material.learning .page_side-bar.media .media_list .txt {
    width: 56vw;
  }
  .material.learning .page_side-bar.media .media_list .txt p {
    margin-bottom: 1.3333333333vw;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
  }
  .material.learning .page_side-bar.media .media_list .txt span {
    font-size: 0.8333333333rem;
  }
  .educational_materials {
    /* > .comm_search{display:none;} */
  }
  .educational_materials_top {
    padding: 2.6666666667vw 2.6666666667vw 8vw;
  }
  .educational_materials_top p {
    font-size: 1.1666666667rem;
  }
  .educational_materials_list {
    padding: 0 2.6666666667vw;
  }
  .educational_materials_list > li {
    padding: 4vw 0;
  }
  .educational_materials_list .list_img {
    width: 19.3333333333vw;
    height: 26.4vw;
  }
  .educational_materials_list .list_txt {
    width: 68vw;
    margin-left: 4vw;
    padding-top: 0;
  }
  .educational_materials_list .list_txt strong {
    font-size: 1.1666666667rem;
  }
  .educational_materials_list .list_txt p {
    margin-top: 1.8666666667vw;
    font-size: 1.0833333333rem;
  }
  .educational_materials_list .list_txt span {
    margin-top: 2.6666666667vw;
    font-size: 1.0833333333rem;
  }
  .educational_materials_list .download_wrap {
    top: auto;
    bottom: 2.6666666667vw;
    right: 4vw;
  }
  .educational_materials_list.pageone .list_img {
    width: 32.8vw;
    height: 17.3333333333vw;
  }
  .educational_materials_list.pageone .list_txt {
    width: 52vw;
    margin-left: 2.6666666667vw;
  }
  .educational_materials_list.pageone .list_txt p {
    margin: 1.8666666667vw 0 2.6666666667vw;
    font-size: 1.0833333333rem;
  }
  .educational_materials_list.pageone .list_txt span {
    font-size: 1.0833333333rem;
  }
  .educational_materials_list.pageone .download_wrap {
    top: auto;
    bottom: 2.6666666667vw;
    right: 4vw;
  }
  .educational_materials .sub_tab_wrap {
    margin: 0 0 5.3333333333vw 0;
  }
  .educational_materials .sub_tab_wrap .sub_tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .educational_materials .comm_search {
    margin-bottom: 5.3333333333vw;
  }
  .educational_materials .view_comm_style .view_top .list_img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 19.3333333333vw;
    height: 26.4vw;
  }
  .educational_materials .view_comm_style .view_top .list_txt strong {
    font-size: 1.25rem;
  }
  .educational_materials .view_comm_style .view_top .list_txt p {
    margin: 1.8666666667vw 0 2.6666666667vw;
    font-size: 1.0833333333rem;
  }
  .educational_materials .view_comm_style .view_top .list_txt span {
    font-size: 1.0833333333rem;
  }
  .educational_materials .view_comm_style.pageone .list_txt {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .educational_materials .view_comm_style.pageone .list_txt strong {
    margin-bottom: 2.6666666667vw;
  }
  .educational_materials .view_comm_style.learning .list_txt {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .educational_materials .view_comm_style.learning .list_txt strong {
    margin-bottom: 2.6666666667vw;
  }
  .educational_materials .learning_list li {
    padding: 4vw 2.6666666667vw;
  }
  .educational_materials .learning_list .list_img {
    width: 31.3333333333vw;
    height: 17.3333333333vw;
  }
  .educational_materials .learning_list .list_txt {
    width: 53.3333333333vw;
    margin-left: 2.6666666667vw;
    padding-top: 0;
  }
  .educational_materials .learning_list .list_txt strong {
    font-size: 1.1666666667rem;
  }
  .educational_materials .learning_list .list_txt p {
    margin-top: 1.3333333333vw;
    font-size: 1.0833333333rem;
  }
  .educational_materials .learning_list .list_txt span {
    font-size: 1.0833333333rem;
  }
  .educational_materials .learning_list .list_txt span.time {
    margin-top: 1.6vw;
  }
  .educational_materials .learning_list .list_txt span.time::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-right: 1.0666666667vw;
  }
  .educational_materials .learning_list .list_txt span + span {
    margin-top: 1.0666666667vw;
  }
  .economy_multi .sub_tab_wrap.basic {
    margin: 0;
    background: #fff;
  }
  .economy_multi .comm_search {
    display: none;
  }
  .economy_multi .view_comm_style .view_top .bot {
    margin-top: 2.6666666667vw;
  }
  .economy_multi .view_comm_style .view_top .bot span {
    font-size: 1.0833333333rem;
    line-height: 1.3;
  }
  .economy_multi .view_comm_style .view_top .bot span span:first-child {
    display: block;
    margin-top: 0.5333333333vw;
  }
  .economy_multi .view_comm_style .view_top .bot span span:first-child span {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }
  .economy_multi.card .toon_top {
    margin-top: 10.6666666667vw;
  }
  .economy_multi.toon .sub_tab_wrap {
    display: block;
  }
  .economy_multi.toon .push_toon {
    margin: 4vw 0 10.6666666667vw;
  }
  .economy_multi.toon .toon_top {
    margin-top: 6.6666666667vw;
  }
  #ui_contents .page_conts-bar.dictionary {
    padding: 0;
  }
  .dictionary .comm_search > button {
    width: 18.6666666667vw;
    height: 8vw;
    padding: 0;
    margin-left: 1.3333333333vw;
    font-size: 1.0833333333rem;
  }
  .dictionary .list_top_style {
    display: none;
  }
  .dictionary .educational_materials_top {
    display: block;
    padding: 0 4vw 4vw;
  }
  .dictionary .comm_search {
    margin: 0 2vw 4vw;
    padding: 2.6666666667vw;
  }
  .dictionary_wrap {
    margin-bottom: 13.3333333333vw;
  }
  .dictionary_wrap .cnt_tab_wrap {
    margin: 0 0 6.6666666667vw;
    padding: 0;
    background: #efefef;
  }
  .dictionary_wrap .cnt_tab_wrap .tab {
    padding: 0 4vw;
    background: #478ac5;
  }
  .dictionary_wrap .cnt_tab_wrap .tab li button {
    width: 14.6666666667vw;
    height: 13.3333333333vw;
    font-size: 1.4166666667rem;
    color: rgba(255, 255, 255, 0.3);
  }
  .dictionary_wrap .cnt_tab_wrap .tab li button.on {
    background: #478ac5;
    color: #fff;
  }
  .dictionary_wrap .cnt_tab_wrap .tab li button:hover {
    background-color: #478ac5;
  }
  .dictionary_wrap .cnt_tab_wrap .dic_result > div {
    padding: 2.6666666667vw 4.6666666667vw;
  }
  .dictionary_wrap .cnt_tab_wrap .dic_result table.pc {
    display: none;
  }
  .dictionary_wrap .cnt_tab_wrap .dic_result table.mo {
    display: table;
  }
  .dictionary_wrap .cnt_tab_wrap .dic_result table tr:first-child {
    border-top: 1px solid #1b3956;
  }
  .dictionary_wrap .cnt_tab_wrap .dic_result table td {
    height: 9.3333333333vw;
    border-bottom: 1px solid #1b3956;
  }
  .dictionary_wrap .cnt_tab_wrap .dic_result table td:last-child {
    border-right: 1px solid #1b3956;
  }
  .dictionary_wrap .cnt_tab_wrap .dic_result table td button {
    font-size: 1.5rem;
  }
  .dictionary_wrap .sel_type-tab {
    padding: 4vw;
    height: auto;
  }
  .dictionary_wrap .sel_type-tab .s_type {
    padding: 0;
  }
  .dictionary_wrap .sel_type-tab .s_type.st01 {
    position: static;
    width: 100%;
    margin-bottom: 4vw;
    background: #fff;
  }
  .dictionary_wrap .sel_type-tab .s_type.st02 {
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .dictionary_wrap .sel_type-tab .s_type .txt_detail dt {
    margin-bottom: 4vw;
    padding-bottom: 5.3333333333vw;
    font-size: 1.4166666667rem;
    line-height: 1.2;
    text-align: center;
  }
  .dictionary_wrap .sel_type-tab .s_type .txt_detail dt span {
    display: block;
    margin-top: 1.3333333333vw;
    font-size: 1.1666666667rem;
    color: #999;
  }
  .dictionary_wrap .sel_type-tab .s_type .txt_detail dd {
    height: auto;
    line-height: 1.4;
    padding: 0 1.3333333333vw;
    font-size: 1.1666666667rem;
  }
  .dictionary_wrap .sel_type-tab .s_type .txt_detail dd::-webkit-scrollbar {
    width: 1.0666666667vw;
  }
  .dictionary_wrap .sel_type-tab .s_type .txt_detail dd::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #e1e1e1;
  }
  .dictionary_wrap .sel_type-tab .s_type .txt_detail dd::-webkit-scrollbar-track {
    background: #f6f6f6;
  }
  .dictionary_wrap .sel_type-tab .s_type p.tip {
    margin: 26.6666666667vw 0;
    font-size: 1.4166666667rem;
  }
  .dictionary_wrap .sel_type-tab .s_type .inner {
    padding-right: 0;
    overflow-y: initial;
  }
  .dictionary_wrap .sel_type-tab .mselect a {
    padding: 1.6vw 4vw;
  }
  .dictionary_wrap .sel_type-tab .mselect a:after {
    content: none;
  }
  .dictionary_wrap #dictionarySecl {
    position: relative;
    overflow: revert;
  }
  .dictionary_wrap #dictionarySecl button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 9.3333333333vw;
    padding: 0 4vw;
    border: 2px solid #efefef;
    background: #fff;
    text-align: left;
    font-size: 1.1666666667rem;
  }
  .dictionary_wrap #dictionarySecl button::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 2.4vw;
    height: 2.4vw;
    background: url(../img/arw_select.png) no-repeat center/100%;
  }
  .dictionary_wrap #dictionarySecl button.on::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .dictionary_wrap #dictionarySecl .mselect {
    display: none;
    position: absolute;
    left: 0;
    top: 9.3333333333vw;
    width: 100%;
    border: solid #efefef;
    border-width: 0 2px 2px;
    background: #efefef;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .dictionary_wrap #dictionarySecl .mselect a {
    font-size: 1.1666666667rem;
  }
  .dictionary_wrap #dictionarySecl .mselect.open {
    display: block;
  }
  #ui_contents .page_conts-bar.concept {
    padding: 0;
  }
  .concept .list_top_style {
    display: none;
  }
  .concept .educational_materials_top {
    display: block;
    padding: 0 4vw 4vw;
  }
  .concept .sub_tab_wrap {
    margin-bottom: 0;
    padding: 0 4vw;
  }
  .concept .sub_tab_wrap .sub_tab > div {
    position: static;
  }
  .concept .sub_down_wrap {
    margin-bottom: 8vw;
    padding: 0 6.6666666667vw;
  }
  .concept .sub_down_wrap ul {
    padding: 2.6666666667vw 0;
  }
  .concept .sub_down_wrap ul button {
    font-size: 1.0833333333rem;
  }
  .concept_con_wrap {
    margin: 0 2vw;
    padding: 6.6666666667vw 2vw;
    border-bottom: 2px solid #1b3956;
  }
  .concept_con_wrap em {
    margin-bottom: 4vw;
    font-size: 1.5rem;
  }
  .concept_con_wrap p {
    font-size: 1.0833333333rem;
  }
  .concept_con_wrap.no_search {
    margin-top: 8vw;
  }
  .concept .comm_search {
    width: 100%;
  }
  .eco_qna_wrap .list_top_style:first-child {
    display: none;
  }
  .eco_qna_list {
    padding: 4vw 2vw;
  }
  .eco_qna_list .txt p {
    font-size: 1.1666666667rem;
  }
  .eco_qna_list .txt span {
    font-size: 1.0833333333rem;
    margin-top: 2.6666666667vw;
  }
  .eco_qna_list .qna_btn {
    font-size: 1.0833333333rem;
    padding-bottom: 0.8vw;
  }
  .eco_qna_list .qna_btn::after {
    width: 2.6666666667vw;
    height: 2.4vw;
    margin-left: 1.8666666667vw;
  }
  .eco_qna_view {
    padding: 4.9333333333vw 4vw 7.3333333333vw 10.6666666667vw;
  }
  .eco_qna_view .con .tit {
    margin-bottom: 2.6666666667vw;
    padding-right: 6.6666666667vw;
    font-size: 1.1666666667rem;
  }
  .eco_qna_view .con .tit::before {
    left: -8.5333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .eco_qna_view .con span {
    margin-bottom: 5.3333333333vw;
    font-size: 1.0833333333rem;
  }
  .eco_qna_view .con span + span {
    margin-left: 2vw;
  }
  .eco_qna_view .con .txt_con {
    font-size: 1.0833333333rem;
  }
  .eco_qna_view .con.answer {
    margin-top: 6vw;
    padding-top: 7.3333333333vw;
  }
  .eco_qna_view .con.question .download_wrap {
    right: 0;
  }
  .edu_program_wrap {
    margin-bottom: 5.3333333333vw;
    border: solid #1b3956;
    border-width: 2px 0 2px 0;
  }
  .edu_program_wrap .item {
    position: relative;
    padding: 6.6666666667vw 2vw 21.3333333333vw 2vw;
  }
  .edu_program_wrap .img_box .img {
    position: absolute;
    width: 17.3333333333vw;
    height: 18.6666666667vw;
    margin-bottom: 0;
  }
  .edu_program_wrap .img_box a {
    position: absolute;
    right: auto;
    top: auto;
    bottom: 6.6666666667vw;
    left: 50%;
    width: 29.3333333333vw;
    padding: 1.8666666667vw 0;
    font-size: 1rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .edu_program_wrap .img_box a::after {
    width: 2.6666666667vw;
    height: 2vw;
    margin-left: 1.3333333333vw;
  }
  .edu_program_wrap .img_box a:hover {
    text-decoration: none;
  }
  .edu_program_wrap .txt_box {
    margin-left: 0;
  }
  .edu_program_wrap .txt_box .txt {
    padding-left: 21.3333333333vw;
  }
  .edu_program_wrap .txt_box strong {
    font-size: 1.6666666667rem;
  }
  .edu_program_wrap .txt_box p {
    margin: 3.4666666667vw 0 5.3333333333vw;
    font-size: 1.1666666667rem;
  }
  .edu_program_wrap .txt_box ul {
    font-size: 1.0833333333rem;
  }
  .edu_program_wrap .txt_box ul li {
    padding-left: 2.6666666667vw;
    word-break: break-all;
    font-size: 1rem;
  }
  .edu_program_wrap .txt_box ul li::before {
    top: 1.8666666667vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .edu_program_wrap .txt_box ul li + li {
    margin-top: 1.6vw;
  }
}