@charset "UTF-8";
/*rem 기본 세팅*/
/*반응형 기본 세팅*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@media (min-width: 0px) and (max-width: 350px) {
  html {
    font-size: 12px !important;
  }
  html {
    font-size: 12px;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, xmp {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
}

body {
  position: relative;
  overflow-x: hidden;
}
body.on {


}
body.on::after {
	content:'';
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
	background:#fff;
	display:block;
	z-index:111;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  color: #111;
  text-decoration: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b {
  font-weight: bold;
}

xmp {
  display: inline;
  white-space: unset;
}

button {
  cursor: pointer;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 2.8125rem;
  font-weight: 700;
}

.swiper-pagination-bullet {
  background: #aaa !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #7A98CE !important;
}

header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}
header .header_inner {
  width: min(74.6875rem, 100% - 2.5rem);
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6.25rem 0rem;
}
.logo span {
  width: 13.75rem;
}

.header_login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.9375rem;
  margin-right: 2.3125rem;
  padding: 0.5rem 1.375rem;
  border-radius: 0.96875rem;
  background: #EFEFEF;
}
.header_login a {
  position: relative;
  padding-right: 0.9375rem;
  line-height: 1;
  font-size: 0.75rem;
}
.header_login a:active {
	font-weight:bold;
}
.header_login a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #B0B0B0;
}
.header_login a:last-child {
  padding-right: 0;
}
.header_login a:last-child::after {
  display: none;
}

.header_menu {
  position: relative;
  display: flex;
}
.header_menu li {
  position: relative;
  flex: 1;
}
.header_menu .menu_btn {
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.header_menu .red {
  color: #F10D1F;
}

.sub_menu {
  position: absolute;
  display: none;
  left: 50%;
  z-index: 20;
  min-width: 12rem;
  padding: 1.25rem 1.875rem;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}
.sub_menu .flex.col {
  column-gap: 1.875rem;
}
.sub_menu .flex.col > div {
  min-width: 10.75rem;
}
.sub_menu a {
  display: block;
  padding: 0.3125rem 0rem 0.3125rem 0.625rem;
  font-size: 1.0625rem;
  letter-spacing: -0.51px;
  white-space: nowrap;
  border-bottom: 1px solid #E6E6E6;
}
.sub_menu a:last-child {
  border-bottom: 0;
}
.sub_menu a:hover {
	font-weight:700;
	color: #6199FF;
}
.sub_menu a b {
  font-size: 1.125rem;
  font-weight: 700;
}

/***** 스크롤 헤더 *****/
.scroll_header {
  position: fixed;
  top: -15%;
  display: flex;
  justify-content: center;
  width: 100%;
  column-gap: 5.1875rem;
  background: #194A9E;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.8s;
  z-index: 20;
}
.scroll_header li {
  position: relative;
  padding: 1.25rem 0rem;
}
.scroll_header li > a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
.scroll_header .sub_menu {
  top: 4.3125rem;
}

.scroll_header.active {
  top: 0;
}

/***** 사이드 네비게이션 *****/
.side_navi {
  position: fixed;
  left: 0;
  z-index: 20;
  max-width: 5.625rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: all 1s;
  max-height: 40.625rem;
  top: 10%;
}
.side_navi li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.6875rem;
  text-align: center;
  padding: 0rem 0.75rem;
  background: #fff;
}
.side_navi li > a {
  display: block;
  width: 100%;
  padding: 1.125rem 0rem;
  border-bottom: 1px solid #e3e3e3;
}
.side_navi li:first-child a {
  border-bottom: 0;
}
.side_navi li:last-child a {
  border-bottom: 0;
}
.side_navi li p {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #AFAFAF;
}
.side_navi .navi_close {
  background: #194A9E;
}
.side_navi .navi_close a {
  display: flex;
  justify-content: center;
  border-bottom: 0;
}
.side_navi .navi_close i {
  display: block;
  width: 1rem;
  height: 0.53125rem;
  background: url(/img/n_side_close.png) no-repeat;
  background-size: contain;
}
.side_navi .navi_dday {
  background: #E0EBFF;
}
.side_navi .navi_dday a {
  padding: 0.625rem 0.3125rem;
}
.side_navi .navi_dday b {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #454545;
}
.side_navi .navi_dday span {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #6199FF;
}
.side_navi .top,
.side_navi .down {
  padding: 0;
  font-size: 0.75rem;
  font-weight: 700;
}
.side_navi .top a,
.side_navi .down a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.3125rem;
  color: #8D8D8D;
}
.side_navi .top {
  border-top: 1px solid #e3e3e3;
}
.side_navi .top i {
  display: block;
  width: 1.25rem;
  height: 0.625rem;
  background: url(/img/n_side_up.png) no-repeat;
  background-size: contain;
}
.side_navi .down i {
  display: block;
  width: 1.25rem;
  height: 0.625rem;
  background: url(/img/n_side_down.png) no-repeat;
  background-size: contain;
}
.side_navi .active p,
.side_navi li:active p,
.side_navi li:hover p {
  color: #6199FF;
}
.side_navi .active svg path, .side_navi .active svg rect, .side_navi .active svg circle,
.side_navi li:active svg path, .side_navi li:active svg rect, .side_navi li:active svg circle,
.side_navi li:hover svg path, .side_navi li:hover svg rect, .side_navi li:hover svg circle  {
  fill: #6199FF;
}
.side_navi .on.gongtube svg rect {
  fill: #F10D1F;
}
.side_navi .on.gongtube svg path {
  fill: #fff;
}
.side_navi .gongtube:active svg rect,
.side_navi .gongtube.on svg rect,
.side_navi .gongtube:hover svg rect,
.side_navi .gongtube.active svg rect {
  fill: #F10D1F;
}
.side_navi .gongtube:active svg path,
.side_navi .gongtube.on svg path,
.side_navi .gongtube:hover svg path,
.side_navi .gongtube.active svg path {
  fill: #fff;
}
.side_navi .gongtube:active p,
.side_navi .gongtube.on p,
.side_navi .gongtube:hover p,
.side_navi .gongtube.active p {
  color: #F10D1F;
}
.side_navi .navi_logo {
  display: none;
  border-radius: 8px 8px 0px 0px;
  background: #194A9E;
}
.side_navi .navi_logo_btn {
  display: none;
  background: #A5A5A5;
}
.side_navi .navi_logo_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.side_navi .navi_logo_btn i {
  display: block;
  width: 0.875rem;
  height: 0.53125rem;
  transform: rotate(180deg);
  background: url(/img/n_side_close.png) no-repeat;
  background-size: contain;
}
.side_navi .callcenter a {
  border-bottom: 0;
}

