@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure, figcaption, span {
    margin: 0;
    padding: 0;
}


/* _common.scss
-------------------------------------------------------------------------------------------------------- */
:root {
  --board-muted-color: #9b9ea0;
  --board-link-color: #0070c9;
  --board-primary-color: #0d6efd;
  --board-danger-color: #dd3545;
  --board-warning-color: #ffc107;
  --board-info-color: #0dcaf0;
  --board-success-color: #198754;
  --board-indigo-color: #6610f2;
  --board-red-color: #f30;
  --board-pink-color: #e011e0;
  --board-text-base-color: #707070;
  --board-text-base-color2: #979797;
  --board-text-strong-color: #000000;
  --board-border-color: #D6E4E5;
  --board-bg-color: #f4f8fc;
  --board-input-border-color: rgba(0,0,0,0.2);
  --board-box-shadow: 0px 3px 10px rgba(0,0,0,.14);
  --board-box-shadow2: 0px 3px 10px rgba(0,0,0,.2);
  --board-btn-border-color: #334756;
  --board-dark-muted-color: #404040;
  --board-dark-text-base-color: #a0a0a0;
  --board-dark-text-strong-color: #ffffff;
  --board-dark-border-color: #3a3b3d;
  --board-dark-bg-color: #2c2d30;
  --board-dark-input-border-color: rgba(255,255,255,0.2);
}

/* 공통 적용
-------------------------------------------------------------------------------------------------------- */

