@import url("common.css");




/* ÃƒÆ’Ã‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â­Ãƒâ€¦Ã‚Â½Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.section {overflow:hidden; clear:both; position: relative; width: 100%; height: 100vh; word-break: keep-all; box-sizing:border-box; display:flex; justify-content: center; flex-direction: column; z-index: 1;}
.section .fp-tableCell {vertical-align: middle; height: auto !important;}
.fp-controlArrow{display:none !important;}



/*** css ÃƒÆ’Ã‚ÂªÃƒâ€šÃ‚Â³Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Âµ ***/
/* ÃƒÆ’Ã‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¬Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â­Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¸ */
.mTit{font-size:var(--fs50); font-weight: 700; color:var(--black); line-height: 120%; font-family: var(--eng);}
.mTit span{display: inline;}
.mTxt{font-size: 28px;font-weight: 400;color:var(--black);line-height: 150%;letter-spacing: -0.75pt;}
.sTit{font-size: 43px;font-weight: 600;color:var(--black);line-height: 140%;letter-spacing: -1.2pt;}
.sTxt{font-size:var(--fs20); font-weight: 600; color:var(--black); line-height: 140%; letter-spacing: -1pt;}


/* ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â²ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â­Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¼ */
.moreBtn{display:inline-block; width:200px; height:60px; padding: 0 25px; border-radius:60px; overflow: hidden; box-sizing:border-box; text-align:left; transition:all .3s linear; border:1px solid rgba(255,255,255,.2); position:relative;}
.moreBtn:after{content:''; display:block; width:30px; height: 30px; margin-top: -15px; border-radius:50%; background:rgba(255,255,255,.2); position:absolute; right:20px; top:50%;  transition:all .3s linear;}
.moreBtn:hover:after{transform: scale(15);}
.moreBtn span{display:block; width: 30px; height: 30px; border-radius:50%; font-size:24px; line-height: 30px; text-align:center; color:var(--white); transition:all .3s linear; position: absolute; z-index: 2; right: 20px; top:50%; transform: translateY(-50%);}
.moreBtn font{line-height: 60px; position: relative; z-index: 2; font-size:var(--fs18); font-weight: 600; letter-spacing: -0.35pt; color:var(--white);}


