@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@import url('https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css'); 
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@charset "UTF-8";
/* 웹폰트-나눔스퀘어 - font-family: 'NanumSquare' */
@font-face {
 font-family: 'NanumSquare';
 src: url(/images/NanumSquareR.eot);
 src: url(/images/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(/images/NanumSquareR.woff) format('woff'),
      url(/images/NanumSquareR.ttf) format('truetype');
}
body { font-family: Nanum Gothic; 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:12px; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: crimson; 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: 10px; margin-bottom:10px; 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: "Nanum Gothic", sans-serif; }
.ko, .ko small { font-family:Nanum Gothic, 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 { background: rgb(255, 255, 255); border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid; }
.at-lnb ul.menu > li > a { letter-spacing:-1px; font-size:11px; padding-right:1px; }
.at-lnb .at-lnb-icon { float: left; }
.at-lnb .at-lnb-icon > ul.menu { list-style: none; margin: 0px; padding: 0px; }
.at-lnb .at-lnb-icon > ul.menu > li { border-right-color: rgb(238, 238, 238); border-right-width: 1px; border-right-style: solid; float: left; display: inline-block; position: relative; }
.at-lnb .at-lnb-icon > ul.menu > li:last-child { border: 0px currentColor; border-image: none; }
.at-lnb .at-lnb-icon > ul.menu > li > a { padding: 6px 15px; color: rgb(51, 51, 51); display: block; }
.at-lnb .at-lnb-time {color: #999999;  font-family: "Roboto", sans-serif; margin-left:5px; margin-top:6px; }


.at-lnb-dark.at-lnb { background: rgb(2, 2, 2); border-bottom-color: rgb(34, 34, 34); border-bottom-width: 1px; border-bottom-style: solid; }
.at-lnb-dark.at-lnb .at-lnb-icon > ul.menu > li { border-color: rgb(34, 34, 34); }
.at-lnb-dark.at-lnb .at-lnb-icon > ul.menu > li > a { color: rgb(255, 255, 255); }
.at-lnb-dark.at-lnb .at-lnb-menu > ul.menu > li { border-color: rgb(34, 34, 34); }
.at-lnb-dark.at-lnb .at-lnb-menu > ul.menu > li > a { color: rgb(255, 255, 255); }

.at-lnb-gray.at-lnb { background: rgb(248, 248, 248); border-bottom-color: rgb(228, 228, 228); border-bottom-width: 1px; border-bottom-style: solid; }
.at-lnb-gray.at-lnb .at-lnb-icon > ul.menu > li { border-color: rgb(228, 228, 228); }
.at-lnb-gray.at-lnb .at-lnb-icon > ul.menu > li > a { color: rgb(51, 51, 51); }
.at-lnb-gray.at-lnb .at-lnb-menu > ul.menu > li { border-color: rgb(228, 228, 228); }
.at-lnb-gray.at-lnb .at-lnb-menu > ul.menu > li > a { color: rgb(51, 51, 51); }

.at-lnb .at-lnb-menu { float: right; }
.at-lnb .at-lnb-menu i { margin-right:6px; }
.at-lnb .at-lnb-menu > ul.menu { list-style: none; margin: 0px; padding: 0px; }
.at-lnb .at-lnb-menu > ul.menu > li { border-right-color: rgb(238, 238, 238); border-right-width: 1px; border-right-style: solid; float: left; display: inline-block; position: relative; }
.at-lnb .at-lnb-menu > ul.menu > li:last-child { border: 0px currentColor; border-image: none; }
.at-lnb .at-lnb-menu > ul.menu > li > a { padding: 6px 15px; color: rgb(51, 51, 51); display: block; }
.at-lnb .lnb-txt { display: inline; }


/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:10px 0px 0px; text-align:center; }
.pc-header .at-container { padding:0px 20px 15px;}
.pc-header .header-logo {display:inline-block; float: center; vertical-align:middle; padding:15px 0px; margin:0px auto; }
.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:100px; }
.pc-header .header-banner1 {display:inline-block; vertical-align:middle; float:left; width:100% padding:10px; margin:25px auto; border:1px; }
.pc-header .header-banner1 a { font-size:44px; line-height:44px; font-family:'Georgia', sans-serif; font-weight:bold; color:#000; }
.pc-header .header-banner1 a:hover { color:#000; }
.pc-header .header-banner1 img {  display:block; max-width:100%; max-height:60px; margin-top:5px;}
.pc-header .header-banner2 {display:inline-block; vertical-align:middle; float:right;  padding:0px 15px; margin:-72px 15px;}
.pc-header .header-banner2 a { font-size:44px; line-height:44px; font-family:'Georgia', sans-serif; font-weight:bold; color:#000; }
.pc-header .header-banner2 a:hover { color:#000; }
.pc-header .header-banner2 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; margin-top:25px; margin-left:100px; }
.pc-header .header-search form { padding:0px; margin-top:14px; border:0px solid #E42707; background: #E42707; }
.pc-header .header-search input { background: #fff; border:1px solid #E42707; }
.pc-header .header-search .btn { color:#fff !important; background: #E42707 !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:#E42707; }
.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: #E42707; 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:#E42707; font-weight:bold; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#B23520; }
.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:#E42707; 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; }
.pc-menu .nav-right > ul > li > a:hover { background:#B23520; }
.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:#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; 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; width:200px;}
.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; line-height:20px;}
.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; 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; }

footer {
  color: white;
}
footer option {
  color: #2c3e50;
}

footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2c3e50;
}
footer .footer-col {
  margin-bottom: 50px;
}

footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn-box {
  background-color: #e5e5e5;
  display: inline-block;
  width: 24%;
  border: 1px solid #c3c3c3;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 110%;
  font-family:"Roboto", sans-serif;
}
.btn-box a:hover{
color:red;
}

.btn-box1 {
  border: 1px solid #c3c3c3;
  text-align: center;
  padding:10px;
}
.tt {
position: relative;
}

.tt .tt-text {
visibility: hidden;
width: 200px;
background-color: #efefef;
color: #18bc9c;
text-align: center;
font-size: 0.7em;
border-radius: 10px;
padding: 5px 5px;
position: absolute;
z-index: 1;
top: 55px;
left: 35px;
margin-left: -120px;
}

.tt .tt-text::after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -10px;
border-width: 10px;
border-style: solid;
border-color: transparent transparent #efefef transparent;
}

.tt:hover .tt-text {
visibility: visible;
}
.btn-bank1 {
background-image:url(/img/go.png);
background-position: right bottom;
background-repeat:no-repeat;
width:100%;
margin:0px;
padding:0px;
text-align: center;  
padding: 15px;
}
.btn-bank {
  background-image:url(/img/bankbg.jpg);
  background-position: right bottom;
  display: inline-block;
  width: 100%;
  border: 2px solid #00a3f0;
  border-radius: 0.5em;
  text-align: center;
  font-size: 20px;
  padding: 0px;
  margin-bottom:10px;
  font-family:"NanumSquare", sans-serif;
  line-height:27px;
}
.btn-bank:hover { 
color:#fff;  
font-weight:bold;
font-size: 22px;
}

.btn-social i, a { color:  rgb(0, 0, 0); cursor: pointer; text-decoration: none; }

.btn-social img{  
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
}

.btn-social1 {
  display: inline-block;
  height: 35px;
  width: 35px;
  border: 0px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn-social1 img{  
  height: 35px;
  width: 35px;
/* border: 2px solid white; */
  border-radius: 100%;
  text-align: center;
}

.btn:focus,
.btn:active, 
.btn.active {
  outline: none;
}

.sub_item_box{position:relative; border-left:1px solid #d7d7d7; border-right:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; border-top:2px solid #222; padding:0px 15px 5px 15px; margin-bottom: 20px;}
.sub_item_box .ic_qst {position:absolute; top:-20px; right:32%;}

.sub_item_box .tempstep.title{text-align:left; border-top:0;font-weight:bold;}
#opi_02_id dl.news_item dt{font-size: 18px;}
/* .sub_item_box .tempstep.title .label_tit.v1{display:inline-block} */
.sub_item_box .tempstep .step_thumb {width:87px; text-align: left;}
.sub_item_box .tempstep .step_thumb img{width:87px; height:50px; box-sizing: border-box}
.sub_item_box .tempstep dl dd.step_info {color:#777; font-size:13px; padding-top:3px;}

.sub_item_box#opi_box { padding: 10ㅔㅌ 15px 0 15px}

/* in sec_con items */
dl.news_item.thum {margin-top: 16px}
dl.news_item.thum dt {font-weight: bold}
dl.news_item.thum dd.thumb { max-width:145px; height:85px;}
#second_news dd.thumb{position: relative;}
#second_news dd.thumb img{position: absolute;top: 0;left: 50%;width: auto; height: 85px;max-width: none;transform: translateX(-50%);}
dl.news_item.thum ul.rel_art {float:left; padding-top:5px}

dl.news_item {overflow: hidden; display:block; width:100%; margin-top:16px}
dl.news_item:after{content:""; display:block; clear:both; *zoom:1}
dl.news_item dd.desc:first-child{max-width:100%;}
dl.news_item dt {font-size:18px; display: block; line-height: 1.2em;}
#sec_headline dl.news_item dt{ letter-spacing:-1px}
#sec_headline dl.news_item dt a img{vertical-align: middle}
dl.news_item dt a {line-height: 1.1em;}
dl.news_item dt .name {margin-left:5px; font-size:12px; color:#999;}
dl.news_item.thum dt:first-child{font-weight:bold; font-size:18px;}
.label_tit, dl.news_item .red {display:inline-block; font-size:14px; height:22px; background:#c41916; color:#fff; padding:0 4px;}
.label_tit.v1 {background:#fff; color:#c41916; border:1px solid #c41916; padding:0 3px; box-sizing: border-box;}
.label_tit.v2 {background:#fff; color:#396dbb; border:1px solid #396dbb; padding:0 3px; box-sizing: border-box;}

dl.news_item dd.up_tit{font-size:14px; padding-bottom:5px}
dl.news_item dd.thumb {float:left; display: block; overflow:hidden; margin-right:13px; vertical-align: middle; line-height: 0;}
dl.news_item dd.thumb > a {display:inline-block; line-height: 0;}
dl.news_item dd.thumb img{ max-height:85px;  width: auto;}
dl.news_item dd.desc {overflow: hidden; display: block; font-size:14px; margin-top:4px; line-height: 1.47em}
dl.news_item dd.desc {color:#777; letter-spacing:-.05em;}

/* 1. 이전에 추가했던 * { line-height: inherit !important; } 는 삭제하거나 아래로 대체하세요 */
.at-menu .nav-right * { line-height: normal !important; } 

/* 2. 우측 아이콘 영역만 한정해서 Flexbox 적용 */
.at-menu .nav-right {
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.at-menu .nav-right ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    list-style: none !important;
}

.at-menu .nav-right ul li {
    display: flex !important;
    align-items: center !important;
    height: 44px !important;
}

.at-menu .nav-right ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important;
    padding: 0 12px !important;
    line-height: 1 !important; /* 텍스트 간격 영향 최소화 */
    text-decoration: none !important;
}

/* 3. 아이콘 자체의 수직 위치 미세 조정 */
.at-menu .nav-right ul li a i {
    font-size: 16px !important;
    vertical-align: middle !important;
    line-height: 1 !important;
}

/* 1. 왼쪽 홈 버튼 및 메뉴 아이콘 정렬 */
.at-menu .menu-ul .menu-li.nav-home a,
.at-menu .menu-ul .menu-li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important; /* 내비게이션 바 높이 */
    line-height: 1 !important;
}

/* 2. 상단 LNB (시작페이지, 북마크, RSS) 아이콘 정렬 */
.at-lnb-icon .menu li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 30px !important; /* LNB 영역의 높이에 맞춰 조절 */
    vertical-align: middle !important;
    line-height: 1 !important;
}

/* 3. 아이콘 자체의 수직 위치 교정 */
.at-menu i, .at-lnb i {
    vertical-align: middle !important;
    line-height: 1 !important;
}

/* 1. 헤더 검색 폼 영역 복구 */
.header-search {
    display: block !important; /* 사라진 영역 강제 표시 */
    padding-top: 10px; /* 로고와의 수직 위치 조정 */
}

.header-search form {
    display: flex !important; /* 검색창 내부 입력칸과 버튼 가로 배치 */
    align-items: center;
    width: 100%;
    max-width: 300px; /* 적절한 너비 설정 */
}

.header-search .input-group {
    display: flex !important;
    width: 100%;
}

.header-search input[name="stx"] {
    height: 32px !important; /* 검색칸 높이 고정 */
    border: 1px solid #ccc !important;
    padding: 0 10px !important;
}

.header-search button {
    height: 32px !important; /* 버튼 높이를 검색칸과 통일 */
    padding: 0 15px !important;
    background: #E42707 !important; /* DSTV 파란색 톤에 맞춤 */
    color: #fff !important;
    border: none !important;
}

/* 2. 이전 CSS로 인해 영향을 받은 폼 요소 초기화 */
.header-search * {
    line-height: normal !important; 
    height: auto;
}

.search-item:hover h4 { color: #E42707 !important; text-decoration: underline; }
.search-board-section h3 { color: #E42707; }
.search-info b { color: #e74c3c; }
.widget-index img { 
    max-width: 100% !important; 
    height: auto !important; 
}
/* SNS 공유 아이콘 크기 강제 교정 (최종) */
.sns-share-icon, .at-sns, .sns-share, .sns-icon {
    display: block !important;
    margin: 10px 0 !important;
    text-align: center !important;
    clear: both;
}

/* 개별 아이콘 버튼(a 태그) 크기 고정 */
.sns-share-icon a, .at-sns a, .sns-share a, .sns-icon a {
    display: inline-block !important;
    width: 34px !important;   /* 아이콘 전체 크기 */
    height: 34px !important;
    line-height: 34px !important;
    margin: 3px !important;
    padding: 0 !important;
    vertical-align: middle !important;
    text-decoration: none !important;
    border: none !important;
}

/* 아이콘 이미지(img) 및 폰트 아이콘(i) 크기 고정 */
.sns-share-icon img, .at-sns img, .sns-share img, .sns-icon img,
.sns-share-icon i, .at-sns i, .sns-share i, .sns-icon i {
    width: 34px !important;    /* 실제 이미지 너비 */
    height: 34px !important;   /* 실제 이미지 높이 */
    max-width: 34px !important;
    max-height: 34px !important;
    line-height: 34px !important;
    font-size: 18px !important; /* 폰트 아이콘일 경우 크기 */
    display: inline-block !important;
    border-radius: 50% !important; /* 원형 유지 */
    vertical-align: top !important;
    margin: 0 !important;
}

/* 밴드 등 특정 아이콘이 아래로 밀리는 현상 방지 */
.at-sns-icon {
    display: inline-block !important;
    width: 34px !important;
    height: 34px !important;
}