/* common */
/* header */
.ov-app-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s;
}
.ov-app-header.active {
  background-color: #fff;
  border-bottom: 1px solid #EFEFEF;
}
.ov-app-header.active .logo a {
  background-image: url("../../images/img_logo_b.svg");
}
.ov-app-header.active .navi .depth-1 li a {
  color: #1c1c1c;
}
.ov-app-header.active .lang .box input[type=radio] + label {
  color: #1c1c1c;
}
.ov-app-header.active .lang .box input[type=radio]:checked + label {
  border-bottom: 1px solid #1c1c1c;
}
.ov-app-header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
.ov-app-header .logo {
  position: absolute;
  left: 80px;
  width: 182px;
  height: 25px;
}
.ov-app-header .logo a {
  width: 100%;
  height: 100%;
  background-image: url("../../images/img_logo_w.svg");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.ov-app-header .navi .depth-1 {
  display: flex;
}
.ov-app-header .navi .depth-1 li {
  position: relative;
  padding: 28px 24px;
  cursor: pointer;
}
.ov-app-header .navi .depth-1 li:hover .depth-2 {
  display: block;
}
.ov-app-header .navi .depth-1 li:hover a {
  color: #06B050;
}
.ov-app-header .navi .depth-1 li a {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  transition: all 0.3s;
}
.ov-app-header .navi .depth-1 li a.active {
  color: #06B050;
}
.ov-app-header .navi .depth-2 {
  display: none;
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 140px;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #FFBF00;
}
.ov-app-header .navi .depth-2 li {
  margin: 0;
  padding: 0;
}
.ov-app-header .navi .depth-2 li:hover a {
  color: #1c1c1c;
}
.ov-app-header .navi .depth-2 li a {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #1c1c1c !important;
  line-height: 20px;
  text-align: center;
}
.ov-app-header .navi .depth-2 li a:hover {
  font-weight: 700;
  color: #1c1c1c;
}
.ov-app-header .lang {
  position: absolute;
  right: 80px;
  display: flex;
  align-items: center;
}
.ov-app-header .lang .box + .box {
  margin-left: 24px;
}
.ov-app-header .lang .box input[type=radio] {
  display: none;
}
.ov-app-header .lang .box input[type=radio] + label {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  cursor: pointer;
}
.ov-app-header .lang .box input[type=radio]:checked + label {
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

.ov-app-service {
  padding: 80px 170px;
}
.ov-app-service .ov-form-group {
  margin: -15px;
}
.ov-app-service .grid .box {
  padding: 15px;
}
.ov-app-service .grid.col-2 {
  display: flex;
  flex-wrap: wrap;
}
.ov-app-service .grid.col-2 .box {
  width: 50%;
}
.ov-app-service .grid .label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}
.ov-app-service .grid .label span {
  padding-left: 4px;
  color: #FF3434;
}

/* footer */
.ov-app-footer {
  height: 220px;
  background-color: #F9F9F9;
}
.ov-app-footer .inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 135px;
}
.ov-app-footer .snslink {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ov-app-footer .snslink .logo {
  display: flex;
  align-items: center;
  width: 100%;
}
.ov-app-footer .snslink .logo a {
  width: 182px;
}
.ov-app-footer .snslink .logo span {
  margin-top: 4px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
}
.ov-app-footer .snslink .sns ul {
  display: flex;
}
.ov-app-footer .snslink .sns ul li a {
  width: 28px;
}
.ov-app-footer .snslink .sns ul li + li {
  margin-left: 18px;
}
.ov-app-footer .company {
  margin-top: 32px;
}
.ov-app-footer .company p span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #7E7E81;
  line-height: 20px;
}
.ov-app-footer .company p span + span {
  margin-left: 9px;
  padding-left: 8px;
}
.ov-app-footer .company p span + span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -1px;
  width: 1px;
  height: 11px;
  background-color: #D9DBDC;
}
.ov-app-footer .terms {
  margin-top: 20px;
}
.ov-app-footer .terms button {
  font-size: 14px;
  font-weight: 600;
  color: #5C5C5E;
  line-height: 20px;
}
.ov-app-footer .terms button + button {
  margin-left: 24px;
}
.ov-app-footer .copyright {
  margin-top: 20px;
}
.ov-app-footer .copyright p {
  font-size: 14px;
  font-weight: 500;
  color: #B0B0B4;
  line-height: 20px;
}

