@charset "UTF-8";

:root {
  --theme1-color: #246BEB;
  --theme2-color: #EB4671;
  --theme3-color: #0B9B9B;
}

html {
  font-size: 10px;
}

body {
  background-color: #F8FAFC;
  color: #1D1D1D;
  font-size: 17px;
}

/* 상단 카테고리 탭 */
.categoryWrap {
  position: relative;
}

.categoryWrap>.tab {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.categoryWrap>.tab-conts-wrap>.tab-conts::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/new/theme1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% 93%;
  z-index: -1;
}

.categoryWrap>.tab-conts-wrap>.tab-conts.theme2::before {
  background-image: url(../img/new/theme2.jpg);
}

.categoryWrap>.tab-conts-wrap>.tab-conts.theme3::before {
  background-image: url(../img/new/theme3.jpg);
}

.categoryWrap>.tab {
  background: rgba(255, 255, 255, .3);
  padding: 15px 20px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 100px;
  box-shadow: 0px 4px 12px rgba(100, 100, 100, .1);
}

.categoryWrap>.tab>ul {
  display: flex;
  gap: 10px;
  overflow-x: visible;
}

.categoryWrap .btn-tab {
  width: 160px;
  padding: 15px 20px;
  background-color: #fff;
  border: solid 1px #F0F0F0;
  border-radius: 50px !important;
  transition: all .3s ease-in-out 0s;
  position: relative;
  font-weight: 500;
  font-size: 1.15em;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

.categoryWrap .active .btn-tab {
  width: 260px;
  font-weight: 700;
}

.categoryWrap .active .btn-tab::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: calc(50% - 8px);
  width: 0px;
  height: 0px;
  border-bottom: 8px solid transparent;
  border-top: 8px solid var(--theme1-color);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.categoryWrap .active:nth-child(2) .btn-tab:before {
  border-top-color: var(--theme2-color);
}

.categoryWrap .active:nth-child(3) .btn-tab:before {
  border-top-color: var(--theme3-color);
}

.categoryWrap li.active:nth-child(1) .btn-tab,
.categoryWrap li:nth-child(1) .btn-tab:hover,
.categoryWrap li:nth-child(1) .btn-tab:focus {
  background-color: var(--theme1-color);
  color: #fff;
}

.categoryWrap li.active:nth-child(2) .btn-tab,
.categoryWrap li:nth-child(2) .btn-tab:hover,
.categoryWrap li:nth-child(2) .btn-tab:focus {
  background-color: var(--theme2-color);
  color: #fff;
}

.categoryWrap li.active:nth-child(3) .btn-tab,
.categoryWrap li:nth-child(3) .btn-tab:hover,
.categoryWrap li:nth-child(3) .btn-tab:focus {
  background-color: var(--theme3-color);
  color: #fff;
}

.categoryWrap .tabInfo {
  white-space: nowrap;
}

.categoryWrap .tabInfo {
  position: relative;
  padding-left: 50px;
  font-weight: 700;
  font-size: 1em;
}

.categoryWrap .tabInfo small {
  font-size: .86em;
}

.categoryWrap .tabInfo::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/new/livearea.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.categoryWrap .tab-conts-wrap {
  padding-top: 120px;
  position: relative;
}

.categoryWrap .tab-conts-wrap .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.categoryWrap .tab-conts .inner>* {
  border-radius: 12px;
  background-color: #fff;
}

.categoryWrap .tab-conts .inner>*:nth-child(3),
.categoryWrap .tab-conts .inner>*:nth-child(4) {
  border: solid 1px #F0F0F0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}


.categoryWrap .theme1 .inner>*:nth-child(1),
.categoryWrap .theme1 .inner>*:nth-child(3),
.categoryWrap .theme2 .inner>*:nth-child(1),
.categoryWrap .theme2 .inner>*:nth-child(3),
.categoryWrap .theme3 .inner>*:nth-child(1) {
  max-width: 880px;
  flex-grow: 2.5;
}

.categoryWrap .theme1 .inner>*:nth-child(2),
.categoryWrap .theme1 .inner>*:nth-child(4),
.categoryWrap .theme2 .inner>*:nth-child(2),
.categoryWrap .theme2 .inner>*:nth-child(4),
.categoryWrap .theme3 .inner>*:nth-child(2) {
  max-width: 356px;
  flex-grow: 1;
}

.categoryWrap .theme3 .inner>*:nth-child(3),
.categoryWrap .theme3 .inner>*:nth-child(4) {
  flex-basis: calc(50% - 20px);
  flex-grow: 1;

}

/* 새소식 카테고리 */
.categoryWrap .tab-conts>.inner>*:nth-child(1),
.categoryWrap .tab-conts>.inner>*:nth-child(2) {
  height: 380px;
}

.categoryWrap .tab-conts>.inner>*:nth-child(3),
.categoryWrap .tab-conts>.inner>*:nth-child(4) {
  height: 320px;
}

.categoryWrap .newsBanner {
  margin-left: 0;
}

.categoryWrap .newsBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.categoryWrap .newsBanner .controller {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
}

.categoryWrap .newsBanner .newsBanner-pagination,
.categoryWrap .newsBanner i {
  width: 67px;
  height: 40px;
  background: #fff;
  border: solid 1px #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  letter-spacing: 3px;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.categoryWrap .newsBanner .swiper-pagination-current {
  color: #246BEB;
}

.categoryWrap .newsBanner i {
  width: 40px;
  font-size: 24px;
}

.categoryWrap .newsBanner i::before {
  width: 24px;
}

/* quickLinks */
.categoryWrap .quickLinks {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  font-size: 1.12em;
}

.categoryWrap .quickLinks ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.categoryWrap .quickLinks ul>li {
  flex-grow: 1;
}

.categoryWrap .quickLinks ul>li a {
  display: flex;
  background-color: #fff;
  height: 100%;
  border-radius: 12px;
  padding: .8em 1.1em;
  align-items: center;
  transition: all .3s ease-out 0s;
  font-weight: 500;
}

.categoryWrap .quickLinks ul>li a .linkName {
  flex-grow: 1;
}

.categoryWrap .quickLinks ul>li a::before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/new/quikLinks_icon1.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.categoryWrap .quickLinks ul>li:nth-child(2) a::before {
  background-image: url(../img/new/quikLinks_icon2.svg);
}

.categoryWrap .quickLinks ul>li:nth-child(3) a::before {
  background-image: url(../img/new/quikLinks_icon3.svg);
}

.categoryWrap .quickLinks ul>li:nth-child(4) a::before {
  background-image: url(../img/new/quikLinks_icon4.svg);
}

.categoryWrap .quickLinks ul>li a::after {
  content: "\e93f";
  font-family: 'xeicon';
}

.categoryWrap .theme1 .quickLinks ul>li:nth-child(1) a {
  background-color: var(--theme1-color);
  color: #fff;
}

.categoryWrap .theme1 .quickLinks ul>li:nth-child(1) a:hover,
.categoryWrap .theme1 .quickLinks ul>li:nth-child(1) a:focus {
  background-color: #1653C1;
}

.categoryWrap .theme2 .quickLinks ul>li:nth-child(1) a {
  background-color: var(--theme2-color);
  color: #fff;
}

.categoryWrap .theme2 .quickLinks ul>li:nth-child(1) a:hover,
.categoryWrap .theme2 .quickLinks ul>li:nth-child(1) a:focus {
  background-color: #CB2A55;
}

.categoryWrap .theme3 .quickLinks ul>li:nth-child(1) a {
  background-color: var(--theme3-color);
  color: #fff;
}

.categoryWrap .theme3 .quickLinks ul>li:nth-child(1) a:hover,
.categoryWrap .theme3 .quickLinks ul>li:nth-child(1) a:focus {
  background-color: #097C7C;
}

.categoryWrap .theme1 .quickLinks ul>li a:hover,
.categoryWrap .theme1 .quickLinks ul>li a:focus {
  background-color: var(--theme1-color);
  color: #fff;
}

.categoryWrap .theme2 .quickLinks ul>li a:hover,
.categoryWrap .theme2 .quickLinks ul>li a:focus {
  background-color: var(--theme2-color);
  color: #fff;
}

.categoryWrap .theme3 .quickLinks ul>li a:hover,
.categoryWrap .theme3 .quickLinks ul>li a:focus {
  background-color: var(--theme3-color);
  color: #fff;
}

.categoryWrap .quickLinks small {
  font-size: 13px;
}

/* newTabWrap  최근 게시물 */
.newTabWrap .tabGroup {
  display: flex;
  position: relative;
  padding: 20px;
}

.newTabWrap .tab {
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
  gap: 10px;
  padding-right: 10px;
  align-items: center;
}

.newTabWrap .tab::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #E4E4E4;
}

.newTabWrap .tabGroup>*:last-child .tab::after {
  display: none;
}

.newTabWrap .tab.active {
  color: var(--theme1-color);
}

.theme2 .newTabWrap .tab.active,
.theme2 .newTabWrap .xi-new {
  color: var(--theme2-color);
}

.theme3 .newTabWrap .tab.active,
.theme3 .newTabWrap .xi-new {
  color: var(--theme3-color);
}
.theme1 .newTabWrap .tab.active,.theme2 .newTabWrap .tab.active,.theme3 .newTabWrap .tab.active{ position: relative;}
.theme1 .newTabWrap .tab.active:before{
	content: "";
	display: block;
	width: calc(100% - 20px);
	height: 3px;
	background: var(--theme1-color);
	position: absolute;
	left: 0%;
	bottom: -20px;
}
/*   */
@media (max-width:590px) {
.theme1 .newTabWrap .tab.active:before{bottom: -6px;}
}
.theme2 .newTabWrap .tab.active:before{
	content: "";
	display: block;
	width: calc(100% - 20px);
	height: 3px;
	background: var(--theme2-color);
	position: absolute;
	left: 0%;
	bottom: -20px;
}
.theme3 .newTabWrap .tab.active:before{
	content: "";
	display: block;
	width: calc(100% - 20px);
	height: 3px;
	background: var(--theme3-color);
	position: absolute;
	left: 0%;
	bottom: -20px;
}
.theme1 .newTabWrap .tabGroup .listType:last-child .tab.active:before,
.theme2 .newTabWrap .tabGroup .listType:last-child .tab.active:before,
.theme3 .newTabWrap .tabGroup .listType:last-child .tab.active:before{width: calc(100% - 10px);}
.newTabWrap .tabPanel {
  position: absolute;
  width: 100%;
  top: 68px;
  left: 0px;
  padding: 10px 20px;
}

.newTabWrap .listType .tabPanel {
  border-top: solid 1px #F0F0F0;
}

.newTabWrap .xi-new {
  color: var(--theme1-color);
  line-height: 0;
}

.newTabWrap .listType .tabPanel ul {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

.newTabWrap .listType .tabPanel ul li{
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px;
}

.newTabWrap .listType .tabPanel ul a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0px;
  border-bottom: dashed 1px #F0F0F0;
}

.newTabWrap .listType .tabPanel ul li:last-child a{
  border-bottom: none;
}

.newTabWrap .listType .tabPanel li:hover{
  background-color: #F8F8F8;
}

.newTabWrap .listType .tabPanel a:hover {
  font-weight: 700;
}

.newTabWrap .listType .tabPanel .subj {
  flex-grow: 1;
  flex-basis: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  transition: all .3s ease 0s;
}

.newTabWrap .listType .tabPanel .subj span {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.newTabWrap .tabGroup .moreLink {
  position: absolute;
  right: 20px;
  top: -45px;
}

/* 카드뉴스 */
.categoryWrap .cardNews {
  width: 380px;
  overflow: hidden;
  position: relative;
}

.categoryWrap .cardNews .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: solid 1px #F0F0F0;
}

.categoryWrap .cardNews .title {
  font-size: 1.12em;
  font-weight: 700;
}

.categoryWrap .cardNews .controller {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  flex-grow: 1;
}

.categoryWrap .cardNews .cardNews-pagination {
  width: 65px;
  border: solid 1px #dcdcdc;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  letter-spacing: 3px;
  font-size: 1em;
  color: #000;
  font-weight: 700;
}

.categoryWrap .cardNews .cardNews-pagination .swiper-pagination-current {
  color: #246BEB;
}

.categoryWrap .cardNews .controller i {
  width: 24px;
  height: 24px;
  border-radius: 40px;
  display: block;
  border: solid 1px #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categoryWrap .cardNews .swiper-slide a {
  display: block;
  height: 250px;
}

.categoryWrap .cardNews img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* theme2 */
/* photoNews  포토뉴스 */
.categoryWrap .photoNews {
  background-color: transparent !important;
  position: relative;
  overflow: visible;
}

.categoryWrap .photoNews .photoNews-pagination {
  position: absolute;
  top: auto;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 50px;
  z-index: 2;
  display: flex;
  width: auto !important;
}

.categoryWrap .photoNews .photoNews-pagination>span {
  transition: all .3s ease 0s;
  background-color: #8E8E8E;
  opacity: 1;
}

.categoryWrap .photoNews .photoNews-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme2-color);
  width: 20px;
  border-radius: 5px;
}