.contentBox {
    margin: 0 auto;
}
 .productBox {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    margin-bottom: 120px;
    flex-wrap: wrap;
}
.productBox .dataArea {
    display: flex;
    grid-gap: 10px;
    gap: 10px;
    flex: auto;
}
.productBox .keyImg {
    display: flex;
    width: 432px;
    height: 464px;
    justify-content: center;
    align-items: center;
    border: 1px solid #e2e5eb;
    border-radius: 4px;
    background: #fff;
    flex: auto;
    overflow: hidden;
}
.productBox .keyImg a {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productBox .keyImg a img {
    max-height: 462px;
}
.showBigOne {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.showBigOne .btnPrev {
    display: block;
    width: 80px;
    height: 100px;
    background: url(../img/widget/btn_prev_off.svg) center no-repeat;
}
.showBigOne .btnNext {
    display: block;
    width: 80px;
    height: 100px;
    background: url(../img/widget/btn_next_off.svg) center no-repeat;
}
.showBigOne .btnClose {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/widget/btn_close_off.svg) center no-repeat;
}
.showBigOne>a {
    overflow: hidden;
    font-size: 0;
    text-indent: -999px;
    color: rgba(0, 0, 0, 0);
    line-height: 0;
}
.showBigOne .showBigImg>img {
    max-width: 503px;
}
.infoArea {
    box-sizing: border-box;
    min-width: 0;
    flex-basis: 480px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 60px 35px 35px 35px;
    height: 466px;
    border: 1px solid #e2e5eb;
    border-radius: 4px;
    background: #fff;
}
.infoArea .infoModel {
    display: flex;
    grid-gap: 22px;
    gap: 22px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f1f2f5;
}
.infoArea .infoModel>p {
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.infoArea .infoModel>p.modelNum {
    color: #367CC2;
}
.infoArea .infoModel>p.modelNum::before {
    content: "";
    display: inline-block;
    margin-right: 21px;
    width: 2px;
    height: 16px;
    background: #e4e4e4;
    vertical-align: middle;
}
.infoArea>h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: #000;
}
.infoArea .categoryBox {
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 33px;
    width: 410px;
    background: #fafafa;
    border-radius: 4px;
}
.infoArea .categoryBox>li {
    display: flex;
}
.infoArea .categoryBox>li>span {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #2E2E2E;
}
.infoArea .categoryBox>li>span.textType14 {
    min-width: 95px;
}
.infoArea .categoryBox>li+li {
    margin-top: 15px;
}
.infoArea .btnType4 {
    display: flex;
    grid-gap: 10px;
    gap: 10px;
}
.infoArea .btnType4>a.btnType5 {
    box-sizing: border-box;
    display: block;
    width: 195px;
    height: 60px;
    border: 1px solid #2E2E2E;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    color: #2E2E2E;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.infoArea .btnType4>a.btnType5.btnType6 {
    border: none;
    color: #fff;
    background: #367CC2;
    flex: auto;
}
 .divideArea {
    margin-bottom: 120px;
}
.xe_content .divideArea .titleType1, .rhymix_content .divideArea .titleType1 {
    margin-top: 0;
}
.titleType1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: #000;
    margin-bottom: 30px;
}
.titleType1::before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #367CC2;
    margin-bottom: 10px;
}
.divideArea>p {
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
}
 .dataInfoArea {
    box-sizing: border-box;
    padding: 40px 46px 46px;
    border-radius: 4px;
    background: #fafafa;
    margin: 0 auto;
}
.dataInfoArea>p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}
.dataInfoArea>p::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #367CC2;
    vertical-align: 3px;
}
.dataInfoArea .description {
    border: 1px solid #f4f4f4;
    background: #fff;
    width: 100%;
    height: auto;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
    gap: 0;
    margin-bottom: 30px;
}
.dataInfoArea .description img {
    width: 910px;
    height: auto;
    border-top: 1px solid var(--black_0);
}
.dataInfoArea .mt20-10 {
    margin-top: 20px;
}
.dataInfoArea .mt60-40 {
    margin-top: 60px;
}
.dataInfoArea>span {
    display: block;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.divideArea .descBox {
    margin: 0;
    padding: 0;
}
.divideArea .descBox .flexType15 {
    padding: 30px 0;
    border-bottom: 1px solid #e2e5eb;
}
.divideArea .description {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.divideArea .leftJustified{    
	justify-content: flex-start;
    margin-left: 30px;
}

.divideArea .descBox>ul.descBoxTextArea>li {
    text-indent: -16px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.16px;
    line-height: 24px;
}
.divideArea .descBox>ul.descBoxTextArea>li::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #367CC2;
    vertical-align: 3px;
}
.divideArea .descBox>ul.descBoxTextArea>li p {
	padding-left: 30px;
}
.divideArea .descBox .imgBox {
    border-radius: 8px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.description table td{border: 1px solid rgb(192, 192, 192);}
.descBoxTextFlex table td { border: 1px solid rgb(192, 192, 192); }
.divideArea .descBox .flexType15 .descBoxText>ul.descBoxTextArea>li>p{padding-left: 20px;}

.divideArea .descBox .flexType15:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.divideArea .descBox .flexType15>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
descBoxTextFlex.fullSize {
    width: 100%;
    text-indent: -16px;
    padding-left: 16px;
}
.descBoxTextFlex>p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: var(--black_0);
}
.descAreaFlex>li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.16px;
    line-height: 24px;
    color: var(--black_1);
}
.descAreaFlex>li::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue_7);
    vertical-align: middle;
}
.divideArea .descBox .flexType15 .descBoxText>p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: var(--black_0);
}
.divideArea .descBox .flexType15 .descBoxText>ul.descBoxTextArea>li {
    text-indent: -16px;
    padding-left: 16px;
    width: 635px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.16px;
    line-height: 24px;
    color: var(--black_1);
}
.divideArea .descBox .flexType15 .descBoxText>ul.descBoxTextArea>li::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue_7);
    vertical-align: 3px;
}
.divideArea .descBox .flexType15 .descBoxText .descBoxTextArea>li+li {
    margin-top: 10px;
}

#xet-simple-board {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: var(--board-text-strong-color);
  /** 체크박스 */
  /** font 아이콘 사용 시 */
  /** SVG 아이콘 사용 시 */
  /** 아이콘(new,update,file,secret) */
  /** 분류명 */
  /** 셀렉트 박스 */
  /** 게시물 공통 */
  /** 게시물이 없는 경우 */
  /** 태그 리스트 */
  /** 메세지 출력 */
  /** table */
  /** 버튼 그룹 */
  /** 버튼 */
}
#xet-simple-board ::placeholder {
  color: var(--board-muted-color);
  opacity: 1;
}
#xet-simple-board :-ms-input-placeholder {
  color: var(--board-muted-color);
}
#xet-simple-board ::-ms-input-placeholder {
  color: var(--board-muted-color);
}
#xet-simple-board img {
  vertical-align: top;
}
#xet-simple-board table, #xet-simple-board th, #xet-simple-board td, #xet-simple-board button, #xet-simple-board input, #xet-simple-board select {
  font-size: 16px;
}
#xet-simple-board *,
#xet-simple-board *::before,
#xet-simple-board *::after {
  box-sizing: border-box;
}

