@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
@media screen and (min-width: 0 \0) {
  /* IE 9, IE 10, IE 11 */
  :root,
  html {
    font-size: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE 10, IE 11 */
  :root,
  html {
    font-size: 10px;
  }
}
body {
  overflow-x: hidden;
  background-color: transparent;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
.site-body {
  font-size: 1.3em;
  line-height: 1.769em;
  font-weight: 300;
  letter-spacing: 0;
  font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic", "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
  position: relative;
  min-height: calc(100vh - 463px);
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 125px;
  padding-bottom: 100px;
}
.site-body h3 {
  font-weight: 500;
  font-size: 1.692em;
  margin-bottom: 20px;
}
.site-body * + h3 {
  margin-top: 45px;
}
.site-body h4 {
  font-size: 1.231em;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 400;
}
.site-body .vdo-cont ~ h4 {
  font-size: 1.692em;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 0;
}
.site-body .site-location {
  max-width: 100%;
}
.site-header {
  font-size: 1.3em;
  line-height: 1.769em;
  font-weight: 300;
  letter-spacing: 0;
  font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic", "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
  background: #262626;
  height: 125px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  box-sizing: border-box;
  z-index: 10000;
}
.site-header .util {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: right;
  height: 46px;
}
.site-header .util ul {
  text-align: right;
  padding-top: 13px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.site-header .util ul > li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
.site-header .util ul > li + li {
  background: url("../../images/user/common/bar.gif") 0 center no-repeat;
  padding-left: 16px;
  margin-left: 12px;
}
.site-header .util ul > li > a {
  display: block;
  color: #ccc;
  height: 31px;
  line-height: 31px;
  font-weight: 400;
}
.site-header .util ul > li > a:hover {
  text-decoration: underline;
}
.site-header .util ul > li.fl + li {
  clear: left;
  background: none;
}
.site-header .util .sch {
  padding-top: 13px;
  display: inline-block;
  margin-left: 50px;
  position: relative;
  margin-right: 30px;
}
.site-header .util .sch .ui-selectmenu-menu ul {
  background: #262626;
  border: 1px solid #777;
}
.site-header .util .sch .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
}
.site-header .util .sch .ui-selectmenu-menu .ui-state-active {
  font-weight: bold;
}
.site-header .util .sch .ui-selectmenu-menu .ui-state-hover {
  background: #444;
}
.site-header .util .sch .ui-selectmenu-menu .ui-state-focus {
  background: #444;
}
.site-header .util .sch .ui-selectmenu-button {
  background: #262626;
  font-size: 1em;
  border: 1px solid #7d7d7d;
  height: 31px;
  line-height: 31px;
}
.site-header .util .sch .ui-selectmenu-button span.ui-selectmenu-text {
  line-height: 31px;
  color: #999;
}
.site-header .util .sch input {
  height: 32px;
  border: 0;
  border-bottom: 1px solid #777;
  background: #262626;
  margin-left: 8px;
  padding-right: 40px;
  color: #fff;
}
.site-header .util .sch button {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 0;
  right: 0;
  bottom: 1px;
  background: url("../../images/user/header/btn_sch.png") center center no-repeat #262626;
  overflow: hidden;
  text-indent: -999px;
}
.site-header h1 {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}
.site-header h1 a {
  position: absolute;
  display: block;
  top: 40px;
  box-sizing: border-box;
  height: 63px;
  line-height: 1em;
  width: 164px;
  font-size: 23px;
  text-indent: -999px;
  background: url('../../images/user/header/logo.png') 0 center no-repeat;
  z-index: 1;
}
.site-header nav {
  margin-top: 9px;
  height: 70px;
  position: relative;
}
.site-header nav > ul {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.site-header nav .toggle-gnb {
  position: absolute;
  text-align: left;
  text-indent: -9999px;
  top: 0;
  right: 50%;
  margin-right: -50%;
  width: 25px;
  height: 70px;
  background: url("../../images/user/header/ico_list_red.png") right center no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.site-header nav .snb-area {
  position: absolute;
  z-index: 9990;
  top: 70px;
  left: 0;
  width: 100%;
  height: 250px;
  background: #ffffff;
  border-bottom: 1px solid #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.site-header nav .snb-area strong {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  padding-top: 37px;
  padding-left: 45px;
  background: url(../../images/user/header/ico_list_red.png) 0 37px no-repeat;
  line-height: 21px;
  font-size: 1.538em;
  font-weight: 400;
}
.site-header nav .snb-area strong a {
  font-size: 17px;
  padding: 0 5px;
}
.site-header nav .snb-area .snb-close {
  position: absolute;
  bottom: 19px;
  right: 50%;
  margin-right: -510px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -999px;
}
.site-header .site-gnb {
  padding-right: 30px;
  text-align: right;
  float: right;
  margin-top: -2px;
  height: 70px;
}
.site-header .site-gnb > li {
  float: left;
  text-align: center;
  height: 70px;
  position: relative;
}
.site-header .site-gnb > li > a {
  display: block;
  line-height: 70px;
  font-weight: 400;
  font-size: 1.231em;
  color: #fff;
  padding: 0 20px;
  height: 70px;
}
.site-header .site-gnb > li > a:hover {
  color: #ed1c24;
}
.site-header .site-gnb > li > a:focus {
  color: #ed1c24;
}
.site-header .site-gnb > li.current {
  background: url("../../images/user/header/gnb_on.png") center bottom no-repeat;
}
.site-header .site-gnb > li.rootCurrent > a {
  color: #ed1c24;
}
.site-header .site-gnb div {
  position: absolute;
  box-sizing: border-box;
  z-index: 9999;
  width: 170px;
  top: 70px;
  left: 0;
  margin: 86px 0 50px;
  text-align: left;
  border-right: 1px solid #ececec;
  left: 50%;
}
.site-header .site-gnb div.active {
  margin: 0;
  padding: 30px 0 30px 0;
  border-right: 0;
  background: #fff;
  border: 1px solid #000;
  opacity: 0;
  height: auto;
  width: 190px !important;
  box-sizing: border-box;
  left: 50%;
  margin-left: -95px !important;
}
.site-header .site-gnb div.active:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background: #ed1c24;
}
.site-header .site-gnb div.active ul {
  width: auto;
}
.site-header .site-gnb div.active h2 {
  color: #fff;
  font-size: 0;
  line-height: 0;
  height: 11px;
  width: 18px;
  left: 50%;
  top: -11px;
  margin-left: -9px;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  background: url(../../images/user/header/gnb_before.png) 0 0 no-repeat;
}
.site-header .site-gnb li:first-child div {
  border-left: 1px solid #ececec;
}
.site-header .site-gnb li:first-child div.active {
  margin: 0;
  padding: 30px 0 30px 0;
  border-right: 0;
  background: #fff;
  border: 1px solid #000;
  opacity: 0;
  height: auto;
  width: 190px !important;
  box-sizing: border-box;
  left: 50%;
  margin-left: -95px !important;
}
.site-header .site-gnb li h2 i.new {
  position: absolute;
  display: inline-block;
  background: #ed1c24;
  color: #fff;
  width: 28px;
  font-size: 11px;
  font-weight: normal;
  height: 28px;
  line-height: 26px;
  text-align: center;
  text-indent: -1px;
  border-radius: 50%;
  margin-right: 5px;
  top: -34px;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.site-header .site-gnb li div i.new:after {
  content: '';
  widtdh: 0;
  height: 0;
  position: absolute;
  border: 5px solid transparent;
  border-top: 10px solid #ed1c24;
  bottom: -8px;
  left: 0;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.site-header .site-gnb h2 {
  font-size: 1.308em;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 15px;
}
.site-header .site-gnb ul li a {
  display: block;
  color: #000;
  font-size: 1.153em;
  line-height: 22px;
  padding-left: 15px;
  font-weight: 400;
}
.site-header .site-gnb ul li a:hover {
  color: #ed1c24;
}
.site-header .site-gnb ul li a:focus {
  color: #ed1c24;
}
.site-header .site-gnb ul li + li {
  margin-top: 8px;
}
.site-header .site-gnb .active ul li a {
  color: #000;
  white-space: nowrap;
}
.site-header .site-gnb .active ul li a:hover {
  color: #ed1c24;
}
.site-header .site-gnb .active ul li a:focus {
  color: #ed1c24;
}
.site-footer {
  font-size: 1.3em;
  line-height: 1.769em;
  font-weight: 300;
  letter-spacing: 0;
  font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic", "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
  clear: both;
  width: 100%;
  padding-bottom: 30px;
  color: #555;
  background: #202020;
  text-align: center;
}
.site-footer .footer-primary {
  background: #000;
  box-sizing: border-box;
  height: 70px;
  padding-top: 20px;
}
.site-footer .wrap {
  max-width: 1200px;
  min-width: 320px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.site-footer ul {
  padding-top: 25px;
  overflow: hidden;
}
.site-footer li {
  display: inline-block;
  line-height: 1em;
}
.site-footer li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #b3b3b3;
}
.site-footer li a {
  color: #777;
  font-size: 1.154em;
  font-weight: 400;
}
.site-footer li b {
  font-weight: 400;
  color: #dedede;
}
.site-footer address {
  margin-top: 15px;
  font-size: 1.077em;
  line-height: 1.929em;
  white-space: pre;
  color: #919191;
}
.site-footer .copyright {
  font-size: 1.154em;
  margin-top: 0px;
  color: #919191;
}
.site-footer .bedge {
  position: absolute;
  top: 30px;
  right: 0;
}
::selection {
  color: #fff;
  background-color: #008ed8;
}
::-moz-selection {
  color: #fff;
  background-color: #008ed8;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table caption {
  height: 0;
  font-size: 0.1em;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
table th {
  font-weight: 500;
}
button {
  font-family: 'Noto Sans KR', 'Calibri', "맑은 고딕", "Malgun Gothic", "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
  color: #444;
}
input {
  font-family: 'Noto Sans KR', 'Calibri', "맑은 고딕", "Malgun Gothic", "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
  color: #444;
  font-size: 13px;
  vertical-align: middle;
  padding: 0;
  height: 40px;
  line-height: 38px;
  border: 1px solid #b3b3b3;
  text-indent: 8px;
  box-sizing: border-box;
}
input:focus {
  outline: 0;
  border: 1px solid #aaa;
  background-color: #f9f9f9;
}
input:hover {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
}
input + .btn2 {
  margin-left: 2px;
}
textarea {
  font-family: 'Noto Sans KR', 'Calibri', "맑은 고딕", "Malgun Gothic", "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
  color: #444;
  border: 1px solid #b3b3b3;
  padding: 10px;
  box-sizing: border-box;
}
textarea:focus {
  outline: 0;
}
nav {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
section {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
article {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
figure {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
figcaption {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
h1 {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
  line-height: 1em;
}
h2 {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
  line-height: 1em;
}
h3 {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
  line-height: 1em;
}
h3 + .list-type .btn-cont:first-child {
  margin-top: -46px;
  margin-bottom: 10px;
}
h4 {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
  line-height: 1em;
}
h4 + .btn-cont {
  margin-top: -42px;
}
h4 + .btn-cont + .list-type {
  margin-top: 20px;
}
h4 + .btn-cont + .write-type {
  margin-top: 20px;
}
h4 + .btn-cont + .info-type {
  margin-top: 20px;
}
h4 + .list-type .btn-cont:first-child {
  margin-top: -46px;
  margin-bottom: 10px;
}
h5 {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
  line-height: 1em;
}
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
  line-height: 1em;
}
menu {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
ul {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
  list-style: none;
}
ol {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
  list-style: none;
}
dl {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
  list-style: none;
}
dt {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
dd {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
p {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
form {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR';
}
img {
  margin: 0;
  border: none;
}
cite {
  font-style: normal;
}
em {
  font-style: normal;
  color: #ed1c24;
}
address {
  font-style: normal;
}
b {
  font-weight: 500;
}
b + span.info {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-left: 15px;
  padding-left: 16px;
  color: #777;
  background: url('../../images/user/common/bar.gif') 0 center no-repeat;
}
strong {
  font-weight: 500;
}
iframe {
  border: none;
  outline: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a > span {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
fieldset legend {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
input[type="radio"] {
  border: 0;
  height: auto;
  line-height: auto;
}
input[type="checkbox"] {
  border: 0;
  height: auto;
  line-height: auto;
}
input[readonly] {
  background: #f9f9f9;
}
input[disabled] {
  background: #f9f9f9;
}
.btn2 {
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  min-width: 80px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color: #f5f5f5;
  border: 1px solid #b4b4b4;
  color: #000;
}
.btn2 + .input-box {
  margin-top: 10px;
}
.btn2 + .btn2 {
  margin-left: 2px;
}
.btn2 span {
  color: #ccc;
}
.btn2:hover {
  background: #ececec;
}
.btn2:focus {
  background: #ececec;
}
.input-box + .input-box {
  margin-top: 10px;
}
.q0 {
  width: 70px;
}
.q1 {
  width: 25%;
}
.q2 {
  width: 50%;
}
.q3 {
  width: 75%;
}
.q4 {
  width: 100%;
}
textarea.q4 {
  width: 100%;
}
label.radio {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  min-height: 20px;
  line-height: 20px;
  padding: 0;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  background: url("../../images/user/common/radio_off.png") 0 center no-repeat;
}
label.radio input {
  margin: 0 5px 0 0;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
}
label.radio input:focus {
  padding: 0;
  top: 0;
  left: 0;
}
label.radio input:hover {
  padding: 0;
  top: 0;
  left: 0;
}
label.checkbox {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  min-height: 20px;
  line-height: 20px;
  padding: 0;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  background: url("../../images/user/common/checkbox.png") 0 center no-repeat;
  background-size: 20px;
}
label.checkbox input {
  margin: 0 5px 0 0;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
}
label.checkbox input:focus {
  padding: 0;
  top: 0;
  left: 0;
}
label.checkbox input:hover {
  padding: 0;
  top: 0;
  left: 0;
}
td label.radio {
  margin-right: 20px;
}
td label.checkbox {
  margin-right: 20px;
}
td a.file {
  float: left;
  clear: left;
  border-bottom: 1px solid #777;
}
label.radio.checked {
  background-image: url("../../images/user/common/radio_on.png");
  background-repeat: no-repeat;
}
label.checkbox.checked {
  background-image: url("../../images/user/common/checkbox_on.png");
  background-size: 20px;
}
.dim {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}
.dim.open {
  display: block;
}
.accessibility {
  position: relative;
}
.accessibility a {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  overflow: hidden;
  font-weight: 500;
  z-index: 99999;
}
.accessibility a:focus {
  z-index: 999;
  padding-left: 30px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #008ed8;
  color: #fff;
  overflow: hidden;
  outline: 0;
}
#skipToLNB {
  position: absolute;
  height: 1px;
  overflow: hidden;
}
#skipToContents {
  position: absolute;
  height: 1px;
  overflow: hidden;
}
#skipToQuick {
  position: absolute;
  height: 1px;
  overflow: hidden;
}
.loading {
  top: 350px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  z-index: 9999;
  color: #777;
  text-align: center;
  line-height: 40px;
  width: 600px;
}
.ac {
  text-align: center;
}
.al {
  text-align: left;
  padding-left: 20px;
}
.ar {
  text-align: right;
  padding-right: 20px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fr + * {
  clear: both;
}
.clear {
  clear: both;
}
span.info + span.info {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-left: 15px;
  padding-left: 16px;
  color: #777;
  background: url('../../images/user/common/bar.gif') 0 center no-repeat;
}
.score {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 97px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
  background-image: url('../../images/user/common/score.png');
  background-repeat: no-repeat;
}
.score.score-0 {
  background-position: 0 0;
}
.score.score-1 {
  background-position: 0 -20px;
}
.score.score-2 {
  background-position: 0 -40px;
}
.score.score-3 {
  background-position: 0 -60px;
}
.score.score-4 {
  background-position: 0 -80px;
}
.score.score-5 {
  background-position: 0 -100px;
}
.score.score-6 {
  background-position: 0 -120px;
}
.score.score-7 {
  background-position: 0 -140px;
}
.score.score-8 {
  background-position: 0 -160px;
}
.score.score-9 {
  background-position: 0 -180px;
}
.score.score-10 {
  background-position: 0 -200px;
}
.wrap {
  max-width: 1200px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.btn-cont.left {
  text-align: left;
}
.btn-cont.center {
  text-align: center;
}
.btn {
  *zoom: 1;
  *display: inline;
  text-align: center;
  white-space: nowrap;
  padding: 0 35px;
  height: 50px;
  line-height: 48px;
  font-weight: 300;
  font-size: 1.153em;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background: #fff;
  border: 1px solid #262626;
  color: #000;
}
.btn + .btn {
  margin-left: 5px;
}
.btn:hover {
  background: #f9f9f9;
}
.btn:focus {
  background: #f9f9f9;
}
.btn4 {
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
  height: 43px;
  line-height: 43px;
  font-size: 1.154em;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  color: #fff;
  background-color: #7b838b;
  border-top: 1px solid #b3b8bc;
  border-right: 1px solid #6f767d;
  border-bottom: 1px solid #686f76;
  border-left: 1px solid #979da4;
}
.spot {
  background-color: #262626;
  border: 1px solid #262626;
  color: #fff;
}
.spot:hover {
  background: #444;
  border-color: #444;
}
.spot:focus {
  background: #444;
  border-color: #444;
}
.btn2.spot {
  border: 1px solid #777777;
  background: #777777;
}
.btn2.spot:hover {
  border: 1px solid #555;
  background: #555;
}
.btn2.spot:focus {
  border: 1px solid #555;
  background: #555;
}
.spot2 {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.spot2:hover {
  background: #56c82c;
}
.spot2:focus {
  background: #56c82c;
}
.btn4.spot3 {
  color: #fff;
  background: #f9ad1a;
  border-top: 1px solid #f9a283;
  border-right: 1px solid #e19c17;
  border-bottom: 1px solid #d39316;
  border-left: 1px solid #fabe4a;
}
.del {
  color: #333;
  background-color: #eee;
  border: 1px solid #ccc;
}
.del:hover {
  background: #ddd;
}
.del:focus {
  background: #ddd;
}
a.btn.dw {
  padding-left: 56px;
  background-image: url("../../images/user/common/ico_download.png");
  background-position: 30px center;
  background-repeat: no-repeat;
}
.file {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  margin-left: 30px;
  position: relative;
}
.file + .file {
  margin-top: 3px;
}
p.file {
  display: block;
  margin-top: 10px;
  background: url('../../images/user/common/ico_file.png') 0 center no-repeat;
}
a.file:after {
  content: " ";
  position: absolute;
  left: -30px;
  top: 0;
  width: 23px;
  height: 23px;
  background: url('../../images/user/common/ico_file.png') 0 center no-repeat;
}
a.delete {
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: url('../../images/user/common/ico_delete.gif') 0 6px no-repeat;
  text-indent: -999px;
  overflow: hidden;
  width: 15px;
  height: 18px;
}
.ico {
  width: 20px;
  height: 20px;
  text-indent: -999px;
  overflow: hidden;
  padding-left: 0;
}
.tabs {
  position: relative;
  margin-top: 20px;
}
.tabs .ui-tabs-nav {
  height: 40px;
  line-height: 39px;
  text-align: center;
}
.tabs .ui-tabs-nav li {
  display: inline-block;
  white-space: nowrap;
}
.tabs .ui-tabs-nav li + li {
  background: url(../../images/user/common/bar.gif) 0 center no-repeat;
}
.tabs .ui-tabs-nav .ui-tabs-anchor {
  display: block;
  padding: 0 20px;
  color: #777;
  font-weight: 300;
  font-size: 1.153em;
}
.tabs .ui-tabs-nav .ui-tabs-anchor:hover {
  color: #000;
}
.tabs .ui-tabs-nav .ui-tabs-anchor:focus {
  color: #000;
}
.tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #ed1c24;
}
.tabs .ui-tabs-nav li.ui-tabs-active a:hover {
  color: #ed1c24;
}
.tabs .ui-tabs-nav li.ui-tabs-active a:focus {
  color: #ed1c24;
}
.tabs .tabs-nav li + li {
  background-image: none;
}
.tabs .ui-tabs-panel {
  display: block;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.popup {
  background-color: #ffffff;
}
.popup .tabs .ui-tabs-nav {
  height: 52px;
  line-height: 51px;
}
.popup .tabs .ui-tabs-nav .ui-tabs-anchor {
  font-size: 1.231em;
}
.popup .tabs .ui-tabs-nav li.ui-tabs-active a {
  height: 52px;
  line-height: 50px;
}
.popup .tabs .ui-tabs-nav li.ui-tabs-active a:hover {
  height: 52px;
  line-height: 50px;
}
.popup .tabs .ui-tabs-nav li.ui-tabs-active:first-child a {
  height: 52px;
  line-height: 50px;
}
.popup .write-type table th {
  line-height: 30px;
  background-color: #f5f5f5;
  text-align: left;
}
.popup .write-type table th.required {
  background: url('../../images/user/common/star.png') 7px 20px no-repeat #f5f5f5;
}
.popup .write-type table td table thead th {
  text-align: center;
  padding: 5px 0;
}
.popup .write-type table td table tbody td {
  text-align: center;
  padding: 5px 0;
}
.popup .write-type table table + .btn-cont {
  margin-top: 15px;
}
.popup .btn-cont.left {
  text-align: left;
}
.booksale {
  position: relative;
  padding-left: 400px;
  height: 261px;
  margin-bottom: 80px;
}
.booksale + .tabs .ui-tabs-nav .ui-tabs-anchor {
  font-size: 1.381em;
}
.booksale + .tabs .ui-tabs-nav .ui-tabs-active {
  border-bottom: 2px solid #ed1c24;
}
.booksale + .tabs .ui-tabs-panel {
  margin-top: 40px;
}
.booksale .book-img {
  position: absolute;
  width: 205px;
  padding-top: 9px;
  background: url("../../images/user/common/img_book_top.gif") center 0 no-repeat;
  background-size: 100% 9px;
  top: 0;
  left: 0;
}
.booksale .book-img img {
  max-width: 200px;
  border: 1px solid #aaa;
}
.booksale ul li {
  line-height: 1.7em;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #333;
  font-weight: 400;
  padding-left: 12px;
  background: url("../../images/user/common/blt01.gif") 0 0.7em no-repeat;
}
.booksale ul li span {
  display: inline-block;
  width: 70px;
  color: #777;
}
.tabs-nav {
  position: relative;
  margin-top: 20px;
  height: 40px;
  line-height: 39px;
  margin-bottom: 18px;
  border-bottom: 2px solid #383c3f;
}
.tabs-nav li {
  float: left;
  white-space: nowrap;
  font-weight: 600;
}
.tabs-nav li:first-child a {
  border-left: 1px solid #c3c3c3;
}
.tabs-nav a {
  display: block;
  padding: 0 37px;
  color: #777;
  font-weight: 600;
  font-size: 1.231em;
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
}
.tabs-nav li.current a {
  color: #333333;
  background: #fff;
  line-height: 38px;
  height: 40px;
  padding: 0 35px;
  z-index: 999;
  margin: 0 0 0 -1px;
  border: 2px solid #383c3f;
  border-bottom: 0;
}
.tabs-nav li.current a:hover {
  color: #333333;
  background: #fff;
  line-height: 38px;
  height: 40px;
  padding: 0 35px;
  z-index: 999;
  margin: 0 0 0 -1px;
  border: 2px solid #383c3f;
  border-bottom: 0;
}
.tabs-nav li.current:first-child a {
  color: #333333;
  background: #fff;
  line-height: 38px;
  height: 40px;
  padding: 0 35px;
  z-index: 999;
  margin: 0 0 0 -1px;
  border: 2px solid #383c3f;
  border-bottom: 0;
}
.pop-notice {
  width: 100%;
  background: #fff;
}
.pop-notice p {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 10px 20px;
  color: #555;
  font-size: 13px;
  color: #000;
}
.accordion {
  border-top: 2px solid #999999;
  margin-top: 20px;
}
.accordion .info-type tbody td {
  padding: 8px 8px;
  font-size: 0.923em;
}
.accordion .info-type tbody td.ac {
  padding: 8px 8px;
  font-size: 0.923em;
}
.ui-accordion-header {
  padding: 13px 0 13px 10px;
  line-height: 2em;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  cursor: pointer;
  color: #000;
  font-size: 1.153em;
  margin-bottom: 0 !important;
}
.ui-accordion-header span {
  margin-right: 5px;
}
.ui-accordion-header:hover {
  background-color: #fcfcfc;
}
.ui-accordion-header:focus {
  background-color: #fcfcfc;
}
.ui-accordion-header-active {
  border-bottom: 1px solid #f3f3f3;
}
.ui-accordion-header-active .ui-accordion-header-icon {
  background: url('../../images/user/common/select_arr_up.png') center center no-repeat;
}
.ui-accordion-header-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  opacity: 0.5;
  background: url('../../images/user/common/select_arr.png') center center no-repeat;
}
.ui-accordion-content {
  padding: 15px 30px 15px 30px;
  border-bottom: 1px solid #dcdcdc;
  color: #666;
  font-size: 1.077em;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
.ui-selectmenu-menu ul {
  background: #fff;
  border: 1px solid #ccc;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
  max-height: 400px;
}
.ui-selectmenu-menu .ui-menu li {
  padding: 5px 10px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1.077em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-menu .ui-state-active {
  font-weight: bold;
}
.ui-selectmenu-menu .ui-state-hover {
  background: #f9f9f9;
}
.ui-selectmenu-menu .ui-state-focus {
  background: #f9f9f9;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  width: auto !important;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #b3b3b3;
  vertical-align: top;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -10px;
  position: absolute;
  width: 18px;
  height: 20px;
  top: 50%;
  background: url("../../images/user/common/select_arr.png") center center no-repeat;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0 40px 0 10px;
  height: 36px;
  line-height: 36px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.cal {
  width: 200px;
}
.ui-datepicker-trigger {
  position: relative;
  margin-left: -27px;
  vertical-align: middle;
}
.ui-datepicker {
  background-color: #fff;
  border: 1px solid #dddddd;
  width: 200px;
  padding: 12px 5px 5px;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0 0;
}
.ui-datepicker .ui-datepicker-prev {
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 20px;
  height: 30px;
  background-image: url('../img/web/datepick_arr.png');
  text-indent: -999px;
  background-repeat: no-repeat;
  cursor: pointer;
  left: 5px;
  background-position: 0 center;
}
.ui-datepicker .ui-datepicker-prev:hover {
  background-image: url('../img/web/datepick_arr_on.png');
}
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 45%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-next {
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 20px;
  height: 30px;
  background-image: url('../img/web/datepick_arr.png');
  text-indent: -999px;
  background-repeat: no-repeat;
  cursor: pointer;
  right: 5px;
  background-position: right center;
}
.ui-datepicker .ui-datepicker-next:hover {
  background-image: url('../img/web/datepick_arr_on.png');
}
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 45%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 1em;
  line-height: 30px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month {
  width: 40%;
  margin: 0 2px;
  padding: 1px;
  border: 1px solid #aaa;
}
.ui-datepicker select.ui-datepicker-year {
  width: 40%;
  margin: 0 2px;
  padding: 1px;
  border: 1px solid #aaa;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 10px 0 0.2em;
  border-top: 2px solid #aaa;
}
.ui-datepicker th {
  padding: 0.3em 0.3em;
  font-size: 11px;
  text-align: center;
  height: 14px;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
}
.ui-datepicker tr:first-child td {
  border-top: 0;
}
.ui-datepicker td {
  text-align: center;
  border: 0;
  padding: 1px;
  height: 14px;
}
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-decoration: none;
  border-bottom: 0;
}
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-decoration: none;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-widget-overlay {
  position: fixed;
  width: 100%;
  height: 500%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 99999;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 9999;
}
.ui-autocomplete .ui-menu-item a {
  padding: 0 4px;
}
.ui-autocomplete .ui-menu-item .ui-state-hover {
  display: block;
  background: #f5f5f5;
}
.ui-autocomplete .ui-menu-item .ui-state-focus {
  display: block;
  background: #f5f5f5;
}
.ui-autocomplete.ui-widget-content {
  border: 1px solid #aaaaaa;
  border-top: 0;
  background: #ffffff;
  color: #222222;
  padding: 7px 0;
  line-height: 1.8em;
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -9999px;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../images/user/common/loading.gif) center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #ed1c24;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ed1c24;
}
.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.sch-cont {
  margin: 15px 0;
  position: relative;
}
.sch-cont label {
  font-weight: 300;
  margin-right: 6px;
}
.sch-cont label ~ label {
  margin-left: 20px;
}
.sch-cont input.q1 {
  padding-right: 40px;
}
.sch-cont * + input[type=text] {
  margin-left: 6px;
  height: 38px;
  line-height: 36px;
}
.sch-cont.right {
  text-align: right;
}
.btn-sch {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 0;
  background: url(../../images/user/common/ico_sch.png) center center no-repeat;
  text-indent: -999px;
  text-align: left;
  overflow: hidden;
}
.write-type {
  border-top: 2px solid #262626;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}
.write-type + .list-type {
  margin-top: 10px;
}
.write-type table + table {
  margin-top: -1px;
}
.write-type table th.required {
  background: url('../../images/user/common/star2.png') right 20px no-repeat;
}
.write-type table thead th {
  line-height: 30px;
  background-color: #f5f5f5;
  text-align: left;
}
.write-type table th {
  vertical-align: middle;
  text-align: left;
  padding: 5px 10px 5px 20px;
  line-height: 40px;
  font-size: 1.077em;
  font-weight: 400;
}
.write-type table td {
  vertical-align: middle;
  color: #555;
  line-height: 30px;
  padding: 5px 0 5px 0;
}
.write-type table td br ~ input {
  margin-top: 8px;
  vertical-align: middle;
}
.write-type table td br ~ input + .btn2 {
  margin-top: 8px;
  vertical-align: middle;
}
.write-type table td br ~ span {
  margin-top: 8px;
  vertical-align: middle;
}
.write-type table td br ~ label {
  margin-top: 8px;
  vertical-align: middle;
}
.write-type table td input + span {
  margin-left: 5px;
  font-weight: 200;
}
.write-type table td input + .btn2 {
  margin-left: 6px;
}
.write-type table td .btn2 {
  padding: 0 15px;
  margin-left: 20px;
}
.write-type table td.ac {
  text-align: center;
}
.write-type table tbody + tbody tr:first-child th {
  border-top: 1px solid #bbb;
}
.write-type table tbody + tbody tr:first-child td {
  border-top: 1px solid #bbb;
}
.write-type table .label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-weight: 600;
  font-size: 0.923em;
  margin-right: 6px;
}
.write-type table span.fx {
  margin: 0 15px;
  vertical-align: middle;
}
.write-type table p {
  line-height: 22px;
  margin-top: 5px;
  color: #555;
}
.write-type table p + p {
  margin-top: 0;
}
.write-type table p.em {
  color: #128ee1;
}
.list-type {
  position: relative;
  clear: both;
  border-top: 2px solid #262626;
}
.list-type + .write-type {
  margin-top: 10px;
}
.list-type + .list-type {
  margin-top: 10px;
}
.list-type > cite {
  display: block;
  font-size: 1.077em;
  margin: 10px 0;
  font-weight: 600;
}
.list-type > cite span {
  float: right;
  font-weight: normal;
  color: #666;
}
.list-type .more {
  float: right;
  height: 20px;
  margin-top: -38px;
  margin-bottom: 15px;
  padding-left: 24px;
  color: #333;
  font-weight: 600;
  font-size: 1.077em;
  background: url("../../images/user/main/more.gif") 0 center no-repeat;
}
.list-type table {
  clear: both;
  border-bottom: 1px solid #dcdcdc;
}
.list-type table + table {
  margin-top: -1px;
}
.list-type table thead th {
  vertical-align: top;
  color: #000;
  padding: 15px 0;
  line-height: 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.077em;
  font-weight: 400;
}
.list-type table thead th span {
  display: block;
  line-height: 1.623em;
  font-weight: normal;
  font-size: 0.857em;
}
.list-type table thead th.left {
  padding-left: 30px;
  text-align: left;
  font-size: 1em;
}
.list-type table tbody th {
  padding: 15px;
  min-height: 50px;
  *height: auto;
  border-top: 1px solid #dcdcdc;
  vertical-align: middle;
  line-height: 20px;
  font-size: 1.077em;
  box-sizing: border-box;
  vertical-align: top;
  color: #555;
  font-size: 1em;
}
.list-type table tbody td {
  padding: 15px;
  min-height: 50px;
  *height: auto;
  border-top: 1px solid #dcdcdc;
  line-height: 20px;
  color: #555;
  font-size: 1.077em;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
}
.list-type table tbody td a:hover {
  text-decoration: underline;
}
.list-type table tbody td a:hover em {
  text-decoration: underline;
}
.list-type table tbody td a.btn2:hover {
  text-decoration: none;
}
.list-type table tbody td a.btn4:hover {
  text-decoration: none;
}
.list-type table tbody tr:hover th {
  background-color: #fcfcfc;
  background: #f1f1f1;
}
.list-type table tbody tr:hover td {
  background-color: #fcfcfc;
}
.list-type table tbody td.al a {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-type table tbody td.al a.mod {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding-left: 12px;
  margin-left: 15px;
  font-size: 0.923em;
  background: url('../../images/user/common/ico_pen.gif') 0 center no-repeat;
  color: #0077ce;
  text-decoration: underline;
}
.list-type table tbody td.period p span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 43px;
  margin-right: 5px;
  text-align: left;
  background: url("../../images/user/common/bar.gif") right center no-repeat;
}
.list-type table tbody .blue th {
  color: #128ee1;
  font-weight: 500;
}
.list-type table tbody .blue td {
  color: #128ee1;
  font-weight: 500;
}
.list-type table th {
  background: #f9f9f9;
}
.list-type table a.big {
  font-size: 1.231em;
  font-weight: 500;
}
.list-type table td .reple {
  background: url('../../images/user/common/reple.gif') 0 1px no-repeat;
  padding-left: 20px;
}
.list-type table td.re1 {
  padding-left: 25px;
}
.list-type table td.re2 {
  padding-left: 45px;
}
.list-type table td.re3 {
  padding-left: 65px;
}
.list-type table td.re4 {
  padding-left: 85px;
}
.list-type table td.re5 {
  padding-left: 105px;
}
.list-type table td.re6 {
  padding-left: 125px;
}
.list-type table tfoot td {
  background: #f9f9f9;
  border-top: 1px solid #dcdcdc;
  vertical-align: middle;
  height: 49px;
  text-align: center;
}
.list-type td .date {
  margin: 15px 0;
}
.list-type td .date strong {
  font-weight: 300;
  color: #ed1c24;
  display: inline-block;
  padding-right: 22px;
  margin-right: 10px;
  background: url("../../images/user/common/ico_arr.gif") right center no-repeat;
}
.list-type td .date time {
  font-weight: 400;
  color: #000;
  display: inline-block;
}
.list-type td .date.right {
  position: absolute;
  top: 10px;
  right: 30px;
}
.list-type td.al {
  text-align: left;
  padding-left: 20px;
}
.list-type td.ar {
  text-align: right;
  padding-right: 20px;
}
.txt-list + .info-type {
  margin-top: 40px;
}
.txt-list + .list-type {
  margin-top: 40px;
}
.txt-list .list-type {
  margin-top: 10px;
}
.txt {
  font-size: 1.077em;
}
.txt + .info-type {
  margin-top: 40px;
  margin-top: 10px;
}
.scroll-x {
  max-width: 1200px;
  overflow-x: auto;
}
.scroll-x table {
  width: 150%;
}
.approval + .write-type {
  margin-top: 40px;
}
.info-type {
  clear: both;
}
.info-type > cite {
  display: block;
  font-size: 1.077em;
  margin: 10px 0;
  font-weight: 600;
}
.info-type table {
  border-top: 2px solid #282828;
  margin-top: 15px;
}
.info-type table thead th {
  background-color: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  font-size: 1.3em;
}
.info-type table th {
  padding: 14px 0 14px 20px;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: top;
  background: #f9f9f9;
  text-align: left;
  color: #444;
}
.info-type table th span {
  display: block;
  font-weight: normal;
  font-size: 0.923em;
}
.info-type table th strong {
  font-size: 1.3em;
  font-weight: 600;
}
.info-type table td {
  padding: 14px 20px 14px 20px;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: top;
  color: #666;
}
.info-type table td a:hover {
  text-decoration: underline;
}
.info-type table td a em {
  text-decoration: underline;
}
.info-type table th.ac {
  padding: 14px 0;
  text-align: center;
}
.info-type table td.ac {
  padding: 14px 0;
  text-align: center;
}
.info-type table tr.ac th {
  padding: 14px 0;
  text-align: center;
}
.info-type table tr.ac td {
  padding: 14px 0;
  text-align: center;
}
.info-type table tr.ac th.al {
  padding-left: 20px;
  text-align: left;
}
.info-type table tr.strong td {
  font-weight: 600;
  font-size: 1.077em;
  color: #333;
}
.info-type table + table {
  margin-top: 10px;
}
.info-type table tbody + tbody tr:first-child th {
  border-top: 2px solid #ccc;
}
.info-type table tbody + tbody tr:first-child td {
  border-top: 2px solid #ccc;
}
.info-type + .txt {
  margin-top: 10px;
}
.info-type.print tbody td {
  border-left: 1px solid #ddd;
}
.info-type.print tbody td:first-child {
  border-left: 0;
}
.info-type.print th[rowspan] {
  padding-left: 0;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}
.info-type.print td[rowspan] {
  padding-left: 0;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}
.info-type.print td[rowspan]:last-child {
  border-right: 0;
}
.info-type.print th + th {
  border-left: 1px solid #ddd;
}
.info-type.print td + th {
  border-left: 1px solid #ddd;
}
.info-type.print td + th[rowspan] {
  border-left: 1px solid #ddd;
}
.inquiry-box + .list-type {
  margin-top: 45px;
}
.list-type.no-hover table tbody tr:hover td {
  background-color: transparent;
}
.list-type.no-hover table tbody th {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 22px;
}
.list-type.no-hover table tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 22px;
}
.list-type.borderd thead th + th {
  border-left: 1px solid #ddd;
}
.list-type.borderd tbody td + td {
  border-left: 1px solid #ddd;
}
.list-type.borderd tbody tr:nth-child(even) td {
  border-top: 1px dashed #dcdcdc;
}
.confirm-o {
  color: #0c77ca;
  font-weight: 500;
}
.confirm-x {
  color: #ff6810;
  font-weight: 500;
}
a.confirm-o {
  text-decoration: underline;
}
a.confirm-x {
  text-decoration: underline;
}
.note-tit {
  font-size: 1.286em;
  font-weight: 400;
  margin-top: 40px;
  color: #000;
}
.pic-cont .run-time {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: #000;
  color: #fff;
  padding: 0 5px;
  line-height: 1.8em;
}
.pic-cont img {
  display: block;
  margin: 0 auto;
}
.watch-lbl {
  display: inline-block;
  text-align: center;
  width: 52px;
  font-size: 0.846em;
  background: #78318d;
  color: #fff;
  margin-right: 15px;
}
.watch-lbl.complete {
  background: #5f5f5f;
}
.secret {
  position: absolute;
  margin-left: 5px;
  width: 12px;
  height: 20px;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -999px;
  background: url('../../images/user/common/ico_secret.png') 0 center no-repeat;
}
.secret + a {
  padding-left: 30px;
}
.list-type1 + .list-type {
  margin-top: 10px;
}
.comment {
  display: block;
  margin-top: 15px;
  line-height: 2em;
  margin-bottom: 10px;
  color: #128ee1;
}
strong.comment {
  display: block;
  margin-top: 36px;
  margin-bottom: 10px;
  color: #0c77ca;
  font-size: 1.077em;
  line-height: 1.714em;
}
.printpage h1 {
  text-align: center;
  margin-bottom: 30px;
}
.txt-confirm {
  margin: 20px 0;
  font-size: 1.231em;
  font-weight: 600;
  line-height: 1.8em;
}
cite.company {
  margin-top: 40px;
  display: block;
  text-align: center;
  font-size: 2.2em;
  font-weight: 600;
}
.search-type {
  border-top: 2px solid #999999;
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
  margin: 20px 0;
}
.search-type table th {
  padding: 3px 10px;
  line-height: 30px;
  text-align: left;
  vertical-align: top;
}
.search-type table td {
  padding: 3px 10px;
  vertical-align: middle;
  line-height: 30px;
  color: #666;
}
.search-type table td input + span {
  margin-left: 5px;
}
.search-type + .btn-cont {
  margin-top: -10px;
}
.view-type {
  margin-top: 50px;
  border-bottom: 1px solid #dcdcdc;
  clear: both;
}
.view-type table {
  border-top: 2px solid #999999;
}
.view-type thead th {
  padding: 13px 30px;
  line-height: 1.714em;
  font-size: 1.231em;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  vertical-align: top;
}
.view-type thead td {
  padding: 13px 30px;
  vertical-align: top;
  color: #444;
  font-size: 1.077em;
  line-height: 1.714em;
}
.view-type thead td .fr {
  font-weight: 500;
}
.view-type thead td cite {
  margin-right: 20px;
  font-weight: 600;
  color: #666;
}
.view-type tfoot td {
  padding: 13px 30px;
  line-height: 1.714em;
  font-size: 1.077em;
  border-top: 1px solid #dcdcdc;
  text-align: left;
}
.view-type tfoot td cite {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-weight: 400;
  padding-right: 17px;
  margin-right: 16px;
  background: url('../../images/user/common/bar.gif') right center no-repeat;
}
.view-type tfoot td .date {
  color: #666;
  float: right;
}
.view-type tfoot td a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-type tfoot td a:hover {
  text-decoration: underline;
}
.view-type tfoot tr:first-child td {
  border-top: 2px solid #999999;
}
.view-type tbody td {
  padding: 30px;
  border-top: 1px solid #dcdcdc;
  font-size: 1.077em;
  line-height: 1.714em;
}
.view-type tbody td textarea {
  width: 910px;
  height: 100px;
}
.view-type td .photo-cont {
  text-align: center;
  margin: 0 auto 40px auto;
}
.view-type td .photo-cont img {
  margin: 0 auto;
  border: 1px solid #cccccc;
}
/*.vdo-list {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 2px solid #262626;
    overflow: hidden;
    padding-right: 100px;
    position: relative;
    box-sizing: border-box;

    .bx-wrapper {
        width: 100%;
        box-sizing: border-box;
    }

    li {
        float: left;
        box-sizing: border-box;
        width: 266px;
        margin-right: 0.5%;
        position: relative;

        a {
            display: block;
            position: relative;
            padding-top: 56.3%;
            min-height: 135px;
            background: #d6d6d6;
        }

        img {
            width: 100%;
            position: absolute;
            max-height: 56.3%;
            display: block;
            top: 0;
            left: 0;
            box-sizing: border-box;
            border: 1px solid #d6d6d6;
        }

        div {
            border: 1px solid #d6d6d6;
            border-top: 0;
            padding: 20px;
            box-sizing: border-box;
            height: 135px;
            position: relative;
            background: #fff;
        }

        p {
            font-size: 1.231em;
            line-height: 1.250em;
            color: #333;
            font-weight: 400;
            overflow: hidden;
            max-height: 2.500em;
        }

        cite {
            color: #777;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        span {
            color: #555;
            display: block;
            text-align: right;
            font-size: 1.077em;
            position: absolute;
            bottom: 15px;
            right: 20px;
        }

        .running-time {
            color: #fff;
            position: absolute;
            right: 10px;
            bottom: 140px;
            font-size: 1em;
        }
    }

    .bx-controls-direction {
        .bx-next {
            position: absolute;
            width: 100px;
            height: 100%;
            top: 16px;
            right: -100px;
            overflow: hidden;
            color: #fff;
            background: #fff url("../../images/user/common/vdo_list_next.png") right center no-repeat;
        }

        .bx-prev {
            display: none;
        }
    }

    .bx-pager {
        display: none;
    }
}*/
.addition {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  padding: 10px 0;
  margin-top: 10px;
  font-size: 1.077em;
  line-height: 2em;
  margin-top: 80px;
}
.addition .addition-tit {
  background: url('../../images/user/common/blt_arr.png') 15px center no-repeat;
  padding-left: 47px;
  height: 32px;
  line-height: 32px;
  font-size: 1.385em;
  display: block;
}
.addition .addition-tit ~ p {
  padding-left: 47px;
  color: #777;
}
.addition b {
  font-weight: 400;
  color: #333;
}
.addition span.divider {
  margin: 0 1em;
}
.opinion {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #262626;
}
.opinion h3 {
  height: 18px;
  font-size: 1.231em;
  color: #383c3f;
}
.opinion .opinion-list {
  margin-top: 20px;
  border-top: 1px solid #d6d6d6;
}
.opinion .opinion-list li {
  border-bottom: 1px dotted #d6d6d6;
  position: relative;
  padding: 20px 0;
}
.opinion .opinion-list li cite {
  color: #555;
  font-weight: 400;
  font-size: 1.077em;
}
.opinion .opinion-list li cite + time {
  margin-left: 20px;
}
.opinion .opinion-list li time {
  color: #777;
  font-size: 1.077em;
}
.opinion .opinion-list li time + cite {
  margin-left: 20px;
}
.opinion .opinion-list li p {
  font-size: 1.077em;
  line-height: 1.714em;
}
.opinion .opinion-list li a.delete {
  position: absolute;
  padding-left: 16px;
  text-indent: 0;
  width: auto;
  background: url('../../images/user/common/ico_delete.gif') 0 center no-repeat;
  line-height: 18px;
  text-decoration: underline;
  top: 20px;
  right: 5px;
}
.opinion .opinion-list li .btn-cont {
  padding-top: 10px;
}
.opinion .opinion-write {
  position: relative;
  background: #fff;
  border: 1px solid #cfcfcf;
  padding: 12px 20px;
}
.opinion .opinion-write label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.opinion .opinion-write span {
  color: #555;
}
.opinion .opinion-write span em {
  color: #333;
  font-weight: 500;
}
.opinion .opinion-write a.btn2 {
  position: absolute;
  right: 20px;
  bottom: 15px;
  padding-left: 35px;
  background-image: url('../../images/user/common/ico_check.png');
  background-position: 10px center;
  background-repeat: no-repeat;
}
.opinion .opinion-write textarea {
  padding: 0;
  border: 0;
  width: 100%;
  overflow: hidden;
  resize: none;
}
.list-more {
  display: block;
  margin-top: -1px;
}
.list-more span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-right: 25px;
  background: url('../../images/user/common/arr.png') right center no-repeat;
}
.openAllMenu .site-gnb > li {
  position: static;
}
.site-header.skin-white {
  background: #fff;
  border-bottom: 1px solid #000;
}
.site-header.skin-white .util ul > li > a {
  display: block;
  color: #555;
  height: 31px;
  line-height: 31px;
  font-weight: 400;
}
.site-header.skin-white .util .sch .ui-selectmenu-menu ul {
  background: #fff;
  border: 1px solid #999;
}
.site-header.skin-white .util .sch .ui-selectmenu-menu .ui-state-hover {
  background: #bbb;
}
.site-header.skin-white .util .sch .ui-selectmenu-menu .ui-state-focus {
  background: #bbb;
}
.site-header.skin-white .util .sch .ui-selectmenu-button {
  background: #fff;
  border: 1px solid #999;
}
.site-header.skin-white .util .sch .ui-selectmenu-button span.ui-selectmenu-text {
  color: #777;
}
.site-header.skin-white .util .sch input {
  border-bottom: 1px solid #999;
  background: #fff;
  color: #000;
}
.site-header.skin-white .util .sch button {
  background: url("../../images/user/header/btn_sch_black.png") center center no-repeat #fff;
}
.site-header.skin-white h1 a {
  background: url('../../images/user/header/logo_white.png') 0 center no-repeat;
}
.site-header.skin-white .site-gnb > li > a {
  color: #000;
}
.site-header.skin-white nav .toggle-gnb {
  opacity: 1;
  filter: alpha(opacity=100);
}
.site-header.skin-white nav .snb-area {
  border-top: 1px solid #ccc;
}
.ceo > p {
  display: inline-block;
  width: calc(100% - 370px);
  color: #333;
  line-height: 1.74em;
}
.ceo p em {
  color: #000;
  font-size: 1.153em;
  font-family: "NanumMyeongjo", "Nanum Myeongjo", "명조", "Myeongjo", "serif";
}
.ceo div.ar {
  padding-right: 0;
}
.ceo div em {
  font-size: 1.385em;
}
.ceo .ar {
  text-align: right;
}
img.ceo {
  margin-right: 40px;
  margin-bottom: 40px;
  vertical-align: top;
}
.intro {
  font-size: 1.077em;
  padding-bottom: 200px;
}
.intro img {
  display: block;
  margin-bottom: 30px;
}
.intro strong {
  color: #ed1c24;
  font-size: 1.385em;
  font-weight: 400;
}
.intro strong.black {
  color: #000;
}
.intro h3 {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 1.692em;
}
.intro .serif {
  font-size: 1.9rem;
  line-height: 1.7em;
  color: #000;
  font-family: "NanumMyeongjo", "Nanum Myeongjo", "명조", "Myeongjo", "serif";
}
.intro .empas {
  font-size: 1.238em;
  margin-bottom: 40px;
}
.intro ol li {
  position: relative;
  padding-left: 84px;
  line-height: 26px;
}
.intro ol li + li {
  margin-top: 10px;
}
.intro ol cite {
  font-size: 1.385em;
  font-family: "NanumMyeongjo", "Nanum Myeongjo", "명조", "Myeongjo", "serif";
  color: #000;
  position: absolute;
  left: 0;
}
.intro ol span {
  font-size: 1.385em;
  font-family: "NanumMyeongjo", "Nanum Myeongjo", "명조", "Myeongjo", "serif";
  display: inline-block;
  width: 40px;
  text-align: right;
  margin-right: 50px;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
.intro ul li + li {
  margin-top: 10px;
}
hr.dotted {
  border: 0;
  border-top: 1px dotted #ddd;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mn-row {
  margin-bottom: 50px;
}
.mn-row .partner-list li {
  display: inline-block;
  width: 32%;
}
.mn-row .partner-list li img {
  display: block;
  width: 70%;
}
.book-img img {
  max-width: 100px;
  border: 1px solid #aaa;
}
.contactus {
  margin-bottom: 40px;
}
.contactus li {
  margin-bottom: 5px;
  font-size: 1.077em;
}
.contactus strong {
  display: inline-block;
  width: 65px;
}
.contactus + iframe {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.booksale-tabs .ui-tabs-panel img.ceo {
  vertical-align: top;
}
.booksale-tabs .ui-tabs-panel h4 {
  font-weight: 400;
  padding-left: 20px;
  font-size: 21px;
  background: url("../../images/user/common/blt02.gif") 0 center no-repeat;
  margin-top: 60px;
}
.booksale-tabs .ui-tabs-panel p {
  font-size: 21px;
  line-height: 31px;
  font-family: "NanumMyeongjo", "Nanum Myeongjo";
}
.booksale-tabs .ui-tabs-panel li {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.booksale-tabs .ui-tabs-panel li li {
  font-weight: 300;
  margin-top: 8px;
  padding-left: 20px;
}
.booksale-tabs .ui-tabs-panel .write-type table {
  width: 60%;
  margin: 0 auto;
}
.booksale-tabs .ui-tabs-panel .write-type table th {
  vertical-align: top;
}
.booksale-tabs .ui-tabs-panel .write-type table textarea {
  height: 200px;
}
.site-tit-nobel {
  float: right;
  margin-top: -10px;
}
.site-location {
  background: #fff;
}
.site-location > ul {
  max-width: 1200px;
  min-width: 320px;
  padding: 10px 0;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
  text-align: right;
}
.site-location > ul > li {
  display: inline-block;
  height: 30px;
  overflow: hidden;
  text-align: left;
}
.site-location > ul > li + li {
  padding-left: 40px;
  margin-left: 36px;
  background: url(../../images/user/common/ico_loc.png) 0 -30px no-repeat;
}
.site-location > ul > li > a {
  color: #777777;
  font-size: 1.154em;
  height: 2em;
  line-height: 2em;
  display: block;
}
.site-location > ul > li > a:hover {
  color: #444444;
}
.site-location > ul > li > a:focus {
  color: #444444;
}
.site-location > ul > li.home + li {
  margin-left: 20px;
}
.site-location > ul > li.home a {
  width: 18px;
  height: 30px;
  text-indent: -999px;
  overflow: hidden;
  background: url(../../images/user/common/ico_loc.png) 0 0 no-repeat;
}
.step {
  overflow: hidden;
  height: 84px;
  margin-top: 46px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
}
.step li {
  float: left;
  height: 82px;
  font-size: 1.692em;
  color: #9f9f9f;
  font-weight: 300;
  padding-left: 30px;
  background-color: #fafafa;
  box-sizing: border-box;
  padding-top: 12px;
}
.step li + li {
  padding-left: 48px;
  background: #fafafa url("../../images/user/common/step_arr.png") 0 -180px no-repeat;
}
.step li + li.current {
  background: #fff url("../../images/user/common/step_arr.png") 0 -90px no-repeat;
}
.step li:first-child {
  width: 33.4%;
}
.step li span {
  color: #cdcdcd;
  font-weight: 500;
  margin-right: 20px;
  vertical-align: baseline;
  display: block;
  font-size: 0.75em;
  margin-bottom: 5px;
}
.step li.current {
  color: #000;
  background-color: #fff;
}
.step li.current + li {
  background: #fafafa url("../../images/user/common/step_arr.png") 0 0px no-repeat;
}
.step li.current span {
  color: #999;
}
.order-cont {
  text-align: right;
  float: right;
  margin-bottom: 10px;
  margin-top: 13px;
}
.order-cont li {
  display: inline;
}
.order-cont li + li {
  background: url(../../images/user/common/bar.gif) 0 center no-repeat;
  margin-left: 20px;
  padding-left: 20px;
}
.order-cont li label.radio {
  background: none;
  padding: 0;
  font-size: 1.077em;
  color: #777;
  height: 25px;
  line-height: 23px;
  box-sizing: border-box;
}
.order-cont li label.radio.checked {
  border-top: 1px solid #ed1c24;
  border-bottom: 1px solid #ed1c24;
  color: #ed1c24;
}
.point {
  margin-top: 40px;
  margin-bottom: 15px;
  background: url(../../images/user/common/ico_point.png) 10px 0 no-repeat;
  padding-left: 80px;
  height: 56px;
  box-sizing: border-box;
}
.point p {
  font-size: 1.385em;
  line-height: 56px;
}
.point em {
  color: #ed1c24;
  font-size: 1.556em;
  font-weight: 400;
  margin-left: 10px;
  margin-right: 4px;
}
.vdo-cont {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #000;
}
.vdo-cont > * {
  width: 100%;
}
.vdo-cont video {
  display: block;
}
.vdo-cont video p {
  padding: 150px 30px;
  text-align: center;
  color: #333;
  font-size: 1.077em;
}
.vdo-cont:hover .vdo-progress-cont {
  opacity: 1;
}
.vdo-play-cont {
  height: 114px;
  width: 114px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -104px;
  margin-left: -57px;
}
.vdo-play-cont button {
  width: 100%;
  height: 114px;
  background: transparent;
  border: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  background: url("../../images/user/common/btn_play.png") center center no-repeat;
}
.watch-next {
  position: absolute;
  top: 50%;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  white-space: nowrap;
  color: #000;
  font-size: 1.077em;
  padding-right: 50px;
  background: url("../../images/user/common/page_next.png") right 0 no-repeat;
}
.vdo-controls {
  position: relative;
}
.vdo-progress-cont {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  filter: alpha(opacity=70);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.vdo-progress-cont .vdo-progress-bar {
  position: absolute;
  height: 30px;
  top: 0;
  left: 0;
  background: #ed1c24;
}
.vdo-progress-cont .vdo-progress-handle {
  position: absolute;
  width: 10px;
  height: 30px;
  top: 0px;
  margin-left: -10px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.vdo-progress-cont:hover .vdo-progress-handle {
  opacity: 1;
}
.vdo-progress-cont .time-played {
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 10px;
  top: 0;
}
.vdo-progress-cont .time-running {
  color: #fff;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 0;
}
.vdo-controls-cont {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  border: 1px solid #b3b3b3;
  background: #fff;
}
.vdo-controls-cont button {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  padding-top: 45px;
  border: 0;
  background: #fff;
  font-size: 0.846em;
  color: #777;
  background: url('../../images/user/common/btn_vdo_controls.png') no-repeat;
}
.vdo-controls-cont button:hover {
  color: #000;
}
.controls-left {
  float: left;
}
.controls-left button {
  float: left;
  border-right: 1px solid #b3b3b3;
}
.controls-left .btn-play {
  background-position: 0 0;
}
.controls-left .btn-play:hover {
  background-position: -100px 0;
}
.controls-left .btn-pause {
  background-position: 0 -100px;
}
.controls-left .btn-pause:hover {
  background-position: -100px -100px;
}
.controls-left .btn-vol {
  background-position: 0 -200px;
}
.controls-left .btn-vol:hover {
  background-position: -100px -200px;
}
.controls-left .btn-full {
  background-position: 0 -300px;
}
.controls-left .btn-full:hover {
  background-position: -100px -300px;
}
.controls-left .btn-standard {
  background-position: 0 -400px;
}
.controls-left .btn-standard:hover {
  background-position: -100px -400px;
}
.controls-left .btn-vol.on {
  background-position: -100px -200px;
}
.controls-left .btn-vol.on ~ .vol-area {
  display: block;
}
.controls-left .vol-area {
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px;
  border: 1px solid #000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 2;
  bottom: 95px;
  left: 90px;
}
.controls-left .vol-area:after {
  position: absolute;
  content: " ";
  width: 18px;
  height: 11px;
  bottom: -11px;
  left: 50%;
  margin-left: -9px;
  background: url('../../images/user/common/vol_arr.png') 0 0 no-repeat;
}
.vol-area .vol-progress {
  height: 190px;
  width: 16px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.vol-area .vol-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ed1c24;
}
.controls-right {
  float: right;
}
.controls-right button {
  float: left;
  border-left: 1px solid #b3b3b3;
}
.controls-right .btn-score-cont {
  float: left;
  position: relative;
}
.controls-right .btn-score-cont:only-child .tooltip-score {
  left: auto;
  right: -1px;
}
.controls-right .btn-score-cont:only-child .tooltip-score:after {
  left: auto;
  right: 31px;
}
.controls-right .btn-gift {
  background-position: 0 -500px;
}
.controls-right .btn-gift:hover {
  background-position: -100px -500px;
}
.controls-right .btn-scrap {
  background-position: 0 -600px;
}
.controls-right .btn-scrap:hover {
  background-position: -100px -600px;
}
.controls-right .btn-score {
  background-position: 0 -700px;
}
.controls-right .btn-score:hover {
  background-position: -100px -700px;
}
.controls-right .btn-discuss {
  background-position: 0 -800px;
}
.controls-right .btn-discuss:hover {
  background-position: -100px -800px;
}
.controls-right .btn-note {
  background-position: 0 -900px;
}
.controls-right .btn-note:hover {
  background-position: -100px -900px;
}
.tooltip-score {
  display: none;
  position: absolute;
  box-sizing: border-box;
  padding: 15px 25px;
  background: #fff;
  border: 1px solid #000;
  width: 200px;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  top: -49px;
  left: 50%;
  margin-left: -100px;
  z-index: 999;
}
.tooltip-score:after {
  width: 18px;
  height: 11px;
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -11px;
  margin-left: -9px;
  background: url("../../images/user/common/tooltip_arr.png") 0 0 no-repeat;
}
.tooltip-score .radio {
  float: left;
  width: 29px;
  height: 20px;
  background: url("../../images/user/common/score.png") center -20px no-repeat;
  padding: 0;
  margin: 0;
}
.tooltip-score .radio:hover ~ .radio {
  background: url("../../images/user/common/score.png") center 0px no-repeat;
}
.tooltip-score .radio.checked {
  float: left;
  width: 29px;
  height: 20px;
  background: url("../../images/user/common/score.png") center -20px no-repeat;
  padding: 0;
  margin: 0;
}
.tooltip-score .radio.checked ~ .radio {
  background: url("../../images/user/common/score.png") center 0px no-repeat;
}
.vdo-info-cont {
  margin-top: 40px;
  padding-bottom: 80px;
  background: url("../../images/user/common/border_zigzag.gif") 0 bottom repeat-x;
}
.vdo-info-cont h3 {
  font-size: 2.615em;
  display: inline-block;
  margin-right: 38px;
  vertical-align: baseline;
}
.vdo-info-cont ul {
  display: inline-block;
}
.vdo-info-cont ul li {
  float: left;
  font-size: 1.385em;
  font-weight: 400;
}
.vdo-info-cont ul li + li {
  background: url("../../images/user/common/bar.gif") 0 center no-repeat;
  margin-left: 10px;
  padding-left: 10px;
}
.vdo-info-cont .vdo-info {
  margin-top: 30px;
}
.vdo-info-cont .vdo-info > * {
  display: inline-block;
  line-height: 1em;
  color: #777;
}
.vdo-info-cont .vdo-info > * + cite {
  border-left: 1px solid #ddd;
  padding-left: 10px;
  margin-left: 10px;
}
.vdo-info-cont .vdo-info span {
  margin-left: 5px;
  color: #000;
}
.vdo-info-cont p {
  font-size: 1.385em;
  line-height: 1.8em;
}
.mn-visual {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}
.mn-visual .visual-dim {
  height: 100%;
}
.mn-visual ul {
  position: relative;
  overflow: hidden;
}
.mn-visual ul li {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.mn-visual ul li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.mn-visual .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  outline: 0;
  width: 50px;
  height: 54px;
  text-indent: -9999px;
  z-index: 9999;
  background: url(../../images/user/main/visual_arr.png) no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mn-visual .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.mn-visual .bx-wrapper .bx-controls-direction a:focus {
  opacity: 1;
}
.mn-visual .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.mn-visual .bx-wrapper .bx-controls-direction .bx-prev {
  left: 10px;
  background-position: 0 0;
}
.mn-visual .bx-wrapper .bx-controls-direction .bx-prev:hover {
  left: 10px;
  background-position: 0 0;
}
.mn-visual .bx-wrapper .bx-controls-direction .bx-prev:focus {
  left: 10px;
  background-position: 0 0;
}
.mn-visual .bx-wrapper .bx-controls-direction .bx-next {
  right: 10px;
  background-position: right 0;
}
.mn-visual .bx-wrapper .bx-controls-direction .bx-next:hover {
  right: 10px;
  background-position: right 0;
}
.mn-visual .bx-wrapper .bx-controls-direction .bx-next:focus {
  right: 10px;
  background-position: right 0;
}
.visual-dim {
  width: 100%;
  background: #000;
  position: absolute;
  z-index: -1;
  height: calc(100% - 80px);
  top: 0;
}
.mn-left {
  float: left;
  width: 68%;
}
.mn-left h3 {
  float: left;
  font-size: 1.692em;
  margin-bottom: 10px;
  color: #555;
}
.mn-left .vdo-list {
  clear: both;
  padding-right: 0;
  border-top: 1px dotted #d6d6d6;
}
.mn-left .vdo-list li {
  width: 32.4%;
  margin-right: 0;
}
.mn-left .vdo-list li + li {
  margin-left: 1.4%;
}
.mn-left .partner-list {
  clear: both;
  border-top: 1px solid #d6d6d6;
}
.mn-left .partner-list li {
  width: 24%;
}
.mn-left .partner-list li img {
  display: block;
  width: 100%;
}
.mn-right {
  float: right;
  width: 25%;
}
.mn-right h3 {
  float: left;
  font-size: 1.692em;
  margin-bottom: 10px;
  color: #555;
}
.mn-more {
  float: right;
  font-size: 1.077em;
  padding-left: 45px;
  margin-top: 2px;
  background: url("../../images/user/main/more.gif") 0 center no-repeat;
}
.mn-tabs-nav {
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.mn-tabs-nav li {
  float: left;
  width: 33.3%;
}
.mn-tabs-nav li a {
  display: block;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 500;
  color: #333;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 14px;
  padding-top: 14px;
  text-align: center;
  background: #f5f5f5;
  color: #777;
}
.mn-tabs-nav li a:hover {
  background: #f1f1f1;
}
.mn-tabs-nav li a:focus {
  background: #f1f1f1;
}
.mn-tabs-nav li.ui-tabs-active a {
  background: #bb3030;
  color: #fff;
}
.mn-tabs-nav li.ui-tabs-active a:hover {
  background: #bb3030;
  color: #fff;
}
.mn-tabs-nav li.ui-tabs-active a:focus {
  background: #bb3030;
  color: #fff;
}
.favorite-list {
  clear: both;
}
.favorite-list li {
  position: relative;
  padding-left: 97px;
  min-height: 50px;
}
.favorite-list li img {
  position: absolute;
  width: 80px;
  height: 50px;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 50px;
  background: #333333;
  color: #fff;
  font-size: 1.538em;
}
.favorite-list li strong {
  display: block;
  font-size: 1.231em;
  line-height: 1.375em;
  font-weight: 400;
}
.favorite-list li strong:hover {
  text-decoration: underline;
}
.favorite-list li span {
  display: block;
  color: #777;
  margin-top: 3px;
  font-size: 1.077em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.favorite-list li + li {
  margin-top: 14px;
}
.recommand {
  clear: both;
  position: relative;
}
.recommand dt {
  font-size: 1.231em;
  font-weight: 400;
  margin-bottom: 10px;
}
.recommand dd.img {
  max-width: auto;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.recommand dd.img img {
  display: block;
  max-width: 100%;
}
.recommand dd {
  margin-bottom: 3px;
  font-size: 1.077em;
}
.mn-bnn li {
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
}
.mn-bnn li img {
  display: block;
}
.mn-bnn li.special {
  border: none;
}
.mn-board {
  clear: both;
  overflow: hidden;
}
.mn-board section {
  width: 46.6%;
  float: left;
}
.mn-board section:nth-child(2n) {
  width: 46.6%;
  float: right;
}
.mn-board section li {
  font-size: 1.077em;
  line-height: 2.143em;
}
.mn-board section li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.mn-board section li a:hover {
  text-decoration: underline;
}
.mn-board section li time {
  color: #777;
  display: inline-block;
  width: 85px;
  vertical-align: top;
}
.mn-board section li time + a {
  width: calc(100% - 90px);
}
.mn-call {
  border-top: 1px solid #b6b6b6;
  padding-top: 2px;
}
.mn-call p {
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  padding: 20px 0;
  line-height: 30px;
}
.mn-call p strong {
  margin: 0;
  display: inline-block;
  padding-left: 60px;
  background: url("../../images/user/main/ico_phone.png") 20px center no-repeat;
  font-size: 1.231em;
  color: #777;
  font-weight: 400;
  vertical-align: top;
}
.mn-call p em {
  color: #000;
  font-size: 2em;
  font-weight: 500;
  display: inline-block;
  margin-left: 25px;
}
.join-terms {
  border-top: 2px solid #262626;
  padding-top: 20px;
}
.join-terms > .checkbox {
  margin-bottom: 10px;
  font-size: 1.077em;
}
.terms-txt {
  padding: 20px;
  height: 100px;
  overflow-y: scroll;
  white-space: pre-wrap;
  border: 1px solid #dddddd;
  font-size: 1.077em;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.terms-agree {
  margin-top: 20px;
}
.terms-agree label + label {
  margin-top: 10px;
}
.message {
  background: url(../../images/user/sub/img_mem.jpg) right 0 no-repeat #0b76c8;
  height: 177px;
  margin-top: 70px;
  margin-bottom: 200px;
}
.message p {
  color: #fff;
  font-size: 1.538em;
  line-height: 1.6em;
  font-family: 'Nanum Myeongjo', "NanumMyeongjo", "나눔 명조";
  padding-left: 30px;
  padding-top: 53px;
}
.btn-cont.certification {
  margin-top: 30px;
  margin-bottom: 200px;
}
.btn-cont.certification a {
  display: block;
  width: 35%;
  min-width: 280px;
  margin: 0 auto 10px auto;
  font-weight: 400;
}
.btn-cont.certification a img {
  width: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn-cont.certification .fb {
  background: #3b5998;
  color: #fff;
  border: 0;
}
.btn-cont.certification .kakao {
  background: #fbe300;
  color: #3b1e1e;
  border: 0;
}
.btn-cont.certification .naver {
  background: #1eca00;
  color: #fff;
  border: 0;
}
.btn-cont.comp {
  margin-top: 30px;
  margin-bottom: 50px;
}
.btn-cont.comp a {
  display: block;
  width: 35%;
  min-width: 45px;
  margin: 0 auto 10px auto;
}
.join-tit {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.join-box {
  margin-top: 30px;
  text-align: center;
  border: 1px solid #ddd;
}
.join-box:after {
  content: '';
  display: block;
  clear: both;
}
.join-box div p {
  display: inline-block;
  background: #fff;
  position: relative;
  top: -15px;
  padding: 0 15px;
  font-weight: 500;
  line-height: 28px;
}
.join-box > div {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-bottom: 25px;
}
.join-box .join-btn-defualt .btn {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 1.385em;
  width: 240px;
}
.join-box .join-btn-sns {
  border-left: 1px solid #ddd;
}
.join-box .join-btn-sns a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.154em;
  margin: 0 5px;
  vertical-align: top;
  letter-spacing: -0.05em;
  overflow: hidden;
  text-indent: -999px;
}
.join-box .fb {
  background: url(../../images/user/common/ico_login_fb.gif) center center no-repeat #3b5998;
  background-size: 75%;
}
.join-box .kakao {
  background: url(../../images/user/common/ico_login_kakao.gif) center center no-repeat #fbe300;
  background-size: 75%;
}
.join-box .naver {
  background: url(../../images/user/common/ico_login_naver.gif) center center no-repeat #1eca00;
  background-size: 75%;
}
.site-map {
  overflow: hidden;
  margin-right: -30px;
}
.site-map section {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  vertical-align: top;
  margin-right: 31px;
  margin-bottom: 40px;
  width: calc(25% - 34px);
}
.site-map section ul {
  padding: 0 40px;
}
.site-map section ul a {
  font-size: 1.154em;
  line-height: 2.769em;
  display: block;
}
.site-map section ul a:hover {
  color: #ed1c24;
}
.site-map h3 {
  font-size: 1.385em;
  text-align: center;
  line-height: 3.222em;
  border-top: 2px solid #262626;
  border-bottom: 1px solid #ccc;
}
.site-map h3 + h4 {
  margin-top: 0;
}
.site-map h4 {
  padding: 0 40px;
  font-size: 1.231em;
  margin-top: 10px;
  line-height: 2.25em;
  margin-bottom: 0;
}
ul.paging {
  display: block;
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
ul.paging li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
  *margin: 0 3px;
  padding: 0;
  letter-spacing: -1px;
  vertical-align: middle;
  width: 30px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  position: relative;
}
ul.paging li a {
  display: block;
  color: #666;
  text-align: center;
  margin: 0;
  vertical-align: bottom;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 1.231em;
}
ul.paging li a:hover {
  color: #000;
  z-index: 2;
}
ul.paging li a:focus {
  color: #000;
  z-index: 2;
}
ul.paging li.ppv {
  width: 33px;
  height: 35px;
  line-height: 35px;
}
ul.paging li.ppv a {
  text-indent: -9999px;
  padding: 0;
  background-image: url("../../images/user/common/paging.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
ul.paging li.ppv a:hover {
  background-position: right 0;
}
ul.paging li.ppv a:focus {
  background-position: right 0;
}
ul.paging li.ffw {
  width: 33px;
  height: 35px;
  line-height: 35px;
}
ul.paging li.ffw a {
  text-indent: -9999px;
  padding: 0;
  background-image: url("../../images/user/common/paging.png");
  background-repeat: no-repeat;
  background-position: 0 -40px;
}
ul.paging li.ffw a:hover {
  background-position: right -40px;
}
ul.paging li.ffw a:focus {
  background-position: right -40px;
}
ul.paging li.pv {
  width: 33px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
}
ul.paging li.pv a {
  text-indent: -9999px;
  padding: 0;
  background-image: url("../../images/user/common/paging.png");
  background-repeat: no-repeat;
  background-position: 0 -80px;
}
ul.paging li.pv a:hover {
  background-position: right -80px;
}
ul.paging li.pv a:focus {
  background-position: right -80px;
}
ul.paging li.fw {
  width: 33px;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
}
ul.paging li.fw a {
  text-indent: -9999px;
  padding: 0;
  background-image: url("../../images/user/common/paging.png");
  background-repeat: no-repeat;
  background-position: 0 -120px;
}
ul.paging li.fw a:hover {
  background-position: right -120px;
}
ul.paging li.fw a:focus {
  background-position: right -120px;
}
ul.paging li.disabled a {
  background-position: 0 0;
}
ul.paging li.disabled a:hover {
  background-position: 0 0;
}
ul.paging li.disabled a:focus {
  background-position: 0 0;
}
ul.paging li.now a {
  color: #000;
  font-weight: 400;
}
ul.paging li.now a:hover {
  color: #000;
  font-weight: 400;
}
ul.paging li.now a:focus {
  color: #000;
  font-weight: 400;
}
* + html body ul.paging li {
  vertical-align: top;
  display: inline;
}
* + html body ul.paging li a {
  display: inline;
}
* + html body ul.paging li.pv {
  margin-left: 0;
}
* + html body ul.paging li.pv a {
  display: block;
}
* + html body ul.paging li.ffw {
  margin-left: 0;
}
* + html body ul.paging li.ffw a {
  display: block;
}
* + html body ul.paging li.ppv a {
  display: block;
}
* + html body ul.paging li.fw a {
  display: block;
}
.popup.w600 {
  width: 600px;
}
.popup.w980 {
  width: 980px;
}
.pop-body {
  padding: 60px 50px 100px 50px;
  margin: 0 auto;
}
.pop-body h3 {
  margin-top: 0;
}
.pop-body h3 ~ h3 {
  margin-top: 40px;
}
.pop-body h4 {
  margin-top: 0;
}
.pop-body h4 ~ h4 {
  margin-top: 40px;
}
.pop-body .btn-cont:first-child {
  margin-top: 0;
}
.pop-comment {
  color: #666;
  margin-top: 8px;
  margin-bottom: 10px;
}
.pop-comment a {
  color: #444;
  border-bottom: 1px solid #666;
  font-weight: 600;
}
.border-box + .pop-comment {
  margin: 8px 0 0 0;
}
.login-form .ipt-area {
  position: relative;
  margin-bottom: 12px;
}
.login-form .ipt-area label {
  position: absolute;
  line-height: 50px;
  top: 0;
  left: 20px;
  font-weight: bold;
}
.login-form .ipt-area input {
  width: 100%;
  height: 50px;
  padding-left: 100px;
}
.login-form .chk-error {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ed1c24;
  display: none;
}
.login-form .login-check {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.login-form .login-check label {
  margin-right: 30px;
}
.login-form .btn {
  width: 100%;
  padding: 0;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 17px;
}
.btn-lnk {
  text-align: center;
  margin-top: 30px;
  margin-top: 20px;
}
.btn-lnk a {
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: -0.05em;
  margin: 0 10px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border-bottom: 1px solid #8b8b8b;
  line-height: 2em;
}
hr.dashed {
  border: 0;
  border-top: 1px dashed #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.login-sns {
  text-align: center;
}
.login-sns h2 {
  margin-bottom: 20px;
}
.login-sns a {
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  overflow: hidden;
  text-indent: -999px;
}
.login-sns a strong {
  font-weight: bold;
}
.login-sns .fb {
  background: url(../../images/user/common/ico_login_fb.gif) center center no-repeat #3b5998;
  background-size: 75%;
}
.login-sns .kakao {
  background: url(../../images/user/common/ico_login_kakao.gif) center center no-repeat #fbe300;
  background-size: 75%;
}
.login-sns .naver {
  background: url(../../images/user/common/ico_login_naver.gif) center center no-repeat #1eca00;
  background-size: 75%;
}
.pop-certify {
  margin: 20px 90px 0;
  position: relative;
}
.pop-certify + .pop-certify {
  margin-top: 0;
}
.pop-certify label {
  display: inline-block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  vertical-align: top;
}
.pop-certify input {
  width: 250px;
}
.pop-certify .btn2.login {
  width: 291px;
  margin-left: 94px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 1.385em;
}
.footer-primary .wrap {
  height: 70px;
}
.footer-primary .logo {
  background: url(../../images/user/footer/logo.png) 0 0 no-repeat;
  width: 221px;
  height: 28px;
  display: inline-block;
  text-indent: -999px;
  margin-right: 18px;
  vertical-align: top;
  overflow: hidden;
}
.footer-primary p {
  color: #fff;
  font-weight: 400;
  font-size: 1.231em;
  line-height: 1.75em;
  display: inline-block;
  vertical-align: top;
}
.footer-primary p strong {
  color: #dedede;
  margin-right: 8px;
  font-weight: 400;
}
.footer-primary p span {
  color: #bbb;
}
.error {
  text-align: center;
  margin-top: 70px;
  padding-top: 245px;
  background: url("../../images/user/common/error.png") center 150px no-repeat;
  background-size: 153px;
}
.error strong {
  font-size: 26px;
}
.error p {
  font-size: 16px;
  margin-top: 18px;
  line-height: 28px;
}
.error .btn {
  height: 48px;
  margin-top: 35px;
}
.regit-browser {
  text-align: center;
  padding-top: 100px;
}
.regit-browser p strong {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.7em;
}
.regit-browser p span {
  display: block;
  font-size: 15px;
  color: #777;
}
.regit-browser .btn-cont a {
  display: block;
  max-width: 500px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  margin: 15px auto;
  font-weight: 500;
}
.icon_rb {
  display: block;
  width: 246px;
  height: 170px;
  margin: 0 auto 50px;
  background: url("../../images/user/common/browser.gif") 0 0 no-repeat;
}
label.nativeValidError {
  display: block;
  color: #ed1c24;
}
input.nativeValidError {
  border: 1px solid;
}
input.couponCd {
  letter-spacing: 0.4rem;
  text-align: center;
  text-indent: 0;
  width: 120px;
}
@media screen and (max-width: 1199px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header h1 {
    margin-left: 20px;
  }
  .site-header .util {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-map section {
    width: calc(33.3% - 34px);
  }
}
@media screen and (max-width: 1024px) {
  .tabs .ui-tabs-nav {
    height: auto;
    text-align: left;
  }
  .tabs .ui-tabs-nav li {
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #eee;
    margin-bottom: 10px;
  }
  .tabs .ui-tabs-nav li + li {
    margin-left: 2px;
    background-image: none;
  }
  .tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0 10px;
  }
  .site-header .util .sch .ui-selectmenu-menu ul {
    background: #262626;
  }
  .site-header h1 a {
    position: fixed;
    top: 50px;
  }
  .site-header nav .snb-area {
    position: absolute;
    z-index: 9990;
    top: 70px;
    left: 0;
    width: 100%;
    height: 250px;
    background: #ffffff;
    border-bottom: 1px solid #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .site-header nav .snb-area strong {
    margin: 0 20px;
  }
  .site-header .site-gnb {
    white-space: nowrap;
  }
  .site-header .site-gnb li a {
    padding: 0 12px;
  }
  .site-header .site-gnb h2 {
    font-size: 1.077em;
    padding-left: 5px;
  }
  .site-header .site-gnb ul {
    opacity: 1;
  }
  .site-header .site-gnb ul li a {
    display: block;
    color: #000;
    font-size: 0.825em;
    line-height: 18px;
    padding-left: 5px;
    letter-spacing: -0.05em;
  }
  .site-header .site-gnb div.active ul li a {
    padding-left: 15px;
    font-size: 1em;
  }
  .site-body > form > .site-location {
    margin-left: 0;
    margin-right: 0;
  }
  .site-location {
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
  }
  .site-map section {
    width: calc(50% - 34px);
  }
  .site-footer .wrap {
    padding: 0 20px;
  }
  .site-footer .go-site {
    right: 20px;
  }
  .partner-list {
    overflow: hidden;
  }
  .partner-list li {
    float: left;
    width: 32%;
    height: auto;
    margin-bottom: 2%;
    margin-right: 2%;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
  .partner-list li:nth-child(3n) {
    margin-right: 0;
  }
  .partner-list li img {
    display: block;
    width: 100%;
    height: 100%;
  }
  input.couponCd {
    width: 22%;
  }
}
@media screen and (max-width: 979px) {
  .noscroll {
    overflow-y: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .site-header {
    height: 110px;
  }
  .site-header .util ul {
    text-align: right;
  }
  .site-header .util ul > li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .site-header .util ul > li + li {
    padding-left: 0;
    background-image: none;
  }
  .site-header .util .sch {
    position: fixed;
    top: 50px;
    right: 60px;
    margin-right: 0;
  }
  .site-header h1 a {
    background-size: 130px;
    width: 130px;
    top: 40px;
    height: 60px;
  }
  .site-header nav {
    position: absolute;
    width: 0;
    height: 100%;
    right: 0;
    top: 50px;
    padding: 0;
    margin: 0;
  }
  .site-header nav .site-gnb {
    position: fixed;
    margin-top: 0;
    top: 0;
    right: -220px;
    height: 100%;
    padding: 0;
    background: #333;
    z-index: 9999;
    width: 220px;
    overflow: auto;
    overflow-y: scroll;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
  .site-header nav .site-gnb.open {
    right: 0px;
    padding-right: 0;
    text-align: left;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  }
  .site-header nav .toggle-gnb {
    margin: 0 20px;
  }
  .site-header nav .snb-area {
    margin: 0 20px;
  }
  .site-header nav .snb-area strong {
    margin: 0 20px;
  }
  .site-header .site-gnb > li {
    float: none;
    position: relative;
    text-align: left;
    width: 100% !important;
    height: auto;
    border-bottom: 1px solid #555;
  }
  .site-header .site-gnb > li > a {
    line-height: 49px;
    font-size: 1.153em;
    padding-left: 25px;
    height: auto;
  }
  .site-header .site-gnb > li > a:hover {
    color: #fff;
  }
  .site-header .site-gnb > li > a:focus {
    color: #fff;
  }
  .site-header .site-gnb > li.current {
    background-image: none;
    background: url(../../images/user/header/gnb_on_m.png) 0 14px no-repeat;
    background-size: 11px;
  }
  .site-header .site-gnb > li.rootCurrent > a {
    color: #fff;
  }
  .site-header .site-gnb div {
    position: static;
    box-sizing: content-box;
    margin: 0;
    padding-left: 0;
    text-align: left;
    border-left: 1px solid #ececec;
    border-left: 0;
    background: #fff;
    width: 100%;
  }
  .site-header .site-gnb h2 {
    display: none;
  }
  .site-header .site-gnb ul {
    opacity: 1;
  }
  .site-header .site-gnb ul li a {
    display: block;
    color: #000;
    font-size: 1.077em;
    line-height: 32px;
    padding-left: 25px;
  }
  .site-header .site-gnb ul li a:hover {
    font-weight: 400;
  }
  .site-header .site-gnb ul li + li {
    margin-top: 0;
  }
  .site-header.skin-white h1 a {
    background-size: 130px;
    width: 130px;
    top: 40px;
    height: 60px;
  }
  .site-header.skin-white .site-gnb > li > a {
    color: #fff;
  }
  .m-gnb-open {
    display: block;
    position: absolute;
    height: 40px;
    width: 25px;
    right: 20px;
    top: 10px;
    background: url("../../images/user/header/ico_mlist.png") center center no-repeat;
    background-size: 25px auto;
    -webkit-transition: right 0.5s, top 0.5s;
    transition: right 0.5s, top 0.5s;
  }
  .m-gnb-open.open {
    right: 219px;
    z-index: 11000;
    top: -34px;
    background: url("../../images/user/header/ico_mlist_close.png") center center no-repeat;
    background-size: 20px auto;
    width: 40px;
    height: 40px;
  }
  .site-body {
    box-sizing: border-box;
    margin-top: 110px;
    min-width: 320px;
  }
  .site-location ul {
    min-width: 280px;
  }
  .site-location > ul > li + li {
    padding-left: 24px;
    margin-left: 10px;
  }
  .site-location > ul > li > a {
    font-size: 1em;
    line-height: 2.4em;
    height: 2.4em;
  }
  .site-location > ul > li.home + li {
    margin-left: 10px;
  }
  .step li {
    font-size: 1.385em;
    padding-left: 20px;
    white-space: nowrap;
  }
  .step li + li {
    padding-left: 53px;
  }
  .step li + li.current {
    padding-left: 53px;
  }
  .step li span {
    margin-right: 5px;
  }
  .message {
    padding-top: 130px;
    height: 80px;
    background-size: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .message p {
    padding-top: 0;
    padding-left: 0;
    font-size: 1.154em;
  }
  .booksale {
    padding-left: 0;
    height: auto;
  }
  .booksale .book-img {
    position: static;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .booksale .book-img img {
    width: 100%;
  }
  .booksale-tabs .ui-tabs-panel img.ceo {
    display: block;
    width: 80%;
    margin: 0 10% 30px;
  }
  .booksale-tabs .ui-tabs-panel p {
    font-size: 16px;
  }
  .booksale-tabs .ui-tabs-panel .write-type table {
    width: 100%;
  }
  .list-type table tbody td img {
    width: 100%;
  }
  .list-type td .date.right {
    position: static;
  }
  input.q1 {
    width: 30%;
  }
  input.q2 {
    width: 65%;
  }
  input.q3 {
    width: 100%;
  }
  .write-type {
    padding: 0;
  }
  .write-type table {
    table-layout: auto;
  }
  .write-type table th {
    padding: 0;
    font-size: 1em;
    white-space: nowrap;
    display: block;
    width: 100%;
    line-height: 30px;
    padding-top: 10px;
  }
  .write-type table td {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
  }
  .write-type table tr:last-child td {
    border-bottom: 0;
  }
  .watch-lbl {
    margin-bottom: 8px;
  }
  .watch-next {
    position: absolute;
    top: -35px;
    right: 0px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
    white-space: nowrap;
    color: #000;
    font-size: 1.077em;
    padding-right: 30px;
    background-size: auto 30px;
  }
  .vdo-play-cont {
    width: 57px;
    height: 57px;
    margin-left: -29px;
    margin-top: -70px;
  }
  .vdo-play-cont .btn-play {
    height: 57px;
    background-size: 57px;
  }
  .vdo-play-cont .btn-pause {
    height: 57px;
    background-size: 57px;
  }
  .vdo-progress-cont {
    height: 20px;
    top: -20px;
  }
  .vdo-progress-cont .vdo-progress-bar {
    height: 20px;
  }
  .vdo-progress-cont span.time-played {
    line-height: 20px;
  }
  .vdo-progress-cont span.time-running {
    line-height: 20px;
  }
  .controls-right {
    float: none;
    position: absolute;
    width: 100%;
    bottom: -65px;
    right: auto;
    left: 0;
    text-align: left;
  }
  .controls-right button {
    border: 1px solid #b3b3b3;
    width: 50px;
    height: 50px;
    padding: 0;
    padding-top: 20px;
    border-radius: 25px;
    margin-right: 3px;
    background-size: 253px;
    white-space: nowrap;
  }
  .controls-right button:last-child {
    margin-right: 0;
  }
  .controls-right .btn-gift {
    background-position: -2px -335px;
  }
  .controls-right .btn-gift:hover {
    background-position: -69px -335px;
  }
  .controls-right .btn-scrap {
    background-position: -2px -401px;
  }
  .controls-right .btn-scrap:hover {
    background-position: -69px -401px;
  }
  .controls-right .btn-score {
    background-position: -2px -468px;
  }
  .controls-right .btn-score:hover {
    background-position: -69px -468px;
  }
  .controls-right .btn-discuss {
    background-position: -2px -534px;
  }
  .controls-right .btn-discuss:hover {
    background-position: -69px -534px;
  }
  .controls-right .btn-note {
    background-position: -2px -601px;
  }
  .controls-right .btn-note:hover {
    background-position: -69px -601px;
  }
  .vdo-info-cont {
    margin-top: 90px;
  }
  .mn-visual {
    margin-bottom: 50px;
  }
  .mn-visual + .site-body {
    margin-top: 60px;
  }
  .mn-left {
    float: none;
    width: 100%;
  }
  .mn-right {
    float: none;
    width: 100%;
  }
  .mn-bnn {
    overflow: hidden;
  }
  .mn-bnn li {
    float: left;
    width: 49%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .mn-bnn li:nth-child(2n) {
    margin-left: 2%;
  }
  .mn-bnn li img {
    width: 100%;
  }
  .mn-call p em {
    font-size: 1.231em;
  }
  .site-footer .wrap {
    padding: 0 20px;
  }
  .site-footer .footer-primary {
    height: auto;
    padding-bottom: 10px;
  }
  .site-footer ul {
    padding-left: 20px;
  }
  .site-footer ul li {
    float: left;
    border-left: 0;
    border-right: 1px solid #555;
    padding-left: 0;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 8px;
  }
  .site-footer ul li:last-child {
    border-right: 0;
  }
  .site-footer li a {
    font-size: 1em;
  }
  .site-footer address {
    text-align: left;
    margin-top: 15px;
    font-size: 0.923em;
    padding-left: 20px;
    padding-right: 20px;
    white-space: normal;
  }
  .site-footer .copyright {
    font-size: 0.923em;
    margin-top: 15px;
  }
  .site-footer .bedge {
    width: 50px;
    height: 50px;
    top: 30px;
    right: 20px;
    display: none;
  }
  .site-footer .bedge img {
    width: 100%;
  }
  .footer-primary .logo {
    display: block;
    margin: 0 auto 15px;
    width: 160px;
    background-size: 160px;
  }
  .footer-primary p {
    font-size: 1em;
    line-height: 1em;
    text-align: left;
  }
  .pop-body {
    padding: 40px 50px 20px 50px;
  }
  .btn-lnk {
    margin-top: 30px;
  }
  input.couponCd {
    width: 22%;
  }
  .list-type.detail {
    min-height: auto;
  }
}
@media screen and (max-width: 700px) {
  .addition .item {
    display: block;
    font-size: 0.9em;
  }
  .addition .divider {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .site-header .util {
    border-bottom: 1px solid #555;
  }
  .site-header .util .sch {
    position: absolute;
    background: #262626;
    width: 100%;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 1px solid #555;
    padding-bottom: 13px;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    min-width: 280px;
  }
  .site-header .util .sch input {
    border-bottom: 0;
    border-radius: 0;
  }
  .site-header .util .sch a.m-toggle {
    position: absolute;
    content: " ";
    background: url("../../images/user/header/btn_sch.png") center center no-repeat #262626;
    width: 44px;
    height: 44px;
    top: 60px;
    left: 0px;
    border-right: 1px solid #555;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    z-index: 101;
  }
  .site-header .util .sch button {
    bottom: 13px;
    right: 20px;
  }
  .site-header .util .sch.active {
    top: 0;
    z-index: 102;
  }
  .site-header .util .sch.active a.m-toggle {
    top: -60px;
  }
  .site-header h1 a {
    width: 90px;
    top: 50px;
    height: 50px;
    background-size: 90px;
  }
  .site-header.skin-white .util .sch {
    background: #fff;
  }
  .site-header.skin-white .util .sch a.m-toggle {
    background: url("../../images/user/header/btn_sch_black.png") center center no-repeat #fff;
    border-right: 1px solid #ddd;
  }
  .site-header.skin-white h1 a {
    width: 90px;
    top: 50px;
    height: 50px;
    background-size: 90px;
  }
  .mn-board section {
    float: none;
    width: 100%;
  }
  .mn-board section:nth-child(2n) {
    float: none;
    width: 100%;
  }
  .ceo > p {
    display: block;
    width: 100%;
  }
  img.ceo {
    display: block;
    margin: 0 auto 40px;
    max-width: 100%;
  }
  .intro ol li {
    padding-left: 0;
  }
  .intro ol cite {
    position: static;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
  }
  .vdo-controls-cont {
    position: relative;
    display: inline-block;
    margin-left: -20px;
    height: 60px;
    border-left: 0;
    border-right: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: initial !important;
  }
  .controls-right {
    text-align: center;
  }
  .controls-right button {
    font-size: 0.8em !important;
    float: none;
  }
  .controls-right .btn-score-cont {
    font-size: 0.8em !important;
    float: none;
  }
  .controls-right .btn-score-cont:only-child {
    float: left;
    margin-left: 20px;
  }
  .controls-right .btn-score-cont:only-child .tooltip-score {
    right: auto;
    left: 65px;
    margin-left: 0;
    top: -2px;
    margin-top: 0;
    box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
  }
  .controls-right .btn-score-cont:only-child .tooltip-score:after {
    height: 16px;
    left: -17px;
    right: auto;
    bottom: 17px;
    margin-left: 0;
    transform: rotate(90deg);
  }
  .vdo-info-cont {
    padding-bottom: 40px;
    margin-top: 80px;
  }
  .vdo-info-cont h3 {
    font-size: 2em;
    margin-right: 15px;
  }
  .vdo-info-cont ul {
    vertical-align: bottom;
    margin-bottom: 20px;
  }
  .vdo-info-cont ul li {
    font-size: 1em;
  }
  .vdo-info-cont .vdo-info {
    margin-top: 15px;
  }
  .vdo-info-cont.displayView {
    margin-top: 20px;
  }
  .site-body .vdo-cont ~ h4 {
    margin-top: 30px;
  }
  .tooltip-score {
    margin-top: -40px;
  }
  .join-box > div {
    float: none;
    width: 100%;
    padding-bottom: 25px;
  }
  .join-box .join-btn-sns {
    border-left: 0;
    border-top: 1px solid #ddd;
    margin-top: 20px;
  }
}
@media screen and (max-width: 414px) {
  .login-form .ipt-area label {
    line-height: 32px;
  }
  .login-form .login-check label {
    margin-right: 20px;
  }
  .hdnCol1 table colgroup col:nth-child(1) {
    display: none;
  }
  .hdnCol1 table tr th:nth-child(1) {
    display: none;
  }
  .hdnCol1 table tr td:nth-child(1) {
    display: none;
  }
  .hdnCol2 table colgroup col:nth-child(2) {
    display: none;
  }
  .hdnCol2 table tr th:nth-child(2) {
    display: none;
  }
  .hdnCol2 table tr td:nth-child(2) {
    display: none;
  }
  .hdnCol3 table colgroup col:nth-child(3) {
    display: none;
  }
  .hdnCol3 table tr th:nth-child(3) {
    display: none;
  }
  .hdnCol3 table tr td:nth-child(3) {
    display: none;
  }
  .hdnCol4 table colgroup col:nth-child(4) {
    display: none;
  }
  .hdnCol4 table tr th:nth-child(4) {
    display: none;
  }
  .hdnCol4 table tr td:nth-child(4) {
    display: none;
  }
  .hdnCol5 table colgroup col:nth-child(5) {
    display: none;
  }
  .hdnCol5 table tr th:nth-child(5) {
    display: none;
  }
  .hdnCol5 table tr td:nth-child(5) {
    display: none;
  }
  .hdnCol6 table colgroup col:nth-child(6) {
    display: none;
  }
  .hdnCol6 table tr th:nth-child(6) {
    display: none;
  }
  .hdnCol6 table tr td:nth-child(6) {
    display: none;
  }
  .hdnCol7 table colgroup col:nth-child(7) {
    display: none;
  }
  .hdnCol7 table tr th:nth-child(7) {
    display: none;
  }
  .hdnCol7 table tr td:nth-child(7) {
    display: none;
  }
  .hdnCol8 table colgroup col:nth-child(8) {
    display: none;
  }
  .hdnCol8 table tr th:nth-child(8) {
    display: none;
  }
  .hdnCol8 table tr td:nth-child(8) {
    display: none;
  }
  .hdnCol9 table colgroup col:nth-child(9) {
    display: none;
  }
  .hdnCol9 table tr th:nth-child(9) {
    display: none;
  }
  .hdnCol9 table tr td:nth-child(9) {
    display: none;
  }
  .hdnCol10 table colgroup col:nth-child(10) {
    display: none;
  }
  .hdnCol10 table tr th:nth-child(10) {
    display: none;
  }
  .hdnCol10 table tr td:nth-child(10) {
    display: none;
  }
  .pop-body {
    padding: 20px 30px;
  }
  .btn-lnk {
    margin-top: 30px;
    white-space: nowrap;
  }
  .btn-lnk a {
    font-size: 13px;
    margin: 0 5px;
  }
  .site-header .util {
    border-bottom: 1px solid #555;
  }
  .site-header .util li a span {
    display: none;
  }
  .site-header .util .sch a.m-toggle {
    width: 36px;
    height: 36px;
  }
  .site-header .util .sch input {
    width: 150px;
  }
  .site-header .util ul {
    white-space: nowrap;
    padding-top: 5px;
  }
  .site-header .util ul > li + li {
    margin-left: 5px;
  }
  .site-header .util ul > li a {
    font-size: 0.857em;
  }
  .site-header.skin-white .util {
    border-bottom: 1px solid #ddd;
  }
  .site-location {
    white-space: nowrap;
  }
  .site-location li {
    max-width: 30%;
  }
  .site-location li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .order-cont {
    text-align: center;
  }
  .order-cont li + li {
    margin-left: 10px;
    padding-left: 10px;
  }
  .point {
    padding-left: 35px;
    background-position: 0 18px;
    background-size: 28px;
  }
  table {
    font-size: 0.9em;
  }
  .mn-visual {
    margin-bottom: 60px;
  }
  .sch-cont input.q1 {
    padding-right: 40px;
    width: 160px;
  }
  .site-tit-nobel {
    position: relative;
    top: -510px;
    height: 30px;
  }
  .site-tit-nobel img {
    width: 47%;
    margin: 0 1%;
  }
  .mn-row {
    margin-bottom: 50px;
  }
  .mn-left {
    position: relative;
    top: 433px;
  }
  .mn-left .vdo-list li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .mn-left .vdo-list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .mn-right .mn-row:nth-of-type(1) {
    position: relative;
    top: calc(-506vw - 1460px);
    top: calc(-506vw - 1460px - constant(safe-area-inset-top));
    top: calc(-506vw - 1460px - env(safe-area-inset-top));
  }
  .mn-bnn li {
    float: none;
    width: 100%;
  }
  .mn-bnn li:nth-child(2n) {
    margin-left: 0;
  }
  .site-map {
    margin-right: 0;
  }
  .site-map section {
    width: 100%;
  }
  .login-sns {
    white-space: nowrap;
  }
  .step li {
    line-height: 20px;
    font-size: 15px;
    white-space: normal;
  }
  .step li span {
    font-size: 12px;
    display: block;
    padding-top: 15px;
  }
  .regit-browser {
    padding-top: 50px;
  }
  .regit-browser p strong {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .regit-browser p span {
    font-size: 12px;
  }
  .regit-browser .btn-cont a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin: 10px auto;
  }
  .icon_rb {
    display: none;
  }
}
/*# sourceMappingURL=old.css.map */