.categoryWrap .photoNews .photoNews-button-prev,
.categoryWrap .photoNews .photoNews-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  z-index: 2;
  border-radius: 50%;
  font-size: 30px;
}

.categoryWrap .photoNews .photoNews-button-prev {
  left: -24px;
}

.categoryWrap .photoNews .photoNews-button-next {
  right: -24px;
}

.categoryWrap .photoNews li {
  border-radius: 12px;
  overflow: hidden;
}

.categoryWrap .photoNews img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

/* 청장실 */
.categoryWrap .commissioner {
  background-image: url(../img/new/commissioner_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative;

}

.categoryWrap .commissioner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/new/commissioner.png) no-repeat 100% calc(100% - 60px);
  z-index: 0;
}

.categoryWrap .commissioner .title {
  padding: 20px;
  font-size: 1.12em;
  font-weight: 700;
}

.categoryWrap .commissioner .cont {
  font-weight: 500;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  letter-spacing: -1px;
}

.categoryWrap .commissioner .cont .txt {
  font-size: 1.4em;
  font-weight: 500;
}

.categoryWrap .commissioner .cont .txt strong {
  font-weight: 700;
}

.categoryWrap .commissioner .cont a {
  display: inline-flex;
  justify-content: space-between;
  width: 120px;
  padding: 6px 15px;
  font-size: 1em;
  background-color: #2D4568;
  border: solid 1px #2D4568;
  color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: 400;
}

