@charset "UTF-8";

/* Utility Classes
   ========================================================================== */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.oh {
  overflow: hidden;
}

.blind,
.sliderNo {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}


/* Text Colors
   ========================================================================== */
.font_red {
  color: #e62626;
  font-weight: 400;
}

.font_green {
  color: #008000;
  font-weight: 400;
}

.font_blue {
  color: #195aaa;
  font-weight: 400;
}

.font_black {
  color: #111;
  font-weight: 400;
}

/* Text Alignment
   ========================================================================== */
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtJ {
  text-align: justify !important;
}

/* Vertical Alignment
   ========================================================================== */
.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

/* ==========================================================================
   Print Styles - Merged & Optimized
   ========================================================================== */

/*@media print {*/
/*  !* Reset Styles *!*/
/*  *,*/
/*  *::before,*/
/*  *::after {*/
/*    background: transparent !important;*/
/*    color: #000000 !important;*/
/*    box-shadow: none !important;*/
/*    text-shadow: none !important;*/
/*  }*/

/*  !* Links *!*/
/*  a,*/
/*  a:visited {*/
/*    text-decoration: underline;*/
/*  }*/

/*  a[href]::after {*/
/*    content: " (" attr(href) ")";*/
/*  }*/

/*  abbr[title]::after {*/
/*    content: " (" attr(title) ")";*/
/*  }*/

/*  a[href^="#"]::after,*/
/*  a[href^="javascript:"]::after {*/
/*    content: "";*/
/*  }*/

/*  !* Block Elements *!*/
/*  pre,*/
/*  blockquote {*/
/*    border: 1px solid #999999;*/
/*    page-break-inside: avoid;*/
/*  }*/

/*  thead {*/
/*    display: table-header-group;*/
/*  }*/

/*  tr,*/
/*  img {*/
/*    page-break-inside: avoid;*/
/*  }*/

/*  img {*/
/*    max-width: 100% !important;*/
/*  }*/

/*  !* Typography *!*/
/*  p,*/
/*  h2,*/
/*  h3 {*/
/*    orphans: 3;*/
/*    widows: 3;*/
/*  }*/

/*  h2,*/
/*  h3 {*/
/*    page-break-after: avoid;*/
/*  }*/

/*  !* Body & Layout *!*/
/*  body {*/
/*    background: #ffffff;*/
/*  }*/

/*  header,*/
/*  footer {*/
/*    display: none;*/
/*  }*/

/*  #container {*/
/*    margin-top: 0;*/
/*  }*/

/*  !* Background Image Print Support *!*/
/*  h1,*/
/*  h2,*/
/*  h3,*/
/*  h4,*/
/*  h5,*/
/*  dl,*/
/*  dt,*/
/*  dd,*/
/*  ul,*/
/*  li,*/
/*  ol,*/
/*  th,*/
/*  td,*/
/*  p,*/
/*  blockquote,*/
/*  form,*/
/*  fieldset,*/
/*  legend,*/
/*  div,*/
/*  body {*/
/*    -webkit-print-color-adjust: exact;*/
/*    print-color-adjust: exact;*/
/*  }*/

/*  !* Popup *!*/
/*  #wPop .btn_wrap {*/
/*    display: none;*/
/*  }*/
/*}*/


/*@page {*/
/*  size: A4 portrait;*/
/*  margin: 0;*/
/*  !*size: landscape;*/
/*  *!;*/
/*}*/

/* // F print CSS */


/*Admin 1 css*/

#mainWrap .layout,
.wp1400 {
  width: 1398px;
  height: auto;
  margin: 0 auto;
}
#subWrap .layout {
  width: 1398px;
  height: auto;
  margin: 0 auto;
}
#subWrap .wp1400 {
  width: 1398px;
  min-width: 1450px;
}
/* ----- header ----- */
#skip a {
  position:absolute;
  top:0;
  left:-9999px;
  z-index:99999;
}
#skip a:focus,#skip a:active {
  left:0;
  width:100%;
  text-align:center;
  padding:5px 0;
  background:#000000;
  color:#ffffff;
  font-weight:bold;
}
#header {
  width: 100%;
  background: #ffffff;
  transition-duration: 0.4s;
  position:relative;
}
#header::before {
  display: block;
  width: 100%;
  height: 100%;
  position:absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  content: '';
  z-index: 99;
}
#header.on::before {
  opacity: 1;
  visibility: visible;
}

#header .headerT {
  width: 100%;
  height: 52px;
  padding: 10px 0;
  box-sizing: border-box;
  line-height: 31px;
  border-bottom: 1px solid #d9d9d9;
  position: static;
  z-index: 100;
  background: #ffffff;
}
#header .headerT li {
  float: left;
}
@media (min-width: 768px) {
  #header .headerT .headerT_wrap{width: 1398px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: right;
}
}
@media (max-width: 1024px) {
  #header .headerT .headerT_wrap{width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: right !important;
}
}
@media (max-width: 767px) {
  #header .headerT .headerT_wrap{width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: right !important;
}
}
#header .headerT .headerT_wrap ul {
  float: right;
}
#header .headerT .headerUser {
  font-size: 13px;
  color: #333333;
}
#header .headerT .headerUser > li {
  margin-right: 15px;
}
#header .headerT .headerUser > li:last-child {
  margin-right: 0;
}
#header .headerT .headerUser .userName {
  margin-right: 20px;
}
#header .headerT .headerUser b {
  color:#64b6eb;
}
#header .headerT .headerUser .userJob {
  height: 19px;
  margin-right: 5px;
  padding: 0 4.5px;
  border: 1px solid #89d4f3;
  border-radius: 3px;
  font-size: 12px;
  line-height: 19px;
  color: #89d4f3;
}
#header .headerT .headerUser .userName b,
#header .headerT .headerUser .userTime b,
#header .headerT .headerUser .userIp b {
  margin-right: 5px;
}
#header .headerT .headerUser .userName span,
#header .headerT .headerUser .userTime span,
#header .headerT .headerUser .userIp span {
  margin-right: 7px;
}
#header .headerT .headerUser .userName::before {
  content: '';
  width: 12px;
  height: 13px;
  display: inline-block;
  background: url(../img/common/headerAdmin.png) left top no-repeat;
  vertical-align: -2px;
  margin-right: 2px;
}
#header .headerT .headerUser .userName::before {
  background-position: -12px top;
}
#header .headerT .headerUser .userTime::before,
#header .headerT .headerUser .userIp::before {
  content: '';
  width: 12px;
  height: 13px;
  display: inline-block;
  background: url(../img/common/headerUser.png) left top no-repeat;
  vertical-align: -2px;
  margin-right: 2px;
}
#header .headerT .headerUser .userIp::before {
  background-position: -12px top;
}
@media (max-width: 767px) {
  #header .headerT .headerUser .userTime{display:none !important;
}
}
@media (max-width: 767px) {
  #header .headerT .headerUser .userIp{display:none !important;
}
}
@media (max-width: 767px) {
  #header .headerT .headerUser .userTime::before, #header .headerT .headerUser .userIP::before{display:none !important;
}
}

#header .headerT .headerUser li.headerLog {
  box-sizing: border-box;
  height: 100%;
  transition-duration: 0.2s;
}
#header .headerT .headerUser li.headerLog a {
  display: block;
  padding: 0 19px;
  font-weight: 500;
  color: #64b6eb;
  text-align: center;
  box-sizing: border-box;
  text-decoration: underline;
}
#header .headerT .headerUser li.headerLog a::before {
  content: '';
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  box-sizing: border-box;
}
#header .headerT .headerUser li.headerPw {
  box-sizing: border-box;
  height: 100%;
  transition-duration: 0.2s;
}
#header .headerT .headerUser li.headerPw a {
  display: block;
  padding: 0 19px;
  font-weight: 500;
  color: #64b6eb;
  text-align: center;
  box-sizing: border-box;
  text-decoration: underline;
}
#header .headerT .headerUser li.headerPw a::before {
  content: '';
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #header .headerT .headerUser li.headerPw{display:none !important;
}
}
#header .headerT .headerUser li.headerLog:nth-child(1) a::before {
  background-position: left top;
}
#header .headerT .headerUser li.headerLog:nth-child(2) a::before {
  background-position: -21px top;
}
#header .headerT .headerUser li.headerLog span {
  font-weight: 500;
}
#header .headerT .headerUser li.headerLog small {
  font-size: 12px;
}
#header .headerT .headerUser li.headerLog:nth-child(1) {
  border-top: 2px solid #ffd344;
}
#header .headerT .headerUser li.headerLog:nth-child(1):hover {
  background: rgba(255, 211, 68, 0.05);
}
#header .headerT .headerUser li.headerLog:nth-child(2) {
  border-top: 2px solid #20a5db;
}
#header .headerT .headerUser li.headerLog:nth-child(2):hover {
  background: rgba(32, 165, 129, 0.05);
}
/* T MENU */
#header .header {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  height: 80px;
  position: relative;
  z-index: 100;
  background-color: #fafafa;
  text-align: center;
}
#header .header .logo {
  float: left;
  margin: 25px 0 0;
  height: 30px;
}
#header #nav {
  display: inline-block;
}

#header #nav.admin {}
#header #nav.admin > ul > li > a {
  padding: 0 27.5px;
}
#header #nav > ul > li {
  float: left;
  line-height: 81px;
}
#header #nav > ul > li > a {
  padding: 0 22px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.9px;
  position: relative;
  color: #333;
}
#header #nav > ul > li > a.point {
  padding: 0 24px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.9px;
  position: relative;
  color: #ffffff;
  background: url("../img/common/nav_point_bg.png") no-repeat left top;
}
#header #nav .gnb_wrap {
  position: absolute;
  z-index: 101;
  width: 100%;
  top: 81px;
  left: 0;
  background: #f3f4f7;
  border-bottom: 3px solid #1b7aea;
  display: none;
  padding: 30px 0 6px;
  box-sizing: border-box;
  overflow: hidden;
}
#header #nav .slim .gnb_wrap {
  min-height: 185px;
  text-align: left;
}
#header #nav .gnb_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc( (100% - 1400px) / 2 + 320px);
  height: 100%;
}
#header #nav .gnb_title {
  width: 300px;
  float: left;
  text-align: left;
}
#header #nav .gnb_title::after {
  content: "";
  position: absolute;
  bottom: 35px;
}
#header #nav .n1 .gnb_title::after {
  width: 102px;
  height: 96px;
}
#header #nav .n2 .gnb_title::after {
  width: 124px;
  height: 102px;
}
#header #nav .gnb_title > p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #1f436d;
}
#header #nav .gnb_title > span {
  display: block;
  position: relative;
  padding-top: 20px;
  top: 15px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: #848282;
}
#header #nav .gnb_title > span::before {
  content: "";
  position: absolute;
  top: 3px;
  width: 30px;
  height: 2px;
  background: #c6ced1;
}
#header #nav > ul > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  margin-left: -10px;
  background: #145b9d;
  opacity: 0;
  transition: 0.3s;
}
#header #nav > ul > li > a.on::before {
  width: 100%;
  margin-left: -50%;
  opacity: 1;
}
#header #nav .n7.slim .gnb_wrap {
  padding:30px 0 20px;
}
#header #nav .gnb_wrap .mainMd_tle {
  float: left;
  margin-left: 53px;
}
#header #nav .gnb_wrap .mainMd_tle p {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 23px;
}
#header #nav .gnb_wrap .mainMd_tle span {
  line-height: 18px;
  display: block;
  color: #7e7e7e;
}

#header .allMenu {
  width: 43px;
  height: 43px;
  float: left;
  margin-top: 26px;
  padding-top: 7px;
  box-sizing: border-box;
}
#header .allMenu > div {
  width: 14px;
  height: 2px;
  background: #25272f;
  margin: 3px auto;
  border-radius: 30px;
  transition-duration: 0.4s;
}
#header .allMenu > div:nth-of-type(2) {
  width: 14px;
}
#header .allMenu:hover > div:nth-of-type(1) {
  transform: translateY(5px);
}
#header .allMenu:hover > div:nth-of-type(2) {
  opacity: 0;
}
#header .allMenu:hover > div:nth-of-type(3) {
  transform: translateY(-5px) rotate(
90deg
);
}
#header .allMnavW {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  display: none;
  box-sizing: border-box;
  padding: 50px 20px 40px;
}
#header .allMnavW::before {
  content: '';
  width: 435px;
  height: 435px;
  display: block;
  position: absolute;
  right: 50%;
  margin-right: -900px;
  bottom: 50%;
  margin-bottom: -460px;
  background: url(../img/common/navBg.png) no-repeat center;
}
#header .allMnav {
  position: relative;
  width: 100%;
  max-width: 1400px;
  max-height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  height: calc(100% - 10px);
}
#header .allMnav .allMenu_close {
  width: 32px;
  height: 32px;
  background: url(../img/common/allM_c.png) no-repeat center;
  position: absolute;
  right: 9px;
  top: 8px;
  transition-duration: 0.4s;
}
#header .allMnav .allMenu_close:hover {
  transform: rotate(180deg);
}
#header .allMnav .allMtle {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}
#header .allMnav .allM_Sc {
  height: calc(100% - 80px);
  margin-top: 30px;
}
#header .allMnav .allM_mnW {
  position: relative;
  height: auto;
  overflow: hidden;
}
#header .allMnav ul > li.allM_mn {
  float: left;
  width: calc((100% - 50px) / 5);
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  word-break: keep-all;
  margin: 5px 5px;
  text-align: left;
}
#header .allMnav ul > li.allM_mn > a {
  font-weight: 500;
  display: block;
  text-align: center;
  font-size: 16px;
  background: #438af7;
  color: #ffffff;
  height: 38px;
  line-height: 38px;
  transition: .3s;
  border-radius: 3px;
  margin-bottom: 7px;
  position: relative;
}
#header .allMnav ul > li.allM_mn ul {
  padding: 0 5px 15px 5px;
}
#header .allMnav ul > li.allM_mn li {
  line-height: 33px;
  font-size: 15px;
  font-weight: 500;
}
#header .allMnav ul > li.allM_mn li > a {
  color: #000000;
}
#header .allMnav ul > li.allM_mn li a:hover {
  color: #438af7;
  font-weight: 500;
}
#header .allMnav ul > li.allM_mn.on > a {
  background-color: #0064db;
}
#header .allMnav ul > li.allM_mn li ul {
  padding: 5px 5px 13px;
  border-radius: 3px;
}
#header .allMnav ul > li.allM_mn li ul li {
  font-size: 13px;
  margin: 0;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 16px;
  line-height: 16px;
  margin-bottom: 5px;
  border-bottom: none;
}
#header .allMnav ul > li.allM_mn li ul li a {
  color: #606060;
}
#header .allMnav ul > li.allM_mn li ul li:last-child {
  margin-bottom:0;
}
#header .allMnav ul > li.allM_mn li ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1px;
  background: #999;
  margin: 0 5px;
  position: absolute;
  left: 0;
  top: 8px;
}

#subWrap #header .header .layout {
  width: 1398px;
  margin: 0 auto;
}
#subWrap #header.fix {
  position: fixed;
  z-index: 1000;
  top: -33px;
}
#subWrap #header.fix + #sub #lnb {
  top: 59px;
  height: calc(100% - 59px);
}
#header #nav .gnb_wrap .layout {
  width: 1400px;
}
#subWrap #subAgree {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 70px;
}
#sub #container .subCont {
  min-height: 600px;
  padding: 0 0 60px;
  width: 100%;
  box-sizing: border-box;
  transition: padding 0.4s;
}
#sub #container {
  overflow: hidden;
  transition-duration: 0.4s;
  width: 1398px;
  margin: 0 auto;
}
#sub #container .subCont.wpFix {
  width: 1340px;
  margin: 0 auto;
}
#sub #container .subCont .subTleBox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#sub #container .subCont .subTleBox h3.tle {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
  height: 43px;
  margin-bottom: 10px;
  float: left;
}
#sub #container .subNav div > h3.subNavtle {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
  height: 43px;
  margin-bottom: 10px;
  float: left;
  position: absolute;
}
#sub #container .subCont .subTleBox .subTle_i {
  display: inline-block;
  position: relative;
  color: #7d7d7d;
  font-size: 13px;
  padding: 2px 0 0 20px;
  letter-spacing: -0.975px;
  font-weight: 400;
  margin: 8px 0 0 10px;
}
#sub #container .subCont .subTleBox .subTle_i::before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background: url(../img/sub/subTlei.png) no-repeat center;
  left: 0;
  top: 0;
}
#sub #container .subCont .subTleBox .subTle_star {
  display: inline-block;
  position: relative;
  color: #7d7d7d;
  font-size: 13px;
  padding: 2px 0 0 20px;
  letter-spacing: -0.975px;
  font-weight: 400;
  margin: 8px 0 0 10px;
}
#sub #container .subCont .subTleBox .subTle_star::before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#container .subNav {
  width: 100%;
  height: 58px;
  padding: 30px 0 10px 0;
  box-sizing: border-box;
  margin: 0 0 70px 0;
}
#container .subNav .lnbBtn {
  width: 38px;
  height: 39px;
  border: none;
  border-right: 1px solid #e1e1e1;
  box-sizing: border-box;
  float: left;
  background: none;
  position: relative;
  padding: 0 12px;
}
#container .subNav .lnbBtn > span {
  display: block;
  height: 2px;
  background: #333;
  margin: 2px 0;
  border-radius: 30px;
  transition-duration: 0.4s;
  left: 13px;
  right: 13px;
  position: absolute;
  top: 1px;
}
#container .subNav .lnbBtn > span:nth-of-type(1) {
  top: 13px;
}
#container .subNav .lnbBtn > span:nth-of-type(2) {
  top: 17px;
  right: 16px;
}
#container .subNav .lnbBtn > span:nth-of-type(3) {
  top: 21px;
}
#container .subNav .lnbBtn > i {
  color: #334dff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  transition-duration: 0.4s;
}
#container .subNav .lnbBtn:hover > span {
  right: 24px;
  opacity: 0;
}
#container .subNav .lnbBtn:hover > i {
  right: 15px;
  font-size: 22px;
}
#container .subNav > ul {
  float: right;
  margin-top: 20px;
  box-sizing: border-box;
}
#container .subNav > div.subNavtitle {
  float: left;
  padding: 15px 0 0 0;
  box-sizing: border-box;
}
#container .subNav > ul > li {
  line-height: 38px;
  float: left;
  position: relative;
  font-size: 13px;
}
#container .subNav > ul > li.home {
  line-height: 38px;
  float: left;
  position: relative;
  background: url(../img/common/subNav.png) no-repeat right 11px center;
  font-size: 13px;
}
#container .subNav > ul > li.arrow {
  line-height: 38px;
  float: left;
  position: relative;
  background: url(../img/common/subNav.png) no-repeat right 11px center;
  font-size: 13px;
}
#container .subNav > ul > li.arrowD2title {
  line-height: 38px;
  float: left;
  position: relative;
  background: url(../img/common/subNav.png) no-repeat right 11px center;
  font-size: 13px;
  width: 165px;
}
#container .subNav > ul > li.arrowD3title {
  line-height: 38px;
  float: left;
  position: relative;
  background: url(../img/common/subNav.png) no-repeat right 11px center;
  font-size: 13px;
  width:80px;
}
#container .subNav > ul > li.end {
  line-height: 38px;
  float: left;
  position: relative;
  font-size: 13px;
}
#container .subNav > ul > li:hover ul {
  display: block;
  white-space: nowrap;
}
#container .subNav ul > li a {
  display: block;
  padding: 0 35px 0 11px;
  color: #333;
  font-weight: 400;
}
#container .subNav > ul li ul {
  position: absolute;
  left: -1px;
  top: 38px;
  background: #f7f7f7;
  width: auto;
  border: 1px solid #e1e1e1;
  z-index: 3;
  display: none;
  min-width: 100%;
}
#container .subNav > ul li ul li {
  border-bottom: 1px dashed #d3d3d3;
}
#container .subNav > ul li ul li:last-child {
  border-bottom:none;
}
#container .subNav > ul li ul li a {
  line-height: 19px;
  padding: 7px 11px;
  color: #515151;
  font-weight: 300;
}
#container .subNav > ul li ul li a:hover {
  color: #000000;
  font-weight: 400;
  background: #ebebeb;
}

/* tab */
#sub .tabStepBox {
  position: relative;
  width: 1380px;
  height: 137px;
  margin: 60px 0 20px 0;
}
#sub .tabStepBox ul.tabStep {
  height: 137px;
  box-sizing: border-box;
}
#sub .tabStepBox ul.tabStep li {
  height: 137px;
  float: left;
  display: block;
  box-sizing: border-box;
}

#sub .tabStepBox ul.tabStep li span{}
#sub .tabStepBox > ul.tabStep > li > a > span.yellow {
  color:#f6ff00 !important;
}
#sub .tabStepBox > ul.tabStep > li > a > span.red {
  color:#ff0054 !important;
}
#sub .tabStepBox > ul.tabStep > li > a {
  display:block !important;
}
#sub .tabStepBox > ul.tabStep > li.tabTitle > a {
  display:block !important;
}
#sub .tabStepBox > ul.tabStep > li.tabTitle > a > span.tabTitle01 {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li.tabTitle > a > span.tabTitletxt01 {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
#sub .tabStepBox > ul.tabStep > li.tabTitle {
  width: 310px;
  height: 137px;
  color: #ffffff;
  padding: 20px 30px 20px 30px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabtitle.png) no-repeat;
  position: absolute;
  z-index: 36;
  display: inline-block;
  float: left;
}
#sub .tabStepBox ul.tabStep li.tab01_01 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 50px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_01.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 35;
  display: inline-block;
  float: left;
  left:288px;
}
#sub .tabStepBox ul.tabStep li.tab01_02 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 50px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_02.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 35;
  display: inline-block;
  float: left;
  left:288px;
}
#sub .tabStepBox ul.tabStep li.tab01_03 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 50px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_03.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 35;
  display: inline-block;
  float: left;
  left:288px;
}
#sub .tabStepBox ul.tabStep li.tab01_04 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 50px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_04.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 35;
  display: inline-block;
  float: left;
  left:288px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle01_01 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate01_01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult01_01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle01_02 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate01_02 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult01_02 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle01_03 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dbeef9;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate01_03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult01_03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle01_04 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate01_04 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff !important;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult01_04 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff !important;
}
#sub .tabStepBox > ul.tabStep > li.tab02_01 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 70px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_01.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 34;
  display: inline-block;
  float: left;
  left:554px;
}
#sub .tabStepBox > ul.tabStep > li.tab02_02 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 70px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_02.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 34;
  display: inline-block;
  float: left;
  left:554px;
}
#sub .tabStepBox > ul.tabStep > li.tab02_03 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 70px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_03.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 34;
  display: inline-block;
  float: left;
  left:554px;
}
#sub .tabStepBox > ul.tabStep > li.tab02_04 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 70px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_04.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 34;
  display: inline-block;
  float: left;
  left:554px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle02_01 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate02_01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult02_01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle02_02 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate02_02 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult02_02 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle02_03 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dbeef9;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate02_03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult02_03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle02_04 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate02_04 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff !important;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult02_04 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff !important;
}
#sub .tabStepBox > ul.tabStep > li.tab03_01 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 70px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_01.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 33;
  display: inline-block;
  float: left;
  left:822px;
}
#sub .tabStepBox > ul.tabStep > li.tab03_02 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 70px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_02.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 33;
  display: inline-block;
  float: left;
  left:822px;
}
#sub .tabStepBox > ul.tabStep > li.tab03_03 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 70px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_03.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 33;
  display: inline-block;
  float: left;
  left:822px;
}
#sub .tabStepBox > ul.tabStep > li.tab03_04 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 70px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabmiddle_04.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 33;
  display: inline-block;
  float: left;
  left:822px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle03_01 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate03_01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox ul.tabStep > li span.tabResult03_01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle03_02 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #d9e8f3;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate03_02 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult03_02 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle03_03 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dbeef9;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate03_03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult03_03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle03_04 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate03_04 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff !important;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult03_04 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff !important;
}
#sub .tabStepBox ul.tabStep li.tab04_01 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 80px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabend_01.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 31;
  display: inline-block;
  float: left;
  left:1080px;
}
#sub .tabStepBox ul.tabStep li.tab04_02 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 80px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabend_02.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 31;
  display: inline-block;
  float: left;
  left:1080px;
}
#sub .tabStepBox ul.tabStep li.tab04_03 {
  width: 318px;
  height: 137px;
  padding: 20px 30px 20px 80px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabend_03.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 31;
  display: inline-block;
  float: left;
  left:1080px;
}
#sub .tabStepBox ul.tabStep li.tab04_04 {
  width: 318px;
  height: 137px;
  color: #ffffff;
  padding: 20px 30px 20px 80px;
  box-sizing: border-box;
  background: url(../img/common/bg_tabend_04.png) no-repeat;
  background-position: right;
  position: absolute;
  z-index: 31;
  display: inline-block;
  float: left;
  left:1080px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle04_01 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate04_01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult04_01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle04_02 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate04_02 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult04_02 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle04_03 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dbeef9;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate04_03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult04_03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#sub .tabStepBox > ul.tabStep > li span.tabTitle04_04 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  display: block;
  padding: 0 0 10px 0;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
#sub .tabStepBox > ul.tabStep > li span.tabDate04_04 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff !important;
}
#sub .tabStepBox > ul.tabStep > li span.tabResult04_04 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff !important;
}
/* tabStepBox2 */

#sub .tabStepBox2 {
  position: relative;
  width: 1380px;
  height: 68px;
  margin: 60px 0 20px 0;
}
#sub .tabStepBox2 ul.tabStep2 {
  height: 68px;
  box-sizing: border-box;
}
#sub .tabStepBox2 ul.tabStep2 li {
  height: 68px;
  float: left;
  display: block;
  box-sizing: border-box;
}

#sub .tabStepBox2 ul.tabStep2 li span{}
#sub .tabStepBox2 > ul.tabStep2 > li > a > span.yellow {
  color:#f6ff00 !important;
}
#sub .tabStepBox2 > ul.tabStep2 > li > a > span.red {
  color:#ff0054 !important;
}
#sub .tabStepBox2 > ul.tabStep2 > li > a {
  display:block !important;
}
#sub .tabStepBox2 > ul.tabStep2 > li.tabStep2_1_r, li.tabStep2_2_r, li.tabStep2_3_r, li.tabStep2_1, li.tabStep2_2, li.tabStep2_3  > a {
  display:block !important;
}
#sub .tabStepBox2 ul.tabStep2 li.tabStep2_1 {
  width: 50%;
  height: 58px;
  color: #666666;
  padding: 16px 10px 20px 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #c4c4c4;
  text-align: center;
  background-position: left;
  position: absolute;
  z-index: 43;
  display: inline-block;
  float: left;
  left:0;
}
#sub .tabStepBox2 ul.tabStep2 li.tabStep2_2 {
  width: 50%;
  height: 58px;
  color: #666666;
  padding: 16px 10px 20px 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #c4c4c4;
  text-align: center;
  background-position: left;
  position: absolute;
  z-index: 43;
  display: inline-block;
  float: right;
  left:50%;
}
#sub .tabStepBox2 ul.tabStep2 li.tabStep2_1_r {
  width: 50%;
  height: 58px;
  color: #003d7a;
  padding: 16px 10px 20px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  box-sizing: border-box;
  background-color: #ecf3f9;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #003d7a;
  border-bottom: 3px solid #003d7a;
  text-align: center;
  background-position: left;
  position: absolute;
  z-index: 43;
  display: inline-block;
  float: left;
  left:0;
}
#sub .tabStepBox2 ul.tabStep2 li.tabStep2_2_r {
  width: 50%;
  height: 58px;
  color: #003d7a;
  padding: 16px 10px 20px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  box-sizing: border-box;
  background-color: #ecf3f9;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #003d7a;
  border-bottom: 3px solid #003d7a;
  text-align: center;
  background-position: left;
  position: absolute;
  z-index: 43;
  display: inline-block;
  float: right;
  left:50%;
}



#footer {
  height: auto;
  overflow: hidden;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
}
#footer .footer-menu-list {
  padding: 0 0 24px;
  margin-left: 20px;
  display: flex;
  justify-content: left;
}
@media (max-width: 1279px) {
  #footer .footer-menu-list {padding: 0 0 0;
}
}
@media (max-width: 767px) {
  #footer .footer-menu-list {padding: 24px 20px 0;
  margin: 0 0 10px 0;
  flex-direction: column;
  justify-content: flex-start;
}
}
#footer .footer-menu-list .footer-menu-box + .footer-menu-box {
  margin-left: 50px;
  position: relative;
}
@media (max-width: 767px) {
  #footer .footer-menu-list .footer-menu-box + .footer-menu-box {margin: 12px 0 0 0;
}
}
#footer .footer-menu-list .footer-menu-box + .footer-menu-box::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: #888;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #footer .footer-menu-list .footer-menu-box + .footer-menu-box::after {left: -18px;
  display: none;
}
}
#footer .footer-menu-list .footer-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #444;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.54px;
}
@media (max-width: 1279px) {
  #footer .footer-menu-list .footer-menu-btn {font-size: 12px;
}
}
@media (max-width: 767px) {
  #footer .footer-menu-list .footer-menu-btn {width: auto;
  flex: 1;
  font-size: 12px;
  line-height: 17px;
  word-break: break-word;
}
}

#footer .footer-menu-list {
  margin-top: 22px;
}
#footer .footerSite {
  margin-top: 22px;
}
#footer .footerSite li {
  float: left;
  margin-left: 36px;
}

#footer .footerInfo {
  float: left;
  padding-left: 20px;
}
#footer .footerInfo address {
  line-height: 24px;
  font-weight: 300;
  color: #535353;
}
#footer .footerInfo .f_copyR {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.24px;
  margin-top: 13px;
}
#footer .footerR {
  float: right;
  text-align: right;
  margin-top: 5px;
  margin-right: 45px;
}
#sub #footer {
  padding: 30px 112px 30px 92px;
}
#sub #footer .wp1400 {
  min-width: 100%;
}


