@charset "utf-8";

#loadingbar	{ display:none;position:absolute;z-index:10000;margin:320px 0 0 220px; }

/* 공통 상단 */
.headerSec { position: absolute; left: 0; top: 0; min-width: 990px; width: 100%; z-index: 9999; }
.headerSec .gnbIn { background-color: #fff; }
.headerSec .gnbSec { position: relative; width: 990px; margin: 0 auto; background: #fff url("/images/skin/img_gnb_1.gif") no-repeat 0 78px; *zoom: 1; }
.headerSec .gnbSec:after {content:" "; display:block; clear:both;}
.headerSec .gnbSec h1 { float: left; }
.headerSec .gnbSec .tmenu { position: absolute; /*right: 35px;*/ right:19px; top: 8px; padding: 1px 0 0 0; }
.headerSec .gnbSec .tmenu dd { float: left; }
.headerSec .gnbSec .tmenu dd.txt { font-size: 11px; font-weight: bold; padding: 2px 6px 0 9px; background: url("/images/icon/p_1.gif") no-repeat 0 8px; }
.headerSec .gnbSec .tmenu dd.txt em { color: #5b68ae; }
.headerSec .gnbSec .tmenu dd.select { font-size: 11px; margin-top: -2px; padding: 0 6px 0 5px; }
.headerSec .gnbSec .tmenu dd.icon { margin-top: -1px; }
.headerSec .gnbSec .gnb { float: left; padding: 0 0 14px 25px; margin: 42px 0 0 0; }
.headerSec .gnbSec .gnb dl { float: left; padding: 0 8px 0 0; height: 31px; }
.headerSec .gnbSec .gnb dl.last { padding: 0; }
.headerSec .gnbSec .gnb dt { width: 100px; padding: 0 0 5px 20px; }
.headerSec .gnbSec .gnb dt a { display: block; }
.headerSec .gnbSec .gnb dd { display: none; width: 120px; padding: 3px 0; }
.headerSec .gnbSec .gnb dd img { display: block; }

.headerSec .gnbSec .gnb2 dl { padding: 0 57px 0 0; }
.headerSec .gnbSec .gnb2 dt { width: 80px; padding: 0 0 5px 0; text-align: center; }
.headerSec .gnbSec .gnb2 dt img { margin: 0; }

.headerSec .gnbLine { font-size: 0; height: 7px; background: url("/images/skin/bg_line_1.png") repeat-x bottom; }

.headerSec .gnbOn { padding-bottom: 20px; }
.headerSec .gnbOn dl { background: url("/images/skin/bg_line_1.gif") repeat-y 5px 5px; /*height: 171px;*/ }
.headerSec .gnbOn dd { display: block !important; }
/* /공통 상단 */

/* 레이아웃 */
.bodySec { padding-top: 90px; width: 990px; margin: 0 auto; background: url("/images/skin/bg_line_2.gif") repeat-y 214px; overflow: hidden; _zoom: 1; }
.rightSec { float: left; width: 759px; padding-bottom: 50px; }
.contsSec { float: right; width: 720px; padding-top: 30px; }


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before,
.slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { /* display: block;*/
}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.visSlide { height: 415px; overflow: hidden;}
.visSlide .slidelist { width: 100%; height:415px;}
.visSlide .slidelist a { display: block; width: 790px; height: 415px; margin: 0 auto; padding-right: 180px;}
.visSlide .slick-dots {text-align: right; width: 780px; position: absolute; left: 50%; bottom: 20px; z-index: 999; margin-left: -485px; padding-right: 190px;}
.visSlide .slick-dots li { display: inline-block; margin-left: 1px;}
.visSlide .slick-dots li button { display: inline-block; width: 17px; height: 16px; font-size: 0; background: url(/images/main/ico_pm_55_off.png) no-repeat center 0; border: 0; cursor: pointer; transition:all 100ms ease;}
.visSlide .slick-dots li.slick-active button {width: 60px; height: 16px; background: url(/images/main/ico_pm_55_on.png) no-repeat center 0;}


/* 메인 */
.mainBodySec { padding-top: 90px; }
.mainPromotionSec { position: relative; height: 415px; overflow: hidden;}
.mainPromotionSec ul.mainImgSec {}
.mainPromotionSec ul.mainImgSec li { position: absolute; top: 0; left: 0; width: 100%; height: 415px; background-position: center top;}
.mainPromotionSec ul.mainImgSec li p { width: 990px; margin: 0 auto;}
.mainPromotionSec .menu { position: absolute; top: 375px; left: 49%; margin-left: 200px; overflow: hidden; _zoom: 1; }
.mainPromotionSec .menu li { overflow: hidden; position: relative; float: left !important; }
.mainPromotionSec .menu li .cmt { position: absolute; display: none; top: 0; left: 45px; border: 1px solid #959595; padding: 13px 15px 10px 13px; background-color: #fff; }
.mainPromotionSec .menu li img { display: block;}
.mainPromotionSec .menu li a { display: inline-block; }
.mainPromotionSec .menu li .cmt img.aw { position: absolute; margin-left: -20px; }
.mainPromotionSec .promotionSec { position: absolute; top: 0; right: 50%; margin-right: -485px; top: -4px; width: 180px; }
.mainPromotionSec .promotionSec .tit, .mainPromotionSec .promotionSec .in { position: relative; z-index: 1; }
.mainPromotionSec .promotionSec .tit { padding: 17px 13px 4px 15px; *padding: 19px 13px 6px 15px; overflow: hidden; _zoom: 1; position: relative; z-index: 1; }
.mainPromotionSec .promotionSec .tit img { display: block; float: left; }
.mainPromotionSec .promotionSec .tit a { padding: 2px; }
.mainPromotionSec .promotionSec .in { width: 180px; overflow: hidden;}
.mainPromotionSec .promotionSec .in .containerSec { position: relative; width: 180px; height: 357px; overflow: hidden; }
.mainPromotionSec .promotionSec .in .trigger { text-align: center;}
.mainPromotionSec .promotionSec .in .trigger a { display: inline-block; margin: 0 1px 0 2px;}
.mainPromotionSec .promotionSec ul { position: absolute; top: 0; left: 15px; overflow: hidden; _zoom: 1; }
.mainPromotionSec .promotionSec ul li { float: left; padding-bottom: 9px; }
.mainPromotionSec .promotionSec ul li a { display: block; border: 1px solid #b5b5b5; }
.mainPromotionSec .promotionSec ul img { display: block;  }
.mainPromotionSec .promotionSec .bg { position: absolute; top: 0; width: 180px; height: 415px; height: 419px; background-color: #fff; filter: alpha(Opacity=80); -ms-filter: "alpha(Opacity=80)"; opacity:0.8; }

/* promotion banner New 2016-11-17 */
.mainPromotionSec .newpromoSec { position: absolute; top: 0; right: 50%; margin-right: -485px; top: -4px; width: 180px; background: url(/images/main/promotion_bg.png) repeat 0 0; z-index: 9998;}
.mainPromotionSec .newpromoSec .tit, .mainPromotionSec .promoSecScoll .in { position: relative; z-index: 1; }
.mainPromotionSec .newpromoSec .tit { padding: 17px 13px 4px 15px; *padding: 19px 13px 6px 15px; overflow: hidden; _zoom: 1; position: relative; z-index: 1; }
.mainPromotionSec .newpromoSec .tit img { display: block; float: left; }
.mainPromotionSec .newpromoSec .tit a { padding: 2px; }
.mainPromotionSec .newpromoSec .in { width: 180px; overflow: hidden;}
.mainPromotionSec .newpromoSec .in .containerSec { position: relative; width: 180px; height: 379px; overflow: hidden;}
.mainPromotionSec .newpromoSec .in .trigger { text-align: center;}
.mainPromotionSec .newpromoSec .in .trigger a { display: inline-block; margin: 0 1px 0 2px;}
.mainPromotionSec .newpromoSec ul { position: absolute; top: 0; left: 15px; overflow: hidden; _zoom: 1; z-index:1; overflow: hidden; padding-right: 15px;}
.mainPromotionSec .newpromoSec ul li { float: left; padding-bottom: 9px; width:150px;}
.mainPromotionSec .newpromoSec ul li a { display: block; border: 1px solid #b5b5b5;}
.mainPromotionSec .newpromoSec ul li.slick-active.slick-current a {border: 1px solid #cc0000;}
.mainPromotionSec .newpromoSec ul img { display: block; }
.mainPromotionSec .newpromoSec .bg { 
    position: absolute; 
    top: 0; 
    width: 180px; 
    height: 415px; 
    background-color: #fff; 
    filter: alpha(Opacity=80); 
    -ms-filter: "alpha(Opacity=80)"; 
    opacity:0.8; 
}
#newpromoBanner { height: 358px;}
.newpromoSec .slideNav { position: absolute; bottom: 0; z-index: 889; display: block; width:25px; height: 17px; border: 0; text-indent: -9999em; cursor: pointer; margin-bottom: 2px;}
.newpromoSec .slideNav.slidePrev { left: 63px; background: url(/images/icon/aw_14_off.png) no-repeat;}
.newpromoSec .slideNav.slideNext { left: 92px; background: url(/images/icon/aw_15_off.png) no-repeat;}
.newpromoSec .slideNav.slidePrev:hover {background: url(/images/icon/aw_14_on.png) no-repeat;}
.newpromoSec .slideNav.slideNext:hover {background: url(/images/icon/aw_15_on.png) no-repeat;}


.mainBtmSec { border-top: 1px solid #b2b2b2; }
.mainBtmSec .mainInSec { width: 990px; margin: 0 auto; overflow: hidden; _zoom: 1; padding: 26px 0 30px 0; }
.mainBtmSec .mainRecentSec1 { float: left; padding-left: 10px; width: 150px; }
.mainBtmSec .mainRecentSec1 .tit { overflow: hidden; _zoom: 1; width: 130px; padding-bottom: 5px; }
.mainBtmSec .mainRecentSec1 .tit img { float: left; }
.mainBtmSec .mainRecentSec1 .tit a { margin-top: 1px; }
.mainBtmSec .mainRecentSec1 .sec { width: 130px; }
.mainBtmSec .mainRecentSec1 .sec .timeSec { height: 68px; text-align: center; background: url("/images/main/bg_1.gif") no-repeat; }
.mainBtmSec .mainRecentSec1 .sec .timeSec .date { color: #fff; font-size: 17px; font-weight: bold; padding: 16px 0 5px 0; letter-spacing: -1px; }
.mainBtmSec .mainRecentSec1 .sec .timeSec .date strong { font-size: 21px; color: #ffff00; font-family: arial; }
.mainBtmSec .mainRecentSec1 .sec .timeSec .time { color: #000; font-size: 17px; font-weight: bold; font-family: arial; }
.mainBtmSec .mainRecentSec1 .sec li { float: left; }
.mainBtmSec .mainRecentSec1 .sec li img { display: block; }

.mainBtmSec .mainRecentSec2 { float: left; width: 220px; }
.mainBtmSec .mainRecentSec2 .sec1 .tit { width: 180px; border-bottom: 1px solid #dadada; margin-bottom: 10px; padding-bottom: 6px; overflow: hidden; _zoom: 1; }
.mainBtmSec .mainRecentSec2 .sec1 .tit img { float: left; }
.mainBtmSec .mainRecentSec2 .sec1 .tit a { margin-top: 2px; }
.mainBtmSec .mainRecentSec2 .sec1 .newListSelected { margin-bottom: 5px; }

.mainBtmSec .mainRecentSec2 .sec2 { padding-top: 34px; padding-top: 33px; }
.mainBtmSec .mainRecentSec2 .sec2 .tit { width: 180px; padding-bottom: 6px; overflow: hidden; }
.mainBtmSec .mainRecentSec2 .sec2 .tit img { float: left; }
.mainBtmSec .mainRecentSec2 .sec2 .tit p { padding-top: 3px; }
.mainBtmSec .mainRecentSec2 .sec2 .tit p a { float: left; width: 9px; height: 11px; display: inline; background: url("/images/main/ico_num_1.gif") no-repeat -12px 0; font-size: 8px; font-family: tahoma; line-height: 95%; letter-spacing: -1px; color: #fff; padding: 0 0 0 3px; margin-left: 2px; }
.mainBtmSec .mainRecentSec2 .sec2 .tit p a.on { background-position: 0 0; }
.mainBtmSec .mainRecentSec2 .sec2 .in { height: 60px; overflow: hidden; clear: both; }
.mainBtmSec .mainRecentSec2 .sec2 .in img { display: block; }
.mainBtmSec .mainRecentSec2 .sec2 .in li { float: left; }

.mainBtmSec .mainMovieSec2 { float: left; width: 240px; margin-right: 20px;}
.mainBtmSec .mainMovieSec2 .tit{width: 100%; border-bottom: 1px solid #dadada; margin-bottom: 10px; padding-bottom: 7px; }

.mainBtmSec .mainRecentSec3 { float: left; width: 270px; }
.mainBtmSec .mainRecentSec3 .tit { overflow: hidden; _zoom: 1; width: 250px; border-bottom: 1px solid #dadada; margin-bottom: 10px; padding-bottom: 7px; }
.mainBtmSec .mainRecentSec3 .tit img { float: left; }
.mainBtmSec .mainRecentSec3 .tit a { margin-top: 1px; }
.mainBtmSec .mainRecentSec3 .sec { width: 250px; }
.mainBtmSec .mainRecentSec3 .sec table { width: 100%; }
.mainBtmSec .mainRecentSec3 .sec table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.mainBtmSec .mainRecentSec3 .sec th { padding: 0 0 4px 0; }
.mainBtmSec .mainRecentSec3 .sec th img { display: block; }
.mainBtmSec .mainRecentSec3 .sec td { padding-bottom: 4px; }
.mainBtmSec .mainRecentSec3 .sec td a { color: #5b5b5b; display: block; height: 17px; overflow: hidden; }
.mainBtmSec .mainRecentSec3 .sec td a:hover { color: #ff6c11; text-decoration: underline; }
.mainBtmSec .mainRecentSec3 .bnr { overflow: hidden; _zoom: 1; padding-top: 22px; }
.mainBtmSec .mainRecentSec3 .bnr a { float: left; }

.mainBtmSec .mainRecentSec4 { float: left; width: 290px; }
/*배틀엑스건 임시*/
.mainBtmSec .mainRecentSec4 .tit { overflow: hidden; _zoom: 1; width: 290px; padding-bottom: 6px; }
.mainBtmSec .mainRecentSec4 .tit img { float: left; }
.mainBtmSec .mainRecentSec4 .tit a { margin-top: 1px; }
/*배틀엑스건 임시*/
.mainBtmSec .mainRecentSec4 .tabList { overflow: hidden; _zoom: 1; }
.mainBtmSec .mainRecentSec4 .tabList li { float: left; margin-right: -1px; }
.mainBtmSec .mainRecentSec4 .tabList li a { display: block; width: 95px; border: 1px solid #e1e1e1; background-color: #f0f0f0; text-align: center; font-size: 11px; padding: 7px 0 5px 0; color: #9a9a9a; }
.mainBtmSec .mainRecentSec4 .tabList li.on a { width: 96px; border-bottom: 0 none; background-color: #fff; color: #2951a7; }
.mainBtmSec .mainRecentSec4 .tabTable { padding: 10px 0 5px 0; }
.mainBtmSec .mainRecentSec4 .tabTable caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }

.mainBtmSec .mainRecentSec4 .tabCon { border: 1px solid #e1e1e1; border-top: 0 none; padding-bottom: 9px; padding-bottom: 6px; }
.mainBtmSec .mainRecentSec4 .tabCon ul { width: 250px; margin: 0 auto; }
.mainBtmSec .mainRecentSec4 .tabCon ul li { overflow: hidden; _zoom: 1; padding: 8px 0 0 0; }
.mainBtmSec .mainRecentSec4 .tabCon ul li.first { border-bottom: 1px solid #e3e3e3; padding: 9px 0 11px 0; padding: 7px 0 9px 0; }
.mainBtmSec .mainRecentSec4 .tabCon ul li .img { float: left; padding: 3px 10px 0 0; }
.mainBtmSec .mainRecentSec4 .tabCon ul li .info { float: left; width: 203px; }
.mainBtmSec .mainRecentSec4 .tabCon ul li.first .info p { font-size: 11px; color: #3b5998; padding-bottom: 1px; padding-bottom: 4px; }
.mainBtmSec .mainRecentSec4 .tabCon ul li.first .info p strong { font-size: 14px; font-family: tahoma; }
.mainBtmSec .mainRecentSec4 .tabCon ul li.first .info p a { color: #3b5998; text-decoration: none;}
.mainBtmSec .mainRecentSec4 .tabCon ul li.first .info .sns dt { float: left; margin-right: 6px; }
.mainBtmSec .mainRecentSec4 .tabCon ul li.first .info .sns dd { float: left; border: 1px solid #c1c1c1; font-size: 11px; padding: 2px 2px 0 0; }
.mainBtmSec .mainRecentSec4 .tabCon ul li.first .info .sns dd img { margin: 0 2px 0 -5px; }
.mainBtmSec .mainRecentSec4 .tabCon ul li .info p { font-size: 11px; color: #5a5a5a; line-height: 120%; }
.mainBtmSec .mainRecentSec4 .tabCon ul li .info a { font-size: 11px; color: #ec008c; text-decoration: underline; }

.mainBtmSec .mainRecentSec4 .tabCon table { width: 250px; margin: 0 auto; }
.mainBtmSec .mainRecentSec4 .tabCon table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.mainBtmSec .mainRecentSec4 .tabCon table th { border-bottom: 1px solid #dadada; font-size: 11px; padding: 8px 0 5px 0; text-align:left; }
.mainBtmSec .mainRecentSec4 .tabCon table td { border-bottom: 1px solid #dadada; font-size: 11px; padding: 8px 0 5px 0; }
.mainBtmSec .mainRecentSec4 .tabCon table th a { display: block; background: url("/images/icon/aw_4.gif") no-repeat 0 4px; padding: 0 0 0 7px; height: 15px; overflow: hidden; color: #5a5a5a; font-weight: normal;  }
.mainBtmSec .mainRecentSec4 .tabCon table th a span { color: #ff5757; }
.mainBtmSec .mainRecentSec4 .tabCon table th a:hover { color: #4a4a4a; }
.mainBtmSec .mainRecentSec4 .tabCon table .last td { border-bottom: 0 none; }
.mainBtmSec .mainRecentSec4 .tabCon table .last th { border-bottom: 0 none; }

.recruitMainImgSec { background: url("/images/skin/bg_recruit_1.jpg") repeat-x; }
.recruitMainImgSec .imgSec .in { position: relative; width: 990px; height: 464px; margin: 0 auto; }
.recruitMainImgSec .imgSec { background: url("/images/skin/img_recruit_1.jpg") no-repeat center; }
.recruitMainImgSec .imgSec a { position: absolute; display: block; width: 120px; height: 120px; font-size: 0; line-height: 0; text-indent: -1000000px; }
.recruitMainImgSec .imgSec .link1 {  left: 25px; top: 278px; }
.recruitMainImgSec .imgSec .link2 {  left: 165px; top: 278px; }
.recruitMainImgSec .imgSec .link3 {  left: 307px; top: 278px; }
.challenge { margin: -10px 0 0 -23px; }
/* /메인 */

/* 공통 좌측 */
.leftSec { float: left; width: 221px; padding-bottom: 50px; }
.leftSec .lnbSec { margin-left: 10px; padding: 35px 0 0 0; }
.leftSec .lnbSec img { display: block; }
.leftSec .lnbSec h2 { border-bottom: 1px solid #e0e0e0; padding-bottom: 11px; margin-bottom: 10px; }
.leftSec .lnbSec dl { width: 165px; border-bottom: 1px solid #e0e0e0; padding-bottom: 23px; }
.leftSec .lnbSec dd { padding-bottom: 3px; }
.leftSec .lnbSec ul { display: none; padding-bottom: 7px; }
.leftSec .lnbSec li { padding: 10px 0 0 15px; }
.leftSec .lnbSec dd.on ul { display: block; }
.leftSec .lnbSec2 h2 { width: 165px; height: 47px; }

.leftSec .guideSec { width: 165px; letter-spacing: -1px; margin-left: 10px; padding: 20px 0 0 0; }
.leftSec .guideSec h3 { float: left; }
.leftSec .guideSec h3 img { display: block; margin-bottom: 5px; }
.leftSec .guideSec .txt { float: right; font-weight: bold; font-size: 14px; color: #535353; }
.leftSec .guideSec .txt em { font-size: 20px; color: #ff4119; font-family: arial; }
.leftSec .guideSec .txt i { font-size: 11px; display: inline-block; padding-left: 1px; }
.leftSec .guideSec .txt p { color: #000; font-family: arial; letter-spacing: 0; }
.leftSec .guideSec p { padding-top: 3px; }

.leftSec .bt {clear:both; margin-left: 10px; padding-top: 3px;}
.leftSec .bt span {padding-top: 3px; border:1px solid #0000;width:165px; margin-right: 5px;}

.leftSec .infoSec { padding: 18px 0 0 10px; }

.leftSec .sns_con{position:relative; margin:14px 45px 0 0; text-align:right;}
.leftSec .sns_con>div{position:relative; display:inline-block; width:31px; height:31px; overflow: hidden;}
.leftSec .sns_con>div>.icon{display:block; position: absolute; right:0; width:31px; height:31px; background: url("/images/btn/sns_icon_off.png") right 0 no-repeat; cursor:pointer;}
.leftSec .sns_con .icon_con{position: absolute; top:0; right:34px;}
.leftSec .sns_con a{display: none; padding:0 3px;}
.leftSec .sns_con.on>div{width:165px;}
.leftSec .sns_con.on>div>.icon,.leftSec .sns_con>div>.icon:hover{background: url("/images/btn/sns_icon_on.png") right 0 no-repeat;}
.leftSec .sns_con.on a{display: inline-block;}




/* /공통 좌측 */

/* 공통 하단 */
.footerSec { padding: 0; background: url("/images/skin/bg_footer_1.gif") repeat-x top; }
.footerSec img { display: block; }
.footerSec .sec { width: 990px; margin: 0 auto; padding-bottom: 30px; position: relative;}
.footerSec .sec dl { float: left; padding: 11px 0 7px 0; }
.footerSec .sec dd { float: left; }
.footerSec .f_icon_align { position:absolute; top:1px;right:11px;}
.footerSec .f_icon_align li{float: left}
.footerSec .sec .familySite {margin-top: -51px; float: right; padding: 8px 7px 0 0; font-size: 11px; }
.footerSec .sec address { clear: both; padding: 20px 0 0 0; display: block; }
/* /공통 하단 */

/* 서브 타이틀 */
.titSec { position: relative; height: 105px; background: url("/images/skin/img_tit_1.jpg") no-repeat; }
.titSec .locationSec { position: absolute; left: 40px; top: 18px; }
.titSec .locationSec dt, .titSec .locationSec dd { float: left; color: #999898; }
.titSec .locationSec dt { background: url("/images/icon/pi_1.gif") no-repeat 0 3px; padding: 0 0 0 14px; }
.titSec .locationSec dd { background: url("/images/icon/aw_1.gif") no-repeat 0 5px; padding: 0 0 0 7px; margin-left: 7px; display: inline; }
.titSec .locationSec strong { color: #6c6c6c; }
.titSec h3 { padding: 49px 0 0 40px; }
.sTitSec {overflow:hidden;*zoom:1;margin-bottom:8px;border-bottom:1px solid #d0d0d0;}
.sTitSec h4 { float: left; padding-top: 6px; }
h3 .webadd { display: inline-block; margin-left: 10px; font-weight: normal; }
h3 .vtop { margin-top: -1px; }

.titSecBg1 { height: 105px; background: url("/images/skin/img_tit_1.jpg") no-repeat; }
.titSecBg2 { height: 105px; background: url("/images/skin/img_tit_2.jpg") no-repeat; }
.titSecBg3 { height: 105px; background: url("/images/skin/img_tit_3.jpg") no-repeat; }
.titSecBg4 { height: 105px; background: url("/images/skin/img_tit_4.jpg") no-repeat; }
.titSecBg5 { height: 105px; background: url("/images/skin/img_tit_5.jpg") no-repeat; }
.titSecBg6 { height: 105px; background: url("/images/skin/img_tit_6.jpg") no-repeat; }
.titSecBg7 { height: 105px; background: url("/images/skin/img_tit_7.jpg") no-repeat; }
.titSecBg8 { height: 105px; background: url("/images/skin/img_tit_8.jpg") no-repeat; }
.titSecBg9 { height: 105px; background: url("/images/skin/img_tit_9.jpg") no-repeat; }
.titSecBg10 { height: 105px; background: url("/images/skin/img_tit_10.jpg") no-repeat; }

/* /서브 타이틀 */

/* 리스트 */
.listType1 .titSec { height: auto; background: none; overflow: hidden; _zoom: 1; padding: 2px 0 10px 0; }
.listType1 .titSec h3 { padding: 0; float: left; }
.listType1 .titSec .fright { margin-top: -2px; }
.listType1 .titSec_1 { background: url("/images/skin/dot_1.gif") repeat-x bottom; margin-bottom: 20px; }
.listType1 .titSec_1 h3 img { display: block; }
.listType1 .titSec_1 .fright { margin: 38px 0 0 0; }
.listType1 .titSec_1 .fright * { vertical-align: middle; }
.listType1 .titSec_1 .fright label { position: relative; top: 3px; right: 15px; }

.listType1 table { width: 100%; border-top: 2px solid #afafaf; border-bottom: 1px solid #afafaf; }
.listType1 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.listType1 table thead th { text-align: center; border: 1px solid #afafaf; border-right: 1px solid #dadada; border-left: 0 none; background-color: #f2f2f2; color: #454545; padding: 11px 0 7px 0; }
.listType1 table thead th.last { border-right: 0 none; }
.listType1 table thead th.tleft p { padding-left: 20px !important; }
.listType1 table thead th.bg01 { background-color: #fbfbfb; border-color: #dadada; }
.listType1 table thead th.bg01 p { padding: 0 0 3px 0; }

.listType1 table tbody th { border: 1px solid #afafaf; background-color: #f2f2f2; color: #454545; border-left: 0 none; vertical-align: top; text-align: left;}
.listType1 table tbody th p { padding: 8px 0 0 20px; }
.listType1 table tbody th.vmid p { padding-top: 0 !important; }
.listType1 table tbody th.tright p { padding: 8px 10px 0 0; }
.listType1 table tbody th.l1 { border-left: 1px solid #afafaf; }
.listType1 table tbody th.bg01 { border-right: 1px solid #dadada; background-color: #fbfbfb; border-bottom: 1px solid #dadada !important; }
.listType1 table tbody th.bg01 p { padding: 10px 0 0 20px; }
.listType1 table tbody th.bg02 { background-color: #fbfbfb; border: 1px #dadada; border-style: none solid none solid; }
.listType1 table tbody th.bg02 p { padding: 10px 0 0 20px; }
.listType1 table tbody td.bg03 { border-left: 1px solid #dadada; }
.listType1 table tbody td.bg03 p { padding-left: 19px; }
.listType1 table tbody th.last { border-bottom: 1px solid #afafaf !important; }
.listType1 table tbody td { border-bottom: 1px solid #dadada; height:32px; }
.listType1 table tbody .last th, .listType1 table tbody .last td { border-bottom: 1px solid #afafaf !important;  }
.listType1 table tbody td .inTxt { padding: 8px 0 8px 19px; }
.listType1 table tbody td .inTxt2 { padding: 5px 0 5px 19px; }
.listType1 table tbody td .inTxt3 { padding: 3px 0 3px 19px; }
.listType1 table tbody td .inTxt3 div { padding: 2px 0; }
.listType1 table tbody td .inTxt4 { padding: 0 0 0 19px; }
.listType1 table tbody td .inTxt5 { padding: 3px 0 3px 19px; }
.listType1 table tbody td .inTxt6 { height: 22px; padding: 5px 0 5px 19px; }
.listType1 table tbody td .inTxt6 .pdb5 { height: 22px; }
.listType1 table tbody td .inTxt6 span.fleft { padding: 4px 6px 0 0; }
.listType1 table tbody td .inTxt6 .selectbox { margin-right: 15px; }
.listType1 table tbody td .inTxt7 { height: 49px; padding: 5px 0 5px 19px; }
.listType1 table tbody td .inTxt7 .pdb5 { height: 22px; }

.listType1 table tbody td .iTxt { display:inline-block;padding-left:9px;margin-top:3px;background:url("/images/icon/p_3.gif") no-repeat 2px 6px;font-size:11px;}
.listType1 table tbody td label input { margin-top: -2px; }
.listType1 table tbody td label.vmid { display: inline-block; padding-top: 2px; }
.listType1 table tbody td label.vmid input { margin-top: -1px; }
.listType1 table tbody td .selSec1 { clear: both; height: 22px; padding: 2px 0 2px 0; }
.listType1 table tbody td .selSec1 span.t1 { width: 110px; }
.listType1 table tbody td .selSec1 span { padding-top: 3px; }
.listType1 table tbody td .selSec1 span strong { font-size: 11px; }
.listType1 table tbody td.last { border-bottom: 1px solid #afafaf; }
.listType1 .table_1 { float: left; margin-right: 20px; width: 350px;  }
.listType1 .table_1 .txt01 { display:block; margin: 5px 0 10px 0 ; }
.listType1 .table_1 .txt02 { display:block; margin: 5px 0 3px 0 ; }
.listType1 .vTxt { position: relative; top: 4px; left: 5px; }
.listType1 .noImg .img { padding-bottom: 7px; }
.listType1 .noImg .img img { display: block; border: 1px solid #ebebeb; margin: 0 auto; }

.listType1 .list01 { margin-bottom: 20px; }
.listType1 .list01 li { padding-left: 8px; margin-bottom: 5px; background:url("/images/icon/p_1.gif") no-repeat left 8px; }

.listType1_1 table { border-color: #ff6060; }

.listType1 .tcenter .inTxt2, .listType1 .tcenter .inTxt6, .listType1 .tcenter .inTxt7 { padding-left: 0; }
.listType1 .tcenter .inTxt6, .listType1 .tcenter .inTxt7 { padding-left: 9px; }
.listType1 .tcenter td { border-right: 1px solid #dadada; }
.listType1 .tcenter td.last { border-bottom: 1px solid #dadada; border-right: 0 none; }
.listType1 .last td.last { border-bottom: 1px solid #afafaf; }

.listType2 .titSec { height: auto; background: none; overflow: hidden; _zoom: 1; padding: 2px 0 10px 0; }
.listType2 .titSec h3 { padding: 0; float: left; }
.listType2 .titSec .fright { margin-top: -2px; }
.listType2 .titSec_1 { background: url("/images/skin/dot_1.gif") repeat-x bottom; margin-bottom: 20px; }
.listType2 .titSec_1 h3 img { display: block; }
.listType2 .titSec_1 h3 img.t1 { padding-bottom: 9px; }
.listType2 .titSec_1 .fright { margin: 38px 0 0 0; }
.listType2 .titSec_1 .fright * { vertical-align: middle; }
.listType2 .titSec_1 .fright label { position: relative; top: 3px; right: 15px; }
.listType2 .titSec .Sec { clear: both; overflow: hidden;*zoom:1; }
.listType2 .titSec .Sec h4 { float: left; padding-top: 14px; }
.listType2 .titSec .Sec .fright { padding-top: 5px; }
.listType2 .titSec .Sec .txt_info { float: left; padding-top: 10px; color: #454545; }
.listType2 table { width: 100%; border-top: 2px solid #afafaf; }
.listType2 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.listType2 table thead th { text-align: center; border: 1px solid #afafaf; border-right: 1px solid #dadada; border-left: 0 none; background-color: #f2f2f2; color: #454545; padding: 11px 0 7px 0; }
.listType2 table thead th.last { border-right: 0 none; }
.listType2 table thead th span { display: block; font-size: 11px; font-weight: normal; color: #757575; }
.listType2 table tbody th { border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; font-weight: normal; background-color: #fbfbfb; text-align: center; }
.listType2 table tbody th.b1 { border-bottom: 1px solid #afafaf; }
.listType2 table tbody th.t1 { height: 45px; line-height: 45px; background-color: #f2f2f2 !important; }
.listType2 table tbody th.tleft { padding: 2px 0 0 10px; }
.listType2 table tbody th.tleft02 { padding: 0 0 0 20px; }
.listType2 table tbody th.tleft img.vmid { position: relative; top: -2px; }
.listType2 table tbody td { border-bottom: 1px solid #dadada; border-left: 1px solid #dadada; }
.listType2 table tbody .first {border-left: 0; }
.listType2 table tbody td.b1 { border-bottom: 1px solid #afafaf; }
.listType2 table tbody td.tright div { padding-right: 20px; }
.listType2 table tbody td.tleft div { padding-left: 20px; }
.listType2 table tbody td.td_1 {background:#fbfbfb;}
.listType2 table tbody td.td_2 {padding: 10px 0 9px 13px; font-size: 11px;}
.listType2 table tbody .last th, .listType2 table tbody .last td { border-bottom: 1px solid #afafaf; }
.listType2 table tbody td .inTxt { padding: 10px 0 7px 0; }
.listType2 table tbody td .inTxt2 { padding: 3px 0 3px 0; }
.listType2 table tbody td .inTxt3 { padding: 10px 0 7px 0; line-height: 180%; }
.listType2 table tbody td .inTxt4 { padding: 5px 0 5px 0; }
.listType2 table tfoot td { border-top: 1px solid #dadada; border-bottom: 1px solid #afafaf; text-align: right; padding: 14px 20px 13px 0; font-weight: bold; color: #454545; }
.listType2 table tfoot td em, .listType2 table tfoot td strong { font-size: 14px; }
.listType2 table tfoot td strong { font-family: verdana; font-size: 15px; display: inline-block; width: 115px; padding: 0 3px; }
.listType2 table tfoot tr.sum td { border: 0 none; background-color: #f8f8f8; color: #757575; padding: 3px 20px 3px 0; }
.listType2 table tfoot tr.sum td em, .listType2 table tfoot tr.sum td strong { font-size: 12px; }
.listType2 table tfoot tr.sum td strong { font-family: verdana; font-size: 12px; display: inline-block; width: 115px; padding: 0 3px; }
.listType2 td .span01 { font-size: 11px; }
.listType2 .mgb30 { position: relative; }
.listType2 .mgb30 .btn01 { position: absolute;top:8px;right:286px; }
.listType2 .th01 { padding:10px 0 10px 0; height: 35px; }
.listType2 .th02 { height: 37px;  }

.listType2 .infoType1 .li01 { margin-top: 5px; background: none;}
.listType2 .info02 { float: right; margin-top: 10px; }
.listType2 .list02 li { padding-left: 8px; line-height: 20px; background:url("/images/icon/p_2.gif") no-repeat left 8px; }
.listType2 .list03 { overflow: hidden;*zoom:1; }
.listType2 .list03 li { float: left; width: 230px; height: 118px; margin-right: 15px; background:url("/images/skin/bg_box_21.gif") no-repeat; }
.listType2 .list03 li p { width: 230px; height: 22px; padding-top: 10px; text-align: center; }
.listType2 .list03 li .p02 { height: 61px; padding-top: 25px; }
.listType2 .list03 li .p03 { height: 76px; padding-top: 10px; }
.listType2 .list03 .last { margin-right: 0; }

.listType2_1 table { border-top: 2px solid #ff6060; }
.listType2_1 table p { padding-left: 10px; }

.listType3 .titSec { height: auto; background: none; overflow: hidden; _zoom: 1; padding: 2px 0 10px 0; }
.listType3 .titSec h3 { padding: 0; float: left; }
.listType3 table {width:721px;border-top:2px solid #ff6060;border-bottom:1px solid #afafaf;}
.listType3 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.listType3 th {background:url("/images/skin/bar_1.gif") no-repeat right bottom;border-top:1px solid #dadada; vertical-align: top;}
.listType3 th.bg1 { background-color: #fbfbfb; }
.listType3 th p {padding: 10px 0 0 18px;}
.listType3 td {padding:5px 0 5px 15px;border-top:1px solid #dadada;}
.listType3 td .iTxt {display:inline-block;padding-left:9px;margin-top:3px;background:url("/images/icon/p_3.gif") no-repeat 2px 6px;font-size:11px;}
.listType3 .txt01 {line-height:22px;}
.listType3 .first {border-top:0;}
.listType3 .url { margin: 0 8px 0 25px; }

.listType4 {overflow-y:auto; overflow-x: hidden; height:131px;}
/*.listType4 {overflow-y:scroll; overflow-x: hidden; height:131px;}*/
.listType4 table {width:100%;border-top:1px solid #afafaf;border-bottom:1px solid #afafaf;font-size:11px;text-align:center;}
.listType4 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.listType4 th {background:#f2f2f2;border-bottom:1px solid #afafaf;line-height:25px;}
.listType4 .th01 {border-right:1px solid #dadada;}
.listType4 td {border-top:1px solid #dadada;line-height:25px;}
.listType4 .first {border-top:0;}
.listType4 .tleft {padding-left:8px;border-left:1px solid #dadada;}
.listType4 .tcenter {border-left:1px solid #dadada;}

.listType5 {padding-bottom:15px;margin-bottom:20px;border-bottom:1px dashed #afafaf;}
.listType5 table {width:100%;margin-bottom:15px;border-top:1px solid #afafaf;border-bottom:1px solid #afafaf;}
.listType5 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.listType5 th { background:#f2f2f2;border-top:1px solid #afafaf;border-right:1px solid #afafaf;color:#454545; text-align: left;}
.listType5 th p {padding-left:15px;}
.listType5 td {padding:5px 0 5px 10px;border-top:1px solid #dadada;}
.listType5 .first {border-top:0;}
.listType5 .iTxt {display:inline-block;padding-left:9px;margin-top:3px;background:url("/images/icon/p_3.gif") no-repeat 2px 6px;font-size:11px;}
.listType5 textarea {width:100%;border:1px solid #cbcbcb;}
.listType5 .th01 {padding-top:10px;vertical-align:top;}

.listType6 {overflow:hidden;*zoom:1;}
.listType6 .photo {float:left;padding-left:62px;margin-right:27px;}
.listType6 .cont {float:left;padding-top:7px;}
.listType6 .cont strong {display:block;font-size:20px;line-height:28px;color:#5b68ae;}
.listType6 .cont strong img {padding-left:2px;margin-top:-4px;}
.listType6 .cont dl {margin-top:22px;}
.listType6 .cont dl dt {padding:0 0 9px 2px;}
.listType6 .cont dl dd {padding-left:8px;margin-bottom:4px;background:url("/images/icon/aw_4_2.gif") no-repeat 2px 4px;}
.user_id {clear:both;padding:20px 0 19px 0;margin-top:10px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;font-size:15px;color:#5b68ae;font-weight:bold;text-align:center;}

.listType7 { }
.listType7 table tbody tr.first th, .listType7 table tbody tr.first td { padding-top: 0;}
.listType7 table { width: 100%; }
.listType7 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.listType7 table tbody th, .listType7 table tbody td { border-bottom: 1px solid #ececec; padding: 15px 0; }
.listType7 table tbody tr.last th, .listType7 table tbody tr.last td { border-bottom: 0 none; }
.listType7 table tbody th { text-align: center; }
.listType7 table tbody td { vertical-align: top; }
.listType7 table tbody td dt { font-size: 14px; font-weight: bold; color: #454545; padding: 0 0 7px 0; }
.listType7 table tbody td dd.date { font-size: 11px; padding: 0 0 13px 0; color: #666; }
.listType7 table tbody td dd.txt { color: #757575; overflow: hidden; height: 71px; line-height: 150%; }
.listType7 ul.valList li { font-size: 11px;}
.listType7 ul.valList li .lab { display: inline-block; width: 62px; padding: 0 0 0 8px; background:url("/images/icon/p_3.gif") no-repeat 0 4px;vertical-align: top; }
.listType7 ul.valList li .data {display: inline-block; vertical-align: top; }


.listType8 .p01 { margin-bottom: 13px; }
.listType8 .p02 { margin-bottom: 10px; }
.listType8 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.listType8 th { padding: 13px 0 13px 0; border-top: 1px solid #dadada; text-align: left; }
.listType8 td { padding: 13px 0 13px 0; border-top: 1px solid #dadada }
.listType8 .bdno { border-top: 0; vertical-align:top; }
.listType8 dl { overflow: hidden; *zoom: 1; margin-bottom: 6px; }
.listType8 .end { margin-bottom: 15px; }
.listType8 dl dt { float: left; width: 67px; padding-top: 2px; }
.listType8 dl dd { float: left; width: 279px; }

.listType9 ul { overflow: hidden; *zoom: 1; }
.listType9 ul .first { margin-left: 0; }
.listType9 ul li { position:relative; float: left; width: 226px; height: 231px; margin: 0 0 20px 20px; }
.listType9 ul li .info { position: absolute;top:185px;left:0; width: 211px; height: 38px; padding: 8px 0 0 10px; z-index: 2; }
.listType9 ul li .info p { color: #ececec; }
.listType9 ul li .bg { position: absolute;top:185px;left:0; width: 226px; height: 46px; background-color: #000; z-index: 1; filter: alpha(Opacity=50); -ms-filter: "alpha(Opacity=50)"; opacity:0.5; }

.listType10 dl { margin-bottom: 50px; }
.listType10 dl dt { margin-bottom: 20px; font-size: 15px; color: #5b68ae; font-weight: bold; }
.listType10 dl dd { margin-bottom: 15px; line-height: 20px; }
.listType10 dl dd .ul01 { overflow: hidden; *zoom: 1; width: 721px; height: 176px; padding-top: 16px; background:url("/images/skin/bg_box_n.gif") no-repeat; }
.listType10 dl dd .ul01 li { float: left; width: 328px; margin: 0 0 5px 16px; padding-left: 16px; }
.listType10 dl dd .ul01 .num1 { background:url("/images/icon/icon01.gif") no-repeat left 4px;}
.listType10 dl dd .ul01 .num6 { background:url("/images/icon/icon06.gif") no-repeat left 4px;}
.listType10 dl dd .ul01 .num2 { background:url("/images/icon/icon02.gif") no-repeat left 4px;}
.listType10 dl dd .ul01 .num7 { background:url("/images/icon/icon07.gif") no-repeat left 4px;}
.listType10 dl dd .ul01 .num3 { background:url("/images/icon/icon03.gif") no-repeat left 4px;}
.listType10 dl dd .ul01 .num8 { background:url("/images/icon/icon08.gif") no-repeat left 4px;}
.listType10 dl dd .ul01 .num4 { background:url("/images/icon/icon04.gif") no-repeat left 4px;}
.listType10 dl dd .ul01 .num9 { background:url("/images/icon/icon09.gif") no-repeat left 4px;}
.listType10 dl dd .ul01 .num5 { background:url("/images/icon/icon05.gif") no-repeat left 4px;}
.listType10 dl dd .ul01 .num10 { background:url("/images/icon/icon10.gif") no-repeat left 4px;}
.listType10 dl dd .ul01 .num11 {background:url("/images/icon/icon11.gif") no-repeat left 4px;}
.listType10 dl dd .ul02 li { padding-left: 5px; background:url("/images/icon/p_3.gif") no-repeat left 8px; }
.listType10 dl dd .ul02 .li01 { padding-left: 66px; text-indent: -61px; }
.listType10 dl dd .ul03 li { margin-bottom: 10px; }

.listType11 { margin-top: -30px; }
.listType11 .p01 { position: relative; margin-bottom: 20px; }
.listType11 .p01 .btn { position:absolute;top:120px;right:146px; }
.listType11 .p02 { margin-bottom: 18px; }

.listType12 { float: left; width: 354px; height: 109px; margin-right: 10px; background:url("/images/skin/bg_1.gif") no-repeat; }
.listType12:nth-child(odd){margin-right: 0;}
.listType12 dl dt { height:23px; padding: 9px 0 0 20px; }
.listType12 ul { padding: 10px 0 0 20px; }
.listType12 ul li { padding-left: 7px; margin-bottom: 5px; background:url("/images/icon/p_1.gif") no-repeat left 6px; font-size: 11px; }

.listType13 .p01 { margin-bottom: 26px; }
.listType13 .p02 { margin-bottom: 30px; }

.listType14 { width:720px; height: 182px; background:url("/images/skin/bg_2.gif") no-repeat; }
.listType14 ul { overflow: hidden;*zoom:1; padding: 13px 0 0 16px; }
.listType14 ul .first { margin-left: 0; }
.listType14 ul li { float: left; margin-left: 10px; color: #c6c4c2; width:130px; }
.listType14 ul li img { width: 128px; height: 97px; border: 1px solid #423432; }
.listType14 ul li span { display:block; padding-top: 10px; text-align: left; }
.listType14 ul li a { color: #c6c4c2; }
.listType14 ul li a:hover { color: #f88b15; }

.listType15 {position:relative;}
.listType15 dl dt { width: 720px; height: 32px; padding-top: 15px; background:url("/images/skin/bg_3.gif") no-repeat; text-align: center; font-weight: bold; }
.listType15 dl dd { width: 698px; padding: 10px 10px 10px 10px; border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb; }
.listType15 .download { position:absolute;top:12px;right:13px; }

.listType16 { overflow: hidden;*zoom:1; }
.listType16 .mov { float: left; width: 540px; }
.listType16 .mov .mov_text { width: 720px; height: 113px; background:url("/images/skin/bg_4.gif") no-repeat; }
*:first-child+html .listType16 .mov .mov_text { margin-top: -2px; }
.listType16 .mov .mov_text dl { padding: 10px 0 10px 13px; }
.listType16 .mov .mov_text dl dt { margin-bottom: 10px; padding-left: 7px; background:url("/images/icon/p_4.gif") no-repeat left 7px; color: #ffffff; font-weight: bold; }
.listType16 .mov .mov_text dl dd { padding-left: 7px; color: #d8d8d8; font-size: 11px; }
.listType16 .mov .mov_text ul { overflow: hidden;*zoom:1; margin-left: 20px; }
.listType16 .mov .mov_text ul li { float: left; }
.listType16 .mov .mov_text ul .li01 { padding-right: 7px; margin-right: 5px; background:url("/images/icon/bar_1.gif") no-repeat right 0; }

.listType16 .list { float: left; width: 180px; height: 473px; background:url("/images/skin/bg_5.gif") no-repeat; }
.listType16 .list ul { padding: 15px 0 0 24px; }
.listType16 .list ul li { width: 130px; margin-bottom: 10px; }
.listType16 .list ul li span { display:block; text-align: center; color: #ffffff; }
.listType16 .list ul li img { margin-bottom: 10px; border: 1px solid #423432; }

.listType17 { overflow: hidden;*zoom:1; }
.listType17 .ul01 .first { margin-left: 0; }
.listType17 .ul01 li { float: left; width: 165px; margin: 0 0 30px 20px; text-align: center; }
.listType17 .ul01 li img { width: 163px; height: 152px; margin-bottom: 5px; border: 1px solid #dadad9; }
.listType17 .ul02 { overflow: hidden;*zoom:1; }
.listType17 .ul02 .first { margin-left: 0; }
.listType17 .ul02 li { float: left; width: 229px; height: 239px; margin: 0 0 20px 13px; background:url("/images/skin/bg_6.gif") no-repeat; text-align: center; }
.listType17 .ul02 li .li_tit { height: 23px; padding-top: 14px; }
.listType17 .ul02 li .game { padding: 9px 0 0 0; margin-bottom: 10px; }
.listType17 .ul02 li .game img { width: 197px; height: 142px; border: 1px solid #584f48; }
.listType17 .dl01 { float: left; width: 295px; padding-left:65px; }
.listType17 .dl01 dd { float:left; }
.listType17 .dl02 { float: left; width: 295px; padding-left: 30px; }
.listType17 .dl02  dt { padding-left:10px; }
.listType17 .dl02 dd { float:left; }

.listType18 .sec { overflow: hidden;*zoom:1; border-bottom: 1px dashed #AFAFAF; }
.listType18 .sec .img { float: left; width:205px; padding-left: 25px; }
.listType18 .sec .info { float: left; width:490px; }
.listType18 .sec .info .p01 { padding: 15px 0 0 5px; }
.listType18 .sec .info .pdl10 { font-size:11px; }
/* 20150821 추가 */
.listType18 .topback {width:721px;}
.listType18 .topback p {float: left; }
.listType18 .topback .infortxt {float: left; border-bottom: 1px #d8d8d8 dotted; border: 0; margin: 0 0 0 210px; padding-bottom: 21px;}
.listType18 .topback .infortxt li{padding-left: 8px; line-height: 20px; background:url("/images/icon/p_2.gif") no-repeat left 6px;}

.listType19 .spot { position: relative; margin-top: -20px; }
.listType19 .spot .btn { position: absolute;top:85px;right:60px; }

.listType20 table { width: 100%; border-top: 2px solid #afafaf; }
.listType20 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.listType20 table th { border: 1px solid #dadada; border-right: 1px solid #dadada; border-left: 0 none; background-color: #f2f2f2; color: #454545; }
.listType20 table .inTxt { padding: 11px 0 10px 20px;}
.listType20 table .inTxt1 { padding: 5px 0 5px 15px;}
.listType20 table td {border: 1px solid #dadada; border-right: 0 none; border-left: 0 none;}
.listType20 table td span { display: inline-block; margin-right: 35px; }



.listTypeCancel  {overflow-y:hidden; overflow-x: hidden; height:131px;}
.listTypeCancel table {width:100%;border-top:1px solid #afafaf;border-bottom:1px solid #afafaf;font-size:11px;text-align:center;}
.listTypeCancel table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.listTypeCancel th {background:#f2f2f2;border-bottom:1px solid #afafaf;line-height:25px;}
.listTypeCancel .th01 {border-right:1px solid #dadada;}
.listTypeCancel td {border-top:1px solid #dadada;line-height:25px;}
.listTypeCancel .first {border-top:0;}
.listTypeCancel .tleft {padding-left:8px;border-left:1px solid #dadada;}
.listTypeCancel .tcenter {border-left:1px solid #dadada;}




.inpPM { width: 88px; margin: 0 auto; overflow: hidden; _zoom: 1; }
.inpPM p.fleft { padding: 0 0 0 4px; }
.inpPM p.fright { padding: 4px 0 0 0; font-size: 11px; }
.inpPM input.fleft { text-align: right; }
.inpPM img { display: block; padding: 1px 0; }
/* /리스트 */
.detailTopSec {*zoom:1;}
.detailTopSec:after {content:" "; display:block; clear:both;}



.detailTopSec .img { float: left; border: 1px solid #ccc; padding: 3px; }
.detailTopSec .img img { display: block; }
.detailTopSec .listType1 { float: right; width: 482px; }
.detailTopSec .btn { text-align: right; padding-top: 5px; }

.gTxtType1 { padding: 9px 0; font-size: 11px; color: #757575; background: url("/images/skin/dot_1.gif") repeat-x bottom; }
.gTxtType1 p { background: url("/images/icon/pi_2.gif") no-repeat 8px 0; padding: 1px 0 0 27px; }

.gTxtType2 { padding: 9px 0; font-size: 11px; color: #757575; background: url("/images/skin/dot_1.gif") repeat-x bottom; overflow: hidden; _zoom: 1; }
.gTxtType2 p { float: right; background: url("/images/icon/pi_2.gif") no-repeat 8px 0; padding: 1px 0 0 27px; }
.gTxtType2 p input { margin-top: -2px; }
.gTxtType2 p label { font-size: 12px; padding-left: 15px; }

.gTxtType3 {display:inline-block;margin-top:10px;padding-left:9px;font-size:11px;background:url("/images/icon/p_3.gif") no-repeat 2px 9px;}
.gTxtType3 .btnType1 { margin: -2px 2px 0 2px; }

.gTxtType4 { padding: 12px 0 0 0; color: #757575; overflow: hidden; _zoom: 1; }
.gTxtType4 p { padding-left: 16px; background: url("/images/icon/pi_10.gif") no-repeat 0 4px; }
.gTxtType4 img { vertical-align: middle; margin: -1px 0 0 5px; }

.txtListType1 li { background: url("/images/icon/p_2.gif") no-repeat 0 7px; padding: 3px 0 3px 8px; line-height: 120%; }
.txtListType1 li.type1 { font-size: 11px; background: url("/images/icon/aw_2.gif") no-repeat 9px 8px; padding: 2px 0 0 15px; }
.txtListType1 .btn { border-top: 1px solid #dadada; margin-top: 30px; padding-top: 15px; text-align: center; }
.txtListType1 .btn img {padding-left:3px;}


.txtListType2 { padding: 10px 0 5px 25px; color: #757575; }
.txtListType2 li { background: url("/images/icon/p_1.gif") no-repeat 0 4px; padding: 0 0 7px 6px; line-height: 120%; font-size: 11px; }
.txtListType2 li.type1 { text-indent: -82px; padding-left: 88px; }
.txtListType2 li.type2 { text-indent: -118px; padding-left: 124px; }
.txtListType2 .btn {padding-top:5px;}

.txtListType3 { padding: 10px 0 5px 25px; color: #757575; }
.txtListType3 dt { background: url("/images/icon/aw_4.gif") no-repeat 0 4px; padding: 0 0 5px 6px; line-height: 120%; font-size: 11px; font-weight: bold; }
.txtListType3 dt.type1 { text-indent: -82px; padding-left: 88px; }
.txtListType3 dt.type2 { text-indent: -118px; padding-left: 124px; }
.txtListType3 dd {background: url("/images/icon/p_1.gif") no-repeat 10px 6px; padding: 0 0 3px 17px; line-height: 120%; font-size: 11px; }

.txtListType4 { overflow: hidden; *zoom: 1; }
.txtListType4 dt { float: left; width: 53px; background:url("/images/icon/p_1.gif") no-repeat left 5px; }
.txtListType4 dd { float: left; width: 624px; padding-left: 0; background: none; }
.txtListType4 .dd_1 { margin-bottom: 15px; }

.section1 {position:relative;border-bottom:1px dashed #afafaf;}
.section1_1 {position:relative;border-bottom:1px solid #afafaf;}
.section1 .btn {position:absolute;top:36px;right:0;}
.section1 .btn2 {position:absolute;top:2px;right:0;}
.section1 .radioSec { height:24px;padding:10px 10px 0 0;text-align:right; }
.radioSec02 { height:40px;padding:10px 10px 0 0; border-bottom: 1px solid #dadada; text-align:right; }

.section2 { overflow: hidden; *zoom: 1; padding-bottom: 30px; border-bottom:1px solid #dadada; }
.section2 .leftSec02 { width: 347px; float: left; }
.section2 .leftSec02 .span02 { font-weight: normal; display: inline; }
.section2 .rightSec02 { width: 347px; float: right; }
.section2 .rightSec02 dt { margin-bottom: 5px; padding-left: 10px; background:url("/images/icon/p_2.gif") no-repeat 2px 8px; }
.section2 .rightSec02 dd { margin-bottom: 5px; padding-left: 17px; background:url("/images/icon/aw_4_2.gif") no-repeat 10px 5px; }

/* 박스 */
.boxType1 {overflow-y:scroll;width:689px;height:108px;padding:10px 20px 10px 10px;background:#f9fafb;border:1px solid #dadada;}
.boxType1 p {padding-bottom:5px;}
.boxType1 dl {line-height:20px; padding-bottom: 30px;}
.boxType1 dt { padding: 10px 0 5px 0; }
.boxType1 dd { padding: 0 0 5px 0; }

.boxType2 {margin-bottom:15px;border:1px solid #dfdfdf;text-align:center;}
.boxType2 .in {padding:10px 10px 9px 15px;background:#f2f2f2;border:1px solid #ffffff;}
.boxType2 .p01 {margin-bottom:15px;line-height:20px;}
.boxType2 .p02 {line-height:20px;}
.boxType2 .p03 {padding-left:53px;}
.boxType2 .p04 {padding-left:10px;margin-bottom:15px;background:url("/images/icon/aw_4.gif") no-repeat 0 7px;line-height:20px;}
.boxType2 .p05 {padding-left:20px;}
.boxType2 .p05 .img01 {margin-right:10px;}
.boxType2 .span01 {font-size:11px;}

.boxType3 { padding: 15px 0; border: 3px solid #f6f6f6; }
.boxType3 ul { padding-left: 30px; }
.boxType3 li { padding: 15px 0; }

/*연간회원 약관 코딩추가 20130408 by hjm*/
.boxType3 li.agr1 { background:url("/images/txt/td_132_1.gif") no-repeat 0 15px; width:655px; height:56px; font-size:0; overflow:hidden; }
.boxType3 li.agr1 div			{visibility:hidden;}
.boxType3 li.agr2 { background:url("/images/txt/td_132_2.gif") no-repeat 0 15px; width:655px; height:163px; font-size:0; overflow:hidden;}
.boxType3 li.agr2 div			{visibility:hidden;}
.boxType3 li.agr3 { background:url("/images/txt/td_132_3.gif") no-repeat 0 15px; width:655px; height:108px; font-size:0; overflow:hidden;}
.boxType3 li.agr3 div			{visibility:hidden;}
.boxType3 li.agr4 { background:url("/images/txt/td_132_4.gif") no-repeat 0 15px; width:655px; height:92px; font-size:0; overflow:hidden;}
.boxType3 li.agr4 div			{visibility:hidden;}
.boxType3 li.agr5 { background:url("/images/txt/td_132_5.gif") no-repeat 0 15px; width:655px; height:126px; font-size:0; overflow:hidden;}
.boxType3 li.agr5 div			{visibility:hidden;}
.boxType3 li.agr6 { background:url("/images/txt/td_132_6.gif") no-repeat 0 15px; width:655px; height:36px; font-size:0; overflow:hidden;}
.boxType3 li.agr6 div			{visibility:hidden;}
.boxType3 li.agr7 { background:url("/images/txt/td_132_7.gif") no-repeat 0 15px; width:655px; height:90px; font-size:0; overflow:hidden;}
.boxType3 li.agr7 div			{visibility:hidden;}
.boxType3 li.agr8 { background:url("/images/txt/td_132_8.gif") no-repeat 0 15px; width:660px; height:346px; font-size:0; overflow:hidden;}
.boxType3 li.agr8 div			{visibility:hidden;}
.boxType3 li.agr9 { background:url("/images/txt/td_132_9.gif") no-repeat 0 15px; width:655px; height:54px; font-size:0; overflow:hidden;}
.boxType3 li.agr9 div			{visibility:hidden;}
.boxType3 li.agr10 { background:url("/images/txt/td_132_10.gif") no-repeat 0 15px; width:655px; height:54px; font-size:0; overflow:hidden;}
.boxType3 li.agr10 div			{visibility:hidden;}
.boxType3 li.agr11 { background:url("/images/txt/td_132_11.gif") no-repeat 0 15px; width:655px; height:110px; font-size:0; overflow:hidden;}
.boxType3 li.agr11 div			{visibility:hidden;}
.boxType3 li.agr12 { background:url("/images/txt/td_132_12.gif") no-repeat 0 15px; width:655px; height:54px; font-size:0; overflow:hidden;}
.boxType3 li.agr12 div			{visibility:hidden;}

/*연간회원 약관 코딩추가 20150424*/
.boxType3 li.agr13 { background:url("/images/txt/td_132_13.gif") no-repeat 0 15px; width:655px; height:56px; font-size:0; overflow:hidden; }
.boxType3 li.agr13 div			{visibility:hidden;}
.boxType3 li.agr14 { background:url("/images/txt/td_132_14.gif") no-repeat 0 15px; width:655px; height:145px; font-size:0; overflow:hidden;}
.boxType3 li.agr14 div			{visibility:hidden;}
.boxType3 li.agr15 { background:url("/images/txt/td_132_15.gif") no-repeat 0 15px; width:655px; height:108px; font-size:0; overflow:hidden;}
.boxType3 li.agr15 div			{visibility:hidden;}
.boxType3 li.agr16 { background:url("/images/txt/td_132_16.gif") no-repeat 0 15px; width:655px; height:92px; font-size:0; overflow:hidden;}
.boxType3 li.agr16 div			{visibility:hidden;}
.boxType3 li.agr17 { background:url("/images/txt/td_132_17.gif") no-repeat 0 15px; width:655px; height:90px; font-size:0; overflow:hidden;}
.boxType3 li.agr17 div			{visibility:hidden;}
.boxType3 li.agr18 { background:url("/images/txt/td_132_18.gif") no-repeat 0 15px; width:655px; height:36px; font-size:0; overflow:hidden;}
.boxType3 li.agr18 div			{visibility:hidden;}
.boxType3 li.agr19 { background:url("/images/txt/td_132_19.gif") no-repeat 0 15px; width:655px; height:90px; font-size:0; overflow:hidden;}
.boxType3 li.agr19 div			{visibility:hidden;}
.boxType3 li.agr20 { background:url("/images/txt/td_132_20.gif") no-repeat 0 15px; width:660px; height:324px; font-size:0; overflow:hidden;}
.boxType3 li.agr20 div			{visibility:hidden;}
.boxType3 li.agr21 { background:url("/images/txt/td_132_21.gif") no-repeat 0 15px; width:655px; height:54px; font-size:0; overflow:hidden;}
.boxType3 li.agr21 div			{visibility:hidden;}
.boxType3 li.agr22 { background:url("/images/txt/td_132_22.gif") no-repeat 0 15px; width:655px; height:54px; font-size:0; overflow:hidden;}
.boxType3 li.agr22 div			{visibility:hidden;}
.boxType3 li.agr23 { background:url("/images/txt/td_132_23.gif") no-repeat 0 15px; width:655px; height:110px; font-size:0; overflow:hidden;}
.boxType3 li.agr23 div			{visibility:hidden;}
.boxType3 li.agr24 { background:url("/images/txt/td_132_24.gif") no-repeat 0 15px; width:655px; height:54px; font-size:0; overflow:hidden;}
.boxType3 li.agr24 div			{visibility:hidden;}

.boxType4 { background: url("/images/skin/bg_box_1_2.gif") no-repeat bottom; }
.boxType4 { position:relative; }
.boxType4 .info { position: absolute;top:38px;right:13px;width: 173px; height: 69px; padding: 12px 0 0 0 ; background:url("/images/skin/bg_box_27.gif") no-repeat; }
.boxType4 .info .p01 { height: 40px; font-size:11px; text-align: center; letter-spacing: -1px; }
.boxType4 .info .btn { text-align: center; }
.boxType4 .editerTxt {padding: 10px 25px;}

.boxType5 { height: 145px; background: url("/images/skin/bg_box_2.gif") no-repeat; overflow: hidden; _zoom: 1; }
.boxType5_1 { height: 133px; background: url("/images/skin/bg_box_2_1.gif") no-repeat; }
.boxType5_1 .img { padding: 20px 0 0 17px !important; }
.boxType5 .img { float: left; padding: 11px 0 0 17px; }
.boxType5 .txt { float: left; width: 510px; padding: 20px 0 0 37px; }
.boxType5 .txt .txt1 { font-size: 14px; font-weight: bold; color: #000; }
.boxType5 .txt .txt1 .vmid { margin: -3px 0 0 4px; }
.boxType5 .txt .txt2 { padding: 5px 0 10px 0; }
.boxType5 .txt .txt3 { background: url("/images/icon/p_2.gif") no-repeat 0 7px; padding: 0 0 0 7px; }
.boxType5 .txt .txt4 { background: url("/images/icon/aw_2.gif") no-repeat 8px 7px; font-size: 11px; padding: 3px 0 0 16px; }

.boxType6 { background: url("/images/skin/bg_box_3_2.gif") no-repeat bottom; }
.boxType6 ul { padding: 10px 0; background: url("/images/skin/bg_box_3_1.gif") no-repeat 0 0; }
.boxType6 li { font-size: 11px; background: url("/images/icon/p_1.gif") no-repeat 14px 8px; padding: 4px 0 3px 20px; line-height: 120%; }
.boxType6 li.ul03 {position:relative;overflow:hidden;*zoom:1;padding:20px 0 20px 0;margin:15px 28px 0 20px;background:url("/images/skin/bg01.gif") repeat-x;}

.boxType7 {margin-bottom:10px;background:url("/images/skin/bg_box_4_2.gif") no-repeat left bottom; *zoom: 1;}
.boxType7 .in {background:url("/images/skin/bg_box_4_1.gif") no-repeat; overflow: hidden; *zoom: 1;}
.boxType7 .in .img { float: left; padding:  15px 0 0 47px;}
.boxType7 .in .img2 { float: left; padding:  23px 0 0 47px;}
/*
.boxType7 .ul01 {padding:24px 0 17px 143px;background:url("/images/skin/img02.gif") no-repeat 47px 13px;}
.boxType7 .ul02 {padding:24px 0 17px 143px; background:url("/images/skin/img02.gif") no-repeat 47px 23px;}
.boxType7 .ul04 {background:url("/images/skin/img02.gif") no-repeat 47px 23px;}
*/
.boxType7 .ul01 {padding:24px 0 17px 143px;}
.boxType7 .ul01 li {padding-left:23px;margin-bottom:5px;background:url("/images/icon/aw_6.gif") no-repeat;}
.boxType7 .ul02 {padding:24px 0 17px 143px;}
.boxType7 .ul02 li {margin-bottom:3px;}
.boxType7 .ul03 {position:relative;overflow:hidden;*zoom:1;padding:15px 0 20px 0;margin:0 28px 0 28px;background:url("/images/skin/bg01.gif") repeat-x;}
.boxType7 .ul03 li {float:left;padding:0 14px 0 15px;background:url("/images/icon/bar10_01.gif") no-repeat left 2px;font-size:11px;}
.boxType7 .ul03 .first {padding-left:0;background:none;}
.boxType7 .ul03 .end {padding-right:0;}
.boxType7 .ul03 .btnType1 {position:absolute;top:12px;right:0;}
.boxType7 .ul05 { background-position: 47px 15px; padding: 36px 0 27px 143px; }
.boxType7 .ul06 { padding: 20px 0 19px 0; text-align:center; }
.boxType7 .ul06 li { margin-bottom: 5px; }
.boxType7 .ul06 .li01 { color: #5b68ae; }
.boxType7 .ul07 { padding: 15px 0 14px 0; }
.boxType7 .ul07 li { padding-left: 21px; background:url("/images/icon/p_4.gif") no-repeat 14px 9px; line-height: 20px; font-size: 11px; }

.boxType8 {height:59px;margin:20px 0 30px 0;border:1px solid #dadada;}
.boxType8 dl {overflow:hidden;*zoom:1;padding-top:9px;}
.boxType8 dl dt {float:left;width:51px;padding:6px 20px 30px 21px;}
.boxType8 dl dd {float:left;margin-bottom:6px;}
.boxType8 dl dd a {margin-left:4px;}

.boxType9 { background: url("/images/skin/bg_box_7_1.gif") repeat-y 0 0}
.boxType9 .in { background: url("/images/skin/bg_box_7_2.gif") no-repeat 0 0}
.boxType9 .in2 { background: url("/images/skin/bg_box_7_3.gif") no-repeat 0 100%}

.boxType10 { background: url("/images/skin/bg_box_10_2.gif") no-repeat bottom; padding-bottom: 1px; }
.boxType10 .in { border: 1px #e3e3e3; border-style: none solid; }

.boxType11 { background: url("/images/skin/bg_box_11_2.gif") no-repeat bottom; padding-bottom: 10px; }
.boxType11 .tit { background: url("/images/skin/bg_box_11_1.gif") no-repeat; overflow: hidden; _zoom: 1; }
.boxType11 .tit img { float: left; }
.boxType11 .tit img.tit { background: none; padding: 13px 0 11px 13px; }
.boxType11 .tit a { float: right; margin: 10px 12px 0 0; display: inline; }
.boxType11 .in { border: 1px #b3a9a6; border-style: none solid; }
.boxType11 .list { background-color: #f8f8f8; border-bottom: 1px solid #dadada; padding: 15px 0; }
.boxType11 .list ul { overflow: hidden; _zoom: 1; padding: 0 0 0 13px; }
.boxType11 .list li { float: left; width: 120px; border-right: 1px dotted #ccc; padding: 3px 0 3px 20px; }
.boxType11 .list li.last { border-right: none; }
.boxType11 .list img { vertical-align: middle; padding: 0 0 1px 0; }

.boxType12 { padding-bottom: 10px; }
.boxType12 .tit { height: 38px; background: url("/images/skin/bg_box_12_1.gif") no-repeat; }
.boxType12 .tit .txt { float: left; padding: 13px 0 0 16px; }
.boxType12 .tit .sns { float: right; padding: 9px 15px 0 0; }
.boxType12 .tit .sns dl { float: left; }
.boxType12 .tit .sns dt { float: left; margin-right: 2px; }
.boxType12 .tit .sns dd { float: left; background: url("/images/icon/bg_si_1.gif") no-repeat; }
.boxType12 .tit .sns dd strong { position: relative; right: -1px; display: block; background: url("/images/icon/bg_si_2.gif") no-repeat right; padding: 2px 5px 2px 12px; color: #595a5b; }
.boxType12 .tit .sns .btn { float: left; padding: 3px 0 0 0; }
.boxType12 .tit .sns .btn a { float: left; margin-right: 8px; padding: 0 9px 0 0; background: url("/images/skin/bar_4.gif") no-repeat right; }
.boxType12 .in { height: 293px; background: url("/images/skin/bg_box_12_2.gif") no-repeat; padding-left: 1px; }
.boxType12 .sec { float: left; width: 238px; height: 277px; border-right: 1px solid #dadada; }
.boxType12 .last { width: 240px; border-right: none; }
.boxType12 .sec h4 { border-bottom: 1px solid #dadada; background-color: #f8f8f8; text-align: center; font-weight: bold; color: #454545; padding: 10px 0 7px 0; }
.boxType12 .calendarSec .top { position: relative; text-align: center; padding: 30px 0 24px 0; }
.boxType12 .calendarSec .top strong { font-size: 24px; font-family: tahoma; color: #4353a3; display: inline-block; padding: 0 3px; }
.boxType12 .calendarSec .top a.btn { position: relative; top: -1px; }
.boxType12 .calendarSec .top .today { position: absolute; right: 13px; top: 30px; }
.boxType12 .calendarSec table { width: 100%; }
.boxType12 .calendarSec table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.boxType12 .calendarSec th { padding-bottom: 12px; }
.boxType12 .calendarSec th img { display: block; margin: 0 auto; }
.boxType12 .calendarSec td { text-align: center; font-weight: bold; font-family: tahoma; padding: 4px 0; }
.boxType12 .calendarSec td.sat a { color: #0061b8 !important; }
.boxType12 .calendarSec td.sun a { color: #f04a00 !important; }
.boxType12 .calendarSec td.holiday a { color: #f04a00 !important; }
.boxType12 .calendarSec td.today { background: url("/images/skin/bg_cal_1.gif") no-repeat 5px 2px; }
.boxType12 .calendarSec td.today a { color: #fff !important; }
.boxType12 .showListSec { overflow-y: scroll; height: 243px; }
.boxType12 .showListSec li { border-bottom: 1px solid #ececec; }
.boxType12 .showListSec li a { font-size: 11px; color: #757575; display: block; padding: 6px 0 4px 13px; }
.boxType12 .showListSec li a:hover { color: #6b77b6; font-weight: bold; letter-spacing: -1px; background-color: #f8f8f8; }
.boxType12 .showListSec li a.on { color: #6b77b6 !important; font-weight: bold; letter-spacing: -1px; background-color: #f8f8f8; }
.boxType12 .showSec { width: 210px; margin: 0 auto; padding: 15px 0 0 0; }
.boxType12 .showSec ul { padding: 10px 0 4px 0; }
.boxType12 .showSec li { background: url("/images/icon/p_2.gif") no-repeat 0 6px; color: #666; font-weight: bold; font-size: 11px; padding: 0 0 0 7px; letter-spacing:-1px; }
.boxType12 .showSec .txt { font-size: 11px; padding: 0 0 0 7px; height: 30px; overflow: hidden; }
.boxType12 .showSec .btn { text-align: center; padding-top: 13px; }

.boxType14 { width: 672px; margin: 30px auto 0 auto; background: url("/images/skin/bg_box_14_2.gif") no-repeat bottom; padding-bottom: 5px; }
.boxType14 .in { border: 1px #e3e3e3; border-style: none solid; }

.boxType15 {width: 408px; height: 185px; background:url("/images/skin/bg_box_8.gif") no-repeat;}
.boxType15_in { overflow-y: scroll; height: 153px; padding: 16px 8px 16px 16px ; }
.boxType15 dl dt { margin-bottom: 15px; }
.boxType15 dl dd { margin-bottom: 15px; padding-left: 7px; background:url("/images/icon/p_3.gif") no-repeat left 6px; }

.boxType16 { width: 720px; padding-top: 30px; background:url("/images/skin/bg_box_15.gif") no-repeat left top; }
.boxType16 .in1 { padding-bottom: 30px; background:url("/images/skin/bg_box_15_2.gif") no-repeat left bottom; }
.boxType16 .in2 { padding: 0 0 5px 30px; background:url("/images/skin/bg_box_15_1.gif") repeat-y; }
.boxType16 .in2 dl { margin-bottom: 25px; }
.boxType16 .in2 dl dd { padding-left: 40px; }
.boxType16 .in2 dl .btn1 { margin-top: 8px; }
.boxType16 .in2 dl dd .ul01 { overflow: hidden;*zoom:1; }
.boxType16 .in2 dl dd .ul01 .li01 { margin-right: 8px; }
.boxType16 .in2 dl dd .ul01 li { position: relative; float: left; width: 286px; height: 153px; background:url("/images/skin/bg_box_16_1.gif") no-repeat; }
.boxType16 .in2 dl dd .ul01 li .btn_more { position:absolute;top:6px;right:11px; }
.boxType16 .in2 dl dd .ul01 li .tit { height:22px; padding: 10px 0 0 12px; }
.boxType16 .in2 dl dd .ul01 li .photo { height: 111px; padding: 10px 0 0 12px; }
.boxType16 .in2 dl dd .ul01 li .photo .img01 { margin-right: 10px; }
.boxType16 .in2 dl dd .ul01 .li02 { float: left; width: 150px; height: 181px; margin-right: 3px; background:url("/images/skin/bg_box_16_2.gif") no-repeat; }
.boxType16 .in2 dl dd .ul01 .li02 .tit { height:22px; padding: 10px 0 0 0; text-align: center; }
.boxType16 .in2 dl dd .ul01 .li02 .btn_more2 { text-align: center; }
.boxType16 .in2 dl dd .ul01 .li02 .photo { height: 98px; padding-top: 10px; margin-bottom:8px;}
.boxType16 .in2 dl dd .ul02 .vmid { margin-top: -3px; }
.boxType16 .in2 dl dd .ul03 li { overflow: hidden;*zoom:1; margin-bottom: 15px; }
.boxType16 .in2 dl dd .ul03 .li01 { margin-bottom:0; }
.boxType16 .in2 dl dd .ul03 .left { float: left; width: 106px; height: 70px; padding: 10px 0 0 10px; margin-right: 15px; background:url("/images/skin/bg_box_16_6.gif") no-repeat; }
.boxType16 .in2 dl dd .ul03 .left .btn { margin: 5px 0 0 14px; }
.boxType16 .in2 dl dd .ul03 .left_2 { height: 87px; background:url("/images/skin/bg_box_16_7.gif") no-repeat; }
.boxType16 .in2 dl dd .ul03 .left_2 .btn { margin: 17px 0 0 14px; }
.boxType16 .in2 dl dd .ul03 .right { float:left; padding-top: 2px; }
.boxType16 .in2 dl dd .p01 { padding-top: 10px; margin-bottom: 30px; }
.boxType16 .in2 .dl02 { margin-bottom: 0; }
.boxType16 .in2 .dl03 { overflow: hidden;*zoom:1; margin-right: 20px; }
.boxType16 .in2 .dl03 dt { float:left; width:152px; margin-right: 30px; }
.boxType16 .in2 .dl03 dd { float:left; padding: 10px 0 0 0; }
.boxType16 .in2 .last { margin-bottom: 0; }
.boxType16 .in2 .p03 { padding-left: 40px; margin-bottom: 25px; }
.boxType16 .in2 .p03_2 { padding-left: 110px; margin-bottom: 25px; }
.boxType16 .in2 .stit { overflow: hidden;*zoom:1; height: 45px; margin: 0 0 25px -37px; }
.boxType16 .in2 .stit p { text-align: right; margin: -31px 20px 0 0 ; }
*:first-child+html .boxType16 .in2 .stit p { margin-top: -33px; }
.boxType16 .in2 .div01 { position: relative; overflow: hidden;*zoom:1; margin-bottom: 15px; }
.boxType16 .in2 .div01 .p04 { position: relative;  float: left; margin-right: 25px; }
.boxType16 .in2 .div01 .ul01 { float: left; }
.boxType16 .in2 .div01 .ul01 .li01 { margin-right: 8px; }
.boxType16 .in2 .div01 .ul01 li { position: relative; float: left; width: 286px; height: 153px; background:url("/images/skin/bg_box_16_1.gif") no-repeat; }
.boxType16 .in2 .div01 .ul01 li .tit { height:22px; padding: 10px 0 0 12px; }
.boxType16 .in2 .div01 .ul01 li .photo { height: 111px; padding: 10px 0 0 12px; }
.boxType16 .in2 .div01 .ul01 li .photo .img01 { margin-right: 10px; }
.boxType16 .in2 .div01 .ul01 .li02 { float: left; width: 150px; height: 153px; margin-right: 3px; background:url("/images/skin/bg_box_16_9.gif") no-repeat; }
.boxType16 .in2 .div01 .ul01 .li02 .tit { height:22px; padding: 10px 0 0 0; text-align: center; }
.boxType16 .in2 .div01 .ul01 .li02 .btn_more2 { text-align: center; }
.boxType16 .in2 .div01 .ul01 .li02 .photo { height: 98px; padding-top: 10px; margin-bottom:8px;}
.boxType16 .in2 .box01 { width: 654px; height: 67px; padding-top: 30px; background:url("/images/skin/bg_box_16_10.gif") no-repeat; text-align: center; font-size: 11px; }
.boxType16 .in2 .box01 .txt01 { margin-bottom: 10px; }
.boxType16 .in2 .box { padding: 20px 0 30px 0; }
.boxType16 .in2 .box2 {  width: 582px; padding-top: 10px; background:url("/images/skin/bg_box_16_3.gif") no-repeat; }
.boxType16 .in2 .box2 .box2_in { width: 582px;  padding-bottom: 10px; background:url("/images/skin/bg_box_16_4.gif") no-repeat left bottom; }
.boxType16 .in2 .box2 .box2_in2 { background:url("/images/skin/bg_box_16_5.gif") repeat-y; }
.boxType16 .in2 .box2 .dl01 { overflow: hidden;*zoom:1; padding: 0 0 5px 10px; margin-bottom: 0; }
.boxType16 .in2 .box2 .last { padding-bottom: 0; }
.boxType16 .in2 .box2 .dl01 dt { float:left; margin-right: 10px; }
.boxType16 .in2 .box2 .dl01 dt .p02 { float: left; width: 100px; height: 30px; margin-right: 5px; padding: 2px; background:url("/images/skin/bg_box_16_8.gif") no-repeat; }
.boxType16 .in2 .box2 .dl01 dd { float:left; padding: 10px 0 0 8px; background:url("/images/icon/p_1.gif") no-repeat left 16px; font-size: 11px; }

.boxType17 { position: relative; width: 720px; padding-top: 18px; background:url("/images/skin/bg_box_17_1.gif") no-repeat left top; }
.boxType17 .boxType17_in { width:720px; padding-bottom: 18px; background:url("/images/skin/bg_box_17_3.gif") no-repeat left bottom; }
.boxType17 .stitle { margin-bottom: 10px; padding-left: 28px; }
.boxType17 ul {  padding-left: 28px; background:url("/images/skin/bg_box_17_2.gif") repeat-y; }
.boxType17 ul li { padding-left: 10px; background:url("/images/icon/p_2.gif") no-repeat left 8px ;line-height: 20px; }
.boxType17 .btnType3 { position: absolute;top:21px;right:23px; }

.boxType18 { width: 720px; height: 543px; background:url("/images/skin/bg_box_18.gif") no-repeat; }
.boxType18 .stitle { height: 25px; padding: 13px 0 0 13px; }
.boxType18 .stitle02 { padding: 19px 0 0 14px; margin-bottom:15px; }
.boxType18 .stitle02 strong.area { color: #ff7000; padding-left: 10px; background: url("/images/icon/p_5.gif") no-repeat 0 3px;}
.boxType18 dl dt { height: 22px; padding: 14px 0 0 14px; }
.boxType18 dl dd { overflow: hidden;*zoom:1; }
.boxType18 dl dd .map01 { position: relative; float: left; height: 317px; padding: 25px 0 0 13px; }
.boxType18 dl dd .map01 span { position: absolute; top: 0; left: 0; display: none; }
.boxType18 dl dd .map01 span.t1 { left: 103px; top: 71px; }
.boxType18 dl dd .map01 span.t2 { left: 126px; top: 69px; }
.boxType18 dl dd .map01 span.t3 { left: 134px; top: 88px; }
.boxType18 dl dd .map01 span.t4 { left: 176px; top: 54px; }
.boxType18 dl dd .map01 span.t5 { left: 141px; top: 124px; }
.boxType18 dl dd .map01 span.t6 { left: 197px; top: 166px; }
.boxType18 dl dd .map01 span.t7 { left: 125px; top: 200px; }
.boxType18 dl dd .map01 span.t8 { left: 110px; top: 287px; }

.boxType18 .boxType18_2 ul { float: left; width: 325px; padding-left: 26px; }
.boxType18 .boxType18_2 .ul01 { background:url("/images/skin/bg_7.gif") repeat-y right top; }
.boxType18 .boxType18_2 ul li { padding: 0 20px 0 84px; margin-bottom: 5px; background:url("/images/icon/p_2.gif") no-repeat left 6px; }
.boxType18 .boxType18_2 ul li strong { display: inline-block; width: 70px; margin-left: -74px; }

.boxType19 { overflow: hidden;*zoom:1; }
.boxType19 p { float: left; }
.boxType19 .boxType19_2 { float: right; width: 216px; height: 134px; padding: 13px 0 0 14px; background:url("/images/skin/bg_box_19.gif") no-repeat; }
.boxType19 .boxType19_2 .btn { margin-top: 10px; }

/* 20130304 - 학생 단체 추가 [start] */
.boxType19_2m_1tit {float: left;}
.boxType19 .boxType19_2m_1 { float: left; width: 216px; height: 285px; padding: 13px 0 0 5px; background:url("/images/group/stud_bg_130816.gif") no-repeat; }
.boxType19 .boxType19_2m_1 .btn { margin-bottom: 5px; }
.boxType19 .boxType19_2m_2 { float: left; width: 216px; height: 285px; padding: 13px 0 0 5px; background:url("/images/group/stud_bg_130816.gif") no-repeat; margin-right:15px; }
.boxType19 .boxType19_2m_2 .btn { margin-bottom: 5px; }
.boxType19 .boxType19_2m_1_tit { float: right; width: 216px; padding: 0 14px 8px 0; }
.boxType19 .boxType19_2m_2_tit { float: left; width: 216px; padding: 0 14px 8px 0; margin-right:15px; height: 32px; }

.boxType19 .boxType20_2m_1 { float: right; width: 216px; height: 354px; padding: 13px 0 0 5px; background:url("/images/group/stud_bg_130305.gif") no-repeat; }
.boxType19 .boxType20_2m_1 .btn { margin-bottom: 5px; }
.boxType19 .boxType20_2m_2 { float: left; width: 216px; height: 354px; padding: 13px 0 0 5px; background:url("/images/group/stud_bg_130305.gif") no-repeat; margin-right:15px; }
.boxType19 .boxType20_2m_2 .btn { margin-bottom: 5px; }
.boxType19 .boxType20_2m_1_tit { float: right; width: 216px; padding: 0 14px 8px 0; }
.boxType19 .boxType20_2m_2_tit { float: left; width: 216px; padding: 0 14px 8px 0; margin-right:15px; text-align:center;}
/* 20130304 - 학생 단체 추가 [end] */

.boxType20 { width: 720px; padding-top: 15px; background:url("/images/skin/bg_box_20_1.gif") no-repeat left top; }
.boxType20 .boxType20_in { width: 720px; padding-bottom: 15px; background:url("/images/skin/bg_box_20_2.gif") no-repeat left bottom; }
.boxType20 .ul01 { padding-left: 25px; background:url("/images/skin/bg_box_20_3.gif") repeat-y; }
.boxType20 .ul01 li { padding-left: 7px; margin-bottom: 8px; background:url("/images/icon/p_3.gif") no-repeat left 6px; }
.boxType20 .p01 { padding-left: 25px; }
.boxType20 .ul02 { overflow: hidden;*zoom:1; padding: 15px 0 0 30px; background:url("/images/skin/bg_box_20_3.gif") repeat-y; }
.boxType20 .ul02 li { float: left; margin:0 12px 15px 0; }
.boxType20 .ul02 li p { margin-top: 8px; font-weight: bold; }
.boxType20 .ul03 li { margin-bottom: 0; }

.boxType21 { position: relative; text-align: center; }
.boxType21 .pre { position: absolute; top:108px; left:26px; }
.boxType21 .next { position: absolute; top:108px; right:26px; }
.boxType21 .text { padding: 20px 10px 0 10px; }

.boxType22 { width: 728px; height: 194px; background:url("/images/skin/bg_box_22.gif") no-repeat;  }
.boxType22 .left { float: left; width: 177px; }
.boxType22 .left .ul01 { padding: 40px 0 0 17px; }
.boxType22 .left .ul01 li { *font-size:0; *line-height:0;}
.boxType22 .left .ul01 li img { display: block; }
.boxType22 .right { float: left; padding-top: 1px;}
.boxType22 .right .box1 { position:relative;}
.boxType22 .right .box1 .more { position:absolute;top:125px;left:237px; }
.boxType22 .right .box2 { position:relative;}
.boxType22 .right .box2 .more { position:absolute;top:125px;left:237px; }
.boxType22 .right .box3 { position:relative;}
.boxType22 .right .box3 .more { position:absolute;top:125px;left:237px; }
.boxType22 .right .box4 { position:relative;}
.boxType22 .right .box4 .more { position:absolute;top:125px;left:237px; }
.boxType22 .right .box5 { position:relative;}
.boxType22 .right .box5 .more { position:absolute;top:125px;left:237px; }
.boxType22 .right .box6 { position:relative;}
.boxType22 .right .box6 .more { position:absolute;top:125px;left:237px; }

.boxType23 { overflow: hidden;*zoom:1; }
.boxType23 .box01 { float: left; width: 242px; height: 141px; background:url("/images/skin/bg_box_23.gif") no-repeat; }
.boxType23 .box01 dl dt { height: 22px; padding-top: 10px; text-align: center; }
.boxType23 .box01 dl dd { padding: 10px 0 0 32px; }
.boxType23 .box01 dl dd ul { height: 53px; }
.boxType23 .box01 dl dd ul li { padding-left: 78px; margin-bottom: 5px; background:url("/images/icon/p_4.gif") no-repeat left 6px; text-indent: -72px; }
.boxType23 .box01 dl dd .btn { padding: 5px 0 0 50px; }
.boxType23 .box02 { float: left; width: 227px; height: 141px; background:url("/images/skin/bg_box_24.gif") no-repeat; }
.boxType23 .box02 dl dt { height: 22px; padding-top: 10px; text-align: center; }
.boxType23 .box02 dl dd { padding: 10px 0 0 32px; }
.boxType23 .box02 dl dd ul { height: 53px; }
.boxType23 .box02 dl dd ul li { padding-left: 78px; margin-bottom: 5px; background:url("/images/icon/p_4.gif") no-repeat left 6px; text-indent: -72px; }
.boxType23 .box02 dl dd .btn { padding: 5px 0 0 50px; }
.boxType23.sm .box01 { float: left; width: 242px; height: 110px; background:url("/images/skin/bg_box_23_sm.gif") no-repeat; }
.boxType23.sm .box02 { float: left; width: 227px; height: 110px; background:url("/images/skin/bg_box_24_sm.gif") no-repeat; }
.boxType23.sm .box01 dl dd { padding: 10px 0 0 20px; }
.boxType23.sm .box02 dl dd { padding: 10px 0 0 20px; }

.boxType24 { width: 720px; padding-bottom: 30px; border-bottom: 1px solid #d8d8d8; background:url("/images/skin/bg_box_25.gif") no-repeat; }
.boxType24 .title { height: 81px; padding-top: 17px; margin-bottom: 5px; text-align: center; }
.boxType24 .table01 { width: 312px; margin-left: 205px; }
.boxType24 .table01 caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.boxType24 .table01 th { padding: 5px 0 5px 0; }
.boxType24 .table01 td { padding: 5px 0 5px 20px; }
.boxType24 .table02 { width: 335px; margin-left: 210px; }
.boxType24 dl dt { height: 81px; padding-top: 17px; text-align: center; }
.boxType24 dl dd { padding: 35px 0 34px 0; text-align: center; }

.boxType25 { width: 720px; padding-bottom: 17px; border-bottom: 0; background:url("/images/skin/bg_box_26.gif") no-repeat; }

.boxType26 { position:relative; width: 720px; height: 357px; background:url("/images/skin/bg_box_28.gif") no-repeat; }
.boxType26 .p01 { height: 80px; padding-top: 18px; text-align: center; }
.boxType26 .p02 { position:absolute;top:320px;left:115px; }
.boxType26 dl { position:absolute;top:188px;left:224px; width: 272px; text-align: center; }
.boxType26 dl dt { padding: 12px 0 0 0; color:#5d5d5d; font-size: 11px; }
.boxType26 dl .dd01 { margin-bottom: 10px; }

.boxType27 { width: 722px; background:url("/images/skin/bg_box_29.gif") no-repeat; }
.boxType27 .boxType27_in { width: 722px; padding-bottom: 35px; background:url("/images/skin/bg_box_29_1.gif") no-repeat left bottom; }
.boxType27 .title { height: 25px; padding: 13px 0 0 14px; }
.boxType27 .ul01 { padding: 15px 0 12px 54px; }
.boxType27 .ul01 li { margin-bottom:6px; font-size: 11px; }
.boxType27 .ul01 li img { margin-right: 3px; }
.boxType27 .ul02 { overflow:hidden;*zoom:1; width: 668px; padding: 23px 0 0 54px; background:url("/images/skin/bg_box_29_2.gif") repeat-y; }
.boxType27 .ul02 li { float: left; margin-right: 20px; }
.boxType27 .ul02 .last { margin-right: 0; }
.boxType27 .ul03 { width: 668px; padding: 23px 0 0 54px; background:url("/images/skin/bg_box_29_2.gif") repeat-y; }
.boxType27 .ul03 li { margin-bottom: 30px; }

.boxType27 .ul03 .descImgSec { position: relative; width: 625px; overflow: hidden; *zoom: 1;}
.boxType27 .ul03 .descImgSec ul li { }
.boxType27 .ul03 .descImgSec .bigThum { float: left;}
.boxType27 .ul03 .descImgSec .desc { float: right; width: 264px; padding: 4px 0 0 0;}
.boxType27 .ul03 .descImgSec ul.thumList { position: absolute; bottom: 0; left: 361px; overflow: hidden; *zoom: 1; width: 270px}
.boxType27 .ul03 .descImgSec ul.thumList li { float: left; margin: 0 6px 0 0;}
.boxType27 .ul03 .descImgSec .bigThum img,.boxType27 .ul03 .descImgSec ul.thumList li img { border: 1px solid #dadad9;}

.boxType28 {margin-bottom:10px; margin-top: 27px; background:url("/images/skin/bg_box_4_2.gif") no-repeat left bottom; *zoom: 1;}
.boxType28 .in {background:url("/images/skin/bg_box_4_1.gif") no-repeat; overflow: hidden; *zoom: 1;}
.boxType28 .in .img { float: left; padding:  12px 0 12px 47px; vertical-align: middle;}

.boxType28 .ul01 {padding:42px 0 17px 143px;}
.boxType28 .ul01 li {padding-left:23px; font-size: 14px; margin-bottom:5px;background:url("/images/icon/aw_6.gif") no-repeat;}


.recruitImgSec .ul03 { width: 720px; padding: 23px 0 0 0;}
.recruitImgSec .ul03 li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #d8d8d8}
.recruitImgSec .ul03 li.last { margin-bottom: 0; border-bottom: 0 none;}
.recruitImgSec .ul03 .descImgSec { position: relative; width: 720px; overflow: hidden; *zoom: 1;}
.recruitImgSec .ul03 .descImgSec ul li { }
.recruitImgSec .ul03 .descImgSec .bigThum { float: left;}
.recruitImgSec .ul03 .descImgSec .desc { float: right; width: 349px; padding: 4px 0 0 0;}
.recruitImgSec .ul03 .descImgSec ul.thumList { position: absolute; bottom: -20px; left: 371px; overflow: hidden; *zoom: 1; width: 360px}
.recruitImgSec .ul03 .descImgSec ul.thumList li { float: left; margin: 0 11px 0 0; border-bottom: 0 none;}
.recruitImgSec .ul03 .descImgSec .bigThum img,.recruitImgSec .ul03 .descImgSec ul.thumList li img { border: 1px solid #dadad9;}




/* /박스 */

/* 버튼 */
.btnSecType1 { text-align: center; padding-top: 15px; }
.btnSecType2 { text-align: right; padding-top: 15px; }

.btnType1 { display: inline-block; background: url("/images/btn/bg_type1_1.gif") no-repeat 0 0; vertical-align: middle;  }
.btnType1 span { display: inline-block; background: url("/images/btn/bg_type1_2.gif") no-repeat right 0; font-size: 11px; color: #757575; padding: 4px 10px 3px 20px; margin: 0 !important; }

.btnType2 { display: inline-block; background: url("/images/btn/bg_type2_1.gif") no-repeat 0 0; vertical-align: middle; }
.btnType2 span { display: inline-block; background: url("/images/btn/bg_type1_2.gif") no-repeat right 0; font-size: 11px; color: #5b68ae; padding: 4px 10px 3px 20px; margin: 0 !important; }

.rd1 {width:12px;height:12px;margin:-3px 2px 0 0;}
/* /버튼 */

/* 팝업 */
.wrapSec { position: relative; padding:25px 25px 25px 25px; }
.wrapSec a.close { position: absolute; right: 2px; top: 0; z-index:9999;}
.wrapSec h3 {height:38px;background:url("/images/skin/bg_line_3.gif") repeat-x left bottom;}
.wrapSec h3 img { display: block; }
.wrapSec h3 img.fright { margin-top: -4px; }
.wrapSec .popSec {padding-top:21px;}
.wrapSec .popSec .vmid {margin-left:2px;}
.wrapSec .popSec .p06 {overflow: hidden; _zoom: 1; word-spacing: 0; padding: 0 0 16px 5px;background:url("/images/icon/p_1.gif") no-repeat 0 8px;line-height:20px; border-bottom:1px dashed #afafaf;}
.wrapSec .popSec .p07 { padding: 0 0 0 5px;background:url("/images/icon/p_1.gif") no-repeat 0 8px;line-height:20px;font-size: 11px;}
.wrapSec .popSec .ul01 li {margin-bottom:5px;padding-left:10px;background:url("/images/icon/p_3.gif") no-repeat left 7px;font-size:11px;}
.wrapSec .popSec .dl01 { overflow: hidden; _zoom: 1; }
.wrapSec .popSec .dl01 dt {padding-left:18px;margin-bottom:10px;background:url("/images/icon/pi_3.gif") no-repeat 0 2px;}
.wrapSec .popSec .dl01 dt span {font-size:11px;color:#757575;}
.wrapSec .popSec .dl01 dd {padding-left:47px;}
.wrapSec .popSec .dl01 dt.fleft { margin-bottom: 7px; padding-top: 4px; background-position: 0 6px; }
.wrapSec .popSec .dl01 dd.fright {  }
.wrapSec .popSec .p08 { text-align: center; color: #454545; line-height: 170%; }
.wrapSec .popSec .p08 em { font-size: 11px; display: block; color: #757575; padding: 21px 0 0 0; }
.wrapSec .popSec .photo { height: 90px; }
.wrapSec .popSec .pop1 { overflow:hidden;*zoom:1; }
.wrapSec .popSec .pop1 .pop1_1 { float: left; }
.wrapSec .popSec .pop1 .pop1_1 p { margin-bottom: 25px; font-size: 11px; }
.wrapSec .popSec .pop1 .pop1_1 img { margin-left: 8px; }
.wrapSec .popSec .pop1 .pop1_2 { float: left; padding-left: 20px; }
.wrapSec .popSec .pop1 .pop1_2 p { margin-bottom: 5px; }

.popupSec { position: absolute; width: 477px; top: 0; left: 50%; margin: 0 0 0 -238px; background: url("/images/skin/bg_popup_2.gif") repeat-y; z-index: 11; }
.popupSecOff { width: 1px; height: 1px; overflow: hidden; top: -100000px !important; }
.popupSec .popLIn { background: url("/images/skin/bg_popup_1.gif") no-repeat top; }
.popupSec .popLIn2 { background: url("/images/skin/bg_popup_1_1018.gif") no-repeat top; }
.popupSec .popLSec { background: url("/images/skin/bg_popup_3.gif") no-repeat bottom; padding: 7px 0 6px 0; }

.popupSec_1 { width: 762px; background-image: url("/images/skin/bg_popup_5.gif"); margin-left: -381px; }
.popupSec_1 .popLIn { background-image: url("/images/skin/bg_popup_4.gif"); }
.popupSec_1 .popLSec { background-image: url("/images/skin/bg_popup_6.gif"); padding-bottom: 16px; }

.popupSec_2 { width: 786px; background-image: url("/images/skin/bg_popup_8.gif"); margin-left: -381px; }
.popupSec_2 .popLIn { background-image: url("/images/skin/bg_popup_7.gif"); }
.popupSec_2 .popLSec { background-image: url("/images/skin/bg_popup_9.gif"); padding-bottom: 16px; }
.popupSec_2 .section2 { width: 720px; margin: 0 auto; border-bottom: 0 none; padding-bottom: 0; }

.popupSec_3 { left: 0; margin: 0; width: 895px; background-image: url("/images/skin/bg_popup_11.gif"); }
.popupSec_3 .popLIn { background-image: url("/images/skin/bg_popup_10.gif"); }
.popupSec_3 .popLSec { background-image: url("/images/skin/bg_popup_12.gif"); }
.popupSec_3 .popSecIn { width: 825px; height: 672px; margin: 0 auto; }

.popupSec_4 { width: 625px; background-image: url("/images/skin/bg_popup_14.gif"); margin-left: -312px; }
.popupSec_4 .popLIn { background-image: url("/images/skin/bg_popup_13.gif"); }
.popupSec_4 .popLSec { background-image: url("/images/skin/bg_popup_15.gif"); padding-bottom: 16px; }

/* 이벤트 팝업 스타일추가 20140414*/
.popupSec5 { position: absolute; width: 477px; top: 0; left: 50%; margin: 0 0 0 -238px; background: url("/images/skin/bg_popup_2_140414.gif") repeat-y; z-index: 11; }
.popupSec5 .popLIn2 { background: url("/images/skin/bg_popup_1_140414.gif") no-repeat top; }
.popupSec5 .popLSec { background: url("/images/skin/bg_popup_3_140414.gif") no-repeat bottom; padding: 7px 0 6px 0; }


/* /팝업 */

/*셀렉트 박스*/
.selectbox{float:left; background:url("/images/skin/bg_select_1_1.gif") no-repeat 0 0; margin: 0 4px 0 0; }
.selectbox ul.newList { left:-9999px;}
.selectbox ul.newList * {margin:0; padding:0;}
.selectbox ul.newList a {text-decoration:none; display:block; background:#fff; margin:0 1px 0 1px;}
.selectbox ul.newList {margin-top: -1px; border: 1px solid #aaa; border-left: 0; border-right: 0; width:100%; position:absolute; top:0; left:0; margin:0; padding:0; list-style:none; background-color:#aaa; overflow:auto; z-index:9999;scrollbar-face-color:#ffffff;scrollbar-shadow-color:#d5d5d5;scrollbar-highlight-color:#ffffff;scrollbar-3dlight-color:#d5d5d5;scrollbar-darkshadow-color:#ffffff;scrollbar-track-color:#f7f7f7;scrollbar-arrow-color:#a5a5a5}
.selectbox .newListSelected {width:100%; height:22px; z-index:5; color:#888;background:url("/images/skin/bg_select_1_2.gif") right top no-repeat; cursor:pointer;}
.selectbox .newListSelected span {display:block;}
.selectbox ul.newList li {line-height:16px}
.selectbox ul.newList li a {display: block;line-height:16px;padding:3px 25px 0 5px;text-decoration:none;white-space:nowrap;overflow:hidden;}
.selectbox ul.newList li a:focus,
.selectbox ul.newList li a:hover,
.selectbox ul.newList li a:active {-moz-outline-style: none; text-decoration:none;}
.selectbox .selectedTxt {width:auto;height:16px;overflow:hidden;margin:0 0 0 0;padding:5px 0 0 5px;line-height:15px;white-space:nowrap;text-overflow:ellipsis;text-align: left;}
.selectbox .hiLite {background:#e5e5e5 !important; color:#666666 !important;}
.selectbox .hiLite a {background:#e5e5e5 !important; color:#666666 !important;}
.selectbox .newListHover {background:#e5e5e5 !important; color:#666666 !important; cursor:pointer;}
.selectbox .newListSelHover, .newListSelFocus {color:#666666; cursor:pointer;}
.selectbox .newListOptionTitle {font-weight:bold;}
.selectbox .newListOptionTitle ul {margin:3px 0 0;}
.selectbox .newListOptionTitle li {font-weight:normal; border-left:1px solid #aaa;}

.selectbox2 { background-image: url("/images/skin/bg_select_2_1.gif");}
.selectbox2 .newListSelected { height: 20px; background-image: url("/images/skin/bg_select_2_2.gif"); }
.selectbox2 .selectedTxt { padding-top: 3px; }

.selectbox4 { background-image: url("/images/skin/bg_select_3_1.gif");}
.selectbox4 .newListSelected { height: 29px; background-image: url("/images/skin/bg_select_3_2.gif"); }
.selectbox4 .selectedTxt { padding-top: 6px; height: 23px; line-height:21px ; }


.selectbox3 { float: none; margin: 0 auto; }
/*/셀렉트 박스*/

#dimLayer { display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #fff; filter: alpha(Opacity=70); -ms-filter: "alpha(Opacity=70)"; opacity:0.7; z-index: 10; }

.bookingSec1 { background: #f0f0f0 url("/images/skin/dot_2.gif") repeat-y 258px 0px; }
.bookingSec1 .in { clear: both; background: url("/images/skin/dot_3.gif") repeat-x bottom; overflow: hidden; _zoom: 1; padding-bottom: 10px; }
.bookingSec1 .topSec { overflow: hidden; _zoom: 1; }
.bookingSec1 .topSec li { float: left; }
.bookingSec1 .topSec li img { display: block; }
.bookingSec1 .sec { float: left; }
.bookingSec1 .sec1 { width: 260px; }
.bookingSec1 .sec1 p.tit { padding-bottom: 19px; }
.bookingSec1 .sec1 ul { width: 238px; margin: 0 0 10px 9px; border: 1px solid #ccc; border-bottom: 1px solid #adadad; background-color: #fff; }
.bookingSec1 .sec1 li { border-bottom: 1px solid #d9d9d9; }
.bookingSec1 .sec1 dl { padding: 0 0 13px 0; overflow: hidden; _zoom: 1;}
.bookingSec1 .sec1 dt { padding-bottom: 15px; }
.bookingSec1 .sec1 dt img.ic { display: block; padding-bottom: 5px; }
.bookingSec1 .sec1 dd { font-size: 11px; background: url("/images/icon/p_2.gif") no-repeat 14px 8px; padding: 1px 0 1px 21px; }
.bookingSec1 .sec1 dd img { vertical-align: middle; position: relative; top: -1px; left: 2px; }
.bookingSec1 .sec1 dd span { display: inline-block; width: 60px; }
.bookingSec1 .sec1 dd s { display: inline-block; font-size: 11px; font-family: tahoma; width: 50px; text-align: right; }
.bookingSec1 .sec1 dd strong { display: inline-block; width: 61px; padding-right: 2px; text-align: right; font-family: verdana; font-size: 12px; color: #5b68ae; }



.bookingSec1 .sec2 { width: 261px; }
.bookingSec1 .sec2 p.tit { padding-bottom: 19px; }
.bookingSec1 .sec2 ul { width: 239px; margin: 0 0 10px 9px; border: 1px solid #ccc; border-bottom: 1px solid #adadad; background-color: #fff; }
.bookingSec1 .sec2 li { border-bottom: 1px solid #d9d9d9; }
.bookingSec1 .sec2 dl { padding: 15px 0 11px 14px; overflow: hidden; _zoom: 1; }
.bookingSec1 .sec2 dt { padding-bottom: 4px; }
.bookingSec1 .sec2 dt img.ic { display: block; padding-bottom: 5px; }
.bookingSec1 .sec2 dd { font-size: 11px; background: url("/images/icon/p_2.gif") no-repeat 0 8px; padding: 1px 0 1px 7px; }
.bookingSec1 .sec2 dd img { vertical-align: middle; position: relative; top: -1px; left: 2px; }
.bookingSec1 .sec2 dd span { display: inline-block; width: 60px; }
.bookingSec1 .sec2 dd s { display: inline-block; font-size: 11px; font-family: tahoma; width: 50px; text-align: right; }
.bookingSec1 .sec2 dd strong { display: inline-block; width: 61px; padding-right: 2px; text-align: right; font-family: verdana; font-size: 12px; color: #5b68ae; }

.bookingSec1 .sec3 { padding: 0 0 0 0; }
.bookingSec1 .sec3 p.tit { padding-bottom: 19px; }
.bookingSec1 .sec3 dl { padding-bottom: 6px; margin-left: 10px;}
.bookingSec1 .sec3 dt { padding: 0 0 3px 0; }
.bookingSec1 .sec3 dd { font-size: 11px; background: url("/images/icon/p_2.gif") no-repeat 0 5px; padding: 0 0 0 7px; }

.bookingSec1 .sec4 { width: 261px; }
.bookingSec1 .sec4 p.tit { padding-bottom: 19px; }
.bookingSec1 .sec4 ul { width: 239px; margin: 0 0 10px 9px; border: 1px solid #ccc; border-bottom: 1px solid #adadad; background-color: #fff; }
.bookingSec1 .sec4 li { border-bottom: 1px solid #d9d9d9; }
.bookingSec1 .sec4 dl { padding: 0 0 0 0; overflow: hidden; _zoom: 1; }
.bookingSec1 .sec4 dt { padding-bottom: 4px; }
.bookingSec1 .sec4 dt img.ic { display: block; padding-bottom: 5px; }
.bookingSec1 .sec4 dd { font-size: 11px; background: url("/images/icon/p_2.gif") no-repeat 0 8px; padding: 1px 0 1px 7px; }
.bookingSec1 .sec4 dd img { vertical-align: middle; position: relative; top: -1px; left: 2px; }
.bookingSec1 .sec4 dd span { display: inline-block; width: 60px; }
.bookingSec1 .sec4 dd s { display: inline-block; font-size: 11px; font-family: tahoma; width: 50px; text-align: right; }
.bookingSec1 .sec4 dd strong { display: inline-block; width: 61px; padding-right: 2px; text-align: right; font-family: verdana; font-size: 12px; color: #5b68ae; }


.bookingSec2 {}
.bookingSec2 table { width: 100%; margin-bottom: 15px;}
.bookingSec2 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.bookingSec2 table th, .bookingSec2 table td { padding: 15px 0; vertical-align: top; border-bottom: 1px solid #ececec; }
.bookingSec2 table th img { display: block; margin: 0 auto; border: 1px solid #d3d3d3}
.bookingSec2 table td dl dt { padding-bottom: 7px; }
.bookingSec2 table td dl dt strong { font-size: 14px; color: #454545; display: inline-block; padding: 0 3px 0 0; }
.bookingSec2 table td dl dt span.ic { padding-right: 8px;}
.bookingSec2 table td dl dt em { font-size: 11px; }
.bookingSec2 table td dl dt * { vertical-align: middle; }
.bookingSec2 table td dd.cmt { font-size: 11px; color: #666; padding-right: 50px; }
.bookingSec2 table td dd.tip { font-size: 11px; color: #5b68ae}
.bookingSec2 table td.vmid { text-align: center; }
.bookingSec2 table td.vmid img { display: block; margin: 4px auto; }
.bookingSec2 table tr.first th, .bookingSec2 table tr.first td { padding-top: 0;}
.bookingSec2 ul.listType li {padding: 0 0 2px 7px; color: #5b68ae; background:url("/images/icon/p_2.gif") no-repeat 0 6px;}


.anfSec ul { overflow: hidden;}
.anfSec li { position: relative; clear: both; overflow: hidden; *zoom: 1; margin-left: -30px; }
.anfSec dl { float: left; margin-left: 30px; display: inline; padding-bottom: 24px; }
.anfSec dt { padding: 0 0 11px 0; }
.anfSec dd { position: relative; background: url("/images/icon/aw_4_2.gif") no-repeat 2px 5px; padding: 0 0 0 9px; line-height: 150%; }
.anfSec dd strong { color: #5b68ae; position: absolute; right: 0; }

h4.titType1 { background: url("/images/skin/bg_line_3.gif") repeat-x bottom; padding-bottom: 12px; }
h4.titType1 img { display: block; }

/* 게시판 */
.boardListType1 {width:720px;background:url("/images/skin/bg_board_1.gif") no-repeat;}
.boardListType1 table {width:100%;}
.boardListType1 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.boardListType1 th {height:33px;text-align:center;background: url("/images/skin/bar_2.gif") no-repeat right bottom;}
.boardListType1 th.last { background: none; }
.boardListType1 td {padding:8px 0 8px 0;border-bottom:1px solid #dadada;text-align:center;word-wrap:break-word;word-break:break-all;}
.boardListType1 td span {margin-left:10px;}
.boardListType1 .tleft {padding:8px 0 8px 22px;}
.boardListType1 .tleft a { color: #454545; }
.boardListType1 .tleft a:hover { color: #545454; }
.boardListType1 .tleft a em { color: #757575; }
.boardListType1 tr.on td { background-color: #f0f0f0; }

.boardListType2 { border-bottom:1px solid #afafaf; }
.boardListType2 table {width:720px;border-top:2px solid #ff6060;text-align:center;}
.boardListType2 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.boardListType2 th {padding:9px 0 6px 0;border-top:1px solid #dadada;}
.boardListType2 td {padding:9px 0 6px 0;border-top:1px solid #dadada;word-wrap:break-word;word-break:break-all;}
.boardListType2 .tleft p {padding:0 53px 0 20px;}
.boardListType2 .tr_a th {background:#f8f8f8; display: none;}
.boardListType2 .tr_a td {background:#f8f8f8; display: none;}

.boardListType3 { padding: 13px 0 13px 0; border-top: 1px solid #ff6060; border-bottom: 1px solid #ff6060;}
.boardListType3 ul { width: 360px; }
.boardListType3 ul li { height: 30px; padding-left: 13px; line-height: 30px; border-top: 1px solid #eaeaea; }
.boardListType3 ul .first { border-top: 0; }
.boardListType3 ul li span { display: inline-block; width: 68px; }

.boardListType4 { border-top: 2px solid #909090; border-bottom:1px solid #909090; }
.boardListType4 table {width:720px;border-top:2px solid #ff6060;text-align:center;}
.boardListType4 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.boardListType4 th {padding:9px 0 6px 0;border-top:1px solid #dadada;}
.boardListType4 td {padding:9px 0 6px 0;border-top:1px solid #dadada;word-wrap:break-word;word-break:break-all;}
.boardListType4 .tr_a th {background:#fbfff1;vertical-align: top; display:none; }
.boardListType4 .tr_a td {padding-bottom: 13px; background:#fbfff1;font-size:11px; display:none; }
.boardListType4 .on th, .boardListType4 .on td { background-color: #f2f2f2; }

.boardViewType1 {background:url("/images/skin/bg_board_1.gif") no-repeat;border-bottom:1px solid #afafaf;}
.boardViewType1 table {width:720px;}
.boardViewType1 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.boardViewType1 th {text-align:left;}
.boardViewType1 thead th {background: url("/images/skin/bar_2.gif") no-repeat right bottom;}
.boardViewType1 thead th p {padding:10px 0 12px 25px;}
.boardViewType1 thead td p {padding-left:17px;color:#ffffff;font-weight:bold;font-size:14px;}
.boardViewType1 tbody th p {padding:8px 0 7px 25px;background:url("/images/skin/bar_1.gif") no-repeat right bottom;border-bottom:1px solid #dadada;font-weight:normal;}
.boardViewType1 tbody td p {padding:8px 0 7px 20px;border-bottom:1px solid #dadada;}
.boardViewType1 .td_conts { padding:20px 0 20px 25px; /*padding:20px 0px; */}

/*20150209_날씨별운휴기종*/
.boardViewType1 .td_conts .ttt0209 table { width: 100%; border-top: 2px solid #afafaf; }
.boardViewType1 .td_conts .ttt0209 table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.boardViewType1 .td_conts .ttt0209 table thead th { text-align: center; border: 1px solid #afafaf; border-right: 1px solid #dadada; border-left: 0 none; background-color: #f2f2f2; color: #454545; padding: 11px 0 7px 0; }
.boardViewType1 .td_conts .ttt0209 table thead th.last { border-right: 0 none; }
.boardViewType1 .td_conts .ttt0209 table thead th span { display: block; font-size: 11px; font-weight: normal; color: #757575; }
.boardViewType1 .td_conts .ttt0209 table tbody th { border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; font-weight: normal; background-color: #fbfbfb; text-align: center; }
.boardViewType1 .td_conts .ttt0209 table tbody th.b1 { border-bottom: 1px solid #afafaf; }
.boardViewType1 .td_conts .ttt0209 table tbody th.t1 { height: 45px; line-height: 45px; background-color: #f2f2f2 !important; }
.boardViewType1 .td_conts .ttt0209 table tbody th.tleft { padding: 2px 0 0 10px; }
.boardViewType1 .td_conts .ttt0209 table tbody th.tleft02 { padding: 0 0 0 20px; }
.boardViewType1 .td_conts .ttt0209 table tbody th.tleft img.vmid { position: relative; top: -2px; }
.boardViewType1 .td_conts .ttt0209 table tbody td { border-bottom: 1px solid #dadada; border-left: 1px solid #dadada; }
.boardViewType1 .td_conts .ttt0209 table tbody .first {border-left: 0; }
.boardViewType1 .td_conts .ttt0209 table tbody td.b1 { border-bottom: 1px solid #afafaf; }
.boardViewType1 .td_conts .ttt0209 table tbody td.tright div { padding-right: 20px; }
.boardViewType1 .td_conts .ttt0209 table tbody td.tleft div { padding-left: 20px; }
.boardViewType1 .td_conts .ttt0209 table tbody td.td_1 {background:#fbfbfb;}
.boardViewType1 .td_conts .ttt0209 table tbody td.td_2 {padding: 10px 0 9px 13px; font-size: 11px;}
.boardViewType1 .td_conts .ttt0209 table tbody .last th, .listType2 table tbody .last td { border-bottom: 1px solid #afafaf; }
.boardViewType1 .td_conts .ttt0209 table tbody td .inTxt { padding: 10px 0 7px 0; }
/* 20150209_날씨별운휴기종*/

.prenext {padding-top:21px;}
.prenext dl {overflow:hidden;*zoom:1;border-top:1px solid #afafaf;border-bottom:1px solid #afafaf;}
.prenext dl dt {float:left;width:61px;padding:11px 20px 9px 25px;}
.prenext dl .dt01 {background:url("/images/btn/pre_3.gif") no-repeat 72px 17px;border-bottom:1px solid #dadada;}
.prenext dl .dt02 {background:url("/images/btn/next_3.gif") no-repeat 72px 17px;}
.prenext dl dd {float:left;width:584px;padding:11px 10px 9px 20px;background:url("/images/skin/bar_1.gif") no-repeat left bottom;word-wrap:break-word;word-break:break-all;}
.prenext dl .dd01 {border-bottom:1px solid #dadada;}

.pageType1 {margin-top:15px;text-align:center;}
.pageType1 span a {display:inline-block;width:23px;height:21px;border:1px solid #e9e9e9;text-align:center;line-height:23px;}
.pageType1 span a:hover {background:#ff7f7f;color:#ffffff;}
.pageType1 a { vertical-align: middle; }
.pageType1 .vmid {margin-top:-2px;}
.pageType1 .pre {margin:-2px 3px 0 1px;}
.pageType1 .next {margin:-2px 1px 0 3px;}
*:first-child+html .pageType1 span a {margin:0 1px 0 1px;}

.pageType2 { margin-top: 0; }
.pageType2 span a { background: #ffffff; }

.loginSec { padding-top: 50px; }
.loginSec div.in { border: 1px solid #e0e0e0; height: 160px; background-color: #f8f8f8; }
.loginSec h3 { margin: -32px 0 0 0; }
.loginSec .fleft { width: 358px; background-color: #fff; height: 160px; border-right: 1px solid #e0e0e0; }
.loginSec .fright { width: 359px; }
.loginSec ul { width: 295px; padding: 38px 0 2px 0; margin-left: 30px; background: url("/images/skin/dot_1.gif") repeat-x bottom; overflow: hidden; _zoom: 0;}
.loginSec li { padding: 0 0 5px 0; }
.loginSec li label { float: left; padding: 5px 0 0 0; width: 60px; }
.loginSec li select { float: left; padding: 5px 0 0 0; width: 60px; }
.loginSec ul .btn { float: right; margin: -64px 0 0 0;  }



.loginSec_1 .fright li label { width: 72px; }
.loginSec_1 div.in { height: 190px; }
.loginSec_1 .fleft { height: 190px; }
.loginSec_1 .fleft ul { padding: 42px 0 31px 0;   }
.loginSec_1 .fright ul { padding: 42px 0 6px 0; }
.loginSec_1 .fright ul .btn { float: right; margin: -90px 0 0 0; }
.loginSec_1 .fright .txt1 { width: 295px; margin: 0 auto; background: url("/images/icon/p_2.gif") no-repeat 0 16px; padding-left: 7px; }

.loginSec2 {  }
.loginSec2 .fleft { padding-left: 65px; }
.loginSec2 .fright { width: 402px; }
.loginSec2 .fright ul { padding: 16px 0 14px 0; overflow: hidden; _zoom: 0; }
.loginSec2 .fright li { padding: 0 0 7px 0; }
.loginSec2 .fright li label { float: left; padding: 8px 0 0 0; width: 60px; }
.loginSec2 .fright ul .btn { float: right; margin: -72px 0 0 0; }
.loginSec2 .btns { background: url("/images/skin/dot_1.gif") repeat-x top; text-align: center; padding-top: 15px; }
.loginSec2 .txtSec { border: 1px #e0e0e0; border-style: solid none; margin-top: 14px; padding: 17px 0 13px 63px; overflow: hidden; _zoom: 1; }
.loginSec2 .txtSec dl { float: left; }
.loginSec2 .txtSec dt { background: url("/images/icon/p_2.gif") no-repeat 0 8px; line-height: 150%; padding: 0 0 5px 7px; color: #454545; }
.loginSec2 .txtSec dd { background: url("/images/icon/aw_2.gif") no-repeat 8px 5px; color: #757575; padding: 0 0 4px 17px; }
.loginSec2 .txtSec .btn { float: right; padding: 12px 25px 0 0; }

.loginSec3 { border-top: 1px solid #e0e0e0;}
.loginSec3 ul { width: 402px; margin: 0 auto; padding: 16px 0 14px 0; overflow: hidden; _zoom: 0; }
.loginSec3 li { padding: 0 0 7px 0; }
.loginSec3 li label { float: left; padding: 8px 0 0 0; width: 60px; }
.loginSec3 ul .btn { float: right; margin: -72px 0 0 0; }
.loginSec3 .btns {text-align: center; padding: 15px 0 10px ;border-top: 1px solid #e0e0e0;}



.tabType1 ul { overflow: hidden; *zoon: 1; background: url("/images/skin/bg_tab_1.gif") repeat-x left bottom; }
.tabType1 ul li { float: left; margin-right: -1px; }
.tabType1 ul li.on { position: relative; }
.tabType1 ul li.last { margin: 0; }
.tabType1 ul li img { display: block; }
.tabType1 ul li.btn { float: right; }
.tabType1_02 { position:relative; margin-bottom: -1px; padding-bottom: 21px; background: #ffffff; }

.tabType2 { height: 37px; border-bottom: 1px solid #e2e2e2; }
.tabType2 ul { overflow: hidden; *zoom: 1; }
.tabType2 ul li { float: left; padding-left: 16px; margin-right: 6px; background:url("/images/icon/p_2.gif") no-repeat 5px 16px; line-height: 37px ;}
.tabType2 ul .end { margin-right: 0; }
.tabType2 ul li .on { color: #5b68ae; }

.tabType3 { background: url("/images/skin/bg_line_4.gif") no-repeat bottom; padding-bottom: 24px; }
.tabType3 ul { overflow: hidden; _zoom: 1; border-bottom: 1px solid #e2e2e2; padding: 10px 0 9px 20px; }
.tabType3 li { float: left; padding: 1px 0 1px 11px; margin-right: 11px; background:url("/images/icon/p_2.gif") no-repeat 0 7px; word-break:break-all;white-space: nowrap;}
.tabType3 li a { color: #807f7f; }
.tabType3 li a:hover { color: #5b68ae;}
.tabType3 li a.on { color: #5b68ae !important; text-decoration:underline; }

.tabType4 { overflow: hidden; _zoom: 1; }
.tabType4 ul { padding: 10px 0 10px 20px; float: left; }
.tabType4 li { float: left; padding: 1px 0 1px 11px; margin-right: 11px; background:url("/images/icon/p_2.gif") no-repeat 0 7px; }
.tabType4 li a { color: #807f7f; }
.tabType4 li a:hover { color: #5b68ae;}
.tabType4 li a.on { color: #5b68ae !important; text-decoration:underline; }
.tabType4 .fright { padding: 7px 0; }

.tabType5 ul { overflow: hidden;*zoom:1; background:url("/images/skin/bg_tab_1.gif") repeat-x left bottom; }
.tabType5 ul li { float: left; }
.tabType5 ul li img { display: block; }
.tabType5 ul .btn { float: right; }


.tabTypeS1 { background: #fff;}
.tabTypeS1 ul { overflow: hidden; *zoom: 1; background: url("/images/icon/dot_02.gif") repeat-x left bottom}
.tabTypeS1 ul li {float: left; position: relative; z-index: 1; margin-right: -1px; border: 1px solid #d9d9d9; border-bottom: 1px solid #ff6060; background: #f2f2f2;}
.tabTypeS1 ul li a { display: block; padding: 10px 20px 5px; font-weight: bold; color: #646464; letter-spacing: -1px;}
.tabTypeS1 ul li.on { z-index: 2; border: 2px solid #ff6060; border-bottom: 1px solid #fff; background: #fff;}
.tabTypeS1 ul li.on a { color: #4b4b4b; padding: 10px 20px 4px;}

.playListSec .tit { overflow: hidden; _zoom: 1; border: 1px #afafaf; border-style: solid none; background-color: #f2f2f2; padding: 8px 14px 5px 19px; margin-bottom: 15px; }
.playListSec .tit strong { color: #454545; }
.playListSec .tit .btn { background: url("/images/icon/aw_7_off.gif") no-repeat 0 1px; float: right; padding-left: 17px; font-size: 11px; font-weight: bold; color: #757575; }
.playListSec .tit .btn .on { display: none; }
.playListSec table { width: 100%; margin-bottom: 15px;}
.playListSec table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.playListSec table th, .playListSec table td { padding: 15px 0; vertical-align: top; border-bottom: 1px solid #ececec; }
.playListSec table tr.last th, .playListSec table tr.last td { border-bottom: 0 none; }
.playListSec table th img { display: block; margin: 0 auto; }
.playListSec table td dl dt { padding-bottom: 7px; }
.playListSec table td dl dt strong { font-size: 14px; color: #454545; display: inline-block; padding: 0 3px 0 0; }
.playListSec table td dl dt em { font-size: 11px; }
.playListSec table td dl dt * { vertical-align: middle; }
.playListSec table td dd.cmt { font-size: 11px; color: #666; }
.playListSec table td dd.info { padding: 14px 0 0 0; }
.playListSec table td dd.info ul { padding: 2px 0 7px 0; }
.playListSec table td dd.info li { padding: 0 0 2px 0; }
.playListSec table td dd.info p { font-size: 11px; background: url("/images/icon/pi_4.gif") no-repeat; padding: 0 0 0 20px; }
.playListSec table td dd.info2 { padding: 14px 0 0 37px; text-indent: -37px; }
.playListSec table td.vmid { text-align: center; }
.playListSec table td.vmid img { display: block; margin: 4px auto; }
.playListSec_2 { border-top: 2px solid #afafaf; }
.playListSec_3 { }
.playListSec_3 table tr.first th, .playListSec_3 table tr.first td { padding-top: 0;}
.playListOff table { display: none; }
.playListOff table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.playListOff .tit .btn { background-image: url("/images/icon/aw_7_on.gif"); }
.playListOff .tit .btn span { display: none; }
.playListOff .tit .btn span.on { display: block; }

.boxDetailSec { height: 446px; background: url("/images/skin/bg_playprofile_1.gif") no-repeat; }
.boxDetailSec .fleft { width: 179px; height: 432px; position: relative; }
.boxDetailSec .fleft h3 { padding: 50px 0 0 20px; }
.boxDetailSec .fleft h3 img { display: block; margin-bottom: 4px; }
.boxDetailSec .fleft .txt { padding: 21px 0 0 20px; width: 140px; color: #d4cac3; }
.boxDetailSec .fleft .btn { padding: 15px 0 0 20px; }
.boxDetailSec .fleft .btm { position: absolute; bottom: 11px; left: 20px; }
.boxDetailSec .fleft .btm dl { padding-bottom: 11px; overflow: hidden; _zoom: 1; }
.boxDetailSec .fleft .btm dt { float: left; margin-right: 2px; }
.boxDetailSec .fleft .btm dd { float: left; background: url("/images/icon/bg_si_1.gif") no-repeat; }
.boxDetailSec .fleft .btm dd strong { position: relative; right: -1px; display: block; background: url("/images/icon/bg_si_2.gif") no-repeat right; padding: 2px 5px 2px 12px; color: #595a5b; }
.boxDetailSec .fleft .btm .btn { padding: 0; }
.boxDetailSec .fleft .btm .btn a { margin-right: 10px; }
.boxDetailSec .fright .bigThum { position: relative; height: 361px; overflow: hidden; }
.boxDetailSec .fright .bigThum p { padding: 1px 1px 0 0; }
.boxDetailSec .fright .thumList { position: absolute; bottom: -1px; left: 0; *left: 1px; border: 1px solid #fff; border-bottom: none; background-color: #fff; }
.boxDetailSec .fright .thumList li { overflow: hidden; _zoom: 1; border-bottom: 2px solid #fff; cursor: pointer; }
.boxDetailSec .fright .thumList strong { float: left; width: 23px; text-align: center; background-color: #706f6e; color: #e7e7e7; padding: 15px 0 13px 0; border-right: 1px solid #fff; }
.boxDetailSec .fright .thumList li.on strong { background-color: #39322a; }
.boxDetailSec .fright .thumList img { vertical-align: top;}
.boxDetailSec .fright .info { color: #d8d8d8; padding: 0 0 0 12px; font-size: 11px; }
.boxDetailSec .fright .info ul { padding: 10px 0 0 0; float: left; }
.boxDetailSec .fright .info li { background: url("/images/icon/p_4.gif") no-repeat 0 7px; padding: 1px 0 1px 7px; }
.boxDetailSec .fright .info li strong { display: inline-block; width: 55px; color: #fff; }
.boxDetailSec .fright .info .fright { position: relative; width: 117px; text-align: center; background: url("/images/skin/bar_3.gif") no-repeat 0 0; margin: 13px 0 0 0; padding: 3px 0 2px 0; color: #fff; }
.boxDetailSec .fright .info .fright img { margin-top: 5px; }
.boxDetailSec .fright .dateBoxSec { display: none; text-align: left; position: absolute; left: -16px; top: 41px; width: 143px; height: 105px; background: url("/images/skin/bg_box_5.gif") no-repeat; color: #877470; }
.boxDetailSec .fright .dateBoxSec .txt { padding: 14px 0 0 9px; }
.boxDetailSec .fright .dateBoxSec .date { width: 124px; margin: 6px auto 8px auto; border: 1px #ccc; border-style: dotted none; text-align: center; word-spacing: 1px; font-size: 12px; padding: 3px 0 2px 0; color: #757575; }
.boxDetailSec .fright .dateBoxSec .next { background: url("/images/icon/aw_8.gif") no-repeat 0 3px; text-decoration: underline; padding: 0 0 0 7px; margin: 0 0 0 10px; color: #757575 !important; }
.boxDetailSec .fright .dateBoxSec .close { position: absolute; right: 2px; bottom: 2px; display: block; width: 13px; height: 13px; }
.boxDetailSec .fright .dateBoxSec .close span { display: none; }

.boxDetailSec_2 { background-image: url("/images/skin/bg_playprofile_2.gif"); }
.boxDetailSec_2 .fright .info .fright { background-image: url("/images/skin/bar_3_2.gif"); }
.boxDetailSec_2 .fright .thumList strong { background-color: #55797f; }
.boxDetailSec_2 .fright .thumList li.on strong { background-color: #1e3d49; }

.boxDetailSec_3 { background-image: url("/images/skin/bg_playprofile_3.gif"); }
.boxDetailSec_3 .fright .info .fright { background-image: url("/images/skin/bar_3_3.gif"); }
.boxDetailSec_3 .fright .thumList strong { background-color: #6f6f6f; }
.boxDetailSec_3 .fright .thumList li.on strong { background-color: #313131; }

.boxDetailSec_4 { background-image: url("/images/skin/bg_playprofile_4.gif"); }
.boxDetailSec_4 .fright .info .fright { background-image: url("/images/skin/bar_3_3.gif"); }
.boxDetailSec_4 .fright .thumList strong { background-color: #6f6f6f; }
.boxDetailSec_4 .fright .thumList li.on strong { background-color: #313131; }


.boxDetailSec2 { padding-bottom: 10px; }
.boxDetailSec2 .tit { height: 38px; background: url("/images/skin/bg_box_13_1.gif") no-repeat; }
.boxDetailSec2 .tit .txt { float: left; padding: 12px 0 0 16px; font-size: 16px; font-weight: bold; color: #fff; }
.boxDetailSec2 .tit .sns { float: right; padding: 9px 15px 0 0; }
.boxDetailSec2 .tit .sns dl { float: left; }
.boxDetailSec2 .tit .sns dt { float: left; margin-right: 2px; }
.boxDetailSec2 .tit .sns dd { float: left; background: url("/images/icon/bg_si_1.gif") no-repeat; }
.boxDetailSec2 .tit .sns dd strong { position: relative; right: -1px; display: block; background: url("/images/icon/bg_si_2.gif") no-repeat right; padding: 2px 5px 2px 12px; color: #595a5b; }
.boxDetailSec2 .tit .sns .btn { float: left; padding: 3px 0 0 0; }
.boxDetailSec2 .tit .sns .btn a { float: left; margin-right: 8px; padding: 0 9px 0 0; background: url("/images/skin/bar_5.gif") no-repeat right; }
.boxDetailSec2 .in { height: 290px; background: url("/images/skin/bg_box_12_2.gif") no-repeat; padding-left: 1px; }
.boxDetailSec2 .in .bigThum { float: left; padding: 22px 0 0 31px; }
.boxDetailSec2 .in .bigThum p { padding: 0 0 10px 0; }
.boxDetailSec2 .in .bigThum img { display: block; }
.boxDetailSec2 .in .bigThum li { float: left; padding-right: 5px; }
.boxDetailSec2 .in .bigThum li img { border: 1px solid #fff; cursor: pointer; }
.boxDetailSec2 .in .bigThum li.on img { border: 1px solid #3f372f; }
.boxDetailSec2 .in .fright { width: 400px; padding: 22px 0 0 0; }
.boxDetailSec2 .in .fright dt { font-weight: bold; color: #454545; line-height: 150%; padding: 0 0 16px 0; }
.boxDetailSec2 .in .fright dd { color: #666; background: url("/images/icon/p_2.gif") no-repeat 0 6px; padding: 0 0 6px 63px; text-indent: -56px; }
.boxDetailSec2 .in .fright dd span { width: 56px; display: inline-block; position: relative; left: 56px; }
.boxDetailSec2 .in .fright dd em { font-size: 11px; color: #979797; }
.boxDetailSec2 .in .fright .btn { padding: 28px 0 0 0; }
.boxDetailSec2 .in .icon { float: left; position: relative; background: url("/images/icon/pi_4.gif") no-repeat 0 11px; font-size: 11px; color: #757575; padding: 9px 0 0 20px; }
.boxDetailSec2 .in .icon .vmid { position: relative; top: -1px; left: 3px; }
.boxDetailSec2 .dateBoxSec { display: none; text-align: left; position: absolute; right: -42px; top: 25px; width: 143px; height: 105px; background: url("/images/skin/bg_box_5.gif") no-repeat; color: #877470; }
.boxDetailSec2 .dateBoxSec .txt { padding: 14px 0 0 9px; }
.boxDetailSec2 .dateBoxSec .date { width: 124px; margin: 6px auto 8px auto; border: 1px #ccc; border-style: dotted none; text-align: center; word-spacing: 1px; font-size: 12px; padding: 3px 0 2px 0; color: #757575; }
.boxDetailSec2 .dateBoxSec .next { background: url("/images/icon/aw_8.gif") no-repeat 0 3px; text-decoration: underline; padding: 0 0 0 7px; margin: 0 0 0 10px; color: #757575 !important; }
.boxDetailSec2 .dateBoxSec .close { position: absolute; right: 2px; bottom: 2px; display: block; width: 13px; height: 13px; }
.boxDetailSec2 .dateBoxSec .close span { display: none; }

.boxDetailConts { background: url("/images/skin/dot_1.gif") repeat-x bottom; padding: 30px 20px; }
.boxDetailConts_exhibition { background: url("/images/skin/dot_1.gif") repeat-x bottom; padding-top: 30px; }

.boxDetailBtm { padding-top: 10px; }
.boxDetailBtm .fleft { width: 399px; }
.boxDetailBtm .fleft .tit { overflow: hidden; _zoom: 1; }
.boxDetailBtm .fleft h3 { float: left; padding-bottom: 10px; }
.boxDetailBtm .fleft h3 * { vertical-align: middle; }
.boxDetailBtm .fleft h3 strong { position: relative; top: 4px; }
.boxDetailBtm .fleft .more { float: right; padding-top: 2px; }
.boxDetailBtm .fleft .boardListType1 { width: 399px; background-image: url("/images/skin/bg_board_2.gif"); }
.boxDetailBtm .fleft .boardListType1 td { padding: 7px 0; }
.boxDetailBtm .fleft .boardListType1 .tleft {padding:7px 0 7px 22px;}
.boxDetailBtm .fright { padding-top: 32px; }

.heightSec {  }
.heightSec .sec { height: 109px; background: url("/images/skin/bg_height_1.gif") no-repeat; }
.heightSec .sec .top { overflow: hidden; _zoom: 1; padding: 14px 31px 0 140px; }
.heightSec .sec .top ul { float: left; padding: 5px 9px 0 0; background: url("/images/icon/p_2.gif") no-repeat 0 10px; }
.heightSec .sec .top li { float: left; font-size: 11px; color: #666; border-right: 1px solid #cccbcb; line-height: 100%; padding: 2px 9px 0 7px; margin-right: 2px; }
.heightSec .sec .top li span { font-weight: bold; color: #cc0000; }
.heightSec .sec .top li em { font-weight: bold; color: #969696; }
.heightSec .sec .top li.last { border-right: none; }
.heightSec .sec .top .btn { float: right; }

#slider { width: 547px; height: 10px; margin: 6px 0 0 141px; margin: 5px 0 0 141px; background: url("/images/skin/bg_line_6.gif") repeat-x; border: 0 none; }
#slider .ui-widget-header { background: url("/images/skin/bg_line_5.gif") repeat-x; }
#slider .ui-state-default { top: -0.7em; margin-left: -12px; width: 29px; height: 30px; background: url("/images/btn/bi_1.png") no-repeat; border: 0 none; }

.timeScheduleSec .top { overflow: hidden; _zoom: 1; padding-bottom: 9px; }
.timeScheduleSec .top .fleft { font-size: 14px; font-weight: bold; color: #454545; background: url("/images/icon/pi_5.gif") no-repeat; padding: 0 0 0 24px; }
.timeScheduleSec .top .fright { font-size: 11px; color: #979797; position: relative; top: 3px; }

.infoType1 { float: left; }
.infoType1 li { padding-left: 7px; margin-bottom: 5px; background:url("/images/icon/p_2.gif") no-repeat left 5px; }

.photoType1 { overflow: hidden; *zoom: 1; }
.photoType1 .first { margin-left: 0; }
.photoType1 li { float: left; width: 136px; margin-left: 10px; }
.photoType1 li .photo { margin-bottom: 10px; }
.photoType1 li .photo img { width: 134px; height: 103px; border: 1px solid #dadada; }
.photoType1 li .text { text-align: center; }
.photoType1 li .text span { display: block; margin-bottom: 5px; }



.photoType2 li { width: 355px; }
.photoType2 li .photo img { width: 353px; }

.photoType1 li {width: 230px;margin-left:15px;}
.photoType1 li .photo img {width:228px; height:153px;}

.photoType1.photoType-w li {width:353px;margin-left:10px;}
.photoType1.photoType-w li .photo img {width:351px;height:116px;}
.photoType1.photoType-w li:first-child {margin-left:0!important;}

.sns2 { float: left; margin-bottom: 10px; }
.sns2 .fb {float: left; }
.sns2 dl { float: left; }
.sns2 dt { float: left; margin-right: 2px; }
.sns2 dd { float: left; background: url("/images/icon/bg_si_1.gif") no-repeat; }
.sns2 dd strong { position: relative; right: -1px; display: block; background: url("/images/icon/bg_si_2.gif") no-repeat right; padding: 2px 5px 2px 12px; color: #595a5b; }
.sns2 .btn { float: left; padding: 3px 0 0 0; }
.sns2 .btn a { float: left; margin-right: 8px; padding: 0 9px 0 0; background: url("/images/skin/bar_4.gif") no-repeat right; }

.card { overflow: hidden; *zoom: 1; margin-bottom: 15px; }
.card .photo { float: left; width: 160px; }
.card .text { float: left ; width: 160px; padding-top: 45px; }

/* 계획세우기 > 이용시간 */
.infoTimeSec {}
.infoTimeSec .top { position: relative; text-align: center; padding: 30px 0 24px 0; }
.infoTimeSec .top strong { font-size: 24px; font-family: tahoma; color: #4353a3; display: inline-block; padding: 0 3px; }
.infoTimeSec .top a.btn { position: relative; top: -1px; }
.infoTimeSec .top .today { position: absolute; right: 22px; top: 33px; }
.festivalBox { position: relative; width: 720px; height: 59px; background: url("/images/skin/bg_box_festival.gif") no-repeat 0 0}
.festivalBox div.in { position: absolute; top: 5px; left: 180px; width: 490px; height:33px; overflow: hidden;}
.festivalBox div.in ul.sec { position: absolute; top: 0; left: 0; overflow: hidden; *zoom: 1;}
.festivalBox div.in ul.sec li { width: 490px; float: left; height: 23px; padding: 10px 0 0 0; text-align: center; color: #757575;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.festivalBox .triggerL { position: absolute; top: 11px; left: 146px;}
.festivalBox .triggerR { position: absolute; top: 11px; left: 684px;}
.infoTimeSec .calMonth { margin-bottom: 10px; text-align: center; }
.infoTimeSec .calMonth .month { padding: 0 13px; font: bold 25px tahoma; color: #ff6c11; vertical-align: middle;}
.infoTimeSec .calMonth img { vertical-align: middle;}
.infoTimeSec .calToday { padding: 12px 0 15px; border-top: 1px solid #e3e3e3; text-align: center;}
.infoTimeSec .calToday strong { padding: 0 2px; font: bold 16px dotum; color: #757575;}
.infoTimeSec .calToday strong.date { color: #575757;}
.infoTimeSec .calToday strong.time { color: #5b68ae}
.infoTimeSec .calSec { position: relative;}
.infoTimeSec .calSec table { width: 100%; }
.infoTimeSec .calSec table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.infoTimeSec .calSec th { height: 31px; color: #575757; text-align: center; border: 1px solid; border-color: #dadada #dadada #e3e3e3 #dadada; background: url("/images/skin/bg_line_7.gif") repeat-x 0 0;}
.infoTimeSec .calSec th.sat { color: #5b68ae;}
.infoTimeSec .calSec th.sun { color: #ff6c11;}
.infoTimeSec .calSec td { height: 54px; padding: 8px 7px; border: 1px #dadada; border-style: none solid solid solid; vertical-align: top;}
.infoTimeSec .calSec td .date {position: relative; font-weight: bold; color: #757575 !important; margin-bottom: 5px;}
.infoTimeSec .calSec td .time { color: #909090;}
.infoTimeSec .calSec td.sat .date {position: relative;  color: #5b68ae !important;}
.infoTimeSec .calSec td.sun .date {position: relative;  color: #ff6c11 !important;}
.infoTimeSec .calSec td.inset { background-color: #f6f6f6;}
.infoTimeSec .calSec td.inset .date { color: #bdbdbd;}
.infoTimeSec .calSec td.inset.sat .date{ color: #bcc0db;}
.infoTimeSec .calSec td.inset.sun .date { color: #ffce88;}
.infoTimeSec .calSec td.today { background-color: #c4caec;}
.infoTimeSec .calSec td.today .time { font-weight: bold; color: #5b68ae;}
.infoTimeSec .calSec td.holiday .date { position: relative; color: #ff6c11 !important;}
.infoTimeSec .calSec td.holiday .date .cmt { position: absolute; top: 0px; right: 1px; padding-left: 14px; line-height: 1em; font-weight: bold; text-align: center;}
.infoTimeSec .calSec td.sat .date .cmt { position: absolute; top: 0px; right: 1px; padding-left: 14px; line-height: 1em; font-weight: bold; text-align: center;}
.infoTimeSec .calSec td.sun .date .cmt { position: absolute; top: 0px; right: 1px; padding-left: 14px; line-height: 1em; font-weight: bold; text-align: center;}
.infoTimeSec .calSec td .date .cmt { position: absolute; top: 0px; right: 1px; padding-left: 14px; line-height: 1em; font-weight: bold; text-align: center;}
.infoTimeSec .rndTL { position: absolute; top: 0; left: 0;}
.infoTimeSec .rndTR { position: absolute; top: 0; right: 0;}
.infoTimeSec .rndBL { position: absolute; bottom: 0; left: 0;}
.infoTimeSec .rndBR { position: absolute; bottom: 0; right: 0;}

/* 계획세우기 > 제휴카드 */
.cardSelectSec { position: relative; padding: 11px 0; border: 1px #ff6060; border-style: solid none; overflow: hidden; *zoom: 1;}
.cardSelectSec .cardListSec { float: left; position: relative; width: 564px; height: 75px; left: 30px; overflow: ; }
.cardSelectSec .cardListSec ul { overflow: hidden; *zoom: 1; padding-bottom: 10px;}
.cardSelectSec .cardListSec ul li { float: left; width: 164px; height: 29px; margin-bottom: 5px; padding: 5px 10px 0 14px; background:url("/images/skin/bg_box_6.gif") no-repeat 5px 0; overflow: hidden; *zoom: 1; }
.cardSelectSec .cardListSec ul li.nodata { padding: 5px 0 0 0; width: 183px; text-align: center; }
.cardSelectSec .cardListSec ul li.nodata img { margin: 5px auto 0 auto; }
.cardSelectSec .cardListSec ul li.nodata_2 { padding: 10px 0 0 0; width: 375px; text-align: center; background:url("/images/skin/bg_box_card.gif") no-repeat 5px 0; overflow: hidden; *zoom: 1; }
.cardSelectSec .triggerL { position: absolute; top: 36px; left: 11px;}
.cardSelectSec .triggerR { position: absolute; top: 36px; left: 598px;}
.cardSelectSec .reservation { float: right; padding: 0 13px 0 10px; border-left: 1px solid #dedede}
.schType1 { height: 67px; background: url("/images/skin/bg_box_7_4.gif") no-repeat 0 0}
.schType1 dl {}
.schType1 dl dt { float: left; width: 186px; padding: 20px 0 0 18px; font-weight: normal; color: #e3e1de;}
.schType1 dl dt strong { color: #ff6c11}
.schType1 dl dd { float: left; padding: 16px 5px 0 0;}
.schType1 dl dd.btn { padding: 16px 0 0 0;}
.cardByRate {padding: 0 1px;}
.cardByRate .listBg {padding: 8px 0 11px 0; background: url("/images/skin/bg_line_8.gif") repeat-x 0 100%;}
.cardByRate table {}
.cardByRate table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.cardByRate table th { padding: 3px 0; vertical-align: top; }
.cardByRate table td { padding: 2px 0 10px 0; vertical-align: top; }
.cardByRate table ul { overflow: hidden; *zoom: 1;}
.cardByRate table ul li { float: left; padding: 1px 0; margin-right: 5px; }
.cardByRate table ul li img {border: 1px solid #dbdbdb; vertical-align: middle; }
.cardByRate table ul li .on img {border-color: #ff6060}
.cardByRate table ul li .wtxt { vertical-align: middle; font-size:11px;padding-left: 5px; color: #757575}
.cardByRate dl { padding: 10px 0 0 0; background: url("/images/skin/bg_line_8.gif") repeat-x 0 100%; overflow: hidden; *zoom: 1;}
.cardByRate dl dt { float: left; width: 106px; margin-bottom: 7px;}
.cardByRate dl dt.inset { width: 160px; text-align: right;}
.cardByRate dl dd { float: left; width: 560px; margin-bottom: 7px;}
.cardByRate dl dd ul { float: left;}
.cardByRate dl dd ul li { float: left; margin-right: 5px; border: 1px solid #dbdbdb;}
.cardByRate dl dd ul li img {}
.cardRateDetail { padding: 20px 30px 15px 16px;}
.cardRateDetail dt.name { margin-bottom: 6px;}
.cardRateDetail dd dl dt {}
.cardRateDetail dd.txt { padding-top: 6px;}
.cardRateDetail dd.txt dl dt { margin-bottom: 10px; *font-size:0; *line-height: 0;}
.cardRateDetail dd.txt dl dd { font-size: 11px; padding: 0 0 5px 7px; background:url("/images/icon/p_2.gif") no-repeat 0 6px; }
.cardRateDetail dd.img { }
.cardRateDetail dd.img ul { overflow: hidden; *zoom: 1;}
.cardRateDetail dd.img ul li { float: left; padding: 20px 13px 0 13px;}
.cardRateDetail dd.img ul li p {padding-top:5px; font-size:11px; font-weight:bold;}
.cardRateDetail dd.img span { clear:both; padding: 5px 0 0 0;}
.cardRateDetail .application_btn{display: block; text-align: center;}


/* 함께하는 이벤트*/
.sortBySelect { margin-bottom: 5px;}
.sortBySelect label { float: right; margin: 5px 0 0 0;}
.sortBySelect .selectbox { float: right; margin: 0 0 0 10px;}
.searchBoard { margin: 20px 0 30px; padding: 8px 0 7px; border:1px solid #dadada;}
.searchBoard .container { padding-left: 145px;}
.searchBoard .container label	{visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0;}
.searchBoard .ele { float: left; margin-right: 4px;}
.searchBoard .ele label	{visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0;}
.selectMulti { }
.selectMulti  label { float: left; margin: 6px 6px 0 0; padding-left: 20px;}
.selectMulti  label.first {padding-left: 0;}
ul.photoBdList {}
ul.photoBdList li { float: left; padding: 0 5px 6px 0;}
img.bd_cbcbcb { border: 1px solid #cbcbcb}

.introRide { position: relative; height: 177px; background: url("/images/skin/bg_box_ride.gif") no-repeat 0 0}
.introRide .ride { position: absolute; top: 21px; left: 21px;  }
.introRide .ride img { vertical-align: top;}
.introRide .ride .name { font-size: 14px; padding-bottom: 5px; color: #454545; }
.introRide .ride .bdinfo { padding: 2px 0 0 0; font-size: 11px; font-weight: normal; }
.introRide .ride .bdinfo strong.num { color: #cc0000}
.introRide .ride .bdinfo span.bar { padding: 0 5px; color: #cccbcb}
.introRide .ride .detail { display: inline-block; padding: 17px 0 0 2px;}
.introRide .desc { padding: 72px 0 0 26px; overflow: hidden; *zoom: 1;}
.introRide .desc .img { float: left; border: 1px solid #dadada; padding: 2px; margin-right: 14px;}
.introRide .desc .txt { float: left; width: 135px; font-size: 11px; color: #666; line-height: 140%; }
.introRide .desc .txt p.btn { padding-top: 3px; }

.introRide .fleft { width: 290px; }
.introRide .fright { position: relative; width: 405px; }
.introRide .fright .stickSec { width: 135px; }
.introRide .fright .stickSec table { width: 100%; }
.introRide .fright .stickSec table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.introRide .fright .stickSec td { vertical-align: bottom; height: 123px; }
.introRide .fright .stickSec p { float: left; padding-top: 3px; }
.introRide .fright .stickSec p.g1 { margin-left: 22px; background: url("/images/skin/gp_1_1.gif") no-repeat 0 0; }
.introRide .fright .stickSec p.g2 { margin-left: 24px; background: url("/images/skin/gp_2_1.gif") no-repeat 0 0; }
.introRide .fright .stickSec p.g3 { margin-left: 24px; background: url("/images/skin/gp_3_1.gif") no-repeat 0 0; }
.introRide .fright .man { position: absolute; width: 43px; left: 163px; top: 21px; }
.introRide .fright .man img { display: block; }
.introRide .fright .man .gp span { display: block; width: 43px; text-align: center; font-size: 11px; padding-top: 10px; }
.introRide .fright .man .gp span strong { font-size: 14px; color: #cc0000; }
.introRide .fright .woman { position: absolute; width: 43px; left: 215px; top: 21px; }
.introRide .fright .woman img { display: block; }
.introRide .fright .woman .gp  { margin-left: -5px; }
.introRide .fright .woman .gp span { display: block; width: 50px; text-align: center; font-size: 11px; padding-top: 10px; }
.introRide .fright .woman .gp span strong { font-size: 14px; color: #cc0000; }
.introRide .fright .age { position: absolute; top: 21px; left: 267px;}
.introRide .fright .age .g1 { position: absolute; left: 0px; top: 18px; }
.introRide .fright .age .g2 { position: absolute; left: 0px; top: 49px; }
.introRide .fright .age .g3 { position: absolute; left: 0px; top: 80px; }
.introRide .fright .age .g4 { position: absolute; left: 63px; top: 18px; }
.introRide .fright .age .g5 { position: absolute; left: 63px; top: 49px; }
.introRide .fright .age .g6 { position: absolute; left: 63px; top: 80px; }


/* 댓글게시판 */
.listTypeRe table { width: 100%; margin-bottom: 15px;}
.listTypeRe table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.listTypeRe table.list thead th { padding: 8px 0 6px; color: #454545; border-top: 1px #afafaf; border-style: solid none; background-color: #eeebe8; text-align: center;}
.listTypeRe table.list thead th.icon { text-align: right; padding: 0;}
.listTypeRe table.list thead th.first .idt { padding-left: 10px;}
.listTypeRe table.list thead th.tleft .idt { padding-left: 5px;}
.listTypeRe table.list tbody td { padding: 13px 0 13px 0; border-bottom: 1px solid #dadada; text-align: center;}
.listTypeRe table.list tbody td.first .idt { padding-left: 10px; }
.listTypeRe table.list tbody td.tleft .idt { padding: 0 10px 0 5px;}
.listTypeRe table.list tbody td.user { font-size: 11px;}
.listTypeRe table.list tbody td.user span { padding-left: 5px;}
.listTypeRe table.list tbody td.date { font-size: 11px; line-height: 16px;}
.listTypeRe .writeForm { padding: 15px 20px; border: 1px solid #e3e0df; background-color: #f8f8f8}
.listTypeRe .writeForm ul.icons { padding-left: 80px; margin-bottom: 5px; overflow: hidden; *zoom: 1;}
.listTypeRe .writeForm ul.icons li { float: left; width: 20px; margin-right: 18px; }
.listTypeRe .writeForm ul.icons li label { }
.listTypeRe .writeForm .inputSec { overflow: hidden; *zoom: 1;}
.listTypeRe .writeForm .inputSec .length { float: left; width: 80px; color: #454545;}
.listTypeRe .writeForm .inputSec .length strong { font-size: 11px; color: #f75819;}
.listTypeRe .writeForm .inputSec .text { margin-right: 8px;}

/* 포토게시판 */
.listTypePhoto {}
.listTypePhoto .bhead { height: 33px; background: url("/images/skin/bg_board_1.gif") no-repeat 0 0;}
.listTypePhoto .bhead p.tit { float: left; padding: 10px 0 0 20px;}
.listTypePhoto .bhead ul.sort { float: left; padding: 10px 0 0 0; margin-right: 10px;}
.listTypePhoto .bhead ul.sort li { float: left; padding-left: 14px; background: url("/images/skin/bar_2.gif") no-repeat 6px 2px}
.listTypePhoto .bhead ul.sort li.first {padding-left:0; background: none;}
.listTypePhoto .bhead ul.sort li a { color: #fff; font-size: 11px;}
.listTypePhoto .bhead ul.sort li.on a { text-decoration: underline; font-weight: bold;}
.listTypePhoto .bhead .btn {float: left;  margin-right: 5px; margin-top: 7px;}
.listTypePhoto ul.sec { padding: 15px 0 15px 7px; border-bottom: 1px solid #afafaf; overflow: hidden; *zoom: 1;}
.listTypePhoto ul.sec li { float: left; padding: 15px 12px; width: 152px; }
.listTypePhoto ul.sec li .img { margin-bottom: 10px; border: 1px solid #cbcbcb; padding: 3px;}
.listTypePhoto ul.sec li .img img { vertical-align: top;}
.listTypePhoto ul.sec li .tit { margin-bottom: 3px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.listTypePhoto ul.sec li .user { margin-bottom: 10px; font-size: 11px; color: #979797;}
.listTypePhoto ul.sec li .info { overflow: hidden; *zoom: 1; }
.listTypePhoto ul.sec li .info .date { float: left; font-size: 11px; color: #757575;}
.listTypePhoto ul.sec li .info .like { float: right; padding: 0 0 0 18px; background: url("/images/icon/pi_8.gif") no-repeat 0 0; color: #5b68ae;}
.listTypePhotoSec ul.sec { border-top: 2px solid #afafaf; border-bottom: 1px solid #afafaf}
.listTypePhotoSec ul.sec li { vertical-align: top;  padding: 20px 0; overflow: hidden; *zoom: 1; border-bottom: 1px solid #ececec;}
.listTypePhotoSec ul.sec li div.info { float: left; width: 365px; padding-right: 16px; background: url("/images/skin/bg_line_9.gif") repeat-y 100% 0}
.listTypePhotoSec ul.sec li div.info .bnr { margin-bottom: 10px; border: 1px solid #dadada;}
.listTypePhotoSec ul.sec li div.info .bnr img { vertical-align: top;}
.listTypePhotoSec ul.sec li div.info .term { float: left; font-size: 11px; margin-top: 3px;}
.listTypePhotoSec ul.sec li div.info .btn { float: right;}
.listTypePhotoSec ul.sec li ul.thumbList { float: right; margin-bottom: -6px; width: 330px; padding-left: 8px;}
.listTypePhotoSec ul.sec li ul.thumbList li { float: left; padding: 0; margin: 0 0 6px 6px; *display: inline; border-bottom: 0;}
.listTypePhotoSec ul.sec li ul.thumbList li .frm {padding: 2px; border: 1px solid #cecece}
.listTypePhotoSec ul.sec li ul.thumbList li img { vertical-align: top;}


/* 소셜 */
.facebookLogin { position: relative;}
.facebookLogin .func { position: absolute; top: 35px; left: 553px;;}
.socialSec .writeFb { width:330px; padding: 14px 11px 12px; border: 1px solid #e3e0df; background-color: #f8f8f8}
.socialSec .todayList { }
.socialSec .todayList p.tit { padding: 0 0 12px 25px;font-size: 11px; color:#454545; background: url("/images/icon/pi_7.gif") no-repeat 0 0}
.socialSec .todayList p.tit .date { font-size: 14px; color: #454545;}
.socialSec .todayList p.tit .cnt { font-size: 11px;}
.socialSec .todayList .scroll { border-top: 1px solid #afafaf; width: 352px; height: 405px; overflow-y: auto; overflow-x: hidden; }
.socialSec .todayList .scroll ul.sec {}
.socialSec .todayList .scroll ul.sec li { padding: 8px; overflow: hidden; *zoom: 1; border-bottom: 1px solid #d8d8d8;vertical-align: top}
.socialSec .todayList .scroll ul.sec li .img { float: left; margin-right: 14px; border: 1px solid #d8d8d8;}
.socialSec .todayList .scroll ul.sec li .txt { float: left; width: 215px; color: #757575; font-size: 11px;}
.socialSec .todayList .scroll ul.sec li .txt .user { font-weight: bold; margin-bottom: 2px;}
.socialSec .todayList .scroll ul.sec li .txt .desc {}
.socialSec .todayList .scroll ul.sec li .txt .time { margin-left: 5px; display: inline-block;  color: #a8a8a8; text-align: right;}
.socialSec .todayList .scroll ul.sec li .txt .time img { vertical-align: middle;}
.socialSec .todayList .scroll ul.sec li .txt .time span { padding-left: 3px; vertical-align: middle;}
.socialSec .todayList .scroll ul.sec li .btn { float: left; padding: 20px  0 0 20px;}
.socialSec .todayList .more { background-color: #f6f5f3; font-size: 11px; padding: 8px 0; text-align: center; vertical-align: top;}
/*
.socialSec .fbBest10 { width: 343px; height: 608px; border: 2px solid #e3e0df;}
.socialSec .fbBest10 .title { padding: 15px; background-color: #f8f8f8; }
.socialSec .fbBest10 .title .total { font-size: 11px;}
.socialSec .fbBest10 .title .total strong { font-family: verdana;}
.socialSec .fbBest10 ul.sec { padding: 12px 14px 22px;}
.socialSec .fbBest10 ul.sec li { padding: 8px 0 9px;overflow: hidden; *zoom: 1; vertical-align: top; background: url("/images/skin/bg_line_10.gif") repeat-x 0 100%;}
.socialSec .fbBest10 ul.sec li p.name { float: left;}
.socialSec .fbBest10 ul.sec li p.name span { display: inline-block; vertical-align: top; margin: 3px 0 0 8px; color: #454545; }
.socialSec .fbBest10 ul.sec li p.like { float: right; padding-top: 1px;}
.socialSec .fbBest10 ul.sec li p.like span.bg1 { margin-left: 2px; height: 21px; display: inline-block; background: url("/images/skin/bg_ball_1.gif") no-repeat 0 0;vertical-align: top}
.socialSec .fbBest10 ul.sec li p.like span.bg1 span { text-align: right; min-width: 27px; padding: 3px 5px 0 10px; height: 18px; font-weight: bold; color: #595a5b; display: inline-block; background: url("/images/skin/bg_ball_2.gif") no-repeat 100% 0;vertical-align: top}
.socialSec .fbBest10 .pgBest { padding: 0 14px; overflow: hidden; *zoom: 1;}
.socialSec .fbBest10 .pgBest .thumb { float: left; border: 1px solid #dadada; padding: 3px;}
.socialSec .fbBest10 .pgBest .txtSec { float: right;  width: 174px; }
.socialSec .fbBest10 .pgBest .txtSec .desc { padding: 2px 0 0 0; height: 58px; font-weight: bold; color: #757575;}
.socialSec .fbBest10 .pgBest p.like { padding-top: 1px;}
.socialSec .fbBest10 .pgBest p.like span.bg1 { margin-left: 2px; height: 21px; display: inline-block; background: url("/images/skin/bg_ball_1.gif") no-repeat 0 0;vertical-align: top}
.socialSec .fbBest10 .pgBest p.like span.bg1 span { text-align: right; min-width: 27px; padding: 3px 5px 0 10px; height: 18px; font-weight: bold; color: #595a5b; display: inline-block; background: url("/images/skin/bg_ball_2.gif") no-repeat 100% 0;vertical-align: top}
*/
.socialSec .fbFans { width: 343px; height: 608px; border: 2px solid #e3e0df;}
.socialSec .fbFans .title { position: relative; border-bottom: 1px solid #d8d8d8;}
.socialSec .fbFans .title .total { position: absolute; left: 19px; top: 63px; background: url("/images/skin/fb_like_2.gif") no-repeat right top}
.socialSec .fbFans .title .total strong.in { display: inline-block; height: 26px; line-height: 26px; padding:0 16px 0 80px; font-size: 16px; font-family: verdana; color:#1c2a47; background: url("/images/skin/fb_like_3.gif") no-repeat left top}
.socialSec .fbFans .joyList { position: relative; height: 400px; overflow-x:hidden; overflow-y: auto;}
.socialSec .fbFans ul.sec { position: relative;  padding: 15px 14px 22px;}
.socialSec .fbFans ul.sec li { position: relative; padding: 8px 0 9px;overflow: hidden; *zoom: 1; vertical-align: top; background: url("/images/skin/bg_line_10.gif") repeat-x 0 100%;}
.socialSec .fbFans ul.sec li p.name { float: left;}
.socialSec .fbFans ul.sec li p.name span { display: inline-block; vertical-align: top; margin: 3px 0 0 8px; color: #454545; }
.socialSec .fbFans ul.sec li .like { float: right; padding-top: 1px;}
.socialSec .fbFans ul.sec li .like span.bg1 { margin-left: 2px; height: 21px; display: inline-block; background: url("/images/skin/bg_ball_1.gif") no-repeat 0 0;vertical-align: top}
.socialSec .fbFans ul.sec li .like span.bg1 span { text-align: right; min-width: 27px; padding: 3px 5px 0 10px; height: 18px; font-weight: bold; color: #595a5b; display: inline-block; background: url("/images/skin/bg_ball_2.gif") no-repeat 100% 0;vertical-align: top}
.socialSec .fbFans .pgBest { padding: 0 14px; overflow: hidden; *zoom: 1; border-top: 1px solid #d8d8d8;}
.socialSec .fbFans .pgBest .tit {padding: 15px 0 0 18px;margin-bottom: 5px; font-weight: bold; color: #3b5998; background:url("/images/icon/pi_3.gif") no-repeat 0 17px;}
.socialSec .fbFans .pgBest .thumb { float: left; border: 1px solid #dadada; padding: 3px;}
.socialSec .fbFans .pgBest .txtSec { float: right;  width: 174px; }
.socialSec .fbFans .pgBest .txtSec .desc { padding: 2px 0 0 0; height: 58px; font-weight: bold; color: #757575;}
.socialSec .fbFans .pgBest p.like { padding-top: 1px;}
.socialSec .fbFans .pgBest p.like span.bg1 { margin-left: 2px; height: 21px; display: inline-block; background: url("/images/skin/bg_ball_1.gif") no-repeat 0 0;vertical-align: top}
.socialSec .fbFans .pgBest p.like span.bg1 span { text-align: right; min-width: 27px; padding: 3px 5px 0 10px; height: 18px; font-weight: bold; color: #595a5b; display: inline-block; background: url("/images/skin/bg_ball_2.gif") no-repeat 100% 0;vertical-align: top}



/* 사진팝업 */
input.ipchk { width: 13px; height: 13px; padding:0; }
.photoManageSec { width: 685px; overflow: hidden;}
.photoManageSec .top { border: 1px solid #dfdfdf; padding: 1px;}
.photoManageSec .top .topIn { padding: 9px 12px 6px; background: #f2f2f2;}
.photoManageSec .top .total { display: inline-block; padding-left: 10px; margin-right: 20px; background: url("/images/icon/aw_1.gif") no-repeat 0 5px; vertical-align: middle;}
.photoManageSec .top .maxsize { padding: 3px 0 0 8px; background: url("/images/icon/p_3.gif") no-repeat 0 9px; vertical-align: middle;}
.photoManageSec ul.photoList { width: 696px; height:210px; overflow: hidden; *zoom: 1; border-bottom: 1px solid #dfdfdf}
.photoManageSec ul.photoList li { float: left; width: 139px; padding: 0 0 20px 0;}
.photoManageSec ul.photoList li .chk { float: left; margin-right: 3px;}
.photoManageSec ul.photoList li .thumb { float: left; padding: 2px; border: 1px solid #cbcbcb; }

/* 쿠폰 */
.couponSec { width: 720px; height: 214px; margin: 0 auto; background: url("/images/skin/img_coupon_1.gif") no-repeat; }
.couponSec .tit { font-weight: bold; font-size: 14px; color: #6c6359; padding: 29px 0 21px 79px; }
.couponSec .img { float: left; padding: 0 0 0 25px; }
.couponSec .info { float: right; width: 308px; padding-right: 27px; }
.couponSec .info table { width: 100%; }
.couponSec .info table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.couponSec .info th {  }
.couponSec .info th p { padding-left: 13px; }
.couponSec .info th img { display: block; }
.couponSec .info th { padding: 10px 0 10px 0; }
/* /쿠폰 */

/* 서울랜드 지도보기 */
.popMapSec { position: relative; }
.popMapSec .map {  }
.popMapSec .smapSec { position: absolute; width: 181px; height: 162px; top: 21px; left: 21px; background: url("/images/skin/bg_map_1.gif") no-repeat; }
.popMapSec .smapSec img { display: block; }
.popMapSec .smapSec .tit { padding: 6px 0 7px 8px; }
.popMapSec .smapSec .map { padding: 0 0 0 2px; }
.popMapSec .smapSec .close { position: absolute; right: 9px; top: 7px; display: block; width: 13px; height: 13px; font-size: 0px; line-height: 0; text-indent: -10000px; }

.popMapSec .mapDetailSec { position: absolute; bottom: 8px; left: 21px; width: 307px; height: 332px; background: url("/images/skin/bg_map_2.gif") no-repeat; }
.popMapSec .mapDetailSec .tit { font-weight: bold; color: #fff; padding: 5px 0 6px 10px; width:280px; }
.popMapSec .mapDetailSec .close { position: absolute; display: block; top: 7px; right: 9px; width: 13px; height: 13px; font-size: 0; line-height: 0; text-indent: -10000px; }
.popMapSec .mapDetailSec iframe { margin: 10px 0 0 12px; width: 281px; height: 285px; }

.popMapSec .siteMap { background: url("/images/skin/bg_line_11.gif") no-repeat left bottom; padding-bottom: 6px; }
.popMapSec .siteMap table { border: 1px #ff6060; border-style: solid solid none solid; width: 100%; }
.popMapSec .siteMap table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.popMapSec .siteMap table tr.line1 th, .popMapSec .siteMap table tr.line1 td { border-bottom: 1px solid #ff9000; }
.popMapSec .siteMap table th { text-align: left; height: 23px; border: 1px #d6d6d6; border-style: none solid solid solid; background-color: #f4f4f4; vertical-align: top; font-size: 11px; }
.popMapSec .siteMap table th p { padding: 6px 0 0 10px; }
.popMapSec .siteMap table th.tt { height: auto; background-color: #f5f0e9; color: #997036; font-weight: bold; vertical-align: top; border-bottom: 1px solid #ff9000; border-left: 0 none; border-right: 1px solid #d6d6d6 !important; font-size: 12px; }
.popMapSec .siteMap table th.tt p { padding: 5px 0 0 8px; }
.popMapSec .siteMap table td { border-bottom: 1px solid #d6d6d6; padding: 5px 10px 3px 10px; }
.popMapSec .siteMap table td a { font-size: 11px; display: inline-block; background: url("/images/icon/p_1.gif") no-repeat 0 5px; padding: 0 0 0 6px; color: #757575; margin: 0 10px 0 0; }
.popMapSec .siteMap table tr.last th, .popMapSec .siteMap table tr.last td { border-bottom: 0 none; padding-bottom: 0; }

.playDetailSec dl { overflow: hidden; _zoom: 1; }
.playDetailSec dl img { border: 2px solid #877470; }
.playDetailSec dt { float: left; }
.playDetailSec dd { float: right; padding-bottom: 5px; }
.playDetailSec .info { padding: 5px; height: 88px; overflow-y: scroll; border: 1px solid #e3e3e3; margin-bottom: 5px; }
.playDetailSec .info ul { border-bottom: 1px solid #e3e3e3; padding: 7px 0; }
.playDetailSec .info li { font-size: 11px; padding: 0 0 0 5px; background: url("/images/icon/p_1.gif") no-repeat 0 6px; }
/* /서울랜드 지도보기 */

/* 사이트맵 */
.siteMapSec { padding-top: 20px; }
.siteMapSec table { width: 100%; }
.siteMapSec table caption { visibility:hidden; font-size:0; overflow:hidden; width:0; height:0; line-height:0; }
.siteMapSec td { vertical-align: top; border: 1px #e0e0e0; border-style: none solid solid none; }
.siteMapSec th { vertical-align: top; border: 1px #e0e0e0; border-style: none solid solid none; }
.siteMapSec tr.first dl { padding-top: 0 !important; }
.siteMapSec tr.last td, .siteMapSec tr.last dl, .siteMapSec tr.last ul { border-bottom: 0; }
.siteMapSec td.last { border-right: 0; }
.siteMapSec dl { width: 140px; margin: 0 auto; padding: 40px 0 20px 0; }
.siteMapSec dt { border-bottom: 2px solid #5b68ae; padding-bottom: 9px; margin-bottom: 20px; }
.siteMapSec dt img { display: block; }
.siteMapSec dd { padding-bottom: 12px; }
.siteMapSec ul { padding: 2px 0 5px 0; }
.siteMapSec li { padding-top: 9px; }
.siteMapSec li a { background: url("/images/icon/p_2.gif") no-repeat 0 6px; padding: 0 0 0 7px; display: inline-block; color: #999; }
.siteMapSec li a:hover { color: #666; }
/* /사이트맵 */

/*주변볼거리*/
.tourCon1	{ width:100%; height:355px; background: url("/images/txt/td_12.gif") no-repeat 0 0;}
.tourCon1 p	{ visibility:hidden; font-size:0; overflow:hidden; line-height:0;}
.tourCon2	{ width:100%; height:340px; background: url("/images/txt/td_13.gif") no-repeat 0 0;}
.tourCon2 p	{ visibility:hidden; font-size:0; overflow:hidden; line-height:0;}
.tourCon3	{ width:100%; height:340px; background: url("/images/txt/td_14.gif") no-repeat 0 0;}
.tourCon3 p	{ visibility:hidden; font-size:0; overflow:hidden; line-height:0;}
/*주변볼거리*/

/* 회사소개 히스토리 */
ul.hisCon1 {background: url("/images/txt/td_20.gif") no-repeat 0 0; width:721px; height:860px;} 
ul.hisCon1 li	{position:absolute; visibility:hidden; font-size:0;}
ul.hisCon2 {background: url("/images/txt/td_21.gif") no-repeat 0 0; width:721px; height:375px;} 
ul.hisCon2 li	{position:absolute; visibility:hidden; font-size:0;}
/* 회사소개 히스토리 */

/*인재채용 20130607*/
.RecCon1 {background: url("/images/skin/img_55.gif") no-repeat 0 0; width:759px; height:540px;} 
.RecCon1 ul	{position:absolute; visibility:hidden; font-size:0;}
/*인재채용*/

/*팝업 주소*/
.option1 { display: block; float: left; margin-left: 20px;}
.option2 { display: block; float: left; margin-left: 20px;}
.option3 { display: block; float: left; margin-top: 4px;  width: 100%; margin-left: 20px;}
.boxType3 h4 { color: #111111; float: left;  font-size: 12px; line-height: 22px;  width: 55px;}
.boxType3 label {font-size: 0; line-height: 0; overflow: hidden;  position: absolute; visibility: hidden;  z-index: -1;}

/*	기업체 단체행사 안내 */
.business_info {width:100%;}
.business_info .con {box-sizing:border-box; width:100%; padding:15px 0; margin-top:15px; text-align:center; border:4px solid #f7f7f7;}

.business_imglist {}
.business_imglist>li {padding:20px; border-bottom:1px dashed #d8d8d8;}
.business_imglist>li .tit {margin-bottom:18px;}
.business_imglist>li .thumb {overflow:hidden; margin-left:-10px; margin-bottom:15px;}
.business_imglist>li .thumb>li {overflow:hidden; float:left; margin-left:10px; }
.business_imglist>li .thumb>li a {display:block; position:relative; box-sizing:border-box; width:220px; height:153px; padding:6px; text-align:center; background:url(/images/group/business_imglist_bg.gif) no-repeat left top;}
.business_imglist>li .thumb>li a img {width:208px; height:141px;}
.business_imglist>li .thumb>li a::after {display:block; content:''; position:absolute; right:16px; bottom:16px; z-index:100; width:28px; height:28px; background:url(/images/group/business_imglist_large.png) no-repeat left top;}

.business_imgslide_layer {/* display:none;  */visibility:hidden; position:fixed; left:50%; top:50%; z-index:1200; width:740px; height:500px; margin-left:-370px; margin-top:-250px;}
.business_imgslide_layer .btn_close {position:absolute; left:50%; top:-72px; margin-left:-20px;}
.business_imgslide li.slick-slide {width:740px; height:500px; overflow:hidden;}
.business_imgslide .slick-prev {position:absolute; left:-95px; top:238px;}
.business_imgslide .slick-next {position:absolute; right:-95px; top:238px;}

#bi_mask {display:none; position:fixed; left:0; top:0; z-index:1100; width:100%; height:100%; background:url(/images/group/bi_mask_bg.png) repeat left top;}


/*	학생단체프로그램 	 */
.stud_download {overflow:hidden; margin-bottom:50px;}
.stud_download>.stud_download_in {float:left; width:33.3%;}
.stud_download>.stud_download_in>p {height:40px;}
.stud_download .stud_btn_box {box-sizing:border-box; width:230px; height:48px; padding-top:10px; text-align:center; border:3px solid #f5f5f5;}
.stud_download .stud_btn_box>a {vertical-align:middle;}


/*	메인 - 워터워즈 스타일 */
.water_layer {display:none; position:fixed; left:50%; top:50%; margin-left:-450px; margin-top:-253px; z-index:10010; width:900px;}
.water_layer .btn_close {position:absolute; right:-50px; top:0;}
.water_mask {display:none; position:fixed; left:0; top:0; z-index:10000; width:100%; height:100%; background:#000;}