.hamberger-wrap {
  position: absolute;
  top: 4.0625rem;
  right: 0;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.hamberger > span {
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #000;
  transition: transform 0.5s, opacity 0.5s;
}

.hamberger-wrap.active span:nth-child(1) {
  transform: translateY(15px) rotate(45deg);
}

.hamberger-wrap.active span:nth-child(2) {
  opacity: 0;
}

.hamberger-wrap.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/***** 모바일 하단 네비게이션 *****/
.mobile_navi {
  position: fixed;
  z-index: 100;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  padding: 0.8125rem 1.4375rem 0.8125rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}
.mobile_navi li {
  position: relative;
  flex: 1;
  text-align: center;
}
.mobile_navi .home_btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -60%;
  transform: translateX(-50%);
  width: 4.1875rem;
  height: 4.1875rem;
  border-radius: 100%;
  background: #0048C2;
  padding-top: 4px;
}
.mobile_navi .home_btn p {
  color: #fff;
  margin-top: 0rem;
}
.mobile_navi p {
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
  color: #AFAFAF;
}
.mobile_navi li:active svg path,.mobile_navi li:active svg circle {
  fill: #0048C2;
}
.mobile_navi li:active p {
  color: #0048C2;
}
.mobile_navi .mo_navi_04:active svg rect {
  fill: #F10D1F;
}
.mobile_navi .mo_navi_04:active svg path {fill:#fff;}
.mobile_navi .mo_navi_04:active p {
  color: #F10D1F;
}

footer {
  padding: 5rem 0rem 7.5rem 0rem !important;
  background: #fff;
}
footer .foot_logo {
  column-gap: 4.0625rem;
  align-items: center;
}
footer .foot_sns {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
}
footer ul {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  color: #444;
}
footer ul li {
  margin-bottom: 0.3125rem;
}
footer ul li b {
  margin-right: 0.5rem;
  font-weight: 700;
}
footer {
  padding: 5rem 0rem;
  background: #fff;
}
footer .foot_logo {
  column-gap: 4.0625rem;
  align-items: center;
}
footer .foot_sns {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
}
footer ul {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  color: #444;
}
footer ul li {
  margin-bottom: 0.3125rem;
}
footer ul li b {
  margin-right: 0.5rem;
  font-weight: 700;
}

.m_side_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
height: -webkit-fill-available;
height: fill-available;
  background-color: #fff;
  z-index: 200;
  opacity: 0;
  transition: all 0.5s;
    touch-action: none;
}
.m_side_menu.active {
  right: 0%;
  opacity: 1;
}
.m_side_menu .side_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.75rem 0rem 1.6875rem;
}
.m_side_menu .side_head .side_prev {
  position: absolute;
  left: 1.25rem;
  width: 0.75rem;
  height: 1.25rem;
  background: url(/img/side_arrow.png) no-repeat;
  background-size: contain;
}
.m_side_menu .side_head img {
  width: 9.2875rem;
  height: 1.60625rem;
}
.m_side_menu .side_sch {
  background: #194A9E;
  padding: 0.9375rem 2.8125rem;
}
.m_side_menu .side_sch ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_side_menu .side_sch ul li {
  position: relative;
  flex: 1;
  text-align: center;
}
.m_side_menu .side_sch ul li:nth-of-type(3) a::after {
  display: none;
}
.m_side_menu .side_sch ul a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #fff;
}
.m_side_menu .side_sch ul a::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-45%);
  width: 2px;
  height: 18px;
  background: #fff;
}
.m_side_menu .side_sch .input_bx {
  position: relative;
  margin-top: 20px;
}
.m_side_menu .side_sch .input_bx button {
  position: absolute;
  right: 13px;
  top: 4px;
  width: 18.035px;
  height: 18.035px;
  background: url(/img/side_sch.png) no-repeat;
  outline: none;
  border: 0;
}
.m_side_menu .side_sch input {
  width: 100%;
  padding: 0.5rem 3.75rem 0.5rem;
  box-sizing: border-box;
  border-radius: 17px;
  font-size: 15px;
  border: 0;
  outline: none;
}
.m_side_menu .side_sch input::placeholder {
  color: #C2C2C2;
}
.m_side_menu .flex {
  height: 100%;
  background:#fff;
}
.m_side_menu .flex .side_left {
  width: 40%;
}
.m_side_menu .flex .side_right {
  width: 60%;
}
.m_side_menu .side_left {
  background: #E9F4FD;
}
.m_side_menu .side_left li {
  padding: 0.625rem 0rem 0.625rem 2.8125rem;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  cursor:pointer;
}
.m_side_menu .side_left li.active {
  background: #fff;
  color: #6A98FF;
}
.m_side_menu .side_left li.red.active {
  background: #fff;
  color: #F10D1F;
}
.m_side_menu .side_right {
  padding: 8px 14px;
}
.m_side_menu .side_right .menu_list {
  display: none;
}
.m_side_menu .side_right .menu_list.on {
  display: block;
}
.m_side_menu .side_right p {
  margin-bottom: 8px;
  color: #ADADAD;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.54px;
}
.m_side_menu .side_right p::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 8px;
  height: 5px;
  background: url(/img/side_menu_poly.png) no-repeat;
  background-size: contain;
}
.m_side_menu .side_right ul {
  height: 60vh;
  overflow-y: scroll;
  padding-bottom:60px;
}
.m_side_menu .side_right li {
  padding-bottom: 9px;
  cursor:pointer;
}
.m_side_menu .side_right .list_title {
  display: block;
  padding-top: 5px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.51px;
  color: #000;
}
.m_side_menu .side_right .list_title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #858585;
  vertical-align: middle;
  margin-right: 7px;
}
.m_side_menu .side_right .list_title:hover {
	font-weight:700;
}
.m_side_menu .side_right .list_title:hover::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #6A98FF;
  vertical-align: middle;
  margin-right: 7px;
}
.m_side_menu .side_right .list_sub {
  letter-spacing: -0.48px;
  font-size: 16px;
  color: #000;
}
.m_side_menu .side_right .list_sub::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #858585;
  vertical-align: middle;
  margin-right: 7px;
}
.m_side_menu .side_right a {
  letter-spacing: -0.48px;
  font-size: 16px;
  color: #000;
}
.m_side_menu .side_right a:hover {
	color: #6A98FF;
	font-weight: 500;
}
.m_side_menu .side_right .list_sub:hover::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #6A98FF;
  vertical-align: middle;
  margin-right: 7px;
}
.m_side_menu .side_right a:not(.list_title) {
  padding-left: 7px;
}

.pc_view {
  display: block !important;
}

.pc_view_flex {
  display: flex !important;
}

.mobile_view {
  display: none !important;
}
.tab_view {
  display: none !important;
}

.flex {
  display: flex;
}

.mb_50 {
  margin-bottom: 3.125rem;
}

.mb_30 {
  margin-bottom: 1.875rem;
}

.mb_15 {
  margin-bottom: 0.9375rem;
}

.mb_10 {
  margin-bottom: 0.625rem;
}

.bx_1550 {
  width: min(96.875rem, 100% - 2.5rem);
  margin: 0 auto;
}

.bx_1200 {
  width: min(75rem, 100% - 2.5rem);
  margin: 0 auto;
}

