.text-medium {
    font-size: 20px;
    color: #676767;
}
/*회사소개*/
.asia img {
    max-width: 1100px;
    width: 100%;
}
ul.four-columns > li {
    width: 25%;
}
ul.about_list > li > .inner .img.text {
    background: #fff;
    border: 4px solid #7cbe35;
    box-shadow: 0px 0px 10px 3px rgba(124, 190, 53, 0.3);
    margin-bottom: 10px;
    width: 19em;
    height: 19em;
}
ul.about_list > li > .inner .img.text p {
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: bold;
    word-break: keep-all;
    padding-top: 4.5em;
}

.ta-left {
    text-align: left !important;
}
.text-medium {
    word-break: keep-all;
}
ul.four-columns > li > .inner .text-medium {
    font-size: 15px;
}
ul.columns {
    display: flex;
    flex-wrap: wrap;
}
ul.columns > li {
    padding: 10px;
    box-sizing: border-box;
}
ul.five-columns > li{
    width: 20%;
}
ul.columns > li .img {
    border: 2px solid #cfcfcf;
}
ul.columns > li .img img {
    width: 100%;
    
}
ul.columns > li .text-title {
    margin-top: 10px;
    font-size: 1rem;
}
ul.three-columns  {
    justify-content: center;
}
ul.columns > li .img {
    border: 2px solid #cfcfcf;
}

/** 제품소개 **/
.text-box {
    padding: 20px 3rem;
    border-radius: 1rem;
    background: #e7f8eb;
}
.text-box p.text-medium {
    text-align: left;
    padding-top: 10px;
}
.text-box p.text-medium span {
    padding-right: 10px;
}
.gap3 {
    gap: 3rem ;
}
.text-list {
    padding: 20px 0;
}
.text-list li::before {
    content: "●";
    color: #24b82c;
    font-size: 0.5rem;
    position: absolute;
    left: 0; /* 리스트 앞쪽에 배치 */
    top: 0.4rem; /* 세로 정렬 조정 */
}
.text-list li {
    text-align: left;
    font-size: 1.2rem;
    display: flex; /* flex를 사용하여 정렬 */
    align-items: flex-start; /* 글자 시작점을 맞춤 */
    position: relative;
    padding-left: 1.5rem; /* 들여쓰기 공간 확보 */
    margin-bottom: 10px;
}
.img-intro02 {
    border-radius: 2rem; 
    overflow: hidden;
    height: 600px;
    }