/* CSS */
.btn-free {
  display: inline-block;
  background-color: #600000; /* Ã¬Â§â€žÃ­â€¢Å“ Ã¬â„¢â‚¬Ã¬ÂÂ¸Ã¬Æ’â€° */
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-free:hover {
  background-color: #4d0000;
}



/*** Visual ***/
#visual{width:100%; height: 100vh; overflow: hidden; background:#000; position: relative;}
#visual .visual_in{width: 100%; height: 100%; position: relative;}
#visual .visual_in .roll{width: 100%; height: 100vh;}
#visual .visual_in .roll .v_txt{position: absolute;left: 50%;top: 33%;transform:translate(-50%,-50%);text-align:center;z-index: 9999;}
#visual .visual_in .roll .v_txt h3{font-size:94px;font-weight: 700;font-family:var(--eng);color: #630202;letter-spacing: 0;line-height:115%;transition:all .6s 0.3s linear;transform:translateY(60px);opacity:0;}
#visual .visual_in .roll .v_txt .sTit{padding: 35px 0 0;letter-spacing: 0.72px;font-weight: 600;color:var(--black);transition:all .6s 0.6s linear;transform:translateY(60px);opacity:0;}
#visual .visual_in .roll .v_txt .mTxt{padding: 0; font-weight: 400; color:var(--black); transition:all .6s 0.9s linear; transform:translateY(60px); opacity:0;}
#visual .visual_in .roll .v_bg{position: absolute; left: 0; top:0; width: 100%; height: 100%; background-repeat:no-repeat; background-size:cover; background-position:center; -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1); -webkit-transition:transform 3000ms  ease-in-out; -moz-transition:transform 3000ms ease-in-out; -o-transition:transform 3000ms ease-in-out; -ms-transition:transform 3000ms ease-in-out; transition:transform 3000ms ease-in-out;}


/* ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â­Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¸ */
#visual .slick-dots{font-size:0; position: absolute; left: 50%; bottom: 50px;  transform:translateX(-50%); z-index: 9999;}
#visual .slick-dots li{display:inline-block; vertical-align:top; width:13px; height:13px; background:var(--white); box-sizing:border-box; margin: 0 12px 0 0; cursor:pointer; transition:all .3s linear; opacity: 0.3; border-radius:50%; position: relative;}
#visual .slick-dots li:last-child{margin: 0;}
#visual .slick-dots li.slick-active{opacity: 1;}
#visual .slick-dots li button{border:0; padding:0; font-size:0; outline:none; cursor:pointer;}


/* ÃƒÆ’Ã‚Â­Ãƒâ€¦Ã‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚ÂªÃƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â¼ */
#visual .visual_in .roll.action .v_bg{transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1);}
#visual .visual_in .roll.action .v_txt h3{transform:translateY(0); opacity:1;}
#visual .visual_in .roll.action .v_txt .sTit{transform:translateY(0); opacity:1;}
#visual .visual_in .roll.action .v_txt .mTxt{transform:translateY(0); opacity:1;}




/* Publication */
#publication{}
#publication .publication_in{}
#publication .titArea{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding:0 0 40px;}
#publication .titArea .mTit{padding: 0 50px 0 0; transform:translateY(60px); opacity: 0; transition:all .6s .3s linear;}
#publication .titArea .tab_style{transform:translateY(60px); opacity: 0; transition:all .6s .6s linear;}
#publication .titArea .tab_style ul{display: flex; flex-wrap: wrap;}
#publication .titArea .tab_style ul li{cursor:pointer; min-width:140px; padding:0 20px; margin:5px; height:45px; line-height: 45px; border-radius:45px; background:var(--grayBg); text-align:center; font-size:1rem; transition:all .3s linear; box-sizing:border-box;} 
#publication .titArea .tab_style ul li:last-child { margin-right:0; }
#publication .titArea .tab_style ul li.focus{background:var(--main); color:#fff; font-weight: 700;} 
#publication .titArea .tab_style ul li:hover{background:var(--main); color:#fff;} 
#publication .contArea{transform:translateY(60px); opacity: 0; transition:all .6s .9s linear;}
#publication .box{display: none;}
#publication .box.focus{display: block;}
#publication .publication_roll{width:calc(100% + 30px); margin:0 -15px;}
#publication .publication_roll .roll{margin:0 15px 30px; box-sizing:border-box; border:1px solid var(--border); width:calc(100% - 30px) !important;}
#publication .publication_roll .roll a{display: block; box-sizing:border-box; padding:40px 40px 37px;}
#publication .publication_roll .roll dt{position: relative; overflow: hidden;}
#publication .publication_roll .roll dt .sTxt{font-weight: 600; letter-spacing: -0.03em; line-height: 1.6em; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}
#publication .publication_roll .roll dd{padding:10px 0 0;}
#publication .publication_roll .roll dd .dots { display:flex; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block; }
#publication .publication_roll .roll dd .dots span { font-size:inherit; line-height:inherit; letter-spacing:-0.03em; color:var(--black); padding-right:5px; }
#publication .slick-dots{display:none !important;}

#publication .publication_roll.publication_roll1 {  }
#publication .publication_roll.publication_roll1 .roll { border:0; }
#publication .publication_roll.publication_roll1 .roll a { padding:0 !important; }
#publication .publication_roll.publication_roll1 .roll a dt { box-sizing: border-box; border:1px solid var(--border); }
#publication .publication_roll.publication_roll1 .roll a dt img { max-width:100%; height:Auto; }
#publication .publication_roll.publication_roll1 .roll a dd  { padding:20px 0 0; }
#publication .publication_roll.publication_roll1 .roll a dd h3 { margin:0 0 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#publication .publication_roll.publication_roll1 .roll a dd ul { display:flex; flex-wrap:wrap; }
#publication .publication_roll.publication_roll1 .roll a dd ul li { position:relative; padding-right:10px; margin-right:10px; }
#publication .publication_roll.publication_roll1 .roll a dd ul li::After { content:''; display:block; width:1px; height:12px; position:absolute; right:0; top:50%; transform:translateY(-50%); background:var(--border); }
#publication .publication_roll.publication_roll1 .roll a dd ul li:last-child { padding:0; margin:0; font-family: 'Pretendard','Noto Sans KR', 'Poppins', Malgun Gothic,'Malgun Gothic', sans-serif !important; }
#publication .publication_roll.publication_roll1 .roll a dd ul li:last-child::After { display:none; }



.progressWrap{position:relative; margin: 10px auto 0; width:100%; z-index: 2; display: none;}
.slick-dotted + .progressWrap{display: flex; align-items:center;}
.progressWrap .progress{width:calc(100% - 115px); height:4px; position:relative; overflow:hidden;}
.progressWrap .progress:before{content:''; width:100%; height:2px; background:var(--grayBg); position:absolute; left: 0; top:50%; margin-top: -1px; z-index: -1;}
.progressWrap .progress .progressbar{display: block; width: 3%; height: 100%; overflow: hidden; background:var(--main); transition: all .4s ease-in-out; z-index: 3;}
.progressWrap .progress .slider__label{font-size:0;}
.progressWrap .arrowArea{display: flex; align-items:center; justify-content: flex-end; width: 115px; height: 24px;}
.progressWrap .arrowArea .slickArrow{display:block; width:24px; height:24px; line-height: 24px; font-size:24px; color:var(--black); text-align:center; transition:all .3s linear; cursor:pointer;}
.progressWrap .arrowArea .slickArrow:hover{color:var(--main);}
.progressWrap .arrowArea .line{display:block; width:1px; height:15px; margin:0 20px; background:var(--border);}


#publication.action .titArea .mTit{transform:translateY(0); opacity:1;}
#publication.action .titArea .tab_style{transform:translateY(0); opacity:1;}
#publication.action .contArea{transform:translateY(0); opacity:1;}




/* News */
#news{position: relative;overflow: hidden;background-color: #eee;background-image: url('/img/back3.jpg'); /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ ÃƒÂ«Ã‚Â°Ã‚Â°ÃƒÂªÃ‚Â²Ã‚Â½ ÃƒÂ¬Ã‚ÂÃ‚Â´ÃƒÂ«Ã‚Â¯Ã‚Â¸ÃƒÂ¬Ã‚Â§Ã¢â€šÂ¬ ÃƒÂ¬Ã‚Â¶Ã¢â‚¬ÂÃƒÂªÃ‚Â°Ã¢â€šÂ¬ */background-size: cover; /* ÃƒÂ­Ã¢â€žÂ¢Ã¢â‚¬ÂÃƒÂ«Ã‚Â©Ã‚Â´ ÃƒÂªÃ‚Â°Ã¢â€šÂ¬ÃƒÂ«Ã¢â‚¬Å“Ã‚Â ÃƒÂ¬Ã‚Â±Ã¢â‚¬Å¾ÃƒÂ¬Ã…Â¡Ã‚Â°ÃƒÂªÃ‚Â¸Ã‚Â° */background-position: center center; /* ÃƒÂ¬Ã‚Â¤Ã¢â‚¬ËœÃƒÂ¬Ã¢â‚¬Â¢Ã¢â€žÂ¢ ÃƒÂ¬Ã‚Â Ã¢â‚¬Â¢ÃƒÂ«Ã‚Â Ã‚Â¬ */background-repeat: no-repeat; /* ÃƒÂ«Ã‚Â°Ã‹Å“ÃƒÂ«Ã‚Â³Ã‚Âµ ÃƒÂ¬Ã¢â‚¬â€Ã¢â‚¬Â ÃƒÂ¬Ã‚ÂÃ…â€™ */}
#news .bg{position: absolute; left:0; top:0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1); -webkit-transition:transform 3000ms  ease-in-out; -moz-transition:transform 3000ms ease-in-out; -o-transition:transform 3000ms ease-in-out; -ms-transition:transform 3000ms ease-in-out; transition:transform 3000ms ease-in-out;}
#news .bg:after{content:''; display:block; width:100%; height:100%; background:url('/img/news_bg_hover.png') no-repeat center top/cover; }
#news .news_in{display:flex; flex-wrap:wrap; position: relative; z-index: 2;}
#news .news_in > div{box-sizing:border-box;}
#news .news_in .titArea{width: 40%; padding:0 60px 0 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}
#news .news_in .titArea .mTit{color:var(--white); transform:translateY(60px); opacity: 0; transition:all .6s .3s linear;}
#news .news_in .titArea .mTxt{color:var(--white); padding:12px 0 0; transform:translateY(60px); opacity: 0; transition:all .6s .6s linear;}
#news .news_in .titArea .btnArea{padding:80px 0 0; transform:translateY(60px); opacity: 0; transition:all .6s .9s linear;}
#news .news_in .contArea{width: 60%;  transform:translateY(60px); opacity: 0; transition:all .6s 1.2s linear;}
#news .news_in .news_list{}
#news .news_in .news_list .list{margin: 0 0 2px;}
#news .news_in .news_list .list:last-child{margin: 0;}
#news .news_in .news_list .list a{display:block; padding: 40px; box-sizing:border-box; background:rgba(255,255,255,.08); transition: all .3s linear; border:1px solid rgba(255,255,255,.2);}
#news .news_in .news_list .list a:hover{background:rgba(255,255,255,.2);}
#news .news_in .news_list .list a .cate{display:block; font-size:1rem; letter-spacing:0; line-height:120%; font-weight:700; color:var(--white); margin: 0 0 6px;}
#news .news_in .news_list .list a .sTit{color:var(--white); line-height:120%; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}
#news .news_in .news_list .list a .date{display:block; margin:20px 0 0; font-size:15px; font-weight:500; color:rgba(255,255,255,.7); line-height:120%; padding:0 0 0 23px; position: relative;}
#news .news_in .news_list .list a .date:before{content:'\e8b5'; font-family: "Material Symbols Outlined"; display:block; width:18px; height:18px; font-size:18px; color:rgba(255,255,255,.7); position: absolute; left:0; top:0;}


#news.action .bg{transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1);}
#news.action .news_in .titArea .mTit{transform:translateY(0); opacity:1;}
#news.action .news_in .titArea .mTxt{transform:translateY(0); opacity:1;}
#news.action .news_in .titArea .btnArea{transform:translateY(0); opacity:1;}
#news.action .news_in .contArea{transform:translateY(0); opacity:1;}
*, *::before, *::after {
    box-sizing: inherit;
}

/* News */
#price{position: relative;overflow: hidden;background-color: #fff; /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ ÃƒÂ«Ã‚Â°Ã‚Â°ÃƒÂªÃ‚Â²Ã‚Â½ ÃƒÂ¬Ã‚ÂÃ‚Â´ÃƒÂ«Ã‚Â¯Ã‚Â¸ÃƒÂ¬Ã‚Â§Ã¢â€šÂ¬ ÃƒÂ¬Ã‚Â¶Ã¢â‚¬ÂÃƒÂªÃ‚Â°Ã¢â€šÂ¬ */background-size: cover; /* ÃƒÂ­Ã¢â€žÂ¢Ã¢â‚¬ÂÃƒÂ«Ã‚Â©Ã‚Â´ ÃƒÂªÃ‚Â°Ã¢â€šÂ¬ÃƒÂ«Ã¢â‚¬Å“Ã‚Â ÃƒÂ¬Ã‚Â±Ã¢â‚¬Å¾ÃƒÂ¬Ã…Â¡Ã‚Â°ÃƒÂªÃ‚Â¸Ã‚Â° */background-position: center center; /* ÃƒÂ¬Ã‚Â¤Ã¢â‚¬ËœÃƒÂ¬Ã¢â‚¬Â¢Ã¢â€žÂ¢ ÃƒÂ¬Ã‚Â Ã¢â‚¬Â¢ÃƒÂ«Ã‚Â Ã‚Â¬ */background-repeat: no-repeat; /* ÃƒÂ«Ã‚Â°Ã‹Å“ÃƒÂ«Ã‚Â³Ã‚Âµ ÃƒÂ¬Ã¢â‚¬â€Ã¢â‚¬Â ÃƒÂ¬Ã‚ÂÃ…â€™ */}
#price .bg{position: absolute; left:0; top:0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1); -webkit-transition:transform 3000ms  ease-in-out; -moz-transition:transform 3000ms ease-in-out; -o-transition:transform 3000ms ease-in-out; -ms-transition:transform 3000ms ease-in-out; transition:transform 3000ms ease-in-out;}
#price .bg:after{content:''; display:block; width:100%; height:100%; background:url('/img/news_bg_hover.png') no-repeat center top/cover; }
#price .news_in{display:flex; flex-wrap:wrap; position: relative; z-index: 2;}
#price .news_in > div{box-sizing:border-box;}
#price .news_in .titArea{width: 40%; padding:0 60px 0 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}
#price .news_in .titArea .mTit{color:var(--white); transform:translateY(60px); opacity: 0; transition:all .6s .3s linear;}
#price .news_in .titArea .mTxt{color:var(--white); padding:12px 0 0; transform:translateY(60px); opacity: 0; transition:all .6s .6s linear;}
#price .news_in .titArea .btnArea{padding:80px 0 0; transform:translateY(60px); opacity: 0; transition:all .6s .9s linear;}
#price .news_in .contArea{width: 60%;  transform:translateY(60px); opacity: 0; transition:all .6s 1.2s linear;}
#price .news_in .news_list{}
#price .news_in .news_list .list{margin: 0 0 2px;}
#price .news_in .news_list .list:last-child{margin: 0;}
#price .news_in .news_list .list a{display:block; padding: 40px; box-sizing:border-box; background:rgba(255,255,255,.08); transition: all .3s linear; border:1px solid rgba(255,255,255,.2);}
#price .news_in .news_list .list a:hover{background:rgba(255,255,255,.2);}
#price .news_in .news_list .list a .cate{display:block; font-size:1rem; letter-spacing:0; line-height:120%; font-weight:700; color:var(--white); margin: 0 0 6px;}
#price .news_in .news_list .list a .sTit{color:var(--white); line-height:120%; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}
#price .news_in .news_list .list a .date{display:block; margin:20px 0 0; font-size:15px; font-weight:500; color:rgba(255,255,255,.7); line-height:120%; padding:0 0 0 23px; position: relative;}
#price .news_in .news_list .list a .date:before{content:'\e8b5'; font-family: "Material Symbols Outlined"; display:block; width:18px; height:18px; font-size:18px; color:rgba(255,255,255,.7); position: absolute; left:0; top:0;}


#price.action .bg{transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1);}
#price.action .news_in .titArea .mTit{transform:translateY(0); opacity:1;}
#price.action .news_in .titArea .mTxt{transform:translateY(0); opacity:1;}
#price.action .news_in .titArea .btnArea{transform:translateY(0); opacity:1;}
#price.action .news_in .contArea{transform:translateY(0); opacity:1;}
.moving_section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.moving_intro {
  text-align: center;
  margin-bottom: 40px;
}

.moving_intro h2 {
  font-size: 43px;
  font-weight: bold;
  color: #111;
  line-height: 1.4;
}
.moving_intro h2 span {
  color: #7d0000;
}

.moving_container {
  position: relative;
  width: 100%;
  height: calc(100vh - 500px); /* ÃƒÂ­Ã¢â‚¬Â¦Ã‚ÂÃƒÂ¬Ã…Â Ã‚Â¤ÃƒÂ­Ã…Â Ã‚Â¸ ÃƒÂ«Ã¢â‚¬Â Ã¢â‚¬â„¢ÃƒÂ¬Ã‚ÂÃ‚Â´ ÃƒÂªÃ‚Â°Ã‚ÂÃƒÂ¬Ã¢â‚¬Â¢Ã‹â€  */
}

.moving_center {
  position: absolute;
  top: 85%;
  left: 50%;
  width: 388px;
  height: 200px;
  transform: translate(-50%, -50%);
  background: linear-gradient(#ffeef3, #fbdde5);
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #a00000;
  text-align: center;
  z-index: 1;
}
.monitor_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.monitor_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
  border: 2px solid #630202;
}
#monitorText {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 32px;
  opacity: 1;
  transition: opacity 0.2s ease;
  text-align: center;
  /* background-color: #ffffffc2; */
  padding: 5px 18px;
  border-radius: 15px;
}



