@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@import url("/css/GmarketSans.css");

body { font-family: dotum; line-height: 22px; font-size: 14px; color:#000 ; background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:12px; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #ffbb00; 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; }
li { list-style: none; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { font-family: gmarketsans, sans-serif; }
.ko, .ko small { font-family:dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#282828; }
.at-container { margin:0px auto; padding:10px; }
.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;*/margin-left:-10px; margin-right:-10px; }
.at-col { position:relative; /*padding-left:15px; padding-right:15px;*/padding-left:10px; padding-right:10px; padding-top:10px; 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 { background: #f7f7f7; height: 40px; }
@media all and (max-width:767px) {
	.at-lnb { height: 0px; }
}
.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; }
.at-lnb ul > li:last-child { padding-right:0px; }
.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 .header-logo { display:inline-block; vertical-align:middle; padding:0px; }
.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; max-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; }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { height:126px !important; position:relative; background:linear-gradient(345deg, #FF9800, #000000, #000000,#FF9800); z-index:3; opacity:0.8; font-family: gmarketsans; }
.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: 17px; font-family: gmarketsans, sans-serif; font-weight:normal; }
.pc-menu .nav-home .menu-a { font-size: 17px; }
.pc-menu .nav-right { font-size:17px; }

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin-top:15px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
/*
.pc-menu .nav-top.nav-both .menu-li::before{ float: left; color:#ccc; content: "|"; margin-top:11px; }
.pc-menu .nav-top.nav-both .menu-li:first-child::before{ content: ""; }
.pc-menu .nav-top.nav-both .menu-li:last-child::before{ content: ""; }
*/

.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; min-width: 120px;}

/* 좌측 스타일 */
.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:#ffffff; font-weight:bold; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { color:#FFC107; }
.pc-menu .nav-top .menu-li.nav-home { width:221px !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: #1a1a1a transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff; margin-top:3px;border-top:3px solid #1a1a1a; 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; padding: 3px; background: #1a1a1a; }
.pc-menu .nav-top .sub-1da { display:block; color:#fff; padding:5px 12px; background: #1a1a1a; line-height:22px; border-bottom: 1px solid #1a1a1a; }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#000; font-weight:bold; background: #ffbb00; border-color:#1a1a1a; }
.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: #1a1a1a; border-color:#1a1a1a; }
.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 Menu Mega : PC 상단 메가 스타일 메뉴
********************************************************/
.pc-menu .nav-mega { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-mega .menu-a { display:block; color:#fff; background:#111; font-weight:bold; }
.pc-menu .nav-mega .menu-li { float:left; }
.pc-menu .nav-mega .menu-li:hover .menu-a,
.pc-menu .nav-mega .menu-li.on .menu-a { background:#333; }
.pc-menu .nav-mega .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-mega .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-mega .new { color: rgb(140, 195, 70);}

.pc-menu .nav-mega .mega-tbl { background:#fff; display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-mega .mega-cell { display:table-cell; vertical-align:top; border-collapse: collapse; }
.pc-menu .nav-mega .mega-head { width:200px; background:#fafafa; padding:20px; text-align:right; }
.pc-menu .nav-mega .mega-head .mega-a { font-size:14pt; font-weight:bold; }
.pc-menu .nav-mega .mega-menu { width:200px; border:1px solid #ddd; border-top:0px; border-bottom:0px; }
.pc-menu .nav-mega .mega-content { padding:10px; }

.pc-menu .nav-mega .sub-1div { position: absolute; left:0px; width:100%; background:#fff; border-top:3px solid #006ea0; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-mega .sub-1dul,
.pc-menu .nav-mega .sub-1dli { position:relative;  }
.pc-menu .nav-mega .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-mega .sub-1dli.on .sub-1da,
.pc-menu .nav-mega .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: #006ea0; border-color:#006ea0; }
.pc-menu .nav-mega .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-mega .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-mega .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-mega .sub-2dul { }
.pc-menu .nav-mega .sub-2dli { }
.pc-menu .nav-mega .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-mega .sub-2dli.on .sub-2da,
.pc-menu .nav-mega .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: #006ea0; border-color:#006ea0; }
.pc-menu .nav-mega .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-mega .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 Menu Full : PC 상단 전체 스타일 메뉴
********************************************************/
.pc-menu .nav-full { position:relative; transition: all 0.3s ease-in-out; }
.pc-menu .nav-full.on { background:#fafafa; 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); }
.pc-menu .nav-full .at-container { z-index:10; overflow:hidden; transition: all 0.3s ease-in-out; }
.pc-menu .nav-full .menu-ul { background:#fff; display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-full .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-full .menu-a { display:block; color:#fff; background:#111; font-weight:bold; padding:0px; text-align:center; }
.pc-menu .nav-full .menu-li:hover .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-full .sub-1div { position:relative; display:none; visibility:visible; border-left:1px solid #ddd; }
.pc-menu .nav-full.on .sub-1div { display:block; }
.pc-menu .nav-full .menu-li:hover .menu-a,
.pc-menu .nav-full .menu-li.on .menu-a { background:#333; }
.pc-menu .nav-full .new { color: rgb(140, 195, 70);}
.pc-menu .nav-full-back { position:absolute; background:#111; left:0px; top:0px; width:100%; z-index:9; }

.pc-menu .nav-full .nav-full-first { }
.pc-menu .nav-full .nav-full-last { border-right:1px solid #ddd; }
.pc-menu .nav-full .menu-li:hover .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: #006ea0 transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-full .menu-li:hover .sub-1div { background:#fff; border-top:3px solid #006ea0; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-full .sub-1dul,
.pc-menu .nav-full .sub-1dli { position:relative;  }
.pc-menu .nav-full .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-full .sub-1dli.on .sub-1da,
.pc-menu .nav-full .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: #006ea0; }
.pc-menu .nav-full .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-full .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-full .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-full .sub-2dul { border-top:3px solid #006ea0; margin-top:-3px; }
.pc-menu .nav-full .sub-2dli { }
.pc-menu .nav-full .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-full .sub-2dli.on .sub-2da,
.pc-menu .nav-full .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: #006ea0; }
.pc-menu .nav-full .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-full .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 Content Menu : PC 컨텐츠 메뉴
********************************************************/
.pc-menu .nav-content { position:absolute; top:0px; left:0px; border:0px !important; z-index:20; }
.pc-menu .nav-content .nav-btn { display:block; font-size: 15px; font-family: "Roboto", sans-serif; cursor:pointer; padding:0px; color:#fff !important; font-weight:bold; background: rgb(203, 0, 7) !important; text-align:center; font-weight:bold; }
.pc-menu .nav-content .sub-shows { position:relative; color:#fff; background: rgb(225, 9, 19);	box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-content .sub-shows .sub-a { display:block; font-size: 14px; font-family: "Roboto", sans-serif; font-weight:bold; color:#fff; line-height:24px; padding:8px 15px; border-bottom:1px solid rgb(203, 0, 7); }
.pc-menu .nav-content .sub-shows .nav-shows:hover { background: rgb(255, 255, 255) !important; }
.pc-menu .nav-content .sub-shows .nav-shows:hover .sub-a { color: rgb(225, 9, 19) !important; }
.pc-menu .nav-content .sub-shows.on .sub-a { color: rgb(203, 0, 7) !important; background: rgb(255, 255, 255) !important; }

.pc-menu .nav-content .sub-content { position:absolute; z-index:20; top:0px; color:#333; background:#fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-content .menu-content-box { display:table; width:100%; height:100%; table-layout:fixed; }
.pc-menu .nav-content .menu-content-box-sub { width:180px; padding:20px; padding-right:0px; height:100%; display:table-cell; vertical-align:top; }
.pc-menu .nav-content .menu-content-box-item { height:100%; display:table-cell; vertical-align:top; padding:15px; }
.pc-menu .nav-content .menu-content-item { height:100%; overflow:hidden; }

.pc-menu .nav-content .sub-1dul { height:100%; border-right:1px solid #ddd; padding-right:15px; }
.pc-menu .nav-content .sub-1dli { position:relative; line-height:20px; background:#fff; }
.pc-menu .nav-content .sub-1dli:hover,
.pc-menu .nav-content .sub-1dli.on { background: rgb(225, 9, 19); }
.pc-menu .nav-content .sub-1dli.on .sub-1da,
.pc-menu .nav-content .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; }
.pc-menu .nav-content .sub-1da { display:block; padding:6px 12px; }

.pc-menu .nav-content .sub-2div { display:none; visibility:visible; left:100%; top:0px; margin-left:-6px; z-index:20; background: rgb(225, 9, 19); position:absolute; border-radius:5px; }
.pc-menu .nav-content .sub-2dul { }
.pc-menu .nav-content .sub-2dli { }
.pc-menu .nav-content .sub-2dli:hover { background: rgb(203, 0, 7); }
.pc-menu .nav-content .sub-2da { display:block; color:#fff; padding:6px 12px; }
.pc-menu .nav-content .sub-2dli:hover .sub-2da,
.pc-menu .nav-content .sub-2dli.on .sub-2da { color:#fff; font-weight:bold; }

.pc-menu .nav-content .new { color: rgb(140, 195, 70);}
.pc-menu .nav-content .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu .nav-content .new-sub2 { color: rgb(140, 195, 70);}

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#fff; 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;*/width:21px; margin-top:24px; }
@media screen and (-webkit-min-device-pixel-ratio:0){
	.pc-menu .nav-right > ul > li {
		margin-top:21px;
	}
}
.pc-menu .nav-right > ul > li > a { color:#333; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { /*background: #333;*/ color:#006ea0;}
.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:44px;*/width:25px; }

/********************************************************
■ 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:#333; }
.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; border-bottom:1px solid #006ea0;/*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; }
.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: 3px 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: #006ea0; 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: #006ea0; 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 : 하단 푸터
********************************************************/
.at-footer { background:#323232; }
.en .at-footer .at-links { font-size:12px; }
.at-footer .at-links { color:#b7b7b7; height:200px; padding-top: 35px; }
.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; }

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color: #939393; font-weight: bold; }
.at-footer .at-copyright strong { color:#f7f7f7; }

/********************************************************
■ 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; background:#444 !important; border-color:#444 !important; }

/* 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; }

/********************************************************
■ Widget : 위젯 속성
********************************************************/
/* Miso-Category Widget */
.miso-category .ca-head a { background:#222 !important; }

/* Image Round & Style */
.is-round .is-round-title { border-radius:15px; z-index:1; }
.is-round-post-img { border-radius:10px; z-index:1; }
.is-round-post,
.is-round-item,
.is-round-event,
.is-round-banner { border-radius:15px; z-index:1; }
.is-round-item.on,
.is-round-item:hover { }
.is-round-item-img { border-radius:15px 15px 0px 0px; z-index:1; }
.is-item-content { }

/* Image Scale */
.is-pc .item-col .wr-img,
.is-pc .post-col .wr-img { transition: all 0.2s ease-in-out; }
.is-pc .item-col:hover .wr-img,
.is-pc .post-col:hover .wr-img { transform: scale(1.15); }

/* Border Color */
.border-color,
.tabs-color-top { border-color: rgb(50, 60, 70) !important; }

/* custom */

.main_bann{
	width:49.5%; float:left;
}

.main_bo_list{

}
.main_bo_list > div{
	border:1px solid #cdcdcd;
	border: 1px solid #cdcdcd;
	width: 24.12%;
	float: left;
	margin: 0 10px 10px 0;
}
.main_bo_list.add {overflow:hidden;}
.main_bo_list.add > div{
	width: 49.4%;
}
.main_bo_list.add > div:last-child{
	float:right;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.main_bo_list > div{
		width: 210px;
	}
}

.main_bo_list > div:last-child {
	margin-right:0px;
}

.main_bo_list .li_subj{
	border-bottom:3px solid #e00400;
	padding: 10px 15px;
	color:#e00400;
}

.main_bo_list .li_subj  img{
	float:right;
	margin-top: 4px;
}

.main_bo_list .li_cont{
	padding: 10px 15px;
	min-height:170px;
	height:auto;
}

.cont_top1{
	height:50px;
}
.cont_top2{
	height:50px;
}
.cont_top3{
	height:50px;
}

.at-footer .at-links .info_ul li{float:none; padding:0; /*font-weight:bold;*/ padding-bottom: 2px;}
	.at-footer .at-links .info_ul li b{ color:#888888; }

	.at-footer .at-links .bottom_logo{float:left;margin-right: 68px;}
	.at-footer .at-links .com_info{float:left;margin-right: 68px;}
	.at-footer .at-links .ban_inqu{float:left;}

	.at-footer .at-links ul > li {float:none;}
	.at-footer .at-links ul > li > a { color:#fff; text-align:center;}

	.at-footer .at-links .bottom_qna{
		background-color: #006ea0;
		padding: 14px 86px;
		font-weight: bold;
		border-radius: 5px;
		margin-bottom:5px;
		text-align: center;
	}
	.at-footer .at-links .bottom_pnm{
		background-color: #383838;
		padding: 14px 86px;
		font-weight: bold;
		border-radius: 5px;
	}

.menu_i{
	float: left; color: #ccc;  margin-top: 13px;
}
.img_banner_wrap>img{width: 100%;}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.menu_i{
		 margin-top: 11px;
	}
}

 @media (max-width: 991px){
	.responsive .pull-left.at-side {
		margin-top:-45px;
	}
}
@media (max-width: 1174px){
	.main_bo_list > div{
		width: 24%;
	}
	.main_bo_list.add > div{
		width: 49.3%;
	}
}
 @media (min-width: 768px) {
 	.main_bann{width:49.5%;}
	.main_bann img{
		width: 100%;
	}
 }
 @media (max-width: 768px) {
	 .main_icon{
		/*display:none; */
	 }
	 .main_icon>img{display: none;}
	 .main_icon img{width:100%;}

	 .main_bo_list > div{
		width:100%;
	 }

	 .cont_top1{
		overflow:hidden;

	 }
	 .cont_top1 img{
		 margin-left: -223px;
	 }

	 .cont_top2{
		overflow:hidden;

	 }
	 .cont_top2 img{
		 margin-left: -265px;
	 }

	 .cont_top3{
		overflow:hidden;

	 }
	 .cont_top3 img{
		 margin-left: -249px;
	 }

	 .at-footer .at-links{

		height: 490px;
		padding: 30px;
	 }

	 .at-footer .at-links .bottom_qna{
		margin-top: 10px;
	 }
	 .at-footer .at-links .bottom_pnm{
		padding: 14px 91px
	 }

	.main_bo_list.add > div{
		width: 100%;
	}
	.main_bo_list.add > div:last-child{
		margin-top:0;
	}
	.main_bo_list .li_cont{
		height:auto;
	}
 }

.w-main .at-side, .col-md-3.pull-left.at-col.at-side{padding-right: 0 !important;}
#basic_outlogin #mb_id, #basic_outlogin #mb_password{width:150px !important;}


/* 메인 레이아웃 */
#content_area { width:100%; }

/*.at-container padding:10 참고*/

/* 사이트 왼쪽 레이아웃 */
#site_left { float:left; width:340px; }
.login { width:100%; margin-bottom:10px; }
.chat { width:100%; margin-top:10px; }
.main_leftbanner { width:100%; margin-top:4px; }
.pointrank { width:100%; margin-top:10px; }
.worldsports { width:100%; margin-top:10px; }
.sportsrank { width:100%; margin-top:10px; margin-bottom:20px; }


/* 메인 중간 레이아웃 */
#main_index { float:left; width:880px; }

/* 메인 오른쪽 레이아웃 */
#main_right { float:left; width:340px; margin-left:10px; }

#site_right { float:left; width:1230px; margin-left:10px; }




.main-latest { width:100%; overflow:hidden; margin-bottom:10px; }

.latest_all { float:left; width:100%; }

.latest1 { float:left; width:calc(50% - 5px); background:#2e2e2e; color:#fff; }
.latest2 { float:left; width:calc(50% - 5px); margin-left:10px; background:#2e2e2e; color:#fff; }

.latest3 { float:left; width:calc(33.333% - 5px); }
.latest4 { float:left; width:calc(33.333% - 5px); margin-left:7px; }
.latest5 { float:left; width:calc(33.333% - 5px); margin-left:7px; }

.latest6 { float:left; width:25%; }

.main_board { width:100%; background:#1a1a1a; font-family:"나눔고딕", "Nanum Gothic", "Nanum GothicOTF", sans-serif; border:1px solid #000; }
.main_board .board_inner { position:relative; }
.main_board .board_inner span.title { width:100%; height:40px; text-align:center; line-height:40px; display:block; border-bottom:1px solid #ffbb00; font-size:15px; text-decoration:none; }
.main_board .board_inner span.title a { color:#ffbb00; font-weight:bold; }
.main_board .board_inner ul { margin:0; list-style:none; overflow:hidden; clear:both; background:#1a1a1a; padding:5px 10px; }
.main_board .board_inner ul li { color:#fff; height:30px; line-height:30px; position:relative; }
.main_board .board_inner ul li a { color:#fff; }

.site_stat { padding:10px; margin:0; list-style:none; color:#fff; }

.section_inbox1 { background:#1a1a1a; overflow:hidden; color:#fff; padding-bottom:8px; }
.section_inbox2 { background:#1a1a1a; overflow:hidden; color:#fff; padding-bottom:8px; }
.section_inbox3 { background:#1a1a1a; overflow:hidden; color:#fff; padding-bottom:8px; }

.main_board1 { float:left; width:100%; height:auto; border:1px solid #000; }
.main_board_title { width:100%; height:auto; overflow:hidden; color:#fff; font-size:14px; font-weight:bold; background:#1a1a1a; border-bottom:2px solid #ffbb00; }
.main_board_title_in { float:left; width:20%; height:auto; overflow:hidden; text-align:center; padding:10px 0; border-bottom:1px solid #1a1a1a; cursor:pointer; }
.main_board_title_in2 { float:left; width:20%; height:auto; overflow:hidden; text-align:center; padding:10px 0; border-bottom:1px solid #1a1a1a; cursor:pointer; }
.main_board_title_in3 { float:left; width:50%; height:auto; overflow:hidden; text-align:center; padding:10px 0; border-bottom:1px solid #1a1a1a; cursor:pointer; }

.main_board_list1 .post-row { padding:5px !important; }
.main_board_list2 .post-row { padding:5px !important; }
.main_board_list3 .post-row { padding:5px !important; }

.main_board_list1 { padding:10px 10px 0 10px; }
.main_board_list1 a { color:#fff; }
.main_board_list2 { padding:10px 10px 0 10px; }
.main_board_list2 a { color:#fff; }
.main_board_list3 { padding:10px 10px 0 10px; }
.main_board_list3 a { color:#fff; }

/* 게시판 네비바 */
#bo_nav { border:3px solid #ffbb00; border-radius:8px; margin-bottom:10px; }
#bo_nav ul { margin:0; padding:0; }
#bo_nav ul:after { content:''; display:block; visibility:hidden; clear:both; }
#bo_nav ul li { float:left; height:54px; line-height:54px; list-style:none; color:#000; }
#bo_nav ul li:first-child { background:#ffbb00; color:#000; font-weight:bold; padding:0 25px; font-size:20px; line-height:55px; }
#bo_nav ul li a { position:relative; display:block; font-weight:bold; font-size:16px; padding:0 10px; color:#fff; }
#bo_nav ul li.on a { color:#ffbb00; }
#bo_nav ul li.on a:after {content:''; display:block; position:absolute; bottom:11px; left:10px; width:calc(100% - 20px); height:3px; background:#ffbb00; }

.bo_topbanner { overflow:hidden; width:100%; height:100%; margin:0 auto; text-align:center; }

.amina-header { line-height:18px; color:#ffbb00; border-left:1px solid #000; border-top:1px solid #000; border-right:1px solid #000; border-bottom:1px solid #ffbb00; background:#1a1a1a; padding:20px; margin-top:10px; }
.amina-header .header-breadcrumb { margin-top:4px; }
.header-text { font-size:18px; }
@media all and (max-width:460px) {
	.responsive .amina-header .header-breadcrumb { display:none; }
}
