@charset "utf-8";

#fs_wrap {overflow:hidden;}
	@media only screen and (max-width:1399px){
		.wrap {width:100%;padding:0 4rem;}
	}
    @media only screen and (max-width:767px){
		.wrap {padding:0 2rem;}
	}

/* 컨텐츠 시작 */
/* 게시판 상단 내용글 박스 */
.img_top_box {display: flex;align-items:center;padding:25px 40px;margin-bottom:80px;background: #1f286f;border:1px solid #ddd;border-radius:20px;}
.img_top_box .img {flex-shrink: 0;width: 180px;}
.img_top_box .img img {}
.img_top_box .text {display: flex;flex-direction:column;gap:15px;}
.img_top_box .text p {position:relative;line-height:1.4;font-weight: 400;color:#000}
.img_top_box .text p:before {content:"";position:absolute;left:-18px;top:-13px;display:block;width: 14px;height:14px;border-radius: 100%;background: #000;}
.img_top_box .text p em {color:#000;}
.img_top_box .text span {font-size:1.7rem;color: #ff0000;}
	@media only screen and (max-width:1023px){
		.img_top_box {padding:20px 20px;margin-bottom:45px;}
		.img_top_box .img {flex-shrink: 0;width: auto;padding-right:50px;}
		.img_top_box .img img {width: 90px;}
		.img_top_box .text {gap:5px;}
		.img_top_box .text p {line-height: 1.2;}
		.img_top_box .text p:before {left:-10px;top:-10px;width: 10px;height: 10px;}
		.img_top_box .text span {line-height: 1.2;}
	}
	@media only screen and (max-width:767px){
		.img_top_box {margin-bottom:35px;}
		.img_top_box .img {display: none;}
		.img_top_box .img img {width: 70px;}
		.img_top_box .text p {line-height: 1.5;}
		.img_top_box .text span {line-height: 1.5;}
	}
/* 게시판 상단검색 */
.sch_top {display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1;margin-bottom:20px;}
/* 총게시물 수 */
.sch_top .total {}
.sch_top .total strong {font-size:1.7rem;font-weight:400;color:#666;}
.sch_top .total strong > em {color: #0572e3;font-weight:600;}
.sch_top .total strong > span {font-size:1.6rem;color:#666;}
.sch_top .total strong > span em {color: #0572e3;font-weight:600;}
/* 검색 */
.sch_top .search_box {}
.sch_top .search_box .inputbox {display: flex;justify-content: center;gap:4px;}
.sch_top .search_box .inputbox .btn_bace {padding:0 20px;}
.sch_top .search_box .inputbox .btn_bace img {filter: invert(10);margin-left:5px;}
.sch_top .search_box .inputbox select {width:190px;font-size:1.8rem;color:#000;}
.sch_top .search_box .inputbox input {width:427px;font-size:1.8rem;color:#000;}
.sch_top .search_box .inputbox input::-ms-input-placeholder {color:#000;}
.sch_top .search_box .inputbox input::-webkit-input-placeholder {color:#000;}
.sch_top .search_box .inputbox input::-moz-placeholder {color:#000;}
.sch_top .search_box .inputbox button {flex-shrink:0;width: 40px;height: 40px;background:#222;border-radius:5px;}
.sch_top .search_box .inputbox button img {width:24px;filter: brightness(0) invert(1);}
/* 게시판 영역 */
.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;color:#000;text-decoration:none;border-radius:100%;}
.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) {background:#222;color:#fff;}
.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_info {margin-bottom:60px;background:#f1f1f1;padding:40px 60px;border-radius:10px;}
.board_info p {position:relative;padding-left:45px;font-weight:600;font-size:1.8rem;}
.board_info p:before {content:'';position:absolute;left:0;top:-3px;width:30px;height:30px;background:url("./../../images/layout/board_info.png") no-repeat center center;}
.board_table {}
.board_table {width:100%;line-height:1;margin-top:1px;border-collapse:collapse;font-size:1.8rem;color:#000;}
.board_table thead th {position:relative;padding:28px 20px;font-weight:700;font-size:1.8rem;border-bottom:1px solid#000;}
.board_table tbody tr {border-top:1px solid #ddd;}
.board_table tbody tr.noti {position:relative;background:#f6f6f6;}
.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:25px 12px;height: 56px;font-weight: 400;}
.board_table tbody td .ellipsis1 {max-width:90%;}
.board_table tbody td .new {transform: translateY(-5px);}
.board_table tbody td .new img {width:18px;}
.board_table tbody td.num {font-size:1.6rem;color:#000;}
.board_table tbody td.img {}
.board_table tbody td.img img {width:128px;}
.board_table tbody td.tit {font-weight: 600;}
.board_table tbody td.tit a .new {}
.board_table tbody td.tit .reply {display: inline-block;margin-left:14px;}
.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.6rem;color:#000;}
.board_table tbody td.data {font-size:1.6rem;color:#888;}
.board_table tbody td .btn_bace {height:35px;line-height:35px;font-size:1.4rem;}
.board_table tbody tr.noti td {font-weight: 500;}
.board_table tbody tr.noti .num span {display:grid;place-items:center;width:50px;height:30px;margin:0 auto;background:#0572e3;text-align:center;border-radius:50px;font-size:1.6rem;color:#fff;}
.board_table tbody tr:is(:hover,:focus,:active) {background:#ecf4fb;}
	@media only screen and (max-width:1199px){
		.board_table thead th {border-bottom:2px solid#000;}
	}
	@media only screen and (max-width:1023px){
		.board_table thead th {padding:10px 10px;}
		.board_table tbody td {padding:10px 10px;}
		.board_table tbody td .btn_bace {height:35px;line-height:35px;}
	}
	@media only screen and (max-width:767px){
        .board_info {margin-bottom:20px;padding:20px 30px;}
		.board_table {text-align:left;}
		.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:2rem;}
		.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:45px;line-height: 25px;height: 25px;}
		.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-bottom:1px solid #ddd;border-top:2px solid #000;}
.view_box .top {border-bottom:1px solid #ddd;text-align: center;padding-top:45px;}
.view_box .top .sttit {display:flex;flex-direction:column;padding:10px 30px 0 30px;margin-bottom:45px;line-height:0.7;font-weight:800;font-size:3.3rem;color:#000;}
.view_box .top .sptit {display:inline-block;padding:10px 20px;border-radius:50px;font-weight:600;font-size:1.7rem;margin-bottom:10px;color:#fff;background: #1f286f;}
.view_box .top .sptit.proceeding {background: #1f286f;}
.view_box .top .sptit.scheduled {background: #35513a;}
.view_box .top .sptit.end {background:#000;}
.view_box .top .etc {padding:20px 15px;font-weight:400;border-top:1px solid #ddd;}
.view_box .top .etc span {display:inline-block;margin-right:15px;padding-right:25px;border-right:1px solid #ddd;}
.view_box .top .etc span:last-child {margin-right:0;padding-right:0;border-right:0;}
.view_box .top .etc span em {display:inline-block;margin-right:12px;color:#000;}
.view_box .content_box {padding:50px 30px;line-height:1.7;font-size:1.7rem;color:#000;}
.view_box .content_box .table_box_wide > table {width: 100%;}
.view_box .file_box {display:flex;gap:55px;padding:20px 30px 18px 30px;border-top:1px solid #e5e5e5;}
.view_box .file_box strong {padding-top:2px;color:#222;}
.view_box .file_box .file_d {display:flex;align-items:center;gap:70px;}
.view_box .file_box .file_d a {display:flex;gap:8px;line-height: 1.2;}
.view_box .file_box .file_d a img {opacity: 0.5;transform: translateY(-2px);}
.view_box .file_box .file_d a span {margin-top:2px;font-size:1.6rem;color:#0068b7;font-weight:600;}
.view_box .file_box .file_d a:is(:hover, :focus, :active) {}
.view_box .public_box {margin:0;border-radius: 0;}
.view_box .btnnp {}
.view_box .btnnp > div {position:relative;display: flex;align-items: center;}
.view_box .btnnp > div:after {content: "";position:absolute;left:0;top:0;display: block;width: 100%;height: 1px;background: #fff;}
.view_box .btnnp > div button {padding:20px 30px;background: #f7f8fa;font-size:1.7rem;font-weight:500;color:#000;}
.view_box .btnnp > div button img {}
.view_box .btnnp > div .pbox {display: flex;align-items: center;padding:0 20px;}
.view_box .btnnp > div .pbox p {}
.view_box .btnnp > .np_item_left {border-bottom:1px solid #ddd;}
.view_box .btnnp > .np_item_left img {transform: rotate(-90deg);margin:-3px 0 0 30px;}
.view_box .btnnp > .np_item_right {}
.view_box .btnnp > .np_item_right img {transform: rotate(90deg);margin-left:30px;}
.view_np_box {display: flex;justify-content: center;align-items: center;}

	@media only screen and (max-width:1199px){
		.view_box .top .sttit {padding:7px 30px 0 30px;font-size:3rem;}
	}
	@media only screen and (max-width:1023px){
		.view_box .top {padding-top:40px;}
		.view_box .top .sttit {padding:7px 20px 0 20px;font-size:2.8rem;}
		.view_box .content_box {padding:30px 20px;font-size:1.8rem;}
		.table_box_wide {overflow-x:scroll;border-top:2px solid#000;}
		.view_box .file_box {gap:25px;padding:25px 20px;}
		.view_box .btnnp > div button {padding:15px 20px;}
		.view_box .btnnp > .np_item_left img {margin:-5px 0 0 30px;}
		.view_box .btnnp > .np_item_right {}
		.view_box .btnnp > .np_item_right img {margin:-4px 0 0 30px;}
	}
	@media only screen and (max-width:767px){
		.view_box .top {padding-top:28px;}
		.view_box .top .sttit {line-height:1;padding:5px 15px 0 15px;margin-bottom:28px;font-size:2.5rem;}
		.view_box .top .etc {padding:15px 15px;}
		.view_box .content_box {padding:20px 15px;font-size:2rem;}
		.view_box .file_box {flex-direction:column;gap:15px;padding:15px 15px;}
		.view_box .file_box .file_d {flex-direction:column;align-items: flex-start;gap:10px;}
		.view_box .file_box .file_d a img {margin-top:-2px;}
		.view_box .file_box .btn_down {height:30px;line-height:30px;}
		.view_box .file_box .btn_down img {margin-top:1px;}
		.view_box .btnnp > div button {padding:15px 15px;}
		.view_box .content_box .table_box_wide > table {width: 767px;}
	}
	@media only screen and (max-width:639px){
		.view_box .content_box .table_box_wide > table {width: 679px;}
	}

/* 문의하기(쓰기) */
.write_table_box {width:100%;border-bottom:1px solid #ddd;border-top:2px solid#000;word-break:normal;}
.write_table_box tbody th {position:relative;padding:35px 30px;border-left:1px solid #ddd;border-top:1px solid #ddd;background:#1f286f;text-align:left;vertical-align:top;font-weight:700;color:#000;}
.write_table_box tbody th:after {content:"";display: block;position:absolute;left:0;top:0;width: 100%;height: 1px;background: #fff;}
.write_table_box tbody td {position:relative;padding:15px 15px;border-left:1px solid #ddd;border-top:1px solid #ddd;line-height:1.5;color:#000;}
.write_table_box tbody td:after {content:"";display: block;position:absolute;left:0;top:0;width: 100%;height: 1px;background: #fff;}
.write_table_box tbody td input {width:100%;border:1px solid #ddd;}
.write_table_box tbody td textarea {width:100%;height:285px;font-size:1.7rem;border:1px solid #ddd;}
.write_table_box tbody td .etc {margin-top:5px;font-size:1.7rem;}
.write_table_box tbody td .etc em {font-weight: 500;}
.write_table_box tbody td .filebox .upload-name {display: inline-block;height: 55px;padding: 0 10px;vertical-align: top;border: 1px solid #ddd;border-radius:0 10px 10px 0;width: 84.9%;color:#000;}
.write_table_box tbody td .filebox label {display: inline-block;padding: 14px 15px;width:15%;height: 55px;margin-right:-4px;text-align:center;border-radius:10px 0 0 10px;color: #fff;vertical-align: top;background-color:#000;cursor: pointer;}
.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;color:#000;}
.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;}
	@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 th {padding:25px 20px;}
		.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;}
	}
	@media only screen and (max-width:767px){
		.write_table_box tbody th {padding:15px 10px;}
		.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;}
	}

/* 갤러리 리스트 */
.gallery_table {overflow:hidden;position:relative;padding-top:40px;border-top:2px solid #222;border-bottom:1px solid #e5e5e5;}
.gallery_table .gallery_ul {display: flex;flex-wrap: wrap;margin-left:-60px;}
.gallery_table .gallery_ul li {width:33.33%;padding-left:60px;padding-bottom:40px;}
.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:55%;border-radius:20px;border:1px solid #e5e5e5;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%);}
.gallery_table .gallery_ul li a .tit {display: flex;gap:10px;margin-top:20px;font-size:1.8rem;font-weight:700;color:#222;text-decoration: none;margin-bottom:10px;line-height:1.3;}
.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 a:is(:hover,:focus,:active) .imgbox {border:1px solid #222;box-shadow: 0 0 25px rgba(0,0,0,0.15);}
.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;}

.gallery_table .gallery_ul li a .new_box {position:absolute;top:-10px;left:15px;}
.gallery_table .gallery_ul li a .new_box .new {float:left;display:inline-block;height:30px;line-height:30px;margin-right:5px;padding:0 15px;font-size:1.4rem;font-weight:400;color:#fff;border-radius:2px;background:#be242a;border-radius:5px;font-weight:600;}
.gallery_table .gallery_ul li a .new_box .best {float:left;display:inline-block;height:30px;line-height:30px;margin-right:5px;padding:0 15px;font-size:1.4rem;font-weight:400;color:#fff;border-radius:2px;background:#28773e;border-radius:5px;font-weight:600;}

	@media only screen and (max-width:1023px){
		.gallery_table {padding-top:20px;}
		.gallery_table .gallery_ul {margin-left:-20px;row-gap:20px;}
		.gallery_table .gallery_ul li {width: 33.3%;padding-left:20px;padding-bottom:20px;}
		.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 {padding-top:20px;}
		.gallery_table .gallery_ul {margin-left:-20px;row-gap:20px;}
		.gallery_table .gallery_ul li {width: 50%;padding-left:20px;padding-bottom:20px;}
        .gallery_table .gallery_ul li a .tit .new img {width:30px;}
	}

/* 인증서 갤러리 */
.gallery_table .certification_ul {}
.gallery_table .certification_ul li {width:25%;}
.gallery_table .certification_ul li a .imgbox {padding-top:150%;}
.gallery_table .certification_ul li a .imgbox .cnc {width:auto;filter:invert(60%) sepia(1%) saturate(0%) hue-rotate(356deg) brightness(150%) contrast(83%);}
.gallery_table .certification_ul li a .tit {text-align:center;}
    @media only screen and (max-width:1199px){
		.gallery_table .certification_ul li {width: 33.3%;padding-left:20px;padding-bottom:20px;}
	}
	@media only screen and (max-width:767px){
		.gallery_table .certification_ul li {width: 50%;padding-left:20px;padding-bottom:10px;}
	}

/* 갤러리 상세페이지 */
.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_box .nb .new {float:left;display:inline-block;height:40px;line-height:40px;margin-right:5px;padding:0 20px;font-size:2rem;font-weight:400;color:#fff;border-radius:2px;background:#be242a;border-radius:5px;font-weight:600;}
.flexbox .swiper_box .nb .best {float:left;display:inline-block;height:40px;line-height:40px;margin-right:5px;padding:0 20px;font-size:2rem;font-weight:400;color:#fff;border-radius:2px;background:#28773e;border-radius:5px;font-weight:600;}
.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;color:#000;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;}
	}


/* 컨텐츠 상단박스 */
.icon_box {border:2px solid #ccc;border-radius:10px;padding:30px 50px;margin-bottom:40px;}
.icon_box .icon {width:100%;margin:auto;display:flex;justify-content:space-between;align-items:center;}
.icon_box .icon .info_icon {flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border:2px solid #0572e3;border-radius:100%;}
.icon_box .text {width:calc(100% - 96px);padding-left:3.2rem;word-break:keep-all;}
.icon_box .text li {flex-grow:1;letter-spacing:-0.03em;line-height:1.4;}
.icon_box .text li:first-child {margin-top:0;}
.icon_box .text li:after {top:9px;}
.info_box {padding:40px;border:5px solid #ffece7;box-sizing:border-box;border-radius:30px;margin-bottom:40px;}

/* 문의하기 */
.form {width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:5rem 0;}
.form li {position:relative;width:100%;}
.form li.wh100p {width:100%;}
.form li .flex {justify-content:space-between;}
.form li label {display:block;}
.form li h3 {margin-bottom:1.6rem;color:#222;font-size:1.6rem;font-weight:600;line-height:1;}
.form li:last-child h3 {font-size:1.8rem;}
.form li h4 {margin-bottom:1rem;color:#222;font-size:1.6rem;font-weight:700;line-height:1;}
.form li input {display:flex;width:100%;height:6rem;padding:2.1rem 0 2.1rem 2rem;border-radius:1.4rem;background:#F6F6F6;border:1px solid #F6F6F6;font-size:1.8rem;font-weight:400;line-height:100%;box-sizing:border-box;color:#000;}
.form li label textarea {display:flex;width:100% !important;max-width:100%;height:22rem;padding:2rem;justify-content:center;align-items:center;border-radius:1.4rem;background:#F6F6F6;font-size:1.8rem;font-style:normal;font-weight:400;line-height:1.6;border:1px solid #F6F6F6;box-sizing:border-box;}
.form li label textarea::-webkit-scrollbar {width:2rem;}
.form li label textarea::-webkit-scrollbar-thumb {background-clip:padding-box;border:8px solid transparent;background-color:#222;}
.form li label textarea::-webkit-scrollbar-track {background:transparent;}
.form .file_box {background:#F6F6F6;border-radius:1.4rem;padding:1rem;}
.form .file_box .upload_list a {background:#fff;}
.form .terms {border-radius:1.4rem;background:#F6F6F6;padding:2.1rem 2rem;}
.form .terms * {color:#666;font-size:1.4rem;font-weight:400;line-height:1.6;}
.form .personal {background:#F6F6F6;border-radius:1.4rem;padding:3rem;}
.form li .list2 {font-size:1.6rem;}
.form .check_flex {display:flex;flex-wrap:wrap;width:100%;height:6rem;padding:2.1rem 0 2.1rem 2rem;border-radius:1.4rem;border:1px solid #ddd;}
.form .checks {font-size:1.6rem;}
    @media only screen and (max-width:1023px){
	}
	@media only screen and (max-width:767px){
		.form {gap:3rem 0;}
        .form li {width:100%;}
		.form li h3 {margin-bottom:1rem;}
		
		.icon_box {padding:20px 30px;}
		.icon_box .icon .info_icon {display:none;}
		.icon_box .text {width:100%;padding-left:0;}

		.info_box {padding:30px;}
	}

/* 파일첨부 */
.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:40px;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);padding-left:15px;line-height:40px;border-radius:5px;font-size:.9em;color:#999;background:#fff;}
.file_box .upload_list a {display:block;}
.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;}
	@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;}
	}

/* 공통탭 */
.qtap_box .tap_box {}
.qtap_box .tap_box .tap_btn {display:flex;justify-content:center;}
.qtap_box .tap_box .tap_btn li {text-align:center;margin:0 1rem;}
.qtap_box .tap_box .tap_btn li a {font-weight:600;font-size:1.8rem;background:#f1f1f1;color:#999;min-width:200px;height:5rem;display:flex;align-items:center;justify-content:center;border-radius:30px;font-weight:400;}
.qtap_box .tap_box .tap_btn li.on a, .qtap_box .tap_box .tap_btn li a:is(:hover,:focus,:active) {background:#0572e3;color:#fff;font-weight:600;}
.qtap_box .tab_content {margin-top:10rem;}
    /* pc */
	@media only screen and (max-width:1399px){
		.qtap_box .tap_box .tap_btn li a {font-size:1.6rem;}
	}
	/* pc */
	@media only screen and (max-width:1199px){
		
	}
	/* 태블릿 */
	@media only screen and (max-width:1023px){
	}
	/* 모바일 */
	@media only screen and (max-width:767px){
		.qtap_box .tap_box .tap_btn li {margin:0 0.3rem;}
		.qtap_box .tap_box .tap_btn li a {min-width:auto;padding:0 2rem;}
	}

/********************************/
/* 01_COMPANY */
/********************************/
/* 01_01_회사개요 */
.summary_wrp {display:grid;grid-template-columns:40% calc(60% - 10rem);gap:10rem;}
.summary_wrp .img_box {overflow:hidden;border-radius:3rem;position:relative;}
.summary_wrp .img_box img {height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.summary_wrp .list_wrp .company_name {margin:7rem 0 4rem;font-weight:700;font-size:4rem;}
.summary_wrp .list_wrp .sum_list > li {display:flex;padding:2.5rem 0;border-bottom:1px solid #ccc;text-wrap:balance;}
.summary_wrp .list_wrp .sum_list > li .th {width:21rem;font-weight:600;color:#000;}
.summary_wrp .list_wrp .sum_list > li .td {width:calc(100% - 21rem);font-weight:500;font-size:1.6rem;}
.summary_wrp .list_wrp .sum_list > li.contact_area .td li {display:flex;align-items:center;gap:1rem;}
.summary_wrp .list_wrp .sum_list > li.contact_area .td li+li {margin-top:.5rem;}
.summary_wrp .list_wrp .sum_list > li.contact_area .td li.email {align-items:flex-start;}
.summary_wrp .list_wrp .sum_list > li.contact_area .td li.email img {margin-top:.3rem;}
.summary_wrp .list_wrp .sum_list > li.contact_area .td li span {line-height:1.5;}
	@media only screen and (max-width:1199px){
		.summary_wrp {grid-template-columns:40% calc(60% - 7rem);gap:7rem;}
		.summary_wrp .list_wrp .company_name {margin:6rem 0 3rem;}
		.summary_wrp .list_wrp .sum_list > li .th {width:18rem;}
		.summary_wrp .list_wrp .sum_list > li .td {width:calc(100% - 18rem);}
	}
	@media only screen and (max-width:1023px){
		.summary_wrp {grid-template-columns:auto;grid-template-rows:1fr 50rem;gap:4rem;}
		.summary_wrp .img_box {order:2;}
		.summary_wrp .img_box img {height:auto;width:100%;}
		.summary_wrp .list_wrp {order:1;}
		.summary_wrp .list_wrp .company_name {display:none;}
		.summary_wrp .list_wrp .sum_list > li {padding:2rem 0;}
	}
	@media only screen and (max-width:425px){
		.summary_wrp .list_wrp .sum_list > li .th {width:16rem;}
		.summary_wrp .list_wrp .sum_list > li .td {width:calc(100% - 16rem);}
	}

/* 01_02_인사말 */
.greetings_wrp .img_box {border-radius:3rem;overflow:hidden;display:flex;}
.greetings_wrp .img_box img {width:50%;object-fit:cover;object-position:center;}
.greetings_wrp .txt_box {margin-top:9rem;display:flex;justify-content:space-between;padding:0 6rem;}
.greetings_wrp .txt_box .tit {font-weight:800;font-size:8rem;line-height:1.25;color:#000;}
.greetings_wrp .txt_box .con {font-weight:300;font-size:2rem;line-height:2;color:#000;}
	@media only screen and (max-width:1299px) {
		.greetings_wrp .txt_box {padding:0 4rem;}
	}
	@media only screen and (max-width:1199px) {
		.greetings_wrp .txt_box {gap:6rem;padding:0;}
	}
	@media only screen and (max-width:1023px) {
		.greetings_wrp .txt_box {margin-top:4.5rem;flex-direction:column;gap:3rem;}
	}
	@media only screen and (max-width:767px) {
		.greetings_wrp .img_box {flex-direction:column;}
		.greetings_wrp .img_box img {width:100%;}
	}

/* 01_03_ESG경영 */
.esg_wrp .esg_tit {display:flex;flex-direction:column;align-items:center;gap:5rem;margin:5rem 0 10rem;}
.esg_wrp .esg_tit p {font-size:2.5rem;line-height:1.6;color:#000;text-align:center;text-wrap:balance;max-inline-size:110rem;}
.esg_wrp .esg_list {display:flex;justify-content:space-between;gap:4rem;}
.esg_wrp .esg_list .img_box img {max-width:100%;}
.esg_wrp .esg_list .txt_box .tit {margin:4.5rem 0 2rem;}
.esg_wrp .esg_list .txt_box .tit .tit_kr {font-weight:700;font-size:2.5rem;line-height:normal;color:#000;}
.esg_wrp .esg_list .txt_box .tit .tit_en {display:inline-block;margin-left:1.5rem;font-size:1.4rem;line-height:normal;color:#999;}
.esg_wrp .esg_list .txt_box .con {counter-reset:list-number;}
.esg_wrp .esg_list .txt_box .con li {position:relative;padding-left:3rem;line-height:1.88;font-weight:300;color:#000;}
.esg_wrp .esg_list .txt_box .con li::before {font-weight:800;color:#0572e3;counter-increment:list-number;content:counter(list-number, decimal-leading-zero);position:absolute;left:0;top:0;}
	@media only screen and (max-width:1023px) {
		.esg_wrp .esg_tit {gap:3rem;}
	}
	@media only screen and (max-width:767px) {
		.esg_wrp .esg_list {flex-direction:column;}
		.esg_wrp .esg_list > li {display:grid;grid-template-columns:40% 60%;gap:4rem;}
		.esg_wrp .esg_list .txt_box .tit {margin-top:0;}
	}

/* 01_04_연혁 */
.history {display:flex;flex-wrap:wrap;width:100%;gap:10rem 0;}
.history > li {display:flex;flex-wrap:wrap;width:100%;}
.history > li:nth-child(even) {flex-flow:row-reverse;}
.history >  li .his_img {width:40%;}
.history >  li .his_img img {width:100%;}
.history >  li .his_txt {width:60%;padding-left:16rem;padding-top:10rem;}
.history > li:nth-child(even) .his_txt {padding-left:0;padding-right:16rem;}
.history >  li .his_txt h5 {color:#e6e6e6;font-size:6rem;font-weight:900;}
.history >  li .his_txt .his_list {margin-top:3rem;}
.history >  li .his_txt .his_list > li {position:relative;padding-left:3rem;display:flex;line-height:40px;}
.history >  li .his_txt .his_list > li:before {content:"";position:absolute;left:0;top:17px;width:5px;height:5px;background:#0572e3;border-radius:100%;}
.history >  li .his_txt .his_list > li strong {font-size:2rem;color:#0572e3;font-weight:800;width:8rem;}
.history >  li .his_txt .his_list > li ul {width:calc(100% - 80px);}
.history >  li .his_txt .his_list > li ul li {display:flex;line-height:40px;border-bottom:1px dashed #ccc;}
.history >  li .his_txt .his_list > li ul li span {width:5rem;font-size:1.6rem;color:#666;font-weight:600;}
.history >  li .his_txt .his_list > li ul li p {line-height:30px;font-size:1.6rem;font-weight:300;margin-top:5px;}
	@media only screen and (max-width:1399px){
		.history > li .his_txt {padding-left:10rem;padding-top:6rem;}
		.history > li:nth-child(even) .his_txt {padding-right:10rem;}
	}
	@media only screen and (max-width:1199px){
		.history > li .his_txt {padding-left:8rem;padding-top:2rem;}
		.history > li:nth-child(even) .his_txt {padding-right:8rem;}
		.history > li .his_txt h5 {font-size:5rem;}
		.history > li .his_txt .his_list > li ul li span {width:4.5rem;}
		.history > li .his_txt .his_list > li ul li p {font-size:1.6rem;width:calc(100% - 4.5rem);}
	}
	@media only screen and (max-width:1023px){
		.history > li:nth-child(even) {flex-flow:unset;flex-wrap:wrap;}
        .history > li .his_img {width:100%;height:30rem;overflow:hidden;position:relative;}
		.history > li .his_img img {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
		.history > li .his_txt {width:100%;}
		.history > li .his_txt {padding-left:0;padding-top:3rem;}
		.history > li:nth-child(even) .his_txt {padding-right:0;}
		.history > li .his_txt .his_list {margin-top:2rem;}
	}
	@media only screen and (max-width:767px){
		.history > li .his_txt h5 {font-size:4rem;}
		.history > li .his_txt .his_list > li strong {line-height:normal;padding:7px 0;}
		.history > li .his_txt .his_list > li ul li {line-height:normal;padding:8px 0;}
		.history > li .his_txt .his_list > li ul li p {line-height:20px;margin-top:0;}
	}

/* 01_05_오시는길 */
.map {display:block;}
.location {display:flex;justify-content:space-between;border-top:3px solid #0572e3;position:relative;}
.location .location_title {width:25rem;height:15rem;background:#0572e3;color:#fff;padding:3rem;margin:0 0 0 3rem;border-bottom-left-radius:30px;border-bottom-right-radius:30px;text-align:center;}
.location .location_title span {font-size:1.3rem;opacity:0.6;font-weight:200;letter-spacing:0.5rem;}
.location .location_title h4 {font-size:2.6rem;line-height:1;padding-top:2rem;color:#fff;font-weight:600;}
.location ul {display:flex;flex-wrap:wrap;width:calc(100% - 30rem);position:absolute;top:50%;left:0;transform:translate(30rem, -50%);gap:2rem 0;}
.location ul li {display:flex;flex-wrap:wrap;margin-left:4rem;}
.location ul li div {width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:100%;background:#f1f1f1;margin-right:5px;}
.location ul li p {font-size:1.6rem;display:flex;padding-top:5px;}
.location ul li p em {color:#0572e3;font-weight:500;padding-right:1rem;}
	@media only screen and (max-width:1199px){
        .location ul {gap:1rem 0;position:unset;top:0;left:0;transform:none;margin-top:3rem;}
		.location ul li {width:100%;margin-top:2rem;margin-top:1rem;}
		.location ul li p em {width:65px;}
	}
    @media only screen and (max-width:1023px){
		.location .location_title {width:20rem;}
		.location ul {width:calc(100% - 20rem);gap:0;}
		.location ul li p {padding-top:7px;}
	}
    @media only screen and (max-width:767px){
        .location .location_title {display:none;}
		.location ul {width:100%;}
        .location ul li {margin-left:0;}
		.location ul li p {width:calc(100% - 45px);}
		.location ul li p em {width:50px;}
        .map {height:300px;}
	}


/********************************/
/* 02_PRODUCT */
/********************************/
/* 02_01_생산설비 */
.facility_wrp {display:grid;grid-template-columns:repeat(3,1fr);gap:8rem;width:clamp(0px,96%,1360px);margin:0 auto;}
.facility_wrp li {background:#f9f9f9;}
.facility_wrp .img_box {background:#e9edf2;padding:4rem;text-align:center;}
.facility_wrp .img_box img {max-width:100%;margin-top:-8rem;}
.facility_wrp .txt_box {padding:4rem;}
.facility_wrp .txt_box .name {font-size:2.5rem;color:#222;margin-bottom:1.5rem;}
.facility_wrp .txt_box .descr1 {font-weight:600;font-size:1.6rem;color:#0571e2;}
.facility_wrp .txt_box .descr2 {font-size:1.6rem;color:#222;margin-top:3.5rem;padding-top:1.5rem;border-top:1px dashed #c7c7c7;}
	@media only screen and (max-width:1199px){
		.facility_wrp {gap:6rem;}
		.facility_wrp .img_box {padding:3rem;}
		.facility_wrp .txt_box {padding:3rem;}
	}
	@media only screen and (max-width:1023px){
		.facility_wrp {grid-template-columns:repeat(2,1fr);gap:10rem 5rem;}
	}
	@media only screen and (max-width:767px){
		.facility_wrp {grid-template-columns:repeat(1,1fr);}
		.facility_wrp .txt_box {text-align:center;}
	}

/* 02_03_주요거래처 */
.partner_wrp {max-width:100%;}
.partner_wrp .iconlr {display:none;}
.partner_wrp .region_list {width:clamp(0px, 100%, 1720px);margin:0 auto;position:relative;}
.partner_wrp .region_list > li {position:absolute;}
.partner_wrp .region_list > li .region_name {display:none;}
.partner_wrp .region_list > li .partner_list li {max-width:28rem;height:5rem;padding:0 3rem;border:1px solid #ccc;border-radius:2.5rem;display:flex;justify-content:center;align-items:center;gap:0.5rem;background:#fff;}
.partner_wrp .region_list > li .partner_list li+li {margin-top:5px;}
.partner_wrp .region_list > li .partner_list li .city_name {font-size:1.5rem;color:#222;line-height:normal;}
.partner_wrp .region_list > li .partner_list li .partner_name {font-weight:700;font-size:1.6rem;color:#222;line-height:normal;}
	/* 거래처 마커 */
	.partner_wrp .region_list > li.Incheon {top:216px;left:1rem;} /* 인천 */
	.partner_wrp .region_list > li.Gyeonggi {top:310px;left:10rem;} /* 경기 */
	.partner_wrp .region_list > li.Chungnam {top:520px;left:3rem;} /* 충남 */
	.partner_wrp .region_list > li.Gwangju {top:784px;left:2rem;} /* 광주 */
	.partner_wrp .region_list > li.Chungbuk {top:382px;right:5rem;} /* 충북 */
	.partner_wrp .region_list > li.Gyeongbuk {top:574px;right:10.5rem;} /* 경북 */
	.partner_wrp .region_list > li.Gyeongnam {top:760px;right:19rem;} /* 경남 */
		@media screen and (max-width:1299px) {
			.partner_wrp {overflow-x:scroll;}
			.partner_wrp .iconlr {display:flex;align-items:center;height:27px;padding-left:45px;margin-bottom:4rem;background:url("../../images/fs/common/icon_lr.png") no-repeat left center;color:#0572e3;}
			.partner_wrp .region_list {width:1300px;}
				/* 거래처 마커 */
				.partner_wrp .region_list > li.Incheon {left:0rem;} /* 인천 */
				.partner_wrp .region_list > li.Gyeonggi {left:3rem;} /* 경기 */
				.partner_wrp .region_list > li.Gwangju {left:0;} /* 광주 */
		}
		@media screen and (max-width:1023px) {
			.partner_wrp {overflow-x:hidden;}
			.partner_wrp .iconlr {display:none;}
			.partner_wrp .region_list {width:100%;display:flex;flex-direction:column;gap:4rem;}
			.partner_wrp .region_list > li {position:static;}
			.partner_wrp .region_list > li .partner_list li+li {margin-top:0;}
			.partner_wrp .region_list > li .region_name {display:block;font-weight:700;font-size:2rem;margin-bottom:1.5rem;}
			.partner_wrp .region_list > li .partner_list {display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}
			.partner_wrp .region_list > li .partner_list li {max-width:none;}
			.partner_wrp .partner_bg {display:none;}
		}
		@media screen and (max-width:767px) {
			.partner_wrp .region_list > li .partner_list {display:grid;grid-template-columns:repeat(1,1fr);gap:0.5rem;}
		}


/********************************/
/* 03_R&D */
/********************************/
/* 03_02_00_공통 */
.process_wrp .tit_wrp {background:no-repeat center/cover;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10rem 2rem 7rem;}
.process_wrp .tit_wrp .tit {font-weight:800;font-size:3rem;color:#fff;position:relative;padding-bottom:2rem;margin-bottom:2.5rem;}
.process_wrp .tit_wrp .tit::before {content:"";position:absolute;width:30px;height:3px;background:#fff;bottom:0;left:0;right:0;margin:0 auto;}
.process_wrp .tit_wrp .sub_tit {line-height:1.6;color:#fff;text-align:center;opacity:.6;}
.process_wrp .con_wrp {margin-top:10rem;}
.process_wrp .con_list li {display:flex;gap:3rem;border-top:2px solid #ddd;padding:3rem;}
.process_wrp .con_list li .num_box {position:relative;}
.process_wrp .con_list li .num_box .num {position:absolute;top:-.5rem;left:50%;transform:translateX(-50%);color:#fff;display:flex;flex-direction:column;align-items:center;}
.process_wrp .con_list li .num_box .num span {font-weight:500;font-size:2rem;}
.process_wrp .con_list li .num_box .num em {font-weight:800;font-size:4rem;line-height:normal;}
.process_wrp .con_list li .num_box svg {width:30rem;margin-top:-3.2rem;}
.process_wrp .con_list li .con_box h6 {font-weight:800;font-size:2.5rem;color:#222;padding:0;}
.process_wrp .con_list li .con_box span {display:block;font-size:1.6rem;margin-top:1.5rem;padding-left:1.6rem;position:relative;}
.process_wrp .con_list li .con_box span::before {width:5px;height:5px;content:"";border-radius:50%;background:#0572e3;position:absolute;top:.7rem;left:0;}
.process_wrp .con_list li .img_box {margin-left:auto;}
.process_wrp .con_list li .img_box img {max-width:100%;}
	@media screen and (max-width:1199px) {
		.process_wrp .con_list li .num_box .num {top:-1.5rem;}
		.process_wrp .con_list li .num_box svg {width:25rem;}
	}
	@media screen and (max-width:1023px) {
		.process_wrp .con_list li {flex-direction:column;align-items:center;}
		.process_wrp .con_list li .con_box h6 {text-align:center;}
		.process_wrp .con_list li .img_box {margin-left:0;}
	}

/* 03_02_01_제조공정도 */
.chart_wrp .pc {text-align:center;}
.chart_wrp .pc img {max-width:100%;}
.chart_wrp .mo {display:none;}
	@media screen and (max-width:767px) {
		.chart_wrp .pc {display:none;}
		.chart_wrp .mo {display:block;}
		.chart_wrp .mo li {display:flex;gap:3rem;border-top:2px solid #ddd;padding:3rem;}
		.chart_wrp .mo li:nth-child(odd) .num_box svg .cls-1 {fill:#0572e3;}
		.chart_wrp .mo li:nth-child(even) .num_box svg .cls-1 {fill:#1e3b90;}
	}

/* 03_02_02_LOT 추적시스템 */
.lot_wrp .tit_wrp {background-image:url("../../images/fs/content/sub03/lot_bg.png");}
.lot_wrp .lot_list li:nth-child(2) {margin-left:10rem;}
.lot_wrp .lot_list li:nth-child(2) .num_box svg .cls-1 {fill:#308ae8;}
.lot_wrp .lot_list li:nth-child(3) {margin-left:20rem;}
.lot_wrp .lot_list li:nth-child(3) .num_box svg .cls-1 {fill:#116ccb;}
.lot_wrp .lot_list li:nth-child(4) {margin-left:30rem;}
.lot_wrp .lot_list li:nth-child(4) .num_box svg .cls-1 {fill:#084f98;}
.lot_wrp .lot_list li:nth-child(5) {margin-left:40rem;}
.lot_wrp .lot_list li:nth-child(5) .num_box svg .cls-1 {fill:#03366a;}
.lot_wrp .lot_list li:nth-child(6) {margin-left:50rem;}
.lot_wrp .lot_list li:nth-child(6) .num_box svg .cls-1 {fill:#01152a;}
	@media screen and (max-width:1440px) {
		.lot_wrp .lot_list li:nth-child(2) {margin-left:5rem;}
		.lot_wrp .lot_list li:nth-child(3) {margin-left:10rem;}
		.lot_wrp .lot_list li:nth-child(4) {margin-left:15rem;}
		.lot_wrp .lot_list li:nth-child(5) {margin-left:20rem;}
		.lot_wrp .lot_list li:nth-child(6) {margin-left:25rem;}
	}
	@media screen and (max-width:1199px) {
		.lot_wrp .lot_list li {margin-left:0 !important;}
	}
	@media screen and (max-width:1023px) {
		.lot_wrp .lot_list li {flex-direction:column;align-items:center;}
		.lot_wrp .lot_list li .con_box h6 {text-align:center;}
		.lot_wrp .lot_list li .img_box {margin-left:0;}
	}

/* 03_02_03_MES 시스템 */
.mes_wrp .tit_wrp {background-image:url("../../images/fs/content/sub03/mes_bg.png");}
.mes_wrp .mes_list {display:grid;grid-template-columns:repeat(4,1fr);gap:6rem 3rem;}
.mes_wrp .mes_list .img_box img {max-width:100%;}
.mes_wrp .mes_list .txt_box {margin-top:1.5rem;font-weight:800;font-size:2rem;color:#222;}
	@media screen and (max-width:1199px) {
		.mes_wrp .mes_list {grid-template-columns:repeat(4,1fr);gap:4rem 3rem;}
	}
	@media screen and (max-width:1023px) {
		.mes_wrp .mes_list {grid-template-columns:repeat(3,1fr);gap:3.5rem;}
	}
	@media screen and (max-width:767px) {
		.mes_wrp .mes_list {grid-template-columns:repeat(2,1fr);gap:3rem;}
	}
	@media screen and (max-width:425px) {
		.mes_wrp .mes_list {grid-template-columns:repeat(1,1fr);}
	}



/**********************************************/
/* 영문 */
/**********************************************/
/* 공통탭 */
:lang(en) .qtap_box .tap_box .tap_btn li a {padding:0 2rem;}
	/* 태블릿 */
	@media only screen and (max-width:1023px){
		:lang(en) .qtap_box .tap_box .tap_btn li {margin:0 0.5rem;}
	}
	/* 모바일 */
	@media only screen and (max-width:767px){
		:lang(en) .qtap_box .tap_box .tap_btn {flex-wrap:wrap;gap:1rem 0;}
		.qtap_box .tap_box .tap_btn li {margin:0 0.3rem;}
		.qtap_box .tap_box .tap_btn li a {min-width:auto;padding:0 2rem;}
	}

/********************************/
/* 01_COMPANY */
/********************************/
/* 01_01_회사개요 */
:lang(en) .summary_wrp {grid-template-columns:30% calc(70% - 8rem);gap:8rem;}
:lang(en) .summary_wrp .list_wrp .sum_list > li .th {width:28rem;}
:lang(en) .summary_wrp .list_wrp .sum_list > li .td {width:calc(100% - 28rem);}
	@media only screen and (max-width:1199px){
		:lang(en) .summary_wrp {grid-template-columns:30% calc(70% - 5rem);gap:5rem;}
	}
	@media only screen and (max-width:1023px){
		:lang(en) .summary_wrp {grid-template-columns:auto;grid-template-rows:1fr 50rem;gap:4rem;}
	}
	@media only screen and (max-width:767px){
		:lang(en) .summary_wrp .list_wrp .sum_list > li .th {width:16rem;}
		:lang(en) .summary_wrp .list_wrp .sum_list > li .td {width:calc(100% - 16rem);}
	}


/********************************/
/* 02_PRODUCT */
/********************************/
/* 02_03_주요거래처 */
:lang(en) .partner_wrp .region_list > li .partner_list li {max-width:42rem;padding:0 2rem;gap:0.5rem;letter-spacing:-0.03rem;}
:lang(en) .partner_wrp .region_list > li .partner_list li .city_name {font-size:1.4rem;}
:lang(en) .partner_wrp .region_list > li .partner_list li .partner_name {font-size:1.5rem;}
	/* 거래처 마커 */
	:lang(en) .partner_wrp .region_list > li.Incheon {left:0;} /* 인천 */
	:lang(en) .partner_wrp .region_list > li.Gyeonggi {left:1.5rem;} /* 경기 */
	:lang(en) .partner_wrp .region_list > li.Chungnam {left:0;} /* 충남 */
	:lang(en) .partner_wrp .region_list > li.Gwangju {left:0;} /* 광주 */
	:lang(en) .partner_wrp .region_list > li.Chungbuk {right:0;} /* 충북 */
	:lang(en) .partner_wrp .region_list > li.Gyeongbuk {top:568px;right:0;} /* 경북 */
	:lang(en) .partner_wrp .region_list > li.Gyeongnam {right:12rem;} /* 경남 */
		@media only screen and (max-width:1399px){
			:lang(en) .partner_wrp .region_list > li .partner_list li {max-width:40rem;padding:0 1rem;gap:0.3rem;}
			/* 거래처 마커 */
			:lang(en) .partner_wrp .region_list > li.Gyeonggi {left:0;} /* 경기 */
		}
		@media only screen and (max-width:1023px){
			:lang(en) .partner_wrp .region_list > li .partner_list li {max-width:none;}
		}