/*Layer Popup*/
.layerPopup {
  position:absolute;
  cursor:move;
  z-index: 99999;
  border: 1px solid #999;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
  background: #ffffff;
  min-width: 400px;
}
.layerPopup2 {
  position:absolute;
  cursor:move;
  z-index: 99999;
  border: 1px solid #d0d0d0;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
  background: #ffffff;
  min-width: 400px;
}
.layerP_txt {
  padding:10px 20px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 22px;
}
.layerP_txt2 {
  padding:10px 10px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 22px;
}
.layerP_txt3 {
  padding:10px 20px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.layerP_txt4 {
  padding:50px 10px 10px 10px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.layerP_icon {
  padding:50px 10px 10px 10px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #64b7ec;
}
.layerP_bottom {
  width: 100%;
  height: 33px;
  line-height: 33px;
  background: #414141;
  color: #ffffff;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 13px;
}
.layerP_top {
  width: 100%;
  height: 33px;
  line-height: 33px;
  background: #e1e9f1;
  color: #ffffff;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 13px;
}
.layerP_top input {
  vertical-align: -2px;
  margin-right: 3px;
}
.layerP_top .layerP_close {
  padding: 0;
  background: none;
  border: none;
  float: right;
  color: #ffffff;
  height: 33px;
}
.layerP_bottom input {
  vertical-align: -2px;
  margin-right: 3px;
}
.layerP_bottom .layerP_close {
  padding: 0;
  background: none;
  border: none;
  float: right;
  color: #ffffff;
  height: 33px;
}
/*Contant Box*/
.expBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 8px 30px 8px 43px;
  line-height: 18px;
  margin-bottom: 25px;
  background: #f9f9f9 url(../img/sub/subTlei.png) no-repeat 20px 10px;
}


/*Login */
.loginWrap {
  width:100%;
  height:100%;
  padding: 120px 0 80px 0;
}
.logInbg {
  background-color: #f9fbfd;
}

.innerlogin {
  position:relative;
  top:20%;
  padding: 0 0 0 0;
}
.loginBox {
  width:1037px;
  height: 475px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 12px 0 rgba(0,0,0,0.075);
  -moz-box-shadow: 5px 5px 12px 0 rgba(0,0,0,0.075);
  box-shadow: 5px 5px 12px 0 rgba(0,0,0,0.075);
  border-radius: 20px;
}

.loginBox .loginL {
  width: 590px;
  height: 100%;
  float: left;
  position: relative;
  padding: 62px 60px;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  background: linear-gradient(113deg, #ffffff 30%, #ffffff);
}
.loginBox .loginL > .loginVisual {
  position: relative;
  width: 416px;
  height: 195px;
  background: url(../img/common/loginV.png) no-repeat 100% 0;
  display: inline-block;
}
.loginBox .loginL > .loginVisual > * {
  position: absolute;
}
.loginBox .loginL > .loginLogo {
  margin-top: 0;
  text-align: left;
}
.loginBox .loginL > .loginLogo img {
  width:257px;
  height: 62px;
}
.loginBox .loginL > p {
  margin-top: 40px;
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}
.loginBox .loginL > p.pointtxt {
  margin-top: 26px;
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
  background-color: #f4f9fe;
  border-radius: 13px;
  padding: 15px 35px 15px 35px;
}
.loginBox .loginL > p > b {
  color: #2e2e2e;
  font-weight: 600;
  font-size: 18px;
}
.loginBox .loginL > p > b.point1 {
  color: #063f9e;
  font-weight: 600;
  font-size: 18px;
}
.loginBox .loginR {
  float: right;
  width: 445px;
  height: 100%;
  padding: 50px 55px 35px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: #ffffff;
}
.loginBox .loginR  > div.loginTarea > ul.loginRarea {
  position: absolute;
}
.loginBox .loginR  > div.loginTarea > ul.loginRarea > li.loginTleft {
  float: left;
  width: 331px;
}
.loginBox .loginR  > div.loginTarea > ul.loginRarea li.loginTleft p {
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.0025em;
  margin-top: 15px;
  text-align: left;
}
.loginBox .loginR  > div.loginTarea > ul.loginRarea li.loginTleft p.pwtxt {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.0025em;
  margin-top: 15px;
  text-align: left;
}
.loginBox .loginR  > div.loginTarea > ul.loginRarea > li.loginTright {
  display:inline-block;
  float: left;
  width: 331px;
  height: 45px;
  padding: 10px 0 0 0;
  box-sizing: border-box;
}
.btn_wraplogin {
  display:inline-block;
  float: left;
  width: 331px;
  height: 45px;
  padding: 20px 0 0 0;
  margin: 0 0 0 -10px;
  box-sizing: border-box;
}
.loginBox .loginR  > div.loginTarea > ul.loginRarea > li.loginTright div.btn_wraplogin button {
  width: 155px;
  height: 25px;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.loginBox .loginR  > p.codetxt {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.0025em;
  margin-top: 0;
  text-align: left;
  padding: 10px 0 20px 90px;
  background: url(../img/common/codeIconbg.png) no-repeat;
  background-position: top left;
}
.loginBox .loginR  li > p.codetxtpw {
  padding: 20px 0 30px 80px;
  background: url(../img/common/ico_pw3.png) no-repeat;
  background-position: top left;
}
.loginBox .loginR .loginForm {
  overflow: hidden;
  margin-top: 95px;
}
.loginBox .loginR .loginForm > li {
  position: relative;
  margin-top: 13px;
}
.loginBox .loginR .loginForm > li i {
  position: absolute;
  bottom: 14px;
  left: 3px;
  width: 38px;
  height: 20px;
  background: url(../img/common/loginIcon.png) no-repeat;
}
.loginBox .loginR .loginForm > li i.ico_id {
  background-position: 10px 0;
}
.loginBox .loginR .loginForm > li i.ico_pw {
  background-position: 50% 0;
}
.loginBox .loginR .loginForm input[type="text"], 
.loginBox .loginR .loginForm input[type="password"] {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-top: 12px;
  padding: 0 15px 0 53px;
  border-bottom: 1px solid #c2c2c2;
  border-width: 0 0 1px 0;
  border-radius: 0;
  font-size: 15px;
  color: #101010;
  outline: none;
  transition: border 300ms;
}
.loginBox .loginR .loginForm input:focus {
  border-bottom-color: #64b6eb;
}
.loginBox .loginR .loginForm input:focus+i.ico_id {
  background-position: 21% 0;
}
.loginBox .loginR .loginForm input:focus+i.ico_pw {
  background-position: 79% 0;
}
.loginBox .loginR .loginForm input::placeholder {
  color: #acacac;
}
.loginBox .loginR .loginForm input:-ms-input-placeholder {
  color: #acacac;
}
.loginBox .loginR .codeForm {
  overflow: hidden;
  margin-top: 50px;
}
.loginBox .loginR .codeForm > li {
  position: relative;
  margin-top: 0;
}

.loginBox .loginR .codeForm input[type="text"] {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-top: 22px;
  padding: 0 15px 0 2px;
  border-bottom: 1px solid #c2c2c2;
  border-width: 0 0 1px 0;
  border-radius: 0;
  font-size: 15px;
  color: #101010;
  outline: none;
  transition: border 300ms;
}
.loginBox .loginR .codeForm input:focus {
  border-bottom-color: #64b6eb;
}
.loginBox .loginR .codeForm input::placeholder {
  color: #acacac;
}
.loginBox .loginR .codeForm input:-ms-input-placeholder {
  color: #acacac;
}
.loginBox .loginR .codeForm span.logintimer {
  margin: 20px 0;
  display: block;
  color: #2e2e2e;
}
.loginBox .loginR  .loginBtn, .codeBtn, 
.loginBox .loginR  .joinBtn {
  width: 100%;
  height: 54px;
  display: block;
  border-radius: 28px;
  line-height: 54px;
  font-size: 16px;
  font-weight: 500;
  transition-duration: 0.4s;
}
.loginBox .loginR  .loginBtn {
  margin-top: 15px;
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #ffffff;
  background: #c7e2f8  linear-gradient(24deg, #005daa, #64b6eb 30%);
  box-shadow: 0 5px 18px 0 rgba(0, 118, 254, 0.45);
}
.loginBox .loginR  .loginBtn:hover {
  background: #64b7ec  linear-gradient(24deg, #005daa, #64b7ec 90%);
}
.loginBox .loginR  .loginBtn:visited {
  background: #64b7ec  linear-gradient(24deg, #005daa, #64b7ec 90%);
}
.loginBox .loginR  .codeBtn {
  margin-top: 0;
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #ffffff;
  background: #c7e2f8  linear-gradient(24deg, #005daa, #64b6eb 30%);
  box-shadow: 0 5px 18px 0 rgba(0, 118, 254, 0.45);
}
.loginBox .loginR  .codeBtn:hover {
  background: #64b7ec  linear-gradient(24deg, #005daa, #64b7ec 90%);
}
.agreeBtnarea {
  padding: 20px 0;
}
.agreeBtn {
  width: 200px;
  height: 54px;
  display: block;
  border-radius: 28px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  transition-duration: 0.4s;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.025em;
  color: #ffffff;
  background: #c7e2f8  linear-gradient(24deg, #005daa, #64b6eb 30%);
  box-shadow: 0 5px 18px 0 rgba(0, 118, 254, 0.45);
}
.agreeBtn:hover {
  background: #64b7ec  linear-gradient(24deg, #005daa, #64b7ec 90%);
}
.agreeBtn:visited {
  background: #64b7ec  linear-gradient(24deg, #005daa, #64b7ec 90%);
}
.site {
  text-align: center;
  margin-top: 38px;
  padding-left: 50px;
}
.site > li {
  display: inline-block;
  margin-right: 15px;
}
.site > li > a {
  margin-right: 50px;
  opacity: .8;
  transition: opacity 150ms;
}
.site > li:last-child > a {
  margin-right: 0;
}
.site > li > a:hover {
  opacity: 1;
}

.logInfo .loginBox {
  padding: 51px 90px;
}
.logInfo .loginBox .subtle {
  font-size: 13px;
  color: #8f9294;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
.logInfo .loginBox .tle {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 1.7;
  text-align: center;
}
.logInfo .loginBox .requiredDesc {
  margin-top: 33px;
  text-align: right;
  line-height: 1;
}
.logInfo .logTbl {
  margin-top: 0;
}
.logInfo .logTbl tr > * {
  padding: 15px 0;
  border-top: 1px solid #ececec;
}
.logInfo .logTbl tr:first-child > * {
  border-top: 0;
}
.logInfo .logTbl th {
  text-align: left;
  font-weight: 500;
}
.logInfo .logform {
  height: 32px;
  margin: 0 3.5px;
  line-height: 32px;
  background-color: #f3f5f7;
  color: #555;
  border: 0;
  border-radius: 0;
}
.logInfo .loginBox .btn_wrap {
  margin: 25px 0 0;
}
.logInfo .loginBox .btn_wrap .btn {
  padding: 11px 20px;
}
.logInfo .loginBox .btn_wrap .btn.btn_primary {
  background: #007ff7 linear-gradient(24deg, #0079ff, #0399fa 70%);
  color: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 118, 254, .35);
  border: 0;
  padding: 12px 20px;
}
.logInfo .loginBox .btn_wrap .btn.btn_primary:hover {
  background: #0475e2;
}

/*Main*/

.clear::after {
  content: '';
  display: block;
  clear: both;
}
#main {
  padding: 40px 0 50px;
  background: #ffffff;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.mainslide {
  background-color: #ebf5fa;
  text-align: center;
}
.mainslidebg1 {
  display: block;
  height: 445px;
  background-color: #ebf5fa;
  text-align: center;
}
.mainslidebg1 {
  padding: 50px 0 0 0;
  box-sizing:border-box;
  margin:0 auto;
  width: 1398px;
}
.mainslidetxt {
  display:block;
  position: absolute;
  top:180px;
  left:950px;
  text-align: left;
}
.mainslidetxt p {
  font-size:20px;
  font-weight: 400;
}
.mainslidetxt span {
  font-size:40px;
  font-weight: 600;
}
.main_left {
  float: left;
  width: 680px;
  margin-top: 40px;
  padding: 50px 38px 51px 59px;
  box-sizing: border-box;
}
span.line1 {
  display: block;
  width: 75px;
  height: 8px;
}
h2.infotitle1 {
  margin-top: 29px;
  width: 60%;
  font-weight: 600;
  font-size:26px;
  color:#121212;
}
h3.infotxt1 {
  color: #121212;
  text-align: left;
  width: 60%;
  line-height: 26px;
  font-size: 16px;
  padding: 29px 0 23px 0;
}
a.btn_detail1 {
  color: #151515;
  background-color: #ddeaf7;
  text-decoration: none;
  font-weight: 400;
  width: 145px;
  height: 35px;
  border-radius: 3px;
}
a.btn_detail1:hover {
  background-color: #d2e2f2 !important;
  width: 145px;
  height: 35px;
  border-radius: 3px;
}
a.btn_detail1:active {
  ackground-color: #d2e2f2;
  width: 145px;
  height: 35px;
  border-radius: 3px;
}
a.btn_detail1:link {
  background-color: #ddeaf7;
  width: 145px;
  height: 35px;
  border-radius: 3px;
}
a.btn_detail1:visited {
  background-color: #ddeaf7;
  width: 145px;
  height: 35px;
  border-radius: 3px;
}
.main_right {
  overflow: hidden;
  float: right;
  width: 680px;
  margin-top: 40px;
  padding: 50px 38px 51px 59px;
  box-sizing: border-box;
}
.main_right section:nth-child(n+2) {
  border-top: 1px solid #ede9e9;
}
span.line2 {
  display: block;
  width: 75px;
  height: 8px;
}
h2.infotitle2 {
  margin-top: 29px;
  width: 60%;
  font-weight: 600;
  font-size:26px;
  color:#121212;
}
h3.infotxt2 {
  color: #121212;
  text-align: left;
  width: 60%;
  line-height: 26px;
  font-size: 16px;
  padding: 29px 0 23px 0;
}
a.btn_detail2 {
  color: #151515;
  background-color: #e3ebfe;
  text-decoration: none;
  font-weight: 400;
  width: 145px;
  height: 35px;
  border-radius: 3px;
}
a.btn_detail2:hover {
  background-color: #d2e2f2 !important;
  width: 145px;
  height: 35px;
  border-radius: 3px;
}
a.btn_detail2:active {
  background-color: #d2e2f2;
  width: 145px;
  height: 35px;
  border-radius: 3px;
}
a.btn_detail2:link {
  background-color: #e3ebfe;
  width: 145px;
  height: 35px;
  border-radius: 3px;
}
a.btn_detail2:visited {
  background-color: #e3ebfe;
  width: 145px;
  height: 35px;
  border-radius: 3px;
}
.mContBox1 {
  border: 1px solid #7eb5e7;
  border-radius: 13px;
  background: url(../img/main/mContBox1bg.png) no-repeat left;
  box-sizing:border-box;
}
.mContBox2 {
  border: 1px solid #a4aaf0;
  border-radius: 13px;
  background: url(../img/main/mContBox2bg.png) no-repeat left;
  box-sizing:border-box;
}
.mContBox3 {
  border-radius: 13px;
  background: url(../img/main/mContBox3bg.png) no-repeat left;
  box-sizing:border-box;
}
.mContBox4 {
  border-radius: 13px;
  background: url(../img/main/mContBox4bg.png) no-repeat left;
  box-sizing:border-box;
}
.tle {
  font-weight: 600;
}

/*Main Infoarea1 */
#main .infoarea1 li > a {
  display: block;
  overflow: hidden;
}
#main .infoarea1 li > a:hover {
  font-weight: 500;
}
/*Main Infoarea1*/
#main .infoarea1 li > a {
  display: block;
  overflow: hidden;
}
#main .infoarea1 li > a:hover {
  font-weight: 500;
}
/* Main News */
#main .m_news {
  position:relative;
  width:100%;
  padding-bottom: 0;
}
#main .m_news h3.tle {
  margin-bottom: 8px;
  font-size: 20px;
}
#main .m_news .m_newsGo {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 73px;
  height: 20px;
}
#main .m_news li {
  padding: 0 2px;
}
#main .m_news li > a {
  display: block;
  overflow: hidden;
  font-size: 16px;
}
#main .m_news li > a:hover {
  font-weight: 500;
}
#main .m_news .m_newsHead {
  float: left;
  display: block;
  max-width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 25px;
  color: #111;
}
#main .m_news .m_newsHead .new {
  width: 18px;
  height: 18px;
  border-radius: 30%;
  background: #f31f3b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#main .m_news .m_newsHead .new::after {
  content: 'N';
  color: #ffffff;
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 11px;
  line-height: 1;
}
#main .m_news .m_newsDate {
  float: left;
  color: #7c7c7e;
  padding-right: 8px;
}
/* Main FAQ */
#main .m_faq {
  position:relative;
  width:100%;
  padding-bottom: 0;
}
#main .m_faq h3.tle {
  margin-bottom: 8px;
  font-size: 20px;
}
#main .m_faq .m_faqGo {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 73px;
  height: 20px;
}
#main .m_faq li {
  padding: 0 2px;
}
#main .m_faq li > a {
  display: block;
  overflow: hidden;
  font-size: 16px;
}
#main .m_faq li > a:hover {
  font-weight: 500;
}
#main .m_faq .m_faqsHead {
  float: left;
  display: block;
  max-width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 25px;
  color: #111;
}
#main .m_faq .m_faqHead .new {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #f31f3b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#main .m_faq .m_faqHead .new::after {
  content: 'N';
  color: #ffffff;
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 11px;
  line-height: 1;
}
#main .m_faq .m_faqDate {
  float: left;
  color: #7c7c7e;
  padding-right: 8px;
}

/*sub*/

#realgrid {
  width: 100%;
  border: 1px solid #ccc;
  height: 280px;
  color: green;
}
#sub #container .subCont .tle {
  position: relative;
}
#sub #container .subCont h4.tle {
  font-size: 18px;
  font-weight: 800;
  color: #6c9dc1;
  letter-spacing: -0.9px;
  margin: 40px 13px 5px 0;
  line-height: 25px;
}
#sub #container .subCont h4.tle2 {
  font-size: 18px;
  font-weight: 800;
  color: #6c9dc1;
  letter-spacing: -0.9px;
  margin: 6px 0 0 0;
  line-height: 25px;
}
#sub #container .subCont h4.tle.bullet {
  padding-left: 16px;
}
#sub #container .subCont h4.tle.bullet::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 13px;
  box-sizing: border-box;
  border: 3px solid #2b5c87;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}
#sub #container .subCont h5.tle {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 13px 0 0;
  color: #333;
}

.wpAuto {
  width:auto !important;
}
.wp5 {
  width:5% !important;
}
.wp10 {
  width:10% !important;
}
.wp15 {
  width:15% !important;
}
.wp20 {
  width:20% !important;
}
.wp25 {
  width:25% !important;
}
.wp30 {
  width:30% !important;
}
.wp35 {
  width:35% !important;
}
.wp40 {
  width:40% !important;
}
.wp45 {
  width:45% !important;
}
.wp50 {
  width:50% !important;
}
.wp55 {
  width:55% !important;
}
.wp60 {
  width:60% !important;
}
.wp65 {
  width:65% !important;
}
.wp70 {
  width:70% !important;
}
.wp75 {
  width:75% !important;
}
.wp80 {
  width:80% !important;
}
.wp85 {
  width:85% !important;
}
.wp90 {
  width:90% !important;
}
.wp95 {
  width:95% !important;
}
.wp100 {
  width:100% !important;
}
.wp115p {
  width:115px !important;
}
.wp119p {
  width:119px !important;
}
.wp134p {
  width:153px !important;
}
.wp136p {
  width:136px !important;
}
.wp153p {
  width:153px !important;
}
.wp163p {
  width:163px !important;
}
.wp170p {
  width:170px !important;
}
.wp173p {
  width:173px !important;
}
.wp210p {
  width:210px !important;
}
.wp275p {
  width:275px !important;
}
.wp315p {
  width:315px !important;
}
.wp326p {
  width:326px !important;
}
.wp357p {
  width:357px !important;
}
.wp340p {
  width:390px !important;
}
.mar_t00 {
  margin-top: 0 !important;
}
.mar_t10 {
  margin-top: 10px !important;
}
.mar_t40 {
  margin-top: 40px !important;
}
.mar_t50 {
  margin-top: 50px !important;
}
.pad_t00 {
  padding-top: 0 !important;
}
.dateInfoTxt1 {
  color:#6c6c6c;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 5px;
  margin: 10px 0 0;
  background-color: #ffffff;
  display: block;
  border-radius: 7px;
}


ul.ul01 {
  margin: 5px 0 20px;
  font-size: 14px;
}
ul.ul01 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 12px;
  line-height: 22px;
}
ul.ul01 li:last-child {
  margin-bottom: 0;
}
ul.ul01 li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #31aeb5;
  display: block;
  margin: 0 4px;
  position: absolute;
  left: 0;
  top: 8px;
}
ul.ul02 {
  margin: 5px 0;
}
ul.ul02 li::before {
  content: '';
  width: 5px;
  height: 2px;
  background: #2b5c87;
  display: block;
  margin: 0 4px;
  position: absolute;
  left: 0;
  top: 11px;
}
ol.ol01 {
  margin: 5px 0 20px 20px;
  font-size: 14px;
}

ol.ol01 li {
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
}
ol.ol01 li:last-child {
  margin-bottom:0;
}
ol.ol02 {
  margin: 5px 0;
}
ol.ol02 li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
ol.ol02 li::before {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 20px;
  line-height: 17px;
  font-size:0.75rem;
  text-align:center;
  margin:0 4px 1px 0;
  vertical-align: middle;
  border: 1px solid #8e8e8e;
  box-sizing: border-box;
}
ol.ol02 > li:nth-child(1)::before {
  content:'1';
}
ol.ol02 > li:nth-child(2)::before {
  content:'2';
}
ol.ol02 > li:nth-child(3)::before {
  content:'3';
}
ol.ol02 > li:nth-child(4)::before {
  content:'4';
}
ol.ol02 > li:nth-child(5)::before {
  content:'5';
}
ol.ol02 > li:nth-child(6)::before {
  content:'6';
}
ol.ol02 > li:nth-child(7)::before {
  content:'7';
}
ol.ol02 > li:nth-child(8)::before {
  content:'8';
}
ol.ol02 > li:nth-child(9)::before {
  content:'9';
}
ol.ol02 > li:nth-child(10)::before {
  content:'10';
}
ol.ol03 {
  margin: 5px 0 5px 20px;
}
ol.ol03 li {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
  line-height: 22px;
  margin-bottom: 3px;
}

/*----------------- Bagic Form -----------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url(../img/common/dash_select2.png) no-repeat center right 6px;
  padding: 0 24px 0 10px;
  border: 1px solid #c7c7c9;
  height: 30px;
  font-size: 13px;
}
select::-ms-expand {
  display: none;
}
select,input,textarea {
  font-family: 'Noto Sans';
  box-sizing: border-box;
  padding-left: 10px;
  border-radius: 5px;
}
select.form,
input.form {
  height: 30px;
  display:inline-block;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  vertical-align: top;
  background-color:#ffffff;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  min-width: 50px;
  color: #555;
  margin: 0 1px;
  font-size: 13px;
  letter-spacing: -0.325px;
  vertical-align: middle;
}
input.form.txtR {
  padding-right:10px;
}
input.form[type="radio"], input[type="checkbox"] {
  background:none;
  border:none;
}
input.form[type="text"] {
  box-sizing:border-box;
  color:#303030;
}
input.form[type='file'] {
  height:auto;
  padding-top:.583em;
  padding-bottom:.583em;
  line-height:1.333;
}
select.form {
  background: #ffffff url(../img/common/dash_select2.png) no-repeat center right 8px;
}
input.form:hover, select.form:hover, textarea.form:hover {
  border-color:#686868;
}
input.form:disabled {
  background:#e9ecef!important;
}
input.form:disabled:hover {
  border: 1px solid #b8b8b8;
}
input.form::placeholder {
  color:#aaa;
  font-weight: 300;
}
input.form:-ms-input-placeholder {
  color:#aaa;
  font-weight: 300;
}
textarea.form {
  width:100%;
  height:8em;
  line-height:1.333;
  font-size:14px;
  border-radius: 2px;
  border: 1px solid #ced4da;
  background-color: #ffffff;
}
textarea.form.lg {
  height:16em !important;
}
textarea.form.xlg {
  height:30em !important;
}
textarea.form:disabled {
  background:#e9ecef!important;
}
.chks {
  line-height: 25px;
  margin-left: 8px;
  display: inline-block;
  position: relative;
}
.chks li {
  float: left;
  margin-right: 10px;
  font-weight: 300;
  line-height: 18px;
  width: 120px;
  position: relative;
}
.chks input[type="checkbox"] {
  display: none;
}
.chks input[type="checkbox"] + label {
  padding-left:17px;
  margin: 6px 0;
}
.chks input[type="checkbox"]:checked + label {
  color: #0c90d4;
  font-weight: 500;
}
.chks input[type="checkbox"] + label::before {
  content:"";
  display:inline-block;
  width: 13px;
  height: 13px;
  position:absolute;
  top: 5px;
  left:0;
  background-color:#ccc;
  border-radius:2px;
}
.chks input[type="checkbox"]:checked + label::before {
  content:"\2713";
  font-size: 10px;
  font-weight:800;
  color:#ffffff;
  background: #0c90d4;
  text-align:center;
  line-height: 13px;
}
.chks label {
  vertical-align: middle;
}
.chks.chksWp li {
  width: 100%;
}
.chks.chksWp li label {
  width: 60px;
  display: inline-block;
}
.chks.chksWp input[type="checkbox"] + label::before {
  top: 9px;
}
.radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.radio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}
.radio input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  cursor: pointer;
  vertical-align: top;
}
.radio input[type="radio"] + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.5px;
  width: 13px;
  height: 13px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 100%;
  box-sizing: border-box;
}
.radio input[type="radio"]:checked + label {
  color: #0c90d4;
  font-weight: 500;
}
.radio input[type="radio"]:checked + label::before {
  border-color: #adb8c0;
}
.radio input[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 4px solid #0c90d4;
  box-sizing: border-box;
  border-radius: 100%;
}
.tbl_head .radio input[type="radio"] + label::before,.tbl_head .radio input[type="radio"]:checked + label::after {
  margin-top: -5px;
}
.radio li {
  float: left;
  margin-right: 12px;
}
.radio li:last-child {
  margin-right: 0;
}
.radio2 {
  text-align: center;
  position: relative;
  display: block;
}
.chks2 {
  display: inline-block;
}
.radio2 input[type="radio"], .chks2 input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}
.radio2 input[type="radio"] + label, .chks2 input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  vertical-align: top;
}
.radio2 input[type="radio"] + label::before, .chks2 input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 14px;
  height: 14px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  box-sizing: border-box;
}

.radio2 input[type="radio"]:checked + label::before {}
.radio2 input[type="radio"]:checked + label::after,.chks2 input[type="checkbox"]:checked + label::after {
  content: "\2713";
  font-size: 15px;
  font-weight: 800;
  position: absolute;
  top: 1px;
  right: 0;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 12px;
}
.radio2 li {
  display: inline-block;
  margin: 0 20px;
}
.radio2 li:last-child {
  margin-right: 0;
}
.radio2.radio2_ver {
  text-align: left;
}
.radio2.radio2_ver li {
  margin: 3px 0;
  display: block;
}
.radio2.radio2_slim li {
  margin: 0 10px;
}
.radio2.radio2_inline {
  display: inline;
}
.radio2.radio2_inline li {
  margin: 0 15px 0 0;
}
.radio2.radio2_inline li:last-child {
  margin: 0;
}
.radio2.radio2_left input[type="radio"] + label, .chks2 input[type="checkbox"] + label {
  padding-left: 20px;
}
.radio2.radio2_left input[type="radio"] + label::before {
  left: 0;
  right: auto;
}
.radio2.radio2_left input[type="radio"]:checked + label::before {
  left: 0;
  right: auto;
}
.dash {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0 5px 0 2px;
  vertical-align: middle;
}
.radio2.radio2_left input[type="radio"]:checked + label::after, .chks2.radio2_left input[type="checkbox"]:checked + label::after {
  left: 0;
  right: auto;
}
.form_mar > span {
  margin: 0 6px 0 0;
}
.form_mar > span:last-child {
  margin-right:0;
}
.form + a.btn {
 margin:0 0 0 2px;
}
.form_txt {
  display: inline-block;
  font-size: 0.9em;
  color: #6c757d!important;
  line-height: 1.6;
  margin: .25rem .25rem 0 .25rem;
}
.form_inBtnW {
  position: relative;
  display: inline-block;
}
.form_inBtnW input {
  width: 100%;
  padding-right: 100px;
}
.form_inBtnW .form_inBtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #475d76;
  font-size: 12px;
  letter-spacing: -0.3px;
  font-weight: 500;
  border: none;
  background: none;
}
.form_inBtnW .form_inBtn:hover {
  box-shadow: none;
  font-weight: 600;
}
/* --------------------- Button Design --------------------- */
/* Bagic Button */
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='image'] {
  overflow:visible;
  cursor:pointer;
}
html input[type='button'],
input[type='submit'],
input[type='reset'],
button,
button[class*='btn'],
button[type='submit'],
button[type='reset'],
a[class*='btn'] {
  position:relative;
  box-sizing:border-box;
  max-width:100%;
  text-align:center;
  -webkit-border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  display: inline-block;
  padding:.5rem .75rem;
  border:1px solid rgba(0,0,0,0.2);
  background-color:#ffffff;
  color:#000000;
  white-space:nowrap;
  transition:.2s ease-out;
  line-height: 1;
  font-family: 'Noto Sans','맑은 고딕','Malgun Gothic','나눔고딕',NanumGothic,'Nanum Gothic','돋움',Dotum,Arial,sans-serif;
  font-size:14px;
}

html input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
button:hover,
button[class*='btn']:hover,
button[type='submit']:hover,
button[type='reset']:hover, 
a[class*='btn']:hover, a[class*='btn']:active, a[class*='btn']:focus {}

/* Button */
.btn {
  border-radius: 5px !important;
}
.btn:hover {
  background: #f9f9f9;
}
.btn.btn01 {
  background-color: #229dd2;
  border-color: #229dd2;
  color:#ffffff;
}
.btn.btn01:hover {
  background-color: #004d94;
  border-color:#004d94;
}
.btn.btn02 {
  color: #3f8bbc;
  background-color: #ffffff;
  border-color: #64b7ec;
}
.btn.btn02:hover {
  color: #ffffff;
  background-color: #64b7ec;
}
.btn.btn03 {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #000000;
}
.btn.btn03:hover {
  background-color: #c3c3c3;
}
.btn.btn04 {
  color:#ffffff;
  border-color: #3c4556;
  background-color: #3c4556;
}
.btn.btn04:hover {
  background-color: #212938;
}
.btn.btn05 {
  color: #bfbfbf;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn.btn06 {
  color: #646464;
  background-color: #ffffff;
  border-color: #c8c8c8;
  width:70px;
}
.btn.btn06:hover {
  color: #f35c5c;
  background-color: #ffffff;
  border-color: #f35c5c;
}


.btn > i {
  margin: 0 3px 0 -1px;
  font-size: .8em;
  vertical-align: 1px;
}
.btn > i.fa-list,.btn > i.fa-check,.btn > i.fa-pen,.btn > i.fa-trash-alt {
  margin: 0 5px 0 0;
  font-size: 13px;
}

/*btn_wrap*/
.btn_wrap {
  display:block;
  position:relative;
  width:100%;
  padding:15px 0;
  text-align:center;
  box-sizing:border-box;
  margin: 40px 0 0;
}
.btn_wrap::after {
  content: '';
  display: block;
  clear: both;
}
.btn_wrap .btn {
  min-width: 110px;
  margin: 0 6px;
  padding: 10px 20px;
}
.btn.btn_block {
  background: #0c3681;
  color: #ffffff;
  width: 100%;
  padding: 13px 0;
  border-radius: 0;
  margin-top: 15px;
  box-sizing: border-box;
}
.btn_wrap > .left {
  float:left;
}
.btn_wrap > .right {
  float:right;
}
.btn_wrap.btn_wrapGrd {
  text-align: right;
  margin-top: 0;
  padding:0 !important;
}
.btn_wrap2 {
  display:block;
  position:relative;
  width:100%;
  padding:15px 0;
  text-align:center;
  box-sizing:border-box;
  margin: 20px 0 20px 0;
}
.btn_wrap2::after {
  content: '';
  display: block;
  clear: both;
}
.btn_wrap2 .btn {
  min-width: 110px;
  margin: 0 6px;
  padding: 10px 20px;
}
.btn.btn_block2 {
  background: #0c3681;
  color: #ffffff;
  width: 100%;
  padding: 13px 0;
  border-radius: 0;
  margin-top: 15px;
  box-sizing: border-box;
}
.btn_wrap2 > .left {
  float:left;
}
.btn_wrap2 > .right {
  float:right;
}
.btn_wrap2.btn_wrapGrd {
  text-align: right;
  margin-top: 0;
  padding:0 !important;
}
.btn_wrap3 {
  display:block;
  position:relative;
  width:100%;
  padding:0 0;
  text-align:center;
  box-sizing:border-box;
  margin: 0 0 0 0;
}
.btn_wrap3::after {
  content: '';
  display: block;
  clear: both;
}
.btn_wrap3 .btn {
  min-width: 110px;
  margin: 0 6px;
  padding: 10px 20px;
}
.btn.btn_block3 {
  background: #0c3681;
  color: #ffffff;
  width: 100%;
  padding: 13px 0;
  border-radius: 0;
  margin-top: 0;
  box-sizing: border-box;
}
.btn_wrap3 > .left {
  float:left;
}
.btn_wrap3 > .right {
  float:right;
}
.btn_wrap3.btn_wrapGrd {
  text-align: right;
  margin-top: 0;
  padding:0 !important;
}

/* File Button */
.subPdown {
  float: right;
}
.subPdown > button {
  border: none;
  color: #000000;
  padding: 0 0 0 23px;
  margin-right: 8px;
  font-size: 13px;
  background: none;
  position: relative;
  transition-duration: 0s;
}
.subPdown > button:hover,
.subPdown > button:focus,
.subPdown > button:active {
  background: none;
  box-shadow: none !important;
}
.subPdown > button::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 24px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  background-repeat: no-repeat;
}
.subPdown .subPdown_exel::before {
  background-position: left top;
}
.subPdown .subPdown_print::before {
  background-position: -24px top;
}
.subPdown .subPdown_exel:hover::before {
  background-position: left bottom;
}
.subPdown .subPdown_exel:hover {
  color: #116f38;
}
.subPdown .subPdown_print:hover::before {
  background-position: -24px bottom;
}
.subPdown .subPdown_print:hover {
  color: #198bd4;
}
.subPdown .subPdown_exelWrap {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-bottom: 3px;
}
.subPdown .subPdown_exelWrap button {
  display: block;
  float: left;
  font-size: 13px;
  border: none;
  border-right: 1px solid #828ea0;
  padding: 0 10px 0 30px;
}
.subPdown .subPdown_exelWrap button:last-child {
  border-right: none;
}
.subPdown .subPdown_exelWrap button::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 24px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 5px;
  top: -6px;
}
.subPdown .subPdown_exelWrap button.subPdown_save::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 24px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.subPdown .subPdown_save {
  border: 1px solid #0665cf;
  height: 28px;
  border-radius: 5px;
  font-size: 13px;
  padding: 6px 11px 7px 27px;
  vertical-align: middle;
  margin: 0 0 0 4px;
  margin-bottom: 3px;
  color: #0665cf;
}
.subPdown .subPdown_save::before {
  top: 0;
  left: 5px;
  background-position: -48px bottom;
}
.subPdown .subPdown_save:hover {
  background: #eef6ff;
}

