@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

::before, ::after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
body {
  line-height: 1;
  font-family: "VWHead", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

button {
  line-height: 1;
  font-family: "VWHead", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  background: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 0;
  font-weight: 400;
  color: #000000;
}

strong {
  font-weight: 700;
}

/* 테이블 스타일 초기화 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}

th, td {
  font-weight: 400;
}

td {
  word-wrap: break-word;
  word-break: keep-all;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend, caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

address, caption, em, var {
  font-style: normal;
  font-weight: 400;
}

/* 링크 */
a {
  color: #555;
  text-decoration: none;
}

/* 이미지, 폼관련 요소 */
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}

label,
select,
input,
textarea {
  vertical-align: middle;
}

input,
select,
textarea {
  font-size: 1em;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=text],
input[type=submit],
input[type=password],
input[type=search],
input[type=number],
input[type=reset],
input[type=email], input[type=tel],
input[type=search],
input[type=file],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  border: 1px solid #c2cacf;
  height: 56px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: "VWHead", sans-serif;
  line-height: 56px;
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

input[readonly] {
  background: #fff;
  color: #000;
}

input:disabled {
  background: #fff;
}

input[type=text],
input[type=password] {
  transition: all 0.3s ease-in-out;
}

input[type=text]::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}

select {
  border: 1px solid #c2cacf;
  padding: 0 20px;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  font-weight: 400;
  font-family: "VWHead", sans-serif;
  color: #000000;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
}

select::-ms-expand {
  display: none;
}

option.title {
  display: none;
}

