body>* {
    font-family: 'Malgun Gothic';
}
div.mainBanner{
    height:320px;
    position: relative;
    background-image: url(../img/mainbanner01.jpg);
    background-size: cover;
    background-position: center;
}
div.content{
    width:100%;
    float:left;
}

div.content>section{
    width:1080px;
    margin:0 auto;
}
div.ct1>section>div{
    width:100%;
    padding:40px 0 80px 0;

}
div.ct1>section>div>a{
    width:150px;
    height:30px;
    line-height:30px;
    font-size:1.125em;
    color:#231918;
    text-align: center;
    float:left;
    font-weight:bold;
}
div.ct1>section>div>a:first-child{
    background-color: #dcdedd;
}
div.ct1>section>div>a{
    background-color: #9fa1a0;
    margin-left:10px;
}
div.ct2>section>h2{
    color:#a28e75;
    font-size:1.500em;
    padding:60px 0;
}
div.ct2>section>h2>span{
    display:block;
    float:left;
    width:6px;
    height:18px;
    margin:4px 6px 0 0;
    background-color:#a28e75;
}
div.ct2>section>div{
    padding-bottom:80px;
    padding-right: 40px;
}

div.ct2>section>div>.height{
    padding:20px 0 0 0;
}
div.ct2>section>div>h3{
    font-weight:normal;
    font-size:1.250em;
}
@media all and (min-device-width:320px) and (max-width:1080px){
body{overflow-x: hidden;}
div.content>section{
    width:100%;
    padding-right: 20px;
    padding-left:20px;
}
}
