html {
  font-size: 62.5%;
}

#wrap {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  min-width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.layout {
  padding: 0 20px;
}

.layout-cc {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pcbr {
  display: block;
}

.btn-gnb, .mobr {
  display: none;
}

.pointer {
  cursor: pointer;
}

.tel {
  cursor: auto;
}

#container, #footer {
  position: relative;
  z-index: 2;
}

#header {
  z-index: 3;
}

/* bg */
.main-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.main-bg .bg-wrap {
  width: 100%;
  height: 100%;
  animation: zomin 3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.main-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.main-bg.bg1 .bg-wrap {
  background-image: url("../images/bg/main_bg1.jpg");
}
.main-bg.bg2 .bg-wrap {
  background-image: url("../images/bg/main_bg2.jpg");
}
.main-bg.bg3 .bg-wrap {
  background-image: url("../images/bg/main_bg3.jpg");
}
.main-bg.bg4 .bg-wrap {
  background-image: url("../images/bg/main_bg4.jpg");
}
.main-bg.bg5 .bg-wrap {
  background-image: url("../images/bg/main_bg5.jpg");
}
.main-bg.bg6 .bg-wrap {
  background-image: url("../images/bg/main_bg6.jpg");
}
.main-bg.bg7 .bg-wrap {
  background-image: url("../images/bg/main_bg7.jpg");
}
.main-bg.bg8 .bg-wrap {
  background-image: url("../images/bg/main_bg8.jpg");
}
.main-bg.bg9 .bg-wrap {
  background-image: url("../images/bg/main_bg9.jpg");
}
.main-bg.bg10 .bg-wrap {
  background-image: url("../images/bg/main_bg10.jpg");
}
.main-bg.bg11 .bg-wrap {
  background-image: url("../images/bg/main_bg11.jpg");
}
.main-bg .bg-color {
  position: absolute;
  left: 37.5%;
  width: 62.5%;
  top: 0;
  height: 100%;
}
.main-bg.bg1 .bg-color1 {
  background: #0084ff;
  mix-blend-mode: darken;
  opacity: 0.39;
}
.main-bg.bg1 .bg-color2 {
  background: url("../images/bg/main_bg1_color2.png") repeat;
  mix-blend-mode: hard-light;
}
.main-bg.bg1 .bg-color3 {
  background: #2c2b38;
  mix-blend-mode: hard-light;
  opacity: 0.46;
}
.main-bg.bg2 .bg-color1 {
  background: #2c6174;
  mix-blend-mode: multiply;
}
.main-bg.bg3 .bg-color1 {
  background: #593059;
  mix-blend-mode: multiply;
}
.main-bg.bg4 .bg-color1 {
  background: #4d3169;
  mix-blend-mode: multiply;
}
.main-bg.bg5 .bg-color1 {
  background: #4a6398;
  mix-blend-mode: multiply;
}
.main-bg.bg6 .bg-color1 {
  background: #45969e;
  mix-blend-mode: multiply;
}
.main-bg.bg7 .bg-color1 {
  background: #55573b;
  mix-blend-mode: multiply;
}
.main-bg.bg8 .bg-color1 {
  background: #664c32;
  mix-blend-mode: multiply;
}
.main-bg.bg9 .bg-color1 {
  background: #75363b;
  mix-blend-mode: multiply;
}
.main-bg.bg10 .bg-color1 {
  background: #485256;
  mix-blend-mode: multiply;
}
.main-bg.bg11 .bg-color1 {
  background: #30b2f5;
  mix-blend-mode: multiply;
}
@keyframes zomin {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}

/* //bg */
/* header */
.logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 37.5%;
  height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.logo a {
  display: block;
  padding: 0 30px;
}
.logo img {
  width: 340px;
}
.logo .btn-link1 {
  margin-top: 26px;
}
.logo .btn-link1 span {
  display: inline-block;
  width: 228px;
  height: 50px;
  background: url("../images/btn_style1.png") no-repeat 0 0;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 50px;
  font-weight: 400;
}
.logo .btn-link1 span strong {
  font-weight: 700;
}

#gnb {
  position: absolute;
  left: 37.5%;
  top: 0;
  width: 62.5%;
  padding: 35px 0 0;
  transition: 0.4s all;
}
#gnb ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#gnb ul li {
  position: relative;
}
#gnb ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  height: 26px;
  border-left: 1px solid #fff;
}
#gnb ul li:first-child::after {
  display: none;
}
#gnb ul li a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 16px;
  font-weight: 400;
  padding: 0 18px;
  transition: 0.4s all;
}
#gnb ul li a:hover {
  color: #15c0ff;
}
#gnb ul li.active a {
  color: #15c0ff;
}

.gnb_scroll #gnb {
  background: #232323;
  padding: 20px 0;
}

/* //header */
/* footer */
#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: #141414;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer .footer-cont span, #footer .footer-cont address, #footer .footer-cont a, #footer .footer-cont .copy {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 300;
}
#footer .footer-cont span {
  position: relative;
  padding: 0 8px;
}
#footer .footer-cont span::before {
  content: "|";
  position: absolute;
  left: -4px;
  top: 0;
}
#footer .footer-top span:first-child {
  padding-left: 0;
}
#footer .footer-top span:first-child::before {
  display: none;
}
#footer .footer-bot .copy {
  font-size: 1.3rem;
  margin-right: 15px;
}
#footer .footer-bot span a {
  font-size: 1rem;
}
#footer .footer-bot span:last-child::after {
  content: "|";
  position: absolute;
  right: -4px;
  top: 0;
}

/* //footer */
/* main */
.main-section {
  position: absolute;
  left: 37.5%;
  top: 0;
  width: 62.5%;
  height: calc(100% - 70px);
  padding-top: 77px;
  overflow-x: hidden;
  overflow-y: auto;
}

.section-title {
  padding-top: 70px;
  padding-left: 25%;
}
.section-title h2 {
  font-size: 3.3rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 35px;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all;
}
.section-title h2 .txt1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 8px;
}
.section-title .title-sub p {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 28px;
  font-weight: 400;
  transform: translateY(50px);
  opacity: 0;
}
.section-title .title-sub p:nth-child(1) {
  transition: 1s all 0.5s;
}
.section-title .title-sub p:nth-child(2) {
  transition: 1s all 1s;
}
.section-title .title-sub p:nth-child(3) {
  transition: 1s all 1.5s;
}
.section-title p + p {
  margin-top: 26px;
}