#xet-simple-board a svg {
  fill: var(--board-text-strong-color);
}
#xet-simple-board .xet-clearfix, #xet-simple-board .clearfix {
  *zoom: 1;
}
#xet-simple-board .xet-clearfix:after, #xet-simple-board .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#xet-simple-board .text-center {
  text-align: center !important;
}
#xet-simple-board .text-right {
  text-align: right !important;
}
#xet-simple-board input[type=checkbox] {
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
}
#xet-simple-board [class^=xi-],
#xet-simple-board [class*=" xi-"] {
  font-size: 16px;
}
#xet-simple-board [class^=xi-] ~ span,
#xet-simple-board [class*=" xi-"] ~ span {
  margin-left: 2px;
}
#xet-simple-board svg {
  width: 16px;
  height: 16px;
}
#xet-simple-board svg ~ span,
#xet-simple-board [class^=ri-] ~ span,
#xet-simple-board [class*=" ri-"] ~ span {
  margin-left: 2px;
}
#xet-simple-board .icons {
  display: flex;
  align-items: center;
}
#xet-simple-board .icons > span {
  margin-right: 2px;
}
#xet-simple-board .icons svg {
  fill: var(--board-text-base-color);
}
#xet-simple-board .icons .new-icon,
#xet-simple-board .icons .update-icon,
#xet-simple-board .icons .file-icon,
#xet-simple-board .icons .secret-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
#xet-simple-board .icons .new-icon {
  background: url(../img/N.svg) no-repeat center var(--board-red-color) !important;
  background-size: 10px;
}
#xet-simple-board .icons .new-icon > svg {
  display: none;
}
#xet-simple-board .icons .update-icon {
  color: var(--board-success-color) !important;
}
#xet-simple-board .icons .file-icon {
  color: var(--board-muted-color) !important;
}
#xet-simple-board .icons .secret-icon {
  color: var(--board-muted-color) !important;
}
#xet-simple-board .color-red {
  color: red;
}
#xet-simple-board .category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  font-size: 13px;
  padding: 0 10px;
  white-space: nowrap;
  border-radius: 4px;
  color: #fff;
  background-color: var(--board-indigo-color);
}
#xet-simple-board select {
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0 10px;
  outline: 0;
  font-size: 14px;
  color: inherit;
  border: 1px solid var(--board-input-border-color);
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(50%);
  background-color: transparent;
  background-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
}
#xet-simple-board select:focus {
  border-color: var(--board-active-border);
  color: var(--board-text-strong-color);
}
#xet-simple-board .item {
  /** 제목 */
  /** 썸네일 - 첨부된 파일 개수 출력 */
}
#xet-simple-board .item .item__subject .subject {
  position: relative;
  overflow: hidden;
  font-weight: 500;
  line-height: 20px;
  color: var(--board-text-strong-color) !important;
  /** new, update 아이콘 제목에 표기시 */
}
#xet-simple-board .item .item__subject .subject.new, #xet-simple-board .item .item__subject .subject.up {
  padding-left: 8px;
}
#xet-simple-board .item .item__subject .subject.new::before, #xet-simple-board .item .item__subject .subject.up::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--board-red-color);
  border-radius: 50%;
  transform: translateY(-50%);
}
#xet-simple-board .item .item__subject .subject.up::before {
  background-color: var(--board-success-color) !important;
}
#xet-simple-board .item .item__subject i,
#xet-simple-board .item .item__subject i + span {
  font-size: 12px;
}
#xet-simple-board .item .thumbnail {
  position: relative;
  display: block;
}
#xet-simple-board .item .thumbnail > em {
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  font-style: normal;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
#xet-simple-board .item .thumbnail img {
  vertical-align: top;
  max-width: 100%;
}
#xet-simple-board .no-item {
  padding: 20px;
  text-align: center;
}
#xet-simple-board .simple-board__tagCloud h3 {
  font-size: 20px;
  margin: 0 0 16px;
  padding-bottom: 16px;
  color: var(--board-text-strong-color);
  border-bottom: 1px solid var(--board-border-color);
}
#xet-simple-board .simple-board__tagCloud ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#xet-simple-board .simple-board__tagCloud ul li {
  display: inline;
  list-style: none;
  margin: 0 5px 5px;
}
#xet-simple-board .simple-board__tagCloud ul li.rank1 a {
  font-weight: bold;
  font-size: 24px;
  color: #2ecc71;
}
#xet-simple-board .simple-board__tagCloud ul li.rank2 a {
  font-weight: bold;
  font-size: 20px;
  color: #e67e22;
}
#xet-simple-board .simple-board__tagCloud ul li.rank3 a {
  font-weight: bold;
  font-size: 18px;
  color: #27ae60;
}
#xet-simple-board .simple-board__tagCloud ul li.rank4 a {
  font-size: 16px;
  color: #8e44ad;
}
#xet-simple-board .simple-board__tagCloud ul li.rank5 a {
  font-size: 14px;
  color: #7f8c8d;
}
#xet-simple-board .simple-board__message-box {
  max-width: 480px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}
