@import "reset.css";
body {
  background: #F6F7FB !important;
}
.wrap {
  width: 100%;
  height: 100%;
}
.wrap a:hover {
  opacity: 0.8;
}
.wrap.login,
.wrap.search {
  display: flex;
  flex-direction: column;
}
#intro {
  width: 100%;
  height: 100%;
  min-height: 800px;
  background: linear-gradient(180deg, #ffffff 0%, #c1c1c1 65%, #ffffff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
#intro b {
  font-size: 56px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#intro img {
  width: 1419px;
  height: 116px;
}
#intro span {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 600;
  font-size: 32px;
}
header {
  z-index: 50;
  width: 100%;
  display: flex;
  align-items: center;
}
header.type01 {
  justify-content: center;
  padding: 34px 0 20px;
}
header.type01 img {
  width: 322px;
  height: 51px;
}
header.type02 {
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  height: 84px;
  background: #343F6E;
  padding: 0 0 0 30px;
}
header.type02 + .container {
  padding: 104px 20px 0 150px;
}
header.type02.active + .container {
  padding: 104px 20px 0 245px;
}
header.type02 > img {
  width: 244px;
  height: 36px;
}
header.type02 > a {
  height: 100%;
  background: #E8E8E8;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.type02 > a:nth-of-type(1) {
  margin: 0 0 0 auto;
  border-right: 1px solid #343F6E;
}
header.type02 > a img {
  width: 28px;
  height: 28px;
  margin: 0 5px 0 0;
}
ul.snb {
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  top: 104px;
  left: 0;
  width: 120px;
  height: calc(100% - 104px);
  background: #2699FB;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 20px 0 0;
}
ul.snb.active {
  width: 228px;
}
ul.snb.active li .hamburger {
  width: 38px;
  height: 38px;
  background: url("/images/icon_close.png") center center no-repeat;
  background-size: contain;
}
ul.snb.active li:nth-of-type(2):before {
  content: none;
}
ul.snb.active li:nth-of-type(n+2) {
  margin: 25px 0;
}
ul.snb.active li:nth-of-type(n+2) a {
  width: 90px;
  height: 90px;
}
ul.snb.active li:nth-of-type(n+2) a img {
  width: 44px;
  height: 44px;
}
ul.snb.active li:nth-of-type(n+2) span {
  display: inline-block;
  font-size: 22px;
}
ul.snb li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
ul.snb li .hamburger {
  display: inline-block;
  width: 28px;
  height: 20px;
  background: url("/images/icon_hamburger.png") center center no-repeat;
  background-size: contain;
}
ul.snb li:nth-of-type(2):before {
  position: absolute;
  content: '';
  width: 58px;
  height: 1px;
  background: #d5e6ff;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
ul.snb li:nth-of-type(n+2) {
  margin: 30px 0;
}
ul.snb li:nth-of-type(n+2) a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #d5e6ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.snb li:nth-of-type(n+2) a img {
  width: 27px;
  height: 27px;
}
ul.snb li:nth-of-type(n+2) span {
  margin: 10px 0 0;
  white-space: nowrap;
  font-size: 15px;
  font-weight: bold;
}
.container {
  width: 100%;
  padding: 0 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container.type00 {
  min-height: calc(100% - 180px);
}
.container.type01 {
  min-height: calc(100% - 75px);
}
.container.type02 {
  min-height: calc(100% - 230px);
  margin: 50px 0 0;  
}
.container .c_tab {
  flex: 1;
}
.container > div {
  width: 100%;
  display: flex;
}
.container > div .left70 {
  flex: 1;
}
.container > div .left40 {
  flex: 1;
}
.container > div .right30 {
  margin: 0 0 0 15px;
  width: 30%;
}
.container > div .right60 {
  margin: 0 0 0 15px;
  width: 60%;
}
.container .c_title {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0px 6px 20px 0 rgba(193, 207, 217, 0.2);
  display: flex;
  align-items: center;
  padding: 0 27px;
  font-weight: bold;
}
.container .c_title a,
.container .c_title b {
  margin: 0 0 0 20px;
  height: 33px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0 25px;
  color: #000;
  white-space: nowrap;
}
.container .c_title small {
  margin: 0 0 0 10px;
  font-size: 16px;
}
.container .c_title.type01 {
  height: 62px;
}
.container .c_title.type02 {
  height: 44px;
}
.container .c_title.deep_navy {
  background: #343F6E;
  color: #fff;
}
.container .c_title.navy {
  background: #167DD5;
  color: #fff;
}
.container .c_title.sky {
  background: #2699FB;
  color: #fff;
}
.container .c_title.gold {
  background: #C1A552;
  color: #fff;
}
.container .c_title.yellow {
  background: #F7D264;
  color: #151515;
}
.container .c_title.silver {
  background: #989898;
  color: #fff;
}
.container .c_title.deep_silver {
  background: #818181;
  color: #fff;
}
.container .c_contents {
  min-height: 228px;
  width: 100%;
  background: #fff;
  margin: 10px 0 0;
  border-radius: 3px;
  box-shadow: 0px 6px 20px 0 rgba(193, 207, 217, 0.2);
  font-weight: bold;
  color: #646d82;
}
.container .c_contents .contents {
  display: flex;
  padding: 10px 20px 20px;
  background: #fff;
  line-height: 1.5;
}
.container .c_contents .contents.only {
  padding: 44px 20px 20px;
}
.container .c_contents .contents em {
  margin: 10px 0 0;
  font-size: 12px;
}
.container .c_contents.type01 {
  min-height: auto;
  background: transparent;
  box-shadow: none;
  padding: 10px 20px 20px;
  color: #000;
  display: flex;
  align-items: center;
}
.container .c_contents.type01 *:nth-child(n+2) {
  margin: 0 0 0 20px;
}
.container .c_contents.type01 input,
.container .c_contents.type01 select,
.container .c_contents.type01 a {
  box-shadow: 0px 3px 6px 0 rgba(193, 207, 217, 0.4);
}
.container .c_contents.type01 select {
  width: 264px;
  height: 33px;
  border-radius: 16px;
  text-indent: 20px;
}
.container .c_contents.type01 a {
  width: 193px;
  height: 33px;
  background: #FFD558;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .c_contents.type02 {
  min-height: auto;
  padding: 24px 0 54px;
  margin: 0;
}
.container ul.type01 li {
  display: flex;
  align-items: center;
}
.container ul.type01 li span:nth-of-type(1) {
  width: 167px;
  text-align: right;
}
.container ul.type01 li small {
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container ul.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container ul.pagination li.active a {
  color: #167DD5;
}
.container ul.pagination a {
  font-size: 16px;
  color: #646D82;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container ul.pagination_tab {
  width: 100%;
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container ul.pagination_tab li:first-child a,
.container ul.pagination_tab li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 30px;
  background: #565656;
  border-radius: 3px;
  box-shadow: 0px 3px 6px 0 rgba(193, 207, 217, 0.2);
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}
.container ul.pagination_tab li:nth-of-type(n+2):nth-of-type(-n+8) {
  margin: 0 0 0 20px;
}
.container ul.pagination_tab li:nth-of-type(n+2):nth-of-type(-n+8) a {
  padding: 4px;
}
.container ul.pagination_tab li:nth-of-type(n+2):nth-of-type(-n+8) a.active {
  color: #FF0000;
}
.container .contents_div.type01 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  color: #000;
}
.container .contents_div.type01 b {
  margin: 14px 0;
  width: 233px;
  height: 40px;
  border-radius: 46px;
  font-size: 23px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #000;
  padding: 0 25px;
}
.container .contents_div.type01 small {
  font-size: 14px;
}
.container table {
  width: 100%;
  table-layout: fixed;
}
.container table .icon_red01 span {
  width:126px;
  height: 28px;
  border-radius: 8px;
  border: solid 1px #e02121;
  padding: 0 5px;
  text-align: center;
}
.container table .icon_red02 span {
  width:126px;
  height: 28px;
  border-radius: 8px;
  border: solid 1px #e02121;
  padding: 0 5px;
  background: #e02121;
  color: #fff;
}
.container table th {
  color: #2e2e2e;
  white-space: nowrap;
}
.container table td {
  white-space: nowrap;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.container table.type01.silver tr:nth-child(2) th:nth-of-type(n+5):nth-of-type(-n+13) {
  background: #e8e8e8;
}
.container table.type01.silver td:nth-of-type(n+5):nth-of-type(-n+13) {
  background: #e8e8e8;
}
.container table.type01 tr {
  cursor: pointer;
}
.container table.type01 tr:hover td {
  background: rgba(0, 0, 0, 0.06);
}
.container table.type01 tr:nth-child(1) th {
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.container table.type01 tr:nth-child(1) th span {
  font-size: 22px;
}
.container table.type01 tr:nth-child(1) th small {
  margin: 0 0 0 5px;
  font-size: 21px;
}
.container table.type01 tr:nth-child(2) th {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.container table.type01 tr:nth-child(2) th:nth-of-type(n+5):nth-of-type(-n+13) {
  font-size: 16px;
  background: #FFF3D0;
}
.container table.type01 tr:nth-child(2) th:nth-of-type(n+5):nth-of-type(-n+12) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.container table.type01 td {
  padding: 14px 0;
  text-align: center;
  font-weight: 400;
  color: #000;
}
.container table.type01 td:nth-of-type(n+3):nth-of-type(-n+15) {
  font-size: 16px;
}
.container table.type01 td:nth-of-type(n+5):nth-of-type(-n+13) {
  background: #FFF3D0;
}
.container table.type01 td:nth-of-type(n+5):nth-of-type(-n+12) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.container table.type01 td a {
  color: #FF2626;
  text-decoration: underline;
}
.container table.type02 {
  cursor: pointer;
}
.container table.type02 tr:hover td {
  background: rgba(0, 0, 0, 0.06);
}
.container table.type02 tr:nth-child(1) th {
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.container table.type02 tr:nth-child(1) th span {
  font-size: 22px;
}
.container table.type02 tr:nth-child(1) th small {
  margin: 0 0 0 5px;
  font-size: 21px;
}
.container table.type02 tr:nth-child(2) th {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.container table.type02 tr:nth-child(2) th:nth-of-type(5) {
  font-size: 16px;
  background: #e8e8e8;
}
.container table.type02 td {
  padding: 14px 0;
  text-align: center;
  font-weight: 400;
  color: #000;
}
.container table.type02 td:nth-of-type(n+3) {
  font-size: 16px;
}
.container table.type02 td:nth-of-type(5) {
  background: #e8e8e8 !important;
}
.container table.type02 td a {
  color: #FF2626;
  text-decoration: underline;
}
.container table.type03 td {
  padding: 8px 0;
}
.container .login_form {
  width: 1156px;
  background: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 55px 0 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .login_form b {
  font-size: 32px;
}
.container .login_form small {
  margin: 20px 0 0;
  color: #4D4F5C;
  display: inline-block;
}
.container .login_form > div {
  width: 540px;
}
.container .login_form > div.form01 {
  margin: 64px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .login_form > div.form02 {
  margin: 15px 0 0;
}
.container .login_form > div.form02 input {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.container .login_form > div.form02 input + input {
  margin: 10px 0 0;
}
.container .login_form > div.form03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .login_form > div.form03 a {
  margin: 100px 0 0;
  width: 260px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #2699FB;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .login_form > div.form03 a:nth-of-type(1) {
  background: #2699FB;
  color: #fff;
}
.container .login_info {
  padding: 38px 40px;
  margin: 30px 0 34px;
  width: 1156px;
  height: 138px;
  background: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.7;
}
#tabs.if_tabs {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
}
#tabs.if_tabs > ul {
  padding: 0;
  background: transparent;
  border: 0;
}
#tabs.if_tabs > ul li {
  border: 0;
  background: transparent;
}
#tabs.if_tabs > ul li a {
  padding: 0 0 0 60px;
  width: 187px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  box-shadow: 0px 3px 6px 0 rgba(193, 207, 217, 0.4);
}
#tabs.if_tabs > ul li a small {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 5px;
}
#tabs.if_tabs > ul li.tab_gold a {
  color: #FEBF27;
  background: url("/images/icon_goldbar.png") #fff 18% 50% no-repeat;
  background-size: 41px 22px;
}
#tabs.if_tabs > ul li.tab_gold.ui-state-active a {
  color: #FEBF27;
  background: url("/images/icon_goldbar.png") #000 18% 50% no-repeat;
  background-size: 41px 22px;
}
#tabs.if_tabs > ul li.tab_silver a {
  color: #717171;
  background: url("/images/icon_silverbar.png") #e5e5e5 18% 50% no-repeat;
  background-size: 41px 22px;
}
#tabs.if_tabs > ul li.tab_silver.ui-state-active a {
  color: #E6E6E6;
  background: url("/images/icon_silberbar_light.png") #000 18% 50% no-repeat;
  background-size: 41px 22px;
}
#tabs.if_tabs > ul li a {
  background: transparent;
}
#tabs.if_tabs .ui-tabs-panel {
  flex: 1;
  padding: 0;
  margin: 10px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#tabs.if_tabs .ui-tabs-panel .c_contents {
  flex: 1;
}
.ui-dialog {
  width: 1483px !important;
  height: 75% !important;
  border: 0 !important;
  padding: 0 !important;
  background: #F6F7FB !important;
}
.ui-dialog .ui-dialog-titlebar {
  width: 100%;
  height: 70px;
  background: #2699FB !important;
  border: 0 !important;
  display: flex;
  align-items: center;
  padding: 0 0 0 80px !important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
  margin: -15px 0 0 !important;
  right: 30px !important;
  width: 30px !important;
  height: 30px !important;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  border: 0;
  background: transparent;
}
.ui-dialog .ui-dialog-titlebar-close span {
  width: 30px;
  height: 30px;
  background: url("/images/icon_close.png") 50% 50% no-repeat;
  background-size: contain;
}
.ui-widget-overlay {
  width: 100% !important;
  /* height: 100% !important; */
}
.dialog {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 45px 40px;
  height: calc(100% - 70px) !important;
  overflow-x: hidden !important;
}
.dialog .dialog_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dialog_top {
  width: 1015px;
  display: flex;
  flex-direction: column;
}
.dialog_top > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
}
.dialog_top > div:nth-of-type(1) span {
  font-weight: bold;
}
.dialog_top > div:nth-of-type(1) small {
  margin: 0 0 0 7px;
  font-weight: 400;
}
.dialog_top > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0;
  font-size: 20px;
}
.dialog_top > div:nth-of-type(2) b {
  font-weight: 500;
}
.dialog_top > div:nth-of-type(2) ul:nth-of-type(1) {
  width: 30%;
}
.dialog_top > div:nth-of-type(2) ul:nth-of-type(2) {
  width: 50%;
}
.dialog_top > div:nth-of-type(2) ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
}
.dialog_top > div:nth-of-type(2) ul li + li {
  margin: 15px 0 0;
}
.dialog_top > div:nth-of-type(2) ul li b {
  padding: 0 5px 0 0;
  white-space: nowrap;
}
.dialog_top > div:nth-of-type(2) ul li span {
  flex: 1;
}
.dialog_top > div:nth-of-type(2) ul li em {
  display: flex;
  width: 200px;
}
.dialog_top > div:nth-of-type(2) ul li em label {
  width: 50%;
}
.dialog_top > div:nth-of-type(2) ul li input[type=text] {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  background: #EDEDED;
  border: 1px solid #5C5C5C;
}
.dialog_contents {
  width: 100%;
}
.dialog table {
  margin: 32px 0 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  background: #DFE0E2;
}
.dialog table thead th {
  height: 63px;
  background: #343F6E;
  color: #fff;
}
.dialog table th,
.dialog table td {
  padding: 10px 0;
}
.dialog table tr:last-child td {
  border-bottom: none;
}
.dialog table td {
  text-align: center;
  border-bottom: 1px solid #878787;
}
.dialog table input {
  width: 95%;
  height: 37px;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}
