@charset "utf-8";

/* 공통 타이틀 */
.title p {font-size:1.8rem;line-height:1.6;margin-top:2.5rem;}
.title_p {font-size:2rem;line-height:1.6;}

/* 공통 박스 리스트 */
.list_box {display:flex;flex-wrap:wrap;width:100%;gap:3rem 6rem;}
.list_box li {flex-wrap:wrap;min-height:18rem;flex:1 1 20%;border:1px dashed #000;border-radius:2rem;display:flex;justify-content:center;align-items:center;text-align:center;padding:4rem 2rem;font-weight:500;line-height:1.3;transition:all .4s;-webkit-transition:all .4s;}
.list_box li:hover {background:#f1f1f1;}
.list_box li i {font-size:3rem;background:#f1f1f1;border-radius:100%;padding:1rem;transition:all .4s;-webkit-transition:all .4s;}
.list_box li:hover i {background:#000;color:#fff;}
.list_box li p {width:100%;margin-top:3rem;}
@media only screen and (max-width:1199px){
	.list_box {gap:3rem 4rem;}
	.list_box li {flex:1 1 30%;}
}
@media only screen and (max-width:767px){
	.list_box {gap:2rem 0;}
	.list_box li {flex:1 1 100%;}
}

/* 일반게시판(목록) */
/********** 숨김 **********/
.hide {overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%);}

/* 게시판 상단검색 */
.sch_top {display:flex;justify-content:space-between;align-items:flex-end;position:relative;z-index:1;margin-bottom:20px;}
/* 총게시물 수 */
.sch_top .total {}
.sch_top .total strong {font-size:1.7rem;font-weight:500;color:#666;}
.sch_top .total strong > em {color: #262858;font-weight:700;}
.sch_top .total strong > span {font-size:1.6rem;color:#666;}
.sch_top .total strong > span em {color: #262858;font-weight:700;}
/* 검색 */
.search_flex {display:flex;flex-wrap:wrap;width:100%;justify-content:center;}
.search_flex input,
.search_flex select,
.search_flex button {border:0;border-left:1px solid #000;border-top:1px solid #000;border-bottom:1px solid #000;font-size:1.6rem;line-height:5rem;height:5rem;}
.search_flex button {background:#262858;color:#fff;display:flex;align-items:center;justify-content:center;width:6rem;border:0;}
.search_flex button i {font-size:2.5rem;}
@media only screen and (max-width:1023px){
	.search_flex select {width:calc(35% - 3rem);}
	.search_flex input {width:calc(65% - 3rem);}
}
@media only screen and (max-width:767px){
	.search_flex input,
	.search_flex select,
	.search_flex button {line-height:4.5rem;height:4.5rem;}
	.search_flex select {width:calc(35% - 2.5rem);}
	.search_flex input {width:calc(65% - 2.5rem);}
	.search_flex button {width:5rem;}
}
/* 게시판 영역 */
.board_box {border-top:2px solid#000;border-bottom:1px solid #ddd;}
/* 게시판 페이지넘버 */
.page_number {display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:40px;}
.page_number li {margin:0 2px;}
.page_number li a {display:grid;place-items:center;width:34px;height:34px;line-height:1.2;text-align:center;font-size:1.5rem;text-decoration:none;}
.page_number li a em {}
.page_number li a.on,.page_number li a:is(:hover, :focus, :active) {}
.page_number .prev_first a {background:url("./../../images/fs/common/first_prev.png") no-repeat center center;font-size:0;}
.page_number .prev a {background:url("./../../images/fs/common/prev.png") no-repeat center center;font-size:0;}
.page_number .num {}
.page_number .num a.on,.page_number .num a:is(:hover, :focus, :active) {color:#262858;border:1px solid #262858;}
.page_number .next a {background:url("./../../images/fs/common/next.png") no-repeat center center;font-size:0;}
.page_number .next_last a {background:url("./../../images/fs/common/last_next.png") no-repeat center center;font-size:0;}
@media only screen and (max-width:1399px){
	.notiwrap {padding:0;}
}
@media only screen and (max-width:1023px){
	.sch_top {margin-bottom:15px;}
	.sch_top .search_box .inputbox .btn_bace {height:45px;}
	.sch_top .search_box .inputbox .btn_bace img {width:20px;}
	.sch_top .search_box .inputbox select {width:100px;}
	.sch_top .search_box .inputbox input {width:327px;}
	.sch_top .search_box .inputbox button {width:50px;height:50px;}

	.page_number {margin-top:20px;}
}
@media only screen and (max-width:767px){
	.sch_top {flex-direction:column-reverse;align-items:flex-start;margin-bottom:10px;gap:10px;}
	.sch_top .search_box {width:100%;}
	.sch_top .search_box .inputbox {flex-wrap:wrap;}
	.sch_top .search_box .inputbox .btn_bace {flex-grow:1;height:40px;}
	.sch_top .search_box .inputbox select {flex-grow:1;background:#fff;border-radius:5px;}
	.sch_top .search_box .inputbox input {flex-grow:1;background:#fff;border-radius:5px;}
	.sch_top .search_box .inputbox button {width:100%;height:45px;border-radius:5px;}

	.page_number li {margin:0 1px;}
	.page_number li a {width:30px;height:30px;line-height:30px;}
	.page_number .prev_first a {width:30px;}
	.page_number .prev a {width:30px;}
	.page_number .next a {width:30px;}
	.page_number .next_last a {width:30px;}
}

/* 공지사항(목록) */
.board_table {width:100%;line-height:1;border-collapse:collapse;font-size:1.6rem;border-bottom:1px solid #000;border-right:1px solid #000;}
.board_table thead th {position:relative;padding:2rem 1rem;font-weight:700;border-bottom:1px solid #000;border-top:1px solid #000;border-left:1px solid #000;}
.board_table tbody tr {border-top:1px solid #000;}
.board_table tbody tr.noti {position:relative;background:#f1f1f1;}
.board_table tbody tr.noti:after {content:"";display:block;position:absolute;left:0;top:0;width:100%;height:1px;background:#fff;}
.board_table tbody td {padding:2rem 1rem;font-weight:400;border-left:1px solid #000;}
.board_table tbody td .ellipsis1 {max-width:90%;line-height:1.2;}
.board_table tbody td.num {font-size:1.6rem;}
.board_table tbody td.tit {font-weight:600;}
.board_table tbody td.tit a .new {/*background:#000;*/color:#fff;font-size:1.2rem;padding:0 10px;line-height:2rem;display:inline-block;}
.board_table tbody td.tit .reply {display:inline-block;margin-left:1.5rem;}
.board_table tbody td.filedown {}
.board_table tbody td.view {}
.board_table tbody td.view .btn_bace:first-child {margin-top:0;}
.board_table tbody td.view .btn_bace {margin-top:5px;}
.board_table tbody td.file {font-size:1.5rem;}
.board_table tbody td.file img {opacity:0.5;}
.board_table tbody td.data {font-size:1.5rem;}
.board_table tbody td .btn_bace {height:35px;line-height:35px;font-size:1.4rem;}
.board_table tbody tr.noti {}
.board_table tbody tr.noti td {font-weight:500;}
.board_table tbody tr.noti .num span {display:grid;place-items:center;/*width:25px;*/height:25px;margin:0 auto;background:#000;text-align:center;border-radius:50px;font-size:1.4rem;color:#fff;font-weight:600;}
.board_table tbody tr:is(:hover,:focus,:active) {background:#f9f9f9;}
@media only screen and (max-width:1023px){
	.board_table {text-align:left;border-left:1px solid #000;}
	.board_table colgroup,
	.board_table thead th {display:none;}
	.board_table tbody tr:first-child {border-top:0;}
	.board_table tbody tr.noti:after  {display:none;}
	.board_table tbody tr {display:flex;flex-wrap:wrap;padding:12px 0;}
	.board_table tbody td {display:block;height:auto;}
	.board_table tbody td.num {order:1;display:none;}
	.board_table tbody td.tit {order:2;width:100%;padding:0 6px 8px 6px;font-weight:600;}
	.board_table tbody td .ellipsis1 {font-size:1.5rem;}
	.board_table tbody td.file {order:4;display:inline-block;padding:0 6px;border-right:0;}
	.board_table tbody td.file img {width:18px;margin-top:3px;}
	.board_table tbody td.data {order:3;display:inline-block;padding:0 6px;margin:5px 0;border-right:1px solid #ddd;}
	.board_table tbody tr.noti td {font-weight:600;}
	.board_table tbody tr.noti td.num {display:block;}
	.board_table tbody tr.noti .num {padding:0 6px 10px 6px;text-align:left;}
	.board_table tbody tr.noti .num span {display:inline-block;/*width:25px;*/line-height:25px;height:25px;padding:0 5px;}
	.board_table tbody tr.noti .num span img {height:50%;vertical-align:middle;}
	.board_table tbody tr td.ta-c {width:100%;}
}
@media only screen and (max-width:529px){
	.board_table tbody td .ellipsis1 {max-width:98%;}
	.board_table tbody td.tit .reply {display:block;margin:10px 0 0 0;}
}


/* 공지사항(상세), 문의하기(상세) */
.view_box{border-top:1px solid #000;}
.view_box .tit {min-height:60px;padding:4rem 2rem;border-bottom:1px solid #000;font-size:2rem;color:#222;font-weight:500;}
.view_box .tit .cate {color:#262858}
.view_box .tit .cate:after {display:inline-block;content:"";width:1px;height:10px;margin:0 12px;}
.view_box .info {border-bottom:1px solid #000;font-size:1.4rem;}
.view_box .info:after {display:block;content:"";visibility:hidden;clear:both}
.view_box .info ul {display:flex;flex-wrap:wrap;}
.view_box .info ul li {display:inline-block;font-weight:500;border-left:1px solid #000;flex:1 1 30%;padding:1rem 2rem;}
.view_box .info ul li:first-child {border-left:0;}
.view_box .info b {font-weight:700;}
.view_box .view_cont {padding:5rem 2rem;border-bottom:1px solid #000}
.view_box .view_cont img {max-width:100%;}
.view_box .file {overflow:hidden;padding:2rem 2rem;border-bottom:1px solid #000;font-size:1.4rem;}
.view_box .file p {float:left}
.view_box .file ul {float:left}
.view_box .file ul li i {padding:0 2rem;font-size:14px;color:#bbb}
.btn_area {overflow:hidden;position:relative;margin-top:2rem;}
.btn_area ul {overflow:hidden}
.btn_area ul li {float:left}
.btn_area .left {float:left}
.btn_area .left li {margin-right:0.5rem;}
.btn_area .right {float:right}
.btn_area .right li {margin-left:0.5rem;}
@media only screen and (max-width:767px){
	.view_box .info ul li {flex:1 1 100%;border-left:0;border-top:1px solid #000;}
	.view_box .info ul li:first-child {border-top:none;}
}

/* 문의하기(쓰기) */
.write_table_box {table-layout:fixed;width:100%;font-size:1.4rem;border-top:1px solid #000;}
.write_table_box thead th {padding:10px 15px;border-left:1px solid #000;color:#222;background:#f2f4fa;}
.write_table_box tbody th {color:#222;font-weight:700;position:relative;text-align:left;padding:1rem 3rem;}
.write_table_box tbody th,
.write_table_box tbody td {border-bottom:1px solid #000;word-break:break-all;}
.write_table_box thead th:first-child,
.write_table_box tbody td:first-child,
.write_table_box tbody th:first-child {border-left:none;}
.write_table_box tbody td {padding:1rem 1rem;}
.write_table_box tbody td input {/*width:100%;*/border:none;}
.write_table_box tbody td textarea {width:100%;height:30rem;border:none;}
.write_table_box tbody td .etc {margin-top:5px;}
.write_table_box tbody td .etc em {font-weight:500;}
.write_table_box tbody td .filebox .upload-name {display:inline-block;height:4rem;padding:0 1rem;vertical-align:top;border:1px solid #000;width:85%;background:#fff;}
.write_table_box tbody td .filebox label {display:inline-flex;padding:1rem;width:15%;height:4rem;margin-right:-4px;text-align:center;color:#fff;vertical-align:top;background:#000;justify-content:center;align-items:center;}
.write_table_box tbody td .filebox input[type="file"] {position:absolute;width:0;height:0;padding:0;overflow:hidden;border:0;}
.write_table_box tbody td .fileicon {margin-top:10px;font-size:1.6rem;font-weight:500;}
.write_table_box tbody td .fileicon span {margin-right:10px;}
.write_table_box tbody td .fileicon a {display:block;margin-top:15px;}
.write_table_box tbody tr th:first-child,
.write_table_box tbody tr td:first-child {border-left:0;}
.write_table_box tbody tr:first-child th,
.write_table_box tbody tr:first-child td {border-top:1px solid #fff;}
.write_table_box tbody tr th.bd_none,.write_table_box tbody tr td.bd_none,
.write_table_box thead tr th.bd_none,.write_table_box thead tr td.bd_none {border-left:0;}
.write_table_box tbody tr th.bd_left,.write_table_box tbody tr td.bd_left,
.write_table_box thead tr th.bd_left,.write_table_box thead tr td.bd_left {border-left:1px solid #cdd2d5;}
.write_table_box tbody td .list1 li {display:flex;flex-wrap:wrap;}
.write_table_box tbody td .list1 li strong {width:70px;}
.write_table_box tbody td .list1 li p {width:calc(100% - 70px);}
.write_table_box tbody td a {margin:1px 0;min-width:9.5rem;}
.required {background:#000;width:1.5rem;height:1.5rem;display:inline-flex;color:#fff;justify-content:center;align-items:center;padding-top:0.6rem;position:absolute;top:-1px;left:0;}
.required_notice {margin-bottom:1.2rem;font-size:1.5rem;color:#000;display:flex;flex-wrap:wrap;align-items:center;justify-content:end;}
.required_notice .required {position:unset;margin-right:0.5rem;}
@media only screen and (max-width:1199px){
	.write_table_box tbody td .filebox label {line-height:1.8;}
}
@media only screen and (max-width:1023px){
	.write_table_box tbody td textarea {height:185px;}
	.write_table_box tbody td .filebox .upload-name {height:45px;}
	.write_table_box tbody td .filebox label {height:45px;line-height:1.2;}

	.write_table_box.responsive tbody tr {display:flex;flex-wrap:wrap;}
	.write_table_box.responsive tbody tr th {width:100px;padding:0;}
	.write_table_box.responsive tbody tr td {width:100%;}
	.write_table_box.responsive tbody tr td:after {left:-3rem;}

	.write_table_box3.responsive tbody tr td {padding:0;width:calc(100% - 100px);height:min-content;}
}
@media only screen and (max-width:767px){
	.write_table_box colgroup {display:none}
	.write_table_box,.write_table_box tbody,.write_table_box tr,.write_table_box th,.write_table_box td {display:block;width:100%}
	.write_table_box tbody th {border-bottom:0;padding:1rem;}
	.write_table_box tbody td {padding-top:0;}
	.write_table_box tbody td input {width:100%;}
	.write_table_box tbody td .filebox .upload-name {width:65%;}
	.write_table_box tbody td .filebox label {width:35%;}
	.write_table_box tbody td .fileicon span {display:block;}

	.write_table_box tbody td .list1 li strong {width:100%;}
	.write_table_box tbody td .list1 li p {width:100%;}

	.required {left:unset;right:0;}
}

/* 갤러리 리스트 */
.gallery_table {position:relative;}
.gallery_table .gallery_ul {display:flex;flex-wrap:wrap;}
.gallery_table .gallery_ul li {width:33.33%;border:1px solid #000;margin-top:-1px;margin-left:-1px;transition:all .4s;-webkit-transition:all .4s;}
.gallery_table .gallery_ul li.board_none {width:100%;padding:2rem;text-align: center;}
.gallery_table .gallery_ul li a {display:block;text-decoration:none;position:relative;}
.gallery_table .gallery_ul li a .imgbox {overflow:hidden;position:relative;display:block;padding-top:75%;background:#fff;transition:.3s;}
.gallery_table .gallery_ul li a .imgbox iframe {position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);}
.gallery_table .gallery_ul li a .imgbox img {position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%);}
.gallery_table .gallery_ul li a .imgbox .cnc {width:auto;filter:invert(60%) sepia(1%) saturate(0%) hue-rotate(356deg) brightness(150%) contrast(83%);max-width:90%;}
.gallery_table .gallery_ul li a .tit {font-size:1.6rem;font-weight:700;color:#222;text-decoration:none;line-height:1.3;padding:1rem 2rem;}
.gallery_table .gallery_ul li a .tit span {font-size:1.4rem;text-align:center;display:block;color:#aaa;font-weight:500;margin-top:0.5rem;}
.gallery_table .gallery_ul li a > div {}
.gallery_table .gallery_ul li a .origin {display:inline-flex;font-size:1.5rem;color:#666;line-height:1;}
.gallery_table .gallery_ul li a .origin em {padding-right:10px;margin-right:10px;border-right:1px solid #ddd;color:#000;font-weight:600;}
.gallery_table .gallery_ul li:is(:hover,:focus,:active) {background:#f1f1f1;}
.gallery_table .gallery_ul .nocont_li {width:100%;padding:0 0 0 40px;margin:0;}
.gallery_table .gallery_ul .nocont_li .nocont {padding:20px 15px 60px 15px;text-align:center;}

@media only screen and (max-width:1023px){
	.gallery_table .gallery_ul li a .tit {margin-top:15px;}
	.gallery_table .gallery_ul li a .tit span {font-weight:600;}
}
@media only screen and (max-width:767px){
	.gallery_table .gallery_ul li {width:50%;}
	.gallery_table .gallery_ul li a .tit .new img {width:30px;}
	.gallery_table .gallery_ul li a .tit {padding:1rem 1rem;}
}
@media only screen and (max-width:450px){
	.gallery_table .gallery_ul li {width:100%;}
}

/* 브로셔 리스트 */
.gallery_table2 {overflow:hidden;position:relative;}
.gallery_table2 .gallery_ul {display:flex;flex-wrap:wrap;gap:6rem 6rem;}
.gallery_table2 .gallery_ul li {width:calc(25% - 4.5rem);}
.gallery_table2 .gallery_ul li {display:block;text-decoration:none;position:relative;}
.gallery_table2 .gallery_ul li .img {overflow:hidden;position:relative;display:block;padding-top:140%;transition:.3s;}
.gallery_table2 .gallery_ul li .img iframe {position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);}
.gallery_table2 .gallery_ul li .img img {position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%);}
.gallery_table2 .gallery_ul li .img .cnc {width:auto;filter:invert(60%) sepia(1%) saturate(0%) hue-rotate(356deg) brightness(150%) contrast(83%);}
.gallery_table2 .gallery_ul li .tit {margin:1rem 1rem;font-size:1.6rem;font-weight:600;color:#222;text-decoration:none;line-height:1.3;display:block;}
.gallery_table2 .gallery_ul li .tit em {font-size:1.5rem;color:#999;font-weight:300;margin-top:0.5rem;}
.gallery_table2 .gallery_ul li .origin {display:inline-flex;font-size:1.5rem;color:#666;line-height:1;}
.gallery_table2 .gallery_ul li .origin em {padding-right:10px;margin-right:10px;border-right:1px solid #ddd;color:#000;font-weight:600;}
.gallery_table2 .gallery_ul .nocont_li {width:100%;padding:0 0 0 40px;margin:0;}
.gallery_table2 .gallery_ul .nocont_li .nocont {padding:20px 15px 60px 15px;text-align:center;}
.gallery_table2 .gallery_ul li .res_btn {border:1px solid #000;color:#000;display:flex;justify-content:space-between;align-items:center;font-size:1.6rem;height:4.5rem;padding:0 3rem;font-weight:500;}
.gallery_table2 .gallery_ul li .res_btn i {transition:all .4s;-webkit-transition:all .4s;}
.gallery_table2 .gallery_ul li .res_btn:is(:hover,:focus,:active) {border:1px solid #000;color:#fff;background:#000;padding:0 4rem;}
.gallery_table2 .gallery_ul li .res_btn:is(:hover,:focus,:active) i {filter:brightness(100);}

@media only screen and (max-width:1399px){
	.gallery_table2 .gallery_ul {gap:3rem 3rem;}
	.gallery_table2 .gallery_ul li {width:calc(33.33% - 2rem);}
	.gallery_table2 .gallery_ul li .tit {}
	.gallery_table2 .gallery_ul li .tit span {font-weight:600;}
}
@media only screen and (max-width:767px){
	.gallery_table2 .gallery_ul {gap:2rem 2rem;}
	.gallery_table2 .gallery_ul li {width:calc(50% - 1rem);}
	.gallery_table2 .gallery_ul li .tit {font-size:1.4rem;}
}

/* 갤러리 상세페이지 */
.flexbox {display:flex;flex-wrap:wrap;;}
.flexbox .swiper_box {width:600px;position:relative;}
.flexbox .swiper_box .nb {position:absolute;left:20px;top:-15px;z-index:1;}
.flexbox .swiper-slide {border-radius:20px;overflow:hidden;display:flex;width:100%;height:100%;align-items:center;justify-content:center;position:relative;border:1px solid #ddd;}
.flexbox .swiper-slide::after {display:block;content:"";padding-bottom:100%;}
.flexbox .swiper-slide img{max-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;object-fit:cover;}
.flexbox .thumbs {margin-top:10px;}
.flexbox .thumbs .swiper-wrapper {gap:1.0rem;justify-content:space-between;}
.flexbox .thumbs .swiper-wrapper .swiper-slide {width:100%;aspect-ratio:1/1;text-align:center;flex:1;border:1px solid #ddd;cursor:pointer;}
.flexbox .swiper-button-next:after,
.flexbox .swiper-button-prev:after {color:rgba(0,0,0,0.8);}
.flexbox .txtbox {width:calc(100% - 600px);line-height:1.5;display:flex;flex-wrap:wrap;align-content:space-between;padding-left:10rem;}
.flexbox .rtxt_box {width:100%;overflow:hidden;}
.flexbox .rtxt_box > h4 {line-height:35px;padding-bottom:30px;margin-bottom:20px;font-size:30px;border-bottom:2px solid #000;font-weight:600;margin-top:6rem;}
.flexbox .rtxt_box > h4 em {display:block;vertical-align:middle;width:100%;}
.flexbox .txtbox .btn_box {display:flex;justify-content:end;width:100%;padding-top:3rem;border-top:1px solid #000;}
.flexbox .txtbox .btn_box a {margin-left:10px;}
.info_ul > li {display:flex;flex-wrap:wrap;width:100%;padding:25px 0;border-bottom:1px dotted #ddd;}
.info_ul > li:last-child {border-bottom:0;}
.info_ul > li span.stit {position:relative;width:100px;color:#222;font-size:18px;font-weight:800;}
.info_ul > li span.stit:before {content:"";position:absolute;right:0;top:6px;width:1px;height:14px;background:#999;}
.info_ul > li span.stit:after {content:"";clear:both;display:block;}
.info_ul > li div {width:calc(100% - 100px);overflow:hidden;padding-left:4rem;}
.info_ul > li em {display:block;color:#666;}
.info_ul > li em a {word-break:break-all;display:inline-block;}
.info_ul > li em a:focus-visible { outline-offset:-5px !important;}
@media only screen and (max-width:1399px){
	.flexbox .swiper_box {width:400px;}
	.flexbox .txtbox {width:calc(100% - 400px);padding-left:8rem;}
	.flexbox .rtxt_box > h4 {margin-top:3rem;}
}
@media only screen and (max-width:1199px){
	.flexbox .swiper_box {width:350px;}
	.flexbox .txtbox {width:calc(100% - 350px);padding-left:7rem;}
	.flexbox .rtxt_box > h4 {margin-top:0;font-size:2.5rem;margin-bottom:10px;padding-bottom:20px;}
	.info_ul > li {padding:20px 0;}
}
@media only screen and (max-width:1023px){
	.flexbox .swiper_box {width:300px;}
	.flexbox .txtbox {width:calc(100% - 300px);padding-left:6rem;}
	.flexbox .rtxt_box > h4 {margin-top:0;font-size:2.5rem;margin-bottom:10px;padding-bottom:20px;}
	.info_ul > li {padding:20px 0;}
	.info_ul > li span.stit {width:80px;}
	.info_ul > li div {width:calc(100% - 80px);padding-left:3rem;}
}
@media only screen and (max-width:767px){
	.flexbox .swiper_box {width:100%;}
	.flexbox .txtbox {width:100%;padding-left:0;margin-top:40px;}
	.flexbox .rtxt_box > h4 {font-size:2.3rem;line-height:1.2;}
	.info_ul > li {padding:10px 0;}
	.info_ul > li span.stit {font-size:1.6rem;}
	.info_ul > li em {font-size:1.6rem;}
	.info_ul > li .list1 > li {font-size:1.6rem;}
	.info_ul > li .list1 > li:after {top:8px;}
	.flexbox .txtbox .btn_box {padding-top:20px;}
}

/* 파일첨부 */
.file_box {display:flex;flex-wrap:wrap;}
.file_box .btn_upload {width:110px;}
.file_box .btn_upload label {display:block;width:100%;padding:0 15px;line-height:4;font-size:.9em;transition:all .4s;-webkit-transition:all .4s;}
.file_box input[type="file"] {position:absolute;width:0;height:0;padding:0;overflow:hidden;border:0;cursor:pointer;transition:all .4s;-webkit-transition:all .4s;}
.file_box .upload_list  {display:block;width:calc(100% - 115px);}
.file_box .upload_list .upload_name {display:flex;justify-content: space-between;align-items: center;height: 100%;}
.file_box .upload_list a {display:block;padding-left:15px;line-height:40px;border-radius:5px;font-size:.9em;color:#999;}
.file_box .upload_list a + a {margin-top:5px;}
.file_box .upload_list a span:hover {text-decoration:underline;}
.file_box .upload_list a .btn_del {display:inline-block;margin-left:20px;font-family:inherit;color:#999;background:none;}
.file_box .upload_list .lbl_userFile {line-height:40px;padding-left:1rem;}
@media only screen and (max-width:1023px){
	.stxt {font-size:2.5rem;}
	.form_box table.responsive tbody tr {padding:0;}
	.form_box table.responsive tbody tr th {padding:12px 10px;text-align:left;}
	.form_box table.responsive tbody tr td {padding:15px 10px;}
}
@media only screen and (max-width:767px){
	.stxt {font-size:1.8rem;}
	[class*="form_box"] .wh200 {width:100%;}
	[class*="form_box"] .flex_area .flexbox {width:100%;}
	[class*="form_box"] .flex_area input {width:calc((100% - 30px)/2);}
	[class*="form_box"] .flex_area select {width:100%;margin:5px 0 0;}

	/* 폼박스 (테이블형) */
	.form_box .responsive tbody tr {padding:0 !important;}
	.form_box .responsive tbody tr th,
	.form_box .responsive tbody tr td {padding:15px;}
	.form_box tbody tr td .checks.flexbox {justify-content:center;}
	.form_box .num_area select {margin-bottom:5px;width:calc((100% - 40px)/3);}
	.form_box .num_area input {width:calc((100% - 40px)/3);}
	.form_box .num_area .flexbox .inblock {margin:0;width:20px;}

	/* 파일첨부 */
	.file_box {flex-direction:column;}
	.file_box .upload_list {width:100%;margin-top:10px;}
	.file_box .upload_list a .btn_del {visibility:visible;opacity:1;}
}

/*서브 비주얼*/
.sub_top_wrap .sub_tit {font-size:6rem;font-weight:700;}
.sub_top_wrap .sub_tit strong {font-size:9rem;color:#05525f;}
.sub_top_wrap .img {padding-top:8rem;}
.sub_top_wrap .tit {font-size:7.5rem;font-weight:700;}
.sub_top_wrap .txt {margin-top:3rem;font-size:2rem;font-weight:500;line-height:1.3;}
@media only screen and (max-width:1199px){
	.sub_top_wrap .sub_tit {font-size:5rem;}
}
@media only screen and (max-width:1023px){

}
@media only screen and (max-width:767px){
	.sub_top_wrap .sub_tit {font-size:4rem;}
	.sub_top_wrap .sub_tit strong {font-size:7rem;}
	.sub_top_wrap .txt {margin-top:2rem;font-size:1.8rem;}
}

/* 개인정보 수집 동의 */
.privacy-agreement {width:100%;margin:0 auto;}
.privacy-content {border:1px solid #000;padding:2rem;}
.privacy-content h5 {font-size:1.6rem;}
.privacy-content .list1 li {font-size:1.5rem;}
.privacy-check {background:#000;padding:1rem;color:#fff;}

/* 0102 Raphas ODM */
.fullpage {height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width: none;-ms-overflow-style: none;}
.fullpage::-webkit-scrollbar {display:none;}
.fullpage .section {height:100vh;scroll-snap-align:start;display:flex;align-items:center;padding:10rem 0 0 10rem;}
.fullpage h4 {font-size:clamp(2.5rem,5vw,5rem);font-weight:700;line-height:1.2;}
.fullpage h4 strong {font-weight:900;}
.fullpage p {font-size:1.6rem;line-height:1.8;max-width:75rem;margin-top:3rem;color:#333;font-weight:500;}
.fullpage p strong {color:#000;font-size:2rem;font-weight:800;}
.fullpage .section.dark {background:#000;color:#fff}
.fullpage .section.dark p {color:rgba(255,255,255,0.7)}
.fullpage .eng {text-transform:uppercase;font-size:1.4rem;letter-spacing:0.25em;color:#333;display:block;line-height:1.5;}
.fullpage .section > div {opacity:0;transform:translateY(4rem);transition:all 1s ease}
.fullpage .section.active > div {opacity:1;transform:translateY(0)}
.sec_txt {width:50%;}
.sec_img {width:50%;position:relative;overflow:hidden;height:100%;}
.sec_img img {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;}
@media only screen and (max-width:1799px){
	.fullpage .section {padding:10rem 0 0 5%;}
	.fullpage h4 {font-size:clamp(2.5rem, 5vw, 4rem);}
}
@media only screen and (max-width:767px){
	.fullpage .section {padding:8rem 0 0 0;flex-wrap:wrap;}
	.fullpage .section.active > div {height:50vh;width:100%;}
	.sec_txt {padding:0 5%;display:flex;align-items:center;flex-wrap:wrap;align-content:center;}
	.fullpage h4 {width:100%;}
	.sec_img img {width:100%;height:auto;}
}

/* 0103 인증및특허 */
.certf_list {display:flex;flex-wrap:wrap;text-align:center;gap:6rem 6rem;border-top:1px solid #000;border-bottom:1px solid #000;padding:5rem 0;}
.certf_list li {width:calc(25% - 4.5rem);}
.certf_list li > input {width: 2rem;height: 2rem;}
.certf_list li.no_data {width:100%;margin-bottom:0;}
.certf_list li span {display:block;width:100%;}
.certf_list li span .imgbox {position:relative;aspect-ratio: 6/8;overflow: hidden;display:flex;align-items: center;justify-content: center;background:#f1f1f1;}
.certf_list li span .imgbox img {transition:all .6s;-webkit-transition:all .6s;width:100%;max-width:100%;}
.certf_list li span .imgbox .noimg {max-width:80%;width:14rem;opacity:0.2;}
.certf_list li:hover span .imgbox img {transform: scale(1.1);}
.certf_list li .list_tit {width:95%;margin:15px auto 0;color:#222;font-size:1.1em;line-height:1.4em;font-weight:600;word-break: break-all;}
.certf_list li.nocont_li {width:100%;border-top:1px solid #000;border-bottom:1px solid #000;padding:4rem 1rem;}
@media only screen and (max-width:1199px){
	.certf_list {max-width:100%;}
	.certf_list li {width:calc(33.33% - 4rem);}
}
@media only screen and (max-width:767px){
	.certf_list {gap:3rem;}
	.certf_list li {width:calc(50% - 1.5rem);}
	.certf_list li:last-child {margin-bottom:0;}
	.certf_list li span .list_tit {font-size:13px;}
}
@media only screen and (max-width:560px){
	.certf_list li {width:100%;}
}

/* 010401_파트너사 */
.customer_list {display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #000;border-left:1px solid #000;}

.customer_list li {transition:all .4s;-webkit-transition:all .4s;border-right:1px solid #000;border-bottom:1px solid #000;}

.customer_list li.no_data {grid-column:1 / -1;padding:5rem 0;text-align:center;}

.customer_list li .customer_box {overflow:hidden;position:relative;}
.customer_list li .customer_box input {width: 2rem;height: 2rem;margin-left:1rem;margin-top:1rem;}
.customer_list li .customer_logo {padding:2rem 2rem;text-align:center;height:15rem;display:flex;align-items:center;justify-content:center;}
.customer_list li .customer_logo img {max-width:100%;max-height:7rem;}
.customer_list li .customer_name {padding:0 2rem 4rem 2rem;font-weight:600;font-size:1.6rem;text-align:center;}
.customer_list li a {transition:all .4s;-webkit-transition:all .4s;}
.customer_list li:is(:hover,:active,:focus) {background:#f1f1f1;}
@media only screen and (max-width:1023px){
	.customer_list {grid-template-columns:repeat(3,1fr);}
}
@media only screen and (max-width:767px){
	.customer_list {grid-template-columns:repeat(2,1fr);}
}
@media only screen and (max-width:425px){
	.customer_list {grid-template-columns:repeat(1,1fr);}
	.customer_list li .customer_logo {height:15rem;}
}

/* 0201 용해성 마이크로니들 */
.video_play {width:100%;max-width:100%;aspect-ratio:16/9;overflow:hidden;background:#000}
.video_play iframe {width:100%;height:100%;border:0;display:block}

/* 0202 라파스 DEN 공법ㆍ제조 */
.den-top {display:grid;grid-template-columns:1.1fr 1fr;gap:5rem;align-items:stretch}
.den-desc {display:grid;gap:2.5rem}
.desc-card {position:relative;background:#fff;padding:3rem 3.2rem 3rem 5.6rem;border:1px solid #000;display:flex;align-items:center;gap:1.6rem;transition:all 0.3s ease}
.desc-card::before {content:"";position:absolute;left:0;top:0;width:0.6rem;height:100%;background:#000}
.desc-card:hover {transform:translateY(-0.6rem);box-shadow:0 1.6rem 4rem rgba(0,0,0,0.12)}
.desc-card i {font-size:10rem;color:#000;opacity:0.1;font-weight:100;}
.desc-card p {font-size:2rem;line-height:1.7}
.den-video {position:relative;border:1px solid #000;padding:1.6rem;background:#fff}
.den-video::before {content:"DEN TECHNOLOGY";position:absolute;top:-0.8rem;left:1.6rem;font-size:1.2rem;background:#fff;padding:0 0.8rem;letter-spacing:0.12em;font-weight:600}
.den-video iframe {width:100%;display:block;height:100%;}
.den-features {display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem;list-style:none;padding:0;margin-top:2rem}
.den-features li {background:#fff;padding:4.2rem 2rem;text-align:center;border:1px solid #000;transition:all 0.3s ease}
.den-features li:hover {transform:translateY(-0.6rem);box-shadow:0 1.4rem 3.2rem rgba(0,0,0,0.12)}
.den-features i {display:inline-flex;align-items:center;justify-content:center;width:6rem;height:6rem;border-radius:50%;font-size:2.4rem;margin-bottom:2rem;background:#000;color:#fff;}
.den-features strong {display:block;font-size:1.8rem}
.den-features span {display:block;font-size:1.4rem;color:#666;margin-top:0.5rem;font-weight:400;}
@media only screen and (max-width:1799px){
	.den-top {grid:none;display:flex;flex-wrap:wrap;flex-direction:column-reverse;}
	.den-desc {width:100%;}
}
@media only screen and (max-width:767px){
	.den-top {gap:4rem;}
	.den-desc {gap:2rem}
	.desc-card {padding:2rem;}
	.desc-card i {font-size:6rem;}
	.desc-card p {font-size:1.8rem;line-height:1.5;}
	.den-features {display:flex;flex-wrap:wrap;}
	.den-features li {flex: 1 1 40%;}
}

/* 030101 제조관련부문 */
.card-grid {display:flex;gap:4rem;flex-wrap:wrap;}
.info-card {border:1px solid #000;background:#fafafa;transition:all 0.3s ease;width:calc(33.33% - 2.7rem);}
.info-card:hover {transform:translateY(-1rem);box-shadow:0 1rem 3rem rgba(0,0,0,0.06)}
.info-card img {width:100%;}
.info-card p {padding:1.5rem 1rem;font-size:1.8rem;}
.info-card p span {opacity:0.3;padding-right:1rem;}
.cert-box {}
.cert-list {display:flex;gap:2rem;width:100%;flex-wrap:wrap;}
.cert-list div {width:calc(25% - 1.5rem);border:1px solid #000;padding:3rem 2rem;display:flex;align-items:center;justify-content:center;}
.cert-list img {max-width:100%;width:10rem;}
.strength-arrow {color:#000;text-align:center;font-size:8rem;}
.award-list {}
.award-list li {padding:2rem 0;border-bottom:1px solid #000;font-size:1.8rem}
.award-list span {display:block;font-size:1.2rem;color:#000;margin-bottom:1rem;opacity:0.5;}
.apply-box {padding:4rem 1rem;background:#000;color:#fff;width:100%;text-align:center;}
.apply-box strong {font-size:2.5rem}
.apply-box p {margin-top:0.5rem;line-height:1.5;font-weight:400;font-size:1.8rem;}
@media only screen and (max-width:1023px){
	.card-grid {gap:3rem;}
	.info-card {width:calc(33.33% - 2rem);}
}
@media only screen and (max-width:767px){
	.card-grid {gap:2rem;}
	.info-card {width:100%;}
	.cert-list div {padding:2rem 1rem;}
	.strength-arrow {font-size:5rem;}
	.apply-box {padding:4rem 2rem;}
	.apply-box strong {font-size:2.3rem}
	.apply-box p {font-size:1.6rem;}
}

/* 040101 ODM 개발 전 안내사항 */
.odm-guide {margin:0 auto;}
.odm-highlight {background:url(../../images/fs/content/sub04/odm.jpg) center center no-repeat;padding:2rem;text-align:center;font-size:5rem;margin-bottom:5rem;color:#fff;font-weight:500;height:90vh;display:flex;align-items:center;justify-content:center;line-height:1.5;background-size:cover;}
.odm-highlight div {}
.odm-highlight strong {font-weight:900;font-size:6rem;}
.odm-steps {display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;align-items:center}
.odm-step {background:#fff;padding:5rem 4rem;height:100%;border:1px solid #000;}
.step-img {margin-bottom:2rem;text-align:center;overflow:hidden;}
.step-img img {max-width:100%;border-radius:1rem;width:100%;object-fit:cover;aspect-ratio:16/10;}
.step-header {display:flex;align-items:center;margin-bottom:2rem;flex-wrap:wrap;}
.step-header div {width:calc(100% - 4rem);padding-left:1.5rem;}
.step-tag {background:#000;color:#fff;font-size:1.3rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;}
.odm-step strong {font-size:2.5rem;font-weight:600}
.odm-step em {font-size:1.4rem;color:#333;width:100%;margin-bottom:0.5rem;display:block;}
.odm-step ul {list-style:none;padding:0}
.odm-step li {padding-left:1.4rem;position:relative;font-size:1.6rem;line-height:1.5;margin-bottom:1rem;}
.odm-step li:before {content:"";position:absolute;left:0;top:1rem;width:0.5rem;height:0.5rem;background:#000;border-radius:50%}
.odm-step li:last-child {margin-bottom:0;}
.box-flow {display:flex;flex-wrap:wrap;margin-top:5rem;gap:2rem;}
.box-flow .item {padding:4rem;background:#f1f1f1;width:100%;position:relative;padding-top:8rem;}
.box-flow .item i {position:absolute;top:3rem;right:3rem;font-size:5rem;font-weight:100;}
.box-flow .item .text b {color:#262858;font-size:1.4rem;font-weight:900;}
.box-flow .item .text div strong {font-size:2.3rem;margin-top:0.5rem;display:block;font-weight:700;}
.box-flow .item .text div p {font-weight:400;margin-top:2rem;}

.odm-kicker {font-weight:800;;font-size:clamp(1.8rem,2.2vw,2.4rem);margin:0 0 1.4rem}
.odm-intro {background:#000;padding:6rem 1rem;color:#fff;text-align:center;}
.odm-intro__q {margin:0;font-size:2.5rem;font-weight:700;}
.odm-intro__s {margin:1rem 0 0;color:#fff;font-size:1.6rem;line-height:1.5;font-weight:400;}
.odm-chip {width:100%;text-align:center;margin-top:-3rem;}
.odm-chip p {display:inline-flex;align-items:center;justify-content:center;padding:1.5rem 4rem;border:1px solid #000;font-weight:800;background:#fff;font-size:2rem;}
.odm-grid {display:flex;flex-direction:column;gap:1.4rem;margin-top:2rem;}
.odm-row {display:grid;grid-template-columns:minmax(22rem,1fr) 8.4rem minmax(32rem,1.6fr);gap:1.4rem;align-items:stretch}
.odm-left,.odm-right {border:1px solid #000;padding:2rem 2rem;display:flex;align-items:center;}
.odm-left p,.odm-right p {margin:0;line-height:1.5;font-size:1.6rem}
.odm-right b {color:#000;font-weight:900;position:relative}
.odm-arrow {position:relative;display:flex;align-items:center;justify-content:center}
.odm-arrow i {font-size:2rem;}
@media only screen and (max-width:1023px){
	.odm-highlight {font-size:4.5rem;line-height:1.3;}
	.odm-highlight strong {font-size:5rem;}
	.odm-step {padding:3rem 3rem;}
	.step-header div {width:100%;padding:1rem 0 0 0;}
}
@media only screen and (max-width:767px) {
	.odm-highlight {padding:2rem;font-size:3rem;height:40rem;}
	.odm-highlight strong {font-size:3.5rem;}
	.odm-steps {grid-template-columns:1fr}
	.box-flow .item {width:100%;padding:8rem 3rem 3rem 3rem;}

	.odm-row {grid-template-columns:1fr;border:1px solid #000;text-align:center;padding:2rem;}
	.odm-left, .odm-right {border:none;padding:0;text-align:center;}
	.odm-left p, .odm-right p {display:block;width:100%;}
	.odm-left p {font-size:2rem;}
	.odm-right p {font-weight:400}
	.odm-arrow i {transform:rotate(90deg);}
}

/* 040102 ODM 개발 과정 */
.process_section {}
.process_title {height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;}
.process_title strong {font-size:6rem;font-weight:800;}
.process_title p {font-size:1.8rem;margin-top:2rem;font-weight:500;}
.process .section > .sec_txt {opacity:0;transform:translateY(4rem);transition:all 1s ease}
.process .section.active > .sec_txt {opacity:1;transform:translateY(0)}
.process .sec_txt.process_title {display:flex;justify-content:center;align-items:center;text-align:center;width:100%;height:100%}
.process {scroll-snap-stop:always;}
.process .section {padding:0 10rem;scroll-snap-align:start;}
.process .section1 {background:url(../../images/fs/content/sub04/process_img1.jpg) center center / cover no-repeat !important;}
.process .section2 {background:url(../../images/fs/content/sub04/process_img2.jpg) center center / cover no-repeat !important;}
.process .section3 {background:url(../../images/fs/content/sub04/process_img3.jpg) center center / cover no-repeat !important;}
.process .section4 {background:url(../../images/fs/content/sub04/process_img4.jpg) center center / cover no-repeat !important;}
.process .section5 {background:url(../../images/fs/content/sub04/process_img5.jpg) center center / cover no-repeat !important;}
.process .section6 {background:url(../../images/fs/content/sub04/process_img6.jpg) center center / cover no-repeat !important;}
.process .section7 {background:url(../../images/fs/content/sub04/process_img7.jpg) center center / cover no-repeat !important;}
.process .section8 {background:url(../../images/fs/content/sub04/process_img8.jpg) center center / cover no-repeat !important;}
.process .section9 {background:url(../../images/fs/content/sub04/process_img9.jpg) center center / cover no-repeat !important;}
.process .sec_txt {width:100%;}
.process .sec_txt span {font-size:12rem;opacity:0.2;letter-spacing:-0.3rem;}
.process .sec_txt p {width:100%;margin-top:4rem;font-size:1.7rem;font-weight:400;max-width: none;}
@media only screen and (max-width:1799px){
	.process .section {padding:0 5%;}
}
@media only screen and (max-width:1023px){
	.process_title strong {font-size:5rem;}
}
@media only screen and (max-width:767px){
	.process_title strong {font-size:4rem;}
	.process .sec_txt span {font-size:6rem;}
}

/* 040201 OEM 개발 전 안내사항 */
.oem_info {background:url(../../images/fs/content/sub04/oem.jpg) center center no-repeat;text-align:center;color:#fff;}
.oem_info .wrap {display:flex;align-items:center;justify-content:center;height:100vh;}
.bw-eyebrow {font-size:1.8rem;font-weight:400;margin-bottom:1rem;background:#000;display:inline-block;color:#fff;padding:0.5rem 1rem;}
.bw-title {font-size:6rem;}
.bw-card {margin-top:4rem;}
.bw-card p {font-weight:400;font-size:1.6rem;line-height:1.5;}
.bw-card p.bw-lead {font-size:2.5rem;margin-bottom:1rem;border-bottom:1px solid #fff;padding-bottom:0.5rem;}
@media only screen and (max-width:767px){
	.bw-title {font-size:4rem;}
	.bw-card {margin-top:3rem;}
	.bw-card p.bw-lead {font-size:2.3rem;}
}

/* 040202 OEM 개발 과정 */
.process2 .section1 {background:url(../../images/fs/content/sub04/process2_img1.jpg) center center / cover no-repeat !important;}
.process2 .section2 {background:url(../../images/fs/content/sub04/process2_img2.jpg) center center / cover no-repeat !important;}
.process2 .section3 {background:url(../../images/fs/content/sub04/process2_img3.jpg) center center / cover no-repeat !important;}
.process2 .section4 {background:url(../../images/fs/content/sub04/process2_img4.jpg) center center / cover no-repeat !important;}
.process2 .section5 {background:url(../../images/fs/content/sub04/process2_img5.jpg) center center / cover no-repeat !important;}
.process2 .section6 {background:url(../../images/fs/content/sub04/process2_img6.jpg) center center / cover no-repeat !important;}
.process2 .section7 {background:url(../../images/fs/content/sub04/process2_img7.jpg) center center / cover no-repeat !important;}

/* 040103 ODM제품정보(상세) */
.main_info {position:relative;border-top:1px solid #000;border-bottom:1px solid #000;}
.main_info .flexbox {flex-wrap:wrap;width: 100%;align-items:center;}
.main_info .flexbox > div {z-index: 1;}
.main_info .flexbox .imgbox {width:50%;height:auto;aspect-ratio:24/18;overflow:hidden;display: flex;align-items: center;justify-content: center;background:#fff;}
.main_info .flexbox .imgbox img {max-width:100%;width:100%;}
.main_info .flexbox .imgbox img.no-img {width:auto;filter:invert(60%) sepia(1%) saturate(0%) hue-rotate(356deg) brightness(150%) contrast(83%);max-width:90%;}
.main_info .flexbox .txtbox {width:50%;padding-left:5%;}
.main_info .flexbox .txtbox .m_tit {position:relative;font-size:2rem;color:#000;width:100%;display:inline-block;}
.main_info .flexbox .txtbox .m_tit:before {content:'';position:absolute;left:0;top:0;background:url("/images/fs/content/sub03/quot.png") no-repeat left top;width:49px;height:30px;background-size:contain;opacity: .5;}
.main_info .flexbox .txtbox .m_tit strong {display:block;font-weight:900;font-size:4.5rem;}
.main_info .flexbox .txtbox .info {margin-top:4rem;}
.main_info .flexbox .txtbox .info .txt .list1 li {color:#000;line-height:1.6;font-size:1.6rem;}
.main_info .flexbox .txtbox .info .txt .list1 > li:after {top:1.5rem;}
.main_info .flexbox .txtbox .info .txt .list1 li span {color:#262858;font-weight:600;width:10rem;font-size:2rem;}
.main_info .flexbox .txtbox .info .txt .list1 .list {display:flex;flex-wrap:wrap;gap:1rem;margin-top:0.5rem;}
.main_info .flexbox .txtbox .info .txt .list1 .list li {border:1px solid #000;padding:0.3rem 2rem;}
.btn_area2 {display:flex;flex-wrap:wrap;gap:0.5rem;width:100%;justify-content:end;}
@media only screen and (max-width:1199px){

}
@media only screen and (max-width:1023px){
	.main_info .wrap  {padding:0;}
	.main_info .flexbox {flex-direction: column;}
	.main_info .flexbox .imgbox {width:100%;aspect-ratio:24 / 15;}
	.main_info .flexbox .txtbox {width:100%;padding:6rem 5%;margin:0;}
	.main_info .flexbox .txtbox .info {margin-top:2rem;}
}
@media only screen and (max-width:767px){
	.main_info .flexbox .txtbox .m_tit {font-size:2rem;}
	.main_info .flexbox .txtbox .m_tit strong {font-size:3rem;}
}

/* 0501 faq */
.faq_box {}
.faq_box .faq_cont {font-size:1.8rem;}
.faq_box .faq_cont em {display:inline-block;margin:0 40px 0 50px;font-weight:700;font-size:2.5rem;vertical-align:middle;transform:translateY(-2px);text-decoration:none;}
.faq_box .faq_cont dt {position:relative;z-index:1;background:#fff;border:1px solid #000;color:#000;transition:.3s;margin-top:-1px;border-left:0;border-right:0;}
.faq_box .faq_cont dt a {display:flex;align-items:center;padding:3rem 0;font-weight:500;text-decoration:none;font-size:1.6rem;transition:0s;}
.faq_box .faq_cont dt a p {width:-webkit-fill-available;}
.faq_box .faq_cont dt a span {margin:12px 40px 0 auto;transition:.3s;}
.faq_box .faq_cont dt a .etc {position:relative;}
.faq_box .faq_cont dt a .etc:before {content:"";position:absolute;left:-10px;top:-6px;display:block;width:21px;height:1px;background:#000}
.faq_box .faq_cont dt a .etc:after {content:"";position:absolute;left:0;top:-16px;display:block;width:1px;height:21px;background:#000;}
.faq_box .faq_cont dt em {color:#000;}
.faq_box .faq_cont dd {position:relative;z-index:0;display:none;align-items:flex-start;margin-top:-30px;padding:70px 50px 50px 0;line-height:1.5;background:#fff;border:1px solid #000;color:#000;}
.faq_box .faq_cont dd:after {content:"";display:block;clear:both;}
.faq_box .faq_cont dd em {float:left;color:#000;}
.faq_box .faq_cont dd p {overflow:hidden;font-size:1.6rem;font-weight:400;}
.faq_box .faq_cont dt.on {background:#000;border:1px solid #000;color:#fff;}
.faq_box .faq_cont dt.on a {font-weight:600;}
.faq_box .faq_cont dt.on a .etc:before {background:#fff;}
.faq_box .faq_cont dt.on a .etc:after {display:none;}
.faq_box .faq_cont dt.on em {color:#fff;}
.faq_box .faq_cont dt.on span {transform:rotate(-180deg);margin-top:-12px;}
.faq_box .faq_cont dt.on span img {filter:hue-rotate(315deg) brightness(10);}
.faq_box .faq_cont dt.no_data a {justify-content:center;padding:5rem 0;}
.faq_box .faq_cont dt.no_data a em {display: none;}
@media only screen and (max-width:1399px){
	.faq_box {padding:0;}
}
@media only screen and (max-width:1023px){
	.faq_box .faq_cont em {margin:1px 10px 0 20px;padding-right:10px;}
	.faq_box .faq_cont dt a {padding:20px 0;}
	.faq_box .faq_cont dt a span {margin:10px 30px 0 auto;}
	.faq_box .faq_cont dt a .etc:before {left:-8px;top:-7px;width:18px;height:2px;}
	.faq_box .faq_cont dt a .etc:after {left:0;top:-15px;width:2px;height:18px;}
	.faq_box .faq_cont dd {padding:50px 40px 30px 0;}
	.faq_box .faq_cont dd em {margin-right:10px;}
}
@media only screen and (max-width:767px){
	.faq_box .faq_cont dt a {line-height:1.5;padding:15px 0;}
}

/* 0502 작성 완료페이지 */
.complete-wrap {width:100%;text-align:center;}
.icon-box {display:flex;align-items:center;justify-content:center}
.icon-box i {font-size:10rem;font-weight:100;}
.complete-wrap strong {font-size:2.5rem;display:block;margin-top:2rem;}
.complete-wrap p {font-size:1.6rem;line-height:1.5;font-weight:500;margin-top:2rem;}
.complete-wrap span {background:#000;color:#fff;padding:1rem 2rem;display:inline-block;margin-top:2rem;font-size:2rem;}
.btn-group {display:flex;gap:0.5rem;justify-content:center;margin-top:4rem;}
.complete-wrap .write_table_box {width:50rem;margin:4rem auto 0 auto;}
.complete-wrap .write_table_box tbody th {padding:1rem 1rem 1rem 3rem;}
@media only screen and (max-width:767px){
	.complete-wrap .write_table_box {width:100%;}
}

/* 0503 제품개발문의 */
.ingredient {display:flex;flex-wrap:wrap;gap:0.5rem;}
.ingredient li {border:1px solid #000;padding:0.5rem 1rem;}

/*  0504 제품개발문의조회(상세) */
.comment-wrap {width:100%;margin-top:2rem;}
.comment-write {display:flex;flex-wrap:wrap;}
.comment-write fieldset {display:flex;flex-wrap:wrap;width: 100%;}
.comment-write form {display:flex;flex-wrap:wrap;width: 100%;}
.comment-write fieldset .commentInputTop {width: 100%;margin-bottom:1rem;font-size:1.8rem;display: flex;gap: 1rem;align-items: center;flex-wrap: wrap;}
.comment-write fieldset .commentInputTop label {display: flex;gap: 1rem;align-items: center;flex-wrap: wrap;}
.comment-write fieldset .commentInputTop label span {flex-shrink: 0;min-width: 10rem;}
.comment-write textarea {width:50%;flex-grow:1;height:9rem;border:1px solid #000;resize:none;padding:1rem;box-sizing:border-box;}
.comment-write .btn_bace {min-width:10rem;height:auto;display:flex;align-items:center;justify-content:center;}
.comment-write .btn_line {min-width:10rem;height:auto;display:flex;align-items:center;justify-content:center;}
.comment-list {margin-top:3rem}
.comment-item {border-bottom:1px solid #000;padding:3rem 0;}
.comment-info {margin-bottom:0.8rem}
.comment-info .name {font-weight:bold;margin-right:1rem}
.comment-info .date {font-size:1.3rem;color:#777}
.comment-content {background:#fff;line-height:1.5;font-size:1.4rem;font-weight:500;margin-top:2rem;}
.comment-btns {margin-top:1rem;font-size:1.3rem;display:flex;justify-content:end;gap:1rem;}
.comment-btns a {color:#000;text-decoration:none}
.comment-btns a:hover {text-decoration:underline}
@media only screen and (max-width:767px){
	.comment-write textarea {width:40%;}
}



/* 260309_추가 */
/* 인증 및 특허, 글로벌 파트너사 */
.certification_p {text-align: center;margin:5rem 2rem 10rem 2rem;}
.certification_p strong {display:block;font-size:6rem;font-weight:400;letter-spacing:-0.04em;text-wrap:balance;}
.certification_p strong em {font-weight:800;}
@media only screen and (max-width:767px){
	.certification_p strong {font-size:4rem;}
}

/* OEM 개발(화이트라벨) */
.oem_info.oem_white .wrap {display:flex;align-items:center;justify-content:center;height:100vh;flex-direction:column;}
.oem_info.oem_white .box-flow {display:flex;flex-wrap:wrap;margin-top:8rem;gap:2rem;}
.oem_info.oem_white .box-flow .item {padding:4rem;background:rgba(255,255,255,0.07);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 4px 30px rgba(0,0,0,0.07);width:100%;position:relative;padding-top:8rem;border:1px solid rgba(255,255,255,0.3);text-align:left;}
.oem_info.oem_white .box-flow .item i {position:absolute;top:3rem;right:3rem;font-size:5rem;font-weight:100;}
.oem_info.oem_white .box-flow .item .text b {color:#fff;font-size:1.4rem;font-weight:900;}
.oem_info.oem_white .box-flow .item .text div strong {font-size:2.3rem;margin-top:0.5rem;display:block;font-weight:700;}
.oem_info.oem_white .box-flow .item .text div p {font-weight:400;margin-top:2rem;}
@media only screen and (max-width:1023px){

}
@media only screen and (max-width:767px) {
	.box-flow .item {width:100%;padding:8rem 3rem 3rem 3rem;}
}


/* Technology - 용해성 마이크로니들 */
.mn-desc {display:flex;align-items:center;justify-content:space-between;gap:5rem;margin-bottom:6rem;margin-top:3rem;}
.mn-text {flex:1;}
.mn-img {flex:0 0 50rem;max-width:50rem;}
.mn-img img {max-width:100%;height:auto;}

.mn-desc p {font-size:1.7rem;line-height:1.8;color:#333;word-break:keep-all;margin-bottom:2.5rem;}
.mn-desc p:last-child {margin-bottom:0;}
.mn-desc p strong {font-weight:600;color:#111;border-bottom:1px solid #000;}

@media (max-width:1024px) {
	.mn-desc {flex-direction:column;align-items:center;gap:3rem}
	.mn-img {flex:none;width:100%;max-width:375px}
}

/* 1번 첨부 이후 동영상 영역만 만들기 */
.mn-video-box {position:relative;border:1px solid #000;padding:1.6rem;background:#fff;margin-bottom:10rem;}
.mn-video-box::before {content:"DISSOLVING MICRONEEDLE";position:absolute;top:-1rem;left:1.6rem;font-size:1.6rem;font-family:'Poppins', sans-serif;font-weight:600;background:#fff;padding:0 0.8rem;color:#000;letter-spacing:0.05em;}
.mn-video-box .video_play {width:100%;max-height:calc(100dvh - 20rem);aspect-ratio:16/9;background:#000;overflow:hidden;}
.mn-video-box .video_play video {width:100%;height:100%;object-fit:contain;}

/* 2번 첨부 영역 (흡수 깊이·흡수속도) */
.mn-section2 {margin-top:20rem;margin-bottom:15rem;text-align:center;}
.mn-sec2-num {font-size:10rem;font-weight:900;color:#000;line-height:1;display:flex;align-items:center;justify-content:center;letter-spacing:-0.05em;margin-bottom:2rem;}
.mn-sec2-num span {font-size:3rem;font-weight:700;text-align:left;line-height:1.1;margin-left:1rem;letter-spacing:0;}
.mn-sec2-vs {font-size:1.6rem;color:#333;margin-bottom:4rem;display:flex;align-items:center;justify-content:center;gap:1rem;}
.mn-sec2-vs strong {color:#000;font-weight:700;border:1px solid #ccc;padding:1rem 2rem;background:#fdfdfd;}

.mn-sec2-label {text-align:center;margin-bottom:3rem;margin-top:2rem;}
.mn-sec2-label span {display:inline-block;padding:1.4rem 4rem;border:1px solid #000;font-size:1.8rem;font-weight:700;color:#000;background:#fff;position:relative;}
.mn-sec2-label span::before {content:'';position:absolute;left:-4rem;top:50%;width:3rem;height:1px;background:#000;}
.mn-sec2-label span::after {content:'';position:absolute;right:-4rem;top:50%;width:3rem;height:1px;background:#000;}

.mn-comp-wrapper {display:flex;justify-content:center;align-items:stretch;gap:4rem;margin-top:5rem;padding:2rem 0;text-align:left;}
.mn-comp-card {display:flex;flex-direction:column;width:40rem;background:#fdfdfd;}

/* 왼쪽 카드 (기존 방식) */
.mn-comp-card.left {border:1px solid #999;margin-top:3rem;margin-bottom:3rem;}
.mn-comp-card.left .mn-comp-header {background:#999;color:#fff;font-size:2rem;font-weight:700;text-align:center;padding:1.5rem;}
.mn-comp-card.left .mn-comp-list i {color:#999;}

/* 오른쪽 카드 (마이크로니들 방식) */
.mn-comp-card.right {border:2px solid #000;box-shadow:-1.5rem 1.5rem 3rem rgba(0,0,0,0.1);transform:scale(1.08);position:relative;z-index:10;background:#fff;}
.mn-comp-card.right .mn-comp-header {background:#000;color:#fff;font-size:2.2rem;font-weight:700;text-align:center;padding:1.8rem;}
.mn-comp-card.right .mn-comp-list i {color:#000;}

.mn-comp-img {padding:3rem;height:30rem;display:flex;align-items:center;justify-content:center;background:#eeecea;overflow:hidden;}
.mn-comp-img img {max-width:100%;max-height:100%;object-fit:contain;}
.mn-comp-img span {color:#bbb;font-size:1.6rem;}

.mn-comp-list {padding:3rem;list-style:none;flex-grow:1;}
.mn-comp-list li {font-size:1.6rem;font-weight:500;color:#333;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:1rem;}
.mn-comp-list li:last-child {margin-bottom:0;}
.mn-comp-list li i {font-size:2rem;margin-top:-0.2rem;}

/* 흡수율 비교 문구 */
.absorption-info {max-width:120rem;margin:7rem auto 0;padding:0 3rem}
.absorption-info p {font-size:1.7rem;line-height:1.8;color:#333;margin-bottom:1.5rem;text-wrap:balance;}
.absorption-info > p strong {font-weight:600;color:#111;border-bottom:1px solid #000;padding-bottom:1px;}
.absorption-info .highlight-box {margin-top:5rem;padding:4rem;background-color:#f9f9f9;border-left:5px solid #362ccb;border-right:5px solid #362ccb;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:transform 0.3s ease;}
.absorption-info .highlight-box:hover { transform: translateY(-5px);box-shadow: 0 10px 25px rgba(0,0,0,0.12);}
.absorption-info .highlight-box p {margin-bottom:0;font-size:1.8rem;color:#222;font-weight:500;}
.absorption-info .num {font-size:3.4rem;color:#362ccb;font-weight:700;border-bottom:none}
.absorption-info .unit {font-size:2.4rem;color:#362ccb;font-weight:700}
.absorption-info .underline {border-bottom:1px solid #000;}
	@media (max-width:1024px) {
		.mn-section2 {margin-top:12rem;margin-bottom:12rem;}
		.mn-comp-wrapper {gap:2.5rem;padding:0 2rem;}
		.mn-comp-card {width:35rem;}
		.mn-comp-card.right {transform:scale(1);}
		.mn-comp-img {height:auto;padding:2rem;}
		
		.absorption-info {padding:0 2.5rem;margin-top:5rem;}
		.absorption-info .highlight-box {padding:3rem;border-left-width:3px;border-right-width:3px;}
		.absorption-info .highlight-box p {font-size:1.7rem;line-height:1.6;}
		.absorption-info .num {font-size:2.8rem;}
	}
	@media (max-width:768px) {
		.mn-section2 {margin-top:8rem;margin-bottom:8rem;}
		.mn-comp-wrapper {flex-direction:column;align-items:center;gap:4rem;}
		.mn-comp-card {width:100%;max-width:44rem;}
		.mn-comp-card.left {margin:0;}
		.mn-comp-card.right {transform:scale(1);box-shadow:0 1rem 3rem rgba(0,0,0,0.12);}
		.mn-comp-img {padding:2rem;}
		.mn-comp-header {font-size:1.8rem !important;padding:1.4rem !important;}
		
		.absorption-info {margin-top:4rem;padding:0 2rem;}
		.absorption-info p {line-height:1.7;word-break:keep-all;}
		.absorption-info .highlight-box {padding:2.5rem 2rem;border-left-width:2px;border-right-width:2px;margin-top:3.5rem;border-radius:6px;}
		.absorption-info .highlight-box p {line-height:1.5;}
		.absorption-info .num {font-size:2.4rem;}
		.absorption-info .unit {font-size:1.8rem;}
	}

/* 공초점 레이저 현미경 3D 가시화 */
.mn-3d-list {list-style:none;margin-bottom:4rem;}
.mn-3d-list li {font-size:1.6rem;line-height:1.6;color:#333;margin-bottom:1rem;padding-left:1.5rem;position:relative;}
.mn-3d-list li::before {content:'·';position:absolute;left:0;top:0;font-weight:bold;}
.mn-3d-list strong {border-bottom:1px solid #000;}

.mn-3d-wrap {position:relative;width:100%;margin-top:4rem;}
.mn-3d-wrap .top-info {text-align:right;font-size:1.4rem;color:#333;font-weight:500;margin-bottom:1rem;}

.mn-3d-compare {display:flex;justify-content:center;align-items:stretch;padding:0;text-align:center;border:1px solid #ddd;overflow:hidden;}
.mn-3d-col {display:flex;flex-direction:column;justify-content:flex-start;padding:3rem 2rem;min-width:0;}
.mn-3d-col h6 {font-size:2.2rem;font-weight:800;color:#000;margin-bottom:2rem;letter-spacing:-0.05em;}

.mn-3d-col.left {flex:1;background:#f9f9f9;border-right:1px solid #ddd;}
.mn-3d-col.right {flex:1.5;background:#fff;color:#000;}

.mn-3d-viewport {position:relative;width:100%;}

/* 타임라인 레이아웃 (Arrow 포함) */
.mn-3d-timeline {display:flex;justify-content:center;align-items:center;gap:0.5rem;width:100%;}
.mn-3d-timeline i {font-size:2.4rem;color:#ccc;margin-top:4rem;flex-shrink:0;}
.mn-3d-timeline .mn-3d-img-box {display:flex;flex-direction:column;align-items:center;gap:1.2rem;position:relative;flex:1;min-width:0;}
.mn-3d-timeline .mn-3d-img-box p {background:#7b848e;color:#fff;padding:0.4rem 1.2rem;font-size:1.5rem;font-weight:600;border-radius:0.4rem;margin-bottom:0;width:max-content;}
.mn-3d-col.right .mn-3d-img-box p {background:#362ccb;}

/* 대형 뷰 영역 */
.mn-3d-large-wrap {margin:6rem auto 0;position:relative;max-width:75rem;}
.mn-3d-mag-arrow {position:absolute;bottom:-7.2rem;left:50%;transform:translateX(-50%) scale(1.05);display:flex;flex-direction:column;align-items:center;color:#362ccb;z-index:10;}
.mn-3d-mag-arrow i {font-size:3.2rem;line-height:1;margin:0 0 .5rem;}
.mn-3d-mag-arrow span {font-size:1.5rem;font-weight:700;background:#362ccb;color:#fff;padding:0.5rem 1.8rem;border-radius:3rem;box-shadow:0 4px 15px rgba(54,44,203,0.35);white-space:nowrap;}
.mn-3d-col.left .mn-3d-mag-arrow {display:none;}
.mn-3d-large-wrap .mn-3d-img-plc {aspect-ratio:21/9;position:relative;z-index:2;border:1px solid #000;background:#000;}

/* 이미지 플레이스홀더 통일 */
.mn-3d-img-plc {width:100%;aspect-ratio:4/3;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.mn-3d-timeline .mn-3d-img-plc {width:100%;height:auto;aspect-ratio:4/3;}

.mn-3d-img-plc span {display:flex;align-items:center;justify-content:center;width:100%;height:100%;}
.mn-3d-img-plc span img {width:100%;height:100%;object-fit:contain;}
@media (max-width:1200px) {
    .mn-3d-compare {flex-direction:column;}
    .mn-3d-col.left {border-right:0;border-bottom:1px solid #ddd;}
    .mn-3d-timeline .mn-3d-img-plc {height:15rem;}
}
@media screen and (max-width: 1024px) {
    .mn-3d-compare {gap:0;}
    .mn-3d-col {padding:3rem 1.5rem;}
    .mn-3d-col h6 {font-size:2rem;margin-bottom:1.5rem;}
    .mn-3d-timeline .mn-3d-img-plc {height:14rem;}
    .mn-3d-mag-arrow {bottom:-6.8rem;}
    .mn-3d-mag-arrow i {font-size:2.8rem;}
    .mn-3d-mag-arrow span {font-size:1.3rem;padding:0.4rem 1.2rem;}
}
@media screen and (max-width: 768px) {
    .mn-3d-timeline {flex-direction:column;gap:1.5rem;}
    .mn-3d-timeline > i {transform:rotate(90deg);margin:0;font-size:2rem;}
    .mn-3d-timeline .mn-3d-img-plc {height:auto;width:100%;max-width:28rem;}
    .mn-3d-large-wrap {margin-top:8.5rem;}
    .mn-3d-mag-arrow {bottom:-9rem;transform:translateX(-50%) scale(1);}
    .mn-3d-mag-arrow span {white-space:nowrap;text-align:center;max-width:none;line-height:1;font-size:1.4rem;padding:0.4rem 1.2rem;}
    .mn-3d-large-wrap .mn-3d-img-plc {aspect-ratio:16/9;}
}

/* ========================= 공초점 레이저(inc01) ========================= */
#inc01 .gsap_cont{opacity:0;position:relative;margin:auto;width:100%;max-width:120rem;}
#inc01 .gsap_cont .pin-spacer {margin-top:6rem !important;}
#inc01 .gsap_cont ul{overflow:hidden;list-style:none;padding:0;margin:0;}
#inc01 .gsap_cont ul li{position:relative;display:flex;gap:4rem;align-items:flex-start;}
#inc01 .gsap_cont ul li.last{margin-top:6rem;display:block;}
#inc01 .gsap_cont ul li > div,
#inc01 .gsap_cont ul li .full_cont {flex:1;position:relative;overflow:hidden;border-radius:15px;background:#f5f5f5;}
#inc01 .gsap_cont ul li.last .full_cont {display:block;}
#inc01 .gsap_cont ul li img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:all .3s;display:block;}
#inc01 .gsap_cont ul li.last img {height:auto;aspect-ratio:21/9;}
#inc01 .gsap_cont ul li .tit{display:flex;flex-direction:column;align-items:center;position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);width:100%;text-align:center;z-index:5;pointer-events:none;}
#inc01 .gsap_cont ul li .tit h5{font-size:3.2rem;font-weight:800;line-height:1.2;color:#fff;text-shadow:0 0.2rem 1rem rgba(0,0,0,0.5);word-break:keep-all;margin:0;}
#inc01 .gsap_cont ul li .tit .tag{font-size:1.4rem;font-weight:700;color:#fff;background:#362ccb;padding:0.4rem 1.2rem;border-radius:0.4rem;margin-bottom:1rem;display:inline-block;margin:0 0 1rem 0;}
#inc01 .gsap_cont ul li .left_cont .tag {background:#7b848e;}
#inc01 .gsap_cont ul li.last .tit h5 {font-size:4.8rem;}
#inc01 .gsap_cont .txt{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:10rem 0;}
#inc01 .gsap_cont .txt > div{font-size:2.2rem;font-weight:700;color:rgba(0,0,0,0.1);background:linear-gradient(to right, #000, #000) no-repeat;-webkit-background-clip:text;background-clip:text;background-size:0% 100%;line-height:1.6;word-break:keep-all;margin-bottom:1rem;text-wrap:balance;}
	@media (max-width:1400px) {
		#inc01 .gsap_cont ul li .tit h5 {font-size:2.8rem;}
		#inc01 .gsap_cont ul li.last .tit h5 {font-size:3.6rem;}
	}
	@media (max-width:1024px) {
		#inc01 .gsap_cont ul li {gap:2.5rem;}
		#inc01 .gsap_cont ul li .tit h5 {font-size:2.4rem;}
		#inc01 .gsap_cont ul li.last .tit h5 {font-size:3rem;}
		#inc01 .gsap_cont .txt {padding:8rem 0;}
		#inc01 .gsap_cont .txt > div {font-size:1.8rem;}
	}
	@media (max-width:768px) {
		#inc01 .gsap_cont ul li {flex-direction:column;align-items:center;gap:2rem;}
		#inc01 .gsap_cont ul li.last {margin-top:4rem;}
		#inc01 .gsap_cont ul li .tit {bottom:2rem;}
		#inc01 .gsap_cont ul li .tit h5 {font-size:2rem;}
		#inc01 .gsap_cont ul li.last .tit h5 {font-size:2.4rem;}
		#inc01 .gsap_cont .txt {padding:5rem 0;}
		#inc01 .gsap_cont .txt > div {font-size:1.6rem;}
	}


/* den 전용 레이아웃 260324 */
.den-wrap {display:grid;grid-template-columns:0.8fr 1.2fr;gap:8rem;align-items:start;width:100%;margin-top:0;}
.den-wrap .mn-text {position:sticky;top:15rem;}
.den-wrap .mn-text .h4 {font-size:3.2rem;font-weight:800;color:#111;margin-bottom:5rem;letter-spacing:-0.03em;}
.den-wrap .mn-text p {font-size:1.8rem;line-height:1.8;color:#333;word-break:keep-all;margin-bottom:3rem;}
.den-wrap .mn-text p:last-child {margin-bottom:0;}
.den-wrap .mn-img {display:flex;flex-direction:column;gap:4rem;width:100%;max-width:none;}
.den-wrap .dia-box img {width:100%;height:auto;max-width:100%;}
.den-benefit-list {display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;margin-top:2rem;}
.den-benefit-list li {background:#fff;border:1px solid #111;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;border-radius:1.5rem;transition:all 0.4s ease;height:100%;}
.den-benefit-list i {display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:#5fbaf4;color:#fff;font-weight:400;font-size:2rem;flex-shrink:0;transition:all 0.4s;}
.den-benefit-list .txt-wrap {width:100%;}
.den-benefit-list .txt-wrap strong {display:block;font-size:1.8rem;color:#111;font-weight:700;line-height:1.2;word-break:keep-all;}
.den-benefit-list .txt-wrap span {display:block;font-size:1.35rem;color:#333;font-weight:400;line-height:1.4;margin-top:0.8rem;word-break:keep-all;}
	@media (max-width:1400px) {
		.den-wrap {gap:5rem;}
	}
	@media (max-width:1024px) {
		.den-wrap {grid-template-columns:1fr;gap:5rem;}
		.den-wrap .mn-text {position:static;}
		.den-wrap .mn-text .h4 {font-size:2.8rem;margin-bottom:3rem;}
		.den-wrap .mn-img {gap:3rem;}
	}
	@media (max-width:550px) {
		.den-benefit-list {grid-template-columns:1fr;}
	}

/* ==============================================================
   020301_제조우수성 Subpage Styles
   ============================================================== */
.mn-mng-sub {font-size:1.8rem;color:#333;margin-top:2rem;line-height:1.6;font-weight:500;}
.mn-mng-list {list-style:none;margin-top:2rem;}
.mn-mng-list li {font-size:1.6rem;color:#333;margin-bottom:1.5rem;line-height:1.6;position:relative;padding-left:1.5rem;word-break:keep-all;}
.mn-mng-list li::before {content:'·';position:absolute;left:0;top:-0.2rem;font-weight:bold;color:#000;}
.mn-mng-list li strong {color:#000;font-weight:700;}

.mn-mng-factory {display:flex;gap:3rem;margin-top:3rem;}
.mn-mng-factory .factory-img {flex:1;aspect-ratio:16/9;background:#eee;border:1px solid #000;display:flex;align-items:center;justify-content:center;color:#333;font-size:1.6rem;overflow:hidden;}
.mn-mng-factory .factory-img span {display:block;width:100%;height:100%;}
.mn-mng-factory .factory-img span img {width:100%;height:100%;object-fit:cover;display:block;}

/* 제조 프로세스 그리드 */
.mn-step-grid {display:grid;grid-template-columns:repeat(4, 1fr);gap:2.5rem;margin-top:4rem;}
.mn-step-card {background:#fff;border:1px solid #000;position:relative;display:flex;flex-direction:column;}
.mn-step-card .step-num {position:absolute;top:0;left:0;background:#000;color:#fff;padding:0.7rem 2rem;font-size:1.8rem;font-weight:700;z-index:10;}
.mn-step-card .step-img {width:100%;aspect-ratio:16/9;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #000;margin:0;}
.mn-step-card .step-img span {width:100%;height:100%;}
.mn-step-card .step-img img {width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;border-radius:0;}
.mn-step-card:hover .step-img img {transform:scale(1.1);}
.mn-step-card p {padding:1.2rem 1rem;font-size:1.7rem;font-weight:700;color:#000;text-align:center;background:#fff;letter-spacing:-0.03em;}
.mn-step-card::after {content:'';position:absolute;top:50%;right:-1.6rem;width:1.2rem;height:1.2rem;border-top:2px solid #000;border-right:2px solid #000;transform:translateY(-50%) rotate(45deg);z-index:2;}
.mn-step-card:nth-child(4n)::after {display:none;}

/* 포상 현황 */
.mn-cert-list {display:grid;grid-template-columns:repeat(4, 1fr);gap:3rem;margin-top:4rem;}
.mn-cert-box {text-align:center;}
.mn-cert-box .cert-img {aspect-ratio:3/4;background:#fff;border:1px solid #000;display:flex;align-items:center;justify-content:center;color:#333;margin-bottom:2rem;}
.mn-cert-box .cert-img img {max-width:100%;max-height:100%;object-fit:contain;}
.mn-cert-box p {font-size:1.6rem;line-height:1.5;color:#000;font-weight:500;}

/* 스마트팩토리 지원 현황 (적용 내역) */
.mn-apply-list {display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;}
.mn-apply-card {background:#fcfcfc;border:1px solid #000;padding:5rem 4rem;text-align:center;transition:all 0.5s cubic-bezier(0.19, 1, 0.22, 1);}
.mn-apply-card .imgbox {margin-bottom:2.5rem;}
.mn-apply-card .imgbox span {display:block;aspect-ratio:4/3;overflow:hidden;background:#fff;}
.mn-apply-card .imgbox span img {width:100%;height:100%;object-fit:contain;}
.mn-apply-card i {display:inline-flex;align-items:center;justify-content:center;width:7rem;height:7rem;background:#5fbaf4;color:#fff;border-radius:50%;font-weight:400;font-size:3.2rem;margin-bottom:2.5rem;transition:all 0.5s cubic-bezier(0.19, 1, 0.22, 1);box-shadow:0 0.5rem 1.5rem rgba(0,0,0,0.1);}
.mn-apply-card p {font-size:1.8rem;font-weight:600;color:#000;margin-bottom:0;text-wrap:balance;}
.mn-apply-card p span {display:block;font-size:1.6rem;font-weight:400;color:#333;margin-top:1rem;}

/* 뉴스 영상 자료 */
.mn-video-box.news::before {content:"NEWS & MEDIA";}

/* Responsive for 020301 */
@media screen and (max-width: 1024px) {
	.mn-step-grid, .mn-cert-list, .mn-apply-list {grid-template-columns:repeat(2, 1fr);}
	.mn-mng-factory {flex-direction:column;}

	.mn-step-card::after {display:none;}
	.mn-step-card:not(:nth-child(2n))::after {
		display:block;
		top:50%;
		right:-1.5rem;
		left:auto;
		bottom:auto;
		transform:translateY(-50%) rotate(45deg);
	}
}
@media screen and (max-width: 768px) {
	.mn-step-grid, .mn-cert-list, .mn-apply-list {grid-template-columns:repeat(1, 1fr);}
	.mn-apply-card {padding:2rem;}

	.mn-step-card::after {display:none !important;}
	.mn-step-card:not(:last-child)::after {
		display:block !important;
		top:auto;
		bottom:-1.5rem;
		left:50%;
		right:auto;
		transform:translateX(-50%) rotate(135deg);/* 아래 방향 화살표 */
	}
}

/* ==============================================================
   020401_품질우수성 Subpage Styles
   ============================================================== */
.mn-feature-boxes {display:flex;flex-direction:column;gap:1.5rem;}
.mn-feature-box {display:flex;align-items:center;background:#fff;border:1px solid #000;padding:3rem;gap:3rem;transition:all 0.3s;}
.mn-feature-box:hover {background:#fafafa;box-shadow:0 1rem 2rem rgba(0,0,0,0.05);transform:translateY(-0.3rem);}
.mn-feature-box .f-num {font-size:3.6rem;font-weight:800;color:#000;min-width:6rem;text-align:center;border-right:1px solid #ddd;padding-right:3rem;}
.mn-feature-box .f-num span {display:block;font-size:1.4rem;font-weight:600;color:#666;margin-bottom:0.5rem;}
.mn-feature-box .f-text {flex:1;}
.mn-feature-box .f-text strong {display:block;font-size:1.8rem;color:#000;font-weight:700;margin-bottom:1rem;}
.mn-feature-box .f-text p {font-size:1.6rem;color:#333;line-height:1.6;word-break:keep-all;margin-bottom:0;}

.mn-cert-detail-list {display:flex;flex-direction:column;gap:5rem;margin-top:4rem;}
.mn-cert-detail-item {display:flex;align-items:flex-start;gap:4rem;}
.mn-cert-detail-item .cert-logo {overflow: hidden;width:22rem;min-width:22rem;aspect-ratio:1/1;background:#fff;border:1px solid #000;display:flex;align-items:center;justify-content:center;padding:3rem;border-radius:50%;box-shadow:0 0.5rem 1.5rem rgba(0,0,0,0.03);}
.mn-cert-detail-item .cert-logo span {width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.mn-cert-detail-item .cert-logo img {max-width:100%;max-height:100%;object-fit:contain;}
.mn-cert-detail-item .cert-info {flex:1;padding-top:1rem;}
.mn-cert-detail-item .cert-info strong {display:block;font-size:1.8rem;font-weight:700;color:#000;margin-bottom:1.5rem;}
.mn-cert-detail-item .cert-info p {font-size:1.6rem;color:#333;line-height:1.7;word-break:keep-all;margin-bottom:1.5rem;}
.mn-cert-detail-item .cert-info p:last-child {margin-bottom:0;}

.mn-gray-box {background:url("../../images/fs/main/graph_bg.png") center center repeat;border:1px solid #000;padding:5rem 3rem;margin-top:3rem;}

.mn-logo-grid {display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;}
.mn-logo-item {background:#fff;border:1px solid #000;width:calc(25% - 1.5rem);min-width:16rem;height:10rem;display:flex;align-items:center;justify-content:center;padding:2rem 3rem;box-shadow:0 0.5rem 1.5rem rgba(0,0,0,0.03);transition:all 0.3s;}
.mn-logo-item:hover {transform:translateY(-0.3rem);box-shadow:0 1rem 2rem rgba(0,0,0,0.06);border-color:#000;}
.mn-logo-item span {display:flex;width:100%;height:100%;align-items:center;justify-content:center;}
.mn-logo-item img {width:auto;height:auto;max-width:100%;max-height:4.5rem;object-fit:contain;display:block;}
.mn-logo-grid.export-logos .mn-logo-item {height:12rem;padding:2rem;}
.mn-logo-grid.export-logos .mn-logo-item img {max-height:7rem;}

@media screen and (max-width: 768px) {
	.mn-feature-box {flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem;}
	.mn-feature-box .f-num {border-right:none;border-bottom:1px solid #ddd;padding-right:0;padding-bottom:1.5rem;width:100%;text-align:left;}
	.mn-feature-box .f-num span {display:inline-block;margin-right:1rem;margin-bottom:0;}

	.mn-cert-detail-item {flex-direction:column;align-items:center;text-align:center;gap:2rem;}
	.mn-cert-detail-item .cert-logo {width:18rem;min-width:18rem;padding:2rem;}
	.mn-gray-box {padding:3rem 1.5rem;}

	.mn-logo-grid {gap:1rem;}
	.mn-logo-item {width:calc(33.333% - 0.7rem);min-width:12rem;height:8rem;padding:1.5rem;}
}
@media screen and (max-width: 480px) {
	.mn-logo-item {width:calc(50% - 0.5rem);min-width:10rem;}
}

/* ==============================================================
   020401_품질우수성 Subpage Styles
   ============================================================== */
/* 하이라이트 배너 영역 */
.mn-highlight-banner {position:relative;width:100%;min-height:24rem;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:#000;}
.mn-highlight-banner .bg-img {position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.4;z-index:1;}
.mn-highlight-banner .bg-img img {width:100%;height:100%;object-fit:cover;}
.mn-highlight-banner .txt {position:relative;z-index:2;padding:4rem 2rem;}
.mn-highlight-banner .txt p {font-size:2.4rem;font-weight:600;color:#fff;line-height:1.6;word-break:keep-all;}

.mn-feature-boxes {display:flex;flex-direction:column;gap:1.5rem;}
.mn-feature-box {display:flex;align-items:center;background:#fff;border:1px solid #000;padding:3rem;gap:3rem;transition:all 0.3s;}
.mn-feature-box:hover {background:#fafafa;box-shadow:0 1rem 2rem rgba(0,0,0,0.05);transform:translateY(-0.3rem);}
.mn-feature-box .f-num {font-size:3.6rem;font-weight:800;color:#000;min-width:6rem;text-align:center;border-right:1px solid #ddd;padding-right:3rem;}
.mn-feature-box .f-num span {display:block;font-size:1.4rem;font-weight:600;color:#666;margin-bottom:0.5rem;}
.mn-feature-box .f-text {flex:1;}
.mn-feature-box .f-text strong {display:block;font-size:1.8rem;color:#000;font-weight:700;margin-bottom:1rem;}
.mn-feature-box .f-text p {font-size:1.6rem;color:#333;line-height:1.6;word-break:keep-all;margin-bottom:0;}

/* Bento Grid for Certificates */
.mn-bento-grid {display:grid;grid-template-columns:repeat(2, 1fr);gap:3rem;margin-top:2rem;}
.mn-bento-item {background:#fafafa;border:1px solid #000;padding:5rem 4rem;display:flex;flex-direction:column;transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);position:relative;overflow:hidden;}
.mn-bento-item:hover {box-shadow:0 1.5rem 3rem rgba(0,0,0,0.08);transform:translateY(-0.5rem);}
.mn-bento-item.wide {grid-column:span 2;flex-direction:row;align-items:center;gap:6rem;background:#fafafa;}
.mn-bento-logo {width:12rem;height:12rem;background:#fff;border:1px solid #eaeaea;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:2.5rem;margin-bottom:3.5rem;flex-shrink:0;}
.mn-bento-item.wide .mn-bento-logo {width:12rem;height:12rem;padding:2.5rem;margin-bottom:0;border:1px solid #000;box-shadow:0 0.5rem 1.5rem rgba(0,0,0,0.03);}
.mn-bento-logo img {width:100%;height:100%;object-fit:contain;display:block;}
.mn-bento-txt {flex:1;}
.mn-bento-txt strong {display:block;font-size:2.4rem;font-weight:700;color:#000;margin-bottom:2rem;letter-spacing:-0.05rem;}
.mn-bento-txt p {font-size:1.6rem;color:#333;line-height:1.7;margin-bottom:1.2rem;word-break:keep-all;}
.mn-bento-txt p:last-child {margin-bottom:0;}

.mn-gray-box {background:url("../../images/fs/main/graph_bg.png") center center repeat;border:1px solid #000;padding:5rem 3rem;margin-top:3rem;}

/* Infinite Marquee for Global Partners */
.mn-marquee-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 2rem 0;
	-webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
	mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.mn-marquee-track {
	display: flex;
	width: max-content;
	gap: 3rem;
	animation: scroll-marquee 25s linear infinite;
}
.mn-marquee-track:hover {
	animation-play-state: paused;
}
.mn-mq-item {
	background: #fff;
	border: 1px solid #000;
	width: 20rem;
	height: 10rem;
	padding: 2rem 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mn-mq-item:hover {
	filter: grayscale(0%);
	opacity: 1;
	transform: translateY(-0.5rem) scale(1.02);
	box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
	z-index: 10;
}
.mn-mq-item img {max-width:100%;max-height:5rem;object-fit:contain;display:block;}

@keyframes scroll-marquee {
	to { transform: translateX(calc(-50% - 1.5rem));}
}

.mn-logo-grid {display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;}
.mn-logo-item {background:#fff;border:1px solid #000;width:calc(25% - 1.5rem);min-width:16rem;height:10rem;display:flex;align-items:center;justify-content:center;padding:2rem 3rem;box-shadow:0 0.5rem 1.5rem rgba(0,0,0,0.03);transition:all 0.3s;}
.mn-logo-item:hover {transform:translateY(-0.3rem);box-shadow:0 1rem 2rem rgba(0,0,0,0.06);border-color:#000;}
.mn-logo-item span {display:flex;width:100%;height:100%;align-items:center;justify-content:center;}
.mn-logo-item img {width:auto;height:auto;max-width:100%;max-height:4.5rem;object-fit:contain;display:block;}
.mn-logo-grid.export-logos .mn-logo-item {height:12rem;padding:2rem;}
.mn-logo-grid.export-logos .mn-logo-item img {max-height:7rem;}

/* Reveal Cards for 4 Logos */
.mn-reveal-cards {display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;}
.reveal-card {position:relative;height:16rem;border:1px solid #000;background:#fff;overflow:hidden;}
.rc-front, .rc-back {position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1);}
.rc-front {flex-direction:column;background:#fafafa;z-index:2;transform:translateY(0);}
.rc-front strong {font-size:2.8rem;font-weight:800;color:#000;letter-spacing:0.1rem;margin-bottom:0.5rem;}
.rc-front span {font-size:1.4rem;color:#666;font-weight:500;}
.rc-back {background:#fff;z-index:1;transform:translateY(100%);padding:3rem;}
.rc-back img {max-width:100%;max-height:100%;object-fit:contain;}
.reveal-card:hover .rc-front {transform:translateY(-100%);}
.reveal-card:hover .rc-back {transform:translateY(0);z-index:3;}

/* Styled description block */
.mn-export-desc {display:flex;gap:5rem;background:#fafafa;padding:5rem;border:1px solid #000;}
.mn-export-desc .ed-title {flex-shrink:0;width:28rem;font-size:2.4rem;font-weight:700;color:#000;line-height:1.4;word-break:keep-all;border-right:1px solid #ddd;padding-right:3rem;}
.mn-export-desc .ed-content {flex:1;}
.mn-export-desc .ed-content p {font-size:1.6rem;color:#333;line-height:1.7;margin-bottom:1.5rem;word-break:keep-all;}
.mn-export-desc .ed-content p:last-child {margin-bottom:0;}

@media screen and (max-width: 768px) {
	.mn-highlight-banner {min-height:20rem;}
	.mn-highlight-banner .txt p {font-size:1.8rem;}

	.mn-feature-box {flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem;}
	.mn-feature-box .f-num {border-right:none;border-bottom:1px solid #ddd;padding-right:0;padding-bottom:1.5rem;width:100%;text-align:left;}
	.mn-feature-box .f-num span {display:inline-block;margin-right:1rem;margin-bottom:0;}

	.mn-bento-grid {grid-template-columns:1fr;gap:2rem;}
	.mn-bento-item {padding:4rem 3rem;}
	.mn-bento-item.wide {grid-column:span 1;flex-direction:column;align-items:flex-start;gap:3rem;}
	.mn-gray-box {padding:3rem 1.5rem;}

	.mn-logo-grid {gap:1rem;}
	.mn-logo-item {width:calc(33.333% - 0.7rem);min-width:12rem;height:8rem;padding:1.5rem;}

	.mn-reveal-cards {grid-template-columns:repeat(2,1fr);}
	.mn-export-desc {flex-direction:column;gap:3rem;padding:3rem;}
	.mn-export-desc .ed-title {width:100%;border-right:none;border-bottom:1px solid #ddd;padding-right:0;padding-bottom:2rem;}
}
@media screen and (max-width: 480px) {
	.mn-logo-item {width:calc(50% - 0.5rem);min-width:10rem;}
}

/***************************************/
/*********** 이메일무단수집거부 ***********/
/***************************************/
.antispam .top .icon_box {display:flex;justify-content:center;align-items:center;width:15rem;height:15rem;border-radius:50%;background:#f6f6f6;position:relative;margin:0 auto;}
.antispam .top .icon_box .mail {font-size:6rem;color:var(--primary);}
.antispam .top .icon_box .warning {font-size:4.8rem;color:#de3412;position:absolute;top:-1.1rem;right:0;}
.antispam .top .txt_box {line-height:1.5;text-align:center;}
.antispam .top .txt_box .title {display:block;font-weight:700;font-size:2.8rem;color:var(--black);margin:2.5rem 0 1rem;}
.antispam .top .txt_box .desc .p_color {color:var(--primary);}
.antispam .bottom {padding-top:3rem;border-top:1px dashed #ddd;margin-top:3rem;}
.antispam .bottom .law {background:#f6f6f6;border-radius:1rem;padding:2.5rem;}
.antispam .bottom .law .title {display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.7rem;color:var(--black);margin-bottom:1rem;}
.antispam .bottom .law .title i {display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;background:#fff;border-radius:50%;color:var(--primary);font-weight:400;font-size:2rem;}
.antispam .bottom .law .list1 {border-top:1px dashed #ddd;padding:2rem 0 0 3.5rem;margin-top:2rem;}
@media only screen and (max-width:1023px){
	.antispam .top .txt_box .desc {text-wrap:balance;}
	.antispam .top .txt_box .desc br {display:none;}
	.antispam .bottom .law .list1 {padding:2rem 1rem;}
}
@media only screen and (max-width:767px){
	.antispam .bottom .law .title em {max-width:calc(100% - 3.5rem);}
}

/*************************************/
/*********** 개인정보처리방침 ***********/
/*************************************/
.policy_box {padding:4rem 5rem;background:color-mix(in srgb, var(--primary) 15%, #fff);border-top:1px solid var(--primary);font-weight:500;line-height:1.6;color:var(--black);}
.privacy_wrap .index_box {display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:4rem 0;}
.privacy_wrap .index_box a {display:block;background:var(--primary);color:#fff;padding:1rem 2.5rem;border-radius:.5rem;}
.privacy_wrap .index_box a:is(:hover,:focus:active) {background:color-mix(in srgb, var(--primary) 70%, var(--black));}
.privacy_wrap .effective {display:block;background:color-mix(in srgb, var(--primary) 15%, #fff);padding:1.5rem 2.5rem;border-radius:.5rem;}
@media only screen and (max-width:1023px){
	.policy_box {padding:4rem;}
	.privacy_wrap .index_box {grid-template-columns:repeat(2,1fr);}
}
@media only screen and (max-width:767px){
	.policy_box br {display:none;}
	.privacy_wrap .index_box {grid-template-columns:repeat(1,1fr);gap:.5rem;}
}



/******************************/
/* 영문 */
/******************************/
:lang(en) .h4:after {top:4px;}

:lang(en) .con_body h4 {font-weight: 700;line-height:1.1;}

:lang(en) .fullpage p {line-height:1.6;max-width:none;}
:lang(en) .fullpage p strong {font-weight: 700;}

:lang(en) .certification_p strong {line-height:1.2;font-weight: 700;}

:lang(en) .mn-sec2-num em,
:lang(en) .mn-sec2-label span {font-weight: 700;}

:lang(en) .h5 {font-weight: 700 !important;}

:lang(en) .mn-step-card p {font-weight: 500;}
:lang(en) .mn-apply-card p {font-weight: 500;}

:lang(en) .odm-highlight div {font-weight: 500;line-height: 1.3;}
:lang(en) .odm-highlight strong,
:lang(en) .process_title strong {font-weight: 700;}
:lang(en) .process_title strong {line-height:1.3;}
:lang(en) .odm-step strong {font-weight: 700;}
:lang(en) .odm-intro__q {font-weight: 700 !important;}

:lang(en) .board_table thead th,
:lang(en) .board_table tbody td .ellipsis1,
:lang(en) .board_table tbody td strong,
:lang(en) .complete-wrap strong {font-weight: 700;}
:lang(en) .btn_area .left li .btn_line,
:lang(en) .btn_area .left li .btn_bace {font-weight: 500;}
:lang(en) .btn_area .right li .btn_line,
:lang(en) .btn_area .right li .btn_bace {font-weight: 500;}



@media only screen and (max-width:1023px){
	.board_box {border-top:1px solid #000;}
	.board_table tbody td:first-child {border-left:0;}
	.board_table tbody td {padding:1rem 1rem;}
	.board_table tbody td.tit {border-left:0;padding:1rem 1rem;}
	.board_table tbody tr.noti .num {padding:0 1rem;}
	.board_table tbody tr {padding:8px 0;}

	:lang(en) .h4:after {top:5px;}
}
@media only screen and (max-width:767px){

	:lang(en) .con_body h4 {line-height:1.3;}
	:lang(en) .mn-sec2-label span::before {left:0;}
	:lang(en) .mn-sec2-label span::after {right:0;}

	:lang(en) .mn-sec2-num {font-size:7rem;}

	:lang(en) .certification_p strong {font-size:3rem;}

	:lang(en) .absorption-info {padding:0;}
	:lang(en) .mn-comp-wrapper {padding:0;}

	#inc01 {margin-top:2rem;}

	:lang(en) .process_title strong {font-size:3.2rem;}

	:lang(en) .bw-title {font-size:3.4rem;}

	.h4:after {background-size:24px;}/* 국영적용 */

	:lang(en) .h4:after {top:2px;}
}
