배경 및 글 색상변경 질문 입니다

배경 및 글 색상변경 질문 입니다

QA

배경 및 글 색상변경 질문 입니다

본문

배경 검은색 글씨 하얀색으로 변경하려고 하는데

 

테마/colorset/css파일 입니다 구글링하면서 열심히 계속 수정하고 있는데 변화가 없는데

 

혹시 어디를 수정해야 레이아웃 페이지 검은색에 글씨 하얀색으로 변경 될까요 ㅠㅠ

 


@charset "utf-8";
/*-------------------------------------------------------*/
/* Miso-Company Colorset
/*-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
body { font-family: dotum; 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; }
body.is-mobile,
body .wrapper.en { line-height:1.8; }
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:1; 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: "Roboto", sans-serif; }
.ko, .ko small { font-family:dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
/*-------------------------------------------------------*/
/* Layout : 레이아웃
/*-------------------------------------------------------*/
.wrapper { position:relative, z-index:0; margin:0 auto; background:#fff;  }
.boxed.wrapper { box-shadow: 0px 0px 6px #999; -moz-box-shadow: 0 0 6px #999; -webkit-box-shadow: 0 0 6px #999; }
.boxed-left.wrapper { margin:0; margin-right:auto !important; }
.boxed-right.wrapper { margin:0; margin-left:auto !important; }
.is-pc .is-page .at-body { min-height:800px; }
.at-container { margin:0 auto; padding:0; }
.boxed.wrapper .at-boxed.at-container { padding:0 30px; }
.wided.wrapper .at-body .at-boxed.at-container.wide-container { padding:0 100px; }
@media all and (min-width:1400px) {
    .at-body .at-container.zone-wided,
    .page-title .at-container.zone-wided { width:100% !important; max-width:100% !important; padding:0 100px; }
}
@media all and (max-width:1200px) {
    .responsive .at-boxed.at-container { padding:0 20px !important; }
}
@media all and (max-width:991px) {
    .responsive .at-boxed.at-container { padding:0 10px !important; }
}
/* Loader */
.at-loader { background: #fff; left: 0; top: 0; width: 100%; height: 100%; display: block; position: fixed; z-index: 100000; }
.at-loader .loader { color:#ddd; margin: -25px 0 0 -25px; left: 50%; top: 50%; width: 50px; height: 50px; line-height:50px; font-size: 45px; position: absolute; z-index: 10001; }
/* Layout : IE9 이상 */
.at-zone,
.zone-left, 
.zone-right, 
.zone-center { overflow:hidden; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; }
.at-zone { padding-top:0; padding-bottom:0; }
.zone-left,
.zone-right,
.zone-center { padding-top:30px; padding-bottom:30px; }
.zone-left { padding-right:30px; }
.zone-right { padding-left:30px; }
.zone-left { float:left; }
.zone-left-bg { position:absolute; top:0; left:0; height:100%; }
.zone-right { float:right; }
.zone-right-bg { position:absolute; top:0; right:0; height:100% }
.zone-center { display: inline-block; }
.zone-2dan-left .zone-right,
.zone-2dan-left .zone-right-bg,
.zone-2dan-right .zone-left,
.zone-2dan-right .zone-left-bg { display:none; }
.zone-2dan-left .zone-center { float:right; }
.zone-2dan-right .zone-center { float:left; }
.zone-1dan .zone-left,
.zone-1dan .zone-right { display:none; }
.zone-1dan .zone-center { display:block; width:100%; }
@media all and (max-width:991px) {
    .responsive .zone-3dan .zone-left { float:left; width:50%; padding-right:15px; }
    .responsive .zone-3dan .zone-right { float:left; width:50%; padding-left:15px; }
    .responsive .zone-3dan .zone-center { display:block; width:100% !important; }
}
@media all and (max-width:767px) {
    .responsive .zone-left,
    .responsive .zone-right { float:none; width:100% !important; padding-left:0 !important; padding-right:0 !important;}
    .responsive .zone-center { padding-top:15px; display:block; width:100% !important; margin:0; }
}
/* Layout : IE8 이하 */
.at-ie-zone { display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.ie-zone { display:table-cell; vertical-align:top; padding-top:30px; padding-bottom:30px; }
.ie-left { padding-right:30px; }
.ie-right { padding-left:30px; }
/*-------------------------------------------------------*/
/* Header : 헤더영역 전체
/*-------------------------------------------------------*/
/* .at-header { box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); } */
.at-header { position:relative; z-index:1001; background:#fff; }
.boxed-left .at-header .at-container { margin:0; margin-right:auto !important; }
.boxed-right .at-header .at-container { margin:0; margin-left:auto !important; }
/*-------------------------------------------------------*/
/* LNB : 최상단 로그인, 회원가입 영역
/*-------------------------------------------------------*/
.at-lnb { font-size:12px; line-height:20px; }
.at-lnb .at-container { padding-top:6px !important; padding-bottom:6px !important; }
.at-lnb ul { list-style: none; margin: 0; padding:0; margin:0 -15px; overflow:hidden; }
.at-lnb ul > li { float: left; padding: 0 15px; margin:0; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "|"; margin-right:-16px; font-size:11px; }
.at-lnb ul > li:last-child::after { content: ""; margin-right:0; }
.at-lnb ul > li > a { color: #333; float:left; }
.at-lnb ul > li > a:hover { color: #000; }
@media all and (max-width:991px) {
    .responsive .at-lnb { display:none !important; visibility:visible; }
}
/*-------------------------------------------------------*/
/* Mobile Header : 모바일 헤더
/*-------------------------------------------------------*/
.m-header { display:none; }
.m-header a { color:#fff; }
.m-header.bg-lightgray a,
.m-header.bg-white a { color:#000; }
.m-header .m-header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; min-width:300px; border-collapse: collapse; }
.m-header .m-header-icon, 
.m-header .m-header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .m-header-icon { width:44px; }
.m-header .m-header-icon a { display:block; }
@media all and (max-width:991px) {
    .responsive .m-header { display:block; }
}
/* 상단고정(sticky) 스타일 */
.nav-fixed { position: fixed; top:0; left:0; z-index:101; width:100%; animation: smoothScroll 0.6s forwards; }
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.nav-fixed .pc-menu-logo { display:none !important; }
.boxed.wrapper .nav-fixed .at-boxed.at-container { padding:0 !important; }
/*-------------------------------------------------------*/
/* PC Header & Menu Size : PC 헤더 및 메뉴 크기설정
/*-------------------------------------------------------*/
/* 헤더 크기 : 메뉴높이와 로고높이는 일치시키며, 로고 너비의 1/2 만큼 좌측 역마진 설정 필요 */
.pc-header { height:10px; }
/* 로고 크기 : 메뉴높이와 로고높이는 일치시키며, 로고 너비의 1/2 만큼 좌측 역마진 설정 필요 */
.pc-header-logo { height:80px; width:250px; margin-left:-125px; }
/* 중앙로고시 메뉴부분 로고 크기 : 좌우 여백고려하여 로고 너비보다 크게 설정 */
.pc-menu-logo { width:300px; } 
/* 로고시 메뉴 들여쓰기 : 로고 너비 + 간격 만큼 여백설정 */
.is-logo-left .pc-menu { padding-left:280px; } /* 좌측로고일 때 */
.is-logo-left .is-sub-mega .sub-1div { padding-left:280px; } /* 좌측로고일 때 메가 서브 좌측 여백 */
.is-logo-center .is-sub-mega .sub-1div { padding-left:50px; } /* 중앙로고일 때 메가 서브 좌측 여백 */
/* PC 메뉴 크기설정 : .header-logo = .pc-menu-zone-cell = .pc-menu-height 의 높이는 일치시킴 */
.pc-menu-layer,
.pc-menu-zone-cell { height:80px; } /* 메뉴 크기 : line-height는 설정하지 않음 */
.pc-menu-height { height: 80px; line-height:80px; } /* 메뉴 크기 : 높이와 동일하게 line-height 설정 */
.pc-menu-icon { width:50px; } /* 홈 및 검색아이콘 크기 */
.pc-menu-all .menu-all-wrap { margin:0 50px; } /* 전체메뉴 좌우공간 */
/* 상단고정(sticky)일 때 기본 크기 */
.nav-fixed .pc-menu-layer,
.nav-fixed .pc-menu-zone-cell { height:50px; }
.nav-fixed .pc-menu-height { height:50px; line-height:50px; }
/* PC 배분 스타일 서브메뉴에서 메뉴수에 따른 1차 서브 크기 : 너비를 %로 조절하고, 중앙에 위치하도록 역마진 추가 */
.is-sub-divide .sub-1div { width:100%; }
.is-sub-divide .is-sub-small .sub-1div { width:150%; margin-left:-25%; } /* 메뉴가 6개 이상일 때 메뉴 크기 키움 */
.nav-fixed .is-sub-divide .sub-1div{ width:100%; } /* 상단고정(sticky) 형태에서 크기 재조정 */
.nav-fixed .is-sub-divide .is-sub-small .sub-1div { width:100%; margin-left:0; }
/*-------------------------------------------------------*/
/* PC Logo : PC 로고
/*-------------------------------------------------------*/
.pc-header .at-container { position:relative; }
.pc-header-wrap { position:relative; }
.pc-header-logo { position:absolute; top:0; text-align:center; padding:0; z-index:100; overflow:hidden; }
.pc-header-logo img { display:block; width:100%; height:100%; }
.is-logo-left .pc-header-logo { margin-left:0; left:0; } /* 좌측 로고 */
.is-logo-center .pc-header-logo { left:50%; } /* 중앙 로고 */
.nav-fixed .pc-menu-logo { display:none; }
@media all and (max-width:991px) {
    .responsive .pc-header { display:none; }
}
/*-------------------------------------------------------*/
/* PC Menu : PC 메뉴
/*-------------------------------------------------------*/
/* 메뉴공통 */
.pc-menu-wrap { position:relative; z-index:1; }
.pc-menu-height { -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.pc-menu-zone { position:relative; display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.pc-menu-zone-cell { position:relative; display:table-cell; vertical-align:middle; }
.pc-menu-zone-cell ul { padding:0; margin:0; }
.pc-menu-zone-cell li { margin:0; list-style:none; }
.pc-menu-tbl { position:relative; display:table; table-layout:fixed; width:100%; margin:0; border-collapse: collapse; }
.pc-menu-cell { position:relative; display:table-cell; vertical-align:top; }
.pc-menu-cell .menu-ul { display:table; table-layout:fixed; border-collapse: collapse; padding:0; margin:0; }
.pc-menu-cell .menu-li { display:table-cell; vertical-align:top; text-align:center; }
.pc-menu-layer { position: absolute; width: 100%; left:0; top:0; overflow:hidden; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.nav-fixed .at-boxed.at-container { padding:0; }
.nav-fixed .pc-menu-layer { background:#fff; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }
/* 홈 및 검색 아이콘 */
.pc-menu-icon { text-align:center; }
.pc-menu-icon a { display:block; color:#000; }
.pc-menu-home .menu-span { font-size:20px; }
.pc-menu-search { font-size:20px; }
.pc-menu-icon a:hover .menu-span { color:#fff; background: #333; }
.pc-menu-home.menu-li.active .menu-span { color:#fff; background: #333; }
/* 주메뉴 위치 */
.is-menu-left .menu-ul { margin-right:auto; }
.is-menu-right .menu-ul { margin-left:auto; }
.is-menu-divide .menu-ul { width:100%; }
/* 주메뉴 스타일 */
.pc-menu .menu-span { display:inline-block; padding:8px 10px; margin:0 10px; line-height:20px; }
.pc-menu-icon .menu-span { display:inline-block; padding:8px 10px; margin:0; line-height:20px; }
.pc-menu .menu-a { font-family: "Roboto", sans-serif; color:#000; display:block; font-weight:bold; font-size: 15px; }
.pc-menu .menu-li:hover .menu-a,
.pc-menu .menu-li.active .menu-a { }
.pc-menu .menu-li:hover .menu-span,
.pc-menu .menu-li.active .menu-span,
.pc-menu-icon a:hover .menu-span { color:#fff; border-radius:4px; }
.pc-menu .new,
.pc-menu .sub-1new,
.pc-menu .sub-2new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
.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"; }
/* 주메뉴 상단고정(sticky) 스타일 */
.nav-fixed .pc-menu { padding-left:0 !important; }
.nav-fixed .pc-menu .menu-a { color:#000; }
.nav-fixed .pc-menu .menu-span { background:none !important; }
.nav-fixed .pc-menu .menu-li:hover .menu-a,
.nav-fixed .pc-menu .menu-li.active .menu-a { color:#fff; background:orangered; }
.nav-fixed .pc-menu-icon .menu-span { color:#000; }
.nav-fixed .pc-menu-icon a:hover { color:#fff; background: #333; }
.nav-fixed .pc-menu-home.menu-li:hover .menu-a,
.nav-fixed .pc-menu-home.menu-li.active .menu-a { color:#fff; background: #333; }
@media all and (max-width:991px) {
    .responsive .pc-menu-zone { display:none; }
}
/*-------------------------------------------------------*/
/* PC Float Sub Menu : PC 일반 서브메뉴
/*-------------------------------------------------------*/
.is-sub-float .sub-1da,
.is-sub-float .sub-1line,
.is-sub-float .sub-2da,
.is-sub-float .sub-2line { display:block; padding:6px 12px; line-height:20px; }
.is-sub-float .sub-1div { text-align:left; position:absolute; z-index:31; 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); }
.is-sub-float .sub-1dul,
.is-sub-float .sub-1dli { position:relative; }
.is-sub-float .sub-1da { color:#333; border-bottom:1px solid #eee; }
.is-sub-float .sub-1dli.active .sub-1da,
.is-sub-float .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid orangered; }
.is-sub-float .sub-1dli:last-child .sub-1da { border-bottom:0 !important; }
.is-sub-float .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-float .sub-2div { position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-float .sub-2div { left:100%; }
.is-sub-float .sub-2dul,
.is-sub-float .sub-2dli { position:relative; }
.is-sub-float .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-float .sub-2dli.active .sub-2da,
.is-sub-float .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-float .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-float .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-float .sub-1line a,
.is-sub-float .sub-2line a { color: #333 !important; }
/*-------------------------------------------------------*/
/* PC Divide Sub Menu : PC 배분 서브메뉴
/*-------------------------------------------------------*/
.is-sub-divide .menu-li { position:relative;  }
.is-sub-divide .sub-1da,
.is-sub-divide .sub-1line,
.is-sub-divide .sub-2da,
.is-sub-divide .sub-2line { display:block; padding:6px 12px; line-height:20px; }
.is-sub-divide .sub-1div { text-align:left; position:absolute; z-index:31; 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); }
.is-sub-divide .sub-1dul,
.is-sub-divide .sub-1dli { position:relative; }
.is-sub-divide .sub-1da { color:#333; border-bottom:1px solid #eee; }
.is-sub-divide .sub-1dli.active .sub-1da,
.is-sub-divide .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid orangered; }
.is-sub-divide .sub-1dli:last-child .sub-1da { border-bottom:0 !important; }
.is-sub-divide .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-divide .sub-2div { text-align:left; position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-divide .sub-2div { left:100%; }
.is-sub-divide .sub-2dul,
.is-sub-divide .sub-2dli { position:relative; }
.is-sub-divide .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-divide .sub-2dli.active .sub-2da,
.is-sub-divide .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-divide .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-divide .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-divide .sub-1line a,
.is-sub-divide .sub-2line a { color: #333 !important; }
/*-------------------------------------------------------*/
/* PC Mega Sub Menu : PC 메가 서브메뉴
/*-------------------------------------------------------*/
.is-sub-mega .mega-sub { margin:0; box-shadow: 0 0 10px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .175); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .175); }
.nav-fixed .is-sub-mega .mega-sub { }
.is-sub-mega .mega-tbl { background:#fff; display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.is-sub-mega .mega-cell { display:table-cell; vertical-align:top; text-align:left; }
.is-sub-mega .mega-head-item { position:relative; padding:40px 12px 8px; overflow:hidden; }
.is-sub-mega .mega-head .mega-a { color:#fff; font-size:16px; font-weight:bold; }
.is-sub-mega .mega-head .mega-icon { position:absolute; top:8px; right:10px; color:#fff; font-size:14px; }
.is-sub-mega .mega-menu { background:#fafafa; }
.is-sub-mega .mega-content { border-left:1px solid #eee; padding:12px; background:#fff; }
.is-sub-mega .sub-1div { position: absolute; left:0; width:100%; }
.is-sub-mega .sub-1dul,
.is-sub-mega .sub-1dli { position:relative; background:#fff; }
.is-sub-mega .sub-1da { display:block; color:#333; padding:6px 12px; border-bottom: 1px solid rgb(238, 238, 238); }
.is-sub-mega .sub-1dli.active .sub-1da,
.is-sub-mega .sub-1dli:hover .sub-1da { color:#000; font-weight:bold; background: #f5f5f5; }
.is-sub-mega .sub-1line a { position:relative; display:block; color:#fff; padding:5px 12px; font-weight:bold; background:#333; border-bottom: 1px solid #333; }
.is-sub-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); } 
.is-sub-mega .sub-2dul { }
.is-sub-mega .sub-2dli { }
.is-sub-mega .sub-2da { display:block; color:#333; padding:5px 12px; border-bottom: 1px solid rgb(238, 238, 238); } 
.is-sub-mega .sub-2dli.active .sub-2da,
.is-sub-mega .sub-2dli:hover .sub-2da { color:#000; font-weight:bold; background: #f5f5f5; }
.is-sub-mega .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-mega .sub-2line a { display:block; color:#fff; padding:5px 12px; font-weight:bold; background:#333; border-bottom: 1px solid #333; }
/*-------------------------------------------------------*/
/* PC Whole Sub Menu : PC 전체 서브메뉴
/*-------------------------------------------------------*/
.is-sub-whole { position:relative; }
.is-sub-whole .pc-menu-wrap { position:absolute; width:100%; top:0; left:0; }
.is-sub-whole .menu-ul { position:relative; height:100%;}
.is-sub-whole .menu-li { position:relative; padding:0; height:100%; margin:0; list-style:none; }
.is-sub-whole .sub-1div { display:none; border:1px solid #ddd; border-right:0; background:#fff; text-align:left; padding:5px 0; }
.is-sub-whole .menu-li:last-child .sub-1div { border:1px solid #ddd; }
.is-sub-whole.on .sub-1div { display:block; }
.is-sub-whole .pc-menu-logo .sub-1div { padding:15px; }
.is-sub-whole .sub-1da,
.is-sub-whole .sub-1line,
.is-sub-whole .sub-2da,
.is-sub-whole .sub-2line { display:block; padding:4px 12px; line-height:20px; }
.is-sub-whole .sub-1dul,
.is-sub-whole .sub-1dli { position:relative; }
.is-sub-whole .sub-1da { color:#333; }
.is-sub-whole .sub-1dli.active .sub-1da,
.is-sub-whole .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; }
.is-sub-whole .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; }
.is-sub-whole .sub-1line a { color: #333 !important; }
.is-sub-whole .sub-2div { text-align:left; position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-whole .sub-2div { left:100%; }
.is-sub-whole .sub-2dul,
.is-sub-whole .sub-2dli { position:relative; }
.is-sub-whole .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-whole .sub-2dli.active .sub-2da,
.is-sub-whole .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-whole .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-whole .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-whole .sub-2line a { color: #333 !important; }
/*-------------------------------------------------------*/
/* Menu Color : 메뉴수에 따라 번호순으로 클래스 생성
/*-------------------------------------------------------*/
.is-sub-color .menu-0 .sub-1div { border-color: #21a6ed !important; }
.is-sub-color .menu-0 .sub-1dli.active .sub-1da,
.is-sub-color .menu-0 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-0 .sub-2dli.active .sub-2da,
.is-sub-color .menu-0 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-0 .mega-head, 
.menu-0.menu-li:hover .menu-span,
.menu-0.menu-li.active .menu-span,
.nav-fixed .menu-0.menu-li:hover .menu-a,
.nav-fixed .menu-0.menu-li.active .menu-a { background: #21a6ed !important; border-color: #21a6ed !important; }
.is-sub-color .menu-1 .sub-1div { border-color: #eb5451 !important; }
.is-sub-color .menu-1 .sub-1dli.active .sub-1da,
.is-sub-color .menu-1 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-1 .sub-2dli.active .sub-2da,
.is-sub-color .menu-1 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-1 .mega-head,
.menu-1.menu-li:hover .menu-span,
.menu-1.menu-li.active .menu-span,
.nav-fixed .menu-1.menu-li:hover .menu-a,
.nav-fixed .menu-1.menu-li.active .menu-a { background: #eb5451 !important; border-color: #eb5451 !important; }
.is-sub-color .menu-2 .sub-1div { border-color: #756fad !important; }
.is-sub-color .menu-2 .sub-1dli.active .sub-1da,
.is-sub-color .menu-2 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-2 .sub-2dli.active .sub-2da,
.is-sub-color .menu-2 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-2 .mega-head, 
.menu-2.menu-li:hover .menu-span,
.menu-2.menu-li.active .menu-span,
.nav-fixed .menu-2.menu-li:hover .menu-a,
.nav-fixed .menu-2.menu-li.active .menu-a { background: #756fad !important; border-color: #756fad !important; }
.is-sub-color .menu-3 .sub-1div { border-color: #12cebd !important; }
.is-sub-color .menu-3 .sub-1dli.active .sub-1da,
.is-sub-color .menu-3 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-3 .sub-2dli.active .sub-2da,
.is-sub-color .menu-3 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-3 .mega-head, 
.menu-3.menu-li:hover .menu-span,
.menu-3.menu-li.active .menu-span,
.nav-fixed .menu-3.menu-li:hover .menu-a,
.nav-fixed .menu-3.menu-li.active .menu-a { background: #12cebd !important; border-color: #12cebd !important; }
.is-sub-color .menu-4 .sub-1div { border-color: #4c6187 !important; }
.is-sub-color .menu-4 .sub-1dli.active .sub-1da,
.is-sub-color .menu-4 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-4 .sub-2dli.active .sub-2da,
.is-sub-color .menu-4 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-4 .mega-head, 
.menu-4.menu-li:hover .menu-span,
.menu-4.menu-li.active .menu-span,
.nav-fixed .menu-4.menu-li:hover .menu-a,
.nav-fixed .menu-4.menu-li.active .menu-a { background: #4c6187 !important; border-color: #4c6187 !important; }
.is-sub-color .menu-5 .sub-1div { border-color: #4c515b !important; }
.is-sub-color .menu-5 .sub-1dli.active .sub-1da,
.is-sub-color .menu-5 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-5 .sub-2dli.active .sub-2da,
.is-sub-color .menu-5 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-5 .mega-head,
.menu-5.menu-li:hover .menu-span,
.menu-5.menu-li.active .menu-span,
.nav-fixed .menu-5.menu-li:hover .menu-a,
.nav-fixed .menu-5.menu-li.active .menu-a { background: #4c515b !important; border-color: #4c515b !important; }
.is-sub-color .menu-6 .sub-1div { border-color: #0092e0 !important; }
.is-sub-color .menu-6 .sub-1dli.active .sub-1da,
.is-sub-color .menu-6 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-6 .sub-2dli.active .sub-2da,
.is-sub-color .menu-6 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-6 .mega-head,
.menu-6.menu-li:hover .menu-span,
.menu-6.menu-li.active .menu-span,
.nav-fixed .menu-6.menu-li:hover .menu-a,
.nav-fixed .menu-6.menu-li.active .menu-a { background: #0092e0 !important; border-color: #0092e0 !important; }
.is-sub-color .menu-7 .sub-1div { border-color: #d82c29 !important; }
.is-sub-color .menu-7 .sub-1dli.active .sub-1da,
.is-sub-color .menu-7 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-7 .sub-2dli.active .sub-2da,
.is-sub-color .menu-7 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-7 .mega-head,
.menu-7.menu-li:hover .menu-span,
.menu-7.menu-li.active .menu-span,
.nav-fixed .menu-7.menu-li:hover .menu-a,
.nav-fixed .menu-7.menu-li.active .menu-a { background: #d82c29 !important; border-color: #d82c29 !important; }
.is-sub-color .menu-8 .sub-1div { border-color: #5d588f !important; }
.is-sub-color .menu-8 .sub-1dli.active .sub-1da,
.is-sub-color .menu-8 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-8 .sub-2dli.active .sub-2da,
.is-sub-color .menu-8 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-8 .mega-head,
.menu-8.menu-li:hover .menu-span,
.menu-8.menu-li.active .menu-span,
.nav-fixed .menu-8.menu-li:hover .menu-a,
.nav-fixed .menu-8.menu-li.active .menu-a { background: #5d588f !important; border-color: #5d588f !important; }
.is-sub-color .menu-9 .sub-1div { border-color: #71757e !important; }
.is-sub-color .menu-9 .sub-1dli.active .sub-1da,
.is-sub-color .menu-9 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-9 .sub-2dli.active .sub-2da,
.is-sub-color .menu-9 .sub-2dli:hover .sub-2da, 
.is-sub-mega .menu-9 .mega-head,
.menu-9.menu-li:hover .menu-span,
.menu-9.menu-li.active .menu-span,
.nav-fixed .menu-9.menu-li:hover .menu-a,
.nav-fixed .menu-9.menu-li.active .menu-a { background: #71757e !important; border-color: #71757e !important; }
/*-------------------------------------------------------*/
/* 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; }
.m-menu .new,
.m-menu .sub-new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top;}
@media all and (max-width:991px) {
    .responsive .m-menu { display:block; }
}
/*-------------------------------------------------------*/
/* PC All Menu : PC 전체 메뉴
/*-------------------------------------------------------*/
/* .wided .pc-menu-all.at-container { max-width:100% !important; } */
.pc-menu-all { position:relative; z-index:20; }
.pc-menu-all .at-container { position:relative; }
.pc-menu-all #menu-all { position:absolute; width:100%; top:0; z-index:10; }
.pc-menu-all .menu-all-wrap { padding:20px; border:1px solid #ddd; background:#fafafa; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu-all .table { margin-bottom:0 !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0; }
.pc-menu-all .menu-a { display:block; color:#333; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on { border-top:1px solid #333; }
.pc-menu-all .table td.on .menu-a { color:#fff; background:#333; }
.pc-menu-all .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu-all .sub-1div { padding:8px 0; position:relative; }
.pc-menu-all .sub-1dul { list-style:none; padding:0; margin:0; }
.pc-menu-all .sub-1dli { position:relative; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:4px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:#000; font-weight:bold; }
.pc-menu-all .sub-2div { left:80%; top:0; background: #fff; position:absolute; z-index:21; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu-all .sub-2dul { padding:0; margin:0;}
.pc-menu-all .sub-2dli { list-style:none; }
.pc-menu-all .sub-2da { display:block; color:#333; padding:6px 12px; border-bottom: 1px solid #eee; } 
.pc-menu-all .sub-2dli.on .sub-2da,
.pc-menu-all .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: #333; border-bottom: 1px solid #333; }
.pc-menu-all .sub-2new { color: rgb(140, 195, 70);}
.pc-menu-all .sub-2line { display:block; color:#333; padding:6px 12px; font-weight:bold; background:#fafafa; border-bottom: 1px solid #eee; }
.pc-menu-all .sub-1line a,
.pc-menu-all .sub-2line a { color: #333 !important; }
.pc-menu-all .sub-1line { display:block; color:#333; padding:6px 12px; margin:4px 0; font-weight:bold; background:#fafafa; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.pc-menu-all .new,
.pc-menu-all .sub-1new,
.pc-menu-all .sub-2new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
.pc-menu-all .table-responsive { position:relative; }
.pc-menu-all .menu-all-btn { position:absolute; bottom:0; right:0; z-index:1; }
@media all and (max-width:991px) {
    .responsive .pc-menu-all { display:none; }
}
/*-------------------------------------------------------*/
/* Page Title : 페이지 타이틀 및 설명글
/*-------------------------------------------------------*/
.page-title { position:relative; margin-bottom:-1px; background:#333; }
.page-title.page-title-boxed { margin-bottom:30px; }
.page-title .at-container { border:0 !important; background: none !important; }
.page-title .at-title { height:120px; display:table-cell; vertical-align:bottom; padding:20px 0px; width:100%; }
.page-title .at-title h2 { position:relative; color:#fff; font-size:30px; letter-spacing:-1px; padding:0; margin:0; }
.page-title .at-title p { color:#fff; padding:0; margin:6px 0 0; font-size:15px; }
@media all and (max-width:767px) {
    .responsive .page-title .at-title { height:80px; padding:20px; }
    .responsive .page-title .at-title h2 { font-size:26px; letter-spacing:0; }
    .responsive .page-title .at-title p { font-size:15px; }
}
@media all and (max-width:480px) {
    .responsive .page-title .at-title { height:60px; padding:10px; }
    .responsive .page-title .at-title h2 { font-size:22px; letter-spacing:0; }
    .responsive .page-title .at-title p { display:none; }
}
/* Sub Title */
h4.h4 { font-size:15px; line-height:1.4; padding:0; margin:0; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { position:relative; height:3px; margin:5px 0 10px; border: none; line-height:1px; }
hr.hr::after { width:45px; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }
/*-------------------------------------------------------*/
/* Page Side Menu : 페이지 사이드메뉴
/*-------------------------------------------------------*/
.page-sidemenu { padding:0; }
.page-sidemenu a { display:block; }
.page-sidemenu .psm-head { display:block; border:0; text-align:center; padding:20px 10px; font-size:20px; color:#fff; letter-spacing:-1px; }
.page-sidemenu .psm-head a i { margin-right:4px; }
.page-sidemenu .psm-body { border:1px solid #ddd; border-top:0; }
.page-sidemenu .psm-sub1 { padding:0; border-bottom:1px solid #ddd; }
.page-sidemenu .psm-sub1:last-child { border-bottom:0; }
.page-sidemenu .psm-sub1 a { display:block; padding: 7px 10px; color:#000 !important; }
.page-sidemenu .psm-sub1 a:hover,
.page-sidemenu .psm-sub1.on > a { font-weight:bold !important; background-color:#fafafa; }
.page-sidemenu .psm-sub1 > a.no-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.page-sidemenu .psm-sub1 > a.is-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "+"; }
.page-sidemenu .psm-sub2 { padding:0; margin:0; list-style:none; background-color: #fff; }
.page-sidemenu .psm-sub2 li { border-bottom:1px solid #eee; }
.page-sidemenu .psm-sub2 li:last-child { border-bottom:1px solid #ddd; }
.page-sidemenu .psm-sub2 li a { display:block; padding:6px 20px; padding-right:10px; }
.page-sidemenu .psm-sub2 li a:hover,
.page-sidemenu .psm-sub2 li.on a { font-weight:bold !important; color:#000 !important; }
.page-sidemenu .psm-line { font-weight:bold; padding:10px; background:#f1f1f1; border-bottom:1px solid #ddd; font-size:14px; }
.page-sidemenu .new,
.page-sidemenu .sub-new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
/*-------------------------------------------------------*/
/* Footer : 사이트 하단 영역
/*-------------------------------------------------------*/
.en .at-footer { font-size:12px; }
.at-footer { color:#333; background:#fff; padding-bottom:30px; }
.at-footer.at-footer-mask { background:#f5f5f5; }
.at-footer .at-footer-line { height:5px; border-top:1px solid #eee; line-height:1px; font-size:1px; }
.at-footer.at-footer-mask .at-footer-line { border:0; }
.at-footer .logo-bottom { display:block; max-height:120px; padding-right:15px; }
.at-footer .at-links { margin-bottom:20px; }
.at-footer .at-links ul { list-style: none; padding:0; margin:0 -15px; overflow:hidden; }
.at-footer .at-links ul > li { float: left; padding: 0 15px; }
.at-footer .at-links ul > li::after { float: right; color:#ccc; content: "|"; margin-right:-16px; font-size:11px; }
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #333; }
.at-footer .at-links ul > li > a:hover { color: #000; }
.at-footer .at-copyright { margin-top:10px; }
.at-footer .at-copyright span { }
.at-footer .at-about { list-style: none; padding:0; margin:0 -15px; overflow:hidden; }
.at-footer .at-about > li { float: left; padding: 0 15px; }
.at-footer .at-about > li > a { color: #333; }
.at-footer .at-about > li > a:hover { color: #000; }
@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; }
    .responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}
@media all and (max-width:767px) {
    .responsive .at-footer { padding:20px 0; }
}
/*-------------------------------------------------------*/
/* Go Top & Bottom Button : 상단/하단 이동버튼
/*-------------------------------------------------------*/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 30px; z-index: 30; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0; 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: 767px) {
    .at-go .go-btn { bottom:0; 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; }
.btn-group.btn-group-justified a { border-left-width:0px; }
.btn-group.btn-group-justified a:first-child { border-left-width:1px; }
/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0; }
.panel-group .panel { border-radius: 0; }
.panel .panel-heading { border-radius: 0; }
.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 0 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: 0 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; }
/*-------------------------------------------------------*/
/* Thema Color : 10개
/*-------------------------------------------------------*/
.white a { color:#fff; }
.bg-0,
.hover-0:hover, 
.box-blue { background-color:#21a6ed; border-color:#21a6ed; color:#fff; }
.bg-1,
.hover-1:hover, 
.box-red { background-color:#eb5451; border-color:#eb5451; color:#fff; }
.bg-2,
.hover-2:hover, 
.box-violet { background-color:#756fad; border-color:#756fad; color:#fff; }
.bg-3,
.hover-3:hover, 
.box-mint { background-color:#12cebd; border-color:#12cebd; color:#fff; }
.bg-4,
.hover-4:hover, 
.box-navy {    background-color:#4c6187; border-color:#4c6187; color:#fff; }
.bg-5,
.hover-5:hover, 
.box-deepgray { background-color:#4c515b; border-color:#4c515b; color:#fff; }
.bg-6,
.hover-6:hover, 
.box-deepblue {    background-color:#0092e0; border-color:#0092e0; color:#fff; }
.bg-7,
.hover-7:hover, 
.box-deepred { background-color:#d82c29; border-color:#d82c29; color:#fff; }
.bg-8,
.hover-8:hover, 
.box-deepviolet { background-color:#5d588f; border-color:#5d588f; color:#fff; }
.bg-9,
.hover-9:hover, 
.box-gray { background-color:#71757e; border-color:#71757e; color:#fff; }
 

이 질문에 댓글 쓰기 :

답변 4

어느부분을 하시려는지 모르겠지만
그냥 해당 페이지를 전부 검은색으로 바꾸고 폰트만 하얀색이라면 아래처럼 바꿔보세요

body { font-family: dotum; 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 { font-family: dotum; line-height: 22px; font-size: 14px; color: rgb(0, 0, 0); background-color:#000; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }

맨위에 body와 아래쪽 a태그 스타일의 

color: rgb(51, 51, 51); 를 color: rgb(255, 255, 255); 로 변경.

body의 background-color:#fff; 를 background-color:#000; 으로 변경하는식으로 수정하시면 될듯하네요.

말씀해순대로 변경했지만.. 변화가 없습니다


@charset "utf-8";
/*-------------------------------------------------------*/
/* Miso-Company Colorset
/*-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
body { font-family: dotum; line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#000; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:12px; }
body.is-mobile,
body .wrapper.en { line-height:1.8; }
a { color: rgb(255, 255, 255); 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:1; 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: "Roboto", sans-serif; }
.ko, .ko small { font-family:dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
/*-------------------------------------------------------*/
/* Layout : 레이아웃
/*-------------------------------------------------------*/
.wrapper { position:relative, z-index:0; margin:0 auto; background:#000;  }
.boxed.wrapper { box-shadow: 0px 0px 6px #999; -moz-box-shadow: 0 0 6px #999; -webkit-box-shadow: 0 0 6px #999; }
.boxed-left.wrapper { margin:0; margin-right:auto !important; }
.boxed-right.wrapper { margin:0; margin-left:auto !important; }
.is-pc .is-page .at-body { min-height:800px; }
.at-container { margin:0 auto; padding:0; }
.boxed.wrapper .at-boxed.at-container { padding:0 30px; }
.wided.wrapper .at-body .at-boxed.at-container.wide-container { padding:0 100px; }
@media all and (min-width:1400px) {
    .at-body .at-container.zone-wided,
    .page-title .at-container.zone-wided { width:100% !important; max-width:100% !important; padding:0 100px; }
}
@media all and (max-width:1200px) {
    .responsive .at-boxed.at-container { padding:0 20px !important; }
}
@media all and (max-width:991px) {
    .responsive .at-boxed.at-container { padding:0 10px !important; }
}
/* Loader */
.at-loader { background: #000; left: 0; top: 0; width: 100%; height: 100%; display: block; position: fixed; z-index: 100000; }
.at-loader .loader { color:#ddd; margin: -25px 0 0 -25px; left: 50%; top: 50%; width: 50px; height: 50px; line-height:50px; font-size: 45px; position: absolute; z-index: 10001; }
/* Layout : IE9 이상 */
.at-zone,
.zone-left, 
.zone-right, 
.zone-center { overflow:hidden; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; }
.at-zone { padding-top:0; padding-bottom:0; }
.zone-left,
.zone-right,
.zone-center { padding-top:30px; padding-bottom:30px; }
.zone-left { padding-right:30px; }
.zone-right { padding-left:30px; }
.zone-left { float:left; }
.zone-left-bg { position:absolute; top:0; left:0; height:100%; }
.zone-right { float:right; }
.zone-right-bg { position:absolute; top:0; right:0; height:100% }
.zone-center { display: inline-block; }
.zone-2dan-left .zone-right,
.zone-2dan-left .zone-right-bg,
.zone-2dan-right .zone-left,
.zone-2dan-right .zone-left-bg { display:none; }
.zone-2dan-left .zone-center { float:right; }
.zone-2dan-right .zone-center { float:left; }
.zone-1dan .zone-left,
.zone-1dan .zone-right { display:none; }
.zone-1dan .zone-center { display:block; width:100%; }
@media all and (max-width:991px) {
    .responsive .zone-3dan .zone-left { float:left; width:50%; padding-right:15px; }
    .responsive .zone-3dan .zone-right { float:left; width:50%; padding-left:15px; }
    .responsive .zone-3dan .zone-center { display:block; width:100% !important; }
}
@media all and (max-width:767px) {
    .responsive .zone-left,
    .responsive .zone-right { float:none; width:100% !important; padding-left:0 !important; padding-right:0 !important;}
    .responsive .zone-center { padding-top:15px; display:block; width:100% !important; margin:0; }
}
/* Layout : IE8 이하 */
.at-ie-zone { display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.ie-zone { display:table-cell; vertical-align:top; padding-top:30px; padding-bottom:30px; }
.ie-left { padding-right:30px; }
.ie-right { padding-left:30px; }
/*-------------------------------------------------------*/
/* Header : 헤더영역 전체
/*-------------------------------------------------------*/
/* .at-header { box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); } */
.at-header { position:relative; z-index:1001; background:#fff; }
.boxed-left .at-header .at-container { margin:0; margin-right:auto !important; }
.boxed-right .at-header .at-container { margin:0; margin-left:auto !important; }
/*-------------------------------------------------------*/
/* LNB : 최상단 로그인, 회원가입 영역
/*-------------------------------------------------------*/
.at-lnb { font-size:12px; line-height:20px; }
.at-lnb .at-container { padding-top:6px !important; padding-bottom:6px !important; }
.at-lnb ul { list-style: none; margin: 0; padding:0; margin:0 -15px; overflow:hidden; }
.at-lnb ul > li { float: left; padding: 0 15px; margin:0; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "|"; margin-right:-16px; font-size:11px; }
.at-lnb ul > li:last-child::after { content: ""; margin-right:0; }
.at-lnb ul > li > a { color: #333; float:left; }
.at-lnb ul > li > a:hover { color: #000; }
@media all and (max-width:991px) {
    .responsive .at-lnb { display:none !important; visibility:visible; }
}
/*-------------------------------------------------------*/
/* Mobile Header : 모바일 헤더
/*-------------------------------------------------------*/
.m-header { display:none; }
.m-header a { color:#fff; }
.m-header.bg-lightgray a,
.m-header.bg-white a { color:#000; }
.m-header .m-header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; min-width:300px; border-collapse: collapse; }
.m-header .m-header-icon, 
.m-header .m-header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .m-header-icon { width:44px; }
.m-header .m-header-icon a { display:block; }
@media all and (max-width:991px) {
    .responsive .m-header { display:block; }
}
/* 상단고정(sticky) 스타일 */
.nav-fixed { position: fixed; top:0; left:0; z-index:101; width:100%; animation: smoothScroll 0.6s forwards; }
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.nav-fixed .pc-menu-logo { display:none !important; }
.boxed.wrapper .nav-fixed .at-boxed.at-container { padding:0 !important; }
/*-------------------------------------------------------*/
/* PC Header & Menu Size : PC 헤더 및 메뉴 크기설정
/*-------------------------------------------------------*/
/* 헤더 크기 : 메뉴높이와 로고높이는 일치시키며, 로고 너비의 1/2 만큼 좌측 역마진 설정 필요 */
.pc-header { height:10px; }
/* 로고 크기 : 메뉴높이와 로고높이는 일치시키며, 로고 너비의 1/2 만큼 좌측 역마진 설정 필요 */
.pc-header-logo { height:80px; width:250px; margin-left:-125px; }
/* 중앙로고시 메뉴부분 로고 크기 : 좌우 여백고려하여 로고 너비보다 크게 설정 */
.pc-menu-logo { width:300px; } 
/* 로고시 메뉴 들여쓰기 : 로고 너비 + 간격 만큼 여백설정 */
.is-logo-left .pc-menu { padding-left:280px; } /* 좌측로고일 때 */
.is-logo-left .is-sub-mega .sub-1div { padding-left:280px; } /* 좌측로고일 때 메가 서브 좌측 여백 */
.is-logo-center .is-sub-mega .sub-1div { padding-left:50px; } /* 중앙로고일 때 메가 서브 좌측 여백 */
/* PC 메뉴 크기설정 : .header-logo = .pc-menu-zone-cell = .pc-menu-height 의 높이는 일치시킴 */
.pc-menu-layer,
.pc-menu-zone-cell { height:80px; } /* 메뉴 크기 : line-height는 설정하지 않음 */
.pc-menu-height { height: 80px; line-height:80px; } /* 메뉴 크기 : 높이와 동일하게 line-height 설정 */
.pc-menu-icon { width:50px; } /* 홈 및 검색아이콘 크기 */
.pc-menu-all .menu-all-wrap { margin:0 50px; } /* 전체메뉴 좌우공간 */
/* 상단고정(sticky)일 때 기본 크기 */
.nav-fixed .pc-menu-layer,
.nav-fixed .pc-menu-zone-cell { height:50px; }
.nav-fixed .pc-menu-height { height:50px; line-height:50px; }
/* PC 배분 스타일 서브메뉴에서 메뉴수에 따른 1차 서브 크기 : 너비를 %로 조절하고, 중앙에 위치하도록 역마진 추가 */
.is-sub-divide .sub-1div { width:100%; }
.is-sub-divide .is-sub-small .sub-1div { width:150%; margin-left:-25%; } /* 메뉴가 6개 이상일 때 메뉴 크기 키움 */
.nav-fixed .is-sub-divide .sub-1div{ width:100%; } /* 상단고정(sticky) 형태에서 크기 재조정 */
.nav-fixed .is-sub-divide .is-sub-small .sub-1div { width:100%; margin-left:0; }
/*-------------------------------------------------------*/
/* PC Logo : PC 로고
/*-------------------------------------------------------*/
.pc-header .at-container { position:relative; }
.pc-header-wrap { position:relative; }
.pc-header-logo { position:absolute; top:0; text-align:center; padding:0; z-index:100; overflow:hidden; }
.pc-header-logo img { display:block; width:100%; height:100%; }
.is-logo-left .pc-header-logo { margin-left:0; left:0; } /* 좌측 로고 */
.is-logo-center .pc-header-logo { left:50%; } /* 중앙 로고 */
.nav-fixed .pc-menu-logo { display:none; }
@media all and (max-width:991px) {
    .responsive .pc-header { display:none; }
}
/*-------------------------------------------------------*/
/* PC Menu : PC 메뉴
/*-------------------------------------------------------*/
/* 메뉴공통 */
.pc-menu-wrap { position:relative; z-index:1; }
.pc-menu-height { -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.pc-menu-zone { position:relative; display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.pc-menu-zone-cell { position:relative; display:table-cell; vertical-align:middle; }
.pc-menu-zone-cell ul { padding:0; margin:0; }
.pc-menu-zone-cell li { margin:0; list-style:none; }
.pc-menu-tbl { position:relative; display:table; table-layout:fixed; width:100%; margin:0; border-collapse: collapse; }
.pc-menu-cell { position:relative; display:table-cell; vertical-align:top; }
.pc-menu-cell .menu-ul { display:table; table-layout:fixed; border-collapse: collapse; padding:0; margin:0; }
.pc-menu-cell .menu-li { display:table-cell; vertical-align:top; text-align:center; }
.pc-menu-layer { position: absolute; width: 100%; left:0; top:0; overflow:hidden; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.nav-fixed .at-boxed.at-container { padding:0; }
.nav-fixed .pc-menu-layer { background:#fff; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }
/* 홈 및 검색 아이콘 */
.pc-menu-icon { text-align:center; }
.pc-menu-icon a { display:block; color:#000; }
.pc-menu-home .menu-span { font-size:20px; }
.pc-menu-search { font-size:20px; }
.pc-menu-icon a:hover .menu-span { color:#fff; background: #333; }
.pc-menu-home.menu-li.active .menu-span { color:#fff; background: #333; }
/* 주메뉴 위치 */
.is-menu-left .menu-ul { margin-right:auto; }
.is-menu-right .menu-ul { margin-left:auto; }
.is-menu-divide .menu-ul { width:100%; }
/* 주메뉴 스타일 */
.pc-menu .menu-span { display:inline-block; padding:8px 10px; margin:0 10px; line-height:20px; }
.pc-menu-icon .menu-span { display:inline-block; padding:8px 10px; margin:0; line-height:20px; }
.pc-menu .menu-a { font-family: "Roboto", sans-serif; color:#000; display:block; font-weight:bold; font-size: 15px; }
.pc-menu .menu-li:hover .menu-a,
.pc-menu .menu-li.active .menu-a { }
.pc-menu .menu-li:hover .menu-span,
.pc-menu .menu-li.active .menu-span,
.pc-menu-icon a:hover .menu-span { color:#fff; border-radius:4px; }
.pc-menu .new,
.pc-menu .sub-1new,
.pc-menu .sub-2new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
.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"; }
/* 주메뉴 상단고정(sticky) 스타일 */
.nav-fixed .pc-menu { padding-left:0 !important; }
.nav-fixed .pc-menu .menu-a { color:#000; }
.nav-fixed .pc-menu .menu-span { background:none !important; }
.nav-fixed .pc-menu .menu-li:hover .menu-a,
.nav-fixed .pc-menu .menu-li.active .menu-a { color:#fff; background:orangered; }
.nav-fixed .pc-menu-icon .menu-span { color:#000; }
.nav-fixed .pc-menu-icon a:hover { color:#fff; background: #333; }
.nav-fixed .pc-menu-home.menu-li:hover .menu-a,
.nav-fixed .pc-menu-home.menu-li.active .menu-a { color:#fff; background: #333; }
@media all and (max-width:991px) {
    .responsive .pc-menu-zone { display:none; }
}
/*-------------------------------------------------------*/
/* PC Float Sub Menu : PC 일반 서브메뉴
/*-------------------------------------------------------*/
.is-sub-float .sub-1da,
.is-sub-float .sub-1line,
.is-sub-float .sub-2da,
.is-sub-float .sub-2line { display:block; padding:6px 12px; line-height:20px; }
.is-sub-float .sub-1div { text-align:left; position:absolute; z-index:31; 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); }
.is-sub-float .sub-1dul,
.is-sub-float .sub-1dli { position:relative; }
.is-sub-float .sub-1da { color:#333; border-bottom:1px solid #eee; }
.is-sub-float .sub-1dli.active .sub-1da,
.is-sub-float .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid orangered; }
.is-sub-float .sub-1dli:last-child .sub-1da { border-bottom:0 !important; }
.is-sub-float .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-float .sub-2div { position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-float .sub-2div { left:100%; }
.is-sub-float .sub-2dul,
.is-sub-float .sub-2dli { position:relative; }
.is-sub-float .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-float .sub-2dli.active .sub-2da,
.is-sub-float .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-float .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-float .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-float .sub-1line a,
.is-sub-float .sub-2line a { color: #333 !important; }
/*-------------------------------------------------------*/
/* PC Divide Sub Menu : PC 배분 서브메뉴
/*-------------------------------------------------------*/
.is-sub-divide .menu-li { position:relative;  }
.is-sub-divide .sub-1da,
.is-sub-divide .sub-1line,
.is-sub-divide .sub-2da,
.is-sub-divide .sub-2line { display:block; padding:6px 12px; line-height:20px; }
.is-sub-divide .sub-1div { text-align:left; position:absolute; z-index:31; 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); }
.is-sub-divide .sub-1dul,
.is-sub-divide .sub-1dli { position:relative; }
.is-sub-divide .sub-1da { color:#333; border-bottom:1px solid #eee; }
.is-sub-divide .sub-1dli.active .sub-1da,
.is-sub-divide .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid orangered; }
.is-sub-divide .sub-1dli:last-child .sub-1da { border-bottom:0 !important; }
.is-sub-divide .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-divide .sub-2div { text-align:left; position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-divide .sub-2div { left:100%; }
.is-sub-divide .sub-2dul,
.is-sub-divide .sub-2dli { position:relative; }
.is-sub-divide .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-divide .sub-2dli.active .sub-2da,
.is-sub-divide .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-divide .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-divide .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-divide .sub-1line a,
.is-sub-divide .sub-2line a { color: #333 !important; }
/*-------------------------------------------------------*/
/* PC Mega Sub Menu : PC 메가 서브메뉴
/*-------------------------------------------------------*/
.is-sub-mega .mega-sub { margin:0; box-shadow: 0 0 10px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .175); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .175); }
.nav-fixed .is-sub-mega .mega-sub { }
.is-sub-mega .mega-tbl { background:#fff; display:table; width:100%; table-layout:fixed; margin:0; border-collapse: collapse; }
.is-sub-mega .mega-cell { display:table-cell; vertical-align:top; text-align:left; }
.is-sub-mega .mega-head-item { position:relative; padding:40px 12px 8px; overflow:hidden; }
.is-sub-mega .mega-head .mega-a { color:#fff; font-size:16px; font-weight:bold; }
.is-sub-mega .mega-head .mega-icon { position:absolute; top:8px; right:10px; color:#fff; font-size:14px; }
.is-sub-mega .mega-menu { background:#fafafa; }
.is-sub-mega .mega-content { border-left:1px solid #eee; padding:12px; background:#fff; }
.is-sub-mega .sub-1div { position: absolute; left:0; width:100%; }
.is-sub-mega .sub-1dul,
.is-sub-mega .sub-1dli { position:relative; background:#fff; }
.is-sub-mega .sub-1da { display:block; color:#333; padding:6px 12px; border-bottom: 1px solid rgb(238, 238, 238); }
.is-sub-mega .sub-1dli.active .sub-1da,
.is-sub-mega .sub-1dli:hover .sub-1da { color:#000; font-weight:bold; background: #f5f5f5; }
.is-sub-mega .sub-1line a { position:relative; display:block; color:#fff; padding:5px 12px; font-weight:bold; background:#333; border-bottom: 1px solid #333; }
.is-sub-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); } 
.is-sub-mega .sub-2dul { }
.is-sub-mega .sub-2dli { }
.is-sub-mega .sub-2da { display:block; color:#333; padding:5px 12px; border-bottom: 1px solid rgb(238, 238, 238); } 
.is-sub-mega .sub-2dli.active .sub-2da,
.is-sub-mega .sub-2dli:hover .sub-2da { color:#000; font-weight:bold; background: #f5f5f5; }
.is-sub-mega .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-mega .sub-2line a { display:block; color:#fff; padding:5px 12px; font-weight:bold; background:#333; border-bottom: 1px solid #333; }
/*-------------------------------------------------------*/
/* PC Whole Sub Menu : PC 전체 서브메뉴
/*-------------------------------------------------------*/
.is-sub-whole { position:relative; }
.is-sub-whole .pc-menu-wrap { position:absolute; width:100%; top:0; left:0; }
.is-sub-whole .menu-ul { position:relative; height:100%;}
.is-sub-whole .menu-li { position:relative; padding:0; height:100%; margin:0; list-style:none; }
.is-sub-whole .sub-1div { display:none; border:1px solid #ddd; border-right:0; background:#fff; text-align:left; padding:5px 0; }
.is-sub-whole .menu-li:last-child .sub-1div { border:1px solid #ddd; }
.is-sub-whole.on .sub-1div { display:block; }
.is-sub-whole .pc-menu-logo .sub-1div { padding:15px; }
.is-sub-whole .sub-1da,
.is-sub-whole .sub-1line,
.is-sub-whole .sub-2da,
.is-sub-whole .sub-2line { display:block; padding:4px 12px; line-height:20px; }
.is-sub-whole .sub-1dul,
.is-sub-whole .sub-1dli { position:relative; }
.is-sub-whole .sub-1da { color:#333; }
.is-sub-whole .sub-1dli.active .sub-1da,
.is-sub-whole .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; }
.is-sub-whole .sub-1line { position:relative; display:block; color:#333; font-weight:bold; background:#f5f5f5; }
.is-sub-whole .sub-1line a { color: #333 !important; }
.is-sub-whole .sub-2div { text-align:left; position:absolute; top:0; background: #fff; z-index:32; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.is-sub-whole .sub-2div { left:100%; }
.is-sub-whole .sub-2dul,
.is-sub-whole .sub-2dli { position:relative; }
.is-sub-whole .sub-2da { color:#333; border-bottom:1px solid #eee; } 
.is-sub-whole .sub-2dli.active .sub-2da,
.is-sub-whole .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-bottom:1px solid #orangered; }
.is-sub-whole .sub-2dli:last-child .sub-2da { border-bottom:0 !important; }
.is-sub-whole .sub-2line { display:block; color:#333; font-weight:bold; background:#f5f5f5; border-bottom:1px solid #eee; }
.is-sub-whole .sub-2line a { color: #333 !important; }
/*-------------------------------------------------------*/
/* Menu Color : 메뉴수에 따라 번호순으로 클래스 생성
/*-------------------------------------------------------*/
.is-sub-color .menu-0 .sub-1div { border-color: #21a6ed !important; }
.is-sub-color .menu-0 .sub-1dli.active .sub-1da,
.is-sub-color .menu-0 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-0 .sub-2dli.active .sub-2da,
.is-sub-color .menu-0 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-0 .mega-head, 
.menu-0.menu-li:hover .menu-span,
.menu-0.menu-li.active .menu-span,
.nav-fixed .menu-0.menu-li:hover .menu-a,
.nav-fixed .menu-0.menu-li.active .menu-a { background: #21a6ed !important; border-color: #21a6ed !important; }
.is-sub-color .menu-1 .sub-1div { border-color: #eb5451 !important; }
.is-sub-color .menu-1 .sub-1dli.active .sub-1da,
.is-sub-color .menu-1 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-1 .sub-2dli.active .sub-2da,
.is-sub-color .menu-1 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-1 .mega-head,
.menu-1.menu-li:hover .menu-span,
.menu-1.menu-li.active .menu-span,
.nav-fixed .menu-1.menu-li:hover .menu-a,
.nav-fixed .menu-1.menu-li.active .menu-a { background: #eb5451 !important; border-color: #eb5451 !important; }
.is-sub-color .menu-2 .sub-1div { border-color: #756fad !important; }
.is-sub-color .menu-2 .sub-1dli.active .sub-1da,
.is-sub-color .menu-2 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-2 .sub-2dli.active .sub-2da,
.is-sub-color .menu-2 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-2 .mega-head, 
.menu-2.menu-li:hover .menu-span,
.menu-2.menu-li.active .menu-span,
.nav-fixed .menu-2.menu-li:hover .menu-a,
.nav-fixed .menu-2.menu-li.active .menu-a { background: #756fad !important; border-color: #756fad !important; }
.is-sub-color .menu-3 .sub-1div { border-color: #12cebd !important; }
.is-sub-color .menu-3 .sub-1dli.active .sub-1da,
.is-sub-color .menu-3 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-3 .sub-2dli.active .sub-2da,
.is-sub-color .menu-3 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-3 .mega-head, 
.menu-3.menu-li:hover .menu-span,
.menu-3.menu-li.active .menu-span,
.nav-fixed .menu-3.menu-li:hover .menu-a,
.nav-fixed .menu-3.menu-li.active .menu-a { background: #12cebd !important; border-color: #12cebd !important; }
.is-sub-color .menu-4 .sub-1div { border-color: #4c6187 !important; }
.is-sub-color .menu-4 .sub-1dli.active .sub-1da,
.is-sub-color .menu-4 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-4 .sub-2dli.active .sub-2da,
.is-sub-color .menu-4 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-4 .mega-head, 
.menu-4.menu-li:hover .menu-span,
.menu-4.menu-li.active .menu-span,
.nav-fixed .menu-4.menu-li:hover .menu-a,
.nav-fixed .menu-4.menu-li.active .menu-a { background: #4c6187 !important; border-color: #4c6187 !important; }
.is-sub-color .menu-5 .sub-1div { border-color: #4c515b !important; }
.is-sub-color .menu-5 .sub-1dli.active .sub-1da,
.is-sub-color .menu-5 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-5 .sub-2dli.active .sub-2da,
.is-sub-color .menu-5 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-5 .mega-head,
.menu-5.menu-li:hover .menu-span,
.menu-5.menu-li.active .menu-span,
.nav-fixed .menu-5.menu-li:hover .menu-a,
.nav-fixed .menu-5.menu-li.active .menu-a { background: #4c515b !important; border-color: #4c515b !important; }
.is-sub-color .menu-6 .sub-1div { border-color: #0092e0 !important; }
.is-sub-color .menu-6 .sub-1dli.active .sub-1da,
.is-sub-color .menu-6 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-6 .sub-2dli.active .sub-2da,
.is-sub-color .menu-6 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-6 .mega-head,
.menu-6.menu-li:hover .menu-span,
.menu-6.menu-li.active .menu-span,
.nav-fixed .menu-6.menu-li:hover .menu-a,
.nav-fixed .menu-6.menu-li.active .menu-a { background: #0092e0 !important; border-color: #0092e0 !important; }
.is-sub-color .menu-7 .sub-1div { border-color: #d82c29 !important; }
.is-sub-color .menu-7 .sub-1dli.active .sub-1da,
.is-sub-color .menu-7 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-7 .sub-2dli.active .sub-2da,
.is-sub-color .menu-7 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-7 .mega-head,
.menu-7.menu-li:hover .menu-span,
.menu-7.menu-li.active .menu-span,
.nav-fixed .menu-7.menu-li:hover .menu-a,
.nav-fixed .menu-7.menu-li.active .menu-a { background: #d82c29 !important; border-color: #d82c29 !important; }
.is-sub-color .menu-8 .sub-1div { border-color: #5d588f !important; }
.is-sub-color .menu-8 .sub-1dli.active .sub-1da,
.is-sub-color .menu-8 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-8 .sub-2dli.active .sub-2da,
.is-sub-color .menu-8 .sub-2dli:hover .sub-2da,
.is-sub-mega .menu-8 .mega-head,
.menu-8.menu-li:hover .menu-span,
.menu-8.menu-li.active .menu-span,
.nav-fixed .menu-8.menu-li:hover .menu-a,
.nav-fixed .menu-8.menu-li.active .menu-a { background: #5d588f !important; border-color: #5d588f !important; }
.is-sub-color .menu-9 .sub-1div { border-color: #71757e !important; }
.is-sub-color .menu-9 .sub-1dli.active .sub-1da,
.is-sub-color .menu-9 .sub-1dli:hover .sub-1da, 
.is-sub-color .menu-9 .sub-2dli.active .sub-2da,
.is-sub-color .menu-9 .sub-2dli:hover .sub-2da, 
.is-sub-mega .menu-9 .mega-head,
.menu-9.menu-li:hover .menu-span,
.menu-9.menu-li.active .menu-span,
.nav-fixed .menu-9.menu-li:hover .menu-a,
.nav-fixed .menu-9.menu-li.active .menu-a { background: #71757e !important; border-color: #71757e !important; }
/*-------------------------------------------------------*/
/* 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; }
.m-menu .new,
.m-menu .sub-new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top;}
@media all and (max-width:991px) {
    .responsive .m-menu { display:block; }
}
/*-------------------------------------------------------*/
/* PC All Menu : PC 전체 메뉴
/*-------------------------------------------------------*/
/* .wided .pc-menu-all.at-container { max-width:100% !important; } */
.pc-menu-all { position:relative; z-index:20; }
.pc-menu-all .at-container { position:relative; }
.pc-menu-all #menu-all { position:absolute; width:100%; top:0; z-index:10; }
.pc-menu-all .menu-all-wrap { padding:20px; border:1px solid #ddd; background:#fafafa; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu-all .table { margin-bottom:0 !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0; }
.pc-menu-all .menu-a { display:block; color:#333; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on { border-top:1px solid #333; }
.pc-menu-all .table td.on .menu-a { color:#fff; background:#333; }
.pc-menu-all .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu-all .sub-1div { padding:8px 0; position:relative; }
.pc-menu-all .sub-1dul { list-style:none; padding:0; margin:0; }
.pc-menu-all .sub-1dli { position:relative; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:4px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:#000; font-weight:bold; }
.pc-menu-all .sub-2div { left:80%; top:0; background: #fff; position:absolute; z-index:21; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu-all .sub-2dul { padding:0; margin:0;}
.pc-menu-all .sub-2dli { list-style:none; }
.pc-menu-all .sub-2da { display:block; color:#333; padding:6px 12px; border-bottom: 1px solid #eee; } 
.pc-menu-all .sub-2dli.on .sub-2da,
.pc-menu-all .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: #333; border-bottom: 1px solid #333; }
.pc-menu-all .sub-2new { color: rgb(140, 195, 70);}
.pc-menu-all .sub-2line { display:block; color:#333; padding:6px 12px; font-weight:bold; background:#fafafa; border-bottom: 1px solid #eee; }
.pc-menu-all .sub-1line a,
.pc-menu-all .sub-2line a { color: #333 !important; }
.pc-menu-all .sub-1line { display:block; color:#333; padding:6px 12px; margin:4px 0; font-weight:bold; background:#fafafa; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.pc-menu-all .new,
.pc-menu-all .sub-1new,
.pc-menu-all .sub-2new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
.pc-menu-all .table-responsive { position:relative; }
.pc-menu-all .menu-all-btn { position:absolute; bottom:0; right:0; z-index:1; }
@media all and (max-width:991px) {
    .responsive .pc-menu-all { display:none; }
}
/*-------------------------------------------------------*/
/* Page Title : 페이지 타이틀 및 설명글
/*-------------------------------------------------------*/
.page-title { position:relative; margin-bottom:-1px; background:#333; }
.page-title.page-title-boxed { margin-bottom:30px; }
.page-title .at-container { border:0 !important; background: none !important; }
.page-title .at-title { height:120px; display:table-cell; vertical-align:bottom; padding:20px 0px; width:100%; }
.page-title .at-title h2 { position:relative; color:#fff; font-size:30px; letter-spacing:-1px; padding:0; margin:0; }
.page-title .at-title p { color:#fff; padding:0; margin:6px 0 0; font-size:15px; }
@media all and (max-width:767px) {
    .responsive .page-title .at-title { height:80px; padding:20px; }
    .responsive .page-title .at-title h2 { font-size:26px; letter-spacing:0; }
    .responsive .page-title .at-title p { font-size:15px; }
}
@media all and (max-width:480px) {
    .responsive .page-title .at-title { height:60px; padding:10px; }
    .responsive .page-title .at-title h2 { font-size:22px; letter-spacing:0; }
    .responsive .page-title .at-title p { display:none; }
}
/* Sub Title */
h4.h4 { font-size:15px; line-height:1.4; padding:0; margin:0; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { position:relative; height:3px; margin:5px 0 10px; border: none; line-height:1px; }
hr.hr::after { width:45px; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }
/*-------------------------------------------------------*/
/* Page Side Menu : 페이지 사이드메뉴
/*-------------------------------------------------------*/
.page-sidemenu { padding:0; }
.page-sidemenu a { display:block; }
.page-sidemenu .psm-head { display:block; border:0; text-align:center; padding:20px 10px; font-size:20px; color:#fff; letter-spacing:-1px; }
.page-sidemenu .psm-head a i { margin-right:4px; }
.page-sidemenu .psm-body { border:1px solid #ddd; border-top:0; }
.page-sidemenu .psm-sub1 { padding:0; border-bottom:1px solid #ddd; }
.page-sidemenu .psm-sub1:last-child { border-bottom:0; }
.page-sidemenu .psm-sub1 a { display:block; padding: 7px 10px; color:#000 !important; }
.page-sidemenu .psm-sub1 a:hover,
.page-sidemenu .psm-sub1.on > a { font-weight:bold !important; background-color:#fafafa; }
.page-sidemenu .psm-sub1 > a.no-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.page-sidemenu .psm-sub1 > a.is-sub::after { top: 0px; font-family: "FontAwesome"; float: right; position: relative; content: "+"; }
.page-sidemenu .psm-sub2 { padding:0; margin:0; list-style:none; background-color: #fff; }
.page-sidemenu .psm-sub2 li { border-bottom:1px solid #eee; }
.page-sidemenu .psm-sub2 li:last-child { border-bottom:1px solid #ddd; }
.page-sidemenu .psm-sub2 li a { display:block; padding:6px 20px; padding-right:10px; }
.page-sidemenu .psm-sub2 li a:hover,
.page-sidemenu .psm-sub2 li.on a { font-weight:bold !important; color:#000 !important; }
.page-sidemenu .psm-line { font-weight:bold; padding:10px; background:#f1f1f1; border-bottom:1px solid #ddd; font-size:14px; }
.page-sidemenu .new,
.page-sidemenu .sub-new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
/*-------------------------------------------------------*/
/* Footer : 사이트 하단 영역
/*-------------------------------------------------------*/
.en .at-footer { font-size:12px; }
.at-footer { color:#333; background:#fff; padding-bottom:30px; }
.at-footer.at-footer-mask { background:#f5f5f5; }
.at-footer .at-footer-line { height:5px; border-top:1px solid #eee; line-height:1px; font-size:1px; }
.at-footer.at-footer-mask .at-footer-line { border:0; }
.at-footer .logo-bottom { display:block; max-height:120px; padding-right:15px; }
.at-footer .at-links { margin-bottom:20px; }
.at-footer .at-links ul { list-style: none; padding:0; margin:0 -15px; overflow:hidden; }
.at-footer .at-links ul > li { float: left; padding: 0 15px; }
.at-footer .at-links ul > li::after { float: right; color:#ccc; content: "|"; margin-right:-16px; font-size:11px; }
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #333; }
.at-footer .at-links ul > li > a:hover { color: #000; }
.at-footer .at-copyright { margin-top:10px; }
.at-footer .at-copyright span { }
.at-footer .at-about { list-style: none; padding:0; margin:0 -15px; overflow:hidden; }
.at-footer .at-about > li { float: left; padding: 0 15px; }
.at-footer .at-about > li > a { color: #333; }
.at-footer .at-about > li > a:hover { color: #000; }
@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; }
    .responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}
@media all and (max-width:767px) {
    .responsive .at-footer { padding:20px 0; }
}
/*-------------------------------------------------------*/
/* Go Top & Bottom Button : 상단/하단 이동버튼
/*-------------------------------------------------------*/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 30px; z-index: 30; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0; 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: 767px) {
    .at-go .go-btn { bottom:0; 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; }
.btn-group.btn-group-justified a { border-left-width:0px; }
.btn-group.btn-group-justified a:first-child { border-left-width:1px; }
/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0; }
.panel-group .panel { border-radius: 0; }
.panel .panel-heading { border-radius: 0; }
.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 0 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: 0 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; }
/*-------------------------------------------------------*/
/* Thema Color : 10개
/*-------------------------------------------------------*/
.white a { color:#fff; }
.bg-0,
.hover-0:hover, 
.box-blue { background-color:#21a6ed; border-color:#21a6ed; color:#fff; }
.bg-1,
.hover-1:hover, 
.box-red { background-color:#eb5451; border-color:#eb5451; color:#fff; }
.bg-2,
.hover-2:hover, 
.box-violet { background-color:#756fad; border-color:#756fad; color:#fff; }
.bg-3,
.hover-3:hover, 
.box-mint { background-color:#12cebd; border-color:#12cebd; color:#fff; }
.bg-4,
.hover-4:hover, 
.box-navy {    background-color:#4c6187; border-color:#4c6187; color:#fff; }
.bg-5,
.hover-5:hover, 
.box-deepgray { background-color:#4c515b; border-color:#4c515b; color:#fff; }
.bg-6,
.hover-6:hover, 
.box-deepblue {    background-color:#0092e0; border-color:#0092e0; color:#fff; }
.bg-7,
.hover-7:hover, 
.box-deepred { background-color:#d82c29; border-color:#d82c29; color:#fff; }
.bg-8,
.hover-8:hover, 
.box-deepviolet { background-color:#5d588f; border-color:#5d588f; color:#fff; }
.bg-9,
.hover-9:hover, 
.box-gray { background-color:#71757e; border-color:#71757e; color:#fff; }
 

저 긴 코드에서 찾아서 답변할 사람은 없을 것 갘습니다

background를 넣어도 안된다는 것은 layer에서 배경색을 설정한 부분이 있기 때문이겠죠

개발자도구 열어서 배경색 css 설정하는 부분을 찾을 수 없나요?

 

우선 background:#000 !important <--이걸 넣어보고 개발자 도구로 어느 layer에서 배경색을

설정하는지 찾으세요

 

 

 

답변을 작성하시기 전에 로그인 해주세요.
전체 123,668 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT