@charset "UTF-8";
@media screen and (max-width: 768px) {  /* 작을때*/
  .col_hidden {
    display: none !important;
  }
  .col_left_space {
    padding-left: 0px !important;
  }
  .m_last {
    background: none !important;
  }
  .col_width {
    width: 25% !important;
  }
  .mobileReturn {
	display: block;
  }
	/*-- X scroll---*/
	div.tb_wrap{
		width:100%;	
		overflow-x:auto;
		white-space: nowrap;
	}
	div.tb_wrap table{
			width:auto;
	}

	::-webkit-scrollbar { -webkit-appearance: none; } 
	::-webkit-scrollbar:vertical { width: 10px; } 
	::-webkit-scrollbar:horizontal { height: 5px; } 
	::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5); border-radius: 100%; border: 2px solid #FFFfff; } 
	::-webkit-scrollbar-track { border-radius: 100%; background-color: #ffffff; }

}

@media screen and (min-width: 768px) {  /* 클때*/
  .col_hidden {
    display: !important;
  }
  .col_left_space {
    padding-left: 100px !important;
  }
  .m_last {
  }
  .col_width {
    width: 15% !important;
  }
  .mobileReturn {
	display: inline;
  }
	/*-- X scroll---*/
	div.tb_wrap{
		width:100%;	
		overflow-x:auto;
		white-space: nowrap;
	}
	div.tb_wrap table{
			width:100%;
	}	
}

.menu-active{
  background-color: red !important;
  color: #0099FF !important;
}
.menu-active::after{
  content: "AA";
}

.pointer{
	cursor:pointer;
}
.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: 3px 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;
}

#preview{
	z-index: 1;
	position: absolute;
	background: #999999;
	padding: 2px;
}

.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;
	padding: 2px 6px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	background: #FF6600;
}

.circle_question:hover{
	color: #000;
	background: #FF66FF;
}

.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;
}

p.orderNotice {
  position: relative;
  height: 25px;
}

p.orderNotice span.notice {
  position: absolute;
  left: 0;
  bottom: 5px;
}


/*---table---*/
.table_title {
	text-align: justify;
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
}

/*---table---*/
.table_title {
	text-align: justify !important;
	color: #666 !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
}

/*---th_horizontal---*/
table.th_horizontal {
    border-collapse: collapse !important;
    border-top: 2px solid #ccc !important;
    border-bottom: 2px solid #ccc !important;
  	margin : 5px 0px !important;
}
table.th_horizontal thead th {
    padding: 5px !important;
    border-bottom: 2px solid #ccc !important;
	border-right: 2px dotted #ccc !important;
	background: none !important;
}
table.th_horizontal tr:nth-child(1) th:last-child {border-right:none !important;}
table.th_horizontal td {
    padding: 5px !important;
    border-bottom: 1px solid #ccc !important;
	border-right: 2px dotted #ccc !important;
}
table.th_horizontal tr td:last-child {border-right:none !important;}
table.th_horizontal tr:last-child td {border-bottom:none !important;}


table.th_horizontal tfoot td {
    padding: 5px !important;
    border-top: 1px solid #ccc !important;
	border-right: 2px dotted #ccc !important;
}

/*---th_vertical---*/
table.th_vertical {
    border-collapse: collapse !important;
    border-top: 2px solid #ccc !important;
  	margin : 5px 0px;
}
table.th_vertical tr th:last-child {border:none !important;}
table.th_vertical th {
    padding: 5px !important;
    border-bottom: 1px solid #ccc !important;
	border-right: 2px dotted #ccc !important;
}
table.th_vertical td {
    padding: 5px 10px !important;
    border-bottom: 1px solid #ccc !important;
}

table.th_vertical tr:last-child > th {border-bottom: 2px solid #ccc !important;}
table.th_vertical tr:last-child > td {border-bottom: 2px solid #ccc !important;}
