
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ===============================================
 * skin reference global css
 * =============================================== */
 /*
@font-face {
  font-family: 'ng';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
  src: local('나눔고딕'), local('Apple SD Gothic Neo'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('woff2'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'ng';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
  src: local('나눔고딕'), local('Apple SD Gothic Neo'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('woff2'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');
}
*/
/* ===============================================
 * helper class
 * =============================================== */
.pt-common-blind {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.pt-common-hr-line {
  margin: 15px 0;
  height: 0;
  border: 0 none;
  border-top: 1px solid #cccccc;
}
/* ===============================================
 * webtree core CSS. Do not edit!
 * =============================================== */
#header,
#footer,
#content,
#navigation,
#visual,
#side01,
#side02 {
  position: relative;
}
.pt-layout {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  position: relative;
}
.pt-component-module .pt-scene {
  width: 100%;
  position:relative;
}
.pt-component {
  display: block;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.pt-scene-hidden {
  display: none;
}
.pt-scene-visible {
  display: block;
}
.pt-layout-inner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.inner_wrap {
  position: relative;
  width: 100%;
  display: block;
  min-height: 50px;
}
.pt-layout-inner {
  position: relative;
  text-align: left;
  float: left;
  width: auto;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  /* Firefox */
  -ms-box-sizing: border-box !important;
  /* IE */
  -webkit-box-sizing: border-box !important;
  /* Safari */
}
.x-clear {
  overflow: hidden;
  clear: both;
  height: 0px;
  width: 0px;
  font-size: 0px;
  line-height: 0px;
}
.pt-layout:after {
  /* styles for fix float sizing bug */
  content: '.';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.pt-layout-align-left {
  float: left !important;
}
.pt-layout-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.pt-layout-align-right {
  float: right !important;
}
.pt-layout-inner-align-left {
  float: left;
}
.pt-layout-inner-align-center {
  float: none !important;
  margin: 0px auto !important;
}
.pt-layout-inner-align-right {
  float: right;
}
.pt-container-float-left {
  float: left;
}
.pt-container-float-right {
  float: right;
}
.pt-container-layout,
.pt-container-wrapper {
  min-height: 50px;
}
.pt-container-wrapper {
  width: 100%;
}
.pt-items-overflow-addsize-noscroll {
  height: auto;
}
.pt-items-overflow-fixsize-noscroll {
  overflow: visible;
}
.pt-items-overflow-autoscroll {
  overflow-x: auto;
}
.pt-items-overflow-hidden {
  overflow: hidden;
}
.pt-layout-contentWrapper {
  clear: both;
}
/* skip navigation */
#skipNav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2147483647;
}
#skipNav a,
#skipNav a:hover {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 10px 15px;
  background: #000;
  color: #f1f1f1;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}
#skipNav a:active,
#skipNav a:focus {
  position: static;
  width: auto;
  height: auto;
  text-decoration: underline;
}
/* ===============================================
 * grid
 * =============================================== */
.pt-col1, .pt-col2, .pt-col3, .pt-col4, .pt-col5, .pt-col6, .pt-col7, .pt-col8, .pt-col9, .pt-col10, .pt-col11, .pt-col12 {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *padding-left: 1%;
  *padding-right: 1%;
}
.pt-col1, .pt-col2, .pt-col3, .pt-col4, .pt-col5, .pt-col6, .pt-col7, .pt-col8, .pt-col9, .pt-col10, .pt-col11, .pt-col12 {
  float: left;
}
.pt-col12 {
  width: 100%;
  *width: 98%;
  *margin-right: -1px;
}
.pt-col11 {
  width: 91.66666666666666%;
  *width: 89.66666666666666%;
  *margin-right: -1px;
}
.pt-col10 {
  width: 83.33333333333334%;
  *width: 81.33333333333334%;
  *margin-right: -1px;
}
.pt-col9 {
  width: 75%;
  *width: 73%;
  *margin-right: -1px;
}
.pt-col8 {
  width: 66.66666666666666%;
  *width: 64.66666666666666%;
  *margin-right: -1px;
}
.pt-col7 {
  width: 58.333333333333336%;
  *width: 56.333333333333336%;
  *margin-right: -1px;
}
.pt-col6 {
  width: 50%;
  *width: 48%;
  *margin-right: -1px;
}
.pt-col5 {
  width: 41.66666666666667%;
  *width: 39.66666666666667%;
  *margin-right: -1px;
}
.pt-col4 {
  width: 33.33333333333333%;
  *width: 31.33333333333333%;
  *margin-right: -1px;
}
.pt-col3 {
  width: 25%;
  *width: 23%;
  *margin-right: -1px;
}
.pt-col2 {
  width: 16.666666666666664%;
  *width: 14.666666666666664%;
  *margin-right: -1px;
}
.pt-col1 {
  width: 8.333333333333332%;
  *width: 6.333333333333332%;
  *margin-right: -1px;
}
/* ===============================================
 * text
 * =============================================== */