.bx_960 {
  width: min(60rem, 100% - 2.5rem);
  margin: 0 auto;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

/***** 페이징 *****/
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.125rem 0rem 9.375rem;
}
.paging ul {
  display: flex;
}
.paging ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.9375rem;
  margin: 0rem 0.9375rem;
  background: #444;
  cursor: pointer;
}
.paging ul li a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #8B8B8B;
}
.paging ul li.active a {
  font-size: 1.125rem;
  font-weight: 800;
  color: #000;
}
.paging .paging_next {
  width: 1.8125rem;
  height: 1.5rem;
  margin-left: 0.9375rem;
  background: url(/img/n_page_next.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}

/***** 반응형 *****/
html {
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 757px) {
  .paging ul li a {
    font-size: 0.9375rem !important;
  }
}
.banner .swiper-slide {
  text-align: center;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  color: #acacac;
}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after {
  font-size: 4.0625rem !important;
  font-weight: 800;
}
.banner .swiper-button-prev {
  left: 10%;
}
.banner .swiper-button-next {
  right: 10%;
}
.banner .swiper-pagination {
  bottom: 0.9375rem !important;
}

/***** main section 01 *****/
.section_01 {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
  column-gap: 0.9375rem;
}
.section_01 .bx_left {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  max-width: 10rem;
}
.section_01 .bx_middle {
  width: calc(100% - 23.125rem);
}
.section_01 .bx_right {
  max-width: 10.625rem;
}
.section_01 .padding_bx {
  position: relative;
  padding: 0rem 1.25rem;
}

.icon_title {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #194A9E;
}
.icon_title.gongtube_title {
  color: #F10D1F;
}
.mini_title {
  display: block;
  margin-top: 0.625rem;
  margin-left: 2.375rem;
  font-size: 1rem;
  font-weight: 500;
  color: #8A8A8A;
}

.link_card_round {
  display: inline-block;
  text-align: center;
  border-radius: 0.8125rem;
  overflow: hidden;
}
.link_card_round .card_title {
  padding: 1.25rem;
  background: #ddd;
}
.link_card_round .card_title:nth-of-type(1) {
  width: 10rem;
  height: 6rem;
}
.link_card_round .card_title.title_2 {
  width: 10rem;
  height: 8.5rem;
}
.link_card_round img {
  width: 100%;
}
.link_card_round a {
  display: block;
  padding: 0.5rem 0rem;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #fff;
}
.link_card_round a::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.8125rem;
  margin-left: 0.4375rem;
  background: url(/img/n_arrow.png) no-repeat;
  background-size: contain;
}
.link_card_round.purple {
  background: #EAE0FF;
}
.link_card_round.purple .card_title {
    background-image: url(/img/n_purple_banner.png);
    background-size: contain;
}
.link_card_round.purple a {
  background: #A77EDB;
}
.link_card_round.red {
  background: #FFE0E0;
}
.link_card_round.red .card_title {
    background-image: url(/img/n_pink_banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.link_card_round.red a {
  background: #DB7E7E;
}

.link_card {
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
}
.link_card:nth-of-type(3) {
  border: 1px solid #C9A655;
}
.link_card:nth-of-type(3) a {
  background: #C9A655;
}
.link_card:nth-of-type(4) {
  border: 1px solid #3F75E3;
}
.link_card:nth-of-type(4) a {
  background: #3F75E3;
}
.link_card:nth-of-type(5) {
  border: 1px solid #798393;
}
.link_card:nth-of-type(5) a {
  background: #798393;
}
.link_card:nth-of-type(6) {
  border: 1px solid #42A1FF;
}
.link_card:nth-of-type(6) a {
  background: #42A1FF;
}
.link_card p {
  padding: 0.625rem 0rem;
  font-size: 1.0625rem;
  letter-spacing: -0.6px;
  color: #4B4B4B;
}
.link_card p b {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
.link_card a {
  display: block;
  padding: 0.3125rem 0rem;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
}
.link_card .arrow_next::after {
  content: "";
  display: inline-block;
  width: 0.3125rem;
  height: 0.5625rem;
  margin-left: 0.4375rem;
  background: url(/img/n_arrow.png) no-repeat;
  background-size: contain;
}

.card_table {
  position: relative;
  margin-bottom: 1.875rem;
}
.card_table b {
  display: block;
  line-height: 1.2;
  padding: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.42px;
  color: #000;
}
.card_table table {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #606060;
  text-align: center;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.25));
}
.card_table th, .card_table td {
  padding: 0.1875rem 0rem;
  background: #fff;
}
.card_table td:nth-of-type(1) {
  width: 2.1875rem !important;
}
.card_table td:nth-of-type(2),
.card_table td:nth-of-type(3) {
  width: 3.4375rem !important;
}
.card_table tr:first-child th {
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #fff;
}
.card_table tr:last-child td {
  border-bottom: 0;
}
.card_table tr th:nth-child(1),
.card_table tr td:nth-child(1) {
  border-left: none;
}
.card_table tr th:nth-child(3),
.card_table tr td:nth-child(3) {
  border-right: none;
}
.card_table .round_btn {
  position: absolute;
  right: 0rem;
  bottom: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  font-size: 1.5625rem;
  font-weight: 700;
  border-radius: 100%;
  opacity: 0.7;
  color: #fff;
}

.tableSwiper {
  margin-bottom: 1.25rem;
}
.tableSwiper .swiper-pagination {
  bottom: 0rem !important;
}
.tableSwiper .swiper-pagination-bullet {
  margin: 0rem 0.125rem !important;
  background: #fff !important;
  opacity: 1 !important;
}
.tableSwiper .swiper-pagination-bullet-active {
  width: 0.9375rem;
  border-radius: 6.25rem;
}

.tableSwiper_01 tr th:first-child,
.tableSwiper_01 tr td:first-child {
  background: #E0EBFF;
}
.tableSwiper_01 th, .tableSwiper_01 td {
  border: 1px solid #7A98CE;
}
.tableSwiper_01 .round_btn {
  background: #7A98CE;
}
.tableSwiper_01 .swiper-pagination-bullet {
  border: 1px solid #7A98CE;
}
.tableSwiper_01 .swiper-pagination-bullet-active {
  background: #7A98CE !important;
}

.tableSwiper_02 tr th:first-child,
.tableSwiper_02 tr td:first-child {
  background: #EEE0FF;
}
.tableSwiper_02 th, .tableSwiper_02 td {
  border: 1px solid #9A7ACE;
}
.tableSwiper_02 .round_btn {
  background: rgba(154, 122, 206, 0.6980392157);
}
.tableSwiper_02 .swiper-pagination-bullet {
  border: 1px solid #9A7ACE;
}
.tableSwiper_02 .swiper-pagination-bullet-active {
  background: #9A7ACE !important;
}

.tableSwiper_03 tr th:first-child,
.tableSwiper_03 tr td:first-child {
  background: #FFE0EB;
}
.tableSwiper_03 th, .tableSwiper_03 td {
  border: 1px solid #CE7A9D;
}
.tableSwiper_03 .round_btn {
  background: rgba(211, 140, 170, 0.6980392157);
}
.tableSwiper_03 .swiper-pagination-bullet {
  border: 1px solid #CE7A9D;
}
.tableSwiper_03 .swiper-pagination-bullet-active {
  background: #CE7A9D !important;
}

.right_book {
  padding: 0.9375rem 0rem;
  text-align: center;
  border-top: 1.5px solid #D5AFFC;
  border-bottom: 1.5px solid #D5AFFC;
}
.right_book img {
  width: 100%;
}
.right_book p {
  font-size: 1.375rem;
  font-weight: 700;
  color: #4B4B4B;
}
.right_book p b {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  color: #BD83F9;
}

.right_siren {
  text-align: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.right_siren span {
  display: flex;
  justify-content: center;
  padding: 0.3125rem 0rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #444;
}
.right_siren img {
  width: 1.875rem;
  height: 1.6875rem;
}
.right_siren p {
  padding: 0.5rem 0rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  background: #444;
  color: #fff;
}

.right_round {
  display: flex;
  justify-content: space-between;
  column-gap: 0.625rem;
}
.right_round p {
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 100%;
}
.right_round p img {
  width: 100%;
}

.right_icon {
  display: flex;
  justify-content: space-between;
  padding: 0rem 0.4375rem;
}
.right_icon img {
  width: 1.875rem;
  height: 1.875rem;
}

.con_middle {
  justify-content: space-between;
  text-align: center;
}
.con_middle img {
  width: 100%;
}
.con_middle .slide_01 {
  position: relative;
  width: 71%;
}
.con_middle .slide_02 {
  position: relative;
  width: 27.8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.con_middle .slide_02 > div {
  width: 100%;
}
.con_middle .slide_02 .swiper-pagination {
  bottom: 0.9375rem !important;
}
.con_middle .title_tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.1875rem 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  z-index: 2;
  background: rgba(96, 96, 96, 0.8);
  color: #fff;
}

.coalitionSwiper .swiper-button-next, .coalitionSwiper .swiper-button-prev {
  color: #000;
}
.coalitionSwiper .swiper-button-next:after, .coalitionSwiper .swiper-button-prev:after {
  font-size: 2.1875rem;
  font-weight: 700;
}
.coalitionSwiper .swiper-button-prev {
  left: 5%;
}
.coalitionSwiper .swiper-button-next {
  right: 5%;
}
.coalitionSwiper .swiper-pagination {
  bottom: 0.9375rem !important;
}

.con_sub > .flex {
  column-gap: 0.625rem;
}
.con_sub .blue_txt {
  max-width: 10rem;
}
.con_sub .blue_txt p {
  display: flex;
  align-items: start;
  column-gap: 0.3125rem;
  padding: 0rem 0rem 1.5625rem;
  white-space: nowrap;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #194A9E;
}
.con_sub .blue_txt img {
  margin-top: 0.5rem;
}
.con_sub .blue_txt a {
  display: block;
  width: 100%;
  padding: 0.5rem 0.9375rem;
  margin-bottom: 0.3125rem;
  width: 10rem;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1.09375rem;
  background: #DEDEDE;
  color: #003965;
}
.con_sub .blue_txt a.active {
  font-weight: 700;
  background: #194A9E;
  color: #fff;
}
.con_sub .content_img {
  display: none;
  column-gap: 0.9375rem;
}
.con_sub .content_img.active {
    display: flex;
}
.con_sub .content_img li {
  width: 33.3333333333%;
}
.con_sub .content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con_sub .grid_slide {
  max-height: 40rem;
}
.con_sub .grid_slide .slide_bx {
  position: relative;
  width: 106%;
  padding: 0rem 1.25rem;
  z-index: -1;
}
.con_sub .grid_slide .swiper-grid-column > .swiper-wrapper {
  align-items: baseline;
  flex-direction: row;
}
.con_sub .grid_slide .swiper {
  width: 80%;
  margin: 0;
  padding-bottom: 2.5rem;
}
.con_sub .grid_slide .teacherImgSwiper img {
  width: 102%;
}
.con_sub .grid_slide .teacherImgSwiper .swiper-slide {
  display: flex;
  align-items: center;
  background: #f2f2f2;
}
.con_sub .grid_slide .swiper-button-next, .con_sub .grid_slide .swiper-button-prev {
  color: #747474;
}
.con_sub .grid_slide .swiper-button-next:after, .con_sub .grid_slide .swiper-button-prev:after {
  font-size: 1.5625rem;
  font-weight: 700;
}
.con_sub .grid_slide .swiper-button-prev, .con_sub .grid_slide .swiper-button-next {
  top: 48%;
}
.con_sub .grid_slide .swiper-button-prev {
  left: -0.6%;
}
.con_sub .grid_slide .swiper-button-next {
  right: 18.7%;
}

.con_link img {
  width: 100%;
}

.con_interview .interviewSwiper {
  padding-bottom: 2.1875rem;
}
.con_interview .interviewSwiper img {
  width: 100%;
}
.con_interview .min_title {
  display: block;
}
.con_interview .swiper-button-next, .con_interview .swiper-button-prev {
  color: #747474;
}
.con_interview .swiper-button-next:after, .con_interview .swiper-button-prev:after {
  font-size: 1.5625rem;
  font-weight: 700;
}
.con_interview .swiper-button-prev, .con_interview .swiper-button-next {
  top: 40%;
}
.con_interview .swiper-button-prev {
  left: -0.6%;
}
.con_interview .swiper-button-next {
  right: -0.7%;
}
.con_interview .swiper-pagination-bullet {
  padding: 0.3125rem;
  margin: 0rem 0.125rem !important;
  background: #fff !important;
  border: 1px solid #7A98CE;
  opacity: 1 !important;
}
.con_interview .swiper-pagination-bullet-active {
  width: 1.25rem;
  border-radius: 6.25rem;
  background: #7A98CE !important;
}

.con_news .flex {
  padding-bottom: 2.5rem;
  column-gap: 2.1875rem;
  align-items: center;
  justify-content: space-between;
}
.con_news .flex p {
  margin-bottom: 1.875rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
}
.con_news .flex span {
  font-size: 1.25rem;
  font-weight: 500;
  color: #444;
}
.con_news .flex img {
  max-width: 35rem;
  width: 100%;
}
.con_news .swiper-button-next, .con_news .swiper-button-prev {
  color: #747474;
}
.con_news .swiper-button-next:after, .con_news .swiper-button-prev:after {
  font-size: 1.5625rem;
  font-weight: 700;
}
.con_news .swiper-button-prev, .con_news .swiper-button-next {
  top: 42%;
}
.con_news .swiper-button-prev {
  left: -0.6%;
}
.con_news .swiper-button-next {
  right: -0.7%;
}

.con_review {
  padding: 3.125rem 0rem;
  background: #F5F5F5;
}
.con_review h2 {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 500;
  color: #000;
}
.con_review .min_title {
  margin-top: 0.625rem;
  margin-bottom: 3.4375rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #828282;
}
.con_review .swiper-wrapper {
  padding-left: 1.875rem;
}
.con_review .swiper-slide {
  height: 14.375rem;
  padding: 1.25rem 1.5625rem;
  margin: 0.3125rem 0rem;
  border-radius: 0.8125rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.con_review .swiper-slide p {
  position: relative;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #434343;
}
.con_review .swiper-slide p::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.3125rem;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 100%;
  z-index: -1;
}
.con_review .swiper-slide.color_round1 p::before {
  background: #AFD9FC;
}
.con_review .swiper-slide.color_round2 p::before {
  background: #D6AFFC;
}
.con_review .swiper-slide.color_round3 p::before {
  background: #FCAFCF;
}
.con_review .swiper-slide.color_round4 p::before {
  background: #FCAFAF;
}
.con_review .swiper-slide.color_round5 p::before {
  background: #FCDDAF;
}
.con_review .swiper-slide.color_round6 p::before {
  background: #FCE6AF;
}
.con_review .swiper-slide.color_round7 p::before {
  background: #ACE890;
}
.con_review .swiper-slide span {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #767676;
}
.con_review .grey_txt {
  margin-top: 1.5625rem;
  padding-right: 6.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: end;
  color: #CDCDCD;
}

.section_03 {
  height: 37.5rem;
  padding: 3.125rem 0rem;
  background: #F1F9FF;
}

.main_gongtube {
  position: relative;
  display: flex;
  margin-top: 2.5rem;
  background: #fff;
}
.main_gongtube > li {
  flex: 1;
}
.main_gongtube > li:nth-child(1) .thum_tab {
	border-left:1px solid #e4e4e4;
}
.main_gongtube > li:nth-child(1) .thum_tab.active {
	border-left:2px solid #71A3FF;
}
.main_gongtube .thum_tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 4.0625rem;
  padding: 1.25rem 0.9375rem;
  font-size: 1.25rem;
  font-weight: 400;
  border-top: 1px solid #E4E4E4;
  border-right:1px solid #e4e4e4;
  border-bottom: 2px solid #71A3FF;
  color: #000;
  cursor:pointer;
}
/*.main_gongtube .thum_tab::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
  background: #e4e4e4;
}*/
.main_gongtube .thum_tab.active {
  border-bottom: 0;
  border-left: 2px solid #71A3FF;
  border-right: 2px solid #71A3FF !important;
  border-top: 2px solid #71A3FF;
}
.main_gongtube .thum_tab.active::after {
  display: none;
}
.main_gongtube .thum_tab.active .tab_name {
  display: flex;
  align-items: center;
  font-weight: 700;
  white-space: nowrap;
  color: #71A3FF;
}
.main_gongtube .thum_tab.active .tab_name::before {
  content: "";
  display: inline-block;
  margin-right: 0.625rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 100%;
  background: #71A3FF;
}
.main_gongtube .thum_tab .tab_name::before {
  content: "";
  display: inline-block;
  margin-right: 0.625rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 100%;
  background: #fff;
}
.main_gongtube .thum_tab .flex {
  display: none;
  column-gap: 0.9375rem;
}
.main_gongtube .thum_tab.active .flex {
  display: flex;
}
.main_gongtube .min_tab {
  display: flex;
}
.main_gongtube .min_tab li {
  white-space: nowrap;
  padding: 0rem 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 0.1875rem solid #E0E0E0;
  color: #B7B7B7;
}
.main_gongtube .min_tab .active {
  color: #71A3FF !important;
  border-bottom: 0.1875rem solid #71A3FF;
}
.main_gongtube .more {
  width: 29px;
  height: 29px;
  background:url(/img/n_more.png)no-repeat;
  background-size:contain;
}
.main_gongtube .thum {
  display: none;
}
.main_gongtube .thum_tab.active ~ .thum.active {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: min(75rem, 100% - 0rem);
  padding: 1.25rem 0.9375rem;
  margin: 0 auto;
  border-left: 2px solid #71A3FF;
  border-right: 2px solid #71A3FF;
  border-bottom: 2px solid #71A3FF;
  background: #fff;
}
.main_gongtube .main_gongtube_title {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 17.5rem;
}
.main_gongtube img {
  width: 100%;
  max-width: 17.5rem;
}

.section_04 {
  padding: 2.5rem 0rem 7.5rem;
}

.con_board {
  column-gap: 1rem;
}
.con_board .bx_card_con {
  align-items: end;
  column-gap: 1.0625rem;
  justify-content: space-between;
}
.con_board .bx_card_con .bx_thum {
  max-width: 9.375rem;
}
.con_board .bx_card_con .bx_thum img {
  width: 100%;
}
.con_board .bx_card_con .bx_thum p {
  margin-top: 0.4375rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000;
}
.con_board .bx_card_con .bx_thum span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #6199FF;
}
.con_board .bx_card_con ul li {
  max-width: 21.875rem;
  padding: 0.625rem 0rem;
  font-size: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  border-bottom: 1px solid #D3D3D3;
}
.con_board .bx_card_con ul li:last-child {
  border-bottom: 0;
}
.con_board .main_notice ul {
  width: 100%;
}
.con_board .main_notice li {
  display: flex;
  align-items: center;
  max-width: 32.5rem;
  padding: 0.625rem 0rem;
  font-size: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  border-bottom: 1px solid #D3D3D3;
}
.con_board .main_notice li:last-child {
  border-bottom: 0;
}
.con_board .main_notice li::before {
  content: "";
  display: inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  margin-right: 0.625rem;
  background: #D9D9D9;
}
.con_board .more {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #B7B7B7;
}
.con_board .more::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.75rem;
  margin-left: 0.3125rem;
  background: url(/img/n_arrow_gray.png) no-repeat;
  background-size: contain;
}

