@charset "utf-8";



/*visual*/
.visualWrap{width: 100% !important; background: url(../images/bg_visual.jpg) no-repeat; background-size: cover; padding: 50px 0; display: table;}
#visual{width: 1200px; height: 538px; position: relative; overflow: hidden; margin: 0 auto; background: url(../images/bg_visual.jpg) no-repeat; background-size: cover;}
#panel{width: 920px; height: 100%;}
#panel>li{float: left; width: 100%; height: 100%;}
#prev{position: absolute; width: 40px; height: 70px; left: 30px; top: 50%; margin-top: -35px;}
#next{position: absolute; width: 40px; height: 70px; left: 850px; top: 50%; margin-top: -35px;}

/*logbox*/
.logbox{width: 250px; height: 175px; padding: 30px; box-sizing: border-box; background: #fff; position: absolute; right: 0; top: 0;}
.logbox>input{width: 100%; font-size: 12px; color: #898989;}
.logbox>input:nth-child(2){margin: 5px 0;}
.logbox>a{width: 100%; height: 35px; line-height: 35px; background: #7d0037; color: #fff !important; text-align: center; font-size: 12px; display: block;}
.logbox>a.edit{background: #aaa;}
.logbox>a+a{margin-top: 5px;}
.logbox>div.login{width: 100%; height: 40px; text-align: center;}

/*월간지*/
.monthly{width: 250px; height: 333px; padding: 30px; box-sizing: border-box; background: #fff; position: absolute; right: 0; bottom: 0;}
.monthly>a.prev{position: absolute; width: 32px; height: 32px; left: 13px; top: 50%; margin-top: -14px;}
.monthly>a.next{position: absolute; width: 32px; height: 32px; right: 13px; top: 50%; margin-top: -14px;}




#contents{width:1200px; margin: 50px auto 70px auto; display: table; position: relative;}
#contents h2{font-size: 24px; color: #111; line-height: 1; margin-bottom: 10px !important; display: block;}
#contents h2>a{float: right; height: 30px; line-height: 30px; font-size: 12px; font-weight: normal; color: #666;}

.cont1{width: 100%; margin-bottom: 30px !important; display: table;}
.cont1>li{float: left; width: 285px; text-align: center;}/*20210329수정*/
.cont1>li+li{margin-left: 20px;}/*20210329수정*/
.cont1>li>a>img{box-shadow: 5px 5px 5px #ccc; margin-bottom: 10px;}

.cont2{width: 380px; box-sizing: border-box; background: #f4f4f4; float: left;}
/*.cont2{width: 380px; padding: 30px; box-sizing: border-box; background: #f4f4f4; float: left;}*/

.cont3{width: 380px; height: 335px; padding: 30px; box-sizing: border-box; background: #f4f4f4; float: left; margin-left: 30px !important; position: relative;}
.cont3>a.prev{position: absolute; width: 39px; height: 39px; left: 13px; top: 50%; margin-top: -49px;}
.cont3>a.next{position: absolute; width: 39px; height: 39px; right: 13px; top: 50%; margin-top: -49px;}
.cont3 span{width: 320px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word; height: 3.6; margin-top: 10px !important;}

.cont4{width: 380px; height: 336px; padding: 30px; box-sizing: border-box; background: #f4f4f4; float: left; margin-left: 30px !important;}
.cont4 a{width: 320px; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; display: inline-block; background: url(../images/bg_bullet.gif) 0 5px no-repeat; padding-left: 10px; box-sizing: border-box;}
