ul,li{list-style: none} a{color: #000; text-decoration: none;} 
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;	font-size: 100%; font-size:12px; vertical-align: baseline;} body {line-height: 1; overflow-x: hidden;} a img {border: 0px currentColor; border-image: none;}html {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}body {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; background:#555555;}div {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}a {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}img {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: 100%;}a img {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: 100%;}dl {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}dt {	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}dd {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}ol {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}ul {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;}li {margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; list-style: none;}img{vertical-align:top;}a:link {text-decoration: none;-webkit-tap-highlight-color : transparent; outline:none;}  .btn, .accordion, .tel_box_btn {cursor:pointer}
body {
  font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

#container {width:100%; max-width:640px; margin: 0 auto; background-color:#fff; overflow: hidden;}
@media (min-width: 300px) {#container {width:100%; max-width:450px; margin: 0 auto; background-color:#fff; overflow: hidden;}}

.poppopbg {position:fixed; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.9);z-index:9998;}
.poppop {position:absolute;width:200px;top:50%;left:50%; margin-left:-100px;margin-top:-25px; z-index:9999;}
.poppop img{height: 51px; width:200px;}

*,*::before,*::after { box-sizing: border-box;}


/*캘린더*/
.cal {
	width : 70px;
	height: 70px;
	position:fixed; top: 1%; right: 1%; z-index:1000; 
	border:#000 solid 0px;
	text-align:center;
	line-height:0px;
	background: rgba(18, 31, 71, 0.85); /* 80% 투명한 검정 배경 */
	border-radius: 50%;
	/*	background: url(http://denod1397.cdn3.cafe24.com/spix/event28/ddaybg.png) center;*/
	
}
.cal .wed { height:32px; display:inline-block; line-height:0px;padding:0px;margin:0px;}
.cal .dd {height:38px; display:inline-block;line-height:0px;padding:0px;margin:0px;}
.cal .ddd {height:38px; display:inline-block;line-height:0px;padding:0px;margin:0px;}
.cal .day {height:38px;display:inline-block;line-height:0px;padding:0px;margin:0px;}
.cal .dday {height:38px;display:inline-block;line-height:0px;padding:0px;margin:0px;}

.cal2 {
  display: flex;             /* flex 활성화 */
  justify-content: center;   /* 가로 중앙 */
  align-items: center;       /* 세로 중앙 */
  min-height: 60px;         /* 최소 높이 확보 */
  
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(to right,
    #121f47 0%,
    #27386c 50%,
    #121f47 100%
  );
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.shimmer-wrap{
  position:relative;
  overflow:hidden;
}
.shimmer-wrap img{
  width:100%;
  display:block;
}

.shimmer-wrap::after{
  content:'';
  position:absolute;
  inset:-30%;                 /* 밖에서 들어오게 */
  background: linear-gradient(
    115deg,
    transparent 20%,
    rgba(255,255,255,.10) 38%,
    rgba(255,255,255,.20) 46%,
    rgba(255,255,255,.32) 50%,
    rgba(255,255,255,.20) 54%,
    rgba(255,255,255,.10) 62%,
    transparent 80%
  );
  mix-blend-mode: overlay;
  filter: blur(18px);         /* ⭐ 경계 녹이는 핵심 */
  animation: shimmer 8s infinite linear;
  pointer-events:none;
}

@keyframes shimmer{
  from{ transform: translateX(-120%); }
  to{ transform: translateX(120%); }
}

.breathe{
  animation: breatheLight 6s ease-in-out infinite alternate;
}

@keyframes breatheLight{
  from{ filter: brightness(1) contrast(1); }
  to{ filter: brightness(1.08) contrast(1.05); }
}
.color-shift{
  animation: colorShift 12s ease-in-out infinite alternate;
}

@keyframes colorShift{
  from{ filter: hue-rotate(0deg); }
  to{ filter: hue-rotate(8deg); }
}


/* 컨택50% */
.contact50 {
	text-align:center;
	display:inline-block;
	height:auto;
	border-bottom:0px #b8b8b7 solid;
	margin-bottom:0px;
}
.contact50 ul {

}
.contact50 ul li {
	float:left;
	width:50%;
	display:inline-block;
}


.part {border-bottom: 0px dotted #ddd; margin:0 0 0px 0;}
.mobile {vertical-align:middle ; margin-left: 28px;}
.mobile img {width: 15px; margin-top: -2px;}
.sms {vertical-align: middle; margin-left: 15px;}
.sms img {width: 15px; margin-top: -2px;}

.tel_pop_down {text-align: left;display: none;background-color: #fff;position: absolute;z-index: 2;width: 100%;max-width: 300px;border-radius: 10px;/* padding: 0 20px; */}
.tel_pop_down > p {text-align: center;padding: 20px;border-radius: 10px 10px 0 0;margin-bottom: 0px; position: relative; background: #01334c; }
.tel_pop_down > p span {color: #ffffff; font-size: 16px;}
.tel_pop_down > p i {font-size: 18px; color: #ffffff; cursor: pointer; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
.tel_pop_down>div {padding: 0 25px 25px;}

.tel_pop_down>div .pop_box {display: flex; margin: 25px 0;}
.tel_pop_down>div .pop_box:last-of-type {margin-bottom: 0;}
.tel_pop_down>div .pop_box p {width: 80%; font-size: 13px; color: #aaaaaa;}
.tel_pop_down>div .pop_box a {margin: 3px 0 0 20px; width: 10%;}
.tel_pop_down>div .pop_box p span {color: #333; font-size: 15px;}

.black_back {position: fixed; background-color: rgba(0,0,0,0.7); top: 0; left: 0; bottom: 0; right: 0; z-index: 2; display: none;}
.pop_front {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; z-index: 12; background-color: #fff;}



/* 소셜 링크 + 푸터*/
.share {
	height:auto;width:100%;
	border-bottom:0px #b8b8b7  solid;
	background-color:#f6f9ff;
	padding-top:40px;
}
.share > ul {
	text-align:center;
	padding: 0 0 35px 0;
	clear: both;
}

.share > ul:first-of-type {margin-top:20px;}

.share > ul li {
	clear: both;
	width:15%;
	height:auto;
	line-height: 0;
	padding:0px;
	margin: 0 8px;
	display:inline-block;
}

#goTop {
    position: fixed;
    right: 18px;
    bottom: 22px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

#goTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#goTop svg{
    width:22px;
    height:22px;
    stroke:#fff;
    stroke-width:2.4;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
}

/* 전체 영역 */
.press-wrap{
  padding:0px 22px 40px;
  background:#f9f9f9;
}

.press-inner{
  max-width:720px;
  margin:0 auto;
}

/* 카드 */
.press-card{
  position:relative;
  overflow:hidden;
  display:block;
  background:#fff;
  border-radius:14px;
  padding:20px 22px;
  margin-bottom:16px;
  text-decoration:none;
  color:#111;
  border:1px solid #e7e7e7;

  transition:all .35s cubic-bezier(.22,.61,.36,1);
}

/* hover 시 카드가 공중에 살짝 뜨는 느낌 */
.press-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(0,0,0,0.08);
  border-color:#dcdcdc;
}

/* 눌렀을 때 반응 */
.press-card:active{
  transform:scale(0.98);
}

/* 상단 (신문사 + 화살표) */
.press-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}

.press-name{
  font-size:13px;
  color:#888;
  letter-spacing:0.2px;
}

/* 화살표 기본 */
.press-arrow{
  font-size:14px;
  color:#bbb;
  transition:transform .3s ease, color .3s ease;
}

/* hover 시 화살표 반응 */
.press-card:hover .press-arrow{
  transform:translate(4px,-4px);
  color:#666;
}

/* 기사 제목 */
.press-text{
  font-size:16px;
  font-weight:600;
  line-height:1.45;
  margin-bottom:10px;
  word-break:keep-all;
}

/* 날짜 */
.press-date{
  font-size:12px;line-height: 0px;
  color:#aaa;
}





@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.float {
  animation: float 3s ease-in-out infinite;
}