@charset "utf-8";



/*메인비주얼*/
.main_visual {text-align:center; position:relative; width:100%; height:800px;  overflow:hidden; z-index:1; background:url(../images/main/main_visual_bg.png) center top no-repeat;}
.main_visual ul {height:800px; position:relative; z-index:1;}
.main_visual li {background-repeat:no-repeat; background-position:center top; width:100%; height:800px; background-size:cover}


.main_visual .main_visual_text {position:absolute; width:100%; height:800px; top:0px;  color:#fff; z-index:2;  }

.main_visual .main_visual_text .text {position:absolute; left:0px; top:160px; color:#fff; text-align:left; }
.main_visual .main_visual_text .t1 {font-size:22px; color:#fff; }
.main_visual .main_visual_text .t2 {display:block; color:#fff; font-size:48px; font-weight:bold; padding:30px 0px 20px;}
.main_visual .main_visual_text .t3 {font-size:16px;color:#fff }


.main_visual .photo {position:absolute; right:40px; top:80px; z-index:4;}
.main_visual .btn {position:absolute; left:0px; top:330px; z-index:4;}
.main_visual .btn a{display:inline-block; background:#fd9398; color:#fff; padding:0 20px; line-height:45px; border-radius:45px;}




.main_about_wrap {margin-top:-60px; position:relative;}
.main_about_wrap .col_box {display:table; width:100%; }
.main_about_wrap .col_box .col {display:table-cell; vertical-align:middle;}
.main_about_wrap .col_box .col.photo {text-align:center; padding:0 60px;}
.main_about_wrap .col_box .col.text {padding-left:60px;}
.main_about_wrap .col_box .col dl dt{font-size:35px; color:#000;}
.main_about_wrap .col_box .col dl dd{font-size:16px; color:#000; margin-top:25px;}
.main_about_wrap .col_box .col .btn {display:inline-block; margin-top:35px; background:#fd6b72; color:#fff;  line-height:40px; padding:0 40px; border-radius:40px;} 



/*메인제품*/
.main_product {margin-top:80px; }
.main_product .main_product_box {position:relative; width:1270px; margin:0 auto;}
.main_product ul {text-align:center; font-size:0px; margin:0 auto;}
.main_product ul li{display:inline-block; width:263px; margin:0 8px;  vertical-align:top;}
.main_product ul li a{display:block; }
.main_product ul li .photo{width:100%; height:196px; overflow:hidden; }
.main_product ul li .photo img {width:100%; height:100%; vertical-align:top; -moz-transition: all 0.3s;  -webkit-transition: all 0.3s;  transition: all 0.3s }
.main_product ul li:hover .photo img {-moz-transform: scale(1.08); -webkit-transform: scale(1.08); transform: scale(1.08);}
.main_product ul li dl {padding:26px 18px 0px;  background:#fff; text-align:left;position:relative; padding-bottom:20px; overflow:hidden; white-space:normal; }
.main_product ul li dl dt{color:#000000; font-size:18px; margin-bottom:15px; letter-spacing:0.5px; overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis }
.main_product ul li dl dd{letter-spacing:0.5px; color:#666; font-size:13px;  height:40px; line-height:18px;}

.main_product ul li:hover dl {background:#af2626;}
.main_product ul li:hover dl dt{color:#fff;}
.main_product ul li:hover dl dd{color:#fff; border-color:#fff;}



.main_product .main_product_btn {position:absolute; width:100%; left:0px; top:112px;}
.main_product .main_product_btn a{float:left; width:31px; height:57px; background:url(../images/main/main_product_arrow.png) left top no-repeat;}
.main_product .main_product_btn a.next{background-position:right top; float:right;}





.main_quick_wrap {background:#f8f8f8; padding:70px 0px; margin-top:100px;}
.main_quick_wrap .title {font-size:25px; color:#fd6b72; font-weight:bold;}
.main_quick_wrap ul {overflow:hidden; margin-top:20px;}
.main_quick_wrap ul li {float:left; width:288px; margin-right:15px;}
.main_quick_wrap ul li.last {margin-right:0px; }
.main_quick_wrap ul li .box {padding:40px 0px; background:#fff; text-align:center;}
.main_quick_wrap ul li .box .icon {text-align:center;}
.main_quick_wrap ul li .box .icon span {display:inline-block; width:140px; height:140px; line-height:140px; border-radius:140px; background:#ddd;}
.main_quick_wrap ul li .box .icon span img {vertical-align:middle;}
.main_quick_wrap ul li .box .text {margin-top:15px; color:#000; font-size:16px;}



/*공지박스*/
.main_bottom_warp {margin-top:80px; overflow:hidden;}
.main_bottom_warp .col {float:left; width:350px; }
.main_bottom_warp .col.center {margin:0 75px; }
.main_bottom_warp .col h3{font-size:22px; line-height:30px; padding-bottom:25px; color:#000; border-bottom:2px #666666 solid;}
.main_bottom_warp .col h3 a{float:right; font-size:12px; color:#888; font-weight:normal;}

.main_bottom_warp .notice ul {margin-top:10px; }
.main_bottom_warp .notice ul li{background:url(../images/main/main_notice_dot.jpg) left 50% no-repeat; padding-left:10px; position:relative; font-size:15px; border-bottom:1px #ddd solid; line-height:45px;}
.main_bottom_warp .notice ul li a:hover{text-decoration:underline; coloR:#ff6762}
.main_bottom_warp .notice ul li .date{position:absolute; right:0px; color:#888}