.animate .section-title h2 {
  transform: translateY(0);
  opacity: 1;
}
.animate .section-title p {
  transform: translateY(0);
  opacity: 1;
}

.circle-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.circle-info .ci-cont {
  position: relative;
  width: 455px;
  height: 445px;
  opacity: 0;
  transition: 0.5s all 1.5s;
}
.circle-info .ci-cont .ci-logo {
  position: absolute;
  left: calc(50% - 66.5px);
  top: calc(50% - 66.5px);
  width: 133px;
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a4ff;
  border-radius: 50%;
  z-index: 1;
}
.circle-info .ci-cont .ci-list li {
  position: absolute;
  width: 116px;
  height: 116px;
  top: calc(50% - 58px);
  left: calc(50% - 58px);
}
.circle-info .ci-cont .ci-list li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 85px;
  height: 85px;
  border-left: 2px solid #0086d1;
}
.circle-info .ci-cont .ci-list li:nth-child(1)::after {
  transform: rotate(0) translate(0, -78%);
}
.circle-info .ci-cont .ci-list li:nth-child(2)::after {
  transform: rotate(52deg) translate(-57px, -55%);
}
.circle-info .ci-cont .ci-list li:nth-child(3)::after {
  transform: rotate(105deg) translate(-60px, 25%);
}
.circle-info .ci-cont .ci-list li:nth-child(4)::after {
  transform: rotate(155deg) translate(-28px, 78%);
}
.circle-info .ci-cont .ci-list li:nth-child(5)::after {
  transform: rotate(205deg) translate(28px, 78%);
}
.circle-info .ci-cont .ci-list li:nth-child(6)::after {
  transform: rotate(255deg) translate(60px, 25%);
}
.circle-info .ci-cont .ci-list li:nth-child(7)::after {
  transform: rotate(307deg) translate(50px, -55%);
}
.circle-info .ci-cont .ci-list li:nth-child(1) {
  transform: translate(0, 0);
  transition: 0.5s all 2.25s;
}
.circle-info .ci-cont .ci-list li:nth-child(1)::after {
  transition: 0.5s all 2.25s;
}
.circle-info .ci-cont .ci-list li:nth-child(2) {
  transform: translate(0, 0);
  transition: 0.5s all 2.5s;
}
.circle-info .ci-cont .ci-list li:nth-child(2)::after {
  transition: 0.5s all 2.5s;
}
.circle-info .ci-cont .ci-list li:nth-child(3) {
  transform: translate(0, 0);
  transition: 0.5s all 2.75s;
}
.circle-info .ci-cont .ci-list li:nth-child(3)::after {
  transition: 0.5s all 2.75s;
}
.circle-info .ci-cont .ci-list li:nth-child(4) {
  transform: translate(0, 0);
  transition: 0.5s all 3s;
}
.circle-info .ci-cont .ci-list li:nth-child(4)::after {
  transition: 0.5s all 3s;
}
.circle-info .ci-cont .ci-list li:nth-child(5) {
  transform: translate(0, 0);
  transition: 0.5s all 3.25s;
}
.circle-info .ci-cont .ci-list li:nth-child(5)::after {
  transition: 0.5s all 3.25s;
}
.circle-info .ci-cont .ci-list li:nth-child(6) {
  transform: translate(0, 0);
  transition: 0.5s all 3.5s;
}
.circle-info .ci-cont .ci-list li:nth-child(6)::after {
  transition: 0.5s all 3.5s;
}
.circle-info .ci-cont .ci-list li:nth-child(7) {
  transform: translate(0, 0);
  transition: 0.5s all 3.75s;
}
.circle-info .ci-cont .ci-list li:nth-child(7)::after {
  transition: 0.5s all 3.75s;
}
.circle-info .ci-cont .ci-list li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #0086d1;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  color: #0086d1;
  letter-spacing: 0em;
  line-height: 22px;
  font-weight: bold;
  z-index: 1;
}

