@charset "utf-8";
/* 대표인사말 */
.about { width: 100%; text-align: center; position: relative; padding-bottom: -150px;}
.about>h3 { font-size: 37px; color: #242424; font-weight: 500; line-height: 1.3em;}
.about>h3>span { font-weight: 700;}
.ab-clr { color: #f5931d;}
.about-textbox { position: relative; z-index: 1; top: 50px;}
.about-textbox>p { font-size: 22px; color: #454545; line-height: 1.45em; margin-top: 35px;}
.about-textbox>p:first-child { margin-top: 0;}
.about-textbox>p>span { font-weight: 700;}
.about>img { position: relative; bottom: 0; width: 100%;}


/* 회사개요 */
.company { display: flex; flex-wrap: wrap;}
.company>div { width: 50%;}
.cp-left>img { width: 100%; display: block; object-fit: cover; height: 100%;}
.cp-right { padding-left: 30px;}
.cp-right table { width: 100%; border-collapse: collapse; border-top: 2px solid #454545;}
.cp-right table tr { border-bottom: 1px solid #ddd; }
.cp-right table tr th { border-right: 1px solid #ddd; font-size: 19px; color: #454545; line-height: 1.316em; padding: 13px 0; width: 25%; font-weight: 600;}  
.cp-right table tr td { font-size: 19px; color: #454545; line-height: 1.316em; padding: 13px 0 13px 30px; font-weight: 300; }  

.cp-right table tr:last-child td { text-align: center; font-weight: 500; padding: 22px 15px;}


/* 오시는길 */
.locate { box-sizing: border-box;}
.lct-box { display: flex; width: 100%; padding: 25px 0; box-sizing: border-box; align-items: center; justify-content: center; border: 1px solid #ddd; border-top: none;}
.lct-box>h3 { font-size: 27px; font-weight: 600; color: #242424; margin-left: 18px;}
.lct-box>p { font-size: 20px; color: #454545; font-weight: 400; margin-left: 18px;}


/* 취급상품 */
.pd-tab { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; max-width: 900px; width: 100%; margin: auto; gap: 20px; margin-top: -20px; color: #454545; margin-bottom: 50px; text-align: center;}
.pd-tab>li { width: calc(100%/5 - 20px); font-size: 20px; font-weight: 500; cursor: pointer; border-radius: 25px; border: 1px solid #ddd; display: table; }
.pd-tab>li a {display: table-cell; padding: 10px 15px; border-radius: 25px; box-sizing: border-box; height: 100%; vertical-align: middle; line-height: 1.3em; word-break: break-all;}
.tab-on { color: #fff; background: #f5931d; box-sizing: border-box; border: 1px solid #f5931d;}


/* 고객센터 */
.center { width: 100%;}
.centerbox { position: relative;}
.centerbox>img { width: 100%;}
.sub-logo { position: absolute; right: 10%; top: 0; max-width:400px; bottom: 0; margin: auto; width: 100%;}
.center-list { margin-top: 20px; display: flex; justify-content: space-between; gap: 40px;}
.center-list>li { width: calc(100%/3); background: #f4f4f4; padding: 20px 26px 50px 52px;}
.center-ttl { display: flex; align-items: center; justify-content: space-between;}
.center-tit { font-size: 35px; font-weight: 600; color: #242424;}
.center-text {margin-top: 5px;}
.center-txt { font-size: 22px; font-weight: 400; color: #454545; line-height: 1.455em;}