@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');*/
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);


/*body { font-family: dotum; line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#fff; background-size:cover;
		background-image: url(thema/ggsports/assets/img/background.png); background-repeat: no-repeat; }*/
body { font-family: "Noto Sans KR", sans-serif !important , line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:14px; }
a { color: #2d68c9; cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #2d68c9; text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { font-family: "Noto Sans KR", sans-serif,"Roboto", sans-serif; }
.ko, .ko small { font-family:"Noto Sans KR", sans-serif, Malgun Gothic,dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; }
.at-body .at-container { padding:0px 15px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:20px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; }
@media all and (max-width:991px) {
	.responsive .at-body .at-container { padding:0px 10px !important; }
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }

}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; padding:10px 0px 5px; }
.at-lnb ul > li { float: left; padding: 0px 15px; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { color: #333; float:left; }
@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:10px 0px 0px; text-align:center; }
/*.pc-header .at-container { padding:0px 20px 15px; background: url('./header.jpg') no-repeat right top; }*/

.pc-header .at-container { padding:0px 20px 15px; background: url('../../assets/img/logo_sub.png') no-repeat right top; background-size: 180px; }

.pc-header .at-container { padding:0px 20px 15px;  }
.pc-header .header-logo { display:inline-block; vertical-align:middle;  } /*padding:0px 15px; 감춤 hanna 180219*/
.pc-header .header-logo a { font-size:44px; line-height:44px; font-family:'Georgia', sans-serif; font-weight:bold; color:#000; }
.pc-header .header-logo a:hover { color:#000; }
.pc-header .header-logo img { display:block; width:100%; max-height:60px; }
.pc-header .header-desc { display:block; font-size:12px; letter-spacing:-1px; color:#888; margin-top:2px; }
.pc-header .header-search { display:inline-block; width:260px; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:4px; border:4px solid #111; background: #111; }
.pc-header .header-search input { background: #fff; border:1px solid #111; }
.pc-header .header-search .btn { color:#fff !important; background: #111 !important; }
.pc-header .header-keyword { padding-top:4px; }
.en .pc-header .header-keyword { font-size:12px; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
/*.m-header { display:none; background: rgb(50, 60, 70); } jwshin*/
.m-header { display:none; background:#0089cf; }
.m-header a { color:#fff }
.m-header .at-container { padding:0px; }
.m-header .header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; min-width:300px; border-collapse: collapse; }
.m-header .header-icon, 
.m-header .header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .header-icon { width:44px; }
.m-header .header-icon a { display:block; }
@media all and (max-width:991px) {
	.responsive .m-header { display:block; }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #0089cf; border:0px; z-index:3; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 15px; font-family: "Roboto", sans-serif; }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { font-size:16px; } 
@media all and (max-width:991px) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#fff; background:#0089cf; font-weight:bold; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#0066b3; }
.pc-menu .nav-top .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div::before { /*top: -8px; border-width: 0 8px 8px; border-color: orangered transparent;*/ display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff;/* border-top:3px solid orangered; */box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#0089cf; position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; width:42px; }
.pc-menu .nav-right > ul > li > a { color:#fff; display:block; text-align:center;background:#0089cf }/*background 색 추가 hanna 180202*/
.pc-menu .nav-right > ul > li > a:hover { background: #0066b3; }
.pc-menu .nav-right .label { position: absolute; top: 15%; right: 7px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }
.pc-menu .nav-rw { width:170px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }
.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:crimson; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:2px 12px; color:#0066b3; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:crimson; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:bold; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; z-index:20; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.m-menu .m-wrap { }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon, 
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; border:1px solid #eee; border-top:0px; border-bottom:0px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0px 10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: orangered; font-weight:bold; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: orangered; font-weight:bold; }
@media all and (max-width:991px) {
	.responsive .m-menu { display:block; }
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:12px; }
.at-footer .at-links { background:#fafafa; padding:8px 0px; border:1px solid #ddd; border-left:0px; border-right:0px;  }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 15px; }
.at-footer .at-links ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #888; }
@media all and (max-width:991px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; text-align:center; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}

/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos .media { padding:15px 20px 20px; }
.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .copyright { float:left; margin-left:10px; }
.at-footer .at-infos .copyright span { color:#888; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#888; }
.at-footer .at-about > li > a { color: #888; }
.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::after { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { padding:15px 0px 20px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#888; }
.at-footer .at-copyright strong { color:#333; }

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 25px; z-index: 2; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display:none; }
@media (max-width: 768px) {
	.at-go .go-btn { bottom:0px; right:5px; }
}

/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family: "Roboto", sans-serif; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family:dotum, sans-serif; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; }
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "Roboto", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a{color:#fff !important;}
/*.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }*/ /*감춤 hanna 180212*/

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "Roboto", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "Roboto", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }



/*jwshin 추가*/
.hidden-elem{ display:none; }

/*hanna 추가*/
.logo_all{float: left}
.logo_main{width:100%;}
.ggsports_logo{width:100%;}
.main_icon{margin-bottom: 50px;margin-top: 20px}

.notice_title,.schedule_title{background-color: #fff;width:390px;height:280px;margin-left: 30px;margin-top: 30px;}
.notice_title h3,.schedule_title h3{font-size: 20px;font-weight:bold;}
.notice_schedule{background-color: #e1e1e1;height:337px; margin-bottom: 30px;padding:10px;}




/*공지사항*/
.notice_title h3{padding-top:30px; padding-left:20px;border-bottom: 2px solid #c2c2c2;padding-bottom: 20px}
.notice_title{position: relative;}
.notice_icon{position: absolute;top:100px; left:20px;}
.notice_text1{position: absolute;top:100px; left:50px;}
.notice_text2{position: absolute;top:100px; left:320px;}
.notice_padding{background-color: #fff; margin-top:20px; margin-left: 10px;width:48%; height:90%;padding-top:10px;}
/*.widget-box_mt{margin-top: 25px}*/


/*행사일정*/
.schedule_title h3{padding-top:30px; padding-left:20px; border-bottom: 2px solid #c2c2c2;padding-bottom: 20px}
.schedule_title{position: relative;}
.schedule_icon{position: absolute;top:100px; left:20px;}
.schedule_text1{position: absolute;top:100px; left:50px;}
.schedule_text2{position: absolute;top:100px; left:320px;}
.schedule2_icon{position: absolute;top:150px; left:20px;}
.schedule2_text1{position: absolute;top:150px; left:50px;}
.schedule2_text2{position: absolute;top:150px; left:320px;}
.schedule3_icon{position: absolute;top:200px; left:20px;}
.schedule3_text1{position: absolute;top:200px; left:50px;}
.schedule3_text2{position: absolute;top:200px; left:320px;}

/*갤러리보기*/
.gallery_all h1{font-size: 18px;font-weight: bold;color: #161616}
.video_all,.photo_all{float: left;padding-left: 0px;padding-right: 0px}
.video1,.photo1{padding-left: 0px;padding-right: 0px}
.photo_img img,.video_img img{width:95%;}
.photo_head h3,.video_head h3{font-weight: bold;font-size: 14px;color: #262626}
.video_title img,.photo_title img{float: left;padding-top: 1px}
.video_title h3,.photo_title h3{margin-left: 10px;color: #262626;}
.video_text,.photo_text{margin-top: 5px;font-size: 11px}

/*디자인 수정*/
.btn.btn-black{background-color:#0089cf;border: 1px solid #0089cf}
.btn-group{color:#0089cf }
.border-navy, i.border-navy, img.border-navy{border-color:#000}
.div-title-underbar-bold{border-bottom:2px solid #000;}
.btn.btn-color{border:1px solid rgb(239, 59, 35);background-color:rgb(239, 59, 35);}
.pc-menu .nav-top .sub-1dli.on .sub-1da, .pc-menu .nav-top .sub-1dli:hover .sub-1da{background:#ef3b23;border-color:#ef3b23;}
.btn-black:active {background:#0089cf;border-color:#0089cf;}
.btn-black:hover {background:#0089cf;border-color:#0089cf;}
.banner_widget{width:270px ! important;height:220px ! important;}
.ellipsis_no{margin-left:-40px }



/*.at-content{background-image: url('/thema/ggsports/assets/img/page_background2.png'); background-repeat: no-repeat; background-size: auto;
 z-index: 100000;background-position-x: center ;  background-position-y: 24% ;}*/

/*jwshin 추가 버튼 hover 검정색으로 나타나는 문제 해결 (/css/amps.css 2105 라인 선언 재선언) */
.btn.active.btn-black, .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active { 
	background-color: #0066B3; 
}

/*이용약관 background 추가 hanna 180223*/

.page-content{
		         background-image: url('/thema/ggsports/assets/img/page_background2.png') ;
		         background-position:center 190px; 
		         background-repeat: no-repeat;
		         background-attachment: fixed;
		      }


/*background_img hanna 080308 추가*/

/*.table-responsive,.table{background-image: url('/thema/ggsports/assets/img/page_background2.png'); background-repeat: no-repeat; background-size: auto;
 z-index: 100000;background-position-x: center ;  background-position-y: 24% ;background-attachment: scroll;}*/

.man-info-total-spread{background-image: url('/thema/ggsports/assets/img/page_background3.png'); background-repeat: no-repeat; background-size: auto;
 z-index: 100000;background-position-x: center ;  background-position-y: 80% ;}
.man-info-total{background-image: url('/thema/ggsports/assets/img/page_background.png'); background-repeat: no-repeat; background-size: auto;
 z-index: 100000;background-position-x: center ;  background-position-y: 80% ;}

 .cp-cont{background-image: url('/thema/ggsports/assets/img/page_background2.png'); background-repeat: no-repeat; background-size: auto;
 z-index: 100000;background-position-x: center ;  background-position-y: 30% ;}
.apply_form{background-image: url('/thema/ggsports/assets/img/page_background3.png'); background-repeat: no-repeat; background-size: auto;
 z-index: 100000;background-position-x: center ;  background-position-y: 27% ;}
 .bg-white{background-image: url('/thema/ggsports/assets/img/page_background3.png'); background-repeat: no-repeat; background-size: auto;
 z-index: 100000;background-position-x: center ;  background-position-y: 24% ;}


/*.widget-index {background-image: url('/thema/ggsports/assets/img/background.png');background-position-y:510% }*/ /*디자인 수정 작업중 감춤 hanna 180312*/




 /*.man-info{background-image: url('/thema/ggsports/assets/img/page_background2.png'); background-repeat: no-repeat; background-size: auto;
 z-index: 100000;background-position-x: center ;  background-position-y: 27% ;}
 #man-info-tbody{background-image: url('/thema/ggsports/assets/img/page_background2.png'); background-repeat: no-repeat; background-size: auto;
 z-index: 100000;background-position-x: center ;  background-position-y: 27% ;}*/


 /*live 방송보기*/
.livechannel,.vodchannel{max-width: 1200px;float: none;margin:0px auto ;padding-bottom: 50px}
.main_title{text-align: center;margin-top: 20px}
.main_slider{height:100%; margin: 50px 0px;text-align: center;}
.main_slider img{margin:auto;}
.channel_info{background-color: #fff;height: 100%; ;max-width:1000px;margin:auto;}
.channel_title{margin: 15px 0px ! important; padding-bottom:10px; border-bottom:solid 2px #e6e6e9;z-index: 1000000}
.video1,.video2{margin-bottom: 20px}
.click1,.click2{margin-top: 10px}

.samsung_bg{background-image: url('../../assets/img/samsung_character.png')! important;background-repeat: no-repeat; 
			background-size: 17%;z-index: 100000;background-position-y:55%;background-position-x:2%;}
.mB{margin-bottom: 20px}

/*.ggsports_bg{background-color: #fff;z-index: 100000}*/

.channel_info{padding-bottom:30px}



@media all and (max-width:991px) {
	.mB{margin-bottom: 20px}
	.video1_left,.video1_right,.video2_left,.video2_right,.video3_left,.video3_right,.video1_1,.video1_2,.video1_3,.video1_4{text-align: center}
	.video1_1,.video1_2,.video1_3,.video1_4{margin-top: 20px}
    .channel_info{text-align: center}
}

@media all and (max-width:768px) {
	.notice_padding{width:100%;height:auto;margin-top:10px;margin-left: 3px}
	.notice_schedule{height:auto;}
	.schedule_padding{padding-bottom: 50px}
	.mB{margin-bottom: 0px}

	

}

/* 퀵메뉴 */
.quick-container{
	max-width: 1200px!important;
}
.background-light{background:#e3edf6;}
.quickmenu{margin:30px 0;}
.quick_figure_list{
	width:100%;
	overflow:hidden;
	padding:0px;
	border: 1px solid #dddddd;
	box-shadow: 2px 2px 10px 1px rgb(0,0,0,.03)
}
.quick_figure_list li{
	display: inline-block;
	text-align:center;
	width: 20%;
	padding: 30px 0;
	float: left;
	border-right: 1px solid #dddddd;

}
.quick_figure_list li:nth-last-child(2),.quick_figure_list li:last-child{
	border-right: 0px;
}

.quick_figure_list li:last-child { display: none !important; }
.quick_figure_list .quick06 span{
	padding: 5px 0;
}
/*.quick_figure_list .quick01{
	background: #0a1648;
}
.quick_figure_list .quick02{
	background: #112258;
}
.quick_figure_list .quick03{
	background: #1d336f;
}
.quick_figure_list .quick04{
	background: #304c8b;
}
.quick_figure_list .quick05{
	background: #3d5790;
}
.quick_figure_list .quick06{
	background: #556ea6;
}*/

.quick_figure_list li:hover,.quick_figure_list li:active,.quick_figure_list li:focus{
	background-color: #eff2ff;
}
.quick_figure_list li a img{
	width: 70px;
	display: block;
	margin: 0 auto;

}
.quick_figure_list li a span{
	display: block;
	margin-top: 20px;
	font-size: 1.1em;
	color: #808080;
	font-weight:bold;
}

	


@media all and (max-width:768px){
	.quickmenu{
		margin:10px 0;
	}
	.quick_figure_list li{
		width:50%;
		float:left;
		text-align:center;
		border-bottom: 1px solid #ddd;

	}
	.quick_figure_list li:nth-last-child(2){
		border-right: 1px solid #dddddd;
	}
	.quick_figure_list li:nth-last-child(2),.quick_figure_list li:last-child{
		border-bottom: 0px;
	}
	.quick_figure_list li a img,.quick_figure_list li a span{
		display: inline-block;
	}
	.quick_figure_list li a img{
		width: 30px;
		margin:0px;
	}
	.quick_figure_list li a span{
		margin-top: 0px;
		font-size: 1em;
		color: #808080;
		font-weight: 400;
	}
	.quick05 { width:100% !important; }
	

}


/* 콘텐츠 영역 */
.pt-20{
	padding-top: 20px;
}
.mb-20{
	margin-bottom: 0px;
}
@media only screen and ( max-width: 767px ) {
	.mb-20{
	margin-bottom: 20px;
	}
}


/* 더보기 아이콘 */
.widget-index .div-title-underbar span.more_click{
	position: absolute;
	top: 19px;
	right:35px;
	background-color:#e9e9e9;
	color:#343434;
	font-size:14px;
	text-align:center;
	border-radius:30px;
	min-width:82px;
	line-height:30px;
	height:30px;
}

/* contents 영역 */
.container-body{
	background: url(/thema/ggsports_elite/assets/img/cont_body.png)50% 0 no-repeat;
	background-size: 100% auto;
}
.cont-bg{
	padding: 20px;
	background: #fff;
	min-height: 300px;
	border-radius: 10px;
	box-shadow: 2px 2px 10px 1px rgb(0,0,0,.03);
}

/* 배너 */
.banner-container{padding: 15px 0px}
.cooperating_group{padding-bottom:20px;border:1px dotted #d7d7d7;}
.mt-10{margin-top:10px;}
.mb-30{margin-bottom: 15px}
.pl-10{padding-left: 10px}
.partner_wrap{width: 100%}
.partner>ul{padding-left: 20px}
.partner>ul>li{display: inline-block;width: 32%;}
.partner>ul>li>a>img{width: 90%}
.widget-index .div-title-underbar span{padding-bottom:10px! important;}
.widget-index .div-title-underbar span b{
	font-size:20px; 
	font-weight: bold!important;
	color: #313c6f;
	padding: 0 0 13px;
}

@media all and (max-width:650px){
	.container-body{
		background-size: 100% 100%;
	}
	.container-body .main-contents .row .at-main .row{
		margin:0!important;
	}
}


/* banner */

.wide-banner{
	padding: 10px 0;
	border-top: 1px solid #d3dbe5;
	background-color: #fff;
}
.wide-banner .footer-banner .img-wrap .img-item img{
	overflow:hidden;
}

.wide-banner .footer-banner .img-wrap .img-item{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}

.wide-banner .footer-banner .img-wrap .img-item:hover{
	transform: scale(1.2);
  	-webkit-transform: scale(1.2);
  	-moz-transform: scale(1.2);
  	-ms-transform: scale(1.2);
  	-o-transform: scale(1.2);
}

/* 게시판 */
.more_click{font-size: 12px;color: #989898;}
.basic-post-garo .post-list{line-height: 25px! important}

.basic-post-garo .post-list li{
	border-bottom: 1px solid #e6e6e6;
	padding:8px 5px! important ;
}

.basic-post-garo .post-list li a{
	color:#3f3f3f;
	font-size: 14px;
	vertical-align:middle;
	max-width:200px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	
}
.widget-index .div-title-underbar{margin-bottom: 1px! important}


/* PC 전체 메뉴 풀다운 - pull_down jwshin 210410*/
.menu-all-wrap { 
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;	    
	background: #fff; overflow:hidden; line-height:24px; font-size:15px; color: #555; 
}
.menu-all-wrap .container { overflow:hidden}
.menu-all-wrap .menu-all-container { position:relative; padding:0px; margin:0; overflow:hidden; margin-right:-30px; min-height:60px; }
.menu-all-wrap ul.menu-all { 
	padding:0; margin:0; list-style:none
}

.menu-all-wrap ul.menu-all li.menu-all-head {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border : 0;
    float: left;
    border-right: 1px solid #eee;
    min-height: 250px
}
.menu-all-wrap .old,
.menu-all-wrap .sub-old { display:none; }
.menu-all-wrap .new { color: rgb(233, 75, 59); }
.menu-all-wrap .sub-on a { font-weight:bold; color:crimson; }
.menu-all-wrap .sub-off a { font-weight:normal; }
.menu-all-wrap .sub-new { color: rgb(233, 75, 59); }
.menu-all-wrap .menu-all-head { padding:0px; margin:0px; background:#fff; overflow:hidden}
.menu-all-wrap .menu-all-head a { display:block; cursor:pointer; }
.menu-all-wrap .menu-all-head ul { display:block; }
.menu-all-wrap .menu-all-head-item { margin-top:20px; margin-bottom:10px; }
.menu-all-wrap .menu-all-sub { padding:10px; margin:0px; }
.menu-all-sub-item{
	padding-left:20px;
}

.menu-all-wrap { 
	box-shadow: 0px 3px 5px #B8B8B8;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

/*메뉴 가로 사이즈 조정*/
.menu-all-wrap .container { overflow:hidden; width:1226px;}
#msub_1 {
    border-left: 1px solid #eee;
    min-width: 205px
}
#msub_2 {
    min-width: 205px
}
#msub_3 {
    min-width: 205px
}
#msub_4 {
    min-width: 205px
}
#msub_5 {
    min-width: 205px
}
#msub_6 {
    min-width: 170px
}
/* PC 전체 메뉴 풀다운 E */