@charset "UTF-8";
@media screen and (max-width: 768px) {  /* 작을때*/
  .col_hidden {
    display: none !important;
  }
  .col_view {
    display: !important;
  }
  .col_left_space {
    padding-left: 0px !important;
  }
  .m_last {
    background: none !important;
  }
  .col_width {
    width: 25% !important;
  }
	.mobileReturn {
		display: block;
	}
}

@media screen and (min-width: 768px) {  /* 클때*/
  .col_hidden {
    display: !important;
  }
  .col_view {
    display: none !important;
  }
  .col_left_space {
    padding-left: 100px !important;
  }
  .m_last {
  }
  .col_width {
    width: 15% !important;
  }
	.mobileReturn {
		display: ;
	}
}

.underLine{
	text-decoration: underline !important;
}

.Webnote img {
  max-width: 100%;
  height: auto;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.twentyWidth {
  width: 20% !important;
}

.thirtyWidth {
  width: 30% !important;
}

.px300Width {
  width: 300px !important;
}

.px200Width {
  width: 200px !important;
}

.px150Width {
  width: 150px !important;
}

.px100Width {
  width: 100px !important;
}

.px70Width {
  width: 70px !important;
}

.px50Width {
  width: 50px !important;
}

.px30Width {
  width: 30px !important;
}

.px20Width {
  width: 20px !important;
}

.fcenter {
	float: center !important;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.fright {
	float: right !important;
}
.btn_new {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #CCC;
  background: #F33;
  padding: 3px 4px;
  border-radius: .25em;
}

.btn_page {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 3px 5px;
}

.initBut {
  /*초기화*/
  background: #999;
}

.initBut:hover {
  background: #666;
}

.cancelBut {
  /*base 오타수정*/
  background: #A3ABDC;
}

.cancelBut:hover {
  background: #6666CC;
}

#div_confirm_key{
	margin-top:20px;	
}

.confirm_key {
	padding: 4px 10px;
	font-size: 12px;
	color: #333;
	border-radius: 3px;
	background: #eee;
	border: 1px solid #ccc;
	behavior: url(../scripts/PIE.htc);
	cursor:pointer;
	font-weight:bold;
}
.confirm_key:focus,
.confirm_key:hover {
	background: #666;
	color: #FFF!important;
}

.btn_default {
  display: inline-block;
  margin: 2px 1px;
  padding: .25em .75em;
  border-radius: .25em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  background: transparent;
  outline: 0;
  vertical-align: middle;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #AAAAAA;
}

.btn_default,
.btn_default:link,
.btn_default:visited {
  color: #000 !important;
  background: #EFEFEF;
}

.btn_default:focus,
.btn_default:hover {
  background: #C0BDBD;
  color: #FFF !important;
}

.btn_default:active,
.btn_default.active {
  background: #3B6BB4;
}

.btn_type01 {
  display: inline-block;
  margin: 2px 2px;
  padding: .35em 1.00em;
  border-radius: .25em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  background: transparent;
  outline: 0;
  vertical-align: middle;
  font-family: inherit;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #0066CC;
  min-width: 70px;
}

.btn_type01,
.btn_type01:link,
.btn_type01:visited {
  color: #000 !important;
  background: #EFEFEF;
}

.btn_type01:focus,
.btn_type01:hover {
  background: #0066CC;
  color: #FFF !important;
}

.btn_type01:active,
.btn_type01.active {
  background: #0066CC;
}

.btn_type02 {
  margin: 2px 2px;
  padding: 2px 5px;
  font-size: 0.9em;
  color: #fff;
  border-radius: 3px;
  background: #339900;
  cursor: pointer;
}

.btn_type03 {
  display: inline-block;
  margin: 0px 3px;
  padding: .10em .75em;
  border-radius: .25em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  background: transparent;
  outline: 0;
  vertical-align: middle;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #AAAAAA;
}

.btn_type03,
.btn_type03:link,
.btn_type03:visited {
  color: #000 !important;
  background: #EFEFEF;
}

.btn_type03:focus,
.btn_type03:hover {
  background: #C0BDBD;
  color: #FFF !important;
}

.btn_type03:active,
.btn_type03.active {
  background: #3B6BB4;
}

h3.title_prt {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  text-align: center;
  letter-spacing: 20px;
}

.circle_question{
	margin-left:5px;
	margin-right:5px;
	color:#F00;
	font-weight: bold;
	text-align:center;
	cursor:pointer;
	display:inline-block;
	background: radial-gradient(#FFF, #CCC );
	width: 15px;
	height: 15px;
	border:#999 1px solid;
	border-radius:7.5px;
	-webkit-border-radius:7.5px;
	-moz-border-radius:7.5px;
}

.circle_question:hover{
	color: #000;
	background: radial-gradient(#CCC,#FFF);
}

/* -------------------------- list -------------------------- */
#pg_css .boardListBox {
	margin-bottom: 20px;
}
#pg_css .boardListBox table.baseBoardList {
	margin-bottom: 10px;
	border-top: 2px solid #999;
	border-bottom: 1px solid #999;
}
#pg_css .boardListBox table.baseBoardList tbody th, #pg_css .boardListBox table.baseBoardList tbody td{
	padding: 10px 0;
/*	text-align: center;*/
	border-top: 1px dotted #ccc;
}
#pg_css .boardListBox table.baseBoardList tbody tr.first th, #pg_css .boardListBox table.baseBoardList tbody tr.first td{
	border-top : none;
}
#pg_css .boardListBox table.baseBoardList tr.selectTr{
	background: #F5F5F5;
}