.categoryWrap .commissioner .cont a:nth-of-type(2) {
  background-color: #EB4671;
  border: solid 1px #EB4671;
}

.categoryWrap .commissioner a::after {
  content: "\e93f";
  font-family: "xeicon";
}

.categoryWrap .commissioner .link {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #fff;
  text-align: center;
  background-color: #25282B;
  border: solid 1px #25282B;
  border-radius: 0 0 12px 12px;
  font-size: 1em;
  font-weight: 400;
}

.categoryWrap .commissioner a {
  transition: all .3s ease 0s;

}

.categoryWrap .commissioner a:hover {
  background-color: #fff !important;
  color: #333 !important;
  font-weight: 700 !important;
}

/* theme3  */
.categoryWrap .theme3 .block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

/* weeklyHealth 주간건강과질병 */
.categoryWrap .weeklyHealth {
  overflow: hidden;
  position: relative;
}

.categoryWrap .weeklyHealth .title {
  font-size: 1.12em;
  font-weight: 700;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #F0F0F0;
}

.categoryWrap .weeklyHealth ul {
  display: flex;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.categoryWrap .weeklyHealth ul>li {
  flex-basis: 50%;
  display: flex;
  gap: 10px;
  width: calc(50% - 10px);
}

.categoryWrap .weeklyHealth .thumb {
  width: 100px;
  flex-shrink: 0;
}

.categoryWrap .weeklyHealth .thumb img {
  width: 100px;
  height: 131px;
  object-fit: cover;
}

.categoryWrap .weeklyHealth .cont {
  flex-grow: 1;
  font-size: .9em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.categoryWrap .weeklyHealth .cont a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s ease 0s;
  padding-right: 20px;
  position: relative;
}

.categoryWrap .weeklyHealth .cont a:hover {
  color: var(--theme3-color);
}

.categoryWrap .weeklyHealth .cont a:nth-child(1) {
  font-size: 1.1em;
  font-weight: 700;
}

.categoryWrap .weeklyHealth .cont a:nth-child(1):hover {
  text-decoration: underline;
}


.categoryWrap .weeklyHealth .cont a span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.categoryWrap .weeklyHealth .cont a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.categoryWrap .weeklyHealth .moreLink {
  position: absolute;
  right: 20px;
  top: 20px;
}

/*  disease 만성질환건강통계 */
.categoryWrap .disease {
  display: flex;
  background-color: #2D4568;
  color: #fff;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  gap: 20px;
  font-weight: 400;
  font-size: 1em;
  position: relative;
  border-radius: 12px;
  height: 140px;
}

.categoryWrap .disease ul {
  align-items: center;
}

.categoryWrap .disease a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 1em;
}

