#container { margin-top: 0; overflow: hidden; }
#container .subVisual { position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; height: 328px; }
#container .subVisual .svTxt { position: absolute; width: 100%; text-align: center; top: 50%; }
#container .subVisual .svTxt .stxt1 { padding-top: 48px; font-size: 28px; font-weight: 200; line-height: 1.2; color: #fff; }
#container .subVisual.gr_intro { background-image: url(../images/svi_01.jpg); }
#container .subVisual.gr_kfmask { background-image: url(../images/svi_01.jpg); }
#container .subVisual.gr_nanomask { background-image: url(../images/svi_01.jpg); }
#container .subVisual.gr_dispad { background-image: url(../images/svi_01.jpg); }
#container .subVisual.gr_thermocamera { background-image: url(../images/svi_01.jpg); }
#container .subVisual.gr_contact { background-image: url(../images/svi_01.jpg); }

#contents { position: relative; padding: 62px 0 86px; }
#contents .subTitle { width: 100%; max-width: 1280px; margin: 0 auto 56px; text-align: center; }
#contents .subTitle h2 { font-family: 'Noto Sans KR', sans-serif; font-size: 37px; font-weight: 700; line-height: 1; padding-bottom: 32px; text-transform: uppercase; background: url(../images/subtitle_arrow.png) center bottom no-repeat; }