/*연혁*/
.history_list {
   position: relative;
}
.history_list .year {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.8;
    width: 450px;
    position: absolute;
    top: 0px;
    left: 0;
    color: #333;
	text-align: right;
}
.history_list .img img { width: 450px; }
.history_inner_list {
	padding-left: 550px;
    padding-top: 50px;
    position: relative;
	min-height: 350px;
}
.history_inner_list::before {
   content: '';
    position: absolute;
    top: 0px;
    left: 550px;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.history_inner_list > li:first-child { padding-top: 60px; }
.history_inner_list > li {
    position: relative;
    padding-bottom: 50px;
    display: flex;
}
.history_inner_list>li:before {
    content: '';
    background: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
	margin-top: 10px;
    margin-left: -4px;
}
.history_content ul.txt {
    display: inline-block;
    font-size: 18px;
    width: 100%;
}
.history_inner_item { margin-top: 15px; }
.month {
    min-width: 25px;
    font-family: "Poppins";
    font-size: 20px;
    color: #5a9d24;
	padding-left: 20px;
}
.history_item .text-medium {
    position: relative;
    padding-left: 12px;
    margin-left: 10px;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;	
}
/* 인증현황 */
.c_list .c_inner_list {
	display: flex;
    flex-wrap: wrap;
}
.c_list .c_inner_list > li {
	width: calc(26.111% - 2.333rem);
    margin-bottom: 60px;
    margin-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.c_list .c_inner_list > li > a > .img {
	width: 100%;
    height: 440px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s linear;
	padding-top: 10px;	
}
.c_list .c_inner_list > li > a > .img > img {
	width: 94%;
	height: 98%;
}
.intro-02 img { width: 100%; }

/*alice*/
.ta_left { text-align: left; }
.product_01 .img_wrap {
	display: flex;
    flex-wrap: wrap;
	max-width: 1240px;
	margin: 20px auto;	
}
.product_01  .img_wrap .img_box {
	width: 50%;
    padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product_01  .img_wrap  .img_box  .img_inner { position: relative; }
.product_01  .img_wrap  .img_box  .img {
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.product_01  .img_wrap  .img_box .img img {
	max-width: 100%;
    height: auto;
} 
bd { border: 1px solid #949494; }
.product_01  .img_wrap  .img_box p { font-size: 16px; }
.product_01 .img_wrap_02 .img_box { width: calc(33.3333%); }
.product_01 .img_wrap_02 { margin-top: 0; }
.c_list .example_inner_list > li > a > .img { height: 200px; }
.product_01_box .list {
	display: flex;
    flex-wrap: wrap;
	margin: -10px;
}
.product_01_box .list li {
	width: 50%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product_01_box .list li .inner {
	display: flex;
    align-items: center;
    min-height: 200px;
    padding: 30px 60px;
    background-color: #f8f8f8;
}
.product_01_box .list li .inner .circle {
	display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
}
.product_01_box .list li .inner .circle .img {
    width: 50px;
    height: 59px;
    background-image: url(../img/sub/product/product_015.png);
}
.product_01_box .list li .inner .txt_wrap {
	text-align: left;
	margin-left: 30px;
}
.product_01_box .list li .inner .txt_wrap .title { font-size: 22px;}
.product_01_box .list li .inner .txt_wrap .text-medium {
	font-size: 16px;
	margin-top: 8px;
}

/*pr센터*/
.search {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 20px;
    background-color: #f8f8f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search_select {
	display: flex;
    position: relative;
}
.search_select > select {
	border: 1px solid #ddd;
	width: 150px;
    height: 50px;
    padding: 0 20px;
    margin-right: 5px;
    font-size: 15px;
    color: #6e6e6e;
}
.search_input_wrap { display: flex; }
.search .search_input_wrap > .search_input {
	width: 320px;
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
    color: #6e6e6e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.search .search_input_wrap > .search_btn {
    font-size: 15px;
    color: #fff;
    border: 0;
    background-color: #333;
    vertical-align: middle;
	width: 80px;
    height: 50px;
	cursor: pointer;	
}
.fixed-table-container .img {
	width: 20px;
}
.view_wrap {
	position: relative;
}
.view_wrap .view_header {
    position: relative;
    padding: 25px 30px;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
}
.view_wrap .view_header .view_header_title {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.view_wrap .view_header .view_info > ul {
    display: flex;
    flex-wrap: wrap;
}
.view_wrap .view_header .view_info > ul > li{
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-right: 48px;
}
.view_wrap .view_header .view_info > ul > li > .dt {
    margin-right: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #777;
}
.view_wrap .view_header .view_info > ul > li > .dd {
    font-size: 15px;
    color: #aaa;
}
.view_contents {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.view_contents .edit_contents {
    min-height: 500px;
    padding: 35px 30px;
	text-align: left;
}
.view_contents .view_files {
    display: flex;
    padding: 22px 28px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
}
.view_contents .view_files .view_files_title {
    display: flex;
    width: 100%;
    max-width: 82px;
    font-size: 15px;
    font-weight: 500;
    color: #777;
}
.view_contents .view_files .view_files_title > a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
    font-size: 15px;
    color: #444;
}
.view_files_item_inner {
    display: flex;
	margin-bottom: 0;
	vertical-align: middle;
}
.view_files_item_inner img {
    margin: 3px 8px 0 0;
	width: 15px;
}
.view_files_item_inner .volume {
    font-size: 12px;
    color: #aaa;
    margin-top: 3px;
    margin-left: 4px;
}
.view_footer .view_list {
    position: relative;
    border-top: 1px solid #222;
   /*  border-bottom: 1px solid #222; */
}
.view_footer_btn {
    margin: 50px 0 0;
    text-align: center;
}
.view_footer_btn a.list_btn {
    display: inline-block;
    width: 220px;
    height: 60px;
    font-size: 16px;
    line-height: 56px;
    color: #333;
    border: 2px solid #333;
}
.write-tit input {
    width: 100%;
    margin: 10px 0;
}
.write-tit input {
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    height: 30px;
}
.write-content { padding: 25px 30px; }
.write-content textarea {
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
}
.view_footer .view_footer_btn a.cancel_btn {
    display: inline-block;
    width: 150px;
    height: 60px;
    font-size: 16px;
    line-height: 56px;
    color: #333;
    border: 2px solid #ddd;
	margin-right: 10px;
}
.view_footer .view_footer_btn a.ok_btn {
    display: inline-block;
    width: 150px;
    height: 60px;
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    border: 2px solid #417c11;
	margin-right: 20px;
	background: #5a9d24;
}
/*채용정보*/
.recruit_visual {
	background-image: url(../img/sub/pr_001.png);
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 348px;
    /* padding: 50px 0; */
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	font-size: 38px;
	line-height: 48px;
}

.recruit_inner ul.list  {
	display: flex;
	margin-top: 30px;
}
.recruit_inner ul.list > li {
	width: 100%;
	padding-left: 5%;
}
.recruit_inner ul.list > li:first-child {
	padding-left: 0%;
}
.recruit_inner ul.list > li > .inner {
	width: 100%;
	height: 100%;
	text-align: center;
}
.recruit_inner ul.list > li > .inner .img {
	background: #d7e8b3 50% 50% no-repeat ;
	background-size: 60%;
	width: 10em;
	height: 10em;
	margin: 0 auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;			
}
.recruit_inner ul.list > li > .inner > .text-title {
	margin-top: 18px;
	font-size: 20px;
	border-width: bold;
}
.recruit_inner ul.list > li > .inner > .text-medium {
	padding-top: 10px;
	font-size: 15px;
}
/*오시는길*/
.address_wrap  {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 100px;
}
.address_wrap > dl {
	/* width: calc(33.3333% - 2.333rem); */
    margin-bottom: 60px;
   -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	padding-left: 30px;
}
.address_wrap > dl > dt {
	font-size: 26px;
	font-weight: bold;
}
.address_wrap > dl > dd {
	font-size: 15px;
	line-height: 1.7;
	padding-top: 8px;                                                                       
}
/*faq*/
.faq-container {
    margin: 0 auto;
}
.faq {
    background-color: transparent;
    border-top: 1px solid #e2e3e4;
    border-bottom: 1px solid #e2e3e4;
    padding: 0;
    position: relative;
}
.faq:first-child {
    border-top: 1px solid #1163dd;
    border-bottom: none;
}
.faq.active {
    background-color: #fff;
}
.faq-title {
    margin: 0 auto;
    cursor: pointer;
    padding: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 1.5em;
    text-align: left;
}
/* 카운터 */
.faq-container {
    counter-reset: section;/* 카운터 초기화 */
}
.faq-title h4 {
    counter-increment: section; /*section 카운터 증가*/
    position: relative;
    padding-left: 2em;
    padding-right: 0.8em;
    word-break: keep-all;
}
.faq-title h4::before {
    content: counter(section) ".";/*번호 출력*/
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    text-align: right ;
}
.faq-text {
    background: #f5f5f5;
    height: auto;
    position: relative;
    padding: 1.5em 3em;
    box-sizing: border-box;
    text-align: left;
    box-sizing: border-box;
    font-size: 1.3em;
    line-height: 1.8em;
    word-break: keep-all;
}
.faq-toggle {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-toggle .fa-times {
    display: none;
}
.faq.active .faq-toggle .fa-times {
    display: block;
}
.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

.intro-02  .table-wrap {
    border: 1px solid #c7c7c7;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 0.5rem;
    box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.intro-02 table {
    width: 100%;
}
.intro-02 table tbody td {
    border-top: 1px solid #e2e2e2;
    padding: 10px;
}
.intro-02 table tbody tr th {
    background: #21b2f0;
    color: #fff;
    border-top: 1px solid #4ec4f7;
    width: 20%;
}
.intro-02 table tbody tr:first-child td, .intro-02 table tbody tr:first-child th {
    border-top: none;
}
.intro-02 table tbody td {
    text-align: left;
    padding-left: 20px;
}
.sub-img { width: 100%;}
.sub-img-m {
    display: none;
}
.bg-intro-01 {
    width: 40%;
    background: url(../images/about-us-m.jpg)50% 50% no-repeat;
    background-size: cover;
}
.intro02-table02 {
    padding: 0;
    width: 60%;
}
.radius-wrap {
    border-radius: 2em; overflow: hidden; border: 5px solid #e4e4e4;
}
.intro02-table01 {
    padding: 0;
    width: 40%;
}
.bg-carbon-01 {
    width: 40%;
    background: rebeccapurple url(../images/sub/03-03-carbon.png) 50% 50% no-repeat;
    background-size: cover;
    height: auto;
}
.text-carbon-01 {
    width: 60%;
    text-align: left;
    word-break: keep-all;
    line-height: 1.8em;
    padding-top: 10px;
}
ul.about_list > li > .inner .img.text p.business-02 { padding-top: 3.8em;}
ul.about_list > li > .inner .img.text p.business-03 { 
    padding-top: 26%; letter-spacing: -1px;
}
@media screen and (max-width: 1280px) {
    ul.about_list > li { padding-left: 0; }
    ul.about_list > li > .inner .img {
		width: 12em;
		height: 12em;
   }
    ul.about_list > li > .inner > .text-title { font-size: 2.4em; }
    .page-section .inner > .text-medium { font-size: 1.4em; }
    ul.four-columns > li {
        width: 33%;
    }
   .history_list .year {
		font-size: 4em;
		text-align: left;
		padding-left: 8%;	
		width: 100%;
		z-index: 9;
		line-height: 1;
	}
   .history_list .year .img { display: none; }
   .history_inner_list::before {
		left: 5%;
		height: 100%;
	}
	.history_inner_list {
		padding-left: 5%;
		padding-top: 5%;
		min-height: 0;
	}
	.c_list { padding: 0 20px; }
	.c_list .c_inner_list > li {
		width: 50%;
		margin-right: 0;
		padding-left: 2%;
	}
	.c_list .c_inner_list > li:first-child { padding-left: 0; }
	.c_list .example_inner_list > li:first-child {
		padding-left: 20px;
	}
	.c_list .c_inner_list > li > a > .img {
		width: 60%;
		margin: 0 auto;
		height: 100%;
	}
	.c_list .example_inner_list > li > a > .img { width: 100%; }
	.product_01 {
		padding: 0 5%;
	}
	.product_01_box .list li .inner { padding: 20px ; }
	.product_01_box .list li .inner .circle {
		width: 100px;
		height: 100px;
    }
	.view_wrap .view_header { padding: 15px; }
	.view_wrap .view_header .view_header_title {
		font-size: 1.2em;
		line-height: 1.4em;
		text-align: left;
	}
	.view_contents .edit_contents { padding: 15px 0; min-height: 400px; }
	.view_contents .edit_contents img { width: 100%; max-width: 400px; }
	.view_contents .view_files {
        display: flex;
		padding: 22px 28px;
		border: 1px solid #e5e5e5;
		background-color: #fafafa;
	}	
    .text-box {
        padding: 10px ;
    }
    .w-responsive .img-intro02 {
        width: 45%;
    }
    .w-responsive .img-intro02 img {
        width: auto;
        height: auto;
    }
    .w-responsive .text-list {
        width: 50%;
    }
    .w-responsive-1280 {
        display: block;
    }
    .intro02-table01, .intro02-table02 {
        width: 100%;
    }
    .intro02-table02 {
        padding-top: 20px;
    }
}
@media screen and (max-width: 640px){
	ul.about_list > li, ul.about_list.four-columns > li  {
		width: 50%;
	}
    ul.about_list > li > .inner .img.text {
        width: 16em;
        height: 16em;
    }
    ul.about_list > li > .inner .img.text p {
        font-size: 1.3rem;
        font-weight: bold;
        word-break: keep-all;
        padding-top: 4em;
    }
    ul.business > li > .inner .img.text p {
        padding-top: 3.2em;
    }
    ul.about_list > li > .inner .img.text p.business-02 { padding-top: 3.2em;}
    ul.about_list > li > .inner .img.text p.business-03 { 
        padding-top: 20%; 
    }
    .ta-left {
        text-align: left !important;
    }
    .text-medium {
        word-break: keep-all;
    }
    ul.four-columns > li > .inner .text-medium {
        font-size: 15px;
    }
	.history_item .text-medium { 
		font-size: 1.2em; 
		max-width: 73%;
		padding-top: 3px;
	}
	.history_inner_list > li {
		position: relative;
		padding-bottom: 20px;
		display: flex;
	}
	.history_list .year { padding-top: 30px; }
	.history_item:first-child { margin-top: 20px; }
	.c_list .c_inner_list > li {
		width: 100%;
		padding-left: 0;
	}
	.c_list .example_inner_list > li:first-child { padding-left: 0; }
	.c_list .c_inner_list > li > a > .img { width: 100%; }
	.product_01_box .list li { width: 100%; }
	.view_contents .view_files { flex-direction: column;}
	.view_contents .view_files .view_files_title { margin-bottom: 10px; }
	.view_files_item > a { flex-wrap: wrap; }
	.recruit_visual { font-size: 2em; line-height: 1.4em;  padding: 0 20px;}
	.recruit_inner ul.list { flex-wrap: wrap; }
	.recruit_inner ul.list > li { width: 50%; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
		padding-left: 0;
	}
	.recruit_inner ul.list > li > .inner .img {
		width: 8em;
		height: 8em;
    }
	.recruit_inner ul.list > li > .inner > .text-medium {
		padding-top: 0px;
		font-size: 1em;
		width: 95%;
	}
	.page-section .pr02-02-inner .text-medium {
		text-align: left;
		font-size: 1.2em;
		padding-bottom: 10px;
		
	}
    .intro-02 table tbody tr th {
    width: 30%;
    }
    ul.about_list > li.plus  {
        width: 100%;
        height: 100px;
    }
    ul.about_list > li.plus p {
        background-size: 20%;
    }
    .sub-img {
        display: none;
    }
    .sub-img-m {
        display: block;
        width: 100%;
    }
    .w-responsive {
        display: block;
    }
    .w-responsive .img-intro02 {
        width: 100%;
        height: 400px;
    }
    .w-responsive .text-list {
        width: 100%;
    }
    .text-carbon-01 {
        width: 100%;
    }
    ul.five-columns > li {
        width: 33.333%;
    }
}