/* Table in button*/
table .btn {
  padding: 3px 10px;
  font-size: 13px;
  vertical-align: middle;
}
/*----------------- Form -----------------*/
.filterBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e2e6ed;
  padding: 14px 35px;
  box-sizing: border-box;
  margin-bottom: 35px;
  background: #fafbfe;
  position: relative;
  min-height: 60px;
  border-radius: 2px;
}
.filterBox.filterB_oneR {
  padding: 8px 35px;
  min-height: 50px;
}
.filterBox .btn {
  height: 30px;
  padding: 0 10px;
}
.filterBox .filterForm {
  overflow: hidden;
  float: left;
  width: calc(100% - 120px);
}
.filterBox .filterForm .row {
  float: left;
  position: relative;
  width: 100%;
  margin: 2px 0;
  align-items: center;
}
.filterBox .filterForm .row-1 {
  width: 8.333333%;
}
.filterBox .filterForm .row-2 {
  width: 16.666667%;
}
.filterBox .filterForm .row-3 {
  width: 25%;
}
.filterBox .filterForm .row-4 {
  width: 33.333333%;
}
.filterBox .filterForm .row-5 {
  width: 41.666667%;
}
.filterBox .filterForm .row-6 {
  width: 50%;
}
.filterBox .filterForm .row-7 {
  width: 58.333333%;
}
.filterBox .filterForm .row-8 {
  width: 66.666667%;
}
.filterBox .filterForm .row-9 {
  width: 75%;
}
.filterBox .filterForm .row-10 {
  width: 83.333333%;
}
.filterBox .filterForm .row-11 {
  width: 91.666667%;
}
.filterBox .filterForm .row-12 {
  width: 100%;
}
.filterBox .filterForm dt {
  width: 145px;
  font-weight: 500;
  box-sizing: border-box;
  float: left;
  line-height: 30px;
  color: #111;
}
.filterBox .regtxt {
  width: 300px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 30px;
  color: #111;
  clear: both;
}
.filterBox .filterForm dt.regtxt label {
  width: 300px;
  font-weight: 500;
  box-sizing: border-box;
  float: left;
  line-height: 30px;
  color: #111;
}
.filterBox .filterForm dd {
  width: calc(100% - 145px);
  padding: 0 15px;
  color: #555;
  box-sizing: border-box;
  float: left;
}
.filterBox .filterForm dd.regcheck {
  width: calc(100% - 300px);
  padding: 0 15px;
  color: #555;
  box-sizing: border-box;
}
.filterBox .filterForm dt input[type="checkbox"] {
  margin: 0 5px;
}
.filterBox .btn_wrap {
  float: left;
  width: 95px;
  text-align: center;
  margin: 0;
  padding: 0;
  position: static;
}
.filterBox .btn_wrap .btn {
  width: 95px;
  padding: 0;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 32px);
  letter-spacing: 1px;
  min-width: 95px;
  margin: 0;
  background-color: #51565e;
  border: none;
  overflow: hidden;
}
.filterBox .btn_wrap .btn > i {
  margin: 0;
  font-size: 13px;
  vertical-align: 0;
}
.filterBox .btn_wrap .btn::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(135deg, rgba(51,77,114,1) 30%,rgb(0 143 222) 120%);
  transition-duration: 0.4s;
  border-radius: 5px;
  opacity: 0;
}
.filterBox .btn_wrap .btn:hover::before {
  /* height: 200%;
  */opacity: 1;
  background-size:100%;
}
.filterBox .filterForm .row dt .radio {
  margin-top: -4px;
}
.filterBox.tight .filterForm dt {
  width:100px;
}
.filterBox.tight .filterForm dd {
  width:calc(100% - 100px);
  padding: 0;
}
.filterBox .chks input[type="checkbox"] + label::before {
  top: 8px;
}
.term {
  position: relative;
  display: inline-block;
  width: 150px;
  vertical-align: middle;
  height: 27px;
}
.term.term_sm {
  width: 80px;
}
.term i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #475d76;
}
.term input {
  padding-right: 25px;
}

/*----------------- Form2  -----------------*/
.regBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 14px 0;
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  min-height: 60px;
  border-radius: 2px;
}
.regBox.regB_oneR {
  padding: 8px 35px;
  min-height: 50px;
}
.regBox .btn {
  height: 30px;
  padding: 0 10px;
}
.regBox .regForm {
  overflow: hidden;
  float: left;
  width: calc(100% - 120px);
}
.regBox .regForm2 {
  overflow: hidden;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
}
.regBox .regForm .row {
  float: left;
  position: relative;
  width: 100%;
  margin: 2px 0;
  align-items: center;
}
.regBox .regForm .row-1 {
  width: 8.333333%;
}
.regBox .regForm .row-2 {
  width: 16.666667%;
}
.regBox .regForm .row-3 {
  width: 25%;
}
.regBox .regForm .row-4 {
  width: 33.333333%;
}
.regBox .regForm .row-5 {
  width: 41.666667%;
}
.regBox .regForm .row-6 {
  width: 50%;
}
.regBox .regForm .row-7 {
  width: 58.333333%;
}
.regBox .regForm .row-8 {
  width: 66.666667%;
}
.regBox .regForm .row-9 {
  width: 75%;
}
.regBox .regForm .row-10 {
  width: 83.333333%;
}
.regBox .regForm .row-11 {
  width: 91.666667%;
}
.regBox .regForm .row-12 {
  width: 100%;
}
.regBox .regForm dt {
  width: 145px;
  font-weight: 500;
  box-sizing: border-box;
  float: left;
  line-height: 30px;
  color: #111;
}
.regBox .regtxt {
  width: 300px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 30px;
  color: #111;
  clear: both;
}
.regBox .regForm dt.regtxt label {
  width: 300px;
  font-weight: 500;
  box-sizing: border-box;
  float: left;
  line-height: 30px;
  color: #111;
}
.regBox .regForm dd {
  width: calc(100% - 145px);
  padding: 0 15px;
  color: #555;
  box-sizing: border-box;
  float: left;
}
.regBox .regForm dd.regcheck {
  width: calc(100% - 300px);
  padding: 0 0;
  color: #555;
  box-sizing: border-box;
}
.regBox .regForm dd.regcheck label {
  color: #555555;
  font-weight:500;
  font-size: 16px;
}
.regBox .regForm dd.regcheck span {
  color: #d1233d;
  font-weight: 500;
  font-size: 16px;
}
.regBox .regForm2 label {
  color: #555555;
  font-weight:500;
  font-size: 18px;
}
.lareaPt20 {
  padding-top: 20px;
}
.regBox .regForm2 dd.regcheck span {
  color: #d1233d;
  font-weight: 500;
  font-size: 20px;
}
.regBox .regForm dt input[type="checkbox"] {
  margin: 0 5px;
}
.regBox .btn_wrap {
  float: left;
  width: 95px;
  text-align: center;
  margin: 0;
  padding: 0;
  position: static;
}
.regBox .btn_wrap .btn {
  width: 95px;
  padding: 0;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 32px);
  letter-spacing: 1px;
  min-width: 95px;
  margin: 0;
  background-color: #51565e;
  border: none;
  overflow: hidden;
}
.regBox .btn_wrap .btn > i {
  margin: 0;
  font-size: 13px;
  vertical-align: 0;
}
.regBox .btn_wrap .btn::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(135deg, rgba(51,77,114,1) 30%,rgb(0 143 222) 120%);
  transition-duration: 0.4s;
  border-radius: 5px;
  opacity: 0;
}
.regBox .btn_wrap .btn:hover::before {
  opacity: 1;
  background-size:100%;
}
.regBox .regForm .row dt .radio {
  margin-top: -4px;
}
.regBox.tight .regForm dt {
  width:100px;
}
.regBox.tight .regForm dd {
  width:calc(100% - 100px);
  padding: 0;
}
.regBox .chks input[type="checkbox"] + label::before {
  top: 8px;
}
.btn_wrap_reg {
  margin: 20px auto;
  padding: 0 0 0 0;
  box-sizing: border-box;
  width: 98px;
}
.term {
  position: relative;
  display: inline-block;
  width: 120px;
  vertical-align: middle;
}
.term.term_sm {
  width: 80px;
}
.term i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #475d76;
}
.term input {
  padding-right: 25px;
}


#register_agree {
  max-width: 900px;
  margin: 100px auto 0;
  padding: 30px 40px 40px 40px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 12px 0 rgba(0,0,0,0.075);
  -moz-box-shadow: 5px 5px 12px 0 rgba(0,0,0,0.075);
  box-shadow: 5px 5px 12px 0 rgba(0,0,0,0.075);
  border-radius: 20px;
}
#fregister_chkall {
  line-height: 55px;
  border-bottom: 1px solid #d8d9df;
  text-align: left;
}
.checks2 {
  position: relative;
}
.checks2 input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  outline: 0;
  z-index: -1;
  overflow: hidden;
}
.checks2 input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
.checks2 label {
  font-size: 14px;
  color: #2d2f43;
  font-weight: 400;
  letter-spacing: -0.02em;
}
label {
  cursor: default;
  vertical-align: middle;
}
#fregister textarea {
  display: block;
  padding: 20px;
  width: 100%;
  height: 150px;
  background: #ffffff;
  border: 1px solid #d8d9df;
  font-size: 14px;
  color: #98989f;
  ine-height: 1.6em;
  overflow: auto;
  resize: none;
}
.fregister_agree2 span {
  color: #e5433e;
  font-weight: 400;
  padding-left: 5px;
}

/* --------------------- Table --------------------- */
table b {
  font-weight: 400;
}
/* Table */
.contTbl {
  width:100%;
  margin:5px 0 10px;
  border:0;
  border-collapse:separate;
  border-top: 2px solid #a2c5d6;
  border-bottom: 1px solid #c5c9d6;
  border-right:1px solid #ffffff;
  background:#ffffff;
  word-break: keep-all;
  table-layout: fixed;
}
.contTblMaringT5B0 {
  margin: 5px 0 0;
}
.contTblMaringTB0 {
  margin: 0 0;
  border-top: 1px solid #a2c5d6;
  border-bottom: 1px solid #c5c9d6;
}
.contTbl>*>tr {
  border-right:2px solid #ffffff;
}
.contTbl>*>tr>th,
.contTbl>*>tr>td {
  padding: 8px 8px;
  border-color: #c5c9d6;
  border-style:solid;
  border-width:1px 1px 0 0;
  vertical-align:middle;
  line-height: 1.3;
}
.contTbl>*>tr>td {
  font-size: 14px;
  height: 22px;
}
.contTbl>*>tr>td a {
  color: #0c90d4;
  font-weight: 400;
  word-break: break-all;
}
.contTbl>*>tr>td a:not([class*='btn']):hover {
  text-decoration: underline;
}
.contTbl>*>tr>td p {
  margin: 3px 0;
}
.contTbl>*>tr>th {
  background: #f5f6f7;
  color: #394146;
  font-weight: 500;
}
.contTbl>*>tr>*:last-child {
  border-right: none;
}
.contTbl>thead>tr>th {
  border-width:0 1px 1px 0;
  text-align:center;
  padding: 10px 5px;
}
th.TrRight {
  border-right:1px solid #c5c9d6 !important;
}

.contTbl>tfoot>tr>th{}
.contTbl > tfoot > * {
  background: #fafbfe;
  font-weight:400;
}
.contTbl > tfoot td,.contTbl > tfoot th {
  border-top: 1px solid #618190;
}
.contTbl>tbody>tr:first-child>th,
.contTbl>tbody>tr:first-child>td {
  border-top-width:0;
}
.contTbl * > table {
  margin:0 !important;
}
.contTbl>*>tr>th small.font_red {
  font-size: 12px;
  font-weight: 500;
}
.cT_line {
  border-left: 1px solid #d9d9d9;
}
.cT_line>*>tr {
  border-right: none;
}
.contTbl.slim>*>tr>th, .contTbl.slim>*>tr>td {
  padding: 5px 6px;
}
.contTbl.slim>thead>tr>th {
  padding: 7px 6px;
}
.contTbl.slim >*>tr>* {
  padding-left:3px;
  padding-right:3px;
}
.contTbl select.form, .contTbl input.form {
  height: 27px;
}
.borR {
  border-right: 1px solid #ccc !important;
}

.required {}
.required::after {
  color:#c53f3f;
  content:'*';
  display:inline-block;
  width:5px;
  height: 5px;
  margin:0 0 0 3px;
}
.reDoclist {
  color: #195aaa;
  font-weight: 400;
  display: inline-block;
  vertical-align: -3px;
  position: relative;
  padding-left: 2px;
  margin-left: 20px;
}
.reDoclist::before {
  content: "\f069";
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}
.reDoclist li {
  float: left;
  margin-left: 10px;
}

/*tr Hover */
table.tbl_hover tbody tr:hover {
  background: #faf8f1;
  cursor: pointer;
}
table tbody tr.on {
  background:  #f3f9ff;
}
.thC>tbody>tr>th {
  text-align: center !important;
}
.tdL th {
  text-align: center;
}
.tdL td {
  text-align: left;
}
td.textAc {
  text-align: center !important;
}
td.textAr {
  text-align: right !important;
}
.textAc {
  text-align: center !important;
}
.textAr {
  text-align: right !important;
}
.textAl {
  text-align: left !important;
}

.contTbl td ul.ul01 {
  margin: 0;
}
.contTbl td ul.ul01 li {
  position: relative;
  margin-bottom: 2px;
  line-height: 18px;
}
.contTbl td ul.ul01 li:last-child {
  margin-bottom: 0;
}
.contTbl td ul.ul01 li::before {
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #7c7d8f;
}
.contTbl td ul.ul01.ul01_fl li {
  float:left;
  margin-right: 12px;
  margin-bottom: 0;
}

.tbl_head {
  width: 100%;
  height: auto;
  margin: 5px 0;
  position: relative;
  line-height: 30px;
}
.tbl_head::after {
  content: '';
  display: block;
  clear: both;
}
.tbl_head .tle {
  margin: 3px 13px 0 0 !important;
}
.tbl_head .pageNum {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 20px;
  font-family: 'Noto Sans';
  margin-top: 5px;
}
.tbl_head .pageNum b {
  color: #111;
  font-weight: 500;
}
.tbl_head .pageNum small {
  color: #666;
  font-size: 13px;
  font-weight: 200;
}
.tbl_head .pageInfo {
  font-size: 12px;
  font-weight: 200;
  color: #555;
  line-height: 20px;
  font-family: 'Noto Sans';
  margin-top: 5px;
}
.tbl_head .pageInfo b {
  color: #111;
  font-weight: 500;
}
.tbl_head .pageInfo small {
  color: #666;
  font-size: 11px;
  font-weight: 200;
}
.tbl_head select {
  margin-left: 10px;
  height: 24px;
  padding: 0 20px 0 8px;
  background-position: center right 5px;
}
table + .tbl_head {
  margin-top: 30px;
}

.buildM {
  color: #005b00;
  border: 1px solid #005b00;
  font-size: 11px;
  padding: 3px 5px 2px;
  border-radius: 16px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: 600;
}
.contTbl_list>*>tr>th:nth-child(1) {
  border-left-width:1px;
}
.contTbl_list>*>tr>*:last-child {
  border-right: 1px solid #c5c9d6;
}
.contTbl_list>*>tr>td:nth-child(1) {
  border-width:1px 1px 0 1px;
}
.contTbl_list>*>tr>*:last-child {
  border-right: 1px solid #c5c9d6;
}
.contTbl_list>*>tr:nth-child(2n) td {
  background:#f8f8f8;
}

.boardTbl {
  width:100%;
  margin:7px 0 10px;
  border:0;
  border-collapse:separate;
  border-top:2px solid #a2c5d6;
  border-bottom: 1px solid #c5c9d6;
  border-right:1px solid #ffffff;
  background:#ffffff;
  word-break: keep-all;
  table-layout: fixed;
  text-align: center;
}
.boardTbl>*>tr {
  border-right:2px solid #ffffff;
}
.boardTbl>*>tr>th,
.boardTbl>*>tr>td {
  padding: 11px 8px;
  border-top: 1px solid #c5cfd6;
  vertical-align:middle;
  line-height: 1.3;
}
.boardTbl>*>tr>td {
  font-size: 14px;
  height: 22px;
}
.boardTbl>*>tr>td a {
  color: #0c90d4;
  font-weight: 400;
  word-break: break-all;
}

.boardTbl>*>tr>td a:not([class*='btn']):hover {
  text-decoration: underline;
}
.boardTbl>*>tr>td p {
  margin: 3px 0;
}
.boardTbl>*>tr>th {
  background: #f4f6f7;
  color: #294754;
  font-weight: 500;
}
.boardTbl>*>tr>*:last-child {
  border-right: none;
}
.boardTbl>thead>tr>th {
  border-width:0 1px 1px 0;
  text-align:center;
  padding: 13px 5px;
  border-bottom: 1px solid #bbbfcd;
}
.boardTbl>tbody>tr:first-child>th,
.boardTbl>tbody>tr:first-child>td {
  border-top-width:0;
}
.boardTbl>tbody>tr:hover {
  background: #fafafa;
}

.boardHline {
  text-align: left;
}
.boardHline a {
  color: #0c90d4 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 21px;
  max-width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.boardHline a .lock {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #bdbdbd;
  display: inline-block;
}
.boardHline a .lock::after {
  content: "\f023";
}
.boardHline a .new {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #f31f3b;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
}
.boardHline a .new::after {
  content: 'N';
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.boardTbl .notice {
  color: #f31f3b;
}
.boardTbl caption {
  display: none;
}
.boardSform select {
  height: 30px;
}
.boardSform input {
  width: 180px;
  margin-right: 1px;
}
.boardSform .btn {
  height: 30px;
  vertical-align: middle;
  padding: 0 12px;
  background-color: #51565e;
  color: #ffffff;
}

#paging {
  clear:both;
  width:100%;
  margin:15px 0 0;
  text-align:center;
  font-family: 'Noto Sans';
  font-size: 14px;
}
#paging > a {
  vertical-align: middle;
  display: inline-block;
  width: 27px;
  height: 27px;
  text-align:center;
  line-height: 27px;
  color: #000000;
  text-decoration: none;
}
#paging > a {
  margin: 0;
  vertical-align: bottom;
}
#paging > a:hover {
  text-decoration: underline;
  color: #0c90d4;
}
#paging .on {
  background: #6bb9db;
  color:#ffffff !important;
  border-radius: 15px;
  text-decoration: none !important;
}
#paging a.control {
  background: url(../img/common/btn_pagination.png) no-repeat;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  margin: 0 2px 0 0;
  box-sizing: border-box;
}
#paging a.control:hover {
  background-color: #f9f9f9;
}
#first {
  background-position: 0 -1px !important;
}
#prev {
  background-position: -27px -1px !important;
}
#next {
  background-position: -56px -1px !important;
}
#last {
  background-position: -82px -1px !important;
}

.ans_cate1 {
  color: #e62626;
}
.ans_cate2 {
  color:#0f85ff;
}
/* --------------------- Modal Popup --------------------- */
.Pstyle {
  opacity: 0;
  display: none;
  position: relative;
  background-color: #ffffff;
  padding: 0;
  left: 20px;
  font-size: 14px;
  max-width: 95%;
  border-radius: 10px;
}

.pop_content > .btn_wrap {
  overflow: hidden;
  padding: 0;
  margin: 17px 0 0;
}
.pop_content > .btn_wrap .btn01 {
  background-color: #111;
  border-color: #111;
}
.pop_content > .btn_wrap a[class*='btn'] {
  padding:8px 20px;
}
.pop_content > .btn_wrap button[class*='btn'] {
  padding:8px 20px;
}
.pop_content > .btn_wrap .btn {
  padding:8px 20px;
}

.chks2 input[type="checkbox"]:disabled + label::before,
.radio2 input[type="radio"]:disabled + label::before {
  background: #e9ecef!important;
}

.decTbl_label {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  color: #333;
}

@media (min-width: 1900px) {
  #subWrap #sub.fold .filterBox .row-rg1{width: 8.333333%;
}
#subWrap #sub.fold .filterBox .row-rg2 {
  width: 16.666667%;
}
#subWrap #sub.fold .filterBox .row-rg3 {
  width: 25%;
}
#subWrap #sub.fold .filterBox .row-rg4 {
  width: 33.333333%;
}
#subWrap #sub.fold .filterBox .row-rg5 {
  width: 41.666667%;
}
#subWrap #sub.fold .filterBox .row-rg6 {
  width: 50%;
}
#subWrap #sub.fold .filterBox .row-rg7 {
  width: 58.333333%;
}
#subWrap #sub.fold .filterBox .row-rg8 {
  width: 66.666667%;
}
#subWrap #sub.fold .filterBox .row-rg9 {
  width: 75%;
}
#subWrap #sub.fold .filterBox .row-rg10 {
  width: 83.333333%;
}
#subWrap #sub.fold .filterBox .row-rg11 {
  width: 91.666667%;
}
#subWrap #sub.fold .filterBox .row-rg12 {
  width: 100%;
}
#subWrap #sub.fold .filterBox .filterForm dt.rg_short {
  width: 65px;
}
#subWrap #sub.fold .filterBox .filterForm dt.rg_short + dd {
  width: calc(100% - 65px);
}
}

/* --------------------- Sub css --------------------- */
.box_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.box {
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}
.box:first-of-type {
  padding-left: 0;
}
.box:last-of-type {
  padding-right: 0;
}
.tblBox {
  position: absolute;
  right: 0;
  height: 100%;
}
.tblBox > .contTbl {
  margin-top: 0;
}
.tblBox .btn_wrap {
  position: absolute;
  bottom: 0;
  padding-bottom: 0;
}
.tbl_head .tle {
  line-height: 1;
}
.cl_b {
  clear: both;
}
.tbl_head .btn {
  padding: 6px 10px;
  font-size: 13px;
  vertical-align: middle;
}
.menu_tree {
  border: 1px solid #ccc;
  height: 326px;
  padding: 25px;
  overflow-y: auto;
}
.textBox,
.textBox_sm,
.textBox_lg {
  overflow-y: auto;
  display: block;
  line-height: 1.4;
  min-height: 8em;
  max-height: 8em;
  text-align: left;
}
.textBox_sm {
  min-height: auto;
}
.textBox_lg {
  max-height: 220px;
}
.scrY_md {
  max-height: 220px;
  overflow-y: auto;
}
.innerTbl {
  margin:5px 0 10px;
}
.innerTbl > .tbl_head {
  margin-top: 0;
}
.form.form_ip {
  width: 19%;
}
td small {
  font-size: 12px;
}
.chks.chks-col3 > li {
  width: calc( (100% - 31px) / 3);
}
.required2 {
  margin: 0 3px 0 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.7em;
  vertical-align: 1px;
  color: #f44336;
}
.required2::before {
  content: "\f00c";
}
.form.form_required:hover,.form.form_required:focus,.form.form_required:active {
  border-color: #fea7a7;
  outline:none;
}
.required3 {
  margin: 0 -8px 0 0;
  font-weight: 900;
  vertical-align: 1px;
  color: #f44336;
}
.required3::before {
  content: "*";
}
.required3.required3_right {
  margin: 0 0 0 -8px;
}
.form.form_required3:hover,.form.form_required3:focus,.form.form_required3:active {
  border-color: #fea7a7;
  outline:none;
}
.required4 {
  margin: 2px 5px 0 0;
  font-weight: 900;
  vertical-align: 1px;
  color: #f44336;
}
.required4::before {
  content: "*";
}
.required4.required4_right {
  margin: 2px 0 0 5px;
}
.form.form_required4:hover,.form.form_required4:focus,.form.form_required4:active {
  border-color: #fea7a7;
  outline:none;
}
/* Tab */ 
.chBtab {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.chBtab li {
  display: block;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  float: left;
  box-sizing: border-box;
  width: calc(100% / 10);
  text-align: center;
}
.chBtab li:first-child {
  border-left-width: 1px;
}
.chBtab li a {
  display: block;
  padding: 7px 0;
}
.chBtab li a:hover {
  color: #0c90d4;
  font-weight: 500;
}
.chBtab li.on {
  background: #51565e;
  border-color: #51565e;
  font-weight: 500;
}
.chBtab li.on a {
  color: #ffffff;
}
.chBtab li b {
  margin-left: 3px;
  background: #51565e;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
.chBtab li.on b {
  background: #ffffff;
  font-weight: 600;
  color: #51565e;
  border-radius: 12px;
  font-size: 13px;
}
.chBtab-3 li {
  width: calc(100% / 3);
}
.chBtab-6 li {
  width: calc(100% / 6);
}
@media (max-width: 1900px) {
  .chBtab-rg3 li {width: calc(100% / 3);
}
.chBtab-rg3 li:nth-child(3n+1) {
  border-left-width: 1px;
}
.chBtab-rg3 li:nth-child(n+4) {
  border-top-width: 0;
}
}

/* Attach File */
#addedFormDiv > div {
  position: relative;
  margin: 4px 0;
}
#addedFormDiv .add {
  position: absolute;
  top: 1px;
  left: 63%;
  z-index: 21;
  margin-top: -1px;
  padding: 8px 10px;
  font-size: 12px;
  color: #4e4e4e;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.add+.i_text {
  margin-left: -3px;
}
#addedFormDiv .addData {
  position: absolute;
  top: 1px;
  left: 16%;
  z-index: 21;
  margin: 3px 0 0 0;
  padding: 2px 10px;
  font-size: 12px;
  color: #4e4e4e;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  box-sizing: border-box;
}
#addedFormDiv .addDate {
  margin: 6px 10px 0 0;
  padding: 0 10px 2px 20px;
  font-size: 14px;
  color: #4e4e4e;
  box-sizing: border-box;
}
.add+.i_text {
  margin-left: -3px;
}
.i_text {
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  white-space: nowrap;
  transition: .2s ease-out;
  line-height: 1;
  font-family: 'Noto Sans','맑은 고딕','Malgun Gothic','나눔고딕',NanumGothic,'Nanum Gothic','돋움',Dotum,Arial,sans-serif;
  padding: 7px 68px 7px 8px;
  height: 30px;
  width: 43%;
  color: #656565;
}
#addedFormDiv .btn_pack a {
  margin-left: 5px;
  text-decoration: none;
  font-size: 0;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #333;
}
#addedFormDiv .btn_pack a::before {
  content: "\f00d";
  font-size: 14px;
}
#addedFormDiv .btn_pack {
  display:inline-block;
  margin: 0 0 5px 7px;
}
.addedFormDiv2 > div {
  position: relative;
  margin: 4px 0;
}
.addedFormDiv2 .add {
  position: absolute;
  top: 1px;
  left: 64%;
  z-index: 21;
  margin-top: -1px;
  padding: 8px 10px;
  font-size: 12px;
  color: #4e4e4e;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.add+.i_text {
  margin-left: -3px;
}
.addedFormDiv2 .addData {
  position: absolute;
  top: 1px;
  left: 16%;
  z-index: 21;
  margin: 3px 0 0 0;
  padding: 2px 10px;
  font-size: 12px;
  color: #4e4e4e;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  box-sizing: border-box;
}
.addedFormDiv2 .addDate {
  margin: 6px 10px 0 0;
  padding: 0 10px 2px 20px;
  font-size: 14px;
  color: #4e4e4e;
  box-sizing: border-box;
}
.addedFormDiv2 > .add+.i_text {
  margin-left: -3px;
}
.addedFormDiv2 > .i_text {
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  white-space: nowrap;
  transition: .2s ease-out;
  line-height: 1;
  font-family: 'Noto Sans','맑은 고딕','Malgun Gothic','나눔고딕',NanumGothic,'Nanum Gothic','돋움',Dotum,Arial,sans-serif;
  padding: 7px 68px 7px 8px;
  height: 30px;
  width: 43%;
  color: #656565;
}
.addedFormDiv2 .btn_pack a {
  margin-left: 5px;
  text-decoration: none;
  font-size: 0;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #333;
}
.addedFormDiv2 .btn_pack a::before {
  content: "\f00d";
  font-size: 14px;
}
.addedFormDiv2 .btn_pack {
  display:inline-block;
  margin: 0 0 5px 7px;
}
.pupupFormDiv2 > div {
  position: relative;
  margin: 2px 0;
}
.pupupFormDiv2 .add {
  position: absolute;
  top: 1px;
  left: 64%;
  z-index: 21;
  margin-top: -1px;
  padding: 8px 10px;
  font-size: 12px;
  color: #4e4e4e;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.add+.i_text {
  margin-left: -3px;
}
.pupupFormDiv2 .addText {
  position: absolute;
  top: 1px;
  left: 16%;
  z-index: 21;
  margin: 3px 0 0 0;
  padding: 2px 10px;
  font-size: 12px;
  color: #4e4e4e;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  box-sizing: border-box;
}
.pupupFormDiv2 .addTest {
  margin: 6px 10px 0 0;
  padding: 0 10px 2px 20px;
  font-size: 14px;
  color: #4e4e4e;
  box-sizing: border-box;
}
.pupupFormDiv2 > .add+.i_text {
  margin-left: -3px;
}
.pupupFormDiv2 > .i_text {
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  white-space: nowrap;
  transition: .2s ease-out;
  line-height: 1;
  font-family: 'Noto Sans','맑은 고딕','Malgun Gothic','나눔고딕',NanumGothic,'Nanum Gothic','돋움',Dotum,Arial,sans-serif;
  padding: 7px 68px 7px 8px;
  height: 30px;
  width: 43%;
  color: #656565;
}
.pupupFormDiv2 .btn_pack a {
  margin-left: 5px;
  text-decoration: none;
  font-size: 0;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #333;
}
.pupupFormDiv2 .btn_pack a::before {
  content: "\f00d";
  font-size: 14px;
}
.pupupFormDiv2 .btn_pack {
  display:inline-block;
  margin: 0 0 5px 7px;
}
.pupupFormDiv2 .marginR26 {
  margin-right:26px;
}
.addBtn {
  margin: 0 0 7px 0;
  padding: 6px 12px;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  color: #4e4e4e;
  font-size: 12px;
  border-radius: 15px;
}
.addBtn i {
  margin-right: 1px;
  font-size: 11px;
}
/* Cancel Popup */
.pAlert {
  opacity: 0;
  display: none;
  position: relative;
  background-color: #ffffff;
  padding: 0;
  left: 20px;
  font-size: 14px;
  max-width: 95%;
  width: 420px;
  text-align: center;
}
.pAlert .pop_content {
  padding: 40px 33px 27px;
  box-sizing: border-box;
  overflow: hidden;
}
.pAlert .btn_wrap {
  margin: 0;
  padding: 0;
}
.pAlert .btn_wrap .btn {
  min-width: inherit;
  float: left;
  border: 0;
  border-radius: 0 !important;
  width: 50%;
  margin: 0;
  padding: 12px 25px;
  font-size: 15px;
}
.pAlert .btn_wrap .btn:hover {
  text-decoration: underline;
}
.pAlert .btn_wrap .btn.btn-primary {
  background: #db4141;
  color: #ffffff;
  width: 70%;
}
.pAlert .btn_wrap .btn.btn-secondary {
  background: #dce1e5;
  width: 30%;
}
.pAlert .tle {
  font-size: 1.2em;
  color: #f44336;
  margin-top: 15px;
  line-height: 1.3;
}
.pAlert img {
  margin-bottom: 5px;
}
.pAlert .form {
  margin-top: 18px;
}
.pAlert textarea.form {
  height: 80px;
}
ol.alList {
  padding:20px 0 20px 100px;
  margin:20px auto;
  width: 100%;
  background-color: #f4f4f4;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
}
ol.alList li {
  list-style-type: upper-alpha;
  text-align: left;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
/* Password popup */
.pAlert.pAlert_pass .pop_content {
  padding: 28px 33px 35px;
}
.pAlert.pAlert_pass .tle {
  color: #0c90d4;
}
.pAlert.pAlert_pass h4.tle2 {
  line-height: 160%;
}
.pAlert.pAlert_pass .btn_wrap .btn.btn-primary {
  background: #1BBBDE;
}
.pAlert.pAlert_pass input {
  width: 70%;
  margin-top: 22px;
}
/*User information*/
.userDetail input {
  margin: 2px 0;
}
.userDetail th small {
  color:#195aaa;
  font-size: 13px;
  font-weight: 400;
}
.userDetail th small i {
  font-size: 10px;
}
.userEx {
  color: #888;
  margin-left: 5px;
}
.userPwNotice {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 5px;
  margin: 15px 0 0;
  padding: 15px 35px;
  box-sizing: border-box;
  font-size: 13px;
}
.userPwNotice > p {
  color: #e62626;
  font-weight: 600;
  font-size: 14px;
}
.userPwNotice ul {
  margin-top:8px;
}
.userPwNotice ul li {
  line-height: 18px;
  margin-bottom: 4px;
  position: relative;
  padding: 0 0 0 10px;
}
.userPwNotice ul li::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background: #c53f3f;
}
.userPwNotice ul li b {
  font-weight: 500;
}
.userPwNotice ul li span {
  color: #666;
  font-size: 12px;
}

/* Memo*/
.ma_memo {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e2e6ed;
  background: #fafbfe;
  padding: 8px 23px 10px;
  border-radius: 2px;
  box-sizing: border-box;
  margin-bottom: 8px;
  /* min-height: 117px;
  */;
}
.ma_memo .ma_memoTop {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 26px;
  padding: 0 8px;
  box-sizing: border-box;
}
.ma_memo .ma_memoTop span {
  display: inline-block;
  float: left;
}
.ma_memo .ma_memoApt {
  font-size: 15px;
  font-weight: 500;
}
.ma_memo .ma_memoName {
  color: #7d7d7d;
  letter-spacing: -1px;
  margin-left: 3px;
  font-size: 13px;
  font-weight: 400;
}
.ma_memo .ma_memoDate {
  color: #898989;
  font-size: 12px;
  font-weight: 500;
  margin-left: 13px;
}
.ma_memo .ma_memoDate b {
  color: #434343;
  font-weight: 400;
  font-size: 13px;
  margin-left: 2px;
}
.ma_memo .ma_memoCont {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 6px 0 0;
}
.ma_memo .ma_memoCont textarea {
  width: 100%;
  height: 65px;
  resize: none;
  margin: 0;
  border: 1px solid #e0e0e0;
}
.ma_memo .ma_memoCont textarea::placeholder {
  color:#aaa;
  font-weight: 300;
}
.ma_memo .ma_memoCont textarea:-ms-input-placeholder {
  color:#aaa;
  font-weight: 300;
}
.ma_memo .ma_memoCont.ma_memoContView {
  padding: 0 8px;
  box-sizing: border-box;
  max-height: 60px;
  overflow-y: auto;
  line-height: 20px;
}
/*Org Logo*/
.sub_orglogoarea {
  display: flex;
  display: none;
}
.sub_orglogo {
  display: flex;
  flex-wrap:nowrap;
  overflow-x: auto;
  padding:10px 10px 70px 10px;
  width: 1398px;
  margin: 0 auto;
  box-sizing:border-box;
}
.sub_orglogo li {
  text-align: center;
  padding: 0 55px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .buildM,#sub #container .subCont h4.tle,#sub #container .subCont h5.tle,.wPop_wrap h4.tle,.userPwNotice > p{font-weight:800;
}
}



