﻿@charset "utf-8";
@import url("base.css");
@import url("common.css");
@import url("slide.css");
@import url("footer.css");

/* 레드 #95151a  */
section{width:100%; text-align:center;}
article{/*width:1200px; margin-left:auto; margin-right:auto;*/}
h2{font-size:35px; font-weight:bold; }

/* product preview */
#productpart{padding-top:105px; }
#productpart h2{padding-bottom:45px;}
#productpart article{height:690px; background:url(../img/main_history_bg.png) no-repeat center center;}
#productpart article a{color:#fff;}
#productpart article ul{width:700px; margin-left:auto; margin-right:auto;}
#productpart article ul .part{width:350px; height:345px; box-sizing:border-box; }
#productpart article ul .left{float:left;}
#productpart article ul .right{float:right;}
#productpart article ul .bg1{background:#003058;}
#productpart article ul .bg2{background:#162432;}
#productpart article .bg1:hover,
#productpart article .bg2:hover{background:#666;}

#productpart article ul li .icon{padding-top:35px;}
#productpart article ul li .title{font-size:30px; padding-top:29px; padding-bottom:3px;}
#productpart article ul li .subtitle{font-size:15px;}
#productpart article ul li .btn{width:21px; height:21px; line-height:21px; padding:5px; border:solid 1px #fff; margin-top:26px; margin-left:auto; margin-right:auto;}

/* Quick Link */
#preview {padding-top:105px; padding-bottom:100px;}
#preview h2{padding-bottom:45px;}
#preview article ul{width:1003px; margin-left:auto; margin-right:auto;}
#preview article ul .part{width:250px; float:left;}
#preview article ul .mid{margin-left:1px;}
#preview article ul .part .tab{color:#fff; font-size:20px; font-weight:bold; padding-top:20px; padding-bottom:20px; margin-bottom:25px;}
#preview article ul .part .title{font-size:14px; padding-top:5px; padding-bottom:30px;}
#preview article ul .part:nth-child(1) .tab{background:#3e4a5a;}
#preview article ul .part:nth-child(2) .tab{background:#3093b2;}
#preview article ul .part:nth-child(3) .tab{background:#326ec6;}
#preview article ul .part:nth-child(4) .tab{background:#3e50a6;}

/* gallery */
#deliver {color:#333; text-align:left; background:#f1f1f1; padding-top:60px; padding-bottom:60px;}
#deliver h2{padding-top:52px; padding-bottom:40px;}
#deliver .deliver-inner{width:1000px; margin-left:auto; margin-right:auto;}
#deliver .deliver-inner .left{width:365px; float:left;}
#deliver .deliver-inner .left h3{font-size:18px; font-weight:normal; padding-bottom:35px;}
#deliver .deliver-inner .left a{width:125px; height:46px; line-height:46px; color:#fff; display:inline-block; border-radius:23px; background:#333 url(../img/main_btn-gallery.png) no-repeat 100px center; padding-left:25px; }
#deliver .deliver-inner .left a:hover{background:#999 url(../img/main_btn-gallery.png) no-repeat 100px center;}
#deliver .deliver-inner .right{width:635px; float:right;}