/* @font-face {
	font-family: 'Cafe24OhsquareAir';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/Cafe24OhsquareAir-v2.0.woff') format('woff'),
		url('../fonts/Cafe24OhsquareAir-v2.0.woff2') format('woff2');
} */

/* @font-face {
  font-family: 'PyeongChang-Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/PyeongChang-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
 */
 @font-face {
  font-family: 'yg-jalnan';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* LeftSide.SCROLL  */

span.aCaption {
  text-indent: -9999px;
  display: block;
}


.side_left {
  position: absolute;
  left: 0;
  width: 80px;
  height: 451px;
}
.side_left p {
  transform: rotate(-90deg);
  position: absolute;
  left: 0; right: 0;
  bottom: 130px;
}
.side_left span {
  display: block;
  width: 1px;
  background: #222222;
  height: 84px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: calc(100% - 84px);
}
/* LeftSide.SCROLL End */

/* RightSide.Mypage&TOP Btn  */
.side_right {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 80px;
  height: 451px;
  transition: all 300ms ease-in-out;
}
.side_right.scroll-right {
  position: fixed;
  top: 86px;
  height: calc(100% - 86px);
}
.side_right ul { position: relative; width: 100%; height: 100%; }
.side_right li { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; }

.side_right img {
  display: block;
  position: absolute;
  left: 0; right: 0; margin-left: auto; margin-right: auto;
}
.side_right p {
  padding-top: 60px;
}
.side_right span {
  display: block;
  transform: rotate(90deg);
}
/* .side_right li:first-child {
  top: 20px;
} */
.side_right li:last-child {
  bottom: -20px;
  cursor: pointer;
}
.side_right.scroll-right li:last-child {
  padding-bottom: 20px;
}

/* RightSide.Mypage&TOP Btn End  */



/* 메인 비주얼 */
.main_wrap {
  background: #fefcef;
  width: calc(100% - 160px);
  height: 451px;
  margin: 0 auto;
  margin-bottom: 41px;
}
.main_wrap .sc_inner {
  padding: 31px 0 27px 0;
}
.main_wrap .sc_inner .search_ver {
  top: 0;
  left: 0;
  width: 38.45%;
  margin: 0 auto;
  position: relative;
  transform: none;
  -webkit-transform: none;
  z-index: 2;
  height: 45px;
  border: 1px solid var(--maincolor);
}
.main_wrap .sc_inner .search_ver a.btn_newserch {
  text-indent: -9999px;
  background: url("../../../_static/steam/img/common/searchBt2.png") no-repeat 0 0;
}
.main_wrap span.swiper-notification { display: none; }
.main_wrap .sc_inner .search_ver .head_serch {
  height: 43px;
  width: 100%;
}
.main_wrap .sc_inner .search_ver .head_serch:focus {
  background: #dff4ff;
  outline: none;
}
.main_wrap .main_slide_inner {
  max-width: 1560px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.main_wrap .main_slide_inner .msWrap {
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}
.main_wrap .main_slide_inner .msWrap .swiper-slide {
  overflow: hidden;
  min-height: 300px;
}
.main_wrap .main_slide_inner .utileBox {
  position: absolute;
  top: 50%;
  transform: translateY(-49%);
  width: 100%;
  z-index: 3;
}


.main_wrap .main_slide_inner .msArrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_wrap .main_slide_inner .msArrows *{
  padding: 1px 2px;
}
.main_wrap .main_slide_inner .msArrows img{
  vertical-align: middle;
}
.main_wrap .main_slide_inner .utileBox .mv-prev,
.main_wrap .main_slide_inner .utileBox .mv-next {
  cursor: pointer;
  opacity: 0.5;
}
.main_wrap .main_slide_inner .utileBox .mv-prev:hover,
.main_wrap .main_slide_inner .utileBox .mv-next:hover,
.main_wrap .main_slide_inner .utileBox .mv-prev:focus-within,
.main_wrap .main_slide_inner .utileBox .mv-next:focus-within {
  opacity: 1;
}
.main_wrap .msPagination {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 18px;
  z-index: 3;
}

.main_wrap .main_slide_inner .msWrap .msPagination .swiper-pagination-bullet {
  width: 6px; height: 6px; background: #fff; border:none;
  opacity: 1; margin: 0 2px;
  border-radius: 100px;
  transition: width 500ms ease-in-out;
}
.main_wrap .main_slide_inner .msWrap .msPagination .swiper-pagination-bullet-active {
  width: 24px; height: 6px;
}
.main_wrap .main_slide_inner .msWrap .swiper-slide img {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 25px;
}
.main_wrap .main_slide_inner .msWrap .stext {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 7%;
  transform: translateY(-50%);
  color: #fff;
}
.main_wrap .main_slide_inner .msWrap .stext .copy-head {
  font-size: 45px; font-weight: 600;
}
.main_wrap .main_slide_inner .msWrap .stext:has(.copy-span) .copy-head {
  font-size: 35px;
}
.main_wrap .main_slide_inner .msWrap .stext .copy-body {
  font-size: 21px; font-weight: 400;
  white-space:pre-line;
  width: 60%;
  margin-top: 20px;
  line-height: 29px;
}
.main_wrap .main_slide_inner .msWrap .stext .copy-span {
  font-weight: 300;
  line-height: 1.6;
  margin-top: 20px;
  font-size: 15px;
}
.main_wrap .main_slide_inner .msWrap .stext .copy-span a {
    display: block;
    width: fit-content;
    background: #fff;
    padding: 4px 15px 5px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    color: #222;
    border-radius: 100px;
}
.main_wrap .main_slide_inner .msWrap .stext .copy-span a i {
  padding-left: 20px; font-size: 12px;
}
.main_wrap .main_slide_inner .msWrap .stext .ms-more {
  margin-top: 86px;
}
.main_wrap .main_slide_inner .msWrap .stext .ms-more a {
  font-size: 18px; font-weight: 600;
  color: #fff; background: #353535;
  border-radius: 50px;
  padding: 8px 20px;
}

/* 메인 비주얼 끝 */


/* 메인 콘텐츠 공통사항 */

.sec_tit {
  position: relative;  
  color: #222;
  max-width: 1400px;
  width: 88%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  line-height: 25px;
  z-index: 3;
}
.sec_tit h2 {
  font-size: 26px;
  margin-right: 30px;
  font-family: 'GmarketSans_m', sans-serif;
  transform: rotate(-0.04deg);
  font-weight: bold;
}
.sec_tit ul {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'GmarketSans_m';
}
.sec_tit ul li {
  border-bottom: 3px solid transparent;
  font-size: 18px;
  position: relative;
  top: 3px;
  transform: rotate(-0.04deg);
}
.sec_tit ul li a { color: #999; }
/* .sec_tit ul li.on { border-bottom: 3px solid var(--maincolor); } */
.sec_tit ul li.on a { color: #111; font-weight: 600; }
.sec_tit ul li.on {
  position: relative;
}
.sec_tit ul li.on::before {
  width: 100%;
}
.sec_tit ul li::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  border-bottom: 2px solid var(--maincolor);
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}

.inner_Body > section { padding-bottom: 35px; }


.sec_tabs .moreBtn {
  width: 26px; height: 26px;
  background: var(--maincolor);
  border: none;
  position: absolute;
  top: -60px;
  right: 0;
  border-radius: 5px;
  z-index: 3;
}
.sec_tabs .moreBtn:hover {
  border: 2px solid var(--maincolor);
  background: #fff;
}
.sec_tabs .moreBtn::after {
  content: "";
  background: url("../img/main/ico-more.png") no-repeat center top;
  width: 12px; height: 12px;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  
}
.con_inner {
  padding-top: 38px;
}
.tab_wrap {
  padding-top: 33px;
}
.tab_wrap .moreBtn:hover::after {
  background: url("../img/main/ico-more.png") no-repeat center bottom;
}
.sec_tabs {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  display: none;
}
.sec_tabs.on {
  display: block;
}


/* 소통마당 */


.commu_wrap .sec_tit {
  width: 100%;
}
.commu_wrap .commu_inner {
  
  width: 100%;
  max-width: 1118px;
}
.commu_wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  gap: 30px;
  padding-top: 35px;
}

.commu_wrap .commu_inner .st_zone {
  padding-top: 23px;
}

.commu_wrap .pro_inner .tcSearch li {
  box-shadow: 0 0 30px -5px #e6e6e6;
  border-radius: 25px;
  background: #fff;
}

.commu_wrap .pro_inner .tcSearch { width: 251px; padding-top: 35px;}

.commu_wrap .pro_inner .tcSearch ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  row-gap: 30px;
}
.commu_wrap .pro_inner .tcSearch li {
  width: 100%;
  line-height: 4;
  box-sizing: border-box;
}
.commu_wrap .pro_inner .tcSearch li:hover {
  outline: 2px solid var(--maincolor);
}


.commu_wrap .pro_inner .tcSearch a {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  transform: rotate(-0.03deg);
  justify-content: space-between;
  align-items: center;
  padding: 14px 30px;
  min-height: 96px;
}
.commu_wrap .pro_inner .tcSearch a span {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 17px;
}
.commu_wrap .pro_inner .tcSearch a i {
  font-size: 16px;
  color: #777;
}
.commu_wrap .pro_inner .tcSearch img {
  width: 42px;
  display: block;
}


.content_wrap .data_wrap .data-item .SbPagination,
.content_wrap .commu_wrap .info-item .SbPagination {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  display: none;
}

.content_wrap .data_wrap .data-item .SbPagination .swiper-pagination-bullet,
.content_wrap .commu_wrap .info-item .SbPagination .swiper-pagination-bullet {
  width: 11px; height: 11px; background: transparent; border:none;
  border: 2px solid var(--maincolor);
  opacity: 1; margin: 0 4px;
  border-radius: 100px;
  transition: width 500ms ease-in-out;
}
.content_wrap .data_wrap .data-item .SbPagination .swiper-pagination-bullet-active, 
.content_wrap .commu_wrap .info-item .SbPagination .swiper-pagination-bullet-active
{
  width: 11px; height: 11px;
  background: var(--maincolor);
}
.commu_wrap .sec_tabs.tab2,
.data_wrap .sec_tabs {
  max-width: 1420px;
  overflow: hidden;
}

/**/

.commu_list {
  overflow: hidden;
  padding:10px 10px 10px 10px;
  position: relative;
  margin-left: -10px;
}
.commu_item {
  position: relative;
  max-width: 100%;
  box-shadow: 0 0 20px -5px #e6e6e6;
}
.commu_item figure {
  background: #fff;
  box-sizing: border-box;
}
.commu_item figure span {
  width: 100%;
  object-fit: fill;
  display: block;
}
.commu_item figure span img {
  width: 100%; height: 260px;
  object-fit: cover;
}
/* .commu_item > a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
} */
.commu_item > a > span {
  position: absolute;
  top: -6px;
  left: -6px;
  color: #fff;
  padding: 10px 19px;
  border-radius: 12px 0;
}

.commu_item figure figcaption {
  padding: 13px 10px;
  letter-spacing: -1px;
  word-break: break-all;
  height: 87px;
  font-weight: 600;
  box-sizing: border-box;
}


span.ifc01 { background: var(--pointOrange)}
span.ifc02 { background: var(--pointGreen)}
span.ifc03 { background: var(--pointIndigo)}
span.ifc04 { background: var(--pointPurple)}



/* 소통마당 Tab02 end */

/* //소통마당 */


/* 알림마당 */


/* 탭 임시 비활성 .24.01.11 */ 
.tab_none .sec_tabs {
  display: block !important;
}
/* // 탭 임시 비활성 .24.01.11 */ 

.notice_wrap {
  background: #f9f9f9;
}
.notice_wrap .sec_tabs .tab_inner {
  display: flex;
  gap:40px;
}
.notice_wrap .titBanner {
  box-sizing: border-box;
  max-width: 440px;
  width: 40%;
  flex:1;
}
.notice_wrap .titBanner > figure > figcaption > a {
  display: block;
  text-indent: 18px;
  margin-top: 17px;
  font-size: 19px;
  letter-spacing: -0.6px;
  transform: rotate(-0.03deg);
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  
}

.notice_wrap .sec-notice {
  width: calc(100% - 470px);
}
.notice_wrap .sec-notice ul {
  line-height: 1;
  border-top: 2px solid #111;
  letter-spacing: -0.6px;
}
.notice_wrap .sec-notice li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 27px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  min-height: 98px;
  align-items: center;
  transform: rotate(-0.03deg);
}
.notice_wrap .sec-notice li:focus-within {
  background: #ffffff;
}
.notice_wrap .sec-notice li a {
  width: 78%;
  text-indent: 30px;
  overflow: hidden;
  outline: none;
}
.notice_wrap .sec-notice li > span {
  text-align: center;
  color: #999999;
  font-size: 14px;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.notice_wrap .sec-notice ul li a:has(> span) strong {
  padding-bottom: 9px;
}
.notice_wrap .sec-notice ul li a strong {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  max-width: fit-content;
  font-weight: 500;
  display: block;
}
.notice_wrap .sec-notice ul li a:hover strong {
  font-weight: 600;
}
.notice_wrap .sec-notice .label-new a strong {
  color: var(--maincolor);
  position: relative;
  padding-right: 26px;
}
.notice_wrap .sec-notice .label-new a strong::after {
  content: "";
  font-size: 15px;
  color: #fff;
  background: url("../../steam/img/common/ico-new.png") no-repeat 0 0;
  border-radius: 100px;
  width: 20px; height: 20px;
  position: absolute;
  right: 0;
}

.notice_wrap .sec-notice ul li a strong + span {
  font-size: 16px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  max-width: 520px;
  color: #999999;
  font-weight: 400;
}

/* //알림마당 */


/* 추천자료 */



.data_wrap .tab_wrap{
  padding-top: 0;
}
.data_wrap .sec_tabs .tab_inner {
  max-width: 1400px;
  padding-top: 31px;
}
.data-item .swiper-slide {
  padding: 8px 0;
  position: relative;
}

/* .data-item .swiper-slide > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
} */
.data-item .swiper-slide .Sthumb {
  display: block;
  outline: 1px solid #e0e0e0;
  outline-offset: -1px;
  overflow: hidden;
  border-radius: 20px;
  height: 100vw;
  max-height: 340px;
  position: relative;
}
.data-item .swiper-slide .Sthumb .Sthumb_title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
}
.data-item .swiper-slide .Sthumb .Sthumb_title strong {
  font-size: 18px;
  font-weight: 600;
  min-height: 60px;
  max-height: 110px;
  padding: 5px 0;
  border-width: 2px 0 2px 0;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-item .swiper-slide .Sthumb .Sthumb_title strong > span {
  word-break: keep-all;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}


/* 안내서 타이틀 */
.data-item .swiper-slide .Sthumb.Sthumb_guide .Sthumb_title {
  top: 58%;
  gap: 138px;
}
.data-item .swiper-slide .Sthumb.Sthumb_guide .Sthumb_title dl {
  color: #fff;
}
.data-item .swiper-slide .Sthumb.Sthumb_guide .Sthumb_title strong {
  border: none;
}
/**/

/* 보고서 타이틀 */
.data-item .swiper-slide .Sthumb.Sthumb_report .Sthumb_title {
  top: 63%;
  gap: 94px;
}
.data-item .swiper-slide .Sthumb.Sthumb_report .Sthumb_title strong {
  border: none;
}
/**/

.data-item .swiper-slide .Sthumb.Sthumb_primary .Sthumb_title strong {
    border-color: var(--pointRed);
}
.data-item .swiper-slide .Sthumb.Sthumb_middle .Sthumb_title strong {
    border-color: var(--pointOrange);
}
.data-item .swiper-slide .Sthumb.Sthumb_high .Sthumb_title strong {
    border-color: var(--pointGreen);
}
.data-item .swiper-slide .Sthumb.Sthumb_guide .Sthumb_title strong {
    border-color: var(--pointIndigo);
}
.data-item .swiper-slide .Sthumb.Sthumb_report .Sthumb_title strong {
    border-color: var(--pointPurple);
}

.data-item .swiper-slide .Sthumb.Sthumb_primary .Sthumb_title strong:has(span:empty),
.data-item .swiper-slide .Sthumb.Sthumb_middle .Sthumb_title strong:has(span:empty),
.data-item .swiper-slide .Sthumb.Sthumb_high .Sthumb_title strong:has(span:empty) {
  border: none;
}


.data-item .swiper-slide .Sthumb .Sthumb_title dl {
  font-size: 15px;
}
.data-item .swiper-slide .Sthumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: fill;
}
.data-item .swiper-slide .DLabel {
  position: absolute;
  top: -6px;
  left: -6px;
  color: #fff;
  padding: 9px 19px;
  border-radius: 12px 0;
  z-index: 2;
}