.bx_card {
  flex: 1;
  padding: 1.5625rem 2.1875rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bx_card .bx_card_title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.bx_card .bx_card_title span {
  font-size: 1.125rem;
  font-weight: 400;
  color: #8D8D8D;
}
.bx_card .bx_card_title span.active {
  color: #000;
  font-weight: 500;
}
.bx_card .bx_card_title .title_span span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.8125rem;
  margin: 0rem 0.625rem;
  background: #8D8D8D;
}
.bx_card .bx_card_title .title_span span:last-child::after {
  display: none;
}
.bx_card .card_img_list {
  column-gap: 0.75rem;
}
.bx_card .card_img_list img {
  width: 100%;
}
.bx_card .card_img_list .card_name {
  margin-top: 0.4375rem;
  text-align: center;
  font-size: 0.875rem;
  color: #444;
}

.bx_min_banner {
  display: flex;
  justify-content: space-between;
  column-gap: 1.0625rem;
}
.bx_min_banner li {
  position: relative;
}
.bx_min_banner a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.bx_min_banner img {
  width: 100%;
  height: 100%;
}

.bottom_navi {
  padding: 2.1875rem 0rem;
  background: #F2F2F2;
}
.bottom_navi ul {
  column-gap: 6.5625rem;
  justify-content: center;
}
.bottom_navi ul a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #818181;
}

