/* Sub */
.sub_content{width:1024px; margin:0 auto;}

.sub_visual{overflow:hidden; position:relative; width:100%; height:289px; margin-top:103px;  background:url('../img/customer/visual_bg.jpg') repeat center 0; /*background-size:cover;*/}
.sub_visual h2{margin-top:62px; font-size:48px; color:#fff; text-align:center; font-weight:700;}
.sub_visual p.visual_txt{font-size:18px; color:#deecf5; text-align:center; font-weight:400;}
.sub_visual ul.visual_tab{width:852px; margin:55px auto 0;}
.sub_visual ul.visual_tab li{float:left; margin-right:10px;}
.sub_visual ul.visual_tab li:last-child{margin-right:0;}
.sub_visual ul.visual_tab li a{display:inline-block; width:162px; height:51px; padding-left:15px; font-size:18px; color:rgba(255, 255, 255, 0.84); border:1px solid rgba(255, 255, 255, 0.31); font-weight:700; line-height:51px; background:url('../img/sub/visual_bu.png') no-repeat 143px 50%; background-color:rgba(255, 255, 255, 0.09); }
.sub_visual ul.visual_tab li a:hover,
.sub_visual ul.visual_tab li a.on{color:#4b4b4b; border:1px solid #fff; background:url('../img/sub/visual_bu_on.png') no-repeat 143px 50%; background-color:#fff;}

.sub_content h3.title{margin-top:80px; font-size:26px; color:#313131; font-weight:700;}


/* 게시판 버튼 */
.btn_area{width:100%;}
.btn_area .btn{display:inline-block; width:170px; height:44px; margin-top:20px; border:2px solid #1e1e1f; font-size:15px; font-family:"Oswald", "Noto Sans KR", sans-serif; text-align:center; font-weight:400; letter-spacing:1px; line-height:42px; background:#fff; cursor:pointer; text-transform:uppercase;}
.btn_area .btn:hover{color:#fff; border-color:#ff2d2d; background:#ff2d2d;
	-moz-transition:color .3s ease, border-color .3s ease, background .3s ease-out;
	-o-transition:color .3s ease, border-color .3s ease, background .3s ease-out;
	-ms-transition:color .3s ease, border-color .3s ease, background .3s ease-out;
	-webkit-transition:color .3s ease, border-color .3s ease, background .3s ease-out;
	transition:color .3s ease, border-color .3s ease, background .3s ease-out;}