/*인사말*/
.company { width:100%;}
.company:after{ content:""; display:block; clear:both;}
.company .img_cont{width:100%; margin-bottom:50px; }
.company .img_cont img{ width:100%; height:300px;}

.company .ceo_msg {width:100%;}
.company .ceo_msg .con_left {position:relative; top:0; left:0; float:left; width:35%; font-size:2em; color:#000; line-height:1.4em;  margin-top:30px;}
.company .ceo_msg .con_left .nemo { width:300px; height:250px; margin-left:50px;  border:10px solid #eee;}
.company .ceo_msg .con_left .nemo_txt {position:absolute; width:310px; padding:20px 0; left:50%; margin-left:-165px; text-align:center; top:70px; background:#fff; z-index:1; border:0px solid red;}
.company .ceo_msg .con_left .nemo_txt p {font-size:2em; color:#000; line-height:1.4em;}
.company .ceo_msg .con_left .nemo_txt img {padding-top:15px;}
.company .ceo_msg .con_right {float:right; width:65%;}
.company .ceo_msg .con_right  p {  color: #313131;   line-height: 26px;}
.company .ceo_msg .con_right  .bold {  color: #000;   line-height: 36px;   font-size:2em;   padding-bottom:30px;}
.company .ceo_msg .con_right .sign{ display:block; font-size:1.3em; color:#222; text-align:left; padding-top:30px; }
.company .summary { float:left; width:100%; margin-top:50px;}

.con_arrow {font-size:1.6em; font-weight:700; line-height:30px;  color: #000; margin:50px 0 20px 0; border:0px solid red;}
.con_arrow:before { content: ""; width:16px; height:16px; display:inline-block; border:5px #59647A solid; box-sizing:border-box; border-radius:14px; background:#fff; margin-right:10px;}
.con_arrow:first-child { margin:0 0 20px 0;}

.tbl_type1{width:100%; border-collapse:separate; border-spacing:0px; border-top:2px solid #002b5c;}
.tbl_type1 th{ color:#333; text-align:center; font-weight:700; padding:10px 15px; border-bottom:1px solid #eee; border-right:1px solid #eee; background-color:#f8f8f8;}
.tbl_type1 td{ text-align:left; padding:10px 15px; border-bottom:1px solid #eee;}


/*연혁*/
.history_top { width:120px; height:120px; padding-top:27px; margin:70px auto; line-height:22px; font-size:1.5em; text-align:center; color:#fff;  background:#333; border-radius: 50%; }
.timeline {box-sizing: border-box; }
.timeline:before {box-sizing: border-box; }
.timeline * {box-sizing: border-box; }
.timeline *:before {box-sizing: border-box; }
.timeline { position: relative; font-size: 1em; width: 100%; height: 100%; margin:50px auto; overflow-y: hidden; overflow-x: hidden;}
.timeline .timeline-block {margin-top:-4px;}
.timeline .timeline-icon {position:absolute; width: 12px; height: 12px; left: 50%; margin-left: -6px; margin-top:4px; border: 3px solid #4e9cdd; border-radius: 100%; background-color: #fff; text-align: center; }
.timeline .timeline-icon.timeline-icon-hide-border { border: 0; }
.timeline .timeline-icon.timeline-icon-hide-border i.fa, .timeline .timeline-icon.timeline-icon-hide-border img { margin-left: 0; margin-top: 0;}
.timeline .timeline-icon i.fa, .timeline .timeline-icon img { display: inline-block; width: 32px; height: 32px; margin-left: -4px; margin-top: -4px; vertical-align: bottom; line-height: 32px; text-align: center; font-size: 30px; }
.timeline .timeline-icon img { border-radius: 100%; }
.timeline .timeline-content { position: relative; width: 46%; padding-bottom:50px; line-height: 20px; }
.timeline .timeline-content .bar_count { font-size:1.5em; color:#000; margin-bottom:10px;}
.timeline .timeline-content ul li img{width:100%; height:100px; margin-top:20px; background:red;}
.timeline::before { position: absolute; width: 1px; height: 100%; top:0px; left: 50%; margin-left: -1px; background-color: #eee; content: ""; }/* Half of width */
.timeline.timeline-alternating .timeline-block:nth-of-type(2n+1) .timeline-content{text-align:right}
.timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-content { left: 54%; }
.timeline.timeline-alternating:not(.timeline-left) .timeline-block:nth-of-type(2n) .timeline-date { left: auto;  right: 115%; margin-left: -400px; }


/*비전*/
.vision {width:100%;}
.vision:after { content:""; display:block; clear:both; }
.vision ul { padding:0; margin:0;}
.vision ul li { float:left; width:200px; text-align:center; margin:0 50px; }
.vision ul li div { width:200px; text-align:center;  background:#f8f8f8; border:1px solid #eee; box-sizing:border-box;  border-radius:100%; }
.vision ul li:nth-child(1) div{ background:#1985b7; color:#fff;}
.vision ul li:nth-child(2) div{ background:#00529b;color:#fff;}
.vision ul li:nth-child(3) div{ background:#6b7786; color:#fff;}
.vision ul li:nth-child(4) div{ background:#333; color:#fff;}
.vision ul li div i { display:block; width:100%; height:100%; line-height:200px; font-size:4em;}
/*.vision ul li div img { display:block; width:250px; height:250px; line-height:250px;}*/
.vision ul li strong { position:relative; display:block; margin-top:50px; font-size:1.5em; text-align:center; }
.vision ul li strong:before { content:""; position:absolute; left:50%; top:-18px; transform:translate(-50%,0); display:block; width:30px; height:3px; background:#c53528; }
.vision ul li > span { display:block; text-align:center; font-size:1em; line-height:20px; margin-top:20px; }



/*오시는길*/
.map_wrap{ width:100%; max-width:1200px; margin:0 auto; margin-bottom:0px;}
.map_wrap .map_info{width:100%; display:inline-block; border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:20px 0;}
.map_wrap .map_info span{margin:0 15px;}
.map_wrap .map_info span strong{color:#222; margin:0 10px;}
.map_wrap .map_info span, strong { display: inline-block;}

.map_wrap .publicTransit { width:100%; max-width:1200px; margin: 50px auto;}
.map_wrap .publicTransit > p { padding-bottom: 25px; font-size:1.5em; line-height: 20px;  color: #2c2c2c;}
.map_wrap .publicTransit dl { overflow: hidden; width: 100%; padding-bottom: 15px; box-sizing: border-box;}
.map_wrap .publicTransit dl dt.show {  visibility: visible;}
.map_wrap .publicTransit dl dt { visibility: hidden; float: left; width: 60px; height:20px; font-size:1.2em; color: #5a5a5a; margin-right: 10px;}
.map_wrap .publicTransit dl dd { float: left; font-size:1em;}
.map_wrap .publicTransit dl dd > span { display: inline-block; font-size:0.85em;  text-align: center; color: #fff;  padding:0px 8px; margin-right:10px; border-radius: 3px 3px 3px 3px;  background-color: #2fba06; }



.devel {  }
.devel .devel_01 { width:100%; margin-bottom:50px; display:inline-block; }
.devel .devel_01 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.devel .devel_01 h2 p { font-size:20px; color:#999; padding-top:5px; }
.devel .devel_01 ul { float:left; width:32.5%; margin:0% 1% 2% 0%; }
.devel .devel_01 ul li { width:100%; background:#333; margin-bottom:2%; border-radius:5px; padding:15px; border-top:3px solid #f1b435; }
.devel .devel_01 ul li p:nth-child(2) { color:#ffd7e1; }
.devel .devel_01 ul:nth-of-type(1) { width:40%; }
.devel .devel_01 ul:nth-of-type(1) li { height:74px; }
.devel .devel_01 ul:nth-of-type(1) li p:nth-child(1) { font-size:20px; line-height:22px; font-weight:bold; }
.devel .devel_01 ul:nth-of-type(2) { width:18%; }
.devel .devel_01 ul:nth-of-type(2) li { height:156px; }
.devel .devel_01 ul:nth-of-type(2) li p { font-size:26px; line-height:32px; padding-top:30px; font-weight:bold; }
.devel .devel_01 ul:nth-of-type(3) { width:40%; margin-right:0; }
.devel .devel_01 ul:nth-of-type(3) li { height:74px; }
.devel .devel_01 ul:nth-of-type(3) li p:nth-child(1) { font-size:20px; line-height:24px; font-weight:bold; }
.devel .devel_01 ul li p { color:#fff; text-align:center; }


.devel .devel_02 { width:100%; margin-bottom:100px; display:inline-block;  }
.devel .devel_02 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.devel .devel_02 h2 p { font-size:20px; color:#999; padding-top:5px; }
.devel .devel_02 ul:nth-of-type(1) { display:inline-block; margin-bottom:100px; }
.devel .devel_02 ul:nth-of-type(1) li { float:left; width:50%; }
.devel .devel_02 ul:nth-of-type(1) li p:nth-child(1) { font-size:40px; line-height:50px; font-weight:bold; padding:0px 0px 20px; }
.devel .devel_02 ul:nth-of-type(1) li p:nth-child(2) { font-size:18px; color:#888; line-height:36px; }
.devel .devel_02 ul:nth-of-type(1) li p:nth-child(2) span { color:#f1b435; font-weight:bold; }
.devel .devel_02 ul:nth-of-type(1) {  }
.devel .devel_02 ul:nth-of-type(1) li:nth-child(2) { padding:0% 0% 0% 18%; position:relative; top:0px; }
.devel .devel_02 ul:nth-of-type(1) li:nth-child(2) img { width:100%; }
.devel .devel_02 ul:nth-of-type(2) { clear:both; }
.devel .devel_02 ul:nth-of-type(2) li { float:left; width:50%; text-align:center; }
.devel .devel_02 ul:nth-of-type(2) li span { display:inline-block; margin:0% 0% 3%; }
.devel .devel_02 ul:nth-of-type(2) li span p:nth-child(1) { font-size:26px; font-weight:bold; border-bottom:2px solid #f1b435; }
.devel .devel_02 ul:nth-of-type(2) li span p:nth-child(2) { font-size:16px; font-weight:normal; }


.devel .devel_03 { width:100%; margin-bottom:100px; display:inline-block;  }
.devel .devel_03 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.devel .devel_03 h2 p { font-size:20px; color:#999; padding-top:5px; }
.devel .devel_03 ul:nth-of-type(1) {  }
.devel .devel_03 ul:nth-of-type(1) li { float:left; width:50%; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(1) { width:40%; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(2) { width:28%; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(3) { width:32%; }
.devel .devel_03 ul:nth-of-type(1) li p:nth-child(1) { font-size:40px; line-height:50px; font-weight:bold; padding:0px 0px 20px; }
.devel .devel_03 ul:nth-of-type(1) li p:nth-child(2) { font-size:18px; color:#888; line-height:36px; }
.devel .devel_03 ul:nth-of-type(1) li p:nth-child(2) span { color:#f1b435; font-weight:bold; }
.devel .devel_03 ul:nth-of-type(1) li p:nth-child(3) { font-size:18px; color:#888; line-height:36px; margin-bottom:20px; }
.devel .devel_03 ul:nth-of-type(1) li p:nth-child(3) span { color:#f1b435; font-weight:bold; }
.devel .devel_03 ul:nth-of-type(1) {  }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(2) { padding:0; text-align:center;}
.devel .devel_03 ul:nth-of-type(1) li:nth-child(2) span { width:100%; display:inline-block; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(2) span img { width:120px; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(2) span p:nth-child(2) { line-height:22px; font-size:16px; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(3) { padding:0% 0% 0% 0%; position:relative; top:0px; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(3) img { width:100%; }

.devel .devel_04 { width:100%; margin-bottom:100px; display:inline-block;  }
.devel .devel_04 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.devel .devel_04 h2 p { font-size:20px; color:#999; padding-top:5px; }
.devel .devel_04 ul:nth-of-type(1) { display:inline-block; margin-bottom:100px; }
.devel .devel_04 ul:nth-of-type(1) li { float:left; width:50%; }
.devel .devel_04 ul:nth-of-type(1) li p:nth-child(1) { font-size:40px; line-height:50px; font-weight:bold; padding:0px 0px 20px; }
.devel .devel_04 ul:nth-of-type(1) li p:nth-child(2) { font-size:18px; color:#888; line-height:36px; }
.devel .devel_04 ul:nth-of-type(1) li p:nth-child(2) span { color:#f1b435; font-weight:bold; }
.devel .devel_04 ul:nth-of-type(1) {  }
.devel .devel_04 ul:nth-of-type(1) li:nth-child(2) { padding:0% 0% 0% 18%; position:relative; top:0px; }
.devel .devel_04 ul:nth-of-type(1) li:nth-child(2) img { width:100%; }
.devel .devel_04 ul:nth-of-type(2) { clear:both; }
.devel .devel_04 ul:nth-of-type(2) li { float:left; width:50%; text-align:center; }
.devel .devel_04 ul:nth-of-type(2) li span { display:inline-block; margin:0% 0% 3%; }
.devel .devel_04 ul:nth-of-type(2) li span p:nth-child(1) { font-size:26px; font-weight:bold; border-bottom:2px solid #f1b435; }
.devel .devel_04 ul:nth-of-type(2) li span p:nth-child(2) { font-size:16px; font-weight:normal; }

.devel .devel_05 { width:100%; margin-bottom:100px; display:inline-block;  }
.devel .devel_05 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.devel .devel_05 h2 p { font-size:20px; color:#999; padding-top:5px; }
.devel .devel_05 ul:nth-of-type(1) { display:inline-block; margin-bottom:100px; }
.devel .devel_05 ul:nth-of-type(1) li { float:left; width:50%; }
.devel .devel_05 ul:nth-of-type(1) li p:nth-child(1) { font-size:40px; line-height:50px; font-weight:bold; padding:0px 0px 20px; }
.devel .devel_05 ul:nth-of-type(1) li p:nth-child(2) { font-size:18px; color:#888; line-height:36px; }
.devel .devel_05 ul:nth-of-type(1) li p:nth-child(2) span { color:#f1b435; font-weight:bold; }
.devel .devel_05 ul:nth-of-type(1) {  }
.devel .devel_05 ul:nth-of-type(1) li:nth-child(2) { padding:0% 0% 0% 18%; position:relative; top:0px; }
.devel .devel_05 ul:nth-of-type(1) li:nth-child(2) img { width:100%; }
.devel .devel_05 ul:nth-of-type(2) { clear:both; width:100%; margin-bottom:50px; display:inline-block; }
.devel .devel_05 ul:nth-of-type(2) li { float:left; width:50%; text-align:center; }
.devel .devel_05 ul:nth-of-type(2) li p:nth-child(1) i { color:#f1b435; font-size:30px; }
.devel .devel_05 ul:nth-of-type(2) li p:nth-child(2) { border-bottom:2px solid #f1b435; padding:5px 20px; color:#333; font-weight:bold; font-size:20px; display:inline-block; }
.devel .devel_05 ul:nth-of-type(2) li p:nth-child(3) { font-size:16px; padding:5px 0px; }
.devel .devel_05 ul:nth-of-type(3) { clear:both; width:100%; margin-bottom:50px; display:inline-block; }
.devel .devel_05 ul:nth-of-type(3) li { float:left; width:33.3%; text-align:center; }




.design {  }
.design .design_01 { width:100%; margin-bottom:100px; display:inline-block; }
.design .design_01 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.design .design_01 h2 p { font-size:20px; color:#999; padding-top:5px; }
.design .design_01 ul { display:inline-block; height:730px; width:100%; background: url(image/sub0201.jpg) no-repeat top center; }
.design .design_01 ul li {  }
.design .design_01 ul li p { text-align:center; color:#fff; }
.design .design_01 ul li p:nth-child(1) { font-size:30px; font-weight:bold; padding-top:350px;}
.design .design_01 ul li p:nth-child(2) { font-size:20px; font-weight:normal; }
.design .design_01 ul li p:nth-child(2) span { color:#f1b435; font-weight:bold; }


.design .design_02 { width:100%; margin-bottom:100px; display:inline-block; }
.design .design_02 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.design .design_02 h2 p { font-size:20px; color:#999; padding-top:5px; }
.design .design_02 ul { display:inline-block; height:auto; width:100%; }
.design .design_02 ul li {  }
.design .design_02 ul li p {  }
.design .design_02 ul li p:nth-child(1) { font-size:30px; padding-top:0px; border-bottom:2px solid #f1b435; }
.design .design_02 ul li p:nth-child(1) strong { color:#f1b435; font-size:50px; }
.design .design_02 ul li p:nth-child(1) span { float:right; font-size:20px; line-height:66px; }
.design .design_02 ul li p:nth-child(2) { font-size:30px; text-align:center; padding:20px 0px; }
.design .design_02 ul li p:nth-child(3) { text-align:center; border-bottom:0px solid #f1b435; }


.design .design_03 { width:100%; margin-bottom:100px; display:inline-block; }
.design .design_03 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.design .design_03 h2 p { font-size:20px; color:#999; padding-top:5px; }
.design .design_03 ul { display:inline-block; height:auto; width:100%; }
.design .design_03 ul li {  }
.design .design_03 ul li p {  }
.design .design_03 ul li p:nth-child(1) { font-size:30px; padding-top:0px; border-bottom:2px solid #f1b435; }
.design .design_03 ul li p:nth-child(1) strong { color:#f1b435; font-size:50px; }
.design .design_03 ul li p:nth-child(1) span { float:right; font-size:20px; line-height:66px; }
.design .design_03 ul li p:nth-child(2) { font-size:30px; text-align:center; padding:20px 0px; }
.design .design_03 ul li p:nth-child(3) { text-align:center; border-bottom:0px solid #f1b435; }


.design .design_04 { width:100%; margin-bottom:100px; display:inline-block; }
.design .design_04 ul { display:inline-block; height:1684px; width:100%; background: url(image/sub0204.jpg) no-repeat top center; }
.design .design_04 ul li { text-align:right; padding:0% 3%; padding-top:100%;}
.design .design_04 ul li p { color:#fff; font-size:30px; line-height:36px;}






.perfume {  }
.perfume .perfume_01 { width:100%; margin-bottom:100px; display:inline-block; }
.perfume .perfume_01 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.perfume .perfume_01 h2 p { font-size:20px; color:#999; padding-top:5px; }
.perfume .perfume_01 ul { display:inline-block; height:730px; width:100%; background: url(image/sub0301.250514.jpg) no-repeat top center; }
.perfume .perfume_01 ul li {  }
.perfume .perfume_01 ul li p { text-align:center; color:#fff; }
.perfume .perfume_01 ul li p:nth-child(1) { font-size:30px; font-weight:bold; padding-top:350px;}
.perfume .perfume_01 ul li p:nth-child(2) { font-size:20px; font-weight:normal; }
.perfume .perfume_01 ul li p:nth-child(2) span { color:#f1b435; font-weight:bold; }


.perfume .perfume_02 { width:100%; margin-bottom:100px; display:inline-block; }
.perfume .perfume_02 ul { display:inline-block; height:auto; width:100%; }
.perfume .perfume_02 ul li {  }
.perfume .perfume_02 ul li p { float:left; width:49%; margin-right:2%; padding-right: 30px;}
.perfume .perfume_02 ul li span {word-break: keep-all}
.perfume .perfume_02 ul li p:nth-child(1) span { display:inline-block; }
.perfume .perfume_02 ul li p:nth-child(1) span:nth-child(1) { font-size:30px; padding:0% 0% 2% 0%; width:100%; border-bottom:2px solid #f1b435; }
.perfume .perfume_02 ul li p:nth-child(1) span:nth-child(1) strong { color:#f1b435; font-size:50px; }
.perfume .perfume_02 ul li p:nth-child(1) span:nth-child(2) { font-size:20px; line-height:28px; padding:20px 0px; }
.perfume .perfume_02 ul li p:nth-child(1) span:nth-child(3) { color:#777; font-size:18px; line-height:30px; padding:0px 0px; }
.perfume .perfume_02 ul li p:nth-child(2) { margin-right:0; }
.perfume .perfume_02 ul li p:nth-child(2) img { width:100%; margin-top: 42px; }


.perfume .perfume_03 { width:100%; margin-bottom:100px; display:inline-block; }
.perfume .perfume_03 ul { display:inline-block; height:auto; width:100%; }
.perfume .perfume_03 ul li {  }
.perfume .perfume_03 ul li p { float:left; width:49%; margin-right:2%; padding-right: 30px;}
.perfume .perfume_03 ul li span {word-break: keep-all}
.perfume .perfume_03 ul li p:nth-child(1) span { display:inline-block; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(1) { font-size:30px; padding:0% 0% 2% 0%; width:100%; border-bottom:2px solid #f1b435; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(1) strong { color:#f1b435; font-size:50px; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(2) { font-size:20px; line-height:28px; padding:10px 0px; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(2) span { padding:0; color:#777; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(3) { color:#777; font-size:1rem; line-height:30px; padding:5px 0px; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(4) { color:#777; font-size:1rem; line-height:30px; padding:0px 0px; }
.perfume .perfume_03 ul li p:nth-child(2) { margin-right:0; }
.perfume .perfume_03 ul li p:nth-child(2) img { width:100%; margin-top:40px;}


.perfume .perfume_04 { width:100%; margin-bottom:100px; display:inline-block; }
.perfume .perfume_04 ul { display:inline-block; height:auto; width:100%; }
.perfume .perfume_04 ul li {  }
.perfume .perfume_04 ul li p {  }
.perfume .perfume_04 ul li p:nth-child(2) { background:#f1b435; width:100%; padding:5% 0%; text-align:center; color:#fff; }
.perfume .perfume_04 ul li p:nth-child(2) span:nth-of-type(1) { display:inline-block; width:100%; font-size:50px; padding:0% 0% 20px; }
.perfume .perfume_04 ul li p:nth-child(2) span:nth-of-type(2) { display:inline-block; width:100%; font-size:20px; padding: 0 15px; word-break: keep-all}





.introduction {  }
.introduction .introduction_01 { width:100%; margin-bottom:100px; display:inline-block; }
.introduction .introduction_01 h2 { font-size:30px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.introduction .introduction_01 h2 p { font-size:20px; color:#999; padding-top:5px; }
.introduction .introduction_01 ul:nth-of-type(1) { display:inline-block; height:730px; width:100%; background: url(image/sub0401.250527.jpg) no-repeat top center; }
.introduction .introduction_01 ul li {  }
.introduction .introduction_01 ul li p { text-align:center; color:#fff; }
.introduction .introduction_01 ul:nth-of-type(1) li p:nth-child(1) { font-size:30px; font-weight:bold; padding-top:350px;}
.introduction .introduction_01 ul:nth-of-type(1) li p:nth-child(2) { font-size:20px; font-weight:normal; }
.introduction .introduction_01 ul:nth-of-type(1) li p:nth-child(2) span { color:#f1b435; font-weight:bold; }
.introduction .introduction_01 ul:nth-of-type(2) li:nth-child(1) { background:#f9f9f9; padding:50px 0px; }
.introduction .introduction_01 ul:nth-of-type(2) li p:nth-child(1) { font-size:30px; font-weight:bold; padding-top:0px; color:#222; }
.introduction .introduction_01 ul:nth-of-type(2) li p:nth-child(1) span { color:#f1b435; font-weight:bold; }
.introduction .introduction_01 ul:nth-of-type(2) li p:nth-child(2) { font-size:20px; font-weight:normal; color:#222; }


.introduction .introduction_02 { width:100%; margin-bottom:100px; display:inline-block; }
.introduction .introduction_02 ul { display:inline-block; height:auto; width:100%; }
.introduction .introduction_02 ul li {  }
.introduction .introduction_02 ul li p {  }
.introduction .introduction_02 ul li p:nth-child(1) { display:inline-block; }
.introduction .introduction_02 ul li p:nth-child(1) { font-size:30px; padding:0% 0% 0% 0%; width:100%; border-bottom:2px solid #f1b435; }
.introduction .introduction_02 ul li p:nth-child(1) strong { color:#f1b435; font-size:50px; }
.introduction .introduction_02 ul li p:nth-child(2) { font-size:20px; line-height:28px; padding:30px 0px; text-align:center; }
.introduction .introduction_02 ul li p:nth-child(3) { text-align:center; }


.introduction .introduction_03 { width:100%; margin-bottom:100px; display:inline-block; }
.introduction .introduction_03 ul { display:inline-block; height:auto; width:100%; margin-bottom:3%; background:#f9f9f9; }
.introduction .introduction_03 ul li { float:left; }
.introduction .introduction_03 ul li:nth-child(1) { width:22%; }
.introduction .introduction_03 ul li:nth-child(2) { width:78%; padding:3% 3%;}
.introduction .introduction_03 ul li:nth-child(2) p:nth-child(1) { font-size:34px; color:#f1b435; font-weight:bold; }
.introduction .introduction_03 ul li:nth-child(2) p:nth-child(1) span { font-size:34px; color:#777; font-weight:bold; }
.introduction .introduction_03 ul li:nth-child(2) p:nth-child(2) { font-size:26px; }
.introduction .introduction_03 ul li:nth-child(2) p:nth-child(3) { font-size:26px; }


.introduction .introduction_04 { width:100%; margin-bottom:100px; display:inline-block; }
.introduction .introduction_04 ul { display:inline-block; height:auto; width:100%; }
.introduction .introduction_04 ul li { float:left; width:19.2%; margin-right:1%; }
.introduction .introduction_04 ul li:last-child { margin-right:0; }
.introduction .introduction_04 ul li p { text-align:center; }
.introduction .introduction_04 ul li p:nth-child(1) img { width:100%; }
.introduction .introduction_04 ul li p:nth-child(2) { font-size:26px; }
.introduction .introduction_04 ul li p:nth-child(3) { font-size:20px; color:#777; }


.introduction .introduction_05 { width:100%; margin-bottom:100px; display:inline-block; }
.introduction .introduction_05 ul { display:inline-block; height:auto; width:100%; }
.introduction .introduction_05 ul li {  }
.introduction .introduction_05 ul li p {  }
.introduction .introduction_05 ul li p:nth-child(1) { display:inline-block; }
.introduction .introduction_05 ul li p:nth-child(1) { font-size:30px; padding:0% 0% 0% 0%; width:100%; border-bottom:2px solid #f1b435; }
.introduction .introduction_05 ul li p:nth-child(1) strong { color:#f1b435; font-size:50px; }
.introduction .introduction_05 ul li p:nth-child(2) { font-size:20px; line-height:28px; padding:30px 0px; text-align:center; }
.introduction .introduction_05 ul li p:nth-child(3) { text-align:center; padding:0px 0px 40px; display:none; }
.introduction .introduction_05 ul li p:nth-child(4) img { width:100%; }


/*서브 공통*/
.video_wrap {
	background: #eee;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #aaa;
	font-size: 24px;
	font-weight: bold;
}
.video_wrap video {width: 100%;}
.sub_contents section {padding: 140px 0;}
.sub_contents section:first-child {padding-top: 120px;}
.sub_contents img {
	max-width: 100%;
	width: auto;
}
.sub_contents .container {
	max-width: 1200px;
	margin: 0 auto;
}
.sub_contents .con_title {
	margin-bottom: 150px;
	text-align: center;
}
.sub_contents .con_title h3 {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	word-break: keep-all;
}
.sub_contents .con_title p {
	font-size: 38px;
	font-weight: 700;
	margin-top: 70px;
	letter-spacing: -2px;
	color: #000;
	line-height: 1.5;
	word-break: keep-all;
}
.sub_contents .desc {
	font-size: 18px;
	line-height: 1.8;
	word-break: keep-all;
}
@media all and (max-width: 1600px) {
	.sub_contents .container {padding: 0 80px;}
}
@media all and (max-width: 1024px) {
	.sub_contents .container {padding: 0 40px;}
	.sub_contents .con_title p {font-size: 24px;}
}
@media all and (max-width: 767px) {
	.video_wrap {margin-bottom: 20px;}
	.sub_contents section {padding: 60px 0;}
	.sub_contents section:first-child {padding-top: 40px;}
	.sub_contents .container {padding: 0 15px;}
	.sub_contents .con_title {margin-bottom: 50px;}
	.sub_contents .con_title h3 {font-size: 24px;}
	.sub_contents .con_title p {
		font-size: 16px;
		margin-top: 30px;
		letter-spacing: -1px;
	}
	.sub_contents .desc {
		font-size: 15px;
		line-height: 1.6;
	}
}

/*R&D 연구성과*/
@font-face {
	font-family: 'TwayNalda';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_tway@1.0/twayfly.woff') format('woff');
	font-weight: normal;
	font-display: swap;
}
.sub_achievements {margin-top: -250px;}
.sub_achievements .stats ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -70px;
}
.sub_achievements .stats ul li {
	width: 33.33%;
	text-align: center;
	margin-bottom: 70px;
}
.sub_achievements .stats ul li strong {
	display: block;
	line-height: 1;
	font-size: 80px;
	font-weight: 500;
	color: #F1B435;
	font-family: 'Poppins', 'Noto Sans KR', sans-serif;
	opacity: 0;
	transition: opacity .2s ease;
}
.sub_achievements .stats ul li p {
	font-size: 16px;
	color: #585858;
	margin-top: 40px;
}
.sub_achievements .rnd {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.sub_achievements .rnd > div {width: 50%;}
.sub_achievements .rnd .img {background: url(/theme/basic/html/image/achievements_rnd_img_1.jpg) center / cover no-repeat;}
.sub_achievements .rnd .txt {
	background: url(/theme/basic/html/image/achievements_rnd_img_2.jpg) center / cover no-repeat;
	padding: 170px 80px 120px;
}
.sub_achievements .rnd .txt h4 {
	font-size: 48px;
	font-weight: 700;
	font-family: 'Poppins', 'Noto Sans KR', sans-serif;
	margin-bottom: 30px;
}
.sub_achievements .rnd .txt h4 span {
	font-family: 'TwayNalda', 'Noto Sans KR', sans-serif;
	margin-right: 3px;
}
.sub_achievements .rnd .txt h4::after {
	content: "";
	background: #F1B435;
	width: 37px;
	height: 3px;
	display: block;
	margin-top: 15px;
}
.sub_achievements .rnd .txt .desc {color: #666;}
.sub_achievements .rnd .txt .desc b {color: #333;}
@media all and (max-width: 1024px) {
	.sub_achievements .rnd > div {width: 100%;}
	.sub_achievements .rnd .img {height: 500px;}
	.sub_achievements .rnd .txt {
		padding: 100px 80px;
	}
}
@media all and (max-width: 767px) {
	.sub_achievements {margin-top: -100px;}
	.sub_achievements .stats ul {margin-bottom: -40px;}
	.sub_achievements .stats ul li {
		width: 50%;
		margin-bottom: 40px;
	}
	.sub_achievements .stats ul li strong {font-size: 30px;}
	.sub_achievements .stats ul li p {
		font-size: 14px;
		margin-top: 20px;
	}
	.sub_achievements .rnd .img {height: 300px;}
	.sub_achievements .rnd .txt {padding: 60px 15px;}
	.sub_achievements .rnd .txt h4 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.sub_achievements .rnd .txt h4::after {margin-top: 10px;}
}


/* 반응형 중간기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){

	.vision ul li { float:left; width:50%; margin:0 auto;}
	.vision ul li:first-child { margin-left:0px; }
	.vision ul li div { margin:0 auto; }
	.vision ul li > span {margin-bottom:50px; }

	.company .img_cont img{ width:100%; height:auto;}
	.company .ceo_msg .con_left {float:none; width:100%; text-align:center; margin-top:0px; padding-bottom:60px;}
	.company .ceo_msg .con_left .nemo { margin:0 auto;}
	.company .ceo_msg .con_left .nemo_txt {left:50%; margin-left:-155px; border:0px solid red;}
	.company .ceo_msg .con_right {width:100%; float:none;}

	.timeline .timeline-content ul li img{height:auto; }

img { width:100%; }

.devel .devel_05 ul:nth-of-type(3) li img { width:100%; }
.devel .devel_05 ul:nth-of-type(4) li img { width:100%; }

.perfume .perfume_04 ul li p:nth-child(1) img { width:100%; }

.design .design_04 ul li { text-align:right; padding:0% 3%; padding-top:150%;}

}



/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px){

	.vision ul li { float:left; width:50%; margin:0 auto;}
	.vision ul li:first-child { margin-left:0px; }
	.vision ul li div { margin:0 auto; }
	.vision ul li > span {margin-bottom:50px; }

	.company .img_cont img{ width:100%; height:auto;}
	.company .ceo_msg .con_left {float:none; width:100%; text-align:center; margin-top:0px; padding-bottom:60px;}
	.company .ceo_msg .con_left .nemo { margin:0 auto;}
	.company .ceo_msg .con_left .nemo_txt {left:50%; margin-left:-155px; border:0px solid red;}
	.company .ceo_msg .con_right {width:100%; float:none;}

	.timeline .timeline-content ul li img{height:auto; }

}



/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {




}



/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {

	.vision ul li { width:100%;}


.devel {  }
.devel .devel_01 { width:100%; margin-bottom:50px; display:inline-block; }
.devel .devel_01 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.devel .devel_01 h2 p { font-size:13px; color:#999; padding-top:5px; }
.devel .devel_01 ul { float:left; width:32.5%; margin:0% 0% 0% 0%; }
.devel .devel_01 ul li { width:100%; background:#333; margin-bottom:2%; border-radius:5px; padding:15px; border-top:3px solid #f1b435; }
.devel .devel_01 ul li p:nth-child(2) { color:#ffd7e1; }
.devel .devel_01 ul:nth-of-type(1) { width:100%; }
.devel .devel_01 ul:nth-of-type(1) li { height:74px; float:left; width:49%; margin-right:1%; }
.devel .devel_01 ul:nth-of-type(1) li:last-child { margin-right:0; }
.devel .devel_01 ul:nth-of-type(1) li p:nth-child(1) { font-size:13px; line-height:22px; font-weight:bold; }
.devel .devel_01 ul:nth-of-type(1) li p:nth-child(2) { font-size:11px; }
.devel .devel_01 ul:nth-of-type(2) { width:100%; }
.devel .devel_01 ul:nth-of-type(2) li { height:120px; }
.devel .devel_01 ul:nth-of-type(2) li p { font-size:22px; line-height:32px; padding-top:15px; font-weight:bold; }
.devel .devel_01 ul:nth-of-type(3) { width:100%; margin-right:0; }
.devel .devel_01 ul:nth-of-type(3) li { height:74px; float:left; width:49%; margin-right:1%; }
.devel .devel_01 ul:nth-of-type(3) li:last-child { margin-right:0; }
.devel .devel_01 ul:nth-of-type(3) li p:nth-child(1) { font-size:13px; line-height:24px; font-weight:bold; }
.devel .devel_01 ul:nth-of-type(3) li p:nth-child(2) { font-size:11px; }
.devel .devel_01 ul li p { color:#fff; text-align:center; }


.devel .devel_02 { width:100%; margin-bottom:100px; display:inline-block;  }
.devel .devel_02 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.devel .devel_02 h2 p { font-size:13px; color:#999; padding-top:5px; }
.devel .devel_02 ul:nth-of-type(1) { display:inline-block; margin-bottom:100px; }
.devel .devel_02 ul:nth-of-type(1) li { float:left; width:100%; }
.devel .devel_02 ul:nth-of-type(1) li p:nth-child(1) { font-size:20px; line-height:30px; font-weight:bold; padding:0px 0px 20px; }
.devel .devel_02 ul:nth-of-type(1) li p:nth-child(2) { font-size:13px; color:#888; line-height:26px; }
.devel .devel_02 ul:nth-of-type(1) li p:nth-child(2) span { color:#f1b435; font-weight:bold; }
.devel .devel_02 ul:nth-of-type(1) {  }
.devel .devel_02 ul:nth-of-type(1) li:nth-child(2) { padding:0% 0% 0% 0%; position:relative; top:0px; }
.devel .devel_02 ul:nth-of-type(1) li:nth-child(2) img { width:100%; }
.devel .devel_02 ul:nth-of-type(2) { clear:both; }
.devel .devel_02 ul:nth-of-type(2) li { float:left; width:100%; text-align:center; }
.devel .devel_02 ul:nth-of-type(2) li span { display:inline-block; margin:0% 0% 3%; }
.devel .devel_02 ul:nth-of-type(2) li span p:nth-child(1) { font-size:20px; font-weight:bold; border-bottom:2px solid #f1b435; }
.devel .devel_02 ul:nth-of-type(2) li span p:nth-child(2) { font-size:13px; font-weight:normal; }
.devel .devel_02 ul:nth-of-type(2) li img { width:100%; }

.devel .devel_03 { width:100%; margin-bottom:100px; display:inline-block;  }
.devel .devel_03 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.devel .devel_03 h2 p { font-size:13px; color:#999; padding-top:5px; }
.devel .devel_03 ul:nth-of-type(1) {  }
.devel .devel_03 ul:nth-of-type(1) li { float:left; width:50%; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(1) { width:100%; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(2) { width:100%; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(3) { width:100%; }
.devel .devel_03 ul:nth-of-type(1) li p:nth-child(1) { font-size:20px; line-height:30px; font-weight:bold; padding:0px 0px 20px; }
.devel .devel_03 ul:nth-of-type(1) li p:nth-child(2) { font-size:13px; color:#888; line-height:26px; }
.devel .devel_03 ul:nth-of-type(1) li p:nth-child(2) span { color:#f1b435; font-weight:bold; }
.devel .devel_03 ul:nth-of-type(1) li p:nth-child(3) { font-size:13px; color:#888; line-height:26px; margin-bottom:20px; }
.devel .devel_03 ul:nth-of-type(1) li p:nth-child(3) span { color:#f1b435; font-weight:bold; }
.devel .devel_03 ul:nth-of-type(1) li p:nth-child(4) img { width:100%; }
.devel .devel_03 ul:nth-of-type(1) {  }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(2) { padding:0; text-align:center; margin-bottom:20px; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(2) span { width:50%; float:left; display:inline-block; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(2) span img { width:120px; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(2) span p:nth-child(2) { line-height:22px; font-size:13px; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(3) { padding:0% 0% 0% 0%; position:relative; top:0px; }
.devel .devel_03 ul:nth-of-type(1) li:nth-child(3) img { width:100%; }

.devel .devel_04 { width:100%; margin-bottom:0px; display:inline-block;  }
.devel .devel_04 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.devel .devel_04 h2 p { font-size:13px; color:#999; padding-top:5px; }
.devel .devel_04 ul:nth-of-type(1) { display:inline-block; margin-bottom:100px; }
.devel .devel_04 ul:nth-of-type(1) li { float:left; width:100%; }
.devel .devel_04 ul:nth-of-type(1) li p:nth-child(1) { font-size:20px; line-height:30px; font-weight:bold; padding:0px 0px 20px; }
.devel .devel_04 ul:nth-of-type(1) li p:nth-child(2) { font-size:13px; color:#888; line-height:26px; }
.devel .devel_04 ul:nth-of-type(1) li p:nth-child(2) span { color:#f1b435; font-weight:bold; }
.devel .devel_04 ul:nth-of-type(1) {  }
.devel .devel_04 ul:nth-of-type(1) li:nth-child(2) { padding:0% 0% 0% 0%; position:relative; top:0px; margin-top:20px; }
.devel .devel_04 ul:nth-of-type(1) li:nth-child(2) img { width:100%; }
.devel .devel_04 ul:nth-of-type(2) { clear:both; }
.devel .devel_04 ul:nth-of-type(2) li { float:left; width:50%; text-align:center; }
.devel .devel_04 ul:nth-of-type(2) li span { display:inline-block; margin:0% 0% 3%; }
.devel .devel_04 ul:nth-of-type(2) li span p:nth-child(1) { font-size:26px; font-weight:bold; border-bottom:2px solid #f1b435; }
.devel .devel_04 ul:nth-of-type(2) li span p:nth-child(2) { font-size:16px; font-weight:normal; }

.devel .devel_05 { width:100%; margin-bottom:100px; display:inline-block;  }
.devel .devel_05 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.devel .devel_05 h2 p { font-size:13px; color:#999; padding-top:5px; }
.devel .devel_05 ul:nth-of-type(1) { display:inline-block; margin-bottom:100px; }
.devel .devel_05 ul:nth-of-type(1) li { float:left; width:100%; }
.devel .devel_05 ul:nth-of-type(1) li p:nth-child(1) { font-size:20px; line-height:30px; font-weight:bold; padding:0px 0px 20px; }
.devel .devel_05 ul:nth-of-type(1) li p:nth-child(2) { font-size:13px; color:#888; line-height:26px; }
.devel .devel_05 ul:nth-of-type(1) li p:nth-child(2) span { color:#f1b435; font-weight:bold; }
.devel .devel_05 ul:nth-of-type(1) {  }
.devel .devel_05 ul:nth-of-type(1) li:nth-child(2) { padding:0% 0% 0% 0%; position:relative; top:0px; margin-top:20px; }
.devel .devel_05 ul:nth-of-type(1) li:nth-child(2) img { width:100%; }
.devel .devel_05 ul:nth-of-type(2) { clear:both; width:100%; margin-bottom:50px; display:inline-block; }
.devel .devel_05 ul:nth-of-type(2) li { float:left; width:47.5%; margin-right:5%; text-align:center; }
.devel .devel_05 ul:nth-of-type(2) li:last-child { margin-right:0; }
.devel .devel_05 ul:nth-of-type(2) li p:nth-child(1) i { color:#f1b435; font-size:30px; }
.devel .devel_05 ul:nth-of-type(2) li p:nth-child(2) { border-bottom:2px solid #f1b435; padding:5px 20px; color:#333; font-weight:bold; font-size:18px; display:inline-block; }
.devel .devel_05 ul:nth-of-type(2) li p:nth-child(3) { font-size:13px; padding:5px 0px; }
.devel .devel_05 ul:nth-of-type(3) { clear:both; width:100%; margin-bottom:50px; display:inline-block; }
.devel .devel_05 ul:nth-of-type(3) li { float:left; width:33.3%; text-align:center; }
.devel .devel_05 ul:nth-of-type(3) li img { width:100%; }
.devel .devel_05 ul:nth-of-type(4) li img { width:100%; }


.design {  }
.design .design_01 { width:100%; margin-bottom:100px; display:inline-block; }
.design .design_01 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.design .design_01 h2 p { font-size:13px; color:#999; padding-top:5px; }
.design .design_01 ul { display:inline-block; height:300px; width:100%; background: url(image/sub0201.jpg) no-repeat top center; background-size:100% 100%;}
.design .design_01 ul li {  }
.design .design_01 ul li p { text-align:center; color:#fff; }
.design .design_01 ul li p:nth-child(1) { font-size:20px; font-weight:bold; padding-top:120px;}
.design .design_01 ul li p:nth-child(2) { font-size:12px; font-weight:normal; }
.design .design_01 ul li p:nth-child(2) span { color:#f1b435; font-weight:bold; }


.design .design_02 { width:100%; margin-bottom:100px; display:inline-block; }
.design .design_02 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.design .design_02 h2 p { font-size:13px; color:#999; padding-top:5px; }
.design .design_02 ul { display:inline-block; height:auto; width:100%; }
.design .design_02 ul li {  }
.design .design_02 ul li p {  }
.design .design_02 ul li p:nth-child(1) { font-size:20px; padding-top:0px; border-bottom:2px solid #f1b435; }
.design .design_02 ul li p:nth-child(1) strong { color:#f1b435; font-size:30px; }
.design .design_02 ul li p:nth-child(1) span { float:right; font-size:13px; line-height:45px; }
.design .design_02 ul li p:nth-child(2) { font-size:13px; text-align:center; padding:20px 0px; }
.design .design_02 ul li p:nth-child(3) { text-align:center; border-bottom:0px solid #f1b435; }
.design .design_02 ul li p:nth-child(3) img { width:100%; }

.design .design_03 { width:100%; margin-bottom:100px; display:inline-block; }
.design .design_03 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.design .design_03 h2 p { font-size:13px; color:#999; padding-top:5px; }
.design .design_03 ul { display:inline-block; height:auto; width:100%; }
.design .design_03 ul li {  }
.design .design_03 ul li p {  }
.design .design_03 ul li p:nth-child(1) { font-size:20px; padding-top:0px; border-bottom:2px solid #f1b435; }
.design .design_03 ul li p:nth-child(1) strong { color:#f1b435; font-size:30px; }
.design .design_03 ul li p:nth-child(1) span { float:right; font-size:13px; line-height:45px; }
.design .design_03 ul li p:nth-child(2) { font-size:13px; text-align:center; padding:20px 0px; }
.design .design_03 ul li p:nth-child(3) { text-align:center; border-bottom:0px solid #f1b435; }
.design .design_03 ul li p:nth-child(3) img { width:100%; }


.design .design_04 { width:100%; margin-bottom:100px; display:inline-block; }
.design .design_04 ul { display:inline-block; height:500px; width:100%; background: url(image/sub0204.jpg) no-repeat top center; background-size:100% 100%; }
.design .design_04 ul li { text-align:right; padding:0% 3%; padding-top:130%;}
.design .design_04 ul li p { color:#fff; font-size:13px; line-height:26px;}






.perfume {  }
.perfume .perfume_01 { width:100%; margin-bottom:100px; display:inline-block; }
.perfume .perfume_01 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.perfume .perfume_01 h2 p { font-size:13px; color:#999; padding-top:5px; }
.perfume .perfume_01 ul { display:inline-block; height:300px; width:100%; background: url(image/sub0301.250514.jpg) no-repeat top center; background-size:100% 100%; }
.perfume .perfume_01 ul li {  }
.perfume .perfume_01 ul li p { text-align:center; color:#fff; }
.perfume .perfume_01 ul li p:nth-child(1) { font-size:20px; font-weight:bold; padding-top:120px; color:#fff;}
.perfume .perfume_01 ul li p:nth-child(2) { font-size:13px; font-weight:normal;  color:#fff; }
.perfume .perfume_01 ul li p:nth-child(2) span { color:#f1b435; font-weight:bold; }


.perfume .perfume_02 { width:100%; margin-bottom:100px; display:inline-block; }
.perfume .perfume_02 ul { display:inline-block; height:auto; width:100%; }
.perfume .perfume_02 ul li {  }
.perfume .perfume_02 ul li p { float:left; width:100%; margin-right:0%; padding-right: 0;}
.perfume .perfume_02 ul li p:nth-child(1) span { display:inline-block; }
.perfume .perfume_02 ul li p:nth-child(1) span:nth-child(1) { font-size:20px; padding:0% 0% 2% 0%; width:100%; border-bottom:2px solid #f1b435; }
.perfume .perfume_02 ul li p:nth-child(1) span:nth-child(1) strong { color:#f1b435; font-size:30px; }
.perfume .perfume_02 ul li p:nth-child(1) span:nth-child(2) { font-size:13px; line-height:26px; padding:20px 0px; }
.perfume .perfume_02 ul li p:nth-child(1) span:nth-child(3) { color:#777; font-size:13px; line-height:26px; padding:0px 0px; }
.perfume .perfume_02 ul li p:nth-child(2) { margin-right:0; }
.perfume .perfume_02 ul li p:nth-child(2) img { width:100%; margin-top:20px; }


.perfume .perfume_03 { width:100%; margin-bottom:100px; display:inline-block; }
.perfume .perfume_03 ul { display:inline-block; height:auto; width:100%; }
.perfume .perfume_03 ul li {  }
.perfume .perfume_03 ul li p { float:left; width:100%; margin-right:0%; padding-right: 0;}
.perfume .perfume_03 ul li p:nth-child(1) span { display:inline-block; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(1) { font-size:20px; padding:0% 0% 2% 0%; width:100%; border-bottom:2px solid #f1b435; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(1) strong { color:#f1b435; font-size:30px; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(2) { font-size:0.8rem; line-height:26px; padding:10px 0px; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(2) span { padding:0; color:#777; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(3) { color:#777; font-size:0.8rem; line-height:26px; padding:5px 0px; }
.perfume .perfume_03 ul li p:nth-child(1) span:nth-child(4) { color:#777; font-size:0.8rem; line-height:26px; padding:0px 0px; }
.perfume .perfume_03 ul li p:nth-child(2) { margin-right:0;  }
.perfume .perfume_03 ul li p:nth-child(2) img { width:100%; margin-top:40px; }


.perfume .perfume_04 { width:100%; margin-bottom:100px; display:inline-block; }
.perfume .perfume_04 ul { display:inline-block; height:auto; width:100%; }
.perfume .perfume_04 ul li {  }
.perfume .perfume_04 ul li p {  }
.perfume .perfume_04 ul li p:nth-child(1) img { width:100%; }
.perfume .perfume_04 ul li p:nth-child(2) { background:#f1b435; width:100%; padding:5% 0%; text-align:center; color:#fff; }
.perfume .perfume_04 ul li p:nth-child(2) span:nth-of-type(1) { display:inline-block; width:100%; font-size:20px; font-weight:bold; padding:0% 0% 10px; }
.perfume .perfume_04 ul li p:nth-child(2) span:nth-of-type(2) { display:inline-block; width:100%; font-size:13px; padding: 0 15px}


.introduction {  }
.introduction .introduction_01 { width:100%; margin-bottom:100px; display:inline-block; }
.introduction .introduction_01 h2 { font-size:20px; font-weight:bold; border-left:4px solid #f1b435; height:60px; line-height:27px; padding-left:10px; margin-bottom:30px; }
.introduction .introduction_01 h2 p { font-size:13px; color:#999; padding-top:5px; }
.introduction .introduction_01 ul:nth-of-type(1) { display:inline-block; height:300px; width:100%; background: url(image/sub0401.250527.jpg) no-repeat top center; background-size:100% 100%; }
.introduction .introduction_01 ul li {  }
.introduction .introduction_01 ul li p { text-align:center; color:#fff; }
.introduction .introduction_01 ul:nth-of-type(1) li p:nth-child(1) { font-size:20px; font-weight:bold; padding-top:120px;}
.introduction .introduction_01 ul:nth-of-type(1) li p:nth-child(2) { font-size:13px; font-weight:normal; }
.introduction .introduction_01 ul:nth-of-type(1) li p:nth-child(2) span { color:#f1b435; font-weight:bold; }
.introduction .introduction_01 ul:nth-of-type(2) li:nth-child(1) { background:#f9f9f9; padding:50px 0px; }
.introduction .introduction_01 ul:nth-of-type(2) li p:nth-child(1) { font-size:20px; font-weight:bold; padding-top:0px;}
.introduction .introduction_01 ul:nth-of-type(2) li p:nth-child(1) span { color:#f1b435; font-weight:bold; }
.introduction .introduction_01 ul:nth-of-type(2) li p:nth-child(2) { font-size:13px; font-weight:normal; }


.introduction .introduction_02 { width:100%; margin-bottom:100px; display:inline-block; }
.introduction .introduction_02 ul { display:inline-block; height:auto; width:100%; }
.introduction .introduction_02 ul li {  }
.introduction .introduction_02 ul li p {  }
.introduction .introduction_02 ul li p:nth-child(1) { display:inline-block; }
.introduction .introduction_02 ul li p:nth-child(1) { font-size:20px; padding:0% 0% 0% 0%; width:100%; border-bottom:2px solid #f1b435; }
.introduction .introduction_02 ul li p:nth-child(1) strong { color:#f1b435; font-size:50px; }
.introduction .introduction_02 ul li p:nth-child(2) { font-size:13px; line-height:26px; padding:30px 0px 20px; text-align:center; }
.introduction .introduction_02 ul li p:nth-child(3) { text-align:center; }
.introduction .introduction_02 ul li p:nth-child(3) img { width:100%; }

.introduction .introduction_03 { width:100%; margin-bottom:50px; display:inline-block; }
.introduction .introduction_03 ul { display:inline-block; height:auto; width:100%; margin-bottom:3%; background:#f9f9f9; }
.introduction .introduction_03 ul li { float:left; }
.introduction .introduction_03 ul li:nth-child(1) { width:100%; }
.introduction .introduction_03 ul li:nth-child(1) img { width:100%; }
.introduction .introduction_03 ul li:nth-child(2) { width:100%; padding:3% 0%; text-align:center; }
.introduction .introduction_03 ul li:nth-child(2) p:nth-child(1) { font-size:20px; color:#f1b435; font-weight:bold; }
.introduction .introduction_03 ul li:nth-child(2) p:nth-child(1) span { font-size:20px; color:#777; font-weight:bold; }
.introduction .introduction_03 ul li:nth-child(2) p:nth-child(2) { font-size:13px; }
.introduction .introduction_03 ul li:nth-child(2) p:nth-child(3) { font-size:13px; }


.introduction .introduction_04 { width:100%; margin-bottom:100px; display:inline-block; }
.introduction .introduction_04 ul { display:inline-block; height:auto; width:100%; }
.introduction .introduction_04 ul li { float:left; width:49%; margin-right:2%; margin-bottom:5%;}
.introduction .introduction_04 ul li:nth-child(2n+2) { margin-right:0; }
.introduction .introduction_04 ul li p { text-align:center; }
.introduction .introduction_04 ul li p:nth-child(1) img { width:100%; }
.introduction .introduction_04 ul li p:nth-child(2) { font-size:20px; }
.introduction .introduction_04 ul li p:nth-child(3) { font-size:15px; color:#777; }


.introduction .introduction_05 { width:100%; margin-bottom:100px; display:inline-block; }
.introduction .introduction_05 ul { display:inline-block; height:auto; width:100%; }
.introduction .introduction_05 ul li {  }
.introduction .introduction_05 ul li p {  }
.introduction .introduction_05 ul li p:nth-child(1) { display:inline-block; }
.introduction .introduction_05 ul li p:nth-child(1) { font-size:20px; padding:0% 0% 0% 0%; width:100%; border-bottom:2px solid #f1b435; }
.introduction .introduction_05 ul li p:nth-child(1) strong { color:#f1b435; font-size:50px; }
.introduction .introduction_05 ul li p:nth-child(2) { font-size:13px; line-height:26px; padding:30px 0px; text-align:center; }
.introduction .introduction_05 ul li p:nth-child(3) { text-align:center; padding:0px 0px 40px; }
.introduction .introduction_05 ul li p:nth-child(3) img { width:100%; }
.introduction .introduction_05 ul li p:nth-child(4) img { width:100%; }


}



/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {


}


/*기업부설연구소*/
.sub_development section:first-child {
	padding: 0;
	margin-top: -50px;
}
.sub_development h3 {
	font-size: 30px;
	padding: 0% 0% 0% 0%;
	width: 100%;
	border-bottom: 2px solid #f1b435;
	margin-bottom: 120px;
}
.sub_development h3 strong {
	color: #f1b435;
	font-size: 50px;
}
.sub_development p {
	font-size: 20px;
	text-align: center;
	margin-bottom: 100px;
	word-break: keep-all;
}
.sub_development .intro .top {margin-bottom: 0;}
.sub_development .intro .bottom {display: none;}
.sub_development .intro .equipment_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1060px;
	margin: 0 auto -50px;
}
.sub_development .intro .equipment_list li {
	width: calc((100% - 100px)/3);
	margin-right: 50px;
	margin-bottom: 50px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0px 18px 65px 0px #00000017;
	padding: 50px 30px 70px;
}
.sub_development .intro .equipment_list li:nth-child(3n) {margin-right: 0;}
.sub_development .intro .equipment_list li .img {
	max-width: 170px;
	margin: 0 auto;
}
.sub_development .intro .equipment_list li .img img {max-width: 100%;}
.sub_development .intro .equipment_list li .txt {
	padding-top: 30px;
	text-align: center;
}
.sub_development .intro .equipment_list li .txt h4 {
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	word-break: keep-all;
}
.sub_development .intro .equipment_list li .txt p {
	font-size: 16px;
	color: #6D6D6D;
	margin: 0;
	line-height: 1.7;
}
.sub_development .intro .category_list {margin-top: 120px;}
.sub_development .intro .category_list li {
	margin-bottom: 50px;
	background: #F9F9F9;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
.sub_development .intro .category_list li:last-child {margin-bottom: 0;}
.sub_development .intro .category_list li .img {
	width: 240px;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.sub_development .intro .category_list li .txt {
	width: calc(100% - 240px);
	padding-top: 20px;
	padding-left: 50px;
}
.sub_development .intro .category_list li .txt h4 {
	font-size: 34px;
	font-weight: bold;
	color: #777777;
	margin-bottom: 20px;
}
.sub_development .intro .category_list li .txt h4 span {color: #F1B435}
.sub_development .intro .category_list li .txt p {
	text-align: left;
	margin: 0;
}
.sub_development .service .iso-img {
	margin: 0 auto 120px;
	display: block;
	max-width: 700px;
}
.sub_development .service .process-wrap .qc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 120px;
	margin-bottom: 30px;
}
.sub_development .service .process-wrap .major {
	display: flex;
	flex-wrap: wrap;
}
.sub_development .service .process-wrap .major li {
	width: calc((100% - 440px)/5);
	margin-right: 110px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.sub_development .service .process-wrap .major li:last-child {margin-right: 0;}
.sub_development .service .process-wrap .major li::after {
	content: "";
	background: url(/theme/basic/html/laboratory/image/development_process_arrow.jpg) center / cover no-repeat;
	display: block;
	width: 66px;
	aspect-ratio: 66 / 10;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -85px;
}
.sub_development .service .process-wrap .major li:last-child::after {content: none;}
.sub_development .service .process-wrap ul li .detail {
	position: relative;
	border: 8px solid #f1b435;
	background: #fff;
	text-align: center;
	width: 200px;
	height: 100%;
	border-radius: 10px;
}
.sub_development .service .process-wrap ul li .detail h5 {
	background: #f1b435;
	font-weight: bold;
	color: #fff;
	padding: 8px 12px 12px;
	font-size: 17px;
}
.sub_development .service .process-wrap ul li .detail p {
	padding: 15px 10px 20px;
	margin: 0;
	font-size: 15px;
}
.sub_development .service .process-wrap ul li .detail::after {
	content: "";
	background: url(/theme/basic/html/laboratory/image/bubble_tail.jpg?v=aw) center / cover no-repeat;
	display: block;
	width: 14px;
	aspect-ratio: 14 / 12;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}
.sub_development .service .process-wrap .major .detail {display: none;}
.sub_development .service .bottom {margin-top: 180px;}
.sub_development .service .bottom .bottom-title {
	text-align: center;
	margin-bottom: 100px;
}
.sub_development .service .bottom .bottom-title h4 {
	font-size: 36px;
	margin-bottom: 5px;
	font-weight: bold
}
.sub_development .service .bottom .bottom-title p {
	font-size: 22px;
	margin: 0;
}
.sub_development .service .bottom ul {
	display: flex;
	flex-wrap: wrap;
}
.sub_development .service .bottom ul li {
	width: calc((100% - 20px)/3);
	margin-right: 10px;
}
.sub_development .service .bottom ul li:last-child {margin-right: 0;}
.sub_development .service .bottom ul li .img img {
	max-width: none;
	width: 100%;
}
.sub_development .service .bottom ul li h5 {
	font-size: 20px;
	text-align: center;
	margin: 30px 0 15px;
	font-weight: bold;
}
.sub_development .service .bottom ul li p {font-size: 18px;}
@media all and (max-width: 1024px) {
	.sub_development .intro .equipment_list {margin-bottom: -30px;}
	.sub_development .intro .equipment_list li {
		width: calc((100% - 60px) / 3);
		margin-right: 30px;
		margin-bottom: 30px;
	}
}
@media all and (max-width: 991px) {
	.sub_development .intro .equipment_list li {width: calc((100% - 30px) / 2);}
	.sub_development .intro .equipment_list li:nth-child(3n) {margin-right: 30px;}
	.sub_development .intro .equipment_list li:nth-child(2n) {margin-right: 0;}
	.sub_development .intro .category_list li {
		padding: 40px 30px;
		margin-bottom: 30px;
	}
	.sub_development .intro .category_list li .img {width: 200px;}
	.sub_development .intro .category_list li .txt {
		width: calc(100% - 200px);
		padding-top: 0;
		padding-left: 30px;
	}
	.sub_development .service .process-wrap .qc {padding: 0 50px;}
}
@media all and (max-width: 767px) {
	.sub_development h3 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.sub_development h3 strong {font-size: 26px;}
	.sub_development p {
		font-size: 15px;
		margin-bottom: 40px;
	}
	.sub_development .intro .top {margin-bottom: 0;}
	.sub_development .intro .equipment_list {margin: 0;}
	.sub_development .intro .equipment_list li {
		width: 100%;
		margin: 0 auto 15px !important;
		padding: 30px 20px 40px;
		max-width: 300px;
	}
	.sub_development .intro .equipment_list li:last-child {margin-bottom: 0 !important;}
	.sub_development .intro .equipment_list li .img {max-width: 150px;}
	.sub_development .intro .equipment_list li .txt h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.sub_development .intro .equipment_list li .txt p {
		font-size: 14px;
		line-height: 1.5;
	}
	.sub_development .intro .equipment_list li .txt p br {display: none;}
	.sub_development .intro .category_list {margin-top: 50px;}
	.sub_development .intro .category_list li {
		padding: 25px;
		margin-bottom: 15px;
	}
	.sub_development .intro .category_list li .img {
		width: 120px;
		margin: 0 auto 20px;
	}
	.sub_development .intro .category_list li .txt {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.sub_development .intro .category_list li .txt h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.sub_development .intro .category_list li .txt p {text-align: center;}
	.sub_development .service .iso-img {
		max-width: 250px;
		margin-bottom: 50px;
	}
	.sub_development .service .process-wrap .qc {display: none;}
	.sub_development .service .process-wrap .major li {
		width: 100%;
		margin: 0 0 80px;
		display: block;
	}
	.sub_development .service .process-wrap .major li:last-child {margin-bottom: 0;}
	.sub_development .service .process-wrap .major li::after {
		width: 40px;
		top: auto;
		right: auto;
		left: 45%;
		bottom: -63px;
		transform: rotate(90deg) translateX(-50%);
	}
	.sub_development .service .process-wrap .major .circle {
		margin: 0 auto;
		text-align: center;
	}
	.sub_development .service .process-wrap .major .detail {
		display: block;
		margin: 20px auto 0;
		width: 100%;
		height: auto;
		border-width: 4px;
	}
	.sub_development .service .process-wrap ul li .detail::after {content: none;}
	.sub_development .service .process-wrap ul li .detail h5 {font-size: 16px;}
	.sub_development .service .process-wrap ul li .detail p {
		padding: 10px 10px 15px;
		font-size: 15px;
	}
	.sub_development .service .bottom {margin-top: 50px;}
	.sub_development .service .bottom .bottom-title {margin-bottom: 30px;}
	.sub_development .service .bottom .bottom-title h4 {font-size: 20px;}
	.sub_development .service .bottom .bottom-title p {font-size: 16px;}
	.sub_development .service .bottom ul li {
		width: 100%;
		margin: 0 0 30px;
	}
	.sub_development .service .bottom ul li h5 {
		font-size: 18px;
		margin: 15px 0 10px;
	}
	.sub_development .service .bottom ul li p {
		font-size: 15px;
		margin: 0;
	}
}

/*디자인연구소*/
.sub_design {
	margin-top: -50px;
	padding-bottom: 140px;
}
.sub_design h3 {
	font-size: 30px;
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
}
.sub_design p {
	font-size: 20px;
	text-align: center;
	word-break: keep-all;
}
.sub_design .top .img {margin-top: 100px;}
.sub_design .top ul {
	border-top: 2px solid #777;
	margin: 120px 0;
}
.sub_design .top ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #777;
	padding: 30px 0;
}
.sub_design .top ul li .txt {
	width: calc(100% - 240px);
	padding-right: 30px;
}
.sub_design .top ul li .txt h4 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 35px;
}
.sub_design .top ul li .txt p {
	text-align: left;
	font-size: 24px;
}
.sub_design .top ul li .img {
	width: 240px;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}
.sub_design .bottom > div {margin-bottom: 120px;}
.sub_design .bottom > div:last-child {margin-bottom: 0;}
.sub_design .bottom ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sub_design .bottom ul li {
	width: calc((100% + 120px)/3);
	border: 15px solid #F9EBEB;
	aspect-ratio: 1 / 1;
	margin: 0 -30px;
	border-radius: 100%;
	text-align: center;
}
.sub_design .bottom ul li .inner {
	border: 3px solid #C23A3A;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	padding: 50px;
}
.sub_design .bottom ul li h4 {
	font-size: 30px;
	font-weight: 300;
}
.sub_design .bottom ul li p {
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0;
	text-transform: uppercase;
}
.sub_design .bottom ul li .ico {margin: 0 auto;}
.sub_design .bottom ul li .desc {margin-top: 40px;}
@media all and (max-width: 1200px) {
	.sub_design .bottom ul li .inner {padding: 30px;}
	.sub_design .bottom ul li p {margin: 10px 0 15px;}
	.sub_design .bottom ul li .desc {
		margin-top: 20px;
		line-height: 1.6;
	}
}
@media all and (max-width: 991px) {
	.sub_design .top ul li .txt {width: calc(100% - 200px);}
	.sub_design .top ul li .txt h4 {
		font-size: 30px;
		word-break: keep-all;
		margin-bottom: 20px;
	}
	.sub_design .top ul li .txt p {font-size: 20px;}
	.sub_design .top ul li .img {width: 200px;}
	.sub_design .bottom ul {
		max-width: 400px;
		margin: 0 auto;
	}
	.sub_design .bottom ul li {
		width: 100%;
		margin: -20px 0;
	}
	.sub_design .bottom ul li:first-child {margin-top: 0;}
	.sub_design .bottom ul li:last-child {margin-bottom: 0;}
	.sub_design .bottom ul li .inner {padding: 40px 20px;}
}
@media all and (max-width: 767px) {
	.sub_design {
		margin-top: -20px;
		padding-bottom: 60px;
	}
	.sub_design h3 {
		font-size: 20px;
		margin-bottom: 20px;
		word-break: keep-all;
		line-height: 1.4;
	}
	.sub_design p {font-size: 15px;}
	.sub_design .top .img {margin-top: 30px;}
	.sub_design .top ul {margin: 50px 0;}
	.sub_design .top ul li .img {
		width: 120px;
		order: 1;
		margin: 0 auto 20px;
	}
	.sub_design .top ul li .txt {
		order: 2;
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.sub_design .top ul li .txt h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.sub_design .top ul li .txt p {
		font-size: 15px;
		text-align: center;
	}
	.sub_design .bottom > div {margin-bottom: 50px;}
	.sub_design .bottom ul li {border-width: 10px;}
	.sub_design .bottom ul li .inner {padding: 50px 20px;}
	.sub_design .bottom ul li h4 {font-size: 24px;}
	.sub_design .bottom ul li p {
		font-size: 14px;
		margin: 5px 0 15px;
	}
	.sub_design .bottom ul li .desc {margin-top: 15px;}
	.sub_design .bottom ul li .ico img {
		max-width: 50px;
		max-height: 50px;
	}
}