@charset "utf-8";

/* #header {
  box-shadow: -5px -1px 20px 3px #393939;
  z-index: 10;
} */
#tab_list {
  position: relative;
  padding: 50px 0;
  /* box-shadow: inset 0px 3px 3px 0 #5f5f5f; */
} /*원본background: #fcb138;*/
#tab_list .tab_list {
  position: relative;
  transform: none;
  margin: 0 auto;
  left: auto;
}
#tab_list .tab_list li {
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.09);
}

#sub {
  background: #fff;
  padding: 0 10px;
  margin-top: -30px;
}
#sub .container {
  max-width: 1400px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #c39a6d;
}
.title_wrap {
  /* border: 1px solid blue; */
  margin: 0 auto 4px;
  padding: 150px 40px 20px;
  max-width: 1400px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 4px solid #c39a6d;
}
.title_wrap .box {
  width: 30%;
}
.title_wrap .title_icon_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.title_wrap h2 {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
}
.title_wrap h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 6px;
  width: 410px;
  transform: translate(-50%, 0);
  background-color: #c39a6d;
}
.title_wrap .title_icon_box i {
  display: block;
  text-align: center;
  width: 90px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.title_wrap .title_icon_box .title_icon01 {
  background-image: url("../img/sub/icon/ico_sub01.png");
}
.title_wrap .title_icon_box .title_icon02 {
  background-image: url("../img/sub/icon/ico_sub02.png");
}
.title_wrap .title_icon_box .title_icon03 {
  background-image: url("../img/sub/icon/ico_sub03.png");
}
.title_wrap .title_icon_box .title_icon04 {
  background-image: url("../img/sub/icon/ico_sub04.png");
}
.title_wrap .title_icon_box .title_icon05 {
  background-image: url("../img/sub/icon/ico_sub05.png");
}
.title_wrap .title_icon_box .title_icon06 {
  background-image: url("../img/sub/icon/ico_sub06.png");
}
.title_wrap .title_icon_box .title_icon07 {
  background-image: url("../img/sub/icon/ico_sub07.png");
}
.title_wrap .title_icon_box .title_icon08 {
  background-image: url("../img/sub/icon/ico_sub08.png");
}
.title_wrap .title_icon_box .title_icon09 {
  background-image: url("../img/sub/icon/ico_sub09.png");
}
.title_wrap .title_icon_box .title_icon10 {
  background-image: url("../img/sub/icon/ico_sub10.png");
}
.title_wrap .title_icon_box .title_icon11 {
  background-image: url("../img/sub/icon/ico_sub11.png");
}
.title_wrap .title_icon_box .title_icon12 {
  background-image: url("../img/sub/icon/ico_sub12.png");
}
.title_wrap .title_icon_box .title_icon13 {
  background-image: url("../img/sub/icon/ico_sub13.png");
}
.title_wrap .title_icon_box .title_icon14 {
  background-image: url("../img/sub/icon/ico_sub14.png");
}
.title_wrap .title_icon_box .title_icon15 {
  background-image: url("../img/sub/icon/ico_sub15.png");
}
.title_wrap .line2 {
  font-size: 34px;
  transform: translateY(45%);
}

.fontSizeControl {
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  display: flex;
  justify-content: right;
  align-items: center;
  /* margin-bottom: 15px; */
  gap: 10px;
}
.sizeLevelBtn {
  padding: 10px;
  font-size: 1em;
}
.fontBtn {
  font-size: 1rem;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #000;
  box-sizing: border-box;
  outline: 0px;
  border-radius: 1.8em;
  /* margin: 0 10px; */
  cursor: pointer;
  transition: all 0.1s;
  text-align: center;
}
.plusBtn {
  background: #ffffff url("../img/common/icon/ico_plus.png") no-repeat center;
  background-size: 50%;
}
.minusBtn {
  background: #ffffff url("../img/common/icon/ico_minus.png") no-repeat center;
  background-size: 40%;
}
.fontBtn.plusBtn:hover {
  background: #ffffff url("../img/common/icon/ico_plus_white.png") no-repeat
    center;
  background-size: 50%;
  background-color: #000;
}
.fontBtn.minusBtn:hover {
  background: #ffffff url("../img/common/icon/ico_minus_white.png") no-repeat
    center;
  background-color: #000;
  background-size: 40%;
}
.fontSizeNomal {
  cursor: pointer;
}

/* common */
.fwb {
  font-weight: 500;
}
.fwb.w {
  padding: 2px 39px;
}
.fsi {
  font-style: italic;
}
.tac {
  text-align: center;
}
.label {
  color: #fff;
  display: inline-block;
  background: #000;
  padding: 8px 15px 5px;
  line-height: 1;
  border-radius: 15px;
  background: #4b7abd;
}
.ico {
  margin-right: 7px;
}
.ico_tit {
  margin-right: 7px;
}
.ico_after {
  vertical-align: top;
}
.red {
  color: #d73334;
}
.blue {
  color: #46b3df;
}
.tdu {
  text-decoration: underline;
}
.imgwrap {
  margin: auto;
}

/* 컨텐츠 */
.contents {
  background: #fff;
  overflow: hidden;
}
.contents .title {
  text-align: center;
  margin: 50px 0;
}
.contents .title h3 {
  font-size: 2.8em;
  color: #262626;
}
.contents .title h3 strong {
  display: block;
  font-weight: 300;
  font-size: 0.6em;
  margin-top: 10px;
}
.contents hr {
  border-style: dashed;
  color: #a3a3a3;
  width: 99%;
}
.column h4 {
  font-weight: 500;
  font-size: 1.6em;
}
.full > h4 {
  font-weight: 500;
  font-size: 1.6em;
  margin-bottom: 10px;
}
.half > h4 {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.one-third h4 {
  font-weight: 500;
  font-size: 1.2em;
}
.row.box {
  width: 80%;
  margin: 0 auto 30px;
  border: 1px solid #000;
  padding: 30px;
  box-shadow: 7px 7px 0px #57b5e6;
}
.row.boxg {
  width: 80%;
  margin: 0 auto 30px;
  border: 1px solid #4db847;
  padding: 30px;
  box-shadow: 7px 7px 0px #4db847;
}
.row.boxm {
  width: 80%;
  margin: 0 auto 30px;
  border: 1px solid #4ebe94;
  padding: 30px;
  box-shadow: 7px 7px 0px #4ebe94;
}

/* 0318 hh 추가 */
.contwrap.half {
  display: flex;
  gap: 60px;
}
.contwrap.half h4 {
  font-size: 1.6em;
}
.contwrap.half .text_box {
  margin: 10px 0 20px;
}
.contwrap.half .text_box p {
  text-align: justify;
  line-height: 1.8;
}
.contwrap.half .row.img_box {
  width: 100%;
}
.contwrap.half .row.img_box img {
  width: 100%;
}

/* 다음기사보기 */
.sub_common {
  padding: 15px;
  margin: 0 auto;
  max-width: 900px;
}
.sub_common .button_wrap {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
}
.sub_common .button_wrap button {
  text-align: center;
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
}

.sub_common .button_wrap button a {
  font-size: 22px;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 600;
}
.sub_common .button_wrap button.home_btn a {
  display: flex;
  justify-content: center;
}
.sub_common .button_wrap button.next_btn a {
  display: flex;
  justify-content: right;
}
.sub_common .button_wrap button:hover i {
  /* color: #f18020; */
  /* font-weight: 700; */
  opacity: 0.5;
}
.sub_common .button_wrap .home_btn i {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../img/common/icon/ico_home.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.sub_common .button_wrap .prev_btn i {
  display: block;
  width: 40px;
  height: 20px;
  background-image: url("../img/common/icon/ico_prev.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.sub_common .button_wrap .next_btn i {
  display: block;
  width: 40px;
  height: 20px;
  background-image: url("../img/common/icon/icon_next.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.sub_common .sub_sns_wrap {
  margin-top: 54px;
}
.sub_common .sub_sns_wrap li {
  display: flex;
  float: left;
  margin-right: 10px;
  box-sizing: border-box;
}
.sub_common .sub_sns_wrap li:last-child {
  margin-right: 0px;
}
.sub_common .sub_sns_wrap li a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.sub_common .sub_sns_wrap li a:hover {
  color: #004ea2;
}
.row .btn_link {
  display: inline-block;
  padding: 12px 70px 12px 70px;
  background: #003799;
  color: #fff;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 400;
  border-radius: 30px;
  word-break: keep-all;
  border: 2px solid #003799;
}
.row .btn_link.mini {
  padding: 5px 20px;
}
.row .btn_link.longtxt {
  padding: 12px 0px;
  width: 227px;
}
.row .btn_link::after {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: transparent url(../img/common/link_click.png) no-repeat
    center/contain;
  transform: rotate(-10deg);
  right: -0px;
  bottom: -20px;
}
.row .btn_link:hover {
  border: 2px solid #003799;
  background-color: #fff;
  color: #003799;
}
/* .row .btn_link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #003799;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: #003799;
}
.row .btn_link:hover:before,
.btn_link:focus:before,
.btn_link:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.row .btn_link:hover,
.row .btn_link:active,
.row .btn_link:focus {
  color: #fff;
} */

/* table */
.tableStyle {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
}
.tableStyle .tableCover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  transition: all 0.1s;
}
.tableStyle .tableCover p {
  /* width: 100%; */
  word-break: keep-all;
  color: white;
  box-sizing: border-box;
  padding: 9px;
  text-align: center;
  font-size: 0.95em;
  font-weight: 600;
}
.tableStyle table {
  width: 100%;
  min-width: 600px;
  margin-bottom: 10px;
}
.tableStyle table tr th,
.tableStyle table tr td {
  border: 1px solid black;
  padding: 8px 12px;
  font-size: 0.9em;
}
.tableStyle table thead th {
  /* background-color: #f05972; */
  color: #fff;
}
.tableStyle table tbody th {
  background-color: #f7c8d5;
}
.tableStyle table th {
  font-weight: 500;
}
.row p {
  font-size: 1.05em;
  line-height: 1.8;
}
.row a {
  color: #12aeed;
}
.row .small {
  font-size: 0.85em;
  display: block;
  display: inline-block;
  line-height: 1.5;
}
.row .small a {
  font-size: 0.85em;
}
.row a:hover,
.row a:active {
  color: #f50406;
}
.contents .row.noflex {
  display: inherit;
}
.row .caption {
  font-size: 1em;
  text-align: center;
  padding-top: 12px;
  line-height: 1.2;
}
.row > .caption {
  font-size: 1em;
  text-align: center;
  padding-top: 12px;
  line-height: 1.2;
}
.row .writer {
  text-align: right;
  font-size: 1em;
}
.row .table_tit {
  font-weight: 500;
  font-size: 1.6em;
}
.row .table_tit.bigger {
  font-weight: 500;
  font-size: 2.1em;
  text-align: center;
}
.round_tit {
  border-radius: 25px;
  padding: 5px 20px;
  font-size: 1.6em;
  color: #fff;
  background: #ddd;
  display: inline-block;
}
.column h4 .round_tit {
  border-radius: 25px;
  padding: 5px 20px;
  font-size: 1em;
  color: #fff;
  background: #ddd;
  display: inline-block;
}
.column h4 .table_tit {
  font-weight: 500;
  font-size: 1.2em;
}
.tableStyle table .gray_th {
  background: #c5cecd;
  color: #000;
}
.tableStyle table .kaki_th {
  background: #d1d3bb;
  color: #000;
}
.tableStyle table .blue_th {
  background: #005092;
  color: #fff;
}
.tableStyle table .purple_th {
  background: #665fa1;
  color: #fff;
}
.tableStyle table .blue10_th {
  background: #4b7abd;
  color: #fff;
}
.tableStyle table .cyan_th {
  background: #31bdb9;
  color: #fff;
}
.tableStyle table .pink_th {
  background: #f05972;
  color: #fff;
}
.tableStyle table .gray50_th {
  background: #425761;
  color: #fff;
}
.tableStyle table .orange_th {
  background: #f16a62;
}
.tableStyle table .gray {
  background: #e6e7e9;
}
.tableStyle table .pink {
  background: #f1dfe7;
  color: #000;
}
.tableStyle table .orange {
  background: #feeee9;
}
.tableStyle table .mint {
  background: #46bfa5;
}
.tableStyle table .red {
  color: red;
}

.profile h4 {
  margin-top: 20px;
}
.profile p {
  margin-top: 10px;
  line-height: 1.4;
}
.parlist ul::after {
  content: "";
  clear: both;
  display: block;
}
.parlist ul li {
  float: left;
  width: 16%;
  box-sizing: border-box;
  margin: 0 0.333333333333335% 10px;
  font-size: 0.9vw;
}
.parlist ul li .fwb {
  font-size: 1vw;
}
.parlist ul li:nth-child(9n) {
  margin-right: 0;
}

/* 생활정보 */
.info {
  padding: 50px 0 0;
}
.info .row h3 {
  font-size: 1.8em;
}
.info .row h4.box {
  font-size: 1.5em;
  display: block;
  color: #000;
  padding: 5px 25px;
  background: linear-gradient(-135deg, transparent 10px, #bce2d7 0);
  width: 60%;
}
.info .row h4.box.pink {
  background: linear-gradient(-135deg, transparent 10px, #fcd2cd 0);
}
.info .row h4.box.orange {
  background: linear-gradient(-135deg, transparent 10px, #fcd2b9 0);
}
.info .row h4.box.sky {
  background: linear-gradient(-135deg, transparent 10px, #c0daef 0);
}
.info .row h4.box.purple {
  background: linear-gradient(-135deg, transparent 10px, #c79dbd 0);
}
.info .row h4.box.blue {
  background: linear-gradient(-135deg, transparent 10px, #9bb5dd 0);
}
.info .row h4.box.coral {
  background: linear-gradient(-135deg, transparent 10px, #f2acb0 0);
}
.info .row h4.box.purple.w64 {
  width: 64%;
}

/* grid */
.contents .row {
  display: flex;
  justify-content: space-evenly;
}
.contents .row.mb0 {
  margin-bottom: 0;
}
.contents .row.txt.mb0 {
  margin-bottom: 0;
}
.contents .row.txt {
  display: block;
  margin-bottom: 20px;
}
.column.half {
  width: calc(50% - 60px);
}
.column.one-third {
  width: calc(34.3% - 60px);
}
.column.one4 {
  width: calc(26.5% - 60px);
}
.column.one5 {
  width: calc(20% - 20px);
}
.column.one5.mm {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  text-align: left;
}
.column.one4.mm {
  border-bottom: 1px solid #b3b5b8;
  padding-bottom: 10px;
  text-align: left;
}

.contwrap::after,
.row::after {
  clear: both;
}
.row {
  margin-bottom: 30px;
}
.contwrap {
  margin-bottom: 40px;
}

.nanum strong {
  font-size: 28px;
}
.nanum strong .small {
  font-size: 20px;
}
.nanum .txt {
  text-align: center;
  line-height: 1.2;
  margin: 20px 0;
  font-weight: 500;
  color: #939598;
}
.nanum .tit {
  font-size: 23px;
  line-height: 1.2;
  margin: 20px 0;
  font-weight: 600;
}
.nanum .tit span {
  text-align: right;
  display: block;
  font-size: 20px;
}
.nanum .q span {
  line-height: 1.4;
  display: inline-block;
}

/* 서브페이지 */
#sub .contents .container .title h4 {
  font-size: 1.6em;
  font-weight: 400;
  margin-top: 10px;
}
#sub .contents .container .title p {
  margin-top: 30px;
  line-height: 1.4;
}
#sub .contents .container .mb-0 {
  margin-bottom: 0;
}
#sub .contents .container .mb-5 {
  margin-bottom: 5px;
}
#sub .contents .container .mb-10 {
  margin-bottom: 10px;
}
#sub .contents .container .mb-20 {
  margin-bottom: 20px;
}
#sub .contents .container .mt-0 {
  margin-top: 0px;
}
#sub .contents .container .mt-15 {
  margin-top: 15px;
}
#sub .contents .container .mt-30 {
  margin-top: 30px;
}
#sub .contents .container .mt-50 {
  margin-top: 50px;
}
#sub .contents .container .mt-60 {
  margin-top: 60px;
}
#sub .contents .container .contwrap .row.aic {
  text-align: center;
}