.categoryWrap .disease a:hover i {
  background-color: #00173b;
}

.categoryWrap .disease a strong {
  font-weight: 400;
  letter-spacing: -1px;
}

.categoryWrap .disease a i {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #425777;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: all .3s ease 0s;
}

/* 만성질환건강통계 아이콘 */
.disease a .icon01 {
  background-image: url(../img/new/healty_icon/health_icon_01.png);
}

.disease a .icon02 {
  background-image: url(../img/new/healty_icon/health_icon_02.png);
}

.disease a .icon03 {
  background-image: url(../img/new/healty_icon/health_icon_03.png);
}

.disease a .icon04 {
  background-image: url(../img/new/healty_icon/health_icon_04.png);
}

.disease a .icon05 {
  background-image: url(../img/new/healty_icon/health_icon_05.png);
}

.disease a .icon06 {
  background-image: url(../img/new/healty_icon/health_icon_06.png);
}

.disease a .icon07 {
  background-image: url(../img/new/healty_icon/health_icon_07.png);
}

.disease a .icon08 {
  background-image: url(../img/new/healty_icon/health_icon_08.png);
}

.disease a .icon09 {
  background-image: url(../img/new/healty_icon/health_icon_09.png);
}

.disease a .icon10 {
  background-image: url(../img/new/healty_icon/health_icon_10.png);
}

.disease a .icon11 {
  background-image: url(../img/new/healty_icon/health_icon_11.png);
}

.disease a .icon12 {
  background-image: url(../img/new/healty_icon/health_icon_12.png);
}

.disease a .icon13 {
  background-image: url(../img/new/healty_icon/health_icon_13.png);
}

.disease a .icon14 {
  background-image: url(../img/new/healty_icon/health_icon_14.png);
}

.disease a .icon15 {
  background-image: url(../img/new/healty_icon/health_icon_15.png);
}

.disease a .icon16 {
  background-image: url(../img/new/healty_icon/health_icon_16.png);
}

.disease a .icon17 {
  background-image: url(../img/new/healty_icon/health_icon_17.png);
}

.disease a .icon18 {
  background-image: url(../img/new/healty_icon/health_icon_18.png);
}