/* common */
.mt-8 {
  margin-top: 8px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-100 {
  margin-top: 100px;
}

.a11y {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.clearfix {
  display: block;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.line .ov-app-contents {
  position: relative;
}
.line .ov-app-contents::before {
  content: "";
  position: absolute;
  top: 83px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(217, 219, 220, 0.8);
}

.ov-html-root {
  max-width: 1024px;
  margin: 0 auto;
  padding: 64px 32px;
}

.ov-html-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 32px;
  font-weight: 100;
}
.ov-html-title span:first-child {
  font-weight: 700;
}

.ov-html-list {
  margin-top: 24px;
  border-top: 2px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
}
.ov-html-list table {
  width: 100%;
}
.ov-html-list table tr {
  border-top: 1px solid #ddd;
}
.ov-html-list table tr:first-child {
  border-top: none;
}
.ov-html-list table tr:nth-of-type(odd) {
  background-color: #eff4ef;
}
.ov-html-list table th,
.ov-html-list table td {
  padding: 15px 12px;
  text-align: left;
}
.ov-html-list table th:first-child,
.ov-html-list table td:first-child {
  text-align: center;
}
.ov-html-list table th {
  font-weight: 700;
  color: #fff;
  background-color: #06B050;
}
.ov-html-list table td a {
  color: #0064ee;
}
.ov-html-list table td a:hover {
  text-decoration: underline;
}
.ov-html-list table td em {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
  color: #d60000;
}

.ov-app-root {
  height: 100%;
}

.ov-app-subpage {
  position: relative;
  height: 383px;
  padding-top: 80px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ov-app-subtitle {
  position: absolute;
  top: 80px;
  width: 100%;
  height: calc(100% - 80px);
  color: #fff;
  text-align: center;
}
.ov-app-subtitle h2 {
  padding-top: 80px;
  font-size: 32px;
  font-weight: 700;
  line-height: 43px;
}
.ov-app-subtitle strong {
  padding-top: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.ov-app-contents .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 135px;
}

.ov-app-tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 24px 0 28px 0;
}
.ov-app-tabs .tab-item {
  min-width: 164px;
  padding: 0 24px;
  text-align: center;
}
.ov-app-tabs .tab-item + .tab-item {
  border-left: 1px solid #D9DBDC;
}
.ov-app-tabs .tab-item.wide {
  min-width: 240px;
}
.ov-app-tabs .tab-item a {
  display: inline-block;
  height: 31px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(126, 126, 129, 0.8);
  line-height: 28px;
}
.ov-app-tabs .tab-item.active a {
  font-weight: 700;
  color: rgba(28, 28, 28, 0.8);
  border-bottom: 3px solid rgba(28, 28, 28, 0.8);
}
.ov-app-tabs .tab-content {
  padding: 80px 0;
}
.ov-app-tabs .tab-content .text {
  margin: 0 0 0 120px;
  background-image: url("../../images/company/img_acc_01.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 20%;
}
.ov-app-tabs .tab-content .text strong {
  margin: 0 0 16px 0;
  font-size: 28px;
  font-weight: 700;
  color: #06B050;
  line-height: 135%;
}
.ov-app-tabs .tab-content .text h3 {
  margin: 0 0 32px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 136%;
}
.ov-app-tabs .tab-content .text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.ov-app-tabs .tab-content .text p + p {
  margin-top: 24px;
}
.ov-app-tabs .tab-content .img {
  margin-bottom: -15px;
}
.ov-app-tabs .tab-content .img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ov-app-tabs .tab-content .img ul li {
  width: 25%;
  padding: 15px;
}
.ov-app-tabs .tab-content .box-01 {
  text-align: center;
}
.ov-app-tabs .tab-content .box-01 h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}
.ov-app-tabs .tab-content .box-01 strong {
  margin-top: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.ov-app-tabs .tab-content .box-01 .info {
  position: relative;
  padding: 60px 0 44px 0;
}
.ov-app-tabs .tab-content .box-01 .info li {
  float: left;
  display: inline-block;
  width: calc(50% - 16px);
  height: 92px;
  margin-bottom: 16px;
  padding: 0 8px;
}
.ov-app-tabs .tab-content .box-01 .info li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #5C5C5E;
  line-height: 26px;
  background-color: #EFF4F2;
  border-radius: 8px;
}
.ov-app-tabs .tab-content .box-01 .model {
  max-width: 400px;
  margin-top: 40px;
}
.ov-app-tabs .tab-content .box-01 .model.wide {
  max-width: 720px;
}
.ov-app-tabs .tab-content .box-01 .model.expand {
  max-width: 600px;
}
.ov-app-tabs .tab-content .box-01 .plus {
  width: 100%;
  margin-top: 60px;
  padding: 16px 0;
  border-radius: 8px;
  background-color: #EFEFEF;
}
.ov-app-tabs .tab-content .box-01 .plus img {
  max-width: 50px;
}
.ov-app-tabs .tab-content .box-01 .desc {
  margin-top: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.ov-app-tabs .tab-content .box-01 .systems {
  position: relative;
  padding: 32px 0 0 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}
.ov-app-tabs .tab-content .box-01 .systems li {
  float: left;
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
.ov-app-tabs .tab-content .box-01 .systems li .flex {
  display: flex;
  min-height: 240px;
  margin: 0 15px;
  border-radius: 8px;
  border: 1px solid #D9DBDC;
}
.ov-app-tabs .tab-content .box-01 .systems li .flex.yellow {
  border-color: #FFBF00;
}
.ov-app-tabs .tab-content .box-01 .systems li .flex .txt {
  width: calc(100% - 200px);
  padding: 32px 0 32px 32px;
  text-align: left;
}
.ov-app-tabs .tab-content .box-01 .systems li .flex .txt h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.ov-app-tabs .tab-content .box-01 .systems li .flex .txt p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.ov-app-tabs .tab-content .box-01 .steps {
  margin-top: 60px;
}
.ov-app-tabs .tab-content .box-01 .steps li {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 770px;
  min-height: 104px;
  margin: 0 auto;
  padding: 24px 130px;
  background-color: #F9F9F9;
  border-radius: 8px;
  text-align: center;
}
.ov-app-tabs .tab-content .box-01 .steps li + li {
  margin-top: 16px;
}
.ov-app-tabs .tab-content .box-01 .steps li span {
  position: relative;
  padding-left: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
.ov-app-tabs .tab-content .box-01 .steps li span.center {
  padding-left: 0;
  text-align: center;
}
.ov-app-tabs .tab-content .box-01 .steps li span em {
  position: absolute;
  top: 0;
  left: 0;
}
.ov-app-tabs .tab-content .box-02 {
  padding-top: 100px;
}
.ov-app-tabs .tab-content .box-02 h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}
.ov-app-tabs .tab-content .box-02 .tab-menu {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ov-app-tabs .tab-content .box-02 .tab-menu .tab-label + .tab-label {
  margin-left: 16px;
}
.ov-app-tabs .tab-content .box-02 .tab-menu .tab-label.active a {
  color: #06B050;
  border-color: #06B050;
}
.ov-app-tabs .tab-content .box-02 .tab-menu .tab-label a {
  width: 180px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #B0B0B4;
  border-radius: 62px;
  border: 1px solid #D9DBDC;
  line-height: 22px;
  text-align: center;
}
.ov-app-tabs .tab-content .box-02 .tab-panel {
  display: none;
  margin-top: 30px;
  text-align: center;
}
.ov-app-tabs .tab-content .box-02 .tab-panel img {
  max-width: 600px;
}
.ov-app-tabs .tab-content .box-02 .tab-panel.active {
  display: block;
}

.ov-app-subpage.bg-01 {
  background-image: url("../../images/bg_sub_01.jpg");
}
.ov-app-subpage.bg-02 {
  background-image: url("../../images/bg_sub_02.jpg");
}
.ov-app-subpage.bg-03 {
  background-image: url("../../images/bg_sub_03.jpg");
}
.ov-app-subpage.bg-04 {
  background-image: url("../../images/bg_sub_04.jpg");
}
.ov-app-subpage.bg-05 {
  background-image: url("../../images/bg_sub_05.jpg");
}

.ov-app-sharing {
  padding: 80px 170px;
}
.ov-app-sharing .card {
  display: flex;
}
.ov-app-sharing .card .title {
  width: 150px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.ov-app-sharing .card .text {
  flex: 1;
}
.ov-app-sharing .card .text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.ov-app-sharing .card .text img {
  margin-top: 30px;
}
.ov-app-sharing .tab-menu {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.ov-app-sharing .tab-menu .tab-label + .tab-label {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #D9DBDC;
}
.ov-app-sharing .tab-menu .tab-label.active a {
  color: #1C1C1C;
  border-color: #1C1C1C;
}
.ov-app-sharing .tab-menu .tab-label a {
  font-size: 20px;
  font-weight: 500;
  color: #7E7E81;
  border-bottom: 3px solid transparent;
  line-height: 31px;
}
.ov-app-sharing .tab-panel {
  display: none;
  margin-top: 45px;
}
.ov-app-sharing .tab-panel.active {
  display: block;
}
.ov-app-sharing .tab-panel .flex {
  display: flex;
}
.ov-app-sharing .tab-panel .flex img {
  width: 168px;
  margin-right: 30px;
}
.ov-app-sharing .tab-panel .flex p {
  flex: 1;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.ov-app-sharing .tab-panel .list p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.ov-app-sharing .tab-panel .list p.bold {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.ov-app-setup {
  padding: 60px 0;
}
.ov-app-setup ul {
  display: flex;
  flex-wrap: wrap;
}
.ov-app-setup ul li {
  width: 33.33%;
  padding: 20px 15px;
}
.ov-app-setup ul li h5 {
  min-height: 56px;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.ov-app-error {
  position: relative;
  min-height: 85vh;
  text-align: center;
}
.ov-app-error .center {
  padding: 240px 0 80px 0;
}
.ov-app-error img {
  max-width: 110px;
}
.ov-app-error h3 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.ov-app-error p {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

/* btns */
.ov-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  padding: 20px 32px;
  font-weight: 700;
  transition: all 0.3s;
}
.btn.lg {
  width: 280px;
  font-size: 22px;
}
.btn.md {
  width: 140px;
  font-size: 20px;
}
.btn.md + .md {
  margin-left: 12px;
}
.btn.default {
  color: #5C5C5E;
  border-radius: 8px;
  background-color: #EFEFEF;
}
.btn.default:hover {
  background-color: #e8e8e8;
}
.btn.primary {
  color: #fff;
  border-radius: 8px;
  background-color: #06B050;
}
.btn.primary:hover {
  background-color: #04a74b;
  border-color: #04a74b;
}

/* forms */
.ov-form-group .input-field,
.ov-form-group .input-textarea {
  width: 100%;
  padding: 13px 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #D9DBDC;
  background-color: #F9F9F9;
  transition: all 0.3s;
}
.ov-form-group .input-field:focus,
.ov-form-group .input-textarea:focus {
  border-color: #06B050;
}
.ov-form-group .input-textarea {
  min-height: 104px;
}
.ov-form-group .input-checkbox {
  display: flex;
  align-items: center;
  position: relative;
}
.ov-form-group .input-checkbox.modal.type01 label {
  width: 100%;
}
.ov-form-group .input-checkbox.modal.type02 label {
  width: auto;
}
.ov-form-group .input-checkbox.modal.type02 em {
  cursor: unset;
}
.ov-form-group .input-checkbox input[type=checkbox] {
  position: absolute;
  top: 3px;
  left: 3px;
}
.ov-form-group .input-checkbox input[type=checkbox]:checked + label::before {
  content: "";
  border-color: transparent;
  background: url("../../images/ico_check_on.svg") no-repeat center;
}
.ov-form-group .input-checkbox label {
  position: relative;
  width: 28px;
  height: 28px;
  padding-left: 40px;
  cursor: pointer;
}
.ov-form-group .input-checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  border: 1px solid #D9DBDC;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
}
.ov-form-group .input-checkbox em {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.ov-form-group .input-checkbox .arrow {
  position: absolute;
  top: 3px;
  width: 23px;
  height: 23px;
  margin-left: 4px;
  background: url("../../images/ico_arrow.svg") no-repeat center;
}

/* popup */
.layer-pop-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.layer-pop-box .popup-dimmed {
  width: 100%;
  height: 100%;
}

.layer-pop-box .popup-box {
  position: relative;
  top: 50%;
  left: 50%;
  overflow: auto;
  width: 660px;
  padding: 0 60px;
  transform: translate(-50%, -50%);
  z-index: 1002;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 10px;
}

.layer-pop-box .popup-head {
  padding: 50px 0 16px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.layer-pop-box .popup-body {
  padding: 12px 0;
}

.layer-pop-box .popup-body .contents {
  overflow-y: auto;
  max-height: 210px;
  margin-top: 12px;
  padding: 16px 24px 16px 36px;
  background-color: #F9F9F9;
  border-radius: 8px;
}

.layer-pop-box .popup-body .contents p {
  font-size: 18px;
  font-weight: 400;
  color: #5C5C5E;
  line-height: 29px;
  letter-spacing: -0.3px;
}

.layer-pop-box .popup-foot {
  padding: 24px 0;
  text-align: center;
}

.layer-pop-box .input-checkbox label em {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.layer-pop-box .input-checkbox label .astarik {
  margin-left: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #FF3D3D;
  line-height: 28px;
}

.layer-pop-box .input-checkbox em {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.layer-pop-box .input-checkbox .astarik {
  margin-left: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #FF3D3D;
  line-height: 28px;
}

.layer-pop-btn {
  position: fixed;
  right: 0;
  bottom: 0px;
  width: 100%;
  z-index: 20;
}

.layer-pop-btn.mo {
  display: none;
}

.layer-pop-btn a {
  color: #fff;
}

.layer-pop-btn .inner {
  max-width: 620px;
  margin: 20px auto;
  padding: 32px 40px 24px 40px;
  background-color: rgba(38, 41, 43, 0.7);
  border-radius: 24px;
}

.layer-pop-btn .order {
  display: flex;
}

.layer-pop-btn .order .box {
  flex: 1;
}

.layer-pop-btn .order .box + .box {
  margin-left: 12px;
}

.layer-pop-btn .order .box .u-btn-apply {
  padding: 9px 16px;
}

.layer-pop-btn .agree {
  margin-top: 16px;
}

.layer-pop-btn.fixed {
  display: block;
  animation: fadeInUp 1s;
}

body {
  overflow-x: hidden;
}

/* main */
.main {
  overflow: hidden;
}

.scroll .ov-app-visual {
  height: 85%;
}

.ov-app-visual {
  height: calc(100vh - 220px);
}

.ov-app-swiper {
  height: 100%;
}
.ov-app-swiper .item {
  opacity: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 290px;
  transform: none !important;
}
.ov-app-swiper .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateX(-50%);
}
.ov-app-swiper .item.bg-01::before {
  content: "";
  background-image: url("../../images/main/img_visual_01.jpg");
}
.ov-app-swiper .item.bg-02::before {
  content: "";
  background-image: url("../../images/main/img_visual_02.jpg");
}
.ov-app-swiper .swiper-container {
  overflow: visible;
  position: relative;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 135px;
}
.ov-app-swiper .swiper-slide {
  padding-top: 80px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ov-app-swiper .swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
}
.ov-app-swiper .swiper-slide-active .title {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.ov-app-swiper .swiper-slide .inner {
  position: relative;
  height: 100%;
}
.ov-app-swiper .swiper-slide .inner .box {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.ov-app-swiper .swiper-slide .inner .box .title {
  opacity: 0;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  line-height: 67px;
  transform: translateY(30px);
  transition: all 1s ease-in-out;
}
.ov-app-swiper .swiper-slide .inner .box .more {
  display: flex;
  align-items: center;
  margin-top: 48px;
}
.ov-app-swiper .swiper-slide .inner .box .more a {
  width: 168px;
  height: 55px;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s;
}
.ov-app-swiper .swiper-slide .inner .box .more a + a {
  margin-left: 10px;
}
.ov-app-swiper .swiper-slide .inner .box .more a:hover.clear {
  background-color: rgba(255, 255, 255, 0.1);
}
.ov-app-swiper .swiper-slide .inner .box .more a:hover.green {
  background-color: #04a74b;
  border-color: #04a74b;
}
.ov-app-swiper .swiper-slide .inner .box .more a.clear {
  color: #fff;
  border: 1px solid #fff;
}
.ov-app-swiper .swiper-slide .inner .box .more a.green {
  color: #fff;
  border: 1px solid #06B050;
  background-color: #06B050;
}
.ov-app-swiper .swiper-pagination {
  bottom: auto !important;
  left: auto !important;
  right: 135px;
  top: 50% !important;
  transform: translate(-50%, 0);
  width: 10px !important;
}
.ov-app-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 5px var(--swiper-pagination-bullet-horizontal-gap, 0) !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.ov-app-swiper .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

/* responsive */
@media screen and (min-width: 1024px) {
  .header {
    display: none;
  }
  .mo {
    display: none;
  }
  .ov-mo-header {
    display: none;
  }
  .ov-mo-footer {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .main {
    overflow: inherit;
  }
  .ov-app-footer {
    display: none;
  }
  .ov-app-header {
    display: none;
  }
  .ov-app-contents .inner {
    max-width: 100%;
    padding: 0 24px;
  }
  .ov-app-error {
    margin: 60px 0;
  }
  .ov-app-error h3 {
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
  }
  .ov-app-error p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .mt-100 {
    margin-top: 60px;
  }
  .btn {
    padding: 19px;
  }
  .btn.lg {
    width: 100%;
    font-size: 18px;
  }
  .ov-app-error .center {
    padding: 60px 0 0 0;
  }
  .ov-mo-footer {
    position: relative;
    width: 100%;
    padding: 40px 24px;
    background-color: #F9F9F9;
  }
  .ov-mo-footer .logo {
    display: flex;
    align-items: center;
  }
  .ov-mo-footer .logo a {
    width: 145px;
  }
  .ov-mo-footer .logo span {
    margin-top: 3px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 700;
  }
  .ov-mo-footer .company {
    margin-top: 24px;
  }
  .ov-mo-footer .company p span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #7E7E81;
    line-height: 20px;
  }
  .ov-mo-footer .company p span + span {
    margin-left: 9px;
    padding-left: 8px;
  }
  .ov-mo-footer .company p span + span::after {
    content: "";
    position: absolute;
    top: 3px;
    left: -1px;
    width: 1px;
    height: 11px;
    background-color: #D9DBDC;
  }
  .ov-mo-footer .terms {
    margin-top: 24px;
  }
  .ov-mo-footer .terms button {
    font-size: 14px;
    font-weight: 600;
    color: #5C5C5E;
    line-height: 142%;
  }
  .ov-mo-footer .terms button + button {
    margin-left: 24px;
  }
  .ov-mo-footer .copyright {
    margin-top: 24px;
  }
  .ov-mo-footer .copyright p {
    font-size: 14px;
    font-weight: 500;
    color: #B0B0B4;
    line-height: 142%;
  }
  .ov-mo-footer .sns {
    margin-top: 24px;
  }
  .ov-mo-footer .sns ul {
    display: flex;
  }
  .ov-mo-footer .sns ul li a {
    width: 28px;
  }
  .ov-mo-footer .sns ul li + li {
    margin-left: 18px;
  }
  .ov-app-subpage {
    height: 310px;
    padding-top: 60px;
  }
  .ov-app-subpage.bg-01 {
    background-image: url("../../images/mo/m_bg_sub_01.jpg");
  }
  .ov-app-subpage.bg-02 {
    background-image: url("../../images/mo/m_bg_sub_02.jpg");
  }
  .ov-app-subpage.bg-03 {
    background-image: url("../../images/mo/m_bg_sub_03.jpg");
  }
  .ov-app-subpage.bg-04 {
    background-image: url("../../images/mo/m_bg_sub_04.jpg");
  }
  .ov-app-subpage.bg-05 {
    background-image: url("../../images/mo/m_bg_sub_05.jpg");
  }
  .ov-app-subtitle {
    top: 60px;
    height: calc(100% - 60px);
  }
  .ov-app-subtitle h2 {
    padding-top: 60px;
    font-size: 28px;
    line-height: 38px;
  }
  .ov-app-subtitle strong {
    font-size: 17px;
  }
  .ov-app-service {
    padding: 40px 0 60px 0;
  }
  .ov-app-service .grid.col-2 {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .ov-app-service .grid.col-2 .box {
    width: 100%;
  }
  .mtm-6 {
    margin-top: -6px;
  }
  .layer-pop-box .popup-box {
    width: 90%;
    padding: 0 30px;
  }
  .layer-pop-box .popup-head {
    padding: 32px 0 16px 0;
    font-size: 20px;
    line-height: 18px;
  }
  .ov-form-group .input-checkbox label {
    padding-left: 36px;
  }
  .layer-pop-box .input-checkbox label em {
    font-size: 18px;
  }
  .layer-pop-box .popup-body .contents {
    padding: 16px;
  }
  .layer-pop-box .popup-body .contents p {
    font-size: 16px;
    line-height: 24px;
  }
  .layer-pop-box .popup-foot {
    padding: 24px 9px;
  }
  .layer-pop-box .popup-foot .flex {
    display: flex;
  }
  .btn.md {
    font-size: 18px;
  }
  .ov-app-setup {
    padding: 45px 0;
  }
  .ov-app-setup ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .ov-app-setup ul li {
    width: 100%;
    padding: 15px 0;
  }
  .ov-app-setup ul li h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .ov-app-sharing {
    padding: 60px 0;
  }
  .ov-app-sharing .card {
    display: flex;
    flex-direction: column;
  }
  .ov-app-sharing .tab-panel .flex {
    flex-direction: column;
  }
  .ov-app-sharing .card .title {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
  }
  .ov-app-sharing .card .text p {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
  }
  .ov-app-sharing .tab-menu {
    margin-top: 56px;
  }
  .ov-app-sharing .tab-menu .tab-label + .tab-label {
    margin-left: 20px;
    padding-left: 20px;
  }
  .ov-app-sharing .tab-menu .tab-label a {
    font-size: 16px;
    line-height: 24px;
  }
  .ov-app-sharing .tab-panel .flex img {
    width: 155px;
    margin: 0;
  }
  .ov-app-sharing .tab-panel .flex p {
    margin-top: 24px;
    font-size: 16px;
  }
  .ov-app-sharing .tab-panel .list p {
    font-size: 16px;
  }
  .mt-40 {
    margin-top: 32px;
  }
  .ov-app-sharing .tab-panel .list p.bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
  .line .ov-app-contents::before {
    top: 68px;
  }
  .ov-app-tabs .tab {
    padding: 20px 0 17px 0;
  }
  .ov-app-tabs .tab-item {
    min-width: unset;
    padding: 0;
  }
  .ov-app-tabs .tab-item:last-child {
    padding-right: 24px;
  }
  .ov-app-tabs .tab-item a {
    font-size: 16px;
    line-height: 31px;
  }
  .tab-mobile {
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    margin-right: -24px;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
  }
  .tab-mobile .tab {
    display: inline-flex;
    justify-content: center;
    min-width: 100%;
    -webkit-box-pack: justify;
    box-sizing: border-box;
    vertical-align: top;
  }
  .ov-app-tabs .tab-content {
    padding: 60px 0;
  }
  .ov-app-tabs .tab-content .box-01 h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }
  .ov-app-tabs .tab-content .box-01 .info {
    padding: 40px 0;
  }
  .ov-app-tabs .tab-content .box-01 .info li {
    float: unset;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .ov-app-tabs .tab-content .box-01 .info li span {
    padding: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .ov-app-tabs .tab-content .box-01 strong {
    letter-spacing: -0.4px;
  }
  .ov-app-tabs .tab-content .box-01 .model {
    max-width: 184px;
    margin-top: 32px;
  }
  .ov-app-tabs .tab-content .box-01 .plus {
    margin-top: 40px;
    padding: 12px 0;
  }
  .ov-app-tabs .tab-content .box-01 .plus img {
    width: 30px;
  }
  .ov-app-tabs .tab-content .box-01 .systems {
    padding: 24px 0 0 0;
  }
  .ov-app-tabs .tab-content .box-01 .systems li {
    float: unset;
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  .ov-app-tabs .tab-content .box-01 .systems li .flex {
    flex-direction: column;
    min-height: 224px;
  }
  .ov-app-tabs .tab-content .box-01 .systems li .flex .txt {
    width: 100%;
    padding: 24px;
  }
  .ov-app-tabs .tab-content .box-01 .systems li .flex .bg {
    padding-bottom: 16px;
    text-align: right;
  }
  .ov-app-tabs .tab-content .box-01 .systems li .flex .bg img {
    max-width: 120px;
  }
  .ov-app-tabs .tab-content .box-01 .systems li .flex .txt h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .ov-app-tabs .tab-content .box-01 .systems li .flex .txt p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .ov-app-tabs .tab-content .box-01 .desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
  .ov-app-tabs .tab-content .box-01 .model.wide {
    max-width: 296px;
  }
  .ov-app-tabs .tab-content .box-01 .steps {
    margin-top: 40px;
  }
  .ov-app-tabs .tab-content .box-01 .steps li {
    justify-content: flex-start;
    max-width: 100%;
    min-height: auto;
    padding: 16px;
  }
  .ov-app-tabs .tab-content .box-01 .steps.expand li {
    justify-content: center;
  }
  .ov-app-tabs .tab-content .box-01 .steps li span {
    font-size: 16px;
    line-height: 24px;
  }
  .ov-app-tabs .tab-content .box-02 {
    padding-top: 80px;
  }
  .ov-app-tabs .tab-content .box-02 h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .ov-app-tabs .tab-content .box-02 .tab-menu {
    margin-top: 32px;
  }
  .tab-steps {
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    margin-right: -24px;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
  }
  .tab-steps .tab-menu {
    display: inline-flex;
    justify-content: flex-start !important;
    min-width: 100%;
    -webkit-box-pack: justify;
    box-sizing: border-box;
    vertical-align: top;
  }
  .tab-steps .tab-menu li:last-child {
    padding-right: 24px;
  }
  .ov-app-tabs .tab-content .box-02 .tab-menu .tab-label a {
    width: auto;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 22px;
  }
  .ov-app-tabs .tab-content .box-02 .tab-panel img {
    width: 100%;
    max-width: 327px;
  }
  .tab-cover {
    display: flex;
    justify-content: center;
  }
  .ov-app-tabs .tab-content .box-01 .model.expand {
    width: 100%;
    max-width: 240px;
  }
  .ov-app-tabs .tab-item.wide {
    min-width: unset;
    padding: 0;
  }
  .ov-app-tabs .tab-item + .tab-item {
    margin-left: 16px;
    padding-left: 16px;
  }
  .ov-app-tabs .tab-content .text {
    margin: 0;
  }
  .ov-app-tabs .tab-content .text.mo-bg {
    background-image: none;
  }
  .ov-app-tabs .tab-content .text strong {
    font-size: 20px;
    line-height: 28px;
  }
  .ov-app-tabs .tab-content .text h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .ov-app-tabs .tab-content .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .ov-app-tabs .tab-content .img {
    margin: -8px;
  }
  .ov-app-tabs .tab-content .img ul {
    width: 342px;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .ov-app-tabs .tab-content .img ul li {
    width: 50%;
    margin: 0;
    padding: 8px;
  }
  .ov-app-visual {
    height: 100%;
  }
  .ov-app-swiper .swiper-container {
    max-width: 100%;
    padding: 0 24px;
  }
  .ov-app-swiper .swiper-slide {
    padding-top: 60px;
  }
  .ov-app-swiper .item.bg-01::before {
    background-image: url("../../images/mo/m_img_visual_01.png");
  }
  .ov-app-swiper .item.bg-02::before {
    background-image: url("../../images/mo/m_img_visual_02.png");
  }
  .ov-app-swiper .swiper-slide .inner .box .title {
    display: none;
  }
  .ov-app-swiper .swiper-slide .inner .box .title.mo {
    display: block;
    font-size: 32px;
    line-height: 42px;
  }
  .ov-app-swiper .swiper-slide .inner .box .more {
    margin-top: 48px;
  }
  .ov-app-swiper .swiper-slide .inner .box .more {
    flex-direction: column;
    align-items: baseline;
  }
  .ov-app-swiper .swiper-slide .inner .box .more a + a {
    margin: 10px 0 0 0;
  }
  .ov-app-swiper .swiper-pagination {
    bottom: 60px !important;
    left: 43px !important;
    top: auto !important;
    transform: none;
    width: 40px !important;
  }
  .ov-app-swiper .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .ov-mo-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10;
    transition: all 0.3s;
  }
  .ov-mo-header.active {
    background-color: #fff;
    border-bottom: 1px solid #EFEFEF;
  }
  .ov-mo-header.active .header-logo a {
    background-image: url("../../images/img_logo_b.svg");
  }
  .ov-mo-header.active .mobile-gnb .sidebar-btn {
    background-image: url("../../images/mo/m_ico_navi_b.svg");
  }
  .ov-mo-header .mobile-gnb .sidebar-btn {
    position: absolute;
    top: 16px;
    right: 21px;
    width: 24px;
    height: 24px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../images/mo/m_ico_navi_w.svg");
    z-index: 1;
  }
  .ov-mo-header .mobile-gnb .sidebar-btn span {
    display: block;
    position: absolute;
    left: 20px;
    width: 24px;
    height: 2px;
    background-color: #222;
  }
  .ov-mo-header .mobile-gnb .sidebar-btn span:nth-child(1) {
    top: 22px;
  }
  .ov-mo-header .mobile-gnb .sidebar-btn span:nth-child(2) {
    top: 32px;
    transition: opacity 0s 0.15s;
  }
  .ov-mo-header .mobile-gnb .sidebar-btn span:nth-child(3) {
    top: 42px;
  }
  .ov-mo-header .mobile-gnb .sidebar-btn span:nth-child(1),
  .ov-mo-header .mobile-gnb .sidebar-btn span:nth-child(3) {
    transition: top 0.15s 0.15s, transform 0.15s, width 0.15s, left 0.15s;
  }
  .ov-mo-header .mobile-gnb.open .sidebar-btn span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.15s;
  }
  .ov-mo-header .mobile-gnb.open .sidebar-btn span:nth-child(1),
  .ov-mo-header .mobile-gnb.open .sidebar-btn span:nth-child(3) {
    top: 32px;
    width: 30px;
    transition: top 0.15s, transform 0.15s 0.15s, width 0.15s 0.15s, left 0.15s 0.15s;
  }
  .ov-mo-header .mobile-gnb.open .sidebar-btn span:nth-child(1) {
    left: 18px;
    transform: rotate(45deg);
  }
  .ov-mo-header .mobile-gnb.open .sidebar-btn span:nth-child(3) {
    left: 18px;
    transform: rotate(-45deg);
  }
  .ov-mo-header .mobile-gnb .sidebar-wrap {
    position: fixed;
    width: 100%;
    height: calc(100vh - 59px);
    top: 59px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    border-top: 1px solid #EFEFEF;
    transition: all 0.3s;
  }
  .ov-mo-header .mobile-gnb.open .sidebar-wrap {
    visibility: visible;
    opacity: 1;
  }
  .ov-mo-header .mobile-gnb .sidebar-wrap .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .ov-mo-header .mobile-gnb .gnb-depth-1 {
    overflow-y: auto;
    height: 100%;
    padding: 8px 24px 32px 24px;
    background-color: #fff;
  }
  .ov-mo-header .mobile-gnb .depth-1 > .depth-1-link {
    display: flex;
    align-items: center;
    position: relative;
    height: 56px;
    font-size: 17px;
    font-weight: 500;
  }
  .ov-mo-header .mobile-gnb .depth-1 > .depth-1-link:not(:only-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: -4px;
    width: 24px;
    height: 24px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../images/mo/m_ico_arrow.svg");
    transform: rotate(180deg);
  }
  .ov-mo-header .mobile-gnb .depth-1.open > .depth-1-link:not(:only-child)::before {
    transform: rotate(0deg);
  }
  .ov-mo-header .mobile-gnb .depth-1 > .depth-1-link > span {
    position: relative;
    display: block;
    line-height: normal;
  }
  .ov-mo-header .mobile-gnb .depth-1 > .depth-1-link > span::before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    bottom: 0;
    width: 0;
    height: 9px;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
  }
  .ov-mo-header .mobile-gnb .depth-1.open > .depth-1-link > span::before {
    width: calc(100% + 4px);
  }
  .ov-mo-header .mobile-gnb .gnb-depth-2 {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    box-sizing: content-box;
    transition: all 0.3s;
  }
  .ov-mo-header .mobile-gnb .depth-1.open .gnb-depth-2 {
    padding: 0 16px;
  }
  .ov-mo-header .mobile-gnb .depth-2:last-child {
    border-bottom: 1px solid #EFEFEF;
  }
  .ov-mo-header .mobile-gnb .depth-2 > .depth-2-link {
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 500;
    color: #7E7E81;
    line-height: 26px;
  }
  .ov-mo-header .mobile-gnb .depth-2 > .depth-2-link.active {
    color: #007ea5;
    font-weight: bold;
  }
  .ov-mo-header .mobile-gnb .depth-1.open .depth-2 > .depth-2-link {
    visibility: visible;
    opacity: 1;
  }
  .ov-mo-header .header-inner {
    padding: 20px 24px;
  }
  .ov-mo-header .header-logo a {
    width: 144px;
    height: 20px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../../images/img_logo_w.svg");
  }
  .ov-mo-header .lang {
    display: flex;
    align-items: center;
    margin-top: 32px;
  }
  .ov-mo-header .lang .box + .box {
    margin-left: 24px;
  }
  .ov-mo-header .lang .box input[type=radio] + label {
    font-size: 17px;
    font-weight: 400;
    color: #1c1c1c;
    border-bottom: 1px solid transparent;
    line-height: 24px;
    cursor: pointer;
  }
  .ov-mo-header .lang .box input[type=radio]:checked + label {
    font-weight: 600;
    border-bottom: 1px solid #1c1c1c;
  }
  .not-scroll {
    overflow: hidden;
  }
  .not-scroll .ov-mo-header {
    background-color: #fff;
  }
  .not-scroll .ov-mo-header .header-logo a {
    background-image: url("../../images/img_logo_b.svg");
  }
  .not-scroll .ov-mo-header .mobile-gnb .sidebar-btn {
    background-image: url("../../images/mo/m_ico_close.svg");
  }
}