/* img_text */
.row.img_text {
  display: flex;
  gap: 30px;
}
.row.img_text .img_box {
  width: 44%;
}
.row.img_text .text_box {
  width: 56%;
  text-align: left;
}
/* flex_box */
.flex_box {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.flex_box:first-child {
  margin-top: 0;
}
.flex_box .flex_img_box {
  width: 30%;
}
.flex_box .flex_img_box img {
  width: 100%;
}
.flex_box .flex_text_box {
  width: 70%;
}
.flex_box .flex_text_box h5 {
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 10px;
}
.flex_box3 {
  width: 100%;
}
.flex_box3 .flex_text_box {
  width: 50%;
  width: calc(50% - 15px);
}

/* 테이블스타일 */
.tableStyle table {
  line-height: 1.6;
}

.tableStyle table thead tr th {
  color: #000;
  /* background-color: #4b10d6; */
  border-left: 0;
  border-color: #223d7a;
}
.tableStyle table thead tr th:last-child {
  border-right: 0;
}
.tableStyle table tr td {
  border-left: 0;
  border-color: #223d7a;
  background-color: #fff;
}
.tableStyle table tr td span.small {
  margin-right: 5px;
  background-color: transparent;
  padding: 0;
}
.tableStyle table tr td:last-child {
  border-right: 0;
}
.tableStyle table tr td.table_bg_color {
  background-color: #fffae5;
}
/* 테이블 orange */
.tableStyle.orange table thead tr th {
  background-color: #fdeddd;
  border-color: #f7be96;
}

.tableStyle.orange table tr td {
  border-color: #f7be96;
}
.tableStyle.orange table .body_title {
  background-color: #fdeec4;
  border-color: #d3a698;
  border-left: none;
}
.tableStyle.orange table tr td.r_line {
  border-right: 1px solid #d3a698;
}
/* 테이블 blue */
.tableStyle.blue table thead tr th {
  background-color: #d8e2eb;
  border-color: #a8c0d4;
}

.tableStyle.blue table tr td {
  border-color: #a8c0d4;
  color: #000;
}

/* 테이블 pink */
.tableStyle.pink table thead tr th,
.tableStyle.pink table tbody tr th {
  background-color: #f1dfe7;
  border-color: #be4d83;
  color: #000;
  border-left: 0;
}
.tableStyle.pink table tbody tr .body_title {
  background-color: #be4d83;
}
.tableStyle.pink table tr td {
  border-color: #be4d83;
}
/* 테이블 purple */
.tableStyle.purple table thead tr th {
  background-color: #ece2f0;
  border-color: #a667a7;
  color: #000;
}
.tableStyle.purple table tbody tr .body_title {
  background-color: #ece2f0;
}
.tableStyle.purple table tr td {
  border-color: #a667a7;
}
/* 테이블 green */
.tableStyle.green table thead tr th {
  background-color: #f1f6e6;
  border-color: #78a45b;
  color: #000;
}
.tableStyle.green table tbody tr .body_title {
  background-color: #f1f6e6;
}
.tableStyle.green table tr td {
  border-color: #78a45b;
}
/* 테이블 brown */
.tableStyle.brown table thead tr th {
  background-color: #eadfd8;
  border-color: #9a6350;
  color: #000;
}
.tableStyle.brown table tbody tr .body_title {
  background-color: #eadfd8;
}
.tableStyle.brown table tr td {
  border-color: #9a6350;
}

/* sub_01 */

.sub_01 .contents .container .contwrap .row .column h3.table_tit {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #223d7a;
}
.sub_01 .contents .container .contwrap .row .column h3.table_tit span {
  border: 2px solid #223d7a;
  padding: 10px 20px;
  border-radius: 100px;
}
.sub_01 .contents .container .contwrap .row .column h3.table_tit span img {
  margin-right: 10px;
  margin-top: -5px;
}
.sub_01 .contents .container .contwrap .row .column h5 {
  margin-top: 20px;
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: 400;
}
.sub_01 .contents .container .contwrap .row .column p .bg_color {
  background-color: #faf59b;
  font-weight: 500;
}
.sub_01 .contents .container .contwrap .row .column .box.icon {
  margin-left: 50px;
  position: relative;
}
.sub_01 .contents .container .contwrap .row .column .box.icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sub_01 .contents .container .contwrap .row .column .box.icon01::after {
  background-image: url("../img/sub/sub_01/icon01.png");
}
.sub_01 .contents .container .contwrap .row .column .box.icon02::after {
  background-image: url("../img/sub/sub_01/icon02.png");
}
.sub_01 .contents .container .contwrap .row .column .box.icon03::after {
  background-image: url("../img/sub/sub_01/icon03.png");
}
.sub_01 .contents .container .contwrap .row .column .box.icon04::after {
  background-image: url("../img/sub/sub_01/icon04.png");
}
/* sub_01  테이블스타일 */
.tableStyle table tr td span {
  background-color: #81c4ad;
  color: #000;
  border-radius: 100%;
  padding: 3px 10px 3px 8px;
  font-size: 0.9em;
}

/* part2 */

.sub_01 .contents .container .part2 .contwrap .row .column h3.table_tit {
  border-bottom: 2px solid #bd486c;
}
.sub_01 .contents .container .part2 .contwrap .row .column h3.table_tit span {
  border: 2px solid #bd486c;
}

.sub_01 .contents .container .part2 .contwrap .row .column h5 {
  color: #bd486c;
}

.sub_01 .contents .container .part2 .contwrap .row .column .box.blue {
  color: #bd486c;
}

/* sub_01 part2 table 테이블스타일 */
.sub_01 .part2 .tableStyle table thead tr th {
  background-color: #f2d1d5;
  border-color: #dfb2b7;
}

.sub_01 .part2 .tableStyle table tr td {
  border-color: #dfb2b7;
}
.sub_01 .part2 .tableStyle table tr td.r_line {
  border-right: 1px solid #dfb2b7;
  border-right-color: #dfb2b7;
}
/* part3 */

.sub_01 .contents .container .part3 .contwrap .row .column h3.table_tit {
  border-bottom: 2px solid #9f6559;
}
.sub_01 .contents .container .part3 .contwrap .row .column h3.table_tit span {
  border: 2px solid #9f6559;
}

.sub_01 .contents .container .part3 .contwrap .row .column h5 {
  color: #9f6559;
}

.sub_01 .contents .container .part3 .contwrap .row .column .box.blue {
  color: #9f6559;
}

/* sub_01 part3 table 테이블스타일 */
.sub_01 .part3 .tableStyle table thead tr th {
  background-color: #edd9ce;
  border-color: #d8b9a8;
}

.sub_01 .part3 .tableStyle table tr td {
  border-color: #d8b9a8;
}
/* .sub_01 .part3 .tableStyle table tr td.r_line {
  border-right: 1px solid #dfb2b7;
  border-right-color: #dfb2b7;
} */
.sub_01 .contents .container .info2 {
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.sub_01 .contents .container .info2 .address {
  position: relative;
  margin-left: 25px;
}
.sub_01 .contents .container .info2 .address::before {
  content: "";
  background: url(../img/sub/sub_04/icon01.png);
  width: 20px;
  height: 25px;
  position: absolute;
  left: -25px;
  top: 5px;
  background-repeat: no-repeat;
}
.sub_01 .contents .container .info2 .phone {
  position: relative;
  margin-left: 25px;
}
.sub_01 .contents .container .info2 .phone::before {
  content: "";
  background: url(../img/sub/sub_04/icon02.png);
  width: 20px;
  height: 25px;
  position: absolute;
  left: -25px;
  top: 6px;
  background-repeat: no-repeat;
}

/* 0317 hh 추가 */
.sub_01 .contents .container .row .column.text_box2 {
  position: relative;
  padding: 30px 20px 20px;
  background-color: #fef8f8;
  border-radius: 0px 20px 0px 20px;
  border: 1px solid #dc527f;
  width: 100%;
}
.sub_01 .contents .container .item-area {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.sub_01 .contents .container .text_box2::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 80px;
  top: 20px;
  right: 10px;
  background-image: url("../img/sub/sub_01/item02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.sub_01 .contents .container .item-area .student-box {
  /* display: flex;
  align-items: center;
  width: calc(100% / 2); */
  width: 100%;
  line-height: 1.2;
}
.sub_01 .contents .container .item-area .student-box .student-txt {
  display: inline-block;
  line-height: 1.8;
  text-align: justify;
  width: 50%;
}
.sub_01 .contents .container .item-area .student-box2 {
  display: flex;
  gap: 20px;
  align-items: center;
}
.sub_01 .contents .container .item-area .student-box2 .student-img {
  width: calc((100% - 20px) - 70%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sub_01 .contents .container .item-area .student-box2 .student-img img {
  margin: 0 auto 10px;
  width: 90%;
}
.sub_01
  .contents
  .container
  .item-area
  .student-box2
  .student-img
  .student-id
  p {
  font-size: 0.8em;
  text-align: center;
  line-height: 1.2;
}
.sub_01
  .contents
  .container
  .item-area
  .student-box2
  .student-img
  .student-id
  p.name {
  font-weight: 600;
  font-size: 1.2em;
}
.sub_01 .contents .container .item-area .student-box2 .student-txt {
  width: calc((100% - 10px) - 30%);
}
.sub_01 .contents .container .item-area .student-box2 .student-txt .ment {
  color: #3caa85;
  font-weight: 400;
  font-size: 1.2em;
}
.sub_01 .contents .container .item-area .student-box2 .student-txt .qustion {
  position: relative;
  padding-left: 30px;
  color: #3caa85;
  font-weight: 400;
}
.sub_01 .contents .container .borderbox {
  padding: 20px;
  /* background-color: #fefbe7; */
  background: linear-gradient(to bottom, #fff, #fefbe7);
}
.sub_01 .contents .container .borderbox .text_box {
  width: 65%;
}
.sub_01 .contents .container .borderbox .img_box {
  /* border: 1px solid red; */
  width: 35%;
}
.sub_01 .contents .container .borderbox .bgspan {
  background-color: #3caa85;
  border-radius: 50%;
  padding: 3px 10px 3px 8px;
  color: #fff;
  font-size: 0.9em;
}
.sub_01 .contwrap.half .column.half .row.img_box.one {
  margin: 0 auto;
  width: 70%;
}
/* sub_02 */
.sub_02 .contents .container .part1 .contwrap .row {
  gap: 50px;
}
.sub_02 .contents .container .part1 .contwrap .row .column {
  text-align: left;
}
.sub_02 .contents .container .part1 .contwrap .row.box {
  border: 1px solid #ba4356;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
}
.sub_02 .contents .container .part1 .contwrap .row h5 {
  font-size: 1.1em;
  text-align: left;
  margin: 20px 0 10px;
}
.sub_02 .contents .container .part1 .contwrap .row.box h5 span {
  margin: 0 auto;
  background-color: #cd7273;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 5px 0;
  margin-bottom: 20px;
}
.sub_02 .contents .container .contwrap .point {
  background-color: #3b6a98;
  color: #fff;
  padding: 3px 12px 4px 10px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.9em;
}
.sub_02 .contents .container .contwrap .row.txt .column .box.icon {
  position: relative;
}
.sub_02 .contents .container .contwrap .row.txt .column .box.icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 33%;
  width: 60px;
  height: 60px;
  background-image: url("../img/sub/sub_02/icon02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
/* 0318 hh 추가 */
.sub_02 .contents .container .contwrap .border-box {
  width: 100%;
  border: 1px solid #e48680;
  border-radius: 20px;
  padding: 30px 40px;
}
.sub_02 .contents .container .contwrap .border-box .table_tit {
  position: relative;
  margin-left: 120px;
}
.sub_02 .contents .container .contwrap .border-box .table_tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  width: 110px;
  height: 60px;
  background-image: url("../img/sub/sub_02/icon01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/* sub_03 */
/* .sub_03 .contents .container .column h4 {
  font-size: 1.6em;
  color: #fff;
  background-color: #479a78;
  border-radius: 100px;
  padding: 5px 30px;
  margin-top: 30px;
} */
.sub_03 .contents .container .column h5 {
  font-size: 1.1em;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 100px;
  font-weight: 600;
}
.sub_03 .contents .container .column h5.column_title {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  border-radius: 0px;
  text-align: left;
  color: #ed768f;
}
.sub_03 .contents .container .column h5.column_title span {
  font-size: 1.5em;
}
.sub_03 .contents .container .column h5.column_title2 {
  padding: 5px 15px;
  color: #fff;
  border-radius: 20px;
  background-color: #99354e;
}
.sub_03 .contents .row .column .rt {
  padding: 3px 7px;
  border-radius: 50%;
  background-color: #000;
  font-size: 0.7em;
  font-weight: 600;
  color: #fff;
  vertical-align: text-bottom;
}
.sub_03 .contents .row .column .point {
  margin-right: 4px;
  padding: 2px 15px;
  background-color: #f7e1e0;
  color: #ed7e98;
  font-weight: 400;
  border-radius: 30px;
}
.sub_03 .contents .row .column .point2 {
  margin-right: 4px;
  padding: 2px 8px;
  background-color: #fff;
  color: #9a634f;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #9a634f;
}
.sub_03 .contents .container .part1 {
  padding: 40px;
  background-color: #fef1f1;
  /* background-image: url("../img/sub/sub_03/icon01.png"); */
  background-repeat: no-repeat;
  background-position: 80px 85%;
  background-size: 500px;
}
.sub_03 .contents .container .part1 h4 {
  margin-bottom: 30px;
  color: #ed768f;
  font-size: 2em;
}
.sub_03 .contents .container .contwrap .text_color {
  color: #ce3e49;
}
.sub_03 .contents .container .part1 .contwrap .row {
  gap: 30px;
}
.sub_03 .contents .container .part1 .contwrap .row .column .row {
  text-align: left;
}
.sub_03 .contents .container .part1 .contwrap .row .column .row.noflex .column {
  width: 100%;
}
.sub_03 .contents .container .part1 .contwrap .row .column .row .column.full {
  width: 100%;
}
.sub_03 .contents .container .part1 .contwrap .row .column .column_box_wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 30px;
  /* background-color: #fff; */
  border-radius: 20px;
  padding: 10px;
}
.sub_03
  .contents
  .container
  .part1
  .contwrap
  .row
  .column
  .column_box_wrap
  .column_box {
  /* border: 1px solid #999; */
  border-radius: 20px;
  overflow: hidden;
  width: 30%;
}
.sub_03
  .contents
  .container
  .part1
  .contwrap
  .row
  .column
  .column_box_wrap
  .column_box.column_box2 {
  width: 20%;
}
.sub_03
  .contents
  .container
  .part1
  .contwrap
  .row
  .column
  .column_box_wrap
  .column_box.column_box3 {
  width: 40%;
}
.sub_03
  .contents
  .container
  .part1
  .contwrap
  .row
  .column
  .column_box_wrap
  .column_box.full {
  width: 100%;
}
.sub_03
  .contents
  .container
  .part1
  .contwrap
  .row
  .column
  .column_box_wrap
  .column_box.style_none {
  border: none;
  background-color: transparent;
  font-size: 0.9em;
  text-align: left;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sub_03
  .contents
  .container
  .part1
  .contwrap
  .row
  .column
  .column_box_wrap
  .column_box
  .text_big {
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1;
}
.sub_03
  .contents
  .container
  .part1
  .contwrap
  .row
  .column
  .column_box_wrap
  .column_box
  .column_box_title {
  background-color: #deb0a4;
}

.sub_03
  .contents
  .container
  .part1
  .contwrap
  .row
  .column
  .column_box_wrap
  .column_box
  .column_box_content
  .big {
  font-size: 1.4em;
  color: #f39572;
  font-weight: 500;
}

.sub_03
  .contents
  .container
  .part1
  .contwrap
  .row
  .column
  .column_box_wrap
  .column_box
  .column_box_content
  p {
  font-size: 0.8em;
  line-height: 1.4;
  margin-top: 5px;
}
.sub_03
  .contents
  .container
  .part1
  .contwrap
  .row
  .column
  .column_box_wrap
  .column_box
  .column_box_content
  p
  .box_text {
  background-color: #395f98;
  color: #fff;
  padding: 2px 8px;
  font-size: 1.4em;
}
.sub_03
  .contents
  .container
  .part1
  .contwrap
  .row
  .column
  .column_box_wrap
  .column_box
  .column_box_content
  p
  .box_text:nth-child(2) {
  margin-left: 10px;
}
/* cartoon arae */
.sub_03 .cartoon-area {
  padding: 30px;
  display: flex;
  column-gap: 30px;
  row-gap: 50px;
  flex-wrap: wrap;
}
.sub_03 .cartoon-area .cartoon-box {
  padding: 30px;
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
}
.sub_03 .cartoon-area .cartoon-box .cartoon-img {
  text-align: center;
  max-height: 307px;
}
.cartoon-area .cartoon-box .cartoon-txt {
  margin-top: 30px;
}
.sub_03 .cartoon-area .cartoon-box .cartoon-txt .cartoon-name {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 1.1em;
}
.sub_03 .cartoon-area .cartoon-box .cartoon-txt .cartoon-info {
  text-align: justify;
}

/* hh 추가 */
.sub_03 .name {
  margin-top: 20px;
  padding: 20px;
  text-align: justify;
  font-size: 1.02em;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.sub_03 .letter-box {
  margin-top: 30px;
  background-color: #fff;
  padding: 100px 20px;
}
.sub_03 .letter-box p {
  font-size: 1em;
  text-align: left;
}
.sub_03 .letter-box p .line {
  color: #d45267;
  text-decoration: underline;
}
.sub_03 .notice {
  margin: 20px 0 0;
  text-align: right;
  color: #3c6998;
  font-size: 0.9em;
}
.sub_03 .contents .container .part1_1 {
  background-color: #f5f0ec;
  padding: 20px 20px;
}
.sub_03 .part1_1 .row .table_tit.pill {
  color: #fff;
  font-size: 1.3em;
  background-color: #9a634f;
  display: inline-block;
  padding: 0 20px;
  border-radius: 30px;
}
.sub_03 .contents .container .part1_2 {
  margin-top: 30px;
  background-color: transparent;
}
.sub_03 .contents .container .part1_2 .contwrap h4 {
  color: #ba4356;
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 20px;
}
.sub_03 .contents .container .part1_2 .contwrap h4 .small {
  color: #000;
  font-size: 0.8em;
}
.sub_03 .contents .container .part1_2 .contwrap .row .column h5 {
  font-size: 1.1em;
  color: #ba4356;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}
.sub_03 .contents .container .part1 .contwrap .row .column .full .writer {
  margin-top: 20px;
}
.sub_03 .contents .container .part1_2 .contwrap .row .column:first-child {
  width: 100%;
  /* min-width: 300px; */
}
.sub_03 .contents .container .part1_2 .contwrap .row .column .wb {
  word-break: auto-phrase;
  margin-bottom: 20px;
}
.sub_03 .contents .container .name-box {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  border: 1px solid #a184b5;
  border-radius: 20px;
}
.sub_03 .contents .container .name-box .name-box-title {
  font-weight: 500;
  color: #a184b5;
}
.sub_03 .contents .container .name-box .name {
  font-size: 0.9em;
  text-align: justify;
  word-break: auto-phrase;
}
/* sub_03 part2 */
.sub_03 .contents .container .part2 .contwrap .row {
  gap: 50px;
}
.sub_03 .contents .container .part2 .contwrap .row.box {
  box-shadow: none;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
}
.sub_03 .contents .container .part2 .contwrap .row.box h5 {
  font-size: 1.1em;
  text-align: center;
}
.sub_03 .contents .container .part2 .contwrap .row.box h5 span {
  margin: 0 auto;
  background-color: #cd7273;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 5px 0;
  margin-bottom: 20px;
}
.sub_03 .contents .container .part2 .contwrap .row p .small.point {
  background-color: #ba4356;
  color: #fff;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 5px;
}
.sub_03 .contents .container .part2 {
  position: relative;
  margin-top: 50px;
  padding: 40px;
  /* border: 1px solid #a184b5; */
  border-radius: 20px;
  background-color: #f6f1f8;
}
.sub_03 .contents .container .part2 .title {
  position: absolute;
  top: -5%;
  left: 50%;
  margin: 0;
  display: inline-block;
  padding: 4px 20px;
  font-size: 1.6em;
  transform: translate(-50%, 0);
  border-radius: 5px;
  background-color: #a184b5;
  color: #fff;
  font-weight: 400;
}
.sub_03 .contents .container .part2 .mini-title {
  font-weight: 500;
  font-size: 1.2em;
  text-align: center;
}
.sub_03 .contents .container .part2 .mini-title span {
  color: #a184b5;
}
.sub_03 .contents .container .part2 .border-box {
  display: flex;
  gap: 60px;
}
.sub_03 .contents .container .part2 .border-box .first-item {
  width: 65%;
}
.sub_03 .contents .container .part2 .border-box .seconde-item {
  width: 35%;
}
.sub_03 .contents .container .part2 .sns_area {
  background-color: transparent;
}
.sub_03 .contents .container .part2 .sns_area ul {
  margin-top: 0;
  flex-wrap: wrap;
}
.sub_03 .contents .container .part2_1 {
  background-color: #fff9f2;
  padding: 20px;
}
.sub_03 .contents .container .part2_1 .contwrap {
  border: 5px double #ba4356;
  padding: 30px 30px 0;
}
.sub_03 .contents .container .part2_2 {
  margin-top: 50px;
}
/* .sub_03 .contents .container .part1_2 .contwrap .row .column h5 {
  font-size: 1.1em;
} */
.sub_03 .contents .container .part2_2 .contwrap h4 {
  color: #ba4356;
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 20px;
}
.sub_03 .contents .container .part2_2 .contwrap h4 .small {
  color: #000;
  font-size: 0.8em;
}
.sub_03 .contents .container .part2_2 .contwrap .row .column h5 {
  font-size: 1.1em;
  color: #ba4356;
  margin-bottom: 10px;
}
.sub_03 .contents .container .part2 .contwrap .row .column .full .writer {
  margin-top: 20px;
}
.sub_03 .contents .container .part2_2 .contwrap .row .column:first-child {
  width: 100%;
  /* min-width: 300px; */
}
.sub_03 .contents .container .part2_2 .contwrap .row .column .wb {
  word-break: auto-phrase;
  margin-bottom: 20px;
}
.sub_03 .contents .container .contwrap .row .column .row.imgwrap .half {
  display: flex;
  justify-content: center;
}

/* sub_04 */
.sub_04 .contents .container .contwrap .title-icon {
  display: inline-block;
  width: 90px;
  height: 70px;
  background-image: url("../img/sub/sub_04/icon04.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.sub_04 .tableStyle table tr td span.small {
  background-color: #009284;
  color: #fff;
}
.sub_04 .contents .container .title h3.blue {
  color: #5188a7;
}
.sub_04 .contents .container .title .info {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.sub_04 .contents .container .contwrap .row .flex_wrap {
  /* border: 1px solid red; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.sub_04 .contents .container .contwrap .row .flex_wrap .flex_box {
  width: calc((100% - 20px) / 2);
  border: 1px solid #5288a7;
  padding: 20px;
  background-color: #f5f9fc;
}
.sub_04 .contents .container .contwrap .row .flex_wrap .flex_box .img_box {
  width: 350px;
}
.sub_04 .contents .container .contwrap .row .flex_wrap .flex_box3 .img_box {
  width: 450px;
}

.sub_04 .contents .row.txt {
  /* margin-bottom: 0 !important; */
}
.sub_04 .contents .container .contwrap .row .flex_wrap .flex_box .img_box img {
  /* width: 20%; */
  /* height: auto; */
}
.sub_04 .contents .container .contwrap .row .flex_wrap .flex_box h5 {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.sub_04 .contents .container .contwrap .row .flex_wrap .flex_box.flex_box2 {
  display: flex;
  gap: 20px;
}
/* hh 추가 */
.sub_04 .contents .container .contwrap .row .bg-box {
  width: 80%;
  padding: 20px 40px;
  background-color: #f3f3f3;
  margin: 0 auto;
}
.sub_04 .contents .container .row.bg-box2 {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  flex-direction: column;
  background-color: #dcebe8;
}
.sub_04 .contents .container .row.bg-box2 .bg-box-header {
  padding: 20px 40px 0;
  display: flex;
  gap: 50px;
  align-items: center;
}
.sub_04 .contents .container .row.bg-box2 .bg-box-cont {
  margin-top: 40px;
  padding: 20px;
  background-color: #fff;
}
.sub_04 .contents .container .row.bg-box2 .bg-box-cont .bg-box-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.sub_04
  .contents
  .container
  .row.bg-box2
  .bg-box-cont
  .bg-box-top
  .bg-box-title {
  font-size: 1.8em;
}
.sub_04 .contents .container .row.bg-box2 .bg-box-cont .bg-box-top .bg-box-img {
  margin-bottom: 20px;
}
.sub_04 .contents .container .row.bg-box2 .bg-box-cont .bg-box-bottom {
  padding-top: 20px;
  display: flex;
  gap: 30px;
}
.sub_04
  .contents
  .container
  .row.bg-box2
  .bg-box-cont
  .bg-box-bottom
  .bg-box-txt
  .bg-box-name {
  font-size: 1.1em;
}
.sub_04
  .contents
  .container
  .row.bg-box2
  .bg-box-cont
  .bg-box-bottom
  .bg-box-txt
  .bg-box-name
  b {
  font-size: 1.25em;
}
.sub_04
  .contents
  .container
  .row.bg-box2
  .bg-box-cont
  .bg-box-bottom
  .bg-box-txt
  p
  span {
  color: #009284;
}
.sub_04 .contents .container .row.bg-box2 .bg-box-button {
  text-align: center;
  margin-top: 40px;
}
/* sub_05 */
.sub_05 .contents .container .contwrap.bg-wrap {
  background-image: url("../img/sub/sub_05/icon11.png");
  background-repeat: no-repeat;
  background-position: 100% 70%;
  background-size: 130px;
}
.sub_05 .contents .container .contwrap.bg-wrap .row.txt:nth-child(2) {
  margin-bottom: 80px;
}
.sub_05 .contents .container .contwrap .row .column p span.text_back_color {
  background-color: #b77555;
  color: #fff;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 0.95em;
}
.sub_05 .contents .container .contwrap .row .column.icon {
  display: flex;
  align-items: baseline;
  line-height: normal;
  margin-bottom: 40px;
}
.sub_05 .contents .container .contwrap .row .column.icon i.icon01 {
  width: 70px;
  height: 50px;
  background-image: url("../img/sub/sub_05/icon01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.sub_05 .contents .container .contwrap .row .column i.icon02 {
  display: block;
  width: 150px;
  height: 50px;
  background-image: url("../img/sub/sub_05/icon02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.sub_05 .contents .container .info2 {
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.sub_05 .contents .container .info2 .address {
  position: relative;
  margin-left: 25px;
}
.sub_05 .contents .container .info2 .address::before {
  content: "";
  background: url(../img/sub/sub_05/address.png);
  width: 20px;
  height: 25px;
  position: absolute;
  left: -25px;
  top: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sub_05 .contents .container .info2 .phone {
  position: relative;
  margin-left: 25px;
}
.sub_05 .contents .container .info2 .phone::before {
  content: "";
  background: url(../img/sub/sub_05/phone.png);
  width: 20px;
  height: 25px;
  position: absolute;
  left: -25px;
  top: 6px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sub_05 .contents .container .column .icon {
  vertical-align: baseline;
}
.sub_05 .contents .container .rt {
  padding: 3px 7px;
  border-radius: 50%;
  background-color: #000;
  font-size: 0.7em;
  font-weight: 600;
  color: #fff;
  vertical-align: text-bottom;
}
.sub_05 .contents .contwrap .column .img-box.tac {
  margin: 30px 0;
}
.sub_05 .contents .contwrap .row-box {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.sub_05 .contents .contwrap .row-box .row-inner-box {
  width: calc((100% - 60px) / 2);
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.sub_05 .contents .contwrap .row-box .row-inner-box.row-inner-box-table {
  display: unset;
}
.sub_05
  .contents
  .contwrap
  .row-box
  .row-inner-box.row-inner-box-table
  .row-inner-txt {
  width: 100%;
}
.sub_05 .contents .contwrap .row-box .row-inner-box .small {
  font-size: 0.85em;
  display: block;
  display: inline-block;
  line-height: 1.5;
}
.sub_05 .contents .contwrap .row-box .row-inner-box h4 {
  font-size: 1.4em;
}
.sub_05 .contents .contwrap .row-box .row-inner-box h4 .icon {
  vertical-align: baseline;
}
.sub_05 .contents .contwrap .row-box .row-inner-box h4 .point {
  padding: 4px 10px;
  border-radius: 30px;
  background-color: #fce3d2;
  color: #333;
  font-size: 0.65em;
  font-weight: 400;
}
.sub_05 .contents .contwrap .row-box .row-inner-box .row-inner-txt {
  width: calc(100% - 30%);
}
.sub_05 .contents .contwrap .row-box .row-inner-box .row-inner-txt p {
  margin-top: 30px;
  line-height: 1.8;
}
.sub_05 .contents .contwrap .row-box .row-inner-box .row-inner-img {
  width: calc(100% - 70%);
}
.sub_05 .contents .contwrap .row-box .row-inner-box .row-inner-img img {
  width: 100%;
}
.sub_05 .contents .contwrap .tableStyle th {
  background-color: #edd9ce;
}
.sub_05 .contents .contwrap .tableStyle th,
.sub_05 .contents .contwrap .tableStyle td {
  border: 1px solid #bf9588;
}
.sub_05
  .contents
  .contwrap
  .row-box
  .row-inner-box.row-inner-box-table
  table
  tbody
  td {
  border: 1px solid #f0844b;
}
.sub_05
  .contents
  .contwrap
  .row-box
  .row-inner-box.row-inner-box-table
  table
  thead
  th {
  background-color: #fce3d2;
  border: 1px solid #f0844b;
}

/* sub_06 */
.sub_06 .contents .container .contwrap .row .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub_06 .contents .container .contwrap .row .flex .box {
  width: 50%;
  padding: 10px;
}
.sub_06 .contents .container .contwrap .row .column h4.border {
  position: relative;
}
.sub_06 .contents .container .contwrap .row .column h4.border::after {
  content: "";
  background-image: url(../img/sub/sub_06/icon01.png);
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -7px;
  left: 0;
  background-repeat: repeat-x;
  background-size: contain;
}
.sub_06 .contents .container .contwrap .row .column p span.text_back_color {
  background-color: #eb6586;
  color: #fff;
  padding: 2px 8.5px 2px 7px;
  border-radius: 100%;
  font-size: 0.9em;
}
/* hh 추가 */
.sub_06 .contents .container .contwrap .row.wd600 {
  margin: 0 auto 30px;
  width: 80%;
  text-align: center;
}
.sub_06 .contents .container .contwrap .row.round-box {
  width: 70%;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #f8bcca;
}
.sub_06 .contents .container .contwrap .row.img-column {
  padding: 0 40px;
  gap: 30px;
  justify-content: space-between;
}
.sub_06 .contents .container .contwrap .row .bgtxt {
  background-color: #fce6ea;
  padding: 3px 5px;
  color: #666;
}

/* sub_07 */
.sub_07 .contents .container .contwrap .row .column .border-l {
  border-left: 3px solid #46a7d4;
  padding-left: 20px;
}
.sub_07 .contents .container .contwrap.recruit h5 {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 20px;
}
.sub_07 .contents .container .contwrap .border-box {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f5f5f5;
}
.sub_07 .contents .container .contwrap .border-box p {
  line-height: 1.8;
}
.sub_07 .contents .container .contwrap .border-box .box-title {
  font-size: 1.2em;
  font-weight: 400;
  color: #1cac9f;
  /* margin-bottom: 20px; */
}
.sub_07 .contents .container .contwrap .border-box .small {
  font-size: 0.8em;
  /* margin-top: 30px; */
}

/* sub_08 */

.sub_08 .contents .container .contwrap .row.tac .column .column_box {
  background-color: #eef2fa;
  padding: 10px;
}
.sub_08 .contents .container .contwrap .row.tac .column .column_box p {
  line-height: 1.4;
}
.sub_08 .card_area {
  display: flex;
  gap: 30px;
}
.sub_08 .card_area .card_box {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 4);
  border: 1px solid #a666a7;
  border-radius: 15px;
}
.sub_08 .card_area .card_box .card_title p {
  padding: 3px 0;
  text-align: center;
  color: #a666a7;
  font-weight: 500;
}
.sub_08 .card_area .card_box .card_info p {
  padding: 5px 0;
  text-align: center;
}
.sub_08 .card_area.icon_card {
  /* border: 1px solid red; */
}
.sub_08 .card_area.icon_card .card_box {
  position: relative;
  padding: 20px 0 0;
  background-color: #bf94c2;
  border: 0;
  width: calc((100% - 60px) / 4);
  justify-content: space-between;
}
.sub_08 .card_area.icon_card .card_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20%;
  width: 30px;
  height: 30px;
  transform: translate(0%, -50%);
  background-image: url("../img/sub/sub_08/icon04.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.sub_08 .card_area.icon_card .card_box:last-child::after {
  display: none;
}
.sub_08 .card_area.icon_card .card_box .card_img {
  margin: 0 auto 10px;
  text-align: center;
}
.sub_08 .card_area.icon_card .card_box .card_img img {
  width: 30%;
}
.sub_08 .card_area.icon_card .card_box .card_info p {
  color: #fff;
}
.sub_08 .card_area.icon_card .card_box .card_title {
  background-color: #fff;
  border: 1px solid #bf94c2;
  border-radius: 0 0 15px 15px;
}
/* sub_09 */
.sub_09 .contents .container .contwrap.box {
  background-color: #f6f6f6;
  padding: 20px;
}
.sub_09 .contents .container .contwrap .point {
  /* font-weight: 500; */
  color: #0a9d7d;
}
/* sub_10 */
.sub_10 .contents .container .contwrap.box {
  border: 2px solid #5ba461;
  padding: 40px;
  border-radius: 50px;
  background-color: #fdfff7;
}
.sub_10 .contents .container .contwrap.box2 {
  border: 2px solid #5ba461;
  background-color: #fdfff7;
  /* background-color: #f1f6e6; */
  padding: 30px;
  border-radius: 50px;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
}
.sub_10 .contents .container .contwrap.box2 h5 {
  font-size: 1.1em;
  color: #5ba461;
}
.sub_10 .contents .container .contwrap.box2 span.small_title {
  background-color: #ffffff;
  padding: 15px 50px 15px 80px;
  border-radius: 100px;
  display: inline-block;
  /* margin-bottom: 10px; */
  position: relative;
}

/* media screen */
@media (max-width: 1400px) {
  #sub .container {
    padding: 0 15px;
  }
  .tab_list {
    max-width: fit-content;
    width: 100%;
  }
  .tab_list li {
    width: 14%;
  }
  .tab_list li a span {
    font-size: 16px;
  }
  .tab_list li.over_txt a span {
    font-size: 16px;
  }
  .sub_02 .contents .container .contwrap .row.txt .column .box.icon::after {
    right: 25%;
  }
}
@media (max-width: 1024px) {
  .title_wrap {
    padding: 150px 10px 20px;
  }
  .sub_03 .contents .container .part1 {
    background-size: 360px;
    background-position: 80px 100%;
  }
  .sub_03 .contents .container .part1 .contwrap .row {
    flex-direction: column;
  }
  .sub_03 .contents .container .part1 .contwrap .row .column {
    width: 100%;
  }
  /* 0317 hh 추가 */
  .sub_01 .contents .container .item-area {
    flex-direction: column;
  }
  .sub_01 .contents .container .item-area .student-box {
    display: flex;
    flex-direction: column;
  }
  .sub_01 .contents .container .item-area .student-box .student-txt {
    width: 100%;
  }
  .sub_01 .contents .container .text_box2::after {
    top: unset;
    bottom: 20px;
  }
  .sub_01 .contwrap.half {
    flex-direction: column;
  }
  .sub_01 .contwrap.half .column.half {
    width: 100%;
  }
  .sub_01 .contwrap.half .column.half .row.img_box {
    margin: 0 auto;
    width: 50% !important;
  }
  .sub_02 .contents .container .contwrap.half {
    flex-direction: column;
  }
  .sub_02 .contents .container .contwrap.half .column.half {
    width: 100%;
  }
  .sub_02 .contents .container .contwrap .border-box {
    flex-direction: column;
  }
  .sub_02 .contents .container .contwrap .row.txt .column .box.icon::after {
    left: 90%;
  }
  .sub_03 .contents .container .part1_1 .row2 {
    flex-direction: column;
  }
  .sub_03 .contents .container .part1_1 .column.half.first-item {
    width: 100%;
  }
  .sub_03 .contents .container .part1_1 .column.half.seconde-item {
    width: 100%;
  }
  .sub_03 .contents .container .part2 .title {
    width: 60%;
  }
  .sub_03 .contents .container .part1 {
    background-position: 50px 95%;
  }
  .sub_03 .contents .container .part1 .contwrap .row {
    gap: 0px;
  }
  .sub_03 .letter-box {
    margin-top: 0;
  }
  .sub_03 .cartoon-area .cartoon-box {
    width: calc((100% - 60px) / 2);
  }
  /* sub_05 */
  .sub_05 .contents .contwrap .row-box {
    gap: 0;
  }
  .sub_05 .contents .contwrap .row-box .row-inner-box {
    width: calc((100% - 20px) / 2);
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
  }
  .sub_05 .contents .contwrap .row-box .row-inner-box .row-inner-txt {
    width: 100%;
  }
  .sub_05 .contents .contwrap .row-box .row-inner-box .row-inner-img {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
  }
  .sub_05 .contents .contwrap .row-box.row-box-table {
    flex-direction: column;
    align-items: center;
    /* align-items: end; */
  }
  .sub_05 .contents .contwrap .row-box.row-box-table .row-inner-box {
    width: 65%;
  }
  .sub_05
    .contents
    .contwrap
    .row-box.row-box-table
    .row-inner-box.row-inner-box-table {
    width: 70%;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .sub_06 .contents .contwrap .tableStyle table {
    width: 100%;
    min-width: unset;
  }
  /* sub_08 */
  .sub_08 .card_area .card_box {
    width: calc((100% - 60px) / 3);
  }
}

@media (max-width: 768px) {
  /* #sub {
    padding-top: 100px;
  } */
  .tab_list li {
    padding: 10px;
    width: 13%;
    height: auto;
  }
  .tab_list li.over_txt {
    padding: 10px;
  }
  .tab_list li a {
    align-items: center;
    justify-content: center;
  }
  .tab_list li a i {
    display: none;
  }
  .tab_list li a span {
    display: block;
    font-size: 14px;
    word-break: keep-all;
  }
  .tab_list li.over_txt a span {
    font-size: 13px;
  }
  .contents .title {
    margin: 40px auto 20px;
  }
  .contwrap {
    padding-top: 20px;
  }
  .row.one4 {
    flex-wrap: wrap;
    gap: 30px;
  }
  /* .column.one4 {
    width: calc(50% - 60px);
  }
  .column.one5 {
    width: calc(50% - 60px);
  } */
  .contents .row {
    flex-direction: column;
    gap: 20px;
  }
  .column.half,
  .column.one-third,
  .column.one4,
  .column.one5 {
    width: 100%;
  }
  .column.one4.mm,
  .column.one5.mm {
    text-align: center;
  }
  .column.one4.mm,
  .column.one5.mm {
    text-align: center;
  }
  .btn_link {
    color: #fff;
    background: #004ea2;
  }
  .column.one-third {
    width: calc(34.3% - 25px);
  }
  .info .row h4.box {
    width: 100%;
  }
  .info .row h4.box.purple.w64 {
    width: 100%;
  }
  .ico_tit {
    margin-right: 0;
    display: block;
    margin: 0 auto 20px;
  }
  /* 서브페이지 */
  /* img_text */
  .row.img_text {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .row.img_text .img_box {
    width: 100%;
  }
  .row.img_text .img_box img {
    width: 100%;
  }
  .row.img_text .text_box {
    width: 100%;
  }
  /* 0317 hh 추가 */
  .flex_box {
    flex-direction: column;
  }
  .flex_box .flex_img_box {
    width: 100%;
  }
  .flex_box .flex_text_box {
    width: 100%;
  }

  /* flex_box */
  .flex_box2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .flex_box2:first-child {
    margin-top: 0;
  }
  .flex_box2 .flex_box {
    width: 100%;
  }
  .flex_box2 .flex_box img {
    width: 100%;
  }
  .flex_box2 .flex_box {
    width: 100%;
  }
  .flex_box2 .flex_box h5 {
    font-size: 1.1em;
  }
  /* sub_01 */
  .sub_01 .contents .container .info2 {
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
  }
  .sub_01 .contents .container .borderbox .text_box {
    width: 100%;
  }
  .sub_01 .contents .container .borderbox .img_box {
    width: 100%;
  }
  /* sub_02 */
  .sub_02 .contents .container .part1 .contwrap .row {
    flex-direction: column;
  }
  .sub_02 .contents .container .contwrap .row .column .row.imgwrap .half {
    width: 100%;
  }
  /* 0318 hh 추가 */
  .sub_02 .contents .container .contwrap .row.img_text2 {
    flex-direction: column-reverse;
  }
  .sub_02 .contents .container .part1 .contwrap .row.aic .column {
    text-align: center;
  }
  /* sub_03 */
  .sub_03 .contents .container .part1 {
    background-position: 95% 30%;
  }
  /* sub_03 part2*/
  .sub_03 .contents .container .part2 .contwrap .row {
    flex-direction: column;
  }
  .sub_03 .contents .container .contwrap .row .column .row.imgwrap .half {
    width: 100%;
  }
  .sub_03 .contents .container .part2 .title {
    top: -3.5%;
  }
  .sub_03 .contents .container .part2 .border-box .first-item {
    width: 100%;
    padding-bottom: 0;
  }
  .sub_03 .contents .container .part2 .border-box .seconde-item {
    width: 100%;
  }
  .sub_03 .contents .container .column h5.column_title2 {
    margin-top: 50px;
  }
  .sub_03 .cartoon-area .cartoon-box {
    width: 100%;
  }
  /* sub_04 */
  .sub_04 .contents .container .contwrap .row .flex_wrap {
    margin-top: 30px;
  }
  .sub_04 .contents .container .contwrap .row .flex_wrap .flex_box {
    width: 100%;
    flex-direction: column;
  }
  .sub_04 .contents .container .contwrap .row .flex_wrap .flex_box .img_box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .sub_04 .contents .container .title .info {
    flex-direction: column;
    text-align: left;
  }
  .sub_04 .contents .container .info2 {
    flex-direction: row;
    text-align: left;
    align-items: start;
    flex-wrap: wrap;
  }
  .sub_04 .contents .container .title .info span {
    display: inline;
  }
  .sub_04 .contents .container .row.bg-box2 .bg-box-header {
    flex-direction: column;
    gap: 20px;
  }
  .sub_04 .contents .container .row.bg-box2 .bg-box-header .box-logo {
    width: 50%;
  }
  .sub_04 .contents .container .row.bg-box2 .bg-box-cont {
    margin-top: 0;
  }
  .sub_04 .contents .container .row.bg-box2 .bg-box-cont .bg-box-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sub_04 .contents .container .row.bg-box2 .bg-box-button {
    margin-top: 10px;
  }
  /* sub_05 */
  .sub_05 .contents .container .info2 {
    flex-wrap: wrap;
  }
  .sub_05 .contents .contwrap .row-box {
    flex-direction: column;
  }
  .sub_05 .contents .contwrap .row-box .row-inner-box {
    width: 100%;
  }
  .sub_05
    .contents
    .contwrap
    .row-box.row-box-table
    .row-inner-box.row-inner-box-table {
    width: 100%;
  }
  .sub_05 .contents .contwrap .row-box.row-box-table .row-inner-box {
    width: 100%;
  }
  /* sub_06 */
  .sub_06 .contents .container .contwrap .row .flex .box {
    width: 100%;
  }
  /* sub_08 */
  .sub_08 .card_area {
    flex-direction: row;
    gap: 30px;
  }
  .sub_08 .card_area .card_box,
  .sub_08 .card_area.icon_card .card_box {
    width: calc((100% - 60px) / 3);
  }
  .sub_08 .card_area .card_box .card_info {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub_08 .card_area .card_box .card_info p {
    padding: 0 10px;
    word-break: keep-all;
  }
  .sub_08 .card_area.icon_card .card_box::after {
    width: 20px;
    height: 20px;
    right: -12%;
  }
}

@media screen and (max-width: 600px) {
  /* #sub {
    padding-top: 70px;
  } */
  .title_wrap {
    padding-top: 100px;
    flex-direction: column-reverse;
    gap: 10px;
    padding-bottom: 20px;
  }
  .title_wrap .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .title_wrap div.audio_area p {
    width: 100%;
    text-align: center;
  }
  .title_wrap h2::after {
    display: none;
  }
  .column.one4.mm,
  .column.one5.mm {
    text-align: center;
  }
  /* 0318 hh 추가 */
  .sub_02 .contents .container .contwrap .border-box .item {
    width: 100%;
    flex-wrap: wrap;
  }
  .sub_02 .contents .container .contwrap .border-box .item-left,
  .sub_02 .contents .container .contwrap .border-box .item-right {
    width: 100%;
    justify-content: space-between;
  }
  .sub_03 .contents .container .part1 {
    padding: 20px;
  }
  .sub_03 .contents .container .part1 .contwrap .row {
    gap: 30px;
  }
  .sub_03
    .contents
    .container
    .part1
    .contwrap
    .row
    .column
    .column_box_wrap
    .column_box {
    width: 100%;
  }
  .sub_08 .card_area {
    flex-direction: column;
  }
  .sub_08 .card_area .card_box,
  .sub_08 .card_area.icon_card .card_box {
    width: 100%;
  }
  .sub_08 .card_area.icon_card .card_box::after {
    left: 50%;
    top: auto;
    bottom: -12%;
    transform: translate(-50%, 0) rotate(90deg);
  }
}

@media (max-width: 475px) {
  .row .btn_link {
    padding: 12px 50px;
  }
  .row .table_tit.bigger {
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #tab_list {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .tab_list li.over_txt a span {
    font-size: 11px;
  }
  .tab_list li a span {
    font-size: 13px;
    font-weight: 500;
  }
  .title_wrap {
    /* width: 60%; */
    /* height: 130px; */
  }
  .title_wrap h2 {
    font-size: 28px;
  }
  .title_wrap .line2 {
    font-size: 23px;
  }
  .fontSizeControl {
    margin: 10px 0;
  }
  .contents .title h3 {
    font-size: 1.5em;
  }
  .contents .title h3 strong {
    font-size: 0.75em;
  }
  .contents .title {
    margin: 30px auto 10px;
  }
  .row {
    margin-bottom: 20px;
  }

  .row .caption {
    font-size: 0.9em;
    padding-top: 8px;
  }
  .row > .caption {
    font-size: 0.9em;
  }
  .row p {
    font-size: 1em;
  }
  .tableStyle .tableCover {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  .tableStyle .tableCover p {
    transform: translateY(45%);
    height: 100%;
  }
  .row .writer {
    font-size: 0.9em;
  }
  .sub_common {
    padding: 0 20px;
  }
  .sub_common .sub_link {
    order: 1;
  }
  .sub_common .sub_sns_wrap {
    margin-top: 45px;
  }
  .aic {
    align-items: center;
    margin: 40px 0 50px;
  }
  .row .table_tit {
    text-align: left;
    font-size: 1.2em;
  }
  .ico {
    margin-right: 0;
    display: block;
    margin: 0 auto 10px;
  }
  .column h4 .round_tit {
    margin-bottom: 10px;
  }
  .column h4 .table_tit {
    font-size: 1em;
  }
  .column h4,
  .contwrap.half h4 {
    font-size: 1.2em;
  }
  .round_tit {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  .contents .row.txt {
    margin-bottom: 10px;
  }
  .contwrap {
    margin-bottom: 30px;
  }
  .row.box {
    width: 95%;
  }
  .info .row h3 {
    font-size: 1.5em;
  }
  .info .row h4.box {
    font-size: 1.2em;
    padding: 5px 15px;
  }
  .tableStyle {
    margin-bottom: 5px;
  }
  .ico.block {
    display: block;
    margin: 0 auto 5px;
  }
  .sub_common .button_wrap {
    gap: 0;
  }
  .sub_common .button_wrap button {
    width: 100%;
  }
  .sub_common .button_wrap button a {
    font-size: 20px;
  }
  /* 서브페이지 */
  /* flex_box */
  .flex_box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .flex_box:first-child {
    margin-top: 0;
  }
  .flex_box .flex_img_box {
    width: 100%;
  }
  .flex_box .flex_img_box img {
    width: 100%;
  }
  .flex_box .flex_text_box {
    width: 100%;
  }
  .flex_box .flex_text_box h5 {
    font-size: 1.1em;
  }
  /* 0317 hh 추가 */
  /* sub_01 */
  .sub_01 .contents .container .item-area .student-box,
  .sub_01 .contents .container .item-area .student-box2 {
    flex-direction: column;
  }
  .sub_01 .contents .container .item-area .student-box .student-img,
  .sub_01 .contents .container .item-area .student-box2 .student-img,
  .sub_01 .contents .container .item-area .student-box .student-txt,
  .sub_01 .contents .container .item-area .student-box2 .student-txt {
    width: 100%;
  }
  .sub_01 .contents .container .row .column.text_box2 {
    padding-bottom: 70px;
  }
  .sub_01 .contents .container .text_box2::after {
    width: 100px;
    bottom: 0;
  }
  .sub_01 .contwrap.half .column.half .row.img_box {
    width: 100% !important;
  }

  /* sub_02 */
  .sub_02 .contents .container .part1_1 {
    padding: 5px !important;
  }
  .sub_02 .contents .container .part1_1 .contwrap {
    padding: 10px 10px 0;
  }
  .sub_02 .contents .container .part1 .contwrap .row.aic {
    margin-bottom: 0;
  }
  .sub_02 .contents .container .contwrap .border-box {
    padding: 20px;
  }
  .sub_02 .contents .container .contwrap .border-box .table_tit {
    margin-left: 0;
  }
  .sub_02 .contents .container .contwrap .border-box .table_tit::after {
    display: none;
  }
  .sub_02 .contents .container .contwrap .row.txt .column .box.icon::after {
    display: none;
  }
  /* sub_03 */
  .sub_03 .contents .container .part1 {
    background-image: none;
  }
  .sub_03
    .contents
    .container
    .part1
    .contwrap
    .row
    .column
    .column_box_wrap
    .row {
    gap: 10px;
  }
  .sub_03 .contents .container .part1 .contwrap .row .column .column_box_wrap {
    padding: 10px 15px;
  }
  .sub_03 .contents .container .column h5.column_title span {
    font-size: 1.1em;
  }
  .sub_03 .contents .container .part2 {
    padding: 20px;
  }
  .sub_03 .cartoon-area {
    padding: 0px;
    gap: 20px;
    margin-bottom: 30px;
  }
  .sub_03 .notice {
    text-align: left;
    word-break: keep-all;
  }
  .sub_03 .part1_1 .row .table_tit.pill {
    /* display: block;
    margin: 0 auto;
    text-align: center; */
  }
  /* sub_03 part2 */
  .sub_03 .contents .container .part1 h4 {
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 0;
    font-size: 1.5em;
  }
  .sub_03 .contents .container .part2_2 .contwrap h4 {
    font-size: 1.2em;
  }
  .sub_03 .contents .container .part2_1 {
    padding: 5px;
  }
  .sub_03 .contents .container .part2_1 .contwrap {
    padding: 20px 10px 0;
  }
  .sub_03 .contents .container .part2 .contwrap .row.aic {
    margin-bottom: 0;
  }
  .sub_03 .contents .container .part1_1 .contwrap .row .column h3 {
    font-size: 1.2em;
  }
  .sub_03 .contents .container .part1_1 .color-txt {
    font-size: 1.2em;
  }
  .sub_03 .contents .container .part1_1 .row2 {
    gap: 0;
  }
  .sub_03 .contents .container .part2 .title {
    font-size: 1.2em;
    width: 65%;
    top: -2.8%;
  }
  .sub_03 .contents .container .part2 .contwrap .row.mt-50 {
    margin-top: 0 !important;
  }
  .sub_03 .contents .container .part2 .mini-title {
    font-size: 1em;
  }
  .sub_03 .contents .container .part2 .contwrap .row.noflex.mt-30 {
    margin-top: 0 !important;
  }
  .sub_03 .contents .container .part2 .border-box .seconde-item p.tac.mt-30 {
    font-size: 0.9em;
  }
  .sub_03
    .contents
    .container
    .part1
    .contwrap
    .row
    .column
    .column_box_wrap
    .column_box
    .column_box_content.mt-30 {
    margin-top: 0 !important;
  }
  .sub_03 .contents .container .part2_2 .contwrap .row .column h5 {
    display: block;
    text-align: center;
    background-color: transparent;
  }
  .sub_03 .contents .container .part2_2 .contwrap .row .column .wb {
    text-align: center;
    margin-bottom: 0;
  }
  /* sub_04 */
  .sub_04 .contents .container .contwrap .row .bg-box {
    width: 95%;
  }
  .sub_04 .contents .container .row.bg-box2 {
    width: 95%;
  }
  .sub_04
    .contents
    .container
    .row.bg-box2
    .bg-box-cont
    .bg-box-top
    .bg-box-title {
    text-align: center;
  }
  .sub_04 .contents .container .contwrap.bg-wrap {
    background-size: 80px;
    background-position: 100% 20%;
  }
  .sub_05 .contents .container .contwrap .row .column.icon i.icon01 {
    display: none;
  }
  .sub_05 .contents .container .contwrap .row .column i.icon02 {
    display: none;
  }
  .sub_05 .contents .container .contwrap.bg-wrap {
    background-size: 80px;
  }
  .sub_06 .contents .container .contwrap .row.round-box {
    width: 100%;
    padding: 8px 20px;
  }
  .sub_06 .contents .container .contwrap .row.round-box p {
    font-size: 0.8em;
    line-height: 0.8;
  }
  .sub_06 .contents .container .contwrap .row.img-column {
    padding: 0 20px;
    gap: 10px;
  }
  .sub_06 .contents .contwrap .img_box {
    text-align: center;
  }
}
@media (max-width: 375px) {
  .tab_list li {
    width: 17%;
  }
  /* 0317 hh 추가 */
  .sub_01 .contents .container .item-area .student-box2 .student-txt {
    text-align: justify;
  }
  .sub_01 .contents .container .item-area .student-box2 .student-txt .ment {
    line-height: 1.1em;
    word-break: keep-all;
    text-align: center;
  }
  .sub_01 .contents .container .item-area .student-box2 .student-txt .qustion {
    line-height: 1.1em;
    margin: 20px 0;
    padding-left: 25px;
    font-size: 1.05em;
  }
  .sub_02 .contents .container .contwrap .border-box .item .city-name {
    font-size: 0.9em;
  }
  .sub_03 .contents .container .part2 .title {
    width: 90%;
  }
  .sub_04 .contents .container .contwrap.bg-wrap {
    background-image: none;
  }
}

@media (max-width: 320px) {
  .contents .title h3 {
    font-size: 1.2em;
  }
  .row p,
  .row .caption,
  .btn_link,
  .tableStyle .tableCover p,
  .fontSizeControl {
    font-size: 0.85em;
  }
  .fontBtn {
    width: 1.2em;
    height: 1.2em;
  }
  .sub_03 .contents .container .part2 .title {
    width: 90%;
  }
  .sub_03 .contents .container .part2 .sns_area {
    padding: 0;
    margin-top: 20px;
  }
  .sub_05 .contents .container .contwrap.bg-wrap {
    background-image: none;
  }
}
