﻿@charset "utf-8";
@import url('global.css');
@import url('layout.css');
@import url('common.css');

.mainvisual { position:relative;}

.youtube {width:1100px; margin:0 auto; margin-top:40px;}
.youtube .title{ background:url(../images/main_youtube_title.gif); width:100%; height:41px; font-size:30px; font-weight:600; color:#323232; line-height:41px; text-align:-1.5px; text-align:center; }
.youtube .list{ width:100%; margin-top:25px; overflow:hidden;}
.youtube .list ul { float:left; width:251px; margin-left:32px;}
.youtube .list ul:first-child{ margin-left:0;}
.youtube .list li.pic{ width:251px;}
.youtube .list li.text{display:table-cell; vertical-align:middle; background:#f1f1f1; padding-top:180px; width:251px; height:70px; line-height:22px; text-align:center;}

/* 하단 좌우 슬라이드 배너 */
.bottomslide { width:100%; border-top:1px #e3e3e3 solid; margin-top:35px;}
.bottomslide .btslide { position:relative; width:1100px; height:74px; margin:0 auto; }
.bottomslide .btslide .slider    { overflow:hidden; position: absolute; top:12px; left:60px; width:980px; height:74px !important; }
.bottomslide .btslide .slider ul { margin:0; padding:; height:74px; }
.bottomslide .btslide .slider li { float:left; width:140px; height:50px; }
.bottomslide .btslide .controls .prev-slide{position: absolute; left:0; top:24px;}
.bottomslide .btslide .controls .next-slide{position: absolute; right:0; top:24px;}

/* 탭메뉴 게시판 */
.bbs_title { float:left; width:300px;  height:43px;border-top:2px #71b5de solid; background:#212f40; padding:0 30px;}
.bbs_title li {float:left;overflow: hidden; border-left:1px #adbcce solid; padding:0 15px; margin-top:10px;}
.bbs_title li:first-child {border-left:none; padding:0 15px 0 0; }
.bbs_title li a {display: block; font-size: 18px; color:#b0c1d5; cursor:pointer;}
.bbs_title li a:hover {color: #fff;}
.bbs_title li.bold a{color: #fff; font-weight:600;}
.bbs_title .more { position:absolute; top:15px; right:30px; }
.bbs_list { clear:both; width:298px; border:1px #bfc5cd solid; padding:10px 30px;}
.bbs_list li {border-bottom:1px #dfdfdf solid; font-size:13px; line-height:34px; }
.bbs_list li:last-child {border-bottom:none;}
.bbs_list .icon_new{ margin-top:12px;}
.bbs_list .icon_dot{ margin:17px 6px 0 10px;}
.bbs_list .date{ position:absolute; right:30px;}
.bbs_list .sec{ color:#0075bc; margin-right:5px;}
.bbs_pic { width:360px;}

