@charset "utf-8";
/*-------------------------------------------------------*/
/* Miso-Company Colorset
/*-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&display=swap');
body {
  font-family: "Noto Sans KR", dotum;
line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#f5f5f5; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; 
  word-break: keep-all;
}




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: "Noto Sans KR", sans-serif;
}
.ko, .ko small {
  font-family: "Noto Sans KR", 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:1400px) {
  .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 {
    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;
	
	
	/* 수정 LSI */
	
  padding-top: 0px;
	
	
	
  padding-bottom: 0px;
}
.ie-left {
  padding-right: 30px;
}
.ie-right {
  padding-left: 30px;
}
/*-------------------------------------------------------*/
/* Header : 헤더영역 전체
/*-------------------------------------------------------*/
.at-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}
.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: 10px !important;
  padding-bottom: 20px !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: #fff;
  float: left;
}
.at-lnb ul > li > a:hover {
  color: #fff;
}
.is-index .at-lnb .pull-left {
  display: none;
}
@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 .at-container {
  padding: 0px;
}
.m-header .m-header-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  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: 0px;
  left: 0;
  z-index: 101;
  width: 100%;
}
.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-logo {
  height: 126px;
  width: 364px;
  margin-left: -100px;
margin-top: -10px;	
}
/* 중앙로고시 메뉴부분 로고 크기 : 좌우 여백고려하여 로고 너비보다 크게 설정 */
.pc-menu-logo {
  width: 300px;
}
/* 로고시 메뉴 들여쓰기 : 로고 너비 + 간격 만큼 여백설정 */
.is-logo-left .pc-menu {
  padding-left: 350px;
} /* 좌측로고일 때 */
.is-logo-left .is-sub-mega .sub-1div {
  padding-left: 350px;
} /* 좌측로고일 때 메가 서브 좌측 여백 */
.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 {
  color: #fff;
}
.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;
  max-width: 100%;
  margin: 0 auto;
}
.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: #fff;
}
.pc-menu-home .menu-span {
  font-size: 25px;
}
.pc-menu-search {
  font-size: 25px;
}
/* 주메뉴 위치 */
.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: 7px 10px;
  margin: 0 10px;
  line-height: 20px;
}
.pc-menu-icon .menu-span {
  display: inline-block;
  padding: 7px 10px;
  margin: 0;
  line-height: 20px;
}
.pc-menu .menu-a {
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 25px;
	letter-spacing: -1px;
}
.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 {
  background: rgba(0, 0, 0, 0.75);
  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-icon a:hover .menu-span {
  color: #fff;
  background: #333;
}
.nav-fixed .pc-menu-home.menu-li:hover .menu-a, .nav-fixed .pc-menu-home.menu-li.active .menu-a, .nav-fixed .pc-menu-home.menu-li.active .menu-span {
  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;
}
.is-sub-mega .mega-cell {
  display: table-cell;
  vertical-align: top;
  border-collapse: collapse;
  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;
}
.nav-fixed .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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;
  position: relative;
  z-index: 30;
}
.m-menu .m-wrap {}
.m-menu .m-table {
  border: 0 solid #000;
  border-left: 0;
  border-right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  min-width: 300px;
  border-collapse: collapse;
}
.m-menu .m-table a {
  color: #fff;
}
.m-menu .m-icon, .m-menu .m-list {
  border-right: 0 solid #000;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 44px;
}
.m-menu .m-icon {
  width: 44px;
  text-align: center;
  font-size: 18px;
}
.m-menu .m-icon.last {
  border-right: 0
}
.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: 0 10px;
}
.m-menu .m-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-menu .m-nav ul li {
  display: table-cell;
  padding: 0 10px;
  white-space: nowrap;
}
.m-menu .m-nav ul li.active a {
  color: orangered;
  font-weight: bold;
}
.m-menu .m-sub {
  font-size: 15px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
}
.m-menu .m-nav-sub {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.m-menu .m-nav-sub ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}
.m-menu .m-nav-sub ul li {
  display: table-cell;
  padding: 0 10px;
  white-space: nowrap;
}
.m-menu .m-nav-sub ul li a {
  color: #fff;
}
.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;
  }
}
/* 상단고정시 */
.nav-fixed .m-menu {
  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);
}
.nav-fixed .m-menu .m-table {
  background: #fff;
  border: 0px;
}
.nav-fixed .m-menu .m-table a {
  color: #333;
}
.nav-fixed .m-menu .m-icon, .nav-fixed .m-menu .m-list {
  border-right: 1px solid #ddd;
}
.nav-fixed .m-menu .m-sub {
  background: #fafafa;
  border-top: 1px solid #ddd;
}
.nav-fixed .m-menu .m-nav-sub ul li a {
  color: #333;
}
/*-------------------------------------------------------*/
/* 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 .at-container {
  border: 0 !important;
  background: none !important;
}
.page-title .title {
  height: 340px;
  padding: 140px 0 30px;
}
.page-title .title h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  letter-spacing: -1px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.page-title .title hr {
  display: inline-block;
  width: 80px;
  height: 3px;
  margin: 0 0 10px;
  border: none;
  line-height: 1;
}
.page-title .title p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
@media all and (max-width:767px) {
  .responsive .page-title .title {
    height: 320px;
    padding: 140px 0 20px;
  }
  .responsive .page-title .title h2 {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .responsive .page-title .title hr {
    margin: 0 0 8px;
  }
  .responsive .page-title .title p {
    font-size: 15px;
  }
}
@media all and (max-width:480px) {
  .responsive .page-title .title {
    height: 220px;
    padding: 140px 0 15px;
  }
  .responsive .page-title .title h2 {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .responsive .page-title .title hr, .responsive .page-title .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: #aaa;
  background: #333;
  padding: 30px 0 40px;
}
.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: #888;
  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: #ddd;
}
.at-footer .at-links ul > li > a:hover {
  color: #fff;
}
.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: #aaa;
}
.at-footer .at-about > li > a:hover {
  color: #fff;
}
@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: "Noto Sans KR", 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: "Noto Sans KR", 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: "Noto Sans KR", 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: "Noto Sans KR", sans-serif;
  margin: 0 15px;
  left: 0px;
  width: auto;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  clip: auto;
}
.sr-score {
  font-family: "Noto Sans KR", 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;
}
/*-------------------------------------------------------*/
/* LSI 추가 
/*-------------------------------------------------------*/
.site-footer {
  background: #c6a156;
  padding: 34px 0;
  color: #17130c;
}
.footer-row {
  display: flex;
  align-items: center;
}
.footer-logo {
  max-width: 116px;
}