.disease a .icon19 {
  background-image: url(../img/new/healty_icon/health_icon_19.png);
}

.disease a .icon20 {
  background-image: url(../img/new/healty_icon/health_icon_20.png);
}

.disease a .icon21 {
  background-image: url(../img/new/healty_icon/health_icon_21.png);
}

.disease a .icon22 {
  background-image: url(../img/new/healty_icon/health_icon_22.png);
}

.disease a .icon23 {
  background-image: url(../img/new/healty_icon/health_icon_23.png);
}

.disease a .icon24 {
  background-image: url(../img/new/healty_icon/health_icon_24.png);
}

.disease a .icon25 {
  background-image: url(../img/new/healty_icon/health_icon_25.png);
}

.disease a .icon26 {
  background-image: url(../img/new/healty_icon/health_icon_26.png);
}

.disease a .icon27 {
  background-image: url(../img/new/healty_icon/health_icon_27.png);
}

.disease a .icon28 {
  background-image: url(../img/new/healty_icon/health_icon_28.png);
}

.disease a .icon29 {
  background-image: url(../img/new/healty_icon/health_icon_29.png);
}

.disease a .icon30 {
  background-image: url(../img/new/healty_icon/health_icon_30.png);
}

.disease a .icon31 {
  background-image: url(../img/new/healty_icon/health_icon_31.png);
}

.disease a .icon32 {
  background-image: url(../img/new/healty_icon/health_icon_32.png);
}

.disease a .icon33 {
  background-image: url(../img/new/healty_icon/health_icon_33.png);
}

.disease a .icon34 {
  background-image: url(../img/new/healty_icon/health_icon_34.png);
}

.disease a .icon35 {
  background-image: url(../img/new/healty_icon/health_icon_35.png);
}

.disease a .icon36 {
  background-image: url(../img/new/healty_icon/health_icon_36.png);
}

.categoryWrap .disease-button-prev,
.categoryWrap .disease-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  color: #2D2D2D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.categoryWrap .disease-button-prev {
  left: -20px;
}

.categoryWrap .disease-button-next {
  right: -20px;
}

.categoryWrap .disease-button-prev::after {
  content: "\e93c";
  font-family: 'xeicon';
}

.categoryWrap .disease-button-next::after {
  content: "\e93f";
  font-family: 'xeicon';
}

/* moreLink */
.moreLink {
  font-weight: 400;
  color: #555;
  font-size: 1em;
  display: flex !important;
  gap: 10px !important;
  align-items: center;
  transition: all .3s ease 0s;
}

.moreLink::after {
  content: '+';
  display: inline-flex;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  border: solid 1px #E0E0E0;
}

.moreLink:hover {
  font-weight: 700;
}

/* 카테고리 섹션 반응형 */
@media (max-width:1280px) {
  .inner {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #header-top .toggle-head .inner {
    padding: 8px 10px 8px 32px !important;
  }

  .categoryWrap .tab-conts-wrap {
    padding-top: 100px;
  }

  .categoryWrap .theme1 .inner>*:nth-child(1),
  .categoryWrap .theme2 .inner>*:nth-child(1),
  .categoryWrap .theme3 .inner>*:nth-child(1) {
    max-width: none;
    width: 100%;
    height: 40vw;
  }

  .categoryWrap .theme3 .inner>*:nth-child(1) {
    height: auto;
  }

  .categoryWrap .photoNews img {
    height: 40vw;
  }

  .categoryWrap .quickLinks {
    width: 100%;
    height: auto !important;
    max-width: none !important;
  }

  .categoryWrap .quickLinks ul {
    flex-direction: row;
    height: auto;
  }

  .categoryWrap .tab-conts-wrap .inner {
    gap: 20px;
  }

  .categoryWrap .photoNews .photoNews-button-prev,
  .categoryWrap .photoNews .photoNews-button-next,
  .categoryWrap .disease-button-prev,
  .categoryWrap .disease-button-next {
    width: 35px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  }

  .categoryWrap .photoNews .photoNews-button-prev,
  .categoryWrap .disease-button-prev {
    left: -2px;
    border-radius: 0 5px 5px 0;
  }

  .categoryWrap .photoNews .photoNews-button-next,
  .categoryWrap .disease-button-next {
    right: -2px;
    border-radius: 5px 0 0 5px;
  }
}

@media (max-width:1150px) {
  .categoryWrap .tabInfo {
    display: none;
  }

  .categoryWrap .quickLinks ul {
    flex-wrap: wrap;
  }

  .categoryWrap .quickLinks ul>* {
    flex-basis: calc(50% - 10px);
  }

  .categoryWrap .quickLinks small {
    display: none;
  }

  .categoryWrap .tab-conts-wrap .inner {
    gap: 10px;
  }
}