#pg_css .boardListBox table.baseBoardList th {
	padding: 12px 0;
	font-size: 1.2em;
	color: #333;	
	border-bottom: 1px solid #999;
	background: url(../images/footer_menu_line.jpg) no-repeat right center; /* | */
}
#pg_css .boardListBox table.baseBoardList th:last-child {
	background: none;
}
#pg_css .boardListBox table.baseBoardList td {
	color: #666;
}
#pg_css .boardListBox ul.butList{
	margin-top: 20px;
}
.NewsBut {
	padding: 2px 6px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	background: #FF6600;
}
.NoticeBut {
	padding: 2px 6px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	background: #0099FF;
}
/* ---------------------- ul.gallery ------------------- */
#pg_css .galleryListBox ul.gallery {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}
#pg_css .galleryListBox ul.gallery li {
	float: left;
	text-align: center;
}
#pg_css .galleryListBox ul.gallery li span.return{
	padding: 10px 0;
}
#pg_css .galleryListBox ul.gallery li span.img{
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
}
#pg_css .galleryListBox ul.gallery li span.img img{
	width: 100%;
}
#pg_css .galleryListBox p.noData{
	margin-bottom: 10px;
	padding: 20px 0;
	text-align: center;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}
#pg_css .galleryListBox ul.butList{
	margin-top: 20px;
}
/* -------------------------- list / mobile -------------------------- */
#pg_css .boardListMobileBox table.baseBoardList thead th:nth-child(3) {
	background: none;
}
/* -------------------- write/modify/reply ------------------- */
#pg_css .boardWriteBox {
}
#pg_css .boardWriteBox table.baseBoardWrite {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}
#pg_css .boardWriteBox table.baseBoardWrite th, #pg_css .boardWriteBox table.baseBoardWrite td{
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
#pg_css .boardWriteBox table.baseBoardWrite tr:last-child th, #pg_css .boardWriteBox table.baseBoardWrite tr:last-child td{
	border: none;
}
#pg_css .boardWriteBox table.baseBoardWrite th {
	color: #333;
 	padding-left: 20px;
	text-align: justify;
	background: url(../images/grey_check.gif) no-repeat 3px center; /* v */
}
#pg_css .boardWriteBox table.baseBoardWrite th.check {
	background: url(../images/check.gif) no-repeat 3px center; /* v */
}
#pg_css .boardWriteBox table.baseBoardWrite td {
	color: #666;
}
#pg_css .boardWriteBox ul.butList{
	margin-top: 20px;
}
/* -------------------- view ------------------- */
#pg_css .boardViewBox {
	margin-bottom: 30px;
}
#pg_css .boardViewBox dl.baseBoardView {
	margin-top: 20px;
	border-top: 2px solid #ccc;
	margin-bottom: 10px;
}
#pg_css .boardViewBox dl.baseBoardView dt, #pg_css .boardViewBox dl.baseBoardView dd{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#pg_css .boardViewBox dl.baseBoardView dt span.subject {/*제목 설정*/
	display: block;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
