@media screen and (max-width: 1780px) {
	header .header_right .search_box .search_text {
		transform: scaleX(0);
		transform-origin: right;
		padding: 11px 22px;
		z-index: 201;
	}

	header .header_right .search_box .search_text.active {
		transform: scaleX(1);
	}

	header .header_right .search_box .search_icon {
		z-index: 201;
	}
}

@media screen and (max-width: 1400px) {
	#header_wrap .header #new_gnb {
		margin-left: 35.5vw;
	}
}

@media screen and (max-width: 1360px) {
	.main_ctn .con {
		padding: 100px 1.5rem;
	}
	.main_ctn_2 .con {
		padding: 120px 0 0 1.5rem;
	}
	.svisual .bg > .con {
		padding: 82px 20px 0;
	}
	.svisual .location .con {
		padding-right: 20px;
	}
	.footer .con,
	.mainContent .con,
	#depth .con {
		padding: 0 1.5rem;
	}
	.mainContent .news_ctn {
		padding: 20px 22px;
	}
/* 내가 심부전이라고요? */
	.flex_grid {
		justify-content: space-between;
	}
	.flex_grid .item {
		flex: 0 0 calc((100% - 60px) / 3);
	}
	.circle_wrap {
		column-gap: 30px;
	}
	.item .circle_img {
		width: 120px;
		height: 120px;
	}
}

@media screen and (max-width: 1300px) {
/* 대문 페이지 */
	.door_page .door_ctn {
		padding: 0 1.5rem;
	}
	.door_page .left_ctn {
		margin: 70px 0 0 20px;
	}
	.door_page .right_ctn .bg_icon img {
		width: 80%;
		margin-right: 0;
		margin-left: auto;
	}
	.door_page .right_ctn .menu_ctn .top_btn {
		padding: 6px 16px;
		font-size: 12px;
	}
	.door_page .right_ctn .menu_ctn .menu_tit {
		font-size: 24px;
		margin-top: 10px;
	}
	.door_page .right_ctn .menu_ctn .menu_bottom {
		font-size: 14px;
	}
	.door_page .right_ctn .menu_ctn .menu_bottom .arrow_icon {
		width: 18px;
	}

/* 헤더 */
	#header_wrap .header #new_gnb,
		.new_lnb .menus {
		width: 52vw;
		margin-left: 25.5vw;
  }

  #header_wrap .header #new_gnb .gnb {
  	column-gap: 50px;
  }

  #header_wrap .header #new_gnb .gnb li a {
	font-size: 1.6rem !important;
  }

	.category-wrapper li a {
		font-size: 1.3rem;
  }

	.new_lnb.menuActivate,
		.new_lnb .menus .nav {
		height: 32rem;
	}

  header .util {
    right: 10vw;
  }

  header .util a {
    font-size: 1.5rem;
  }

  header .lang {
    right: 1.5vw;
  }

  header .lang .current {
    font-size: 1.6rem;
  }

/* 메인 페이지 */
  .main_ctn .con .inner .ctn_right {
  	padding-left: 80px;
  }
}

@media screen and (max-width: 1150px) {
/* 대문페이지 */
	.door_page .right_ctn .menu_ctn {
		padding: 22px 22px 24px;
	}

  header h1 {
    top: 60px;
  }

  header h1 a {
    width: 10.5rem;
  }

  #header_wrap .header #new_gnb .gnb li a {
    font-size: 1.5rem;
  }

  .new_lnb .menus .nav ul {
    margin-top: 1.7rem;
  }

  .category-wrapper li a {
    font-size: 1.3rem;
  }

  header .util {
    top: 3.5rem;
  }

  header .lang {
    top: 2rem;
  }

  header .lang .current {
  	line-height: 4.7rem;
  }
/* 서브페이지 */
  .calendar {
	margin: 15px 0 30px 0;
  }
/* 내가 심부전이라고요? */
	.circle_wrap {
		flex-wrap: wrap;
		gap: 30px;
	}
	.circle_wrap .item {
		display: flex;
		align-items: center;
		flex-direction: column;
		flex: 0 0 calc((100% - 60px) / 3);
	}
	.card_wrap .card_item .text_box {
		flex-direction: column;
		row-gap: 16px;
		padding: 20px 16px;
	}
	.card_wrap .card_item .text_box .card_tit {
		font-size: 20px;
		column-gap: 10px;
	}
	.card_wrap .card_item .text_box .card_tit i  {
		width: 45px;
	    height: 45px;
	}
	.item_grid.grid4 {
		column-gap: 0;
		align-items: flex-start;
		justify-content: space-between;
	}
	.item_grid.grid4 .item {
		flex: 0 0 calc((100% - 30px) / 4);
	}
	.item_grid.grid3 .item:after {
		font-size: 20px;
	}
}