.animate .circle-info .ci-cont {
  opacity: 1;
}
.animate .circle-info .ci-cont .ci-list li:nth-child(1) {
  transform: translate(0, -165px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(1)::after {
  transform: rotate(0) translate(0, 0);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(2) {
  transform: translate(140px, -100px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(2)::after {
  transform: rotate(52deg) translate(-57px, 40px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(3) {
  transform: translate(168px, 45px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(3)::after {
  transform: rotate(105deg) translate(-60px, 102px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(4) {
  transform: translate(75px, 160px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(4)::after {
  transform: rotate(155deg) translate(-28px, 147px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(5) {
  transform: translate(-75px, 160px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(5)::after {
  transform: rotate(205deg) translate(28px, 147px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(6) {
  transform: translate(-168px, 45px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(6)::after {
  transform: rotate(255deg) translate(60px, 102px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(7) {
  transform: translate(-140px, -100px);
}
.animate .circle-info .ci-cont .ci-list li:nth-child(7)::after {
  transform: rotate(307deg) translate(50px, 40px);
}

.docs-info {
  text-align: center;
  margin-top: 145px;
}
.docs-info ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.docs-info ul li {
  position: relative;
}
.docs-info ul li span, .docs-info ul li strong {
  display: block;
}
.docs-info ul li strong {
  display: block;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.26;
  font-weight: 500;
  margin-top: 26px;
}
.docs-info ul li .box {
  transform: translateX(-80px);
  opacity: 0;
}
.docs-info ul li::after {
  content: "";
  position: absolute;
  top: calc(50% + 11px);
  width: 115px;
  height: 23px;
  background: url("../images/docs_arrow.png") no-repeat;
  transform: translateX(-50px);
  opacity: 0;
}
.docs-info ul li:nth-child(1) {
  margin-right: 148px;
}
.docs-info ul li:nth-child(1)::after {
  right: -135px;
}
.docs-info ul li:nth-child(2) {
  margin-right: 115px;
}
.docs-info ul li:nth-child(2)::after {
  right: -85px;
}
.docs-info ul li:nth-child(3)::after {
  display: none;
}
.docs-info ul li:nth-child(1) .box {
  transition: 0.5s all 1s;
}
.docs-info ul li:nth-child(1)::after {
  transition: 1s all 1.5s;
}
.docs-info ul li:nth-child(2) .box {
  transition: 0.5s all 2s;
}
.docs-info ul li:nth-child(2)::after {
  transition: 1s all 2.5s;
}
.docs-info ul li:nth-child(3) .box {
  transition: 0.5s all 3s;
}
.docs-info ul li:nth-child(3)::after {
  transition: 1s all 3.5s;
}
.docs-info .tbl1 {
  width: 304px;
}
.docs-info .tbl1 th, .docs-info .tbl1 td {
  height: 38px;
  font-size: 1.2rem;
  color: #363636;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 400;
}
.docs-info .tbl1 thead th {
  background: #01a8f4;
  color: #fff;
}
.docs-info .tbl1 thead th:first-child {
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  width: 43%;
}
.docs-info .tbl1 tbody tr:nth-of-type(odd) th, .docs-info .tbl1 tbody tr:nth-of-type(odd) td {
  background: #fff;
}
.docs-info .tbl1 tbody tr:nth-of-type(even) th, .docs-info .tbl1 tbody tr:nth-of-type(even) td {
  background: #e1f5ff;
}
.docs-info .tbl1 tbody th {
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  width: 43%;
}

.docs_digitalization .docs-info ul li strong {
  text-align: right;
  padding-right: 18px;
}

.ocr .docs-info li strong {
  font-size: 2.3rem;
  font-weight: 500;
}
.ocr .docs-info li::after {
  top: calc(50% + 5px);
}
.ocr .docs-info li:nth-child(1) {
  margin-right: 125px;
}
.ocr .docs-info li:nth-child(1)::after {
  right: -122px;
}
.ocr .docs-info li:nth-child(2) {
  margin-right: 60px;
}
.ocr .docs-info li:nth-child(2)::after {
  right: -54px;
}
.ocr .docs-info li:nth-child(3) {
  padding-top: 64px;
}

.animate .docs-info ul li .box {
  transform: translateX(0);
  opacity: 1;
}
.animate .docs-info ul li::after {
  transform: translateX(0);
  opacity: 1;
}

.sanciton-info {
  text-align: center;
  margin-top: 65px;
}
.sanciton-info ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sanciton-info ul li {
  position: relative;
  margin: 0 25px;
}
.sanciton-info ul li span, .sanciton-info ul li strong {
  display: block;
}
.sanciton-info ul li .box {
  transform: translateX(-80px);
  opacity: 0;
}
.sanciton-info ul li:nth-child(1) .box {
  transition: 0.5s all 1s;
}
.sanciton-info ul li:nth-child(2) .box {
  transition: 0.5s all 1.5s;
}
.sanciton-info ul li:nth-child(3) .box {
  transition: 0.5s all 2s;
}

.animate .sanciton-info ul li .box {
  transform: translate(0);
  opacity: 1;
}

.news-cont {
  text-align: center;
  margin-top: 65px;
}
.news-cont .box {
  display: inline-block;
  min-width: 686px;
  padding: 32px 0;
  transition: 0.5s all 2.5s;
  background: url("../images/box_bg1.png") repeat;
  opacity: 0;
}
.news-cont .box p {
  transform: translateY(50px);
  opacity: 0;
}
.news-cont .box .txt1 {
  transition: 1s all 2.75s;
}
.news-cont .box .txt2 {
  transition: 1s all 3.25s;
}
.news-cont .box .txt1 {
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 25px;
}
.news-cont .box .txt1 strong {
  font-size: 2.2rem;
  font-weight: bold;
}
.news-cont .box .txt2 {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0em;
  line-height: 25px;
  font-weight: 400;
}

.animate .news-cont .box {
  opacity: 1;
}
.animate .news-cont .box p {
  transform: translateY(0);
  opacity: 1;
}

.tbml-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}

.tbml .section-title .title-sub {
  position: relative;
}
.tbml .ti-img {
  position: absolute;
  left: 368px;
  bottom: -26px;
}
.tbml .ti-img img {
  width: 109px;
  opacity: 0;
  transition: 1s all 1s;
  transform: scale(0);
}

.circle-info2 {
  margin-right: 100px;
}
.circle-info2 .ci-cont {
  position: relative;
  width: 465px;
  height: 465px;
  opacity: 0;
  transition: 0.5s all 1.5s;
}
.circle-info2 .ci-cont .ci-logo {
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a4ff;
  border-radius: 50%;
  z-index: 1;
}
.circle-info2 .ci-cont .ci-list li {
  position: absolute;
  width: 106px;
  height: 106px;
  top: calc(50% - 53px);
  left: calc(50% - 53px);
  transition: 0.5s all 2s;
}
.circle-info2 .ci-cont .ci-list li::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.5s all 2.5s;
}
.circle-info2 .ci-cont .ci-list li:nth-child(1)::after {
  bottom: 0;
  left: calc(50% - 19px);
  background-image: url("../images/ico_arrow_down.png");
}
.circle-info2 .ci-cont .ci-list li:nth-child(2)::after {
  top: calc(50% - 19px);
  left: 0;
  background-image: url("../images/ico_arrow_left.png");
}
.circle-info2 .ci-cont .ci-list li:nth-child(3)::after {
  top: 0;
  left: calc(50% - 19px);
  background-image: url("../images/ico_arrow_up.png");
}
.circle-info2 .ci-cont .ci-list li:nth-child(4)::after {
  top: calc(50% - 19px);
  right: 0;
  background-image: url("../images/ico_arrow_right.png");
}
.circle-info2 .ci-cont .ci-list li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #0086d1;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  color: #0086d1;
  letter-spacing: 0em;
  line-height: 1.26;
  font-weight: bold;
  z-index: 1;
}

.animate .ti-img img {
  opacity: 1;
  transform: scale(1);
}
.animate .circle-info2 .ci-cont {
  opacity: 1;
}
.animate .circle-info2 .ci-cont .ci-list li:nth-child(1) {
  transform: translate(0, -175px);
}
.animate .circle-info2 .ci-cont .ci-list li:nth-child(1)::after {
  transform: translate(0, 50px);
}
.animate .circle-info2 .ci-cont .ci-list li:nth-child(2) {
  transform: translate(175px, 0);
}
.animate .circle-info2 .ci-cont .ci-list li:nth-child(2)::after {
  transform: translate(-50px, 0);
}
.animate .circle-info2 .ci-cont .ci-list li:nth-child(3) {
  transform: translate(0, 175px);
}
.animate .circle-info2 .ci-cont .ci-list li:nth-child(3)::after {
  transform: translate(0, -50px);
}
.animate .circle-info2 .ci-cont .ci-list li:nth-child(4) {
  transform: translate(-175px, 0);
}
.animate .circle-info2 .ci-cont .ci-list li:nth-child(4)::after {
  transform: translate(50px, 0);
}

.dug-info {
  margin-top: 115px;
  padding-left: 25%;
}
.dug-info ul {
  display: flex;
}
.dug-info ul li {
  margin-right: 40px;
  transform: scale(0);
  opacity: 0;
}
.dug-info ul li:nth-child(1) img {
  width: 276px;
}
.dug-info ul li:nth-child(2) img {
  width: 279px;
}
.dug-info ul li:nth-child(1) {
  transition: 1s all 1s;
}
.dug-info ul li:nth-child(2) {
  transition: 1s all 1.5s;
}
.dug-info ul li:nth-child(2) {
  margin-right: 0;
}

.animate .dug-info ul li {
  transform: scale(1);
  opacity: 1;
}

.inv-info {
  margin-top: 95px;
  padding-left: 25%;
}
.inv-info ul {
  display: flex;
}
.inv-info ul li {
  transform: scale(0);
  opacity: 0;
  transition: 1s all 1s;
}
.inv-info ul li img {
  width: 515px;
}

.animate .inv-info ul li {
  transform: scale(1);
  opacity: 1;
}

.vessel_tracking .inv-info {
  margin-top: 65px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vessel_tracking .inv-info ul li img {
  width: 426px;
}

.conc-info {
  margin-top: 30px;
}
.conc-info ul {
  display: flex;
  justify-content: center;
  padding: 0 40px;
  overflow: hidden;
}
.conc-info ul li {
  position: relative;
  opacity: 0;
}
.conc-info ul li:nth-child(1) {
  transition: 1s all 1s;
}
.conc-info ul li:nth-child(2) {
  transition: 1s all 1.5s;
}
.conc-info ul li:nth-child(1) {
  margin-right: 40px;
  padding-top: 30px;
  transform: translateX(-80px);
}
.conc-info ul li:nth-child(1) img {
  width: 623px;
}
.conc-info ul li:nth-child(2) {
  transform: translateX(80px);
}
.conc-info .c-list {
  position: absolute;
  left: 19%;
  top: 16%;
}
.conc-info .c-list p {
  position: relative;
  padding: 11px 0;
  padding-left: 48px;
  font-size: 1.8rem;
  color: #000;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
}
.conc-info .c-list p::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 18px);
  width: 36px;
  height: 36px;
  background: url("../images/ico_check1.png") no-repeat;
}

.conclusion .news-cont {
  margin-top: 25px;
}
.conclusion .news-cont .box {
  transition: 0.5s all 2s;
}
.conclusion .news-cont .box .txt1 {
  transition: 1s all 2.25s;
}
.conclusion .news-cont .box .txt2 {
  transition: 1s all 2.75s;
}

.animate .conc-info ul li {
  transform: translateX(0);
  opacity: 1;
}

.scf-info ul {
  text-align: center;
  overflow: hidden;
}
.scf-info ul li {
  margin-top: 25px;
  transform: translateY(80px);
  opacity: 0;
}
.scf-info ul li:nth-child(1) {
  transition: 1s all 1s;
}
.scf-info ul li:nth-child(2) {
  transition: 1s all 1.5s;
}
.scf-info ul li img {
  width: 554px;
}

.animate .scf-info ul li {
  transform: translateY(0);
  opacity: 1;
}

/* //main */
/* contact */
.contact .content {
  padding-top: 55px;
}

.contact-form {
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 65px 35px;
  background: #fff;
}
.contact-form h2 {
  margin-bottom: 35px;
}
.contact-form h2 span {
  font-size: 2.6rem;
  color: #141414;
  letter-spacing: -0.01em;
  line-height: 1;
  font-weight: bold;
}
.contact-form .inp-box input {
  width: 100%;
  height: 35px;
  padding: 0 20px;
  font-size: 1.3rem;
  color: #141414;
  letter-spacing: 0em;
  line-height: 1.85;
  font-weight: 300;
  border: 1px solid #141414;
}
.contact-form .inp-box input:focus {
  background: #eafaff;
  font-weight: normal;
}
.contact-form .inp-box input::-moz-placeholder {
  color: #141414;
}
.contact-form .inp-box input::placeholder {
  color: #141414;
}
.contact-form .inp-box textarea {
  width: 100%;
  height: 75px;
  padding: 12px 20px;
  font-size: 1.4rem;
  color: #141414;
  letter-spacing: 0em;
  line-height: 1.85;
  font-weight: 300;
  border: 1px solid #141414;
}
.contact-form .inp-box textarea:focus {
  background: #eafaff;
  font-weight: normal;
}
.contact-form .inp-box textarea::-moz-placeholder {
  color: #141414;
}
.contact-form .inp-box textarea::placeholder {
  color: #141414;
}
.contact-form .inp-box .txt1 {
  margin-top: 8px;
  text-align: center;
  font-size: 0.95rem;
  color: #141414;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 400;
}
.contact-form .inp-cont {
  margin-bottom: 30px;
}
.contact-form .inp-cont h3 {
  margin-bottom: 8px;
}
.contact-form .inp-cont h3 span {
  font-size: 1.5rem;
  color: #141414;
  letter-spacing: 0em;
  line-height: 1.85;
  font-weight: 500;
}
.contact-form .security-cont {
  display: flex;
  justify-content: space-between;
}
.contact-form .security-cont h3 {
  width: 23%;
}
.contact-form .security-cont h3 span {
  font-size: 1.4rem;
  color: #141414;
  letter-spacing: 0em;
  line-height: 35px;
  font-weight: 500;
}
.contact-form .security-cont .inp-box {
  width: 45%;
}
.contact-form .btn-wrap {
  text-align: center;
  margin-top: 35px;
}
.contact-form .btn-wrap .btn-submit {
  width: 182px;
  height: 36px;
  background: #0084ff;
  transition: 0.4s all;
}
.contact-form .btn-wrap .btn-submit span {
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 400;
}
.contact-form .btn-wrap .btn-submit:hover, .contact-form .btn-wrap .btn-submit:focus {
  background: #0055ff;
}

/* //contact */
@media screen and (max-width: 1650px) {
  #gnb ul li a {
    padding: 0 15px;
    font-size: 1.1rem;
  }
  .conc-info .c-list p {
    padding: 9px 0 9px 40px;
    font-size: 1.6rem;
  }
  .conc-info .c-list p::after {
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    background-size: contain;
  }
}
@media screen and (max-width: 1500px) {
  #gnb ul li a {
    padding: 0 12px;
  }
  .docs-info .tbl1 {
    width: 280px;
  }
  .conc-info .c-list p {
    padding: 8px 0 8px 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1400px) {
  #gnb ul li a {
    padding: 0 10px;
    font-size: 1rem;
  }
  .docs-info .tbl1 {
    width: 220px;
  }
  .conc-info .c-list p {
    padding: 8px 0 8px 35px;
    font-size: 1.3rem;
  }
  .conc-info .c-list p::after {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    background-size: contain;
  }
  .ocr .docs-info li strong {
    font-size: 2rem;
  }
}
/* IE10+ */
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-bg.bg1 .bg-wrap {
    background-image: url("../images/bg/ie_main_bg1.jpg");
  }
  .main-bg.bg2 .bg-wrap {
    background-image: url("../images/bg/ie_main_bg2.jpg");
  }
  .main-bg.bg3 .bg-wrap {
    background-image: url("../images/bg/ie_main_bg3.jpg");
  }
  .main-bg.bg4 .bg-wrap {
    background-image: url("../images/bg/ie_main_bg4.jpg");
  }
  .main-bg.bg5 .bg-wrap {
    background-image: url("../images/bg/ie_main_bg5.jpg");
  }
  .main-bg.bg6 .bg-wrap {
    background-image: url("../images/bg/ie_main_bg6.jpg");
  }
  .main-bg.bg7 .bg-wrap {
    background-image: url("../images/bg/ie_main_bg7.jpg");
  }
  .main-bg.bg8 .bg-wrap {
    background-image: url("../images/bg/ie_main_bg8.jpg");
  }
  .main-bg.bg9 .bg-wrap {
    background-image: url("../images/bg/ie_main_bg9.jpg");
  }
  .main-bg.bg10 .bg-wrap {
    background-image: url("../images/bg/ie_main_bg10.jpg");
  }
  .main-bg .bg-color {
    display: none;
  }
  .main-bg::after {
    display: none;
  }
}
@media screen and (min-width: 1925px) {
  .main-bg .bg-wrap {
    background-position: center 20%;
  }
}
/* mobile */
@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 43.75%;
  }
}
@media screen and (max-width: 430px) {
  html {
    font-size: 37.5%;
  }
}
@media screen and (max-width: 768px) {
  .pcbr {
    display: none;
  }
  .mobr {
    display: block;
  }
  #wrap {
    min-width: 100%;
    overflow-y: initial;
    height: auto;
  }
  /* header */
  #header {
    width: 100%;
    height: 53.9814814815vw;
    overflow: hidden;
    background: none;
    animation: none;
  }
  #header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    animation: zomin 3s;
  }
  #header.bg1::after {
    background-image: url("../images/mo/mo_main_bg1.jpg");
  }
  #header.bg2::after {
    background-image: url("../images/mo/mo_main_bg2.jpg");
  }
  #header.bg3::after {
    background-image: url("../images/mo/mo_main_bg3.jpg");
  }
  #header.bg4::after {
    background-image: url("../images/mo/mo_main_bg4.jpg");
  }
  #header.bg5::after {
    background-image: url("../images/mo/mo_main_bg5.jpg");
  }
  #header.bg6::after {
    background-image: url("../images/mo/mo_main_bg6.jpg");
  }
  #header.bg7::after {
    background-image: url("../images/mo/mo_main_bg7.jpg");
  }
  #header.bg8::after {
    background-image: url("../images/mo/mo_main_bg8.jpg");
  }
  #header.bg9::after {
    background-image: url("../images/mo/mo_main_bg9.jpg");
  }
  #header.bg10::after {
    background-image: url("../images/mo/mo_main_bg10.jpg");
  }
  #header.bg11::after {
    background-image: url("../images/mo/mo_main_bg11.jpg");
  }
  .logo {
    position: relative;
    width: 100%;
    height: 53.9814814815vw;
    z-index: 2;
  }
  .logo img {
    width: 39.9074074074vw;
  }
  #gnb {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 2;
  }
  #gnb ul {
    display: block;
    padding-top: 65px;
  }
  #gnb ul li {
    text-align: left;
    padding: 0 4px;
  }
  #gnb ul li a {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 42px;
    color: #000;
  }
  #gnb ul li a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(315deg);
  }
  #gnb ul li a br {
    display: none;
  }
  #gnb ul li.active a {
    color: #000;
    background: #e5e5e5;
  }
  .btn-gnb {
    display: block;
    position: absolute;
    width: 40px;
    height: 25px;
    right: 20px;
    top: 25px;
    overflow: hidden;
    z-index: 3;
  }
  .btn-gnb span {
    display: block;
  }
  .btn-gnb .ico-menu {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .btn-gnb .ico-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }
  .btn-gnb .ico-menu span:nth-child(1) {
    top: 0;
  }
  .btn-gnb .ico-menu span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .btn-gnb .ico-menu span:nth-child(3) {
    bottom: 0;
  }
  .gnb-on {
    overflow: hidden;
  }
  .gnb-on #gnb {
    height: 100vh;
    overflow-y: auto;
  }
  .gnb-on .btn-gnb {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .gnb-on .btn-gnb .ico-menu span {
    background: #000;
  }
  .gnb-on .btn-gnb .ico-menu span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
  }
  .gnb-on .btn-gnb .ico-menu span:nth-child(2) {
    top: -50px;
  }
  .gnb-on .btn-gnb .ico-menu span:nth-child(3) {
    bottom: 19px;
    transform: rotate(-45deg);
  }
  .gnb_scroll #gnb {
    background: #fff;
    padding: 0;
  }
  /* //header */
  /* bg */
  .main-bg {
    position: fixed;
    background: url("../images/mo/mo_bg.jpg") no-repeat center center/cover;
  }
  .main-bg .bg-wrap {
    display: none;
    position: relative;
    width: 100%;
    height: 53.9814814815vw;
    overflow: hidden;
    background: none;
    animation: none;
  }
  .main-bg::after {
    display: none;
  }
  .main-bg.bg1 .bg-wrap::after {
    background-image: url("../images/mo/mo_main_bg1.jpg");
  }
  .main-bg.bg2 .bg-wrap::after {
    background-image: url("../images/mo/mo_main_bg2.jpg");
  }
  .main-bg.bg3 .bg-wrap::after {
    background-image: url("../images/mo/mo_main_bg3.jpg");
  }
  .main-bg.bg4 .bg-wrap::after {
    background-image: url("../images/mo/mo_main_bg4.jpg");
  }
  .main-bg.bg5 .bg-wrap::after {
    background-image: url("../images/mo/mo_main_bg5.jpg");
  }
  .main-bg.bg6 .bg-wrap::after {
    background-image: url("../images/mo/mo_main_bg6.jpg");
  }
  .main-bg.bg7 .bg-wrap::after {
    background-image: url("../images/mo/mo_main_bg7.jpg");
  }
  .main-bg.bg8 .bg-wrap::after {
    background-image: url("../images/mo/mo_main_bg8.jpg");
  }
  .main-bg.bg9 .bg-wrap::after {
    background-image: url("../images/mo/mo_main_bg9.jpg");
  }
  .main-bg.bg10 .bg-wrap::after {
    background-image: url("../images/mo/mo_main_bg10.jpg");
  }
  .main-bg .bg-color {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .main-bg.bg1 .bg-color1 {
    background: #0059c8;
    mix-blend-mode: overlay;
    opacity: 1;
  }
  .main-bg.bg1 .bg-color2 {
    display: none;
  }
  .main-bg.bg1 .bg-color3 {
    display: none;
  }
  .main-bg.bg2 .bg-color1 {
    background: #31a9d1;
    mix-blend-mode: multiply;
  }
  .main-bg.bg3 .bg-color1 {
    background: #593059;
    mix-blend-mode: multiply;
  }
  .main-bg.bg4 .bg-color1 {
    background: #69229c;
    mix-blend-mode: multiply;
  }
  .main-bg.bg5 .bg-color1 {
    background: #699bb2;
    mix-blend-mode: multiply;
  }
  .main-bg.bg6 .bg-color1 {
    background: #6fe4dc;
    mix-blend-mode: multiply;
  }
  .main-bg.bg7 .bg-color1 {
    background: #888b4c;
    mix-blend-mode: multiply;
  }
  .main-bg.bg8 .bg-color1 {
    background: #cb8d1e;
    mix-blend-mode: multiply;
  }
  .main-bg.bg9 .bg-color1 {
    background: #cf5850;
    mix-blend-mode: multiply;
  }
  .main-bg.bg10 .bg-color1 {
    background: #b3c9ea;
    mix-blend-mode: multiply;
  }
  .main-bg.bg11 .bg-color1 {
    background: #2997d0;
    mix-blend-mode: multiply;
  }
  .main-bg.bg4 .bg-color1 {
    mix-blend-mode: overlay;
  }
  .main-bg.bg5 .bg-color1 {
    mix-blend-mode: overlay;
    opacity: 0.78;
  }
  .main-bg.bg5 .bg-color2 {
    display: block;
    background: #6276ba;
    mix-blend-mode: soft-light;
  }
  .main-bg.bg7 .bg-color1 {
    mix-blend-mode: hard-light;
  }
  .main-bg.bg7 .bg-color2 {
    display: block;
    background: #000;
    opacity: 0.08;
  }
  .main-bg.bg8 .bg-color2 {
    display: block;
    background: #804f20;
    mix-blend-mode: screen;
    opacity: 0.28;
  }
  .main-bg.bg10 .bg-color2 {
    display: block;
    background: #000;
    opacity: 0.1;
  }
  @keyframes zomin {
    from {
      transform: scale(1.15);
    }
    to {
      transform: scale(1);
    }
  }
  /* //bg */
  /* footer */
  #footer {
    position: relative;
    height: auto;
    padding: 8px 0;
  }
  #footer .footer-cont span, #footer .footer-cont address, #footer .footer-cont a, #footer .footer-cont .copy {
    line-height: 16px;
  }
  #footer .footer-cont span {
    padding: 0 5px;
  }
  #footer .footer-cont span::before {
    left: -3px;
  }
  #footer .footer-cont .mobr + span::before {
    display: none;
  }
  #footer .footer-bot .copy {
    display: block;
    margin-right: 0;
  }
  #footer .footer-bot span:last-child::after {
    right: -3px;
  }
  /* //footer */
  .main-section {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding-top: 0;
    overflow: hidden;
  }
  .main-section .content {
    position: relative;
    padding-top: 4.1860465116vh;
    padding-bottom: 2.3255813953vh;
    min-height: calc(100vh - 53.9814814815vw - 65px);
  }
  .section-title {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
  .section-title h2 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  .section-title .title-sub p {
    line-height: 1.4;
  }
  .section-title .title-sub p + p {
    margin-top: 15px;
  }
  .circle-info {
    margin-top: 3.488372093vh;
  }
  .circle-info .ci-cont {
    width: 240x;
    height: 235px;
    opacity: 0;
    transition: 0.5s all 1.5s;
  }
  .circle-info .ci-cont .ci-logo {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
    text-align: center;
  }
  .circle-info .ci-cont .ci-logo span img {
    width: 80%;
  }
  .circle-info .ci-cont .ci-list li {
    width: 60px;
    height: 60px;
    top: calc(50% - 60px / 2);
    left: calc(50% - 60px / 2);
  }
  .circle-info .ci-cont .ci-list li::after {
    left: 50%;
    top: 44px;
    height: 44px;
    border-left: 1px solid #0086d1;
  }
  .circle-info .ci-cont .ci-list li:nth-child(1)::after {
    transform: rotate(0) translate(0, -78%);
  }
  .circle-info .ci-cont .ci-list li:nth-child(2)::after {
    transform: rotate(52deg) translate(-29px, -55%);
  }
  .circle-info .ci-cont .ci-list li:nth-child(3)::after {
    transform: rotate(105deg) translate(-31px, 25%);
  }
  .circle-info .ci-cont .ci-list li:nth-child(4)::after {
    transform: rotate(155deg) translate(-14px, 78%);
  }
  .circle-info .ci-cont .ci-list li:nth-child(5)::after {
    transform: rotate(205deg) translate(14px, 78%);
  }
  .circle-info .ci-cont .ci-list li:nth-child(6)::after {
    transform: rotate(255deg) translate(31px, 25%);
  }
  .circle-info .ci-cont .ci-list li:nth-child(7)::after {
    transform: rotate(307deg) translate(26px, -55%);
  }
  .circle-info .ci-cont .ci-list li span {
    border-width: 1px;
    line-height: 1.27;
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(1) {
    transform: translate(0, -85px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(1)::after {
    transform: rotate(0) translate(0, 0);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(2) {
    transform: translate(72px, -52px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(2)::after {
    transform: rotate(52deg) translate(-29px, 21px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(3) {
    transform: translate(87px, 23px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(3)::after {
    transform: rotate(105deg) translate(-31px, 53px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(4) {
    transform: translate(39px, 83px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(4)::after {
    transform: rotate(155deg) translate(-14px, 76px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(5) {
    transform: translate(-39px, 83px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(5)::after {
    transform: rotate(205deg) translate(14px, 76px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(6) {
    transform: translate(-87px, 23px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(6)::after {
    transform: rotate(255deg) translate(31px, 53px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(7) {
    transform: translate(-72px, -52px);
  }
  .animate .circle-info .ci-cont .ci-list li:nth-child(7)::after {
    transform: rotate(307deg) translate(26px, 21px);
  }
  .docs-info {
    margin-top: 4.6511627907vh;
  }
  .docs-info ul {
    flex-direction: column;
  }
  .docs-info ul li {
    margin-top: 6.511627907vh;
  }
  .docs-info ul li .box {
    position: relative;
    transform: translateY(-80px);
  }
  .docs-info ul li strong {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(15px, -50%);
    font-size: 2rem;
    text-align: left;
    padding-right: 0;
    margin-top: 0;
    white-space: nowrap;
  }
  .docs-info ul li::after {
    transform: translateY(-50px);
    top: auto;
    bottom: -4.6511627907vh;
    right: auto;
    left: calc(50% - 5px);
    width: 10px;
    height: 28px;
    background: url("../images/mo/docs_arrow.png") no-repeat 0 0/cover;
  }
  .docs-info ul li:nth-child(1) {
    margin-right: 0;
    margin-top: 0;
  }
  .docs-info ul li:nth-child(1)::after {
    right: auto;
  }
  .docs-info ul li:nth-child(2) {
    margin-right: 0;
  }
  .docs-info ul li:nth-child(2)::after {
    right: auto;
  }
  .docs-info .tbl1 th, .docs-info .tbl1 td {
    height: 20px;
  }
  .docs_digitalization .docs-info ul li:nth-child(1) {
    margin-right: 0;
    margin-top: 0;
  }
  .docs_digitalization .docs-info ul li:nth-child(1) .box span img {
    width: 17.1296296296vw;
    max-width: 151px;
  }
  .docs_digitalization .docs-info ul li:nth-child(2) {
    margin-right: 0;
  }
  .docs_digitalization .docs-info ul li:nth-child(2) .box span img {
    width: 24.2592592593vw;
    max-width: 213px;
  }
  .docs_digitalization .docs-info ul li strong {
    padding-right: 0;
  }
  .ocr .docs-info {
    margin-top: 3.7209302326vh;
  }
  .ocr .docs-info ul li::after {
    top: auto;
  }
  .ocr .docs-info ul li:nth-child(1) {
    margin-right: 0;
  }
  .ocr .docs-info ul li:nth-child(1) .box span img {
    width: 17.1296296296vw;
    max-width: 151px;
  }
  .ocr .docs-info ul li:nth-child(2) {
    margin-right: 0;
  }
  .ocr .docs-info ul li:nth-child(2) .box span img {
    width: 34.1666666667vw;
    max-width: 320px;
  }
  .ocr .docs-info ul li:nth-child(3) {
    padding-top: 0;
  }
  .ocr .docs-info ul li:nth-child(3) .box span img {
    width: 12.7777777778vw;
    max-width: 112px;
  }
  .sanciton-info {
    margin-top: 4vh;
  }
  .sanciton-info ul li {
    margin: 0 8px;
  }
  .sanciton-info ul li .box {
    transform: translateY(80px);
  }
  .sanciton-info ul li:nth-child(1) .box:nth-child(1) {
    transition: 0.5s all 1s;
    margin-bottom: 15px;
  }
  .sanciton-info ul li:nth-child(1) .box:nth-child(1) img {
    width: 17.1296296296vw;
    max-width: 151px;
  }
  .sanciton-info ul li:nth-child(1) .box:nth-child(2) {
    transition: 0.5s all 1.5s;
  }
  .sanciton-info ul li:nth-child(1) .box:nth-child(2) img {
    width: 34.1666666667vw;
    max-width: 320px;
  }
  .sanciton-info ul li:nth-child(2) .box {
    transition: 0.5s all 2s;
  }
  .sanciton-info ul li:nth-child(2) .box img {
    width: 48.2407407407vw;
    max-width: 349px;
  }
  .sanction_check .content {
    padding-bottom: 158px;
  }
  .news-cont {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
  }
  .news-cont .box {
    display: block;
    padding: 16px 0;
    min-width: 100%;
    background: rgba(255, 255, 255, 0.22);
  }
  .news-cont .box .txt1 {
    line-height: 2;
    margin-bottom: 15px;
  }
  .news-cont .box .txt1 strong {
    display: block;
    line-height: 1.4;
  }
  .news-cont .box .txt2 {
    line-height: 1.46;
  }
  .tbml-info {
    margin-top: 6.976744186vh;
  }
  .tbml .section-title .title-sub {
    position: relative;
    display: inline-block;
  }
  .tbml .section-title .title-sub p {
    display: inline-block;
  }
  .tbml .ti-img {
    position: absolute;
    right: -65px;
    left: auto;
    bottom: -40px;
    display: inline-block;
  }
  .tbml .ti-img img {
    width: 56px;
  }
  .logo .btn-link1 {
    margin-top: 13px;
  }
  .logo .btn-link1 span {
    width: 148px;
    height: 33px;
    line-height: 33px;
    background-size: 100% 100%;
  }
  .circle-info2 {
    margin-right: 0;
  }
  .circle-info2 .ci-cont {
    width: 254px;
    height: 254px;
  }
  .circle-info2 .ci-cont .ci-logo {
    left: calc(50% - 78px / 2);
    top: calc(50% - 78px / 2);
    width: 78px;
    height: 78px;
    text-align: center;
  }
  .circle-info2 .ci-cont .ci-logo img {
    width: 80%;
  }
  .circle-info2 .ci-cont .ci-list li {
    width: 69px;
    height: 69px;
    top: calc(50% - 69px / 2);
    left: calc(50% - 69px / 2);
  }
  .circle-info2 .ci-cont .ci-list li::after {
    width: 25px;
    height: 25px;
    background-size: cover;
  }
  .circle-info2 .ci-cont .ci-list li:nth-child(1)::after {
    bottom: 0;
    left: calc(50% - 25px / 2);
  }
  .circle-info2 .ci-cont .ci-list li:nth-child(2)::after {
    top: calc(50% - 25px / 2);
    left: 0;
  }
  .circle-info2 .ci-cont .ci-list li:nth-child(3)::after {
    top: 0;
    left: calc(50% - 25px / 2);
  }
  .circle-info2 .ci-cont .ci-list li:nth-child(4)::after {
    top: calc(50% - 25px / 2);
    right: 0;
  }
  .circle-info2 .ci-cont .ci-list li span {
    border: 1px solid #0086d1;
  }
  .animate .circle-info2 .ci-cont .ci-list li:nth-child(1) {
    transform: translate(0, -114px);
  }
  .animate .circle-info2 .ci-cont .ci-list li:nth-child(1)::after {
    transform: translate(0, 33px);
  }
  .animate .circle-info2 .ci-cont .ci-list li:nth-child(2) {
    transform: translate(114px, 0);
  }
  .animate .circle-info2 .ci-cont .ci-list li:nth-child(2)::after {
    transform: translate(-33px, 0);
  }
  .animate .circle-info2 .ci-cont .ci-list li:nth-child(3) {
    transform: translate(0, 114px);
  }
  .animate .circle-info2 .ci-cont .ci-list li:nth-child(3)::after {
    transform: translate(0, -33px);
  }
  .animate .circle-info2 .ci-cont .ci-list li:nth-child(4) {
    transform: translate(-114px, 0);
  }
  .animate .circle-info2 .ci-cont .ci-list li:nth-child(4)::after {
    transform: translate(33px, 0);
  }
  .dug .section-title h2 .txt1, .scf .section-title h2 .txt1 {
    display: block;
  }
  .dug-info {
    margin-top: 5.2093023256vh;
    padding-left: 0;
  }
  .dug-info ul {
    flex-direction: column;
    align-items: center;
  }
  .dug-info ul li {
    margin-right: 0;
  }
  .dug-info ul li:nth-child(1) {
    margin-bottom: 3.488372093vh;
  }
  .dug-info ul li:nth-child(1) img {
    width: 54.1666666667vw;
  }
  .dug-info ul li:nth-child(2) img {
    width: 55vw;
  }
  .inv-info {
    margin-top: 9.7674418605vh;
    padding-left: 0;
  }
  .inv-info ul {
    justify-content: center;
  }
  .inv-info ul li img {
    width: 72.8703703704vw;
  }
  .vessel_tracking .inv-info {
    margin-top: 11.1627906977vh;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vessel_tracking .inv-info ul li img {
    width: 58.4259259259vw;
  }
  .conclusion .content {
    padding-bottom: 155px;
  }
  .conclusion .news-cont .box .txt1 strong {
    display: inline-block;
  }
  .conclusion .news-cont .box .txt2 {
    padding: 0 35px;
  }
  .conclusion .news-cont .box .txt2 br {
    display: none;
  }
  .conc-info {
    margin-top: 3.7209302326vh;
  }
  .conc-info ul {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .conc-info ul li:nth-child(1) {
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 3.2558139535vh;
    transform: translateY(80px);
  }
  .conc-info ul li:nth-child(1) img {
    width: 78.8888888889vw;
  }
  .conc-info ul li:nth-child(2) {
    transform: translateY(80px);
    padding-left: 11vw;
  }
  .conc-info ul li:nth-child(2) span {
    display: inline-block;
    width: 38.2407407407vw;
    height: 29.4444444444vw;
    background: url("../images/mo/conc_img2.png") no-repeat 0 0/cover;
  }
  .conc-info ul li:nth-child(2) span img {
    display: none;
  }
  .conc-info .c-list {
    display: none;
  }
  .animate .conc-info ul li {
    transform: translateY(0);
    opacity: 1;
  }
  .scf-info ul li {
    margin-top: 3.5813953488vh;
  }
  .scf-info ul li img {
    width: 76.5740740741vw;
  }
  .contact-form {
    width: 85%;
    padding: 25px 25px 15px;
  }
  .contact-form h2 {
    margin-bottom: 15px;
  }
  .contact-form h2 span {
    font-size: 4rem;
  }
  .contact-form .inp-cont {
    margin-bottom: 10px;
  }
  .contact-form .inp-cont h3 {
    margin-bottom: 5px;
  }
  .contact-form .inp-box input {
    padding: 0 12px;
    height: 28px;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .contact-form .inp-box textarea {
    padding: 8px 12px;
    height: 55px;
  }
  .contact-form .inp-box .txt1 {
    margin-top: 5px;
  }
  .contact-form .security-cont h3 {
    width: 20%;
  }
  .contact-form .security-cont h3 span {
    line-height: 28px;
  }
  .contact-form .btn-wrap {
    margin-top: 15px;
  }
  .contact-form .btn-wrap .btn-submit {
    width: 150px;
    height: 32px;
  }
}