article.contentsWrap div.contents div.defaultTabWrap {
  margin: 18px 0 36px 0;
}
article.contentsWrap div.contents div.row {
  margin: 0 0 50px 0;
}
article.contentsWrap div.contents div.row div.inner {
  margin: 30px 0 0 0;
}
article.contentsWrap div.contents div.row p {
  padding: 0;
  line-height: 150%;
}
article.contentsWrap div.contents div.row p + p {
  padding: 10px 0 0 0;
}
article.contentsWrap div.contents div.row strong {
  font-weight: 600;
  color: #274377;
}
article.contentsWrap div.contents div.row em.icoExample {
  display: inline-block;
  min-width: 46px;
  height: 25px;
  padding: 0 9px;
  margin: 1px 8px 0 0;
  border-radius: 50px;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
article.contentsWrap div.contents div.row div.tblMg {
  margin: 10px 0 0 0;
}
article.contentsWrap div.contents div.row figure.imgMg {
  margin: 20px 0 0 0;
  text-align: center;
}
article.contentsWrap div.contents div.row table th {
  font-weight: 600;
}
article.contentsWrap div.contents div.row table td > ol, article.contentsWrap div.contents div.row table td > ul {
  margin: 0;
}
article.contentsWrap div.contents div.row table.tblDefault th {
  font-size: 15px;
}
article.contentsWrap div.contents div.row div.btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
article.contentsWrap div.contents.about ul.definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-items: center;
  width: 100%;
  padding: 0 25px;
  margin: 40px auto;
}
article.contentsWrap div.contents.about ul.definition > li {
  position: relative;
  width: 200px;
}
article.contentsWrap div.contents.about ul.definition > li div.circle {
  width: 130px;
  height: 130px;
  display: table-cell;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
}
article.contentsWrap div.contents.about ul.definition > li div.circle span {
  color: #fff;
  font-weight: 600;
}
article.contentsWrap div.contents.about ul.definition > li:nth-child(1):after {
  content: "";
  position: absolute;
  top: 49px;
  right: 17px;
  background: url("/_Resources/Front/images/ico/ico_plus_solid_dgray.svg") no-repeat center center;
  width: 36px;
  height: 36px;
}
article.contentsWrap div.contents.about ul.definition > li:nth-child(1) div.circle {
  background: -webkit-gradient(linear, left top, left bottom, from(#4d6888), to(#445f80));
  background: linear-gradient(to bottom, #4d6888, #445f80);
}
article.contentsWrap div.contents.about ul.definition > li:nth-child(2):after {
  content: "";
  position: absolute;
  top: 49px;
  right: 17px;
  background: url("/_Resources/Front/images/ico/ico_arrowRight_solid_dgray.svg") no-repeat center center;
  width: 36px;
  height: 36px;
}
article.contentsWrap div.contents.about ul.definition > li:nth-child(2) div.circle {
  background: -webkit-gradient(linear, left top, left bottom, from(#4d6888), to(#445f80));
  background: linear-gradient(to bottom, #4d6888, #445f80);
}
article.contentsWrap div.contents.about ul.definition > li:nth-child(3):after {
  content: "";
  position: absolute;
  top: 49px;
  right: 17px;
  background: url("/_Resources/Front/images/ico/ico_arrowRight_solid_dgray.svg") no-repeat center center;
  width: 36px;
  height: 36px;
}
article.contentsWrap div.contents.about ul.definition > li:nth-child(3) div.circle {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a82a4), to(#1665a1));
  background: linear-gradient(to bottom, #1a82a4, #1665a1);
}
article.contentsWrap div.contents.about ul.definition > li:nth-child(4) {
  width: 130px;
}
article.contentsWrap div.contents.about ul.definition > li:nth-child(4) div.circle {
  background: -webkit-gradient(linear, left top, left bottom, from(#274377), to(#2a2e8a));
  background: linear-gradient(to bottom, #274377, #2a2e8a);
  font-size: 17px;
}
article.contentsWrap div.contents.about table.tblAbout {
  width: 100%;
  margin: 20px 0 0 0;
  table-layout: fixed;
}
article.contentsWrap div.contents.about table.tblAbout th em, article.contentsWrap div.contents.about table.tblAbout td em {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}
article.contentsWrap div.contents.about table.tblAbout .num {
  display: inline-block;
  margin: 0 0 0 2px;
  font-size: 10px;
  line-height: 120%;
  vertical-align: top;
}
article.contentsWrap div.contents.about table.tblAbout thead {
  display: table-caption;
  padding: 0 0 38px 0;
  background: url("/_Resources/Front/2024/images/CreditBank/about_tbl_bg_1.png") no-repeat right bottom;
  background-size: 86%;
}
article.contentsWrap div.contents.about table.tblAbout thead th {
  width: 195px;
  height: 68px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  background: #09769a;
  color: #fff;
  text-align: center;
}
article.contentsWrap div.contents.about table.tblAbout thead th:first-child {
  background: #275477;
  border-left: none;
}
article.contentsWrap div.contents.about table.tblAbout thead th span {
  display: block;
  height: 50px;
  border: 2px solid #1a82a4;
  background: #fff;
  color: #1a82a4;
  line-height: 50px;
  text-align: center;
}
article.contentsWrap div.contents.about table.tblAbout tbody th {
  height: 56px;
  border: 5px solid #fff;
  color: #fff;
  text-align: center;
}
article.contentsWrap div.contents.about table.tblAbout tbody th:first-child {
  background: #275477;
  border-left: none;
}
article.contentsWrap div.contents.about table.tblAbout tbody th span.bdrBlock {
  display: block;
  height: 56px;
  border: 2px solid #275477;
  background: #fff;
  color: #275477;
  line-height: 54px;
  text-align: center;
}
article.contentsWrap div.contents.about table.tblAbout tbody th.bg {
  background: #567498;
}
article.contentsWrap div.contents.about table.tblAbout tbody td {
  padding: 10px;
  border: 5px solid #fff;
  background: #f5f5f5;
}
article.contentsWrap div.contents.about table.tblAbout tbody td:last-child {
  border-right: 0;
}
article.contentsWrap div.contents.about table.tblAbout tfoot th {
  padding: 40px 0 0 0;
  border-left: none;
  border-right: 5px solid #fff;
}
article.contentsWrap div.contents.about table.tblAbout tfoot th span {
  display: block;
  height: 60px;
  padding: 9px 0 0 0;
  background: #275477;
  color: #fff;
  text-align: center;
}
article.contentsWrap div.contents.about table.tblAbout tfoot td {
  padding: 40px 0 0 0;
  background: url("/_Resources/Images/CreditBank/about_tbl_bg_2.png") no-repeat center top;
}
article.contentsWrap div.contents.about table.tblAbout tfoot td span {
  display: block;
  height: 60px;
  padding: 9px 0 0 0;
  background: #09769a;
  color: #fff;
  line-height: 45px;
  text-align: center;
}
article.contentsWrap div.contents.accept ul.process {
  margin: 20px 0 0 0;
}
article.contentsWrap div.contents.accept ul.process > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 50px 0;
}
article.contentsWrap div.contents.accept ul.process > li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  min-height: 90px;
  margin: 0 16px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#274377), to(#2b2f7f));
  background: linear-gradient(to bottom, #274377, #2b2f7f);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
article.contentsWrap div.contents.accept ul.process > li div span {
  color: #fff;
  text-align: center;
}
article.contentsWrap div.contents.accept ul.process > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 136px);
  margin: 0;
}
article.contentsWrap div.contents.accept ul.process > li:before {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 44px;
  width: 30px;
  height: 30px;
  background: url("/_Resources/Front/images/ico/ico_arrowDown_solid_dgray.svg") no-repeat center center;
}
article.contentsWrap div.contents.accept ul.process > li:last-child::before {
  content: none;
}
article.contentsWrap div.contents.gain ul.decision_process_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0 0 20px;
  margin: 20px 0 0 0;
}
article.contentsWrap div.contents.gain ul.decision_process_ul > li {
  background: url("/_Resources/Front/images/ico/ico_arrowRight_solid_dgray.svg") no-repeat right;
  background-size: 40px;
}
article.contentsWrap div.contents.gain ul.decision_process_ul > li:first-child {
  padding: 0 80px 0 0;
  text-align: center;
}
article.contentsWrap div.contents.gain ul.decision_process_ul > li:first-child span {
  display: table-cell;
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#274377), to(#2b2f7f));
  background: linear-gradient(to bottom, #274377, #2b2f7f);
  border-radius: 50px;
  vertical-align: middle;
  color: #fff;
}
article.contentsWrap div.contents.gain ul.decision_process_ul > li:nth-child(2) {
  padding: 0 60px 0 30px;
}
article.contentsWrap div.contents.gain ul.decision_process_ul > li:nth-child(2) span {
  display: table-cell;
  width: 165px;
  height: 100px;
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
}
article.contentsWrap div.contents.gain ul.decision_process_ul > li:nth-child(3) {
  padding: 0 0 0 50px;
}
article.contentsWrap div.contents.gain ul.decision_process_ul > li:nth-child(3) dl {
  width: 275px;
}
article.contentsWrap div.contents.gain ul.decision_process_ul > li:nth-child(3) dl dt {
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#274377), to(#233d6d));
  background: linear-gradient(to bottom, #274377, #233d6d);
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 40px;
}
article.contentsWrap div.contents.gain ul.decision_process_ul > li:nth-child(3) dl dd {
  border: 1px solid #959fad;
  background: #edf2f7;
  text-align: center;
  font-size: 14px;
}
article.contentsWrap div.contents.gain ul.decision_process_ul > li:nth-child(3) dl dd span {
  display: inline-block;
  width: 24%;
  padding: 10px 0;
  border-right: 1px dashed #959fad;
}
article.contentsWrap div.contents.gain ul.decision_process_ul > li:nth-child(3) dl dd span:last-child {
  width: 23%;
  border-right: none;
}
article.contentsWrap div.contents.gain ul.subject_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 14px;
  border: 1px solid #cad2d8;
}
article.contentsWrap div.contents.gain ul.subject_ul li {
  min-width: 100px;
  padding: 4px 0;
  text-align: center;
}
article.contentsWrap div.contents.gain ul.subject_ul li span {
  display: inline-block;
  margin: 0 0 0 4px;
  font-size: 12px;
  line-height: 100%;
  vertical-align: text-top;
}
article.contentsWrap div.contents.attention ul.refuse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 20px 0;
}
article.contentsWrap div.contents.attention ul.refuse > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3333333333%;
  padding: 12px;
  border: 1px solid #cad2d8;
  text-align: center;
}
article.contentsWrap div.contents.attention ul.refuse > li:nth-child(1) span.itemTitle, article.contentsWrap div.contents.attention ul.refuse > li:nth-child(3) span.itemTitle {
  line-height: 45px;
}
article.contentsWrap div.contents.attention ul.refuse > li:nth-child(2) {
  margin: 0 20px;
}
article.contentsWrap div.contents.attention ul.refuse > li span.itemTitle {
  display: table-cell;
  width: 100%;
  height: 45px;
  font-weight: 600;
  vertical-align: middle;
}
article.contentsWrap div.contents.attention ul.refuse > li div.item {
  min-height: 90px;
  padding: 10px;
  margin: 10px 0 0 0;
  background: #f5f5f5;
}
article.contentsWrap div.contents.attention ul.refuse > li div.item.col1 {
  width: 100%;
  padding: 20px 10px;
}
article.contentsWrap div.contents.attention ul.refuse > li div.item.col2 {
  width: calc(50% - 10px);
  margin: 10px 5px 0 5px;
}
article.contentsWrap div.contents.attention div.semester_division {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 30px 0;
}
article.contentsWrap div.contents.attention div.semester_division dl {
  position: relative;
  width: calc(50% - 2px);
  border: 1px solid #8996a6;
  background: #edf2f7;
}
article.contentsWrap div.contents.attention div.semester_division dl dt {
  width: 100%;
  height: 40px;
  background: #274377;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
article.contentsWrap div.contents.attention div.semester_division dl dd {
  display: inline-block;
  width: calc(16.6666666667% - 3px);
  padding: 10px 0;
  border-right: 1px dashed #8996a6;
  background: #edf2f7;
  text-align: center;
  font-size: 14px;
}
article.contentsWrap div.contents.attention div.semester_division dl dd:last-child {
  border-right: 0;
}
article.contentsWrap div.contents.attention div.semester_division dl:nth-child(2) {
  background: #e7f3f3;
  margin-left: 2px;
  border: 1px solid #959fad;
}
article.contentsWrap div.contents.attention div.semester_division dl:nth-child(2) dt {
  background: #09769a;
}
article.contentsWrap div.contents.attention div.semester_division dl:nth-child(2) dd {
  border-right: 1px dashed #959fad;
}
article.contentsWrap div.contents.attention div.semester_division dl:nth-child(2) dd:last-child {
  border-right: 0;
}
article.contentsWrap div.contents.attention div.semester_division span.year {
  display: block;
  width: 475px;
  height: 42px;
  margin: 0 auto;
  border: 1px solid #999;
  border-bottom: none;
  text-align: center;
}
article.contentsWrap div.contents.attention div.semester_division span.year em {
  display: block;
  width: 80px;
  margin: -12px auto 0 auto;
  background: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
}
article.contentsWrap div.contents.attention ul.example {
  margin: 20px 0 0 0;
}
article.contentsWrap div.contents.attention ul.example > li {
  padding: 0 0 10px 0;
}
article.contentsWrap div.contents.attention ul.example > li:last-child {
  padding: 0;
}
article.contentsWrap div.contents.attention ul.example > li ul {
  margin: 0 0 0 69px;
}
article.contentsWrap div.contents.attention table.tblDefault td span.step {
  display: block;
  color: #244fbd;
  font-weight: 600;
}
article.contentsWrap div.contents.link table.tblDefault td p.contact {
  padding: 0 0 0 18px !important;
  margin: 3px 0 0 2px;
  background: url("/_Resources/Front/images/ico/ico_info_solid_gray.svg") no-repeat left 3px;
  background-size: 16px;
  font-size: 14px;
}