@media screen and (min-width: 1025px) {
	header .header_right .search_box {
		margin-left: auto;
	}
	header .lang:hover ul {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0.3rem 0.9rem #00000010;
	border: 1px solid #1E2124;
	}
	header .lang:hover .current::after {
	transform: rotate(180deg);
	}
	header .lang:hover ul {
	display: block;
	}
	header .user_item {
		display: none;
	}
	.svisual .location .con dl:hover dd {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
/* 헤더 */
  header .lang.active ul {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0.3rem 0.9rem #00000010;
	border: 1px solid #1E2124;
	}
	header .lang.active .current::after {
	transform: rotate(180deg);
	}
	header .lang.active ul {
	display: block;
	}
  body.overflow {
    overflow: hidden;
  }

  header.open {
    background: #fff;
    border-bottom: 1px solid #ddd;
  }

  header #header_wrap,
  header .util {
    display: none;
  }
	 header.open .util {
    display: block;
    right: 20vw;
		height: 9rem;
    top: 0;
    line-height: 8.6rem;		
  }
	  header.open .util a {
    height: 100%;
    line-height: 2.5rem;
  }

  footer p.add span.fr {
    display: block;
  }

  header .btn_allmenu {
    position: absolute;
    width: 43px;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 3;
  }

  header .btn_allmenu span {
    height: 0.3rem;
    position: absolute;
    left: 30%;
    right: 30%;
    top: 50%;
	width: 30px;
    background: #333;
  }

  header .btn_allmenu span::before,
  header .btn_allmenu span::after {
    content: "";
    width: 30px;
    height: 0.3rem;
    position: absolute;
    left: 0;
    top: -1rem;
    background: #333;
    transition: all 0.3s;
  }

  header .btn_allmenu span::after {
    top: auto;
    bottom: -1rem;
  }

  header.open .btn_allmenu span {
    background: #fff;
  }

  header.open .btn_allmenu span::before {
    top: 0;
    transform: rotate(45deg);
  }
  header.open .btn_allmenu span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  header .header_right {
  	top: 63px;
  }

  header .header_right .search_box .search_text {
  	right: -28px;
	top: 3px;
  }

  header .header_right .search_box .search_icon {
  	top: 25px;
	right: -20px;
	z-index: 201;
  }

  header .header_right .lang {
  	right: 90px;
  }

  #gnb_wrap {
    width: 100%;
    height: calc(100% - 138px);
    display: block;
    position: fixed;
    right: -100%;
    top: 138px;
    transition: right 0.3s;
    overflow-y: auto;
    z-index: 150;
	padding: 0 2.5rem; 
	background: #fff url("/renewal/pub/images/gnb_wrap_bg.png") no-repeat right bottom;
  }

  #gnb_wrap.open {
    right: 0;
  }

  .myinfo .info_wrap {
    margin-bottom: 1rem;
    padding-left: 0;
  }

  .myinfo .info_wrap .img {
    width: 9rem;
    height: 9rem;
  }

  .myinfo .info_wrap .profile {
    width: calc(100% - 9rem);
    padding-left: 4%;
  }

  .myinfo .info_wrap .profile .greet {
    margin-bottom: 0.6rem;
    font-size: 1.7rem;
  }

  .myinfo .info_wrap .profile .info {
    font-size: 1.3rem;
  }

  #gnb_wrap .m_gnb .m_link {
    display: block;
    position: relative;
    color: #333;
    font-weight: 500;
    line-height: 5.5rem;
    font-size: 1.7rem;
  }

  #gnb_wrap .m_gnb .m_link.on {
    color: #E60012;
	font-weight: 700;
  }

  #gnb_wrap .m_gnb:first-child .m_link {
    border-top: 0;
  }

  #gnb_wrap .m_gnb .m_link.depth::before {
    content: "";
    width: 2.3rem;
    height: 2.3rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/renewal/pub/images/m_link.png") no-repeat left top;
    background-size: 100%;
  }

  #gnb_wrap .m_gnb .m_link.on::before {
    background-position: left -2.3rem;
  }

  #gnb_wrap .m_gnb ul {
    display: none;
  }

  #gnb_wrap .m_gnb ul li a {
    display: block;
    color: #666;
    font-weight: 300;
    line-height: 5.5rem;
    font-size: 1.6rem;
  }

  .gnb_wrap__user {
	display: flex;
	column-gap: 20px;
	margin: 16px 0 30px;
  }
  .gnb_wrap__user .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 4px;
	width: calc((100% - 8px) / 2);
	height: 50px;
	border-radius: 8px;
	font-size: 1.5rem;
	font-weight: 500;
  }
  .gnb_wrap__user .btn.sign {
	border: 1px solid #E6E8EA;
  }
  .gnb_wrap__user .btn.login {
	background: #FB454A;
	color: #fff;
  }
  .gnb_wrap__user .btn:before {
	content: "";
	width: 18px;
	height: 18px;
  }
  .gnb_wrap__user .btn.login:before {
	background: url("/renewal/pub/images/icon_login_m.svg") no-repeat left center;
  }
  .gnb_wrap__user .btn.sign:before {
	background: url("/renewal/pub/images/icon_sign_m.svg") no-repeat left center;
  }
  header .header_right .lang {
	top: 11px;
  }
  header .user_item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
  }
  header .user_item img {
	width: 20px;
	height: 20px;
  }
  header .user_item span {
	font-size: 13px;
	font-weight: 500;
	color: #464C53;
  }




  /* 메인 페이지 */
  .main_ctn .con .inner .ctn_right {
  	padding-left: 40px;
  }
  .main_ctn .con .inner .ctn_right .tit {
  	white-space: nowrap;
    font-size: 30px;
  }
  .main_ctn_2 .con .right_ctn {
    column-gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .main_ctn_2 .con .right_ctn::-webkit-scrollbar {
    display: none;
  }
  .main_ctn_2 .con .right_ctn a {
	flex: 0 0 auto;
    width: 60%;
    scroll-snap-align: start;
  }
  .main_ctn_2 .con .right_ctn .news_ctn {
    padding: 20px;
	aspect-ratio: 229 / 193;
  }
  .bottom_tap .bottom_wrap .bottom_ctn .inner {
    column-gap: 8px;
  }
  .bottom_tap .bottom_wrap .bottom_ctn .text_tit {
    font-size: 18px;
  }
  .bottom_tap .bottom_wrap .bottom_ctn .text_sub {
    font-size: 14px;
  }

/* 서브 페이지 */
  .mainContent .news_ctn {
	padding: 14px 20px;
  }
  .mainContent .news_list {
	gap: 30px 10px;
  }
  .news_list a {
	width: calc((100% - 20px) / 3);
  }
  .mainContent .news_ctn .ctn_top {
	font-size: 20px;
  }
  .mainContent .news_ctn .ctn_middle {
	font-size: 16px;
	min-height: 50px;
  }
  .board_view .tit {
	font-size: 26px;
  }
  .board_view .content {
	font-size: 16px;
	padding: 40px 24px 70px;
  }
  .mainContent .date_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
  .mainContent .date_wrap .ctn_item {
	  width: 100%;
  }
  .mainContent .board_top {
	justify-content: center;
	flex-direction: column;
	row-gap: 20px;
	margin-bottom: 24px;
  }
  .mainContent .board_top .total {
	margin-left: 0;
	margin-right: auto;
	font-size: 12px;
  }
  .mainContent .board_top .search_wrap {
	margin-left: 0;
	margin-right: auto;
  }


/* 심부전 알아보기 */
	.mainContent .tab_menu li {
		width: calc((100% - 24px) / 3);
	}
	.mainContent .tab_menu li a {
		font-size: 16px;
		height: 50px;
		white-space: nowrap;
	}

/* 통합검색 */
	#depth .depth_ctn {
		justify-content: left;
	}
	#depth .depth_item {
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 769px) {
  .bottom_tap .bottom_wrap .bottom_ctn:hover .inner {
	height: 220px;
	flex-direction: column;
	background-color: #F8F9FB;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	padding: 40px 59px;
	z-index: 5;
	}

	.bottom_tap .bottom_wrap .bottom_ctn:hover .inner .default_img {
		display: none;
	}

	.bottom_tap .bottom_wrap .bottom_ctn:hover .inner .hover_img {
		display: block;
	}

	.bottom_tap .bottom_wrap .bottom_ctn:hover .text_tit {
		color: #1E2124;
		margin: 18px 0 8px;
	}

	.bottom_tap .bottom_wrap .bottom_ctn:hover .text_sub {
		display: block;
	}

	footer .family_box .family:hover ul {
		display: block;
	}

	footer .family_box .family:hover .btn::after {
	  transform: rotate(180deg);
	  color: #E6E8EA;
	}
	.door_page .right_ctn .lang_ctn:hover ul {
	display: block;
	}
}