.fixed_slide {
  position: fixed;
  width: 100%;
  bottom: -0.3125rem;
  z-index: 20;
  text-align: center;
}
.fixed_slide::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  bottom:0;
  height: 100px;
  background: #2265FC;
  z-index: -1;
}
.fixed_slide::after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 100px;
  bottom:0;
  background: #321E53;
  z-index: -1;
}
.fixed_slide a {
	position:relative;
	display:block;
}
.fixed_slide img {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/***** 반응형 *****/
html {
  font-size: 16px;
}
@media (min-width: 0px) and (max-width: 600px) {
	.section_04 {margin-top:0 !important;}
}
@media (min-width: 0px) and (max-width: 757px) {
  .fixed_slide {
    display: none;
  }
  .banner img {
    width: 100%;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 18.5px !important;
  }
  .swiper-pagination-bullet {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }
  .section_01 {
    width: 100%;
  }
  .section_01 .bx_left {
    display: none;
  }
  .section_01 .bx_right {
    display: none;
  }
  .section_01 .bx_middle {
    width: 100%;
  }
  .section_01 .con_middle {
    flex-direction: column;
    margin-bottom: 3.75rem;
  }
  .section_01 .slide_01 {
    margin-bottom: 0.625rem;
  }
  .section_01 .slide_01, .section_01 .slide_02 {
    width: 100%;
    flex: 1;
  }
  .section_01 .slide_01 .swiper-pagination, .section_01 .slide_02 .swiper-pagination {
    bottom: 1.15625rem !important;
  }
  .section_01 .teacherSwiper {
    margin-bottom: 0.625rem;
  }
  .section_01 .swiper-pagination {
    bottom: 1.5px !important;
  }
  .con_sub .flex {
    flex-direction: column;
  }
  .con_sub .blue_txt {
    max-width: 100%;
    padding: 0rem 0.9375rem;
  }
  .con_sub .blue_txt p {
    padding-bottom: 0.625rem;
  }
  .con_sub .blue_txt br {
    display: none;
  }
  .con_sub .blue_txt a {
    display: inline-block;
    width: auto;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .card_table b {
	font-size:17px !important;
  }
  .gpSwiper {
    display: none !important;
    width: 100%;
  }
  .gpSwiper.active {
      display: block !important;
  }
  .gpSwiper img {
    width: 100%;
  }
  .gpSwiper .swiper-pagination {
    bottom: 18.5px !important;
  }
  .grid_slide .slide_bx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grid_slide .swiper-button-next, .grid_slide .swiper-button-prev {
    top: auto;
    background: #c6c6c6;
    opacity: 0.6;
    border-radius: 100%;
    width: 3.125rem;
    height: 3.125rem;
    color: #fff !important;
  }
  .grid_slide .swiper-button-prev.swiper-button-disabled, .grid_slide .swiper-button-next.swiper-button-disabled {
    opacity: 0.6;
  }
  .grid_slide .swiper-button-next {
    right: 0.625rem !important;
  }
  .grid_slide .swiper-button-prev {
    left: 0.625rem !important;
  }
  .grid_slide .swiper-button-next:after, .grid_slide .swiper-button-prev:after {
    font-size: 20px !important;
  }
	.con_sub .grid_slide .slide_bx {width:100%;}
  .mobile_table_bx {
    padding: 0rem 0.9375rem;
  }
  .mobile_table_bx .tableSwiper {
    border-radius: 6px;
    overflow: hidden;
  }
  .mobile_table_bx table {
    width: 100%;
  }
  .mobile_table_bx br {
    display: none;
  }
  .mobile_table_bx .swiper-pagination {
    bottom: 0rem !important;
  }
  .mobile_table_bx .swiper-pagination-bullet-active {
    width: 0.9375rem !important;
    border-radius: 6.25rem;
  }
  .mobile_table_bx .round_btn {
    position: absolute;
    right: 0.6rem;
    top: 1.125rem;
    width: 20px;
    height: 20px;
	line-height:20px;
    font-size: 13px;
	padding-bottom:2px;
  }
  .mobile_table_bx .table_min {
	color: #8A8A8A;
	font-family: Inter;
	font-size: 11.5px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:13px;
  }
  .card_table td:nth-of-type(1) {width:60px !important;}
  .grid_slide {
    margin-top: 2.5rem;
  }
  .grid_slide .swiper {
    width: 100% !important;
  }
  .con_sub {
    margin-bottom: 7.5rem;
  }
  .con_link .flex {
    flex-direction: column;
  }
  .con_interview .padding_bx {
    padding: 0;
  }
  .con_interview .swiper-button-next, .con_interview .swiper-button-prev {
    display: none;
  }
  .con_interview .swiper-pagination-bullet-active {
    width: 0.9375rem !important;
    border-radius: 6.25rem;
  }
  .icon_title {
    padding: 0rem 0.9375rem;
    font-size: 1.25rem;
  }
.con_interview .mini_title {
 padding: 0rem 0.9375rem;
margin:15px 0 15px;
  }
.gongtube_title {padding:0;}
.gongtube_title + .mini_title {
	margin:15px 0 0;
}
  .con_news {
    padding: 0 !important;
  }
  .con_news .flex {
    flex-direction: column-reverse;
    align-items: baseline;
    justify-content: baseline;
  }
  .con_news .flex > div {
    position: relative;
    width: 100%;
  }
  .con_news .flex div:first-child {
    padding: 0.625rem 1.5625rem;
  }
  .con_news .flex p {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .con_news .flex span {
    font-size: 0.875rem;
  }
  .con_news .flex span a {font-size:10px;}
  .con_news img {
    max-width: 100% !important;
  }
  .con_news .slide_num {
    position: absolute;
    top: 0.625rem;
    right: 1.25rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1.125rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.3125rem 0.9375rem;
    color: #fff !important;
    line-height: 1;
  }
  .con_news .slide_num i {
    font-style: normal;
  }
  .con_news .swiper-button-next, .con_news .swiper-button-prev {
    top: 27%;
    color: #747474 !important;
    opacity: 1 !important;
  }
  .con_news .swiper-button-next {
    right: 0.625rem !important;
  }
  .con_news .swiper-button-prev {
    left: 0.625rem !important;
  }
  .con_news .swiper-button-next:after, .con_news .swiper-button-prev:after {
    font-size: 30px !important;
    font-weight: 800;
  }
  .con_review h2 {
    font-size: 20px;
  }
  .con_review .min_title {
    font-size: 1.125rem;
  }
  .con_review .grey_txt {
    text-align: start;
    padding-left: 1.25rem;
  }
  .con_review .swiper-slide {
    height: 12.5rem;
  }
  .con_review .swiper-slide span {
    font-size: 0.9375rem;
  }
  .section_03 {
    background: #fff;
  }
  .section_03 .mini_title {
    font-size: 0.9375rem;
  }
  .tableSwiper .card_table td:nth-of-type(2), .tableSwiper .card_table td:nth-of-type(3) {
    width: auto !important;
  }
  .tableSwiper td {
    white-space: nowrap;
  }
  .main_gongtube .thum_tab {
    max-height: 2.8125rem;
    white-space: nowrap;
    font-size: 1rem;
    justify-content: center;
    color: #b5b5b5;
    font-weight: 500;
  }
  .main_gongtube .thum_tab.active .tab_name::before {
    display: none;
  }
  .main_gongtube .min_tab {
    display: none;
  }
.main_gongtube .thum_tab .tab_name::before {
	display:none;
}
  .main_gongtube .more {
    display: none;
  }
  .main_gongtube .thum {
    row-gap: 0.9375rem;
    padding-top: 3.125rem !important;
    flex-wrap: wrap;
    column-gap: 1.25rem;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .main_gongtube .thum div {
    width: calc(50% - 10px);
  }
  .main_gongtube .thum p {
    font-size: 0.875rem;
  }
  .main_gongtube .thum .mobile_view {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0rem 0.9375rem;
  }
  .main_gongtube .thum .mobile_view .min_tab {
    display: flex;
    position: absolute;
    left: 0px;
    top: 0.625rem;
  }
  .main_gongtube .thum .mobile_view a {
    position: absolute;
    right: 0.9375rem;
    top: 0.625rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #B7B7B7;
  }
  .main_gongtube .thum .mobile_view a::after {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.75rem;
    margin-left: 0.3125rem;
    background: url(/img/n_arrow_gray.png) no-repeat;
    background-size: contain;
  }
  .section_04 {
    width: 100%;
    margin-top: 6.25rem;
  }
  .section_04 .con_board {
    flex-direction: column;
  }
  .section_04 .con_board .bx_thum {
    display: none;
  }
  .section_04 .bx_card {
    padding: 1.5625rem 0.9375rem;
    box-shadow: none;
  }
  .section_04 .bx_card .bx_card_title span {
    font-size: 1rem;
  }
  .section_04 .bx_card .bx_card_con ul li {
    border-bottom: 0;
  }
  .section_04 .bx_card .main_notice li {
    border-bottom: 0;
  }
  .section_04 .bx_cardli::before {
    content: "";
    display: inline-block;
    width: 0.4375rem;
    height: 0.4375rem;
    margin-right: 0.625rem;
    background: #D9D9D9;
  }
  .section_04 .bx_card:first-child {
    border-bottom: 4px solid #f3f3f3;
  }
  .bx_min_banner {
    flex-direction: column;
  }
  .con_review .swiper-slide {height:180px;}
}
@media (min-width: 758px) and (max-width: 1023px) {
  .banner img {
    width: 100%;
  }
  .con_sub .grid_slide {
    max-height: 30rem;
  }
  .con_sub .grid_slide .swiper {
    width: 68%;
  }
  .con_sub .grid_slide .swiper-wrapper {
    height: 92% !important;
  }
  .con_sub .grid_slide .swiper-button-next {
    right: 28%;
  }
  .con_news .flex {
    column-gap: 0.9375rem;
  }
  .con_news .flex span {
    font-size: 0.9375rem;
  }
  .con_news .flex p {
    font-size: 1.75rem;
  }
  .main_gongtube .thum div:not(.flex) {
    width: 24%;
  }
  .con_review h2 .mobile_view {display:block !important;}
  .con_middle .title_tag {font-size:14px;}
  .fixed_slide img {width:100%;}
  .fixed_slide::before {display:none;}
  .fixed_slide::after {display:none;}
  .tab_view {display:block !important;}
  .con_review .swiper-slide {height:200px;}
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .banner img {
    width: 100%;
  }
  .tab_view {display:block !important;}
  .con_sub .grid_slide .swiper {
    width: 70%;
  }
  .con_sub .grid_slide .swiper-button-next {
    right: 26%;
  }
  .con_news .flex {
    column-gap: 0.9375rem;
  }
  .con_news .flex span {
    font-size: 1rem;
  }
  .con_news .flex p {
    font-size: 2.25rem;
  }
  .main_gongtube .thum div:not(.flex) {
    width: 24%;
  }
    .con_middle .title_tag {font-size:14px;}
	.con_review h2 .mobile_view {display:block !important;}
}
/***** 반응형 *****/
.spot_video {
  margin: 3.4375rem 0rem 3.75rem;
}
.spot_video .min_title {
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
.spot_video .video_container {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 1.875rem;
}
.spot_video iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.spot_video .flex {
  column-gap: 1.25rem;
}
.spot_video .flex li {
  padding-top: 29.25%;
}

.bx_gongtube .mini_title {
  margin-left: 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: #8A8A8A;
}
.bx_gongtube .keyword {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.bx_gongtube .keyword .key_title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #585858;
}
.bx_gongtube .keyword .key_title::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.0625rem;
  margin: 0rem 0.9375rem;
  background: #585858;
}
.bx_gongtube .keyword li:not(.key_title) {
  padding: 0.5rem 0.8125rem;
  margin-right: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #E6E6E6;
  background: #fff;
  border-radius: 1.53125rem;
  color: #194A9E;
  cursor: pointer;
}
.bx_gongtube .keyword li:not(.key_title).active {
  border: 1px solid #C5D9FF;
  color: #194A9E;
  background: #C5D9FF;
}
.bx_gongtube .select_keyword {
  display: flex;
  align-items: center;
}
.bx_gongtube .select_keyword .skey_title {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #BDBDBD;
}
.bx_gongtube .select_keyword .skey_title::after {
  content: "";
  display: inline-block;
  width: 2px;
  margin-top: 0.8125rem;
  height: 0.875rem;
  margin: 0rem 0.9375rem;
  background: #BDBDBD;
}
.bx_gongtube .select_keyword li:not(.skey_title) {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #BDBDBD;
  cursor: pointer;
  margin-right:5px;
}

.gongtube_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.25rem 0rem;
  padding: 1.125rem 0rem;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.gongtube_tab ul {
  display: flex;
  column-gap: 0.6875rem;
}
.gongtube_tab ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 8.375rem;
  padding: 0.625rem 0rem;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 1.53125rem;
  color: #003965;
  border: 1px solid #E6E6E6;
  cursor: pointer;
}
.gongtube_tab ul .active a {
  background: #194A9E;
  color: #fff;
}
.gongtube_tab .sort {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
}
.gongtube_tab .sort_btn {
  display: flex;
  column-gap: 0.9375rem;
  font-weight: 500;
  font-size: 1.125rem;
  color: #8A8A8A;
  cursor: pointer;
}
.gongtube_tab .sort_btn svg {
  margin-right: 5px;
}
.gongtube_tab .sort_btn .active {
  color: #000;
}
.gongtube_tab .sort_btn .active svg path {
  fill: #003965;
}
.gongtube_tab .sort_btn_02 {
  display: flex;
  column-gap: 0.5rem;
  cursor: pointer;
}
.gongtube_tab .sort_img_01.active svg rect {
  stroke: #003965;
}
.gongtube_tab .sort_img_01.active svg rect:not(:first-child) {
  stroke: #003965;
  fill: #003965;
}
.gongtube_tab .sort_img_02.active svg rect:first-child {
  stroke: #003965;
}
.gongtube_tab .sort_img_02.active svg rect:not(:first-child) {
  fill: #003965;
}

.bx_thum_list {
  display: none;
  flex-wrap: wrap;
  column-gap: 1.5625rem;
  row-gap: 2.1875rem;
  margin: 3.125rem 0rem 0rem;
  padding-bottom: 9.375rem;
  border-bottom: 1px solid #A5A5A5;
}
.bx_thum_list.active {
  display: flex;
}
.bx_thum_list li {
  max-width: calc((100% - 4.6875rem) / 4);
  width: 100%;
}
.bx_thum_list li p {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}

.bx_txt_list {
  display: none;
  margin-top: 2.1875rem;
}
.bx_txt_list.active {
  display: block;
}
.bx_txt_list li {
  padding: 1.125rem 0rem;
  border-bottom: 1px solid #DCDCDC;
}
.bx_txt_list li h3 {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
.bx_txt_list li h3 b {
  font-weight: 600;
}
.bx_txt_list li .flex {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 0.625rem;
}
.bx_txt_list li .flex > p {
  display: -webkit-box;
  width: 65%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #A0A0A0;
}
.bx_txt_list li .txt_list_info {
  column-gap: 0.9375rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #A0A0A0;
}
.bx_txt_list li .txt_list_info span {
  display: flex;
  column-gap: 0.9375rem;
}
.bx_txt_list li .txt_list_info i {
  white-space: nowrap;
  font-style: inherit;
}
.bx_txt_list li .hashtag {
  font-size: 1rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #6199FF;
}

/***** 반응형 *****/
@media (min-width: 0px) and (max-width: 757px) {
  .bx_960 {
    width: 100%;
  }
  .spot_video {
    margin: 0.9375rem 0rem 1.5625rem;
  }
  .spot_video .min_title {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    font-size: 1.125rem;
  }
  .bx_gongtube {
    width: 100%;
  }
  .bx_gongtube .icon_title {
    padding-left: 0;
    margin: 0rem 0.9375rem 0.625rem;
  }
  .bx_gongtube .mini_title {
    margin: 0rem 0.9375rem;

  }
  .bx_gongtube .gongtube_tab {
    padding: 0;
    border: 0;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    flex-wrap: wrap;
  }
  .bx_gongtube .gongtube_tab ul {
    flex-wrap: wrap;
    row-gap: 0.625rem;
  }
  .bx_gongtube .gongtube_tab a {
    width: auto;
    padding: 0.5rem 0.9375rem;
    font-size: 1.125rem;
  }
  .bx_gongtube .sort {
    display: none;
  }
  .bx_gongtube .sort_btn {
    font-size: 0.9375rem;
  }
  .bx_gongtube .keyword {
    display: block;
    align-items: start;
    background: #F6FAFF;
    padding: 0.9375rem 0rem 1.875rem;
  }
  .bx_gongtube .keyword .key_title {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    color: #6199FF;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .bx_gongtube .keyword .key_title::after {
    content: "";
    width: 13px;
    height: 10px;
    display: inline-block;
    background: url(/img/n_more_arrow.png) no-repeat;
    background-size: contain;
    margin-left: 7px;
  }
  .bx_gongtube .keyword .key_title.up::after {
	content: "";
    width: 13px;
    height: 10px;
    display: inline-block;
    background: url(/img/n_more_up.png) no-repeat;
    background-size: contain;
    margin-left: 7px;
  }
  .bx_gongtube .keyword li {
    display: inline-block !important;
    margin-bottom: 0.625rem;
    margin-left: 0.625rem;
    margin-right: 0rem !important;
    font-size: 0.9375rem !important;
  }
  .bx_gongtube .keyword li.hid.none {
	display:none !important;
  }
  .bx_gongtube .keyword li.hid.view {
	display:inline-block !important;
  }
  .bx_gongtube .select_keyword {
    display: none;
  }
  .bx_gongtube .mobile_view .sort {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .bx_gongtube .mobile_video_bx {
    display: flex;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .bx_gongtube .mobile_video_bx .flex {
    column-gap: 0.3125rem;
    justify-content: space-between;
  }
  .bx_gongtube .mobile_video_bx .video_container {
    display: flex;
    flex-direction: column;
    width: 49%;
  }
  .bx_gongtube .mobile_video_bx .video_container p {
    font-size: 0.9375rem !important;
    font-weight: 400;
  }
  .bx_gongtube .mobile_video_bx p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.125rem !important;
    margin-top: 0.625rem;
    margin-bottom: 0;
    padding-bottom: 0.625rem;
    font-weight: 700;
    color: #000;
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
  .bx_thum_list {
    margin: 3.125rem 1.25rem 0rem;
  }
  .bx_thum_list li {
    max-width: 100%;
    display: flex;
    column-gap: 0.4375rem;
  }
  .bx_thum_list li p {
    font-size: 0.875rem;
  }
  .bx_thum_list .bx_iframe {
    height: 6.875rem;
  }
  .bx_thum_list .mobile_view {
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
  }
  .bx_thum_list .video_name {
    color: #8A8A8A;
    font-size: 0.6875rem;
    font-weight: 500;
  }
  .bx_txt_list {
    margin: 3.125rem 1.25rem 0rem;
  }
  .bx_txt_list .hashtag span:not(.video_tag) {
    margin-left: 0.625rem;
    font-size: 0.875rem;
  }
  .bx_txt_list h3 {
    width: 80%;
    font-size: 0.875rem !important;
    margin-top: 0.625rem;
  }
  .bx_txt_list p {
    display: none !important;
  }
  .bx_txt_list .video_list_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bx_txt_list .list_view_num {
    display: flex;
    font-size: 0.8125rem;
    font-weight: 500;
  }
  .bx_txt_list .list_view_num img {
    vertical-align: middle;
    margin-right: 0.3125rem;
  }
  .video_tag {
    display: inline-block;
    text-align: center;
    max-width: 4.6875rem;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.1875rem 0.625rem;
    color: #194A9E;
    border-radius: 12px;
    background: #D0E1FF;
  }
}
/***** 반응형 *****/
html {
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 350px) {
  html {
    font-size: 12px !important;
  }
}
@media (min-width: 0px) and (max-width: 757px) {
  html {
    font-size: 15px !important;
    overflow-x: hidden;
  }
  .pc_view {
    display: none !important;
  }
  .pc_view_flex {
    display: none !important;
  }
  .mobile_view {
    display: block !important;
  }
  header .logo {
    padding: 4.6875rem 0rem 1.6875rem;
    justify-content: center;
  }
  header .logo span {
    display: none;
  }
  header .logo img {
    width: 9.375rem;
  }
  header .header_login {
    display: none;
  }
  header .header_menu {
    display: none;
  }
  .scroll_header {
    display: none;
  }
  .side_navi {
    display: none;
  }
  .bottom_navi ul {
    flex-wrap: wrap;
    column-gap: 1.25rem;
    row-gap: 0.625rem;
    padding: 0rem 0.625rem;
  }
  .bottom_navi a {
    font-size: 0.6875rem !important;
  }
  footer {
    padding-top: 0;
    padding-bottom: 6.875rem;
    text-align: center;
    background: #F2F2F2;
  }
  footer .foot_logo {
    justify-content: center;
  }
  footer .foot_logo img {
    width: 6.875rem;
  }
  footer .foot_sns {
    display: none;
  }
}
@media (min-width: 758px) and (max-width: 1023px) {
  html {
    font-size: 12px !important;
  }
  .side_navi {
    max-height: 44.5rem;
  }
  .scroll_header li > a {
    font-size: 0.9375rem;
  }
  .scroll_header .sub_menu {
    top: 3.9375rem;
  }
  .scroll_header li:nth-of-type(1) .sub_menu {
    transform: translateX(-10%);
  }
  .scroll_header li:nth-of-type(8) .sub_menu {
    transform: translateX(-90%);
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  html {
    font-size: 14.5px !important;
  }
  .side_navi {
    max-height: 42.8125rem;
  }
  .scroll_header li > a {
    font-size: 1.0625rem;
  }
  .scroll_header .sub_menu {
    top: 4.0625rem;
  }
  .scroll_header li:nth-of-type(1) .sub_menu {
    transform: translateX(-20%);
  }
  .scroll_header li:nth-of-type(8) .sub_menu {
    transform: translateX(-90%);
  }
}

@media (min-width: 1025px) and (max-width: 1705px) {
  html {
    font-size: 14.5px !important;
  }
  .scroll_header li:nth-of-type(1) .sub_menu {
    transform: translateX(-20%);
  }
  .scroll_header li:nth-of-type(8) .sub_menu {
    transform: translateX(-90%);
  }
}

/*# sourceMappingURL=renewal.css.map */