@media (max-width:1000px) {

  .newTabWrap .listType .tabPanel ul {
    gap: 10px;
  }

  .newTabWrap .listType .tabPanel li a {
    gap: 0;
    height: auto;
    flex-direction: column;
    padding: 0;
  }

  .categoryWrap .quickLinks ul>li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .categoryWrap .cardNews,
  .categoryWrap .commissioner {
    flex-basis: 50%;
  }

  .moreLink span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  .categoryWrap .weeklyHealth ul {
    flex-direction: column;
  }

  .categoryWrap .weeklyHealth ul>li {
    width: 100%;
  }

  .categoryWrap .btn-tab {
    padding: .8em 1.1em;
  }
}

@media (max-width:780px) {
  html {
    font-size: 9px;
  }

  .categoryWrap>.tab {
    width: 100%;
    border-radius: 0;
    justify-content: center;
  }

  .categoryWrap .btn-tab {
    font-size: 1em;
  }

  .categoryWrap .newTabWrap,
  .categoryWrap .cardNews,
  .categoryWrap .commissioner {
    flex-basis: 100% !important;
    max-width: none !important;
  }

  .categoryWrap .cardNews {
    height: auto !important;
  }

  .categoryWrap .cardNews .swiper-slide a {
    height: 100%;
  }

  .categoryWrap .cardNews .swiper {
    height: 56vw;
  }

  .categoryWrap .cardNews img {
    object-fit: cover;
  }

  .categoryWrap .quickLinks,
  .categoryWrap>.tab>ul,
  .newTabWrap .tab {
    font-size: 2rem;
  }
}

@media (max-width: 590px) {
  .categoryWrap>.tab>ul {
    width: 100%;
    gap: 5px;
  }

  .categoryWrap>.tab>ul>* {
    flex-basis: 100%;
    flex-grow: 1;
  }

  .categoryWrap .btn-tab {
    width: 100% !important;
    border-radius: 10px !important;
  }

  .categoryWrap .quickLinks ul>* {
    flex-basis: 100%;
  }

  .categoryWrap .newTabWrap {
    height: 220px !important;
  }

  .newTabWrap .tabPanel {
    top: 48px;
  }

  .newTabWrap .tabGroup,
  .categoryWrap .weeklyHealth .title,
  .categoryWrap .commissioner .title,
  .categoryWrap .cardNews .head {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .newTabWrap .listType .tabPanel .date {
    display: none;
  }

  .newTabWrap .tabGroup .moreLink {
    top: -40px;
  }
}

@media (max-width: 549px) {
  .koreaBox .frameWrap {
    height: auto !important;
  }
}

@media (max-width:500px) {
  html {
    font-size: 8px;
  }

  .categoryWrap .weeklyHealth .thumb {
    display: none;
  }
}

/* snsNotice 유부브/블로그/페이스북/정책브리핑 섹션 */
.snsNotice {
  height: 300px;
  margin-top: 6rem;
  margin-bottom: 8rem;
  position: relative;
}

.snsNotice .tabGroup {
  gap: 10px;
}

.snsNotice .tab::after {
  margin-left: 10px;
}

.snsNotice .cardType .tabPanel {
  padding: 0;
  top: 78px;
}

.snsNotice .swiper {
  height: 230px;
}

.snsNotice .swiper-slide a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1em;
}

.snsNotice .swiper-slide a:hover img {
  transform: scale(1.1);
}

.snsNotice .swiper-slide a:hover {
  color: #000;
}

.snsNotice .swiper-slide .subj {
  height: 2.6em;
  line-height: 1.3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  
}

.snsNotice figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.snsNotice figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .3s ease-out 0s;
}

.snsNotice button[class *="button"] {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: solid 1px #E4E4E4;
  z-index: 2;
  transform: translateY(-50%);
  margin-top: -1.3em;
}

.snsNotice button[class *="button-prev"] {
  left: -20px;
}

.snsNotice button[class *="button-next"] {
  right: -20px;
}

.snsNotice .tab {
  height: 50px;
}