@media screen and (max-width: 768px) {
/* 메인 페이지 */
  .mo_br {
    display: block !important;
  }
  .bottom_tap .bottom_wrap {
    flex-wrap: wrap;
    border-radius: 0;
  }
  .bottom_tap .bottom_wrap .bottom_ctn {
    width: 50%;
    height: 60px;
  }
  .bottom_ctn_1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .bottom_ctn_2 {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .bottom_ctn_3 {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .bottom_ctn_4 {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .bottom_tap .bottom_wrap .bottom_ctn .inner {
    column-gap: 6px;
  }
  .bottom_tap .bottom_wrap .bottom_ctn .text_tit {
    font-size: 13px;
  }
  .bottom_tap .bottom_wrap .bottom_ctn img {
    width: 30px;
  }
  .main_ctn .con {
    padding: 60px 20px;
  }
  .main_ctn .con .inner {
    flex-direction: column;
    row-gap: 60px;
  }
  .main_ctn .bg .heart_bg,
  .main_ctn .bg .txt_bg {
    display: none;
  }
  .main_ctn .con .inner .ctn_left,
  .main_ctn .con .inner .ctn_right {
    width: 100%;
  }
  .main_ctn .con .inner .ctn_right {
    padding-left: 0;
  }
  .ctn_right .data_ctn {
    column-gap: 10px;
  }
  .ctn_right .data_ctn .left_data,
  .ctn_right .data_ctn .right_data {
    width: calc((100% - 10px) / 2);
  }
  .category  {
    font-size: 15px;
  }
  .tit {
    font-size: 24px;
  }
  .main_ctn .con .inner .txt-box .more {
    column-gap: 8px;
  }
  .more span {
    font-size: 14px;
  }
  .txt-box .more img {
    width: 26px;
  }
  .main_ctn_2 .bg {
	height: auto;
  }
  .main_ctn_2 .con {
    flex-direction: column;
	padding: 60px 0 100px 20px;
  }
  .main_ctn_2 .con .left_ctn {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
  }
  .main_ctn_2 .con .right_ctn a {
    width: 72%;
  }
  .news_ctn .ctn_top {
  	font-size: 18px;
  }
  .news_ctn .ctn_middle {
  	min-height: 47px;
	margin: 8px 0 20px;
  	font-size: 14px;
  }
  .news_ctn .news_calendar img {
    width: 13px;
  }
  .news_ctn .news_calendar p {
    font-size: 13px;
  }
  .news_ctn .news_calendar::after,
  .news_ctn .news_calendar::before {
    width: 24px;
  }

/* 대문 페이지 */
	.door_page .con {
		display: flex;
		align-content: center;
		justify-content: center;
	}
	.door_page .door_ctn {
		position: sticky;
		top: 0;
		left: 0;
		transform: none;
		display: flex;
		flex-direction: column;
		row-gap: 30px;
		padding: 0;
		justify-content: flex-start;
	}
	.door_page .door_page .left_ctn {
		width: 50%;
	}
	.door_page .left_ctn {
		margin-left: 0 !important;
	}
	.door_page .left_ctn .tit {
		font-size: 1.4rem;
		margin: 1rem 0 .8rem;
	}
	.door_page .left_ctn .txt {
		font-size: 1rem;
	}
	.door_page .right_ctn {
		width: 93%;
	}
	.door_page .right_ctn .lang {
		margin-bottom: 20px;
	}
	.door_page .right_ctn .lang_ctn {
		column-gap: 4px;
		display: flex;
		justify-content: flex-end;
	}
	.door_page .right_ctn .lang_ctn.active ul {
		display: block;
	}
	.door_page .right_ctn .lang_ctn .ko,
	.door_page .right_ctn .lang_ctn .btn_ko,
	.door_page .right_ctn .lang_ctn .btn_en {
		width: 130px;
	}
	.door_page .right_ctn .lang_ctn ul {
		width: auto;
		left: auto;
		right: 0;
	}
	.door_page .right_ctn .lang_ctn .lang_icon {
		width: 22px;
	}
	.door_page .right_ctn .lang_ctn p {
		font-size: .8rem;
	}
	.door_page .right_ctn .door_menu {
		gap: 10px;
	}
	.door_page .right_ctn .door_menu .menu_common {
		width: calc(50% - 5px);
	}
	.door_page .right_ctn .menu_ctn {
		padding: 1.2rem 1.2rem 1.4rem;
	}

	.door_page .right_ctn .menu_ctn .top_btn {
		padding: .2rem .6rem;
		font-size: .8rem;
	}
	.door_page .right_ctn .menu_ctn .menu_tit {
		font-size: 1.4rem;
		margin-top: .4rem;
	}
	.door_page .right_ctn .menu_ctn .menu_bottom {
		column-gap: 4px;
		font-size: 1rem;
	}
	.door_page .right_ctn .menu_ctn .menu_bottom .arrow_icon {
		width: 1rem;
	}

/* 헤더 */
  header {
    border-bottom: 1px solid #ddd;
	height: 92px !important;
  }

  header .header_top {
  	height: 32px !important;
	font-size: 12px !important;
  }

  header .header_top .con {
	padding: 0 4.2rem !important;
  }

  header .header_top .ctn {
  	justify-content: center !important;
  }

  header .header_top .ctn .ctn_left {
  	width: 100% !important;
	justify-content: space-between;
  }

  header .header_top .ctn .ctn_right {
  	display: none !important;
  }

  header .header_top .ctn .ctn_left .menu_line:before,
  header .header_top .ctn .ctn_right .menu_line:before {
	right: -3rem !important;
	}

  header,
  #header_wrap .header {
    height: 4.2rem;
  }

  header h1 {
    top: 44px;
    left: 20px;
  }

  header h1 a {
    width: 71px !important;
  }

  header .btn_allmenu span {
    height: 3px;
	border-radius: 100px;
  }

  header .btn_allmenu span::before,
  header .btn_allmenu span::after {
    height: 3px;
    top: 10px;
	border-radius: 100px;
  }

  header .btn_allmenu span::after {
    top: auto;
    bottom: 10px;
  }

  header .header_right {
  	top: 32px;
	right: 20px;
	height: 60px;
  }

  header .header_right .lang {
	top: 0;
  }

  header .header_right .search_box {
  	width: 200px;
  }

  header .header_right .search_box .search_text {
  	top: 10px;
	right: -108px;
	font-size: 14px;
  }

  header .header_right .search_box .search_icon {
  	top: 30px;
	right: -100px;
	width: 26px;
  }

  header .mo_search_box.active {
	  top: 92px;
	  opacity: 1;
	  visibility: visible;
  }


  header .header_right .lang {
  	right: 70px;
	height: 100%;
  }

  header .lang .current {
  	height: 100%;
    font-size: 1.1rem;
    line-height: 60px;
  }

  header .header_right .lang .current:after {
	margin-left: 0.2rem;
  }

  header .lang ul {
    padding: 0.5rem 0;
  }

  header .btn_allmenu {
	top: -1px;
  }
  header .btn_allmenu span,
  header .btn_allmenu span::before,
  header .btn_allmenu span::after {
  	width: 25px;
  }
  header .btn_allmenu span::after {
  	bottom: 8px;
  }
  header .btn_allmenu span::before {
  	top: 8px;
  }

  #gnb_wrap {
	top: 92px;
	height: calc(100% - 92px);
	padding: 0 1.3rem;
  }
  #gnb_wrap .m_gnb .m_link {
	font-size: 1.3rem;
	line-height: 4.1rem;
  }
  #gnb_wrap .m_gnb ul li a {
	line-height: 3.1rem;
	font-size: 1.2rem;
  }
  #gnb_wrap .m_gnb .m_link.depth::before {
	width: 0.9rem;
	height: 0.9rem;
  }
  #gnb_wrap .m_gnb .m_link.on::before {
	background-position: left -0.9rem;
  }
  .gnb_wrap__user {
	column-gap: 8px;
	margin: 16px 0 16px;
  }
  .gnb_wrap__user .btn {
	height: 40px;
	font-size: 1.1rem;
  }


