/*reset*/
*, ::after, ::before {
  box-sizing: border-box;
}
input {
  border-width: 0px;
}
form {
  display: block;
  margin-top: 0em;
  margin-block-end: 0em;
}
/*reset end*/
body, html {
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  /*text-align: justify;*/
  font-size: 16px;
  line-height: 27px;
  color: #17222B;
  font-family: Pretendard, 'Noto Sans KR', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  background: #f3f3f5;
  min-width: 1280px;
}
br {
  font-family: 'Noto Sans KR', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}
a, a:hover {
  text-decoration: none;
}
a {
  transition: all 0.4s;
  color: #17222B;
  display: inline-block;
}
p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
img {
  max-width: 100%;
  max-height: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}
/* :::::: 공통 :::::: */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  color: #17222B;
}
html, body, p, div, span, strong, small, section, header, footer, a, label, input, select, option, ul, li, ol, button, h1, h2, h3, h4, h5, h6 {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  -webkit-font-smoothing: antialiased;
}
/*에디터 적용 스타일 */
/* 중앙
<div class="center_img"><dl class="center_img_dl"><dd class="center_img_dd">
왼쪽
<div class="left_img"><dl class="left_img_dl"><dd class="left_img_dd">
오른쪽
<div class="right_img"><dl class="right_img_dl"><dd class="right_img_dd">*/
.center_img_dl .center_img_dd {
  text-align: center;
}
.center_img_dl .center_img_dt {
  text-align: center;
}
.left_img_dl .left_img_dd {
  text-align: left;
}
.left_img_dl .left_img_dt {
  text-align: left;
}
.right_img_dl .right_img_dd {
  text-align: right;
}
.right_img_dl .right_img_dt {
  text-align: right;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.point_yellow {
  color: #efff42 !important;
}
.point_red {
  color: #FF5555 !important;
}
.point_blue {
  color: #1185e8 !important;
}
.point_blue2 {
  color: #308fab !important;
}
.red_error {
  color: #e41b23;
  font-size: 1.1rem;
}
.red_error2 {
  color: #e41b23;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
.red_error3 {
  color: #e41b23;
  font-size: 0.85rem;
  margin-left: 125px;
}
.white_error {
  color: #ffffff;
  font-size: 0.1rem;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.float-right {
  float: right;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.col-lg-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-lg-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.3333333%;
  flex: 0 0 58.3333333%;
  max-width: 58.3333333%;
}
.col-5 {
  -ms-flex: 0 0 41.6666667%;
  flex: 0 0 41.6666667%;
  max-width: 41.6666667%;
}
.col-8 {
  -ms-flex: 0 0 66.6666667%;
  flex: 0 0 66.6666667%;
  max-width: 66.6666667%;
}
.col-4 {
  -ms-flex: 0 0 33.3333333%;
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
}
.col-lg-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-lg-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.main_wing_banner {
  position: absolute;
  top: 150px;
  left: -155px;
}
.col-xl-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-xl-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-xl-10 {
  -ms-flex: 0 0 79.999997%;
  flex: 0 0 79.999997%;
  max-width: 79.999997%;
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.col-xl-2 {
  -ms-flex: 0 0 19.999997%;
  flex: 0 0 19.999997%;
  max-width: 19.999997%;
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 15px;
}
.col-lg-3 {
  -ms-flex: 0 0 33.333337%;
  flex: 0 0 33.333337%;
  max-width: 33.333337%;
}
.col-lg-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.white {
  color: #FFFFFF !important;
}
.white h2 {
  color: #FFFFFF !important;
}
.img_wrap {
  overflow: hidden;
}
.half_bg1 {
  position: relative;
  z-index: 2;
}
.half_bg1:after {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  background: #17222B;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.half_bg60 {
  position: relative;
  z-index: 2;
}
.half_bg60:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #17222B;
  left: 0;
  top: 0;
  z-index: -1;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 13px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.pb10 {
  padding-bottom: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb30 {
  padding-bottom: 30px;
}
.search_bg {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.search {
  max-width: 640px;
  background: #fff;
  margin: 0 auto;
  padding: 1rem 5%;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 6;
}
.search input {
  padding-left: 20px;
  height: 52px;
  font-size: 1.125rem;
  background-color: #fff;
}
.search-top {
  padding: 2rem 0 0rem;
}
.search-close {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 12121;
}
.search-top .search-title {
  margin: 1rem 0;
  font-size: 2.85rem;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 2.99rem;
}
.search .textfield {
  margin: 0 auto;
  padding: 0 0;
}
.search .textfield input {
  width: 80%;
  float: left;
  margin: 0;
  background: #fff;
}
.search .textfield button {
  width: 20%;
  float: left;
  overflow: hidden;
  text-align: center;
  height: 52px;
  position: relative;
  display: grid;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 2.1428571429;
  letter-spacing: 0;
  padding: 5px 10px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: top;
  background: #1091FF;
  border: 0px;
}
.search-option {
  padding: 2rem 0 3rem;
}
.search-option .search-option-title {
  margin: 1rem 0;
  font-size: 1.25rem;
}
.search-option .search-option-item {
  display: block;
  padding: 0.5rem 0;
  color: #161616;
}
section {
  display: block;
  padding: 0;
  margin: 0;
}
.container {
  /*width: 100%;*/
  width: 1140px;
  /*padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
  max-width: none !important;
  margin: 0 auto;
}
.mix_area .container {
  max-width: 1200px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.white_bg {
  background: #FFFFFF !important;
}
.text-right {
  text-align: right !important;
}
.right {
  text-align: right;
}
.center, .left, .right {
  position: relative;
}
.space-10 {
  height: 10px;
}
.space-20 {
  height: 20px;
}
.space-40 {
  height: 40px;
}
.space-50 {
  height: 40px;
}
.space-60 {
  height: 60px;
}
.box {
  background: #ffffff;
  padding: 40px 40px 40px 40px;
}
/* :::::: 공통 end :::::: */
.carousel .owl-item img {
  display: inline-block;
  width: auto;
}
/*================================
	HEADER AREA CSS CSS

*/
.topbar ul {
  margin: 0;
  padding: 0;
}
.topbar ul li {
  font-size: 14px;
  opacity: 0.85;
}
.topbar ul .tranding_bar li {
  list-style: none;
  font-weight: 400;
}
.topbar .top_date_social > div {
  display: inline-block;
}
.topbar .top_date_social > div:first-child {
  padding-right: 0px;
  margin-right: 0px;
  position: relative;
  z-index: 2;
}
/* 오른쪽 세로 바 .topbar .top_date_social > div:first-child:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  background: #17222B;
  opacity: 0.3;
  right: 5px;
  top: 50%;
  margin-top: -7.5px;
}*/
.topbar .paper_date p {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.85;
}
.topbar .social1 ul {
  margin: 0;
  padding: 0;
}
.topbar .social1 ul li {
  list-style: none;
  display: inline-block;
}
.topbar .social1 ul li a {
  opacity: 0.75;
  font-size: 14px;
}
.main-menu a.up_btn {
  visibility: visible;
  opacity: 1;
  bottom: 7%;
  transition: all 0.3s;
}
a.up_btn {
  height: 70px;
  width: 50px;
  text-align: center;
  /*line-height: 50px;*/
  padding-top: 20px;
  background: #FF5555;
  color: #fff;
  border-radius: 50px;
  position: fixed;
  z-index: 9999;
  bottom: 10%;
  right: 2%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#share {
  position: absolute;
  height: 58px;
  background-color: #fff;
  border-color: #eaeaea;
  border: 1px;
  border-style: solid;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.sticky_menu {
  border-radius: 36px;
  border: 1px solid #FF5555;
  padding: 15px 8px;
  z-index: 299;
}
.sticky_menu {
  position: fixed;
  bottom: 140px;
  right: 38px;
  background-color: rgba(255, 255, 255, 0.9);
}
.sticky_menu > button:nth-child(n+2) {
  margin-top: 20px;
}
.sticky_menu > button {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  position: relative;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.sticky_menu span.sm_hidden {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #000;
}
.sticky_menu [class*="ico_"] {
  margin-bottom: 6px;
}
.sticky_menu .ico_share {
  width: 24px;
  height: 24px;
}
.sticky_menu .layer_share {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
}
.sticky_menu .layer_share {
  right: 60px;
  top: 30px;
  outline: none;
}
.news_view_area li i {
  width: 24px;
  height: 24px;
  text-align: center;
}
.news_view_area li .ico_close {
  width: 15px;
  height: 15px;
}
.layer_popup {
  position: absolute;
  z-index: 200;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.layer_share {
  width: 260px;
  height: 90px;
  padding: 0px 14px 5px 14px;
}
*:not(.full_popup) > .layer_popup .layer_header .layer_title {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.layer_share ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-left: 0px;
  margin-top: 1px solid #000;
}
.layer_share li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 22%;
  height: 52px;
}
.layer_share li:last-child {
  text-align: right;
  width: 10%;
}
.layer_share li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}
.layer_share li a [class^='ico'] {
  position: relative;
  width: 24px;
  height: 24px;
}
.layer_share li a span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.5px;
  white-space: nowrap;
  color: #999;
}
.layer_share .btn_close {
  top: 12px;
  right: 12px;
}
.layer_popup .btn_close {
  /*position: absolute;*/
  font-size: 0;
}
.visually_hidden {
  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;
}
.sticky_menu button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
[class*="ico_"] {
  display: inline-block;
  font-style: normal;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ico_close {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M376.6 427.5c11.31 13.58 9.484 33.75-4.094 45.06c-5.984 4.984-13.25 7.422-20.47 7.422c-9.172 0-18.27-3.922-24.59-11.52L192 305.1l-135.4 162.5c-6.328 7.594-15.42 11.52-24.59 11.52c-7.219 0-14.48-2.438-20.47-7.422c-13.58-11.31-15.41-31.48-4.094-45.06l142.9-171.5L7.422 84.5C-3.891 70.92-2.063 50.75 11.52 39.44c13.56-11.34 33.73-9.516 45.06 4.094L192 206l135.4-162.5c11.3-13.58 31.48-15.42 45.06-4.094c13.58 11.31 15.41 31.48 4.094 45.06l-142.9 171.5L376.6 427.5z'/%3E%3C/svg%3E");
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.carousel .stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper, .carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.carousel .owl-item img {
  display: block;
  width: 100%;
}
.carousel .owl-nav.disabled, .carousel .owl-dots.disabled {
  display: none;
}
.carousel .owl-nav .owl-prev, .carousel .owl-nav .owl-next, .carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel.owl-loaded {
  display: block;
}
.carousel.owl-loading {
  opacity: 0;
  display: block;
}
.carousel.owl-hidden {
  opacity: 0;
}
.carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.carousel.owl-rtl {
  direction: rtl;
}
.carousel.owl-rtl .owl-item {
  float: right;
}
.carousel .top-outer {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .top-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/*POST TYPE-3*/
.post_type3 .post_img span.tranding {
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 30px;
  left: 10px;
  top: 10px;
}
.post_type3 .single_post_text {
  width: 69%;
  float: left;
  padding: 0;
  padding-left: 18px;
}
.post_type3 .single_post_text .meta {
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: unset;
  font-size: 14px;
}
.post_type3 .single_post_text a {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}
.post_type3 .only_post_text {
  width: 100%;
  padding: 0;
  padding: 0px 0px 0px 0;
}
.post_type3 .only_post_text .meta {
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: unset;
  font-size: 14px;
}
.post_type3 .only_post_text .post-p {
  opacity: 0.6;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}
.only_post_text .meta3 a:first-child {
  color: #1091FF;
}
.only_post_text .meta3 a {
  font-size: 14px !important;
  position: relative;
  z-index: 2;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}
.single_post .only_post_text a:hover {
  color: #1091FF;
  transition: all 0.3s;
}
.only_post_text .meta3 a:last-child {
  margin-left: 20px;
  color: #17222B;
  opacity: 0.75;
  float: right;
}
/* .only_post_text .meta3 a:last-child:before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
}*/
.single_post .only_post_text a:hover {
  color: #1091FF;
  transition: all 0.3s;
}
.post_type3 .only_post_text a {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.only_post_text h4 {
  font-size: 16px;
  color: #17222B;
  font-weight: 500;
  line-height: 21px;
}
.post_type3 .only_post_text h4 a {
  color: #17222B;
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -0.9px;
}
.only_post_text h4 a span {
  display: block;
  font-size: 17px;
  color: #17222B;
  font-weight: 600;
  line-height: 28px;
}
.post_type3 .post_img {
  border: 1px solid #DCDEDF;
  width: 30%;
  float: left;
}
.post_gallary_area {
  margin-top: 20px;
}
/*POST TYPE-11*/
.margintop-60- {
  margin-top: -60px;
}
.post_type11 a.youtube_middle {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 70px;
  text-align: center;
  line-height: 60px;
  font-size: 60px;
  margin-top: -30px;
  margin-left: -35px;
  color: #FF5555;
}
.post_type11 .padding30 {
  padding: 30px;
}
.post_type11 .single_post_text a {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.popular_items {
  margin-top: 0px;
}
/*POST TYPE-12*/
.post_type12 {
  display: inline-block;
}
.post_type12 .post_img {
  width: 48%;
  float: left;
}
.post_type12 .single_post_text {
  width: 49%;
  float: left;
  padding: 0;
  padding-left: 30px;
}
.single_post_text .meta3 {
  margin-bottom: 5px;
  width: 100%;
}
.single_post_text .meta3 a:first-child {
  color: #1091FF;
}
.single_post_text .meta3 a:last-child {
  margin-left: 20px;
  color: #17222B;
  opacity: 0.75;
  float: right;
  text-align: right;
}
.single_post_text .meta3 a {
  font-size: 14px !important;
  position: relative;
  z-index: 2;
  line-height: 17px;
  margin-bottom: 5px;
}
.post_type3 .post_img span.tranding {
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 30px;
  left: 10px;
  top: 10px;
}
.post_type3 .single_post_text .post-p {
  opacity: 0.6;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.post_type3 .single_post_text h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.9px;
}
.post_type3 .single_post_text h4 a {
  color: #17222B;
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -0.9px;
}
/*.single_post_text .meta3 a:last-child:before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
}*/
/*POST TYPE-13*/
.post_type13 {
  display: flex;
  /*align-items: center;*/
  height: 100px;
  /*padding-left: 100px;*/
}
.post_type13 .circle_match_time {
  position: absolute;
  right: 0;
}
.post_type13 .playing_teams {
  font-size: 19px;
  line-height: 26px;
  margin-top: 8px;
  margin-bottom: 13px;
  font-weight: 600;
  color: #17222B;
  letter-spacing: -0.9px;
}
.post_type13 .playing_teams span {
  color: #8A8F94;
}
.post_type13 .single_post_text {
  padding-top: 10px;
}
.post_type13 .post_img {
  height: 124px;
  width: 85px;
  margin-top: 7px;
}
.post_type13 .meta.macth_meta {
  color: black;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  letter-spacing: -0.9px;
  display: block !important;
  clear: both;
  position: relative;
  font-weight: 500;
  text-shadow: 2px 1px 0px white;
  margin-top: 15px;
}
.tip {
  border-radius: 5px;
  background-image: url(https://health.chosun.com/mildang365/img/tip_bg.jpg);
  border-radius: 15px 15px;
  border: 2px solid #fa5454;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 20px 35px;
}
.tip p {
  color: black;
  font-size: 17px;
  font-weight: 300;
}
.tip .single_post_text h4 {
  font-size: 20px;
  color: black;
  font-weight: 600;
  line-height: 28px;
}
.tip_v2 {
  border-radius: 5px;
  background-image: url(https://health.chosun.com/mildang365/img/tip_bg.png);
  border-radius: 15px 15px;
  border: 2px solid #000;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 20px 35px;
}
.tip_v2 p {
  color: black;
  font-size: 17px;
  font-weight: 300;
}
.tip_v2 .single_post_text h4 {
  font-size: 20px;
  color: black;
  font-weight: 600;
  line-height: 28px;
}
.tip_v2 .tempstep {
  height: auto;
  font-size: 18px;
  margin-top: 15px;
  padding: 11px 0 11px;
  display: table;
  width: 100%;
  height: 78px;
}
.tempstep .step_thumb {
  width: 60px;
  padding: 0 8px 0 0px;
}
.tempstep .step_thumb {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px;
}
.tempstep .step_thumb img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 2px solid #000;
}
.tempstep .step_thumb a img {
  max-width: 87px;
  height: auto;
}
.tempstep dl {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.tempstep dl dt {
  font-size: 18px;
  padding-top: 5px;
  letter-spacing: -1px;
}
.tip_v2 .tempstep2 {
  height: auto;
  font-size: 18px;
  margin-top: 18px;
  padding: 11px 0 11px;
  display: table;
  width: 100%;
  height: 78px;
}
.tempstep2 .step_thumb {
  width: 60px;
  padding: 0 0px 0 8px;
}
.tempstep2 .step_thumb {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px;
}
.tempstep2 .step_thumb img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 2px solid #000;
}
.tempstep2 .step_thumb a img {
  max-width: 87px;
  height: auto;
}
.tempstep2 dl {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 8px;
}
.tempstep2 dl dt {
  font-size: 18px;
  padding-top: 5px;
  letter-spacing: -0.5px;
  color: #fff;
  padding: 0 0px 0 8px;
  text-align: left;
}
.tempstep2 dl dt a {
  color: #fff;
}
.tip_v2 .tempstep3 {
  height: auto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
  margin-top: 9px;
  text-align: center;
  padding: 5px 0 0px;
  display: table;
  width: 100%;
  height: 10px;
}
.post_type13 .single_post_text h4 {
  display: block !important;
  text-shadow: 2px 2px 1px white;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post_type13 .single_post_text h4 span {
  display: block !important;
  float: left !important;
  min-height: 75px;
  border: 0px solid #000;
  font-size: 29px;
  margin-right: 5px;
}
.post_type13 .meta.macth_meta span {
  display: block !important;
  float: left !important;
  min-height: 75px;
  border: 0px solid #000;
  font-size: 29px;
  margin-right: 5px;
  font-weight: 500;
}
/*POST TYPE-14*/
.post_type14 .single_post_text {
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 40px 20px 20px 20px;
}
.post_type14 .single_post_text .meta {
  font-weight: 500;
  font-size: 12px;
}
.post_type14 .single_post_text .meta span {
  color: #FFFFFF;
}
.post_type14 .single_post_text a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}
.post_type14 .single_post_text .post-p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
.post_type14 .single_post_text h4 a {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.post_type14 span.tranding {
  height: 20px;
  width: 110px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50%;
  background: none;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  top: 15px;
  right: auto;
  z-index: 9;
}
.post_type14 span.tranding:hover {
  color: #1091FF;
  transition: all 0.3s;
}
.post_type14 .tranding.left {
  height: 54px;
  width: 54px;
  right: auto;
  left: 15px;
  font-size: 16px;
}
.post_type14 .tranding.left .fas {
  line-height: 53px;
}
.post_type14 span.moving {
  height: 20px;
  width: 110px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0, 0.8);
  border: 3px solid #fff;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  top: 50px;
  right: auto;
  z-index: 9;
}
.post_type14 span.moving:hover {
  background-color: rgb(0, 0, 0, 1);
  transition: all 0.3s;
}
.post_type14 .moving.left {
  height: 95px;
  width: 95px;
  right: auto;
  top: 35%;
  left: 40%;
  font-size: 38px;
}
.post_type14 .moving.left .fas {
  line-height: 91px;
}
.post_type14 .post_img img {
  width: 525px;
  height: 350px;
  object-fit: cover;
}
.tip input[type=button] {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 400;
  /* text-transform: uppercase; */
  color: #1185e8;
  padding: 15px 30px;
  background: #FFffff;
  border: 2px solid #1185e8;
  border-radius: 30px;
  width: 100%;
  margin-top: 10px;
  font-weight: 700;
}
.tip input[type=button]:hover {
  color: #FFffff;
  background: #1185e8;
  border: 0px solid #1185e8;
}
.tip .color_tit.v1 {
  color: #fa5454;
}
.tip .color_tit.v2 {
  color: #1185e8;
}
span.tranding {
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  line-height: 24px;
  border-radius: 50%;
  background: #FF5555;
  color: #FFFFFF;
  position: absolute;
  left: 5px;
  top: -10px;
}
.readmore {
  font-size: 14px !important;
}
a.readmore, button.readmore, input.readmore {
  font-size: 12px;
  font-weight: 400 !important;
  color: #17222B;
  padding: 10px 18px;
  border: 1px solid #50585F;
  line-height: 20px !important;
}
a.readmore:hover, button.readmore:hover, input.readmore:hover {
  background: #1091FF;
  color: #FFFFFF !important;
  border-color: transparent;
}
.all_view {
  font-size: 16px !important;
}
a.all_view {
  font-weight: 400 !important;
  color: #1091FF;
  padding: 10px 18px;
  border: 2px solid #1091FF;
  border-radius: 0px;
  line-height: 19px !important;
  width: 100%;
  z-index: 9999;
  padding: 15px 30px;
  text-align: center;
  background: #ffffFF;
  margin-top: 65px;
}
a.all_view:hover {
  background: #1091FF;
  color: #FFFFFF !important;
  border-color: transparent;
  z-index: 9999;
}
.nav_style1 .owl-nav div:hover {
  background: #1091FF;
  border-color: #1091FF;
  color: #FFFFFF;
  transition: all 0.3s;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.keyword_area {
  border: 1px solid ##222;
}
.keyword_area .stock-link-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.keyword_area .stock-link-item {
  flex: 1 1 20%;
  margin: 0 0 16px 16px;
  padding: 13px 0;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 25px;
}
.keyword_area .stock-link-item:hover {
  border: 1px solid #222;
}
.keyword_area .stock-link-item:nth-of-type(4n+1) {
  margin-left: 0;
}
.keyword_area .stock-link-item a {
  display: inline-block;
  width: 100%;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.recipe_area {
  border: 0px solid #222;
  margin-top: 20px;
}
.recipe_area .stock-link-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.recipe_area .stock-link-item_1 {
  flex: 1 1 20%;
  margin: 0 0 0px 0px;
  padding: 13px 0;
  box-sizing: border-box;
  border: 0px solid #d7d7d7;
  border-radius: 0px;
  text-align: left;
}
.recipe_area .stock-link-item_1 a img {
  width: 255px;
  height: 320px;
  object-fit: cover;
}
.recipe_area .stock-link-item_1 .single_post_text {
  position: absolute;
  top: 0;
  z-index: 9;
  padding: 35px 10px 20px 30px;
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: -1px;
}
.recipe_area .stock-link-item_1 .single_post_text h4 {
  color: #ffffff;
  font-size: 30px;
  line-height: 34px;
  padding-bottom: 15px;
}
.recipe_area .stock-link-item_1 .single_post_text p {
  padding-bottom: 15px;
}
.recipe_area .stock-link-item_1 .single_post_text .main_recipe_plus {
  color: #ffffff;
  font-size: 14px;
  line-height: 34px;
  background: #FF5555 !important;
  padding: 5px 15px;
  maring-top: 20px;
  border-radius: 30px;
}
.recipe_area .stock-link-item_1 a {
  display: inline-block;
  width: 100%;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.recipe_area .stock-link-item_1 a img {
  width: 255px;
  height: 320px;
  object-fit: cover;
}
/* No Js */
.recipe_area .stock-link-item {
  flex: 1 1 20%;
  margin: 0 0 30px 30px;
  padding: 13px 0;
  box-sizing: border-box;
  border: 0px solid #d7d7d7;
  border-radius: 0px;
  text-align: left;
}
.recipe_area .stock-link-item:hover {
  border: 0px solid #222;
}
.recipe_area .stock-link-item:nth-of-type(4n+1) {
  margin-left: 0;
}
.recipe_area .stock-link-item:first-child .single_post_text {
  position: absolute;
  top: 0;
  z-index: 9;
  padding: 35px 10px 20px 30px;
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: -1px;
}
.recipe_area .stock-link-item:first-child .single_post_text h4 {
  color: #ffffff;
  font-size: 30px;
  line-height: 34px;
  padding-bottom: 15px;
}
.recipe_area .stock-link-item:first-child .single_post_text p {
  padding-bottom: 15px;
}
.recipe_area .stock-link-item:first-child .single_post_text .main_recipe_plus {
  color: #ffffff;
  font-size: 14px;
  line-height: 34px;
  background: #FF5555 !important;
  padding: 5px 15px;
  maring-top: 20px;
  border-radius: 30px;
}
.recipe_area .stock-link-item .single_post_text {
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 0px 15px 20px 20px;
  text-align: left;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.recipe_area .stock-link-item .single_post_text h4 {
  color: #ffffff;
  line-height: 34px;
  padding-bottom: 25px;
}
.recipe_area .stock-link-item a {
  display: inline-block;
  width: 100%;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.recipe_area .stock-link-item a img {
  width: 255px;
  height: 320px;
  object-fit: cover;
}
/* No Js */
.no-js .carousel {
  display: block;
}
.recipe_area .stock-link-item_2 {
  flex: 1 1 20%;
  margin: 0 0 30px 30px;
  padding: 13px 0;
  box-sizing: border-box;
  border: 0px solid #d7d7d7;
  border-radius: 0px;
  text-align: left;
}
.recipe_area .stock-link-item_2:hover {
  border: 0px solid #222;
}
.recipe_area .stock-link-item_2:nth-of-type(4n+1) {
  margin-left: 0;
}
.recipe_area .stock-link-item_2 .single_post_text {
  position: absolute;
  bottom: 0;
  z-index: 9;
  /*padding: 0px 15px 20px 20px;*/
  text-align: left;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.recipe_area .stock-link-item_2 .single_post_text h4 {
  color: #ffffff;
  line-height: 34px;
  padding-bottom: 25px;
}
.recipe_area .stock-link-item_2 a {
  display: inline-block;
  width: 100%;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.recipe_area .stock-link-item_2 a img {
  width: 255px;
  height: 320px;
  object-fit: cover;
}
/* No Js */
/*
 *  Owl Carousel - Animate Plugin
 */
.carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.carousel .owl-animated-in {
  z-index: 0;
}
.carousel .owl-animated-out {
  z-index: 1;
}
.carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.carousel .owl-video-playing .owl-video-tn, .carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.nav_style1 .owl-nav {
  position: absolute;
  right: 0;
  top: -48px;
}
.carousel .owl-nav .owl-prev, .carousel .owl-nav .owl-next, .carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-dots {
  display: none;
}
.nav_style1 .owl-nav div {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #C1C4C6;
  color: #C1C4C6;
  transition: all 0.3s;
}
.nav_style1 .owl-nav div:last-child {
  margin-left: 14px;
}
.trancarousel_area p.trand {
  float: left;
  margin-right: 10px;
  padding: 12px 20px;
  background: #FF5555;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 17px;
}
.trancarousel_area .trancarousel_item {
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.87;
  letter-spacing: -0.2px
}
.trancarousel_area .trancarousel_item a {
  color: #17222B;
  word-break: break-word;
}
.trancarousel_area .trancarousel_item p {
  color: #17222B;
  word-break: break-word;
}
.img_wrap {
  overflow: hidden;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.post_type12 {
  display: inline-block;
}
.post_type12 .post_img {
  width: 48%;
  float: left;
}
.logo_area {
  width: 100%;
  padding: 10px 0;
}
.logo {
  max-width: 250px;
}
.logo_area .logo img {
  width: 250px;
  object-fit: cover;
}
.border_black {
  border-bottom: 1px dashed #a6a6a6;
}
.border_black_top {
  border-top: 1px dashed #a6a6a6;
}
.border_white {
  border-bottom: 1px dashed #3A434B;
}
.space-30 {
  height: 30px;
}
.border_black2 {
  border-bottom: 1px solid #222222;
}
.space-15 {
  height: 15px;
}
.main-1 .main-nav {
  position: relative;
  padding: 0 15px;
}
.main-1 .main-nav {
  background: white;
  min-height: 70px;
  /*box-shadow: 0 72px 20px 0 #f3f3f5;*/
}
.main-1 .main-nav > .container {
  position: relative;
}
.main-nav .container .row {
	/*width: 1140px !important;*/
}
.main-1 .menu_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-1 .menu_right > div {
  position: relative;
  z-index: 2;
  padding-right: 15px;
}
.main-1 .users_area ul {
  margin: 0;
  padding: 0;
}
.main-1 .users_area ul li {
  font-weight: 500;
  padding: 0 4px;
  font-size: 18px;
  color: #8A8F94;
  cursor: pointer;
  list-style: none !important;
}
.main-1 .menu_right .lang:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  background: #B9BCBF;
  right: -2px;
  top: 50%;
  margin-top: -10px;
}
.main-1 .lang {
  padding-left: 15px;
}
.main-1 .lang ul {
  margin: 0;
  padding: 0;
}
.main-1 .lang ul li {
  list-style: none;
  position: relative;
  display: inline-block;
  z-index: 2;
  transition: all 0.3s;
}
.main-1 .lang ul li a {
  opacity: 0.85;
  /*color: #17222B;*/
  color: #308fab;
  font-size: 18px;
  font-weight: 700;
}
.main-1 .lang ul li a {
  display: inline-block;
  padding: 7px;
}
.main-1 .menu_right > div:last-child {
  padding-left: 15px;
}
.main-1 .menu_right > div:last-child {
  padding-right: 0;
}
.main-nav .col-6:last-child {
	padding-right: 0;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.stellarnav.light {
  background: transparent;
}
.stellarnav {
  position: relative;
  width: auto;
  z-index: 99;
  line-height: normal;
}
.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
}
.stellarnav > ul > li {
  display: inline-block;
}
.stellarnav li a {
  padding: 13px 22px;
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
ul#newsprk_menu {
  z-index: 99;
}
.newsprk_nav ul {
  margin: 0;
  padding: 0;
}
.newsprk_nav li a {
  padding: 18px 20px;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 700;
}
.newsprk_nav li a:hover:after {
  width: 100%;
  transition: all .4s;
}
.newsprk_nav li a:hover:before {
  height: 100%;
  transition: all .4s;
}
.newsprk_nav li a:hover {
  color: #308fab;
}
.newsprk_nav li a:before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  background: #F3F3F4;
  z-index: -1;
  transition: all .4s;
}
.newsprk_nav li a:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0;
  background: #308fab;
  z-index: -1;
  transition: all .4s;
}
.newsprk_nav li a.nactive {
  background: #F3F3F4;
  color: #308fab;
  border-bottom: 2px solid #308fab;
}
/*슬라이더*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  /*height: 100%;*/
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider end */
.single_post {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.post_img {
  position: relative;
  z-index: 2;
}
.post_img img {
  object-fit: cover;
}
.post_type6 span.tranding {
  height: 54px;
  width: 111px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: none;
  color: #FFFFFF;
  position: absolute;
  left: 15px;
  top: 15px;
  border-radius: 30px;
  right: auto;
  z-index: 9;
}
.post_type6 span.tranding:hover {
  color: #1091FF;
  transition: all 0.3s;
}
.post_type6 .single_post_text {
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 40px 40px 20px 40px;
}
.post_type6 .single_post_text .meta {
  margin-bottom: 0;
}
.post_type6 .single_post_text .meta {
  font-weight: 500;
  font-size: 14px;
}
.single_post_text .meta {
  color: #1091FF;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.post_type6 .single_post_text .meta a {
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.post_type6 .single_post_text .meta a:last-child {
  margin-left: 20px;
}
.gradient1 {
  position: relative;
  z-index: 2;
}
.gradient1:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background:
    linear-gradient(to bottom, rgba(23, 33, 43, 0.5) 5%, rgba(23, 33, 43, 0.15) 15%, rgba(23, 33, 43, 0.0) 35%, rgba(23, 33, 43, 0) 40%, rgba(23, 33, 43, 0) 45%, rgba(23, 33, 43, 0.0) 55%, rgba(23, 33, 43, 0.20) 65%, rgba(23, 33, 43, 0.65) 75%, rgba(23, 33, 43, 0.85) 85%, rgba(23, 33, 43, 1) 100%);
  left: 0;
  bottom: 0;
}
.gradient2 {
  position: relative;
  z-index: 2;
}
.gradient2:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 50%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 80%);
  left: 0;
  bottom: 0;
}
.post_type6 .single_post_text p {
  color: #FFFFFF;
}
.post_type6 .single_post_text .meta a {
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.post_type3 .post_img .meta a {
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.single_post .single_post_text a:hover {
  color: #1091FF;
  transition: all 0.3s;
}
.post_type6 .single_post_text a {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
}
.post_type6 .single_post_text .meta a:last-child:before {
  position: absolute;
  content: "/";
  height: 20px;
  width: 10px;
  left: -18px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  text-align: center;
}
.post_type6 .single_post_text p.post-p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
/*POST TYPE-7*/
.post_type7 .single_post_text {
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 40px 20px 0px 20px;
}
.post_type7 .single_post_text .meta5 a {
  font-weight: 500;
  font-size: 14px;
}
.post_type7 .single_post_text .meta span {
  color: #FFFFFF;
}
.post_type7 .single_post_text a {
  color: #FFFFFF;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
}
.single_post_text h4 {
  font-size: 20px;
  color: #17222B;
  font-weight: 500;
  line-height: 28px;
}
.fa-solid {
  line-height: 27px !important;
}
.news_letter {
  padding: 30px 30px 30px;
  background-image: url('https://health.chosun.com/mildang365/img/newsletter_bg.jpg');
}
.news_letter p {
  color: #39424A;
  font-size: 17px;
  font-weight: 300;
}
.news_letter a {
  color: #f4e9dc;
}
.news_letter .widget-title {
  color: #494949;
  padding-top: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
  border-top: 2px solid #494949;
}
.news_letter .signup_form {
  padding: 20px 20px 20px;
  background: #494949;
  border-radius: 0px 50px;
}
.wing_top_banner {
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 10px 0;
}
.wing_cont_banner {
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 30px 0;
  background: #fff;
}
.left_banner {
  background: #fff;
  position: absolute;
  left: -200px;
  top: 55px;
}
.right_banner {
  background: #fff;
  position: absolute;
  right: -200px;
  top: 55px;
}
.banner2 {
  position: relative;
  background-color: #fcce47;
  border-radius: 5px;
  height: 250px;
}
.banner2 a {
  border-radius: 5px;
}
.banner2 a img {
  position: absolute;
  bottom: 0;
  border-radius: 5px;
}
/*닥터D 구독 입력 폼 영역*/
.intro-head {
  background: #ffd101;
}
.intro-head-title {
  width: 100%;
  background: #ffd101;
}
.intro-head-title .subscribe-gosum {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px 10px;
}
.intro-head-title .subscribe-gosum img {
  max-height: 200px;
}
.intro-head-title .intro-inner {
  float: left;
  width: 50%;
  line-height: 50px;
  padding: 35px 10px 10px 10px;
}
.intro-inner p {
  font-size: 14px;
  margin-bottom: 5px;
}
.intro-head-description {
  clear: both;
  width: 100%;
  background: black;
  color: #fff;
  padding: 17px;
}
.intro-head-description .textfield-input {
  display: block;
  width: 100%;
  padding: 5px 40px 5px 0.5rem;
  border: 1px solid #051619;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0;
  font: inherit;
  color: #051619;
  transition: all .2s;
  outline: none;
  box-shadow: none;
}
.intro-head-description .textfield .email {
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #000;
}
.intro-head-description .textfield input[type='text'] {
  box-sizing: border-box;
}
.intro-head-description .textfield .name {
  border-radius: 0 0 5px 5px;
}
.intro-head-description .checkbox {
  padding: 0 0 5px 0;
}
.intro-head-description .checkbox a {
  display: inline !important;
  margin: 0 !important;
  text-decoration: underline;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.intro-head-description .primary-button {
  display: inline-block;
  width: 100%;
  min-width: 104px;
  background: #ffd101;
  padding: 10px 40px 11px;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 25px;
  border: 1px solid #051619;
  color: #051619;
  margin: 0 auto;
}
.widget-title {
  font-size: 25px;
  /*margin-bottom: 14px;*/
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  display: inline-block;
  letter-spacing: -0px;
}
.signup_form form {
  position: relative;
  z-index: 2;
}
.signup_form form input.signup {
  padding: 7px 7px;
  width: 100%;
  margin: 0 0 10px 0;
  background: #FFFFFF;
}
.signup_form form input.cbtn {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 15px 30px;
  background: #FF5555;
  border: 2px solid #ffffff;
  border-radius: 30px;
  width: 100%;
  margin-top: 10px;
  font-weight: 700;
}
.mix_carousel {
  background: #f3f3f5;
  width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: none !important;
}
.checkbox, .radio {
  display: block;
  padding: .5rem 0;
  position: relative;
}
.checkbox a, .radio a {
  display: inline !important;
  margin: 0 !important;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 50%; /*transform: translateY(-50%);*/
}
.intro-head-description input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: checkbox;
  position: absolute;
  outline: auto;
}
.intro-head-description input[type=checkbox] + label {
  display: block;
  height: 16px;
  padding-left: 1.5rem;
  line-height: 16px;
  position: relative;
  color: #f4e9dc;
  font-size: 0.9rem;
  letter-spacing: -.05rem;
}
.intro-head-description input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 0;
  border: 1px solid #163854;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.intro-head-description input[type=checkbox]:checked + label:after {
  display: block;
  border-color: #fff;
}
.intro-head-description input[type=checkbox] + label:after {
  content: "";
  display: none;
  width: 9px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-right-color: #fff;
  border-top-color: #fff;
  position: absolute;
  left: 4px;
  top: 3px;
  transform: rotate(-45deg);
}
.intro-head-description input[type=checkbox]:checked + label:before {
  background: #161616;
  border-color: #161616;
  -webkit-animation: ripple2 .2s linear forwards;
  animation: ripple2 .2s linear forwards;
}


/* 뉴스레터 버튼 영역 앱 다운로드 추가 작업 */
.app_btn {	
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
	margin-top: 8px;
}
.app_btn a { width: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 5px;
	font-size: 14px;
	}
a.g_play { 	
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #051619;
    color: #051619;
    margin: 0 auto;	
}
a.a_store { 	
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #051619;
    color: #051619;
    margin: 0 auto;
}
a.g_play::before {
	content: "";
    margin-right: 5px;
    width: 18px;
    height: 18px;
    display: block;
    background: url(https://health.chosun.com/mildang365/img/g_play.svg) no-repeat 50%/contain;
}
a.a_store::before {
	  content: "";
   margin-right: 5px;
    width: 18px;
    height: 18px;
    display: block;
    background: url(https://health.chosun.com/mildang365/img/a_store.svg) no-repeat 50%/contain;
	
}


.box, .box .box-thumbnail {
  box-sizing: border-box;
  position: relative;
}
.box .box-thumbnail {
  width: auto;
  height: auto;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
  overflow: hidden;
}
.video_posts .container {
  max-width: 1200px;
}
.video_posts .container {
  background: #f3f3f5;
  max-width: 1200px;
}
.container {
 /*width: 100%; */
    width: 1140px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    max-width: none !important;
}
.viceo_posts_wrap {
  background: #f3f3f5;
  padding: 30px 30px 50px 30px;
}
.single_post {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.post_img {
  position: relative;
  z-index: 2;
}
/*POST TYPE-10*/
.type10 {
  letter-spacing: -1px !important;
}
.type10 {
  min-height: 71px;
  border-bottom: 1px dashed #a6a6a6;
  padding-left: 108px;
}
.type10 .post_img {
  height: 56.25px !important;
}
.type10 .meta.meta2 {
  color: #71787D;
}
.type10 span.tranding.tranding_border {
  border: 1px solid #FFFFFF;
  top: -12px;
  font-weight: 600;
}
.type10 .single_post_text h4 a {
  font-size: 24px;
  color: #17222B;
  font-weight: 700;
  line-height: 34px;
}
.type10 .single_post_text .meta4 a {
  font-size: 14px;
}
/*POST TYPE-11*/
.margintop-60- {
  margin-top: -60px;
}
.post_type11 a.youtube_middle {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 70px;
  text-align: center;
  line-height: 60px;
  font-size: 60px;
  margin-top: -30px;
  margin-left: -35px;
  color: #FF5555;
}
.post_type11 .padding30 {
  padding: 30px;
}
.single_post {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.single_post_text .meta4 {
  margin-top: 0;
}
.single_post_text .meta4 a {
  font-size: 12px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  line-height: 17px;
  font-weight: 500;
  color: #17222B;
  opacity: 0.6;
}
.widgets_small .post_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 77px;
  width: 100px;
}
.widgets_small .post_img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
  overflow: hidden;
}
.widgets_small:hover .post_img img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.widgets_small .tranding img {
  height: 12px;
  width: 6px;
  padding-top: 2px;
}
.widgets_small .single_post_text a {
  font-size: 24px;
  line-height: 21px;
}
.widgets_small .single_post_text .meta {
  font-size: 12px;
  line-height: 20px;
}
.fourth_bg {
  background: #ffffff;
}
.img_wrap {
  overflow: hidden;
  /*height: -webkit-fill-available;
  width: -webkit-fill-available;
  */
}
/*POST TYPE-12*/
.post_type12 {
  display: inline-block;
}
.post_type12 .post_img {
  width: 48%;
  float: left;
}
.post_type12 .single_post_text {
  width: 49%;
  float: left;
  padding: 0;
  padding-left: 30px;
}
/*================================
	FOOTER AREA CSS

*/
.primay_bg {
  background: #17222B;
}
.footer .cta {
  padding: 50px 0 0px;
}
.footer .cta .social2 {
  margin-top: 35px;
}
.footer .cta .social2 ul {
  margin: 0;
  padding: 0;
}
.footer .cta .social2 ul li {
  list-style: none;
}
.footer .cta .social2 ul li a:hover {
  background: #1091FF;
  color: #FFFFFF;
}
.footer .single_footer_nav ul {
  margin: 0;
  padding: 0;
}
.footer .single_footer_nav ul li {
  list-style: none;
  margin-bottom: 7px;
  color: #FFFFFF;
  font-weight: 200;
  font-size: 14px;
}
.footer .single_footer_nav ul li a {
  color: #FFFFFF;
  font-weight: 300;
}
.footer .single_footer_nav ul li a:hover {
  color: #1091FF;
}
.footer .single_footer_nav ul li:last-child {
  margin-bottom: 0;
}
.footer .widget-title2 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 30px;
}
.footer_logo {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.footer_logo p {
  font-size: 20px;
  font-weight: 200;
  display: inline-block;
  color: #FFFFFF;
  vertical-align: bottom;
  padding-left: 15px;
}
.footer_logo_right {
  position: relative;
  width: 100%;
  margin: 0 auto;
	text-align: right;
}
.footer_logo_right p {
  font-size: 20px;
  font-weight: 200;
  display: inline-block;
  color: #FFFFFF;
  vertical-align: bottom;
  padding-left: 15px;
	text-align: right;
}
.unsubscribe-section {
    margin-bottom: 15px; 
    text-align: right; 
}

.unsubscribe-button {
       background-color: #fff; 
    color: #000;
    border: none; 
    padding: 8px 19px; 
    font-size: 14px; 
    border-radius: 5px; 
    cursor: pointer;
    transition: background-color 0.3s; 
}

.unsubscribe-button:hover {
    background-color: #FF5555; /* 호버 시 배경색 */
	color: #fff;
}


.footer .copyright {
  background: #232D36;
  margin-top: 30px;
  padding: 15px 0;
}
.footer .copyright p {
  color: #747A80;
}
.footer .copyright ul {
  margin: 0;
  padding: 0;
}
.footer .copyright ul li {
  list-style: none;
}
.inline li {
  display: inline-block;
}
.footer .copyright ul li a {
  color: #747A80;
  padding: 0 8px;
  font-size: 14px;
}
.footer .copyright ul li a:hover {
  color: #FFFFFF;
}
.footer_form {
  position: relative;
  width: 100%;
  margin: 0 auto; /*background: #fff;*/ height: 105px;
}
.footer_form p {
  font-size: 20px;
  font-weight: 200;
  display: inline-block;
  color: #FFFFFF;
  vertical-align: bottom;
  padding-left: 15px;
}
.footer-description {
  clear: both;
  width: 100%;
  color: #fff;
  padding: 0px;
  height: auto;
}
.footer-description .textfield-input {
  display: block;
  width: 100%;
  padding: 5px 40px 5px 0.5rem;
  border: 1px solid #051619;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0;
  font: inherit;
  color: #051619;
  transition: all .2s;
  outline: none;
  box-shadow: none;
}
.footer-description input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: checkbox;
  position: absolute;
  outline: auto;
}
.footer-description input[type=checkbox] + label {
  display: block;
  height: 16px;
  padding-left: 1.5rem;
  line-height: 16px;
  position: relative;
  color: #f4e9dc;
  font-size: 0.9rem;
  letter-spacing: -.05rem;
}
.footer-description input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 0;
  border: 1px solid #163854;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-description input[type=checkbox]:checked + label:after {
  display: block;
  border-color: #fff;
}
.footer-description input[type=checkbox] + label:after {
  content: "";
  display: none;
  width: 9px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-right-color: #fff;
  border-top-color: #fff;
  position: absolute;
  left: 4px;
  top: 3px;
  transform: rotate(-45deg);
}
.footer-description input[type=checkbox]:checked + label:before {
  background: #161616;
  border-color: #161616;
  -webkit-animation: ripple2 .2s linear forwards;
  animation: ripple2 .2s linear forwards;
}
.footer-description .textfield .email {
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #000;
}
.footer-description .textfield input[type='text'] {
  box-sizing: border-box;
}
.footer-description .textfield .name {
  border-radius: 0 0 5px 5px;
}
.footer-description .checkbox {
  padding: 0 0 5px 0;
}
.footer-description .checkbox a {
  display: inline !important;
  margin: 0 !important;
  text-decoration: underline;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-description .primary-button {
  display: inline-block;
  width: 100%;
  min-width: 104px;
  background: #ffd101;
  padding: 23px 30px;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  border: 1px solid #051619;
  color: #051619;
  margin: 0 auto;
}
.footer-description input[type=checkbox] + label {
  display: block;
  height: 16px;
  padding-left: 1.5rem;
  line-height: 16px;
  position: relative;
  color: #f4e9dc;
  font-size: 0.9rem;
  letter-spacing: -.05rem;
}
.footer-description input[type=checkbox]:checked + label:before {
  background: #161616;
  border-color: #161616;
  -webkit-animation: ripple2 .2s linear forwards;
  animation: ripple2 .2s linear forwards;
}
.footer-description input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 0;
  border: 1px solid #163854;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-description input[type=checkbox]:checked + label:after {
  display: block;
  border-color: #fff;
}
.footer-description input[type=checkbox] + label:after {
  content: "";
  display: none;
  width: 9px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-right-color: #fff;
  border-top-color: #fff;
  position: absolute;
  left: 4px;
  top: 3px;
  transform: rotate(-45deg);
}
/*sub*/
.ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 48px;
}
.fittest.segment {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.ui.segment {
  font-size: 1rem;
}
.note-main-list .mygrid {
  grid-template-columns: 1fr 1fr 1fr !important;
  -ms-grid-columns: 1fr 1fr 1fr !important;
  gap: 20px;
}
.mygrid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  gap: 20px;
}
.news_list_area {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.news_list_area .widget {
  padding-right: 20px;
}
.news_list_area .widget h4 {
  font-size: 30px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.news_list_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.news_list_area > ul > li {
  display: inline-block;
}
.news_list_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.news_list_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.news_list_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.news_list_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.news_list_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.select {
  border-bottom: 1px solid #308fab !important;
  color: #308fab !important;
  background: #ffffff;
}
/*.acvite:after {
	content: "";
    display: block;
    border-bottom: 1px solid #308fab;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
	color:#308fab !important;
	font-weight: 500;background: #Fff;
}*/
.news_list_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.news_list_area .image img {
  border: 1px solid #dcdcdc;
}
.news_list_area .notecard .image {
  padding: 0px 20px;
}
/*.news_list_area .image:after {
    padding-top: calc(100% * 8.39 / 10);
    display: block;
    content: '';
}*/
.news_list_area .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list_area .noimg {
  padding: 0px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list_area .vol {
  padding: 8px 20px 8px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list_area .authors {
  color: #5c91ff !important;
}
.ui.breadcrumb {
  font-size: 15px;
  font-weight: 600;
}
.notecard {
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
}
.news_list_area .content .header {
  font-size: 23px !important;
  letter-spacing: -0.5px;
  color: black;
  /*height: 58px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.news_list_area .content .header span {
  font-size: 18px;
}
.news_list_area .noimg .header {
  font-size: 23px !important;
  letter-spacing: 0;
  color: black;
  /*height: 58px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.news_list_area .noimg .header span {
  font-size: 18px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.ui.breadcrumb .section {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ui.breadcrumb .section.friend {
  float: right;
}
.news_list_area .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list_area .noimg .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 190px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.news_list_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.news_list_area .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
.nbox-mr {
  margin-right: 16px;
}
.nbox-ml {
  margin-left: 16px;
}
.loadmore {
  width: 18rem;
  margin: 2rem auto;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap !important;
  display: inline-block;
  min-width: 50px;
  background: #fb7800;
  padding: 11px 1rem 12px;
  border-radius: 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  background: #fff;
  color: black;
  border-radius: 30px;
}
.loadmore:focus:not(:disabled), .loadmore:hover:not(:disabled) {
  background: #308fab;
  color: #ffffff;
}
/* sub 뉴스 */
.news_view_area {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.news_view_area .mygrid {
  grid-template-columns: 1fr !important;
  -ms-grid-columns: 1fr !important;
  gap: 0px;
  border-top: 2px solid black;
  border-left: 1px solid black;
}
.news_view_area .mygrid2 {
  grid-template-columns: 1fr 1fr 1fr !important;
  -ms-grid-columns: 1fr 1fr 1fr !important;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news_view_area .notecard {
  cursor: auto;
}
.mygrid2 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  gap: 20px;
}
.news_view_area .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 53.5px;
}
.sticky_wrapper {
  clear: both;
  position: relative;
  min-width: 1196px;
  box-sizing: border-box
}
.news_article {
  float: left;
  width: 826px;
  margin-right: 40px;
  box-sizing: border-box
}
.news_body_all {
  position: relative
}
.news_view_area .noimg .news_left_aside {
  margin: 0 auto;
  padding-top: 20px;
  margin-left: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid black;
  box-sizing: border-box;
  z-index: 9
}
.news_left_aside div {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
}
ul.news_left_aside_sns {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  align-content: center;
}
ul.news_left_aside_sns li {
  position: relative;
  display: flex;
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
  float: left;
  justify-content: center;
  text-align: center;
}
ul.news_left_aside_sns > li {
  z-index: 9
}
ul.news_left_aside_sns > li:first-child + li {
  margin-bottom: 30px
}
ul.news_left_aside_sns li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 40px;
  color: #000;
  white-space: nowrap;
  font-size: 0
}
ul.news_left_aside_sns li a:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  margin: auto;
  background: url('https://health.chosun.com/mildang365/img/icon_article.png') no-repeat
}
ul.news_left_aside_sns li input {
  width: 10px;
  height: 10px;
  opacity: 0
}
ul.news_left_aside_sns li a.count_cmt:before {
  background-position: 0 0
}
ul.news_left_aside_sns li a.count_like:before {
  background-position: 0 -50px
}
ul.news_left_aside_sns li a.share_fb:before {
  background-position: 0 -100px
}
ul.news_left_aside_sns li a.share_tw:before {
  background-position: 0 -150px
}
ul.news_left_aside_sns li a.share_kas:before {
  background-position: 0 -737px
}
ul.news_left_aside_sns li a.share_gp:before {
  background-position: 0 -250px
}
ul.news_left_aside_sns li a.share_nblog:before {
  background-position: 0 -300px
}
ul.news_left_aside_sns li a.share_url:before {
  background-position: 0 -350px
}
ul.news_left_aside_sns li a.share_more:before {
  background-position: 0 -400px
}
ul.news_left_aside_sns li a.count_cmt:hover:before {
  background-position: 0 0
}
ul.news_left_aside_sns li a.count_like:hover:before {
  background-position: -50px -50px
}
ul.news_left_aside_sns li a.share_fb:hover:before {
  background-position: -50px -100px
}
ul.news_left_aside_sns li a.share_tw:hover:before {
  background-position: -50px -150px
}
ul.news_left_aside_sns li a.share_kas:hover:before {
  background-position: -50px -737px
}
ul.news_left_aside_sns li a.share_gp:hover:before {
  background-position: -50px -250px
}
ul.news_left_aside_sns li a.share_nblog:hover:before {
  background-position: -50px -300px
}
ul.news_left_aside_sns li a.share_url:hover:before {
  background-position: -50px -350px
}
ul.news_left_aside_sns li a.share_more.vis:before {
  background-position: -50px -400px
}
ul.news_left_aside_sns li a .count {
  position: absolute;
  left: 50px;
  font-size: 15px;
  text-indent: 0;
  color: #222
}
ul.news_left_aside_sns li a.count_cmt {
  width: 100px;
}
ul.news_left_aside_sns li a.count_like {
  width: 100px;
}
ul.news_left_aside_sns li a.share_fb {
  width: 55px;
}
ul.news_left_aside_sns li a.share_tw {
  width: 55px;
}
ul.news_left_aside_sns li a.share_kas {
  width: 55px;
}
ul.news_left_aside_sns li a.share_nblog {
  width: 55px;
}
ul.news_left_aside_sns li a.share_url {
  width: 55px;
}
.news_left_aside_sns_more {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition: ease all 0.4s;
  z-index: 7
}
.news_left_aside_sns_more.vis {
  opacity: 1;
  height: 100px;
  overflow: visible
}
.news_view_area .ui.breadcrumb {
  font-size: 17px;
  font-weight: 600;
}
.news_view_area .list .ui.breadcrumb {
  font-size: 15px;
  font-weight: 600;
}
.news_view_area .widget {
  padding-right: 0px;
}
.news_view_area .view_latest {
  margin-top: 30px;
}
.news_view_area .view_latest .widget h4 {
  font-size: 30px;
  line-height: 1.3;
  border-top: 2px solid #000;
  border-bottom: 0px solid #000;
  padding-top: 30px;
}
.news_view_area .view_latest .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 0px;
  padding-top: 20px;
  border-top: 2px solid #000;
}
.news_view_area .widget h4 {
  font-size: 30px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.news_view_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.news_view_area > ul > li {
  display: inline-block;
}
.news_view_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.news_view_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.news_view_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.news_view_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.news_view_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.news_view_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 20px 0 20px !important;
}
.news_view_area .list .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 0px 0 0px !important;
}
.news_view_area .image img {
  border: 0px solid #dcdcdc;
}
.news_view_area .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_view_area .noimg {
  padding: 0px 20px 40px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_view_area .vol {
  padding: 15px 85px 15px 85px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_view_area .authors {
  color: #5c91ff !important;
}
.news_view_area .list .content .header {
  font-size: 22px !important;
  color: black;
  /* height: 58px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /* margin: calc(2rem - 0.1428571428571429em) 0 1rem; */
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.news_view_area .list .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_view_area .noimg .header {
  font-size: 38px !important;
  color: black;
  border-top: 0px solid #282828;
  border-bottom: none;
  padding-top: 60px;
  padding-left: 85px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}
.news_view_area .list .noimg .header {
  font-size: 24px !important;
  color: black;
  height: 146px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 0px solid #dcdcdc;
}
.news_view_area .list .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.news_view_area .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.news_view_area .noimg .description {
  margin-top: 30px !important;
  color: black;
  opacity: 1;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  margin-left: 85px;
  margin-right: 15px;
  /*dfjheight: 190px;*/
  /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;*/
}
.news_view_area .noimg .byline {
  margin-top: 30px !important;
  color: black;
  opacity: 1;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  margin-left: 85px;
  margin-right: 15px;
  text-align: right;
  /*dfjheight: 190px;*/
  /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;*/
}
.news_view_area .noimg .description .center_img {
  margin: 0 0 20px 0;
}
.news_view_area .noimg .center_img_dl .center_img_dt {
  color: #3B3B3B;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}
.news_view_area .noimg .description hr {
  display: block;
  unicode-bidi: isolate;
  margin-block-start: 0.8em;
  margin-block-end: 0.8em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 0px;
  border: 0.8px dashed #c0c4c7;
}
.news_view_area .noimg .description p h4 {
  margin-left: -20px;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 800;
}
.news_view_area .noimg .description p {
  padding-left: 00px;
}
.news_view_area .noimg .description img {
  display: block;
  max-width: 700px;
  text-align: center;
  /*margin-left: 20px;*/
  margin: 20px auto 0 auto;
}
.news_view_area .list .noimg .description {
  margin-top: 28px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 135px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-left: 0px;
  margin-right: 0px;
}
.news_view_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.news_view_area .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
.news_view_area .note-meta {
  display: flex;
  border-bottom: 1px solid black;
  padding: 0px 20px 00px 0px !important;
  margin-left: 105px;
  margin-right: 0px;
}
.news_view_area .ui.breadcrumb .section {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.news_view_area .ui.breadcrumb .divider {
  display: inline-block;
  opacity: .7;
  margin: 0 0.21428571rem 0;
  font-size: .92857143em;
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
}
.news_view_area .authors .divider {
  margin: 0 9px 0 10px !important;
}
.news_view_area .authors .date {
  margin-left: 35px;
}
/* sub 비디오 리스트*/
.video_list_area {
  position: relative;
  margin-top: 30px;
}
.video_list_area .widget {
  padding-right: 20px;
}
.video_list_area .widget h4 {
  font-size: 30px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.video_list_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.video_list_area > ul > li {
  display: inline-block;
}
.video_list_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.video_list_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.video_list_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.video_list_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.video_list_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.video_list_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 0 0 d0px !important;
}
.video_list_area .image img {
  border: 0px solid #dcdcdc;
}
.video_list_area .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video_list_area .noimg {
  padding: 0px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video_list_area .vol {
  padding: 8px 20px 8px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video_list_area .authors {
  color: #5c91ff !important;
}
.video_list_area .content .header {
  font-size: 22px !important;
  color: black;
  /*height: 58px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.video_list_area .noimg .header {
  font-size: 24px !important;
  color: black;
  /*height: 100px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 1px solid #dcdcdc;
}
.video_list_area .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.video_list_area .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  /*height: 57px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video_list_area .noimg .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 190px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.video_list_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.video_list_area .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
/* 비디오 뷰 페이지 */
.video_view_area iframe[src*="youtube"] {
  width: 800px !important;
  height: 420px !important;
}
.video_view_area {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.video_view_area .post_img {
  /*text-align: center;*/
  margin: 0 auto;
}
.video_view_area .mygrid {
  grid-template-columns: 1fr !important;
  -ms-grid-columns: 1fr !important;
  gap: 0px;
  border-top: 2px solid black;
  border-left: 1px solid black;
}
.video_view_area .mygrid2 {
  grid-template-columns: 1fr 1fr 1fr !important;
  -ms-grid-columns: 1fr 1fr 1fr !important;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mygrid2 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  gap: 20px;
}
.video_view_area .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 53.5px;
}
.video_view_area .ui.breadcrumb {
  font-size: 17px;
  font-weight: 600;
}
.video_view_area .list .ui.breadcrumb {
  font-size: 15px;
  font-weight: 600;
}
.video_view_area .widget {
  padding-right: 0px;
}
.video_view_area .view_latest {
  margin-top: 30px;
}
.video_view_area .view_latest .widget h4 {
  font-size: 30px;
  line-height: 1.3;
  border-top: 2px solid #000;
  border-bottom: 0px solid #000;
  padding-top: 30px;
}
.video_view_area .view_latest .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 0px;
  padding-top: 20px;
  border-top: 2px solid #000;
}
.video_view_area .widget h4 {
  font-size: 30px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.video_view_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  min-height: 385px;
}
.video_view_area > ul > li {
  display: inline-block;
}
.video_view_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.video_view_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.video_view_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.video_view_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.video_view_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.video_view_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 20px 0 20px !important;
}
.video_view_area .list .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 0px 0 0px !important;
}
.video_view_area .image img {
  border: 0px solid #dcdcdc;
}
.video_view_area .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video_view_area .noimg {
  padding: 0px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video_view_area .vol {
  padding: 22px 20px 8px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video_view_area .authors {
  color: #5c91ff !important;
}
.video_view_area .list .content .header {
  font-size: 22px !important;
  color: black;
  /* height: 58px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /* margin: calc(2rem - 0.1428571428571429em) 0 1rem; */
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.video_view_area .list .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px 50px;
}
.video_view_area .notecard2 {
  position: relative;
  background-color: #ffff;
}
.video_view_area .noimg .header {
  font-size: 30px !important;
  color: black;
  border-top: 0px solid #282828;
  border-bottom: none;
  padding-top: 20px;
  margin-left: 85px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}
.video_view_area .list .noimg .header {
  font-size: 24px !important;
  color: black;
  /*height: 100px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 0px solid #dcdcdc;
}
.video_view_area .list .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.video_view_area .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.video_view_area .noimg .description {
  margin-top: 20px !important;
  color: black;
  opacity: 1;
  font-size: 18px;
  padding: 0px 0px 0 65px;
  line-height: 1.8;
  /*height: 190px;*/
  /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;*/
}
.video_view_area .noimg .description p {
  margin-top: 20px !important;
  opacity: 1;
  padding: 0px 0px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 500;
  color: black !important;
}
.video_view_area .noimg .description span a {
  margin-top: 20px !important;
  opacity: 1;
  padding: 0px 0px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300;
  color: #5c91ff !important;
  padding: 5px 10px;
  border: 1px solid #5c91ff;
}
.video_view_area .noimg .description span a:hover {
  background: #fff;
}
.video_view_area .list .noimg .description {
  margin-top: 28px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 140px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.video_view_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.video_view_area .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
.video_view_area .note-meta {
  display: flex;
  border-bottom: 0px solid black;
  padding: 0px 20px 00px 105px !important;
}
.video_view_area .ui.breadcrumb .section {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.video_view_area .ui.breadcrumb .divider {
  display: inline-block;
  opacity: .7;
  margin: 0 0.21428571rem 0;
  font-size: .92857143em;
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
}
.video_view_area .authors .divider {
  margin: 0 9px 0 10px !important;
}
.video_view_area .authors .date {
  margin-left: 35px;
}
/* 당뇨 팁 뷰 페이지 */
.mtip_view_area iframe[src*="youtube"] {
  width: 800px !important;
  height: 420px !important;
}
.mtip_view_area {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.mtip_view_area .post_img {
  /*text-align: center;*/
  margin: 0 auto;
}
.mtip_view_area .mygrid {
  grid-template-columns: 1fr !important;
  -ms-grid-columns: 1fr !important;
  gap: 0px;
  border-top: 2px solid black;
  border-left: 1px solid black;
}
.mtip_view_area .mygrid2 {
  grid-template-columns: 1fr 1fr 1fr !important;
  -ms-grid-columns: 1fr 1fr 1fr !important;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mygrid2 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  gap: 20px;
}
.mtip_view_area .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 53.5px;
}
.mtip_view_area .ui.breadcrumb {
  font-size: 17px;
  font-weight: 600;
}
.mtip_view_area .list .ui.breadcrumb {
  font-size: 15px;
  font-weight: 600;
}
.mtip_view_area .widget {
  padding-right: 0px;
}
.mtip_view_area .view_latest {
  margin-top: 30px;
}
.mtip_view_area .view_latest .widget h4 {
  font-size: 30px;
  line-height: 1.3;
  border-top: 2px solid #000;
  border-bottom: 0px solid #000;
  padding-top: 30px;
}
.mtip_view_area .view_latest .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 0px;
  padding-top: 20px;
  border-top: 2px solid #000;
}
.mtip_view_area .widget h4 {
  font-size: 30px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.mtip_view_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  min-height: 385px;
}
.mtip_view_area > ul > li {
  display: inline-block;
}
.mtip_view_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.mtip_view_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.mtip_view_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.mtip_view_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.mtip_view_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.mtip_view_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 20px 0 20px !important;
}
.mtip_view_area .list .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 0px 0 0px !important;
}
.mtip_view_area .image img {
  border: 0px solid #dcdcdc;
}
.mtip_view_area .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn_columnList {
  display: block;
  width: 77px;
  height: 24px;
  margin: 10px auto 0;
  line-height: 24px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  background: #B8B8B8;
  border: 1px solid #9e9e9e;
  text-decoration: none;
}
.mtip_view_area .noimg {
  padding: 0px 40px 50px 40px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mtip_view_area .vol {
  padding: 22px 20px 8px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mtip_view_area .authors {
  color: #5c91ff !important;
}
.mtip_view_area .list .content .header {
  font-size: 22px !important;
  color: black;
  /* height: 58px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /* margin: calc(2rem - 0.1428571428571429em) 0 1rem; */
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.mtip_view_area .list .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px 50px;
}
.mtip_view_area .notecard2 {
  position: relative;
  background-color: #ffff;
  min-height: 400px;
}
.mtip_view_area .noimg h4.header {
  font-size: 25px !important;
  display: block;
  font-weight: 600;
  font-size: 38px;
  color: #308fab;
  line-height: 1.4em;
  padding-top: 20px;
  padding-right: 40px;
  margin-left: 85px;
  border-top: 0px solid #282828;
  margin-top: 20px;
  /*border-bottom: 1px dashed #b8b8b8; 	*/
}
.mtip_view_area .noimg div.header {
  clear: both;
  font-size: 25px !important;
  font-weight: 500;
  font-size: 38px;
  color: black;
  line-height: 1.4em;
  padding-top: 10px;
  padding-right: 40px;
  margin-left: 85px;
  margin-bottom: 30px;
  border-top: 0px solid #282828;
  padding-bottom: 10px;
  border-bottom: 1px dashed #b8b8b8;
}
.mtip_view_area .noimg .header span {
  font-size: 25px !important;
  display: block !important;
  float: left !important;
  /*min-height: 80px;*/
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.mtip_view_area .list .noimg .header {
  font-size: 24px !important;
  color: black;
  /*height: 100px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 0px solid #dcdcdc;
}
.mtip_view_area .list .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.mtip_view_area .noimg .description {
  margin-top: 00px !important;
  color: black;
  opacity: 1;
  font-size: 18px;
  padding: 0px 0px 0 45px;
  line-height: 1.8;
  /*height: 190px;*/
  /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;*/
}
.mtip_view_area .noimg .description p {
  margin-top: 0px !important;
  opacity: 1;
  padding: 0px 0px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 500;
}
.mtip_view_area .noimg .description span a {
  margin-top: 20px !important;
  opacity: 1;
  padding: 0px 0px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300;
  color: #5c91ff !important;
  padding: 5px 10px;
  border: 1px solid #5c91ff;
}
.mtip_view_area .noimg .description span a:hover {
  background: #fff;
}
.mtip_view_area .list .noimg .description {
  margin-top: 28px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 140px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.mtip_view_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.mtip_view_area .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
.mtip_view_area .note-meta {
  display: flex;
  border-bottom: 0px solid black;
  padding: 0px 20px 00px 105px !important;
}
.mtip_view_area .ui.breadcrumb .section {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.mtip_view_area .ui.breadcrumb .divider {
  display: inline-block;
  opacity: .7;
  margin: 0 0.21428571rem 0;
  font-size: .92857143em;
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
}
.mtip_view_area .authors .divider {
  margin: 0 9px 0 10px !important;
}
.mtip_view_area .authors .date {
  margin-left: 35px;
}
/* sub 밀당테스트 리스트*/
.mtest_list_area .notecard {
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}
.mtest_list_area {
  position: relative;
  margin-top: 30px;
}
.mtest_list_area .widget {
  padding-right: 20px;
}
.mtest_list_area .widget h4 {
  font-size: 30px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.mtest_list_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.mtest_list_area > ul > li {
  display: inline-block;
}
.mtest_list_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.mtest_list_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.mtest_list_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.mtest_list_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.mtest_list_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.mtest_list_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 0 0 0px !important;
  border-radius: 5px 5px 0px 0px;
}
.mtest_list_area .image img {
  border: 0px solid #dcdcdc;
}
.mtest_list_area .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mtest_list_area .noimg {
  padding: 0px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mtest_list_area .vol {
  padding: 8px 20px 8px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mtest_list_area .authors {
  color: #5c91ff !important;
}
.mtest_list_area .content .header {
  font-size: 20px !important;
  color: black;
  /*height: 58px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.mtest_list_area .noimg .header {
  font-size: 24px !important;
  color: black;
  /*height: 100px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 1px solid #dcdcdc;
}
.mtest_list_area .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.mtest_list_area .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  /*height: 57px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mtest_list_area .noimg .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 190px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.mtest_list_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.mtest_list_area .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
/* 당뇨 팁 리스트 */
.tip_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*width: calc((100% - 35px * 3) / 4);*/
  /*margin-right: 20px;*/
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  text-align: center;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px;
  border: 1px dashed #fff;
}
.tip_note:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border: 1px dashed #FF5555;
}
.ratio-4-3 {
  width: 100%;
  position: relative;
  display: inline-block;
}
.bg-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.tip_note .bg-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.0);
}
.tip_note .tip_item {
  width: 100%;
}
.tip_note .tip_item .post-heading {
  margin: 20px 20px;
  line-height: 1.6;
  overflow: hidden;
  /*font-family: 'Noto Serif KR', serif !important;*/
  letter-spacing: -0.055499em;
}
.tip_note .tip_item .post-heading strong {
  /* font-family: 'Noto Serif KR', serif !important;*/ font-weight: 500;
}
.tip_note .tip_item .post-heading strong span {
  /*font-family: 'Noto Serif KR', serif !important;*/
}
.ratio-4-3:after {
  padding-top: calc(100% * 1.54 / 4);
  display: block;
  content: '';
}
.tip_note .tip_item .post-author-and-reader {
  display: inline-block;
  line-height: 1.6;
}
.tip_note .tip_item .post-heading-container h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  min-height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
}
.tip_note .tip_item .post-heading-container .post-text {
  /*font-family: 'Noto Serif KR', serif !important;*/
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  /*min-height: 50px;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px 20px;
  overflow: hidden;
  letter-spacing: -0.055499em;
}
.tip_note .tip_item .post-heading-container .post-text span {
  /*font-family: 'Noto Serif KR', serif !important;	*/
}
.tip_note .tip_item .post-heading-container {
  padding-right: 0px;
  width: 100%;
  border-bottom: 0px solid rgb(150, 150, 150);
}
.scale-container {
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: white;
}
/*.tip_note:hover .bg-img .bg-img-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid rgb(255, 81, 38);
}*/
/* 우리 동네 주치의 리스트*/
.adoctor_list_area {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.adoctor_list_area .widget {
  padding-right: 20px;
}
.adoctor_list_area .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 30px;
}
.adoctor_list_area .widget h4 {
  font-size: 29px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.adoctor_list_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.adoctor_list_area > ul > li {
  display: inline-block;
}
.adoctor_list_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.adoctor_list_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.adoctor_list_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.adoctor_list_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.adoctor_list_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.adoctor_list_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 20 0 20px !important;
}
.adoctor_list_area .image img {
  border: 1px solid #dcdcdc;
}
.ratio-2-3:after {
  padding-top: calc(100% * 2 / 4);
  display: block;
  content: '';
}
.adoctor_list_area .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adoctor_list_area .noimg {
  padding: 0px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adoctor_list_area .vol {
  padding: 8px 20px 8px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adoctor_list_area .authors {
  color: #5c91ff !important;
}
.adoctor_list_area .content .header {
  font-size: 22px !important;
  color: black;
  /*height: 58px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.adoctor_list_area .noimg .header {
  font-size: 24px !important;
  color: black;
  /*height: 100px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 1px solid #dcdcdc;
}
.adoctor_list_area .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.adoctor_list_area .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.adoctor_list_area .noimg .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 190px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.adoctor_list_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.adoctor_list_area .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
.adoctor_list_area .adoctor_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*width: calc((100% - 35px * 3) / 4);*/
  /*margin-right: 20px;*/
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  text-align: left;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px 0px 15px 0;
  border: 1px dashed #fff;
}
.adoctor_list_area .adoctor_note:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  /*border:1px dashed #FF5555;*/
}
.adoctor_list_area .ratio-4-3 {
  width: 100%;
  position: relative;
  display: inline-block;
}
.adoctor_list_area .bg-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.adoctor_list_area .adoctor_note .bg-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.0);
}
.adoctor_list_area .adoctor_note .tip_item {
  width: 100%;
}
.adoctor_list_area .widget-title {
  width: 100%;
  font-size: 25px;
  /* margin-bottom: 14px; */
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  display: inline-block;
  letter-spacing: -0px;
  margin-bottom: 10px;
}
.adoctor_list_area .widget-title span {
  display: block;
  position: absolute;
  right: 1%;
  top: 0px;
  cursor: pointer;
}
.adoctor_list_area .sub_contents_top {
  margin-top: 50px;
}
.adoctor_list_area .column_main_top_box1 {
  width: 100%;
  /*height: 196px;*/
  padding: 5px;
  border: 1px solid #dfe6ee;
  background-color: #f3f8fe;
  overflow: hidden;
}
.adoctor_list_area .column_main_top_box2 {
  width: 100%;
  /*height: 194px;*/
  /*border: 1px solid #dfe6ee;
    background-color: #f6f8fb;*/
  overflow: hidden;
}
.adoctor_list_area .column_main_top_box_left {
  position: relative;
  width: 10%;
  float: left;
  padding: 30px 30px;
  border-right: 0px solid #e9e9e9;
  /*height: 196px;*/
}
.adoctor_list_area .column_main_top_box_left ul li {
  text-align: center;
}
.adoctor_list_area .column_main_top_box {
  position: relative;
  width: 100%;
  float: left;
  padding: 10px 30px 30px 30px;
  border-right: 0px solid #e9e9e9;
  /*height: 196px;*/
}
.img_main_topcolumn {
  width: 58px;
  height: 58px;
  padding: 20px 10px;
  /*margin: 0px auto;*/
  /* background-color: #f6f8fb;*/
  border: 0px solid #e5e5e5;
  text-align: center;
  line-height: 16px;
  font-size: 0px;
}
.column_main_top_box2 a {
  font-size: 13px;
}
.column_main_top_box_left h2 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.column_main_top_box_right {
  float: right;
  position: relative;
  width: 90%;
  padding: 20px 10px 20px 20px;
}
.column_main_top_box_left ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 00px;
}
.column_main_top_box_left ul li {
  text-align: center;
}
.column_main_top_box2 a {
  font-size: 13px;
}
#top_column_text_2011w {
  height: 28px;
  margin: 20px 0 0 10px !important;
  line-height: 16px;
  font-size: 25px;
  font-weight: bold;
}
#top_column_text_2011w a {
  font-size: 25px;
  color: #333;
}
#top_column_title {
  margin: 0px 0 0 13px !important;
  font-size: 16px;
}
#top_column_title a {
  font-weight: bold;
}
.adoctor_list_area .searchInputWrapper {
  display: flex;
  position: relative;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.searchInput {
  padding: 0 50px 0 20px;
}
.searchInput {
  border-radius: 2px 0 0 2px;
  color: var(--color-ui--grey-10);
  border: 2px solid #000;
  border-radius: 5px 0px 0px 5px;
  padding: 20px 20px;
  flex: 1 1;
  height: 46px;
}
.clearSearchBtn {
  right: 180px;
}
.clearSearchBtn {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  top: 15px;
  cursor: pointer;
}
.clearSearchIcon {
  fill: #ccc;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.clearSearchBtn {
  cursor: pointer;
}
.clearSearchBtn[data-visible=false] {
  display: none;
}
.searchBtn {
  width: 160px;
}
.searchBtn {
  color: #fff;
  background: #000;
  height: auto;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}
.searchBtn {
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  transition: all .2s ease-in;
  box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 7%);
  padding: var(--spacing--m) 0;
  margin-left: -2px;
}
.searchBtnLabel {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.searchBtn {
  color: #fff;
  background: #000;
  height: auto;
  border: 0;
  cursor: pointer;
}
.adoctor_list_area .tip_item .post-heading {
  margin: 20px 20px;
  line-height: 1.6;
  overflow: hidden;
  /*font-family: 'Noto Serif KR', serif !important;*/
  letter-spacing: -0.055499em;
}
.adoctor_list_area .tip_item .post-heading strong {
  /*font-family: 'Noto Serif KR', serif !important;*/
}
.adoctor_list_area .tip_item .post-heading strong span {
  /*font-family: 'Noto Serif KR', serif !important;*/
}
.adoctor_list_area .tip_item .ratio-4-3:after {
  padding-top: calc(100% * 1.54 / 4);
  display: block;
  content: '';
}
.adoctor_list_area .tip_item .post-author-and-reader {
  display: inline-block;
  line-height: 1.6;
}
.adoctor_list_area .tip_item .post-heading-container h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  /*min-height: 0px;*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
}
.adoctor_list_area .tip_item .post-heading-container span.desc1 {
  display: block;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #9f9f9f;
  margin-bottom: 0px;
  padding: 0% 0 0 0%;
}
.adoctor_list_area .tip_item .post-heading-container .post-text {
  /*font-family: 'Noto Serif KR', serif !important;*/
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  /*min-height: 50px;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px 20px;
  overflow: hidden;
  letter-spacing: -0.055499em;
}
.adoctor_list_area .tip_item .post-heading-container {
  padding-right: 0px;
  width: 100%;
  border-bottom: 0px solid rgb(150, 150, 150);
}
.adoctor_list_area .scale-container {
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: white;
}
.adoctor_list_area .amap_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*width: calc((100% - 35px * 3) / 4);*/
  /*margin-right: 20px;*/
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  text-align: left;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px 0px 15px 0;
  border: 1px dashed #fff;
}
.adoctor_list_area .amap_note :hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  /*border:1px dashed #FF5555;*/
}
.adoctor_list_area .aamap_note .bg-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.0);
}
.adoctor_list_area .amap_note .tip_item {
  width: 100%;
}
.adoctor_list_area .map_wrap {
  /* position: fixed; */
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2003;
  margin-bottom: 50px;
}
.adoctor_list_area .map_wrap img {
  width: 100%;
}
.adoctor_list_area .map_container {
  position: relative;
}
/*.tip_note:hover .bg-img .bg-img-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid rgb(255, 81, 38);
}*/
/* 우리동네주치 뷰 페이지 */
.adoctor_view_area iframe[src*="youtube"] {
  width: 800px !important;
  height: 420px !important;
}
.adoctor_view_area {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.adoctor_view_area .post_img {
  /*text-align: center;*/
  margin: 0 auto;
}
.adoctor_view_area .mygrid {
  grid-template-columns: 1fr !important;
  -ms-grid-columns: 1fr !important;
  gap: 0px;
  border-top: 2px solid black;
  border-left: 1px solid black;
}
.adoctor_view_area .mygrid2 {
  grid-template-columns: 1fr 1fr 1fr !important;
  -ms-grid-columns: 1fr 1fr 1fr !important;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.adoctor_view_area .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 53.5px;
}
.adoctor_view_area .ui.breadcrumb {
  font-size: 17px;
  font-weight: 600;
}
.adoctor_view_area .list .ui.breadcrumb {
  font-size: 15px;
  font-weight: 600;
}
.adoctor_view_area .widget {
  padding-right: 0px;
}
.adoctor_view_area .view_latest {
  margin-top: 30px;
}
.adoctor_view_area .view_latest .widget h4 {
  font-size: 30px;
  line-height: 1.3;
  border-top: 2px solid #000;
  border-bottom: 0px solid #000;
  padding-top: 30px;
}
.adoctor_view_area .view_latest .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 0px;
  padding-top: 20px;
  border-top: 2px solid #000;
}
.adoctor_view_area .widget h4 {
  font-size: 30px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.adoctor_view_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  min-height: 385px;
}
.adoctor_view_area > ul > li {
  display: inline-block;
}
.adoctor_view_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.adoctor_view_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.adoctor_view_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.adoctor_view_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.adoctor_view_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.adoctor_view_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 20px 0 20px !important;
}
.adoctor_view_area .list .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 0px 0 0px !important;
}
.adoctor_view_area .image img {
  border: 0px solid #dcdcdc;
}
.adoctor_view_area .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn_columnList {
  display: block;
  width: 77px;
  height: 24px;
  margin: 10px auto 0;
  line-height: 24px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  background: #B8B8B8;
  border: 1px solid #9e9e9e;
  text-decoration: none;
}
.adoctor_view_area .noimg {
  padding: 0px 0px 0px 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adoctor_view_area .vol {
  padding: 22px 20px 8px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adoctor_view_area .authors {
  color: #5c91ff !important;
}
.adoctor_view_area .list .content .header {
  font-size: 22px !important;
  color: black;
  /* height: 58px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /* margin: calc(2rem - 0.1428571428571429em) 0 1rem; */
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.adoctor_view_area .list .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px 50px;
}
.adoctor_view_area .notecard2 {
  position: relative;
  background-color: #ffff;
  min-height: 400px;
  padding: 40px 40px;
}
.adoctor_view_area .map_container {
  border: 1px solid #686a6b;
}
.adoctor_view_area .noimg div.header {
  clear: both;
  margin: 20px 00px 0 00px;
  font-size: 17px !important;
  font-weight: 300;
  color: black;
  line-height: 1.4em;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #fff;
  padding-bottom: 10px;
  color: #fff;
}
.adoctor_view_area .noimg .header span {
  font-size: 25px !important;
  display: block !important;
  float: left !important;
  /*min-height: 80px;*/
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.adoctor_view_area .list .noimg .header {
  font-size: 24px !important;
  color: black;
  /*height: 100px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 0px solid #dcdcdc;
}
.adoctor_view_area .list .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.adoctor_view_area .noimg .description {
  margin-top: 00px !important;
  color: black;
  opacity: 1;
  font-size: 18px;
  padding: 0px 0px 0 0px;
  line-height: 1.8;
}
.adoctor_view_area .noimg .description h3.t1 {
  clear: both;
}
.adoctor_view_area .noimg .description h3.m_tit {
  font-size: 24px;
  font-weight: bold;
  color: #4f4f4f;
  padding: 40px 0 15px 0;
  border-top: 1px solid #DCDAD8;
  margin-top: 40px;
}
.adoctor_view_area .noimg .description h3.tit {
  font-size: 24px;
  font-weight: bold;
  color: #4f4f4f;
  float: left;
  width: 15%;
}
.adoctor_view_area .noimg .description .h_area .col-85 {
  list-style: none;
  padding: 0 0px;
  margin: 0 0;
  float: right;
  width: 85%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0px;
}
.adoctor_view_area .noimg .description .h_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0px;
}
.adoctor_view_area .noimg .description .h_area .col-lg-12 {
  padding: 0px 0px;
}
.adoctor_view_area .noimg .description .h_area ul.data_list {
  list-style: none;
  padding: 0 0px;
  margin: 0 0;
  float: right;
  width: 85%;
}
.adoctor_view_area .noimg .description .h_area ul.data_list li {
  margin-bottom: 10px;
  line-height: 1.7;
  font-weight: 400;
}
.adoctor_view_area .noimg .description .h_area ul.data_list li span {
  font-weight: bold;
  padding-right: 15px;
}
.adoctor_view_area .col-lg-6 {
  padding: 0 0;
}
.adoctor_view_area .noimg .description .h_area .col-tx-6 {
  border-right: 0px solid #DCDAD8;
}
.adoctor_view_area .noimg .description .h_area .col-tx-6:last-child {
  padding-left: 20px;
  border-right: 0px solid #DCDAD8;
}
.adoctor_view_area .noimg .description .h_area .col-tx-4:first-child {
  padding-left: 0px;
  border-right: 0px solid #DCDAD8;
}
.adoctor_view_area .noimg .description .h_area .col-tx-6 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0px;
  padding-left: px;
}
.adoctor_view_area .noimg .description .h_area .col-tx-4 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding-right: 0px;
  padding-left: px;
}
.adoctor_view_area .noimg .description .h_area .col-tx-4 {
  padding-left: 0px;
  border-right: 0px solid #DCDAD8;
  margin-bottom: 20px;
}
.adoctor_view_area .noimg .description .h_area .col-tx-4:last-child {
  padding-left: 0px;
  border-right: 0px solid #DCDAD8;
}
.adoctor_view_area .noimg .description .h_area .h_text {
  color: black;
  font-weight: 400;
  font-size: 18px;
}
.h_text .title {
  font-weight: bold;
  font-size: 18px;
  float: left;
  padding-right: 15px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  text-anchor: middle; /* align center */
  dominant-baseline: middle; /* vertical alignment fix */
}
.icon, .text {
  vertical-align: middle;
  display: inline-block;
}
.adoctor_view_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.adoctor_view_area .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
.adoctor_view_area .note-meta {
  display: flex;
  border-bottom: 0px solid black;
  padding: 0px 20px 00px 105px !important;
}
.adoctor_view_area .ui.breadcrumb .section {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.adoctor_view_area .ui.breadcrumb .divider {
  display: inline-block;
  opacity: .7;
  margin: 0 0.21428571rem 0;
  font-size: .92857143em;
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
}
.adoctor_view_area .authors .divider {
  margin: 0 9px 0 10px !important;
}
.adoctor_view_area .authors .date {
  margin-left: 35px;
}
.adoctor_view_area .title_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #686a6b;
  padding: 20px 20px;
}
.adoctor_view_area .author {
  position: relative;
  z-index: 2;
  padding-left: 0px;
  display: inline-block;
  text-align: left;
}
.adoctor_view_area .author .author_img {
  left: 0;
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E4E5E6;
  border-radius: 50%;
  overflow: hidden;
}
.adoctor_view_area .author_img_wrap img {
  border-radius: 50%;
}
.adoctor_view_area .author img {
  padding: 7px;
}
.adoctor_view_area .author a {
  color: black;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}
.adoctor_view_area .author ul {
  margin: 0;
  padding: 0;
}
.adoctor_view_area .author ul li {
  list-style: none;
  display: inline-block;
  color: #73797F;
  font-size: 15px;
}
.adoctor_view_area .author ul li a {
  color: #73797F;
  font-weight: 400;
  font-size: 15px;
}
.text-right {
  text-align: right !important;
}
.adoctor_view_area .author_social ul {
  margin: 0;
  padding: 0;
}
.adoctor_view_area .author_social ul li {
  list-style: none;
}
.author_social ul li a {
  height: 40px;
  line-height: 30px;
  /*width: 40px;*/
  padding: 5px 15px;
  text-align: center;
  background: #E4E5E6;
  color: #17222B;
}
/*.author_social ul li:last-child a {
    height: 40px;
    line-height: 30px;   
	padding: 5px 15px;
    text-align: center;
    background: #686a6b;
    color: #ffffff;
}*/
/* 명의 뷰 페이지 */
.bestdoctor_view_area iframe[src*="youtube"] {
  width: 800px !important;
  height: 420px !important;
}
.bestdoctor_view_area {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.bestdoctor_view_area .post_img {
  /*text-align: center;*/
  margin: 0 auto;
}
.bestdoctor_view_area .mygrid {
  grid-template-columns: 1fr !important;
  -ms-grid-columns: 1fr !important;
  gap: 0px;
  border-top: 2px solid black;
  border-left: 1px solid black;
}
.bestdoctor_view_area .mygrid2 {
  grid-template-columns: 1fr 1fr 1fr !important;
  -ms-grid-columns: 1fr 1fr 1fr !important;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.view_top_view {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  background: #ebeff0;
  padding: 0px 0px;
}
.bestdoctor_view_area .view_doctor {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 605px;}
.bestdoctor_view_area .view_doctor .bestdoctor_view {
  position: relative;  
  vertical-align: middle;
}
.bestdoctor_view_area .view_doctor .bestdoctor_view dt img{
  width: 605px;
}
dl {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.bestdoctor_view_area .view_doctor .bestdoctor_view dd {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  box-sizing: border-box;
  padding: 12px;
  position: absolute;
  width: 100%;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0;
}
.bestdoctor_view_area .view_doctor .bestdoctor_view dd span {
  vertical-align: middle;
}
.bestdoctor_view_area .view_picover {
	display: flex;
	width: 250px;
	flex-direction: column;
  background-color: #ccc;
  margin-top: 0px;
}
.bestdoctor_view_area .view_pic {
	
  height: 188px;
  background-color: #ccc;
  margin-top: 0px;
}
.bestdoctor_view_area .view_txt {
  margin-top: 15px;
  margin-left: 20px;
}
.bestdoctor_view_area .view_txt .view_txtB {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -2px;
}
.bestdoctor_view_area .view_txt .view_txtB span {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 35px;
  line-height: 53px;
  font-weight: bold;
}
.bestdoctor_view_area p {
  font-size: 16px;
  line-height: 25px;
}
.bestdoctor_view_area .view_txt .info01 {
  font-weight: 400;
  font-size: 17px;
}
.bestdoctor_view_area .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 53.5px;
}
.bestdoctor_view_area .ui.breadcrumb {
  font-size: 17px;
  font-weight: 600;
}
.bestdoctor_view_area .list .ui.breadcrumb {
  font-size: 15px;
  font-weight: 600;
}
.bestdoctor_view_area .widget {
  padding-right: 0px;
}
.bestdoctor_view_area .view_latest {
  margin-top: 30px;
}
.bestdoctor_view_area .view_latest .widget h4 {
  font-size: 30px;
  line-height: 1.3;
  border-top: 2px solid #000;
  border-bottom: 0px solid #000;
  padding-top: 30px;
}
.bestdoctor_view_area .view_latest .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 0px;
  padding-top: 20px;
  border-top: 2px solid #000;
}
.bestdoctor_view_area .widget h4 {
  font-size: 30px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.bestdoctor_view_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  min-height: 385px;
}
.bestdoctor_view_area > ul > li {
  display: inline-block;
}
.bestdoctor_view_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.bestdoctor_view_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.bestdoctor_view_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.bestdoctor_view_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.bestdoctor_view_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.bestdoctor_view_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 20px 0 20px !important;
}
.bestdoctor_view_area .list .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 0px 0 0px !important;
}
.bestdoctor_view_area .image img {
  border: 0px solid #dcdcdc;
}
.bestdoctor_view_area .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn_columnList {
  display: block;
  width: 77px;
  height: 24px;
  margin: 10px auto 0;
  line-height: 24px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  background: #B8B8B8;
  border: 1px solid #9e9e9e;
  text-decoration: none;
}
.bestdoctor_view_area .noimg {
  padding: 0px 0px 0px 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bestdoctor_view_area .vol {
  padding: 22px 20px 8px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bestdoctor_view_area .authors {
  color: #5c91ff !important;
}
.bestdoctor_view_area .list .content .header {
  font-size: 22px !important;
  color: black;
  /* height: 58px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /* margin: calc(2rem - 0.1428571428571429em) 0 1rem; */
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.bestdoctor_view_area .list .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px 50px;
}
.bestdoctor_view_area .notecard2 {
  position: relative;
  background-color: #ffff;
  min-height: 400px;
  padding: 40px 40px;
}
.bestdoctor_view_area .map_container {
  border: 1px solid #686a6b;
}
.bestdoctor_view_area .noimg div.header {
  clear: both;
  margin: 20px 00px 0 00px;
  font-size: 17px !important;
  font-weight: 300;
  color: black;
  line-height: 1.4em;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #fff;
  padding-bottom: 10px;
  color: #fff;
}
.bestdoctor_view_area .noimg .header span {
  font-size: 25px !important;
  display: block !important;
  float: left !important;
  /*min-height: 80px;*/
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.bestdoctor_view_area .list .noimg .header {
  font-size: 24px !important;
  color: black;
  /*height: 100px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 0px solid #dcdcdc;
}
.bestdoctor_view_area .list .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.bestdoctor_view_area .noimg .description {
  margin-top: 00px !important;
  color: black;
  opacity: 1;
  font-size: 18px;
  padding: 0px 0px 0 0px;
  /*line-height: 1.;*/
}
.bestdoctor_view_area .noimg .description h3.t1 {
  clear: both;
}
.bestdoctor_view_area .noimg .description h3.m_tit {
  font-size: 24px;
  font-weight: bold;
  color: #4f4f4f;
  padding: 30px 0 15px 0;
  border-top: 1px solid #DCDAD8;
  margin-top: 30px;
}
.bestdoctor_view_area .noimg .description h3.tit {
  font-size: 24px;
  font-weight: bold;
  color: #4f4f4f;
  float: left;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.col-15 {
  width: 15%;
}
.col-30 {
  width: 30%;
}
.col-70 {
  width: 70%;
  float: right;
}
.bestdoctor_view_area .noimg .description .h_area .col-85 {
  list-style: none;
  padding: 0 0px;
  margin: 0 0;
  float: right;
  width: 85%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0px;
}
.bestdoctor_view_area .noimg .description .h_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0px;
}
.bestdoctor_view_area .noimg .description .h_area .col-lg-12 {
  padding: 0px 0px;
}
.bestdoctor_view_area .noimg .description .h_area ul.data_list {
  list-style: none;
  padding: 0 0px;
  margin: 0 0;
  float: right;
  width: 85%;
}
.bestdoctor_view_area .noimg .description .h_area ul.data_list li {
  margin-bottom: 10px;
  line-height: 1.7;
  font-weight: 400;
}
.bestdoctor_view_area .noimg .description .h_area ul.data_list li span {
  font-weight: bold;
  padding-right: 15px;
}
.bestdoctor_view_area .col-lg-6 {
  padding: 0 0;
}
.bestdoctor_view_area .noimg .description .h_area .col-tx-6 {
  border-right: 0px solid #DCDAD8;
}
.bestdoctor_view_area .noimg .description .h_area .col-tx-6:last-child {
  padding-left: 20px;
  border-right: 0px solid #DCDAD8;
}
.bestdoctor_view_area .noimg .description .h_area .col-tx-4:first-child {
  padding-left: 0px;
  border-right: 0px solid #DCDAD8;
}
.bestdoctor_view_area .noimg .description .h_area .col-tx-6:first-child {
  padding-right: 20px;
  border-right: 1px solid #DCDAD8;
}
.bestdoctor_view_area .noimg .description .h_area .col-tx-6 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0px;
  padding-left: px;
}
.bestdoctor_view_area .noimg .description .h_area .col-tx-4 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding-right: 0px;
  padding-left: px;
}
.bestdoctor_view_area .noimg .description .h_area .col-tx-4 {
  position: relative;
  width: 100%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding-right: 0px;
  padding-left: px;
}
.bestdoctor_view_area .noimg .description .h_area .col-tx-4 {
  padding-left: 0px;
  border-right: 0px solid #DCDAD8;
  margin-bottom: 20px;
}
.bestdoctor_view_area .noimg .description .h_area .col-tx-4:last-child {
  padding-left: 0px;
  border-right: 0px solid #DCDAD8;
}
.bestdoctor_view_area .noimg .description .h_area .h_text {
  color: black;
  font-weight: 400;
  font-size: 18px;
}
.h_text .title {
  font-weight: bold;
  font-size: 18px;
  float: left;
  padding-right: 15px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  text-anchor: middle; /* align center */
  dominant-baseline: middle; /* vertical alignment fix */
}
div.title_b {
  font-weight: bold;
  font-size: 18px;
  padding-right: 15px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  text-anchor: middle; /* align center */
  dominant-baseline: middle; /* vertical alignment fix */
}
.icon, .text {
  vertical-align: middle;
  display: inline-block;
}
.bestdoctor_view_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.bestdoctor_view_area .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
.bestdoctor_view_area .note-meta {
  display: flex;
  border-bottom: 0px solid black;
  padding: 0px 20px 00px 105px !important;
}
.bestdoctor_view_area .ui.breadcrumb .section {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.bestdoctor_view_area .ui.breadcrumb .divider {
  display: inline-block;
  opacity: .7;
  margin: 0 0.21428571rem 0;
  font-size: .92857143em;
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
}
.bestdoctor_view_area .authors .divider {
  margin: 0 9px 0 10px !important;
}
.bestdoctor_view_area .authors .date {
  margin-left: 35px;
}
.bestdoctor_view_area .title_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #686a6b;
  padding: 20px 20px;
}
.bestdoctor_view_area .hospital_info {
  width: 100%;
}
.bestdoctor_view_area .hospital_info .hospital_img {
  width: 320px;
  float: left;
}
.bestdoctor_view_area img.big_picture {
  border: 1px solid #DCDAD8;
}
.bestdoctor_view_area img.small_picture {
  float: left;
  margin-bottom: 100px;
  border: 1px solid #DCDAD8;
  margin: 6px 3px 0 0;
}
.bestdoctor_view_area p.hospital_info_txt {
  padding: 0 0 30px 10px;
  font-size: 16px;
  color: #404040;
}
.bestdoctor_view_area .map_img {
  background-color: #f3f3f3;
}
.bestdoctor_view_area .map_img img {
  border: 1px solid #DCDAD8;
}
.bestdoctor_view_area .hospital_info {
  position: relative;
}
.bestdoctor_view_area .hospital_info_txt {
  float: right;
  width: 370px;
  margin-left: 10px;
  line-height: 1.8;
  letter-spacing: -1px;
}
.bestdoctor_view_area .hospital_info_txt p.logo {
  margin-bottom: 25px;
}
.bestdoctor_view_area .hospital_info_txt a.dtr_p_btn > img {
  display: block;
  position: absolute;
  top: 335px;
  padding-bottom: 40px;
}
.bestdoctor_view_area .hospital_info_txt dl dt {
  float: left;
  clear: both;
  font-weight: bold;
  width: 64px;
  font-size: 16px;
  padding-bottom: 10px;
  color: #404040;
}
.bestdoctor_view_area .hospital_info_txt dl.h_info dd {
  float: left;
  width: 300px;
  margin-right: 6px;
  font-size: 16px;
  padding-bottom: 10px;
  color: #404040;
  margin-inline-start: 0px;
}
.bestdoctor_view_area .hospital_info_txt dl.h_info dd a {
  text-decoration: none;
}
.bestdoctor_view_area .hospital_info_txt dl.h_info dd a:hover {
  text-decoration: underline;
}
.bestdoctor_view_area .author ul {
  margin: 0;
  padding: 0;
}
.bestdoctor_view_area .author ul li {
  list-style: none;
  display: inline-block;
  color: #73797F;
  font-size: 15px;
}
.bestdoctor_view_area .author ul li a {
  color: #73797F;
  font-weight: 400;
  font-size: 15px;
}
.text-right {
  text-align: right !important;
}
.bestdoctor_view_area .author_social ul {
  margin: 0;
  padding: 0;
}
.bestdoctor_view_area .author_social ul li {
  list-style: none;
}
.author_social ul li a {
  height: 40px;
  line-height: 30px;
  /*width: 40px;*/
  padding: 5px 15px;
  text-align: center;
  background: #E4E5E6;
  color: #17222B;
}
/*.author_social ul li:last-child a {
    height: 40px;
    line-height: 30px;   
	padding: 5px 15px;
    text-align: center;
    background: #686a6b;
    color: #ffffff;
}*/
/* 당뇨 명의 리스트*/
.bestdoctor_list_area {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.bestdoctor_list_area .widget {
  padding-right: 20px;
}
.bestdoctor_list_area .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 30px;
}
.bestdoctor_list_area .widget h4 {
  font-size: 29px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.bestdoctor_list_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.bestdoctor_list_area > ul > li {
  display: inline-block;
}
.bestdoctor_list_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.bestdoctor_list_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.bestdoctor_list_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.bestdoctor_list_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.bestdoctor_list_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.bestdoctor_list_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 20 0 20px !important;
}
.bestdoctor_list_area .image img {
  border: 1px solid #dcdcdc;
}
.ratio-2-3:after {
  padding-top: calc(100% * 2 / 4);
  display: block;
  content: '';
}
.bestdoctor_list_area .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bestdoctor_list_area .noimg {
  padding: 0px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bestdoctor_list_area .vol {
  padding: 8px 20px 8px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bestdoctor_list_area .authors {
  color: #5c91ff !important;
}
.bestdoctor_list_area .content .header {
  font-size: 22px !important;
  color: black;
  /*height: 58px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.bestdoctor_list_area .noimg .header {
  font-size: 24px !important;
  color: black;
  /*height: 100px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 1px solid #dcdcdc;
}
.bestdoctor_list_area .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.bestdoctor_list_area .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bestdoctor_list_area .noimg .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 190px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.bestdoctor_list_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.bestdoctor_list_area .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
.bestdoctor_list_area .adoctor_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*background: #fff;*/
  text-align: left;
  border-radius: 0px 0px 0px 0;
  border:1px dashed #fff;
}
.bestdoctor_list_area .adoctor_note:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  /*border:1px dashed #FF5555;*/
}
.bestdoctor_list_area .ratio-4-3 {
  width: 100%;
  position: relative;
  display: inline-block;
}
.bestdoctor_list_area .bg-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.bestdoctor_list_area .adoctor_note .bg-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.0);
}
.bestdoctor_list_area .adoctor_note .tip_item {
  width: 100%;
}
.bestdoctor_list_area .widget-title {
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  display: inline-block;
  letter-spacing: -0px;
  margin-bottom: 10px;
}
.bestdoctor_list_area .widget-title span {
  display: block;
  position: absolute;
  right: 1%;
  top: 0px;
  cursor: pointer;
}
.bestdoctor_list_area .sub_contents_top {
  margin-top: 50px;
}
.bestdoctor_list_area .column_main_top_box1 {
  width: 100%;
  /*height: 196px;*/
  padding: 5px;
  border: 1px solid #dfe6ee;
  background-color: #f3f8fe;
  overflow: hidden;
}
.bestdoctor_list_area .column_main_top_box2 {
  width: 100%;
  /*height: 194px;*/
  /*border: 1px solid #dfe6ee;
    background-color: #f6f8fb;*/
  overflow: hidden;
}
.bestdoctor_list_area .column_main_top_box_left {
  position: relative;
  width: 10%;
  float: left;
  padding: 20px 20px 0 30px;
  border-right: 0px solid #e9e9e9;
  /*height: 196px;*/
}
.bestdoctor_list_area .column_main_top_box_left ul li {
  text-align: center;
}
.bestdoctor_list_area .column_main_top_box {
  position: relative;
  width: 100%;
  float: left;
  padding: 10px 30px 30px 30px;
  border-right: 0px solid #e9e9e9;
  /*height: 196px;*/
}
.bestdoctor_list_area .tip_item .post-heading {
  margin: 20px 20px;
  line-height: 1.6;
  overflow: hidden;
  /*font-family: 'Noto Serif KR', serif !important;*/
  letter-spacing: -0.055499em;
}
.bestdoctor_list_area .tip_item .post-heading strong {
  /*font-family: 'Noto Serif KR', serif !important;*/
}
.bestdoctor_list_area .tip_item .post-heading strong span {
  /*font-family: 'Noto Serif KR', serif !important;*/
}
.bestdoctor_list_area .tip_item .ratio-4-3:after {
  padding-top: calc(100% * 1.54 / 4);
  display: block;
  content: '';
}
.bestdoctor_list_area .tip_item .post-author-and-reader {
  display: inline-block;
  line-height: 1.6;
}
.bestdoctor_list_area .tip_item .post-heading-container h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  /*min-height: 0px;*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
}
.bestdoctor_list_area .tip_item .post-heading-container span.desc1 {
  display: block;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #9f9f9f;
  margin-bottom: 0px;
  padding: 0% 0 0 0%;
}
.bestdoctor_list_area .tip_item .post-heading-container .post-text {
  /*font-family: 'Noto Serif KR', serif !important;*/
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  /*min-height: 50px;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px 20px;
  overflow: hidden;
  letter-spacing: -0.055499em;
}
.bestdoctor_list_area .tip_item .post-heading-container {
  padding-right: 0px;
  width: 100%;
  border-bottom: 0px solid rgb(150, 150, 150);
}
.bestdoctor_list_area .scale-container {
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: white;
}
.bestdoctor_list_area .note-main-list .mygrid {
  grid-template-columns: 1fr 1fr 1fr !important;
  -ms-grid-columns: 1fr 1fr 1fr !important;
  /*gap: 10px;*/
}
.bestdoctor_list_area dl.bestdoctor_list {
  background: #fff none repeat scroll 0 0;
  position: relative;
  float: left;
  /*border: 4px solid #f3f3f5;*/
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.bestdoctor_list_area dl.bestdoctor_list:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  /*border:1px dashed #FF5555;*/
}
.bestdoctor_list_area dl.bestdoctor_list dt {
  position: relative;
}
.bestdoctor_list_area dl.bestdoctor_list dt .imgtag {
  width: 298px;
  height: 225px;
  border: 1px solid #cbcbcb;
}
.bestdoctor_list_area dl.bestdoctor_list span {
  top: 0;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: right;
  padding-top: 20px;
  padding-right: 5%;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #308fab;
  font-size: 18px;
  line-height: 1.4;
}
.bestdoctor_list_area dl.bestdoctor_list span.bestdoctor_name {
  clear: both;
  color: #000000;
  font-size: 24px;
  padding-top: 32%;
  font-weight: 700;
}
dd {
  display: block;
  margin-inline-start: 0px;
}
.bestdoctor_list_area dl.bestdoctor_list dd {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 87px;
  padding-top: 10px;
  padding-right: 15px;
}
.bestdoctor_list_area dl.bestdoctor_list dd a {
  color: #fff;
  display: block;
  font-size: 12px;
  height: auto;
  line-height: 22px;
  width: 100%;
  text-align: right;
}
.bestdoctor_list_area dl.bestdoctor_list dd h3 {
  color: #e4e4e4;
  font-size: 17px;
  font-weight: bold;
  text-align: right;
}
.bestdoctor_list_area dl.bestdoctor_list dd b {
  font-size: 15px;
  font-weight: 400;
}
/* 게시판 리스트*/
.board_list_area {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.board_list_area .widget {
  padding-right: 20px;
}
.board_list_area .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 30px;
}
.board_list_area .ui.basic.segment2 {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 0px;
  text-align: right;
}
.board_list_area .write_btn {
  margin-top: 15px;
  margin-bottom: 15px;
  /*display: flex!important;*/
  /*margin-left: auto;*/
  justify-content: center;
  flex-wrap: wrap !important;
  display: inline-block;
  min-width: 50px;
  background: #fb7800;
  padding: 5px 1rem 5px;
  text-align: right;
  color: #fff;
  cursor: pointer;
  position: relative;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  background: #000;
}
.info-search {
  float: left;
  margin: 20px 0 0px;
  background-color: #fff;
  overflow: hidden;
}
.info-search .inp {
  border-color: #d3d3d3;
  background-color: #fff;
  color: #333;
}
.info-search .inp {
  width: 232px;
  height: 33px;
}
.info-search .inp {
  float: left;
  padding: 0 6px;
  border: 1px solid;
  border-right: 0;
  font-size: 12px;
}
.info-search .btn {
  /*width: 45px;*/
  height: 33px;
  font-size: 14px;
}
.info-search .btn {
  margin: 0;
  border: 0 none;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  text-align: center;
}
.board_list_area .widget h4 {
  font-size: 29px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.board_list_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.board_list_area > ul > li {
  display: inline-block;
}
.board_list_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.board_list_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.board_list_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.board_list_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.board_list_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.board_list_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 20 0 20px !important;
}
.board_list_area .image img {
  border: 1px solid #dcdcdc;
}
.board_list_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.board_list_area .widget-title {
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  display: inline-block;
  letter-spacing: -0px;
  margin-bottom: 10px;
}
.board_list_area .widget-title span {
  display: block;
  position: absolute;
  right: 1%;
  top: 0px;
  cursor: pointer;
}
.board_list_area .sub_contents_top {
  margin-top: 50px;
}
.board_list_area .column_main_top_box1 {
  width: 100%;
  /*height: 196px;*/
  padding: 5px;
  border: 1px solid #dfe6ee;
  background-color: #f3f8fe;
  overflow: hidden;
}
.board_list_area .column_main_top_box2 {
  width: 100%;
  /*height: 194px;*/
  /*border: 1px solid #dfe6ee;
    background-color: #f6f8fb;*/
  overflow: hidden;
}
.board_list_area .column_main_top_box_left {
  position: relative;
  width: 10%;
  float: left;
  padding: 20px 20px 0 30px;
  border-right: 0px solid #e9e9e9;
  /*height: 196px;*/
}
.board_list_area .column_main_top_box_left ul li {
  text-align: center;
}
.board_list_area .column_main_top_box {
  position: relative;
  width: 100%;
  float: left;
  padding: 10px 30px 30px 30px;
  border-right: 0px solid #e9e9e9;
  /*height: 196px;*/
}
.boardlist .contentlist {
  border-top: 2px solid #5d5d5d;
  border-bottom: 1px solid #5d5d5d;
}
.boardlist .contentlist > ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 00px;
}
.boardlist .contentlist > ul > li:first-child {
  border-top: none;
}
.boardlist .contentlist > ul > li {
  padding: 20px 0 14px;
  border-top: 1px solid #ddd;
  padding-bottom: 0;
}
.boardlist .contentlist > ul > li strong {
  display: block;
  float: left;
  padding-left: 20px;
  width: 90px;
  font-size: 20px;
  font-weight: 200;
}
.boardlist .contentlist > ul > li > dl {
  float: left;
  width: 800px;
}
.boardlist .contentlist > ul > li > dl dt {
  margin-bottom: 10px;
  color: #111;
  font-size: 20px;
  font-weight: bold;
}
.boardlist .contentlist > ul > li > dl dt a {
  color: #111;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.boardlist .contentlist > ul > li > dl dd {
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.boardlist .contentlist > ul > li > dl dd.info {
  text-align: right;
  margin: 9px 0 15px 0;
}
.boardlist .contentlist > ul > li > dl dd.info ul {
  display: block;
  list-style-type: disc;
  margin-block-start: em;
  margin-block-end: em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  float: right;
}
.boardlist .contentlist > ul > li > dl dd.info ul li {
  float: left;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
}
.boardlist .contentlist > ul > li > dl dd.info ul li:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  background: #B9BCBF;
  right: -2px;
  top: 50%;
  margin-top: -8px;
}
.boardlist .contentlist > ul > li > dl dd.info ul li.first {
  padding-left: 0;
}
.boardlist .contentlist > ul > li > dl dd.info ul li.last {
  background: none;
}
.boardlist .contentlist > ul > li:after {
  content: "";
  display: block;
  clear: both;
}
/* 게시 뷰 페이지 */
.board_view iframe[src*="youtube"] {
  width: 800px !important;
  height: 420px !important;
}
.board_view {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.board_view .post_img {
  /*text-align: center;*/
  margin: 0 auto;
}
.board_view .mygrid {
  grid-template-columns: 1fr !important;
  -ms-grid-columns: 1fr !important;
  gap: 0px;
  border-top: 2px solid black;
  border-left: 1px solid black;
}
.board_view .mygrid2 {
  grid-template-columns: 1fr 1fr 1fr !important;
  -ms-grid-columns: 1fr 1fr 1fr !important;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mygrid2 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  gap: 20px;
}
.board_view .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 53.5px;
}
.board_view .ui.breadcrumb {
  font-size: 17px;
  font-weight: 600;
}
.board_view .list .ui.breadcrumb {
  font-size: 15px;
  font-weight: 600;
}
.board_view .widget {
  padding-right: 0px;
}
.board_view .view_latest {
  margin-top: 30px;
}
.board_view .view_latest .widget h4 {
  font-size: 30px;
  line-height: 1.3;
  border-top: 2px solid #000;
  border-bottom: 0px solid #000;
  padding-top: 30px;
}
.board_view .view_latest .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 0px;
  padding-top: 20px;
  border-top: 2px solid #000;
}
.board_view .widget h4 {
  font-size: 30px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.board_view .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  min-height: 385px;
}
.board_view > ul > li {
  display: inline-block;
}
.board_view li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.board_view .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.board_view .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.board_view .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.board_view .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.board_view .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 0px 0 0px !important;
}
.board_view .list .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 0px 0 0px !important;
}
.board_view .image img {
  border: 0px solid #dcdcdc;
}
.board_view .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn_columnList {
  display: block;
  width: 77px;
  height: 24px;
  margin: 10px auto 0;
  line-height: 24px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  background: #B8B8B8;
  border: 1px solid #9e9e9e;
  text-decoration: none;
}
.board_view .noimg {
  padding: 0px 40px 50px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board_view .list .content .header {
  font-size: 22px !important;
  color: black;
  /* height: 58px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /* margin: calc(2rem - 0.1428571428571429em) 0 1rem; */
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.board_view .list .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px 50px;
}
.board_view .notecard2 {
  position: relative;
  background-color: #ffff;
  min-height: 400px;
}
.board_view .noimg h4.header {
  font-size: 25px !important;
  display: block;
  font-weight: 600;
  font-size: 38px;
  color: #308fab;
  line-height: 1.4em;
  padding-top: 20px;
  padding-right: 40px;
  margin-left: 85px;
  border-top: 0px solid #282828;
  margin-top: 20px;
  /*border-bottom: 1px dashed #b8b8b8; 	*/
}
.board_view .noimg div.header {
  clear: both;
  font-size: 28px !important;
  font-weight: 700;
  font-size: 38px;
  color: black;
  line-height: 1.4em;
  padding-top: 10px;
  padding-right: 40px;
  margin: 30px 50px 0 50px;
  border-top: 0px solid #282828;
  padding-bottom: 10px;
  border-bottom: 0px dashed #b8b8b8;
}
.board_view .note-meta {
  display: flex;
  border-bottom: 1px solid black;
  padding: 0px 0px 10px 0px !important;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
}
.board_view .note-meta .good_icon {
  position: absolute;
  right: 50px;
  border: 0px solid #000;
  background: #fff;
  font-size: 14px;
  padding: 0 15px;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 10%);
  color: black;
  cursor: pointer;
}
.board_view .note-meta .good_icon:hover {
  color: #FF5555;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 0%);
}
.board_view .noimg .header span {
  font-size: 25px !important;
  display: block !important;
  float: left !important;
  /*min-height: 80px;*/
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.board_view .list .noimg .header {
  font-size: 24px !important;
  color: black;
  /*height: 100px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 0px solid #dcdcdc;
}
.board_view .list .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.board_view .noimg .description {
  margin-top: 00px !important;
  color: black;
  opacity: 1;
  font-size: 18px;
  padding: 0px 50px 0 50px;
  line-height: 1.8;
}
.board_view .noimg .description p {
  margin-top: 0px !important;
  opacity: 1;
  padding: 0px 0px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #f2f1f0;
  padding-bottom: 24px;
}
.board_view .post-share-option {
  position: relative;
  display: block;
  padding: 30px 50px 10px 50px;
}
.board_view .post-btn-option {
  position: relative;
  display: block;
  padding: 10px 0px 0 50px;
}
.btn-style-one {
  position: relative;
}
.btn-style-one li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #008aa5;
  border: 1px solid #008aa5;
}
.btn-style-one li a:hover {
  background: #008aa5;
  color: #ffffff;
  border: 0px solid #008aa5;
}
.btn-style-one li {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
.btn-style-one li:first-child a {
  margin-left: 0px;
  background: #008aa5;
  color: #fff !important;
  border: 0px solid #008aa5;
}
.btn-style-one li:first-child a:hover {
  color: #008aa5 !important;
  background: yellow;
  border: 1px solid #008aa5;
}
.board_view .post-share-option .tags {
  position: relative;
  margin-top: 4px;
}
.board_view .post-share-option .tags h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #3b3634;
  font-weight: 400;
}
.board_view .post-share-option .tags li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}
.board_view .post-share-option .tags li:last-child {
  margin-right: 0px;
}
.board_view .noimg .description span a {
  margin-top: 20px !important;
  opacity: 1;
  padding: 0px 0px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300;
  color: #5c91ff !important;
  padding: 5px 10px;
  border: 1px solid #5c91ff;
}
.board_view .post-share-option .tags li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Passion One', Cursive;
  color: #7a7a7a;
  font-weight: 400;
  text-transform: uppercase;
  background: #ffffff;
  padding: 9px 29px 8px 29px;
  border-radius: 30px;
}
.board_view .noimg .description span a:hover {
  background: #fff;
}
.board_view .list .noimg .description {
  margin-top: 28px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 140px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.board_view .post-share-option .tags li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Passion One', Cursive;
  color: #7a7a7a;
  font-weight: 400;
  text-transform: uppercase;
  background: #ffffff;
  padding: 9px 29px 8px 29px;
  border-radius: 30px;
  padding: 5px 13px;
  border: 1px solid #f2f1f0 !important;
  color: #222;
  margin-left: 5px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.commax {
  display: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.social-style-one {
  position: relative;
}
.social-style-one li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #008aa5;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #008aa5;
}
.social-style-one li a:hover {
  background: #008aa5;
  color: #ffffff;
  border: 0px solid #008aa5;
}
.social-style-one li {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}
.social-style-one li a i {
  display: inline-block !important;
  padding-right: 10px;
}
.social-style-one li:first-child {
  margin-left: 0px;
}
.comment-reply-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: var(--heading-color);
  margin: 0 0 24px;
  padding-bottom: 4px;
  position: relative;
}
.comment-reply-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
}
.comment-respond .comment-form {
  margin: 10px 35px;
  padding: 0px 0px 10px 0;
  background: #f3f3f3;
  /*box-shadow: 0 0 35px rgb(12 12 12 / 5%);*/
}
.comment-respond .col-12 {
  flex: none;
  width: 100%;
}
.comment-respond .col-lg-6 {
  flex: none;
  width: 50%;
  padding: 0px 17px 0px 0;
}
.comment-respond .col-lg-4 {
  flex: none;
  width: 33.33333333%;
}
.commentlist {
  list-style: none;
  /*padding: 0;
    margin: 0;*/
  margin: 10px 35px;
  padding: 0px 0px 10px 0;
  background: #fff;
}
ul, ol {
  list-style-position: inside;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
.commentlist > .comment {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f3f3f3;
}
.commentlist > .comment:first-child {
  margin-top: 0;
  border-top: 1px solid #000;
}
.commentlist > .comment:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.apply_table {
  margin: 0px 0px 0 40px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 810px;
  margin-bottom: 10px;
}
.apply_table th {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #e0e0e0;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  padding: 20px 0px;
  text-align: left;
  white-space: nowrap;
}
.apply_table td {
  border-bottom: 1px solid #e0e0e0;
  color: #646464;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0px;
}
.apply_table .input_write {
  font-family: Pretendard, 'Noto Sans KR', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-sizing: border-box;
  color: #646464;
  font-size: 16px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
}
.apply_table .input_write.h75 {
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  resize: vertical;
}
.apply_table .w200 {
  margin-left: 10px;
  margin-right: 10px;
  height: 50px;
  max-width: 200px;
  padding: 10px 10px;
}
.apply_table .w250 {
  margin-left: 0px;
  margin-right: 0px;
  height: 40px;
  max-width: 250px;
  padding: 10px 10px;
}
.col-auto {
  flex: none;
  width: auto;
}
.col {
  flex: 1 0;
}
.commentlist .comment-avatar img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.commentlist .comment-content .comment-title {
  position: relative;
  float: left;
}
.commentlist .comment-content .comment-name {
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
}
.commentlist .comment-reply-link {
  display: inline;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 0px;
  letter-spacing: .05em;
  position: relative;
}
.commentlist .comment-content .comment-text {
  font-size: 17px;
  line-height: 26px;
  margin-top: 10px;
}
.commentlist .comment-content .comment-date {
  font-size: 14px;
  font-weight: 400;
}
.board_view .commentlist input.input_cpw {
  background-color: #f3f3f3;
  border: 0px solid #000;
  color: #757474;
  padding: 0 20px;
  line-height: 40px;
  height: 25px;
  font-size: 15px;
  font-weight: 400;
  text-align: start;
  outline: none;
}
.join_info_body {
  display: table-cell;
}
.join_captcha_area {
  float: left;
  text-align: center;
  margin: 14px 7px 0px 0;
}
.join_captcha_area .image {
  border-radius: 0px;
  border: 1px solid #dedede;
}
.join_captcha_info {
  overflow: hidden;
}
.join_captcha_info .info_text {
  padding-top: 9px;
  line-height: 16px;
  color: #676767;
}
.join_captcha_info .info_box {
  margin: 14px 0 0px;
}
.join_captcha_info .info_box .input_text {
  border-radius: 0px;
  padding: 0 38px 0 12px;
  border: 0;
  color: #000000;
  background-color: #ffffff;
  box-sizing: border-box;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  border: 1px solid #dedede;
}
.join_captcha_info .info_box .input_text p {
  display: inline-block;
}
.join_captcha_info .info_box .text {
  display: inline-block;
  margin-left: 00px;
  padding: 0 10px 0 8px;
  height: 50px;
  border: 0px solid #dedede;
  border-radius: 0px;
  color: #757474;
  line-height: 18px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  background: #f3f3f3;
}
.join_captcha_info .info_box .text span {
  font-size: 16px;
  color: #008aa5;
}
.comment-respond p[class] {
  line-height: normal;
  clear: both;
  overflow: hidden;
}
.comment-respond .comment-form .comment-form-comment textarea {
  height: 150px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 110px;
  padding-top: 15px;
  line-height: normal;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #757474;
  padding: 0 10px;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  outline: none;
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}
.comment-respond .form-submit {
  margin: 14px 17px 15px 17px;
  background: #f3f3f3;
  text-align: right;
}
.btn, button, .pxl-btn {
  overflow: hidden;
  position: relative;
  /*display: inline-flex;*/
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 2.1428571429;
  letter-spacing: 0;
  padding: 5px 10px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: top;
  background: black;
}
.board_view .comment-respond .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.join_info_body h4 {
  margin-top: 12px;
}
.comment-respond .comment-form .comment-form-field {
  margin-top: 14px;
}
.board_view .comment-respond .comment-form-field input[type=text] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #757474;
  padding: 0 10px;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  text-align: start;
  outline: none;
  margin-left: 12px;
}
.board_view .comment-respond .comment-form-field input[type=password] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #757474;
  padding: 0 10px;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  text-align: start;
  outline: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.board_view .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
.board_view .ui.breadcrumb .section {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.board_view .ui.breadcrumb .divider {
  display: inline-block;
  opacity: .7;
  margin: 0 0.21428571rem 0;
  font-size: .92857143em;
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
}
.board_view .authors .divider {
  margin: 0 9px 0 10px !important;
}
.board_view .authors .date {
  margin-left: 35px;
}
.board_view .simage {
  border-radius: 0px;
  border: 1px solid #dedede;
  margin-right: 10px;
}
td .text span {
  font-size: 16px;
  color: #008aa5;
}
/* 게시 수정 페이지 */
.board_pw iframe[src*="youtube"] {
  width: 800px !important;
  height: 420px !important;
}
.board_pw {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.board_pw .post_img {
  /*text-align: center;*/
  margin: 0 auto;
}
.board_pw .mygrid {
  grid-template-columns: 1fr !important;
  -ms-grid-columns: 1fr !important;
  gap: 0px;
  border-top: 2px solid black;
  border-left: 1px solid black;
}
.board_pw .mygrid2 {
  grid-template-columns: 1fr 1fr 1fr !important;
  -ms-grid-columns: 1fr 1fr 1fr !important;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.board_pw {
  flex-basis: 100%;
  max-width: 100%;
}
.board_pw .identity-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 54px 44px;
  max-width: 500px;
  flex-basis: 33.33%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 10%);
}
.board_pw .identity-header {
  margin-bottom: 32px;
  line-height: 1.36;
  font-size: 28px;
}
.board_pw .identity-text {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #222;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.board_pw .identity-text span {
  color: #008aa5;
}
.board_pw .identity-pw {
  margin-bottom: 10px;
  margin-top: 30px;
}
.board_pw input {
  width: 100%;
  padding-left: 12px;
  padding-top: 12px;
  line-height: 1.5;
  -webkit-text-security: disc !important;
  padding: 1px 10px;
  height: 40px;
  background: #f3f3f5;
}
.board_pw input:hover {
  border-color: #222;
  outline: none;
}
.identity-btn {
  width: 100%;
  display: inline-block;
  background-color: #163854;
  color: #fff;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  margin-top: 16px;
  border: 0px;
}
.board_pw .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 53.5px;
}
.board_pw .ui.breadcrumb {
  font-size: 17px;
  font-weight: 600;
}
.board_pw .list .ui.breadcrumb {
  font-size: 15px;
  font-weight: 600;
}
.board_pw .widget {
  padding-right: 0px;
}
.board_pw .view_latest {
  margin-top: 30px;
}
.board_pw .view_latest .widget h4 {
  font-size: 30px;
  line-height: 1.3;
  border-top: 2px solid #000;
  border-bottom: 0px solid #000;
  padding-top: 30px;
}
.board_pw .view_latest .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 0px;
  padding-top: 20px;
  border-top: 2px solid #000;
}
.board_pw .widget h4 {
  font-size: 30px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.board_pw .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  min-height: 385px;
}
.board_pw > ul > li {
  display: inline-block;
}
.board_pw li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.board_pw .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.board_pw .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.board_pw .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.board_pw .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.board_pw .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 20px 0 20px !important;
}
.board_pw .list .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 0px 0 0px !important;
}
.board_pw .image img {
  border: 0px solid #dcdcdc;
}
.board_pw .content {
  padding: 15px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn_columnList {
  display: block;
  width: 77px;
  height: 24px;
  margin: 10px auto 0;
  line-height: 24px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  background: #B8B8B8;
  border: 1px solid #9e9e9e;
  text-decoration: none;
}
.board_pw .noimg {
  padding: 0px 40px 50px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board_pw .list .content .header {
  font-size: 22px !important;
  color: black;
  /* height: 58px; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28571429em;
  /* margin: calc(2rem - 0.1428571428571429em) 0 1rem; */
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.board_pw .list .content .description {
  margin-top: 20px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0px 50px;
}
.board_pw .notecard2 {
  position: relative;
  background-color: #ffff;
  min-height: 400px;
}
.board_pw .noimg h4.header {
  font-size: 25px !important;
  display: block;
  font-weight: 600;
  font-size: 38px;
  color: #308fab;
  line-height: 1.4em;
  padding-top: 20px;
  padding-right: 40px;
  margin-left: 85px;
  border-top: 0px solid #282828;
  margin-top: 20px;
  /*border-bottom: 1px dashed #b8b8b8; 	*/
}
.board_pw .noimg div.header {
  clear: both;
  font-size: 28px !important;
  font-weight: 700;
  font-size: 38px;
  color: black;
  line-height: 1.4em;
  padding-top: 10px;
  padding-right: 40px;
  margin: 30px 50px 0 50px;
  border-top: 0px solid #282828;
  padding-bottom: 10px;
  border-bottom: 0px dashed #b8b8b8;
}
.board_pw .note-meta {
  display: flex;
  border-bottom: 1px solid black;
  padding: 0px 0px 10px 0px !important;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
}
.board_pw .note-meta .good_icon {
  position: absolute;
  right: 50px;
  border: 0px solid #000;
  background: #fff;
  font-size: 14px;
  padding: 0 15px;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 10%);
  color: black;
  cursor: pointer;
}
.board_pw .note-meta .good_icon:hover {
  color: #FF5555;
  box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 0%);
}
.board_pw .noimg .header span {
  font-size: 25px !important;
  display: block !important;
  float: left !important;
  /*min-height: 80px;*/
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.board_pw .list .noimg .header {
  font-size: 24px !important;
  color: black;
  /*height: 100px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 0px solid #dcdcdc;
}
.board_pw .list .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.board_pw .noimg .description {
  margin-top: 00px !important;
  color: black;
  opacity: 1;
  font-size: 18px;
  padding: 0px 50px 0 50px;
  line-height: 1.8;
}
.board_pw .noimg .description p {
  margin-top: 0px !important;
  opacity: 1;
  padding: 0px 0px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #f2f1f0;
  padding-bottom: 24px;
}
.board_pw .post-share-option {
  position: relative;
  display: block;
  padding: 30px 50px 0 50px;
}
.board_pw .post-btn-option {
  position: relative;
  display: block;
  padding: 10px 0px 0 50px;
}
.board_pw .post-share-option .tags {
  position: relative;
  margin-top: 4px;
}
.board_pw .post-share-option .tags h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #3b3634;
  font-weight: 400;
}
.board_pw .post-share-option .tags li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}
.board_pw .post-share-option .tags li:last-child {
  margin-right: 0px;
}
.board_pw .noimg .description span a {
  margin-top: 20px !important;
  opacity: 1;
  padding: 0px 0px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300;
  color: #5c91ff !important;
  padding: 5px 10px;
  border: 1px solid #5c91ff;
}
.board_pw .post-share-option .tags li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Passion One', Cursive;
  color: #7a7a7a;
  font-weight: 400;
  text-transform: uppercase;
  background: #ffffff;
  padding: 9px 29px 8px 29px;
  border-radius: 30px;
}
.board_pw .noimg .description span a:hover {
  background: #fff;
}
.board_pw .list .noimg .description {
  margin-top: 28px !important;
  color: black;
  opacity: 0.7;
  font-size: 16px;
  height: 140px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.board_pw .post-share-option .tags li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Passion One', Cursive;
  color: #7a7a7a;
  font-weight: 400;
  text-transform: uppercase;
  background: #ffffff;
  padding: 9px 29px 8px 29px;
  border-radius: 30px;
  padding: 5px 13px;
  border: 1px solid #f2f1f0 !important;
  color: #222;
  margin-left: 5px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.board_pw .commentlist input.input_cpw {
  background-color: #f3f3f3;
  border: 0px solid #000;
  color: #757474;
  padding: 0 20px;
  line-height: 40px;
  height: 25px;
  font-size: 15px;
  font-weight: 400;
  text-align: start;
  outline: none;
}
.board_pw .comment-respond .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.board_pw .comment-respond .comment-form-field input[type=text] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #757474;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  text-align: start;
  outline: none;
}
.board_pw .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}
.board_pw .ui.breadcrumb .section {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.board_pw .ui.breadcrumb .divider {
  display: inline-block;
  opacity: .7;
  margin: 0 0.21428571rem 0;
  font-size: .92857143em;
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
}
.board_pw .authors .divider {
  margin: 0 9px 0 10px !important;
}
.board_pw .authors .date {
  margin-left: 35px;
}
.board_pw .simage {
  border-radius: 0px;
  border: 1px solid #dedede;
  margin-right: 10px;
}
/* 검 리스트*/
.search_list_area {
  /*cursor: pointer;*/
  position: relative;
  margin-top: 30px;
}
.search_list_area .widget {
  padding-right: 0px;
}
.search_list_area .ui.basic.segment {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 52px;
}
.search_list_area .ui.basic.segment2 {
  background: none transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-top: 0px;
  text-align: right;
}
.search_list_area .widget h4 {
  font-size: 29px;
  line-height: 1.8;
  border-bottom: 2px solid #000;
}
.search_list_area .widget ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
.search_list_area > ul > li {
  display: inline-block;
}
.search_list_area li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
}
.search_list_area .widget li:hover {
  background: #F3F3F4;
  border-bottom: 1px solid #308fab;
  color: #308fab;
  font-weight: 500;
}
.search_list_area .widget li a {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.search_list_area .widget li a:hover {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.search_list_area .widget li a:active {
  border-bottom: 1px solid #308fab;
}
.search_list_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 20 0 20px !important;
}
.search_list_area .image img {
  border: 1px solid #dcdcdc;
}
.search_list_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
}
.search_list_area .widget-title {
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  display: inline-block;
  letter-spacing: -0px;
  margin-bottom: 10px;
}
.search_list_area .widget-title span {
  display: block;
  position: absolute;
  right: 1%;
  top: 0px;
  cursor: pointer;
}
.search_list_area .sub_contents_top {
  margin-top: 50px;
}
.search_list_area .boardlist .contentlist {
  border-top: 2px solid #000;
  border-bottom: 0px solid #000;
  border-left: 1px solid #000;
}
.search_list_area .boardlist .contentlist h3 {
  margin-top: 10px;
  margin-left: 30px;
  padding: 10px 0px;
  border-bottom: 1px solid #000;
}
.search_list_area .srch_area {
  border-top: 0px solid #d9d9d9;
  padding-top: 30px;
  padding-left: 30px;
}
.search_list_area .srch_area h2 {
  font-size: 19px;
  font-weight: 700;
}
ul, li {
  list-style: none;
}
.search_list_area .srch_area .cont {
  padding: 0px 0px;
}
.search_list_area .srch_area .cont ul li {
  clear: both;
  padding-top: 17px;
}
.search_list_area .srch_area .cont .btn_srch_more {
  clear: both;
  padding: 12px 12px 25px 0px;
  text-align: right;
}
.search_list_area .srch_area .cont .btn_srch_more span {
  border: 1px solid #d0d0d0;
  border-radius: 30px;
  padding: 8px 50px 8px 30px;
  background: #fff;
  background: url(https://health.chosun.com/images/bu_right_arr.gif) 135px 14px no-repeat;
}
.search_list_area .srch_area .cont .btn_srch_more span a {
  font-size: 14px;
}
.group_srch_ency .cont li .desc {
  display: block;
  font-size: 13px;
  padding-top: 5px
}
.lst_srch_type01 {
  clear: both;
  width: auto;
  min-width: 590px;
}
.lst_srch_type01 li {
  clear: both;
  width: 100%;
  vertical-align: top
}
.lst_srch_type01 li:after {
  content: "";
  display: block;
  clear: both
}
.lst_srch_type01 dl {
  overflow: hidden;
  line-height: 19px;
  zoom: 1
}
.lst_srch_type01 dt {
  display: inline;
  clear: both;
  margin-right: 5px
}
.lst_srch_type01 dd {
  clear: both;
  margin: 3px 0 1px;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  word-wrap: break-word;
  word-break: break-all
}
.lst_srch_type01 .txt_inline, .type01 .txt_block {
  font-size: 13px;
  color: #999
}
.lst_srch_type01 .txt_inline {
  display: inline
}
.lst_srch_type01 .txt_inline a, .lst_srch_type01 .txt_inline a:visited {
  color: #999
}
.lst_srch_type01 dt a {
  font-size: 19px;
  color: #0000cc;
  font-weight: 400;
  text-decoration: none;
}
.lst_srch_type01 .bestclinic img {
  margin: 0 0 0 5px;
  vertical-align: -3px
}
.lst_srch_type01 .title_en {
  font-style: italic;
  color: #bbb;
  font-size: 18px;
  font-decoration: normal;
}
.lst_srch_type01 dd a {
  color: #000;
  opacity: 0.7;
  font-size: 15px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lst_srch_type01 dd.tip_a a {
  font-size: 19px;
  color: #0000cc;
  opacity: 100;
  font-weight: 400;
  text-decoration: none;
}
#searchdot {
  font-size: 15px;
  letter-spacing: 0.2px;
}
.lst_srch_type01 .thumb04 {
  float: left;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 16px 0 0; /*width:94px;*/ margin-right: 10px; /*height:94px;*/ border: 1px solid #d9d9d9;
  padding: 0px;
  max-height: 200px;
  background: #fff;
}
.lst_srch_type01 .thumb04 a {
  display: table-cell;
  *display: block;
  width: 94px;
  height: 94px;
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: center;
  vertical-align: middle;
}
.lst_srch_type01 .thumb04 span {
  *display: inline-block;
  *height: 100%
}
.lst_srch_type01 .thumb04 img, .lst_srch_type01 .thumb04 span {
  vertical-align: middle;
  max-height: 94px;
  max-width: 94px;
}
.lst_srch_type02 {
  clear: both;
  width: auto;
  min-width: 590px;
}
.lst_srch_type02 li {
  clear: both;
  width: 100%;
  vertical-align: top
}
.lst_srch_type02 li:after {
  content: "";
  display: block;
  clear: both
}
.lst_srch_type02 dl {
  overflow: hidden;
  line-height: 19px;
  zoom: 1
}
.lst_srch_type02 dt {
  display: inline;
  clear: both;
  margin-right: 5px
}
.lst_srch_type02 dd {
  clear: both;
  margin: 3px 0 1px;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  word-wrap: break-word;
  word-break: break-all
}
.lst_srch_type02 .txt_inline, .type02 .txt_block {
  font-size: 13px;
  color: #999
}
.lst_srch_type02 .txt_inline {
  display: inline
}
.lst_srch_type02 .txt_inline a, .lst_srch_type02 .txt_inline a:visited {
  color: #999
}
.lst_srch_type02 dt a {
  font-size: 19px;
  color: #0000cc;
  font-weight: 400;
  text-decoration: none;
}
.lst_srch_type02 .bestclinic img {
  margin: 0 0 0 5px;
  vertical-align: -3px
}
.lst_srch_type02 .title_en {
  font-style: italic;
  color: #bbb;
  font-size: 18px;
  font-decoration: normal;
}
.lst_srch_type02 dd a {
  color: #000;
  opacity: 0.7;
  font-size: 15px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lst_srch_type02 dd.tip_a a {
  font-size: 19px;
  color: #0000cc;
  opacity: 100;
  font-weight: 400;
  text-decoration: none;
}
.lst_srch_type02 .thumb04 {
  float: left;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 16px 0 0; /*width:94px;*/ margin-right: 10px; /*height:94px;*/ border: 1px solid #d9d9d9;
  padding: 0px;
  max-height: 200px;
  background: #fff;
}
.lst_srch_type02 .thumb04 a {
  display: table-cell;
  *display: block;
  width: 94px;
  height: 94px;
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: center;
  vertical-align: middle;
}
.lst_srch_type02 .thumb04 span {
  *display: inline-block;
  *height: 100%
}
.lst_srch_type02 .thumb04 img, .lst_srch_type02 .thumb04 span {
  vertical-align: middle;
  max-height: 94px;
  max-width: 94px;
}
.lst_srch_type03 {
  clear: both;
  width: auto;
  min-width: 590px;
}
.lst_srch_type03 li {
  clear: both;
  width: 100%;
  vertical-align: top;
  padding-bottom: 17px;
  border-bottom: 1px solid #d9d9d9;
}
.lst_srch_type03 li:after {
  content: "";
  display: block;
  clear: both
}
.lst_srch_type03 dl {
  overflow: hidden;
  line-height: 19px;
  zoom: 1
}
.lst_srch_type03 dt {
  display: inline;
  clear: both;
  margin-right: 5px
}
.lst_srch_type03 dd {
  clear: both;
  margin: 3px 0 1px;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  word-wrap: break-word;
  word-break: break-all
}
.lst_srch_type03 .txt_inline, .type01 .txt_block {
  font-size: 13px;
  color: #999
}
.lst_srch_type03 .txt_inline {
  display: inline
}
.lst_srch_type03 .txt_inline a, .lst_srch_type31 .txt_inline a:visited {
  color: #999
}
.lst_srch_type03 dt a {
  font-size: 19px;
  color: #0000cc;
  font-weight: 400;
  text-decoration: none;
}
.lst_srch_type03 .bestclinic img {
  margin: 0 0 0 5px;
  vertical-align: -3px
}
.lst_srch_type03 .title_en {
  font-style: italic;
  color: #bbb;
  font-size: 18px;
  font-decoration: normal;
}
.lst_srch_type03 dd a {
  color: #000;
  opacity: 0.7;
  font-size: 15px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lst_srch_type03 dd.tip_a a {
  font-size: 19px;
  color: #0000cc;
  opacity: 100;
  font-weight: 400;
  text-decoration: none;
}
.lst_srch_type03 .thumb04 {
  float: left;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 16px 0 0; /*width:94px;*/ margin-right: 10px; /*height:94px;*/ border: 1px solid #d9d9d9;
  padding: 0px;
  max-height: 200px;
  background: #fff;
}
.lst_srch_type03 .thumb04 a {
  display: table-cell;
  *display: block;
  width: 94px;
  height: 94px;
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: center;
  vertical-align: middle;
}
.lst_srch_type03 .thumb04 span {
  *display: inline-block;
  *height: 100%
}
.lst_srch_type03 .thumb04 img, .lst_srch_type01 .thumb04 span {
  vertical-align: middle;
  max-height: 94px;
  max-width: 94px;
}
.lst_srch_type04 {
  clear: both;
  width: auto;
  min-width: 590px;
}
.lst_srch_type04 li {
  clear: both;
  width: 100%;
  vertical-align: top;
  padding-bottom: 17px;
  border-bottom: 1px solid #d9d9d9;
}
.lst_srch_type04 li:after {
  content: "";
  display: block;
  clear: both
}
.lst_srch_type04 dl {
  overflow: hidden;
  line-height: 19px;
  zoom: 1
}
.lst_srch_type04 dt {
  display: inline;
  clear: both;
  margin-right: 5px
}
.lst_srch_type04 dd {
  clear: both;
  margin: 3px 0 1px;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  word-wrap: break-word;
  word-break: break-all
}
.lst_srch_type04 .txt_inline, .type02 .txt_block {
  font-size: 13px;
  color: #999
}
.lst_srch_type04 .txt_inline {
  display: inline
}
.lst_srch_type04 .txt_inline a, .lst_srch_type04 .txt_inline a:visited {
  color: #999
}
.lst_srch_type04 dt a {
  font-size: 19px;
  color: #0000cc;
  font-weight: 400;
  text-decoration: none;
}
.lst_srch_type04 .bestclinic img {
  margin: 0 0 0 5px;
  vertical-align: -3px
}
.lst_srch_type04 .title_en {
  font-style: italic;
  color: #bbb;
  font-size: 18px;
  font-decoration: normal;
}
.lst_srch_type04 dd a {
  color: #000;
  opacity: 0.7;
  font-size: 15px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lst_srch_type04 dd.tip_a a {
  font-size: 19px;
  color: #0000cc;
  opacity: 100;
  font-weight: 400;
  text-decoration: none;
}
.lst_srch_type04 .thumb04 {
  float: left;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 16px 0 0; /*width:94px;*/ margin-right: 10px; /*height:94px;*/ border: 1px solid #d9d9d9;
  padding: 0px;
  max-height: 200px;
  background: #fff;
}
.lst_srch_type04 .thumb04 a {
  display: table-cell;
  *display: block;
  width: 94px;
  height: 94px;
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: center;
  vertical-align: middle;
}
.lst_srch_type04 .thumb04 span {
  *display: inline-block;
  *height: 100%
}
.lst_srch_type04 .thumb04 img, .lst_srch_type04 .thumb04 span {
  vertical-align: middle;
  max-height: 94px;
  max-width: 94px;
}
/*쓸지말지 모름*/
.issue_pick {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  justify-content: space-between;
  background-color: #fff;
}
.issue_pick {
  margin-bottom: 24px;
  align-items: center;
  display: flex;
}
.issue_pick .title_wrap {
  min-width: 162px;
  position: relative;
}
.swiper-container {
  margin-left: 0;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.issue_pick .title_wrap .title {
  margin-bottom: 2px;
  color: #f6330a;
  font-size: 13px !important;
  line-height: 21px;
  font-weight: 600;
}
.issue_pick .date {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.list_issue {
  display: flex;
}
.issue_pick .list_issue .list_item:first-child {
  position: relative;
  width: 450px;
  float: left;
  font-size: 22px;
  line-height: 30px;
}
.issue_pick .list_issue .list_item:last-child {
  position: relative;
  width: 180px;
  float: right;
  margin-left: 30px;
  font-size: 22px;
  line-height: 30px;
}
.issue_pick .list_issue .list_item:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.issue_pick .list_issue .headline {
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 30px;
}
.issue_pick .description {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  height: 80px;
  /*text-overflow: ellipsis;*/
}
.identity-wrapper {
  margin-top: 35px;
  margin-bottom: 50px;
  padding: 45px 25px;
  max-width: 500px;
  flex-basis: 33.33%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.identity-header {
  margin-bottom: 32px;
  line-height: 1.36;
  font-size: 36px;
  font-weight: 500;
}
.identity-header img {}
.identity-text {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #222;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.identity-text span {
  color: #008aa5;
}
.identity-btn {
  width: 100%;
  display: inline-block;
  padding: 10px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  margin-top: 0px;
  border: 0px;
}



/* sub 이벤트 리스트*/

.event_list_area {
  position: relative;
  margin-top: 30px;
}
.event_list_area .event-intro {
	display: flex;	
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
	padding-bottom: 48px;
}

.swiper-wrapper .swiper-slide {
	 overflow: hidden;	
}
.event_list_area .event-intro .event-intro-img{
	width: 730px;	
}

.event_list_area .event-intro .event-intro-img .ei_img{
	width: 730px;
}
.event_list_area .event-intro .event-intro-img .ei_img img{
	width: 730px;
	aspect-ratio: 730 / 486;
    object-fit: cover;
    max-width: 100%;
    margin: auto;
    display: block;
    border-radius: 12px;
}
.event_rolling{
	width: 730px;
}
.swiper-container8 {
	position: relative;
	width: 730px;
	overflow: hidden;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px !important;
    top: 450px !important;
    left: 0 !important;
    width: 100% !important;	
	height: 24px !important;	
}
.swiper-container8 .swiper-pagination-bullet {
    width: 20px;
	height: 8px;
    display: inline-block;
    border-radius: 10px;
    background: #D9D9D9;
    opacity: 1;
} 
.swiper-container8 .swiper-pagination-bullet-active {
    opacity: 1;
    border-radius: 10px;
	background: #17222B;
	width: 48px;
	height: 8px;
}
.event_list_area .event-intro .event-intro-img .ei_title h4{
	margin-top: 20px;
	color: #17222B;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 142%; /* 39.76px */
}

.event_list_area .event-intro .event-intro-area {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.event_list_area .event-intro .event-intro-area .eia_re{
	border-radius: 12px;
	background: #FFF;
	width: 350px;
	display: flex;
	flex-direction: column;		
}
.event_list_area .event-intro .event-intro-area .eia_re h3{
	color: #17222B;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 142%; /* 25.56px */
	padding: 20px 20px;
}
.event_list_area .event-intro .event-intro-area .eia_re ul{
	margin: 0px;
}
.event_list_area .event-intro .event-intro-area .eia_re li {
	padding: 20px 20px 20px 30px;
	border-top: 1px solid #F3F3F5;
	position: relative;
}
.event_list_area .event-intro .event-intro-area .eia_re li a{
	color: #17222B;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 142%; /* 26.98px */
}
.event_list_area .event-intro .event-intro-area .eia_re li a::before {	
	content: '';
	 display: inline-block;
  position: absolute;
  left: 20px;
	top: 30px;
	  width: 6px;
	  height: 6px;
	  border-radius: 50%;
	  background-color: #D9D9D9;
}
.tag_n {
	background-color: #F55;
    display: inline-block;
    margin: 3px 0 0 0px;
    padding: 1px 5px 0 5px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    vertical-align: top;
    color: #fff;
}
.header .tag_n {	
    margin: 4px 0 0 2px;
}
.event_list_area .event-intro .event-intro-area .eia-banner{
	padding: 20px;
	border-radius: 12px;
	background: #FFF;
	width: 350px;
	height: 115px;
	display: flex;
	flex-direction: row;
	gap:16px;
	justify-content: space-between;
	border: 1px solid #E3E5EA;
}
.event_list_area .event-intro .event-intro-area .eia-banner .eiab_btn_area{		
	width: 231px;
	display: flex;
	flex-direction: column;		
	gap:8px;
	justify-content: space-between;
	color: #173854;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 142%; /* 25.56px */
}
.eia-banner .eiab_btn_area .button{		
	border-radius: 28px;
	height: 40px;
	background: #173854;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 148%; /* 23.68px */
	padding: 8px 5px;
	cursor: pointer;

}

.event_list_area .loadmore_e {
  width: 350px;
  margin: 50px auto;
  display: flex !important;
  justify-content: center;
	align-content: center;
  flex-wrap: wrap !important;
  display: inline-block;
  padding: 11px 0px 12px;
  border-radius: 0;
  text-align: center;  
  cursor: pointer;
  position: relative;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  background: #17222B;
  border-radius: 30px;
	color: #FFF;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	line-height: 142%; /* 26.98px */
}
.event_list_area .loadmore_e:focus:not(:disabled), .event_list_area .loadmore_e:hover:not(:disabled) {
  background: #17222B;
  color: #308fab;
}
.btn_list_area {
	display: flex;
	justify-content: center;
	
}
.event_list_area .btn_list {
  width: 350px;
  margin: 50px auto;
  display: flex !important;
  justify-content: center;
	align-content: center;
  flex-wrap: wrap !important;
  display: inline-block;
  padding: 11px 0px 12px;
  border-radius: 0;
  text-align: center;  
  cursor: pointer;
  position: relative;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  background: #17222B;
  border-radius: 30px;
	color: #FFF;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	line-height: 142%; /* 26.98px */
}
.event_list_area .btn_list:focus:not(:disabled), .event_list_area .btn_list:hover:not(:disabled) {
  background: #17222B;
  color: #308fab;
}
.event-grid-list .mygrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr !important;
  -ms-grid-columns: 1fr 1fr 1fr !important;
  grid-column-gap: 30px;
   grid-row-gap: 48px;
}
.tag_on {
	position: absolute;
	left: 8px;
	top: 8px;
	background-color: #F55;
    display: flex;
    padding: 6px 13px 4px 11px;
	justify-content: center;
	align-items: center;
    border-radius: 20px;
    line-height: 18px;
    vertical-align: top;
    color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 142%; /* 22.72px */
}
.tag_off {
	position: absolute;
	left: 8px;
	top: 8px;
	background-color: #535353;
    display: flex;
    padding: 6px 13px 4px 11px;
	justify-content: center;
	align-items: center;
    border-radius: 20px;
    line-height: 18px;
    vertical-align: top;
    color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 142%; /* 22.72px */
}
.event_list_area .widget2 {
    padding-right: 20px;
    border-bottom: 2px solid rgba(23, 34, 43, 0.10);;
    display: flex;
}
.event_list_area .widget {
  padding-right: 20px;	
  border-bottom: 2px solid #000;
  display: flex;
  flex-direction: row;
  gap:80px; 
}
.event_list_area .widget h4 {
  font-size: 30px;
  line-height: 1.8;
}
.event_list_area .widget ul {
  display: flex;
  flex-direction: row;
  gap:40px;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;	
  
}
.event_list_area > ul > li {
  display: inline-block;
}
.event_list_area .widget li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
  border-top:1px solid #F3F3F5;
}
.event_list_area .widget li:hover {
  background: #F3F3F4;
  /*border-bottom: 1px solid #308fab;*/
  color: #308fab;
  font-weight: 500;
}
.event_list_area .widget li a {
  padding: 5px 0px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.event_list_area .widget li a:hover {
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.event_list_area .widget li a.on {
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 700;
}
.event_list_area .widget li a:active {
}
.event_list_area .notecard {
    cursor: pointer;
    position: relative;
    background: none;
	border: 0px;
}
.event_list_area .image {
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0px 0 0 d0px !important;
	width: 350px;
}
.event_list_area .image img {
	width: 350px;
	aspect-ratio: 350 / 233;
	border-radius: 12px;
  border: 0px solid #dcdcdc;
	object-fit: cover;
    max-width: 100%;
}
.event_list_area .content {
  padding: 6px 20px 0px 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event_list_area .noimg {
  padding: 0px 20px 20px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event_list_area .vol {
  padding: 8px 20px 8px 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event_list_area .authors {
  color: #5c91ff !important;
}
.event_list_area .content .header {
  color: #17222B;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 142%; /* 34.08px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.event_list_area .noimg .header {
  font-size: 24px !important;
  color: black;
  /*height: 100px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.38571429em;
  /*margin: calc(2rem - 0.1428571428571429em) 0 1rem;*/
  /*margin: 0.5rem 0 0.5rem;*/
  font-weight: 700;
  padding: 20px 0 0 0;
  border-top: 1px solid #dcdcdc;
}
.event_list_area .noimg .header span {
  font-size: 20px !important;
  color: black;
  line-height: 1.38571429em;
  margin: 0rem 0 0rem;
  font-weight: 700;
  padding: 0;
}
.event_list_area .content .description {
  margin-top: 8px !important;
  color: rgba(23, 34, 43, 0.50);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 142%; /* 22.72px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event_list_area .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
  justify-content: center;
}
.event_list_area .nbox {
  display: block;
  width: 30%;
  color: #163854;
  border: 0px solid #d0d0d0;
  cursor: pointer;
  background: #ffffff;
  padding: 0 0 00px 0px;
  box-sizing: border-box;
}

/* 이벤트 상세 */
.event_detail {
    position: relative;
    margin-top: 30px;
}
.event_detail .widget {
  padding-right: 20px;	
  border-bottom: 2px solid #000;
  display: flex;
  flex-direction: row;
  gap:80px; 
}
.event_detail .widget h4 {
  font-size: 30px;
  line-height: 1.8;
}
.event_detail .widget ul {
  display: flex;
  flex-direction: row;
  gap:40px;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;	
  
}
.event_detail > ul > li {
  display: inline-block;
}
.event_detail .widget li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2.5;
  border-top:1px solid #F3F3F5;
}
.event_detail .widget li:hover {
  background: #F3F3F4;
  /*border-bottom: 1px solid #308fab;*/
  color: #308fab;
  font-weight: 500;
}
.event_detail .widget li a {
  padding: 5px 0px;
  width: 100%;
  background: transparent;
  color: #17222B;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.event_detail .widget li a:hover {
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 500;
}
.event_detail .widget li a.on {
  color: #308fab;
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 700;
}
.evde_content {
	position: relative;
	display: flex;
  align-items: flex-start;
	flex-direction: row;
	gap:70px;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 80px;
}
.evde_content .content_event{
	width: 760px;	
	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: center;
    align-content: center;
	text-align: center;	
}
.evde_content .content_right{
	position: sticky ;
  	top:20%;
	left: 0;
	/*transform: traslate(-25%, 0);*/
	width: 280px;	
	display: flex;
	flex-direction: column;
	gap:44px;
	justify-content: flex-start;
}
.evde_content .content_right .title_area {
	padding-bottom: 44px;
	border-bottom: 1px solid #000;
}
.evde_content .content_right .title_area .title {
	color: #17222B;
	font-size: 28px;
	font-weight: 700;
	line-height: 142%; /* 39.76px */
}
.evde_content .content_right .title_area .title span{
	
font-weight: 500;
}

.evde_content .content_right .title_area .date{
	color: rgba(23, 34, 43, 0.50);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 142%; /* 22.72px */
	padding: 20px 0 24px 0;
} 
.evde_content .content_right .admin_area {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 24px;
}
.evde_content .content_right .admin_area .admin_l_txt{
	color: #308fab;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%;
    padding: 0px 0 24px;
}
.admin_l_img{	
	max-width: 280px;	
	border: 0px solid #D3D3D3;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	padding: 0.6rem 0.6rem;
}
.evde_content .content_right .admin_area img{	
	width: 280px;	
}

.evde_content .content_right .title_area button {
	width: 100%;
	border-radius: 40px;
	border: 1px solid #17222B;
	height: 50px;
	color: #17222B;
	text-align: center;
	font-size: 19px;
	font-weight: 500;
	line-height: 40px ;
	background: none;	
}
.content_right .title_area button img{
	margin-top: -4px;
}
.content_right .add_area {
	display: flex;
	flex-direction: column;
	gap:12px;
}
.content_right .add_area .des { 
	color: #308FAB;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 142%; /* 25.56px */
}
.content_right .add_area .adtit { 
	color: #17222B;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 142%; /* 31.24px */
}
 button.app_link { 
	margin-top: 8px;
	color: #FFF;	
		height: 50px;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 148%; /* 26.64px */
	border-radius: 40px;
	background: #17222B;
}
.content_event button.app_link { 
	width: 350px;
	height: 65px;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 142%; /* 34.08px */
}

.event-winner-list .mywgrid {
	display: flex;
	flex-direction: column;	
	align-content: center;
	
}
.event-winner-list .mywgrid .mycell {
	padding: 20px 20px;
	border-bottom: 1px solid #D9D9D9;align-content: center;
}
.event-winner-list .mywgrid .mycell a{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
	align-content: center;
}
.event-winner-list .mywgrid .mycell .content_t {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content:space-around;	
	
}
.event-winner-list .mywgrid .mycell .content_t .date_info{
	color: rgba(23, 34, 43, 0.50);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 142%; 
}
.event-winner-list .mywgrid .mycell .content_t .header {
	color: #17222B;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
}
.event-winner-list .mywgrid .mycell .board_image img {
	width: 119px;
	height: 80px;
	object-fit: cover;
}
.my_edit_area {
	background: #fff;
	padding: 24px 36px;
}
.edit_flex {
	margin: 30px 0 ;
	display: flex;
	flex-direction: row;
	gap:14px;
	justify-content: space-between;
}

.edit_flex table th{
	border-top: 1px solid #17222B;
			background: rgba(23, 34, 43, 0.10);
				height:58px;
}
.edit_flex table td{
	text-align: center;
	width: 50%;
	height:58px;
	border-bottom: 1px solid #D9D9D9;
}

/* =========== card news 카드뉴스 ============ */
.card_list_area {
  /*cursor: pointer;*/
  position: relative;
  width: 1280px;
  margin: 0 auto 60px;
  padding: 0px;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 407px); /* 407px 고정_ 250909 */    
	gap: 29.5px;  
    justify-content: center; 
}

.card_list_area .notecard {
  border: 0px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  max-width: 407px;
}
.card_list_area .notecard img {
  display: block;
  width: 100%;
  height: auto;
}

.notecard a .gn-image {
  position: relative;
  width: 100%;
  aspect-ratio: 407 / 270; 
  overflow: hidden;
}

.notecard a .gn-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 영역에 꽉 차게 */
  display: block;
}
.gn-content {
   box-sizing: border-box;
    padding: 24px 32px;
}
.gnews-header {
 font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: #333;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container.card-view {
    width: 1112px;
    margin: 0 auto 60px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;	
}
.card-view .view-header {
    position: relative;
    margin-top: 36px;
    border-bottom: 1px solid #333;
}
.view-header .view-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    color: #333;
    margin-bottom: 28px;
    min-height: 50px;
}
.view-header .view-date {
	display: flex;
	flex-direction: row;
	margin-bottom: 19.5px;
}
.view-header .view-date span {		
	font-size: 15px;
	line-height: 140%;
}
.view-header .v-number{
	display: flex;
    align-items: center;
	font-weight: 500;
	color: #555555;
}
.view-header .v-number::after {
    content: "";
    display: inline-block;
    width: 1px; 
    height: 15px; 
    background-color: #555555;
	margin: 0 12px;
	align-self: center; 
}
.gnews-date {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 40px;
    height: 40px;
}

.card-view .conarea-gview-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 60px;
}
.conarea-gview-wrap .content-area.graphic {
    flex-shrink: 0;
    width: 940px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.content-area.graphic .contents_edit {
    width: 940px;
    margin-bottom: 4px;
}
.graphic .edit_txt {
    margin-bottom: 60px;
}
.content_g_img_wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.content_g_img {
	position: relative;
}
.content_g_img .img_dl {
  display: flex;
  justify-content: center;
}
.content_g_img .img_dl .img_dt {
	position: relative; 
	text-align: center;	
}
.content_g_img .img_dl .img_dt img{	 
	  margin: 0 auto;    
	  max-width: 100%;
	  height: auto;
}
.content_g_img .img_dl .img_dt .img_sizeup {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
}
.content_g_img .img_dl .img_dt .img_sizeup img{	
	width: 30px;
	height: 30px;
}
.img_sizeup.visual .openModal img {
	width: 100%;	
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    overflow-y: auto;
}
.close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
.modal-content {
  object-fit: cover;             
  object-position: center center;  
  /*width: 100%;*/
  max-width: none !important;
  max-height: none !important;
  margin-top: 40px;
  padding: 40px 80px;
}
.content_g_txt {
    margin-top: 32px;
}
.graphic .edit_txt p {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #333;
}
.contents_bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-top: 1px solid #333;
}
.cb-copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.cb-copyright .contents-copy {
    width: 260px;
    height: 28px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: var(--grey-5);
}
.cb-copyright .cb-newsletter {
    border-radius: 44px;
    border: 1px solid var(--grey-b);
}
.cb-copyright .cb-newsletter a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 197px;
    height: 43px;
    box-sizing: border-box;
    padding: 10px 28px;
}
.cb-copyright .cb-newsletter a span {
    width: 101px;
    height: 23px;
    font-weight: 700;
    font-size: 16px;
    color: #555555;
}

.graphic_c_bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #333;
}
.cb_title {
    margin: 20px 0;
}
.cb_title h2 {
    height: 28px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
}
.cb_graphic_news_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 31px;
    align-items: flex-start;
}
.cb_graphic_news_list .notecard {
    width: 100%;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 10px;
}
.cb_graphic_news_list .gn-image {
    width: 293px;
    height: 198px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.cb_graphic_news_list .gn-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 400 / 270;
}
.cb_graphic_news_list .gnews-header {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: var(--black);
    margin: 0;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}