@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* { font-family: 'Noto Sans KR', sans-serif; }
/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');

body { font-family: 'Noto Sans KR', sans-serif; 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: 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; }
.ko, .ko small { font-family: 'Noto Sans KR', sans-serif; }
.sns-share-icon img { width:20%; max-width:45px; border-radius:10%; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
@media (max-width:480px) {
.wrapper { margin:0 auto; background:url('./img/c_bg.png') repeat;  }
}
@media (min-width:997px) {
.wrapper { margin:0 auto; background:none; width:1200px; -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.44); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.44); }
}
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { position:relative; min-height:600px; background:#F2F4F7; }
@media (min-width:997px) {
.at-body .at-container { padding:0px 25px 0px 10px; width:1200px; background:#F2F4F7; border:1px solid #dee3eb; border-top:none; border-bottom:none; overflow:hidden; }
}
@media (max-width:480px) {
.at-body .at-container { }
}
.boxed.wrapper .at-body .at-container { }
.at-content { position:relative; padding:10px 0px; margin-right:-15px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:none; padding-right:none; padding-top:10px; padding-bottom:10px; }
.nav-fixed .at-menu { width:1200px; padding:3px; background:rgba(0,0,0,0.2); transition: all 0.6s ease-in-out 0s; z-index:10; }
@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 { height:50px; line-height:35px; background:url('./img/c_bg.png') repeat; }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; padding:3px 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: #645452; float:left; padding:4px; }
@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:20px 0px 0px; height:120px; text-align:center; background:#837675; }
.pc-header .at-container { padding:0px 20px 47px; background: url('./en_banner.gif') no-repeat right top; }
.pc-header .header-logo { display:inline-block; vertical-align:middle; margin-top:4px; padding:0px 15px 0px 30px; }
.pc-header .header-logo a { font-size:44px; line-height:44px; font-family:'Georgia', sans-serif; font-weight:bold; color:#fff; }
.pc-header .header-logo a:hover { color:#ccc; }
.pc-header .header-logo img { max-width:100%; max-height:60px; }
.pc-header .header-desc { display:block; font-size:12px; font-weight:bold; letter-spacing:-1px; color:#888; margin-top:9px; }
.pc-header .header-search { display:inline-block; width:474px; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:4px; border:2px solid #736563; background: #736563; }
.pc-header .header-search input { background: url('./img/keyboard_icon.png') no-repeat right #fff; border:0px solid #fff; }
.pc-header .header-search .btn { color:#fff !important; width:45px; height:41px; background: #736563 !important; }
.pc-header .form-control { height:41px; }
.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); }
.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; background:#000000; 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; min-height:64px; z-index:3; }
.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: 13px; font-weight:bold; font-family: 'Noto Sans KR', sans-serif; }
.pc-menu .nav-home .menu-a { font-size: 30px; }
.pc-menu .nav-right { font-size:14px; } 
@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%; background:#353C47; }
.pc-menu .nav-top .menu-a { 
display:block; 
cursor:pointer; 
color:#fafafa; 
transition-property: background-color, color;
transition-duration: 1s;
transition-timing-function: ease-out;
font-weight:bold; 
height:64px; 
line-height:60px; 
}
.pc-menu .nav-top .menu-li:hover .menu-a { 
background:#2A3039; 
transition-property: background-color, color;
transition-duration: 1s;
transition-timing-function: ease-out;
color:#fff;
}
.pc-menu .nav-top .menu-li.on .menu-a { background:#424B59; }
.pc-menu .nav-top .menu-li.nav-logo { width:180px !important; text-align:center; background:#20242D !important; }
.pc-menu .nav-top .menu-li.nav-logo .menu-a { color:#00BFA5; font-size:30px; padding:0px; background:#20242D !important; }
.pc-menu .nav-top .menu-li.nav-logo .menu-a:hover { color:#1DE9B6; padding:0px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div::before { display: block; width: 0px; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff; box-shadow: 0 2px 2px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 2px 2px 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:#000; font-weight:bold; background: #F5F5F5; }
.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:#fff; 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:#F53D4B; font-weight:bold; background:#F5F5F5; border-color:#F5F5F5; }
.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: none; 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:50px; margin-top:8px; padding:7px; height:35px; line-height:35px; }
.pc-menu .nav-right > ul > li > a { color:#fff; display:block; text-align:center; background:none; }
.pc-menu .nav-right > ul > li > a:hover { color:#00BFA5; background:none; width:36px; height:35px; }
.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 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:1px solid #eee; 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: #00ABD4; 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:50px; position:relative; color:#000; background-color: #fff; border-bottom:1px solid #dee3eb; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:15px; position:absolute; left:15px; bottom:10px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:15px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:15px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:12px; }
.at-footer .at-links { position:relative; background:#fff; padding:8px 0px; border:1px solid #E3E7EE; 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; font-size:12px; }
@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 { position:relative; padding:15px 20px 20px; background:#fff; }
.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; font-size:12px; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#888; font-size:12px; }
.at-footer .at-about > li > a { color: #888; font-size:12px; }
.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:#00B4D5; padding-top:3px; background: url('./img/goto_bg.png')no-repeat; margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 30px !important; font-size: 14px; }
.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:#525762 !important; }

/* Image Round & Style */
.is-round .is-round-title { border-radius:15px; z-index:1; }
.is-round-post-img { border-radius:0px; 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 css*/
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
.nav-border > li.active a {
    background-color: #616161 !important;
    color: #FFF;
    padding: 10px 20px;
    height: 43px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    border-bottom-color: transparent;
    cursor: default;
    outline: none;
    background: #616161 !important;
}
.nav-border > li.active:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #616161 !important;
    bottom: -7px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
}
.widget-enpia-outlogin .login-cell.login-btn {
    width: 70px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #867A78 !important;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    border-left: 0px;
    cursor: pointer;
    letter-spacing: -1px;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    border: 1px solid #867A78 !important;
}
.widget-enpia-outlogin .login-cell.login-btn:hover {
    cursor: pointer;
    width: 70px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #7B6D6C !important;
    border-left: 0px;
    cursor: pointer;
    letter-spacing: -1px;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
    border: 1px solid #7B6D6C !important;
}
#footer_area {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}
#footer_area .footer {
    background: #fff;
    border-top: 1px solid #dee3eb;
    border-bottom: 1px solid #ebeef3;
}
#footer_area .footer .innerbox {
    width: 1170px;
    height: 58px;
    position: relative;
    margin: 0 auto;
}
#footer_area .footer .link {
    overflow: hidden;
    padding: 17px 0 20px;
}
#footer_area .footer .link li {
    float: left;
    display: inline;
    zoom: 1;
    background: url(./gap_s1.gif) right 7px no-repeat;
    padding-right: 10px;
    margin-right: 8px;
}
#footer_area .footer .link li:last-child {
    background: none;
}
#footer_area .footer .link li a {
    color: #888;
    font-size: 13px;
}
#footer_area .footer .sns {
    position: absolute;
    top: 9px;
    right: 0;
}
#footer_area .footer .sns li {
    float: left;
    display: inline;
    zoom: 1;
    margin-left: 5px;
}
#footer_area .copy {
    width: 1170px;
    color: #797979;
    font-size: 12px;
    line-height: 150%;
    background: url(./img/footer_logo.png) right 25px no-repeat;
    position: relative;
    margin: 0 auto;
    padding: 25px 0 30px;
}
#footer_area .copy .escrowcmark {
    position: absolute;
    top: 25px;
    right: 0;
}
@media (min-width: 997px) {
    .widget-index .w-box {
        margin-left: 5px !important;
    }
    .w-box {
        margin-top: 0px !important;
    }
}
/*search custom*/

.input-group-custom .form-control {
    color: #fff;
    padding: 6px 0px 10px 10px !important;
    height: 35px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.0);
}
.input-group-custom .btn-custom {
    color: #fff;
    margin-bottom: 21px;
    border: none !important;
    width: 38px;
    height: 35px;
    background: rgba(0, 0, 0, 0.3);
}
.header-search .input-group-custom {
    width: 178px;
    margin-top: 15px;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.header-search .input-group-custom:hover {
    width: 220px;
}
:last-child.input-group-btn > .btn,
:last-child.input-group-btn > .btn-group {
    margin-left: 0px !important;
}
/*label custom*/

.label-custom {
    display: inline;
    margin-right: -4px;
    padding: 5px 7px 4px 7px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 100%;
}
.bg-brown-custom {
    color: #fff;
    background: #00B8D4;
}
@media (max-width: 480px) {
    .at-lnb {
        height: 0px !important;
    }
    .m-header .header-logo {
        background: #353C47;
    }
    .m-header .header-icon,
    .m-header .header-logo {
        background: #353C47;
    }
    .search-color {
        padding: 0px 15px 10px;
        background: #353C47 !important;
    }
}
.active-item {
    background-color: #20242D !important;
}
.progress-bar {
    background-color: #20242D !important;
}
#enpia_login .button-style {
    position: relative;
    overflow: hidden;
    top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 60px;
    background: #757575 !important;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 60px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.button-style {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 64px;
    background: #F2F4F7;
    border: 1px solid #E3E7EE;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 60px !important;
    color: #404040;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.button-style span {
    z-index: 2;
    position: relative;
    display: inline-block;
}
.button-style:after,
.button-style:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #353C47 !important;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}
.button-style:after {
    right: -100%;
}
.button-style:before {
    left: -100%;
}
.button-style:hover:after {
    right: 0;
}
.button-style:hover:before {
    left: 0;
}
.button-style:hover {
    color: #fff;
}
.button-style.border {
    background: #fff;
    border: 1px solid #9e8277;
    line-height: 64px;
}