/* common */
html,body,div,p,li,span,h1,h2,h3,h4,h5,h6,input,label,a,textarea {
    font-family: "Noto Sans KR", sans-serif;
}
html {
    scroll-behavior: smooth;
}
button {
    font-weight: 400 !important;
}
button:focus {
    outline: 0;
}
a {
	text-decoration: none;
	color: #666;
}
a,button {
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 1;
}
a:hover, button:hover {
    transition: opacity 0.3s;
    opacity: 0.8;
}
small {
    font-size: 1rem;
}
input[type="text"], input[type="password"] {
    border-radius: 0;
    outline: 0;
    border: 0;
    border: 1px solid #ccc;
    margin: 3px 0px;
    padding: 5px 7px;
    color: #333;
}
[class^="modal-"] {
    display: none;
    position: absolute;
    z-index: 1080;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eee;
}
[class^="modal-"] .relative-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
    background: #fff;
}
[class^="modal-"] .relative-box .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url("/assets/images/new/close.png") center center no-repeat;
    cursor: pointer;
    padding: 10px;
}
[class^="modal-"] .relative-box .close:hover {
    opacity: 0.7;
}
.w100 { width: 100% !important; }
.flex { display: flex; }
.flex-column { flex-direction: column; }
.flex-sb {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.h100 {
    height:100%;
    overflow: hidden;
}
.inline-block {display: inline-block !important;}
.hide {display: none !important;}
.flr {float: right !important;}
.relative {position: relative !important;}
.ovh {overflow: hidden !important;}
.hidden {overflow: hidden;}
.font13 {
    font-size: 13px !important;
    font-weight: 300 !important;
}
.font18 {font-size: 18px !important;}
.bold {font-weight: 600 !important;}
.color-black {color: #333 !important;}
.color-pink {color: #ff69b4 !important;}
.color-orange {color: #ff7417 !important;}
.color-red {color: #ee4352 !important;}
.pointer { cursor: pointer; }
.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}
.vatb {vertical-align: text-bottom !important;}
.vam {vertical-align: middle !important;}
.vab {vertical-align: bottom !important;}
.mt-0 { margin-top: 0px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-50 { margin-top: 50px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mr-0 { margin-right: 0 !important; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px !important; }
.ml-0 { margin-left: 0 !important; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px !important; }
.pt-0 { padding-top: 0px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-50 { padding-top: 50px !important; }
.pb-0 { padding-bottom: 0px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pr-0 { padding-right: 0 !important; }
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-20 { padding-right: 20px !important; }
.pl-0 { padding-left: 0 !important; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-20 { padding-left: 20px !important; }
.pad0-box { padding: 0 !important; }
.pad5-box { padding: 5px; }
.pad10-box { padding: 10px; }
.stretchPage {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
#loading {
    display: none;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #cfcfcf66 url("/assets/images/ajax_loading2.gif") 50% 50% no-repeat;
    background-size: 50px
}
.grayLayer {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #666;
    background: rgba(0, 0, 0, .5);
    z-index: 1079
}
.button {
    cursor: pointer;
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    padding: 9px 6px;
    margin: 5px 0;
    text-align: center
}
.button-sm {
    padding: 3px 10px !important;
    font-size: 12px !important
}
button.white-button {
    background-color: #fff;
    border: 1px solid #999;
    font-size: 13px;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 8px
}
button.orange-button {
    background-color: #ff7417;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    border: none
}
.button-box .orange-button {
    font-size: 13px;
    color: white;
    font-weight: 400;
    padding: 10px 20px;
}
.button-black {
    width: 70px !important;
    background-color: #303030 !important;
    border: 0;
    color: #fff;
    border-radius: 5px;
    padding: 6px 11px !important;
}
.base-container {
    width: 1250px;
    margin: 0 auto !important;
    letter-spacing: -.5px
}
.center-layout {
    margin: 0 auto;
    width: 790px;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px
}
.right-layout {
    width: 190px;
    display: inline-block;
    vertical-align: top
}
.find-box {
    width: 70%;
    margin: 0 auto;
    vertical-align: text-top;
    margin-bottom: 25px
}
.find-box.wide {
    width: 100%;
}
.find-box .find-body {
    border-top: 2px solid #fe6700
}
.find-box .find-body .body-innerbox {
    padding: 25px;
    border: 1px solid #ccc;
}
.wide-box {
    width: 100%;
}
.span-box {
    font-size: 12px;
    margin-bottom: 10px
}
.span-box span {
    display: inline-block;
    margin: 2px 0
}
.form-error {
    text-align: left;
    color: #ff5a5f;
    font-size: 13px;
}
.appContainer {
    display: none;
}
.icon-star {
    display: inline-block;
    height: 7px;
    font-size: 20px;
    margin: -4px 3px 3px 7px;
    color: red;
    vertical-align: middle;
}
.select2-results li {
    font-size: 13px;
}
.sfEmpty {
    font-size: 14px;
    padding-bottom: 30px;
}


/* header */
header {
    margin-bottom: 30px
}
header.pc-only {
    border-bottom: 0;
}
.hdRow.bg {
    background-color: #ffc765;
}
.logoBox {
    padding: 23px 0
}
.logoBox img {
    width: 147px
}
.hdRow .rightBox {
    position: absolute;
    right: 0;
    top: 15px;
    display: flex;
    flex-direction: column
}
.rightBox .row:first-child {
    color: #575757;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.rightBox .row:first-child span {
    display: flex
}
.rightBox .row:first-child a {
    color: #575757
}
.rightBox .row:first-child span::after {
    content: '|';
    padding: 0 6px;
    font-size: 10px;
    color: #9b9b9b
}
.rightBox .row:first-child span:last-child::after {
    content: '';
    display: none
}
.rightBox .row:last-child {
    display: flex;
    color: #2b1b0a;
    font-size: 13px;
    margin-top: 15px
}
.rightBox .row:last-child div {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer
}
.rightBox .row:last-child div img {
    width: 25px;
    height: 25px
}
.rightBox .row:last-child div span {
    margin-top: 4px
}
.rightBox .row:last-child div:last-child {
    padding-right: 0
}
.searchSlideWrap {
    width: 380px;
    margin: 0 auto;
    letter-spacing: -1px;
    justify-content: center;
    position: absolute;
    right: 0;
    background-color: #fff;
    z-index: 11;
    /* top: 90px; */
    text-align: left;
    border: 1px solid #b9b7b7;
    box-shadow: 1px 2px 4px 0px #cacaca;
    display: none;
    flex-direction: column;
}
.keywordHeader {
    color: #393939;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 12px 0;
    border-bottom: 0;
    margin-top: 8px;
    position: relative;
}
.keywordHeader button {
    background: #fff;
    border: none;
    outline: none;
    position: absolute;
    width: 26px;
    height: 26px;
    padding: 0;
}
.keywordHeader button:first-child {
    left: 25px;
    top: 21px;
}
.keywordHeader button:last-child {
    right: 25px;
    top: 17px;
}
.keywordHeader button img {
    width: 22px;
    height: 22px;
}
.keywordHeader div img {
    max-width: 88px;
    width: 100%;
    max-height: 43px;
    position: relative;
    top: -8px;
}
.searchFrontInput {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-left: 5%;
    box-sizing: border-box;
}
.searchFrontInput div {
    border: 1px solid #B1B1B1;
    padding: 7px 14px;
    width: 77%;
    border-radius: 6px;
    position: relative;
    outline: 0;
    display: flex;
    box-sizing: border-box;
}
.searchFrontInput input {
    width: 90%;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}
.searchFrontInput #searchBtn {
    position: relative;
    top: 2px;
    right: 0;
}
#searchBtn img {
    width: 22px;
    min-width: 22px;
    top: -1px;
}
.sfHeader {
    display: flex;
}
.sfHeader div {
    width: 50%;
    text-align: center;
    color: #666;
    padding: 12px 0;
    font-size: 16px;
    cursor: pointer;
}
.sfHeader .sel {
    border-bottom: 2px solid #ff7417;
}
.sfRowContainer {
    padding: 0 40px;
}
.sfRowNone {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 15px;
    display: flex;
    color: #444;
    font-size: 14px;
}
.sfRowWrap {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 0px 15px;
    display: flex;
}
.sfRow {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    padding: 20px 0;
    display: inline-block;
    cursor: pointer;
}
.sfRowContainer[trg='pop'] .sfRow {
    width:100%;
}
.deleteSf {
    padding: 20px 0;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
    cursor: pointer;
}
.deleteSf::before {
    content: ' ';
    border-top: 1px solid #444;
    width: 12px;
    display: block;
    transform: rotate(45deg);
    top: 0px;
    left: 12px;
    position: relative;
}
.deleteSf::after {
    content: ' ';
    border-top: 1px solid #444;
    width: 12px;
    display: block;
    transform: rotate(-45deg);
    position: relative;
    top: 0px;
}
.sfRowClearWrap {
    padding: 20px 0;
    text-align: right;
}
.sfRowClear {
    cursor: pointer;
    color: #9d9d9d;
    font-size: 12px;
}
header nav {
    display: flex
}
header.pc-only {
    border-bottom: 0
}
header nav .ab {
    position: absolute;
    z-index: 10;
}
header nav .left {
    left: 0;
    top: 15px;
}
header nav .right {
    right: 0;
    top: 14px;
    background-color: #2B1B0A;
    padding: 7px 12px;
    border-radius: 11px;
    font-size: 18px;
    line-height: 19px;
}
header nav .right a {
    color: #fff;
    font-weight: 400;
}
header nav .ab img {
    width: 22px;
}
header nav .item {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 195px;
    cursor: pointer;
    font-weight: 500;
    font-size: 19px;
    color: #3a2828;
}

header nav .item::after {
    content: "|";
    position: absolute;
    right: 0;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 200;
    padding: 20px 0;
}

header nav .item:last-child::after {
    display: none;
}

header nav .item a {
    color: #3a2828;
    font-size: 19px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    padding: 20px 0;
}

header nav .item span {
    display: inline-block;
    padding: 20px 0;
}

.navSubMenu {
    display: none;
    position: absolute;
    width: 235px;
    text-align: center;
    border: 1px solid #828282;
    background-color: #fff;
    padding: 5px 0;
    z-index: 10; 
}
.navSubMenu div {
    /* padding: 10px 0 10px 25px; */
}
.navSubMenu > div > a {
    box-sizing: border-box;
    padding: 10px 0 10px 25px !important;
}
.navSubMenu div a {
    font-size: 14px !important;
    text-align: left;
}
.topNewIcon {
    font-style: normal;
    margin-left: 5px;
    color: #db3a3a;
    font-size: 11px;
}
.newMsgIcon {
    position: absolute;
    padding: 2px 4px !important;
    background-color: #2b1b0a;
    border-radius: 8px;
    font-size: 10px;
    color: #fff;
    bottom: -1px;
    right: -4px;
}
.mb0 { margin-bottom: 0; }

.absController {
    display: flex;
    position: fixed;
    right: 40px;
    bottom: 40px;
    align-items: flex-end;
    background-color: #fff;
    z-index: 100;
}
.absCon {
    padding: 20px;
    border: 1px solid #bfbfbf;
}
#randLogin {
    outline: 0;
    font-family: 'Noto Sans KR' !important;
    font-size: 13px;
    text-shadow: none !important;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 50px;
    background: #5a73ce;
    color: #fff !important;
    border-radius: 12px;
}
.absHistory {
    font-size: 13px;
    border-top: 1px solid #efefef;
    padding-top: 20px;
}
.absHistory .label {
    font-size: 15px;
}
.history {
    display: flex;
    flex-direction: column;
}
.historyRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.randLoginHistory {
    background: #fff;
    color: #666 !important;
    text-shadow: none !important;
    text-align: center;
    border: 1px solid #ccc;
    padding: 4px 9px;
    font-size: 11px;
    outline: 0;
}
.topBannerMain {
    background: linear-gradient(90deg, #1c110d 50%, #0f0a07 100%);
}
.topBannerMain img {
    max-width: 100%;
    display:none;
}
.bannerWrap {
    width: 1920px;
    height: 450px;
    display: flex !important;
    justify-content: center;
}
.topBannerArea {
    height: 90px;
    /* background: center url("/assets/front/images/topBannerBg.png") no-repeat #261913; */
    background-color: #454545;
}
.topBannerArea .base-container {
    display: flex;
    height: 90px;
    align-items: center;
}
.topBannerArea span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.topBannerArea2 {
    height: 90px;
    background: #454545;
}
.topBannerArea2 .base-container {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: center;
}
.topBannerArea2 .common-head {
    display: flex !important;
    align-items: center;
}
.topBannerArea2 .common-head img {
    margin-right: 10px;
}
.topBannerArea2 .areaOpen {
    margin-left: 15px
}
.topBannerArea2 span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.topBannerArea3 {
    height: 60px;
    background: #454545;
}
.topBannerArea3 .base-container {
    display: flex;
    height: 60px;
    align-items: center;
}
.topBannerSearch {
    height: 90px;
    background: #454545;
}
.topBannerSearch .base-container {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: flex-start;
}
.topBannerSearch h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: block;
}
.headerLabelImg {
    display: flex;
    margin-right: 15px;
}
.headerLabelImg img {
    width: 14px;
    position: relative;
    top: 2px;
}
.headerLabel:first-child {
    margin-left: 0px;
    width: 234px;
}
.headerLabel {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    display: flex;
    align-items: center;
    width: 205px;
    border-right: 1px solid #BEBEBE;
    box-sizing: border-box;
    padding: 6px 0;
    margin-left: 30px;
    cursor: pointer;
}
.headerLabel:last-child {
    border-right: 0;
}
.headerLabel .labelIcon {
    width: 22px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-left: 40px;
}
.headerLabel .labelIcon.close {
    background: url('/assets/front/images/topBannerListClose.svg?v1');
}
.headerLabel .labelIcon.open {
    background: url('/assets/front/images/topBannerListOpen.svg?v1');
}
.topBannerCate {
    display: none;
}
.cateWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #bfbfbf;
    border-top: 0;
}
.cateWrap a {
    flex-basis: 9%;
    padding: 19px 0 19px 15px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    color: #484848;
}
.cateWrap a:nth-child(11n) {
    border-right: 0;
}
.cateWrap a.slc {
    color: #ff6c00;
}
.cateWrap a.dis {
    border-bottom: 0;
}
.common-head {
    margin-top: 6px
}
.common-head img.icon {
    height: 25px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px
}
.common-head .h2,
.common-head h1,
.common-head h2 {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 15px
}
.common-head .h2 span,
.common-head h1 span,
.common-head h2 span {
    font-size: 14px;
    color: #999
}
.common-head h1 span.bold,
.common-head h2 span.bold,
.common-head .h2 span.bold {
    color: #333;
    font-weight: 500;
}
.common-head .flr {
    float: right;
    clear: right;
}
.common-head .flr a.button-orange {
    cursor: pointer;
    width: 100%;
    border: none;
    border-radius: 0;
    color: white;
    font-size: 12px;
    padding: 6px 15px;
    margin: 5px 0px;
    background-color: #ff7417;
}
.h2-1 {
    font-size: 13px
}
.h2-1 div {
    margin-bottom: 8px
}

/* search form */
.searchFormLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 15;
    background-color: #ababab63;
}
.searchFormLayer .searchWrap {
    background: #fff;
    width: 75%;
    box-sizing: border-box;
    padding: 40px 25px;
    max-width: 340px;
}
.searchFormLayer .search {
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchFormLayer .search input {
    width: 170px;
}
.searchFormLayer .search button {
    width: 25px;
    height: 25px;
    border: 0;
    background: none;
    outline: 0;
    padding: 0;
    margin-left: 10px;
}
.searchFormLayer .search button img {
    max-width: 100%;
}


/* footer */
.footerNew {
    background-color: #413B3B;
    margin-top: 20px;
    padding: 60px 0;
}
.footerWrap {
    display: flex;
    flex-direction: row;
    color: #fff;
    font-size: 14px;
}
.footerWrap .footerLeft {
    box-sizing: border-box;
    width: 600px;
}
.footerLeft .contactArea {
    font-size: 20px;
}
.footerLeft .contactArea div {
    padding: 5px 0;
}
.footerLeft .contactArea div.number {
    font-size: 25px;
    color: #FFC765;
    font-weight: 600;
}
.footerLeft .contactArea div.time {
    padding-bottom: 25px;
    font-size: 15px;
}
.footerLeft .etc div {
    padding: 4px 0px;
    font-weight: 300;
    color: #c1bdbd;
}
.footerLeft .copyright {
    padding-top: 25px;
    color: #c1bdbd;
}
.footerWrap .footerRight {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.footerRight .footerSNS {
    display: flex;
    margin-top: 15px;
}
.footerRight .footerSNS div {
    width: 30px;
    margin-right: 10px;
}
.footerRight .footerSNS div:last-child {
    margin-right: 0;
}
.footerRight .footerSNS div img {
    max-width: 100%;
}


/* pagination */
.pagination-box {
    margin-top: 30px;
    text-align: center;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.pagination li {
    display: inline;
}
ul.pagination li.active a {
    background: #ff7417;
    border-color: #ff7417;
    color: #fff;
}
ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 10px;
}


/* search */
.search-field {
    margin: 30px auto;
    display: inline-block;
}
.search-field legend {
    display: none;
}
.search-field .search {
    position: relative;
    width: 194px !important;
    height: 30px;
    border: 1px solid #ff7417;
    box-sizing: border-box;
}
.search-field .search .sm {
    width: 326px;
    padding: 1px 0 0 0;
    vertical-align: top;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.search-field .sm::placeholder {
    color: #ccc;
    font-weight: 300;
}
.search-field .search {
    width: 200px;
}
.search-field .search .sm {
    width: 70%;
    line-height: 20px;
    margin-left: 0;
    margin-right: 20%;
}
.search-field .search .icon {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 20px;
    background: none;
    border: 0;
    padding: 0;
    overflow: hidden;
}
.search-field .search .icon img {
    width: 18px;
}

/* sitemap */
section.sitemap nav.head {
    flex-wrap: wrap;
}
section.sitemap nav.head div {
    flex-basis: 9%;
    box-sizing: border-box;
}
section.sitemap nav.head div a {
    display: flex;
    padding: 10px;
}
section.sitemap article.body {
    margin-top: 40px;
    flex-wrap: wrap;
}
section.sitemap article.body div {
    flex-basis: auto;
    box-sizing: border-box;
}
section.sitemap article.body div a {
    display: flex;
    padding: 10px;
}

@media screen and (max-width: 480px) {
    section.sitemap nav.head div {
        flex-basis: auto;
    }
}