* {
  word-break: keep-all;
}
@media (max-width: 767px) {
  html.m-scroll-lock, body.m-scroll-lock {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
html.m-scroll-lock .container, body.m-scroll-lock .container {
  touch-action: none;
  overscroll-behavior: none;
}
}

body.scrollHidden {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
body.scrollHidden .container {
  touch-action: none;
  overscroll-behavior: none;
}
.inner {
  width: 100%;
  width: calc(100% - 0);
  margin: 0 auto;
}
.txtAleft {
  text-align:left !important;
}
@media (max-width: 1279px) {
  .inner {
	    min-width: 100%;
  width: calc(100% - 0);
}
}
.overlay::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: 500;
}
.container {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.container.fullpage {
  padding: 0;
}
.container.pb0 {
  padding-bottom: 0;
}
header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 500;
  background-color: #ffffff;
}
.ShadowITArea {
  border-top:1px solid #fafbfd;
  background-color: #ffffff;
  box-shadow:
    inset 0 8px 15px rgba(231, 235, 239, 0.85);
  -webkit-box-shadow:
    inset 0 8px 15px rgba(231, 235, 239, 0.85);
  -moz-box-shadow:
    inset 0 8px 15px rgba(231, 235, 239, 0.85);
}
.ShadowIBArea {
  border-top:1px solid #fafbfd;
  background-color: #ffffff;
  box-shadow:
    inset 0 -8px 15px rgba(231, 235, 239, 0.85);
  -webkit-box-shadow:
    inset 0 -8px 15px rgba(231, 235, 239, 0.85);
  -moz-box-shadow:
    inset 0 -8px 15px rgba(231, 235, 239, 0.85);
}
/*Header, Footer, Sub css*/

.layout,.wp1400 {
  width: 1398px;
  height: auto;
  margin: 0 auto;
}
#subWrap .layout {
  width: 1398px;
  height: auto;
  margin: 0 auto;
}
#subWrap .wp1400 {
  width: 1398px;
  min-width: 1450px;
}
/* Depth1 MENU */

*#header .header {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ffffff;
  height: 80px;
  z-index: 100;
  display: flex;
  background-color: #ffffff;
  text-align: center;
}
@media (max-width: 1398px) {
  header .header {
    width: calc(100% - 50px);
}
}


#header .header .logo {
  float: left;
  margin: 25px 0 0;
}
@media (max-width: 768px) {
  #header .header .logo{float: left;
  margin: 25px 0 0 10px;
}
}

#header .header .logo img {
  width: 243px;
  height: 28px;
}
#header #nav {
  display: inline-block;
}
@media (max-width: 1398px) {
  #header #nav {
    display: none;
}

}

#header #nav.admin {}
#header #nav.admin > ul > li > a {
  padding: 0 27.5px;
}
#header #nav > ul > li {
  float: left;
  line-height: 81px;
}
#header #nav > ul > li > a {
  padding: 0 22px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.9px;
  position: relative;
  color: #333;
}
#header #nav > ul > li > a.point {
  padding: 0 24px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.9px;
  position: relative;
  color: #ffffff;
  background: url("../img/common/nav_point_bg.png") no-repeat left top;
}
#header #nav .gnb_wrap {
  position: absolute;
  z-index: 101;
  width: 100%;
  top: 81px;
  left: 0;
  background: #f3f4f7;
  border-bottom: 3px solid #1b7aea;
  display: none;
  padding: 30px 0 6px;
  box-sizing: border-box;
  overflow: hidden;
}
#header #nav .slim .gnb_wrap {
  min-height: 185px;
  text-align: left;
}
#header #nav .gnb_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc( (100% - 1400px) / 2 + 320px);
  height: 100%;  
}
#header #nav .gnb_title {
  width: 300px;
  float: left;
  text-align: left;
}
#header #nav .gnb_title::after {
  content: "";
  position: absolute;
  bottom: 35px;
}
#header #nav .n1 .gnb_title::after {
  width: 102px;
  height: 96px;  
}
#header #nav .n2 .gnb_title::after {
  width: 124px;
  height: 102px;
}
#header #nav .gnb_title > p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #1f436d;
}
#header #nav .gnb_title > span {
  display: block;
  position: relative;
  padding-top: 20px;
  top: 15px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: #848282;
}
#header #nav .gnb_title > span::before {
  content: "";
  position: absolute;
  top: 3px;
  width: 30px;
  height: 2px;
  background: #c6ced1;
}
#header #nav > ul > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 5px;
  margin-left: -10px;
  background: #64b7ec;
  opacity: 0;
  transition: 0.3s;
}
#header #nav > ul > li > a.point2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 5px;
  margin-left: -10px;
  background: #ffffff;
  opacity: 0;
  transition: 0.3s;
}
#header #nav > ul > li > a.on::before {
  width: 100%;
  margin-left: -50%;
  opacity: 1;
}
#header #nav .n7.slim .gnb_wrap {
  padding:30px 0 20px;
}
#header #nav .gnb_wrap .mainMd_tle {
  float: left;
  margin-left: 53px;
}
#header #nav .gnb_wrap .mainMd_tle p {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 23px;
}
#header #nav .gnb_wrap .mainMd_tle span {
  line-height: 18px;
  display: block;
  color: #7e7e7e;
}
/*ALL MENU */
#header .allMenu {
  width: 43px;
  height: 43px;
  float: left;
  margin-top: 26px;
  padding-top: 7px;
  box-sizing: border-box;
}
#header .allMenu > div {
  width: 14px;
  height: 2px;
  background: #25272f;
  margin: 3px auto;
  border-radius: 30px;
  transition-duration: 0.4s;
}
#header .allMenu > div:nth-of-type(2) {
  width: 14px;
}
#header .allMenu:hover > div:nth-of-type(1) {
  transform: translateY(5px);
}
#header .allMenu:hover > div:nth-of-type(2) {
  opacity: 0;
}
#header .allMenu:hover > div:nth-of-type(3) {
  transform: translateY(-5px) rotate(90deg);
}
#header .allMnavW {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  display: none;
  box-sizing: border-box;
  padding: 50px 10px 40px;
}
@media (max-width: 768px) {
  #header .allMnavW{width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  display: none;
  box-sizing: border-box;
  padding: 50px 10px 40px;
}
}
#header .allMnavW::before {
  content: '';
  width: 435px;
  height: 435px;
  display: block;
  position: absolute;
  right: 50%;
  margin-right: -900px;
  bottom: 50%;
  margin-bottom: -460px;
}
#header .allMnav {
  position: relative;
  width: 100%;
  max-width: 1400px;
  max-height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  height: calc(100% - 10px);
}
#header .allMnav .allMenu_close {
  width: 25px;
  height: 25px;
  background: url(../img/common/allM_c.png) no-repeat center;
  position: absolute;
  right: 15px;
  top: 8px;
  transition-duration: 0.4s;
}
#header .allMnav .allMenu_close:hover {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  #header .allMnav .allMenu_close{width: 20px;
  height: 20px;
  background: url(../img/common/allM_c.png) no-repeat center;
  position: absolute;
  right: 7px;
  top: -55px;
  transition-duration: 0.4s;
}
}
#header .allMnav .allMtle {
  clear:both;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}
#header .allMnav .allMtle .logo {
  width: 369px;
  height: 42px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #header .allMnav .allMtle{clear: both;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
#header .allMnav .allMtle .logo {
  width: 243px;
  height: 28px;
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: -55px;
}
}
#header .allMnav .allM_Sc {
  height: calc(100% - 80px);
  margin-top: 30px;
  clear: both;
  padding-top: 20px;
}
#header .allMnav .allM_mnW {
  position: relative;
  height: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  #header .allMnav .allM_mnW{position: relative;
  height: auto;
  overflow: hidden;
  margin: -20px 0 0 0;
}
}
#header .allMnav ul > li.allM_mn {
  color: #333;
  float: left;
  width: calc((100% - 20px) / 2);
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  word-break: keep-all;
  margin: 5px 5px;
  text-align: left;
}
@media (max-width: 768px) {
  #header .allMnav ul > li.allM_mn{ clear: both;
  width: 99%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  word-break: keep-all;
  margin: 1px 5px;
  text-align: left;
}
}
#header .allMnav ul > li.allM_mn > a {
  width: 99%;
  color: #132262;
  font-weight: 500;
  display: block;
  text-align: center;
  font-size: 16px;
  background: #f9fbfd;
  border: 1px solid #1e3575;
  border-radius: 28px;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #ecf2f8;
  height: 38px;
  line-height: 38px;
  transition: .3s;
  margin-bottom: 7px;
  position: relative;
}
#header .allMnav ul > li.allM_mn ul {
  padding: 0 5px 15px 5px;
}
#header .allMnav ul > li.allM_mn li {
  line-height: 33px;
  font-size: 15px;
  font-weight: 500;
}
#header .allMnav ul > li.allM_mn li > a {
  color: #000000;
}
#header .allMnav ul > li.allM_mn li a:hover {
  color: #ffffff;
  font-weight: 500;
}
#header .allMnav ul > li.allM_mn.on > a {
  background: #4291cd;
  border: 1px solid #1e3575;
  border-radius: 28px;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #143a7b;
  color: #ffffff;
}
#header .allMnav ul > li.allM_mn > a.point {
  width: 99%;
  font-weight: 500;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000000;
  background: #95d6fd;
  border: 1px solid #7ec0e7;
  border-radius: 28px;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #7ec0e7;
  height: 38px;
  line-height: 38px;
  transition: .3s;
  margin-bottom: 7px;
  position: relative;
}
#header .allMnav ul > li.allM_mn li > a.point {
  color: #ffffff;
}
#header .allMnav ul > li.allM_mn li a.point:hover {
  color: #ffffff;
  background: #4291cd;
  border: 1px solid #1e3575;
  border-radius: 28px;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #143a7b;
  font-weight: 500;
}
#header .allMnav ul > li.allM_mn.on > a.point {
  color: #ffffff;
  background: #4291cd;
  border: 1px solid #1e3575;
  border-radius: 28px;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #143a7b;
  font-weight: 500;
}
#header .allMnav ul > li.allM_mn li ul {
  padding: 5px 5px 13px;
  border-radius: 3px;
}
#header .allMnav ul > li.allM_mn li ul li {
  font-size: 13px;
  margin: 0;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 16px;
  line-height: 16px;
  margin-bottom: 5px;
  border-bottom: none;
}
#header .allMnav ul > li.allM_mn li ul li a {
  color: #606060;
}
#header .allMnav ul > li.allM_mn li ul li:last-child {
  margin-bottom:0;
}
#header .allMnav ul > li.allM_mn li ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1px;
  background: #999;
  margin: 0 5px;
  position: absolute;
  left: 0;
  top: 8px;
}
#header .allMnav .allM_mnW2 {
  position: relative;
  width:100%;
  height: 100px;
  overflow: hidden;
  padding: 0 0;
  margin: 12px 0 0 0;
}
@media (max-width: 768px) {
  #header .allMnav .allM_mnW2{position: relative;
  width:100%;
  height: 180px;
  overflow: hidden;
  padding: 0 0;
  margin: 9px 0 0 0;
}
}
#header .allMnav ul > li.allM_mn2 {
  float: left;
  width: calc((100% - 5px) / 2);
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  word-break: keep-all;
  margin: 5px 0 5px 0;
  text-align: left;
}
@media (max-width: 768px) {
  #header .allMnav ul > li.allM_mn2{ clear: both;
  width: 98.3%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  word-break: keep-all;
  margin: 0 5px;
  text-align: left;
}
}

#header .allMnav ul > li.allM_mn2 > a {
  width: 98%;
  font-weight: 500;
  display: block;
  text-align: center;
  font-size: 16px;
  color:#666666 !important;
  border: 1px solid #edf3f8;
  border-radius: 28px;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #ecf2f8;
  height: 38px;
  line-height: 38px;
  transition: .3s;
  margin-bottom: 7px;
  position: relative;
}
#header .allMnav ul > li.allM_mn2 > a:hover {
  color:#3f5da7 !important;
  font-weight: 500;
  border: 1px solid #3f5da7;
}
#header .allMnav ul > li.allM_mn2 ul {
  padding: 0 5px 15px 5px;
}
#header .allMnav ul > li.allM_mn2 li {
  line-height: 33px;
  font-size: 14px;
  font-weight: 500;
}
#header .allMnav ul > li.allM_mn2 li > a {
  color: #000000;
}
#header .allMnav ul > li.allM_mn2 li a:hover {
  color:#3f5da7;
  font-weight: 500;
  border: 1px solid #3f5da7;
}
#header .allMnav ul > li.allM_mn2 li ul {
  padding: 5px 5px 13px;
  border-radius: 3px;
}
#header .allMnav ul > li.allM_mn2 li ul li {
  font-size: 13px;
  margin: 0;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 16px;
  line-height: 16px;
  margin-bottom: 5px;
  border-bottom: none;
}
#header .allMnav ul > li.allM_mn2 li ul li a {
  color: #3f5da7;
}
#header .allMnav ul > li.allM_mn2 li ul li:last-child {
  margin-bottom:0;
}
#header .allMnav ul > li.allM_mn2 li ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1px;
  background: #999;
  margin: 0 5px;
  position: absolute;
  left: 0;
  top: 8px;
}
/*Sub Layout*/
#subWrap #header .header .layout {
  width: 1398px;
  margin: 0 auto;
}
#subWrap #header.fix {
  position: fixed;
  z-index: 1000;
  top: -33px;
}
#subWrap #header.fix + #sub #lnb {
  top: 59px;
  height: calc(100% - 59px);
}
#header #nav .gnb_wrap .layout {
  width: 1400px;
}
#subWrap #sub {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.loginAreaMt {
  margin-top: 0;
}


/* Main Slide */
.sr-only {
    position:absolute!important;
    width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
    clip-path:inset(50%);
  }

.main-visual{
  max-width:100%;
  margin: 0 auto;
  padding: 0px 1% 20px 1%;
}
@media (max-width:1280px){
  .main-visual{ max-width:98%; padding:0px 0% 20px 0%; }
}
@media (max-width:768px){
  .main-visual{ max-width:98%; padding:0px 1% 10px 1%; }
}
@media (max-width:480px){
  .main-visual{ max-width:98%; padding:0px 1% 10px 1%; }
}


.carousel {
  position: relative;             
  width: min(100%, 1398px);
  margin: 0 auto;
}

  .carousel__viewport {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3.128;
    height: auto;
    border-radius: 28px;
    background: #fff;
    position: relative;
    top: 0;
  }


