html{overflow-x: hidden;}

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: 80%;
    margin:0 auto;
}
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{
    background-color: #dcdedd;
    margin-left:10px;
}
div.ct1>section>div>.active{
    background-color: #9fa1a0;
}
div.ct2>section>div{
    width:100%;
    padding-bottom:80px;
    float:left;
}
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>.height{
    padding:20px 0 0 0;
}
div.ct2>section>div>h3{
    font-weight:normal;
    font-size:1.250em;
}
div.ct2>section>div>ul>li{
    float:left;
}
div.ct2>section>div>ul>li:first-child{
    width:290px;
}
div.ct2>section>div>ul>li:last-child{
    width: 320px;
    padding-left:40px;
}
div.ct2>section>div>ul>li:last-child h2{
    width:290px;
    color:#a28e75;
    font-size:1.500em;
    font-weight:normal;
    padding-bottom:20px
}
div.ct2>section>div>ul>li:last-child p{
    font-size:1.125em;
    font-weight:normal;
}
div.ct3>section>hr{
    display: block;
    height:1px;
    margin:0;
    background-color:#bcaf9f;
}

div.ct3>section>span{
    display: block;
    width:60px;
    height:2px;
    background-color:#bcaf9f;
}
div.ct3>section>h2{
    padding-top:5px;
    color:#5a5957;
    font-size:1.125em;
}
div.ct3>section>div{
    width:100%;
    float:left;
    padding:20px 0;
}
div.ct3>section>div>ul>li{
}
div.ct3>section>div>ul>li:first-child{
    width:40px;
    margin-right:15px;
    float:left;
}
div.ct4>section>div>div{
    width:300px;
    margin:80px auto;
    position:relative;
    font-weight:bold;
}
div.ct4>section>div>div>.pgroup{
    margin:0;
    position:absolute;
    bottom:0;
    right:-210px;
}
div.ct4>section>div>div>.a{
    position:absolute;
    top:-40px;
    right:0;
}
div.ct4>section>div>div>.b{
    position:absolute;
    bottom:80px;
    left:-100px;
}
div.ct5>section{
    padding-bottom:80px;
}
div.ct5>section>h2{
    padding-bottom:40px;
}
div.ct5>section>ul>li{
    list-style:disc;
    padding:5px 0;
    margin-left:40px;
}
@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>ul>li:last-child{
    padding: 20px 0;
}
div.ct4>section>div>div>.pgroup{
    margin:0;
    position:inherit;
    bottom:-40px;
    left:60px;
}
div.ct4>section>div>div>.a{
    position:inherit;
    top:40px;
    left:60px;
    text-indent: 10px;
}
div.ct4>section>div>div>.b{
    position:inherit;
    bottom:-40px;
    left:60px;
    text-indent: 10px;
}
div.ct5>section>ul>li{
    margin-left:20px;
}
}