#xet-simple-board .simple-board__message-box h3 {
  font-size: 18px;
  margin: 0 0 20px;
  color: var(--board-red-color);
}
#xet-simple-board .simple-board__message-box p {
  margin: 0;
}
#xet-simple-board table {
  width: 100%;
  border-collapse: collapse;
}
#xet-simple-board table thead th {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  color: var(--board-text-strong-color);
  border-top: 1px solid var(--board-text-strong-color);
  background-color: #f9f9f9;
}
#xet-simple-board table thead th.subject {
  width: 100%;
}
#xet-simple-board table tbody td {
  padding: 10px;
  min-height: 40px;
  color: var(--board-text-base-color);
}
#xet-simple-board table tbody td.subject {
  width: 100%;
  text-align: left;
}
#xet-simple-board .simple-board__btn-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}
#xet-simple-board .simple-board__btn-group.back {
  display: flex;
}
#xet-simple-board .simple-board__btn-group.center {
  justify-content: center;
}
#xet-simple-board .simple-board__btn-group.right {
  justify-content: flex-end;
}
#xet-simple-board .simple-board__btn-group.bottom {
  margin-top: 16px;
  margin-bottom: 0 !important;
}
#xet-simple-board .xet-board-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 40px;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  color: var(--board-text-strong-color);
  /** 버튼 사이즈 */
  /** 버튼 컬러 */
}
#xet-simple-board .xet-board-btn svg {
  fill: var(--board-text-strong-color);
  transition: all 0.2s ease-in-out;
}
#xet-simple-board .xet-board-btn span {
  line-height: 1;
}
#xet-simple-board .xet-board-btn.xet-board-btn-big {
  height: 48px !important;
  font-size: 18px !important;
  padding: 0 30px !important;
}
#xet-simple-board .xet-board-btn.xet-board-btn-large {
  min-width: 60px;
  height: 44px !important;
  font-size: 16px !important;
  padding: 0 26px !important;
}
#xet-simple-board .xet-board-btn.xet-board-btn-small {
  min-width: auto !important;
  height: 18px !important;
  font-size: 12px !important;
  padding: 0 4px !important;
  border-radius: 2px;
}
#xet-simple-board .xet-board-btn.xet-board-btn-block {
  display: block;
  width: 100%;
}
#xet-simple-board .xet-board-btn.light {
  border: 1px solid var(--board-border-color);
}
#xet-simple-board .xet-board-btn.submit {
  border: 1px solid var(--board-primary-color) !important;
  background-color: var(--board-primary-color) !important;
  color: #fff !important;
}
#xet-simple-board .xet-board-btn.disable {
  background-color: #f0f0f0;
  color: #b1b1b1;
}