/* sns icon */
.sns {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sns.youtube {
  background-image: url(../img/new/icon_youtube_gray.svg);
}

.active .sns.youtube,
.snsNotice .tab:hover .sns.youtube {
  background-image: url(../img/new/icon_youtube.svg);
}

.sns.facebook {
  background-image: url(../img/new/icon_facebook_gray.svg);
}

.active .sns.facebook,
.snsNotice .tab:hover .sns.facebook {
  background-image: url(../img/new/icon_facebook.svg);
}

.sns.blog {
  background-image: url(../img/new/icon_blog_gray.svg);
}

.active .sns.blog,
.snsNotice .tab:hover .sns.blog {
  background-image: url(../img/new/icon_blog.svg);
}

.snsNotice .tab {
  font-size: 1.3em;
}

.snsNotice .tab.active {
  color: #000;
  font-weight: 700;
}

/* 정책브리핑 */
.koreaBox .frameWrap {
  height: 240px;
  overflow: hidden;
  background-color: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 12px;
  padding-top: 5px;
}

.koreaBox .frameWrap iframe {
  margin-top: -85px;
}

.koreaBox .briefing::before {
  content: '';
  display: block;
  width: 100px;
  height: 40px;
  background-image: url(../img/new/policyicon_gray.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-top: -5px;
}

.koreaBox .active.briefing::before,
.koreaBox .briefing:hover::before {
  background-image: url(../img/new/policyicon.svg);
}

/* sns 탭 섹션 반응형 */
@media (max-width:1340px) {
  .snsNotice button[class *="button-prev"] {
    left: 0;
  }

  .snsNotice button[class *="button-next"] {
    right: 0;
  }
}

@media (max-width:1280px) {
  .snsNotice .swiper {
    height: 21vw;
  }

  .snsNotice {
    height: calc(21vw + 70px);
    margin-top: 4rem;
  }

  .snsNotice button[class *="button-prev"] {
    left: -20px;
  }

  .snsNotice button[class *="button-next"] {
    right: -20px;
  }
}

@media (max-width:880px) {
  .snsNotice .swiper {
    height: 30vw;
  }

  .snsNotice {
    height: calc(30vw + 70px);
  }
}

@media (max-width:580px) {
  .snsNotice .swiper {
    height: 56vw;
  }

  .snsNotice {
    height: calc(56vw + 70px);
  }

  .snsNotice .tab span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
  }
}

/*  배너존/알림존/ 점보검색 */
.row {
  display: flex;
  margin-top: 6rem;
  margin-bottom: 6rem;
  gap: 25px;
}

.row>* {
  flex-basis: 100%;
  flex-grow: 1;
  overflow: hidden;
}

.zoneGroup .swiper,
.info_box .tabGroup {
  border-radius: 12px;
  overflow: hidden;
  border: solid 1px #F0F0F0;
  background-color: #fff;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, .2); */
}

.zoneGroup .title,
.info_box .title {
  margin-bottom: 10px;
}

.zoneGroup a {
  display: block;
  width: 100%;
  height: 100%;
}

.zoneGroup a img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  transition: all .3s ease-out 0s;
}

.zoneGroup a:hover img {
  transform: scale(1.1);
}

.zoneGroup .controller {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
  bottom: 20px;
  right: 20px
}

