@charset "utf-8";

/*공통*/
.yel-txt {color:#eb900f !important;}
/*greeting*/
.greeting .bg-wrap {position:relative; background:url("../images/sub/greeting_bg.jpg") no-repeat 50% 50%; width:100%; height:430px; margin-top:170px; margin-bottom:110px;}
.greeting .bg-wrap .txt-wrap {position:absolute; bottom:0; left:110px; margin-bottom:-30px; padding:50px; background:#eb8f0f; display:inline-block; box-shadow:3px 3px 20px rgba(101,57,5,0.4);}
.greeting .bg-wrap .txt-wrap .tit {position:relative; font-size:46px;font-weight:800; line-height:1.2em; letter-spacing:-0.02em; color:#fff; margin-bottom:30px; padding-bottom:30px;}
.greeting .bg-wrap .txt-wrap .tit:before {content:""; position:absolute; width:30px; height:3px; background:#fff; left:0; bottom:0;}
.greeting .bg-wrap .txt-wrap .txt {font-size:22px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#fff;}
.greeting .bg-wrap .img {position:absolute; bottom:0; right:200px;}

.greeting .cnt .txt {font-size:20px; font-weight:400; line-height:1.6em; letter-spacing:-0.02em; color:#505050; margin-bottom:15px;}
.greeting .cnt .txt strong {font-weight:600; color:#2c2c2c;}
.greeting .cnt .sign {display:flex;align-items: center; justify-content: flex-end; margin-top:50px; font-size:20px; font-weight:500; line-height:1.2em; letter-spacing:-0.02em; color:#eb900f;}
.greeting .cnt .sign img {display:block; margin-left:25px;}

/*creed*/
.creed .tit-wrap {text-align:center; margin-bottom:131px;}
.creed .tit-wrap .tit {font-size:36px; font-weight:500; line-height:1.2em; letter-spacing:-0.02em; color:#eb900f; margin-bottom:32px;}
.creed .tit-wrap .txt {font-size:20px; font-weight:400; line-height:1.4em; letter-spacing:-0.02em; color:#505050; margin-bottom:80px;}
.creed .tit-wrap ul {display:flex; justify-content: center;}
.creed .tit-wrap li {position:relative; width:340px; height:340px; border-radius:100%; display:flex; flex-direction:column;justify-content: center; align-items: center; border:25px solid #ddd;}
.creed .tit-wrap li span {display:block; font-size:36px; font-weight:700; line-height:1.2em; letter-spacing:-0.02em; margin-bottom:30px;}
.creed .tit-wrap li:nth-child(1) {border-color:#f2960a; color:#f2960a;}
.creed .tit-wrap li:nth-child(2) {border-color:#f47002; color:#f47002; margin-left:-10px;}
.creed .tit-wrap li:nth-child(3) {border-color:#589426; color:#589426; margin-left:-10px;}

.creed .cnt .group {display:flex;}
.creed .cnt .group > div {width:50%;}
.creed .cnt .group:nth-child(even) {flex-direction: row-reverse;}
.creed .cnt .group .txt-wrap {display:flex; flex-direction: row-reverse; align-items: center; background:#f9f9f9;}
.creed .cnt .group .txt-wrap > div {width:100%; max-width:600px; padding-left:80px;}
.creed .cnt .group:nth-child(even) .txt-wrap {flex-direction: row;}
.creed .cnt .group img {width:100%;}

.creed .cnt .tit {position:relative; font-size:36px; font-weight:700; line-height:1.2em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:28px; z-index:2;}
.creed .cnt .num {position:absolute; z-index:1; font-size:150px; font-weight:800; line-height:1em; letter-spacing:-0.02em; opacity:0.08; left:0; bottom:0;}
.creed .cnt .txt {font-size:24px; font-weight:400; line-height:1.5em; letter-spacing:-0.02em; color:#505050;}

/*history*/
.his-tab-menu {position:relative; background:#fff; margin-bottom:80px;}
.his-tab-menu:before {content:""; position:absolute; width:100%; height:1px; background:#eb900f; bottom:0; left:0;}
.his-tab {position:relative; z-index:1; background:#fff;}
.his-tab li {position:relative; width:25%; border-top:1px solid #dfdfdf; border-right:1px solid #dfdfdf; border-bottom:1px solid #eb900f;}
.his-tab li:first-child {border-left:1px solid #dfdfdf;}
.his-tab li a {display:flex;align-items: center; justify-content: center; font-size:16px; font-weight:500; line-height:1.2em; letter-spacing:-0.02em; min-height:60px;}
.his-tab li.active{border:2px solid #eb900f; border-bottom:0;}
.his-tab li.active a {color:#eb900f;}
.his-tab  {max-width:1200px; margin:0 auto;}


.history .part-visual {position:relative; display:flex; align-items: center; justify-content: center; flex-direction: column;height:320px; width:100%; color:#fff;}
.history .part-visual h3 {position:relative; z-index:2; font-size:60px; font-weight:800; line-height:1.3em; letter-spacing:-0.02em; margin-bottom:20px;}
.history .part-visual p {position:relative; z-index:2; font-size:20px; font-weight:400; line-height:1em; letter-spacing:-0.02em;}
.history .part-visual .pv {position:absolute; width:100%; height:100%; left:0; top:0; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; z-index:1;}
.sub-tab-fixed .his-tab-menu {position:fixed; top:0; left:0; width:100%; z-index:50}

.history .cnt {position:relative; padding:70px 0 110px 0;}
.history .cnt:before {content:""; position:absolute; width:1px; height:100%; top:0; background:#dfdfdf; left:50%; margin-left:-0.5px;}
.history .cnt .group {position:relative; margin-bottom:70px;}
.history .cnt .group:last-child {margin-bottom:0;}
.history .cnt .group:before {content:""; position:absolute; top:20px; left:50%; margin-left:-10px; width:20px; height:20px; background:#fff; border:5px solid #eb900f; border-radius:100%;}
.history .cnt .group:nth-child(odd) {padding-left:calc(50% + 50px);}
.history .cnt .group:nth-child(even) {padding-right:calc(50% + 50px); text-align:right;}

.history .cnt .group > ul > li {margin-bottom:35px;}
.history .cnt .group > ul > li:last-child {margin-bottom:0;}

.history .cnt .year {font-size:46px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#eb900f; margin-bottom:35px;}
.history .cnt .month {display:block; margin-right:30px; font-size:22px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#eb900f;}
.history .cnt .thumb {padding-left:55px; margin:15px 0 40px 0;}
.history .cnt .thumb img {border:1px solid #dfdfdf;}
.history .cnt .cont {display:flex;}
.history .cnt .cont ul {flex: 1 1 auto; min-width: 0; width: 1%;}
.history .cnt .cont li {margin-bottom:10px;}
.history .cnt .cont li:last-child {margin-bottom:0;}
.history .cnt .txt {position:relative; display:block; padding-left:15px; font-size:22px; font-weight:400; line-height:1.3em; letter-spacing:-0.02em; color:#505050;}
.history .cnt .txt:before {content:""; position:absolute; left:0; top:13px; width:6px; height:2px; background:#505050;}
.history .cnt .group:nth-child(even) .cont {justify-content: flex-start; flex-direction: row-reverse;}
.history .cnt .group:nth-child(even) .month {margin-right:0; margin-left:30px;}
.history .cnt .group:nth-child(even) .txt {padding-left:0; padding-right:15px;}
.history .cnt .group:nth-child(even) .txt:before {left:unset; right:0;}
.history .cnt .group:nth-child(even) .thumb {margin-left:0; margin-right:55px;}


/*ci*/
.ci .group {margin-bottom:115px;}
.ci .group:last-child {margin-bottom:0;}
.ci .group .tit {text-align:center; font-size:36px; font-weight:500; line-height:1.2em; letter-spacing:-0.02em; margin-bottom:25px; color:#eb900f;}
.ci .group .img-wrap {position:relative; display:flex; justify-content: center; margin-bottom:25px; background:url("../images/sub/ci_bg.png") no-repeat 50% 50%; background-size:cover; border:1px solid #dfdfdf; padding:60px 0 160px 0;}
.ci .group .img-wrap .img {padding:0 39px;}
.ci .group .img-wrap .down {position:absolute; bottom:60px; text-align:center;}
.ci .group .img-wrap .down a {position:relative; display:inline-block; line-height:50px; padding:0 63px 0 95px; background:#878787; color:#fff; font-size:18px; font-weight:700; letter-spacing:-0.02em;}
.ci .group .img-wrap .down a:before {content:""; position:absolute; width:20px; height:22px; background:url("../images/sub/down_icon.png") no-repeat 50% 50%; background-size:contain; top:50%; margin-top:-11px; left:63px}
.ci .group .ci-info {font-size:20px; font-weight:400; line-height:1.6em; letter-spacing:-0.02em; color:#505050;}

/*location*/
.location .local {text-align:center; position:relative; margin:-60px auto 73px auto;}
.location iframe {box-shadow:3px 3px 20px rgba(0,0,0,0.2); width:90%; max-width:1080px;}
.location .local-info .cnt-tit {text-align:center;font-size:36px; font-weight:700; line-height:1.2em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:55px;}
.location .local-info ul {display:flex;}
.location .local-info li {width:33.333%; border-right:1px solid #dfdfdf; text-align:Center;}
.location .local-info li:last-child {border-right:0;}
.location .local-info li .icon {margin-bottom:25px;}
.location .local-info li .tit {display:block; font-size:20px; font-weight:700; line-height:1.2em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:24px;}
.location .local-info li .txt {font-size:22px; font-weight:400; line-height:1.4em; letter-spacing:-0.02em; color:#505050;}

/*certi*/
.certi ul {display:flex; flex-wrap:wrap; margin:0 -20px -60px -20px;}
.certi ul li {text-align:center; width:25%; padding:0 20px; margin-bottom:60px;}
.certi ul li .tit {display:block; font-size:16px; font-weight:500; line-height:1.5em; letter-spacing:-0.02em; color:#505050; margin-top:15px;}

/*about-pro*/
.about-pro .pro-info {display:flex; margin-bottom:130px;}
.about-pro .pro-info > div {width:50%;}
.about-pro .pro-info .cnt-wrap {display:flex; justify-content: flex-end;}
.about-pro .pro-info  img {width:100%;}
.about-pro .pro-info .cnt {width:100%; max-width:600px;}
.about-pro .pro-info .cnt-tit {position:relative; font-size:32px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#eb900f; margin-bottom:30px; padding-bottom:30px;}
.about-pro .pro-info .cnt-tit:before {content:""; position:absolute; width:30px; height:4px; background:#eb900f; left:0; bottom:0;}
.about-pro .pro-info .txt {font-size:22px; font-weight:400; line-height:1.6em; letter-spacing:-0.02em; color:#2c2c2c;}

.about-pro .pro-compos {background:url("../images/sub/pro_bg.jpg") no-repeat 50% 50%; background-size:cover; padding:120px 0; color:#fff;}
.pro-compos .compos-tit {font-size:36px; font-weight:700; line-height:1.3em; letter-spacing:-0.03em; margin-bottom:35px;}
.pro-compos .cnt .group {display:flex;}
.pro-compos .cnt .group > div {width:50%;}
.pro-compos .cnt .group:nth-child(even) {flex-direction: row-reverse}
.pro-compos .cnt .txt-wrap {display:flex; background:rgba(0,0,0,0.4); width:50%; align-items: center; padding-left:60px;}
.pro-compos .cnt .txt {font-size:22px; font-weight:400; line-height:1.6em; letter-spacing:-0.02em;}

.about-pro .pro-effect {margin-top:120px; padding-bottom:120px;}
.pro-effect .effect-tit {font-size:36px; font-weight:700; line-height:1.3em; letter-spacing:-0.03em; color:#2c2c2c; margin-bottom:35px;}

.pro-effect table {border-collapse:collapse; width:100%; border-top:2px solid #eb900f;}
.pro-effect table th {font-size:20px; font-weight:700; line-height:1.4em; letter-spacing:-0.02em; color:#2c2c2c; padding:16px 5px; background:#fef9f1; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf;}
.pro-effect table th:last-child {border-right:0;}
.pro-effect table td {font-size:18px; font-weight:400; line-height:1.4em; letter-spacing:-0.02em; color:#2c2c2c; padding:17px 20px; border-bottom:1px solid #dfdfdf;}
.pro-effect table td strong {font-weight:600;}
.pro-effect table td:first-child {border-right:1px solid #dfdfdf; font-size:20px; font-weight:500; background:#fafafa;}

/*pro-product*/
.pro-product {position:relative; display:flex; margin-top:-120px;}
.pro-product > div {height:720px; overflow:hidden; transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;}
.pro-product .box1 {width:60%; left:0;}
.pro-product .box2 {width:40%; right:0;}
.pro-product a {position:relative; display:block; width:100%; height:100%;}
.pro-product .cnt {text-align:center;position:absolute; left:50%; top:50%; transform:translateX(-50%) translateY(-50%); color:#fff; width:100%;}
.pro-product .cnt .tit {font-size:90px; font-weight:500; line-height:1.3em; letter-spacing:-0.02em; margin-bottom:20px;}
.pro-product .cnt .more {position:relative; display:inline-block; font-size:18px; font-weight:600; line-height:1.3em; letter-spacing:-0.02em; padding-right:30px;}
.pro-product .cnt .more:before {content:""; position:absolute; width:12px; height:12px; border-right:1px solid #fff; border-bottom:1px solid #fff; top:50%; right:0; transform:rotate(-45deg) translateY(-50%);}
.pro-product .pb {position:absolute; width:100%; height:100%; top:0; bottom:0; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.pro-product .pb1 { background-image:url("../images/sub/pro_product1.jpg");}
.pro-product .pb2 { background-image:url("../images/sub/pro_product2.jpg");}
.pro-product > div.active {width:60%;}

.pro-health {position:relative; margin-top:-120px; background:url("../images/sub/pro_pro_bg.jpg") no-repeat 50% 50%; background-size:cover; padding:120px 0;}
.proSlider .items {margin:0 -20px;}
.proSlider .item { padding:0 20px; margin:0 auto;}
.proSlider .slick-list{overflow:visible;}
.proSlider .slick-slide {opacity:0.5; transition:0.2s opacity ease-in;}
.proSlider .slick-center {opacity:1;}
.proSlider .txt {/* overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal;  display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; */}


/*pro-health*/
.pro-health .tit-group {color:#fff; margin-bottom:90px;}
.pro-health .tit-group .tit {font-size:70px; font-weight:500; line-height:1.3em; letter-spacing:-0.02em; margin-bottom:20px;}
.pro-health .pro-cate {display:flex;justify-content: space-between; align-items: flex-end;}
.pro-health .pro-cate ul {display:flex; margin:0 -5px;}
.pro-health .pro-cate li {padding:0 5px;}
.pro-health .pro-cate li a{display:block; padding:9px 20px; font-size:16px; font-weight:500; line-height:1.3em; letter-spacing:-0.02em; border:1px solid #fff;}
.pro-health .pro-cate li.active a {background:#fff; color:#2c2c2c; font-weight:600;}
.pro-health .pro-cate .slick-arrow {position:relative; width:64px; height:64px; background-color:rgba(255,255,255,0.3); background-repeat:no-repeat; background-position:50% 50%; border-radius:100%; text-indent:-999em; overflow:hidden; border:0; transition:0.1s all ease-in;}
.pro-health .pro-cate .slick-arrow:hover {background-color:#eb900f;}
.pro-health .pro-cate .slick-prev{background-image:url("../images/sub/prev_icon.png"); margin-right:20px;}
.pro-health .pro-cate .slick-next{background-image:url("../images/sub/next_icon.png");}

.proSlider .item-wrap {display:block; color:#fff;}
.proSlider .thumb {position:relative; padding-bottom:75%; margin-bottom:17px; overflow:hidden;}
.proSlider .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.proSlider .tit {font-size:30px; font-weight:600; line-height:1.3em; letter-spacing:-0.02em; margin-bottom:24px; /* overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal;  display: -webkit-box;  -webkit-line-clamp: 1; -webkit-box-orient: vertical; */}
.proSlider .txt {font-size:16px; font-weight:400; line-height:1.6em;/* overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal;  display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; */}

/*meterial*/
.meterial {position:relative; margin-top:-120px; background:url("../images/sub/meter_bg.jpg") no-repeat 50% 50%; background-size:cover; padding:120px 0;}
.meterial .tit-group {color:#fff; margin-bottom:90px; display:flex; justify-content: space-between; align-items: center;}
.meterial .tit-group .tit {font-size:70px; font-weight:500; line-height:1.3em; letter-spacing:-0.02em; margin-bottom:20px;}
.meterSlider .items {margin:0 -20px;}
.meterSlider .item { padding:0 20px; margin:0 auto;}
.meterSlider .slick-list{overflow:visible;}
.meterSlider .slick-slide {opacity:0.5; transition:0.2s opacity ease-in;}
.meterSlider .slick-center {opacity:1;}
.meterSlider .txt {/* {overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal;  display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; */}

.meterial .slick-arrow {position:relative; width:64px; height:64px; background-color:rgba(255,255,255,0.3); background-repeat:no-repeat; background-position:50% 50%; border-radius:100%; text-indent:-999em; overflow:hidden; border:0; transition:0.1s all ease-in;}
.meterial .slick-arrow:hover {background-color:#eb900f;}
.meterial .slick-prev{background-image:url("../images/sub/prev_icon.png"); margin-right:20px;}
.meterial .slick-next{background-image:url("../images/sub/next_icon.png");}


.meterSlider .item-wrap {display:block; color:#fff;}
.meterSlider .thumb {position:relative; padding-bottom:75%; margin-bottom:17px; overflow:hidden;}
.meterSlider .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.meterSlider .tit {font-size:30px; font-weight:600; line-height:1.3em; letter-spacing:-0.02em; margin-bottom:24px; /* overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal;  display: -webkit-box;  -webkit-line-clamp: 1; -webkit-box-orient: vertical; */}
.meterSlider .txt {font-size:16px; font-weight:400; line-height:1.6em;}

/*business*/
.business .group {margin-bottom:125px;}
.business .group-tit {font-size:36px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:40px;}
.business .group:last-child {margin-bottom:0;}
.business .group .sub-txt {font-size:22px; font-weight:400; line-height:1.6em; letter-spacing:-0.02em; color:#2c2c2c;}
.business .group .cnt {display:flex; flex-wrap:wrap; margin-left:-10px; margin-bottom:-10px;}
.business .group .cnt > div {text-align:center; min-height:207px; padding:20px; display:flex;flex-direction: column; justify-content: center; align-items: center; width:calc(33.333% - 10px); margin-left:10px; margin-bottom:10px; border:1px solid #dfdfdf;}
.business .group .cnt > div:nth-child(even) {background:#fafafa;}
.business .group .cnt .tit {position:relative; font-size:20px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c; padding-top:40px; margin-bottom:10px;}
.business .group .cnt .tit:before {content:""; position:absolute; width:25px; height:21px; background:url("../images/sub/check_icon.png") no-repeat 50% 50%; top:0; left:50%; margin-left:-12.5px;}
.business .group .cnt .txt {font-size:18px; font-weight:400; line-height:1.4em; letter-spacing:-0.02em; color:#505050;}
.business .group .img-wrap {display:flex; margin:0 -20px;}
.business .group .img-wrap > div {width:33.333%; padding:0 20px; text-align:center;}
.business .group .img-wrap span {display:block; margin:20px auto 0 auto; font-size:22px; font-weight:700; line-height:1.2em; letter-spacing:-0.02em; color:#2c2c2c;}

/*care*/
.care .main-txt {font-size:22px; font-weight:400; line-height:1.5em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:38px;}
.care .img1 {text-align:center; margin-bottom:80px;}
.care .cnt {display:flex; margin:0 -29px;}
.care .cnt > div {padding:0 29px; flex:1;}
.care .cnt .img {margin-bottom:30px;}
.care .cnt .tt {position:relative; font-size:22px; font-weight:700; line-height:1.3em; min-height:80px; border-bottom:1px solid #ddd; margin-bottom:25px;}
.care .cnt .tt:before {content:""; position:absolute; width:50px;height:2px; background:#eb900f; left:0; bottom:-1px;}
.care .cnt .tx {font-size:18px; font-weight:400; line-height:1.5em; letter-spacing:-0.02em; color:#505050;}

/*method*/
.method .main-txt {font-size:22px; font-weight:400; line-height:1.5em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:30px;}
.method .img-wrap {display:flex; margin:0 -5px;}
.method .img-wrap .img {padding:0 5px;}
.method .img1 {text-align:center; margin-top:60px; margin-bottom:120px;}

.method .tit {font-size:36px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:35px;}
.method table {text-align:center; border-collapse:collapse; width:100%; border-top:2px solid #eb900f;}
.method table th {font-size:18px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c; padding:15px 10px; background:#fef9f1; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf;}
.method table th:last-child,
.method table td:last-child {border-right:0;}
.method table td {font-size:16px; font-weight:400; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c; padding:15px 10px; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf;}
.method table td:first-child {font-size:18px; font-weight:500; background:#fafafa;}

/*develop*/
.develop .main-txt {font-size:22px; font-weight:400; line-height:1.5em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:65px;}
.develop .group {margin-bottom:120px;}
.develop .group:last-child {margin-bottom:0;}
.develop .group-tit {font-size:36px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:35px;}
.develop .img-wrap {display:flex; margin:0 -20px;}
.develop .img-wrap .img {text-align:center; width:33.333%; padding:0 20px;}
.develop .img-wrap .img span {display:block; margin-top:18px; font-size:22px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c;}
.develop .partners ul {display:flex; flex-wrap:wrap; margin:0 -10px -20px -10px;}
.develop .partners ul li {width:25%; padding:0 10px; margin-bottom:20px;}

/*supply*/
.supply-bg {width:100%; height:400px; background:url("../images/sub/supply_bg.jpg") no-repeat 50% 50%; background-size:cover;}
.supply .txt-wrap {display:flex; justify-content: space-between; align-items: center;; position:relative; width:90%; max-width:1040px; margin:-75px auto 0 auto;  background:#fff; padding:75px 80px;}
.supply .txt-wrap .tit {display:inline-block; font-size:36px; font-weight:700; line-height:1.4em; letter-spacing:-0.02em; color:#2c2c2c;}
.supply .txt-wrap .yel-txt {display:block; font-size:20px; font-weight:400; line-height:1.2em; margin-top:10px;}
.supply .txt-wrap .start a {position:relative; display:inline-block; font-size:22px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#fff; background:#eb900f; padding:14px 133px 14px 30px;}
.supply .txt-wrap .start a:before {content:""; position:absolute; width:14px; height:14px; border-right:2px solid #fff; border-bottom:2px solid #fff; right:30px; top:50%; transform:rotate(-45deg) translateY(-50%); }

.supply2 .tit {font-size:36px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:30px;}
.supply2 .table-wrap p {font-size:18px; font-weight:300; line-height:1.2em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:10px;}
.supply2 .table-wrap p .required {margin-right:4px;}
.supply2 .table-wrap table {border-collapse:collapse; width:100%; border-top:2px solid #eb900f;}
.supply2 .table-wrap table th {height:80px; padding:12px 5px; font-size:18px; font-weight:700; line-height:1.2em; letter-spacing:-0.02em; color:#2c2c2c; background:#fafafa; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf;}
.supply2 .table-wrap table th .sub-txt {display:block; font-size:14px; font-weight:500; line-height:1.2em; letter-spacing:-0.02em; color:#505050;}
.supply2 .table-wrap table td {min-height:80px; padding:10px 30px; border-bottom:1px solid #dfdfdf;}
.supply2 .table-wrap .dis-flex {display:flex; flex-wrap:wrap; align-items: center;}
.supply2 .table-wrap .dis-flex.type2 {flex-wrap:nowrap !important;}
.supply2 .table-wrap .dis-in {display:inline-block !important;}
.supply2 .table-wrap .item {display:block; margin:10px 54px 10px 0; font-size:17px; color:#2c2c2c; line-height:1.2em; letter-spacing:-0.02em;}
.supply2 .table-wrap .checkbox input:checked + label:before {background-color:#eb900f;}
.supply2 .table-wrap .checkbox label:before {width:20px; height:20px; border-radius:2px;}
.supply2 .table-wrap .checkbox {font-size:17px; color:#2c2c2c; line-height:1.2em; letter-spacing:-0.02em;}
.supply2 .table-wrap .if-write {display:block;}
.supply2 .table-wrap .if-write input {border:0; border-bottom:1px solid #dfdfdf;}
.supply2 .table-wrap .if-write input::placeholder {font-size:15px; font-weight:400; color:#ccc;}
.supply2 .table-wrap input, 
.supply2 .table-wrap select {height:60px;}
.supply2 .table-wrap select {margin-left:5px;}
.supply2 .radiobox label:before {width:26px; height:26px;}
.supply2 .radiobox input:checked + label:before {background:#fff url("../images/bbs/radiobox_2.png") 50% 50% no-repeat;}
.supply2 .required {color:#eb900f; }
.supply2 .table-wrap .space-txt {margin:0 10px;}
.supply2 .buttons {text-align:center; margin:60px auto 0 auto;}
.supply2 .buttons .cen {position:relative; display:inline-block;}
.supply2 .buttons .cen:before {content:""; position:absolute; width:14px; height:14px; border-right:2px solid #fff; border-bottom:2px solid #fff; right:30px; top:44%; transform:rotate(-45deg) translateY(-50%); }

.supply2 .buttons .btn {border:0;display:block; background:0; font-size:18px; font-weight:600; line-height:1.5em; letter-spacing:-0.02em; color:#fff; cursor:pointer;   background:#eb900f; padding:14px 133px 14px 30px;}
.supply2 .buttons .btn2 {border:0; height:64px; background:#eb900f; color:#fff; padding:0 90px;}

.supply2 .step-process {width:100%; margin:0 auto 50px auto;}
.supply2 .step-process ul {display:flex; justify-content: center;}
.supply2 .step-process ul li {width:73px; margin-right:150px; position:relative;}
.supply2 .step-process ul li:last-child {margin-right:0;}
.supply2 .step-process ul li .check {position:relative; width:64px; height:64px; margin-bottom:18px; border:2px solid #dfdfdf; border-radius:100%; background-color:#fff; background-repeat:no-repeat; background-position:50% 50%; background-image:url("../images/bbs/step_check.png");}
.supply2 .step-process ul li:last-child:after {display:none;}
.supply2 .step-process ul li:after {content:""; position:absolute; width:150px; height:1px; border-top:1px dashed #dfdfdf; top:31px; left:66px;}
.supply2 .step-process ul li.active .check {background-image:url("../images/bbs/step_check_ac.png"); background-color:#eb900f; border:2px solid #eb900f;}
.supply2 .step-process ul li .step-tit {font-size:18px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#878787; margin-top:15px;}
.supply2 .step-process ul li.active .step-tit  {color:#eb900f;}

/*tech*/
.tech-cate {margin-bottom:80px; border-bottom:1px solid #dfdfdf;}
.tech-cate ul {display:flex; width:100%; max-width:1200px; margin:0 auto;}
.tech-cate ul li {flex:1;}
.tech-cate ul li a {display:block; text-align:center; padding:20px; background:#f4f4f4; font-size:17px; font-weight:600; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c;}
.tech-cate ul li.active a {background:#eb900f; color:#fff;}
.tech-cate ul li:nth-frist-child {border-left:1px solid #dfdfdf;}

.tech .group {margin-bottom:120px;}
.tech .group:last-child {margin-bottom:0;}
.tech .group-tit {font-size:36px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:30px;}
.tech .group .txt {font-size:20px; font-weight:400; line-height:1.7em; letter-spacing:-0.02em; color:#2c2c2c;}

.tech .group .cnt {margin-bottom:60px;}
.tech .group .cnt ul {display:flex; margin-left:-10px;}
.tech .group .cnt li {width:calc(25% - 10px); margin-left:10px; text-align:center; border:1px solid #dfdfdf; padding:40px 20px;}
.tech .group .cnt li:nth-child(odd) {background:#fafafa;}
.tech .group .cnt .icon {margin-bottom:15px;}
.tech .group .cnt .num {display:block; font-size:18px; color:#eb900f; margin-bottom:10px;}
.tech .group .cnt .tit {font-size:20px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c;}
.tech .group .table-cap {display:flex; justify-content: flex-end; margin-bottom:10px;}
.tech .group .table-cap > div {display:flex; align-items: center; padding-left:20px;} 
.tech .group .table-cap p {margin-left:10px; font-size:18px; font-weight:600; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c;}
.tech .group table {border-collapse:collapse; width:100%;  text-align:center; border-top:2px solid #eb900f;}
.tech .group table img {display:table-cell; margin:0 auto;}
.tech .group thead th {font-size:20px; font-weight:700; line-height:1.4em; letter-spacing:-0.02em; color:#2c2c2c; padding:15px 10px; background:#fef9f1; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf;}
.tech .group tbody th {font-size:20px;  font-weight:700; line-height:1.4em; letter-spacing:-0.02em; color:#2c2c2c; padding:15px 10px; background:#fafafa; border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf;}
.tech .group td {border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf;}
.tech .group thead th:last-child,
.tech .group td:last-child {border-right:0;}

.tech2 .group .cnt {margin-bottom:0;}
.tech2 .group .cnt li {width:calc(33.333% - 10px);}
.tech2 .bg-group {background:url("../images/sub/tech_bg.jpg") no-repeat 50% 50%; background-size:cover; padding:80px 0; margin-bottom:80px; margin-top:120px;}
.tech2 .bg-group .cnt2 {display:flex; margin-left:-10px;}
.tech2 .bg-group .cnt2 > div {text-align:center; width:calc(33.333% - 10px); margin-left:10px; box-shadow:5px 5px 30px rgba(0,0,0,0.5);}
.tech2 .bg-group .cnt2 .cont {background:#fff; padding:30px 0 50px 0;}
.tech2 .bg-group .cont .tit {font-size:20px; font-weight:700; line-height:1.1em; letter-spacing:-0.02em; color:#39b54a; margin-bottom:10px;}
.tech2 .bg-group .cont .tit span {font-size:14px;}
.tech2 .bg-group .cont .spot {font-size:18px; font-weight:400; line-height:1.2em; letter-spacing:-0.02em; color:#505050; margin-bottom:14px;}
.tech2 .bg-group .cont .spot-name {font-size:18px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c;}
.tech2 .table-wrap2 table {text-align:center; border-collapse:collapse; width:100%; border-top:2px solid #eb900f;}
.tech2 .table-wrap2 th {font-size:20px; font-weight:500; line-height:1.1em; letter-spacing:-0.02em; color:#2c2c2c; border-bottom: 1px solid #dfdfdf; border-right:1px solid #dfdfdf; padding:16px 5px;}
.tech2 .table-wrap2 tbody th {background:#fafafa;}
.tech2 .table-wrap2 td {border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; font-size:18px; font-weight:700; line-height:1.2em; letter-spacing:-0.02em; color:#2c2c2c;}
.tech2 .table-wrap2 td:last-child {border-right:0;}
.tech2 .br-none {border-right:0 !important;}
.tech2 .fz-18 {font-size:16px !important;}
.tech2 .fw-700 {font-weight:700 !important;}
.tech2 .bk-fe {background:#fef9f1;}
.tech2 .bk-f1 {background:#f1fbfe;}
.tech2 .bk-f3 {background:#f3fef1;}

/*rnd*/
.rnd-cate {margin-bottom:80px; border-bottom:1px solid #dfdfdf;}
.rnd-cate ul {display:flex; width:100%; max-width:1200px; margin:0 auto;}
.rnd-cate ul li {flex:1;}
.rnd-cate ul li a {display:block; text-align:center; padding:20px; background:#f4f4f4; border-right:1px solid #dfdfdf; font-size:17px; font-weight:600; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c;}
.rnd-cate ul li.active a {background:#eb900f; color:#fff;}
.rnd-cate ul li:last-child a {border-right:0;}

.rnd .group {margin-bottom:120px;}
.rnd .group:last-child {margin-bottom:0;}
.rnd .group .img {text-align:center;}
.rnd .group-tit {font-size:36px; font-weight:700; line-height:1.3em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:30px;}
.rnd .cavity .tit {font-size:26px; font-weight:600; line-height:1.2em; letter-spacing:-0.02em; color:#2c2c2c; margin-bottom:14px;}
.rnd .cavity {margin-bottom:58px;}
.rnd .cavity:last-child {margin-bottom:0;}
.rnd .cavity ul {display:flex; margin:0 -9px;}
.rnd .cavity li {width:33.333%; padding:0 9px;}
.rnd table {border-collapse:collapse; width:100%; border-top:2px solid #eb900f;}
.rnd table th {font-size:18px; font-weight:700; line-height:1.2em; letter-spacing:-0.02em; color:#2c2c2c; background:#fafafa; padding:18px 5px; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf;}
.rnd table td {padding:18px 25px; border-bottom:1px solid #dfdfdf;}
.rnd table .txt {font-size:16px; font-weight:300; line-height:1.5em; letter-spacing:-0.02em; color:#505050;}
.rnd table li {position:relative; padding-left:10px; font-size:16px; font-weight:300; line-height:1.5em; letter-spacing:-0.02em; color:#505050;}
.rnd table li .num {position:absolute; left:0;}

.rnd-certi {display:flex; flex-wrap:wrap; margin:0 -20px -55px -20px;}
.rnd-certi li {width:25%; padding:0 20px; margin-bottom:55px; text-align:center;}
.rnd-certi li .img {position:relative; margin-bottom:15px;}
.rnd-certi li .img:before {content:""; position:absolute; width:100%; height:100%; border:1px solid #ddd; left:0; top:0;}
.rnd-certi li .tit {font-size:16px; font-weight:500; line-height:1.5em; letter-spacing:-0.02em; color:#505050;}