.moving_box {
  position: absolute;
  width: 130px;
  height: 130px;
  padding: 17px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  line-height: 80px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  left: 50%;
  top: 50%;
  z-index: 2;
}
.moving_box p {
    color: #000;
    margin-top: 9px;
}
.box1.show {left: 15%;top: 40%;transform: translate(-50%, -50%) scale(1);opacity: 1;}
.box2.show {left: 29%;top: 30%;transform: translate(-50%, -50%) scale(1);opacity: 1;}
.box3.show {left: 43%;top: 20%;transform: translate(-50%, -50%) scale(1);opacity: 1;}
.box4.show {left: 57%;top: 20%;transform: translate(-50%, -50%) scale(1);opacity: 1;}
.box5.show {left: 71%;top: 30%;transform: translate(-50%, -50%) scale(1);opacity: 1;}
.box6.show {left: 85%;top: 30%;transform: translate(-50%, -50%) scale(1);opacity: 1;}

.moving_to_center {
  left: 50% !important;
  top: 55% !important;
  transform: translate(-50%, -50%) scale(0.8) !important;
  opacity: 0 !important;
  z-index: 3;
}


.step_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  gap: 60px;
  font-family: 'Noto Sans KR', sans-serif;
}

.step_intro {
  flex: 1;
  min-width: 300px;
  text-align: left;
}
.step_intro .sub {
  color: #770000;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.step_intro h3 {
  font-size: 39px;
  line-height: 1.4;
  color: #222;
  margin-bottom: 16px;
}
.step_intro h3 strong {
  color: #770000;
}
.step_intro .desc {
  font-size: 24px;
  color: #555;
  line-height: 1.6;
}
.step_intro .desc span {
  color: #770000;
  font-weight: bold;
  font-size: 20px;
}

