.introduce.pressroom .page_view {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 16px 56px 16px;
  position: relative;
}
.introduce .header {
  position: fixed;
}
.introduce .header .logo {
  position: relative;
  top: 0;
}
.introduce .header .logo > a {
  background: url("../../res/img/logo_intro.png") 0 50% no-repeat;
}
.introduce .header .header-wrap {
  background: transparent;
}
.introduce .header .header-inner {
  padding-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 64px;
}
.introduce .header .header-inner::before {
  background: var(--TVchosun-A-alpha-W12);
}
.introduce .header .gnb-wrap {
  margin-left: 40px;
}
.introduce .header .introduce-gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: 100%;
}
.introduce .header .introduce-gnb > li {
  padding: 0 4px;
}
.introduce .header .introduce-gnb > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--TVchosun-A-white100);
}
.introduce .header .introduce-gnb > li.active a {
  font-weight: 700;
}
.introduce .header .gnb, .introduce .header .quickMenu, .introduce .header .quickMenu-sub {
  display: none;
}
.introduce .header.nav-down .logo a {
  background: url("../../res/img/logo.png") 0 50% no-repeat;
}
.introduce .header.nav-down .header-wrap {
  background: var(--TVchosun-A-white100);
}
.introduce .header.nav-down .gnb-wrap {
  margin-left: 40px;
}
.introduce .header.nav-down .introduce-gnb > li > a {
  color: var(--TVchosun-A-gray-gray950);
}
.introduce .press-room-top {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 100%;
  height: 328px;
  background: url(../../res/img/pressroom-bg.jpg) 50% 50% no-repeat;
  padding: 20px 30px;
}
.introduce .press-room-top .page-title h3 {
  font-size: 48px;
  color: var(--TVchosun-A-white100);
  font-weight: 700;
}
.introduce .press-room-top .press-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  gap: 16px;
  padding: 0 16px;
}
.introduce .press-room-top .press-tab li {
  width: 25%;
}
.introduce .press-room-top .press-tab li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--TVchosun-A-white100);
  height: 56px;
  font-size: 22px;
  font-weight: 500;
  padding: 8px 12px 12px 12px;
}
.introduce .press-room-top .press-tab li.on a {
  font-weight: 700;
}
.introduce .press-room-top .press-tab li.on a::before {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--TVchosun-A-white100);
  position: absolute;
  bottom: 0;
  left: 0;
}
.introduce .comm-board .board-view {
  margin-top: 40px;
}
.introduce .comm-board .board-view .title-box .tit {
  font-size: 28px;
}
.introduce .page-search + .item-list {
  padding-top: 20px;
}
.introduce .introduce-top {
  height: 872px;
}
.introduce .introduce-top .introduceSwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.introduce .introduce-top .introduceSwiper .swiper-wrapper {
  height: 100%;
}
.introduce .introduce-top .introduceSwiper .swiper-slide {
  height: 100%;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .img-box {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .img-box img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box {
  position: relative;
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  color: var(--TVchosun-A-white100);
}
.introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box .head-text {
  font-size: 22px;
  font-weight: 500;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 100px;
  font-weight: 500;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box .desc {
  font-size: 28px;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box {
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: auto;
  height: 20px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiper-pagination {
  width: auto;
  padding: 4px 8px 4px 16px;
  position: relative;
  top: auto;
  bottom: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: var(--TVchosun-A-alpha-W60);
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiper-pagination .current {
  color: var(--TVchosun-A-white100);
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiper-pagination .line {
  margin: 0 7px;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .autoplay-progress {
  position: relative;
  left: 0;
  z-index: 10;
  width: 220px;
  height: 6px;
  background-color: var(--TVchosun-A-alpha-W60);
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .autoplay-progress .line {
  stroke-width: 5;
  stroke-dasharray: 100;
  stroke-dashoffset: -100px;
  -webkit-transition: stroke-dashoffset 0.1s linear;
  transition: stroke-dashoffset 0.1s linear;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  stroke: var(--TVchosun-A-white100);
  fill: none;
  stroke-dasharray: 100;
  stroke-width: 5;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn .prev, .introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn .next {
  width: 24px;
  height: 24px;
  background: url(../../res/img/ico/arrow_white.png) 50% 50% no-repeat;
  cursor: pointer;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn .prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn .play, .introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn .pause {
  font-size: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 8px;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn .play {
  background: url(../../res/img/ico/swiper_play.png) 50% 50% no-repeat;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn .play.hidden {
  display: none;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn .pause {
  background: url(../../res/img/ico/swiper_pause.png) 50% 50% no-repeat;
}
.introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn .pause.hidden {
  display: none;
}
.introduce .tvchosun-introduce {
  position: relative;
  padding: 64px 0 96px 0;
}
.introduce .tvchosun-introduce .introduce-tab {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.introduce .tvchosun-introduce .introduce-tab li {
  width: 100%;
}
.introduce .tvchosun-introduce .introduce-tab li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  font-size: 22px;
  font-weight: 500;
  padding: 8px 12px 12px 12px;
}
.introduce .tvchosun-introduce .introduce-tab li a::before {
  display: block;
  content: "";
  width: 0;
  height: 4px;
  background-color: var(--TVchosun-A-gray-gray950);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.introduce .tvchosun-introduce .introduce-tab li.active a::before, .introduce .tvchosun-introduce .introduce-tab li:hover a::before {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.introduce .content-title {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.introduce .content-title h3 {
  font-size: 48px;
}
.introduce .content-title + .content-box {
  margin-top: 48px;
}
.introduce .content-stitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  height: 72px;
}
.introduce .content-stitle p {
  font-size: 26px;
  font-weight: 500;
}
.introduce .inner-wrap {
  background: #F5F5F5 url("../img/bg-introduce.png") no-repeat top/100%;
}
.introduce .inner-wrap .inner-box {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.introduce .inner-wrap .content-box {
  padding: 48px 0;
  border-radius: 24px;
  background: var(--TVchosun-A-alpha-W80);
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.06), 0px 2px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.06), 0px 2px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.introduce .inner-wrap .content-box.no-pd {
  padding: 0;
}
.introduce .inner-wrap .summary-list, .introduce .inner-wrap .greeting, .introduce .inner-wrap .philosophy, .introduce .inner-wrap .channel-summary, .introduce .inner-wrap .chennel-list {
  padding: 0 52px;
}
.introduce .inner-wrap .summary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.introduce .inner-wrap .summary-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
}
.introduce .inner-wrap .summary-list li p {
  width: 173px;
}
.introduce .inner-wrap .summary-list li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--TVchosun-A-Logo-text);
}
.introduce .inner-wrap .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.introduce .inner-wrap .btn-box .btn {
  padding: 12px 24px;
  min-width: 108px;
  width: 180px;
  font-weight: 500;
}
.introduce .inner-wrap .greeting {
  position: relative;
  padding: 48px 52px;
}
.introduce .inner-wrap .greeting::before {
  display: block;
  content: "";
  width: 100%;
  height: 642px;
  background: url("../../res/img/content/greeting-bg.png") 100% 50% no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.introduce .inner-wrap .greeting .greeting-head {
  position: relative;
  font-family: "ChosunNm";
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  line-height: 36px;
  padding: 32px 96px;
  border: 1px solid var(--TVchosun-A-gray-gray200);
  border-width: 1px 0;
  -webkit-text-stroke-width: 0.25px;
  -webkit-text-stroke-color: var(--TVchosun-gray-gray950, #0A0A0A);
}
.introduce .inner-wrap .greeting .greeting-head p {
  margin: 12px 0;
}
.introduce .inner-wrap .greeting .greeting-head::before {
  display: block;
  content: "";
  width: 100%;
  height: 24px;
  background: url("../../res/img/ico/quote_top.png") 0 50% no-repeat;
}
.introduce .inner-wrap .greeting .greeting-head::after {
  display: block;
  content: "";
  width: 100%;
  height: 24px;
  background: url("../../res/img/ico/quote_btm.png") 100% 50% no-repeat;
  text-align: center;
}
.introduce .inner-wrap .greeting .greeting-desc {
  position: relative;
  margin: 40px 0;
  color: var(--TVchosun-A-Logo-text);
}
.introduce .inner-wrap .greeting .greeting-desc p {
  line-height: 26px;
}
.introduce .inner-wrap .greeting .greeting-desc p + p {
  margin-top: 32px;
}
.introduce .inner-wrap .greeting .greeting-bottom {
  text-align: right;
}
.introduce .inner-wrap .greeting .greeting-bottom p {
  font-family: "ChosunNm";
  font-size: 20px;
  -webkit-text-stroke-width: 0.25px;
  -webkit-text-stroke-color: var(--TVchosun-gray-gray950, #0A0A0A);
}
.introduce .inner-wrap .philosophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 132px;
}
.introduce .inner-wrap .philosophy-summary {
  font-size: 20px;
  color: var(--TVchosun-A-Logo-text);
  margin-bottom: 60px;
}
.introduce .inner-wrap .philosophy-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.introduce .inner-wrap .philosophy-list-key-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introduce .inner-wrap .philosophy-list-key-point li {
  width: 40%;
  text-align: center;
}
.introduce .inner-wrap .philosophy-list-key-point li:nth-child(1) {
  width: 30%;
}
.introduce .inner-wrap .philosophy-list-key-point li:nth-child(2) .text-box {
  position: relative;
}
.introduce .inner-wrap .philosophy-list-key-point li:nth-child(2) .text-box::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--TVchosun-A-alpha-B12);
  position: absolute;
  left: 0;
  bottom: 0;
}
.introduce .inner-wrap .philosophy-list-key-point li:nth-child(2) .text-box::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--TVchosun-A-alpha-B12);
  position: absolute;
  right: 0;
  bottom: 0;
}
.introduce .inner-wrap .philosophy-list-key-point li:nth-child(3) {
  width: 30%;
}
.introduce .inner-wrap .philosophy-list-key-point li .img-box {
  margin-bottom: 24px;
}
.introduce .inner-wrap .philosophy-list-key-point li .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.introduce .inner-wrap .philosophy-list-key-point li .text-box strong {
  font-size: 22px;
  text-transform: uppercase;
}
.introduce .inner-wrap .philosophy-list-key-point li .text-box p {
  color: var(--TVchosun-A-gray-gray500);
}
.introduce .inner-wrap .philosophy-list-merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.introduce .inner-wrap .philosophy-list-merit li {
  width: 33.333%;
  text-align: center;
}
.introduce .inner-wrap .philosophy-list-merit li .img-box {
  margin-bottom: 24px;
}
.introduce .inner-wrap .philosophy-list-merit li .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.introduce .inner-wrap .philosophy-list-merit li .text-box strong {
  font-size: 22px;
  text-transform: uppercase;
}
.introduce .inner-wrap .philosophy-list-merit li .text-box p {
  color: var(--TVchosun-A-gray-gray500);
}
.introduce .inner-wrap .bi-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 96px;
  padding-bottom: 80px;
}
.introduce .inner-wrap .bi-box img {
  width: 100%;
  height: 100%;
}
.introduce .inner-wrap .bi-box .text-box {
  padding: 0 52px;
  margin-top: 24px;
}
.introduce .inner-wrap .bi-box .text-box h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.introduce .inner-wrap .bi-box .text-box p {
  color: var(--TVchosun-A-gray-gray600);
  font-size: 20px;
}
.introduce .inner-wrap .bi-box .bi-colorchip .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 52px 290px;
  border: solid #E5E5E5;
  border-width: 1px 0;
}
.introduce .inner-wrap .bi-box .bi-colorchip .img-box .img-logo {
  width: 120px;
  height: 120px;
}
.introduce .inner-wrap .bi-box .bi-colorchip .img-box .img-colorchip {
  width: 272px;
}
.introduce .inner-wrap .chennel-box .btn-box {
  margin-top: 0;
  padding-top: 40px;
  border-top: 1px solid var(--TVchosun-A-alpha-B12);
}
.introduce .inner-wrap .chennel-box .btn-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: 700;
}
.introduce .inner-wrap .chennel-box .btn-box a::before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background: url(../../res/img/ico/ico_live_tit-big.png) 50% 50% no-repeat;
  margin-right: 12px;
  margin-top: -4px;
}
.introduce .inner-wrap .channel-summary {
  font-size: 22px;
  color: var(--TVchosun-A-gray-gray600);
}
.introduce .inner-wrap .chennel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
  padding: 28px 52px;
}
.introduce .inner-wrap .chennel-list li {
  text-align: center;
  width: 33.333%;
  padding: 48px 0;
}
.introduce .inner-wrap .chennel-list li .img-box {
  margin-bottom: 64px;
}
.introduce .inner-wrap .chennel-list li .text-box {
  border-radius: 40px;
  padding: 18px 0;
  max-width: 260px;
  margin: 0 auto;
}
.introduce .inner-wrap .chennel-list li .text-box p {
  font-size: 20px;
  font-weight: 500;
}
.introduce .inner-wrap .chennel-list li.item-tv-chosun .text-box {
  background: #FFF1F1;
}
.introduce .inner-wrap .chennel-list li.item-tv-chosun-2 .text-box {
  background: #ECF5FF;
}
.introduce .inner-wrap .chennel-list li.item-tv-chosun-3 .text-box {
  background: #FBF0FF;
}
.introduce .inner-wrap .map-box {
  height: 600px;
  background: #ddd;
}
.introduce .inner-wrap .map-info-list {
  padding: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.introduce .inner-wrap .map-info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
}
.introduce .inner-wrap .map-info-list li p {
  width: 173px;
  font-weight: 500;
}
.introduce .inner-wrap .map-info-list li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--TVchosun-A-Logo-text);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.introduce .inner-wrap .map-info-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--TVchosun-A-Logo-text);
}
.introduce .inner-wrap .map-info-list li > div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
.introduce .inner-wrap .map-info-list .ico-subway {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 9999px;
  color: var(--TVchosun-A-white100);
  font-size: 19px;
}
.introduce .inner-wrap .map-info-list .ico-subway.line-1 {
  background: #001299;
}
.introduce .inner-wrap .map-info-list .ico-subway.line-2 {
  background: #03B53B;
}
.introduce .inner-wrap .map-info-list .ico-subway.line-5 {
  background: #9D30E5;
}
.introduce .inner-wrap .organization {
  padding: 64px 0 96px 0;
}
.introduce .inner-wrap .business-wrap {
  background: url("../../res/img/content/business-bg.png") no-repeat 0 50%/cover;
  height: 892px;
  padding: 64px 0 96px 0;
}
.introduce .inner-wrap .business-wrap .business-table {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 24px;
}
.introduce .inner-wrap .business-wrap .business-table .caption {
  text-align: right;
  color: var(--TVchosun-A-white100);
  margin-right: 10px;
  margin-bottom: 8px;
  font-weight: 500;
}
.introduce .inner-wrap .business-wrap .business-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
}
.introduce .inner-wrap .business-wrap .business-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  height: 88px;
  border-top: 1px solid var(--TVchosun-A-gray-gray300);
}
.introduce .inner-wrap .business-wrap .business-list li.list-head {
  border-top: 0;
  border-bottom: 2px solid var(--TVchosun-A-gray-gray950);
  background: rgba(228, 228, 228, 0.8);
}
.introduce .inner-wrap .business-wrap .business-list li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 33.333%;
  z-index: 1;
  font-size: 22px;
}
.introduce .inner-wrap .organization .organ-list {
  padding: 60px 30px;
}
.introduce .inner-wrap .organization .organ-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
.introduce .inner-wrap .organization .organ-head::before {
  display: block;
  content: "";
  width: 1px;
  height: 270px;
  background: var(--TVchosun-A-gray-gray200);
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.introduce .inner-wrap .organization .organ-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introduce .inner-wrap .organization .organ-row.head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
  margin-bottom: 113px;
}
.introduce .inner-wrap .organization .organ-row.head::before {
  display: block;
  content: "";
  width: 70%;
  max-width: 900px;
  height: 1px;
  background: var(--TVchosun-A-gray-gray200);
  position: absolute;
  left: 50%;
  bottom: 38%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.introduce .inner-wrap .organization .organ-row.head .organ-item {
  gap: 24px;
  background: var(--TVchosun-A-white100);
  z-index: 1;
}
.introduce .inner-wrap .organization .organ-row.head .organ-item:first-child .department-main p {
  text-align: right;
}
.introduce .inner-wrap .organization .organ-row.body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
.introduce .inner-wrap .organization .organ-row.body::before {
  display: block;
  content: "";
  width: calc(100% - 120px);
  height: 1px;
  background: var(--TVchosun-A-gray-gray200);
  position: absolute;
  top: 0;
  left: 60px;
}
.introduce .inner-wrap .organization .organ-row.body .organ-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.introduce .inner-wrap .organization .organ-row.body .organ-item .department-main {
  width: 126px;
  height: 43px;
  padding: 0;
  font-weight: 400;
}
.introduce .inner-wrap .organization .organ-row.body .organ-item .department-main + .department-main, .introduce .inner-wrap .organization .organ-row.body .organ-item .department-main + .department-sub {
  margin-top: 16px;
}
.introduce .inner-wrap .organization .organ-row.body .organ-item > .department-main {
  margin-bottom: 0;
}
.introduce .inner-wrap .organization .organ-row.body .organ-item .department-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 100%;
  height: 43px;
}
.introduce .inner-wrap .organization .organ-row > .organ-row {
  gap: 4px;
}
.introduce .inner-wrap .organization .organ-row > .organ-row .department-title::before {
  display: block;
  content: "";
  width: 1px;
  height: 120px;
  background: var(--TVchosun-A-gray-gray200);
  position: absolute;
  top: 100%;
  left: 50%;
}
.introduce .inner-wrap .organization .organ-row > .organ-row .department-title:not(.null)::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: var(--TVchosun-A-gray-gray950);
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  top: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.introduce .inner-wrap .organization .organ-row > .organ-row .department-title:not(.null) ~ .organ-item .item-null:first-child {
  margin-top: 0;
}
.introduce .inner-wrap .organization .organ-row > .organ-row .department-title:not(.null) ~ .organ-item .item-null:first-child::before {
  width: 150%;
}
.introduce .inner-wrap .organization .organ-row > .organ-row .item-null {
  margin-top: 40px;
  position: relative;
}
.introduce .inner-wrap .organization .organ-row > .organ-row .item-null::before {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  background: var(--TVchosun-A-gray-gray200);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.introduce .inner-wrap .organization .organ-row > .organ-row .item-null.first::before {
  display: none;
}
.introduce .inner-wrap .organization .organ-row > .organ-row .item-null.first::after {
  display: block;
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid var(--TVchosun-A-gray-gray200);
  border-radius: 10px 0 0 0;
  background: var(--TVchosun-A-white100);
  border-width: 1px 0 0 1px;
}
.introduce .inner-wrap .organization .organ-row > .organ-row .item-null.center::before {
  width: 150%;
}
.introduce .inner-wrap .organization .organ-row > .organ-row .item-null.last::before {
  display: none;
}
.introduce .inner-wrap .organization .organ-row > .organ-row .item-null.last::after {
  display: block;
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 50%;
  border: 1px solid var(--TVchosun-A-gray-gray200);
  border-radius: 0 10px 0 0;
  background: var(--TVchosun-A-white100);
  border-width: 1px 1px 0 0;
}
.introduce .inner-wrap .organization .organ-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduce .inner-wrap .organization .organ-column .organ-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.introduce .inner-wrap .organization .organ-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 60px;
}
.introduce .inner-wrap .organization .organ-item .department-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--TVchosun-A-gray-gray950);
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 36px;
  padding: 0 28px;
  width: 142px;
  height: 50px;
  background: var(--TVchosun-A-white100);
  z-index: 1;
}
.introduce .inner-wrap .organization .organ-item .department-sub {
  padding: 10px 0;
  color: var(--TVchosun-A-gray-gray600);
  font-size: 15px;
}
.introduce .inner-wrap .organization .organ-item .department-title {
  position: relative;
  width: 110px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.introduce .inner-wrap .organization .organ-item .department-title::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: var(--TVchosun-A-gray-gray950);
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  top: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.introduce .inner-wrap .organization .organ-item .department-title.null::before {
  display: none;
}
.introduce .inner-wrap .organization .item-null {
  width: 100%;
  height: 43px;
}
.introduce .inner-wrap .organization .organ-wrap-mo {
  display: none;
  padding: 20px;
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-head-mo {
  margin-bottom: 16px;
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-head-mo img {
  width: 120px;
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-list-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 4px 12px;
  font-weight: 500;
  background: var(--TVchosun-A-gray-gray50);
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-list-item a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../../res/img/ico/arrow_down.png") no-repeat 50% 50%;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-list-item > li {
  border: 1px solid var(--TVchosun-A-gray-gray400);
  border-radius: 10px;
  overflow: hidden;
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-list-item > li + li {
  margin-top: 8px;
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-list-item li[data-toggle=true] a::before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-list-item .organ-list-mo {
  padding: 12px 16px 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  background: var(--TVchosun-A-gray-gray50);
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-list-item .organ-list-mo li {
  padding-left: 6px;
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-list-item .organ-list-mo li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-list-item .organ-list-mo li p::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--TVchosun-A-gray-gray950);
  border-radius: 9999px;
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-list-item .organ-list-mo li .sub-item {
  padding-left: 16px;
  margin: 4px 0;
}
.introduce .inner-wrap .organization .organ-wrap-mo .organ-list-item .organ-list-mo li .sub-item p::before {
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  background: var(--TVchosun-A-gray-gray950);
  border-radius: 9999px;
}
.introduce .inner-wrap .employ-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  margin: 48px 0 20px;
}
.introduce .inner-wrap .employ-title p {
  font-size: 26px;
  font-weight: 500;
}
.introduce .inner-wrap .employ-title span {
  font-size: 15px;
}
.introduce .inner-wrap .employ-table tr th, .introduce .inner-wrap .employ-table tr td {
  text-align: center;
}
.introduce .inner-wrap .employ-table tr th:last-child, .introduce .inner-wrap .employ-table tr td:last-child {
  color: #B42025;
}
.introduce .inner-wrap .employ-table tr th {
  background: var(--TVchosun-A-gray-gray100);
  border: 1px solid var(--TVchosun-A-gray-gray950);
  border-width: 1px 0;
  height: 68px;
}
.introduce .inner-wrap .employ-table tr td {
  border-top: 1px solid var(--TVchosun-A-gray-gray300);
  height: 88px;
}
.introduce .inner-wrap .pressroom-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 0 96px 0;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list {
  position: relative;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -24px;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list li {
  width: 33.333%;
  padding: 56px 24px 48px 24px;
  border: 1px solid var(--TVchosun-A-gray-gray950);
  border-width: 1px 0;
  margin-left: 24px;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list li .status {
  font-weight: 700;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list li .status.issue {
  color: #8B5CF6;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list li .status.today {
  color: #0EA5E9;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list li .status.notice {
  color: #14B8A6;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list li .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 26px;
  margin: 16px 0 28px 0;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list li .date {
  color: var(--TVchosun-A-gray-gray500);
  font-size: 15px;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.05), 0px 4px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.05), 0px 4px 15px -3px rgba(0, 0, 0, 0.1);
  font-size: 0;
  border-radius: 9999px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list .slick-arrow.slick-prev {
  left: -60px;
  background: url("../../res/img/ico/slick-arrow-prev.png") 50% 50% no-repeat;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list .slick-arrow.slick-next {
  right: -60px;
  background: url("../../res/img/ico/slick-arrow-next.png") 50% 50% no-repeat;
}
.introduce .inner-wrap .pressroom-wrap .pressroom-list .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.introduce .inner-wrap .pressroom-wrap .btn-box {
  margin-top: 80px;
}
.introduce .btn {
  min-width: 88px;
  font-weight: 700;
}
.introduce .comm-board .board-view .attach-box {
  border-bottom: none;
}

@media screen and (max-width: 1199px) {
  .mobile-version .introduce:not(.pressroom) .header {
    background: var(--TVchosun-A-white100);
  }
  .mobile-version .introduce:not(.pressroom) .header .headerM {
    background: var(--TVchosun-A-white100);
  }
  .mobile-version .introduce:not(.pressroom) .header .logo .home-move {
    display: block;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .header-wrap {
    background: transparent;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .header-wrap .headerM {
    background: transparent;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .headerM .logo > a {
    background: url("../../res/img/logo_m_wh.png") 0 50% no-repeat;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .headerM .logo .home-move {
    background: url("../../res/img/ico/home-move-btn-wh.png") 50% 50% no-repeat;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .headerM .hd_search .searchBtn {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .headerM .menuOpen {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(314deg) brightness(105%) contrast(101%);
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .headerM.open .logo a {
    background: url("../../res/img/logo_m.png") 0 50% no-repeat;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .headerM.open .hd_search .searchBtn {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: -webkit-filter 0.5s ease-in-out;
    transition: -webkit-filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .headerM.open .menuOpen {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: -webkit-filter 0.5s ease-in-out;
    transition: -webkit-filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .headerM .headerM-title .page-title {
    display: none;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .headerM .headerM-title .submenu-list {
    display: none;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-up .headerM .hd_search {
    display: none;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-down {
    background: var(--TVchosun-A-white100);
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-down .headerM {
    background: var(--TVchosun-A-white100);
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-down .headerM .headerM-title .page-title {
    display: none;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-down .headerM .headerM-title .submenu-list {
    display: none;
  }
  .mobile-version .introduce:not(.pressroom) .header.nav-down .headerM .hd_search {
    display: none;
  }
  .mobile-version .introduce:not(.pressroom) .header .headerMenu-mo .logo .home-move {
    display: none;
  }
  .mobile-version .introduce.pressroom .header {
    position: relative;
  }
  .mobile-version .introduce.pressroom .header .header-wrap {
    -webkit-transition: none;
    transition: none;
  }
  .mobile-version .introduce.pressroom .header .header-wrap > .headerM .logo {
    display: none;
  }
  .mobile-version .introduce.pressroom .header .header-wrap > .headerM .page-prev {
    display: block;
  }
  .mobile-version .introduce.pressroom .header .header-wrap > .headerM .headerM-title .page-title {
    display: block;
  }
  .mobile-version .introduce.pressroom .header .header-wrap > .headerM .headerM-title .submenu-list {
    display: none;
  }
  .mobile-version .introduce.pressroom .header .header-wrap > .headerM .hd_search {
    display: block;
  }
  .mobile-version .introduce .press-room-top {
    height: auto;
    background: var(--TVchosun-A-white100);
    padding: 0;
  }
  .mobile-version .introduce .press-room-top .page-title {
    display: none;
  }
  .mobile-version .introduce .press-room-top .press-tab {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
  }
  .mobile-version .introduce .press-room-top .press-tab::-webkit-scrollbar {
    display: none;
    height: 4px;
  }
  .mobile-version .introduce .press-room-top .press-tab li {
    width: auto;
  }
  .mobile-version .introduce .press-room-top .press-tab li a {
    font-size: 19px;
    white-space: nowrap;
    color: var(--TVchosun-A-gray-gray950);
    padding: 4px 12px 8px 12px;
    height: 48px;
  }
  .mobile-version .introduce .press-room-top .press-tab li.on a::before {
    background: var(--TVchosun-A-gray-gray950);
  }
  .mobile-version .introduce .comm-board .board-view {
    margin-top: 0;
  }
  .introduce .introduce-top {
    height: 620px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box {
    padding: 0 16px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box .head-text {
    font-size: 19px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box .title {
    font-size: 60px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box .title img {
    width: 80px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box .desc {
    font-size: 22px;
  }
  .introduce .inner-wrap .inner-box {
    padding: 48px 16px 64px 16px;
  }
  .introduce .inner-wrap .content-box {
    padding: 32px 0;
    border-radius: 16px;
  }
  .introduce .inner-wrap .summary-list, .introduce .inner-wrap .greeting, .introduce .inner-wrap .philosophy, .introduce .inner-wrap .channel-summary, .introduce .inner-wrap .chennel-list {
    padding: 0 32px;
  }
  .introduce .inner-wrap .summary-list {
    gap: 16px;
  }
  .introduce .inner-wrap .summary-list li {
    font-size: 18px;
  }
  .introduce .inner-wrap .summary-list li p {
    width: 140px;
  }
  .introduce .inner-wrap .greeting {
    padding-bottom: 32px;
  }
  .introduce .inner-wrap .greeting .greeting-head {
    font-size: 20px;
    padding: 32px 0;
  }
  .introduce .inner-wrap .philosophy {
    gap: 64px;
  }
  .introduce .inner-wrap .philosophy-summary {
    font-size: 18px;
    line-height: normal;
  }
  .introduce .inner-wrap .philosophy-title {
    font-size: 20px;
  }
  .introduce .inner-wrap .philosophy-list-key-point li {
    width: 33.333%;
  }
  .introduce .inner-wrap .philosophy-list-key-point li:nth-child(1), .introduce .inner-wrap .philosophy-list-key-point li:nth-child(3) {
    width: 33.333%;
  }
  .introduce .inner-wrap .philosophy-list-key-point li .img-box img {
    margin: 0 auto;
  }
  .introduce .inner-wrap .philosophy-list-key-point li .text-box strong {
    font-size: 20px;
  }
  .introduce .inner-wrap .philosophy-list-key-point li:nth-child(2) .text-box::before, .introduce .inner-wrap .philosophy-list-key-point li:nth-child(2) .text-box::after {
    display: none;
  }
  .introduce .inner-wrap .philosophy-list-merit li .img-box img {
    width: 100%;
  }
  .introduce .inner-wrap .philosophy-list-merit li .text-box strong {
    font-size: 20px;
  }
  .introduce .inner-wrap .bi-box {
    gap: 40px;
  }
  .introduce .inner-wrap .bi-box .text-box h3 {
    font-size: 22px;
  }
  .introduce .inner-wrap .bi-box .text-box p {
    font-size: 18px;
    line-height: normal;
  }
  .introduce .inner-wrap .bi-box .bi-colorchip .img-box {
    width: 640px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .introduce .inner-wrap .channel-summary {
    font-size: 18px;
    line-height: normal;
  }
  .introduce .inner-wrap .chennel-list {
    gap: 32px;
  }
  .introduce .inner-wrap .chennel-list li .img-box img {
    width: 100%;
    max-width: 220px;
  }
  .introduce .inner-wrap .chennel-list li .text-box p {
    font-size: 17px;
  }
  .introduce .inner-wrap .chennel-box .btn-box {
    padding-top: 28px;
  }
  .introduce .inner-wrap .chennel-box .btn-box a {
    font-size: 20px;
  }
  .introduce .inner-wrap .map-box {
    height: auto;
  }
  .introduce .inner-wrap .map-box img {
    width: 100%;
  }
  .introduce .inner-wrap .map-info-list p {
    font-size: 18px;
  }
  .introduce .inner-wrap .map-info-list span {
    font-size: 18px;
  }
  .introduce .inner-wrap .map-info-list div {
    font-size: 18px;
  }
  .introduce .inner-wrap .map-info-list .ico-subway {
    min-width: 24px;
    width: 24px;
    height: 24px;
    font-size: 15px;
  }
  .introduce .inner-wrap .employ-title p {
    font-size: 22px;
  }
  .introduce .inner-wrap .employ-title span {
    font-size: 14px;
  }
  .introduce .inner-wrap .employ-table tr th {
    height: 60px;
  }
  .introduce .inner-wrap .employ-table tr td {
    height: 60px;
  }
  .introduce .inner-wrap .map-info-list {
    padding: 32px;
  }
  .introduce .inner-wrap .business-wrap {
    padding: 48px 16px;
    height: auto;
  }
  .introduce .inner-wrap .business-wrap .business-list li {
    height: 60px;
  }
  .introduce .inner-wrap .business-wrap .business-list li div {
    font-size: 18px;
  }
  .introduce .inner-wrap .pressroom-wrap {
    padding: 48px 16px;
  }
  .introduce .inner-wrap .pressroom-wrap .pressroom-list li {
    padding: 32px 24px 32px 24px;
  }
  .introduce .inner-wrap .pressroom-wrap .pressroom-list li .title {
    font-size: 22px;
  }
  .introduce .inner-wrap .pressroom-wrap .pressroom-list li .date {
    font-size: 14px;
  }
  .introduce .inner-wrap .organization .organ-head::before {
    height: 390px;
  }
  .introduce .inner-wrap .organization .organ-row.head {
    margin-bottom: 50px;
  }
  .introduce .inner-wrap .organization .organ-row.head::before {
    top: 125px;
  }
  .introduce .inner-wrap .organization .organ-row.head .organ-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
  }
  .introduce .inner-wrap .organization .organ-row.head .organ-item:first-child > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .introduce .inner-wrap .organization .organ-row.head .organ-item:first-child > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .introduce .inner-wrap .organization .organ-row.body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 40px;
  }
  .introduce .inner-wrap .organization .organ-row.body::before {
    display: none;
  }
  .introduce .inner-wrap .organization .organ-row.body > .organ-row {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 120px);
    padding-bottom: 40px;
    margin: 0 auto;
    border-bottom: 1px solid var(--TVchosun-A-gray-gray200);
  }
  .introduce .inner-wrap .organization .organ-row.body > .organ-row .organ-item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .introduce .inner-wrap .organization .organ-row.body > .organ-row .organ-item .organ-column {
    width: 100%;
  }
  .introduce .inner-wrap .organization .organ-row.body > .organ-row .organ-item .organ-column .department-main {
    margin: 0 auto;
  }
  .introduce .inner-wrap .organization .organ-row.body > .organ-row .department-title:not(.null)::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: var(--TVchosun-A-gray-gray950);
    border-radius: 9999px;
    position: absolute;
    left: 50%;
    top: -16px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .introduce .inner-wrap .organization .organ-row.body > .organ-row .department-title:not(.null)::before {
    top: 80px;
  }
  .introduce .inner-wrap .organization .organ-row.body > .organ-row .department-title:not(.null) ~ .organ-item .item-null:first-child {
    margin-top: 0;
  }
  .introduce .inner-wrap .organization .organ-row.body > .organ-row .department-title:not(.null) ~ .organ-item .item-null:first-child::before {
    width: 200%;
  }
  .introduce .inner-wrap .organization .organ-row.body > .organ-row .item-null.center::before {
    width: 200%;
  }
  .introduce .inner-wrap .organization .organ-row.body > .organ-column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 120px;
  }
  .introduce .inner-wrap .organization .organ-row.body .organ-item .department-title::before {
    top: -6px;
  }
  .introduce .content-title h3 {
    font-size: 40px;
  }
  .introduce .content-stitle {
    height: auto;
    padding-top: 20px;
  }
  .introduce .content-stitle p {
    font-size: 22px;
  }
  .introduce .tvchosun-introduce .introduce-tab {
    padding: 20px 0 0 0;
    margin-bottom: 20px;
    overflow-y: scroll;
    gap: 12px;
  }
  .introduce .tvchosun-introduce .introduce-tab::-webkit-scrollbar {
    display: none;
  }
  .introduce .tvchosun-introduce .introduce-tab li a {
    white-space: nowrap;
    font-size: 19px;
  }
}
@media screen and (max-width: 960px) {
  .introduce .inner-wrap .philosophy-list-key-point .slick-list li {
    padding: 24px 0 40px 0;
    border: 1px solid var(--TVchosun-A-alpha-B24);
    border-width: 1px 0;
  }
  .introduce .inner-wrap .philosophy-list-key-point .slick-list li .text-box {
    min-height: 120px;
  }
  .introduce .inner-wrap .philosophy-list-key-point .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
  .introduce .inner-wrap .philosophy-list-key-point .slick-dots li {
    font-size: 0;
    width: 8px;
    height: 8px;
    background: var(--TVchosun-A-gray-gray300);
    border-radius: 9999px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .introduce .inner-wrap .philosophy-list-key-point .slick-dots li.slick-active {
    background: var(--TVchosun-A-red-red600);
    width: 20px;
  }
  .introduce .inner-wrap .philosophy-list-merit .slick-list li {
    padding: 24px 0 40px 0;
  }
  .introduce .inner-wrap .philosophy-list-merit .slick-list li .img-box img {
    width: auto;
    margin: 0 auto;
  }
  .introduce .inner-wrap .philosophy-list-merit .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
  .introduce .inner-wrap .philosophy-list-merit .slick-dots li {
    font-size: 0;
    width: 8px;
    height: 8px;
    background: var(--TVchosun-A-gray-gray300);
    border-radius: 9999px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .introduce .inner-wrap .philosophy-list-merit .slick-dots li.slick-active {
    background: var(--TVchosun-A-red-red600);
    width: 20px;
  }
}
@media screen and (max-width: 620px) {
  .introduce .press-room-top .press-tab {
    gap: 12px;
  }
  .introduce .press-room-top .press-tab li a {
    font-size: 17px;
    height: 40px;
  }
  .introduce .page-search {
    padding: 0;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box {
    padding: 0 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 104px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box .head-text {
    font-size: 16px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box .title {
    font-size: 40px;
    display: block;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box .title img {
    width: 64px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .intro-text-box .desc {
    display: none;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .progress-box {
    bottom: 20px;
    right: 20px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiper-pagination {
    background: var(--TVchosun-A-alpha-B40);
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiper-pagination .line {
    margin: 0 2px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .autoplay-progress, .introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .prev, .introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .next {
    display: none;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn .pause {
    background: var(--TVchosun-A-alpha-B40) url(../../res/img/ico/swiper_pause.png) 50% 50% no-repeat;
    border-radius: 9999px;
    background-size: 8px;
  }
  .introduce .introduce-top .introduceSwiper .swiper-slide .progress-box .swiperBtn .play {
    background: var(--TVchosun-A-alpha-B40) url(../../res/img/ico/swiper_play.png) 50% 50% no-repeat;
    border-radius: 9999px;
    background-size: 8px;
  }
  .introduce .tvchosun-introduce .introduce-tab li a {
    font-size: 17px;
  }
  .introduce .inner-wrap .inner-box {
    padding: 40px 16px 20px 16px;
  }
  .introduce .inner-wrap .content-box {
    padding: 20px 0;
    border-radius: 16px;
  }
  .introduce .inner-wrap .summary-list, .introduce .inner-wrap .greeting, .introduce .inner-wrap .philosophy, .introduce .inner-wrap .channel-summary, .introduce .inner-wrap .chennel-list {
    padding: 0 20px;
  }
  .introduce .inner-wrap .summary-list p, .introduce .inner-wrap .summary-list span {
    font-size: 16px;
  }
  .introduce .inner-wrap .content-title {
    height: 38px;
  }
  .introduce .inner-wrap .content-title h3 {
    font-size: 24px;
  }
  .introduce .inner-wrap .content-title + .content-box {
    margin-top: 20px;
  }
  .introduce .inner-wrap .content-stitle p {
    font-size: 18px;
  }
  .introduce .inner-wrap .employ-title {
    height: 40px;
    margin-bottom: 0r;
  }
  .introduce .inner-wrap .employ-title p {
    font-size: 18px;
  }
  .introduce .inner-wrap .employ-table tr th, .introduce .inner-wrap .employ-table tr td {
    height: 33px;
    font-size: 12px;
  }
  .introduce .inner-wrap .business-wrap {
    padding: 40px 16px 20px 16px;
    background: url("../img/content/m-business-bg.jpg") no-repeat top/cover;
  }
  .introduce .inner-wrap .business-wrap .business-table .business-list {
    border-radius: 10px;
  }
  .introduce .inner-wrap .business-wrap .business-table li {
    height: 33px;
  }
  .introduce .inner-wrap .business-wrap .business-table li div {
    font-size: 12px;
  }
  .introduce .inner-wrap .business-wrap .business-table .caption {
    font-size: 10px;
  }
  .introduce .inner-wrap .pressroom-wrap .pressroom-list {
    margin-top: 20px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid var(--TVchosun-A-gray-gray950);
  }
  .introduce .inner-wrap .pressroom-wrap .pressroom-list li {
    width: 100%;
    margin-left: 0;
    border-top: 0;
    padding: 48px 20px 44px 20px;
  }
  .introduce .inner-wrap .pressroom-wrap .pressroom-list li .title {
    font-size: 18px;
  }
  .introduce .inner-wrap .pressroom-wrap .btn-box {
    margin-top: 20px;
  }
  .introduce .inner-wrap .greeting {
    padding-bottom: 32px;
  }
  .introduce .inner-wrap .greeting::before {
    height: 240px;
    background-size: cover;
    bottom: 56px;
  }
  .introduce .inner-wrap .greeting .greeting-head p {
    font-size: 17px;
  }
  .introduce .inner-wrap .philosophy {
    gap: 32px;
  }
  .introduce .inner-wrap .philosophy-title {
    font-size: 18px;
  }
  .introduce .inner-wrap .philosophy-summary {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .introduce .inner-wrap .philosophy-list-key-point li {
    height: 100%;
  }
  .introduce .inner-wrap .philosophy-list-key-point li .img-box {
    margin-bottom: 10px;
  }
  .introduce .inner-wrap .philosophy-list-key-point li .text-box strong {
    font-size: 17px;
  }
  .introduce .inner-wrap .philosophy-list-merit li .text-box strong {
    font-size: 17px;
  }
  .introduce .inner-wrap .bi-box {
    padding-bottom: 20px;
  }
  .introduce .inner-wrap .bi-box .text-box {
    padding: 0 30px;
  }
  .introduce .inner-wrap .bi-box .text-box h3 {
    font-size: 18px;
  }
  .introduce .inner-wrap .bi-box .text-box p {
    font-size: 16px;
  }
  .introduce .inner-wrap .bi-box .bi-colorchip .img-box {
    width: 100%;
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
    margin-bottom: 50px;
  }
  .introduce .inner-wrap .channel-summary {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .introduce .inner-wrap .chennel-list {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .introduce .inner-wrap .chennel-list li {
    padding: 20px 0;
    width: 100%;
  }
  .introduce .inner-wrap .chennel-list li .img-box {
    margin-bottom: 20px;
  }
  .introduce .inner-wrap .chennel-list li .text-box p {
    font-size: 16px;
  }
  .introduce .inner-wrap .chennel-box .btn-box {
    padding-top: 20px;
  }
  .introduce .inner-wrap .chennel-box .btn-box a {
    font-size: 17px;
  }
  .introduce .inner-wrap .chennel-box .btn-box a::before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .introduce .inner-wrap .map-info-list {
    padding: 20px;
  }
  .introduce .inner-wrap .map-info-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .introduce .inner-wrap .map-info-list li p, .introduce .inner-wrap .map-info-list li span, .introduce .inner-wrap .map-info-list li div {
    font-size: 17px;
  }
  .introduce .inner-wrap .map-info-list li p {
    margin-bottom: 10px;
  }
  .introduce .inner-wrap .organization .organ-list {
    display: none;
  }
  .introduce .inner-wrap .organization .organ-wrap-mo {
    display: block;
  }
  .introduce .btn {
    width: auto;
    font-weight: 400;
  }
  .introduce .comm-board .board-view .attach-box {
    border-bottom: 1px solid var(--TVchosun-A-alpha-B12);
  }
}