.footer-logo img {
  max-width: 100%;
	text-align: center;
}

.footer-info h3 {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 6px;
}
.footer-info p {
  margin: 0 0 3px;
  font-size: 13px;
}
.footer-note {
  opacity: .7;
}
.footer-sns {
  padding-top: 15px;
}
.footer-sns a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, .08);
  color: #111;
  margin-left: 8px;
  transition: all .25s ease;
}
.footer-sns a:hover {
  background: #111;
  color: #c6a156;
}
.site-footer .at-about {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  overflow: hidden;
}
.site-footer .footer-info p {
  padding: 2px 0px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
}
.site-footer .at-about > li {
  float: left;
  padding: 2px 15px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
}
.site-footer .at-about > li > a {
  color: #000;
}
.site-footer .at-about > li > a:hover {
  color: blue;
}

.gold-line {
    width: 77px;
    height: 9px;
    background: #c9a45c;
    margin: 18px 0 0;
}


@media (max-width: 991px) {
  .footer-row {
    display: block;
  }
  .footer-sns {
    text-align: left;
    padding-top: 25px;
  }
  .footer-sns a:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    max-width: 92px;
    margin-bottom: 16px;
  }	
	.footer-info h3 {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 6px;
}
.footer-info p {
  margin: 0 0 3px;
  font-size: 12px !important;
	letter-spacing: -1px;
}
	.footer-info li {
  margin: 0 0 0px;
  font-size: 12px !important;
	letter-spacing: -1px;
}
	.footer-sns {
  text-align: center !important; 
}
	
}
.board-list , .write-wrap, #fwrite, .view-wrap {background-color: #fff; max-width: 1300px; margin: 0 auto; }