.step_container {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  background: #e2e2e2;
  border-radius: 24px;
  position: relative;
  min-width: 460px;
  max-width: 600px;
  box-sizing: border-box;
}
.step_container2 {
  flex: 1;
  display: flex;
  gap: 40px;
  padding: 40px;
  /* background: #e2e2e2; */
  border-radius: 24px;
  position: relative;
  min-width: calc(100% - 300px);
  box-sizing: border-box;
}
.step_right {
  box-shadow: 0 0 11px rgb(99 2 2); /* ÃƒÂ«Ã‚Â¶Ã¢â€šÂ¬ÃƒÂ«Ã¢â‚¬Å“Ã…â€œÃƒÂ«Ã…Â¸Ã‚Â¬ÃƒÂ¬Ã…Â¡Ã‚Â´ ÃƒÂ¬Ã¢â€žÂ¢Ã‚Â¸ÃƒÂªÃ‚Â³Ã‚Â½ ÃƒÂ­Ã‚ÂÃ‚Â¼ÃƒÂ¬Ã‚Â§Ã‚Â */
}
.fuci video.fuc_video {
  width: 100%;
  height: auto;
  display: block;
}
.fuc_video {
  width: 100%;
  height: auto;
  display: block;
}
.step_column {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step_title h3 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #005bac;
}
.step_title img {height:50px;padding-bottom: 13px;}
.step_title.propvis h3 {
  color: #770000;
  font-family: 'Poppins';
  font-size: 28px;
}

.step_list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  align-items: center;
}
.step_item {
  background: #0071c1;
  color: #fff;
  padding: 10px 24px;
  border-radius: 100px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(20px);
}
.step_item.dark {
  background: #770000;
}
.step_item.show {
  animation: fadeUp 0.5s ease forwards;
}
.step_item.show:nth-child(1) { animation-delay: 0.2s; }
.step_item.show:nth-child(2) { animation-delay: 0.8s; }
.step_item.show:nth-child(3) { animation-delay: 1.4s; }
.step_item.show:nth-child(4) { animation-delay: 2s; }
.step_item.show:nth-child(5) { animation-delay: 2.6s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step_footer {
  margin-top: auto;
  font-size: 18px;
  color: #666;
}
.step_footer.dark {
  color: #770000;
  font-weight: bold;
  font-size: 30px;
}

@keyframes blinkBadge {
  0%, 10%, 20%, 30%, 40% {
    opacity: 0;
  }
  5%, 15%, 25%, 35%, 45% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 1; /* 2ÃƒÂ¬Ã‚Â´Ã‹â€  ÃƒÂ«Ã‚ÂÃ¢â€žÂ¢ÃƒÂ¬Ã¢â‚¬Â¢Ã‹â€  ÃƒÂ«Ã‚Â©Ã‹â€ ÃƒÂ¬Ã‚Â¶Ã‚Â¤ */
  }
}