#pg_css .boardViewBox dl.baseBoardView dd span.contentsInFile {/*내용안의 이미지파일등의 설정*/
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
#pg_css .boardViewBox dl.baseBoardView dd span.upLoadFile {/*첨부파일 및 업로드파일 표시 설정*/
	display: block;
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
#pg_css .boardViewBox dl.baseBoardView dd:last-child {
	/*border-bottom: none; */
}
#pg_css .boardViewBox dl.baseBoardView dd.contents {
	padding: 20px 0;
	background: none;
	line-height: 1.5;
}
#pg_css .boardViewBox dl.baseBoardView dd.contents img{
	margin-bottom: 5px;
	max-width: 95%;
	height: auto;
}
#pg_css .boardViewBox dl.baseBoardView dd.contents img.on{
	max-width: 95%;
	height: auto;
}
#pg_css .boardViewBox dl.baseBoardView dd.contents embed{
	margin-bottom: 5px;
}
#pg_css .boardViewBox dl.baseBoardView dd.contents embed.on{
	max-width: 95%;
	height: auto;
}


#pg_css .boardViewBox table.baseBoardView {
	margin-top: 20px;
	border-top: 2px solid #ccc;
	margin-bottom: 10px;
}
#pg_css .boardViewBox table.baseBoardView tr.last th, #pg_css .boardViewBox table.baseBoardView tr.last td{
	border: none;
}
#pg_css .boardViewBox table.baseBoardView th, #pg_css .boardViewBox table.baseBoardView > tbody > tr > td{
	padding: 10px 0;
/*	text-align: center;*/
	border-bottom: 1px solid #ccc;
}
#pg_css .boardViewBox table.baseBoardView th {
	color: #333;
 	padding-left: 15px;
	text-align: left;
	background: url(../images/grey_check.gif) no-repeat 0 center; /* v */
}
#pg_css .boardViewBox table.baseBoardView th.check {
	background: url(../images/check.gif) no-repeat 0 center; /* v */
}
#pg_css .boardViewBox table.baseBoardView th span.date{
	margin-top: 3px;
	color: #999;
	font-weight: normal;
	font-size: 0.8em;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td {
	color: #666;
	text-align: left;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td.contents {
	text-align: center;
	padding: 20px 0;
	background: none;
	line-height: 1.5;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td.contents img{
	margin-bottom: 5px;
	max-width: 95%;
	height: auto;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td.contents img.on{
	max-width: 95%;
	height: auto;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td.contents embed{
	margin-bottom: 5px;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td.contents embed.on{
	max-width: 95%;
	height: auto;
}
#pg_css .boardViewBox .butListWrap{
	position: relative;
}
/*
#pg_css .boardViewBox p.pageMoveWrap {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
*/
/* -------------------- comment ------------------- */
#pg_css .commentBox {
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px solid #ccc;
	behavior: url(../scripts/PIE.htc);
}
#pg_css .commentBox ul.memoList {
	margin-bottom: 10px;
}
#pg_css .commentBox ul.memoList li{
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
#pg_css .commentBox ul.memoList li span.memoContents{
	display: block;
	margin-bottom: 5px;
	font-size: 1.1em;
}
#pg_css .commentBox ul.memoList li span.writerNdate{
	display: block;
	position: relative;
}
#pg_css .commentBox ul.memoList li span.memoDeleteBut{
	position: absolute;
	top: -5px;
	right: 0;
	cursor: pointer;
	behavior: url(../scripts/PIE.htc);
}
#pg_css .commentBox ul.memoList li:last-child{
	border-bottom: none;
}

