
@font-face {
  font-family: "Cafe24SsurroundAir";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24SsurroundAir.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "SBAggroB";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

																	

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

fieldset,
img {
  border: 0 none;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
}

button {
  font-size: 100%;
  vertical-align: middle;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
  word-break: keep-all;
}

/* 회원가입/수정/아이디/비번 찾기 *********************/
.member_input {font-size:14px; color:#767676; background-color:#FFFFFF; border:1px solid #D0D0D0 !important; padding:2px 0 1px 4px; height:35px; max-width:78%;}
.member_input_readOnly {font-size:14px; color:#767676; background-color:#ECECEC; border:1px solid #D0D0D0; padding:2px 0 1px 4px; height:30px;}
.member_textarea {font-size:14px; color: #666666; background-color:#FFFFFF; line-height:17px; border:1px solid #B3B4B7; padding:5px 5px 5px 5px;}
.member_select {color: #9A9A9A; font-size:14px; border:1px solid #7F9DB9; padding:10; height:40px; letter-spacing:-0.05em; background-color:#fff}

.member_off {text-align:right; padding:5px 7px 5px 8px; font-size:12px; color:#505050; font-weight:bold; letter-spacing:-0.1em; background-color:#FBFBFB; border-right-color:#F2F2F2; border-right-style:solid; border-right-width:1px;}
.member_star {font-size:14px; color:#FF3600; font-weight:bold;}

.member_gold {font-size:14px; color:#FF7E00; font-weight:bold; letter-spacing:-0.1em;}
.member_bold {font-size:14px; color:#7D7D88; font-weight:bold; letter-spacing:-0.1em; vertical-align:text-top; text-align:right; padding:3px 0 0 0;}
.member_red {font-size:14px; color:#ED0000; letter-spacing:-0.05em; vertical-align:text-top; padding:3px 0 10px 0;}

.member_line {background-color:#EEEEEE; height:1px;}
.member_line2 {background-color:#2D7FD0; height:2px;}

.member_text {font-size:14px; letter-spacing:-0.1em; padding:5px 0 5px 8px;}



/* 뷰표트 변환시 폰트크기 자동확대 방지 */
input[type="text"], input[type="password"], input[type="submit"], input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input:checked[type="checkbox"] {
  background-color: #666;
  -webkit-appearance: checkbox;
}

button {
  -webkit-appearance: button;
  border-radius: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
  -webkit-appearance: button;
  border-radius: 0;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* 기본 폰트 설정 */
body,
th,
td,
input,
select,
textarea,
button {
  font-size: calc(14px + 0.1vw);
  line-height: 1.5;
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", sans-serif;
  color: #111;
}

/* color값은 디자인가이드에 맞게사용 */
a {
  color: #333;
  text-decoration: none;
}

a:active, a:hover {
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var,
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

hr {
  display: none;
}

input[type="password"] {
  font-family: "Malgun Gothic";
}

/* 웹폰트 사용시 점이 안보임 - 기본 폰트 사용  */
/* skipnavigation */
#u-skip a {
  position: absolute;
  left: -3000%;
}

#u-skip a:focus {
  display: block;
  left: 0;
  top: 0;
  z-index: 10000000000;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #0072bc;
  color: #fff;
  text-align: center;
}

/* 이미지 스프라이트 */
.img_g {
  display: inline-block;
  overflow: hidden;
  background: url(../../images/comm/img-comm.png) no-repeat;
  vertical-align: top;
}

/* 이미지 */
/* global */
.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
  text-indent: -9999px;
}

/* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir_wa {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -10;
  width: 100%;
  height: 100%;
}

/* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.blind,
caption,
legend {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
.f_l {
  float: left;
}

.f_r {
  float: right;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.tbl {
  border-collapse: collapse;
  border-spacing: 0;
}

.pc {
  display: block;
}

.m {
  display: none;
}

@media screen and (max-width: 992px) {
  .pc {
    display: none;
  }
  .m {
    display: block;
  }
}

/* 테이블 초기화 */
.clear_g {
  display: block;
  overflow: visible;
  width: auto;
  clear: both;
  *zoom: 1;
}

.clear_g:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
  content: "";
}

.main-visual {
  overflow: hidden;
  position: relative;
}

.main-visual .swiper-slide .visual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.main-visual .swiper-slide .visual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-visual .swiper-slide .title {
  position: absolute;
  opacity: 0;
}

.main-visual .swiper-slide .tit {
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 76px;
  right: 0;
  z-index: 1000;
  width: 40%;
  font-size: 4rem;
  letter-spacing: -0.1rem;
  color: #FFF;
  font-family: "SBAggroB", serif;
  text-transform: uppercase;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: -webkit-transform 1s 0.5s;
  transition: -webkit-transform 1s 0.5s;
  transition: transform 1s 0.5s;
  transition: transform 1s 0.5s, -webkit-transform 1s 0.5s;
}

.main-visual .swiper-slide.swiper-slide-active .tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-visual .part1 {
  position: relative;
  height: 650px;
}

.main-visual li {
  position: relative;
  height: 100%;
}

.main-visual li > div {
  position: relative;
  height: 100%;
}

.main-visual .swiper-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  z-index: 2;
}

.main-visual .swiper-txt-wrap .swiper-txt {
  width: 450px;
}

.main-visual .swiper-txt-wrap .swiper-txt > * {
  display: block;
  line-height: 1.3;
}

.main-visual .swiper-txt-wrap .swiper-txt .tit {
  font-size: 3rem;
}

.main-visual .swiper-txt-wrap .swiper-txt .emp {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #B19660;
}

.main-visual .swiper-txt-wrap .swiper-txt .txt {
  padding: 0;
  font-size: 0.9rem;
  opacity: 0.6;
}

.main-visual .box-color {
  position: absolute;
  top: 0;
  left: 40%;
  z-index: 100;
  width: 0;
  height: 50px;
  background: #B19660;
  opacity: 0.8;
  -webkit-animation: boxAni 1s forwards 1s;
          animation: boxAni 1s forwards 1s;
}

@-webkit-keyframes boxAni {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes boxAni {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

.main-visual .swiper-nav {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.main-visual .swiper-nav i {
  font-size: 1.5rem;
  font-weight: 700;
  color: #7f7f7f;
}

.main-visual .swiper-control {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  height: 100px;
  background: #fff;
  z-index: 5;
}

.main-visual .swiper-control .swiper-pagination {
  position: static;
  text-align: left;
  z-index: 5;
}

.main-visual .swiper-control .swiper-pagination-bullet {
  position: absolute;
  width: auto;
  height: auto;
  background: none;
  letter-spacing: 0.05em;
  opacity: 1;
  color: #b2b2b2;
  display: none;
  font-family: "verdana", serif;
}

.main-visual .swiper-control .swiper-pagination-bullet:first-child {
  display: block;
  -webkit-transform: translate(-120%, -50%);
          transform: translate(-120%, -50%);
  color: #B19660;
}

.main-visual .swiper-control .swiper-pagination-bullet:last-child {
  display: block;
  right: 0;
  -webkit-transform: translate(120%, -50%);
          transform: translate(120%, -50%);
}

.main-visual .swiper-control .title {
  position: absolute;
  top: 50%;
  left: 70px;
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-visual .swiper-control .space-swiper-pn {
  position: relative;
  width: 150px;
  margin: 0 15%;
  text-align: center;
}

.main-visual .swiper-control .space-swiper-pn i {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  background: #B19660;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-visual .swiper-control .space-swiper-pn i.progressing {
  width: 82%;
  margin: 0 1rem;
  -webkit-transition: width 4s;
  transition: width 4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 7.5s !important;
          transition-duration: 7.5s !important;
}

.main-visual .swiper-control .space-swiper-pn .space-swiper-pn-num {
  margin: 0 1rem;
  color: #9d9f9e;
  border-bottom: 2px solid #b2b2b2;
}

[class^="visual-button-"] {
  opacity: 0.5;
  cursor: pointer;
}

[class^="visual-button-"]:hover {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .main-visual {
    height: calc(100vh - 80px);
  }
  .main-visual .part1 {
    height: calc(100vh - 80px);
  }
  .main-visual .swiper-txt-wrap {
    width: 100%;
    height: 50%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .main-visual .swiper-txt-wrap .swiper-txt {
    width: 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    text-align: center;
  }
  .main-visual .swiper-control {
    width: 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  .main-visual .swiper-slide .tit {
    width: auto;
    bottom: 60px;
    font-size: 3rem;
  }
}

/* 애니메이션 */
@-webkit-keyframes play_bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes play_bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.mIntro .container {
  padding: 150px 0 100px;
}

.mIntro .mIntro-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mIntro .mIntro-lst li {
  width: 28%;
  text-align: center;
}

.mIntro .mIntro-lst .thumb {
  display: block;
  margin: auto;
}

.mIntro .mIntro-lst img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.mIntro .mIntro-lst .tit {
  display: block;
  margin: 20px 0 10px;
  font-size: 1.3rem;
}

@media screen and (max-width: 992px) {
  .mIntro .container {
    padding: 50px 0 20px;
  }
  .mIntro .mIntro-lst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mIntro .mIntro-lst li {
    width: 100%;
    margin-bottom: 50px;
  }
  .mIntro .mIntro-lst .txt {
    width: 90%;
    margin: auto;
  }
}

.mGoto {
  background-color: #B19660;
}

.mGoto .container {
  padding: 0;
}

.mGoto .mGoto-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 150px;
}

.mGoto .mGoto-lst li {
  width: 16%;

}

.mGoto .mGoto-lst a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}

.mGoto .mGoto-lst i {
  display: block;
  margin: 0 10px -5px 0;
  font-size: 2rem;
}

.mGoto .mGoto-lst .tit {
  display: block;
  margin-top: 5px;
  font-size: 1.143em;
}

.mGoto .mGoto-lst .txt {
  opacity: 0.7;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 992px) {
  .mGoto .container {
    padding: 30px 0 50px;
  }
  .mGoto .mGoto-lst {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }
  .mGoto .mGoto-lst li {
    width: 30%;
    margin-bottom: 20px;
  }
  .mGoto .mGoto-lst a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mGoto .mGoto-lst i {
    margin-right: 0;
  }
  .mGoto .mGoto-lst .tit {
    font-size: 0.8rem;
    font-weight: normal;
    letter-spacing: -0.05rem;
  }
}

.mNews {
  overflow: hidden;
}

.mNews .container {
  padding: 100px 0 50px;
}

.mNews .mNews_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.mNews .mNews_lst li {
  width: 30%;
  letter-spacing: -0.05rem;
}

.mNews .mNews_lst .category {
  display: block;
  margin-bottom: 20px;
  color: #B19660;
  font-weight: 700;
  font-size: 1rem;
}

.mNews .mNews_lst .tit {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  white-space: initial;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  min-height: 65px;
  -webkit-line-clamp: 2;
}

.mNews .mNews_lst .txt {
  white-space: initial;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  min-height: 66px;
  -webkit-line-clamp: 3;
  opacity: 0.8;
}

.mNews .sec-tit {
  display: block;
  margin-bottom: 20px;
  color: #B19660;
  font-weight: 700;
  font-size: 1rem;
}

.mNews .mGallery-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
}

.mNews .mGallery-lst li {
  width: 19%;
}

.mNews .mGallery-lst a {
  display: block;
  position: relative;
  text-align: center;
}

.mNews .mGallery-lst .thumb {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
}

.mNews .mGallery-lst .thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.mNews .mGallery-lst .tit {
  display: block;
  font-weight: normal;
}

.mNews .mGallery-lst img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  .mNews .container {
    padding: 20px 0 50px;
  }
  .mNews .mNews_lst {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .mNews .mNews_lst li {
    width: 100%;
    margin-bottom: 30px;
  }
  .mNews .sec-tit {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-top: -20px;
  }
  .mNews .mGallery-lst {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.mMember {
  background: url(../../images/main/bg-member.jpg) 100% 50%/cover no-repeat;
  color: #fff;
}

.mMember .container {
  padding: 70px 0;
}

.mMember .tit {
  font-size: 2.5rem;
  font-weight: normal;
}

.mMember .txt {
  margin-top: 10px;
  opacity: 0.5;
}

.mMember .link-more2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 500px;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  font-size: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mMember .link-more2 i {
  display: block;
}

.mMember .link-more2:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 992px) {
  .mMember {
    display: none;
  }
}

.wrap {
  padding-top: 80px;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .wrap {
    overflow-x: hidden;
  }
  .container {
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }
}

.ellipsis_line2 {
  white-space: initial;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  min-height: 65px;
  -webkit-line-clamp: 2;
}

.ellipsis_line3 {
  max-height: 66px;
  -webkit-line-clamp: 3;
}

.sec-tit {
  margin-bottom: 100px;
  font-family: "EliceDigitalBaeum_Regular";
  color: #000;
  margin-bottom: 0;
  letter-spacing: -1.5px;
}

.sec-tit span {
  display: inline-block;
  position: relative;
}

.sec-tit span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 2px;
  right: 2px;
  height: 1px;
  background: #000;
}

.btn {
  display: inline-block;
  height: 50px;
  padding: 0 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 10px 0;
}

.btn.btn-gray {
  background-color: #555;
  color: #fff;
}

.btn.btn-red {
  background-color: #e32d2e;
  color: #fff;
}

.link-more {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 0;
}

.link-more::before {
  content: "\f067";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}

.thumb_line {
  position: relative;
  vertical-align: middle;
}

.thumb_line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  bottom: 0;
  z-index: 100;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.thumb_line img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.tab-wrap {
  position: relative;
}

.tab-wrap .tab {
  display: none;
}

.tab-wrap .tab.active {
  display: block;
}

.service_header {
  position: relative;
}

.service_header .service_tit {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding-right: 12px;
  color: #373f57;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 20px;
}

.service_header .service_tit:after {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #373f57;
  border-right: 1px solid #373f57;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}

.service_header .btn_setting {
  position: absolute;
  top: 8px;
  right: 0;
  height: 20px;
  color: #8491a7;
  font-size: 13px;
  letter-spacing: -0.5px;
}

.service_header .btn_setting:hover {
  color: #373f57;
}

.service_header .btn_setting .svg_option {
  overflow: hidden;
  margin-top: -3px;
  vertical-align: top;
}

.service_header .btn_setting:hover .svg_option g {
  fill: #373f57;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 80px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header .wrap-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

#header .logo {
  position: relative;
  z-index: 1;
}

#header .logo a {
  display: block;
  width: 220px;
  height: 100%;
  font-size: 1.8rem;
  line-height: 80px;
  color: #fff;
  font-weight: 400;
  background: url(../../images/common/paralogo.png) no-repeat 50%/contain;
  text-indent: -9999px;
}

#header .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 60px 0 auto;
  opacity: 0.7;
}

#header .utility a {
  position: relative;
  padding: 0 10px;
  font-size: 14px;
}

#header .utility a:first-child::before {
  display: none;
}

#header .utility a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 600px) {
  #header .utility {
    display: none;
  }
}


#header .goto {
  position: absolute;
  top: 30px;
  right: 100px;
}

#header .goto li {
  margin-bottom: 10px;
}

#header .goto li.link-radio a {
  height: auto;
  border-radius: 10px;
  background-color: #999;
  border: 1px solid #888;
}

#header .goto a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #16120F;
  border: 1px solid #02325E;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}

#header .goto i {
  margin: -2px 0 2px;
  font-size: 24px;
}
@media screen and (max-width: 992px) {
#header .goto {
  display:none;

}


}






#gnb {
  -webkit-transform: translate(70px, 0);
          transform: translate(70px, 0);
}

#gnb .nav-bg {
  overflow: hidden;
  display: block;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 0;
  background: #fff;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  content: "";
}

