/*-------------------------------------------------------------------
    파일정의 : Settings
    생성일자 : 2020-12-18 mangojang
-------------------------------------------------------------------*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
@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');
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('/asset/common/fonts/oswald-v35-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/asset/common/fonts/oswald-v35-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/asset/common/fonts/oswald-v35-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/asset/common/fonts/oswald-v35-latin-700.woff') format('woff'), /* Modern Browsers */ url('/asset/common/fonts/oswald-v35-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/asset/common/fonts/oswald-v35-latin-700.svg#Oswald') format('svg');
  /* Legacy iOS */
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
section,
time,
mark,
audio,
video,
select,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Noto Sans KR', Sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "liga" 0;
}
html,
body {
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
tr,
th,
td {
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font: 100%;
  color: #000;
}
ol,
ul,
li {
  list-style: none;
}
ul::after,
ol::after,
.clb::after {
  content: "";
  display: block;
  clear: both;
}
li,
dl {
  float: left;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
caption,
legend {
  display: none;
}
input,
select {
  font: 100%;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  background: none;
  border: none;
  cursor: pointer;
}
input[type="submit"] {
  cursor: pointer;
}
strong {
  font-weight: bold;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
button {
  border: none;
}
button:focus {
  outline: none;
}
/**** variable  ****/
/**** mixin  ****/
.lato {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.bld {
  display: none ;
}
.after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.afters:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.bgo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.strong {
  font-weight: bold;
}
.line-clamp-one {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*-------------------------------------------------------------------
    Globals
-------------------------------------------------------------------*/
.d_only {
  display: none;
}
.m_only {
  display: block;
}
.wrap,
.wrap02 {
  margin: 0 auto;
  padding: 0 16px;
  min-width: 360px;
}
/*-------------------------------------------------------------------
    Variables
-------------------------------------------------------------------*/
.post_view_txt_section p,
.post_view_txt_section span,
.post_view_txt_section strong,
.post_view_txt_section b,
.post_view_txt_section u,
.post_view_txt_section a,
.post_view_txt_section i,
.post_view_txt_section div {
  line-height: 1.64;
  font-weight: 500;
  font-size: 12px;
}
.post_view_txt_section strong,
.post_view_txt_section b {
  font-weight: bold;
}
.post_view_txt_section a {
  text-decoration: underline;
}
.post_view_txt_section img,
.post_view_txt_section iframe,
.post_view_txt_section video {
  max-width: 100%;
}
.post_view_txt_section table {
  width: 100%;
  margin: 10px 0;
  table-layout: fixed;
}
.post_view_txt_section table th,
.post_view_txt_section table td {
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 12px 6px;
  word-break: keep-all;
  font-weight: 500;
  text-align: center;
}
.post_view_txt_section table th {
  font-weight: bold;
  background-color: #f8f8f8;
}
.post_view_txt_section table th p,
.post_view_txt_section table th span,
.post_view_txt_section table th strong,
.post_view_txt_section table th b,
.post_view_txt_section table th u,
.post_view_txt_section table th a,
.post_view_txt_section table th i,
.post_view_txt_section table th div {
  font-size: inherit;
  font-weight: inherit;
  word-break: keep-all;
  text-align: inherit;
}
.post_view_txt_section table th strong,
.post_view_txt_section table th b {
  font-weight: bold;
}
.post_view_txt_section table td {
  line-height: 1.64;
}
.post_view_txt_section table td p,
.post_view_txt_section table td span,
.post_view_txt_section table td strong,
.post_view_txt_section table td b,
.post_view_txt_section table td u,
.post_view_txt_section table td a,
.post_view_txt_section table td i,
.post_view_txt_section table td div {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  word-break: keep-all;
  text-align: inherit;
}
.post_view_txt_section table td strong,
.post_view_txt_section table td b {
  font-weight: bold;
}
.post_view_txt_section .note-float-right,
.post_view_txt_section .note-float-left {
  margin: 10px;
}
/*-------------------------------------------------------------------
    Plugins
-------------------------------------------------------------------*/
.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: white;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/asset/images/btn-btn-w-pagination-line-arrow-prev-dis.svg);
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url(/asset/images/btn-btn-w-pagination-line-arrow-next-dis.svg);
}
/*-------------------------------------------------------------------
    Panels
-------------------------------------------------------------------*/
.panel01 .panel_tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
}
.panel01 .panel_tit .title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.63px;
  line-height: 1;
  color: #d53b3b;
}
.panel01 .panel_tit .btn_more span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.35px;
  padding-right: 10px;
  position: relative;
}
.panel01 .panel_tit .btn_more span::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/asset/images/icn-icn-w-more-linetype.svg);
  position: absolute;
  right: 0;
  top: 6px;
}
.panel01 .panel_cont {
  border-top: 1px solid #d53b3b;
  background-color: #fff;
  padding: 0 5px;
}
.panel02 .panel_tit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.16px;
}
.panel02 .panel_cont {
  padding-top: 12px;
}
.panel02 .panel_cont > p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  margin-bottom: 12px;
  text-align: justify;
}
.panel02 .panel_cont .figure_box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.panel02 .panel_cont .figure_box figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
}
.panel02 .panel_cont .figure_box figure img {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.panel02 .panel_cont .figure_box figure figcaption {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.5px;
}
.panel03 {
  padding: 0 16px;
}
.panel03 .panel_tit {
  margin-bottom: 10px;
}
.panel03 .panel_tit p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.13px;
  color: #111111;
}
.m_popup {
  display: none !important;
}
.mobile_popup {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  width: 100%;
  top: 0;
  border: 1px solid #000;
}
.mobile_popup .cont img {
  width: 100%;
}
/*-------------------------------------------------------------------
    Buttons
-------------------------------------------------------------------*/
.btn01 {
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d53b3b;
}
.btn01 span {
  font-size: 12px;
  letter-spacing: -0.26px;
  color: white;
}
.btn02 {
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d53b3b;
  background-color: #bbb;
}
.btn02 span {
  font-size: 12px;
  letter-spacing: -0.26px;
  color: white;
}
/*-------------------------------------------------------------------
    Checkbox
-------------------------------------------------------------------*/
.check_box01 input[type="checkbox"] {
  display: none;
}
.check_box01 input[type="checkbox"] + label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #e2e2e2;
  cursor: pointer;
}
.check_box01 input[type="checkbox"]:checked + label span {
  background: white url('/asset/images/icn-icn-checked-red.svg') no-repeat center / 10px;
}
.pop_check_box_close {
  display: inline;
  vertical-align: 1px;
}
.pop_check_box_close input[type="checkbox"] {
  display: none;
}
.pop_check_box_close input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #000;
  cursor: pointer;
}
.pop_check_box_close input[type="checkbox"]:checked + label span {
  background: white url('/asset/images/icn-icn-checked-red.svg') no-repeat center;
}
/*-------------------------------------------------------------------
    tables
-------------------------------------------------------------------*/
.table01 {
  border-top: 1px solid #d53b3b;
}
.table01 .tr {
  border-bottom: 1px solid #ddd;
  height: 32px;
  display: block;
}
.table01 .tr:first-child {
  display: none ;
}
.table01 .tr .td {
  display: none ;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.table01 .tr .td p {
  font-size: 11px;
  letter-spacing: -0.6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table01 .tr .td:nth-child(2) {
  display: flex;
}
.table01 .tr.impt .td {
  display: flex;
}
.table01 .tr.impt .td p {
  font-weight: 500;
  padding-left: 47px;
  position: relative;
}
.table01 .tr.impt .td p::before {
  content: '';
  display: block;
  width: 42px;
  height: 16px;
  background: url(/asset/images/badge-badge-notice-m.svg) no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: 1px;
}
.table01 .tr.new .td:nth-child(2) p {
  padding-right: 10px;
  position: relative;
}
.table01 .tr.new .td:nth-child(2) p::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/asset/images/icn-icn-new.svg);
  position: absolute;
  right: 0;
  top: 5px;
}
/*-------------------------------------------------------------------
    Components
-------------------------------------------------------------------*/
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
  z-index: 10;
}
header > .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header > .wrap .logo {
  width: 107px;
  height: 32px;
}
header > .wrap .logo a {
  display: block;
}
header > .wrap .logo a img {
  display: block;
  width: 100%;
}
header > .wrap .logo a img.black {
  display: none ;
}
header > .wrap nav {
  display: flex;
  align-items: center;
}
header > .wrap nav .w_gnb {
  display: none ;
}
header > .wrap nav .ham_btn {
  position: relative;
  z-index: 20;
  display: block;
  width: 18px;
  height: 16px;
}
header > .wrap nav .ham_btn span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in;
}
header > .wrap nav .ham_btn span:first-child {
  top: 0;
}
header > .wrap nav .ham_btn span:nth-child(2) {
  top: 7px;
}
header > .wrap nav .ham_btn span:last-child {
  top: 14px;
}
header .site_map {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-image: linear-gradient(162deg, #f1732c 3%, #d53b3b 97%);
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-in;
}
header .site_map > .wrap {
  padding: 0;
  padding-top: 70px;
}
header .site_map > .wrap dl {
  float: none;
  margin-bottom: 20px;
  text-align: center;
}
header .site_map > .wrap dl:last-child {
  margin-bottom: 0;
}
header .site_map > .wrap dl dt a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
header .site_map > .wrap dl dd {
  display: none ;
}
header .site_map > .wrap dl dd div {
  padding-top: 10px;
}
header .site_map > .wrap dl dd div a {
  display: block;
  font-size: 16px;
  letter-spacing: -0.36px;
  color: #e8e8e8;
  padding: 8px;
  font-weight: bold;
}
header.on > .wrap nav .ham_btn span:first-child {
  top: 50%;
  transform: rotate(45deg);
}
header.on > .wrap nav .ham_btn span:nth-child(2) {
  top: 7px;
  width: 0;
}
header.on > .wrap nav .ham_btn span:last-child {
  top: 50%;
  transform: rotate(-45deg);
}
header.on .site_map {
  height: 100%;
}
header.ver2 {
  background-color: #fff;
  position: fixed;
}
header.ver2 > .wrap .logo a img.white {
  display: none ;
}
header.ver2 > .wrap .logo a img.black {
  display: block;
}
header.ver2 > .wrap nav .ham_btn span {
  background-color: #111;
}
header.ver2.sticky {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
}
header.ver2.on > .wrap nav .ham_btn span {
  background-color: #fff;
}
footer {
  background-color: #444;
  padding-top: 24px;
  padding-bottom: 30px;
}
footer > .wrap {
  text-align: center;
}
footer > .wrap .ft_logo {
  display: block;
  width: 92px;
  height: 28px;
  margin: 0 auto 10px;
}
footer > .wrap .ft_logo img {
  display: block;
  width: 100%;
}
footer > .wrap .ft_cont {
  margin-bottom: 15px;
}
footer > .wrap .ft_cont p {
  font-size: 11px;
  letter-spacing: -0.37px;
  color: #999;
}
footer > .wrap .ft_cont p strong {
  display: none ;
}
footer > .wrap .ft_cont address {
  font-style: normal;
}
footer > .wrap .ft_cont address ul li {
  width: 100%;
  font-size: 11px;
  letter-spacing: -0.37px;
  color: #999;
}
footer > .wrap .ft_cont address ul li:last-child {
  display: none ;
}
footer > .wrap .relate_site {
  width: 140px;
  height: 24px;
  border: 1px solid #bbb;
  padding: 0 20px 0 8px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #bbb;
  font-size: 9px;
  letter-spacing: -0.5px;
  background: #333 url(/asset/images/icn-icn-w-footer-selectbox-triangle-down.svg) no-repeat right 10px center / 8px;
}
footer > .wrap .relate_site:active,
footer > .wrap .relate_site:focus {
  background: #333 url(/asset/images/icn-icn-w-footer-selectbox-triangle-up.svg) no-repeat right 10px center / 8px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page {
  display: block;
  padding: 5px;
  font-size: 10px;
  color: #c4c4c4;
  line-height: 1;
}
.pagination .page.on {
  color: #d53b3b;
}
.pagination .prev01,
.pagination .prev02,
.pagination .next01,
.pagination .next02 {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.pagination .prev02 {
  background-image: url(/asset/images/btn-btn-w-pagination-line-arrow-first-dis.svg);
  margin-right: 4px;
}
.pagination .prev01 {
  background-image: url(/asset/images/btn-btn-w-pagination-line-arrow-prev-dis.svg);
  margin-right: 10px;
}
.pagination .next01 {
  background-image: url(/asset/images/btn-btn-w-pagination-line-arrow-next-dis.svg);
  margin-left: 10px;
}
.pagination .next02 {
  background-image: url(/asset/images/btn-btn-w-pagination-line-arrow-last-dis.svg);
  margin-left: 4px;
}
.table_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
.table_top .total_num {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.42px;
}
.table_top .search_area form {
  display: flex;
}
.table_top .search_area select {
  width: 72px;
  height: 24px;
  border: 1px solid #f4f4f4;
  padding: 0 8px;
  background: #f8f8f8 url(/asset/images/form-form-select-arrow-down.svg) no-repeat right 10px center / 8px;
  cursor: pointer;
  font-size: 9px;
  letter-spacing: -0.5px;
  color: #666;
  margin-right: 4px;
}
.table_top .search_area select:focus,
.table_top .search_area select:active {
  background-image: url(/asset/images/form-form-select-arrow-up.svg);
}
.table_top .search_area input[type="text"] {
  width: 146px;
  height: 24px;
  background-color: #f8f8f8;
  border: 1px solid #f4f4f4;
  padding: 0 8px;
  font-size: 9px;
  color: #666;
}
.table_top .search_area input[type="text"]::placeholder {
  color: #999;
  font-size: inherit;
}
.table_top .search_area input[type="submit"] {
  width: 24px;
  height: 24px;
  background: #d53b3b url(/asset/images/icn-icn-zoom-22-px.svg) no-repeat center / 12px;
  font-size: 0;
}
.table_box {
  border-top: 1px solid #d53b3b;
}
/*-------------------------------------------------------------------
    Popup
-------------------------------------------------------------------*/
.self_check_popup .page {
  display: none ;
}
.self_check_popup .page .title_box {
  background-color: #d53b3b;
  padding: 16px;
}
.self_check_popup .page .title_box .left {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.self_check_popup .page .title_box .left p {
  color: white;
  font-weight: bold;
}
.self_check_popup .page .title_box .left p.step {
  font-size: 11px;
  letter-spacing: 0.24px;
  margin-right: 6px;
  font-family: 'Oswald', sans-serif;
}
.self_check_popup .page .title_box .left p.title {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.self_check_popup .page .title_box .right p {
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: -0.09px;
  color: white;
  margin-bottom: 5px;
}
.self_check_popup .page .title_box .right p span {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-weight: bold;
}
.self_check_popup .page .title_box .right dl {
  float: none;
  display: flex;
}
.self_check_popup .page .title_box .right dl:first-of-type {
  margin-top: 10px;
}
.self_check_popup .page .title_box .right dl::before {
  content: 'ㆍ';
  color: white;
  font-size: 10px;
  line-height: 1.3;
}
.self_check_popup .page .title_box .right dl dt,
.self_check_popup .page .title_box .right dl dd {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: -0.42;
  color: white;
}
.self_check_popup .page .title_box .right dl dt {
  font-weight: bold;
  width: 48px;
}
.self_check_popup .page .title_box .right dl dd {
  width: calc(100% - 48px);
}
.self_check_popup .page .cont_box {
  background-color: #fff;
  padding: 16px 16px 56px;
}
.self_check_popup .page .cont_box .survey_list {
  width: 100%;
  border-top: 1px solid #ddd;
}
.self_check_popup .page .cont_box .survey_list li {
  float: none;
  border-bottom: 1px solid #ddd;
  display: flex;
}
.self_check_popup .page .cont_box .survey_list li .q_box {
  width: calc(100% - 40px);
  padding: 10px 10px 12px;
}
.self_check_popup .page .cont_box .survey_list li .q_box .num {
  margin-bottom: 2px;
}
.self_check_popup .page .cont_box .survey_list li .q_box .num p {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.86px;
  color: #d53b3b;
}
.self_check_popup .page .cont_box .survey_list li .q_box .question p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.74px;
}
.self_check_popup .page .cont_box .survey_list li .q_box .question p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  background-color: #ffe1e1;
}
.self_check_popup .page .cont_box .survey_list li .c_box {
  width: 40px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.self_check_popup .page .cont_box .btn_area {
  position: fixed;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
  display: flex;
}
.self_check_popup .page .cont_box .btn_area .btn01,
.self_check_popup .page .cont_box .btn_area .btn02 {
  flex: 1;
}
.self_check_popup .page.show {
  display: block;
}
.self_check_popup .page.page09 .title_box {
  height: 192px;
  padding-top: 22px;
}
.self_check_popup .page.page09 .title_box .center {
  text-align: center;
  margin: 0 auto;
}
.self_check_popup .page.page09 .title_box .center p {
  color: white;
}
.self_check_popup .page.page09 .title_box .center p.subtitle {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.2px;
}
.self_check_popup .page.page09 .title_box .center p.title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 16px;
}
.self_check_popup .page.page09 .title_box .center p.desc {
  font-size: 12px;
  line-height: 1.41;
  letter-spacing: -0.4px;
}
.self_check_popup .page.page09 .title_box .center p.desc span {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: bold;
  color: inherit;
}
.self_check_popup .page.page09 .title_box .center .result_img {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
}
.self_check_popup .page.page09 .cont_box .step_result_list {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.self_check_popup .page.page09 .cont_box .step_result_list li {
  width: 25%;
  border-right: 1px solid #ddd;
}
.self_check_popup .page.page09 .cont_box .step_result_list li:nth-child(4n) {
  border-right: none;
}
.self_check_popup .page.page09 .cont_box .step_result_list li .step_title {
  background-color: #f8f8f8;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.self_check_popup .page.page09 .cont_box .step_result_list li .step_title .step {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.33px;
  color: #d53b3b;
  font-family: 'Oswald', sans-serif;
}
.self_check_popup .page.page09 .cont_box .step_result_list li .step_title .title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.53px;
}
.self_check_popup .page.page09 .cont_box .step_result_list li .step_result {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.self_check_popup .page.page09 .cont_box .step_result_list li .step_result .result_img {
  width: 24px;
  height: 24px;
}
.self_check_popup .page.page09 .result_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.self_check_popup .page.page09 .result_img.all {
  background-image: url(/asset/images/img-img-badge-01-all.svg);
}
.self_check_popup .page.page09 .result_img.more12 {
  background-image: url(/asset/images/img-img-badge-02-12.svg);
}
.self_check_popup .page.page09 .result_img.more15 {
  background-image: url(/asset/images/img-img-badge-03-15.svg);
}
.self_check_popup .page.page09 .result_img.more18 {
  background-image: url(/asset/images/img-img-badge-04-18.svg);
}
.webtoon_popup .wbt_header {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(106deg, #f1732c 18%, #d53b3b 82%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
.webtoon_popup .wbt_header h1 {
  font-size: 18px;
  letter-spacing: 1px;
  color: white;
}
.webtoon_popup .wbt_header h1 strong {
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.webtoon_popup .wbt_contents_area {
  padding: 50px 0 48px;
}
.webtoon_popup .wbt_contents_area .part {
  display: none;
}
.webtoon_popup .wbt_contents_area .part img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.webtoon_popup .wbt_contents_area .part .next_ment {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 13px 0 47px;
}
.webtoon_popup .wbt_footer {
  width: 100%;
  height: 48px;
  background-color: white;
  box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
}
.webtoon_popup .wbt_footer .tab01 {
  width: 100%;
}
.webtoon_popup .wbt_footer .tab01 ul {
  display: flex;
}
.webtoon_popup .wbt_footer .tab01 ul li {
  float: none;
  flex: 1;
  border-right: 1px solid #f2f2f2;
}
.webtoon_popup .wbt_footer .tab01 ul li:last-child {
  border-right: none;
}
.webtoon_popup .wbt_footer .tab01 ul li a {
  width: 100%;
  height: 48px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webtoon_popup .wbt_footer .tab01 ul li a span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.2px;
}
.webtoon_popup .wbt_footer .tab01 ul li a.on {
  background-color: #d53b3b;
}
.webtoon_popup .wbt_footer .tab01 ul li a.on span {
  color: white;
}
/*-------------------------------------------------------------------
    Pages
-------------------------------------------------------------------*/
#contentsWrap.main_wrap .main_visual {
  height: 393px;
  background: url(/asset/images/img-img-m-main-visual@2x.jpg) no-repeat top / cover;
}
#contentsWrap.main_wrap .main_visual > .wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#contentsWrap.main_wrap .main_visual .slogan {
  margin-bottom: 116px;
  text-align: center;
}
#contentsWrap.main_wrap .main_visual .slogan h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 12px;
  word-break: keep-all;
  opacity: 0;
  animation: showUp 0.4s ease-in 0.6s forwards;
}
#contentsWrap.main_wrap .main_visual .slogan h3 .point {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #d53b3b;
}
#contentsWrap.main_wrap .main_visual .slogan h3 .j_en_name {
  font-family: Lato;
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 0.5px;
  text-align: center;
  color: #d53b3b;
  vertical-align: 10px;
}
#contentsWrap.main_wrap .main_visual .slogan p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #333;
  word-break: keep-all;
  opacity: 0;
  animation: showUp 0.4s ease-in 1.4s forwards;
}
#contentsWrap.main_wrap .quick_menu {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
}
#contentsWrap.main_wrap .quick_menu .menu_list {
  width: 100%;
  height: inherit;
}
#contentsWrap.main_wrap .quick_menu .menu_list li {
  width: 25%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contentsWrap.main_wrap .quick_menu .menu_list li a .icon {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 auto;
}
#contentsWrap.main_wrap .quick_menu .menu_list li a .icon.ic1 {
  background-image: url(/asset/images/img-img-svg-main-icon-01.svg);
}
#contentsWrap.main_wrap .quick_menu .menu_list li a .icon.ic2 {
  background-image: url(/asset/images/img-img-svg-main-icon-02.svg);
}
#contentsWrap.main_wrap .quick_menu .menu_list li a .icon.ic3 {
  background-image: url(/asset/images/img-img-svg-main-icon-03.svg);
}
#contentsWrap.main_wrap .quick_menu .menu_list li a .icon.ic4 {
  background-image: url(/asset/images/img-img-svg-main-icon-04.svg);
}
#contentsWrap.main_wrap .quick_menu .menu_list li a .title {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.41px;
  line-height: 1.31;
  color: #333;
}
#contentsWrap.main_wrap .contents_preview {
  padding: 26px 0 36px;
  background-color: #f8f8f8;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01 {
  margin-bottom: 26px;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01:last-child {
  margin-bottom: 0;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.notice .notice_list li {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #ddd;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.notice .notice_list li:last-child {
  border-bottom: none;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.notice .notice_list li a {
  display: flex;
  height: 100%;
  align-items: center;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.notice .notice_list li a p {
  font-size: 11px;
  letter-spacing: -0.6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.notice .notice_list li a p.impt {
  font-weight: bold;
  padding-left: 45px;
  position: relative;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.notice .notice_list li a p.impt::before {
  content: '';
  display: block;
  width: 42px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/asset/images/badge-badge-notice-m.svg);
  position: absolute;
  left: 0;
  top: 2px;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.faq .faq_list li {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #ddd;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.faq .faq_list li:last-child {
  border-bottom: none;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.faq .faq_list li a {
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 20px;
  position: relative;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.faq .faq_list li a::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/asset/images/icn-icn-main-faq-more.svg);
  background-size: 6px;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.faq .faq_list li a p {
  font-size: 11px;
  letter-spacing: -0.6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#contentsWrap.main_wrap .sponsers {
  height: 80px;
  background-color: #fff;
}
#contentsWrap.main_wrap .sponsers > .wrap {
  padding-top: 25px;
}
#contentsWrap.main_wrap .sponsers .banner {
  padding: 0 30px;
}
#contentsWrap.main_wrap .sponsers .banner .swiper-slide {
  width: 125px;
  margin-right: 8px;
}
#contentsWrap.main_wrap .sponsers .banner .swiper-slide a {
  display: block;
}
#contentsWrap.main_wrap .sponsers .banner .swiper-slide a:active,
#contentsWrap.main_wrap .sponsers .banner .swiper-slide a:focus {
  outline: none;
}
#contentsWrap.main_wrap .sponsers .banner .swiper-slide a img {
  display: block;
  width: 100%;
}
#contentsWrap.sub_wrap {
  min-height: calc(100vh - 64px - 185px - 120px);
}
#contentsWrap.sub_wrap .tit_area {
  width: 100%;
  position: fixed;
  top: 64px;
  z-index: -1;
  text-align: center;
}
#contentsWrap.sub_wrap .tit_area .tit_relative {
  position: relative;
}
#contentsWrap.sub_wrap .tit_area .tit_relative .tit_image {
  background-size: cover;
  background-position: center;
  height: 120px;
}
#contentsWrap.sub_wrap .tit_area .tit_relative .tit_image .tit_inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contentsWrap.sub_wrap .tit_area .tit_relative .tit_image .tit_inner .sub_tit {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.19px;
  color: white;
}
#contentsWrap.sub_wrap .cont_area {
  margin-top: 184px;
  background-color: white;
}
#contentsWrap.sub_wrap .cont_area .sub_cont {
  padding: 32px 0 40px;
}
#contentsWrap.sub_wrap .sub_tab dl {
  float: none;
  width: 100%;
  position: relative;
}
#contentsWrap.sub_wrap .sub_tab dl dt {
  width: 100%;
}
#contentsWrap.sub_wrap .sub_tab dl dt a {
  display: block;
  padding: 9px 16px;
  background-color: #d53b3b;
  font-size: 16px;
  letter-spacing: -0.77px;
  color: white;
  position: relative;
}
#contentsWrap.sub_wrap .sub_tab dl dt a .btn_arcodian {
  display: block;
  position: absolute;
  right: 24px;
  top: 21px;
  width: 2px;
  height: 2px;
}
#contentsWrap.sub_wrap .sub_tab dl dt a .btn_arcodian::before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
#contentsWrap.sub_wrap .sub_tab dl dt a .btn_arcodian::after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  background-color: #fff;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  transition: transform 0.2s ease-in;
}
#contentsWrap.sub_wrap .sub_tab dl dd {
  background-color: #333;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s linear;
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  z-index: 1;
}
#contentsWrap.sub_wrap .sub_tab dl dd div {
  padding: 12px 16px;
}
#contentsWrap.sub_wrap .sub_tab dl dd div a {
  display: block;
  padding: 8px 0;
  color: white;
  font-size: 14px;
  letter-spacing: -0.67px;
}
#contentsWrap.sub_wrap .sub_tab dl dd div a.on {
  font-weight: bold;
}
#contentsWrap.sub_wrap .sub_tab dl.on dt a .btn_arcodian::after {
  transform: translateY(-50%) rotate(90deg);
}
#contentsWrap.sub_wrap .sub_tab dl.on dd {
  max-height: 500px;
}
#contentsWrap.sub_wrap .sub_cont .semi_tit_area {
  margin-bottom: 20px;
  text-align: center;
}
#contentsWrap.sub_wrap .sub_cont .semi_tit_area .title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.17px;
  color: #111;
}
#contentsWrap.sub_wrap .sub_cont .semi_tit_area .subtitle {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: -0.13px;
  color: #111;
}
#contentsWrap.sub_wrap .sub_cont .semi_tit_area .subtitle span {
  font-size: 14px;
  letter-spacing: -0.11px;
  color: #666;
}
#contentsWrap.sub_wrap.notice .tit_area .tit_relative .tit_image {
  background-image: url(/asset/images/img-img-m-sub-visual-05@2x.jpg);
}
#contentsWrap.sub_wrap.notice.notice_list .cont_area .pagination {
  margin-top: 15px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_tit {
  border-top: 1px solid #d53b3b;
  background-color: #f8f8f8;
  padding: 15px 0;
  text-align: center;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_tit .badge {
  display: inline-block;
  width: 42px;
  height: 16px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_tit .badge.impt {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/asset/images/badge-badge-notice-m.svg);
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_tit .tit {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: -0.73px;
  margin-bottom: 5px;
  word-break: keep-all;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_tit .tit.new span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/asset/images/icn-icn-new.svg);
  margin-left: 5px;
  position: relative;
  top: 0;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_tit .date {
  font-size: 11px;
  letter-spacing: -0.6px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con {
  padding: 22px 10px 26px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con p,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con span,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con strong,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con b,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con u,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con a,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con i,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con div {
  line-height: 1.64;
  font-weight: 500;
  font-size: 12px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con strong,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con b {
  font-weight: bold;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con a {
  text-decoration: underline;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con img,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con iframe,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con video {
  max-width: 100%;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table {
  width: 100%;
  margin: 10px 0;
  table-layout: fixed;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td {
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 12px 6px;
  word-break: keep-all;
  font-weight: 500;
  text-align: center;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th {
  font-weight: bold;
  background-color: #f8f8f8;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th p,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th span,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th strong,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th b,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th u,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th a,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th i,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th div {
  font-size: inherit;
  font-weight: inherit;
  word-break: keep-all;
  text-align: inherit;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th strong,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table th b {
  font-weight: bold;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td {
  line-height: 1.64;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td p,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td span,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td strong,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td b,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td u,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td a,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td i,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td div {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  word-break: keep-all;
  text-align: inherit;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td strong,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con table td b {
  font-weight: bold;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con .note-float-right,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con .note-float-left {
  margin: 10px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .cf_file_box {
  border-top: 1px solid #ddd;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .cf_file_box dl {
  float: none;
  padding: 12px 10px 16px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .cf_file_box dl dt {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .cf_file_box dl dd a {
  display: inline-block;
  max-width: 100%;
  border-radius: 24px;
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin-bottom: 4px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .cf_file_box dl dd a:last-child {
  margin-bottom: 0;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .cf_file_box dl dd a span {
  display: block;
  font-size: 9px;
  color: #3a3a3a;
  padding-left: 12px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .cf_file_box dl dd a span::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/asset/images/icn-icn-attachedfile.svg);
  position: absolute;
  left: 0;
  top: 4px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list {
  border-top: 1px solid #ddd;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a {
  display: block;
  height: 34px;
  border-bottom: 1px solid #ddd;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a dl {
  float: none;
  display: flex;
  align-items: center;
  height: 100%;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a dl dt {
  width: 66px;
  font-size: 11px;
  letter-spacing: -0.6px;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a dl dt::before {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a dl dd {
  width: calc(100% - 66px);
  font-size: 11px;
  letter-spacing: -0.6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a.prev_list dl dt::before {
  background-image: url(/asset/images/icn-icn-w-notice-line-arrow-prev-act.svg);
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a.prev_list.disabled dl dt::before {
  background-image: url(/asset/images/icn-icn-w-notice-line-arrow-prev-dis.svg);
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a.next_list dl dt::before {
  background-image: url(/asset/images/icn-icn-w-notice-line-arrow-next-act.svg);
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a.next_list.disabled dl dt::before {
  background-image: url(/asset/images/icn-icn-w-notice-line-arrow-next-dis.svg);
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a.disabled {
  pointer-events: none;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a.disabled dl dt,
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a.disabled dl dd {
  color: #ddd;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .btn_area {
  padding-top: 16px;
  display: flex;
  justify-content: center;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .btn_area .btn_go_list {
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d53b3b;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .btn_area .btn_go_list span {
  font-size: 12px;
  letter-spacing: -0.26px;
  color: white;
}
#contentsWrap.sub_wrap.sub01 .tit_area .tit_relative .tit_image {
  background-image: url(/asset/images/img-img-m-sub-visual-01@2x.jpg);
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  margin-bottom: 12px;
  text-align: justify;
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont p strong {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont p span {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #d53b3b;
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont .ref_box {
  border-top: 1px solid #ddd;
  margin-top: 32px;
  padding-top: 16px;
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont .ref_box .ref_list li {
  float: none;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: -0.1px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont .ref_box .ref_list li::before {
  display: block;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #d53b3b;
  position: absolute;
  left: 0;
  top: 0;
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont .ref_box .ref_list li:last-child {
  margin-bottom: 0;
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont .ref_box .ref_list li:nth-child(1)::before {
  content: '¹';
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont .ref_box .ref_list li:nth-child(2)::before {
  content: '²';
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont .ref_box .ref_list li:nth-child(3)::before {
  content: '³';
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area dl.list01 {
  padding-left: 0 !important;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .list01 {
  font-size: 12px;
  letter-spacing: -0.09px;
  font-weight: bold;
  margin-right: 5px;
  padding-left: 16px;
  position: relative;
  color: #333;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .list01 dt {
  font-size: 12px;
  letter-spacing: -0.09px;
  font-weight: bold;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .list01 dt::before {
  display: none;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .list01::before {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d53b3b;
  color: white;
  font-size: 10px;
  letter-spacing: -0.09px;
  text-align: center;
  line-height: 14px;
  position: absolute;
  left: 0;
  top: 2px;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .list01.first::before {
  content: '1';
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .list01.second::before {
  content: '2';
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .list01.third::before {
  content: '3';
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .list01.fourth::before {
  content: '4';
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .list01:last-child {
  margin-right: 0;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area dl.list01 {
  margin-right: 0;
  margin-bottom: 10px;
  float: none;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area dl.list01 dd p {
  margin-bottom: 0;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .img {
  margin-bottom: 15px;
  /*
                        padding-top: 46.6%;
                        .bgo;
                        margin-bottom: 14px;
                        &.img01{
                            background-image: url(/asset/images/img-img-svg-sub-01.svg);
                        }
                        &.img02{
                            margin-top: 24px;
                            background: url(/asset/images/img-img-svg-sub-02.svg) no-repeat center top;
                            background-size: 100%;
                        }
                        */
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .img img {
  width: 100%;
}
#contentsWrap.sub_wrap.sub02 .tit_area .tit_relative .tit_image {
  background-image: url(/asset/images/img-img-m-sub-visual-02@2x.jpg);
}
#contentsWrap.sub_wrap.sub02 .cont_area .sub_cont .wrap02 > p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.09px;
  margin-bottom: 12px;
  text-align: justify;
}
#contentsWrap.sub_wrap.sub02 .cont_area .sub_cont .wrap02 > p:last-of-type {
  margin-bottom: 0;
}
#contentsWrap.sub_wrap.sub02 .cont_area .sub_cont .wrap02 > p > a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area {
  display: flex;
  flex-wrap: wrap;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 {
  width: calc((100% - 16px*1)/2);
  margin-right: 16px;
  margin-bottom: 16px;
  border: 1px solid #eee;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01:nth-child(2n) {
  margin-right: 0;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .name {
  background-color: #eee;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .name p {
  font-size: 20px;
  letter-spacing: -0.28px;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .name p span {
  font-size: 12px;
  letter-spacing: -0.09px;
  font-weight: bold;
  margin-right: 6px;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .info {
  height: 72px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 14px;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .info dl {
  float: none;
  display: flex;
  margin-bottom: 5px;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .info dl:last-child {
  margin-bottom: 0;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .info dl dt {
  width: 30px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.09px;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .info dl dd {
  width: calc(100% - 30px);
  letter-spacing: -0.33px;
  line-height: 1.33;
  word-break: keep-all;
  font-size: 12px;
}
#contentsWrap.sub_wrap.sub02.sub0204 .cont_area .sub_cont .semi_tit_area {
  margin-bottom: 30px;
}
#contentsWrap.sub_wrap.sub02.sub0204 .cont_area .sub_cont .giguan_list li {
  width: calc((100% - 16px)/2);
  margin-right: 16px;
  margin-bottom: 28px;
}
#contentsWrap.sub_wrap.sub02.sub0204 .cont_area .sub_cont .giguan_list li:nth-child(2n) {
  margin-right: 0;
}
#contentsWrap.sub_wrap.sub02.sub0204 .cont_area .sub_cont .giguan_list li a {
  display: block;
}
#contentsWrap.sub_wrap.sub02.sub0204 .cont_area .sub_cont .giguan_list li a img {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
#contentsWrap.sub_wrap.sub02.sub0205 .cont_area .sub_cont .wrap02 > img {
  display: block;
  max-width: 100%;
  margin-top: 14px;
}
#contentsWrap.sub_wrap.sub03 .tit_area .tit_relative .tit_image {
  background-image: url(/asset/images/img-img-m-sub-visual-03@2x.jpg);
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .desc_box {
  margin-bottom: 25px;
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .desc_box p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  margin-bottom: 12px;
  text-align: justify;
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .desc_box p:last-child {
  margin-bottom: 0;
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .panel02 .panel_cont .figure_box {
  margin-bottom: 16px;
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .panel02 .panel_cont .figure_box:last-of-type {
  margin-bottom: 0;
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .panel02 .panel_cont .fig1 figure {
  margin-right: 10px;
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .panel02 .panel_cont .fig1 figure:last-chidl {
  margin-right: 0;
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .panel02 .panel_cont .fig2 figure {
  margin-right: 10px;
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .panel02 .panel_cont .fig2 figure:last-child {
  margin-right: 0;
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .btn_area {
  padding-top: 15px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area {
  margin-bottom: 3px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02 {
  border: 1px solid #f0f0f0;
  margin-bottom: 12px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02 .tit_box {
  background-color: #f8f8f8;
  height: 96px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02 .tit_box .title {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.65;
  color: #d53b3b;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02 .tit_box .subtitle {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.09px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02 .cont_box {
  padding: 20px 40px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02 .cont_box .img_box {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02 .cont_box .img_box img {
  display: block;
  width: 48px;
  height: 48px;
  margin: 5px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .desc {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.09px;
  text-align: left;
  padding: 0 5px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .btn_area {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
#contentsWrap.sub_wrap.faq .tit_area .tit_relative .tit_image {
  background-image: url(/asset/images/img-img-m-sub-visual-04@2x.jpg);
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .table_top {
  display: block;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .table_top .search_area input[type="text"] {
  width: calc(100% - 24px);
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li {
  float: none;
  border-bottom: 1px solid #ddd;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl {
  float: none;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt {
  padding: 0 10px 0 6px;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a {
  display: flex;
  padding: 14px 0;
  align-items: center;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a p {
  width: calc(100% - 26px - 5px);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.6px;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a .btn_open {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #f8f8f8;
  margin-left: 5px;
  position: relative;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a .btn_open::before,
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a .btn_open::after {
  content: '';
  display: block;
  background-color: #d53b3b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a .btn_open::before {
  width: 10px;
  height: 2px;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a .btn_open::after {
  width: 2px;
  height: 10px;
  transition: transform 0.2s ease-in;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a.on .btn_open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dd {
  display: none ;
  padding: 16px 10px 20px 6px;
  border-top: 1px solid #ddd;
  background-color: #f8f8f8;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dd p {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: -0.6px;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .pagination {
  margin-top: 15px;
}
/** jongho **/
.j_mb5 {
  margin-bottom: 5px !important;
}
.j_mb10 {
  margin-bottom: 10px !important;
}
.j_mb15 {
  margin-bottom: 15px !important;
}
.j_mb20 {
  margin-bottom: 20px !important;
}
.j_mb25 {
  margin-bottom: 25px !important;
}
.mb35 {
  margin-bottom: 20px !important;
}
p.j-p-cont {
  color: #666 !important;
}
p.j_sign {
  text-align: center !important;
}
p.j_sign span {
  font-size: 20px;
}
ol.j-ollist-num-01 li {
  float: none;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
ol.j-ollist-num-01 li::before {
  display: block;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
ol.j-ollist-num-01 li:last-child {
  margin-bottom: 0;
}
ol.j-ollist-num-01 li:nth-child(1)::before {
  content: '①';
}
ol.j-ollist-num-01 li:nth-child(2)::before {
  content: '②';
}
ol.j-ollist-num-01 li:nth-child(3)::before {
  content: '③';
}
ol.j-ollist-num-01 li:nth-child(4)::before {
  content: '④';
}
ol.j-ollist-num-01 li:nth-child(5)::before {
  content: '⑤';
}
ol.j-ollist-num-01 li:nth-child(6)::before {
  content: '⑥';
}
ol.j-ollist-num-01 li:nth-child(7)::before {
  content: '⑦';
}
ol.j-ollist-num-02 li {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
ol.j-ollist-num-02 li::before {
  display: block;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
ol.j-ollist-num-02 li:nth-child(1)::before {
  content: '1.';
}
ol.j-ollist-num-02 li:nth-child(2)::before {
  content: '2.';
}
ol.j-ollist-num-02 li:nth-child(3)::before {
  content: '3.';
}
ol.j-ollist-num-02 li:nth-child(4)::before {
  content: '4.';
}
ol.j-ollist-num-02 li:nth-child(5)::before {
  content: '5.';
}
table.Committee-introduction {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #e2e2e2;
}
table.Committee-introduction th {
  border-bottom: 1px solid #e2e2e2;
  background-color: #f8f8f8;
  padding: 5px 10px;
  overflow: hidden;
  vertical-align: middle;
}
table.Committee-introduction th span {
  display: table-cell;
  height: 100%;
  font-size: 12px;
  vertical-align: middle;
}
table.Committee-introduction th span.j_name {
  font-size: 16px;
  font-weight: bold;
  width: 52px;
}
table.Committee-introduction td {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 10px;
  font-size: 12px;
}
.j_ci_box {
  padding: 0 16px;
}
.no_result_box {
  height: 194px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #d53b3b;
}
.no_result_box .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
  margin-bottom: 10px;
}
.no_result_box .title span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #d53b3b;
}
.no_result_box .subtitle {
  font-size: 11px;
  font-weight: 300;
}
/*-------------------------------------------------------------------
    Animations
-------------------------------------------------------------------*/
@keyframes showUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