.pt-a {
  text-decoration: none;
  color: #3a517d;
}
.pt-a:hover,
.pt-a:focus {
  color: #222f49;
  text-decoration: underline;
}
.pt-code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 1px 5px;
  color: #666666;
  font-size: 12px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-weight: normal;
  line-height: 18px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f2f2f2;
}
.pt-code.pt-code-small {
  padding: 0 4px;
  font-size: 11px;
  line-height: 16px;
}
.pt-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* ===============================================
 * button
 * =============================================== */
.pt-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 9px 32px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  *overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
}
.pt-btn:hover,
.pt-btn:focus {
  color: #333333;
  border-color: #cccccc;
  background-color: #f2f2f2;
}
.pt-btn:active {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
}
.pt-btn.disabled,
.pt-btn[disabled] {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.pt-btn-large {
  padding: 12px 48px;
}
.pt-btn-default {
  padding: 9px 32px;
  font-size: 14px;
  line-height: 20px;
}
.pt-btn-small {
  font-size: 13px;
  line-height: 16px;
  padding: 6px 24px;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-btn-small {
    padding: 6px 18px;
  }
  html:not(.pt-layout-fixed) .pt-tab .pt-formset .pt-formset-header{
  	margin:0 10px 15px;
  }
}
.pt-btn-mini {
  font-size: 12px;
  line-height: 14px;
  padding: 4px 12px;
}
.pt-btn-primary {
  color: #ffffff;
  border-color: #273f6c;
  background-color: #3a517d;
}
.pt-btn-primary:hover,
.pt-btn-primary:focus {
  color: #ffffff;
  border-color: #142442;
  background-color: #223557;
}
.pt-btn-sub {
  color: #ffffff;
  border-color: #5e5e5e;
  background-color: #707070;
}
.pt-btn-sub:hover,
.pt-btn-sub:focus {
  color: #ffffff;
  border-color: #383838;
  background-color: #4a4a4a;
}
.pt-btn-warning {
  color: #ffffff;
  border-color: #df2b25;
  background-color: #d9534f;
}
.pt-btn-warning:hover,
.pt-btn-warning:focus {
  color: #ffffff;
  border-color: #b51712;
  background-color: #c92621;
}
/* ===============================================
 * form
 * =============================================== */
.pt-form-control {
  height: 30px;
  padding: 4px 10px;
  vertical-align: middle;
  color: #666666;
  font-size: 14px;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 2px 2px #f0f0f0;
  -moz-box-shadow: inset 1px 2px 2px #f0f0f0;
  box-shadow: inset 1px 2px 2px #f0f0f0;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
  outline: none;
  line-height: 20px;
}
.pt-form-control:focus {
  border-color: #3a517d;
  -webkit-box-shadow: 0 0 6px 2px rgba(58, 81, 125, 0.3);
  -moz-box-shadow: 0 0 6px 2px rgba(58, 81, 125, 0.3);
  box-shadow: 0 0 6px 2px rgba(58, 81, 125, 0.3);
}
.pt-form-control.pt-form-box-sizing {
  -ms-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.pt-form-control.pt-form-shortest {
  width: 70px;
}
.pt-form-control.pt-form-short {
  width: 120px;
}
.pt-form-control.pt-form-long {
  width: 220px;
}
.pt-form-control.pt-form-longest {
  width: 320px;
}
.pt-form-fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.pt-form-legend {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.pt-form-input {
  width: 170px;
  height: 20px;
  margin: 0;
  padding: 4px 10px;
  -webkit-appearance: none;
  *padding-left:4px;
  *padding-right:4px;
}
.pt-form-select {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-top: 6px\9;
  padding-bottom: 6px\9;
  *margin-top: 6px;
}
.pt-form-textarea {
  height: auto;
  line-height: 20px;
}
.pt-form-textarea.pt-form-box-sizing {
  height: auto;
}
.pt-form-label {
  color: #666666;
  font-size: 14px;
}
.pt-form-label.pt-form-chkbox,
.pt-form-label.pt-form-radio {
  display: inline-block;
  padding-left: 20px;
  line-height: 20px;
  cursor: pointer;
}
.pt-form-label.pt-form-chkbox > .pt-form-opt,
.pt-form-label.pt-form-radio > .pt-form-opt {
  float: left;
  margin: 4px 0 0;
  margin-top: 1px \9;
  margin-left: -20px;
  line-height: normal;
}
.pt-form-tip {
  display: block;
  margin: 5px 0 10px;
  color: #999999;
  font-size: 11px;
  line-height: 15px;
}
.pt-form-date {
  position: relative;
}
.pt-form-datepicker {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  margin-top: 1px;
  padding: 5px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-form-datepicker {
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html:not(.pt-layout-fixed) .pt-form-datepicker .pt-form-datepicker-title,
  html:not(.pt-layout-fixed) .pt-form-datepicker .pt-form-datepicker-day {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
.pt-form-datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: #cccccc;
  position: absolute;
  top: -7px;
  left: 6px;
}
.pt-form-datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.pt-form-datepicker .pt-form-datepicker-table {
  width: 100%;
  font-size: 13px;
  text-align: center;
}
.pt-form-datepicker .pt-form-datepicker-title {
  position: relative;
  color: #333333;
  padding: 0 0 10px 0;
  height: 25px;
}
.pt-form-datepicker .pt-form-datepicker-prev,
.pt-form-datepicker .pt-form-datepicker-next {
  position: absolute;
  top: 0;
  left: 0;
}
.pt-form-datepicker .pt-form-datepicker-sel {
  margin: 0;
  padding: 0 10px;
  margin-left: 3px;
  height: 25px;
  line-height: 0;
  font-weight: bold;
}
.pt-form-datepicker .pt-form-datepicker-sel:first-child {
  margin-left: 0;
}
.pt-form-datepicker .pt-form-datepicker-sel > i {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 1px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-right: 4px solid #666666;
  border-bottom: 4px solid transparent;
  border-left: 0 dotted;
  content: "";
}
.pt-form-datepicker .pt-form-datepicker-next {
  left: auto;
  right: 0;
}
.pt-form-datepicker .pt-form-datepicker-next .pt-form-datepicker-sel > i {
  border-right: 0 dotted;
  border-left: 4px solid #666666;
}
.pt-form-datepicker .pt-form-datepicker-week {
  padding: 3.75px 0;
  color: #333333;
}
.pt-form-datepicker .pt-form-datepicker-day {
  padding: 3.75px;
  color: #333333;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 24px;
}
.pt-form-datepicker .pt-form-datepicker-day:hover,
.pt-form-datepicker .pt-form-datepicker-day:focus {
  background-color: #f2f2f2;
}
.pt-form-datepicker .pt-form-datepicker-day.pt-form-datepicker-old,
.pt-form-datepicker .pt-form-datepicker-day.pt-form-datepicker-new {
  color: #999999;
}
.pt-form-datepicker .pt-form-datepicker-day.pt-form-datepicker-active {
  color: #fff;
  background: 10%;
  background: -moz-linear-gradient(top, auto 0%, #3a517d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, auto), color-stop(100%, #3a517d));
  background: -webkit-linear-gradient(top, auto 0%, #3a517d 100%);
  background: -o-linear-gradient(top, auto 0%, #3a517d 100%);
  background: -ms-linear-gradient(top, auto 0%, #3a517d 100%);
  background: linear-gradient(to bottom, auto 0%, #3a517d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='auto', endColorstr='#3a517d', GradientType=0);
  background: #3a517d;
  background: -moz-linear-gradient(top, #4a68a0 0%, #2a3a5a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a68a0), color-stop(100%, #2a3a5a));
  background: -webkit-linear-gradient(top, #4a68a0 0%, #2a3a5a 100%);
  background: -o-linear-gradient(top, #4a68a0 0%, #2a3a5a 100%);
  background: -ms-linear-gradient(top, #4a68a0 0%, #2a3a5a 100%);
  background: linear-gradient(to bottom, #4a68a0 0%, #2a3a5a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a68a0', endColorstr='#2a3a5a', GradientType=0);
}
/* ===============================================
 * formset
 * =============================================== */
.pt-formset {
  margin: 30px 0 75px;
}
.pt-formset .pt-formset-header {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
}
.pt-formset .pt-formset-header .pt-formset-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 -2px;
  padding: 0 0 10px;
  font-size: 1.4em;
}
.pt-formset .pt-formset-header.pt-formset-header-main {
  border-bottom-width: 2px;
}
.pt-formset .pt-formset-header.pt-formset-header-main .pt-formset-title {
  border-bottom: 2px solid #3a517d;
  font-size: 1.65em;
}
.pt-formset .pt-formset-row {
  zoom: 1;
  margin-top: 10px;
}
.pt-formset .pt-formset-row:before {
  content: '';
  display: block;
}
.pt-formset .pt-formset-row:after {
  content: '';
  display: table;
  clear: both;
}
.pt-formset .pt-formset-row:first-child {
  margin-top: 0;
}
.pt-formset .pt-formset-row .pt-formset-dir {
  margin: 0;
  font-size: 12px;
  line-height: 17px;
}
.pt-formset .pt-formset-row > .pt-form-label {
  display: block;
  padding-top: 7px;
  text-align: right;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row > .pt-form-label {
    float: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 5px;
    text-align: left;
  }
}
.pt-formset .pt-formset-row > .pt-form-label.pt-form-chkbox,
.pt-formset .pt-formset-row > .pt-form-label .pt-form-radio {
  text-align: left;
}
.pt-formset .pt-formset-row .pt-formset-static-label {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.pt-formset .pt-formset-row .pt-formset-static-label .pt-btn {
  margin-left: 30px;
  vertical-align: middle;
}
.pt-formset .pt-formset-row .pt-formset-msg {
  margin: 0 auto;
  padding: 45px 15px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 1.5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-msg {
    width: auto;
    padding: 20px 10px;
  }
}
.pt-formset .pt-formset-row .pt-formset-msg .pt-formset-dir {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.6;
}
.pt-formset .pt-formset-row .pt-formset-msg .pt-formset-msg-def {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6em;
}
.pt-formset .pt-formset-row .pt-formset-msg .pt-formset-msg-dt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
.pt-formset .pt-formset-row .pt-formset-msg .pt-formset-msg-dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.pt-formset .pt-formset-row .pt-formset-validation {
  margin: 15px 0;
  text-align: center;
}
.pt-formset .pt-formset-row .pt-formset-term {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 5px;
  text-align: center;
  line-height: 30px;
  vertical-align: top;
}
.pt-formset .pt-formset-row .pt-formset-tip {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #999999;
}
.pt-formset .pt-formset-row .pt-formset-alert {
  display: block;
  margin-top: 5px;
  color: #d9534f;
}
.pt-formset .pt-formset-row .pt-form-chkbox,
.pt-formset .pt-formset-row .pt-form-radio {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 15px;
  padding-top: 4px;
}
.pt-formset .pt-formset-row .pt-btn {
  vertical-align: top;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-single {
    float: none;
    width: auto;
  }
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-single .pt-form-control {
    width: 100%;
  }
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-multi {
    display: table;
    float: none;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-multi .pt-formset-multi-withtip {
    display: table;
    float: none;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-multi .pt-form-control {
    width: 100%;
    *width: auto;
  }
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-multi .pt-btn {
    vertical-align: middle;
    width: 100%;
    *width: auto;
  }
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-multi .pt-formset-term {
    display: table-cell;
  }
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-multi .pt-formset-keep {
    width: auto;
  }
}
.pt-formset .pt-formset-row .pt-formset-multi .pt-formset-zipcode-input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pt-formset .pt-formset-row .pt-formset-multi .pt-formset-zipcode-input .pt-form-input {
  width: 50px;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-multi .pt-formset-zipcode-input .pt-form-input {
    width: 100%;
  }
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-multi .pt-formset-zipcode-input {
    display: table;
    margin-bottom: 10px;
  }
}
.pt-formset .pt-formset-row .pt-formset-multi .pt-formset-zipcode-find {
  margin-left: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-multi .pt-formset-zipcode-find {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.pt-formset .pt-formset-row .pt-formset-ctrlrow {
  margin-top: 10px;
}
.pt-formset .pt-formset-row .pt-formset-ctrlrow:first-child {
  margin-top: 0;
}
.pt-formset .pt-formset-row.pt-formset-group {
  margin-top: 30px;
}
.pt-formset .pt-formset-row.pt-formset-group:first-child {
  margin-top: 0;
}
.pt-formset .pt-formset-row.pt-formset-center {
  text-align: center;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-address .pt-form-input {
    margin-top: 10px;
  }
  html:not(.pt-layout-fixed) .pt-formset .pt-formset-row .pt-formset-address .pt-form-input:first-child {
    margin-top: 0;
  }
}
.pt-formset .pt-formset-row.pt-formset-btn {
  margin-top: 35px;
  font-size: 0;
  text-align: center;
}
.pt-formset .pt-formset-row.pt-formset-btn:first-child {
  margin-top: 0;
}
.pt-formset .pt-formset-row.pt-formset-btn > .pt-btn {
  margin-left: 15px;
  margin-top: 10px;
}
.pt-formset .pt-formset-row.pt-formset-btn > .pt-btn:first-child {
  margin-left: 0;
}
.pt-formset .pt-formset-row.pt-formset-btn.pt-formset-btn-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 0;
}
.pt-formset .pt-form-legend + .pt-formset-row {
  margin-top: 0;
}
/* ===============================================
 * tab
 * =============================================== */
.pt-tab-tabs {
  zoom: 1;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  list-style: none;
}
.pt-tab-tabs:before {
  content: '';
  display: block;
}
.pt-tab-tabs:after {
  content: '';
  display: table;
  clear: both;
}
.pt-tab-tab {
  position: relative;
  float: left;
  margin-bottom: -1px;
  line-height: 22px;
}
.pt-tab-tab .pt-tab-a {
  display: block;
  margin-right: 2px;
  padding: 10px 15px;
  color: #3a517d;
  border: 1px solid transparent;
  border-bottom: 0 none;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-decoration: none;
}
.pt-tab-tab .pt-tab-a:hover,
.pt-tab-tab .pt-tab-a:focus {
  border-color: #cccccc;
  background-color: #cccccc;
}
.pt-tab-tab.pt-tab-active .pt-tab-a {
  color: #666666;
  border-color: #cccccc;
  cursor: default;
  background: #fff;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-tab {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top:1px solid #ccc;
  }
  html:not(.pt-layout-fixed) .pt-module-findid-skin-basic .pt-module-findid-selectmenu > .pt-btn{
    margin-right:0 !important;
  }
  .pt-module-findid-skin-basic .pt-module-findid-steplist{
    padding-left:10px !important;
  }
  html:not(.pt-layout-fixed) .pt-tab-tab {
    float: none;
    border-top: 1px solid #cccccc;
    margin-bottom: 0;
  }
  html:not(.pt-layout-fixed) .pt-tab-tab:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  html:not(.pt-layout-fixed) .pt-tab-tab:first-child .pt-tab-a {
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  html:not(.pt-layout-fixed) .pt-tab-tab .pt-tab-a {
    margin-right: 0;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  html:not(.pt-layout-fixed) .pt-tab-tab.pt-tab-active .pt-tab-a {
    color: #666666;
    border: 0 none;
    background: #f2f2f2;
  }
  html:not(.pt-layout-fixed) .pt-tab-tab.pt-tab-active .pt-tab-a:hover,
  html:not(.pt-layout-fixed) .pt-tab-tab.pt-tab-active .pt-tab-a:focus {
    border: 0 none;
    background-color: #cccccc;
  }
  html:not(.pt-layout-fixed) .pt-tab-pane h1.pt-common-blind {
    position: static!important;
    height: auto;
    width: auto;
    clip: auto;
    font-size: 13px;
    margin: 0;
    padding: 0 10px 10px 10px;
    color: #3a517d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
  }
}
/* ===============================================
 * modal
 * =============================================== */
.pt-modal {
  position: relative;
  overflow: auto;
  max-width: 550px;
  margin: 20px auto;
  border: 8px solid #999999;
  background-color: #999999;
  border: 8px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: '나눔고딕', NanumGothic, '돋움', Dotum, Helvetica, sans-serif;
  color: #666666;
  font-size: 12px;
}
.pt-modal .pt-modal-header {
  padding: 15px 30px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pt-modal .pt-modal-header .pt-modal-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.pt-modal .pt-modal-body {
  padding: 15px 30px;
  line-height: 1.5;
  background-color: #fff;
}
.pt-modal .pt-modal-body .pt-formset {
  line-height: normal;
  margin: 0;
}
.pt-modal .pt-modal-footer {
  padding: 15px 30px;
  border-top: 1px solid #f2f2f2;
  background-color: #fff;
  font-size: 0;
  text-align: center;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pt-modal .pt-modal-footer.pt-modal-btn {
  font-size: 0;
}
.pt-modal .pt-modal-footer.pt-modal-btn > .pt-btn {
  margin-left: 15px;
}
.pt-modal .pt-modal-footer.pt-modal-btn > .pt-btn:first-child {
  margin-left: 0;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-modal {
    width: auto;
    border-width: 3px;
    margin: 0 auto;
    overflow-x: hidden;
  }
  html:not(.pt-layout-fixed) .pt-modal .pt-modal-header,
  html:not(.pt-layout-fixed) .pt-modal .pt-modal-body,
  html:not(.pt-layout-fixed) .pt-modal .pt-modal-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only all and (min-width: 1024px) {
  .pt-modal {
    font-family: '나눔고딕', 'Nanum Gothic', 'ng', '돋움', Dotum, Helvetica, sans-serif;
  }
}
.lt-ie9 .pt-modal{
	font-family: '나눔고딕', 'Nanum Gothic', 'ng', '돋움', Dotum, Helvetica, sans-serif;
}
.pt-modal.pt-modal-mini {
  width: 300px;
}
.pt-modal.pt-modal-mini .pt-form-input {
  width: 100%;
}
.pt-modal.pt-modal-zipcode .pt-modal-codelist {
  height: 200px;
  overflow-y: scroll;
}
.pt-modal.pt-modal-zipcode .pt-modal-codelist .pt-form-radio {
  display: block;
}
.pt-modal.pt-modal-zipcode .pt-modal-codelist .pt-form-radio .pt-modal-zipcode-code {
  margin-right: 10px;
}
/* Magnific Popup CSS (original) */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
@media all and (max-width: 900px) {
  html:not(.pt-layout-fixed) .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  html:not(.pt-layout-fixed) .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  html:not(.pt-layout-fixed) .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  html:not(.pt-layout-fixed) .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* ===============================================
 * board
 * =============================================== */
.pt-board-utilbar {
  zoom: 1;
  position: relative;
  font-size: 0;
}
.pt-board-utilbar:before {
  content: '';
  display: block;
}
.pt-board-utilbar:after {
  content: '';
  display: table;
  clear: both;
}
.pt-board-utilbar > .pt-form-control,
.pt-board-utilbar .pt-board-utilbar-left > .pt-form-control,
.pt-board-utilbar .pt-board-utilbar-right > .pt-form-control,
.pt-board-utilbar .pt-board-search-box {
  margin-left: 10px;
}
.pt-board-utilbar > .pt-form-control:first-child,
.pt-board-utilbar .pt-board-utilbar-left > .pt-form-control:first-child,
.pt-board-utilbar .pt-board-utilbar-right > .pt-form-control:first-child,
.pt-board-utilbar .pt-board-search-box:first-child {
  margin-left: 0;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-board-utilbar > .pt-form-control,
  html:not(.pt-layout-fixed) .pt-board-utilbar .pt-board-utilbar-left > .pt-form-control,
  html:not(.pt-layout-fixed) .pt-board-utilbar .pt-board-utilbar-right > .pt-form-control,
  html:not(.pt-layout-fixed) .pt-board-utilbar .pt-board-search-box {
    margin-left: 5px;
  }
  html:not(.pt-layout-fixed) .pt-board-utilbar > .pt-form-control:first-child,
  html:not(.pt-layout-fixed) .pt-board-utilbar .pt-board-utilbar-left > .pt-form-control:first-child,
  html:not(.pt-layout-fixed) .pt-board-utilbar .pt-board-utilbar-right > .pt-form-control:first-child,
  html:not(.pt-layout-fixed) .pt-board-utilbar .pt-board-search-box:first-child {
    margin-left: 0;
  }
}
.pt-board-utilbar-left {
  float: left;
}
@media only all and (min-width: 720px) and (max-width: 1023px) {
  html:not(.pt-layout-fixed) .pt-board-utilbar-left {
    float: none;
    text-align: left;
    background: transparent;
    *padding: 10px 0;
    *margin-bottom: 10px;
  }
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-board-utilbar-left {
    float: none;
    text-align: center;
    background: #f2f2f2;
    *padding: 10px 0;
    *margin-bottom: 10px;
  }
}
.pt-board-utilbar-right {
  text-align: right;
  top: 0;
  right: 0;
}
.pt-board-search-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding-right: 29px;
  *max-width: 180px;
}
.pt-board-search-query {
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  *margin-top: -1px;
}
.pt-board-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  width: 34px;
  height: 34px;
  margin: 0 0 0 -1px;
  padding: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  text-indent: -1000%;
  background-image: url(/assets/components/modules/board/basic/images/ico_search-d7c10e37530b98162cc69ec078885773.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.pt-board-paging {
  font-size: 0;
  text-align: center;
}
.pt-board-paging .pt-board-paging-short {
  display: none;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-board-paging .pt-board-paging-short {
    display: block;
  }
  html:not(.pt-layout-fixed) .pt-board-paging .pt-board-paging-long {
    display: none;
  }
}
.pt-board-paging-base {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 9px;
  border: 1px solid #dfdfdf;
  position: relative;
  color: #3a517d;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  margin-left: -1px;
  background-color: #fff;
  z-index: 1;
}
.pt-board-paging-base.pt-board-paging-current,
.pt-board-paging-base:hover,
.pt-board-paging-base:focus {
  color: #ffffff;
  border-color: #3a517d;
  background-color: #3a517d;
  z-index: 2;
}
.pt-board-paging-base:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  margin-left: 0;
}
.pt-board-paging-base:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.pt-board-footer {
  margin-top: 30px;
}
.pt-board-footer .pt-board-control {
  margin-top: 10px;
  position: relative;
  font-size: 0;
  text-align: right;
}
.pt-board-footer .pt-board-control .pt-btn {
  margin-left: 5px;
}
.pt-board-footer .pt-board-control .pt-btn:first-child {
  margin-left: 0;
}
.pt-board-footer .pt-board-control > .pt-board-control-left {
  position: absolute;
  text-align: left;
  left: 0;
  top: 0;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-board-footer .pt-board-control {
    text-align: center;
  }
  html:not(.pt-layout-fixed) .pt-board-footer .pt-board-control > .pt-board-control-left {
    margin-top: 15px;
    position: static;
    text-align: center;
  }
}
.pt-board-reply {
  margin-top: 30px;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
}
.pt-board-reply-write {
  position: relative;
  padding-right: 90px;
}
.pt-board-reply-write .pt-form-textarea {
  width: 100%;
  height: 70px;
}
.pt-board-reply-write .pt-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  padding: 0;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-board-reply-write {
    padding-right: 0;
  }
  html:not(.pt-layout-fixed) .pt-board-reply-write .pt-btn {
    width: 100%;
    margin-top: 10px;
    position: static;
    padding: 9px 32px;
  }
}
.pt-board-reply-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
  border-top: 1px solid #cccccc;
  line-height: 1.5;
}
.pt-board-reply-list .pt-board-reply-item {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 17px 0;
}
.pt-board-reply-list .pt-board-reply-item:last-child {
  border-bottom-color: #f2f2f2;
}
.pt-board-reply-list .pt-board-reply-info {
  line-height: normal;
}
.pt-board-reply-list .pt-board-reply-txt {
  margin-bottom: 15px;
}
.pt-board-reply-list .pt-board-reply-writer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
}
.pt-board-reply-list .pt-board-reply-ctrl {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 17px;
  font-size: 0;
}
.pt-board-reply-list .pt-board-reply-ctrl > .pt-btn {
  margin-left: 5px;
}
.pt-board-list {
  margin-top: 15px;
  width: 100%;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-top: 2px solid #3a517d;
  border-bottom: 1px solid #cccccc;
  border-spacing: 0;
}
.pt-board-list .pt-board-caption {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.pt-board-list .pt-board-col-num {
    width: 50px;
  }
  .pt-board-list .pt-board-col-category {
    width: 80px;
  }
  .pt-board-list .pt-board-col-writer {
    width: 80px;
  }
  .pt-board-list .pt-board-col-date {
    width: 75px;
  }
  .pt-board-list .pt-board-col-hit {
    width: 50px;
  }
  .pt-board-list .pt-board-col-state {
    width: 50px;
  }
@media only all and (min-width: 720px) and (max-width: 1023px) {
  html:not(.pt-layout-fixed) .pt-board-list .pt-board-col-num {
    width: 50px;
  }
  html:not(.pt-layout-fixed) .pt-board-list .pt-board-col-category {
    width: 80px;
  }
  html:not(.pt-layout-fixed) .pt-board-list .pt-board-col-writer {
    width: 80px;
  }
  html:not(.pt-layout-fixed) .pt-board-list .pt-board-col-date {
    width: 75px;
  }
  html:not(.pt-layout-fixed) .pt-board-list .pt-board-col-hit {
    width: 50px;
  }
  html:not(.pt-layout-fixed) .pt-board-list .pt-board-col-state {
    width: 50px;
  }
}
.pt-board-list-th {
  padding: 15px 10px;
  color: #666666;
  background-color: #f2f2f2;
  border-top: 1px solid #ddd;
  text-align:center;
}
.pt-board-list-td.board_title{
  text-align:left;
}
.pt-board-list-td {
  padding: 17px 10px;
  border-top: 1px solid #f2f2f2;
  line-height: 1.5;
}
.pt-board-list-td.pt-board-col-num {
  color: #999999;
}
.pt-board-list-td.pt-board-col-state > .pt-board-col-state-ok {
  color: #3a517d;
  font-weight: bold;
}
.pt-board-list-td.pt-board-col-title {
  text-align: left;
}
.pt-board-list-td.pt-board-col-title > .pt-a {
  color: #666666;
}
.pt-board-list-td.pt-board-col-title > .pt-a:hover,
.pt-board-list-td.pt-board-col-title > .pt-a:focus {
  color: #3a517d;
}
.pt-board-list-td.pt-board-col-title > .pt-board-ico-new,
.pt-board-list-td.pt-board-col-title > .pt-board-ico-reply,
.pt-board-list-td.pt-board-col-title > .pt-board-ico-lock,
.pt-board-list-td.pt-board-col-title > .pt-board-ico-img,
.pt-board-list-td.pt-board-col-title > .pt-board-ico-attach {
  vertical-align: middle;
}
.pt-board-list-td.pt-board-col-title .pt-board-ico-reply{
	margin-right: 5px;
}
.pt-board-list-td.pt-board-col-title > .pt-board-list-cmt {
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: -1px;
  color: #3a517d;
}
/*.pt-board-list-row:first-child .pt-board-list-td {
  border-top: 0 none;
}*/
@media only all and (min-width: 720px) and (max-width: 1023px) {
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-list-importance0 {
    display: none;
  }
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-list-body {
    display: block;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-list-row {
    zoom: 1;
    display: block;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-list-row:before {
    content: '';
    display: block;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-list-row:after {
    content: '';
    display: table;
    clear: both;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-list-importance0,
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-list-importance1,
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-list-head {
    display: none;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-col-category {
    display: block;
    float: left;
    padding-bottom: 0;
    line-height: 1.5;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-col-category:after {
    content: ']';
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-col-category:before {
    content: '[';
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-col-title {
    display: block;
    line-height: 1.5;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-col-writer,
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-col-date {
    border-top: 0 none;
    padding-top: 0;
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list .pt-board-col-state {
    border-top: 0 none;
    padding-top: 0;
    float: right;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list.pt-board-list-check {
    position: relative;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list.pt-board-list-check .pt-board-col-check {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    left: 0;
    margin-top: 3px;
    border-top: 0 none;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list.pt-board-list-check .pt-board-col-category {
    padding-left: 35px;
  }
  html:not(.pt-layout-fixed) .pt-board-wrap .pt-board-list.pt-board-list-check .pt-board-col-title {
    padding-left: 35px;
  }
}
.pt-board-list-list .pt-board-list-td.pt-board-list-author {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.pt-board-legacy {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 15px;
  *padding-bottom: 17px;
}
.pt-board-legacy .pt-board-legacy-inner {
  margin: 0;  
}
.pt-board-view {
  color: #666666;
  font-size: 14px;
}
.pt-board-view-header .pt-board-view-title {
  margin: 0;
  padding: 15px 10px;
  border-top: 2px solid #3a517d;
  border-bottom: 1px solid #cccccc;
  color: #666666;
  font-size: 15px;
  line-height: 1.5;
}
.pt-board-view-header .pt-board-view-info {
  margin: 0;
  padding: 10px;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  background-color: #f2f2f2;
}
.pt-board-view-header .pt-board-view-infoitem {
  display: inline-block;
  margin-right: 10px;
  color: #888;    
}
.pt-board-view-content {
  color: #666666;
  padding: 40px 15px;
  border-bottom: 1px solid #cccccc;
  line-height: 1.5;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-board-view-content {
    padding-top: 15px;
  }
}
.pt-board-view-content > img {
  max-width: 100%;
}
.pt-board-edit-container {
  position: relative;
  width: 100%;
}
.pt-board-edit {
  position: relative;
  color: #666666;
  font-size: 12px;
  border-top: 1px solid #3a517d;
}
.pt-board-edit .pt-formset {
  margin: 0;
}
.pt-board-edit .pt-formset-row {
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-board-edit .pt-formset-row {
    padding-bottom: 10px;
  }
}
.pt-board-edit .pt-formset-row > .pt-form-label {
  padding-top: 18px;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-board-edit .pt-formset-row > .pt-form-label {
    padding-top: 8px;
    padding-bottom: 5px;
  }
}
.pt-board-edit .pt-formset-row .pt-formset-single,
.pt-board-edit .pt-formset-row .pt-formset-multi {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-board-edit .pt-formset-row .pt-formset-single,
  html:not(.pt-layout-fixed) .pt-board-edit .pt-formset-row .pt-formset-multi {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
.pt-board-edit .pt-board-captcha {
  zoom: 1;
}
.pt-board-edit .pt-board-captcha:before {
  content: '';
  display: block;
}
.pt-board-edit .pt-board-captcha:after {
  content: '';
  display: table;
  clear: both;
}
.pt-board-edit .pt-board-captcha-img {
  float: left;
  border: 1px solid #cccccc;
}
.pt-board-edit .pt-board-captcha-input {
  margin-left: 15px;
  float: left;
}
.pt-board-edit .pt-board-captcha-input p {
  line-height: 1.5;
  margin: 0 0 10px;
}
@media only all and (min-width: 320px) and (max-width: 719px) {
  html:not(.pt-layout-fixed) .pt-board-edit .pt-board-captcha-input {
    clear: both;
    float: none;
    padding-top: 15px;
    margin-left: 0;
  }
  html:not(.pt-layout-fixed) .pt-board-edit .pt-board-captcha-input .pt-btn {
    margin-top: 10px;
  }

}
@media all and (max-width: 1023px){
  .pt-board-list-td{
    border-top:0;
    padding:0;
    padding-top:10px;
    font-size:12px;
  }
  .pt-board-list-row{
    border-bottom:1px solid #ddd;
  }
  .pt-board-list-td.board_title{
    display:inline-block;
    width:100%;
    font-size:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:500;
  }
  .pt-board-list-td.board_title a{
    color: #3a517d;
  }
  html:not(.pt-layout-fixed) .pt-module-board-skin-basic .pt-board-wrap .pt-board-list .pt-board-col-writer{
    padding-top:10px !important;
  }
  .pt-board-list-body tr.pt-board-list-row td:after{
    content:"";
    margin-right:5px;
    margin-left:5px;
    color: #ddd;
  }
  .pt-board-list-body tr.pt-board-list-row td:last-child:after{
    content:none;
  }
  .pt-board-list-body tr.pt-board-list-row td.pt-board-list-td.board_title:after{
    content:none;
  }
  html:not(.pt-layout-fixed) .pt-module-board-skin-basic .pt-board-wrap .pt-board-list .pt-board-col-writer:after{
    
  }

}
.pt-board-edit .pt-board-edit-editor {
  padding: 15px 10px;
  border-bottom: 1px solid #cccccc;
}
.ui-datepicker-trigger{
	vertical-align: middle;
	margin-left: 5px;
	padding: 0;
	border: none;	
}
.ui-datepicker-trigger img{
	display: block;	
}
.lt-ie9 .pt-component-widget,
.lt-ie9 .pt-component-module{
	font-family: '나눔고딕', NanumGothic, 'ng', '돋움', Dotum, Helvetica, sans-serif;
}