#gnb .nav-depth1 > li {
  float: left;
  position: relative;
}

#gnb .nav-depth1 > li > a {
  display: block;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;
}

#gnb .nav-depth1 > li > a > span {
  display: block;
  height: 80px;
  line-height: 80px;
}

#gnb .nav-depth1 > li > a:hover {
  color: #B19660;
}

#gnb .nav-depth2 {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 900;
  overflow: hidden;
  height: 0;
  padding: 30px 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#gnb .nav-depth2 a {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #888;
  font-size: 0.9rem;
}

#gnb .nav-depth2 a:hover, #gnb .nav-depth2 a:focus {
  color: #B19660;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  #gnb {
    display: none;
  }
  .utility {
    display: none;
  }
}

#search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 200px;
  height: 36px;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid #d7dce5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #8491a7;
  font-size: 0;
  text-align: left;
  background: #f4f6fa;
}

#search .inp-search {
  border: none;
  background: transparent;
  font-size: 14px;
}

#search .btn-submit {
  margin: -2px 7px 0 5px;
  font-size: 0;
  vertical-align: middle;
}

#search .btn-submit::before {
  content: "\f002";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 20px;
  opacity: 0.7;
}

.nav-total.expanded .gnb-total-on {
  display: none;
}

.nav-total.expanded .gnb-total-off {
  display: block;
}

.nav-total.expanded #navWrap {
  display: block;
}

.nav-total .gnb-total-on {
  display: block;
  font-size: 30px;
}

.nav-total .gnb-total-off {
  display: none;
  font-size: 30px;
}

.nav-total > button {
  position: absolute;
  top: 19px;
  right: 0;
  padding: 0 10px;
  width: 50px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #373f57;
}

.nav-total:hover > button {
  color: #B19660;
}

@media screen and (max-width: 992px) {
  .nav-total > button {
    left: auto;
    right: 10px;
  }
}

#navWrap {
  display: none;
  position: absolute;
  top: 81px;
  left: 0;
  width: 100%;
}

#navWrap:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

#navWrap .container {
  position: relative;
  z-index: 3;
  padding: 48px 0;
  max-width: 1260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 20px;
}

#navWrap .container .menu {
  overflow-y: auto;
}

#navWrap .depth-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#navWrap .depth-1 > li {
  padding: 0 20px 0 30px;
  width: calc(100% / 6);
  border-right: 1px solid #eee;
}

#navWrap .depth-1 > li:nth-child(2) {
/*  width: 300px;*/
}

#navWrap .depth-1 > li:last-child {
  border-right: none;
}

#navWrap .depth-1 > li > a {
  display: block;
  padding: 0 0 8px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

#navWrap .depth-1 a[href]:hover {
  color: #B19660;
}

#navWrap .depth-1:last-child {
  padding-right: 0;
}

#navWrap .depth-1 + .depth-1 {
  padding-left: 20px;
  border-left: 1px solid #eaedf4;
}

#navWrap .depth-2 + .depth-2 {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #eaedf4;
}

#navWrap .depth-2 li {
  padding: 8px 0;
  font-size: 0;
}

#navWrap .depth-2 li:last-child {
  padding-bottom: 0;
}

#navWrap .depth-2 li a {
  display: block;
  position: relative;
  color: #5c667b;
  font-size: 15px;
  line-height: 24px;
}

#navWrap .depth-2 li a > svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}

#navWrap .depth-2 li .flag {
  display: inline-block;
  margin: 2px 0 0 6px;
  padding: 0 5px;
  border-radius: 2px;
  color: #5c667b;
  font-size: 11px;
  line-height: 20px;
  vertical-align: top;
  background: #f4f6fa;
}

#navWrap .depth-2 li .flag.messenger svg {
  width: 20px;
  height: 10px;
  color: #5c667b;
}

#navWrap .extra {
  margin-top: 48px;
  font-size: 0;
}

#navWrap .extra li {
  display: inline-block;
}

#navWrap .extra li a {
  display: inline-block;
  padding: 0 12px;
  border-radius: 2px;
  color: #5c667b;
  font-size: 14px;
  line-height: 40px;
  background: #f4f6fa;
}

#navWrap .extra li a:hover {
  color: #B19660;
  background: #eff5ff;
}

#navWrap .extra li a span {
  display: inline-block;
  margin: 8px 0 0 6px;
  font-size: 11px;
  letter-spacing: -0.5px;
  line-height: 24px;
  vertical-align: top;
}

#navWrap .extra li + li {
  margin-left: 8px;
}

@media screen and (max-width: 992px) {
  #navWrap {
    height: calc(100vh - 80px);
    overflow-y: auto;
  }
  #navWrap .container {
    padding: 38px 0 0px;
  }
  #navWrap .depth-1 > li {
    width: calc(100% / 3);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  #navWrap {
    height: calc(100vh - 80px);
    left: -2%;
    width: 104%;
  }
  #navWrap .container {
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  #navWrap .depth-1 > li {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
  }
  #navWrap .depth-1 > li:nth-child(2) {
    width: 100%;
  }
  #navWrap .depth-1 > li > a {
    padding: 15px 20px;
  }
  #navWrap .depth-1 > li > a::after {
    content: "\f105";
    position: absolute;
    top: 16px;
    right: 19px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #000;
    font-size: 15px;
  }
  #navWrap .depth-1 > li.active {
    background-color: #B19660;
  }
  #navWrap .depth-1 > li.active > a {
    color: #fff !important;
  }
  #navWrap .depth-1 > li.active > a::after {
    content: "\f107";
    color: #fff;
  }
  #navWrap .depth-1 > li.active .depth-2 {
    display: block;
  }
  #navWrap .depth-2 {
    display: none;
    padding: 10px 20px;
    background-color: #dcd8ce;
  }
  #navWrap .depth-2 li {
    position: relative;
    padding: 5px 0;
  }
  #navWrap .depth-2 li::before {
    content: "\f068";
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #000;
    font-size: 10px;
  }
  #navWrap .depth-2 li a {
    padding-left: 20px;
    color: #000;
  }
}

#footer {
margin-top:3%;
  padding: 40px 0 50px;
  background: #2C241F;
}

#footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .f_mark {
  float: left;
  width: calc(100% - 350px);
  margin-top: 5px;
}

#footer .f_mark li {
  position: relative;
  float: left;
  margin: 0 50px 0 0;
}

#footer .f_mark li::after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 8px;
  width: 1px;
  height: 13px;
  background: #3e4959;
}

#footer .f_mark li:last-child::after {
  display: none;
}

#footer .f_mark li > a {
  color: #a1a7b0;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: -1px;
}

#footer .f_sns {
  float: right;
  font-size: 0;
  text-align: right;
}

#footer .f_sns li {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  vertical-align: top;
}

#footer .f_sns li:first-of-type {
  margin-left: auto;
}