@media (max-width:768px) {
  .carousel__viewport {
    height: 200px !important;
  }

  .slide {
    height: 200px !important; 
    padding: 10px;    
    align-items: center; 
  }
}


  .carousel__track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform .45s ease;
  }

  .slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding-left:  calc(clamp(22px,5vw,44px) + 0px);
    padding-right: calc(clamp(22px,5vw,44px) + 0px);
    padding-top: clamp(22px,5vw,44px);
    padding-bottom: clamp(22px,5vw,44px);
    box-sizing: border-box;
    border-radius: 28px;
    overflow: hidden;
  }
  
  .slide::before {
    content:"";
    position:absolute; inset:0;
    z-index:0;
    background: var(--slide-bg, none);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: inherit;
    transition: transform .5s ease;
  }

  .slide:hover::before { transform: scale(1.04); }

  .slide > * { position: relative; z-index: 1; }


  .slide__txt { max-width:520px; justify-self:center; color:#111; }
@media (max-width:768px) {
	  .slide__txt { padding-left: 20px;}
}

 .eyebrow1 { display:inline-flex; align-items:center; gap:6px; font-size:13px; background:#588dbe; color:#fff; border-radius:20px; padding:4px 10px; margin-bottom:10px; }
 .eyebrow2 { display:inline-flex; align-items:center; gap:6px; font-size:13px; background:#d99b20; color:#fff; border-radius:20px; padding:4px 10px; margin-bottom:10px; }
 .eyebrow3 { display:inline-flex; align-items:center; gap:6px; font-size:13px; background:#e1708a; color:#fff; border-radius:20px; padding:4px 10px; margin-bottom:10px; }
  .slide__ttl { margin:6px 0 10px; font-size:clamp(22px,4vw,36px); letter-spacing:-.02em; color:#111; }
  .slide__p { color:#111; font-size:16px; margin:0 0 10px; }



@media (max-width:1024px) {
  .slide__ttl,
  .slide__p {
    text-align:left;          
    word-break:keep-all;    
    white-space:normal;  
    display:block;
    width:60%;
    line-height:1.1;
	
  }

  .slide__ttl {
    font-size:clamp(10px,4vw,12px);
    margin:2px 0 2px;
  }

  .slide__p {
    font-size:11px;        
    margin:0 0 2px;
  }
}

@media (max-width:768px) {
 
  .slide__ttl {
    font-size:clamp(6px,4vw,8px);
    margin:2px 0 2px;	  
  }

  .slide__p {
   display: none;
  }

 
  .carousel__viewport {
    aspect-ratio: auto;  
    height: 100px;      
  }

  .slide {
    height: 100px;      
    padding: 10px;       
    align-items: center; 
  }
}

  .slide__ttl { margin:6px 0 10px; font-size:clamp(22px,4vw,36px); letter-spacing:-.02em; color:#111; }
  .slide__p { color:#111; font-size:16px; margin:0 0 10px; }

  .vm-link { display:inline-flex; gap:6px; align-items:center; font-weight:700; color:#111; text-decoration:none; }
  .vm-link::after { content:"›"; }

@media (min-width: 960px) {
  .slide {
    grid-template-columns: 1.1fr 1fr;
  }

  .slide__txt {
    justify-self: start;
  }
}

 
  .ctrl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(245,248,255,.9));
    backdrop-filter: saturate(160%) blur(4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.7);
    transition: transform .16s ease, box-shadow .2s ease, background .2s ease;    
    display: grid;
    place-items: center;
    color: #111; 
}

.ctrl:hover {
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 16px 36px rgba(0,0,0,.25);
}

.ctrl:active {
    transform: translateY(-50%) scale(.96);
}

.ctrl--prev { left: 16px; }
.ctrl--next { right: 16px; }

.ctrl svg {
    display: block;
    width: 22px;
    height: 22px;
}


@media (max-width:768px) {
  .ctrl {
    width: 25px;             
    height: 25px;           
    box-shadow: 0 6px 14px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.7);
    color: #111;              
  }

  .ctrl svg {	  
    width: 10px;              
    height: 10px;
    display: block;
  }

  .ctrl--prev { left: 5px; } 
  .ctrl--next { right: 5px; }
}


  .hud {
    position:absolute; left:50%; bottom:14px; transform:translateX(-50%);
    display:flex; align-items:center; gap:12px; z-index:3;
    background:rgba(17,24,39,.55); border-radius:999px;
    padding:6px 10px; box-shadow:0 6px 16px rgba(0,0,0,.18);
    backdrop-filter:saturate(140%) blur(3px);
  }

  .autoplay {
    border:0; border-radius:18px; padding:6px 10px; background:transparent; color:#fff; cursor:pointer;
    display:inline-flex; align-items:center; gap:6px; font-size:12px; line-height:1;
  }
  .autoplay .ico-play,.autoplay .ico-pause{display:inline-block;}
  .autoplay[aria-pressed="true"] .ico-play{display:none;}
  .autoplay[aria-pressed="false"] .ico-pause{display:none;}

  .dots { display:flex; gap:8px; align-items:center; }
  .dot {
    width:10px;
    height:10px;
    border-radius:50%;
    border:1px solid #9aa3af;
    background:#9aa3af;
    padding:0;
    cursor:pointer;
    transition:all .25s ease;
  }
  .dot[aria-selected="true"] {
    background:#fff;
    border-color:#fff;
  }

  .pagechip {
    background:rgba(0,0,0,.45);
    color:#fff;
    padding:4px 10px;
    border-radius:20px;
    font-size:12px;
    line-height:1;
  }

  .progress { display:none !important; }


@media (max-width:768px) {

  .hud {
    transform: translateX(-50%) scale(0.8);
    padding: 3px 6px;                      
    bottom: 8px;                          
    gap: 6px;                             
  }

  .autoplay {
    padding: 3px 6px;                     
    font-size: 10px;                     
  }

  .dot {
    width: 7px;
    height: 7px;                          
  }

  .pagechip {
    font-size: 10px;                    
    padding: 3px 6px;
  }
}


  #slide-1 { --slide-bg: url("../img/main/img_main_visual1_item.png"); }
  #slide-2 { --slide-bg: url("../img/main/img_main_visual2_item.png"); }
  #slide-3 { --slide-bg: url("../img/main/img_main_visual3_item.png"); }


@media (min-width: 768px) {
  .slide {
    padding-left: calc(clamp(22px,5vw,44px) + 64px);
    padding-right: calc(clamp(22px,5vw,44px) + 64px);
  }
}


article.visual-search-form .search-form-box {
  display: inline-flex;
  overflow: hidden;
  border: 2px solid #A18C68;
  border-radius: 100px;
}
article.visual-search-form .search-form-box .input-box {
  width: 660px;
}
@media (max-width: 1279px) {
  article.visual-search-form .search-form-box .input-box {
    max-width: 100%;
  width: 600px;
}
}
@media (max-width: 767px) {
  article.visual-search-form .search-form-box .input-box {
    width: calc(100% - 40px);
}
}
article.visual-search-form .search-form-box .input-box input {
  height: 54px;
  padding: 0 0 0 32px;
  width: 100%;
  outline: none;
}
@media (max-width: 1279px) {
  article.visual-search-form .search-form-box .input-box input {
    padding: 0 24px;
  height: 38px;
}
}
article.visual-search-form .search-form-box .input-box input::placeholder {
  color: #444;
}
article.visual-search-form .search-form-box .submit-box .submit-btn {
  height: 54px;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 1279px) {
  article.visual-search-form .search-form-box .submit-box .submit-btn {
    width: 60px;
  height: 38px;
}
}
article.visual-search-form .search-form-box .submit-box .submit-btn .ic {
  width: 32px;
  height: 32px;
}
@media (max-width: 1279px) {
  article.visual-search-form .search-form-box .submit-box .submit-btn .ic {
    width: 24px;
  height: 24px;
}
}

section.main-contents {
  padding: 72px 0 64px;
}
@media (max-width: 1279px) {
  section.main-contents {
    padding: 0;
}
}
@media (max-width: 1279px) {
  section.main-contents .wrap {
    width: auto;
}
}
section.main-contents .mobile-group-box {
  display: none;
}
@media (max-width: 1279px) {
  section.main-contents .mobile-group-box {
    display: block;
}
}
section.main-contents .contents-group-box {
  display: flex;
}
@media (max-width: 1279px) {
  section.main-contents .contents-group-box {
    display: flex;
  flex-flow: column;
}
}
section.main-contents .contents-group-box .contents-view {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1279px) {
  section.main-contents .contents-group-box .contents-view {
    position: relative;
  padding-top: 63px;
}
}
@media (max-width: 767px) {
  section.main-contents .contents-group-box .contents-view {
    padding-top: 53px;
}
}
section.main-contents .contents-group-box .contents-view .board-view-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 1279px) {
  section.main-contents .contents-group-box .contents-view .board-view-box {
    padding: 32px 20px 24px;
  background-color: #f9f8f5;
}
}
@media (max-width: 767px) {
  section.main-contents .contents-group-box .contents-view .board-view-box {
    flex-direction: column;
}
}
section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box {
  min-width: 0;
}
section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box + .board-group-box {
  margin-left: 60px;
}

@media (max-width: 1279px) {
  section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box + .board-group-box {
    margin-left: 42px;
}
}
@media (max-width: 767px) {
  section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box + .board-group-box {
    padding-top: 24px;
  margin: 24px 0 0;
  border-top: 1px solid #dfdbd3;
}
}
section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-head-box {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding-bottom: 34px;
}
@media (max-width: 1439px) {
  section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-head-box {
    padding-bottom: 24px;
}
}
@media (max-width: 1279px) {
  section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-head-box {
    padding-bottom: 12px;
}
}
section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-head-box .head-box {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: -0.32px;
}
@media (max-width: 1279px) {
  section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-head-box .head-box {
    font-size: 22px;
  line-height: 26px;
}
}
section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-head-box .option-box .more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-head-box .option-box .more-btn .ic-more {
  background: url("../img/ic_more.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-head-box .option-box .more-btn .txt {
  line-height: 1.2;
}
@media (max-width: 1279px) {
  section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-head-box .option-box .more-btn .txt {
    margin-top: 2px;
}
}
section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-body-box .board-item-list .board-item-box {
  display: block;
  padding-right: 58px;
}
@media (max-width: 1279px) {
  section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-body-box .board-item-list .board-item-box {
    padding-right: 30px;
}
}
section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-body-box .board-item-list .board-item-box + .board-item-box {
  margin-top: 18px;
}
@media (max-width: 1279px) {
  section.main-contents .contents-group-box .contents-view .board-view-box .board-group-box .board-body-box .board-item-list .board-item-box + .board-item-box {
    margin-top: 12px;
}
}



@media (max-width: 1279px) {
  section.main-with .wrap {
    width: 100%;
}
}

section.main-with .swiper-group-box {
  height: 134px;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  section.main-with .swiper-group-box {
    height: 78px;
}
section.main-with .swiper-group-box .swiper {
  padding: 0 4px;
}
section.main-with .swiper-group-box .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
}

  section.main-with .swiper-group-box .swiper .swiper-wrapper img {
  max-height: 31px;
}
section.main-with .swiper-group-box .swiper-slide {
  flex: 0 0 auto !important;
  width: auto;
}
@media (max-width: 1279px) {
  section.main-with .swiper-group-box .swiper-slide {
    flex-shrink: 0;
  width: auto;
}
}
section.main-with .swiper-group-box .swiper-slide + .swiper-slide {
  margin-left: 70px;
}
@media (max-width: 1279px) {
  section.main-with .swiper-group-box .swiper-slide + .swiper-slide {
    margin-left: 0;
}
}
section.main-with .swiper-group-box .with-box {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  section.main-with .swiper-group-box .with-box {
    transform: scale(0.7);
}
}


/*Footer*/
footer {
  padding-top:18px;
  padding-bottom: 62px;
  border-top: 1px solid #e1e1e1;
  background-color: #ffffff;
}
@media (max-width: 1279px) {
  footer {
    padding-bottom: 0;
}
}
footer .wrap {
  position: relative;
  max-width: 1398px;
}
@media (max-width: 1279px) {
  footer .wrap {
    width: 100%;
}
}


footer .footer-menu-list {
  padding: 38px 0 44px;
  display: flex;
  justify-content: left;
}
@media (max-width: 1279px) {
  footer .footer-menu-list {
    padding: 32px 0 0;
}
}
@media (max-width: 767px) {
  footer .footer-menu-list {
    padding: 24px 20px 0;
  flex-direction: column;
  justify-content: flex-start;
}
}
footer .footer-menu-list .footer-menu-box + .footer-menu-box {
  margin-left: 50px;
  position: relative;
}
@media (max-width: 767px) {
  footer .footer-menu-list .footer-menu-box + .footer-menu-box {
    margin: 7px 0 0 0;
}
}
footer .footer-menu-list .footer-menu-box + .footer-menu-box::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: #888;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  footer .footer-menu-list .footer-menu-box + .footer-menu-box::after {
    left: -18px;
  display: none;
}
}
footer .footer-menu-list .footer-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.54px;
  border: 1px solid #f9f9f9;
  background-color:#f9f9f9;
  cursor:pointer;
}
@media (max-width: 1279px) {
  footer .footer-menu-list .info-txt-box {
    font-size: 14px;
}
}
@media (max-width: 767px) {
  footer .footer-menu-list .footer-menu-btn {
    width: auto;
  flex: 1;
  font-size: 12px;
  line-height: 7px;
  word-break: break-word;
  justify-content: flex-start;
  text-align: left;
  font-weight: 700;
}
}
footer .footer-info-box {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 1279px) {
  footer .footer-info-box {
    padding: 22px 20px;
}
}
@media (max-width: 767px) {
  footer .footer-info-box {
    padding: 20px 20px 32px;
}
}
footer .footer-info-box .with-box {
  position: absolute;
  right: 0;
  top: 30px;
}
footer .footer-info-box .with-box img {
  max-height: 33px;
}
@media (max-width: 1279px) {
  footer .footer-info-box .with-box {
    position: static;
  text-align:left;
  padding-bottom: 16px;
}
footer .footer-info-box .with-box img {
  max-height: 27px;
}
}
@media (max-width: 767px) {
  footer .footer-info-box .with-box {
    text-align: left;
}
footer .footer-info-box .with-box img {
  max-height: 24px;
}
}
footer .footer-info-box .con-box {
  text-align: left;
}
footer .footer-info-box .con-box .info-txt-box {
  color: #444;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -0.48px;
  text-align: left;
  display: inline-block;
}
@media (max-width: 1279px) {
  footer .footer-info-box .con-box .info-txt-box {
    text-align: center;
  display: block;
}
}
@media (max-width: 767px) {
  footer .footer-info-box .con-box .info-txt-box {
    text-align: left;
}
}

footer .footer-info-box .con-box .info-txt-box br.web {
  display: none;
}
@media (max-width: 767px) {
  footer .footer-info-box .con-box .info-txt-box {
    letter-spacing: -0.03em;
  font-size: 12px;
  line-height: 18px;
  color: #444;
}
footer .footer-info-box .con-box .info-txt-box .mobile-subject {
  color: #222;
  font-weight: 500;
}
footer .footer-info-box .con-box .info-txt-box .mobile-hidden {
  display: none;
}
}
@media (max-width: 1279px) {
  footer .footer-info-box .con-box .info-item-box + .info-item-box {
    margin-top: 8px;
  text-align: left;
  word-break: keep-all;
}
}
@media (max-width: 767px) {
  footer .footer-info-box .con-box .info-item-box + .info-item-box {
    margin-top: 8px;
  text-align: left;
  word-break: keep-all;
}
}
@media (max-width: 1279px) {
  footer .footer-info-box .con-box .info-txt-box .info-item-box {
   margin-top: 8px;
  text-align: left;
  word-break: keep-all;
}
}
@media (max-width: 767px) {
  footer .footer-info-box .con-box .info-txt-box .info-item-box {
    margin-top: 8px;
  text-align: left;
  word-break: keep-all;
}
footer .footer-info-box .con-box .info-txt-box .info-item-box .mobile-enter {
  color: #222;
  text-align: left;
  font-weight: 500;
}
footer .footer-info-box .con-box .info-txt-box .info-item-box .mobile-hidden {
  display: none;
}
}
footer .footer-info-box .con-box .copyright-box {
  padding-top: 0;
  text-align: left;
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  /* 185.714% */;
}
@media (max-width: 1279px) {
  footer .footer-info-box .con-box .copyright-box {
    font-size: 13px;
  line-height: 16px;
  text-align: left;
  word-break: keep-all;
  margin-bottom:20px;
}
}
@media (max-width: 767px) {
  footer .footer-info-box .con-box .copyright-box {
    font-size: 12px;
  padding-top: 16px;
  margin-bottom:20px;
}
}

.footer-info-text {
  padding: 0 0;
  color: #777777;
}
.footer-info-text2 {
  padding: 0 0 0 0;
  color: #777777;
}
.footer-info-text b {
  padding: 0 10px 0 6px;
  font-weight: 400;
}
.footer-info-text b.b2 {
  padding: 0 10px 0 0;
  font-weight: 400;
}

aside.floating-top {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 100;
}
@media (max-width: 1279px) {
  aside.floating-top {
    right: 18px;
  bottom: 50px;
}
}
aside.floating-top .floating-top-btn {
  background: url("../img/common/img_top.png") no-repeat center/cover;
  width: 60px;
  height: 60px;
}
@media (max-width: 1279px) {
  aside.floating-top .floating-top-btn {
    width: 42px;
  height: 42px;
}
}


.wrapper {
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 1279px) {
  .wrapper {
  position: relative;
  padding-bottom: 50px;
}
}
@media (max-width: 768px) {
  .wrapper {
  position: relative;
  padding-bottom: 30px;
}
}
.wrapper .wrap {
  display: flex;
}
.wrapper .wrap .contents {
  flex: 1;
  min-width: 0;
  padding-bottom: 120px;
  max-width:1300px;
  margin: 0 auto;
  padding: 0% 2% 5% 2%;
}

@media (max-width: 1279px) {
  .wrapper .wrap .contents {
	padding: 2.5% 2% 5% 2%;
}
}
@media (max-width: 768px) {
  .wrapper .wrap .contents {
	padding: 3% 2% 5% 2%;
}
}

@media (max-width: 540px) {
  .wrapper .wrap .contents {
	padding: 4% 2% 5% 2%;
}
}

@media (max-width: 410px) {
  .wrapper .wrap .contents {
	padding: 5% 2% 5% 2%;
}
}


article.page-mobile-navigation-layout {
  display: none;
}
@media (max-width: 1279px) {
  article.page-mobile-navigation-layout {
    display: block;
  padding: 20px 20px 0 20px;
}
}
@media (max-width: 768px) {
  article.page-mobile-navigation-layout {
    display: block;
  padding: 20px 20px 0 20px;
}
}
article.page-mobile-navigation-layout .list-wrap {
  margin: 0 -20px 24px;
  display: flex;
}
@media (max-width: 1279px) {
  article.page-mobile-navigation-layout .list-wrap {
	  margin: 0 -20px 0;
  display: flex;
}
}
@media (max-width: 768px) {
  article.page-mobile-navigation-layout .list-wrap {
	  margin: 0 -20px 04px;
  display: flex;
}
}


article.page-mobile-navigation-layout .list-wrap .navigation-box {
  display: inline-flex;
}

article.page-mobile-navigation-layout .list-wrap .navigation-box:nth-child(1) .navigation-home {
  width: 36px;
  height: 36px;
  background: url("../img/ic_navi_home.png") no-repeat center;
}
article.page-mobile-navigation-layout .list-wrap .navigation-box:nth-child(2) {
  width: calc(100% - 36px);
}
article.page-mobile-navigation-layout .list-wrap .navigation-box .navigation-btn {
  width: 100%;
  padding: 0 38px 0 12px;
  display: inline-flex;
  align-items: center;
  height: 36px;
  line-height: 1.2;
}
article.page-mobile-navigation-layout .list-wrap .navigation-box .navigation-btn.with-arrow {
  background: url("../img/ic_link_arrow.svg") no-repeat right 8px center;
}
article.page-mobile-navigation-layout .list-wrap .navigation-box .navigation-selector-box {
  position: relative;
  width: 100%;
}
article.page-mobile-navigation-layout .list-wrap .navigation-box .navigation-selector-box .set-btn {
  padding: 0 38px 0 12px;
  display: inline-flex;
  align-items: center;
  height: 36px;
  line-height: 1.2;
  width: 100%;
  color: #555555;
  font-weight: 300;
}
article.page-mobile-navigation-layout .list-wrap .navigation-box .navigation-selector-box .set-btn.bold {
  color: #171010;
  font-size: 16px;
  border: none;
}
article.page-mobile-navigation-layout .list-wrap .navigation-box .navigation-selector-box ul {
  display: none;
  padding: 6px 0;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 36px;
  background-color: #ffffff;
  z-index: 100;
}
article.page-mobile-navigation-layout .list-wrap .navigation-box .navigation-selector-box ul li a {
  padding: 0 8px;
  height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  letter-spacing: -0.03em;
  display: block;
  line-height: 34px;
  pointer-events: none;
}
article.page-mobile-navigation-layout .list-wrap .navigation-box .navigation-selector-box ul li a:hover {
  background-color: #FFE9BA;
  pointer-events: none;
}

article.page-head-layout {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 1279px) {
  article.page-head-layout {
    display: none;
  padding-top: 0;
}
}
@media (max-width: 768px) {
  article.page-head-layout {
    display: none;
  padding-top: 0;
}
}
article.page-head-layout .bg-box {
  height: 308px;
  z-index: -1;
  position: absolute;
  width: 1524px;
  left: -159px;
  top: 0;
  background: url(../img/common/img_page_head_bg1.png) no-repeat right top;
}
@media (max-width: 1279px) {
  article.page-head-layout .bg-box {
    display: none;
}
}
article.page-head-layout .head-wrap {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.page-head-layout .head-wrap .head-tit-box .tit-box {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -0.02em;
}
article.page-head-layout .head-wrap .head-navi-box {
  display: inline-flex;
  align-items: center;
}
article.page-head-layout .head-wrap .head-navi-box .navi-box {
  display: inline-flex;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
}
article.page-head-layout .head-wrap .head-navi-box .navi-box:last-child {
  font-weight: 400;
}
article.page-head-layout .head-wrap .head-navi-box .navi-box + .navi-box {
  margin-left: 64px;
  position: relative;
}
article.page-head-layout .head-wrap .head-navi-box .navi-box + .navi-box::after {
  content: "";
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/ic_navi_arrow.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
article.page-head-layout .head-wrap .head-navi-box .navi-box .ic.ic-home {
  background: url("../img/common/ic_navi_home.png") no-repeat center/cover;
  width: 16px;
  height: 16px;
}


article.table-scroll-list-layout1 {
  margin-top: 24px;
}
article.table-scroll-list-layout1.order-first {
  margin-top: 0;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1.order-first {
    margin-top: 20px;
}
}
article.table-scroll-list-layout1 .scroll-table-head-box {
  padding-bottom: 9px;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-head-box {
    padding-left: 8px;
}
}
article.table-scroll-list-layout1 .scroll-table-head-box .head-txt-box {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.54px;
  position: relative;
  padding-left: 6px;
  color:#444cb1;
}
article.table-scroll-list-layout1 .scroll-table-head-box .head-txt-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 20px;
  border-radius: 10%;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box {
    padding: 0 8px 12px;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box {
  border-top: 1px solid #AAAAAA;
  overflow-x: auto;
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box.with-vertical-scroll {
  overflow-y: auto;
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box.with-vertical-scroll.vertical-3 {
  max-height: 154px;
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box.with-vertical-scroll table thead tr {
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box {
    padding-bottom: 5px;
  overflow-x: auto;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box .cell-shortest {
  width: 60px;
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box .cell-short {
  width: 90px;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box .cell-short {
    width: 80px;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box .cell-normal {
  width: 180px;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box .cell-normal {
    width: 150px;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box .cell-normal2 {
  width: 120px;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box .cell-normal2 {
    width: 110px;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box .cell-long {
  width: 254px;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box .cell-long {
    width: 140px;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box .cell-100 {
  width: 100%;
  line-height: 24px;
  padding: 25px 5px;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box .cell-100 {
  width: 100%;
}
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table {
    table-layout: fixed;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table thead tr th {
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: #dde2ec;
  height: 38px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
  padding: 8px 15px;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table thead tr th {
    padding: 6px 12px;
  height: 32px;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table thead tr th:last-child {
  border-right: 0;
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr:hover {
  background-color: #FAFAFA;
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr td {
  padding: 8px 15px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDDDDD;
  height: 38px;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.48px;
  color: #444;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr td {
    font-size: 15px;
  padding: 6px 12px;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr td:last-child {
  border-right: 0;
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr td .cell-txt-group {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr td .cell-txt-group {
    display: flex;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr td .cell-txt-group .cell-label-box {
  display: none;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr td .cell-txt-group .cell-label-box {
    margin-right: 12px;
  color: #171010;
  display: block;
  width: 60px;
  text-align: left;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr td .cell-txt-group .cell-txt-box {
  text-align: left;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr td .cell-txt-group .cell-txt-box {
    flex: 1;
  min-width: 0;
}
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr .eclipse-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1279px) {
  article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr .eclipse-box.m-left {
    text-align: left;
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr .eclipse-box.m-bold {
  font-weight: 700;
  color: #171010;
}
article.table-scroll-list-layout1 .scroll-table-body-box .scroll-table-box table tbody tr .eclipse-box.m-small {
  font-size: 15px;
  line-height: 20px;
}
}





article.table-list-layout2 {
  padding-top: 32px;
}
article.table-list-layout2 .table-head-box {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding-bottom: 4px;
}
article.table-list-layout2 .table-head-box .table-head-info-box {
  display: inline-flex;
  align-items: center;
}
article.table-list-layout2 .table-head-box .table-head-info-box .cnt-box {
  line-height: 30px;
  font-size: 15px;
  color: #666;
}
article.table-list-layout2 .table-head-box .table-head-info-box .cnt-box b {
  color: #222;
}
article.table-list-layout2 .table-body-box .table-box {
  border-top: 1px solid #AAAAAA;
}
article.table-list-layout2 .table-body-box .table-box .cell-num {
  width: 7%;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .table-body-box .table-box .cell-num {
    float: left;
  height: auto;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 13px;
  width: 54px;
  padding: 0;
  line-height: 24px;
}
}
article.table-list-layout2 .table-body-box .table-box .cell-type {
  width: 8%;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .table-body-box .table-box .cell-type {
    padding: 0;
  width: 54px;
  height: auto;
  display: block;
  float: left;
}
}
@media (max-width: 1279px) {
  article.table-list-layout2 .table-body-box .table-box .cell-date {
    line-height: 24px;
  text-align: left;
  width: calc(100% - 54px);
  height: auto;
  display: block;
  float: left;
  padding: 0 0 0 10px;
}
}
article.table-list-layout2 .table-body-box .table-box .cell-subject {
  width: 20%;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .table-body-box .table-box .cell-subject {
    height: 32px;
  line-height: 32px;
  width: 100%;
  display: block;
  float: left;
  padding: 0;
}
}
@media (max-width: 1279px) {
  article.table-list-layout2 .table-body-box .table-box .cell-sub {
    float: left;
  display: block;
  padding: 0;
  height: auto;
  position: relative;
  width: 100%;
}
}
article.table-list-layout2 .table-body-box .table-box table {
  table-layout: fixed;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .table-body-box .table-box table::after {
    content: "";
  clear: both;
  display: block;
}
}
@media (max-width: 1279px) {
  article.table-list-layout2 .table-body-box .table-box table thead {
    display: none;
}
}
article.table-list-layout2 .table-body-box .table-box table thead tr th {
  border-bottom: 1px solid #DDDDDD;
  background-color: #F8F8F8;
  height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
article.table-list-layout2 .table-body-box .table-box table tbody tr:hover {
  background-color: #FAFAFA;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .table-body-box .table-box table tbody tr {
    padding: 12px 12px 12px 54px;
  float: left;
  display: block;
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}
}
article.table-list-layout2 .table-body-box .table-box table tbody tr td {
  padding: 0 15px;
  border-bottom: 1px solid #DDDDDD;
  height: 48px;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #444;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .table-body-box .table-box table tbody tr td {
    display: none;
  border: none;
}
}
article.table-list-layout2 .table-body-box .table-box table tbody tr .mobile-con-group {
  display: flex;
  position: relative;
}
article.table-list-layout2 .table-body-box .table-box table tbody tr .mobile-con-group .mobile-label-box {
  display: none;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .table-body-box .table-box table tbody tr .mobile-con-group .mobile-label-box {
    display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
  color: #67AAF2;
  margin-right: 19px;
  position: relative;
  line-height: 20px;
}
article.table-list-layout2 .table-body-box .table-box table tbody tr .mobile-con-group .mobile-label-box::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
}
article.table-list-layout2 .table-body-box .table-box table tbody tr .mobile-con-group .mobile-con-box {
  flex: 1;
  min-width: 0;
}
article.table-list-layout2 .table-body-box .table-box table tbody tr .eclipse-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .table-body-box .table-box table tbody tr .eclipse-box.m-left {
    text-align: left;
}
article.table-list-layout2 .table-body-box .table-box table tbody tr .eclipse-box.m-bold {
  font-weight: 700;
  color: #171010;
}
article.table-list-layout2 .table-body-box .table-box table tbody tr .eclipse-box.m-small {
  font-size: 15px;
  line-height: 20px;
}
}
article.table-list-layout2 .data-group-box {
  border-top: 1px solid #404557;
}
article.table-list-layout2 .data-group-box .cell-num {
  width: 80px;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .data-group-box .cell-num {
    position: absolute;
  left: 0;
  top: 15px;
  justify-content: center !important;
  width: 54px !important;
}
}
article.table-list-layout2 .data-group-box .cell-type {
  width: 180px;
}
article.table-list-layout2 .data-group-box .cell-toggle {
  width: 54px;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .data-group-box .cell-toggle {
    position: absolute;
  right: 0;
  width: 36px !important;
  top: 50%;
  transform: translateY(-50%);
}
}
article.table-list-layout2 .data-group-box .cell-name {
  flex: 1;
  min-width: 0;
}
article.table-list-layout2 .data-group-box .cell-contents {
  width: 300px;
}
article.table-list-layout2 .data-group-box .cell-addr {
  width: 280px;
}
article.table-list-layout2 .data-group-box .cell-date {
  width: 150px;
}
article.table-list-layout2 .data-group-box .cell-small {
  width: 130px;
}
article.table-list-layout2 .data-group-box .cell-full {
  flex: 1;
}
@media (max-width: 767px) {
  article.table-list-layout2 .data-group-box .m-hide {
    display: none !important;
}
}
@media (max-width: 1279px) {
  article.table-list-layout2 .data-group-box .data-head-box {
    display: none;
}
}
article.table-list-layout2 .data-group-box .data-head-box .data-row {
  display: flex;
  width: 100%;
}
article.table-list-layout2 .data-group-box .data-head-box .data-row .data-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d9dce3;
  background-color: #f3f5fa;
  height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
article.table-list-layout2 .data-group-box .data-head-box .data-row .data-cell.full {
  flex: 1;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box {
  border: 2px solid transparent;
  position: relative;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box.active {
  border-radius: 0;
  border: 2px solid #404557;
  overflow: hidden;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .data-group-box .data-body-box .data-item-box.active {
    overflow: hidden;
}
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box.active .item-body-box {
  display: block;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box.active .item-head-box .toggle-btn {
  background: url("../img/ic_list_toggle_show.svg") no-repeat center/cover !important;
  border: none;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row {
    padding: 12px 42px 12px 60px;
  flex-direction: column;
  position: relative;
}
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #444;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell {
    text-align: left;
  line-height: 21px;
  min-height: 24px;
  height: auto;
  padding: 0;
  border: 0;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .m-eclipse-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell + .data-cell {
  margin-top: 4px;
}
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell.cell-toggle {
  padding: 5px;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell.full {
  flex: 1;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .toggle-btn {
  background: url("../img/ic_list_toggle_hide.svg") no-repeat center/cover;
  border: none;
  width: 70%;
  height: 100%;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .toggle-btn {
    width: 36px;
}
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .mobile-con-group {
  display: flex;
  position: relative;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .mobile-con-group .mobile-label-box {
  display: none;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .mobile-con-group .mobile-label-box {
    display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
  color: #67AAF2;
  margin-right: 19px;
  position: relative;
  line-height: 20px;
  width: 60px;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .mobile-con-group .mobile-label-box.long {
  width: 110px;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .mobile-con-group .mobile-label-box::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .mobile-con-group .mobile-con-box {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .mobile-con-group .mobile-con-box {
    color: #666666;
  font-size: 15px;
  letter-spacing: -0.45px;
}
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .eclipse-box {
  color: #171010;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  word-break: break-word;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .eclipse-box.m-left {
    text-align: left;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .eclipse-box.m-bold {
  font-weight: 700;
  color: #171010;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .eclipse-box.m-small {
  font-size: 15px;
  line-height: 20px;
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-head-box .data-row .data-cell .eclipse-box.m-line-txt {
  text-overflow: initial;
  white-space: initial;
  overflow: initial;
  font-weight: 500;
}
}
article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-body-box {
  background-color: #fcfcfc;
  padding: 28px 32px;
  display: none;
}
@media (max-width: 1279px) {
  article.table-list-layout2 .data-group-box .data-body-box .data-item-box .item-body-box {
    padding: 0;
}
}

article.table-list-layout3 {
  padding-top: 32px;
}
article.table-list-layout3.space-zero {
  padding-top: 0;
}
article.table-list-layout3 .table-head-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
}
article.table-list-layout3 .table-head-box .table-head-info-box {
  display: inline-flex;
  align-items: center;
}
article.table-list-layout3 .table-head-box .table-head-info-box .cnt-box {
  line-height: 30px;
  font-size: 15px;
  color: #666;
}
article.table-list-layout3 .table-head-box .table-head-info-box .cnt-box b {
  color: #222;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box {
    padding: 0 0 12px;
}
}
article.table-list-layout3 .table-body-box .table-box {
  border-top: 1px solid #404557;
}
@media (max-width: 767px) {
  article.table-list-layout3 .table-body-box .table-box .m-hide {
    display: none !important;
}
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box .cell-top {
    min-height: 24px;
  line-height: 24px;
}
}
article.table-list-layout3 .table-body-box .table-box .cell-short {
  width: 120px;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box .cell-short {
    height: auto;
  display: block;
  float: left;
  width: 100%;
  padding: 8px 0;
}
}
article.table-list-layout3 .table-body-box .table-box .cell-normal {
  width: 150px;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box .cell-normal {
    height: auto;
  display: block;
  float: left;
  width: 100%;
  padding: 8px 0;
}
}
article.table-list-layout3 .table-body-box .table-box .cell-long {
  width: 200px;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box .cell-long {
    height: auto;
  display: block;
  float: left;
  width: 100%;
  padding: 8px 0;
}
}
article.table-list-layout3 .table-body-box .table-box .cell-longer {
  width: 230px;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box .cell-longer {
    height: auto;
  display: block;
  float: left;
  width: 100%;
  padding: 8px 0;
}
}
article.table-list-layout3 .table-body-box .table-box .cell-number {
  min-width: 50px;
  width: 50px;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box .cell-number {
    float: left;
  height: auto;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 12px;
  min-width: 32px;
  width: 32px;
  padding: 0;
  line-height: 24px;
  font-size: 15px;
}
}
article.table-list-layout3 .table-body-box .table-box .cell-column {
  width: 100%;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box .cell-column {
    text-align: left;
  height: auto;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
}
}
article.table-list-layout3 .table-body-box .table-box table {
  table-layout: fixed;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box table::after {
    content: "";
  clear: both;
  display: block;
}
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box table thead {
    display: none;
}
}
article.table-list-layout3 .table-body-box .table-box table thead tr th {
  border-bottom: 1px solid #d9dce3;
  background-color: #f3f5fa;
  height: 48px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
}
article.table-list-layout3 .table-body-box .table-box table thead tr th:last-child {
  border-right: 0;
}
article.table-list-layout3 .table-body-box .table-box table tbody tr:hover {
  background-color: #f9fbfd;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box table tbody tr {
    padding: 12px 12px 12px 38px;
  float: left;
  display: block;
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td {
  padding: 8px 12px;
  border-bottom: 1px solid #DDDDDD;
  height: 48px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.48px;
  color: #444;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box table tbody tr td {
    font-size: 15px;
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td:nth-child(n+3) {
  margin-top: 6px;
}
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td:last-child {
  border-right: 0;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box table tbody tr td {
    display: none;
  border: none;
}
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-txt-group {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-txt-group.right {
  justify-content: flex-end;
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-txt-group.left {
  justify-content: flex-start;
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-txt-group .cell-label-box {
  display: none;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-txt-group .cell-label-box {
    color: #67AAF2;
  display: block;
  width: 60px;
  text-align: left;
  font-size: 15px;
  border-right: 1px solid #ddd;
}
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-txt-group .cell-txt-box {
  min-width: 0;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-txt-group .cell-txt-box {
    padding: 0 5px;
  flex: 1;
  min-width: 0;
  text-align: left;
  color: #666666;
}
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-btn-box .cell-btn {
  max-width: 110px;
  margin: 0 auto;
  height: 30px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #D4D4D4;
  background: #FFF;
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-btn-box .cell-btn {
    height: 36px;
  width: 100%;
  max-width: 100%;
}
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-btn-box .cell-btn .ic {
  margin-right: 6px;
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-btn-box .cell-btn .ic.ic-download {
  background: url("../img/ic_download.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.table-list-layout3 .table-body-box .table-box table tbody tr td .cell-btn-box .cell-btn .txt {
  color: #444;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.45px;
}
article.table-list-layout3 .table-body-box .table-box table tbody tr .eclipse-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  article.table-list-layout3 .table-body-box .table-box table tbody tr .eclipse-box.m-line2 {
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 21px;
  height: 42px;
  max-width: 100%;
  white-space: initial;
  color: #171010;
  font-size: 16px;
  height: auto;
  word-break: break-word;
  font-weight: 500;
}
}
@media (max-width: 1279px) {
  article.table-list-layout3 .table-body-box .table-box table tbody tr .eclipse-box.m-style {
    font-size: 15px;
  line-height: 19px;
  color: #666;
  font-weight: 400;
}
article.table-list-layout3 .table-body-box .table-box table tbody tr .eclipse-box.m-left {
  text-align: left;
}
article.table-list-layout3 .table-body-box .table-box table tbody tr .eclipse-box.m-bold {
  font-weight: 700;
  color: #171010;
}
article.table-list-layout3 .table-body-box .table-box table tbody tr .eclipse-box.m-small {
  font-size: 15px;
  line-height: 20px;
}
}

article.table-view-layout1 .view-head-group .view-table-form-box {
  border-top: 1px solid #AAA;
  display: flex;
  border-bottom: 1px solid #DDD;
}
@media (max-width: 1279px) {
  article.table-view-layout1 .view-head-group .view-table-form-box {
    border-top: 1px solid #ddd;
  flex-direction: column;
}
}
article.table-view-layout1 .view-head-group .view-table-form-box .subject-box {
  background-color: #F1EFEB;
  width: 118px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 85px;
}
@media (max-width: 1279px) {
  article.table-view-layout1 .view-head-group .view-table-form-box .subject-box {
    width: 100%;
  min-height: auto;
  padding: 8px;
}
}
article.table-view-layout1 .view-head-group .view-table-form-box .subject-box .subject-txt {
  color: #123e88;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
}
@media (max-width: 1279px) {
  article.table-view-layout1 .view-head-group .view-table-form-box .subject-box .subject-txt {
    font-size: 15px;
}
article.table-view-layout1 .view-head-group .view-table-form-box .subject-box .subject-txt br {
  display: none;
}
}
article.table-view-layout1 .view-head-group .view-table-form-box .con-box {
  flex: 1;
  min-width: 0;
  padding: 8px 12px;
}
@media (max-width: 1279px) {
  article.table-view-layout1 .view-head-group .view-table-form-box .con-box {
    padding: 8px;
}
}
article.table-view-layout1 .view-head-group .view-table-form-box .con-box .con-txt {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.03em;
}
@media (max-width: 1279px) {
  article.table-view-layout1 .view-head-group .view-table-form-box .con-box .con-txt {
    font-size: 15px;
  line-height: 20px;
}
}
article.table-view-layout1 .view-head-group .view-download-list-box {
  padding: 12px 10px;
  border-bottom: 1px solid #DDD;
}
@media (max-width: 1279px) {
  article.table-view-layout1 .view-head-group .view-download-list-box {
    padding: 12px;
}
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap {
  display: flex;
  flex-flow: row wrap;
  margin: -3px -12px;
}
@media (max-width: 1279px) {
  article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap {
    flex-direction: column;
  margin: 0;
}
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box {
  display: inline-flex;
  align-items: center;
  width: calc(50% - 24px);
  margin: 3px 12px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
}
@media (max-width: 1279px) {
  article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box {
    width: 100%;
  margin: 0;
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box + .download-item-box {
  margin-top: 6px;
}
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box:hover {
  border-radius: 6px;
  border: 1px solid var(--gold-point, #63B0CC);
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box.off:hover {
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
  box-shadow: none;
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box.off .download-con-box .download-file-box .file-name-box {
  color: #CCC;
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box.off .download-con-box .download-btn-box .download-btn {
  cursor: default;
  background: url("../img/ic_download_off.svg") no-repeat center;
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box .download-label-box {
  width: 120px;
  padding: 0 12px;
  overflow: hidden;
  color: #67AAF2;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box .download-con-box {
  display: flex;
  align-items: center;
  padding-left: 24px;
  flex: 1;
  min-width: 0;
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box .download-con-box .download-file-box {
  flex: 1;
  min-width: 0;
  padding: 0 12px;
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box .download-con-box .download-file-box .file-name-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  color: #666;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box .download-con-box .download-btn-box {
  display: inline-flex;
  align-items: center;
}
article.table-view-layout1 .view-head-group .view-download-list-box .download-list-wrap .download-item-box .download-con-box .download-btn-box .download-btn {
  width: 36px;
  height: 36px;
  background: url("../img/ic_download.svg") no-repeat center;
}
article.type-label-layout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

article.type-label-layout .type-label-box {
  display: inline-block;
  text-align: center;
  height: 24px;
  width: 54px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  padding: 0 12px;
}
article.type-label-layout .type-label-box.long {
  width: 140px;
}
article.type-label-layout .type-label-box.short {
  width: 90px;
}
@media (max-width: 1279px) {
  article.type-label-layout .type-label-box.short {
    width: auto;
}
}
article.type-label-layout .type-label-box.s1short {
  width: 52px;
  margin-right: 3px;
}
@media (max-width: 1279px) {
  article.type-label-layout .type-label-box.s1short {
    width: auto;
}
}

article.type-label-layout .type-label-box.numshort {
  width: 28px;
  padding: 0 8px 7px 8px;
  margin-right: 3px;
}
@media (max-width: 1279px) {
  article.type-label-layout .type-label-box.numshort {
    width: auto;
}
}

article.type-label-layout .mobile_title {
 display: none;
 font-weight: 700;
 padding-right: 10px;
}
@media (max-width: 767px) {
  article.type-label-layout .mobile_title {
    display: block !important;
}
}

article.type-label-layout .type-label-box.normal {
  width: 120px;
}
@media (max-width: 1279px) {
  article.type-label-layout .type-label-box.normal {
    width: 127px;
}
}
article.type-label-layout .type-label-box.type-1 {
  background-color: #7bc6cf;
}
article.type-label-layout .type-label-box.type-2 {
  background-color: #7383b7;
}
article.type-label-layout .type-label-box.type-3 {
  background-color: #40a1ca;
}
article.type-label-layout .type-label-box.type-4 {
  background-color: #b25353;
}
article.type-label-layout .type-label-box.type-5 {
  background-color: #444cb1;
}
article.type-label-layout .type-label-box.type-num {
  background-color: #f4f4f4;
  border: 1px solid #333333;
  color:#333333;
}
article.table-sub-form-layout1 .sub-table-form-wrap {
  margin-top: 24px;
}
@media (max-width: 1279px) {
  article.table-sub-form-layout1 .sub-table-form-wrap {
    margin: 24px 8px 12px;
}
}
article.table-sub-form-layout1 .sub-table-body-box {
  border-top: 1px solid #aaa;
}
article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box {
  display: flex;
}
@media (max-width: 1279px) {
  article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box {
    flex-direction: column;
}
}
article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box .sub-item-box {
  display: flex;
  width: 100%;
  border-bottom: 1px solid var(--line-02, #DDD);
}
@media (max-width: 1279px) {
  article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box .sub-item-box.m-column {
    padding: 8px 0;
  flex-direction: column;
}
article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box .sub-item-box.m-column .subject-box {
  min-height: auto;
  line-height: 18px;
}
}
article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box .sub-item-box .subject-box {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  width: 160px;
  text-align: center;
  min-height: 35px;
  background-color: #F8F8F8;
}
@media (max-width: 1279px) {
  article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box .sub-item-box .subject-box {
    justify-content: flex-start;
  width: 100px;
  background-color: transparent;
  padding: 0 8px;
}
}
article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box .sub-item-box .subject-box .subject-txt-box {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
@media (max-width: 1279px) {
  article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box .sub-item-box .subject-box .subject-txt-box {
    color: #67AAF2;
  font-size: 15px;
  letter-spacing: -0.45px;
}
}
article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box .sub-item-box .con-box {
  flex: 1;
  min-width: 0;
}
article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box .sub-item-box .con-box .con-txt-box {
  padding: 8px 12px;
  color: #444;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.48px;
}
@media (max-width: 1279px) {
  article.table-sub-form-layout1 .sub-table-body-box .sub-table-box .sub-row-box .sub-item-box .con-box .con-txt-box {
    padding: 8px;
  font-size: 15px;
  line-height: 18px;
}
}





article.m-depth2-box {
  display: none;
}
@media (max-width: 1279px) {
  article.m-depth2-box {
    display: block;
}
article.m-depth2-box .form-tab-list {
  display: block;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
  margin-bottom: 24px;
  position: relative;
}
article.m-depth2-box .form-tab-list::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #ACACAC;
}
article.m-depth2-box ul {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
article.m-depth2-box ul li {
  position: relative;
}
article.m-depth2-box ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #ACACAC;
}
article.m-depth2-box ul li + li {
  padding-left: 36px;
}
article.m-depth2-box ul li .depth2-tabmenu-btn {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  height: 42px;
  padding: 0 15px 12px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #ACACAC;
  width: 100%;
  white-space: nowrap;
}
article.m-depth2-box ul li .depth2-tabmenu-btn.active {
  color: #171010;
}
article.m-depth2-box ul li .depth2-tabmenu-btn.active::after {
  z-index: 10;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #171010;
}
}


article.tabs-list-layout1 .list-wrap ul {
  display: flex;
  border-radius: 0;
  background-color: #ffffff;
  margin-top:48px;
}
@media (max-width: 1279px) {
  article.tabs-list-layout1 .list-wrap ul {
    border-radius: 0;
  overflow: hidden;
  flex-flow: row wrap;
  border-bottom: none;
}
}
@media (max-width: 768px) {
  article.tabs-list-layout1 .list-wrap ul {
    border-radius: 0;
  overflow: hidden;
  flex-flow: row wrap;
  border-bottom: none;
}
}
article.tabs-list-layout1 .list-wrap ul li {
  width: 100%;
  border-radius: 0;
}
@media (max-width: 1279px) {
  article.tabs-list-layout1 .list-wrap ul li {
    width: 25%;
  border-radius: 0;
}
article.tabs-list-layout1 .list-wrap ul li:nth-child(n+5) {
  border-top: 1px solid #e9e9e9;
}
article.tabs-list-layout1 .list-wrap ul li:nth-child(4n+1) {
  border-left: 0;
}
article.tabs-list-layout1 .list-wrap ul li.box-2 {
  width: 50%;
}
}

@media (max-width: 768px) {
  article.tabs-list-layout1 .list-wrap ul li {
    width: 100%;
  border-left: none;
  border-radius: 0;
  border-bottom: 1px solid #e9e9e9;
}
article.tabs-list-layout1 .list-wrap ul li:nth-child(n+5) {
  border-bottom: 0;
}
article.tabs-list-layout1 .list-wrap ul li:nth-child(3n+1) {
  border-left: 0;
}
article.tabs-list-layout1 .list-wrap ul li.box-2 {
  width: 50%;
}
article.tabs-list-layout1 .list-wrap ul li:last-child {
  border-bottom: 0;
}
}


article.tabs-list-layout1 .list-wrap ul li.blank {
  display: none;
}
@media (max-width: 1279px) {
  article.tabs-list-layout1 .list-wrap ul li.blank {
    display: inline-flex;
}
}
article.tabs-list-layout1 .list-wrap ul li:first-child {
  border-left: 0;
}
article.tabs-list-layout1 .list-wrap ul li .tabs-btn {
  width: 100%;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #f6f6f6;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.01em;
  font-weight: 200;
}
@media (max-width: 1279px) {
  article.tabs-list-layout1 .list-wrap ul li .tabs-btn {
    height: 36px;
  font-size: 15px;
}
}
article.tabs-list-layout1 .list-wrap ul li .tabs-btn .tabs-txt {
  position: relative;
  z-index: 10;
  padding: 0 4px;
  text-align: center;
}
@media (max-width: 767px) {
  article.tabs-list-layout1 .list-wrap ul li .tabs-btn .tabs-txt {
    text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}
}

article.tabs-list-layout1 .list-wrap ul li .tabs-btn.active {
  color: #001f86;
  font-weight: 500;
  position: relative;
}
article.tabs-list-layout1 .list-wrap ul li .tabs-btn.active::after {
  position: absolute;
  content: "";
  overflow: hidden;
  border-radius: 0;
  background: #ffffff;
  border-top: 3px solid #001f86;
  border-right: 3px solid #001f86;
  border-left: 3px solid #001f86;
  border-bottom: 3px solid #001f86;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.15);
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
}
@media (max-width: 1279px) {
  article.tabs-list-layout1 .list-wrap ul li .tabs-btn.active::after {
    border-radius: 0;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
}
@media (max-width: 768px) {
  article.tabs-list-layout1 .list-wrap ul li .tabs-btn.active::after {
    border-radius: 0;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
}


section.current-view {
  padding-top: 12px;
}

section.current-view.space-zero {
  padding-top: 0;
}
section.current-view.space-h {
  padding-top: 50px;
}
article.form-view-layout1 .form-box {
  border-top: 1px solid #aaaaaa;
}
article.form-view-layout1 .form-box .row {
  display: flex;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 1279px) {
  article.form-view-layout1 .form-box .row {
    flex-direction: column;
  border-bottom: 0;
}
}
article.form-view-layout1 .form-box .row .item-box {
  display: inline-flex;
  width: 100%;
}
@media (max-width: 1279px) {
  article.form-view-layout1 .form-box .row .item-box {
    border-bottom: 1px solid #dddddd;
}
}
article.form-view-layout1 .form-box .row .item-box + .item-box {
  padding-left: 40px;
}
@media (max-width: 1279px) {
  article.form-view-layout1 .form-box .row .item-box + .item-box {
    padding-left: 0;
}
}
article.form-view-layout1 .form-box .row .item-box .subject-box {
  width: 118px;
  padding: 5px;
  min-height: 42px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1279px) {
  article.form-view-layout1 .form-box .row .item-box .subject-box {
    width: 100px;
  min-height: 36px;
  padding: 5px 8px 5px 8px;
  align-items: flex-start;
}
}
article.form-view-layout1 .form-box .row .item-box .subject-box .subject-txt {
  color: #67AAF2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  position: relative;
  width: 100%;
}
@media (max-width: 1279px) {
  article.form-view-layout1 .form-box .row .item-box .subject-box .subject-txt {
    font-size: 15px;
  line-height: 18px;
  margin-top: 4px;
}
}
article.form-view-layout1 .form-box .row .item-box .subject-box .subject-txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(128, 115, 106, 0.4);
  width: 1px;
  height: 18px;
}
@media (max-width: 1279px) {
  article.form-view-layout1 .form-box .row .item-box .subject-box .subject-txt::after {
    top: 0;
  bottom: 0;
  height: auto;
  transform: none;
}
}
article.form-view-layout1 .form-box .row .item-box .con-box {
  flex: 1;
  min-width: 0;
  min-height: 42px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  article.form-view-layout1 .form-box .row .item-box .con-box {
    font-size: 15px;
  line-height: 18px;
  min-height: 36px;
  padding: 5px 8px;
}
}
article.form-view-layout1 .form-box .row .item-box .con-box .con-txt-box {
  word-break: break-word;
}
article.form-view-layout1 .form-note-box {
  padding-top: 6px;
}
article.form-view-layout1 .form-note-box .note-box {
  display: flex;
  align-items: center;
}
article.form-view-layout1 .form-note-box .note-box .ic-info {
  background: url("../img/ic_info.svg") no-repeat center/cover;
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
article.form-view-layout1 .form-note-box .note-box .txt {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.75px;
}



article.page-foot-menu-layout1 {
  padding-top: 50px;
}
article.page-foot-menu-layout1.type-long {
  padding-top: 80px;
}
@media (max-width: 1279px) {
  article.page-foot-menu-layout1.type-long {
    padding-top: 42px;
}
}
article.page-foot-menu-layout1.type-border {
  border-top: 1px solid #aaa;
  padding-top: 32px;
  margin-top: 32px;
}
@media (max-width: 1279px) {
  article.page-foot-menu-layout1.type-border {
    margin: 32px -20px 0;
  padding: 24px 20px 0;
}
}
@media (max-width: 1279px) {
  article.page-foot-menu-layout1 {
    padding-top: 40px;
}
}
article.page-foot-menu-layout1 .foot-menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  border-radius: 100px;
}


	
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn.type-cancel {
  border: 1px solid #484ead;
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn.type-cancel .txt {
  color: #484ead;
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn.type-primary {
  background-color: #484ead;
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn.type-primary .txt {
  color: #ffffff;
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn + .foot-menu-btn {
  margin-left: 42px;
}
@media (max-width: 767px) {
  article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn + .foot-menu-btn {
    margin-left: 12px;
}
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn .ic.ic-list {
  background: url("../img/ic_btn_list.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn .ic.ic-cancle {
  background: url("../img/ic_btn_cancle.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn .ic.ic-chk {
  background: url("../img/ic_btn_chk.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn .ic.ic-chkok {
  background: url("../img/ic_btn_chkok.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn .ic.ic-back {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn .ic.ic-back-white {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn .txt {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1279px) {
  article.page-foot-menu-layout1 .foot-menu-wrap .foot-menu-btn .txt {
    font-size: 16px;
}
}




article.table-form-layout2 .list-wrap .table-form-wrap {
  margin-top: 12px;
}
article.table-form-layout2 .list-wrap .table-form-wrap + .table-form-wrap {
  margin-top: 32px;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .list-wrap .table-form-wrap + .table-form-wrap {
    margin-top: 24px;
}
}
article.table-form-layout2 .table-head-box {
  padding-bottom: 13px;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-head-box {
    padding-bottom: 8px;
}
}
article.table-form-layout2 .table-head-box .head-txt-box {
  position: relative;
  padding-left: 6px;
  color: #67AAF2;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.54px;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-head-box .head-txt-box {
    font-size: 16px;
  line-height: 19px;
}
}
article.table-form-layout2 .table-head-box .head-txt-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(161, 140, 104, 0.25);
}
article.table-form-layout2 .table-body-box {
  border-top: 2px solid #618190;
}
article.table-form-layout2 .table-body-box .table-box .row-box {
  display: flex;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box {
    flex-direction: column;
}
}
article.table-form-layout2 .table-body-box .table-box .row-box .item-box {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #618190;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box {
    padding: 8px 8px;
  flex-direction: column;
}
}
article.table-form-layout2 .table-body-box .table-box .row-box .item-box .subject-box {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 16px 12px;
  text-align: center;
  background-color: #EBF3F8;
}
@media (max-width: 1279px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box .subject-box {
    width: 100%;
  display: flex;
  justify-content: flex-start;
  background-color: #ffffff;
  padding: 0 0 6px;
}
}

article.table-form-layout2 .table-body-box .table-box .row-box .item-box .subject-box.vertical-top {
  align-items: flex-start;
}
article.table-form-layout2 .table-body-box .table-box .row-box .item-box .subject-box .subject-txt-box {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  line-height: 19px;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box .subject-box .subject-txt-box {
    color: #67AAF2;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.45px;
}
}
article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box {
  flex: 1;
  min-width: 0;
  padding: 16px 12px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  background-color: #ffffff;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box {
    padding: 0;
  text-align: left;
}
}

article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box.vertical-top {
  align-items: flex-start;
}
article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .download-wrap .download-btn-box .download-btn {
  position: relative;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .download-wrap .download-btn-box .download-btn {
    padding-right: 34px;
}
}
article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .download-wrap .download-btn-box .download-btn .txt {
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #444;
  font-weight: 500;
  line-height: 21px;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .download-wrap .download-btn-box .download-btn .txt {
    font-size: 15px;
  line-height: 20px;
}
}
article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .download-wrap .download-btn-box .download-btn .ic-download {
  background: url("../img/ic_download.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .download-wrap .download-btn-box .download-btn .ic-download {
    position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
}
article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .con-txt-box {
  color: #444;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.48px;
  width: 100%;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .con-txt-box {
    font-size: 15px;
  line-height: 20px;
  word-break: break-all;
}
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .con-txt-box .m-accent {
    word-break: break-all;
  font-size: 16px;
  line-height: 19px;
}
}
article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .con-txt-box .txt-box {
  display: inline-block;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .con-txt-box .txt-box {
    display: block;
}
}
article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .con-txt-box .txt-box + .txt-box {
  position: relative;
  margin-left: 36px;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .con-txt-box .txt-box + .txt-box {
    margin-top: 4px;
  margin-left: 0;
}
}
article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .con-txt-box .txt-box + .txt-box::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
@media (max-width: 1279px) {
  article.table-form-layout2 .table-body-box .table-box .row-box .item-box .con-box .con-txt-box .txt-box + .txt-box::after {
    display: none;
}
}



article.popup {
  position: fixed;
  z-index: 500;
  display: none;
}
@media (max-width: 1279px) {
  article.popup.mobile-full .popup-wrapper {
    width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
}
article.popup.mobile-full .popup-wrapper .popup-contents {
  border-radius: 0;
}
}
article.popup::before {
  z-index: 500;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
article.popup .popup-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1280px;
  z-index: 500;
  width: calc(100% - 40px);
}
article.popup .popup-contents {
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
article.popup .popup-contents .popup-close-btn {
  z-index: 10;
  position: absolute;
  top: 12px;
  right: 14px;
  background: url("../img/ic_popup_close.svg") no-repeat center/18px 18px;
  width: 36px;
  height: 36px;
}
article.popup .popup-contents .popup-detail-view {
  padding: 52px 25px;
  max-height: 70vh;
  overflow-y: auto;
}
@media (max-width: 1279px) {
  article.popup .popup-contents .popup-detail-view {
    max-height: 100vh;
  height: 100%;
}
}
article.popup .popup-contents .popup-detail-view section.current-view {
  padding-top: 24px;
}
.type-space10 {
  padding-top: 10px;
}
@media (max-width: 1279px) {
  .type-space10 {
		  padding-top: 5px;
}
}
.type-space20 {
  padding-top: 20px;
}
@media (max-width: 1279px) {
  .type-space20 {
		  padding-top: 10px;
}
}
	.type-space40 {
  padding-top: 40px;
}
@media (max-width: 1279px) {
  .type-space40 {
		  padding-top: 20px;
}
}
	.type-space50 {
  padding-top: 50px;
}
@media (max-width: 1279px) {
  .type-space50 {
		  padding-top: 25px;
}
}
	.type-space60 {
  padding-top: 60px;
}
@media (max-width: 1279px) {
  .type-space60 {
		  padding-top: 30px;
}
}

	.type-space80 {
  padding-top: 80px;
}
@media (max-width: 1279px) {
  .type-space80 {
		  padding-top: 40px;
}
}
	.type-space60 {
  padding-top: 60px;
}
@media (max-width: 1279px) {
  .type-space60 {
		  padding-top: 30px;
}
}

article.contents-head-layout1 .head-group-box {
  width: 100%;
  padding: 0 0 24px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  article.contents-head-layout1 .head-group-box {
    flex-direction: column;
  padding-bottom: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}
}
article.contents-head-layout1 .head-group-boxNl {
  width: 100%;
  padding: 0 0 24px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  article.contents-head-layout1 .head-group-boxNl {
    flex-direction: column;
  padding-bottom: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}
}

article.contents-head-layout1 .head-group-boxNl .head-tit-box .tit-box {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  letter-spacing: -0.01em;
}
@media (max-width: 1279px) {
  article.contents-head-layout1 .head-group-boxNl .head-tit-box .tit-box {
    font-size: 22px;
}
}
article.contents-head-layout1 .head-group-box .head-tit-box .tit-box {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  letter-spacing: -0.01em;
}
@media (max-width: 1279px) {
  article.contents-head-layout1 .head-group-box .head-tit-box .tit-box {
    font-size: 22px;
}
}
article.contents-head-layout1 .head-group-box .head-tit-box .tit-box .sub-txt {
  color: #666666;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
article.contents-head-layout1 .head-group-box .head-tit-box .desc-box {
  padding-top: 8px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.05em;
  font-weight: 500;
}
@media (max-width: 1279px) {
  article.contents-head-layout1 .head-group-box .head-tit-box .desc-box {
    padding-top: 4px;
  font-size: 15px;
  line-height: 18px;
  word-break: break-word;
}
}
article.contents-head-layout1 .head-group-box .head-sub-box {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #666;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  article.contents-head-layout1 .head-group-box .head-sub-box {
    padding-top: 4px;
}
}

article.contents-intro-layout1.type-space {
  padding-top: 20px;
}
article.contents-intro-layout1 .intro-info-box {
  position: relative;
  padding-left: 22px;
}
article.contents-intro-layout1 .intro-info-box .ic-box {
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 1279px) {
  article.contents-intro-layout1 .intro-info-box .ic-box {
    top: -1px;
}
}
article.contents-intro-layout1 .intro-info-box .ic-box .ic-info {
  background: url("../img/ic_info.svg") no-repeat center/cover;
  width: 18px;
  height: 18px;
}
article.contents-intro-layout1 .intro-info-box .txt-box {
  line-height: 28px;
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #666;
  font-weight: 500;
}
@media (max-width: 1279px) {
  article.contents-intro-layout1 .intro-info-box .txt-box {
    font-size: 15px;
  line-height: 18px;
}
}
article.contents-intro-layout1 .intro-info-box .txt-box b {
  color: #444;
}
article.contents-intro-layout1 .intro-txt-box {
  color: #444444;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
}
@media (max-width: 1279px) {
  article.contents-intro-layout1 .intro-txt-box {
    font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
}
}
article.contents-intro-layout1 .intro-txt-box .num-txt {
  position: relative;
  top: -2px;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #89898a;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  border-radius: 50%;
}
@media (max-width: 1279px) {
  article.contents-intro-layout1 .intro-txt-box .num-txt {
    font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
}
}
article.contents-intro-layout1 .intro-txt-box b {
  color: #171010;
}

section.contents-page .frame-desc-contents .desc-list {
  padding: 10px;
}
section.contents-page .frame-desc-contents .desc-list .desc-item-box {
  position: relative;
  padding-left: 26px;
}
@media (max-width: 1279px) {
  section.contents-page .frame-desc-contents .desc-list .desc-item-box {
    padding-left: 22px;
}
}
section.contents-page .frame-desc-contents .desc-list .desc-item-box + .desc-item-box {
  margin-top: 12px;
}
@media (max-width: 1279px) {
  section.contents-page .frame-desc-contents .desc-list .desc-item-box + .desc-item-box {
    margin-top: 8px;
}
}
section.contents-page .frame-desc-contents .desc-list .desc-item-box .num-box {
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #89898a;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  border-radius: 50%;
}
@media (max-width: 1279px) {
  section.contents-page .frame-desc-contents .desc-list .desc-item-box .num-box {
    width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
}
section.contents-page .frame-desc-contents .desc-list .desc-item-box .txt-box {
  color: #656565;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
@media (max-width: 1279px) {
  section.contents-page .frame-desc-contents .desc-list .desc-item-box .txt-box {
    font-size: 15px;
  line-height: 19px;
}
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .view-nav-box {
    background-color: #f8f8f8;
  border-radius: 6px;
}
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .view-nav-box .nav-list-wrap {
    padding: 6px 12px;
  white-space: nowrap;
  overflow-x: auto;
}
}
section.contents-page .history-view-contents .view-nav-box .view-nav-btn {
  color: #666;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .view-nav-box .view-nav-btn {
    font-size: 16px;
  line-height: 19px;
}
}
section.contents-page .history-view-contents .view-nav-box .view-nav-btn + .view-nav-btn {
  margin-left: 76px;
  position: relative;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .view-nav-box .view-nav-btn + .view-nav-btn {
    margin-left: 28px;
}
}
section.contents-page .history-view-contents .view-nav-box .view-nav-btn + .view-nav-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .view-nav-box .view-nav-btn + .view-nav-btn::after {
    left: -16px;
}
}
section.contents-page .history-view-contents .list-wrap {
  padding-top: 80px;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap {
    padding-top: 0;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box {
  display: flex;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box {
    flex-direction: column;
  padding-top: 24px;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box + .view-group-box {
  margin-top: 80px;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box + .view-group-box {
    margin-top: 32px;
  border-top: 1px solid #EEE;
  padding-top: 24px;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box .tit-box {
  font-weight: 500;
  font-size: 48px;
  letter-spacing: -0.05em;
  width: 296px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .tit-box {
    width: 100%;
  font-size: 20px;
  line-height: 24px;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box .info-box {
  flex: 1;
  min-width: 0;
  border-left: 1px solid #575756;
  padding-left: 36px;
  position: relative;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .info-box {
    padding: 8px 0 0 0;
  border: 0;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box .info-box::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 52px;
  background-color: #E19F3C;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .info-box::after {
    display: none;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row {
  display: flex;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row {
    flex-direction: column;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row + .row {
  margin-top: 32px;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row + .row {
    margin-top: 18px;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .subject-box {
  width: 132px;
  color: #A18C68;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.05em;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .subject-box {
    font-size: 16px;
  letter-spacing: -0.8px;
  width: 100%;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .con-box {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .con-box {
    padding-top: 6px;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .con-box .txt-group-box {
  padding-left: 28px;
  position: relative;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .con-box .txt-group-box {
    padding-left: 24px;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .con-box .txt-group-box + .txt-group-box {
  margin-top: 24px;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .con-box .txt-group-box + .txt-group-box {
    margin-top: 18px;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .con-box .txt-group-box .num-box {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.05em;
  color: #444;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .con-box .txt-group-box .num-box {
    font-size: 16px;
  line-height: 21px;
}
}
section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .con-box .txt-group-box .txt-box {
  color: #444;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.05em;
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .con-box .txt-group-box .txt-box {
    word-break: break-word;
  font-size: 16px;
  line-height: 20px;
}
}
@media (max-width: 1279px) {
  section.contents-page .history-view-contents .list-wrap .view-group-box .info-box .row .con-box .txt-group-box .txt-box .txt + .txt {
    margin-top: 8px;
}
}
section.contents-page .frame-img-contents {
  padding: 24px 0;
}
@media (max-width: 1279px) {
  section.contents-page .frame-img-contents {
    padding: 24px 0;
  margin-bottom: 0;
}
}

@media (max-width: 767px) {
  section.contents-page .frame-img-contents {
    padding: 24px 0;
  margin-bottom: 0;
}
}

section.contents-page .frame-img-contents .frame-img-wrap .img-box img {
  max-width: 1300px;
  width: 100%;
}
@media (max-width: 767px) {
  section.contents-page .frame-img-contents .frame-img-wrap .img-box img.pc {
    display: none;
}
}
section.contents-page .frame-img-contents .frame-img-wrap .img-box img.mo {
  display: none;
}
@media (max-width: 767px) {
  section.contents-page .frame-img-contents .frame-img-wrap .img-box img.mo {
    display: block;
  max-width: 100%;
  margin: 0 auto;
}
}

section.contents-page .frame-view-contents2 {
  padding: 24px 0;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents2 {
    padding: 12px 0;
}
}
section.contents-page .frame-img-contents2 {
  padding: 50px 0;
}
@media (max-width: 1279px) {
  section.contents-page .frame-img-contents2{
    padding: 50px 0;
  margin-bottom: 0;
}
}

@media (max-width: 767px) {
  section.contents-page .frame-img-contents2 {
    padding: 50px 0;
  margin-bottom: 0;
}
}

section.contents-page .frame-img-contents2 .frame-img-wrap .img-box img {
  max-width: 1300px;
  width: 100%;
}
@media (max-width: 767px) {
  section.contents-page .frame-img-contents2 .frame-img-wrap .img-box img.pc {
    display: none;
}
}
section.contents-page .frame-img-contents2 .frame-img-wrap .img-box img.mo {
  display: none;
}
@media (max-width: 767px) {
  section.contents-page .frame-img-contents2 .frame-img-wrap .img-box img.mo {
    display: block;
  max-width: 100%;
  margin: 0 auto;
}
}

section.contents-page .frame-view-contents {
  padding: 24px 0;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents {
    padding: 12px 0;
}
}
section.contents-page .frame-view-contents2 {
  padding: 24px 0;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents2 {
    padding: 12px 0;
}
}
section.contents-page .frame-view-contents .frame-view-wrap {
  padding: 24px 32px 40px;
  border-radius: 8px;
  border: 1px solid #DDD;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap {
    padding: 24px;
  text-align: center;
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-tit-box {
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #171010;
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box {
  justify-content: center;
  display: flex;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box {
    display: inline-flex;
  flex-direction: column;
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box {
  text-align: center;
  position: relative;
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box + .list-item-box {
  margin-left: 160px;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box + .list-item-box {
    margin: 74px 0 0;
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box {
  position: absolute;
  left: -160px;
  top: 46px;
  padding: 0 17px;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box {
    top: -60px;
  padding: 0;
  left: 0;
  right: 0;
  text-align: center;
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box .frame-sub-item-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box .frame-sub-item-list {
    justify-content: center;
  align-items: center;
  flex-direction: row;
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box .frame-sub-item-list .frame-sub-item {
  margin: 1px 0;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #666666;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.05em;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box .frame-sub-item-list .frame-sub-item {
    font-size: 14px;
  line-height: 17px;
  margin: 0 3px;
}
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box .frame-sub-item-list .frame-sub-item:nth-child(2) {
    width: auto;
  margin: 0 0 0 4px;
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box .frame-sub-item-list .frame-sub-item:nth-child(3) {
  margin-top: 12px;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box .frame-sub-item-list .frame-sub-item:nth-child(3) {
    width: auto;
  margin: 0 4px 0 4px;
}
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box .frame-sub-item-list .frame-sub-item:nth-child(1) {
    height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: flex-end;
  padding-right: 25px;
  margin: 0;
}
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box .frame-sub-item-list .frame-sub-item:nth-child(4) {
    height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0 -20px 0 0;
  justify-content: flex-start;
  transform: translate(-50%, -50%);
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box .frame-sub-item-list .frame-sub-item .ic {
  width: 128px;
  height: 7px;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .frame-sub-box .frame-sub-item-list .frame-sub-item .ic {
    width: 7px;
  height: 50px;
}
}

section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box {
  padding-top: 12px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box {
    padding-top: 8px;
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box .label-box {
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box .label-box {
    padding-bottom: 8px;
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box .label-box .label-txt-box {
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  width: 140px;
  border-radius: 100px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box .label-box .label-txt-box {
    height: 30px;
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box .label-box .label-txt-box.type-accent {
  width: 164px;
  background-color: #67AAF2;
  color: #ffffff;
  border: 1px solid #67AAF2;
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box .txt-box {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #444444;
  position: relative;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box .txt-box {
    font-size: 15px;
  line-height: 18px;
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box .list-txt-box {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #444444;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1279px) {
  section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box .list-txt-box {
    font-size: 15px;
  line-height: 18px;
}
}
section.contents-page .frame-view-contents .frame-view-wrap .frame-list-box .list-item-box .info-box .list-txt-box::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 9px;
  background: #666666;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
article.contents-visual-layout1 {
  padding-bottom: 80px;
}
@media (max-width: 1279px) {
  article.contents-visual-layout1 {
    padding-bottom: 40px;
}
}
article.contents-visual-layout1 .visual-wrap {
  position: relative;
}
article.contents-visual-layout1 .visual-bg-box {
  height: 438px;
  border-radius: 16px;
}
@media (max-width: 1279px) {
  article.contents-visual-layout1 .visual-bg-box {
    height: 360px;
  border-radius: 12px;
}
}

article.contents-visual-layout1 .visual-info-box {
  padding: 85px 64px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ffffff;
}
@media (max-width: 1279px) {
  article.contents-visual-layout1 .visual-info-box {
    padding: 32px 24px;
}
}
article.contents-visual-layout1 .visual-info-box .subject-box {
  font-size: 32px;
  letter-spacing: -0.01em;
  font-weight: 700;
  padding-bottom: 27px;
}
@media (max-width: 1279px) {
  article.contents-visual-layout1 .visual-info-box .subject-box {
    font-size: 22px;
  line-height: 26px;
}
}
article.contents-visual-layout1 .visual-info-box .con-box {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
}
@media (max-width: 1279px) {
  article.contents-visual-layout1 .visual-info-box .con-box {
    font-size: 15px;
  line-height: 24px;
  word-break: break-word;
}
article.contents-visual-layout1 .visual-info-box .con-box br {
  display: none;
}
}
article.contents-visual-layout1 .visual-info-box .con-box .accent {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
}
@media (max-width: 1279px) {
  article.contents-visual-layout1 .visual-info-box .con-box .accent {
    font-size: 18px;
  line-height: 24px;
}
}

article.contents-table-layout .table-group-box .table-item-box {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line-01, #EEE);
}
article.contents-table-layout .table-group-box .table-item-box + .table-item-box {
  margin-top: 24px;
}
article.contents-table-layout .table-group-box .table-item-box .table-tit-box {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-bottom: 12px;
  line-height: 24px;
}
article.contents-table-layout .table-group-box .table-item-box .table-con-box .row {
  display: flex;
}
article.contents-table-layout .table-group-box .table-item-box .table-con-box .row + .row {
  margin-top: 12px;
}
article.contents-table-layout .table-group-box .table-item-box .table-con-box .row .subject-box {
  width: 88px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
  font-weight: 700;
  color: #A18C68;
}
article.contents-table-layout .table-group-box .table-item-box .table-con-box .row .con-box {
  flex: 1;
  min-width: 0;
  color: #444;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
}
article.contents-table-layout .table-box {
  border-top: 1px solid #404557;
}
article.contents-table-layout .table-box caption {
  display: none;
}
article.contents-table-layout .table-box.small table thead tr th {
  height: 35px;
  font-size: 16px;
  line-height: 19px;
}
article.contents-table-layout .table-box.small table thead tr td {
  height: 35px;
  font-size: 16px;
  line-height: 19px;
}
article.contents-table-layout .table-box.small table tbody tr td {
  height: 35px;
  font-size: 16px;
  line-height: 19px;
}
article.contents-table-layout .table-box.small table tbody tr td div input.inputRight {
  text-align: right;
}
article.contents-table-layout .table-box.small table tbody tr td div input.inputRight::placeholder {
  text-align: right;
}
article.contents-table-layout .table-box.small caption {
  display: none;
}

@media (max-width: 767px) {
 article.contents-table-layout .table-box {
    display: block;
    border-top: none;
    overflow-x: visible;
  }
  
  article.contents-table-layout .table-box table {
    display: block;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  
  article.contents-table-layout .table-box table colgroup {
    display: none;
  }
  
  article.contents-table-layout .table-box table thead {
  }
  article.contents-table-layout .table-box table thead td{
	display: block !important;
	width: 100% !important;
	height: auto !important;
	padding: 12px 15px;
	border: none !important;
	border-bottom: 1px solid #f0f0f0 !important;
	text-align: left !important;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	white-space: normal;
	word-break: break-word;
	box-sizing: border-box;
  }
  article.contents-table-layout .table-box table tbody {
    display: block;
    width: 100%;
  }
  article.contents-table-layout .table-box table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #DDD;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
  }
  article.contents-table-layout .table-box table tbody tr:last-child {
    margin-bottom: 0;
  }
  article.contents-table-layout .table-box table tbody tr td {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 12px 15px;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    text-align: left !important;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
  }
  article.contents-table-layout .table-box table tbody tr td:last-child {
    border-bottom: none !important;
  }
  article.contents-table-layout .table-box table tbody tr td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    color: #A18C68;
    font-size: 13px;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
  }
  
  article.contents-table-layout .table-box table tbody tr td:not([data-label])::before,
  article.contents-table-layout .table-box table tbody tr td[data-label=""]::before {
    display: none;
  }
  
  article.contents-table-layout .table-box table tbody tr td.mobile_td_title {
    background-color: #f8f9fa;
    font-weight: 700;
	font-size: 16px;
  }
  
  article.contents-table-layout .table-box table tbody tr td:first-child::before {
    color: #666;
  }
  
  article.contents-table-layout .table-box table tfoot {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
  
  article.contents-table-layout .table-box table tfoot tr {
    display: block;
    width: 100%;
  }
  
  article.contents-table-layout .table-box table tfoot tr td {
    display: block;
    width: 100% !important;
    padding: 12px 15px;
    border: 1px solid #DDD !important;
    border-radius: 8px;
    text-align: left !important;
    font-size: 15px;
    line-height: 20px;
    background-color: #eff4fc;
    height: auto !important;
    box-sizing: border-box;
  }
  
  article.contents-table-layout .table-box table tfoot tr td::before {
    display: none;
  }
  
  article.contents-table-layout .table-box table tbody tr td.alignL,
  article.contents-table-layout .table-box table tbody tr td.alignLlignH,
  article.contents-table-layout .table-box table tbody tr td.alignLPoint,
  article.contents-table-layout .table-box table tbody tr td.pointOr {
    text-align: left !important;
  }
  
  article.contents-table-layout .table-box table tbody tr td.right {
    text-align: left !important;
  }
  
  article.contents-table-layout .table-box table tbody tr td.right::after {
    content: " →";
    float: right;
    color: #999;
  }
  
  article.contents-table-layout .table-box table tbody tr td.ortd {
    background-color: #f4f4f4 !important;
  }
  
  article.contents-table-layout .table-box table tbody tr td.bg-gray {
    background-color: #fafafa !important;
  }
  
  article.contents-table-layout .table-box table tbody tr td:first-child.ortd {
    background-color: #f4f4f4 !important;
  }
  
  article.contents-table-layout .table-box table tbody tr td:first-child.bg-gray {
    background-color: #fafafa !important;
  }
  
 
  article.contents-table-layout .table-box table tbody tr td.accent {
    color: #A18C68;
    font-weight: 700;
  }
  
  article.contents-table-layout .table-box table tbody tr td.alignLPoint {
    color: #b25353;
    font-weight: 700;
    font-size: 16px;
  }


  article.contents-table-layout .table-box table tbody tr td .calendar-input-group {
    width: 100%;
  }
  
  article.contents-table-layout .table-box table tbody tr td .calendar-input-group .tbox {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  article.contents-table-layout .table-box table tbody tr td .calendar-input-group .tbox input[type="text"],
  article.contents-table-layout .table-box table tbody tr td .calendar-input-group .tbox input.date-picker {
    width: 100% !important;
    padding: 12px 15px;
    font-size: 15px;
    line-height: 20px;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0;
  }
  

  article.contents-table-layout .table-box table tbody tr td .con-box2 {
    width: 100%;
  }
  
  article.contents-table-layout .table-box table tbody tr td .con-box2 .tbox {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  article.contents-table-layout .table-box table tbody tr td .con-box2 .tbox input[type="text"] {
    flex: 1;
    width: auto !important;
    padding: 12px 15px;
    font-size: 15px;
    line-height: 20px;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0;
  }
  
  article.contents-table-layout .table-box table tbody tr td .con-box2 .tbox .subject-box3 {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 15px;
    margin: 0;
  }

  article.contents-table-layout .table-box table tbody tr td.mobile_td,
  article.contents-table-layout .table-box table tbody tr td.mobile_th,
  article.contents-table-layout .table-box table tbody tr th.mobile_td,
  article.contents-table-layout .table-box table tbody tr th.mobile_th,
  article.contents-table-layout .table-box table thead tr td.mobile_td,
  article.contents-table-layout .table-box table thead tr td.mobile_th,
  article.contents-table-layout .table-box table thead tr th.mobile_td,
  article.contents-table-layout .table-box table thead tr th.mobile_th {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    opacity: 0 !important;
  }
}


article.contents-table-layout .table-box thead tr th {
  border: 1px solid #d9dce3;
  background-color: #f3f5fa;
  text-align: center;
  height: 54px;
  font-weight: 700;
  color: #222;
  font-size: 18px;
  letter-spacing: -0.03em;
}

@media (max-width: 767px) {
  article.contents-table-layout .table-box table thead {
    display: block;
    width: 100% !important;
  }
  
  article.contents-table-layout .table-box table thead tr {
    display: block;
    width: 100% !important;
    margin-bottom: 16px;
    border: 1px solid #DDD;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
  }
  
  article.contents-table-layout .table-box table thead tr th {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 12px 15px;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    text-align: left !important;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
  }
  
 
  article.contents-table-layout .table-box table thead tr th:last-child {
    border-bottom: none !important;
  }
}

article.contents-table-layout .table-box thead tr th.thalignL {
  border: 1px solid #d9dce3;
  background-color: #f3f5fa;
  padding: 10px 15px;
  text-align: left;
  height: 54px;
  font-weight: 700;
  color: #222;
  font-size: 18px;
  letter-spacing: -0.03em;
}
article.contents-table-layout .table-box thead tr th.thalignL2 {
  border: 1px solid #d9dce3;
  background-color: #f3f5fa;
  padding: 10px 15px;
  text-align: left;
  height: 54px;
  font-weight: 700;
  color: #222;
  font-size: 18px;
  letter-spacing: -0.03em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

@media (max-width: 767px) {
  article.contents-table-layout .table-box thead tr th.thalignL {
    font-size: 16px;
  }
  article.contents-table-layout .table-box thead tr th.thalignL2 {
    font-size: 14px;
  }
}

article.contents-table-layout .table-box thead tr th:first-child {
  border-left: 0;
}
article.contents-table-layout .table-box thead tr th:last-child {
  border-right: 0;
}

article.contents-table-layout .table-box thead tr td { 
  padding: 8px 15px;
}

article.contents-table-layout .table-box tbody tr td {
  border: 1px solid #DDD;
  text-align: center;
  height: 54px;
  color: #444;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  padding: 8px 15px;
}
article.contents-table-layout .table-box tbody tr td.alignL {
  border: 1px solid #DDD;
  text-align: left;
  height: 54px;
  color: #171010;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  padding: 8px 15px;
}

article.contents-table-layout .table-box tbody tr td.alignLPoint {
  border: 1px solid #DDD;
  text-align: left;
  height: 54px;
  color: #b25353;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  padding: 8px 15px;
}

article.contents-table-layout .table-box tbody tr td font.underline {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  border-bottom: 1px solid #666666;
}

@media (max-width: 767px) {
  article.contents-table-layout .table-box tbody tr td font.underline {
    font-size: 14px;
    text-align: left;
  }
}

article.contents-table-layout .table-box tbody tr td.pointOr {
  border: 1px solid #DDD;
  text-align: left;
  height: 54px;
  color: #444;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  padding: 8px 15px;
}
article.contents-table-layout .table-box tbody tr td.ortd {
  background-color: #f4f4f4;
}
article.contents-table-layout .table-box tbody tr td.accent {
  color: #A18C68;
  font-weight: 700;
}
article.contents-table-layout .table-box tbody tr td.bg-gray {
  background-color: #fafafa;
}
article.contents-table-layout .table-box tbody tr td:first-child {
  border-left: 0;
}
article.contents-table-layout .table-box tbody tr td:last-child {
  border-right: 0;
}
article.contents-table-layout .table-box tbody tr td.right {
  text-align: right;
}
article.contents-table-layout .table-box tfoot tr td {
  padding: 0 15px;
  border: 1px solid #DDD;
  text-align: center;
  height: 54px;
  color: #444;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  background-color: #eff4fc;
}

article.contents-table-layout .table-box .con-box2 {
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 1279px) {
  article.contents-table-layout .table-box .con-box2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  article.contents-table-layout .table-box .con-box2 {
    width: 100%;
  }
}
article.contents-table-layout .table-box .con-box2 .tbox {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  article.contents-table-layout .table-box .con-box2 .tbox {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  article.contents-table-layout .table-box .con-box2 .tbox {
    max-width: 100%;
  }
}

article.contents-table-layout .table-box .con-box2 .tbox input[type="text"] {
  flex: 1;
  min-width: 0;
  padding: 8px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
article.contents-table-layout .table-box .subject-box3 {
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}
@media (max-width: 400px) {
  article.contents-table-layout .table-box .con-box2 .tbox {
    max-width: 100%;
    gap: 4px;
  }
  article.contents-table-layout .table-box .con-box2 .tbox input[type="text"] {
    font-size: 14px;
    padding: 6px 8px;
  }
  article.contents-table-layout .table-box .con-box2 .subject-box3 {
    font-size: 14px;
  }
}

article.contents-table-layout .table-box .tboxpop {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 18px;
  color: #111;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 767px) {
article.contents-table-layout .table-box .tboxpop {
  font-size: 16px;
}
}
article.contents-table-layout .table-box .subject-box4 {
  display: inline-flex;
  align-items: center;
  position: relative;
}
article.contents-table-layout .table-box .subject-box4 img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
article.contents-table-layout .table-box .tooltip-text {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 10px;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 10;
  min-width: 200px;
  box-sizing: border-box;
}
article.contents-table-layout .table-box .tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
}

@media (max-width: 767px) {
article.contents-table-layout .table-box .tooltip-text {
  display: none;
  position: absolute;
  top: 110%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 10px;
  border-radius: 6px;
  white-space: normal;
  z-index: 10;
  min-width: 280px;
  box-sizing: border-box;
}
}


article.contents-table-layout .table-box .tboxpop:hover .tooltip-text {
  display: block;
  animation: fadeIn 0.2s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(5px, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@media (max-width: 480px) {
  article.contents-table-layout .table-box .tooltip-text {
    font-size: 12px;
    min-width: 160px;
    padding: 6px 8px;
  }
}

article.contents-table-layout .table-note-box {
  padding-top: 12px;
}
article.contents-table-layout .table-note-box .note-txt-box {
  position: relative;
  padding-left: 22px;
  font-size: 0;
}
article.contents-table-layout .table-note-box .note-txt-box + .note-txt-box {
  margin-top: 2px;
}
article.contents-table-layout .table-note-box .note-txt-box .ic-box {
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 1279px) {
  article.contents-table-layout .table-note-box .note-txt-box .ic-box {
    top: -1px;
  }
}
article.contents-table-layout .table-note-box .note-txt-box .ic-box .ic-info {
  background: url("../img/ic_info.svg") no-repeat center/cover;
  width: 18px;
  height: 18px;
}
article.contents-table-layout .table-note-box .note-txt-box .txt-box {
  line-height: 28px;
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #666;
  font-weight: 500;
}
@media (max-width: 1279px) {
  article.contents-table-layout .table-note-box .note-txt-box .txt-box {
    font-size: 15px;
    line-height: 18px;
  }
}
article.contents-table-layout .table-note-box .note-txt-box .txt-box b {
  color: #444;
}


article.contents-table-layout_view .table-group-box .table-item-box {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line-01, #EEE);
}
article.contents-table-layout_view .table-group-box .table-item-box + .table-item-box {
  margin-top: 24px;
}
article.contents-table-layout_view .table-group-box .table-item-box .table-tit-box {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-bottom: 12px;
  line-height: 24px;
}
article.contents-table-layout_view .table-group-box .table-item-box .table-con-box .row {
  display: flex;
}
article.contents-table-layout_view .table-group-box .table-item-box .table-con-box .row + .row {
  margin-top: 12px;
}
article.contents-table-layout_view .table-group-box .table-item-box .table-con-box .row .subject-box {
  width: 88px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
  font-weight: 700;
  color: #A18C68;
}
article.contents-table-layout_view .table-group-box .table-item-box .table-con-box .row .con-box {
  flex: 1;
  min-width: 0;
  color: #444;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
}
article.contents-table-layout_view .table-box {
	 border-top: 1px solid #404557;
}
article.contents-table-layout_view .table-box. caption {
  display: none;
}
article.contents-table-layout_view .table-box.small table thead tr th {
  height: 35px;
  font-size: 16px;
  line-height: 19px;
}
article.contents-table-layout_view .table-box.small table tbody tr td {
  height: 35px;
  font-size: 16px;
  line-height: 19px;
}
article.contents-table-layout_view .table-box.small table tbody tr td div input.inputRight {
  text-align: right;
}
article.contents-table-layout_view .table-box.small table tbody tr td div input.inputRight::placeholder {
  text-align: right;
}
article.contents-table-layout_view .table-box.small caption {
  display: none;
}


@media (max-width: 767px) {
  article.contents-table-layout_view .table-box.with-mobile-scroll {
    overflow: auto;
  display: block;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table {
  white-space: nowrap;
  table-layout: fixed;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m600 {
  width: 600px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m450 {
  width: 450px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m400 {
  width: 400px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m430 {
  width: 430px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m350 {
  width: 350px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m300 {
  width: 300px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m250 {
  width: 250px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m230 {
  width: 230px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m200 {
  width: 200px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m180 {
  width: 180px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m150 {
  width: 150px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m120 {
  width: 120px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m100 {
  width: 100px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table colgroup col.m80 {
  width: 80px !important;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table thead tr th {
  height: 38px;
  letter-spacing: -0.03em;
  font-size: 15px;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table tbody tr td {
  padding: 7px 15px;
  height: 38px;
  letter-spacing: -0.03em;
  font-size: 15px;
  white-space: initial;
  word-break: break-all;
}
article.contents-table-layout_view .table-box.with-mobile-scroll table tfoot tr td {
  color: #171010;
  padding: 10px 15px;
  height: 38px;
  letter-spacing: -0.03em;
  font-size: 15px;
  line-height: 18px;
}
}
@media (max-width: 767px) {
  article.contents-table-layout_view .table-box {
    display: none;
}
}
article.contents-table-layout_view .table-box thead tr th {
  border: 1px solid #d9dce3;
  background-color: #f3f5fa;
  text-align: center;
  height: 54px;
  font-weight: 700;
  color: #222;
  font-size: 18px;
  letter-spacing: -0.03em;
}
article.contents-table-layout_view .table-box thead tr th.thalignL {
  border: 1px solid #d9dce3;
  background-color: #f3f5fa;
  padding: 10px 15px;
  text-align: left;
  height: 54px;
  font-weight: 700;
  color: #222;
  font-size: 18px;
  letter-spacing: -0.03em;
}

article.contents-table-layout_view .table-box thead tr th:first-child {
  border-left: 0;
}
article.contents-table-layout_view .table-box thead tr th:last-child {
  border-right: 0;
}
article.contents-table-layout_view .table-box tbody tr td {
  border: 1px solid #DDD;
  text-align: center;
  height: 54px;
  color: #444;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  padding: 8px 15px;
}
article.contents-table-layout_view .table-box tbody tr td.alignL {
  border: 1px solid #DDD;
  text-align: left;
  height: 54px;
  color: #444;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  padding: 8px 15px;
}
article.contents-table-layout_view .table-box tbody tr td.alignLlignH {
  border: 1px solid #DDD;
  text-align: left !important;
  height: 54px;
  color: #444;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  padding: 8px 15px;
}


article.contents-table-layout_view .table-box tbody tr td.alignLPoint {
  border: 1px solid #DDD;
  text-align: left;
  height: 54px;
  color: #b25353;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  padding: 8px 15px;
}
article.contents-table-layout_view .table-box tbody tr td font.underline {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  border-bottom: 1px solid #666666;
}
article.contents-table-layout_view .table-box tbody tr td.pointOr {
  border: 1px solid #DDD;
  text-align: left;
  height: 54px;
  color: #444;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  padding: 8px 15px;
}
article.contents-table-layout_view .table-box tbody tr td.ortd {
  background-color: #f4f4f4;
}
article.contents-table-layout_view .table-box tbody tr td.accent {
  color: #A18C68;
  font-weight: 700;
}
article.contents-table-layout_view .table-box tbody tr td.bg-gray {
  background-color: #fafafa;
}
article.contents-table-layout_view .table-box tbody tr td:first-child {
  border-left: 0;
}
article.contents-table-layout_view .table-box tbody tr td:last-child {
  border-right: 0;
}
article.contents-table-layout_view .table-box tbody tr td.right {
  text-align: right;
}
article.contents-table-layout_view .table-box tfoot tr td {
  padding: 0 15px;
  border: 1px solid #DDD;
  text-align: center;
  height: 54px;
  color: #444;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.03em;
  background-color: #eff4fc;
}
article.contents-table-layout_view .table-box .con-box2 {
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 1279px) {
  article.contents-table-layout_view .table-box .con-box2 {
    width: 100%;
}
}
@media (max-width: 767px) {
  article.contents-table-layout_view .table-box .con-box2 {
    width: 100%;
}
}
article.contents-table-layout_view .table-box .con-box2 .tbox {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  article.contents-table-layout_view .table-box .con-box2 .tbox {;
}
}
@media (max-width: 767px) {
  article.contents-table-layout_view .table-box .con-box2 .tbox {;
}
}

  article.contents-table-layout_view .table-box .con-box2 .tbox input[type="text"] {
  flex: 1;
  min-width: 0;
  padding: 8px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
article.contents-table-layout_view .table-box .subject-box3 {
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}
@media (max-width: 400px) {
  article.contents-table-layout_view .table-box .con-box2.tbox {
    max-width: 100%;
  gap: 4px;
}
article.contents-table-layout_view .table-box .con-box2.tbox input[type="text"] {
  font-size: 14px;
  padding: 6px 8px;
}
article.contents-table-layout_view .table-box .con-box2 .subject-box3 {
  font-size: 14px;
}
}
 
article.contents-table-layout_view .table-box .tboxpop {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 16px;
  color: #111;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
article.contents-table-layout_view .table-box .subject-box4 {
  display: inline-flex;
  align-items: center;
  position: relative;
}
article.contents-table-layout_view .table-box .subject-box4 img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
article.contents-table-layout_view .table-box .tooltip-text {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 10px;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 10;
  min-width: 200px;
  box-sizing: border-box;
}
article.contents-table-layout_view .table-box .tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
}
article.contents-table-layout_view .table-box .tboxpop:hover .tooltip-text {
  display: block;
  animation: fadeIn 0.2s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0;
  transform: translate(5px, -50%);
}
to {
  opacity: 1;
  transform: translate(0, -50%);
}
}


@media (max-width: 480px) {
  article.contents-table-layout_view .table-box .tboxpop {
    font-size: 14px;
}
article.contents-table-layout_view .table-box .tooltip-text {
  font-size: 12px;
  min-width: 160px;
  padding: 6px 8px;
}
}

article.contents-table-layout_view .table-note-box {
  padding-top: 12px;
}
article.contents-table-layout_view .table-note-box .note-txt-box {
  position: relative;
  padding-left: 22px;
  font-size: 0;
}
article.contents-table-layout_view .table-note-box .note-txt-box + .note-txt-box {
  margin-top: 2px;
}
article.contents-table-layout_view .table-note-box .note-txt-box .ic-box {
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 1279px) {
  article.contents-table-layout_view .table-note-box .note-txt-box .ic-box {
    top: -1px;
}
}
article.contents-table-layout_view .table-note-box .note-txt-box .ic-box .ic-info {
  background: url("../img/ic_info.svg") no-repeat center/cover;
  width: 18px;
  height: 18px;
}
article.contents-table-layout_view .table-note-box .note-txt-box .txt-box {
  line-height: 28px;
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #666;
  font-weight: 500;
}
@media (max-width: 1279px) {
  article.contents-table-layout_view .table-note-box .note-txt-box .txt-box {
    font-size: 15px;
  line-height: 18px;
}
}
article.contents-table-layout_view .table-note-box .note-txt-box .txt-box b {
  color: #444;
}


article.contents-terms-layout1 .list-wrap ul li + li {
  margin-top: 32px;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li + li {
    margin-top: 16px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box {
  display: flex;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box {
    flex-direction: column;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .subject-box {
  display: flex;
  width: 166px;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .subject-box {
    width: 100%;
  padding-bottom: 8px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .subject-box .subject-txt-box {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.05em;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .subject-box .subject-txt-box {
    font-size: 20px;
  line-height: 24px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .subject-box .subject-txt-box br {
  display: none;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box {
  flex: 1;
  min-width: 0;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box {
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #F5F5F3;
  position: relative;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box.with-img {
  display: flex;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box.with-img .sub-img-box {
  position: static;
  margin-left: 42px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box.with-img .terms-list-group {
  flex: 1;
  min-width: 0;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .sub-img-box {
  position: absolute;
  top: 30px;
  right: 60px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .sub-img-box.style-2 {
  right: 24px;
  bottom: auto;
  top: 17px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .sub-img-box.style-2M14 {
  right: 24px;
  top: 12px;
  width: 70px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .sub-img-box.style-3 {
  right: 24px;
  bottom: auto;
  top: 6px;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .sub-img-box {
    display: none;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .sub-img-box img {
  max-width: 100%;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box {
    padding: 12px 16px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group + .terms-list-group {
  margin-top: 24px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box {
  padding-bottom: 8px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box .tit-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d6fe;
  height: 32px;
  border-radius: 8px;
  padding: 0 24px;
  color: #1919b3;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box .tit-box {
    height: 26px;
  padding: 0 16px;
  font-size: 15px;
}
}

article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box .tit-box2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f3;
  border: 1px solid #1919b3;
  height: 32px;
  border-radius: 8px;
  padding: 0 24px;
  color: #1919b3;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box .tit-box2 {
    height: 26px;
  padding: 0 16px;
  font-size: 15px;
}
}

article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box2 {
  padding-bottom: 8px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box2 .tit-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f2;
  border: 1px solid #666666;
  height: 32px;
  border-radius: 8px;
  padding: 0 24px;
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box2 .tit-box {
    height: 26px;
    padding: 2px 16px;
    font-size: 15px;
  }
}

article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box22 {
  padding-bottom: 8px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box22 .tit-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f2;
  border: 1px solid #666666;
  height: 32px;
  border-radius: 8px;
  padding: 0 24px;
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box22 .tit-box {
    height: 42px;
  padding: 2px 16px;
  font-size: 15px;
}
}


article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list {
  padding: 4px 0;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list.step-invisible .step-box + .step-box {
  border: 0;
  margin-top: 12px;
  padding-top: 12px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list.step-invisible .step-box::after {
  display: none !important;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box + .step-box {
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px dashed #DDD;
  position: relative;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box + .step-box {
    margin-top: 20px;
  padding-top: 20px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box + .step-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box + .step-box::after {
    top: -12px;
  width: 24px;
  height: 24px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-head-box {
  padding-bottom: 8px;
  padding-left: 36px;
  position: relative;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-head-box {
    padding-left: 32px;
  padding-bottom: 5px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-head-box .num-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #63B0CC;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #63B0CC;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-head-box .num-box {
    font-size: 15px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-head-box .tit-box {
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 18px;
  line-height: 24px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-body-box {
  padding-left: 36px;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-body-box {
    padding-left: 0;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-body-box.m-space {
  padding-left: 28px;
}
}

article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-subject-box {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  padding: 0 8px 8px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box.type-small .list-txt-box {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box.type-small .list-txt-box {
    font-size: 15px;
  line-height: 18px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box.type-small .list-txt-box + .list-txt-box {
  margin-top: 6px;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box.type-small .list-txt-box + .list-txt-box {
    margin-top: 2px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box.type-small .list-txt-box + .list-txt-box.type-inside {
  margin-top: 4px;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box.type-small .list-txt-box + .list-txt-box.type-inside {
    margin-top: 2px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box.type-small .list-txt-box::after {
  top: 8px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box .list-txt-box {
  font-size: 18px;
  padding-left: 22px;
  line-height: 24px;
  position: relative;
  font-weight: 500;
  color: #444;
  word-break: break-word;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box .list-txt-box {
    font-size: 16px;
  line-height: 21px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box .list-txt-box::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: #444444;
  border-radius: 50%;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box .list-txt-box + .list-txt-box {
  margin-top: 10px;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box .list-txt-box + .list-txt-box {
    margin-top: 6px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box .list-txt-box.type-inside {
  padding-left: 30px;
  font-size: 16px;
  line-height: 19px;
  color: #666;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box .list-txt-box.type-inside {
    font-size: 15px;
  line-height: 18px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box .list-txt-box.type-inside::after {
  content: "-";
  width: auto;
  height: auto;
  background: transparent;
  top: -1px;
  left: 16px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-box .list-sub-txt-box {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #666;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-txt-box {
  word-break: break-word;
  color: #444444;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.18px;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-txt-box {
    font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.16px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .note-box {
  padding-top: 8px;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .note-box {
    padding-top: 4px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .note-box .note-info-box {
  padding-left: 28px;
  position: relative;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .note-box .note-info-box .ic-info {
  position: absolute;
  left: 0;
  top: 1px;
  background: url("../img/ic_info.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .note-box .note-info-box .info-txt-box {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .note-box .note-txt-box {
  position: relative;
  padding-left: 24px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
  word-break: break-word;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .note-box .note-txt-box {
    padding-left: 14px;
  font-size: 14px;
  line-height: 17px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .note-box .note-txt-box::after {
  content: "*";
  position: absolute;
  left: 8px;
  top: 0;
  color: #df5355;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media (max-width: 1279px) {
  article.contents-terms-layout1 .list-wrap ul li .item-box .con-box .note-box .note-txt-box::after {
    left: 2px;
}
}
article.contents-terms-layout1 .list-wrap ul li .item-sub-list {
  padding-top: 24px;
}
article.sub-list-layout1 .sub-item-box {
  display: flex;
}
article.sub-list-layout1 .sub-item-box + .sub-item-box {
  margin-top: 24px;
}
@media (max-width: 767px) {
  article.sub-list-layout1 .sub-item-box + .sub-item-box {
    margin-top: 16px;
}
}
article.sub-list-layout1 .sub-item-box .sub-subject-box .sub-subject-txt {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  article.sub-list-layout1 .sub-item-box .sub-subject-box .sub-subject-txt {
    font-size: 14px;
  line-height: 18px;
}
}
article.sub-list-layout1 .sub-item-box .sub-subject-box .sub-subject-txt > span {
  font-weight: 500;
}
article.sub-list-layout1 .sub-item-box .sub-con-box {
  flex: 1;
  min-width: 0;
  padding-left: 6px;
}
article.sub-list-layout1 .sub-item-box .sub-con-box .sub-row-box {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  article.sub-list-layout1 .sub-item-box .sub-con-box .sub-row-box {
    font-size: 14px;
  line-height: 18px;
}
}
article.sub-list-layout1 .sub-item-box .sub-con-box .sub-row-box + .sub-row-box {
  margin-top: 6px;
}
@media (max-width: 767px) {
  article.sub-list-layout1 .sub-item-box .sub-con-box .sub-row-box + .sub-row-box {
    margin-top: 4px;
}
}

article.contents-line {
  margin: 60px 0;
  height: 1px;
  background-color: #ddd;
}
@media (max-width: 1279px) {
  article.contents-line {
    margin: 0;
  height: 42px;
  background: transparent;
}
}

article.contents-desc-layout1 .desc-contents-box {
  border-radius: 0;
  background: #ffffff;
  padding: 27px 20px;
  position: relative;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .desc-contents-box {
    padding: 12px 16px;
}
}
article.contents-desc-layout1 .desc-contents-box .img-box {
  position: absolute;
  right: 109px;
  top: 24px;
}
article.contents-desc-layout1 .desc-contents-box .img-box.type-small {
  right: 24px;
  top: 16px;
  height: 150px;
}
article.contents-desc-layout1 .desc-contents-box .img-box.type-smaller {
  height: 140px;
  top: 16px;
  right: 103px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .desc-contents-box .img-box {
    display: none;
}
}
article.contents-desc-layout1 .desc-contents-box .img-box img {
  max-height: 100%;
  max-width: 100%;
}
article.contents-desc-layout1 .desc-contents-box .row {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  padding-left: 25px;
  word-break: break-word;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .desc-contents-box .row {
    font-size: 16px;
  line-height: 21px;
  padding-left: 20px;
}
}
article.contents-desc-layout1 .desc-contents-box .row::after {
  content: "";
  left: 10px;
  top: 10px;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #444444;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .desc-contents-box .row::after {
    left: 6px;
  top: 8px;
}
}
article.contents-desc-layout1 .desc-contents-box .row + .row {
  margin-top: 12px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .desc-contents-box .row + .row {
    margin-top: 6px;
}
}
article.contents-desc-layout1 .desc-foot-box {
  display: flex;
  justify-content: space-between;
}
article.contents-desc-layout1 .desc-note-box {
  padding-top: 12px;
}
article.contents-desc-layout1 .desc-note-box .note-box + .note-box {
  margin-top: 4px;
}
article.contents-desc-layout1 .desc-note-box .note-box .note-info-box {
  padding-left: 28px;
  position: relative;
}
article.contents-desc-layout1 .desc-note-box .note-box .note-info-box .ic-info {
  position: absolute;
  left: 0;
  top: 2px;
  background: url("../img/ic_info.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
article.contents-desc-layout1 .desc-note-box .note-box .note-info-box .info-txt-box {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
article.contents-desc-layout1 .desc-note-box .note-box .note-txt-box {
  position: relative;
  padding-left: 24px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
  word-break: break-word;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .desc-note-box .note-box .note-txt-box {
    padding-left: 14px;
  font-size: 14px;
  line-height: 17px;
}
}
article.contents-desc-layout1 .desc-note-box .note-box .note-txt-box::after {
  content: "*";
  position: absolute;
  left: 8px;
  top: 0;
  color: #df5355;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .desc-note-box .note-box .note-txt-box::after {
    left: 2px;
}
}
article.contents-desc-layout1 .desc-note-box .note-box .note-txt-box .note-sub-txt-box {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  article.contents-desc-layout1 .desc-note-box .note-box .note-txt-box .note-sub-txt-box {
    font-size: 14px;
  line-height: 18px;
}
}
@media (max-width: 767px) {
  article.contents-desc-layout1 .desc-note-box .note-box .note-txt-box .note-sub-txt-box + .note-sub-txt-box {
    margin-top: 2px;
}
}
article.contents-desc-layout1 .desc-menu-box {
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
}
article.contents-desc-layout1 .desc-menu-box .desc-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #AAA;
  height: 30px;
  padding: 0 12px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .desc-menu-box .desc-menu-btn {
    width: 100%;
  height: 38px;
}
}
article.contents-desc-layout1 .desc-menu-box .desc-menu-btn .txt {
  color: #666;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .desc-menu-box .desc-menu-btn .txt {
    flex: 1;
  min-width: 0;
  text-align: center;
}
}
article.contents-desc-layout1 .desc-menu-box .desc-menu-btn .ic {
  margin-left: 8px;
}
article.contents-desc-layout1 .desc-menu-box .desc-menu-btn .ic.ic-arrow {
  width: 16px;
  height: 16px;
}
article.contents-desc-layout1 .con-box .txt-box {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #444444;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .con-box .txt-box {
    font-size: 18px;
  line-height: 19px;
  letter-spacing: -0.03em;
}
}

@media (max-width: 767px) {
  article.contents-desc-layout1 .con-box .txt-box {
    font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.03em;
}
}

article.contents-desc-layout1 .con-box .txt-box::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 9px;
  background: #666666;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
article.contents-desc-layout1 .con-box .txt-box2 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #444444;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  margin-top: 8px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .con-box .txt-box2 {
    font-size: 18px;
  line-height: 19px;
  letter-spacing: -0.03em;
}
}
@media (max-width: 767px) {
  article.contents-desc-layout1 .con-box .txt-box2 {
    font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.03em;
}
}
article.contents-desc-layout1 .con-box .txt-box2::after {
  content: "※ ";
  position: absolute;
  left: 8px;
  top: 0;
  font-weight: 300;
  width: 3px;
  height: 3px;
}
article.contents-desc-layout1 .con-box .txt-box3 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #444444;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  margin-top: 8px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .con-box .txt-box3 {
    font-size: 18px;
  line-height: 19px;
  letter-spacing: -0.03em;
}
}
@media (max-width: 767px) {
  article.contents-desc-layout1 .con-box .txt-box3 {
    font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.03em;
}
}
article.contents-desc-layout1 .con-box .txt-box3::after {
  content: ". ";
  position: absolute;
  left: 8px;
  top: -7px;
  font-weight: 300;
  width: 3px;
  height: 3px;
}
article.contents-desc-layout1 .con-box .txt-box3-1 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #444444;
  position: relative;
  padding-left: 20px;
  margin-left: 5px;
  margin-top: 8px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .con-box .txt-box3-1 {
    font-size: 18px;
  line-height: 19px;
  letter-spacing: -0.03em;
}
}
@media (max-width: 767px) {
  article.contents-desc-layout1 .con-box .txt-box3-1 {
    font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.03em;
}
}
article.contents-desc-layout1 .con-box .txt-box3-1::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  font-weight: 300;
}
article.contents-desc-layout1 .con-box .txt-box4 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #444444;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
  margin-top: 8px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .con-box .txt-box4 {
    font-size: 18px;
  line-height: 19px;
  letter-spacing: -0.03em;
}
}
@media (max-width: 767px) {
  article.contents-desc-layout1 .con-box .txt-box4 {
    font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.03em;
}
}
article.contents-desc-layout1 .con-box .txt-box4::after {
  content: "-";
  position: absolute;
  left: 8px;
  top: 0;
  font-weight: 300;
  width: 3px;
}
article.contents-desc-layout1 .con-box .txt-box5-1 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #444444;
  position: relative;
  padding-left: 33px;
  margin-left: 33px;
  margin-top: 8px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .con-box .txt-box5-1 {
    font-size: 18px;
  line-height: 19px;
  letter-spacing: -0.03em;
}
}
@media (max-width: 767px) {
  article.contents-desc-layout1 .con-box .txt-box5-1 {
    font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.03em;
}
}
article.contents-desc-layout1 .con-box .txt-box5-1::after {
  content: "가.";
  position: absolute;
  left: 8px;
  top: 0;
  font-weight: 300;
}
article.contents-desc-layout1 .con-box .txt-box5-2 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #444444;
  position: relative;
  padding-left: 33px;
  margin-left: 33px;
  margin-top: 8px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .con-box .txt-box5-2 {
    font-size: 18px;
  line-height: 19px;
  letter-spacing: -0.03em;
}
}
@media (max-width: 767px) {
  article.contents-desc-layout1 .con-box .txt-box5-2 {
    font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.03em;
}
}
article.contents-desc-layout1 .con-box .txt-box5-2::after {
  content: "나.";
  position: absolute;
  left: 8px;
  top: 0;
  font-weight: 300;
}
article.contents-desc-layout1 .con-box .txt-box5-3 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #444444;
  position: relative;
  padding-left: 33px;
  margin-left: 33px;
  margin-top: 8px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .con-box .txt-box5-3 {
    font-size: 18px;
  line-height: 19px;
  letter-spacing: -0.03em;
}
}
@media (max-width: 767px) {
  article.contents-desc-layout1 .con-box .txt-box5-3 {
    font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.03em;
}
}
article.contents-desc-layout1 .con-box .txt-box5-3::after {
  content: "다.";
  position: absolute;
  left: 8px;
  top: 0;
  font-weight: 300;
}
article.contents-desc-layout1 .con-box .txt-box5-4 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #444444;
  position: relative;
  padding-left: 33px;
  margin-left: 33px;
  margin-top: 8px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .con-box .txt-box5-4 {
    font-size: 18px;
  line-height: 19px;
  letter-spacing: -0.03em;
}
}
@media (max-width: 767px) {
  article.contents-desc-layout1 .con-box .txt-box5-4 {
    font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.03em;
}
}
article.contents-desc-layout1 .con-box .txt-box5-4::after {
  content: "라.";
  position: absolute;
  left: 8px;
  top: 0;
  font-weight: 300;
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box {
  padding: 16px 24px;
  border-radius: 12px;
  position: relative;
  font-weight: 300;
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box .tit-box {
  height: 26px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 767px) {
  article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-list-group .terms-tit-box .tit-box {
  height: 26px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 300;
}
}


article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list {
  padding: 4px 0;
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list.step-invisible .step-box + .step-box {
  border: 0;
  margin-top: 4px;
  padding-top: 4px;
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list.step-invisible .step-box::after {
  display: none !important;
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box + .step-box {
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px dashed #DDD;
  position: relative;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box + .step-box {
    margin-top: 4px;
  padding-top: 4px;
}
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box + .step-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box + .step-box::after {
    top: -12px;
  width: 24px;
  height: 24px;
}
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-head-box {
  padding-bottom: 8px;
  padding-left: 36px;
  position: relative;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-head-box {
    padding-left: 32px;
  padding-bottom: 5px;
}
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-head-box .num-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #f4f4f4;
  border: 1px solid #1919b3;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #1919b3;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-head-box .num-box {
    font-size: 13px;
}
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-head-box .tit-box {
  font-weight: 400;
  letter-spacing: -0.03em;
  font-size: 16px;
  line-height: 24px;
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-body-box {
  padding-left: 36px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-body-box {
    padding-left: 0;
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-step-list .step-box .step-body-box.m-space {
  padding-left: 28px;
}
}
article.contents-desc-layout1 .list-wrap ul li .item-box .con-box .terms-box .terms-subject-box {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  padding: 0 8px 8px;
}
article.contents-desc-layout2 .note-box {
  padding-top: 12px;
}
article.contents-desc-layout2 .note-box .note-item-box {
  display: inline-flex;
}
article.contents-desc-layout2 .note-box .note-item-box .ic-info {
  margin-right: 4px;
  width: 24px;
  height: 24px;
  background: url("../img/ic_info.svg") no-repeat center/cover;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .note-box .note-item-box .ic-info {
    width: 18px;
  height: 18px;
}
}
article.contents-desc-layout2 .note-box .note-item-box .txt-box {
  flex: 1;
  min-width: 0;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.05em;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .note-box .note-item-box .txt-box {
    font-size: 15px;
  line-height: 18px;
}
}
article.contents-desc-layout2 .list-wrap ul {
  display: flex;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul {
    flex-direction: column;
}
}
article.contents-desc-layout2 .list-wrap ul li {
  width: 100%;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li {
    border-bottom: 1px solid #ddd;
}
}
article.contents-desc-layout2 .list-wrap ul li + li {
  border-left: 1px solid #ddd;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li + li {
    border-left: 0;
}
}
article.contents-desc-layout2 .list-wrap ul li .item-box {
  padding: 26px 24px;
  text-align: center;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box {
    padding: 26px 12px;
}
}
article.contents-desc-layout2 .list-wrap ul li .item-box .ic-box {
  padding-bottom: 16px;
}
article.contents-desc-layout2 .list-wrap ul li .item-box .ic-box .ic {
  width: 90px;
  height: 90px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box .ic-box .ic {
  width: 80px;
  height: 80px;
}
}

@media (max-width: 768px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box .ic-box .ic {
  width: 50px;
  height: 50px;
}
}

article.contents-desc-layout2 .list-wrap ul li .item-box .ic-box .ic.ic-target1 {
  background: url("../img/ic_procedure_desc_target1.svg") no-repeat center/cover;
}
article.contents-desc-layout2 .list-wrap ul li .item-box .ic-box .ic.ic-target2 {
  background: url("../img/ic_procedure_desc_target2.svg") no-repeat center/cover;
}
article.contents-desc-layout2 .list-wrap ul li .item-box .ic-box .ic.ic-target3 {
  background: url("../img/ic_procedure_desc_target3.svg") no-repeat center/cover;
}
article.contents-desc-layout2 .list-wrap ul li .item-box .subject-box {
  color: #444444;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.01em;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box .subject-box {
    font-size: 18px;
  line-height: 24px;
}
}
article.contents-desc-layout2 .list-wrap ul li .item-box .con-box {
  padding-top: 24px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box .con-box {
    padding-top: 8px;
}
}
article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row {
  justify-content: center;
  display: flex;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row {
    max-width: 400px;
  margin: 0 auto;
}
}
article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row + .row {
  margin-top: 6px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row + .row {
    margin-top: 6px !important;
}
}
article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row.full {
  justify-content: flex-start;
}
article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row.full .txt-box {
  text-align: left;
}
article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row .label-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #67AAF2;
  border-radius: 100px;
  min-width: 112px;
  width: 112px;
  height: 28px;
  margin-right: 8px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row .label-box {
    width: 98px;
  min-width: 98px;
  height: 24px;
}
}
article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row .label-box .label-txt-box {
  color: #67AAF2;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.16px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row .label-box .label-txt-box {
    font-size: 14px;
}
}
article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row .txt-box {
  min-width: 0;
  position: relative;
  line-height: 28px;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row .txt-box {
    line-height: 24px;
}
}
article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row .txt-box .txt {
  padding-left: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row .txt-box .txt {
    line-height: 18px;
  font-size: 15px;
}
}
article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row .txt-box .txt::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #444;
}
@media (max-width: 1279px) {
  article.contents-desc-layout2 .list-wrap ul li .item-box .con-box .row .txt-box .txt::after {
    top: 6px;
}
}

article.stats-selector-layout1 {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  article.stats-selector-layout1 {
    padding-bottom: 28px;
}
}
article.stats-selector-layout1 .selector-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  article.stats-selector-layout1 .selector-box {
    width: 100%;
}
article.stats-selector-layout1 .selector-box .sbox {
  flex: 1;
  min-width: 0;
  width: auto;
}
}
article.stats-selector-layout1 .selector-box .download-btn {
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  border: 1px solid #a9a9a9;
  border-radius: 6px;
  height: 42px;
  padding: 0 24px;
}
@media (max-width: 767px) {
  article.stats-selector-layout1 .selector-box .download-btn {
    min-width: 0;
}
}
article.stats-selector-layout1 .selector-box .download-btn .file-box {
  min-width: 0;
}
article.stats-selector-layout1 .selector-box .download-btn .file-box .ic-pdf {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
article.stats-selector-layout1 .selector-box .download-btn .file-box .txt {
  font-size: 15px;
  letter-spacing: -0.03em;
  font-weight: 500;
  min-width: 0;
}
article.stats-selector-layout1 .selector-box .download-btn .ic-box {
  margin-left: 32px;
}
@media (max-width: 767px) {
  article.stats-selector-layout1 .selector-box .download-btn .ic-box {
    display: none;
}
}
article.stats-selector-layout1 .selector-box .download-btn .ic-box .ic-download {
  width: 16px;
  height: 16px;
  background: url("../img/ic_file_download.svg") no-repeat center/cover;
}
article.space-block.w80 {
  height: 80px;
}
@media (max-width: 767px) {
  article.space-block.m50 {
    height: 40px;
}
}





article.form-input-layout1 .contents-wrap {
  padding: 8px 12px;
  width: 100%;
}
article.form-input-layout1 .file-upload-box .upload-head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-upload-box .upload-head-box {
    flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
}
article.form-input-layout1 .file-upload-box .upload-head-box.type-disabled {
  opacity: 0.5;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box {
  display: inline-flex;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .upload-btn {
  background: #ebeef1;
  border: 1px solid #aaa;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  cursor: pointer;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .upload-btn input[type=file] {
  position: absolute;
  left: -9999px;
  transform: scale(0);
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .upload-btn .ic-upload {
  margin-right: 6px;
  background: url("../img/ic_file_upload.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .upload-btn .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.08em;
  color: #444;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .remove-box {
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .remove-box .remove-btn {
  position: relative;
  display: inline-flex;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .remove-box .remove-btn + .remove-btn {
  margin-left: 12px;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .remove-box .remove-btn + .remove-btn::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #585B62;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .remove-box .remove-btn .ic {
  margin-right: 5px;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .remove-box .remove-btn .ic.ic-select-remove {
  background: url("../img/ic_file_select_remove.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .remove-box .remove-btn .ic.ic-all-remove {
  background: url("../img/ic_file_all_remove.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .remove-box .remove-btn .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 17px;
  color: #444;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .download-box {
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .download-box .download-btn {
  position: relative;
  display: inline-flex;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .download-box .download-btn + .download-btn {
  margin-left: 12px;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .download-box .download-btn + .download-btn::after {
  content: "";
  position: absolute;
  top: 50%;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .download-box .download-btn .ic {
  margin-right: 5px;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .download-box .download-btn .ic.ic-select-download {
  background: url("../img/ic_file_download.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .download-box .download-btn .ic.ic-all-download {
  background: url("../img/ic_file_download.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-menu-box .download-box .download-btn .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 17px;
  color: #444;
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-view-box {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-upload-box .upload-head-box .upload-view-box {
    padding-top: 6px;
  width: 100%;
}
}
article.form-input-layout1 .file-upload-box .upload-head-box .upload-view-box .info-result-box {
  position: relative;
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-upload-box .upload-head-box .upload-view-box .info-result-box {
    font-size: 14px;
  line-height: 24px;
}
}
article.form-input-layout1 .file-upload-box .upload-body-box .file-drag-box {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article.form-input-layout1 .file-upload-box .upload-body-box .file-drag-box .ic-box {
  display: flex;
  justify-content: center;
}
article.form-input-layout1 .file-upload-box .upload-body-box .file-drag-box .ic-box img {
  max-width: 100%;
}
article.form-input-layout1 .file-upload-box .upload-body-box .file-drag-box .txt-box {
  padding-top: 8px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #444;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-upload-box .upload-body-box .file-drag-box .txt-box {
    text-align: center;
  font-size: 14px;
}
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box {
  border: 1px solid #dddddd;
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .cell-box:nth-child(1) {
  width: auto;
  padding: 5px 8px;
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .cell-box:nth-child(2) {
  width: 100%;
  min-width: 0;
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .cell-box:nth-child(3) {
  min-width: 200px;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .cell-box:nth-child(3) {
    min-width: 80px;
}
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .cell-box.center {
  text-align: center;
  justify-content: center;
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .cell-box.right {
  text-align: right;
  justify-content: flex-end;
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .head-box {
  background-color: #F6F6F6;
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .head-box .row {
  display: flex;
  align-items: center;
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .head-box .row .cell-box {
  padding: 3px 15px;
  font-size: 15px;
  line-height: 18px;
  color: #444;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .head-box .row .cell-box {
    padding: 2px 10px;
}
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .body-box {
  max-height: 96px;
  overflow-y: auto;
  background-color: #ffffff;
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .body-box .row {
  display: flex;
  align-items: center;
  min-width: 0;
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .body-box .row .cell-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #111;
  letter-spacing: -0.05em;
  padding: 4px 15px;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .body-box .row .cell-box {
    padding: 2px 10px;
}
}
article.form-input-layout1 .file-upload-box .upload-body-box .upload-table-box .body-box .row .cell-box .file-name-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}

article.form-input-layout1 .file-download-box .download-head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-download-box .download-head-box {
    flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
}
article.form-input-layout1 .file-download-box .download-head-box.type-disabled {
  opacity: 0.5;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box {
  display: inline-flex;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .download-btn {
  background: #f1efeb;
  border: 1px solid #aaa;
  border-radius: 5px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  cursor: pointer;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .download-btn input[type=file] {
  position: absolute;
  left: -9999px;
  transform: scale(0);
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .download-btn .ic-download {
  margin-right: 6px;
  background: url("../img/ic_file_download.svg") no-repeat center/cover;
  width: 12px;
  height: 12px;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .download-btn .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.08em;
  color: #444;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .remove-box {
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .remove-box .remove-btn {
  position: relative;
  display: inline-flex;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .remove-box .remove-btn + .remove-btn {
  margin-left: 12px;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .remove-box .remove-btn + .remove-btn::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #585B62;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .remove-box .remove-btn .ic {
  margin-right: 5px;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .remove-box .remove-btn .ic.ic-select-download {
  background: url("../img/ic_file_download.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .remove-box .remove-btn .ic.ic-all-remove {
  background: url("../img/ic_file_download.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.form-input-layout1 .file-download-box .download-head-box .download-menu-box .remove-box .remove-btn .txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 17px;
  color: #444;
}
article.form-input-layout1 .file-download-box .download-head-box .download-view-box {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-download-box .download-head-box .download-view-box {
    padding-top: 6px;
  width: 100%;
}
}
article.form-input-layout1 .file-download-box .download-head-box .download-view-box .info-result-box {
  position: relative;
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-download-box .download-head-box .download-view-box .info-result-box {
    font-size: 14px;
  line-height: 24px;
}
}
article.form-input-layout1 .file-download-box .download-body-box .file-drag-box {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article.form-input-layout1 .file-download-box .download-body-box .file-drag-box .ic-box {
  display: flex;
  justify-content: center;
}
article.form-input-layout1 .file-download-box .download-body-box .file-drag-box .ic-box img {
  max-width: 100%;
}
article.form-input-layout1 .file-download-box .download-body-box .file-drag-box .txt-box {
  padding-top: 8px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #444;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-download-box .download-body-box .file-drag-box .txt-box {
    text-align: center;
  font-size: 14px;
}
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box {
  border: 1px solid #dddddd;
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .cell-box:nth-child(1) {
  width: auto;
  padding: 5px 8px;
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .cell-box:nth-child(2) {
  width: 100%;
  min-width: 0;
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .cell-box:nth-child(3) {
  min-width: 200px;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-download-box .download-body-box .download-table-box .cell-box:nth-child(3) {
    min-width: 80px;
}
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .cell-box.center {
  text-align: center;
  justify-content: center;
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .cell-box.right {
  text-align: right;
  justify-content: flex-end;
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .head-box {
  background-color: #F6F6F6;
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .head-box .row {
  display: flex;
  align-items: center;
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .head-box .row .cell-box {
  padding: 3px 15px;
  font-size: 15px;
  line-height: 18px;
  color: #444;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-download-box .download-body-box .download-table-box .head-box .row .cell-box {
    padding: 2px 10px;
}
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .body-box {
  max-height: 96px;
  overflow-y: auto;
  background-color: #ffffff;
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .body-box .row {
  display: flex;
  align-items: center;
  min-width: 0;
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .body-box .row .cell-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #111;
  letter-spacing: -0.05em;
  padding: 4px 15px;
}
@media (max-width: 767px) {
  article.form-input-layout1 .file-download-box .download-body-box .download-table-box .body-box .row .cell-box {
    padding: 2px 10px;
}
}
article.form-input-layout1 .file-download-box .download-body-box .download-table-box .body-box .row .cell-box .file-name-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}

article.form-input-layout1 .form-group-box + .form-group-box {
  margin-top: 24px;
}
article.form-input-layout1 .form-group-box .form-tit-box {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.05em;
  padding-bottom: 8px;
}
article.form-input-layout1 .form-box {
  border-top: 1px solid #404557;
}
article.form-input-layout1 .form-box > .row {
  display: flex;
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row {
    flex-direction: column;
}
}
article.form-input-layout1 .form-box > .row .item-box {
  display: inline-flex;
  width: 100%;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box {
  background-color: #FFFFFF;
}
}
@media (max-width: 767px) {
  article.form-input-layout1 .form-box > .row .item-box {
  background-color: #FFFFFF;
}
}
article.form-input-layout1 .form-box > .row .item-box + .item-box {
  padding-left: 40px;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box + .item-box {
    border-top: 1px solid #404557;
  padding-left: 0;
}
}
article.form-input-layout1 .form-box > .row .item-box .subject-box {
  width: 118px;
  padding: 5px;
  min-height: 42px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box .subject-box {
    width: 100px;
  min-height: 36px;
  padding: 5px 8px 5px 8px;
  align-items: center;
}
}

article.form-input-layout1 .form-box > .row .item-box .subject-box .subject-txt {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  position: relative;
  width: 100%;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box .subject-box .subject-txt {
    font-size: 15px;
  line-height: 18px;
  margin-top: 4px;
}
}
article.form-input-layout1 .form-box > .row .item-box .subject-box .subject-txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FFF;
  width: 1px;
  height: 18px;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box .subject-box .subject-txt::after {
    top: 0;
  bottom: 0;
  height: auto;
  transform: none;
}
}

article.form-input-layout1 .form-box > .row .item-box .subject-box {
  width: 118px;
  padding: 5px;
  min-height: 42px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box .subject-box {
    width: 100px;
  min-height: 36px;
  padding: 5px 8px 5px 8px;
  align-items: center;
}
}

article.form-input-layout1 .form-box > .row .item-box .subject-box .subject-txt {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  position: relative;
  width: 100%;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box .subject-box .subject-txt {
    font-size: 15px;
  line-height: 18px;
  margin-top: 4px;
}
}
article.form-input-layout1 .form-box > .row .item-box .subject-box .subject-txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FFF;
  width: 1px;
  height: 18px;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box .subject-box .subject-txt::after {
    top: 0;
  bottom: 0;
  height: auto;
  transform: none;
}
}
article.form-input-layout1 .form-box > .row .item-box .subject-box2 {
  width: 118px;
  padding: 5px;
  min-height: 42px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: #f3f5fa;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box .subject-box2 {
    width: 100px;
  min-height: 36px;
  padding: 5px 8px 5px 8px;
  align-items: center;
}
}

article.form-input-layout1 .form-box > .row .item-box .subject-box2 .subject-txt {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  position: relative;
  width: 100%;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box .subject-box2 .subject-txt {
    font-size: 15px;
  line-height: 18px;
  margin-top: 4px;
}
}
article.form-input-layout1 .form-box > .row .item-box .subject-box2 .subject-txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box .subject-box2 .subject-txt::after {
    top: 0;
  bottom: 0;
  height: auto;
  transform: none;
}
}

article.form-input-layout1 .form-box > .row .item-box .con-box {
  flex: 1;
  min-width: 0;
  min-height: 42px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  article.form-input-layout1 .form-box > .row .item-box .con-box {
    font-size: 15px;
  line-height: 18px;
  min-height: 36px;
  padding: 5px 8px;
}
}
article.form-input-layout1 .form-box > .row .item-box .con-box .con-txt-box {
  word-break: break-word;
}
article.form-input-layout1 .form-note-box {
  padding-top: 6px;
}
article.form-input-layout1 .form-note-box .note-box {
  display: flex;
  align-items: center;
}
article.form-input-layout1 .form-note-box .note-box .ic-info {
  background: url("../img/ic_info.svg") no-repeat center/cover;
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
article.form-input-layout1 .form-note-box .note-box .txt {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.75px;
}
.main {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainCtnarea1 {
  display: flex;
  width: 98%;
  max-width: 1398px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
  box-sizing: border-box;
}
@media (min-width: 1439px) {
  .mainCtnarea1 {
		flex-direction: row;
  width: 98%;
}
}

@media (min-width: 767px) and (max-width: 1279px) {
  .mainCtnarea1 {
		flex-direction: column;
  width: 98%;
}
}

@media (max-width: 600px) {
  .mainCtnarea1 {
		flex-direction: column;
  width: 98%;
}
}


.main_left {
  overflow: hidden;
  float: left;
  width: 100%;
  margin-top: 0;
  padding: 50px 38px 51px 59px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .main_left {overflow: hidden;
  float: left;
  width: 100%;
  margin-top: 0;
  padding: 30px 18px 31px 39px;
  box-sizing: border-box;
}
}



span.line1 {
  margin-top: 10px;
  width: 60%;
  font-weight: 400;
  font-size:15px;
  color:#121212;
}
h2.infotitle1 {
  margin-top: 15px;
  width: 60%;
  font-weight: 600;
  font-size:26px;
  color:#121212;
}
@media (max-width: 767px) {
  h2.infotitle1{margin-top: 15px;
  width: 98%;
  font-weight: 600;
  font-size:22px;
  color:#121212;
  line-height: 27px;
}
}

h3.infotxt1 {
  color: #121212;
  font-weight: 300;
  text-align: left;
  width: 60%;
  line-height: 26px;
  font-size: 16px;
  padding: 15px 0 23px 0;
}
@media (max-width: 767px) {
  h3.infotxt1{ color: #121212;
  font-weight: 300;
  text-align: left;
  width: 98%;
  line-height: 18px;
  font-size: 14px;
  padding: 15px 0 23px 0;
}
}

a.btn_detail1 {
  color: #323233;
  background-color:#f9fbfd;
  text-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  width: 145px;
  height: 33px;
  border: 1px solid #323233;
  border-radius: 16px;
  cursor:pointer;
  box-sizing: border-box;
  padding-top: 7px;
}
a.btn_detail1:hover {
  background-color:#f9fbfd;
  width: 145px;
  height: 33px;
  border-radius: 16px;
}
a.btn_detail1:active {
  ackground-color:#f9fbfd;
  width: 145px;
  height: 33px;
  border-radius: 16px;
}
a.btn_detail1:link {
  background-color:#f9fbfd;
  width: 145px;
  height: 33px;
  border-radius: 16px;
}
a.btn_detail1:visited {
  background-color: #f9fbfd;
  width: 145px;
  height: 33px;
  border-radius: 16px;
}
.main_right {
  overflow: hidden;
  float: right;
  width: 100%;
  margin-top: 0;
  padding: 50px 38px 51px 59px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .main_right {overflow: hidden;
  float: right;
  width: 100%;
  margin-top: 0;
  padding: 30px 18px 31px 39px;
  box-sizing: border-box;
}
}

span.line2 {
  margin-top: 10px;
  width: 60%;
  font-weight: 400;
  font-size:15px;
  color:#121212;
}
h2.infotitle2 {
  margin-top: 15px;
  width: 60%;
  font-weight: 600;
  font-size:26px;
  color:#121212;
}
@media (max-width: 767px) {
  h2.infotitle2{margin-top: 15px;
  width: 98%;
  font-weight: 600;
  font-size:22px;
  color:#121212;
  line-height: 27px;
}
}

h3.infotxt2 {
  color: #121212;
  font-weight: 300;
  text-align: left;
  width: 60%;
  line-height: 26px;
  font-size: 16px;
  padding: 15px 0 23px 0;
}
@media (max-width: 767px) {
  h3.infotxt2{ color: #121212;
  font-weight: 300;
  text-align: left;
  width: 98%;
  line-height: 18px;
  font-size: 14px;
  padding: 15px 0 23px 0;
}
}

a.btn_detail2 {
  color: #323233;
  background-color: #f9fbfd;
  text-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  width: 145px;
  height: 33px;
  border: 1px solid #323233;
  border-radius: 16px;
  cursor:pointer;
  box-sizing: border-box;
  padding-top: 7px;
}
a.btn_detail2:hover {
  background-color:#f9fbfd;
  width: 145px;
  height: 33px;
  border-radius: 16px;
}
a.btn_detail2:active {
  background-color:#f9fbfd;
  width: 145px;
  height: 33px;
  border-radius: 16px;
}
a.btn_detail2:link {
  background-color:#f9fbfd;
  width: 145px;
  height: 33px;
  border-radius: 16px;
}
a.btn_detail2:visited {
  background-color:#f9fbfd;
  width: 145px;
  height: 33px;
  border-radius: 16px;
}
.mContBox1 {
  flex: 1;
  border: 1px solid #edf3f8;
  border-radius: 28px;
  background: url(../img/main/mContBox1bg.png) no-repeat right;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #ecf2f8;
}
@media (max-width: 767px) {
  .mContBox1 {flex: 1;
  border: 1px solid #edf3f8;
  border-radius: 28px;
  background: url(../img/main/mContBox1bg_m.png) no-repeat right;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #ecf2f8;
}
}


.mContBox2 {
  flex: 1;
  border: 1px solid #edf3f8;
  border-radius: 28px;
  background: url(../img/main/mContBox2bg.png) no-repeat right;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #ecf2f8;
}
@media (max-width: 767px) {
  .mContBox2 {flex: 1;
  border: 1px solid #edf3f8;
  border-radius: 28px;
  background: url(../img/main/mContBox2bg_m.png) no-repeat right;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #ecf2f8;
}
}


.m_news {
  position:relative;
  width:100%;
  padding-bottom: 0;
}
.m_news h3.tle {
  margin-bottom: 14px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .m_news h3.tle {margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
}
}
.m_news .m_newsGo {
  display: block;
  position: absolute;
  left: 90px;
  top: 2px;
  width: 73px;
  height: 20px;
}
@media (max-width: 767px) {
  .m_news .m_newsGo {font-size: 14px;
}
}
.m_news li {
  padding: 5px 2px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .m_news li {padding: 5px 2px;
  font-size: 14px;
}
}
.m_news li > a {
  display: block;
  overflow: hidden;
}
.m_news li > a:hover {
  font-weight: 500;
}
.m_news .m_newsHead {
  float: left;
  display: block;
  max-width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 25px;
  color: #111;
}
.m_news .m_newsHead .new {
  width: 22px;
  height: 22px;
  border-radius: 70%;
  border: 3px solid #f4f4f4;
  background: #f31f3b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_news .m_newsHead .new::after {
  content: 'N';
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
.m_news .m_newsDate {
  float: left;
  color: #7c7c7e;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .m_news .m_newsDate{float: left;
  color: #7c7c7e;
  padding:0 8px 5px 0;
}
}

.m_faq {
  position:relative;
  width:100%;
  padding-bottom: 0;
}
.m_faq h3.tle {
  margin-bottom: 14px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .m_faq h3.tle {margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
}
}
.m_faq .m_faqGo {
  display: block;
  position: absolute;
  left: 130px;
  top: 2px;
  width: 73px;
  height: 20px;
}
@media (max-width: 767px) {
  .m_faq .m_faqGo {font-size: 14px;
}
}

.m_faq li {
  padding: 5px 2px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .m_faq li {padding: 5px 2px;
  font-size: 14px;
}
}
.m_faq li > a {
  display: block;
  overflow: hidden;
}
.m_faq li > a:hover {
  font-weight: 500;
}
.m_faq .m_faqsHead {
  float: left;
  display: block;
  max-width: 69%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 25px;
  color: #111;
}
.m_faq .m_faqHead .new {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #f31f3b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m_faq .m_faqHead .new::after {
  content: 'N';
  color: #ffffff;
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 11px;
  line-height: 1;
}
.m_faq .m_faqDate {
  float: left;
  color: #7c7c7e;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .m_faq .m_faqDate{float: left;
  color: #7c7c7e;
  padding:0 8px 5px 0;
}
}


.mContBox3 {
  flex: 1;
  border-radius: 28px;
  border: 1px solid #edf3f8;
  background: url(../img/main/mContBox3bg.png) no-repeat right;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #ecf2f8;
}
.mContBox4 {
  flex: 1;
  border-radius: 28px;
  border: 1px solid #edf3f8;
  background: url(../img/main/mContBox4bg.png) no-repeat right;
  box-sizing:border-box;
  box-shadow: inset 0 0 20px #ecf2f8;
}
.ctnSpacetype1 {
  margin:1% auto;
}
.ctnSpacetype2 {
  margin:3% auto;
}
ol.ctnNum {
  padding-left: 7%;
  margin: 10px auto;
}
ol.ctnNum li {
  list-style-type: decimal;
  padding: 5px 0;
  font-size: 18px;
}
@media (max-width: 1279px) {
  ol.ctnNum{ padding-left: 7%;
  margin: 10px auto;
  font-size: 16px;
}
}
@media (max-width: 1279px) {
  ol.ctnNum li{list-style-type: decimal;
  padding: 5px 0;
  font-size: 16px;
}
}

@media (max-width: 767px) {
  ol.ctnNum{ padding-left: 15%;
  margin: 10px auto;
  font-size: 16px;
}
}
@media (max-width: 767px) {
  ol.ctnNum li{list-style-type: decimal;
  padding: 5px 0;
  font-size: 16px;
}
}


div.ctnNumtype-inside {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #444444;
  position: relative;
  padding-left: 20px;
  margin-left: 60px;
}
@media (max-width: 1279px) {
  div.ctnNumtype-inside {
    font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
}
}
@media (max-width: 767px) {
  div.ctnNumtype-inside {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #444444;
  position: relative;
  padding-left: 20px;
  margin-left: 40px;
}
}
div.ctnNumtype-inside::after {
  content: "-";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 3px;
  height: 3px;
}
div.ctnStartype-inside {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #444444;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1279px) {
  div.ctnStartype-inside {
    font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
}
}
div.ctnStartype-inside::after {
  content: "*";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 3px;
  height: 3px;
}



/* Bagic Button */

.btnS {
  font-size: 16px;
  border-radius: 5px !important;
  position:relative;
  box-sizing:border-box;
  max-width:100%;
  text-align:center;
  -webkit-border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  display: inline-block;
  padding:.6rem .9rem;
  border:1px solid rgba(0,0,0,0.2);
  background-color:#ffffff;
  color:#000000;
  white-space:nowrap;
  transition:.2s ease-out;
  line-height: 1;
}
.btnS:hover {
  background: #f9f9f9;
}
.btnS.btn01 {
  background-color: #0C90D4;
  border-color: #0c90d4;
  color:#ffffff;
}
.btnS.btn01:hover {
  background-color: #006ac8;
}
.btnS.btn02 {
  color: #0c90d4;
  background-color: #ffffff;
  border-color: #0c90d4;
}
.btnS.btn02:hover {
  background-color: #edf5ff;
}
.btnS.btn03 {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #000000;
}
.btnS.btn03:hover {
  background-color: #c3c3c3;
}
.btnS.btn04 {
  color:#ffffff;
  border-color: #3c4556;
  background-color: #3c4556;
}
.btnS.btn04:hover {
  background-color: #212938;
}
.btnS.btn05 {
  color: #bfbfbf;
  background-color: #f3f3f3;
  border-color: #d1d1d1;
}
.btnS > i {
  margin: 0 3px 0 -1px;
  font-size: .8em;
  vertical-align: 1px;
}
.btns > i.fa-list,.btnS > i.fa-check,.btnS > i.fa-pen,.btnS > i.fa-trash-alt {
  margin: 0 5px 0 0;
  font-size: 13px;
}

.btnS2 {
  font-size: 16px;
  border-radius: 5px !important;
  position:relative;
  box-sizing:border-box;
  max-width:100%;
  text-align:center;
  -webkit-border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  display: inline-block;
  padding:.2em .9rem;
  border:1px solid rgba(0,0,0,0.2);
  background-color:#ffffff;
  color:#000000;
  white-space:nowrap;
  transition:.2s ease-out;
  line-height: 1;
}
.btnS2:hover {
  background: #f9f9f9;
}
.btnS2.btn01 {
  background-color: #0C90D4;
  border-color: #0c90d4;
  color:#ffffff;
}
.btnS2.btn01:hover {
  background-color: #006ac8;
}
.btnS2.btn02 {
  color: #0c90d4;
  background-color: #ffffff;
  border-color: #0c90d4;
}
.btnS2.btn02:hover {
  background-color: #edf5ff;
}
.btnS2.btn03 {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #000000;
}
.btnS2.btn03:hover {
  background-color: #c3c3c3;
}
.btnS2.btn04 {
  color:#ffffff;
  border-color: #3c4556;
  background-color: #3c4556;
}
.btnS2.btn04:hover {
  background-color: #212938;
}
.btnS2.btn05 {
  color: #bfbfbf;
  background-color: #f3f3f3;
  border-color: #d1d1d1;
}
.btnS2 > i {
  margin: 0 3px 0 -1px;
  font-size: .8em;
  vertical-align: 1px;
}
.btns2 > i.fa-list,.btnS > i.fa-check,.btnS > i.fa-pen,.btnS > i.fa-trash-alt {
  margin: 0 5px 0 0;
  font-size: 13px;
}
select.selectList {
  height: 35px;
  width: 25%;
  line-height: 20px;
  vertical-align: top;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 3px;
}
@media (max-width: 767px) {
  select.selectList {
	width: 100%;
}
}


button.btnS2 {
  font-size: 16px;
  border-radius: 5px !important;
  position:relative;
  box-sizing:border-box;
  max-width:100%;
  text-align:center;
  -webkit-border-radius:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  display: inline-block;
  padding:.2em .9rem;
  border:1px solid rgba(0,0,0,0.2);
  background-color:#ffffff;
  color:#000000;
  white-space:nowrap;
  transition:.2s ease-out;
  line-height: 1;
}
button.btnS2:hover {
  background: #f9f9f9;
}
button.btnS2.btn01 {
  background-color: #0C90D4;
  border-color: #0c90d4;
  color:#ffffff;
}
button.btnS2.btn01:hover {
  background-color: #006ac8;
}
button.btnS2.btn02 {
  color: #0c90d4;
  background-color: #ffffff;
  border-color: #0c90d4;
}
button.btnS2.btn02:hover {
  background-color: #edf5ff;
}
button.btnS2.btn03 {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #000000;
}
button.btnS2.btn03:hover {
  background-color: #c3c3c3;
}
button.btnS2.btn04 {
  color:#ffffff;
  border-color: #3c4556;
  background-color: #3c4556;
}
button.btnS2.btn04:hover {
  background-color: #212938;
}
button.btnS2.btn05 {
  color: #bfbfbf;
  background-color: #f3f3f3;
  border-color: #d1d1d1;
}
button.btnS2 > i {
  margin: 0 3px 0 -1px;
  font-size: .8em;
  vertical-align: 1px;
}
button.btns2 > i.fa-list,.btnS > i.fa-check,.btnS > i.fa-pen,.btnS > i.fa-trash-alt {
  margin: 0 5px 0 0;
  font-size: 13px;
}

.btn_wrap {
  display:block;
  position:relative;
  width:100%;
  padding:15px 0;
  text-align:center;
  box-sizing:border-box;
  margin: 40px 0 0;
}
.btn_wrap::after {
  content: '';
  display: block;
  clear: both;
}
.btn_wrap .btnS {
  min-width: 110px;
  margin: 0 6px;
  padding: 10px 20px;
}
.btn.btnS_block {
  background: #0c3681;
  color: #ffffff;
  width: 100%;
  padding: 13px 0;
  border-radius: 0;
  margin-top: 15px;
  box-sizing: border-box;
}
.btn_wrap > .left {
  float:left;
}
.btn_wrap > .right {
  float:right;
}
.btn_wrap.btnS_wrapGrd {
  text-align: right;
  margin-top: 0;
  padding:0 !important;
}
.btn_wrap2 {
  display:block;
  position:relative;
  width:100%;
  padding:15px 0;
  text-align:center;
  box-sizing:border-box;
  margin: 20px 0 20px 0;
}
.btn_wrap2::after {
  content: '';
  display: block;
  clear: both;
}
.btn_wrap2 .btnS {
  min-width: 110px;
  margin: 0 6px;
  padding: 10px 20px;
}
.btnS.btn_block2 {
  background: #0c3681;
  color: #ffffff;
  width: 100%;
  padding: 13px 0;
  border-radius: 0;
  margin-top: 15px;
  box-sizing: border-box;
}
.btn_wrap2 > .left {
  float:left;
}
.btn_wrap2 > .right {
  float:right;
}
.btn_wrap2.btnS_wrapGrd {
  text-align: right;
  margin-top: 0;
  padding:0 !important;
}
.btn_wrap3 {
  display:block;
  position:relative;
  width:100%;
  padding:0 0;
  text-align:center;
  box-sizing:border-box;
  margin: 0 0 0 0;
}
.btn_wrap3::after {
  content: '';
  display: block;
  clear: both;
}
.btn_wrap3 .btnS {
  min-width: 110px;
  margin: 0 6px;
  padding: 10px 20px;
}
.btnS .btn_block3 {
  background: #0c3681;
  color: #ffffff;
  width: 100%;
  padding: 13px 0;
  border-radius: 0;
  margin-top: 0;
  box-sizing: border-box;
}
.btn_wrap3 > .left {
  float:left;
}
.btn_wrap3 > .right {
  float:right;
}
.btn_wrap3.btn_wrapGrd {
  text-align: right;
  margin-top: 0;
  padding:0 !important;
}
.btnS+ .btnS {
  margin: 0 0 0 10px;
}

.table-search-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 2px solid #ebebeb;
  background: #ffffff;
  padding: 15px 15px 11px 15px;
}
.table-search-box .BD_total {
  float: left;
  line-height: 26px;
  font-size: 14px;
  padding-bottom: 7px;
}
.table-search-box .BD_total .pc_blue {
  color: #444cb1;
}
.mgl10 {
  margin-left: 10px !important;
}
.table-search-box .BD_srch {
  float: right;
  text-align: right;
  width:60%;
}
.table-search-box .BD_srch select {
  height: 35px;
  width: 15%;
  line-height: 20px;
  vertical-align: top;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 3px;
}
.table-search-box .BD_srch input {
  padding: 0 0.75rem;
  width: 40%;
  height: 35px;
  line-height: 20px;
  vertical-align: top;
  font-size: 14px;
  border: 1px solid #cacaca;
  border-radius: 3px;
}
.table-search-box .BD_srch button {
  width: 12%;
  height: 35px;
  font-size: 16px;
  color: #ffffff;
  background: #505568;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .table-search-box .BD_total {
	
    float: none;
  width: 100%;
}
}
@media (max-width: 767px) {
  .table-search-box .BD_Top{
    float: none;
  width: 100%;
}
}

@media (max-width: 767px) {
  .table-search-box .BD_srch {
    float: none;
  width: 100%;
}
}
@media (max-width: 767px) {
  .table-search-box .BD_srch select{
   width:100%;
  clear: both;
  margin-bottom: 7px;
  padding-left: 10px;
}
}
@media (max-width: 767px) {
  .table-search-box .BD_srch input{
   width:100%;
  clear: both;
  margin-bottom: 7px;
  padding-left: 10px;
}
}
@media (max-width: 767px) {
  .table-search-box .BD_srch button{
   width:100%;
  clear: both;
  margin-bottom: 7px;
}
}

.notice-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5%;
  background: transparent;
  z-index: 9999;
}
.notice-dialog {
  width: 300px;
  height: 400px;
  background: url("../img/main/Main_Board_BgImg.png") center/cover no-repeat;
  color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}
.notice-dialog::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background: linear-gradient(to bottom,
	rgba(0,0,0,0.0) 30%, 
	rgba(0,0,0,0.4) 80%,   
	rgba(0,0,0,0.7) 100%  
	);
  pointer-events:none;
}
.notice-body,
    .notice-footer {
  position: relative;
  z-index: 1;
}
.notice-body {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  padding: 14px 16px 8px;
  text-align: center;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
#notice-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  margin-bottom: 20px;
  line-height: 1.3;
  word-break: keep-all;
}
.notice-text {
  margin: 0;
  line-height: 1.5;
  font-size: clamp(13px, 2.2vw, 14.5px);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.notice-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(3px);
}
.notice-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.notice-checkbox input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}
.notice-checkbox span {
  position: relative;
  padding-left: 26px;
  line-height: 18px;
  user-select: none;
}
.notice-checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.notice-checkbox span::after {
  content: "✔";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-55%) scale(0.9);
  font-size: 13px;
  color: #D62F32;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.notice-checkbox input:checked + span::before {
  background: #ffffff;
  border-color: #ffffff;
}
.notice-checkbox input:checked + span::after {
  opacity: 1;
  transform: translateY(-55%) scale(1);
}
.notice-checkbox input:focus-visible + span::before {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
.notice-checkbox input:disabled + span {
  opacity: 0.6;
  cursor: not-allowed;
}
.notice-checkbox span {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.notice-close {
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.notice-close:hover {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}
.notice-close:active {
  transform: translateY(1px);
}
.notice-close:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
@media (max-width: 299.98px) {
  .notice-dialog {
        width: 90vw;
  height: min(calc(90vw * 4 / 3), 80vh);
}
}

    @media (max-height: 540px) {
  .notice-dialog { height: min(400px, 92vh);
}
}

    @media (prefers-reduced-motion: reduce) {
  .notice-close { transition: none;
}
}


@media (max-width: 319px) {
  html, body, footer{
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
  }
  
  body, footer {
    transform: scale(calc(100vw / 320));
    transform-origin: top left;
    width: 320px;
  }
}