.step_badge {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  background: #b00000;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  z-index: 5;
  white-space: nowrap;

  /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ ÃƒÂªÃ‚Â¹Ã…â€œÃƒÂ«Ã‚Â°Ã¢â‚¬Â¢ + ÃƒÂ«Ã‚Â©Ã‹â€ ÃƒÂ¬Ã‚Â¶Ã‚Â¤ ÃƒÂ«Ã‚Â°Ã‹Å“ÃƒÂ«Ã‚Â³Ã‚Âµ */
  animation: blinkBadge 4s infinite;
}
.review_section {
  background: #540000;
  padding: 80px 20px;
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  overflow: hidden;
}

.review_inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.review_title {
  font-size: 18px;
  margin-bottom: 40px;
  position: relative;
}
.review_title strong {
  font-size: 42px;
  display: block;
  margin-top: 8px;
}

/* ÃƒÂ¬Ã…Â Ã‚Â¬ÃƒÂ«Ã‚ÂÃ‚Â¼ÃƒÂ¬Ã‚ÂÃ‚Â´ÃƒÂ«Ã¢â‚¬Å“Ã…â€œ ÃƒÂ¬Ã‹Å“Ã‚ÂÃƒÂ¬Ã¢â‚¬â€Ã‚Â­ */
.review_swiper {
  padding-bottom: 40px;
}

.review_swiper .swiper-slide {
  transition: opacity 0.4s ease;
  opacity: 0.4;
}
.review_swiper .swiper-slide-active,
.review_swiper .swiper-slide-next,
.review_swiper .swiper-slide-prev {
  opacity: 1;
}

/* ÃƒÂ¬Ã‚Â¹Ã‚Â´ÃƒÂ«Ã¢â‚¬Å“Ã…â€œ ÃƒÂ¬Ã…Â Ã‚Â¤ÃƒÂ­Ã†â€™Ã¢â€šÂ¬ÃƒÂ¬Ã‚ÂÃ‚Â¼ */
.review_card {
  background: #fff;
  color: #000;
  border-radius: 20px;
  padding: 20px;
  height: 250px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review_head {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 6px;
}
.review_head span {
  font-weight: normal;
  font-size: 13px;
  color: #888;
}
.review_rating {
  color: #770000;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_content {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 16px;
}
.review_user {
  font-size: 13px;
  color: #999;
}

/* ÃƒÂ¬Ã†â€™Ã‚ÂÃƒÂ­Ã†â€™Ã…â€œ ÃƒÂ«Ã‚Â°Ã¢â‚¬Â ÃƒÂ¬Ã…Â Ã‚Â¤ÃƒÂ­Ã†â€™Ã¢â€šÂ¬ÃƒÂ¬Ã‚ÂÃ‚Â¼ (pagination) */
.swiper-pagination {
  position: static !important;
  margin-top: 35px;
  text-align: center !important;
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  width: 30px !important;
  height: 4px !important;
  border-radius: 2px !important;
  display: inline-block !important;
  margin: 0 4px !important;
}
.swiper-pagination-bullet-active {
  background: #fff;
}

.faq_wrap {
  padding: 100px 20px;
  max-width: 880px;
  margin: 0 auto;
  font-family: 'Noto Sans KR', sans-serif;
}

.faq_title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #630202;
}
.faq_title strong {
  color: #000000;
  font-size: 42px;
  line-height: 43px;
}
.faq_item {
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.3s ease;
}



/* ÃƒÂ­Ã¢â€žÂ¢Ã…â€œÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â±ÃƒÂ­Ã¢â€žÂ¢Ã¢â‚¬ÂÃƒÂ«Ã‚ÂÃ…â€œ ÃƒÂ¬Ã‚Â§Ã‹â€ ÃƒÂ«Ã‚Â¬Ã‚Â¸ ÃƒÂ­Ã¢â‚¬Â¦Ã‚ÂÃƒÂ¬Ã…Â Ã‚Â¤ÃƒÂ­Ã…Â Ã‚Â¸ ÃƒÂ¬Ã†â€™Ã¢â‚¬Â°ÃƒÂ¬Ã†â€™Ã‚Â */
.faq_item.active .faq_q {
  color: #770000;
  font-weight: bold;
}

.faq_q {
  font-size: 18px;
  padding: 24px 16px;
  position: relative;
  font-weight: 500;
}
.faq_q::after {
  content: '▾';
  position: absolute;
  right: 16px;
  transition: transform 0.3s ease;
}
.faq_item.active .faq_q::after {
  transform: rotate(180deg);
}