#footer .f_sns li a {
  display: block;
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer .f_sns a.btn_cirFacebook {
  background-image: url(../../images/common/f_sns_facebook.png);
}

#footer .f_sns a.btn_cirFacebook:hover {
  background-image: url(../../images/common/f_sns_facebook_on.png);
}

#footer .f_sns a.btn_cirNblog {
  background-image: url(../../images/common/f_sns_nBlog.png);
}

#footer .f_sns a.btn_cirNblog:hover {
  background-image: url(../../images/common/f_sns_nBlog_on.png);
}

#footer .f_sns a.btn_cirInstagram {
  background-image: url(../../images/common/f_sns_Instagram.png);
}

#footer .f_sns a.btn_cirInstagram:hover {
  background-image: url(../../images/common/f_sns_Instagram_on.png);
}

#footer .f_sns a.btn_cirYoutube {
  background-image: url(../../images/common/f_sns_youtube.png);
}

#footer .f_sns a.btn_cirYoutube:hover {
  background-image: url(../../images/common/f_sns_youtube_on.png);
}

#footer .f_sns a.btn_cirNpost {
  background-image: url(../../images/common/f_sns_nPost.png);
}

#footer .f_sns a.btn_cirNpost:hover {
  background-image: url(../../images/common/f_sns_nPost_on.png);
}

#footer .f_menu {
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

#footer .f_menu li {
  position: relative;
  float: left;
  margin: 0 11px 10px 0;
  padding-right: 11px;
}

#footer .f_menu li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: 13px;
  background: #3e4959;
}

#footer .f_menu li:last-child {
  margin-right: auto;
  padding-right: 0;
}

#footer .f_menu li:last-child::after {
  display: none;
}

#footer .f_menu li a {
  color: #a1a7b0;
  font-size: 15px;
  text-decoration: none;
}

#footer .f_menu li a.point {
  color: #3a95dd;
}

#footer address {
  margin-bottom: 25px;
  font-size: 0;
}

#footer address span,
#footer address em {
  display: inline-block;
  margin-right: 15px;
  color: #abb1ba;
  font-size: 14px;
  vertical-align: top;
}

#footer address a {
  color: #abb1ba;
}

#footer .copyright {
  color: #abb1ba;
  font-size: 13px;
}

@media screen and (max-width: 992px) {
  #footer {
    padding: 20px 0 30px;
  }
  #footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #footer .foot-left {
    text-align: center;
  }
  #footer .f_menu {
    margin-bottom: 15px;
  }
  #footer .f_menu li {
    display: inline-block;
    float: none;
    margin-right: 5px;
    padding-right: 5px;
  }
  #footer address {
    text-align: center;
    letter-spacing: -0.05rem;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .f_sns {
    float: none;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  text-align: center;
  line-height: 50px;
}

#scrollUp::before {
  content: "\f106";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 20px;
}

.wrap-subtit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
  background: #999;
}
/*# sourceMappingURL=comm.css.map */
.resizablebox {width:90% !important; max-width:800px}

