@media (max-width: 1600px){
	#modal .inner {width: calc(100% - 30px); top: 53%; height: calc(100% - 100px);}
	#modal .close {right: 15px;}
}

@media (max-width: 1400px){
	/* s1_1 */
	.s1_1 .arti01 {padding: 0; gap: 60px;}
	.s1_1 .arti01 .tit {max-width: 500px;}
	
	/* s1_4 */
	.s1_4 article {gap: 80px;}
	.s1_4 .history_tit {max-width: 480px;}
	
	/* s2_1 */
	.s2_1 .cnt .inner dl:nth-of-type(2) dd ul {gap: 20px;}
	.s2_1 .cnt .inner dl:nth-of-type(2) dd ul li ~ li::after {left: -10px;}
	
	/* s2_2 */
	.s2 article .cnt .factory .item .info figure {max-width: 250px;}
	
	/* s2_3 */
	.s2 article .cnt .factory .item .info {background-color: transparent; padding: 0 !important; min-height: auto;}
	.s2 article .cnt .factory .item .info figure {max-width: 100% !important;}
}

@media (max-width: 1200px){
	/* s1_4 */
	.s1_4 .history_tit {max-width: 400px;}
	
	/* s2_1 */
	.s2_1 .cnt .inner dl:nth-of-type(2) dd ul li .box span {display: flex; align-items: center; justify-content: center; line-height: 1.2; font-size: 16px; height: 48px;}
	
	/* s2_2 */
	.s2 article .cnt .factory .item .info {padding: 30px 15px; gap: 20px;}
	.s2 article .cnt .factory .item .info figure {max-width: 200px;}
	
	/* s2_3 */
	.s2 article .cnt .factory .item .tit {padding: 15px 10px; line-height: 1.5 !important;}
	
	/* s2_5 */
	.s2_5 .arti01 ul li dl dd {padding: 30px 15px;}
}

@media (max-width: 1024px){
	/* s1_1 */
	.s1_1 .arti01 {gap: 30px;}
	.s1_1 .arti01 .tit {max-width: 400px; font-size: 30px;}
	
	/* s1_4 */
	.s1_4 .history_tit {max-width: 300px;}
	.s1_4 .history_tit h5 {font-size: 26px;}
	.s1_4 .history_tit h4 {font-size: 70px;}
	.s1_4 .history_wrap .history {padding-left: 90px;}
	.s1_4 .history_wrap .history::before {width: 70px;}
	.s1_4 .history_wrap .history h5 {font-size: 35px;}
	.s1_4 .history_wrap .history dl dt {font-size: 18px;}
	.s1_4 .history_wrap .history dl dd {font-size: 18px;}
	
	/* s2_1 */
	.s2_1 .cnt .inner dl dt {max-width: 100px; font-size: 20px;}
	.s2_1 .cnt .inner dl:nth-of-type(2) dd {padding: 22px 10px;}
	.s2_1 .cnt .inner dl:nth-of-type(3) dd ul li p {font-size: 16px;}
	
	/* s2_2 */
	.s2 article .cnt .factory .item .info {flex-wrap: wrap;}
	.s2 article .cnt .factory .item .info figure {max-width: 100%;}
	.s2 article .cnt .factory .item .info .txt {width: 100%;}
	
	/* s2_5 */
	.s2_5 .arti01 ul li dl dt {padding: 10px; font-size: 18px;}
	
}