.faq_a {
  display: none;
  font-size: 16px;
  padding: 20px;
  background: #63020212;
  color: #555;
  line-height: 1.6;
}
.faq_item.active .faq_a {
  display: block;
}
.long {height:178px;width: 1px;background-color: #800000;}
#price.section {
  background: #f9f9f9;
  padding: 100px 20px;
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
}
.price_wrap {max-width: 1400px;margin: auto;}
.price_header {
    text-align: center;
}
.price_header h5 {color: #770000;font-weight: bold;font-size: 18px;}
.price_header h2 {font-size: 42px;margin-bottom: 10px;color: #000;}
.price_desc { color: #555; margin-bottom: 60px; font-size: 16px; }

.price_cards { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; }
.price_card {
  position: relative;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    width: 360px;
}
.price_card:hover {
  border-color: rgba(119, 0, 0, 0.3);
}
.price_card.active {
  border-color: #770000;
  box-shadow: 0 0 0 2px rgba(119, 0, 0, 0.2);
  /* transform: scale(1.03); */
}
.price_tag {font-weight: bold;color: #770000;margin-bottom: 4px;font-size: 23px;text-align: center;font-weight: 400;}
.price_taga {opacity:50%;}
.price_tagg {filter: grayscale(1); opacity: 50%;}
.simbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    margin-right: 8px;}
.simbol01 {
    border: 1px solid #9B4D49;
    background: linear-gradient(90deg, #812B27 0%, #4B0906 100%);
}
.price_cost {font-size: 29px;font-weight: bold;margin-bottom: 20px;text-align: center;color: #000;}
 
.price_cost del {font-size: 29px;margin-right: 8px;color: #BBB;text-decoration: line-through;font-weight: 400;}
.price_cost span {font-size: 26px;font-weight: normal;color: #555;}
.price_list { text-align: left; padding: 0 10px; margin-bottom: 20px; }
.price_list li {margin: 8px 0;color: #222;display: flex;align-items: center;}
.material-symbols-outlined {
    color: #812B27;
}
._false .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #ddd;
}
._false {
    color: #aaa;
}
.mr8 {
    margin-right: 8px;
}
.price_list li.disabled {color: #ccc;/* text-decoration: line-through; */}
.price_btn {
  background: transparent;
  border: 1px solid #770000;
  color: #770000;
  padding: 10px 20px;
  border-radius: 100px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 20px;
  border: 1px solid #555;
  color: #555;
}
.price_btn.highlight {
  background: #770000;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 20px;
}
.price_btn:hover {
  opacity: 0.85;
}
.price_badge {
 position: absolute;
 left: 40px;
 top: -10px;
 padding: 4px 8px;
 font-size: 12px;
 line-height: 1;
 background: #812B27;
 color: #fff;
 z-index: 1;
 font-weight: 300;
 border-radius: 20px;
}
.price_notice {
  margin-top: 12px;
  font-size: 13px;
  color: #777;
}
.price_cost.gray {
  color: #bbb;
}
.faq_wrap {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}
.faq_wrap.action {
  opacity: 1;
  transform: translateY(0);
}
.main_b {
  display: inline-block;
  padding: 10px 25px;
  background-color: #600606; /* ÃƒÂ¬Ã‚Â§Ã¢â‚¬Å¾ÃƒÂ­Ã¢â‚¬Â¢Ã…â€œ ÃƒÂ¬Ã¢â€žÂ¢Ã¢â€šÂ¬ÃƒÂ¬Ã‚ÂÃ‚Â¸ÃƒÂ¬Ã†â€™Ã¢â‚¬Â° */
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.main_b:hover {
  background-color: #800808; /* ÃƒÂ¬Ã‚Â¡Ã‚Â°ÃƒÂªÃ‚Â¸Ã‹â€  ÃƒÂ«Ã‚ÂÃ¢â‚¬Â ÃƒÂ«Ã‚Â°Ã‚ÂÃƒÂ¬Ã‚ÂÃ¢â€šÂ¬ ÃƒÂ¬Ã¢â€žÂ¢Ã¢â€šÂ¬ÃƒÂ¬Ã‚ÂÃ‚Â¸ÃƒÂ¬Ã†â€™Ã¢â‚¬Â° */
  transform: scale(1.03);
}
.fuc_section {
  padding: 60px 0;
  width:100%;
}
.fuc_section h2 {width:100%;text-align: center;color: #630202;font-size: 18px;px;margin-bottom: 38px;font-weight: 600;position: relative;}
.ss {font-size: 22px;padding-left: 12px;color: #760000;font-weight: 700;}
.fuc_title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
  padding-left: 20px;
}
.fuc_tab_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.fuc_tabs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.fuc_tab {
  padding: 10px 25px;
  background: #eee;
  color: #800000;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fuc_tab.active {
  background: #800000;
  color: #fff;
}

.fuc_tabs4 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.fuc_tabs4 {
  padding: 10px 25px;
  background: #eee;
  color: #800000;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}
.fuc_tabs4.active {
  background: #800000;
  color: #fff;
}

.step_fuc {
  flex: 1;
  min-width: 407px;
  text-align: left;
  padding-top: 70px;
  z-index: 1;
}
.step_fuc .sub {
  color: #770000;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.step_fuc h3 {
  font-size: 39px;
  line-height: 1.4;
  color: #222;
  margin-bottom: 16px;
}
.step_fuc h3 strong {
  color: #770000;
}
.step_fuc .desc {
  font-size: 24px;
  color: #555;
  line-height: 1.6;
}
.step_fuc .desc span {
  color: #770000;
  font-weight: bold;
  font-size: 20px;
}
.fuc_content_inner {
 text-align: center;
  font-size: 18px;
}
.fuc_content_inner4 {
    text-align: center;
    font-size: 18px;
    width: 90%;
    margin: auto;
    display: flex;
    max-width: 1300px;
}
.func2_step_section {
 display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
    width: 100%;
    margin: 0 auto;
    gap: 60px;
}

.func2_step_intro {
  flex: 1;
  min-width: 285px;
  text-align: left;
}
.func2_step_intro .func2_sub {
  color: #770000;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.func2_step_intro h3 {
  font-size: 39px;
  line-height: 1.4;
  color: #222;
  margin-bottom: 16px;
}
.func2_step_intro h3 strong {
  color: #770000;
}
.func2_step_intro .func2_desc {
  font-size: 20px;
  color: #555;
  line-height: 1.6;
}

.func2_step_visual_box {
  flex: 1;
  max-width: 900px;
  padding: 40px;
  background: #fff;
  border-radius: 24px;
  text-align: center;
}
.func2_step_visual_box img {
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  display: block;
  transition: opacity 0.3s ease;
}
.func2_step_visual_box2 {
  flex: 1;
  max-width: 600px;
  padding: 0px 20px;
  background: #fff;
  border-radius: 24px;
  text-align: center;
}
.func2_step_visual_box2 img {
  width: 100%;

  margin: 20px auto;
  display: block;
  transition: opacity 0.3s ease;
}
.func2_desc.center {
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  color: #333;
}
.func2add_click_wrap {
  position: relative;
}
.func2add_click_wrap.slide-out {
  animation: slideOutSlightLeft 0.4s forwards;
}
.func2add_click_wrap.slide-in {
  animation: slideInRight 0.6s forwards;
}

@keyframes slideOutSlightLeft {
  0% { transform: translateX(0); opacity: 1; }
  100% { transform: translateX(-30%); opacity: 0; }
}

@keyframes slideInRight {
  0% { transform: translateX(100%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
.func4_section {
  padding: 80px 20px;
  text-align: center;
}
.func4_title {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 60px;
  color: #000;
  position: relative;
  z-index: 1;
}
.func4_title .highlight {
  color: #800000;
}
.func4_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.func4_box {
  background: #f9f9f9;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
}
.func4_box.active {
  opacity: 1;
  transform: translateY(0);
}
.func4_label {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.func4_box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 16px;
}
.func4_img img {
  width: 100%;
  max-width: 240px;
  border-radius: 12px;
  margin: 0 auto;
  display: block;
}
.fuci {
    width: 90%;
    margin: auto;
    max-width: 1300px;
}
.fuci img {
    height: 400px;
}
/*******************************************************************************
    @media 1350px
*******************************************************************************/
@media all and (max-width:1350px){


/*** css ÃƒÆ’Ã‚ÂªÃƒâ€šÃ‚Â³Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Âµ ***/
/* ÃƒÆ’Ã‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¬Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â­Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¸ */
.mTit br{display: none;}
.mTxt br{display: none;}
.sTit br{display: none;}
.sTxt br{display: none;}



/*** publication ***/
#publication .publication_roll .roll a {padding:30px 30px;}





}

/*******************************************************************************
    @media ~1280px
*******************************************************************************/
@media all and (max-width:1280px){


/*** Visual ***/
#visual{}
#visual .visual_in .roll{}
#visual .visual_in .roll .v_txt{}
#visual .visual_in .roll .v_txt h3{font-size:74px;}
#visual .visual_in .roll .v_txt .sTit{padding: 20px 0 0;}
#visual .visual_in .roll .v_txt .mTxt{padding: 15px 0 0;}

/* ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â­Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¸ */
#visual .slick-dots{bottom: 40px;}
#visual .slick-dots li{width:10px; height:10px;}






}

/*******************************************************************************
    @media  ~980px               
*******************************************************************************/
@media all and (max-width:980px){

.moving_intro h2 {
    font-size: 23px;
    font-weight: bold;
    color: #111;
    line-height: 1.4;
}
    .moving_section {
        height: 70vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
        gap: 50px;
    }
.faq_title strong {
    color: #000000;
    font-size: 37px;
    line-height: 43px;
}
.step_intro {
    flex: auto;
    min-width: 100%;
    text-align: center;
}
.step_intro h3 {
    font-size: 23px;
    line-height: 1.4;
    color: #222;
    margin-bottom: 16px;
}
.step_intro .desc {
    font-size: 21px;
    color: #555;
    line-height: 1;
}
.step_container {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 51px;
    padding: 23px 11px;
    background: #e2e2e2;
    border-radius: 24px;
    position: relative;
    min-width: 100%;
    width: 100%;
    max-width: fit-content;
    box-sizing: border-box;
}
/*** css ÃƒÆ’Ã‚ÂªÃƒâ€šÃ‚Â³Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Âµ ***/
.mTxt{letter-spacing: -0.5pt;}


/* ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â²ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â­Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¼ */
.moreBtn{width:160px; height:50px; padding: 0 20px;}
.moreBtn:after{width:26px; height: 26px; margin-top: -13px; right:15px;}
.moreBtn span{width: 26px; height: 26px; font-size:20px; line-height: 26px; right: 15px;}
.moreBtn font{line-height: 50px;}



/*** Visual ***/
#visual{}
#visual .visual_in .roll{}
#visual .visual_in .roll .v_txt{}
#visual .visual_in .roll .v_txt h3{font-size:54px;}
#visual .visual_in .roll .v_txt .sTit{padding: 15px 0 0;}
#visual .visual_in .roll .v_txt .mTxt{padding: 10px 0 0;}

/* ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â­Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¸ */
#visual .slick-dots{bottom: 30px;}


/* Publication */
#publication{height: auto !important; padding: 100px 0;}
#publication .titArea{padding:0 0 30px;}
#publication .titArea .mTit{padding: 0 30px 0 0;}
#publication .titArea .tab_style ul li{min-width:100px; padding:0 15px; margin:2px; height:40px; line-height: 40px;} 
#publication .publication_roll{width:calc(100% + 20px); margin:0 -10px;}
#publication .publication_roll .roll{margin:0 10px 20px; width:calc(100% - 20px) !important;}
#publication .publication_roll .roll a{padding:25px 30px;}
#publication .publication_roll .roll dd{padding:7px 0 0;}
.progressWrap .progress{width:calc(100% - 100px); }
.progressWrap .arrowArea{width: 100px; height: 20px;}
.progressWrap .arrowArea .slickArrow{width:20px; height:20px; line-height: 20px; font-size:20px;}
.progressWrap .arrowArea .line{height:12px; margin:0 15px;}

#publication .publication_roll.publication_roll1 .roll a dd  { padding:12px 0 0; }
#publication .publication_roll.publication_roll1 .roll a dd h3 { margin:0 0 7px; }
#publication .publication_roll.publication_roll1 .roll a dd ul li { padding-right:7px; margin-right:7px; }
#publication .publication_roll.publication_roll1 .roll a dd ul li::After { height:10px; }


/* News */
#news{height: auto !important; padding: 100px 0;}
#news .news_in{}
#news .news_in .titArea{padding:0 30px 0 0;}
#news .news_in .titArea .mTxt{padding:10px 0 0;}
#news .news_in .titArea .btnArea{padding:50px 0 0;}
#news .news_in .news_list{}
#news .news_in .news_list .list a{padding: 30px;}
#news .news_in .news_list .list a .date{margin:15px 0 0; font-size:13px; padding:0 0 0 20px;}
#news .news_in .news_list .list a .date:before{width:16px; height:16px; font-size:16px;}




}
/*******************************************************************************
    @media 481~680px
*******************************************************************************/
@media all and (max-width:680px){

 .moving_box img {
        width: 33px;
    }
.moving_box p {
    color: #000;
    margin-top: 9px;
    font-size: 12px;
}
.moving_box {
  position: absolute;
  width: 78px;
  height: 100px;
  padding: 10px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  line-height: 80px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  left: 50%;
  top: 50%;
  z-index: 2;
}
.box1.show {left: 80%;top: 0;transform: translate(-50%, -50%) scale(1);opacity: 1;}
.box2.show {left: 20%;transform: translate(-50%, -50%) scale(1);opacity: 1;top: calc(32vh + 45px);}
.box3.show {left: 20%;top: 0;transform: translate(-50%, -50%) scale(1);opacity: 1;}
.box4.show {left: 50%;top: 0;transform: translate(-50%, -50%) scale(1);opaciaty: 1;}
.box5.show {left: 50%;transform: translate(-50%, -50%) scale(1);opacity: 1;top: calc(32vh + 45px);}
.box6.show {left: 80%;transform: translate(-50%, -50%) scale(1);opacity: 1;top: calc(32vh + 45px);}
/*** css ÃƒÆ’Ã‚ÂªÃƒâ€šÃ‚Â³Ãƒâ€šÃ‚ÂµÃƒÆ’Ã‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Âµ ***/

/* ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚Â²ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â­Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¼ */
.moreBtn{width:120px; height:40px; padding: 0 15px;}
.moreBtn:after{right:5px;}
.moreBtn span{right: 5px;}
.moreBtn font{line-height: 40px;}



/*** Visual ***/
#visual{height: calc(var(--vh, 1vh) * 100) !important;}
#visual .visual_in .roll{height: calc(var(--vh, 1vh) * 100) !important;}
#visual .visual_in .roll .v_txt{}
#visual .visual_in .roll .v_txt h3{font-size:40px;}
#visual .visual_in .roll .v_txt .sTit{padding: 10px 0 0;}
#visual .visual_in .roll .v_txt .mTxt{padding: 8px 0 0;}

/* ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â­Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¸ */
#visual .slick-dots{bottom: 20px;}
#visual .slick-dots li{width:8px; height:8px;  margin: 0 10px 0 0;}



/* Publication */
#publication{padding: 80px 0;}
#publication .titArea{padding:0 0 20px;}
#publication .titArea .mTit{padding: 0 0 10px; width: 100%;}
#publication .titArea .tab_style ul li{padding:0 10px; height:30px; line-height: 30px; font-size:12px; min-width:92px;} 
#publication .publication_roll { width: calc(100% + 10px); margin: 0 -5px; }
#publication .publication_roll .roll { margin:0 5px 10px; width:calc(100% - 10px) !important; }
#publication .publication_roll .roll a { padding: 17px 20px; }

#publication .publication_roll.publication_roll1 .roll a dd  { padding:8px 0 0; }
#publication .publication_roll.publication_roll1 .roll a dd h3 { margin:0 0 5px; }
#publication .publication_roll.publication_roll1 .roll a dd ul li { padding-right:5px; margin-right:3px; }
#publication .publication_roll.publication_roll1 .roll a dd ul li::After { height:8px; }


/* News */
#news{padding: 42px 0;}
#news .news_in{}
#news .news_in .titArea{width: 100%; padding:0 140px 20px 0; position: relative;}
#news .news_in .titArea .mTxt{padding:8px 0 0;}
#news .news_in .titArea .btnArea{padding:0; position: absolute; right:0; bottom: 20px;}
#news .news_in .contArea{width: 100%;}
#news .news_in .news_list{}
#news .news_in .news_list .list a{padding: 20px;}
#news .news_in .news_list .list a .date{margin:12px 0 0; font-size:12px; padding: 0 0 0 18px;}
#news .news_in .news_list .list a .date:before{width:14px; height:14px; font-size:14px;}

.func2_step_section {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
}
.func2_step_intro h3 {
    font-size: 23px;
    line-height: 1.4;
    color: #222;
    margin-bottom: 16px;
}
.fuc_section {
    padding: 25px 0;
    width: 100%;
}
.fuc_content_inner4 {
    text-align: center;
    font-size: 18px;
    width: 90%;
    margin: auto;
    display: flex;
    max-width: 100%;
    flex-direction: column;
}
.step_fuc {
    flex: 1;
    min-width: 100%;
    text-align: center;
    padding-top: 12px;
    z-index: 1;
}
.step_fuc h3 {
    font-size: 23px;
    line-height: 1.4;
    color: #222;
    margin-bottom: 16px;
}
.step_fuc .desc {
    font-size: 20px;
    color: #555;
    line-height: 1;
}
.review_title strong {
    font-size: 30px;
    display: block;
    margin-top: 8px;
    line-height: 45px;
}
.faq_wrap {
    padding: 19px 0px;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans KR', sans-serif;
}
.faq_title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 43px;
    color: #630202;
}
.func2_step_intro {
    flex: 1;
    min-width: 100%;
    text-align: center;
}
.func2_step_visual_box {
    flex: 1;
    max-width: 100%;
    padding: 20px 10px;
    background: #fff;
    border-radius: 24px;
    text-align: center;
}
.step_badge {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    background: #b00000;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border: 3px solid #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    z-index: 5;
    white-space: nowrap;
    animation: blinkBadge 4s infinite;
}
.moving_center {
    position: absolute;
    top: auto;
    margin-top: 43%;
    left: 50%;
    width: 298px;
    height: 152px;
    transform: translate(-50%, -50%);
    background: linear-gradient(#ffeef3, #fbdde5);
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #a00000;
    text-align: center;
    z-index: 1;
}
.step_fuc .sub {
    color: #770000;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 2px;
}
.step_container2 {
    flex: 1;
    display: flex
;
    gap: 40px;
    padding: 40px 0;
    /* background: #e2e2e2; */
    border-radius: 24px;
    position: relative;
    min-width: calc(100% - 300px);
    box-sizing: border-box;
}
.fuci {
    width: 100%;
    margin: auto;
    max-width: 100%;
}

}
/*******************************************************************************
    @media ~480px               
*******************************************************************************/
@media all and (max-width:480px){
.moving_to_bottom {
  transform: translateY(150px) scale(0.5);
  transition: transform 0.5s ease;
}

    .moving_section {height: 78vh; }

.step_item {
    background: #0071c1;
    color: #fff;
    padding: 10px 8px;
    border-radius: 100px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    transform: translateY(20px);
}
.step_title.propvis h3 {
    color: #770000;
    font-family: 'Poppins';
    font-size: 21px;
}
.step_column {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 20px 9px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price_cards .price_card:nth-child(1),
.price_cards .price_card:nth-child(3) {
  display: none;
}

}
/*******************************************************************************
    @media ~360px
*******************************************************************************/
@media all and (max-width:360px){




}