.hislist {background-color:#fff; display:inline-block; padding:15px; margin:10px; width:400px;height:900px; box-shadow: 5px 5px 5px 5px #bababa !important;}
.prtable00 {width:700px; display:inline-block;margin:5px; }
.prtable00 tr th{width:235px;height:30px;padding:5px;font-size:14px; font-weight:bold !important;text-align:center;background-color:#eee;}
.prtable00 tr {padding:5px;font-size:14px;border-bottom:1px solid #bababa !important;}
.prtable00 tr td{width:390px;}


.labeltop {text-align:center;width:100%; margin:15px auto 0 auto; }
/*# sourceMappingURL=comm.css.map */
.navbox {margin-bottom:40px;width:100%;text-align:center;}
.topcmt1 {width:100%;font-size:28px;font-weight:bold; margin:5% 0 0 1%;word-break: keep-all;}
.topcmt2 {width:100%;font-size:20px;color:#333333;  font-weight:bold; margin:50px 0 0 3%; text-decoration:underline;}
.topcmt3 {width:100%; font-size:20px; color:gray;  margin-bottom:50px; text-align:right;}

.boxl {float:left;width:40%;background-color:#222A35;}
.boxr {float:left;width:60%;background-color:#222A35;}
.specbox {width:1000px;margin:30px auto 20px auto; border:1px solid #eeeeee; background-color:#222A35;height:600px;}
.titline {width:100%; border-bottom:3px solid #bababa;margin:10px auto;}
.titbox {display:inline-block; padding:3px 10px; line-height:30px;text-align:center;border:2px solid #fff; border-radius: 5px; font-weight:bold; font-size:20px; margin-top:200px; margin-bottom:40px; color:#D0D8E1; }
.titbox:nth-child(1) {margin-top:20px;}
.ptit {font-size:20px; font-weight:bold;padding:3px 10px; color:#fff; height:50px; line-height:50px;}
.pimg {width:100%;height:400px; border:0px solid; background-color:#222A35;}


.hisnav {margin:20px auto;text-align:center; }
.hisnavbox {width:10%;min-width:130px;height:50px;line-height:50px;display:inline-block;margin:1%; border:2px solid #909090; border-radius:3px; color:#909090;;font-size:20px;}
.hisnavbox a {text-decoration: none; color:#909090;;font-size:20px;}
.hisnavbox:hover {border:2px solid #273175; color:#fff;font-weight:bold;background-color:#273175;}
.hisnavbox:hover a { color:#fff;}

.hisytit {height:70px;font-size:30px;color:#909090; font-weight:bold;border-bottom:1px solid #bababa;;}

.hisbox-l {width:47%;border:0px solid;float:left; padding:10px 5px 10px 5px;}
.hisbox-m {width:1px;border:0px solid;float:left;}
.hisbox-r {width:47%;border:0px solid;float:left; padding:10px 5px 10px 5px;}

.histxtbox {margin:0px auto; }
.histxtl {float:left;  color:#909090; font-weight:bold; font-size:18px;}
.histxtr {float:left; color:#909090;font-size:18px;word-break:keep-all;}

.hisbigbox {width:100%;margin:20px auto;}

.hisbox-l:hover {border:3px solid #044E84; border-radius:3px;}
.hisbox-r:hover {border:3px solid #044E84; border-radius:3px;}
.hisbox-l:hover .hisytit {color:#044E84;}
.hisbox-l:hover .histxtl {color:#044E84;}
.hisbox-l:hover .histxtr {color:#555555;}

.hisbox-r:hover .hisytit {color:#044E84;}
.hisbox-r:hover .histxtl {color:#044E84;}
.hisbox-r:hover .histxtr {color:#555555;}

.map_title {margin:10px 0; color:#1c1f21; font-size:16px; font-weight:bold; line-height:15px; padding-top:3px; border-left:5px solid #93bfda; padding-left:10px; margin-top:30px;}
.map_add {margin:10px; color:#1c1f21; font-size:14px; line-height:22px; padding-left:16px;}
	.map_add strong {font-weight:bold; font-size:14px;}

/*개인정보보호정책*/
.policy_tab {width:100%; height:50px; }

	.policy_tab div {float:left; width:200px; height:30px;}
		.policy_tab .btn_on a  {  color:#ffffff; font-weight:bold; line-height:30px; text-align:Center; background-color:#059eb5; display:block; width:200px; height:30px;} 
		.policy_tab .btn_on a:hover { color:#ffffff; } 

		.policy_tab .btn_off a {display:block; width:200px; height:30px; color:#555555; font-weight:bold; line-height:30px; text-align:Center; background-color:#f2f2f2;} 
		.policy_tab .btn_off a:hover { color:#059eb5; } 

.btn_on1 {margin:10px auto; width:150px; font-size:13px !important;}
.btn_on1 a  {display:block; width:150px; height:30px; color:#555555; font-weight:bold; line-height:30px; text-align:Center; background-color:#cdcdcd;} 
.btn_on1 a:hover {  color:#ffffff; font-weight:bold; line-height:30px; text-align:Center; background-color:#059eb5; display:block; width:150px; height:30px;} 


.tab_title  {color:#ffffff; font-weight:bold; line-height:30px; text-align:Center; background-color:#059eb5; display:block; width:120px; height:30px;} 

.table02 {padding:0; margin:20px auto; width:100%; max-width:1000px; border-collapse: collapse;}
	.table02 thead tr th {padding:10px; font-size:14px; color:#ef7321; text-align:center; background-color:#FFE4BD; border:1px solid #FF8000;}
	.table02 tbody tr th {padding:10px; font-size:14px; color:#333333; text-align:center; background-color:#fff; border:1px solid #eeeeee;}
	.table02 tbody tr td {padding:10px; font-size:14px; color:#333333; line-height:18px; background-color:#fff;border:1px solid #eeeeee;}

.table03 {margin-top:5px; border-top:0px solid #675547; border-bottom:0px solid #675547;}
	.table03 tbody tr th {padding:10px 20px; font-size:14px; color:#595654; text-align:left; background-color:#fff; border-bottom:0px solid #dddddd; width:15%;}
	.table03 tbody tr td {padding:10px 20px; font-size:14px; color:#555555; line-height:22px; background-color:#fff; border-bottom:0px solid #dddddd; width:85%; letter-spacing:-0.01em;}
	.table03 tbody tr td img {margin-right:5px;}
	.table03 tbody tr td  strong {color:#499acc; font-size:15px; line-height:20px;}


 .tit-sub {
    margin-bottom: 20px;
    font-size: 30px;
}
 .tit-sub::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 25px;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #ce6249;
}
.fbold {font-weight:bold;text-decoration:underline;}

/* 롤오버 이미지 *********************/
a.rollover img {border-width:0px; display:block;}
a.rollover img.rollover {display:none;}
a.rollover:hover {position:relative;}
a.rollover:hover img {display:none;}
a.rollover:hover img.rollover {display:block;}

/* 롤오버 테이블 *********************/
#over a img {border:1px solid; border-color:#CADFA2;}
#over a:hover img {border-color:#FF7D00;}


/* 로고 *********************/
.logo_eng {font:10px MS Gothic; color:#FFFFFF; letter-spacing:-0.04em; padding:3px 0 0 1px;}
.logo_han1 {font-size:12px; color:#738AA3; letter-spacing:-0.05em; padding:1px 0 0 0;}
.logo_han2 {font-size:12px; color:#4A5F79; font-weight:bold; letter-spacing:-0.05em; padding:1px 0 0 0;}


/* 경로표시 *********************/
.navi_home {font-size:12px; color:A6A6A6; font-weight:bold; padding:0 0 8px 0; letter-spacing:-0.1em;}
.navi_home A:link {font-size:12px; color:A6A6A6; font-weight:bold; text-decoration:none; padding:0 0 8px 0; letter-spacing:-0.1em;}
.navi_home A:visited {font-size:12px; color:A6A6A6; font-weight:bold; text-decoration:none; padding:0 0 8px 0; letter-spacing:-0.1em;}
.navi_home A:active {font-size:12px; color:A6A6A6; font-weight:bold; text-decoration:none; padding:0 0 8px 0; letter-spacing:-0.1em;}
.navi_home A:hover {font-size:12px; color:A6A6A6; font-weight:bold; text-decoration:none; padding:0 0 8px 0; letter-spacing:-0.1em;}

.navi {font-size:12px; color:#A6A6A6; padding:3px 0 0 0; letter-spacing:-0.1em;}
.navi A:link {font-size:12px; color:#A6A6A6; text-decoration:none; padding:3px 0 0 0; letter-spacing:-0.1em;}
.navi A:visited {font-size:12px; color:#A6A6A6; text-decoration:none; padding:3px 0 0 0; letter-spacing:-0.1em;}
.navi A:active {font-size:12px; color:#A6A6A6; text-decoration:none; padding:3px 0 0 0; letter-spacing:-0.1em;}
.navi A:hover {font-size:12px; color:#595D54; text-decoration:none; padding:3px 0 0 0; letter-spacing:-0.1em;}

.navi_here {font-size:12px; color:#424242; letter-spacing:-0.1em;}
.navi_here A:link {font-size:12px; color:#424242; text-decoration:none; letter-spacing:-0.1em;}
.navi_here A:visited {font-size:12px; color:#424242; text-decoration:none; letter-spacing:-0.1em;}
.navi_here A:active {font-size:12px; color:#424242; text-decoration:none; letter-spacing:-0.1em;}
.navi_here A:hover {font-size:12px; color:#63A60C; text-decoration:none; letter-spacing:-0.1em;}

/* 페이지 표시 *********************/
.page {font:14px MS Gothic; color:#FD9C1F; font-weight:bold;}
.page A:link {font:14px MS Gothic; color:#FD9C1F; text-decoration:none; font-weight:bold;}
.page A:visited {font:14px MS Gothic; color:#FD9C1F; text-decoration:none; font-weight:bold;}
.page A:active {font:14px MS Gothic; color:#FD9C1F; text-decoration:none; font-weight:bold;}
.page A:hover {font:14px MS Gothic; color:#FF6C00; text-decoration:none; font-weight:bold;}

.page_here {font:14px MS Gothic; color:#A19C84;}
.page_here A:link {font:14px MS Gothic; color:#A19C84; text-decoration:none;}
.page_here A:visited {font:14px MS Gothic; color:#A19C84; text-decoration:none;}
.page_here A:active {font:14px MS Gothic; color:#A19C84; text-decoration:none;}
.page_here A:hover {font:14px MS Gothic; color:#B9964B; text-decoration:none;}


/* 상단 레이어 서브메뉴 *********************/
.layer_submenu {font-size:11px;  color:#b9c3ca; letter-spacing:-0.1em;  padding:7px 6px 5px 5px;}
.layer_submenu A:link {font-size:11px;  color:#b9c3ca; letter-spacing:-0.1em;  padding:7px 6px 5px 5px;}
.layer_submenu A:visited {font-size:11px;  color:#b9c3ca; letter-spacing:-0.1em; padding:7px 6px 5px 5px; }
.layer_submenu A:active {font-size:11px;  color:#b9c3ca; letter-spacing:-0.1em;  padding:7px 6px 5px 5px;}
.layer_submenu A:hover {font-size:11px;  color:#ffffff; letter-spacing:-0.1em;  padding:7px 6px 5px 5px;}

.layer_submenu_here {font-size:11px;  color:#ffffff; font-weight:bold; letter-spacing:-0.1em; padding:7px 6px 5px 5px; }
.layer_submenu_here A:link {font-size:11px;  color:#ffffff; font-weight:bold; letter-spacing:-0.1em;  padding:7px 6px 5px 5px;}
.layer_submenu_here A:visited {font-size:11px;  color:#ffffff; font-weight:bold; letter-spacing:-0.1em;  padding:7px 6px 5px 5px;}
.layer_submenu_here A:active {font-size:11px;  color:#ffffff; font-weight:bold; letter-spacing:-0.1em;  padding:7px 6px 5px 5px;}
.layer_submenu_here A:hover {font-size:11px;  color:#ffffff; font-weight:bold; letter-spacing:-0.1em;  padding:7px 6px 5px 5px;}

.layer_submenu_link {width:100%; padding:7px 5px 0 7px; height:27px;}


/* 최근게시물 *********************/
.showlist_date {font:12px MS Gothic; color:#7BA4B8; padding:0 0 0 1px; letter-spacing:-0.1em;}
.showlist_border {border:2px solid #DDE0E3;}
#showlist_img_top {vertical-align:text-top; padding:7px 0 0 0;}
#showlist_line {border-bottom-color:#CCD4E6; border-bottom-style:dotted; border-bottom-width:1px; padding:6px 0 3px 2px; height:26px;}
#showlist_line_no {padding:6px 0 3px 2px; height:26px;}

.showlist_tab_on {border-top-color:#B5B5B5; border-top-style:solid; border-top-width:1px; border-right-color:#B5B5B5; border-right-style:solid; border-right-width:1px; border-left-color:#B5B5B5; border-left-style:solid; border-left-width:1px; font-size:11px; color:#727273; cursor:hand; text-align:center; font-weight:bold; letter-spacing:-0.1em; background-color:#FAFBFD;}
.showlist_tab_on A:link {border-top-color:#B5B5B5; border-top-style:solid; border-top-width:1px; border-right-color:#B5B5B5; border-right-style:solid; border-right-width:1px; border-left-color:#B5B5B5; border-left-style:solid; border-left-width:1px; font-size:11px; color:#727273; cursor:hand; text-align:center; font-weight:bold; text-decoration:none; letter-spacing:-0.1em; background-color:#FAFBFD;}
.showlist_tab_on A:visited {border-top-color:#B5B5B5; border-top-style:solid; border-top-width:1px; border-right-color:#B5B5B5; border-right-style:solid; border-right-width:1px; border-left-color:#B5B5B5; border-left-style:solid; border-left-width:1px; font-size:11px; color:#727273; cursor:hand; text-align:center; font-weight:bold; text-decoration:none; letter-spacing:-0.1em; background-color:#FAFBFD;}
.showlist_tab_on A:active {border-top-color:#B5B5B5; border-top-style:solid; border-top-width:1px; border-right-color:#B5B5B5; border-right-style:solid; border-right-width:1px; border-left-color:#B5B5B5; border-left-style:solid; border-left-width:1px; font-size:11px; color:#727273; cursor:hand; text-align:center; font-weight:bold; text-decoration:none; letter-spacing:-0.1em; background-color:#FAFBFD;}
.showlist_tab_on A:hover {border-top-color:#949494; border-top-style:solid; border-top-width:1px; border-right-color:#949494; border-right-style:solid; border-right-width:1px; border-left-color:#949494; border-left-style:solid; border-left-width:1px; font-size:11px; color:#3C3C3C; cursor:hand; text-align:center; font-weight:bold; text-decoration:none; letter-spacing:-0.1em; background-color:#FFFFFF;}

.showlist_tab_off {border:1px solid #DADADA; font-size:11px; color:#585b5d; cursor:hand; text-align:center; font-weight:bold; letter-spacing:-0.1em; background-color:#EEEEEE;}
.showlist_tab_off A:link {border:1px solid #DADADA; font-size:11px; color:#585b5d; cursor:hand; text-align:center; font-weight:bold; text-decoration:none; letter-spacing:-0.1em; background-color:#EEEEEE;}
.showlist_tab_off A:visited {border:1px solid #DADADA; font-size:11px; color:#585b5d; cursor:hand; text-align:center; font-weight:bold; text-decoration:none; letter-spacing:-0.1em; background-color:#EEEEEE;}
.showlist_tab_off A:active {border:1px solid #DADADA; font-size:11px; color:#585b5d; cursor:hand; text-align:center; font-weight:bold; text-decoration:none; letter-spacing:-0.1em; background-color:#EEEEEE;}
.showlist_tab_off A:hover {border:1px solid #C9C9C9; font-size:11px; color:#4A4A4A; cursor:hand; text-align:center; font-weight:bold; text-decoration:none; letter-spacing:-0.1em; background-color:#DDDDDD;}

.showlist_tab_link {width:100%; height:20px; padding:5px 4px 0 4px;}


.showlist_category {font-size:12px; color:#527BA3; font-weight:bold; letter-spacing:-0.1em; padding:0 4px 0 0;}
.showlist_category A:link {font-size:12px; color:#527BA3; text-decoration:none; font-weight:bold; letter-spacing:-0.1em; padding:0 4px 0 0;}
.showlist_category A:visited {font-size:12px; color:#527BA3; text-decoration:none; font-weight:bold; letter-spacing:-0.1em; padding:0 4px 0 0;}
.showlist_category A:active {font-size:12px; color:#527BA3; text-decoration:none; font-weight:bold; letter-spacing:-0.1em; padding:0 4px 0 0;}
.showlist_category A:hover {font-size:12px; color:#407ABB; text-decoration:underline; font-weight:bold; letter-spacing:-0.1em; padding:0 4px 0 0;}

.showlist_subject_bold {font-size:12px; color:#777777; font-weight:bold; letter-spacing:-0.05em;}
.showlist_subject_bold A:link {font-size:12px; color:#777777; text-decoration:none; font-weight:bold; letter-spacing:-0.05em;}
.showlist_subject_bold A:visited {font-size:12px; color:#777777; text-decoration:none; font-weight:bold; letter-spacing:-0.05em;}
.showlist_subject_bold A:active {font-size:12px; color:#777777; text-decoration:none; font-weight:bold; letter-spacing:-0.05em;}
.showlist_subject_bold A:hover {font-size:12px; color:#303030; text-decoration:underline; font-weight:bold; letter-spacing:-0.05em;}

.showlist_subject {font-size:12px; color:#777777; letter-spacing:-0.05em;}
.showlist_subject A:link {font-size:12px; color:#777777; text-decoration:none; letter-spacing:-0.05em;}
.showlist_subject A:visited {font-size:12px; color:#777777; text-decoration:none; letter-spacing:-0.05em;}
.showlist_subject A:active {font-size:12px; color:#777777; text-decoration:none; letter-spacing:-0.05em;}
.showlist_subject A:hover {font-size:12px; color:#303030; text-decoration:underline; letter-spacing:-0.05em;}

.showlist_memo {font-size:12px; color:#919191; line-height:18px; vertical-align:text-top; text-align:left; padding:4px 1px 5px 5px;}
.showlist_memo A:link {font-size:12px; color:#919191; text-decoration:none; line-height:18px; vertical-align:text-top; text-align:left; padding:4px 1px 5px 5px;}
.showlist_memo A:visited {font-size:12px; color:#919191; text-decoration:none; line-height:18px; vertical-align:text-top; text-align:left; padding:4px 1px 5px 5px;}
.showlist_memo A:active {font-size:12px; color:#919191; text-decoration:none; line-height:18px; vertical-align:text-top; text-align:left; padding:4px 1px 5px 5px;}
.showlist_memo A:hover {font-size:12px; color:#626262; text-decoration:underline; line-height:18px; vertical-align:text-top; text-align:left; padding:4px 1px 5px 5px;}


/* 로그인스킨 *********************/
.loginplus_buttom {text-align:center; height:21px; background-color:#1E6BC6; font-size:12px; color:#F0F7FF; font-weight:bold; letter-spacing:-0.05em;}
.loginplus_buttom A:link {text-align:center; height:21px; background-color:#1E6BC6; font-size:12px; color:#F0F7FF; text-decoration:none; font-weight:bold; letter-spacing:-0.05em;}
.loginplus_buttom A:visited {text-align:center; height:21px; background-color:#1E6BC6; font-size:12px; color:#F0F7FF; text-decoration:none; font-weight:bold; letter-spacing:-0.05em;}
.loginplus_buttom A:active {text-align:center; height:21px; background-color:#1E6BC6; font-size:12px; color:#F0F7FF; text-decoration:none; font-weight:bold; letter-spacing:-0.05em;}
.loginplus_buttom A:hover {text-align:center; height:21px; background-color:#005FD4; font-size:12px; color:#FFFFFF; text-decoration:none; font-weight:bold; letter-spacing:-0.05em;}
.loginplus_link {width:100%; padding:6px 0 3px 0;}

.loginplus_text {font-size:11px; color:#666666; letter-spacing:-0.13em;}
.loginplus_text A:link {font-size:11px; color:#666666; text-decoration:none; letter-spacing:-0.13em;}
.loginplus_text A:visited {font-size:11px; color:#666666; text-decoration:none; letter-spacing:-0.13em;}
.loginplus_text A:active {font-size:11px; color:#666666; text-decoration:none; letter-spacing:-0.13em;}
.loginplus_text A:hover {font-size:11px; color:#2A2A2A; text-decoration:underline; letter-spacing:-0.13em;}

.loginplus_input {font-size:11px; color:#7e8a93; border:1px solid #b7bfc5; height:16px;}
.loginplus_id {font:11px Tahoma; color:#63A60C; font-weight:bold;}
.loginplus_name {font-size:11px; letter-spacing:-0.08em;}
.loginplus_time {font:11px Tahoma;}


/* 별도 로그인 페이지 *********************/
.login_input {height:17px; color: #666666; font-size:12px; background-color:#FFFFFF; border:1px solid #bdbdbd; padding:2px 0 1px 4px; letter-spacing:-0.05em;}
.admin_login_input {font-size:12px; color:#8592B1; background-color:#E6EBF3; border:1px solid #CAD3E2; padding:3px 0 0 4px; height:18px;}


/* 개인정보보호정책 *********************/
/* 개인정보보호정책 *********************/
.privacy_bold {font-size:14px; color:#0D6744; font-weight:bold; letter-spacing:-0.1em;}
.privacy_bg {background-color:#F7F7F7; padding:15px 10px 15px 10px;}
.privacy_frame {overflow:auto; padding:20px; height:580px; border:1px solid #dedede; background:white; color:#666666; font-size:14px;}
.agree_frame {overflow:auto; padding:20px; height:300px; border:1px solid #dedede; background:white; color:#666666; font-size:14px;}
.agree_frame li {margin:20px 0px;}


.design_frame {overflow:auto; padding:20px; height:86px; border:1px solid #dedede; background:white; color:#666666; font-size:14px;}
.privacy_shadow {background-color:#F1F1F1; height:2px;}
.privacy_gold {color:#666666; font-weight:bold; letter-spacing:-0.05em; padding:6px 0 3px 0;}
.agree_bg {text-align:center; font-size:14px; font-weight:bold; color:#666666; letter-spacing:-0.05em; padding:10px 0 15px 0;}
.privacy_text {text-align:right; font-size:14px; color:#666666; letter-spacing:-0.05em; padding:8px 9px 8px 0;}
.privacy_red {font-size:14px; color:#998C61; letter-spacing:-0.05em; padding:0 0 8px 6px;}px;}




/* 우편번호찾기 *********************/
.post_input {color: #666666; font-size:12px; background-color:#FFFFFF; border:1px solid #E6E7E9; height:20px; padding:2px 0 0 3px;}


/* 하단 레이어 퀵링크 *********************/
.quick_input{color:#579AC1; font:9px Tahoma; width:134px; border:1px solid #BBD5EB; height:17px; background-color:#FCFDFE; padding:2px 0 0 4px;}

.quick_bold {font-size:12px; color:#47617F; font-weight:bold; letter-spacing:-0.05em; padding:5px 0 3px 4px;}
.quick_bold A:link {font-size:12px; color:#47617F; text-decoration:none; font-weight:bold; letter-spacing:-0.05em; padding:5px 0 3px 4px;}
.quick_bold A:visited {font-size:12px; color:#767676; text-decoration:none; font-weight:bold; letter-spacing:-0.05em; padding:5px 0 3px 4px;}
.quick_bold A:active {font-size:12px; color:#47617F; text-decoration:none; font-weight:bold; letter-spacing:-0.05em; padding:5px 0 3px 4px;}
.quick_bold A:hover {font-size:12px; color:#2D5684; text-decoration:none; font-weight:bold; letter-spacing:-0.05em; padding:5px 0 3px 4px;}

.quick_text {background-color:#F6F9FB; font-size:12px; color:#637C8C; letter-spacing:-0.05em; cursor:hand;}
.quick_text A:link {background-color:#F6F9FB; font-size:12px; color:#637C8C; letter-spacing:-0.05em; cursor:hand;}
.quick_text A:visited {background-color:#F6F9FB; font-size:12px; color:#637C8C; letter-spacing:-0.05em; cursor:hand;}
.quick_text A:active {background-color:#F6F9FB; font-size:12px; color:#637C8C; letter-spacing:-0.05em; cursor:hand;}
.quick_text A:hover {background-color:#E8F3F6; font-size:12px; color:#376583; letter-spacing:-0.05em; cursor:hand;}

.quick_link {width:100%; height:24px; padding:5px 0 0 7px;}

.quick_line {background-color:#B9C8CE; height:1px;}

.quick_over {background-color:#FAFAFA;}


/* 사이트맵 *********************/
.sitemap { background-color:#8FADD3; border-top-width:1px; border-top-color:#8FADD3; border-top-style:solid; border-bottom-width:1px; border-bottom-color:#46679F; border-bottom-style:solid;border-right-width:1px; border-right-color:#46679F; border-right-style:solid; border-left-width:1px; border-left-color:#8FADD3; border-left-style:solid; padding:7px 0 3px 9px; font-size:12px; color:#ECF4F9; font-weight:bold; text-align:left; letter-spacing:-0.1em;}
.sitemap_shadow {background-color:#F3F2F2; height:2px;}
.sitemap_line {background-color:#EDEDED; height:1px;}

.sitemap_text {text-align:left;font-size:12px; color:#88A3C5; padding:8px 0 4px 5px; letter-spacing:-0.05em;}
.sitemap_text A:link {text-align:left;font-size:12px; color:#88A3C5; text-decoration:none; padding:8px 0 4px 5px; letter-spacing:-0.05em;}
.sitemap_text A:visited {text-align:left;font-size:12px; color:#88A3C5; text-decoration:none; padding:8px 0 4px 5px; letter-spacing:-0.05em;}
.sitemap_text A:active {text-align:left;font-size:12px; color:#88A3C5; text-decoration:none; padding:8px 0 4px 5px; letter-spacing:-0.05em;}
.sitemap_text A:hover {text-align:left;font-size:12px; color:#6093D2; text-decoration:underline; padding:8px 0 4px 5px; letter-spacing:-0.05em;}


/* 파일위치 표시 *********************/
.file_navi {font:10px verdana, Tahoma; color:#FFFFFF; font-weight:bold; text-decoration:none; background-color:#FF3000; padding:5px 5px 5px 5px;}


/* 컨텐츠 *********************/
.contents_banner {border:1px solid #D9D7D7;}
.contents_line {background-color:#F2F2F2; height:1px;}
.contents_line2 {background-color:#FFFFFF; height:1px;}
.contents_shadow {background-color:#F1F1F1; height:2px;}
.contents_year {color:#787878; font:14px Tahoma; font-weight:bold; text-align:center; letter-spacing:-0.01em;}
.contents_history {color:#656565; font-size:14px; letter-spacing:-0.05em; text-align:left;}


.contents_text {color:#7E7E7E; font-size:11px; text-align:justify; letter-spacing:-0.05em; line-height:18px;}
.contents_text A:link {color:#7E7E7E; font-size:11px; text-align:justify; letter-spacing:-0.05em;}
.contents_text A:visited {color:#7E7E7E; font-size:11px; text-align:justify; letter-spacing:-0.05em;}
.contents_text A:active {color:#7E7E7E; font-size:11px; text-align:justify; letter-spacing:-0.05em;}
.contents_text A:hover {color:#000000; font-size:11px; text-align:justify; letter-spacing:-0.05em;}

.contents_title {font-size: 2rem; color:#496081; font-weight:bold; letter-spacing:-0.1em; padding:3px 0 0 0;}
.contents_bold {color:#757575; font-size:12px; font-weight:bold; letter-spacing:-0.05em;}
.cen_bold2  {color:#020202; font-size:14px; font-weight:bold; letter-spacing:-0.05em;}
.contents_gold {color:#3F3F3F; font-size:14px; font-weight:bold; letter-spacing:-0.05em; }
.contents_red {color:#FF3C00; font-size:14px; font-weight:bold; letter-spacing:-0.05em;}
.contents_big {color:#ED0000; font-size:14px; font-weight:bold; letter-spacing:-0.1em; padding:5 0 0 2;}
.contents_input {color: #575757; font-size:14px; background-color:#FFFFFF; border:1px solid #C3C3C3; padding:2px 0 2px 3px; letter-spacing:-0.05em;}
.contents_select {color: #575757; font-size:14px; background-color:#FFFFFF; border:1px solid #C3C3C3; padding:2px 0 2px 3px; letter-spacing:-0.05em;height:35px;}
.contents_textarea {color: #575757; font-size:14px; background-color:#FFFFFF; border:1px solid #C3C3C3; padding:8px 8px 8px 8px; letter-spacing:-0.05em;}
.contents_frame {border-width:1px; border-color:#E9E9EB; border-style:dotted; color:#505050; font-size:14px; text-align:justify; line-height:18px; background-color:#F8F8F8; padding:7px 9px 5px 9px; letter-spacing:-0.05em;}
.contents_frame2 {border-width:2px; border-color:#E9E9EB; border-style:dotted; color:#7E7E7E; font-size:14px; text-align:justify; line-height:20px; background-color:#fbfbfb; padding:10px 15px; letter-spacing:-0.05em;}

.contents_url {font:11px Tahoma; color:#6E8098; text-decoration:none; padding:0 0 8px 0;}
.contents_url A:link {font:11px Tahoma; color:#6E8098; text-decoration:none; padding:0 0 8px 0;}
.contents_url A:visited {font:11px Tahoma; color:#6E8098; text-decoration:none; padding:0 0 8px 0;}
.contents_url A:active {font:11px Tahoma; color:#6E8098; text-decoration:none; padding:0 0 8px 0;}
.contents_url A:hover {font:11px Tahoma; color:#4473B2; text-decoration:underline; padding:0 0 8px 0;}

.slogan01 { filter:dropshadow(color=#6A93B4,offx=1,offy=1); font-size:20px; color:#FFFFFF; font-weight:bold; letter-spacing:-0.05em;}
.slogan02 { filter:dropshadow(color=#869AC7,offx=1,offy=1); font-size:16px;color: #3B5694; letter-spacing:-0.05em;}
.slogan03 { font-size:14px;color: #000000; font-weight:bold; letter-spacing:-0.05em;}
.slogan04 { font-size:13px;color: #696a6a; font-weight:bold; letter-spacing:-0.05em;}

.tv_border1 {border:1px solid #548CD5; background-color:#548CD5;}
.tv_view_subject {font-size:12px; text-align:center ; color:#ffffff; font-weight:bold; letter-spacing:-0.05em; padding:4px 0 8px 0;}



/* 행사일정 */
.schedule_bold {font:12px tahoma; font-weight:bold; color: #Fa7141; text-decoration:none;}
.schedule_bold a:link {font:12px tahoma font-weight:bold;; color: #Fa7141; ; text-decoration:none;}
.schedule_bold a:visited {font:12px tahoma; font-weight:bold; color: #Fa7141; ; text-decoration:none;}
.schedule_bold a:active {font:12px tahoma; font-weight:bold; color: #Fa7141; ; text-decoration:none;}
.schedule_bold a:hover {font:12px tahoma; font-weight:bold; color: #Fa7141; text-decoration:none;}

.schedule_sun {font:12px tahoma; color: #ed0435; font-weight:bold; text-decoration:none;}
.schedule_sun a:link {font:12px tahoma; color: #ed0435; font-weight:bold; text-decoration:none;}
.schedule_sun a:visited {font:12px tahoma; color: #ed0435;  font-weight:bold; text-decoration:none;}
.schedule_sun a:active {font:12px tahoma; color: #ed0435;  font-weight:bold; text-decoration:none;}
.schedule_sun a:hover {font:12px tahoma; color: #e21291; font-weight:bold; text-decoration:none;}

.schedule_sat {font:12px tahoma; color: #408adf;  font-weight:bold;text-decoration:none;}
.schedule_sat a:link {font:12px tahoma; color: #408adf;  font-weight:bold; text-decoration:none;}
.schedule_sat a:visited {font:12px tahoma; color: #408adf;  font-weight:bold; text-decoration:none;}
.schedule_sat a:active {font:12px tahoma; color: #408adf;  font-weight:bold; text-decoration:none;}
.schedule_sat a:hover {font:12px tahoma; color: #408adf;  font-weight:bold;text-decoration:none;}

.schedule_mon {font:12px tahoma; color: #9C9C9C; text-decoration:none;}
.schedule_mon a:link {font:12px tahoma; color: #9C9C9C; ; text-decoration:none;}
.schedule_mon a:visited {font:12px tahoma; color: #9C9C9C; ; text-decoration:none;}
.schedule_mon a:active {font:12px tahoma; color: #9C9C9C; ; text-decoration:none;}
.schedule_mon a:hover {font:12px tahoma; color: #9C9C9C; text-decoration:none;}

.schedule_event {font:12px tahoma; color:#fff; font-weight:bold;text-decoration:none; background:url(../../board/images/boardImgType/gray/calendar/cal_on.gif) no-repeat 50% 50%;}
.schedule_event a:link {font:12px tahoma; color:#fff; font-weight:bold; font-weight:bold;text-decoration:none; background:url(../../board/images/boardImgType/gray/calendar/cal_on.gif) no-repeat 50% 50%;}
.schedule_event a:visited {font:12px tahoma; color:#fff; font-weight:bold; text-decoration:none;  background:url(../../board/images/boardImgType/gray/calendar/cal_on.gif) no-repeat 50% 50%;}
.schedule_event a:active {font:12px tahoma; color:#fff; font-weight:bold; text-decoration:none; background:url(../../board/images/boardImgType/gray/calendar/cal_on.gif) no-repeat 50% 50%;}
.schedule_event a:hover {font:12px tahoma; color:#fff; font-weight:bold; text-decoration:none; background:url(../../board/images/boardImgType/gray/calendar/cal_on.gif) no-repeat 50% 50%;}

.schedule_day {font:12px tahoma; color: #FFF; text-decoration:none; font-weight:bold; background:url(../../board/images/boardImgType/gray/calendar/cal_off.gif) no-repeat 50% 50%;}
.schedule_day a:link {font:12px tahoma; color: #FFF; text-decoration:none; font-weight:bold; background:url(../../board/images/boardImgType/gray/calendar/cal_off.gif) no-repeat 50% 50%;}
.schedule_day a:visited {font:12px tahoma; color: #FFF; text-decoration:none; font-weight:bold; background:url(../../board/images/boardImgType/gray/calendar/cal_off.gif) no-repeat 50% 50%;}
.schedule_day a:active {font:12px tahoma; color: #FFF; text-decoration:none; font-weight:bold; background:url(../../board/images/boardImgType/gray/calendar/cal_off.gif) no-repeat 50% 50%;}
.schedule_day a:hover {font:12px tahoma; color: #FFF; text-decoration:none; font-weight:bold; background:url(../../board/images/boardImgType/gray/calendar/cal_off.gif) no-repeat 50% 50%;}


.day_bold01 {font:12px tahoma; color:#3f3f3f; font-weight:bold; letter-spacing:-0.05em;}
.day_bold01 A:link {font:12px tahoma; color:#3f3f3f; font-weight:bold; text-decoration:none; letter-spacing:-0.05em;}
.day_bold01 A:visited {font:12px tahoma; color:#3f3f3f; font-weight:bold; text-decoration:none; letter-spacing:-0.05em;}
.day_bold01 A:active {font:12px tahoma; color:#3f3f3f; font-weight:bold; text-decoration:none; letter-spacing:-0.05em;}
.day_bold01 A:hover {font:12px tahoma; color:#3f3f3f; font-weight:bold; text-decoration:underline; letter-spacing:-0.05em;}

/* BG Color */
.bg_wh {background-color:#FFFFFF;}
.bg_gray_01	{background-color:#D8D9DB;} 
.bg_gray_02	{background-color:#F7F7F7;}
.bg_gray_03	{background-color:#EBEDEF;} 
.bg_gray_04	{background-color:#EDEDED;}
.bg_gray_05	{background-color:#DDDDDD;}
.bg_gray_06	{background-color:#F5F5F5;}
.bg_gray_07	{background-color:#DFDFDF;}
.bg_gray_08	{background-color:#D6D6D6;}
.bg_gray_09	{background-color:#C1C1C1;}
.bg_gray_10	{background-color:#F4F9FF;}
.bg_gray_11	{background-color:#F8F8F8;}
.bg_gray_12	{background-color:#EEEEEE;}
.bg_gray_13	{background-color:#D5D5D5;}
.bg_gray_14	{background-color:#858585;}
.bg_gray_15	{background-color:#EFECDF;}

.bg_blue_01	{background-color:#07538F; color:#FFF;}
.bg_blue_02	{background-color:#F7F7F7;}
.bg_blue_03	{background-color:#F0EEEE;}
.bg_blue_04	{background-color:#EFFCFF;}
.bg_blue_05	{background-color:#FFF8ED;}
.bg_blue_06	{background-color:#FFF7E7;}
.bg_blue_07	{background-color:#FFA200;}
.bg_blue_08	{background-color:#FFE5B4;}
.bg_blue_09	{background-color:#FF6D0B;}
.bg_blue_10	{background-color:#F0F7FF;}
.bg_blue_11	{background-color:#FFA201;}
.bg_blue_12	{background-color:#FBFAF4;}

.bg_yel_01	{background-color:#FEFCF1;}
.bg_yel_02	{background-color:#FFFCF6;}


.schedule_subject {font-size:14px; color:#4A372A; font-weight:bold; letter-spacing:-0.05em;}
.schedule_subject A:link {font-size:14px; color:#4A372A; font-weight:bold; text-decoration:none; letter-spacing:-0.05em;}
.schedule_subject A:visited {font-size:14px; color:#4A372A; font-weight:bold; text-decoration:none; letter-spacing:-0.05em;}
.schedule_subject A:active {font-size:14px; color:#4A372A; font-weight:bold; text-decoration:none; letter-spacing:-0.05em;}
.schedule_subject A:hover {font-size:14px; color:#21140D; font-weight:bold; text-decoration:underline; letter-spacing:-0.05em;}

/* ex */
.service_title01{font-size:16px; color:#fff; font-weight:bold; letter-spacing:-0.1em; text-align:center; 
padding:7px; background-color:#005EA8; border-top:2px solid #AECCE3; border-bottom:2px solid #AECCE3;}


/***************************************************/
/* 이미지 */
/***************************************************/
/* 바탕 배경 이미지 최적의 이미지 크기는 468 * 251px */
/*.pop-address-search .pop-address-search-inner { background-image: url(http://osia.or.kr/images/common/logo.gif); }*/
/* 회사 로고 이미지 이미지 크기는 149 * 14px */
/*.pop-address-search .pop-address-search-inner .logo { background: url(http://osia.or.kr/images/common/logo.gif) no-repeat; background-position:center; }*/

/***************************************************/
/* 배경색상 */
/***************************************************/
/* 바탕 배경색상 */
.pop-address-search .pop-address-search-inner { background-color:#ECECEC; }

/* 검색창 색상 */
.pop-address-search .pop-address-search-inner .wrap input { background-color:#FFFFFF; }

/* 검색버튼 색상 */
.pop-address-search .pop-address-search-inner .wrap { background-color:#FFFFFF; }

/* 본문 배경색(홀수) */
.pop-address-search .pop-address-search-inner .result table.data-col tbody tr:nth-child(odd) td {background:#FFFFFF}

/* 본문 배경색(짝수) */
.pop-address-search .pop-address-search-inner .result table.data-col tbody tr:nth-child(even) td {background:#FFFFFF}

/***************************************************/
/* 글자색상 */
/***************************************************/
/* 검색 결과  글자색상 */
table.data-col  { color:#FFFFFF; }
table.data-col tbody tr td.subj { color:#333333; }

/* 검색창 글자 색상 */
.pop-address-search .pop-address-search-inner .wrap input { color:#222222; }


.btns-submit a:link {font:12px tahoma; color: #FFF; text-decoration:none; font-weight:bold; line-height:37px;}
.data-col th {color:#000;}
.paginate a:link {line-height:37px;}


p {margin:5px 0; }
/*# sourceMappingURL=comm.css.map */

.demo p {margin:0px 0;line-height:-10px; border:1px solid;}



.labelnav {margin-bottom:20px;}
.gcmt {line-height:25px; max-width:1200px;margin:20px auto; word-break: keep-all; }

#main {color:#333333;}
.ctbl01 {  border-collapse: collapse;   border-spacing: 1; border:0px solid; margin:20px auto; width:95%; text-align:center;}
.ctbl01 tr th {padding:5px; font-weight:bold !important;text-align:center;background-color:#eee; border:1px solid #bababa !important;}
.ctbl01 thead tr { border:2px solid #bababa !important;}
.ctbl01 tr {}
.ctbl01 tr td{ padding:5px; border:1px solid #bababa !important; word-break: keep-all;}

.ctbl02 {  border-collapse: collapse;   border-spacing: 1; border:0px solid; margin:20px auto; width:95%;}
.ctbl02 tr th {padding:5px; font-weight:bold !important;text-align:center;background-color:#eee; border:1px solid #bababa !important;}
.ctbl02 thead tr { border:2px solid #bababa !important;}
.ctbl02 tr td{ padding:1%; border:1px solid #bababa !important;}
.evimg {width:30%;padding:5px; text-align:center;}
.evimg img {width:100%;}
.evtit {font-weight:bold !important;}

.pbox {width:21%;min-width:250px;margin:10px;border:1px solid #bababa;float:left;display:inline-block;height:120px;word-break:keep-all;}
.pbox1{background-color:#09478D;font-weight:bold;color:white;padding:5px;}
.pbox2{color:white;width:30%;float:right;height:1px;}
.pbox3{padding:5px;}




.p2box {width:10%;min-width:160px;margin:5px;border:1px solid #bababa;display:inline-block;height:120px;word-break:keep-all;vertical-align:middle;line-height:110px;}
.p2box1{padding:5px;display:inline-block;vertical-align:middle;line-height:20px;}


.rdbox {width:160px;height:160px;min-width:160px;border-radius:50%; margin:5px;border:1px solid #bababa;display:inline-block;word-break:keep-all;vertical-align:middle;line-height:160px;}
.rd01{padding:5px;display:inline-block;vertical-align:middle;line-height:20px;}

.p2box2{width:2%;min-width:70px; display:inline-block;vertical-align:middle;height:160px;line-height:160px;} 
.cbold {font-weight:bold !important;}

.cul {margin:20px auto; max-width:1200px;word-break: keep-all; }
.cul li {font-weight:bold !important; list-style-type: disc !important;}

.cbox {width:100%;max-width:150px;height:280px;display:inline-block;margin:0 5px;border:1px solid #eeeeee;vertical-align:middle;}
.cbox1 {max-height:210px;}
.cbox1 img{width:100%;max-height:200px;}
.cbox2{max-height:50px;line-height:20px;}


.btn_on2 {border:1px solid #bababa;}
.btn_on2 a  {display:block; width:100%; height:100%; color:#555555;  line-height:30px; text-align:Center; } 
.btn_on2 a:hover {  color:#ffffff; font-weight:bold; line-height:30px; text-align:Center; background-color:#059eb5; display:block; width:100%; height:100%;} 

.mbox {height:40px;line-height:40px;padding-left:20px;margin-top:40px; background-color:#16120F;color:#fff;
}
.mbox a {font-size:18px; font-weight:bold; color:#fff; }


.dbl {display:inline-block;}
.cmtbox1 {margin:0 0 30px 0;border-bottom:1px solid #bababa;padding:20px 10px;}
.scmt1 {color:#594B40; font-size:16pt; font-weight:bold;text-align:left; padding:10px;border-bottom:0px solid #bababa;}
.scmt2 {color:#594B40; font-size:14pt; ;text-align:right; padding:0px 30px;}
.scmt3 {width:100%;color:gray; font-size:14pt; text-align:left; padding:3px;font-weight:normal;line-height:24px; margin:20px 0; word-break:keep-all;}
.scmt4 {width:100%;color:gray; font-size:14pt; text-align:left; padding:3px;}
.smcmt {width:100%;color:gray; font-size:12pt; text-align:center; padding:3px;}

/* Language Select*/
select::-ms-expand { 
	display: none;
}
.select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
padding:0 10px;
margin: 0 10px;

}


/* 서브 - 목록(List) 공통 */
.contentsArea ul.bu1 li {margin:0; padding:0 0 0 0.8em; list-style:none; background: url(../../include/images/bu1.gif) no-repeat 0 0.7em; line-height:1.5em; font-size:13px;}
.contentsArea ul.bu1 li span {font-weight:bold;}
.contentsArea ul.bu1 ul li {background: url(../../include/images/bu2.gif) no-repeat 0.2em 0.5em; }
.contentsArea ul.bu1 ul ul li {background: url(../../include/images/bu3.gif) no-repeat 0 0.6em; }
.contentsArea ul.bu1 ul ul ul li {background: url(../../include/images/bu4.gif) no-repeat 0 0.2em; }
.contentsArea ul.bu1 ul, ul.bu1 ul ul, ul.bu1 ul ul ul {margin: 0; padding: 0 0 0.5em 0; }
.contentsArea ul.bu1 ol li {padding-left:28px;}


.liOne li {display:inline-block; width:40%; margin-bottom:20px; vertical-align:top; border:4px solid #e3d5ba; text-align:Center; padding:40px 5%; background: url('../../images/common/blackBg.png') 0 0 repeat;min-width:300px; }
.liOne li span {display:block; color:#fff; font-size:14px; font-family:'Nanum-bold'; padding:20px 0; border-bottom:0px solid #e3d5ba; margin:0px auto; width:90%}
.liOne h1 {font-size:18px !important; color:#b28634;}
.liOne li p {  color:#bababa;}

.liTwo {text-align:center;}
.liTwo li {display:inline-block; width:42.2%; margin-left:1.2%; margin-bottom:20px; vertical-align:top; border:1px solid #ab9e86; text-align:Center; padding:20px; min-height:180px;height:350px;min-width:300px;}
.liTwo li strong {display:block; padding:20px 0; border-bottom:2px solid #e3d5ba; margin:0px auto; width:80%}
.liTwo li span {display:block; padding-top:10px; color:#919185; font-size:14px;}
.liTwo li img {width:100%;}
.liTwo h1 {font-size:18px !important; color:#b28634; margin-top:70px;}
.liTwo li p {  color:#bababa; }


.liTwo2 li {display:inline-block; width:41%; margin-left:1%; margin-bottom:20px; vertical-align:top; border:1px solid #e3d5ba; text-align:Center; padding:40px 4%; min-height:120px; height:350px;min-width:300px;}
.liTwo2 li.Three {display:inline-block; width:28.4%; margin-left:1.2%; margin-bottom:20px; vertical-align:top; border:1px solid #e3d5ba; text-align:Center; padding:30px 20px; min-height:150px;}
.liTwo2 li:first-child { margin-left:0%;}
.liTwo2 li.Three.First { margin-left:0% !important;}
.liTwo2 li strong {display:block; padding:20px 0; border-bottom:2px solid #e3d5ba; margin:0px auto; width:80%}
.liTwo2 li span {display:block; padding-top:10px; color:#919185; font-size:14px;}
.liTwo2 li img {width:100%;}
.liTwo2 h1 {font-size:18px !important; color:#b28634; margin-top:40px;}
.liTwo2 li p {  color:#bababa;}
/*.liTwo2 li p {color:#ecebeb; display:none;}*/


.liThree li {display:inline-block; width:31%; margin-left:2.7%; vertical-align:top; border:1px solid #e3d5ba; text-align:Center; min-height:150px;min-width:290px;}
.liThree li:first-child {margin-left:0%;}
.liThree li strong {display:block; padding:20px 3%; background-color:#f7f3ec;}
.liThree li span {display:block; padding:10px 9%;}
.liThree li p {  color:#bababa;}

.lineFour li {display:inline-block; width:23.2%; margin-left:1.6%; vertical-align:top; border:1px solid #e3d5ba; text-align:Center;min-width:280px;}
.lineFour li:first-child {margin-left:0%;}
.lineFour li strong {display:block; padding:20px 0; border-bottom:2px solid #e3d5ba; margin:0px auto; width:80%}
.lineFour li span {display:block; padding:20px 10px;}
.lineFour li img {width:100%;}
.lineFour li p {  color:#bababa;}

.liFive li {display:inline-block; width:18.2%; margin-left:1.6%; margin-bottom:1%;vertical-align:top; border:1px solid #e3d5ba; text-align:Center; min-height:150px;}
.liFive li:first-child {margin-left:0%;}
.liFive li h1 {display:block; padding:20px 0; border-bottom:2px solid #e3d5ba; margin:10px auto; width:60%}

.sub_img {background-color:red; height:200px; margin-top:85px; display:none;}
#top_navi {position:Relative; background-color:#f5f2e8; line-height:45px; height:45px; margin-top:65px;}


/*contentsARea*/
.contentsArea {text-align:center; word-break:keep-all;}
.contentsArea h1 {font-size:22px; color:#b28634;}
.contentsArea strong {font-size:1.1em; line-height:1.7em;color:#4e4e4e; font-family:'Nanum-bold';}


/*contents top Big image*/
.sub01_01_01 {padding-top:550px !important; background: url('../../include/images/sub01_01_011.jpg') 0 0 no-repeat; background-size:100% auto;}
.sub01_01_04 {text-align:left !important; padding-top:30px; padding-left:500px; min-height:350px; background: url('../../include/images/sub01_01_02.jpg') 0 0 no-repeat;}
.sub03_01 {padding-top:430px; background: url('../../include/images/sub03_01.jpg') 0 0 no-repeat; background-size:100% auto;}
.sub02_04 {padding:130px 0 0 0; background: url('../../include/images/sub02_04.jpg') 0 0 no-repeat; background-size:100% auto; min-height:450px;}
.sub02_03 h1.Bg {height:450px; line-height:450px; background: url('../../include/images/sub02_03.jpg') 0 0 no-repeat; background-size:100% auto; color:#fff; font-family:'Nanum-bold'; font-size:28px;}
.sub02_04 h1 {color:#fff; font-family:'Nanum-bold'; font-size:28px;}
.sub02_05 h1.Bg {height:450px; line-height:450px; background: url('../../include/images/sub02_05.jpg') 0 0 no-repeat; background-size:100% auto; color:#fff; font-family:'Nanum-bold'; font-size:28px;}
.sub02_06 h1.Bg {height:450px; line-height:450px; background: url('../../include/images/sub02_04.jpg') 0 0 no-repeat; background-size:100% auto; color:#fff; font-family:'Nanum-bold'; font-size:28px;}



/*history*/
.history {display:none;}
.sub01_02_03 {text-align:left; padding-left:30px; }
.sub01_02_03 .f_left {margin-left:510px; padding-left:70px; width:440px; border-left:1px solid #ededed;}
.sub01_02_03 .f_right {margin-right:404px; padding-right:70px;  width:440px;  border-right:1px solid #ededed;}
.sub01_02_03 .f_right.last { border-right:0px solid yellow;}
.sub01_02_03 .f_left.last { border-left:0px solid yellow;}
.sub01_02_03 .f_right .sub_year {margin-left:460px;}
.sub01_02_03 .f_left .sub_year {margin-left:-120px;}

.sub01_02_03 .sub_year {width:90px; height:90px; border-radius:50px; border:5px solid #ededed; text-align:Center;  line-height:90px; background-color:#fff; color:#9a988e;  font-size:15px;}
.sub01_02_03 .sub_date { margin-top:-0px; border-bottom:1px solid #ededed; padding:10px; width:400px; font-size:15px; color:#aa9479;}
.sub01_02_03 ul {margin-left:10px; margin-bottom:10px;}

/* service */
.sub02_01 .liTwo  {padding-left:380px; background: url('../../include/images/sub02_01.jpg') 0 0 no-repeat;  text-align:left;}


.sub03_01.liFive h1 {font-size:15px; line-height:1.4em; width:90%}


/****************************** margin setting ******************************/
.m0 {margin:0px !important}.m1 {margin:1px !important}.m2 {margin:2px !important}.m3 {margin:3px !important}.m4 {margin:4px !important}.m5 {margin:5px !important}.m6 {margin:6px !important}.m7 {margin:7px !important}.m8 {margin:8px !important}.m9 {margin:9px !important}.m10 {margin:10px !important}.m11 {margin:11px !important}.m12 {margin:12px !important}.m13 {margin:13px !important}.m14 {margin:14px !important}.m15 {margin:15px !important}.m16 {margin:16px !important}.m17 {margin:17px !important}.m18 {margin:18px !important}.m19 {margin:19px !important}.m20 {margin:20px !important}.m21 {margin:21px !important}.m22 {margin:22px !important}.m23 {margin:23px !important}.m24 {margin:24px !important}.m25 {margin:25px !important}.m26 {margin:26px !important}.m27 {margin:27px !important}.m28 {margin:28px !important}.m29 {margin:29px !important}.m30 {margin:30px !important}.m31 {margin:31px !important}.m32 {margin:32px !important}.m33 {margin:33px !important}.m34 {margin:34px !important}.m35 {margin:35px !important}.m36 {margin:36px !important}.m37 {margin:37px !important}.m38 {margin:38px !important}.m39 {margin:39px !important}.m40 {margin:40px !important}.m41 {margin:41px !important}.m42 {margin:42px !important}.m43 {margin:43px !important}.m44 {margin:44px !important}.m45 {margin:45px !important}.m46 {margin:46px !important}.m47 {margin:47px !important}.m48 {margin:48px !important}.m49 {margin:49px !important}.m50 {margin:50px !important}
.mt0 {margin-top:0px !important}.mt1 {margin-top:1px !important}.mt2 {margin-top:2px !important}.mt3 {margin-top:3px !important}.mt4 {margin-top:4px !important}.mt5 {margin-top:5px !important}.mt6 {margin-top:6px !important}.mt7 {margin-top:7px !important}.mt8 {margin-top:8px !important}.mt9 {margin-top:9px !important}.mt10 {margin-top:10px !important}.mt11 {margin-top:11px !important}.mt12 {margin-top:12px !important}.mt13 {margin-top:13px !important}.mt14 {margin-top:14px !important}.mt15 {margin-top:15px !important}.mt16 {margin-top:16px !important}.mt17 {margin-top:17px !important}.mt18 {margin-top:18px !important}.mt19 {margin-top:19px !important}.mt20 {margin-top:20px !important}.mt21 {margin-top:21px !important}.mt22 {margin-top:22px !important}.mt23 {margin-top:23px !important}.mt24 {margin-top:24px !important}.mt25 {margin-top:25px !important}.mt26 {margin-top:26px !important}.mt27 {margin-top:27px !important}.mt28 {margin-top:28px !important}.mt29 {margin-top:29px !important}.mt30 {margin-top:30px !important}.mt31 {margin-top:31px !important}.mt32 {margin-top:32px !important}.mt33 {margin-top:33px !important}.mt34 {margin-top:34px !important}.mt35 {margin-top:35px !important}.mt36 {margin-top:36px !important}.mt37 {margin-top:37px !important}.mt38 {margin-top:38px !important}.mt39 {margin-top:39px !important}.mt40 {margin-top:40px !important}.mt41 {margin-top:41px !important}.mt42 {margin-top:42px !important}.mt43 {margin-top:43px !important}.mt44 {margin-top:44px !important}.mt45 {margin-top:45px !important}.mt46 {margin-top:46px !important}.mt47 {margin-top:47px !important}.mt48 {margin-top:48px !important}.mt49 {margin-top:49px !important}.mt50 {margin-top:50px !important}.mt51 {margin-top:51px !important}.mt52 {margin-top:52px !important}.mt53 {margin-top:53px !important}.mt54 {margin-top:54px !important}.mt55 {margin-top:55px !important}.mt56 {margin-top:56px !important}.mt57 {margin-top:57px !important}.mt58 {margin-top:58px !important}.mt59 {margin-top:59px !important}.mt60 {margin-top:60px !important}.mt98 {margin-top:98px !important}
.mr0 {margin-right:0px !important}.mr1 {margin-right:1px !important}.mr2 {margin-right:2px !important}.mr3 {margin-right:3px !important}.mr4 {margin-right:4px !important}.mr5 {margin-right:5px !important}.mr6 {margin-right:6px !important}.mr7 {margin-right:7px !important}.mr8 {margin-right:8px !important}.mr9 {margin-right:9px !important}.mr10 {margin-right:10px !important}.mr11 {margin-right:11px !important}.mr12 {margin-right:12px !important}.mr13 {margin-right:13px !important}.mr14 {margin-right:14px !important}.mr15 {margin-right:15px !important}.mr16 {margin-right:16px !important}.mr17 {margin-right:17px !important}.mr18 {margin-right:18px !important}.mr19 {margin-right:19px !important}.mr20 {margin-right:20px !important}.mr21 {margin-right:21px !important}.mr22 {margin-right:22px !important}.mr23 {margin-right:23px !important}.mr24 {margin-right:24px !important}.mr25 {margin-right:25px !important}.mr26 {margin-right:26px !important}.mr27 {margin-right:27px !important}.mr28 {margin-right:28px !important}.mr29 {margin-right:29px !important}.mr30 {margin-right:30px !important}.mr31 {margin-right:31px !important}.mr32 {margin-right:32px !important}.mr33 {margin-right:33px !important}.mr34 {margin-right:34px !important}.mr35 {margin-right:35px !important}.mr36 {margin-right:36px !important}.mr37 {margin-right:37px !important}.mr38 {margin-right:38px !important}.mr39 {margin-right:39px !important}.mr40 {margin-right:40px !important}.mr41 {margin-right:41px !important}.mr42 {margin-right:42px !important}.mr43 {margin-right:43px !important}.mr44 {margin-right:44px !important}.mr45 {margin-right:45px !important}.mr46 {margin-right:46px !important}.mr47 {margin-right:47px !important}.mr48 {margin-right:48px !important}.mr49 {margin-right:49px !important}.mr50 {margin-right:50px !important}.mr51 {margin-right:51px !important}.mr52 {margin-right:52px !important}.mr53 {margin-right:53px !important}.mr54 {margin-right:54px !important}.mr55 {margin-right:55px !important}.mr56 {margin-right:56px !important}.mr57 {margin-right:57px !important}.mr58 {margin-right:58px !important}.mr59 {margin-right:59px !important}.mr60 {margin-right:60px !important}
.mb0 {margin-bottom:0px !important}.mb1 {margin-bottom:1px !important}.mb2 {margin-bottom:2px !important}.mb3 {margin-bottom:3px !important}.mb4 {margin-bottom:4px !important}.mb5 {margin-bottom:5px !important}.mb6 {margin-bottom:6px !important}.mb7 {margin-bottom:7px !important}.mb8 {margin-bottom:8px !important}.mb9 {margin-bottom:9px !important}.mb10 {margin-bottom:10px !important}.mb11 {margin-bottom:11px !important}.mb12 {margin-bottom:12px !important}.mb13 {margin-bottom:13px !important}.mb14 {margin-bottom:14px !important}.mb15 {margin-bottom:15px !important}.mb16 {margin-bottom:16px !important}.mb17 {margin-bottom:17px !important}.mb18 {margin-bottom:18px !important}.mb19 {margin-bottom:19px !important}.mb20 {margin-bottom:20px !important}.mb21 {margin-bottom:21px !important}.mb22 {margin-bottom:22px !important}.mb23 {margin-bottom:23px !important}.mb24 {margin-bottom:24px !important}.mb25 {margin-bottom:25px !important}.mb26 {margin-bottom:26px !important}.mb27 {margin-bottom:27px !important}.mb28 {margin-bottom:28px !important}.mb29 {margin-bottom:29px !important}.mb30 {margin-bottom:30px !important}.mb31 {margin-bottom:31px !important}.mb32 {margin-bottom:32px !important}.mb33 {margin-bottom:33px !important}.mb34 {margin-bottom:34px !important}.mb35 {margin-bottom:35px !important}.mb36 {margin-bottom:36px !important}.mb37 {margin-bottom:37px !important}.mb38 {margin-bottom:38px !important}.mb39 {margin-bottom:39px !important}.mb40 {margin-bottom:40px !important}.mb41 {margin-bottom:41px !important}.mb42 {margin-bottom:42px !important}.mb43 {margin-bottom:43px !important}.mb44 {margin-bottom:44px !important}.mb45 {margin-bottom:45px !important}.mb46 {margin-bottom:46px !important}.mb47 {margin-bottom:47px !important}.mb48 {margin-bottom:48px !important}.mb49 {margin-bottom:49px !important}.mb50 {margin-bottom:50px !important}.mb80 {margin-bottom:80px !important}.mb90 {margin-bottom:90px !important}
.ml0 {margin-left:0px !important}.ml1 {margin-left:1px !important}.ml2 {margin-left:2px !important}.ml3 {margin-left:3px !important}.ml4 {margin-left:4px !important}.ml5 {margin-left:5px !important}.ml6 {margin-left:6px !important}.ml7 {margin-left:7px !important}.ml8 {margin-left:8px !important}.ml9 {margin-left:9px !important}.ml10 {margin-left:10px !important}.ml11 {margin-left:11px !important}.ml12 {margin-left:12px !important}.ml13 {margin-left:13px !important}.ml14 {margin-left:14px !important}.ml15 {margin-left:15px !important}.ml16 {margin-left:16px !important}.ml17 {margin-left:17px !important}.ml18 {margin-left:18px !important}.ml19 {margin-left:19px !important}.ml20 {margin-left:20px !important}.ml21 {margin-left:21px !important}.ml22 {margin-left:22px !important}.ml23 {margin-left:23px !important}.ml24 {margin-left:24px !important}.ml25 {margin-left:25px !important}.ml26 {margin-left:26px !important}.ml27 {margin-left:27px !important}.ml28 {margin-left:28px !important}.ml29 {margin-left:29px !important}.ml30 {margin-left:30px !important}.ml31 {margin-left:31px !important}.ml32 {margin-left:32px !important}.ml33 {margin-left:33px !important}.ml34 {margin-left:34px !important}.ml35 {margin-left:35px !important}.ml36 {margin-left:36px !important}.ml37 {margin-left:37px !important}.ml38 {margin-left:38px !important}.ml39 {margin-left:39px !important}.ml40 {margin-left:40px !important}.ml41 {margin-left:41px !important}.ml42 {margin-left:42px !important}.ml43 {margin-left:43px !important}.ml44 {margin-left:44px !important}.ml45 {margin-left:45px !important}.ml46 {margin-left:46px !important}.ml47 {margin-left:47px !important}.ml48 {margin-left:48px !important}.ml49 {margin-left:49px !important}.ml50 {margin-left:50px !important}.ml51 {margin-left:51px !important}.ml52 {margin-left:52px !important}.ml53 {margin-left:53px !important}.ml54 {margin-left:54px !important}.ml55 {margin-left:55px !important}.ml56 {margin-left:56px !important}.ml57 {margin-left:57px !important}.ml58 {margin-left:58px !important}.ml59 {margin-left:59px !important}.ml60 {margin-left:60px !important}

.mt100 {margin-top:100px !important;}

.man_link_btn {float:right;  background-color:#850000; border:1px solid #6f0303; font-size:11px; color:#fff; font-weight:bold; margin-top:5px;}
.man_link_btn a:hover {display:block;  padding:2px 8px 1px 8px; background-color:#850000; border:1px solid #6f0303; font-size:11px; color:#fff; font-weight:bold;}
.man_link_btn a {display:block;  padding:2px 8px 1px 8px; background-color:#c30000; border:1px solid #a80101; font-size:11px; color:#fff; font-weight:bold;}


 .img-toggle {
            cursor: pointer;
            width: 100px; /* 이미지 크기를 조절하세요 */
        }