.subSec { position: relative; width: 100%; max-width: 1280px; margin: 0 auto 52px; }
.subSec:last-child { margin-bottom: 0; }
.subSec h4 { position: relative; font-size: 27px; font-weight: 700; color: #000; margin-bottom: 10px; }
.subSec .txt { margin-bottom: 24px; }
.txtCn { text-align: center; }
.colr1 { color: #1f9a1a; }
.image img,
.img_box img {
	max-width: 100%;
}

.descUl_list { }
.descUl_list li { position: relative; padding-left: 16px; } 
.descUl_list li:after { position: absolute; left: 0; top: 0; content: '-'; }

.descDl_list { margin: 20px 0; padding-bottom: 20px; border-bottom: 1px dashed #ddd; }
.descDl_list dt { font-size: 21px; font-weight: 700; margin-bottom: 8px; }
.descDl_list dd { position: relative; padding-left: 16px; }
.descDl_list dd:after { position: absolute; left: 0; top: 11px; content: ''; width: 5px; height: 5px; background: #666; border-radius: 50%; }

@media all and (max-width:1320px) {
	#contents .subTitle { padding-left: 20px; padding-right: 20px; }
    .subSec { padding-left: 20px; padding-right: 20px; }
}
@media all and (max-width:1024px) {
	#container .subVisual .svTxt { padding: 0 20px; }
	#container .subVisual .svTxt .stxt1 { padding-top: 0; font-size: 24px; }

	#contents .subTitle h2 { font-size: 32px; }
	.subSec h4 { font-size: 24px; }
	.descDl_list dt { font-size: 20px; }
}
@media all and (max-width:768px) {
	#container .subVisual .svTxt .stxt1 { font-size: 20px; }

	#contents .subTitle h2 { font-size: 26px; }
	.subSec h4 { font-size: 22px; }
	.descDl_list dt { font-size: 18px; }
}
@media all and (max-width:480px) {
	#container .subVisual .svTxt .stxt1 { font-size: 18px; }

	.subSec h4 { font-size: 19px; }
}

/* introduction */
.introduction { margin-bottom: -86px; text-align: center; }
.introduction .hd_txt { font-size: 27px; font-weight: 500; }
.introduction .hd_txt .enLogo { display: inline-block; font-family: 'Source Serif Pro', serif; text-transform: uppercase; color: #1f9a1a; }
.introduction .hd_txt .enLogo sup { display: inline-block; width: 20px; height: 20px; line-height: 20px; font-size: 15px; border-radius: 50%; border: 1px solid #1f9a1a; }
.introduction .intro_help { position: absolute; left: 0; top: -136px; z-index: 10; }
.introduction .subSec.certificate { width: 100%; background: #453f4b; }
.introduction .certifi_list { width: 684px; margin: 0 auto; padding: 40px 0; }
.introduction .certifi_list:after { content: ''; display: block; clear: both; visibility: hidden; }
.introduction .certifi_list li { float: left; width: 208px; margin: 0 10px; box-shadow: 0 0 16px rgba(0, 0, 0, .7); }
.introduction .bs_list { position: relative; width: 1038px; margin: 0 auto; }
.introduction .bs_list:after { content: ''; display: block; clear: both; visibility: hidden; } 
.introduction .bs_list li { position: relative; float: left; text-align: center; width: 306px; margin: 0 20px; }
.introduction .bs_list li .image { position: relative; overflow: hidden; } 
.introduction .bs_list li .image img { display: block; width: 100%; max-width: 100%;
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.introduction .bs_list li a:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.introduction .bs_list li .tit { font-size: 20px; color: #000; margin-top: 14px; }
.introduction .bs_list li .tit strong { font-weight: 600; }

.introduction .subSec.view { position: relative; width: 100%; max-width: 100%; padding: 128px 0; background: url(../images/contact/view_bg.jpg); background-size: cover; text-align: center; }
.introduction .view h4 { color: #fff; margin-bottom: 28px; text-transform: uppercase; }
.introduction .view_cp { width: 100%; max-width: 1196px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 20px; }
.introduction .view_cp li { width: calc((100% - 20px) / 2); box-shadow: 0 0 16px rgba(0, 0, 0, .4); }
.introduction .view_cp li img { display: block; width: 100%; }

@media all and (max-width:1280px) {
	.introduction .view_cp { padding: 0 20px; }
}
@media all and (max-width:1024px) {
	.introduction .subSec.view { padding: 100px 0; }
	.introduction .hd_txt { font-size: 24px; }
}
@media all and (max-width:768px) {
	.introduction .subSec.view { padding: 80px 0; }
	.introduction .hd_txt { font-size: 20px; }
	.introduction .view_cp li { width: 100%; }
}


/* KF face mask */
.kf_face_mask { }
.kf_face_mask .hd_txt { font-size: 19px; font-weight: 500; }
.kf_face_mask .subSec h4 { padding-bottom: 8px; margin-bottom: 24px; border-bottom: 1px solid #000; }
.kf_face_mask .maskinfo { text-align: center; }
.kf_face_mask .maskinfo .img_box { border: 1px solid #dfdfdf; margin: 10px 0; border-radius: 12px; }
.kf_face_mask .descUl_list { background: #f3f3f3; border-radius: 12px; padding: 24px; }
.kf_face_mask .descDl_list { position: relative; }
.kf_face_mask .descDl_list strong { color: #c1393e; }
.kf_face_mask .descDl_list dd.shook { padding-right: 388px; min-height: 112px; }
.kf_face_mask .descDl_list dd.shook img { position: absolute; right: 128px; bottom: 0; }
.kf_face_mask .descDl_list dd.flt { position: absolute; right: 192px; bottom: 10px; }
.kf_face_mask .descDl_list dd.flt:after { display: none; }

@media all and (max-width:768px) {
	.kf_face_mask .hd_txt { font-size: 17px; }
}


/* NANO fashion mask */
.nano_fashion_mask { }
.nano_fashion_mask .hd_txt { font-size: 31px; color: #c1393e; }
.nano_fashion_mask .subSec h4 { padding-bottom: 8px; margin-bottom: 24px; border-bottom: 1px solid #000; }
.nano_fashion_mask .descUl_list { background: #f3f3f3; border-radius: 12px; padding: 24px; }
.nano_fashion_mask .descDl_list strong { color: #c1393e; }
.nano_fashion_mask .img_l { padding-left: 568px; min-height: 665px; }
.nano_fashion_mask .flt_l { position: absolute; left: 0; top: 0; width: 516px; height: 665px; border-radius: 12px; overflow: hidden; }
.nano_fashion_mask .descDl_list.custom { border-bottom: none; }
.nano_fashion_mask .experiment { border: 1px solid #dfdfdf; padding: 42px 0; border-radius: 12px; }
.nano_fashion_mask .experiment_list { position: relative; width: 1080px; margin: 0 auto; }
.nano_fashion_mask .experiment_list:after { content: ''; display: block; clear: both; visibility: hidden; } 
.nano_fashion_mask .experiment_list li { position: relative; float: left; text-align: center; width: 280px; margin: 20px 40px; }
.nano_fashion_mask .experiment_list li .image { position: relative; border-radius: 12px; overflow: hidden; } 
.nano_fashion_mask .experiment_list li .tit { line-height: 1.2; font-size: 14px; font-weight: 500; margin-top: 14px; }
.nano_fashion_mask .experiment_list li .tit span { display: block; color: #1f9a1a; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.nano_fashion_mask .subSec.certificate { position: relative; width: 100%; background: #453f4b; text-align: center; }
.nano_fashion_mask .subSec.certificate:after { content: ''; display: block; clear: both; visibility: hidden; }
.nano_fashion_mask .certifi_list { display: inline-block; padding: 78px 0; margin: 0 20px; }
.nano_fashion_mask .certifi_list:after { content: ''; display: block; clear: both; visibility: hidden; }
.nano_fashion_mask .certifi_list li { float: left; width: 186px; margin: 0 10px; box-shadow: 0 0 16px rgba(0, 0, 0, .7); }
.nano_fashion_mask .certificate .cer_tit1 { position: absolute; left: 50%; bottom: 42px; margin-left: -440px; color: #fff; }
.nano_fashion_mask .certificate .cer_tit2 { position: absolute; right: 50%; bottom: 42px; margin-right: -400px; color: #fff; }

.nano_fashion_mask .descDl_list.fl { float: left; width: 50%; margin-top: 0; }
.nano_fashion_mask .descDl_list.fr { float: right; width: 50%; margin-top: 0; }
.nano_fashion_mask .descDl_list.fc { clear: both; min-height: auto; }
.nano_fashion_mask .descDl_list .dd_img { margin-top: 12px; }
.nano_fashion_mask .descDl_list .dd_img:after { display: none; }
.nano_fashion_mask .descDl_list .dd_img .img_box img { border-radius: 8px; overflow: hidden; }

.nano_fashion_mask .spec > table { width: 100%; margin-left: -1px; margin-right: -1px; }
.nano_fashion_mask .spec th { background: #f0eee1; color: #000; font-weight: 700; padding: 10px 30px; border-top: 1px solid #ddd; }
.nano_fashion_mask .spec td { padding: 10px 30px; border-top: 1px solid #ddd; border-right: 1px solid #ddd; }
.nano_fashion_mask .spec .sp { margin-bottom: 28px; }
.nano_fashion_mask .spec .sp .tit { font-size: 18px; font-weight: 500; margin-bottom: 8px; }
.nano_fashion_mask .spec .sp .descUl_list { margin-top: 16px; }

.nano_fashion_mask .descDl_list.tp2 { position: relative; padding-right: 380px; min-height: 222px; }
.nano_fashion_mask .descDl_list.tp2 .dd_img { position: absolute; right: 148px; top: 0; margin-top: 0; }

@media all and (max-width:1280px) {
	.nano_fashion_mask .descDl_list.tp2 { padding-right: 0; min-height: auto; }
	.nano_fashion_mask .descDl_list.tp2 .dd_img { position: relative; right: auto; top: auto; margin-top: 24px; }
	.nano_fashion_mask .descDl_list.tp2 .dd_img img { width: 100%; }
}


/* Disposable Pad */
.disposable_pad { text-align: center; }


/* Thermometer Camera */
.thermometer_camera { }
.thermometer_camera h4.tp2 { padding-bottom: 8px; margin-bottom: 24px; border-bottom: 1px solid #000; }
.thermometer_camera .descUl_list { background: #f3f3f3; border-radius: 12px; padding: 24px; }
.thermometer_camera .descDl_list { min-height: 362px; }
.thermometer_camera .descDl_list.fl { float: left; width: 50%; }
.thermometer_camera .descDl_list.fr { float: right; width: 50%; }
.thermometer_camera .descDl_list.fc { clear: both; min-height: auto; }
.thermometer_camera .descDl_list .dd_img { margin-top: 12px; }
.thermometer_camera .descDl_list .dd_img:after { display: none; }
.thermometer_camera .spec > table { width: 100%; margin-left: -1px; margin-right: -1px; }
.thermometer_camera .spec th { background: #f0eee1; color: #000; font-weight: 700; padding: 10px 30px; border-top: 1px solid #ddd; }
.thermometer_camera .spec td { padding: 10px 30px; border-top: 1px solid #ddd; border-left: 1px solid #ddd; }


/* Contact us */
.contact_us { }
.contact_us .subSec.hd { text-align: center; }
.contact_us .subSec.hd .hd_txt1 { font-size: 18px; font-weight: 500; line-height: 1.5; }
.contact_us .subSec.hd .hd_txt { font-size: 23px; font-weight: 500; margin: 20px 0; line-height: 1.4; }
.contact_us .subSec.hd .hd_txt span { display: inline-block; width: 538px; margin: 1px auto; padding: 0 5px; background: #4cae48; color: #fff; }
.contact_us .info_cp { position: relative; border-top: 1px solid #000; padding: 20px 24px 0; }
.contact_us .info_cp .bg_box { display: flex; justify-content: center; background: #f3f3f3; border-radius: 12px; padding: 20px 20px; }

.contact_us .dep2 { }
.contact_us .dep2 dt { color: #1f9a1a; }
.contact_us .dep2 dd span { font-weight: 700; }
.contact_us .dep2 > li { margin-bottom: 3px; }
.contact_us .dep2 li span { color: #000; font-weight: 700; }
.contact_us .dep2 li:after { display: none; }

@media all and (max-width:768px) {
	.contact_us .info_cp { padding: 20px 0 0; }
}