/* 푸터 */
  .footer {
	height: 449px;
  }
  .footer .footer_top {
  	height: 59px;
  }
  .footer .footer_top .con {
  	justify-content: center;
  }
  .footer .legal_wrap ul li a {
  	font-size: 1rem;
  }
  .footer .footer_bottom {
  	height: auto;
  }
  .footer .footer_bottom .con {
  	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	margin-top: 90px;
	padding-bottom: 30px;
	height: auto;
	background: #333A46;
  }
  .footer .footer_bottom .con .footer_inf .add b {
  	display: block;
	margin-right: 0;
	margin-bottom: 4px;
  }
  .footer .footer_bottom .con .footer_inf .tel {
	margin-top: 8px;
	margin-bottom: 20px;
  }
  .footer .footer_bottom .footer_inf .tel span {
  	margin-right: 16px;
  }
  .footer .footer_bottom .con .footer_inf .tel span:last-child {
  	display: block;
  }
  .footer .footer_bottom .con .footer_inf .tel b {
  	margin-right: 8px;
  }
  .footer .footer_bottom .con .footer_inf .copy {
  	font-size: 1rem;r
  }
  .footer .footer_bottom .con .footer_logo {
  	width: 38%;
	margin-top: 30px;
  }
  .footer .family_box .family ul {
	display: none;
  }
  .footer .family_box .family.active .btn {
  	border-color: #ddd;
  }
  .footer .family_box .family.active ul {
	display: block;
	padding: 0.4rem 1.2rem 3rem 1.2rem;
    border-radius: 1.5rem;
	bottom: 15%;
  }

  .footer .family_box .family.active .btn::after {
  	  transform: translateY(-50%) rotate(180deg);
	  color: #E6E8EA;
  }

    .footer .family_box {
    width: 100%;
	height: 45px;
	padding: 0 1.5rem;
    right: auto;
	left: 0;
    top: 80px;
    position: absolute;
  }

  .footer .family_box .family .btn {
    width: 100%;
	height: 45px;
	padding: 0 20px;
    font-size: 1.1rem;
    line-height: 3rem;
  }

  .footer .family_box .family .btn::after {
    right: 20px;
    font-size: 1rem;
  }

  .footer .family_box .family ul li a {
    padding: 0 0.5rem;
    line-height: 2.9rem;
    font-size: 0.9rem;
  }

  .footer .family_box .family ul li a::after {
    width: 0.6rem;
    height: 0.6rem;
  }

