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:1000px;
    margin:0 auto;
}
div.ct1>section>div{
    width:50%;
    margin:0 auto;
}
div.ct1>section>div>a{
    width:150px;
    height:30px;
    float:left;
    line-height:30px;
    font-size:1.125em;
    background-color: #dcdedd;
    color:#231918;
    text-align: center;
    font-weight:bold;
    margin: 0 2px;
}
div.ct1>section>div>.active{
    background-color: #9fa1a0;
}
div.ct2>section>div{
    width:460px;
}
div.ct3>section>hr{
    display: block;
    height:1px;
    margin:0;
    background-color:#bcaf9f;
}
div.ct2>section>div{
    width:100%;
    padding-bottom:80px;
}
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{
    width:540px;
    float:left;
    padding:0 0 20px 0;
}
div.ct2>section>div>p{
    font-size: 1.250em;
    font-weight:bold;
    color:#251a18;
    padding-bottom:80px;
}
div.ct2>section>div>h2{
    font-size:1.500em;
}
div.ct2>section>div>ul>li{
    height:160px;
    float:left;
    margin:0 20px 20px 0;
}
div.ct2>section>div>ul>li>ul>li{
    width:160px;
}
div.ct2>section>div>ul>li>ul>li:nth-child(2){
    font-size:1.125em;
    font-weight:bold;
    line-height: 40px;
    text-align: center;
}
@media all and (min-device-width:320px) and (max-width:1080px){
body{overflow-x: hidden;}
div.content>section{
    width: 95%;
}
div.ct1>section{
    width:100%;
}
div.ct1>section>div{
    width:100%;
}
div.ct1>section>div>a{
    width:100%;
    margin-left:0;
}
div.ct2>section>div{
    width:100%;
}
div.ct2>section>div>p{
    float:left;
}
}