.zoneGroup div[class*=pagination] {
  border: solid 1px #dcdcdc;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  letter-spacing: 3px;
  font-size: 1em;
  color: #000;
  font-weight: 700;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.zoneGroup div[class*=pagination] .swiper-pagination-current {
  color: #246BEB;
}

.zoneGroup .controller i {
  width: 24px;
  height: 24px;
  border-radius: 40px;
  display: block;
  border: solid 1px #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

/* 정보검색 */
.info_box {
  display: flex;
  flex-direction: column;
}

.info_box .tabGroup {
  flex-grow: 1;
  gap: 0;
  padding: 10px 20px 20px;
}

.info_box.newTabWrap .tabGroup>* {
  flex-basis: 100%;
  flex-grow: 1;
}

.info_box.newTabWrap .tab::after {
  display: none;
}

.info_box.newTabWrap .tab {
  border-bottom: solid 1px #F0F0F0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
  padding-right: 0;
}

.info_box.newTabWrap .tab.active {
  color: var(--theme1-color);
  border-bottom-color: var(--theme1-color);
}

.info_box.newTabWrap .tabPanel {
  top: 60px;
}

.info_box .list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.info_box a {
  transition: all .3s ease 0s;
}

.info_box .list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: solid 1px #F0F0F0;
  background-color: #F8F8F8;
  border-radius: 5px;
}

.info_box .tab_con a:hover {
  background-color: var(--theme1-color);
  color: #fff;
}

.info_box .tag a {
  display: inline-block;
  margin: 0 4px 5px 0;
  padding: 7px 12px;
  font-size: .9em;
  color: #666;
  border: 1px solid #e1e6eb;
  border-radius: 28px;
  letter-spacing: -1px;
  background-color: #F8F8F8;

}

.info_box .critical {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.info_box .critical>* {
  flex-basis: 30%;
  flex-grow: 1;
}

.info_box .critical a {
  display: block;
  text-align: center;
  padding: 15px 5px;
  background-color: #F8F8F8;
  border: solid 1px #F0F0F0;
  font-size: .9em;
  font-weight: 400;
  border-radius: 5px;
}

@media (max-width:1280px) {
  .newTabWrap .tabPanel {
    font-size: .9em;
  }

  .info_box .list li a {
    width: 2.5em;
    height: 2.5em;
  }

  .info_box .list {
    justify-content: flex-start;
  }

  .info_box .critical>* {
    flex-grow: 0;
  }

  .info_box .critical a {
    padding: 10px;
  }

  .info_box .critical>* {
    flex-basis: auto;
  }

  .info_box {
    height: 250px;
  }
}

@media (max-width:1280px) {
  .row {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .zoneGroup {
    flex-basis: calc(50% - 20px);
  }

  .info_box {
    flex-basis: 100%;
  }
}

@media (max-width:820px) {
  .info_box {}
}

@media (max-width:580px) {
  .zoneGroup {
    flex-basis: 100%;
  }

  .info_box.newTabWrap .tabPanel {
    height: 160px;
    overflow-y: auto;
  }
}

/* 바로가기 */
.linkGroup {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.linkGroup ul {
  display: flex;
  gap: 20px;
}

.linkGroup ul li {
  flex-basis: 100%;
  flex-grow: 1;
}

.linkGroup a {
  display: block;
  transition: all .3s ease 0s;
  border-radius: 12px;
  border: solid 1px #DAE9E9;
  overflow: hidden;
}

.linkGroup a:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}

.linkGroup .cont {
  padding: 10px;
  color: #555;
  background: #fff;
}

.linkGroup .tit {
  font-weight: 700;
  color: #1D1D1D;
  height: 1.5em;
}

.linkGroup .tit,
.linkGroup small {
  height: 1.5em;
  overflow: hidden;
  display: block;
}

@media (max-width:1280px) {
  .linkGroup {
    margin-top: 20px;
  }

  .linkGroup ul {
    gap: 10px;
  }
}

@media (max-width:860px) {
  .linkGroup ul {
    flex-wrap: wrap;

  }

  .linkGroup ul>li {
    flex-basis: calc(50% - 20px);
  }

  .linkGroup img {
    width: 100%;
  }
}

@media (max-width:480px) {
  .linkGroup ul>li {
    flex-basis: 100%;
  }
}

/* tab */
.tab-conts {
  display: none;
  margin-top: var(--krds-spacer-10);
}

.tab-conts.active {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--krds-spacer-10);
}



/* layout.css 스타일 변경 */
@media (max-width: 1004px) {
  #container {
    padding-top: 0;
  }
}

/* 사이드 배너 */
.inner.side {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9;
}

.sideBanner {
  position: absolute;
  right: -10px;
  top: 210px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateX(100%);
  padding-top: 120px;
}

.sideBanner img {
  transition: all .3s ease 0s;
}

.sideBanner a:hover img {
  transform: scale(1.05);
}

.inner.side .sideBtn,
.inner.side .mb_img {
  display: none;
}

@media (max-width:1650px) {
  .inner.side {
    position: fixed;
    top: 230px;
    left: auto;
    right: 37px;
    transform: translateX(100%);
    width: auto;
    display: flex;
    align-items: flex-start;
    padding-left: 0 !important;
    padding-right: 0 !important;
    z-index: 70;
  }

  .inner.side.active {
    right: 0;
    transform: translateX(0);
    transition: all .3s ease 0s;
  }

  .inner.side .sideBtn {
    display: flex;
    background: #2f436b;
    color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 20px 10px;
    border-right: none;
    position: relative;
    z-index: 1;
    opacity: .8;
    transition: all .3 ease 0s;
  }

  .inner.side .sideBtn:hover,
  .inner.side.active .sideBtn {
    opacity: 1;
  }

  .inner.side .sideBanner {
    position: static;
    left: auto;
    transform: none;
    padding-top: 0;
    background: #5a73a2;
    border-radius: 0px 0 0 10px;
    padding: 15px 5px;
  }

  .inner.side.actvie .sideBanner {
    right: 0;
    box-shadow: -5px 5px 5px rgba(100, 100, 100, .5);
  }
}

@media (max-width:780px) {

  .inner.side,
  .inner.side.active {
    position: static !important;
    flex-direction: row;
    width: 100%;
    transform: none;

  }

  .inner.side .sideBtn {
    display: none;
  }

  .inner.side .sideBanner {
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .inner.side .sideBanner a {
    display: block;
    width: 100%;
  }

  .inner.side .mb_img {
    display: inline-block;
  }

  .inner.side .pc_img {
    display: none;
  }

  .sideBanner a:hover img {
    transform: none;
  }
}

.swiper-button-disabled {
  opacity: .5;
  cursor: auto;
}

.swiper .swiper-slide a {
  height:100%;		
  display: flex;
  flex-direction: column;

}

.swiper .swiper-slide a:focus {
  outline-offset: -2px;
  outline-color: #f00;
}

/* controller */
.controller i,
button[class *="button-next"],
button[class *="button-prev"] {
  transition: all .3s ease 0s;
}

.controller a:not(.swiper-button-disabled):hover i,
.controller button:not(.swiper-button-disabled):hover i,
button[class *="button-next"]:not(.swiper-button-disabled):hover,
button[class *="button-prev"]:not(.swiper-button-disabled):hover {
  background-color: var(--theme1-color);
  color: #fff;
}

.controller a:not(.swiper-button-disabled):hover,
.controller button:not(.swiper-button-disabled):hover {
  background-color: transparent;
}

.frame{
	 width:100%; height:350px; border: 0; overflow: hidden;
}