@media (max-width: 768px){
	.page-header {height: 500px;}
	.page-header .container {padding-top: 250px;}
	.page-header .container h2 {font-size: 45px;}
	
	.lnb {z-index: 5;}
	.lnb > .container {padding: 0;}
	.lnb .btn-drop {display: block; width: 100%; position: relative; height: 50px; padding: 0 15px; text-align: left; font-size: 16px; color: #fff; background-color: #158B9C; font-weight: 600;}
	.lnb .btn-drop::after {position: absolute; content:''; width: 9px; height: 5px; background:url(../images/sub/btn-drop.png) 50% 50% no-repeat; background-size: auto; top: 50%; right: 15px; transform: translateY(-50%); transition: all .2s linear;}
	.lnb.on .btn-drop::after {transform: translateY(-50%) rotate(-180deg);}
	.lnb ul {display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: #fff;box-shadow: 0 4px 18px 2px rgba(166, 166, 166, 0.40);}
	.lnb ul li {width: 100%;}
	.lnb ul li ~ li {border-top: 1px solid #ddd;}
	.lnb ul li::after {display: none;}
	.lnb ul li a {line-height: 48px; font-size: 16px; text-align: left; padding: 0 15px; }
	.lnb ul li a::after {display: none;}
	
	.lnb.on ul {display: block;}
	
	.real-cont {padding: 100px 0 120px;}
	section {padding: 100px 0 120px;}
	.section-header h3 {font-size: 40px;}
	.section-header p {font-size: 18px;}
	.section-header p br {display: none;}
	
	article {margin-top: 80px;}
	.article-header h4 {font-size: 28px; padding-left: 20px; word-break: break-all;}
	.article-header h4::before {background-size: auto 30px; top: 3px;}
	.article-header p {font-size: 18px;}
	.article-header p br {display: none;}
	article .cnt {padding: 30px 15px; border-radius: 20px;}
	article .cnt > h5 {font-size: 22px;}
	article .cnt > h5::before {top: 4px;}
	
	/* s1_1 */
	.s1_1 .arti01 {flex-wrap: wrap; margin-top: 40px;}
	.s1_1 .arti01 .tit {max-width: 100%; font-size: 24px;}
	.s1_1 .arti01 .txt {width: 100%;}
	.s1_1 .arti01 .txt p {font-size: 18px;}
	.s1_1 .arti01 .txt p br {display: none;}
	.s1_1 .arti01 .txt p ~ p {margin-top: 30px;}
	
	.s1_1 .arti01 .txt b {font-size: 20px;}
	.s1_1 .arti01 .txt b > span {font-size: 24px;}
	
	/* s1_2 */
	.s1_2 article {margin-top: 80px;}
	
	/* s1_4 */
	.s1_4 article {flex-wrap: wrap; gap: 40px;}
	.s1_4 .history_tit {max-width: 100%;}
	.s1_4 .history_tit h5 {text-align: left;}
	.s1_4 .history_tit h4 {text-align: left;}
	.s1_4 .history_tit figure {margin-top: 30px;}
	.s1_4 .history_wrap {padding-bottom: 120px;}
	.s1_4 .history_wrap .history {width: 100%; padding-left: 20px;}
	.s1_4 .history_wrap .history ~ .history {margin-top: 60px;}
	.s1_4 .history_wrap .history::before {display: none;}
	.s1_4 .history_wrap .history::after {top: 4px;}
	.s1_4 .history_wrap .history h5 {margin-bottom: 20px;}
	
	/* s2_1 */
	.s2_1 .cnt .inner dl dt {font-size: 18px;}
	.s2_1 .cnt .inner dl:nth-of-type(1) dd {font-size: 18px;}
	.s2_1 .cnt .inner dl:nth-of-type(2) dd::after {font-size: 18px;}
	.s2_1 .cnt .inner dl:nth-of-type(2) dd ul {gap: 10px; flex-wrap: wrap;}
	.s2_1 .cnt .inner dl:nth-of-type(2) dd ul li {width: 100%;}
	.s2_1 .cnt .inner dl:nth-of-type(2) dd ul li ~ li::after {display: none;}
	.s2_1 .cnt .inner dl:nth-of-type(2) dd ul li h6 {font-size: 18px;}
	
	.s2_1 .cnt .inner dl:nth-of-type(3) dd ul {gap: 10px; flex-wrap: wrap;}
	.s2_1 .cnt .inner dl:nth-of-type(3) dd ul li {width: 100%; border-bottom: 1px solid rgba(29, 157, 122, .1);}
	.s2_1 .cnt .inner dl:nth-of-type(3) dd ul li:last-child {border: none;}
	.s2_1 .cnt .inner dl:nth-of-type(3) dd ul li ~ li::after {display: none;}
	.s2_1 .cnt .inner dl:nth-of-type(3) dd ul li p {padding: 12px 10px;}
	.s2_1 .cnt .inner dl:nth-of-type(3) dd ul li p br {display: none;}
	
	/* s2 */
	.s2 article .cnt .factory {flex-wrap: wrap;}
	.s2 article .cnt .factory .item {width: 100%;}
	.s2 article .cnt .factory .item .tit {font-size: 18px; line-height: 50px;}
	.s2 article .cnt .factory .item .info .txt p {font-size: 16px;}
	
	.s2 article .cnt .check-box {padding: 30px;}
	.s2 article .cnt .check-box p.check {font-size: 18px;}
	.s2 article .cnt .check-box p.check::before {top: 5px;}
	
	/* s2_5 */
	.s2_5 .arti01 ul {flex-wrap: wrap;}
	.s2_5 .arti01 ul li {width: 100%;}
	.s2_5 .arti01 ul li dl dd {padding: 20px 10px; min-height: 180px;}
	.s2_5 .arti01 ul li dl dd p {font-size: 16px;}
	.s2_5 .arti01 ul li dl dd span {padding: 0 12px; font-size: 14px;}
	
	.s2_5 .figure-box {gap: 10px; flex-wrap: wrap;}
	.s2_5 .figure-box figure {width: 100%;}
	.s2_5 .figure-box .group figure figcaption {font-size: 16px; line-height: 40px;}
	.s2_5 .figure-box .group {flex-wrap: wrap;}
}

@media (max-width: 480px){
	.page-header {height: 400px;}
	.page-header .container {padding-top: 200px;}

	.section-header h3 {font-size: 28px; padding-top: 30px;}
	.section-header h3::before {width: 30px;}
	.section-header p {font-size: 16px;}
	.section-header figure {margin-top: 40px;}
	
	.article-header h4 {font-size: 22px;}
	.article-header h4::before {background-size: auto 20px; top: -1px;}
	.article-header p {font-size: 16px;}
	article .cnt > h5 {font-size: 20px;}
	article .cnt > h5::before {height: 20px;}
	
	/* s1_1 */
	.s1_1 .arti01 .tit {font-size: 20px;}
	.s1_1 .arti01 .txt p {font-size: 16px;}
	.s1_1 .arti01 .txt b {font-size: 18px;}
	.s1_1 .arti01 .txt b > span {font-size: 22px;}
	
	/* s1_4 */
	.s1_4 .history_tit h5 {font-size: 22px;}
	.s1_4 .history_tit h4 {font-size: 50px;}
	.s1_4 .history_wrap .history::after {top: 1px;}
	.s1_4 .history_wrap .history h5 {font-size: 30px;}
	.s1_4 .history_wrap .history dl dt {font-size: 16px;}
	.s1_4 .history_wrap .history dl dd {font-size: 16px;}
	
	/* s2_1 */
	.s2_1 .cnt .inner dl dt {font-size: 16px; max-width: 80px;}
	.s2_1 .cnt .inner dl:nth-of-type(1) dd {font-size: 16px; padding: 10px;}
	.s2_1 .cnt .inner dl:nth-of-type(2) dd::after {font-size: 16px; width: 100%; text-align: center;}
	.s2_1 .cnt .inner dl:nth-of-type(2) dd ul li h6 {font-size: 16px;}
	.s2_1 .cnt .inner dl:nth-of-type(2) dd ul li .box span {height: 35px;}
	.s2_1 .cnt .inner dl:nth-of-type(2) dd ul li .box p {padding: 10px 0;}
	.s2_1 .cnt .inner dl:nth-of-type(3) dd {padding: 10px;}
	.s2_1 .cnt .inner dl:nth-of-type(3) dd ul li p {padding: 10px 0;}
	
	/* s2 */
	.s2 article .cnt .check-box {padding: 20px 10px;}
	.s2 article .cnt .check-box p.check {font-size: 16px; padding-left: 30px;}
	.s2 article .cnt .check-box p.check::before {width: 20px; height: 20px; background-size: 20px auto;}
	
	.s2 article .cnt .factory .item .tit {font-size: 16px;}
	.s2 article .cnt > small {font-size: 12px;}
	
	/* s2_5 */
	.s2_5 .arti01 ul li dl dt {font-size: 16px;}
}