/** Alert */
.simple-board-alert {
  z-index: 999999 !important;
  position: fixed;
  left: 50%;
  bottom: 50%;
  padding: 16px 20px;
  transform: translate3d(-50%, -50%, 0);
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  background-color: var(--board-primary-color);
  color: #fff;
  box-shadow: var(--board-box-shadow2);
}
.simple-board-alert.success {
  background-color: blueviolet;
}
.simple-board-alert.info {
  background-color: cyan;
}
.simple-board-alert.warn {
  background-color: orangered;
}
.simple-board-alert.danger {
  background-color: red;
}

/** Loading.. */
.simple-board-loading {
  display: none;
  z-index: 999999 !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-top: -32px;
}
.simple-board-loading > div {
  width: 32px;
  height: 32px;
  border: solid 4px transparent;
  border-top-color: var(--board-primary-color) !important;
  border-left-color: var(--board-primary-color) !important;
  border-radius: 50%;
  animation: simple-board-loading-bar 400ms linear infinite;
}

@keyframes simple-board-loading-bar {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.contentBox .productBox .keyImg { display: flex ; width: 432px; height: 464px; justify-content: center; align-items: center; border: 1px solid var(--gray_4); border-radius: 4px; background: var(--white_1); flex: auto; overflow: hidden; }
.contentBox .infoArea { box-sizing: border-box; min-width: 0; flex-basis: 480px; flex-grow: 0; flex-shrink: 0; padding: 60px 35px 35px 35px; height: 466px; border: 1px solid var(--gray_4); border-radius: 4px; background: var(--white_1); }
.contentBox .infoArea .infoModel { display: flex ; grid-gap: 22px; gap: 22px; margin-bottom: 20px; border-bottom: 2px solid #f1f2f5; }
.contentBox .infoArea .categoryBox { box-sizing: border-box; padding: 20px; margin-bottom: 33px; width: 410px; background: var(--gray_7); border-radius: 4px; }
.contentBox .infoArea .btnType4 { display: flex ; grid-gap: 10px; gap: 10px; }
.divideArea .descBox .flexType15>div>.imgBox img { border-radius: 8px; height: 200px; width: auto; }
.reviewTable.tableStyle01 { border-top: 2px solid var(--blue_7); text-align: center; background: var(--white_1); border-collapse: collapse; }
/* responsive
-------------------------------------------------------------------------------------------------------- */
@media (max-width: 1000px) {
  .contentBox .productBox { display: flex ;width: 100%; grid-gap: 20px; gap: 20px; margin-bottom: 80px; }
  .contentBox .productBox .keyImg { width: 100%; height: 385px; }
  .contentBox .productBox .keyImg a { overflow: hidden; display: flex ; align-items: center; justify-content: center; }
  .contentBox .productBox .keyImg a img { max-height: 385px; }
  .contentBox .infoArea { height: auto; flex-basis: 100%; padding: 20px 25px 24px; }
  .contentBox .infoArea .infoModel { grid-gap: 11px; gap: 11px; }
  .contentBox .infoArea .categoryBox { width: 100%; height: auto; padding: 11px 14px; margin-bottom: 24px; }
  .contentBox .infoArea .btnType4 { justify-content: space-between; flex-wrap: wrap; }  
  .productBox .dataArea, .productBox .infoArea  { width:50% }
  .divideArea .descBox .flexType15>div .descBoxText { margin-bottom: 20px; }
  .divideArea .descBox .flexType15 .descBoxText>p { margin-bottom: 18px; line-height: 20px; font-size: 15px; }
  .divideArea .descBox .flexType15 .descBoxText>ul { width: 100%; }
  .divideArea .descBox .flexType15 .descBoxText>ul.descBoxTextArea>li { width: calc(100% - 10px); }
  .divideArea .descBox .flexType15 .descBoxText>ul.descBoxTextArea>li { line-height: 19px; font-size: 14px; }
  .descBoxTextArea li{word-break: keep-all; overflow-wrap: break-word;}
  .divideArea .descBox .flexType15>div>.imgBox { box-sizing: border-box; width: 100%; padding: 0; }
  #xet-simple-board table, #xet-simple-board th, #xet-simple-board td, #xet-simple-board button, #xet-simple-board input, #xet-simple-board select { font-size: 14spx; }
}