/* 인사말 */
.intro_content{ width: 100%; }
.intro_content>h4{ width: 100%; margin-bottom: 30px; color: rgb(85,85,85); font-size: 20px; font-weight: bold; }
.intro_content>h4>span{ color: rgb(25,138,35); }
.intro_content>h6{ width: 100%; margin-top: 20px; padding-left: 350px; color: rgb(51,51,51); font-weight: bold; font-size: 18px; }
.intro_content>h6>span{ color: rgb(25,138,35); }
.intro_content>p{ width: 100%; margin-top: 15px; font-size: 16px; color: rgb(85,85,85); line-height: 30px; }
.intro_sub_title{ padding-top: 50px !important; border-top: 1px dotted rgb(225,225,225); }
.intro_content_m{ width: 90%; max-width: 500px; height: auto; margin: 30px auto; display: block; background-position: 0 0; background-repeat: no-repeat; background-size: 100% auto; }
.intro_sub_title_m{ width: calc(100% - 40px); max-width: 500px; margin: 0 auto 20px; padding-top: 50px !important; border-top: 1px dotted rgb(225,225,225); color: rgb(18,157,28); font-size: 24px; }
.intro_sub_title_m:first-of-type{ border-top: 0; }

/* 오시는길 */
.location_content{ width: 100%; max-width: 900px; margin: 0 auto 100px; }
.daum_map{ margin-top: 50px; }
.location_content>ul{ width: 100%; margin-bottom: 50px; display: flex; flex-flow: row wrap; background-image: url("../../../img/map_bg.jpg");}
.location_content>ul>li:first-of-type{ border-top: 3px solid #062c5e; }
.location_content>ul>li{ width: 75%; min-height: 55px; border-bottom: 1px solid rgb(204,204,204); display: flex; flex-flow: row nowrap; justify-content: center; }
.location_content>ul>li>h4{ width: 15%; min-width: 180px; padding: 5px 50px;  color: rgb(102,102,102); font-size: 17px; font-weight: bold; background-color: rgb(247,247,247); display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; }
.location_content>ul>li>p{ width: 85%; padding: 5px 20px; display: flex; flex-flow: row wrap; font-size: 16px; color: rgb(85,85,85); display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; }
.location_content>ul>li>p>span{ width: 100%; }
.location_content_m{ width: 100%; max-width: 500px; margin: 0 auto 100px; padding: 0 20px; }
.daum_map{ margin-top: 50px; }
.daum_map_m{ width: 100% !important; max-width: 500px; margin: auto; }
.location_content_m>ul{ width: 100%; margin-bottom: 50px; border-top: 3px solid rgb(25,138,35); display: flex; flex-flow: row wrap; }
.location_content_m>ul>li{ width: 100%; min-height: 55px; border-bottom: 1px solid rgb(204,204,204); display: flex; flex-flow: row nowrap; justify-content: center; }
.location_content_m>ul>li>h4{ width: 10%; min-width: 100px; padding: 5px 0;  color: rgb(102,102,102); font-size: 17px; font-weight: bold; background-color: rgb(247,247,247); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; text-align: center; }
.location_content_m>ul>li>p{ width: 85%; padding: 5px 20px; display: flex; flex-flow: row wrap; font-size: 16px; color: rgb(85,85,85); display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; }
.location_content_m>ul>li>p>span{ width: 100%; }

/* 제품소개 */
.product_content{ width: 100%; }
.product_content>img{ width: 100%; height: auto; margin-bottom: 100px; }
.product_content_m{ width: 100%; max-width: 500px; margin: 30px auto; }
.product_content_m>img{ width: 100%; height: auto; }

/* 적용분야 */
.equip_content{ width: 100%; }
.equip_content>img{  height: auto; margin-bottom: 100px; }
.equip_content_m{ width: 100%; max-width: 500px; margin: 30px auto; }
.equip_content_m>img{ width: 100%; height: auto; }

/* 코팅장점 */
.reel_content{ width: 100%; }
.reel_content>img{ height: auto; margin-bottom: 100px; }
.reel_content_m{ width: 100%; max-width: 500px; margin: 30px auto; }
.reel_content_m>img{ width: 100%; height: auto; }
