/*-------------------------------------------------------------------
    파일정의 : 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
-------------------------------------------------------------------*/
body {
  min-width: 1240px;
}
.d_only {
  display: block;
}
.m_only {
  display: none;
}
.wrap {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrap02 {
  max-width: 840px;
  margin: 0 auto;
}
.wrap03 {
  max-width: 996px;
  margin: 0 auto;
}
.wrap04 {
  max-width: 1044px;
  margin: 0 auto;
}
button {
  cursor: pointer;
}
/*-------------------------------------------------------------------
    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.75;
  font-weight: 500;
  font-size: 16px;
}
.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: 16px;
  border: 1px solid #ddd;
  padding: 24px 12px;
  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.75;
}
.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: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  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: 10px;
}
.panel01 .panel_tit .title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  color: #d53b3b;
}
.panel01 .panel_tit .btn_more span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.43px;
  padding-right: 12px;
  position: relative;
}
.panel01 .panel_tit .btn_more span::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  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 24px;
}
.panel02 .panel_tit {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.16px;
}
.panel02 .panel_cont {
  padding-top: 24px;
}
.panel02 .panel_cont > p {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.14px;
  margin-bottom: 30px;
  text-align: justify;
}
.panel02 .panel_cont .figure_box {
  display: flex;
  align-items: flex-start;
}
.panel02 .panel_cont .figure_box figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.panel02 .panel_cont .figure_box figure img {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}
.panel02 .panel_cont .figure_box figure figcaption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.5px;
}
.panel03 {
  display: flex;
}
.panel03 .panel_tit {
  width: 206px;
}
.panel03 .panel_tit p {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.17px;
  color: #111111;
  margin-top: 10px;
}
.panel03 .panel_cont {
  width: calc(100% - 206px);
}
/*-------------------------------------------------------------------
    tables
-------------------------------------------------------------------*/
.table01 {
  border-top: 1px solid #d53b3b;
}
.table01 .tr {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
}
.table01 .tr .th,
.table01 .tr .td {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.table01 .tr .th p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2.34px;
}
.table01 .tr .td:nth-child(2) {
  justify-content: flex-start;
}
.table01 .tr .td:nth-child(2) p {
  line-height: 1.53;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 3.06em;
  -webkit-line-clamp: 2;
}
.table01 .tr .td p {
  font-size: 17px;
  letter-spacing: -0.71px;
  line-height: 1.53;
}
.table01 .tr.impt .td p {
  font-weight: 500;
  padding-left: 70px;
  position: relative;
}
.table01 .tr.impt .td p::before {
  content: '';
  display: block;
  width: 60px;
  height: 20px;
  background: url(/asset/images/badge-badge-notice-m.svg) no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.table01 .tr.new .td:nth-child(2) p {
  padding-right: 17px;
  position: relative;
}
.table01 .tr.new .td:nth-child(2) p::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/asset/images/icn-icn-new.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-4px);
}
.table01 .tr:hover .td:nth-child(2) {
  text-decoration: underline;
}
.table01 .tr:hover.impt .td {
  text-decoration: underline;
}
.mobile_popup {
  display: none !important;
}
/*-------------------------------------------------------------------
    lists
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
    Buttons
-------------------------------------------------------------------*/
.btn01 {
  width: 240px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d53b3b;
}
.btn01 span {
  letter-spacing: -0.35px;
  color: white;
}
.btn02 {
  width: 240px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d53b3b;
  background-color: #bbb;
}
.btn02 span {
  letter-spacing: -0.35px;
  color: white;
}
/*-------------------------------------------------------------------
    Checkbox
-------------------------------------------------------------------*/
.check_box01 input[type="checkbox"] {
  display: none;
}
.check_box01 input[type="checkbox"] + label span {
  display: inline-block;
  width: 32px;
  height: 32px;
  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;
}
.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;
}
/*-------------------------------------------------------------------
    Components
-------------------------------------------------------------------*/
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 96px;
  z-index: 10;
}
header > .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header > .wrap .logo {
  width: 128px;
  height: 38px;
}
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 {
  margin-right: 50px;
  display: flex;
  align-items: center;
}
header > .wrap nav .w_gnb {
  margin-right: 50px;
}
header > .wrap nav .w_gnb ul li {
  margin-right: 30px;
  position: relative;
}
header > .wrap nav .w_gnb ul li:last-child {
  margin-right: 0;
}
header > .wrap nav .w_gnb ul li a {
  color: #333;
  font-weight: bold;
}
header > .wrap nav .ham_btn {
  position: relative;
  z-index: 20;
  display: block;
  width: 18px;
  height: 16px;
}
header > .wrap nav .ham_btn:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d53b3b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header > .wrap nav .ham_btn span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  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%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(110deg, #f1732c 18%, #d53b3b 83%);
  z-index: 10;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
header .site_map > .wrap {
  display: flex;
  justify-content: center;
  padding-top: 113px;
}
header .site_map > .wrap dl {
  float: none;
  text-align: center;
  margin-right: 84px;
}
header .site_map > .wrap dl:last-child {
  margin-right: 0;
}
header .site_map > .wrap dl dt a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: white;
}
header .site_map > .wrap dl dd {
  margin-top: 28px;
}
header .site_map > .wrap dl dd a {
  display: block;
  font-size: 20px;
  letter-spacing: -0.45px;
  color: #e8e8e8;
  padding: 8px;
  font-weight: 300;
}
header.on > .wrap .ham_btn::before {
  background-color: transparent;
}
header.on > .wrap .ham_btn span:first-child {
  top: 50%;
  transform: rotate(45deg);
}
header.on > .wrap .ham_btn span:nth-child(2) {
  top: 7px;
  width: 0;
}
header.on > .wrap .ham_btn span:last-child {
  top: 50%;
  transform: rotate(-45deg);
}
header.on .site_map {
  height: 440px;
}
header.ver2 {
  background-color: #fff;
}
header.ver2 > .wrap .logo a img.white {
  display: none ;
}
header.ver2 > .wrap .logo a img.black {
  display: block;
}
header.ver2 > .wrap nav .w_gnb ul li a {
  color: #111;
}
header.ver2 > .wrap nav .w_gnb ul li a.on {
  color: #d53b3b;
}
header.ver2.sticky {
  position: fixed;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
}
footer {
  height: 144px;
  background-color: #444;
  padding-top: 34px;
}
footer > .wrap {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
footer > .wrap .ft_logo {
  display: block;
  width: 128px;
  height: 38px;
}
footer > .wrap .ft_logo img {
  display: block;
  width: 100%;
}
footer > .wrap .ft_cont p {
  font-size: 13px;
  letter-spacing: -0.2px;
  color: #aaa;
}
footer > .wrap .ft_cont p strong {
  color: #bbb;
  font-size: 14px;
}
footer > .wrap .ft_cont address {
  margin-top: 2px;
  margin-bottom: 5px;
  font-style: normal;
}
footer > .wrap .ft_cont address ul li {
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #aaa;
  margin-right: 10px;
  padding-right: 11px;
  position: relative;
}
footer > .wrap .ft_cont address ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 5px;
}
footer > .wrap .ft_cont address ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
footer > .wrap .ft_cont address ul li:last-child::after {
  display: none ;
}
footer > .wrap .relate_site {
  width: 204px;
  height: 40px;
  border: 1px solid #bbb;
  padding: 0 38px 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #bbb;
  background: #333 url(/asset/images/icn-icn-w-footer-selectbox-triangle-down.svg) no-repeat right 24px center / 12px;
}
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 24px center / 12px;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page {
  display: block;
  padding: 10px;
  font-size: 19px;
  color: #c4c4c4;
  line-height: 1;
}
.pagination .page.on {
  color: #d53b3b;
}
.pagination .prev01,
.pagination .prev02,
.pagination .next01,
.pagination .next02 {
  display: block;
  width: 40px;
  height: 40px;
  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: 8px;
}
.pagination .prev01 {
  background-image: url(/asset/images/btn-btn-w-pagination-line-arrow-prev-dis.svg);
  margin-right: 20px;
}
.pagination .next01 {
  background-image: url(/asset/images/btn-btn-w-pagination-line-arrow-next-dis.svg);
  margin-left: 20px;
}
.pagination .next02 {
  background-image: url(/asset/images/btn-btn-w-pagination-line-arrow-last-dis.svg);
  margin-left: 8px;
}
.table_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.table_top .total_num {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.63px;
}
.table_top .search_area form {
  display: flex;
}
.table_top .search_area select {
  width: 160px;
  height: 40px;
  border: 1px solid #f4f4f4;
  padding: 0 15px;
  background: #f8f8f8 url(/asset/images/form-form-select-arrow-down.svg) no-repeat right 15px center / 14px;
  cursor: pointer;
  font-size: 15px;
  color: #666;
  margin-right: 14px;
}
.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: 334px;
  height: 40px;
  background-color: #f8f8f8;
  border: 1px solid #f4f4f4;
  padding: 0 15px;
  font-size: 15px;
  color: #666;
  margin-right: 14px;
}
.table_top .search_area input[type="text"]::placeholder {
  color: #999;
  font-size: inherit;
}
.table_top .search_area input[type="submit"] {
  width: 40px;
  height: 40px;
  background: #d53b3b url(/asset/images/icn-icn-zoom-22-px.svg) no-repeat center / 22px;
  font-size: 0;
}
.table_box {
  border-top: 1px solid #d53b3b;
}
/*-------------------------------------------------------------------
    Popup
-------------------------------------------------------------------*/
.self_check_popup .page {
  display: none ;
}
.self_check_popup .page .title_box {
  min-height: 180px;
  display: flex;
  background-color: #d53b3b;
  padding: 36px 40px 20px;
}
.self_check_popup .page .title_box .left {
  width: 22.7%;
  max-width: 180px;
}
.self_check_popup .page .title_box .left p {
  color: white;
  font-weight: bold;
}
.self_check_popup .page .title_box .left p.step {
  letter-spacing: 0.36px;
  font-family: 'Oswald', sans-serif;
  text-indent: 2px;
}
.self_check_popup .page .title_box .left p.title {
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 1;
}
.self_check_popup .page .title_box .right {
  width: 77.3%;
}
.self_check_popup .page .title_box .right p {
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: -0.13px;
  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: 11px;
  line-height: 1.45;
}
.self_check_popup .page .title_box .right dl dt,
.self_check_popup .page .title_box .right dl dd {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: -0.46;
  color: white;
}
.self_check_popup .page .title_box .right dl dt {
  font-weight: bold;
  width: 50px;
}
.self_check_popup .page .title_box .right dl dd {
  width: calc(100% - 50px);
}
.self_check_popup .page .cont_box {
  background-color: #fff;
  padding: 40px 35px 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% - 84px);
  display: flex;
  padding: 26px 0;
}
.self_check_popup .page .cont_box .survey_list li .q_box .num {
  width: 43px;
  text-align: center;
}
.self_check_popup .page .cont_box .survey_list li .q_box .num p {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1.07px;
  color: #d53b3b;
  margin-top: 2px;
}
.self_check_popup .page .cont_box .survey_list li .q_box .question {
  width: calc(100% - 43px);
  padding-right: 10px;
}
.self_check_popup .page .cont_box .survey_list li .q_box .question p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: -0.71px;
}
.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: 84px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.self_check_popup .page .cont_box .btn_area {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
.self_check_popup .page .cont_box .btn_area .btn_prev {
  margin-right: 12px;
}
.self_check_popup .page.show {
  display: block;
}
.self_check_popup .page.page09 .title_box {
  height: 260px;
}
.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: 17px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: -0.13px;
}
.self_check_popup .page.page09 .title_box .center p.title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 16px;
}
.self_check_popup .page.page09 .title_box .center p.desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: -0.71px;
}
.self_check_popup .page.page09 .title_box .center p.desc span {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
}
.self_check_popup .page.page09 .title_box .center .result_img {
  width: 80px;
  height: 80px;
  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: 12.5%;
  border-right: 1px solid #ddd;
}
.self_check_popup .page.page09 .cont_box .step_result_list li:last-child {
  border-right: none;
}
.self_check_popup .page.page09 .cont_box .step_result_list li .step_title {
  background-color: #f8f8f8;
  height: 100px;
  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: 13px;
  font-weight: bold;
  letter-spacing: 0.43px;
  color: #d53b3b;
  margin-bottom: 5px;
  font-family: 'Oswald', sans-serif;
}
.self_check_popup .page.page09 .cont_box .step_result_list li .step_title .title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1;
}
.self_check_popup .page.page09 .cont_box .step_result_list li .step_result {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.self_check_popup .page.page09 .cont_box .step_result_list li .step_result .result_img {
  width: 40px;
  height: 40px;
}
.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: 96px;
  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: 36px;
  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: 144px 0 120px;
}
.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: 32px;
  font-weight: bold;
  text-align: center;
  margin: 26px 0 95px;
}
.webtoon_popup .wbt_footer {
  width: 100%;
  height: 80px;
  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;
  padding: 0 60px;
}
.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: 14px;
  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;
}
.webtoon_popup .wbt_footer .tab01 ul li a:hover {
  background-color: #d53b3b;
}
.webtoon_popup .wbt_footer .tab01 ul li a:hover span {
  color: white;
}
/*-------------------------------------------------------------------
    Pages
-------------------------------------------------------------------*/
#contentsWrap.main_wrap .main_visual {
  height: 704px;
  background: url(/asset/images/img-img-w-main-visual@2x.jpg) no-repeat center / cover;
}
#contentsWrap.main_wrap .main_visual > .wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
#contentsWrap.main_wrap .main_visual .slogan {
  margin-bottom: 140px;
}
#contentsWrap.main_wrap .main_visual .slogan h3 {
  font-size: 58px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 1.2;
  color: #333;
  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: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 1px;
  color: #d53b3b;
  vertical-align: 25px;
}
#contentsWrap.main_wrap .main_visual .slogan p {
  margin-top: 25px;
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: -0.19px;
  color: #333;
  opacity: 0;
  animation: showUp 0.4s ease-in 1s forwards;
}
#contentsWrap.main_wrap .quick_menu {
  width: 100%;
  padding: 30px 0;
  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 {
  display: flex;
  align-items: center;
}
#contentsWrap.main_wrap .quick_menu .menu_list li a .icon {
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#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: 18px;
  font-weight: bold;
  letter-spacing: -0.14px;
  color: #333;
}
#contentsWrap.main_wrap .contents_preview {
  padding: 82px 0 90px;
  background-color: #f8f8f8;
}
#contentsWrap.main_wrap .contents_preview > .wrap {
  display: flex;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01 {
  margin-right: 46px;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01:last-child {
  margin-right: 0;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01 .panel_cont {
  height: 210px;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.notice {
  width: 644px;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.notice .notice_list li {
  width: 100%;
  height: 62px;
  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: 17px;
  letter-spacing: -0.71px;
  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: 55px;
  position: relative;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.notice .notice_list li a p.impt::before {
  content: '';
  display: block;
  width: 50px;
  height: 20px;
  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: 4px;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.notice .notice_list li a:hover p {
  text-decoration: underline;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.faq {
  width: 510px;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.faq .faq_list li {
  width: 100%;
  height: 62px;
  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: 40px;
  position: relative;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.faq .faq_list li a::after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 4px;
  top: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/asset/images/icn-icn-main-faq-more.svg);
  background-size: 8px;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.faq .faq_list li a p {
  letter-spacing: -0.67px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#contentsWrap.main_wrap .contents_preview > .wrap .panel01.faq .faq_list li a:hover p {
  text-decoration: underline;
}
#contentsWrap.main_wrap .sponsers {
  height: 104px;
  background-color: #fff;
}
#contentsWrap.main_wrap .sponsers > .wrap {
  padding-top: 28px;
}
#contentsWrap.main_wrap .sponsers .banner {
  padding: 0 50px;
}
#contentsWrap.main_wrap .sponsers .banner .swiper-slide {
  width: 200px;
  margin-right: 10px;
}
#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 - 96px - 144px - 240px);
}
#contentsWrap.sub_wrap .tit_area {
  width: 100%;
  position: fixed;
  top: 96px;
  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: 240px;
}
#contentsWrap.sub_wrap .tit_area .tit_relative .tit_image .tit_inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contentsWrap.sub_wrap .tit_area .tit_relative .tit_image .tit_inner .sub_tit {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.31px;
  color: white;
}
#contentsWrap.sub_wrap .cont_area {
  margin-top: 336px;
  background-color: white;
}
#contentsWrap.sub_wrap .cont_area .sub_cont {
  padding: 64px 0 120px;
}
#contentsWrap.sub_wrap .sub_tab {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  top: -30px;
}
#contentsWrap.sub_wrap .sub_tab dl {
  float: none;
}
#contentsWrap.sub_wrap .sub_tab dl dt {
  display: none ;
}
#contentsWrap.sub_wrap .sub_tab dl dd {
  width: 100%;
}
#contentsWrap.sub_wrap .sub_tab dl dd div {
  text-align: center;
  display: flex;
}
#contentsWrap.sub_wrap .sub_tab dl dd div a {
  flex: 1;
  background-color: #f8f8f8;
  border-right: 1px solid #f4f4f4;
  display: block;
  padding: 14px 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.2px;
}
#contentsWrap.sub_wrap .sub_tab dl dd div a:last-child {
  border-right: none;
}
#contentsWrap.sub_wrap .sub_tab dl dd div a.on {
  background-color: #d53b3b;
  color: white;
}
#contentsWrap.sub_wrap .sub_tab dl dd div a:hover {
  background-color: #d53b3b;
  color: white;
}
#contentsWrap.sub_wrap .sub_cont .semi_tit_area {
  margin-bottom: 36px;
  text-align: center;
}
#contentsWrap.sub_wrap .sub_cont .semi_tit_area .title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.25px;
  color: #111;
}
#contentsWrap.sub_wrap .sub_cont .semi_tit_area .subtitle {
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: -0.17px;
  color: #111;
}
#contentsWrap.sub_wrap .sub_cont .semi_tit_area .subtitle span {
  font-size: 20px;
  letter-spacing: -0.16px;
  color: #666;
}
#contentsWrap.sub_wrap.notice .tit_area .tit_relative .tit_image {
  background-image: url(/asset/images/img-img-w-sub-visual-04@2x.jpg);
}
#contentsWrap.sub_wrap.notice.notice_list .cont_area .table01 .tr .th:nth-child(1),
#contentsWrap.sub_wrap.notice.notice_list .cont_area .table01 .tr .td:nth-child(1) {
  width: 8.5%;
}
#contentsWrap.sub_wrap.notice.notice_list .cont_area .table01 .tr .th:nth-child(2),
#contentsWrap.sub_wrap.notice.notice_list .cont_area .table01 .tr .td:nth-child(2) {
  width: 76%;
}
#contentsWrap.sub_wrap.notice.notice_list .cont_area .table01 .tr .th:nth-child(3),
#contentsWrap.sub_wrap.notice.notice_list .cont_area .table01 .tr .td:nth-child(3) {
  width: 8%;
}
#contentsWrap.sub_wrap.notice.notice_list .cont_area .table01 .tr .th:nth-child(4),
#contentsWrap.sub_wrap.notice.notice_list .cont_area .table01 .tr .td:nth-child(4) {
  width: 7.5%;
}
#contentsWrap.sub_wrap.notice.notice_list .cont_area .table01 .tr.impt .td {
  width: 100%;
  justify-content: flex-start;
}
#contentsWrap.sub_wrap.notice.notice_list .cont_area .table01 .tr.impt .td p {
  padding-left: 102px;
}
#contentsWrap.sub_wrap.notice.notice_list .cont_area .table01 .tr.impt .td p::before {
  left: 17px;
}
#contentsWrap.sub_wrap.notice.notice_list .cont_area .pagination {
  margin-top: 40px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_tit {
  border-top: 1px solid #d53b3b;
  background-color: #f8f8f8;
  padding: 36px 0;
  text-align: center;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_tit .badge {
  display: inline-block;
  width: 60px;
  height: 20px;
  margin-bottom: 5px;
}
#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: 26px;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: -1.08px;
  margin-bottom: 14px;
  word-break: keep-all;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_tit .tit.new span {
  display: inline-block;
  width: 13px;
  height: 12px;
  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: -3px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_tit .date {
  font-size: 17px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_con {
  padding: 56px 0 64px;
}
#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.75;
  font-weight: 500;
  font-size: 16px;
}
#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: 16px;
  border: 1px solid #ddd;
  padding: 24px 12px;
  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.75;
}
#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;
  display: flex;
  padding: 30px 0;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .cf_file_box dl dt {
  width: 180px;
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .cf_file_box dl dd {
  width: calc(100% - 180px);
}
#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: 14px 24px;
  margin-bottom: 8px;
}
#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: 14px;
  color: #3a3a3a;
  padding-left: 24px;
  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: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/asset/images/icn-icn-attachedfile.svg);
  position: absolute;
  left: 0;
  top: 5px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .cf_file_box dl dd a:hover span {
  text-decoration: underline;
}
#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: 62px;
  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: 120px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .detail_view .detail_list > a dl dt::before {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  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% - 120px);
  font-size: 17px;
  letter-spacing: -0.71px;
  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 .detail_view .detail_list > a:hover dl dd {
  text-decoration: underline;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .btn_area {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
#contentsWrap.sub_wrap.notice.notice_view .cont_area .btn_area .btn_go_list {
  width: 240px;
  height: 48px;
  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 {
  letter-spacing: -0.35px;
  color: white;
}
#contentsWrap.sub_wrap.sub01 .tit_area .tit_relative .tit_image {
  background-image: url(/asset/images/img-img-w-sub-visual-01@2x.jpg);
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont .semi_tit_area {
  margin-bottom: 60px;
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont p {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.14px;
  margin-bottom: 24px;
  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 p.ref_box {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.3px;
  padding-left: 12px;
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont .ref_box {
  border-top: 1px solid #ddd;
  margin-top: 64px;
  padding-top: 20px;
}
#contentsWrap.sub_wrap.sub01 .cont_area .sub_cont .ref_box .ref_list li {
  float: none;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.3px;
  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 .list01 {
  font-size: 18px;
  letter-spacing: -0.17px;
  font-weight: bold;
  margin-right: 10px;
  padding-left: 25px;
  position: relative;
  color: #333;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .list01 dt {
  font-size: 18px;
  letter-spacing: -0.17px;
  font-weight: bold;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .list01::before {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #d53b3b;
  color: white;
  font-size: 14px;
  letter-spacing: -0.11px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}
#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: 20px;
  float: none;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area dl.list01 dd p {
  margin-bottom: 0;
}
#contentsWrap.sub_wrap.sub01.sub0103 .cont_area .img {
  display: inline-block;
  width: 840px;
  margin: 0 auto;
  margin-bottom: 24px;
  /*
                        .bgo;
                        margin-bottom: 24px;
                        &.img01{
                            height: 390px;
                            background-image: url(/asset/images/img-img-svg-sub-01.svg);
                        }
                        &.img02{
                            height: 496px;
                            margin-top: 50px;
                            background-image: url(/asset/images/img-img-svg-sub-02.svg);
                        }
                        */
}
#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-w-sub-visual-02@2x.jpg);
}
#contentsWrap.sub_wrap.sub02 .cont_area .sub_cont .wrap02 > p {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.14px;
  margin-bottom: 24px;
  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% - 25px*3)/4);
  margin-right: 25px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01:nth-child(4n) {
  margin-right: 0;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .name {
  background-color: #eee;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .name p {
  font-size: 36px;
  letter-spacing: -0.28px;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .name p span {
  letter-spacing: -0.14px;
  font-weight: bold;
  margin-right: 10px;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .info {
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 25px;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .info dl {
  float: none;
  display: flex;
  margin-bottom: 10px;
}
#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: 40px;
  font-weight: bold;
  letter-spacing: -0.13px;
}
#contentsWrap.sub_wrap.sub02.sub0202 .cont_area .sub_cont .box_area .box01 .info dl dd {
  width: calc(100% - 40px);
  letter-spacing: -0.13px;
  line-height: 1.5;
  word-break: keep-all;
}
#contentsWrap.sub_wrap.sub02.sub0204 .cont_area .sub_cont .semi_tit_area {
  margin-bottom: 74px;
}
#contentsWrap.sub_wrap.sub02.sub0204 .cont_area .sub_cont .panel03 {
  max-width: 920px;
  margin: 0 auto 16px;
}
#contentsWrap.sub_wrap.sub02.sub0204 .cont_area .sub_cont .panel03:last-of-type {
  margin-bottom: 0;
}
#contentsWrap.sub_wrap.sub02.sub0204 .cont_area .sub_cont .giguan_list li {
  width: 200px;
  margin-right: 30px;
  margin-bottom: 48px;
}
#contentsWrap.sub_wrap.sub02.sub0204 .cont_area .sub_cont .giguan_list li:nth-child(3n) {
  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%;
}
#contentsWrap.sub_wrap.sub02.sub0205 .cont_area .sub_cont .wrap02 > img {
  display: block;
  margin-top: 24px;
}
#contentsWrap.sub_wrap.sub02.sub0201 .sub_cont .semi_tit_area,
#contentsWrap.sub_wrap.sub02.sub0203 .sub_cont .semi_tit_area,
#contentsWrap.sub_wrap.sub02.sub0205 .sub_cont .semi_tit_area {
  margin-bottom: 70px;
}
#contentsWrap.sub_wrap.sub03 .tit_area .tit_relative .tit_image {
  background-image: url(/asset/images/img-img-w-sub-visual-03@2x.jpg);
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .semi_tit_area {
  margin-bottom: 70px;
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .desc_box {
  margin-bottom: 50px;
}
#contentsWrap.sub_wrap.sub03.sub0301 .cont_area .sub_cont .desc_box p {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.14px;
  margin-bottom: 24px;
  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: 34px;
}
#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: 30px;
}
#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: 40px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area {
  display: flex;
  margin-bottom: 46px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02 {
  border: 1px solid #f0f0f0;
  margin-right: 38px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02 .tit_box {
  background-color: #f8f8f8;
  height: 144px;
  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: 20px;
  font-weight: bold;
  letter-spacing: -0.16px;
  color: #d53b3b;
  margin-bottom: 6px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02 .tit_box .subtitle {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.14px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02 .cont_box {
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#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: 80px;
  height: 80px;
  margin: 5px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02:nth-child(1) {
  width: 472px;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .box_area .box02:nth-child(2) {
  width: 534px;
  margin-right: 0;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .desc {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.14px;
  text-align: center;
}
#contentsWrap.sub_wrap.sub03.sub0304 .cont_area .sub_cont .btn_area {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#contentsWrap.sub_wrap.faq .tit_area .tit_relative .tit_image {
  background-image: url(/asset/images/img-img-w-sub-visual-05@2x.jpg);
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .table_top {
  justify-content: flex-end;
}
#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 22px 0 40px;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a {
  display: flex;
  padding: 18px 0;
  min-height: 75px;
  align-items: center;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a p {
  width: calc(100% - 40px);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.71px;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a .btn_open {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f8f8;
  margin-left: 10px;
  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: 18px;
  height: 2px;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dt a .btn_open::after {
  width: 2px;
  height: 18px;
  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: 42px 40px;
  border-top: 1px solid #ddd;
  background-color: #f8f8f8;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .arcodian_list li dl dd p {
  font-size: 17px;
  line-height: 1.88;
  letter-spacing: -0.71px;
}
#contentsWrap.sub_wrap.faq .cont_area .sub_cont .pagination {
  margin-top: 40px;
}
/** 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: 35px !important;
}
p.j-p-cont {
  font-size: 16px !important;
  color: #666 !important;
}
p.j_sign {
  text-align: center !important;
}
p.j_sign span {
  font-size: 24px;
}
ol.j-ollist-num-01 li {
  float: none;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.14px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
  text-align: justify;
}
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: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 {
  float: none;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.14px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
  text-align: justify;
}
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: 840px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #e2e2e2;
}
table.Committee-introduction th {
  border-bottom: 1px solid #e2e2e2;
  background-color: #f8f8f8;
  padding: 25px 60px;
  overflow: hidden;
  vertical-align: middle;
}
table.Committee-introduction th span {
  display: table-cell;
  height: 100%;
  font-size: 16px;
  vertical-align: middle;
}
table.Committee-introduction th span.j_name {
  font-size: 24px;
  font-weight: bold;
  width: 80px;
}
table.Committee-introduction td {
  border-bottom: 1px solid #e2e2e2;
  padding: 25px 60px;
}
.no_result_box {
  height: 312px;
  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: 26px;
  font-weight: 500;
  line-height: 1.23;
  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: 15px;
  font-weight: 300;
}
/*-------------------------------------------------------------------
    Animations
-------------------------------------------------------------------*/
@keyframes showUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
