/*제작공정*/
#process_top{width: 100%; margin: 150px 0 200px 0;}
.pr {width: 1200px; text-align: center; margin: 0 auto;}
.pr>h1,.pr>h2,.pr>h3,.pr>h4 {width: 100%;}
.pr>h1 {font-size: 18px}
.pr>h2 {font-size: 30px; font-weight: 500}
.pr>h3 {font-size: 16px; font-weight: 300;}
.pr_con {width: 100%;}
.pr_con>li {width: 20%; height: 30px; display: inline-block; font-size: 18px; font-weight: 500; border-right: 1px solid #000;}
.pr_con>li:last-child {border: none;}
.pr_con>li>p {width: 100%; height: 30px;}
/*공정과정*/
#process {width: 100%; margin: 150px 0; background-color: #fff}
.process {width: 900px; margin: 0 auto;}
.pc_title {width: 100%;}
.pc_title>h2 {float: left; font-size: 20px; font-weight: 500; width: 15%;}
.pc_title>h3 {float: left; width: 85%; padding-left: 30px; font-weight: 300; border-left: 1px solid #888;font-size: 16px; font-weight: 300;}
.pc_img {width: 100%; margin-top: 30px;}
.pc_img>li {position: relative; width: 135px; display: inline-block; height: 135px; overflow: hidden; margin: 5px;}
.pc_img>li>img {height: 100%; position: relative; left: 50%; transform: translateX(-50%); filter: brightness(1.1)}