#pg_css .commentBox dl.memoBoardList dt {
	margin-bottom: 10px;
	line-height: 1.5;
}
#pg_css .commentBox dl.memoBoardList dt span.dateNname{
	color: #0099FF;
}
#pg_css .commentBox dl.memoBoardList dd {
	margin-bottom: 10px;	
}
#pg_css .commentBox dl.memoBoardList dd span.image_popup_gallery{
	display: block;
	margin-bottom: 14px;
	padding: 20px 10px;
	background: #F3F3F3;
	border: 1px solid #ccc;
}
#pg_css .commentBox dl.memoBoardList dd span.image_popup_gallery img{
	max-width: 100%;
	height: auto;
}
#pg_css .commentBox dl.memoBoardList dd span.replyButWrap {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
#pg_css .commentBox .memoWrite {
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #eee;
	background: #F3F3F3;
	behavior: url(../scripts/PIE.htc);
}
#pg_css .commentBox .memoMobileWrite {/*모바일*/
	padding: 0px;
	background: none;
}
#pg_css .commentBox .memoWrite span.memoInput{
	display: block;
	margin-bottom: 5px;
}
#pg_css .commentBox .memoWrite span.memoInput input{
	padding: 5px;
}
#pg_css .commentBox .memoWrite label{
	padding-left: 10px;
	background: url(../images/arrow_16_blue.gif) no-repeat 0 5px; /* > */
}
/* ---------------------------------------------- */
/* -------------------- login ------------------- */
/* ---------------------------------------------- */
#pg_css .boardLoginBox {
	position: relative;
	min-height: 290px;
	padding: 30px;
	padding-left: 350px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 10px solid #ccc;
	background: url(../images/login_bg.png) no-repeat 30px center; /* 잠물통 */
	behavior: url(../scripts/PIE.htc);
}
#pg_css .boardLoginBox form p.select {
	padding: 20px 0;
	border-bottom: 1px dotted #eee;
}
#pg_css .boardLoginBox form dl {
	margin-top: 30px;
	margin-bottom: 20px;
}
#pg_css .boardLoginBox form dl dt, #pg_css .boardLoginBox form dl dd {
	padding: 5px 0;
}
#pg_css .boardLoginBox form dl dt {
}
#pg_css .boardLoginBox form dl dd {
}
#pg_css .boardLoginBox p.notice {
	margin-bottom: 20px;
}
#pg_css .boardLoginBox p.searchJoin {
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
#pg_css .boardLoginBox p.loginBut {
}
/* ---------------------------------------------- */
/* ----------------- mobile_login --------------- */
/* ---------------------------------------------- */
#pg_css .boardLoginMobileBox p.select{
	padding: 10px 0;
	border: 2px solid #ccc;
}
#pg_css .boardLoginMobileBox form {
	position: relative;	
}
#pg_css .boardLoginMobileBox form p.select {
	margin: 10px 0;
	text-align: center;
}
#pg_css .boardLoginMobileBox form dl {
	min-height: 70px;
	margin-bottom: 10px;
}
#pg_css .boardLoginMobileBox form dl dd {
	width: 100%;
	margin-bottom: 5px;
}
#pg_css .boardLoginMobileBox p.notice {
	margin-bottom: 20px;
}
#pg_css .boardLoginMobileBox p.loginBut {
	text-align: center;
}

/* ---------------------table ------------------------------*/
/* type01*/
p.orderNotice {
  position: relative;
  height: 25px;
}

p.orderNotice span.notice {
  position: absolute;
  left: 0;
  bottom: 5px;
}

table.type01 {
  border-collapse: collapse;
  line-height: 1.5;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 10px 0px;
  width: 100%;
  margin-bottom: 30px;
}

table.type01 thead th {
  padding: 5px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #06F;
  background: #dcdcd1;
}

table.type01 tbody th {
  padding: 5px;
  font-weight: bold;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ececec;
}

table.type01 td {
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* type02*/
table.type02 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #CCC;
  width: 100%;
}

table.type02 thead th {
  padding: 5px;
  font-weight: bold;
  color: #000;
  background: #8cc0cf;
}

table.type02 th {
  padding: 5px;
  font-weight: bold;
  vertical-align: middle;
  color: #153d73;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.type02 td {
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* type03*/
table.type03 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  margin: 20px 10px;
}

table.type03 th {
  padding: 5px;
  font-weight: bold;
  vertical-align: middle;
  color: #153d73;
  text-align: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 2px solid #c00;
}

table.type03 td {
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* type04*/
table.type04 {
  border-collapse: collapse;
  line-height: 1.5;
  border-left: 1px solid #ccc;
  margin: 10px 0px;
  width: 100%;
  border-top: 2px solid #06F;
}

table.type04 tbody th {
  padding: 5px;
  font-weight: bold;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ececec;
}

table.type04 td {
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}