textarea {
  border: solid 1px #c2cacf;
  height: auto;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  border-radius: 0;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus,
button:hover {
  outline: none;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input::-moz-placeholder {
  color: #96a3a8;
  font-weight: 300;
}

input::placeholder {
  color: #96a3a8;
  font-weight: 300;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

textarea::-moz-placeholder {
  color: #96a3a8;
  font-weight: 300;
}

textarea::placeholder {
  color: #96a3a8;
  font-weight: 300;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.t-l {
  text-align: left !important;
}
.t-r {
  text-align: right !important;
}
.t-c {
  text-align: center !important;
}

[tabindex] {
  outline: none !important;
}

/* Media */
@media (min-width: 960px) {
  body, button, input, select, textarea {
    font-size: 16px;
  }
}
body.fixed {
  overflow: hidden;
}

#wrap {
  position: relative;
  background: #fff;
}

.container {
  padding-top: 100px;
}
.container.img-area {
  padding-top: 0;
}
.container section {
  padding-bottom: 100px;
}

.pc {
  display: none;
}

.title-wrap {
  position: relative;
  margin-bottom: 100px;
}
.title-wrap .title-type {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
}
.title-wrap .title-type span {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.title-wrap.type2 {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
.title-wrap.type2 .title-type {
  font-size: 24px;
}
.title-wrap.type3 {
  margin-bottom: 44px;
}
.title-wrap.type3 .title-type {
  font-size: 44px;
  line-height: 52px;
}
.title-wrap.type3 .title-type span {
  font-size: 17px;
  line-height: 31px;
}
.title-wrap.type3 .title-type em {
  font-weight: 400;
}
.title-wrap.type4 {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #000000;
}
.title-wrap.type4 .title-type {
  font-size: 44px;
}
.title-wrap.type5 {
  margin-bottom: 55px;
}
.title-wrap.type5 .title-type {
  font-size: 31px;
}
.title-wrap.type6 {
  margin-bottom: 45px;
}
.title-wrap.type6 .title-type {
  font-size: 24px;
}
.title-wrap.type7 {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #000000;
}
.title-wrap.type7 .title-type {
  font-size: 20px;
}
.title-wrap.type8 {
  padding-bottom: 18px;
  border-bottom: 1px solid #DFE4EB;
}
.title-wrap.type8 h3 {
  font-size: 26px;
  font-weight: 700;
}
.title-wrap.type8 h3 span {
  font-weight: 300;
}
.title-wrap.type9 {
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}
.title-wrap.type9 h3 {
  font-size: 26px;
  font-weight: 700;
}
.title-wrap.type9 h3 span {
  font-weight: 300;
}
.title-wrap.type10 {
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}
.title-wrap.type10 h3 {
  font-size: 26px;
  font-weight: 700;
}
.title-wrap.type10 h3 span {
  font-weight: 300;
}
.title-wrap .side {
  position: absolute;
  bottom: 22px;
  right: 0;
  font-size: 0;
}
.title-wrap .side [class^=btn-] + [class^=btn-] {
  margin-left: 5px;
}

.tab-wrap .tab-type {
  display: flex;
  justify-content: center;
}
.tab-wrap .tab-type li {
  padding-left: 40px;
  border-bottom: 1px solid #c2cacf;
}
.tab-wrap .tab-type li a {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-size: 16px;
  color: #001e50;
  font-weight: 400;
}
.tab-wrap .tab-type li:first-child {
  padding-left: 0;
}
.tab-wrap .tab-type li.active a {
  font-weight: 700;
}
.tab-wrap .tab-type li.active a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #001e50;
}

.table-wrap {
  font-family: "VWHead", sans-serif;
}
.table-wrap table {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #cbd2d7;
}
.table-wrap table th, .table-wrap table td {
  padding: 20px 0;
  font-size: 14px;
}
.table-wrap table th {
  background: #f5f7f8;
  text-align: center;
  vertical-align: middle;
}
.table-wrap table thead tr th, .table-wrap table tbody tr td {
  border-left: 1px solid #cbd2d7;
  border-bottom: 1px solid #cbd2d7;
}
.table-wrap table thead tr th:first-child, .table-wrap table tbody tr td:first-child {
  border-left: none;
}
.table-wrap table tbody tr td {
  padding: 20px 15px;
  line-height: 24px;
}
.table-wrap table tbody tr td span {
  color: #00b0f0;
}
.table-wrap.type2 table tbody tr th {
  border-bottom: 1px solid #cbd2d7;
}
.table-wrap.type3 h4 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}
.table-wrap.type3 table {
  border-bottom: 1px solid #c2cacf;
}
.table-wrap.type3 table th, .table-wrap.type3 table td {
  padding: 20px 5px;
  background-color: #ffffff;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  line-height: 17px;
  word-break: break-all;
}
.table-wrap.type3 table thead tr th {
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.table-wrap.type3 table thead tr:first-child th:first-child {
  border-left: none;
}
.table-wrap.type3 table tbody tr th, .table-wrap.type3 table tbody tr td {
  border-bottom: 1px solid #c2cacf;
}
.table-wrap.type3 table tbody tr th {
  border-left: 1px solid #c2cacf;
}
.table-wrap.type3 table tbody tr td {
  border-left: 2px solid #000000;
}
.table-wrap.type3 table tbody tr:first-child th:first-child {
  border-left: none;
}
.table-wrap.type3:nth-child(n+2) {
  margin-top: 45px;
}

.text-list ul li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.text-list ul li:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.text-list.type2 ul li {
  padding-left: 0;
  font-size: 17px;
  line-height: 27px;
}
.text-list.type2 ul li:before {
  display: none;
}

/* Media */
@media (min-width: 960px) {
  .container {
    padding-top: 130px;
  }
  .container section {
    padding-bottom: 130px;
  }
  .container section.type2 {
    padding-bottom: 160px;
  }
  .container.type2 {
    padding-top: 160px;
  }
  .pc {
    display: block;
  }
  .mo {
    display: none;
  }
  .title-wrap {
    margin-bottom: 160px;
  }
  .title-wrap .title-type {
    font-size: 48px;
  }
  .title-wrap .title-type span {
    margin-top: 24px;
    font-size: 20px;
  }
  .title-wrap.type2 {
    padding-bottom: 24px;
  }
  .title-wrap.type2 .title-type {
    font-size: 32px;
  }
  .title-wrap.type2 .title-type.type2 {
    font-size: 24px;
  }
  .title-wrap.type3 {
    margin-bottom: 68px;
  }
  .title-wrap.type3 .title-type {
    font-size: 60px;
    line-height: 50px;
  }
  .title-wrap.type3 .title-type span {
    display: inline-block;
    margin-top: 0;
    margin-left: 25px;
    font-size: 24px;
  }
  .title-wrap.type4 {
    margin-bottom: 0;
    padding-bottom: 24px;
    border-bottom: 2px solid #000000;
  }
  .title-wrap.type4 .title-type {
    font-size: 60px;
    font-weight: 700;
  }
  .title-wrap.type5 {
    margin-bottom: 50px;
  }
  .title-wrap.type5 .title-type {
    font-size: 48px;
  }
  .title-wrap.type6 {
    margin-bottom: 66px;
  }
  .title-wrap.type6 .title-type {
    font-size: 32px;
  }
  .title-wrap.type7 {
    padding-bottom: 25px;
  }
  .title-wrap.type7 .title-type {
    font-size: 32px;
  }
  .title-wrap.type8 {
    padding-bottom: 18px;
    border-bottom: 1px solid #DFE4EB;
  }
  .title-wrap.type8 h3 {
    font-size: 26px;
    font-weight: 700;
  }
  .title-wrap.type8 h3 span {
    font-weight: 300;
  }
  .title-wrap.type9 {
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
  }
  .title-wrap.type9 h3 {
    font-size: 26px;
    font-weight: 700;
  }
  .title-wrap.type9 h3 span {
    font-weight: 300;
  }
  .title-wrap.type10 {
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
  }
  .title-wrap.type10 h3 {
    font-size: 26px;
    font-weight: 700;
  }
  .title-wrap.type10 h3 span {
    font-weight: 300;
  }
  .title-wrap .side {
    bottom: 24px;
  }
  .title-wrap .side [class^=btn-] + [class^=btn-] {
    margin-left: 12px;
  }
  .title-wrap h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    text-indent: -5px;
  }
  .title-wrap h2 span {
    margin-left: 20px;
    font-size: 24px;
    font-weight: 400;
  }
  .title-wrap h2 i {
    font-style: normal;
    font-weight: 300;
  }
  .title-wrap h2 + p {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
  }
  .title-wrap h2.center {
    text-align: center;
  }
  .tab-wrap .tab-type li {
    padding-left: 70px;
  }
  .tab-wrap .tab-type li a {
    padding-bottom: 22px;
    font-size: 18px;
  }
  .table-wrap table th, .table-wrap table td {
    padding: 25px 0;
    font-size: 16px;
  }
  .table-wrap table tbody tr td {
    padding: 25px 50px;
  }
  .table-wrap.type3 h4 {
    margin-bottom: 20px;
  }
  .table-wrap.type3 table th, .table-wrap.type3 table td {
    padding: 24px 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .table-wrap.type3:nth-child(n+2) {
    margin-top: 70px;
  }
  .text-list.type2 ul li {
    font-size: 24px;
    line-height: 36px;
  }
}
.inner-box {
  padding: 0 15px;
}
.inner-box.type01 {
  padding: 0 31.5px;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-wrap.active .gnb-wrap:before {
  height: 100%;
}
.header-wrap.active .gnb-wrap .logo:before, .header-wrap.active .gnb-wrap .logo:after {
  background: #001e50;
}
.header-wrap.active .gnb-wrap .logo a {
  background-position: -56px 0;
}
.header-wrap.active .gnb-wrap .btn-menu {
  background-position: -24px -58px;
}
.header-wrap.active .gnb-wrap .btn-menu:hover {
  background-position: -48px -58px;
}
.header-wrap.active .gnb-wrap .btn-apply {
  color: #001e50;
}
.header-wrap.active .gnb-wrap .btn-apply:before {
  background-position: -24px -76px;
}
.header-wrap.active .gnb-wrap .btn-apply:hover {
  color: #00b0f0;
}
.header-wrap.active .gnb-wrap .btn-apply:hover:before {
  background-position: -48px -76px;
}

.gnb-wrap {
  position: relative;
  width: 100%;
  height: 116px;
}
.gnb-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #FFF;
  transition: all 0.3s ease-in-out;
}
.gnb-wrap .logo {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 28px;
  text-align: center;
}
.gnb-wrap .logo:before, .gnb-wrap .logo:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
.gnb-wrap .logo:before {
  left: 0;
  width: calc(50% + 177px);
}
.gnb-wrap .logo:after {
  right: 0;
  width: calc(50% - 260px);
}
.gnb-wrap .logo a {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-left: 440px;
  background: url("../images/sp/sp_common_2.png") no-repeat 0 0;
}
.gnb-wrap .btn-menu {
  position: absolute;
  top: 28px;
  left: 80px;
  width: 23px;
  height: 16px;
  background: url("../images/sp/sp_common_2.png") no-repeat 0 -58px;
}
.gnb-wrap .btn-menu:hover {
  background-position: -48px -58px;
}
.gnb-wrap .btn-apply {
  position: absolute;
  top: 28px;
  right: 17%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.gnb-wrap .btn-apply:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 15px;
  margin-right: 8px;
  background: url("../images/sp/sp_common_2.png") no-repeat 0 -76px;
}
.gnb-wrap .btn-apply:hover {
  color: #00b0f0;
}
.gnb-wrap .btn-apply:hover:before {
  background-position: -48px -76px;
}

.sub-nav {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 0;
  height: 100vh;
  background-image: linear-gradient(to top left, #001f51, #00437a);
  transition: all 0.3s linear;
}
.sub-nav .inner {
  position: relative;
  top: 13%;
  display: table;
  width: 100%;
  padding: 0 160px;
  opacity: 0;
  transition: all 0.3s linear;
}
.sub-nav .btn-close {
  position: absolute;
  top: 30px;
  left: 85px;
  padding-left: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.sub-nav .btn-close:before, .sub-nav .btn-close:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 25px;
  background-color: #FFF;
  transition: all 0.3s ease-out;
}
.sub-nav .btn-close:before {
  transform: rotate(-45deg);
}
.sub-nav .btn-close:after {
  transform: rotate(-135deg);
}
.sub-nav .btn-close:hover {
  color: #00b0f0;
}
.sub-nav .btn-close:hover:before, .sub-nav .btn-close:hover:after {
  background-color: #00b0f0;
}
.sub-nav .menu {
  display: table-cell;
  vertical-align: top;
}
.sub-nav .menu li {
  margin-bottom: 40px;
}
.sub-nav .menu li a {
  font-size: 46px;
  color: #fff;
  word-break: keep-all;
  white-space: nowrap;
}
.sub-nav .menu li a:hover {
  color: #00b0f0;
}
.sub-nav .menu-right {
  position: relative;
  display: table-cell;
  width: 400px;
  vertical-align: top;
  padding-left: 80px;
}
.sub-nav .menu-right:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 600px;
  background: #8096b0;
}
.sub-nav .menu-right li {
  margin-top: 20px;
}
.sub-nav .menu-right li a {
  font-size: 16px;
  color: #fff;
  word-break: keep-all;
  white-space: nowrap;
}
.sub-nav .menu-right li a:hover {
  color: #00b0f0;
}
.sub-nav .menu-right li.go {
  margin-top: 60px;
}
.sub-nav .menu-right li.go span {
  display: block;
  margin-bottom: 40px;
}
.sub-nav .menu-right li.go a {
  font-size: 22px;
}
.sub-nav .menu-right li.go a em {
  font-weight: 600;
}
.sub-nav .link {
  position: absolute;
  left: 160px;
  bottom: 80px;
  font-size: 0;
  word-break: keep-all;
  white-space: nowrap;
}
.sub-nav .link li {
  display: inline-block;
}
.sub-nav .link li a {
  font-size: 16px;
  color: #fff;
}
.sub-nav .link li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  margin: 0 10px;
  background-color: #8099b3;
}
.sub-nav .link li:first-child:before {
  display: none;
}
.sub-nav.active {
  width: 100%;
}
.sub-nav.active .inner {
  opacity: 1;
}
.sub-nav.active .btn-close:before {
  transform: rotate(45deg);
}
.sub-nav.active .btn-close:after {
  transform: rotate(-45deg);
}

.mb10 {
  margin-bottom: 10px;
}

.mb11 {
  margin-bottom: 11px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb13 {
  margin-bottom: 13px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb17 {
  margin-bottom: 17px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb19 {
  margin-bottom: 19px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb21 {
  margin-bottom: 21px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb23 {
  margin-bottom: 23px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb26 {
  margin-bottom: 26px;
}

.mb27 {
  margin-bottom: 27px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb29 {
  margin-bottom: 29px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb31 {
  margin-bottom: 31px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb33 {
  margin-bottom: 33px;
}

.mb34 {
  margin-bottom: 34px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb37 {
  margin-bottom: 37px;
}

.mb38 {
  margin-bottom: 38px;
}

.mb39 {
  margin-bottom: 39px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb41 {
  margin-bottom: 41px;
}

.mb42 {
  margin-bottom: 42px;
}

.mb43 {
  margin-bottom: 43px;
}

.mb44 {
  margin-bottom: 44px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb46 {
  margin-bottom: 46px;
}

.mb47 {
  margin-bottom: 47px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb49 {
  margin-bottom: 49px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb51 {
  margin-bottom: 51px;
}

.mb52 {
  margin-bottom: 52px;
}

.mb53 {
  margin-bottom: 53px;
}

.mb54 {
  margin-bottom: 54px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb57 {
  margin-bottom: 57px;
}

.mb58 {
  margin-bottom: 58px;
}

.mb59 {
  margin-bottom: 59px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb61 {
  margin-bottom: 61px;
}

.mb62 {
  margin-bottom: 62px;
}

.mb63 {
  margin-bottom: 63px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb66 {
  margin-bottom: 66px;
}

.mb67 {
  margin-bottom: 67px;
}

.mb68 {
  margin-bottom: 68px;
}

.mb69 {
  margin-bottom: 69px;
}

.mb70 {
  margin-bottom: 70px;
}

.pop-layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900;
}
.pop-layer .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.pop-layer .pop-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  background: #fff;
  padding: 55px 15px;
  width: 90%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
.pop-layer .pop-wrap .pop-title-wrap {
  padding-bottom: 45px;
  text-align: center;
}
.pop-layer .pop-wrap .pop-title-wrap .pop-title {
  font-size: 16px;
  line-height: 1.2;
}
.pop-layer .pop-wrap .pop-title-wrap .pop-title em {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.pop-layer .pop-wrap .pop-content {
  overflow: auto;
  overflow-x: hidden;
  max-height: 55vh;
  padding-right: 5px;
  padding-bottom: 1px;
}
.pop-layer .pop-wrap .pop-content p {
  font-size: 14px;
  line-height: 1.4;
}
.pop-layer .pop-wrap .pop-content u {
  font-size: 16px;
}
.pop-layer .pop-wrap .pop-content::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.pop-layer .pop-wrap .pop-content::-webkit-scrollbar-thumb {
  background: #001e50;
}
.pop-layer .pop-wrap .pop-content::-webkit-scrollbar-track {
  background: #dfe4e8;
}
.pop-layer .btn-close {
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  width: 25px;
  height: 25px;
}
.pop-layer .btn-close:after, .pop-layer .btn-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.pop-layer .btn-close:after {
  width: 25px;
  height: 2px;
}
.pop-layer .btn-close:before {
  width: 2px;
  height: 25px;
}
.pop-layer .btn-close {
  font-size: 0;
}
.pop-layer.type2 .dim {
  background-color: #001e50;
  background-image: linear-gradient(#00437a, #001e50);
}
.pop-layer.type2 .pop-wrap {
  padding: 0;
}
.pop-layer.type2 .pop-wrap .pop-content {
  padding: 0;
}
.pop-layer.type2 .pop-wrap .pop-content .txt-box {
  padding: 30px 15px 25px 15px;
}
.pop-layer.type2 .pop-wrap .pop-content .txt-box h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.pop-layer.type2 .pop-wrap .pop-content .txt-box p {
  font-size: 16px;
  line-height: 24px;
}
.pop-layer.type2 .pop-wrap .pop-content .img-box {
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pop-layer.type2 .pop-wrap .pop-content .img-box img {
  width: 100%;
}
.pop-layer.type3 .dim {
  background-color: #001e50;
  background-image: linear-gradient(#00437a, #001e50);
}
.pop-layer.type3 .pop-wrap {
  padding: 0;
  width: 100%;
  border-radius: 0;
}
.pop-layer.type3 .pop-wrap .pop-content {
  padding: 0;
  max-height: none;
}
.pop-layer.type3 .pop-wrap .pop-content .img-box img {
  width: 100%;
}
.pop-layer.type3 .btn-wrap {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0;
  z-index: 999;
}
.pop-layer.type3 .btn-wrap [class^=btn-] {
  display: inline-block;
}
.pop-layer.type3 .btn-wrap .btn-close {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
}
.pop-layer.type3 .btn-wrap .btn-close:before, .pop-layer.type3 .btn-wrap .btn-close:after {
  display: none;
}
.pop-layer-sm {
  position: fixed;
  bottom: 0;
  right: 8.33333%;
  height: auto;
  z-index: 900;
}
.pop-layer-sm .pop-wrap .pop-content {
  padding: 30px 45px;
  background: #001e50;
  text-align: center;
}
.pop-layer-sm .pop-wrap .pop-content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
}
.pop-layer-sm .pop-wrap .pop-content p em {
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.pop-layer-sm .pop-wrap .pop-content .btn-wrap {
  margin-top: 27px;
}
.pop-layer-sm .pop-wrap .btn-close {
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  width: 24px;
  height: 24px;
}
.pop-layer-sm .pop-wrap .btn-close:after, .pop-layer-sm .pop-wrap .btn-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #001e50;
}
.pop-layer-sm .pop-wrap .btn-close:after {
  width: 24px;
  height: 2px;
}
.pop-layer-sm .pop-wrap .btn-close:before {
  width: 2px;
  height: 24px;
}
.pop-layer-sm .pop-wrap .btn-close {
  font-size: 0;
}

/* Media */
@media (min-width: 960px) {
  .pop-layer .pop-wrap {
    padding: 80px 106px;
    width: 80%;
  }
  .pop-layer .pop-wrap .pop-title-wrap {
    padding-bottom: 70px;
  }
  .pop-layer .pop-wrap .pop-title-wrap .pop-title {
    font-size: 18px;
  }
  .pop-layer .pop-wrap .pop-title-wrap .pop-title em {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .pop-layer .pop-wrap .pop-content p {
    font-size: 16px;
  }
  .pop-layer .pop-wrap .pop-content u {
    font-size: 18px;
  }
  .pop-layer .pop-wrap .pop-content::-webkit-scrollbar {
    width: 3px;
  }
  .pop-layer.type2 .pop-wrap .pop-content {
    max-height: 88vh;
  }
  .pop-layer.type2 .pop-wrap .pop-content .txt-box {
    padding: 50px 50px 40px 50px;
  }
  .pop-layer.type2 .pop-wrap .pop-content .txt-box h3 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .pop-layer.type2 .pop-wrap .pop-content .img-box {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pop-layer.type2 .pop-wrap .pop-content .img-box img {
    width: 100%;
  }
  .pop-layer.type3 .btn-wrap {
    top: 30px;
    right: 30px;
  }
  .pop-layer-sm {
    right: 4.16667%;
    width: 360px;
  }
  .pop-layer-sm .pop-wrap .pop-content {
    padding: 55px 0;
  }
  .pop-layer-sm .pop-wrap .pop-content .btn-wrap {
    margin-top: 35px;
  }
  .pop-layer-sm .pop-wrap .btn-close {
    top: -52px;
    width: 22px;
    height: 22px;
  }
  .pop-layer-sm .pop-wrap .btn-close:after, .pop-layer-sm .pop-wrap .btn-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #001e50;
  }
  .pop-layer-sm .pop-wrap .btn-close:after {
    width: 22px;
    height: 2px;
  }
  .pop-layer-sm .pop-wrap .btn-close:before {
    width: 2px;
    height: 22px;
  }
}
[class^=btn-wrap] {
  font-size: 0;
}
[class^=btn-wrap] [class^=btn-] {
  font-family: "VWHead", sans-serif;
}
[class^=btn-wrap] [class^=btn-] + [class^=btn-] {
  margin-left: 10px;
}
[class^=btn-wrap].vertical {
  display: flex;
  flex-direction: column;
}
[class^=btn-wrap].vertical [class^=btn-] + [class^=btn-] {
  margin-left: 0;
  margin-top: 10px;
}

.btn-type {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #ffffff;
  background: #001e50;
  border-radius: 25px;
  text-align: center;
}
.btn-type-sm {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  line-height: 32px;
  font-size: 14px;
  color: #ffffff;
  background: #001e50;
  border-radius: 25px;
  text-align: center;
}
.btn-type-sm-bd {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  line-height: 28px;
  font-size: 14px;
  color: #001e50;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #001e50;
}
.btn-type-bd {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 40px;
  font-size: 14px;
  color: #001e50;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #001e50;
}

.btn-type2 {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #6a767d;
  background: #dfe4e8;
  border-radius: 25px;
  text-align: center;
}

.btn-type3 {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #001e50;
  background: #ffffff;
  border-radius: 25px;
  text-align: center;
}
.btn-type3-bd {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #ffffff;
}

.btn-wrap-apply {
  position: relative;
  text-align: center;
}
.btn-wrap-apply:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #001e50;
}
.btn-wrap-apply .btn-toggle {
  position: relative;
  padding: 0 10px 0 40px;
  font-size: 14px;
  color: #001e50;
  background: #ffffff;
}
.btn-wrap-apply .btn-toggle:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 15px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent #001e50 #001e50 transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.btn-wrap-apply .btn-toggle.active:before {
  top: 6px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent #001e50 #001e50 transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(-135deg);
}

.btn-more {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url("../images/sp/sp_common_mo.png") -24px -25px no-repeat;
  background-size: 300px auto;
}
@media (min-width: 960px) {
  .btn-more {
    background: url("../images/sp/sp_common.png") -24px -25px no-repeat;
  }
}
.btn-more.type2 {
  background: url("../images/sp/sp_common_mo.png") -72px -25px no-repeat;
  background-size: 300px auto;
}
@media (min-width: 960px) {
  .btn-more.type2 {
    background: url("../images/sp/sp_common.png") -72px -25px no-repeat;
  }
}

.btn-check {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  border: 1px solid #c2cacf;
  text-align: center;
  line-height: 54px;
}
.btn-check [class^=ico-] {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -11px;
  opacity: 0.25;
}

/* Media */
@media (min-width: 960px) {
  [class^=btn-wrap].vertical {
    flex-direction: row;
  }
  [class^=btn-wrap].vertical [class^=btn-] + [class^=btn-] {
    margin-left: 16px;
    margin-top: 0;
  }
  [class^=btn-wrap].vertical.center {
    justify-content: center;
  }
  .btn-type {
    width: auto;
    padding: 0 40px;
  }
  .btn-type-sm {
    height: 28px;
    line-height: 28px;
  }
  .btn-type-bd {
    width: auto;
    padding: 0 40px;
  }
  .btn-type2, .btn-type3, .btn-type3-bd {
    width: auto;
    padding: 0 40px;
  }
  .btn-wrap-apply .btn-toggle {
    padding: 0 40px 0 66px;
    font-size: 16px;
  }
  .btn-wrap-apply .btn-toggle:before {
    top: 4px;
    left: 40px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: transparent #001e50 #001e50 transparent;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .btn-wrap-apply .btn-toggle.active:before {
    top: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: transparent #001e50 #001e50 transparent;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
  }
  .btn-more {
    width: 64px;
    height: 64px;
    background: url("../images/sp/sp_common_mo.png") -24px -50px no-repeat;
    background-size: 300px auto;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .btn-more {
    background: url("../images/sp/sp_common.png") -24px -50px no-repeat;
  }
}
@media (min-width: 960px) {
  .btn-more.type2 {
    background: url("../images/sp/sp_common_mo.png") -92px -50px no-repeat;
    background-size: 300px auto;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .btn-more.type2 {
    background: url("../images/sp/sp_common.png") -92px -50px no-repeat;
  }
}
@media (min-width: 1280px) {
  [class^=btn-] {
    transition: all 0.2s ease-in-out;
  }
  .btn-type:hover, .btn-type-sm:hover {
    background: #0040C5;
  }
  .btn-type-bd:hover, .btn-type-sm-bd:hover {
    border-color: #0040C5;
    color: #0040C5;
  }
  .btn-type3:hover {
    background: #4CC7F4;
  }
  .btn-type3-bd:hover {
    border-color: #4CC7F4;
    color: #4CC7F4;
  }
}
.form {
  margin-top: 25px;
}
.form .form-group .form-item {
  padding: 20px 0;
  border-bottom: 1px solid #c2cacf;
}
.form .form-group .form-item > label {
  display: block;
  font-size: 16px;
}
.form .form-group .form-item > label em {
  color: #00b0f0;
  font-weight: 700;
  vertical-align: text-bottom;
}
.form .form-group .form-item .input-default {
  padding-top: 10px;
}
.form .form-group .form-item .input-default input[type=text] {
  border: 1px solid #c2cacf;
}
.form .form-group .form-item .input-default .radio-box label {
  display: inline-block;
}
.form .form-group .form-item .input-default.calendar > label {
  position: relative;
  display: block;
}
.form .form-group .form-item .input-default.calendar > label input {
  cursor: pointer;
}
.form .form-group .form-item .input-default.calendar > label .ico-calendar {
  position: absolute;
  top: 16px;
  right: 20px;
  cursor: pointer;
}
.form .form-group .form-item .input-default.col2 {
  font-size: 0;
}
.form .form-group .form-item .input-default.col2 input[type=text] {
  width: calc(100% - 127px);
  vertical-align: middle;
}
.form .form-group .form-item .input-default.col2 .btn-type, .form .form-group .form-item .input-default.col2 .btn-type2 {
  margin-left: 10px;
  width: 117px;
  height: 56px;
  line-height: 56px;
  border-radius: 0;
  vertical-align: middle;
}
.form .form-group:last-child .form-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.form-type2 .form-group {
  padding: 20px 0;
  border-bottom: 1px solid #c2cacf;
}
.form-type2 .form-group .form-item > label {
  display: block;
  font-size: 16px;
}
.form-type2 .form-group .form-item > label em {
  color: #00b0f0;
  font-weight: 700;
  vertical-align: text-bottom;
}
.form-type2 .form-group .form-item:nth-child(n+2) {
  margin-top: 20px;
}
.form-type2 .form-group:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.radio-box {
  display: inline-block;
  min-width: 140px;
  text-align: left;
  line-height: 2;
}
.radio-box input[type=radio] {
  display: none;
}
.radio-box label {
  cursor: pointer;
  font-size: 16px;
}
.radio-box .checkbox {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background: #fff;
  border: 1px solid #001e50;
}
.radio-box input[type=radio] + .checkbox {
  border-radius: 100%;
}
.radio-box input[type=radio] + .checkbox:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 100%;
}
.radio-box input[type=radio]:checked ~ .checkbox:after {
  border: 7px solid #001e50;
}
.radio-box input[type=radio]:checked + .checkbox {
  border-color: #001e50;
}

.chk-box, .radio-box-type2 {
  display: inline-block;
  text-align: left;
}
.chk-box input[type=radio], .radio-box-type2 input[type=radio] {
  display: none;
}
.chk-box label, .radio-box-type2 label {
  cursor: pointer;
  font-size: 16px;
}
.chk-box .checkbox, .radio-box-type2 .checkbox {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background: #fff;
  border: 1px solid #001e50;
}
.chk-box input[type=checkbox] + .checkbox:before, .chk-box input[type=checkbox] + .checkbox:after, .chk-box input[type=radio] + .checkbox:before, .chk-box input[type=radio] + .checkbox:after, .radio-box-type2 input[type=checkbox] + .checkbox:before, .radio-box-type2 input[type=checkbox] + .checkbox:after, .radio-box-type2 input[type=radio] + .checkbox:before, .radio-box-type2 input[type=radio] + .checkbox:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #001e50;
  transform-origin: left;
}
.chk-box input[type=checkbox] + .checkbox:before, .chk-box input[type=radio] + .checkbox:before, .radio-box-type2 input[type=checkbox] + .checkbox:before, .radio-box-type2 input[type=radio] + .checkbox:before {
  transform: translate(5px, 11px) rotate(45deg);
}
.chk-box input[type=checkbox] + .checkbox:after, .chk-box input[type=radio] + .checkbox:after, .radio-box-type2 input[type=checkbox] + .checkbox:after, .radio-box-type2 input[type=radio] + .checkbox:after {
  transform: translate(7px, 14px) rotate(-45deg);
}
.chk-box input[type=checkbox]:checked ~ .checkbox:before, .chk-box input[type=checkbox]:checked ~ .checkbox:after, .chk-box input[type=radio]:checked ~ .checkbox:before, .chk-box input[type=radio]:checked ~ .checkbox:after, .radio-box-type2 input[type=checkbox]:checked ~ .checkbox:before, .radio-box-type2 input[type=checkbox]:checked ~ .checkbox:after, .radio-box-type2 input[type=radio]:checked ~ .checkbox:before, .radio-box-type2 input[type=radio]:checked ~ .checkbox:after {
  background: #001e50;
}
.chk-box input[type=checkbox]:checked ~ .checkbox:before, .chk-box input[type=radio]:checked ~ .checkbox:before, .radio-box-type2 input[type=checkbox]:checked ~ .checkbox:before, .radio-box-type2 input[type=radio]:checked ~ .checkbox:before {
  width: 4px;
}
.chk-box input[type=checkbox]:checked ~ .checkbox:after, .chk-box input[type=radio]:checked ~ .checkbox:after, .radio-box-type2 input[type=checkbox]:checked ~ .checkbox:after, .radio-box-type2 input[type=radio]:checked ~ .checkbox:after {
  width: 13px;
}
.chk-box:nth-child(n+2), .radio-box-type2:nth-child(n+2) {
  margin-left: 75px;
}

.select-box {
  position: relative;
  display: block;
}
.select-box select {
  display: none;
}
.select-box .dropdown {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  font-size: 14px;
  color: #aaa;
  line-height: 56px;
  border: 1px solid #c2cacf;
  outline: none;
  cursor: pointer;
}
.select-box .dropdown.open .list {
  display: block;
}
.select-box .dropdown:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: transparent #001e50 #001e50 transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.select-box .dropdown .list {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-left: 1px solid #c2cacf;
  border-right: 1px solid #c2cacf;
  border-bottom: 1px solid #c2cacf;
}
.select-box .dropdown .list ul {
  max-height: 340px;
  overflow-y: auto;
}
.select-box .dropdown .list ul::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}
.select-box .dropdown .list ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.select-box .dropdown .list ul::-webkit-scrollbar-thumb {
  background: #a7a7a7;
}
.select-box .dropdown .list ul li {
  padding: 10px 20px;
  font-size: 14px;
  color: #96a3a8;
  line-height: 1;
  outline: none;
}
.select-box .dropdown .list ul li.selected {
  color: #ffffff;
  background: #258ef9;
}
.select-box:nth-of-type(n+2) {
  margin-top: 10px;
}
.select-box.select-list10 .dropdown .list ul {
  max-height: 340px;
}

.ui-widget {
  font-family: inherit;
}
.ui-widget.ui-widget-content {
  padding: 15px;
  border: 1px solid #c2cacf;
  width: 83.33333%;
  border-radius: 0;
}
.ui-widget .ui-datepicker-header {
  background-color: #fff;
  border: none;
  font-size: 18px;
  color: #000;
  padding: 0;
  margin-bottom: 35px;
}
.ui-widget .ui-datepicker-title {
  margin: 5px 0;
  line-height: 1;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 0;
  width: 30px;
  height: 30px;
  background: #F6F6F6;
  border-radius: 50%;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-prev span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-color: transparent #001e50 #001e50 transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.5px;
  margin-left: -3.5px;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-next span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-color: transparent #001e50 #001e50 transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.5px;
  margin-left: -3.5px;
}
.ui-datepicker table {
  font-size: 15px;
  color: #555555;
  margin: 0;
}
.ui-datepicker table th:first-child, .ui-datepicker table th:first-child a, .ui-datepicker table td:first-child, .ui-datepicker table td:first-child a {
  color: #e9303e;
}
.ui-datepicker table th {
  padding: 10px;
  font-weight: 400;
}
.ui-datepicker table td {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  vertical-align: middle;
}
.ui-datepicker table td.ui-datepicker-today a {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  margin: 0 auto;
  color: #fff;
  background: #0082d6;
  border-radius: 50%;
  line-height: 40px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  background: #fff;
  font-weight: 700;
  color: #555555;
  text-align: center;
  padding: 0;
}

/* Media */
@media (min-width: 960px) {
  .form {
    margin-top: 64px;
  }
  .form .form-group {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .form .form-group .form-item {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
  }
  .form .form-group .form-item > label {
    display: inline-block;
    min-width: 160px;
  }
  .form .form-group .form-item .input-default {
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 160px);
    font-size: 0;
  }
  .form .form-group .form-item .input-default.calendar, .form .form-group .form-item .input-default.sm {
    width: calc(50% - 160px);
    padding-right: 65px;
  }
  .form .form-group .form-item .input-default.col2 {
    padding-right: 20px;
    width: calc(50% - 80px);
  }
  .form .form-group .form-item .input-default.col2:last-child {
    padding-left: 20px;
    padding-right: 0;
  }
  .form .form-group .form-item .input-default.col2 .btn-type, .form .form-group .form-item .input-default.col2 .btn-type2 {
    padding: 0 10px;
  }
  .form .form-group .form-item .input-default.col3 .select-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
    width: 30%;
  }
  .form .form-group .form-item .input-default.col3 .select-box:first-child {
    margin-left: 0;
  }
  .form .form-group .form-item.col3 .input-default {
    width: auto;
  }
  .form .form-group.col2 .form-item:first-child {
    padding-right: 65px;
  }
  .form .form-group.col2 .form-item:last-child {
    padding-left: 65px;
  }
  .form-type2 {
    margin-top: 50px;
  }
  .form-type2 .form-group {
    display: table;
    width: 100%;
  }
  .form-type2 .form-group .form-item {
    display: table-cell;
    vertical-align: middle;
  }
  .form-type2 .form-group .form-item:nth-child(n+2) {
    margin-top: 0;
  }
  .form-type2 .form-group .form-item:nth-child(2) {
    width: 210px;
  }
  .form-type2 .form-group .form-item:last-child {
    padding-left: 40px;
    width: 195px;
  }
  .form-type2 .form-group .form-item:last-child .btn-wrap {
    text-align: right;
  }
  .radio-box {
    min-width: auto;
  }
  .radio-box:nth-child(n+2) {
    margin-left: 5%;
  }
  .chk-box:nth-child(n+2), .radio-box-type2:nth-child(n+2) {
    margin-left: 40px;
  }
  .select-box:nth-of-type(n+2) {
    margin-top: 0;
  }
  .select-box .dropdown .list ul li:hover {
    color: #ffffff;
    background: #258ef9;
  }
  .ui-widget.ui-widget-content {
    width: auto;
    max-width: 362px;
  }
}
@media (min-width: 1280px) {
  .form .form-group .form-item .input-default .btn-type:hover {
    background: #001e50;
  }
}
[class^=ico-] {
  display: inline-block;
  background: url("../images/sp/sp_common_mo.png") 0 0 no-repeat;
  background-size: 300px auto;
}
@media (min-width: 960px) {
  [class^=ico-] {
    background: url("../images/sp/sp_common.png") 0 0 no-repeat;
  }
}

.ico-wheel {
  width: 24px;
  height: 24px;
  background-position: 0 0;
}

.ico-diesel {
  width: 16.5px;
  height: 21px;
  background-position: -26px 0;
}

.ico-power {
  width: 23.5px;
  height: 14px;
  background-position: -44.5px 0;
}

.ico-fuel {
  width: 16px;
  height: 22px;
  background-position: -70px 0;
}

.ico-co2 {
  width: 23.5px;
  height: 18px;
  background-position: -88px 0;
}

.ico-city {
  width: 22px;
  height: 22px;
  background-position: -113.5px 0;
}

.ico-calendar {
  width: 22px;
  height: 22px;
  background-position: 0 -25px;
}

.ico-scroll {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 2px;
  height: 34px;
  overflow: hidden;
  background: none;
}
.ico-scroll:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  animation: 3s cubic-bezier(0.14, 1.12, 0.67, 0.99) infinite scrollMotion;
}

@keyframes scrollMotion {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateY(100%);
  }
}
.ico-spot {
  width: 14px;
  height: 22px;
  background-position: 0 -73px;
}

.ico-call {
  width: 16.5px;
  height: 22px;
  background-position: -16px -73px;
}

.ico-check {
  width: 20px;
  height: 20px;
  background-position: -120px -25px;
}

.ico-check2 {
  width: 22px;
  height: 22px;
  background-position: -176px -25px;
}

.ico-check3 {
  width: 32px;
  height: 32px;
  background-position: -142px -25px;
}

.ico-down {
  width: 47px;
  height: 47px;
  background-position: -72px -73px;
}

.ico-close {
  width: 47px;
  height: 47px;
  background-position: -121px -73px;
}

.ico-car {
  width: 23.5px;
  height: 17.5px;
  background-position: -137.5px 0px;
}

/* Media */
@media (min-width: 960px) {
  .ico-wheel {
    width: 24px;
    height: 24px;
    background-position: 0 -24px;
  }
  .ico-diesel {
    width: 16px;
    height: 21px;
    background-position: -26px -24px;
  }
  .ico-power {
    width: 23px;
    height: 14px;
    background-position: -44px -24px;
  }
  .ico-fuel {
    width: 16px;
    height: 22px;
    background-position: -69px -24px;
  }
  .ico-co2 {
    width: 23px;
    height: 19px;
    background-position: -87px -24px;
  }
  .ico-city {
    width: 22px;
    height: 22px;
    background-position: -112px -24px;
  }
  .ico-calendar {
    width: 22px;
    height: 22px;
    background-position: 0 -50px;
  }
  .ico-scroll {
    bottom: 52px;
    height: 50px;
  }
  .ico-spot {
    width: 14px;
    height: 22px;
    background-position: 0 -118px;
  }
  .ico-call {
    width: 17px;
    height: 22px;
    background-position: -18px -118px;
  }
  .ico-zoomin {
    width: 21px;
    height: 21px;
    background-position: -42px -118px;
  }
  .ico-zoomout {
    width: 21px;
    height: 21px;
    background-position: -67px -118px;
  }
  .ico-check {
    width: 20px;
    height: 20px;
    background-position: -160px -50px;
  }
  .ico-check2 {
    width: 22px;
    height: 22px;
    background-position: -185px -50px;
  }
  .ico-check3 {
    width: 32px;
    height: 32px;
    background-position: -211px -50px;
  }
  .ico-down {
    width: 64px;
    height: 64px;
    background-position: -247px 0;
  }
  .ico-close {
    width: 64px;
    height: 64px;
    background-position: -315px 0;
  }
  .ico-car {
    width: 23px;
    height: 17px;
    background-position: -138px -24px;
  }
}