.dialog .total {
  margin: 32px 0 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.dialog .total a {
  width: 128px;
  height: 41px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px 0 rgba(193, 207, 217, 0.4);
  color: #4B7FBC;
}
.dialog .total a + a {
  margin: 0 0 0 10px;
}
.dialog .total a:nth-of-type(1) {
  background: #2699FB;
  color: #fff;
}
.dialog .info {
  margin: 20px 0 0;
  width: 100%;
  background: #fff;
  border: 1px solid #D5D5D5;
  padding: 25px 30px;
  line-height: 1.5;
  border-radius: 3px;
}
footer {
  margin: 20px 0 0;
  width: 100%;
  height: 54px;
  background: #343F6E;
  color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.hasDatepicker {
  height: 33px;
  border-radius: 16px;
  background: url("/images/icon_calendar.png") #fff 7% 50% no-repeat;
  background-size: 21px 15px;
  text-indent: 45px;
}
.clr_gold {
  background: #C1A552 !important;
  color: #fff !important;
}
.clr_silver {
  background: #D5D5D5 !important;
}
.clr_font_black {
  color: #000;
}
.clr_font_gray {
  color: #848484 !important;
}
.clr_font_gold {
  color: #C1A552 !important;
}
.line_h20 {
  line-height: 2 !important;
}
.flex_ro {
  display: flex;
  align-items: center;
}
.flex_co {
  flex-direction: column;
}
.space_be {
  justify-content: space-between;
}
.center {
  justify-content: center;
}
.font26 {
  font-size: 26px;
}
.font15 {
  font-size: 15px;
}
.font_no {
  font-weight: normal;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom_select select {
  cursor: pointer;
  width: 264px;
  height: 33px;
  text-indent: 10px;
  background: url('/images/arrow01.png') #fff 90% 50% no-repeat;
  background-size: 22px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  /* for IE 11 */
  display: none;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #e3e3e3;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #167DD5;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
}
.ui-resizable-handle {
  display: none !important;
}
.sese {
  font-family: 'Noto Serif', serif;
}
@media screen and (min-width: 1367px) and (max-width: 1919px) {
  html {
    zoom: 0.8;
  }
}
@media screen and (min-width: 501px) and (max-width: 1366px) {
  html {
    zoom: 0.7;
  }
}
@media screen and (max-width: 500px) {
  html {
    zoom: 0.7;
  }
  .normal_footer footer {
    margin: 20px 0 0;
  }
  header.type02 + .container {
    padding: 104px 25px 0px 25px;
  }
  header img {
    margin: 0;
  }
  header span {
    display: none;
  }
  #intro {
    overflow: hidden;
    justify-content: space-evenly;
  }
  #intro img:nth-of-type(1) {
    display: none;
  }
  #intro img:nth-of-type(2) {
    display: inline-block !important;
    height: 320px;
  }
  .container {
    padding: 0 25px;
  }
  .container.type02 {
    margin: 30px 0 0;
    min-height: calc(100% - 210px);
  }
  .container .c_top,
  .container .c_title,
  .container .contents,
  .container .c_bottom {
    flex-direction: column;
    overflow: hidden;
  }
  .container .c_title {
    height: auto !important;
    padding: 10px 0 !important;
  }
  .container .c_title.type01 > div {
    padding: 7px 0;
  }
  .container .c_title.type01 > div > *:first-child {
    margin: 0;
  }
  .container .left40,
  .container .left70,
  .container .right30,
  .container .right60 {
    width: 100% !important;
    margin: 0 !important;
  }
  .container ul.type01 li span:nth-of-type(1) {
    min-width: 167px;
  }
  .container ul.type01 li small {
    width: 40px;
    min-width: 40px;
  }
  .container .contents.is_table {
    overflow: auto;
    overflow-y: hidden;
  }
  .container .contents.is_table table {
    width: 1000px;
  }
  .container .contents.is_table table tr th:nth-of-type(1),
  .container .contents.is_table table tr td:nth-of-type(1) {
    margin: 1px 0 0;
    position: absolute;
    width: 150px;
    background: #fff;
    left: 25px;
  }
  .container .c_contents.is_table {
    overflow: auto;
    overflow-y: hidden;
  }
  .container .c_contents.is_table table {
    width: 1500px;
    margin: 0 0 0 65px;
  }
  .container .c_contents.is_table table.type02 {
    margin: 0;
  }
  .container .c_contents.is_table table.type02 thead tr:first-of-type th {
    padding: 0 0 10px 65px;
  }
  .container .c_contents.is_table table thead tr:first-of-type th {
    text-align: left;
  }
  .container .c_contents.is_table table thead tr:not(:first-of-type) th {
    height: 60px;
    white-space: normal;
  }
  .container .c_contents.is_table table thead tr:not(:first-of-type) th:nth-of-type(1) {
    margin: 1px 0 0;
    position: absolute;
    width: 150px;
    background: #fff;
    left: 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .c_contents.is_table table thead tr:not(:first-of-type) th:nth-of-type(1):before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #9a9a9a;
    top: -2px;
    left: 0;
  }
  .container .c_contents.is_table table tbody tr td {
    height: 115px;
    white-space: normal;
  }
  .container .c_contents.is_table table tbody tr td:nth-of-type(1) {
    position: absolute;
    width: 150px;
    background: #fff;
    left: 0;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .c_contents.is_table table tbody tr td:nth-of-type(1):before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #9a9a9a;
    top: -1px;
    left: 0;
  }
  .container .login_form {
    width: 100%;
    padding: 50px 0;
  }
  .container .login_form b {
    font-size: 25px;
  }
  .container .login_form > div {
    width: 75%;
  }
  .container .login_form > div.form01 {
    margin: 30px 0 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .container .login_form > div.form01 label {
    height: 35px;
  }
  .container .login_form > div.form03 a {
    margin: 50px 0 0;
    width: 48%;
  }
  .container .login_info {
    margin: 20px 0;
    width: auto;
    padding: 20px;
    font-size: 16px;
  }
  .container .c_contents.is_mobile01 {
    flex-direction: column;
  }
  .container .c_contents.is_mobile01 .flex_ro {
    width: 100%;
    padding: 10px 0;
    margin: 0 !important;
  }
  .container .c_contents.is_mobile01 .flex_ro:nth-of-type(1) {
    padding: 0;
  }
  .container .c_contents.is_mobile01 .flex_ro > .flex_ro {
    padding: 5px 0;
    justify-content: center;
  }
  .container .c_contents.is_mobile01 .flex_ro input {
    margin: 5px 0 !important;
    width: 80%;
  }
  .container .c_contents.is_mobile01 .flex_ro input + span {
    display: none;
  }
  .container .c_contents.is_mobile01 a {
    margin: 20px 0 0 !important;
    width: 80%;
    height: 40px;
  }
  .container .flex_ro.is_mobile02 {
    flex-direction: column;
  }
  ul.snb {
    overflow: hidden;
    top: unset;
    bottom: 0;
    width: 100%;
    height: 95px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
  }
  ul.snb li {
    margin: 0 !important;
  }
  ul.snb li:nth-of-type(1) {
    display: none;
  }
  ul.snb li:nth-of-type(n + 2) a {
    width: 55px;
    height: 55px;
  }
  ul.snb li:nth-of-type(n + 2) span {
    margin: 5px 0 0;
  }
  .ui-dialog {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    transform: none !important;
  }
  .dialog_top {
    width: 100% !important;
  }
  .dialog_top > div {
    flex-direction: column;
  }
  .dialog_top > div:nth-of-type(2) ul {
    width: 80% !important;
  }
  .dialog_top > div:nth-of-type(2) ul:nth-of-type(2) {
    margin: 30px 0 0;
  }
  .dialog_contents .is_table {
    overflow: auto;
    overflow-y: hidden;
  }
  .dialog_contents .is_table table {
    width: 800px;
  }
  footer {
    margin: 20px 0 95px;
  }
}