.data-item .swiper-slide:has(.Sthumb_primary) .DLabel {
  background: var(--pointRed);
}
.data-item .swiper-slide:has(.Sthumb_middle) .DLabel {
  background: var(--pointOrange);
}
.data-item .swiper-slide:has(.Sthumb_high) .DLabel {
  background: var(--pointGreen);
}
.data-item .swiper-slide:has(.Sthumb_guide) .DLabel {
  background: var(--pointIndigo);
}
.data-item .swiper-slide:has(.Sthumb_report) .DLabel {
  background: var(--pointPurple);
}



.data-item .swiper-slide .stext {
  letter-spacing: -0.7px;
  width: 100%;
  margin: 0 auto;
}
.data-item .swiper-slide .stext dt {
  line-height: 1.5;
  font-weight: 500;
  box-sizing: border-box;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-item .swiper-slide .stext dd {
  line-height: 1.4;
  font-size: 14px;
  color: #999999;
}
.data-item .swiper-slide .stext dt span + span {
  font-size: 13px;
  padding: 1px 9px 2px;
  border-radius: 20px;
  color: #fff;
}
.data-item .swiper-slide .stext strong.primary { color: var(--pointRed); }
.data-item .swiper-slide .stext span.primary { background: var(--pointRed); }
.data-item .swiper-slide .stext strong.middle { color: var(--pointOrange); }
.data-item .swiper-slide .stext span.middle { background: var(--pointOrange); }
.data-item .swiper-slide .stext strong.high { color: var(--pointGreen); }
.data-item .swiper-slide .stext span.high { background: var(--pointGreen); }
.data-item .swiper-slide .stext strong.guide { color: var(--pointIndigo); }
.data-item .swiper-slide .stext span.guide { background: var(--pointIndigo); }
.data-item .swiper-slide .stext strong.report { color: var(--pointPurple); }
.data-item .swiper-slide .stext span.report { background: var(--pointPurple); }
.data-item .swiper-wrapper .swiper-slide-duplicate-prev {
  margin-right: 0 !important
}
.data-item .swiper-wrapper .swiper-slide-duplicate-prev + div {
  opacity: 0;
}
.data_wrap .sec_tabs .tab_inner {
  max-width: 1400px;
  margin: 0 auto;
}
/* //추천자료 */


/* PR & SNS 시작 */

.pr_wrap {
  width: 100%;
  background: #f9f9f9;
  padding: 50px 0;
  margin: 0 auto;
}
.pr_wrap .pr_inner {
  display: flex;
  width: 95%;
  max-width: 1400px;
  gap: 70px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.pr_wrap .pr_inner .pr_banner {
  border-radius: 25px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1vw;
  justify-content: space-between;
  box-sizing: border-box;
  transform: rotate(-0.03deg);
  max-width: 800px;
  letter-spacing: 0.2px;
  transform: rotate(-0.05deg);
  letter-spacing: -0.8px;
}

.pr_wrap .pr_inner .pr_banner p {
  line-height: 1.6; font-size: 18px; font-weight: 400;
  font-family: 'GmarketSans_m', sans-serif;
  color: #666;
}
.pr_wrap .pr_inner .pr_banner h3 {
  font-family: 'yg-jalnan', sans-serif;
  font-size: 24px;
  transform: rotate(-0.03deg);
  white-space: pre-line;
  line-height: 1.3;
  font-weight: 700;
}

.pr_wrap .pr_inner .pr_side {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.pr_wrap .pr_inner .pr_side a {
  border-radius: 30px;
  padding: 5px 30px;
  color: #333;
  background: #fff;
  font-weight: 500;
}
.pr_wrap .pr_inner .pr_side a:hover {
  color: var(--maincolor);
  background: #ffffff;
  outline: 1px solid #ffffff40;
  outline-offset: 6px;
}
.pr_wrap .pr_inner .pr_side .arw-r {
  display: inline-block;
  background: url("../img/common/arw-r.png") no-repeat top center;
  width: 8px; height: 11px;
  margin-left: 16px;
}
.pr_wrap .pr_inner .pr_side a:hover .arw-r {
  background-position: bottom center;
}
.pr_wrap .pr_inner .SNS_inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
} 
.pr_wrap .pr_inner .SNS_inner h3 {
  font-size: 20px;
  font-weight: 700;
} 
.pr_wrap .pr_inner .SNS_inner ul {
  display: flex;
  justify-content: space-between;
  gap: 43px;
}
.pr_wrap .pr_inner .SNS_inner li {
  width: 100%;
  min-width: 81px;
  height: 83px;
  border-radius: 25px;
  box-shadow: 0 0 17px -7px #999;
  position: relative;
}

.pr_wrap .pr_inner .SNS_inner li::before {
  content:"";
  background: url(../img/main/ico-short.png) no-repeat 0 0;
  width: 30px; height: 30px;
  box-shadow: 0 0 17px -7px #999;
  position: absolute;
  right: -5px;
  top: -5px;
  box-shadow: 2px 0px 7px -3px #999;
  border-radius: 100px;
  transform: scale(0.83);
  transition: transform 0.3s ease;
}
.pr_wrap .pr_inner .SNS_inner li:hover::before {
  transform: scale(1);
}

.pr_wrap .pr_inner .SNS_inner li.sns-naverBlog { background: #00cb75; }
.pr_wrap .pr_inner .SNS_inner li.sns-naverBand { background: #00cba7; }
.pr_wrap .pr_inner .SNS_inner li.sns-facebook { background: #4169af; }
.pr_wrap .pr_inner .SNS_inner li.sns-twitX { background: #444444; }
.pr_wrap .pr_inner .SNS_inner li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}


/* // PR & SNS */



@media all and (max-width:1800px){
  
  

}

@media all and (max-width:1600px){
  .main_wrap { height: auto;}
  .main_wrap .main_slide_inner {
    width: calc(100% - 100px);
    overflow: hidden;
    margin: 0 auto;
  }
}
@media all and (max-width:1580px){
  .main_wrap { height: auto;}
  .inner_Body { overflow-x: hidden; }
  .main_wrap .main_slide_inner {
    width: calc(100% - 100px);
    overflow: hidden;
    margin: 0 auto;
  }
  /*소통마당*/
  
  /* 스위퍼 버튼 */
  .content_wrap .data_wrap .data-item .SbPagination { display: block }
  /* 스위퍼 버튼 */



  .commu_wrap {
    flex-direction: column;
  }
  .commu_wrap .commu_inner {
    width: 100%;
    max-width: 100%;
  }
  .commu_wrap .pro_inner .tcSearch {
    width: 100%;
  }
  .commu_wrap .pro_inner .tcSearch ul {
    flex-wrap: nowrap;
    gap: 30px;
  }
  .commu_wrap .pro_inner .tcSearch li {
    width: 100%;
  }
}



@media all and (max-width:1440px){
  .side_left,
  .side_right {
    display: none;
  }
  .main_wrap { width: 100%; }
  
  .main_wrap .main_slide_inner {
    width: calc(100% - 50px);
  }


}


@media all and (max-width:1400px){



  
  .commu_wrap .commu_inner .st_zone {
    flex-direction: column;
  }
  .commu_wrap .pro_inner .tcSearch {
      width: 100%;
      min-width: unset;
  }
  .commu_wrap .pro_inner .tcSearch ul {
      flex-wrap: nowrap;
      justify-content: space-between;
      gap: 2.5vw;
  }


  /* PR & SNS */
  .pr_wrap .pr_inner .pr_banner h3 {
    white-space:inherit;
    word-break: keep-all;
  }
  .pr_wrap .pr_inner {
    gap: 20px;
  }
  .pr_wrap .pr_inner .pr_banner .pr_txt {
    padding-right: 0;
  }
  .pr_wrap .pr_inner .SNS_inner ul {
    gap: 2vw;
  }
  .pr_wrap .pr_inner .pr_side {
    justify-content: center;
    max-width: inherit;
    gap: 3%;
    width: 100%;
  }
  /* // PR & SNS */
}

@media all and (max-width:1200px){

  .main_wrap .main_slide_inner .msWrap .stext .copy-head {
    font-size: 35px;
  }
  .main_wrap .main_slide_inner .msWrap .stext .copy-body {
    font-size: 17px;
  }
  .main_wrap .main_slide_inner .msWrap .stext .copy-span {
    font-size: 14px;
  }
  .main_wrap .main_slide_inner .msWrap .stext .copy-span a {
    margin-top: 20px;
  }


  /* 소통마당 */
  .commu_list {
    padding: 10px 10px 40px 10px;
  }
  .commu_wrap .commu_inner .tcSearch a {
    padding: 2vw 4vw;
  }
  /* 스위퍼버튼 */
  .content_wrap .commu_wrap .info-item .SbPagination { display: block;}
  /* // 스위퍼버튼 */
  /* // 소통마당 */

}



@media all and (max-width:1024px){
  ::-webkit-scrollbar { width: 2px; }
  ::-webkit-scrollbar-thumb { background: #eee; width: 2px;  }
  
  
  .commu_wrap .sec_tabs.tab1 .tcList {
    overflow-x: scroll;
    overflow: scroll;
    box-sizing: border-box;
    border: 2vw solid #fff;
  }
  .commu_wrap .sec_tabs.tab1 .tcList ul {
    width: 900px;
  }
  

  /* 알림마당 */

  .notice_wrap .titBanner {
    width: auto;
    margin: 0 auto;
    display: none;
  }
  .notice_wrap .sec-notice {
    width: 100%;
    position: relative;
  }
  .notice_wrap .sec_tabs .tab_inner {
    display: block;
  }

  /* PR & SNS */
  .pr_wrap .pr_inner { gap: 6vw; flex-wrap: wrap; flex-direction: column; }
  .pr_wrap .SNS_inner { flex: 20%; }
  .pr_wrap .pr_inner .pr_side { font-size: 15px; }
  .pr_wrap .pr_inner .pr_side > * {
    width: 100%; text-align: center;
    margin-top: 2.5%;
  }
  .pr_wrap .pr_inner .pr_side p {
    margin-right: 0;
  }
  
  
  .pr_wrap .pr_inner .SNS_inner h3{
    margin: 20px 0 15px 0 ;  
    display: none;
  }
  
  .pr_wrap .pr_inner .SNS_inner ul {
    height: 100%;
    align-items: center;
    gap: 21px;
  }
  .pr_wrap .pr_inner .SNS_inner ul li {
    width: 100%;
    height: calc(50% - 10px);
  }

  /* // PR & SNS */
}

@media all and (max-width:860px){
  .main_wrap .sc_inner {
      padding: 8vw 0 4vw 0;
  }
  .main_wrap .main_slide_inner .msWrap .utileBox {
    bottom: 2.8vw;
  }
  .main_wrap .sc_inner .search_ver {
    width: 94%;
    left: 0;
  }

  .main_wrap .main_slide_inner {
    width: 94%;
    border-radius: 14px;
  }
  .main_wrap .main_slide_inner .msWrap .stext { left: 9vw; top: 46%; transform: translateY(-50%); }
    .main_wrap .main_slide_inner .msWrap .stext:has(.copy-span) {
      transform: translateY(-66%);
      left: 9vw;
    }
  .main_wrap .main_slide_inner .msWrap .stext .copy-head { font-size: 7vw; }
  .main_wrap .main_slide_inner .msWrap .stext:has(.copy-span) .copy-head { font-size: 6vw; }
  .main_wrap .main_slide_inner .msWrap .stext:has(.copy-span) .copy-body { font-size: 3.2vw; }
  .main_wrap .main_slide_inner .msWrap .stext .copy-span { font-size: 3vw; width: 90%; margin-top: 3vw; word-break: keep-all;}
  .main_wrap .main_slide_inner .msWrap .stext .copy-span a {
    gap: 3vw; font-size: 13px; padding: 1vw 4vw;
  }
  .main_wrap .main_slide_inner .msWrap .stext .copy-span br {
    display: none;
  }
  .main_wrap .main_slide_inner .msWrap .stext .copy-body { font-size: 3.6vw; margin-top: 2vw; line-height: 6vw; width: 80%;}

  /* 소통마당 */
  .commu_wrap .commu_inner .tcSearch ul {
    flex-direction: column;
  }
  .commu_wrap .commu_inner .tcSearch a {
    padding: 2vw 8vw;
  }
  /* // 소통마당 */

}



@media all and (max-width:760px){

  .commu_wrap .pro_inner .tcSearch ul {
    flex-direction: column;
  }
  
  

}

@media all and (max-width:720px){


  
  

}



@media all and (max-width:650px){

  /* PR & SNS */
  
  .pr_wrap .pr_inner .SNS_inner ul {
    flex-wrap: nowrap;
  }
  
  .pr_wrap .pr_inner .pr_banner {
    border-radius: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .pr_wrap .pr_inner .SNS_inner ul li {
    height: 20vw;
    border-radius: 20%;
  }
  .pr_wrap .pr_inner .SNS_inner li {
    min-width: auto;
  }
  
  /* // PR & SNS */

}


@media all and (max-width:560px){
  /*공통*/
  .sec_tit {
    flex-direction: column;
  }
  .sec_tit h2 {
    margin-bottom: 2.5%;
  }


}
@media all and (max-width:520px){
  
  /* 추천자료 */
  .data-item .swiper-slide .Sthumb {
    max-height: 370px;
  }
  .data-item .swiper-slide .Sthumb img {
    object-fit: fill;
  }
  .data_wrap .sec_tabs .tab_inner {
    padding: 20px;
  }

}

@media all and (max-width:480px){
  
  



}