/* aside */
  .svisual {
	margin-top: 92px !important;
	background: #FCE9EA;;
  }
  .svisual .bg {
	height: 192px;
	background: url("/renewal/pub/images/sub_visual_mo.png") no-repeat right bottom -30px / cover;
	background-size: auto 100%;
  }
  .svisual .bg > .con {
  	padding: 50px 20px 0;
  	text-align: center;
  }
  .svisual .bg .con .stit {
	font-size: 30px;
  }
  .svisual .location {
	height: 50px;
  }
  .svisual .location .con {
	width: 100%;
	padding-right: 0;
  }
  .svisual .location .con .home {
	width: 50px;
	height: 50px;
  }
  .svisual .location .con .g dt,
  .svisual .location .con dd a,
  .svisual .location .con .s dt {
	padding: 16px 12px;
	font-size: 14px;
	width: auto;
  }
  .svisual .location .con .g,
  .svisual .location .con .s {
	width: calc((100% - 50px) / 2);
	font-size: 14px;
  }
  .svisual .location .con .g dt::after,
  .svisual .location .con .s dt::after {
	right: 12px;
  }

/* 서브 페이지 */
	.mainContent {
		padding: 40px 0 80px;
	}
	.mainContent .board_top .total strong {
		margin-left: 4px;
	}
	.mainContent .board_top .search_wrap {
		width: 100%;
		font-size: 14px;
		position: relative;
	}
	.board_top .btn_youtube {
		font-size: 14px;
		position: absolute;
		top: -100%;
		right: 0;
		background-size: 44px;
		padding-left: 44px;
	}
	.mainContent .board_top .search_wrap > form {
		width: 100%;
	}
	.mainContent .board_top .nice-select {
		width: 20%;
		height: 40px;
		padding: 8px .8rem;
	}
	.mainContent .board_top .search_wrap > form div.inline-block {
		width: 76%;
		height: 40px;
	}
	.board_top .search_wrap input.text {
		width: 100%;
		height: 100%;
		font-size: 14px;
	}
	.board_top .btn {
		right: 20px;
	}

	.mainContent .board_top .nice-select:after {
		width: 16px;
		height: 16px;
		right: .5rem;
	}
	.video_list {
		gap: 20px 10px;
		margin-bottom: 60px;
	}
	.video_list a,
	.news_list a {
		width: calc((100% - 10px) / 2);
	}
	.video_list .txt .tit {
		margin: 10px 0 0;
		font-size: 16px;
	}
	.video_list .txt .date {
		padding-left: 16px;
		background-size: 14px;
		font-size: 12px;
	}
	.board_bottom .paging a {
		width: 32px;
		height: 32px;
		font-size: 13px;
	}
	.mainContent .news_list {
		gap: 30px 10px;
	}
	.mainContent .news_ctn {
		padding: 14px 10px;
	}
	.mainContent .news_ctn .ctn_top {
		font-size: 1rem;
	}
	.mainContent .news_ctn .ctn_middle {
		font-size: .8rem;
		min-height: 2.7rem;
	}
	.mainContent .news_ctn .news_calendar p {
		font-size: .7rem;
	}
	.mainContent .news_ctn .news_calendar img {
		width: .8rem;
	}
	.mainContent .news_ctn .news_calendar::after,
	.mainContent .news_ctn .news_calendar::before {
		top: -3px;
		background-size: 1.4rem;
	}
	.mainContent .date_wrap {
		margin-bottom: 60px;
	}
	.content .e_name {
		font-size: 12px;
	}
	.board_view .tit {
		font-size: 22px;
	}
	.content .role_list {
		column-gap: 16px;
	}
	.content .role_item,
	.content .role_item span {
		font-size: 14px;
	}
	.mainContent .info {
		column-gap: 24px;
		margin: 14px 0 24px;
		font-size: 13px;
	}
	.board_view .date,
	.board_view .visit {
		background-size: 14px;
		padding-left: 18px;
		font-size: 12px;
	}
	.mainContent .tit04 {
		font-size: 14px;
		padding-left: 16px;
	}
	.board_view .date::after {
		right: -12px;
	}
	.board_view .content {
		font-size: 14px;
		padding: 40px 0 20px;
	}
	.board_view .attached {
		height: 44px;
	}
	.board_view .attached .tit {
		font-size: 14px;
		background-size: 14px;
		padding-left: 24px;
	}
	.board_view .btns {
		margin-top: 24px;
		padding-top: 40px;
	}
	.board_view .btns .prevnext {
		column-gap: 8px;
	}
	.board_view .btns .fl .btn {
		font-size: 14px;
	}
	.board_view .btns .btn .arrow {
		width: 26px;
		background-size: 8px; 
	}
	.board_view .btns .fl .btn.list {
		width: 120px;
		font-size: 14px;
	}
	.qna_list {
/*		margin-bottom: 46px;*/
	}
	.qna_top {
		column-gap: 20px;
		height: 120px;
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.qna_top img {
		width: 60px;
	}
	.qna_top .tit {
		font-size: 22px;
	}
	.qna_top .tit03 {
		font-size: 14px;
		margin-top: 4px;
	}
	.qna_list .tit03 p,
	.qna_list .tit03 span {
		font-size: 14px;
		overflow-wrap: break-word;
	}
	.qna_list dt button,
	.qna_list dd {
		padding: 14px 44px;
		font-size: 14px;
	}
	.qna_list dt button:before,
	.qna_list dd:before {
		left: 12px;
		font-size: 14px;
	}
	.qna_list dt button:before,
	.qna_list dt button i,
	.qna_list dd:before {
		width: 24px;
		height: 24px;
	}
	.qna_list dt button i {
		right: 12px;
	}
	.qna_list dd {
		padding: 14px 30px 14px 48px;
	}
	.qna_list dd a {
		overflow-wrap: break-word;
	}
	.content_footer {
		align-items: flex-start;
		flex-direction: column;
		row-gap: 14px;
		margin: 24px 0 30px 0;
	}
	.content_footer .footer_tags .tag {
		font-size: 14px;
		/* width: 54px; */
	    height: 28px;
	}
	.content_footer .footer_actions {
		font-size: 14px;
	}
	.content .video_box:after {
		width: 60px;
	    height: 60px;
	}

/* 내가 심부전이라고요? */
	.mainContent .tab_menu {
		position: relative;
	}
	.mainContent .tab_menu .mo_menu {
		position: relative;
        display: flex;
		align-items: center;
		justify-content: space-between;
        font-size: 16px;
		border: 1px solid #E60012;
		border-radius: 32px;
		width: 100%;
		padding: 13px 20px;
		text-align: left;
	}
	.mainContent .tab_menu .mo_menu:after {
		content: "";
		width: 18px;
		height: 18px;
		display: block;
		background: url(/renewal/pub/images/icon_arrow_bottom_line.svg) center center / contain no-repeat;
	}
	.mainContent .tab_menu .mo_menu.active:after {
		transform: rotate(180deg);
	}
	.mainContent .tab_menu ul {
		position: absolute;
		display: none;
		gap: 0;
		top: 100%;
        left: 0;
        width: 100%;
		padding: 10px 0;
        background: #fff;
        border: #ddd 1px solid;
        overflow: auto;
		border-radius: 22px;
		box-shadow: #0000001a 0 4px 20px;
		max-height: 260px;
	}
	.mainContent .tab_menu li {
		width: 100%;
	}
	.mainContent .tab_menu li a {
		background: #fff;
		justify-content: left;
		padding-left: 20px;
	}
	.mainContent .tab_menu li a.active {
		border: none;
		box-shadow: none;
	}
	.mainContent .ctn_top {
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.mainContent .ctn_top.nobd {
		margin: 40px 0;
	}
	.mainContent .sub_tit,
	.mainContent .tit01 {
		margin-bottom: 14px;
	}
	.mainContent .sub_tit {
		margin-top: 40px;
	}
		
	.mainContent .tit01 {
		font-size: 26px;
	}
	.mainContent .tit01.mt {
		margin-top: 40px;
	}
	.mainContent .tit02 {
		font-size: 20px;
		margin-bottom: 12px;
		column-gap: 6px;
	}
	.mainContent .tit03 {
		font-size: 16px;
	}
	.mainContent.find .tit04 {
		font-size: 14px;
		padding-left: 0;
	}
	.mainContent .sub_tit {
		font-size: 22px;
		column-gap: 8px;
	}
	.mainContent .sub_tit:before {
		height: 18px;
	}
	.img_copyright {
		font-size: 13px;
		background: url(/renewal/pub/images/icon_warning.svg) no-repeat left top 4px / contain;
		background-size: 16px;
		margin-top: 10px;
	}
	.mainContent .ctn_top .tit03 {
		font-size: 16px;
		margin: 14px 0 36px 0;
	}
	.mainContent .tit02.num:before {
		width: 22px;
		height: 22px;
		font-size: 12px;
	}
	.announcement_wrap .announcement_item {
		flex-direction: column;
		row-gap: 20px;
		padding: 20px;
	}
	.announcement_wrap .announcement_item .img_box {
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}
	.announcement_wrap .announcement_item .img_box img {
		width: auto;
	}
	.mainContent .dot_list {
		font-size: 16px;
		margin-bottom: 4px;
	}
	.mainContent .img_box.border {
		padding: 12px 18px;
		margin-top: 40px;
	}
	.question_wrap .question_item {
		padding: 20px;
	}
	.mainContent .question_wrap.summary .tit02 {
		margin-bottom: 6px;
	}
	.mainContent .line {
		margin: 12px 0;
	}
	.mainContent .question_wrap.summary .bottom_text {
		font-size: 14px;
		column-gap: 14px;
	}
	.mainContent .question_wrap.summary .bottom_text .bottom_tit .pill_1 {
		margin-bottom: 6px;
	}
	.mainContent .question_wrap.summary .bottom_text .bottom_desc p:first-child {
		margin-bottom: 6px;
	}
	.mainContent .check_item {
		align-items: flex-start;
		padding: 10px;
		font-size: 16px;
		column-gap: 8px;
		margin-bottom: 12px;
	}
	.mainContent .check_item:before {
		width: 20px;
		height: 20px;
	}
	.question_wrap.search .question_item .tit02:before {
		width: 22px;
		height: 22px;
		background-size: 16px;
	}
	.mainContent .info_wrap {
		flex-direction: column;
	}
	.mainContent .info_wrap .info_left,
	.mainContent .info_wrap .info_rigt {
		width: 100%;
	}
	.symptom_table {
		font-size: 14px;
	}
	.symptom_table th,
	.symptom_table td {
		padding: 15px 6px;
	}
	.symptom_table td:last-child {
		padding-left: 12px;
	}
	.symptom_table.compartment3 td:first-child,
	.symptom_table.compartment3 th:first-child {
		width: 20%;
		padding: 15px 0;
	}
	.symptom_table.compartment3 td:nth-child(2),
	.symptom_table.compartment3 th:nth-child(2) {
		width: 25%;
		padding: 15px 0;
	}
	.symptom_table.compartment3 td:last-child,
	.symptom_table.compartment3 th:last-child {
		width: 55%;
	}
	.item .circle_img {
		width: 80px;
		height: 80px;
	}
	.flex_grid {
		padding: 20px;
		row-gap: 12px;
	}
	.flex_grid .item span {
		font-size: 14px;
	}
	.flex_grid .item.item01 {
		order: 6;
	}
	.circle_wrap {
		gap: 0;
		row-gap: 15px;
	}
	.circle_wrap .item {
		font-size: 14px;
		flex: 0 0 calc((100% - 30px) / 3);
	}
	.mainContent .nail_ctn {
		padding: 30px 15px;
	}
	.nail_ctn .tit03 {
		font-size: 14px;
	}
	.text_wrap {
		column-gap: 1.5rem;
	}
	.text_wrap .nail {
		min-width: 110px;
		max-width: 110px;
		font-size: 14px;
		column-gap: 4px;
	}
	.text_wrap .nail:before {
		width: 14px;
		height: 14px;
	}
	.text_wrap .dot_wrap.flex {
		flex-direction: column;
	}
	.text_wrap .dot_wrap .dot_list {
		margin-bottom: 4px;
	}
	.tit03.apple {
		column-gap: 8px;
	}
	.tit03.apple:before {
		width: 14px;
		height: 16px;
	}
	.announcement_wrap .announcement_item.nobg ul {
		margin-right: auto;
	}
	.announcement_wrap.eat_out {
		margin-bottom: 40px;
	}
	.announcement_item .flex {
		flex-direction: column;
	}
	.announcement_item .flex .dot_list {
		margin-bottom: 0;
	}
	.question_wrap.nobg .question_item .tit02 {
		font-size: 15px;
	}
	.question_wrap.nobg .question_item .tit02.num:before {
		width: 22px;
		height: 22px;
	}
	.cl_box.border {
		padding: 20px;
	}
	.cl_box.border .check_list {
		background-size: 20px;
		padding-left: 30px;
	}
	.cl_box.border .check_list .tit03.bold {
		font-size: 18px;
	}
	.mainContent .check_wrap.flex {
		flex-direction: column;
		gap: 12px;
	}
	.mainContent .check_wrap.flex .check_item {
		width: 100%;
		padding: 20px;
	}
	.item_grid {
		flex-direction: column;
		row-gap: 10px;
		padding: 0 20px;
	}
	.item_grid.grid3 .item {
		width: 100%;
	}
	.item_grid.grid4 {
		flex-wrap: wrap;
		flex-direction: row;
		padding: 0;
	}
	.item_grid.grid4 .item {
		flex: 0 0 calc((100% - 12px) / 2);
		row-gap: 6px;
	}
	.card_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
	.card_wrap .card_item {
		width: 100%;
	}
	.mainContent .question_wrap.summary .bottom_text:last-child {
		margin-top: 10px;
	}
	.mainContent .question_wrap.summary .bottom_text .pill {
		flex: 0 0 87px;
	}
	.mainContent .question_wrap.summary .tit04 {
		font-size: 13px;
	}
	.mainContent .question_wrap.summary .bottom_text .pill_2 {
		align-items: flex-start;
	}
	.mainContent .question_wrap.summary .bottom_text .pill:before {
		width: 14px;
		height: 14px;
	}
	.mainContent .check_wrap {
		margin-top: 20px;
	}

/* 비디오 팝업 */
	.popup .pop_inner .close {
    top: -2.2rem;
    right: 0.9rem;
    width: 1.6rem;
    height: 1.6rem;
  }

  .popup .pop_inner .mem {
    padding: 3.5rem 3rem 4rem;
  }

  .popup .pop_inner .mem {
    padding: 3.5rem 1rem 4rem;
  }

  .popup .pop_inner h5.title {
    margin-bottom: 1.3rem;
    font-size: 1.7rem;
  }

  .popup .mem .ps {
    margin-top: 0.7rem;
    font-size: 0.9rem;
  }

  .popup .pop_inner form {
    max-width: 39.7rem;
    margin: 2rem auto 0;
  }

  form.member .input_wrap {
    margin: 0.5rem 0 0;
    padding: 0 1.4rem;
    line-height: 3.2rem;
  }

  form.member input[type="text"],
  form.member input[type="password"] {
    height: 3.2rem;
  }

  .popup .inquiry {
    margin-top: 1.5rem;
    font-size: 0.9rem;
  }

  .popup .inquiry .contact span {
    margin: 0 1rem;
    font-weight: 300;
  }

  .popup .find .s_tit {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .popup.join_finish .find .txt {
    margin-bottom: 1rem;
  }

  .popup .find .txt strong {
    font-size: 1.2rem;
  }

  .mem_btn {
    margin-top: 1.5rem;
  }

  .mem_btn a.btn {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 3.2rem;
  }

/* 통합검색 */
	.total_search .text {
		width: 70%;
	}
	.total_search .btn {
		width: 80px;
	}
	#depth .depth_ctn .depth_item {
		font-size: 1.1rem;
		padding: 0 1rem;
		height: 80px;
	}
	.total_search_wrap .stit.m {font-size:18px;}
	.total_search_wrap .stit.inlogo {padding-bottom:10px; margin-bottom:30px;}
	.total_search_wrap .stit.inlogo img {display:block; width:160px; margin:0 0 10px;}
	.total_search_wrap .stt {font-size:14px; line-height:22px; margin:10px 0 30px;}
	.total_search_wrap .stt.mb6 {margin-bottom:30px;}
	.total_search_wrap .stt .more {position:relative; display:block; font-size:13px; margin-top:5px; width:130px; padding-right:25px;}
	.total_search_wrap li a {padding:20px 0;}
	.total_search_wrap li .tt {font-size:18px; line-height:26px;}
	.total_search_wrap li .t {font-size:14px;}
	.total_search_wrap li p {font-size:15px;}

}

@media screen and (max-width: 500px) {
	.mainContent .date_wrap .ctn_item {
		column-gap: 15px;
		padding: 15px;
	}
	.mainContent .date_wrap .ctn_item .text_box .tit {
		font-size: 1.3rem;
	}
	.calendar {
		font-size: 1rem;
		margin: 1rem 0 1.5rem 0;
	}
	.download_btn {
		padding:  7px 0;
		gap: 4px;
		font-size: 1.1rem;
	}
	.download_btn i {
		width: 16px;
		height: 16px;
	}
	.announcement_wrap .announcement_item {
		row-gap: 10px;
		padding: 14px;
	}
	.announcement_wrap .announcement_item .img_box {
		width: 85px;
        height: 85px;
	}
	.announcement_wrap .announcement_item .img_box img {
		width: 50%;
	}
	.item_grid {
		padding: 0;
	}
