﻿@charset "utf-8";

@font-face {
  font-family: Nanum;
  src: url("font/NanumGothic.eot");
  src: url("font/NanumGothic.eot") format(eot);
}
@font-face {
  font-family: Nanum;
  src: url("font/NanumGothic.woff");
  src: url("font/NanumGothic.woff") format(woff);
}
@font-face {
  font-family: Nanum;
  src: url("font/NanumGothic.ttf");
  src: url("font/NanumGothic.ttf") format(truetype);
}

@font-face {
  font-family: NanumBold;
  src: url("font/NanumGothic_Bold.eot");
  src: url("font/NanumGothic_Bold.eot") format(eot);
}
@font-face {
  font-family: NanumBold;
  src: url("font/NanumGothic_Bold.woff");
  src: url("font/NanumGothic_Bold.woff") format(woff);
}
@font-face {
  font-family: NanumBold;
  src: url("font/NanumGothic_Bold.ttf");
  src: url("font/NanumGothic_Bold.ttf") format(truetype);
}

@font-face {
  font-family: NanumSquareR;
  src: url("font/NanumSquareR.eot");
  src: url("font/NanumSquareR.eot") format(eot);
}
@font-face {
  font-family: NanumSquareR;
  src: url("font/NanumSquareR.woff");
  src: url("font/NanumSquareR.woff") format(woff);
}
@font-face {
  font-family: NanumSquareR;
  src: url("font/NanumSquareR.ttf");
  src: url("font/NanumSquareR.ttf") format(truetype);
}

@font-face {
  font-family: NanumSquareB;
  src: url("font/NanumSquareB.eot");
  src: url("font/NanumSquareB.eot") format(eot);
}
@font-face {
  font-family: NanumSquareB;
  src: url("font/NanumSquareB.woff");
  src: url("font/NanumSquareB.woff") format(woff);
}
@font-face {
  font-family: NanumSquareB;
  src: url("font/NanumSquareB.ttf");
  src: url("font/NanumSquareB.ttf") format(truetype);
}

@font-face {
  font-family: NanumSquareEB;
  src: url("font/NanumSquareEB.eot");
  src: url("font/NanumSquareEB.eot") format(eot);
}
@font-face {
  font-family: NanumSquareEB;
  src: url("font/NanumSquareEB.woff");
  src: url("font/NanumSquareEB.woff") format(woff);
}
@font-face {
  font-family: NanumSquareEB;
  src: url("font/NanumSquareEB.ttf");
  src: url("font/NanumSquareEB.ttf") format(truetype);
}
@font-face {
  font-family: NotoSansCJKKR;
  src: url("font/NotoSansKR-Regular.otf");
  src: url("font/NotoSansKR-Regular.otf") format(opentype);
}

/* main style */
@media (max-width: 992px) {
  .mobile_pd_top {
    margin-top: 80px;
  }
  .jason_box {
    margin-left: -15px;
    margin-right: -15px;
  }
  /*.jason_box {margin-left: -30px;margin-right: -30px;}*/
}

.main_five {
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #003ca6;
  z-index: 20;
}
.main_five .jason_box > div {
  height: 105px;
  border-right: 1px solid #e1e1e1;
}
@media (min-width: 992px) {
  .main_five .jason_box > div {
    width: 20%;
  }
}
.main_five .jason_box > div > a {
  display: block;
  text-align: center;
  line-height: 105px;
}
.main_five .jason_box > div > a > img {
  max-width: 100%;
}
.main_five button > img {
  max-width: 100%;
}
.main_five .jason_box > div a img {
  vertical-align: middle;
}
.main_five .jason_box > div:first-of-type {
  border-left: 1px solid #e1e1e1;
}
.main_five .jason_box > div:last-of-type > a {
  font-family: NanumBold sans-serif;
  font-size: 16px;
  color: #003ca6;
  text-decoration: none;
  letter-spacing: -0.5px;
}
@media (max-width: 992px) {
  /*.main_five .jason_box > div:nth-of-type(3) { border-left:1px solid #e1e1e1; border-top:1px solid #e1e1e1; }
	.main_five .jason_box > div:nth-of-type(4) { border-top:1px solid #e1e1e1; }
	.main_five .jason_box > div:nth-of-type(5) { border-left:1px solid #e1e1e1; border-top:1px solid #e1e1e1; }*/
  .main_five .jason_box > div:nth-of-type(5) {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
  .main_five .jason_box > div:nth-of-type(6) {
    border-top: 1px solid #e1e1e1;
  }
  .main_five .jason_box > div:nth-of-type(2) {
    border-bottom: 1px solid #e1e1e1;
  }
}
.five_btn {
  width: 100%;
}
.five_btn button {
  border: 0;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
  height: 105px;
  padding: 0;
  box-shadow: none !important;
}
.five_btn.open button {
  background-color: #f7f7f7;
}
.five_btn ul {
  margin-top: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: none;
  width: 100%;
  padding: 0 20px 0;
}
.five_btn ul a {
  line-height: 59px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 3px 0px;
  font-family: "NanumBold", sans-serif;
  font-size: 18px;
  color: #2e2e2e;
}
.five_btn ul a:hover {
  background-color: #fff;
  color: #009ade;
}
.five_btn ul li:last-of-type a {
  border-bottom: 0;
}

.notice_box {
  border: 1px solid #ddd;
  padding: 15px;
}
.notice_box ul {
  height: 138px;
}
.notice_box ul:first-of-type {
  border-bottom: 1px solid #ebebeb;
}
.notice_box ul:last-of-type {
  padding-top: 30px;
}
.notice_box ul li:first-of-type {
  font-family: NanumBold, sans-serif;
  font-size: 1.7rem;
  color: #111;
  padding-bottom: 20px;
}
.notice_box ul li a {
  font-size: 1.2rem;
  color: #444;
  line-height: 26px;
  letter-spacing: -1px;
}
.notice_box ul li a:hover {
  color: #1674b8;
  font-weight: bold;
}
.notice_box ul li p {
  font-size: 1.2rem;
  color: #888;
  line-height: 26px;
  letter-spacing: -1px;
  width: 20%;
  float: right;
}
.notice_box a.more {
  display: inline-block;
  font-size: 1.2rem;
  color: #666;
  border: 1px solid #aaa;
  padding: 0 4px;
  line-height: 15px;
  text-decoration: none;
  float: right;
}
.notice_box a.more:hover {
  color: #666;
}
.notice_box .col-sm-9 {
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  width: 80%;
  float: left;
  overflow: hidden;
}
@media (max-width: 992px) {
  .notice_box {
    margin-bottom: 20px;
  }
}

.bn_bg01 {
  background: url(../img/main/bn_bg01.png) right bottom no-repeat;
}
.bn_bg02 {
  background: url(../img/main/bn_bg02.png) right 10px bottom 15px no-repeat;
}
.m_bn01:first-of-type {
  margin-bottom: 20px;
}
.m_bn01 {
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  height: 144px;
  padding: 35px 0 0 15px;
}
.m_bn01 div {
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #1674b8;
  margin-bottom: 20px;
}
.m_bn01 p {
  font-size: 1.3rem;
  color: #676767;
  line-height: 18px;
  letter-spacing: -0.5px;
}
@media (min-width: 992px) {
  .m_bn01 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .m_bn01 {
    margin-bottom: 20px;
  }
}

.m_bn02 {
  height: 308px;
}
.m_bn02 div {
  font-family: NanumBold, sans-serif;
  font-size: 2rem;
  color: #e1eff9;
  text-align: center;
  padding-top: 36px;
}
.m_bn02 p:first-of-type {
  font-family: NanumBold, sans-serif;
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
  padding-bottom: 120px;
}
.m_bn02 p:last-of-type {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
}
.bn_bg03 {
  background: url(../img/main/icon01.png) center center no-repeat;
  background-color: #3aa9de;
}
.bn_bg04 {
  background: url(../img/main/icon02.png) center center no-repeat;
  background-color: #004a9a;
}
@media (min-width: 992px) {
  .bn_bg03 {
    margin-right: 5px;
  }
  .bn_bg04 {
    margin-left: 5px;
  }
}
@media (max-width: 992px) {
  .bn_bg03 {
    margin-bottom: 20px;
  }
}

.footer_bg {
  background: url(../img/main/footer_line.jpg) left top repeat-x;
}
.footer_bg .footer_btn li {
  float: left;
}
.footer_bg .footer_btn a {
  font-family: NanumBold, sans-serif;
  font-size: 1.2rem;
  color: #e2e2e2;
  line-height: 43px;
}
.footer_bg .footer_btn li:nth-of-type(even) {
  width: 20px;
  height: 43px;
  background: url(../img/main/footer_zzem.png) center center no-repeat;
}
@media (max-width: 768px) {
  .footer_bg .footer_btn a {
    font-size: 1.1rem;
    letter-spacing: -1px;
  }
}

.footer_bg .Family_btn {
  float: right;
}
.footer_bg .Family_btn button {
  font-family: NanumBold, sans-serif;
  font-size: 1.2rem;
  color: #e2e2e2;
  background-color: #444;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0;
  height: 43px;
  padding-left: 14px;
  padding-right: 14px;
  width: 160px;
  text-align: left;
}
.footer_bg .Family_btn button i {
  float: right;
  padding-top: 4px;
}
.footer_bg .Family_btn ul {
  margin-top: 0;
  background-color: #444;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer_bg .Family_btn ul a {
  font-family: Nanum, sans-serif;
  font-size: 1.2rem;
  color: #e2e2e2;
}
.footer_bg .Family_btn ul a:hover {
  color: #444;
}

.footer_bg address {
  font-family: NanumGothic, sans-serif;
  padding-top: 24px;
  background: url(../img/main/footer_cleansite.png) right center no-repeat;
  word-break: keep-all;
}
.footer_bg address div:nth-of-type(1) {
  font-size: 1.2rem;
  color: #898989;
  padding-bottom: 8px;
}
.footer_bg address div:nth-of-type(2) {
  font-size: 1.1rem;
  color: #696969;
  padding-bottom: 8px;
}
.footer_bg address div:nth-of-type(2) p {
  display: inline;
  font-size: 1.5rem;
  color: #555;
}
.footer_bg address div:nth-of-type(2) p span {
  color: #005a9c;
}
.footer_bg address div:nth-of-type(3) {
  font-size: 1.2rem;
  color: #898989;
}
.footer_bg address div:nth-of-type(3) span {
  color: #252525;
}
.footer_bg address div {
  margin-left: 160px;
}
.footer_bg address .img_clean {
  margin-left: 15px;
  float: left;
}
@media (max-width: 992px) {
  .footer_bg address {
    background: none;
  }
  .footer_bg address .img_clean {
    display: none;
  }
  .footer_bg address div {
    margin-left: 0px;
  }
}

/* sub style */
.sub_visual {
  height: 440px;
  text-align: center;
}
.sub_visual .row {
  margin: 0;
}
.sub_visual .tx01 {
  font-family: NanumSquareB, sans-serif;
  font-size: 5rem;
  letter-spacing: -2.5px;
  line-height: 1.16;
  color: #000;
  padding-top: 130px;
}
.sub_visual .tx02 {
  font-family: NanumSquareR, sans-serif;
  font-size: 2.2rem;
  letter-spacing: -0.55px;
  line-height: 1.18;
  color: #242526;
  word-break: keep-all;
  padding-bottom: 40px;
}
.sub_visual p {
  font-family: NanumSquareR, sans-serif;
  font-size: 1.5rem;
  color: #545454;
  word-break: keep-all;
}

.sub_visual_2 {
  height: 650px;
  text-align: center;
}
.sub_visual_2 .tx01 {
  font-family: NanumSquareB, sans-serif;
  font-size: 48px;
  color: #fff;
  padding-top: 160px;
  padding-bottom: 10px;
  font-weight: bold;
}
.sub_visual_2 .tx02 {
  font-family: NanumSquareB, sans-serif;
  font-size: 24px;
  color: #9fbdff;
  word-break: keep-all;
  padding-bottom: 40px;
  font-weight: 400;
}
.sub_visual_2 p {
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #e3e3e3;
  word-break: keep-all;
}

/* sub01 */
.sv_bg0101 {
  background: url(../img/sub01/visual01.jpg) center top no-repeat;
}
.sv_bg0102 {
  background: url(../img/sub01/visual02.jpg) center top no-repeat;
}
.sv_bg0103 {
  background: url(../img/sub01/visual03.jpg) center top no-repeat;
}
.sv_bg0104 {
  background: url(../img/sub01/visual04.jpg) center top no-repeat;
}
.sv_bg0105 {
  background: url(../img/sub01/visual05.jpg) center top no-repeat;
}
.sv_bg0106 {
  background: url(../img/sub07/pc_title.png) center top no-repeat;
}
/* sub02 */
.sv_bg0201 {
  background: url(../img/sub02/visual01.jpg) center top no-repeat;
}
/* sub03 */
.sv_bg0301 {
  background: url(../img/sub03/visual01.jpg) center top no-repeat;
}
/* sub04 */
.sv_bg0401 {
  background: url(../img/sub04/visual01_n.jpg) center top no-repeat;
}
/* sub05 */
.sv_bg0501 {
  background: url(../img/sub05/v4_download_top_bg.png) center top no-repeat;
}
/* sub06 */
.sv_bg0601 {
  background: url(../img/sub06/visual01.jpg) center top no-repeat;
}
/* member */
.sv_bg_member {
  background: url(../img/member/visual01.jpg) center top no-repeat;
}

.sub_nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sub_nav table {
  width: 100%;
}
.sub_nav table td:nth-of-type(1) {
  width: 48px;
  border: 0;
  padding-left: 0;
}
.sub_nav table td:nth-of-type(1) a {
  display: block;
  width: 48px;
  height: 44px;
  text-align: center;
  color: #005a9c;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-decoration: none;
  line-height: 44px;
  font-size: 2rem;
}
.sub_nav table td {
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #878787;
  line-height: 44px;
  width: 171px;
  padding-left: 20px;
  border-right: 1px solid #ddd;
}
.sub_nav table td:last-of-type {
  border: 0;
  width: auto;
  padding-left: 0;
}
.sub_nav .only {
  color: #005a9c !important;
  border-right: 1px solid #ddd;
}
.sub_nav .btn-group button {
  box-shadow: none;
  border-radius: 0;
  border-left: 0;
  border-right: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
  height: 44px;
  width: 220px;
  text-align: left;
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #005a9c;
  padding: 0 20px;
}
.sub_nav .btn-group button span {
  float: right;
  margin-top: 10px;
}
.sub_nav .btn-group ul {
  margin-top: 0;
  border-radius: 0;
  border-color: #ddd;
  width: 221px;
  margin-left: -1px;
  padding: 10px;
}
.sub_nav .btn-group ul a {
  font-family: Nanum, sans-serif;
  font-size: 1.4rem;
  color: #878787;
  padding-left: 10px;
}
.sub_nav .login {
  border-right: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  .sub_nav table td:nth-of-type(2) {
    width: 28%;
  }
  .sub_nav .btn-group {
    width: 100%;
  }
  .sub_nav .btn-group button {
    width: 100%;
  }
  .sub_nav .login {
    width: 50% !important;
  }
  .sub_nav .btn-group ul {
    width: 100%;
  }
}

.title01 {
  position: relative;
  font-family: NanumBold, sans-serif;
  font-size: 3rem;
  color: #111;
  text-align: center;
  letter-spacing: -0.5px;
}
.title01 a.btn01 {
  position: absolute;
  right: 0;
  display: inline-block;
  background: #005a9c;
  border-radius: 20px;
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #dde4ed;
  line-height: 260%;
  text-decoration: none;
  padding: 0 3%;
}
@media (max-width: 768px) {
  .title01 span {
    display: block;
    margin-bottom: 20px;
  }
  .title01 a.btn01 {
    position: relative;
  }
}

.Features {
  margin: 0 6px;
}
.Features img {
  width: 100%;
}
.Features li:nth-of-type(2) {
  font-family: NanumBold, sans-serif;
  font-size: 1.5rem;
  color: #111;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 14px;
  letter-spacing: -0.5px;
}
.Features li:nth-of-type(3) {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #686868;
  text-align: center;
  word-break: keep-all;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .Features {
    margin-bottom: 30px;
  }
}

.feat_3 {
  padding-top: 40px;
}
.feat_3 div {
  text-align: center;
  margin-bottom: 30px;
}
.feat_3 ul {
  display: inline-block;
}
.feat_3 ul img {
  padding-bottom: 15px;
}
.feat_3 ul li {
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #212b34;
  text-align: center;
}

.title02 {
  font-family: NanumBold, sans-serif;
  font-size: 3rem;
  color: #244a77;
  letter-spacing: -1px;
  padding-top: 26px;
  background: url(../img/sub01/tit_icon.png) center top no-repeat;
  margin-top: 60px;
  text-align: center;
}
.main_function {
  height: auto;
  background: url(../img/sub01/bg01.jpg) center top no-repeat;
}
.main_function .carousel-control {
  width: 4%;
}
.main_function .left.carousel-control {
  background-position: left;
}
.main_function .right.carousel-control {
  background-position: right;
}
.main_function .carousel-indicators {
  width: 80%;
  top: 26px;
  margin-left: -40%;
}
.main_function .carousel-indicators li {
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #989898;
  width: auto;
  height: auto;
  text-indent: 0;
  border-radius: 0;
  border-color: transparent;
  line-height: 30px;
  padding: 0 5px;
  letter-spacing: -0.5px;
  margin-left: 10px;
  margin-right: 10px;
}
.main_function .carousel-indicators .active {
  background: none;
  border-color: #3da6ea;
  color: #67b7ea;
}
@media (max-width: 992px) {
  .main_function {
    height: auto;
    padding-bottom: 60px;
  }
  /* .main_function .carousel {
  } */
  .main_function .carousel-indicators {
    display: none;
    width: 106%;
    float: left;
    left: 36%;
    top: -38px;
  }
  .main_function .carousel-indicators li {
    letter-spacing: -1.5px;
    margin: 0px;
    padding: 0px 1px;
  }
  .carousel-inner {
    margin-top: 50px;
  }
  .main_function .carousel-control {
    width: 8%;
  }
}

.title03 {
  text-align: center;
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #676767;
  padding-top: 16px;
  letter-spacing: -0.5px;
}
.Effect {
  margin-bottom: 50px;
}
.Effect li {
  text-align: center;
}
.Effect li:nth-of-type(2) {
  font-family: NanumBold, sans-serif;
  font-size: 1.8rem;
  color: #525252;
  padding-top: 25px;
  padding-bottom: 15px;
  letter-spacing: -0.5px;
}
.Effect li:nth-of-type(3) {
  font-family: NanumBold, sans-serif;
  font-size: 1.3rem;
  color: #a8a8a8;
  word-break: keep-all;
  letter-spacing: -0.5px;
}

.Upgrade {
  height: 705px;
  background: url(../img/sub01/bg02.jpg) center top no-repeat;
}
.Upgrade .row div:nth-of-type(1) {
  font-family: NanumBold, sans-serif;
  font-size: 3rem;
  color: #254a75;
  letter-spacing: -1px;
  padding-top: 26px;
  background: url(../img/sub01/tit_icon.png) center top no-repeat;
  text-align: center;
  margin-top: 60px;
}
.Upgrade .row div:nth-of-type(2) {
  font-family: NanumBold, sans-serif;
  font-size: 2.2rem;
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 43px;
  word-break: keep-all;
}
.Upgrade .row p {
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #4f5051;
  text-align: center;
  letter-spacing: -0.5px;
  margin-top: 18px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .Upgrade {
    height: auto;
    padding-bottom: 60px;
  }
}

.EYEsurfer_btn {
  margin-bottom: 50px;
}
.EYEsurfer_btn li:nth-of-type(2) {
  font-family: NanumSquareB, sans-serif;
  font-size: 1.9rem;
  color: #000;
  padding-top: 22px;
  padding-bottom: 8px;
  background: url(../img/sub01/text_line.jpg) center bottom no-repeat;
}
.EYEsurfer_btn li:nth-of-type(3) {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #636363;
  padding-top: 17px;
  padding-bottom: 10px;
}
.EYEsurfer_btn li:nth-of-type(4) a {
  font-family: Nanum, sans-serif;
  font-size: 1.2rem;
  color: #979797;
  text-decoration: underline;
}

.gray_bg {
  background-color: #f6f6f6;
}

.touch_table {
  width: 100%;
}
.touch_table thead th {
  background: #03598a;
  border: 1px solid #004267;
  font-family: NanumBold, sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 15px 0;
}
.touch_table tbody th,
.touch_table tbody td {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #686868;
  border: 1px solid #e7e7e7;
  padding: 15px 0;
  text-align: center;
  word-break: keep-all;
}
.touch_table tbody th {
  font-weight: normal;
  background: #f6fcff;
}
.touch_table tbody td a {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #686868;
  text-decoration: underline;
}
.touch_table tbody .al {
  padding-left: 20px;
  padding-right: 20px;
  word-break: break-all;
}

.touch_popup .modal-content {
  border-radius: 0;
}
.touch_popup .modal-header {
  background-color: #f7f7f7;
}
.touch_popup .modal-title {
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #313131;
}

.Digitalizing_five ul {
  text-align: center;
}

.Digitalizing_five ul li:nth-of-type(2) {
  font-family: NanumBold, sans-serif;
  font-size: 1.5rem;
  color: #111;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 14px;
  letter-spacing: -0.5px;
}
.Digitalizing_five ul li:nth-of-type(3) {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #686868;
  text-align: center;
  word-break: keep-all;
  letter-spacing: -0.5px;
}
@media (min-width: 992px) {
  .Digitalizing_five > div {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .Digitalizing_five ul img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .Digitalizing_five ul {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .Digitalizing_five ul img {
    width: 100%;
  }
}

.procedure {
  height: 770px;
  background: url(../img/sub01/bg03.jpg) center top no-repeat;
}
.procedure .row p {
  font-family: NanumBold, sans-serif;
  font-size: 3rem;
  color: #254a75;
  letter-spacing: -1px;
  padding-top: 26px;
  background: url(../img/sub01/tit_icon.png) center top no-repeat;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.procedure .row div {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .procedure {
    height: auto;
    padding-bottom: 60px;
  }
  .procedure .row div img {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .Premium img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .Premium {
    text-align: center;
  }
}

.blue_bg {
  background-color: #f6fcff;
}

.zzem_line {
  height: 1px;
  border-bottom: 1px dashed #ddd;
}

.Report {
  width: 395px;
  height: 276px;
  text-align: center;
  margin-bottom: 50px;
}
.Report img {
  margin-top: 50px;
}
.Report div {
  font-family: NanumBold, sans-serif;
  font-size: 2rem;
  color: #fff;
  margin-top: 20px;
}
.Report p {
  font-family: Nanum, sans-serif;
  font-size: 1.4rem;
  color: #fff;
}

.Report_bg01 {
  background: url(../img/sub01/cont0238.jpg) center top no-repeat;
}
.Report_bg02 {
  background: url(../img/sub01/cont0239.jpg) center top no-repeat;
}
@media (min-width: 992px) {
  .Report_bg01 {
    float: right;
  }
}
@media (max-width: 992px) {
  .Report {
    width: 100%;
  }
  /* .Report_bg01 {
  } */
}

.pro_tab > li > a {
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #505050;
}
.pro_tab > li.active > a,
.pro_tab > li.active > a:hover,
.pro_tab > li.active > a:focus {
  background-color: #0177a9;
  color: #fff;
  border-bottom-color: #0177a9 !important;
}
/*sub04 -----------서비스 안내-------------------------------*/
.sub04_main .row {
  margin-left: 0px;
  margin-right: 0px;
}
.sub04_main .section_title {
  font-family: "NanumSquareR", sans-serif;
  font-size: 4rem;
  line-height: 1.13;
  letter-spacing: -2px;
  text-align: center;
  margin-top: 76px;
}
.sub04_main .scope {
  height: 733px;
  background: url(../img/sub04/service_info_scope_bg.png) center top no-repeat;
  background-color: #1d273f;
  color: #fff;
}
.sub04_main .scope_img_cycle {
  position: relative;
  margin: 58px auto 0;
  height: 457px;
  width: 693px;
  max-width: 88vw;
}
.sub04_main .cycle_spacer {
  width: 693px;
  max-width: 88vw;
}
.sub04_main .cycle_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 88vw;
  opacity: 0;
  height: 100%;
}
.sub04_main .cycle_img img {
  max-width: 88vw;
}
.sub04_main .pc_cycle_img {
  width: 693px;
}
.sub04_main .m_cycle_img {
  width: 563px;
  display: none;
}
.sub04_main .cycle_img_desc {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.sub04_main .cycle_img_title {
  font-family: NanumSquareB, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 18px;
}
.sub04_main .cycle_img_text {
  font-family: NanumSquareR, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .sub04_main .pc_br {
    display: none;
  }
}

.sub04_main .cycle1 {
  animation-duration: 9s;
  animation-name: cycle;
  animation-iteration-count: infinite;
}
.sub04_main .cycle2 {
  animation-duration: 9s;
  animation-name: cycle;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}
.sub04_main .cycle3 {
  animation-duration: 9s;
  animation-name: cycle;
  animation-iteration-count: infinite;
  animation-delay: 6s;
}
@media (max-width: 640px) {
  .sub04_main .cycle_spacer {
    width: 563px;
  }
  .sub04_main .m_cycle_img {
    display: block;
  }
  .sub04_main .pc_cycle_img {
    display: none;
  }
  .sub04_main .scope_img_cycle {
    width: 563px;
    max-width: 88vw;
  }
}
@keyframes cycle {
  from {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  33.34% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.sub04_main .pricing {
  background-color: #f8f8f8;
}

.sub04_main .pricing_inner {
  width: 1000px;
  max-width: calc(100vw - 60px);
  margin: 0 auto;
}
.sub04_main .customer_type_wrap {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub04_main .customer_type_tab_group {
  height: 48px;
  border: 1px solid #ebebeb;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 0 5px;
  background-color: #ffffff;
  margin-right: 24px;
}
@media (max-width: 700px) {
  .sub04_main .customer_type_wrap {
    justify-content: center;
  }
  .sub04_main .customer_type_tab_group {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.sub04_main .customer_type_tab {
  font-family: NanumSquareB, sans-serif;
  font-size: 2rem;
  padding: 9px 12px;
  border-radius: 20px;
  line-height: 1;
  cursor: pointer;
}
.sub04_main .customer_type_tab.active {
  background-color: #1341c3;
  color: #fff;
}
.sub04_main .customer_type_tab.early_tab.active {
  background-color: #68c130;
}
.sub04_main .type_desc {
  display: none;
  font-family: NanumSquareB, sans-serif;
  font-size: 2rem;
}
.sub04_main .type_desc.active {
  display: block;
}
.sub04_main .media_group_wrap {
  display: none;
}
.sub04_main .media_group_wrap.active {
  margin-top: 50px;
  display: block;
}
.sub04_main .media_group_tab_group {
  display: flex;
}
@media (max-width: 640px) {
  .sub04_main .media_group_tab_group {
    justify-content: center;
  }
}
.sub04_main .media_group_tab {
  font-size: 2.4rem;
  font-family: "NanumSquareB", sans-serif;
  cursor: pointer;
  line-height: 1;
  padding-bottom: 7px;
}
.sub04_main .media_group_tab.active {
  color: #0c4dd8;
  border-bottom: 2px solid #0c4dd8;
}
.sub04_main .media_group_divider {
  background-color: #d2d2d2;
  height: 2rem;
  width: 1px;
  margin: 3px 20px 9px;
}
.sub04_main .media_group_desc {
  display: none;
  font-size: 1.6rem;
  line-height: 1.13;
  color: #909090;
  margin-top: 16px;
}
.sub04_main .mobile_br {
  display: none;
}
@media (max-width: 640px) {
  .sub04_main .media_group_desc {
    text-align: center;
  }
  .sub04_main .mobile_br {
    display: inline;
  }
}
.sub04_main .media_group_desc .red_emphasis {
  color: #ef6e5d;
}
.sub04_main .media_group_desc.active {
  display: block;
}

.sub04_main .pricing_panel_group {
  margin-top: 40px;
  margin-bottom: 80px;
}
.sub04_main .pricing_panel {
  display: none;
}
.sub04_main .pricing_panel.active {
  display: block;
}

.sub04_main .pricing_deck {
  display: none;
}
.sub04_main .pricing_deck.active {
  display: flex;
  flex-wrap: wrap;
  width: 1020px;
  max-width: calc(100vw - 40px);
  /* column-gap: 20px; */
}
.sub04_main .pricing_card {
  width: 320px;
  height: 260px;
  margin-right: 20px;
  position: relative;
  background-color: #fff;
  font-family: "NanumSquareB", sans-serif;
  word-break: keep-all;
  color: #000;
  border-radius: 14px 14px 50px 14px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  padding: 30px 28px 10px 30px;
}
@media (max-width: 719px) {
  .sub04_main .pricing_card {
    width: 100%;
  }
}
.sub04_main .card_title {
  font-size: 1.8rem;
  line-height: 1;
  border-left: 4px solid #1341c3;
  padding-left: 4px;
  margin-bottom: 4px;
}
.sub04_main .internal_license .card_title,
.sub04_main .internal_license_plus .card_title {
  border-color: #209eff;
}
.sub04_main .combined_license .card_title {
  border-color: #a6a6a6;
}
.sub04_main .card_subtitle {
  min-height: 35px;
  margin-bottom: 20px;
  letter-spacing: -0.33px;
}
.sub04_main .card_subtitle,
.sub04_main .card_desc {
  color: #5b5b5b;
  font-family: "NanumBold", sans-serif;
  font-size: 1.25rem;
  line-height: 1.31;
}
.sub04_main .card_desc .blue_emphasis {
  color: #209eff;
}
.sub04_main .card_title_img {
  display: block;
  position: absolute;
  bottom: 192px;
  right: 30px;
}
.sub04_main .card_price {
  font-size: 2.6rem;
  letter-spacing: -1.95px;
  margin-bottom: 20px;
}
.sub04_main .pricing_detail {
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
  vertical-align: baseline;
}
.sub04_main .card_iconstrip {
  display: block;
  margin-bottom: 12px;
  min-height: 17px;
}

/*파란 카드 트별 스타일링*/
.sub04_main .internal_license_plus .card_subtitle,
.sub04_main .internal_license_plus .card_desc {
  color: #fff;
}
.sub04_main .internal_license_plus .card_subtitle .yellow_emphasis {
  color: #fff413;
}

.sub04_main .pricing_card.accented {
  background-color: #233f73;
  color: #fff;
}

.sub04_main .pricing_table_wrap {
  background-color: #fff;
  color: #000;
  border-radius: 14px 14px 50px 14px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
  padding: 60px 20px;
  margin-bottom: 100px;
}
.sub04_main .pricing_table {
  width: 798px;
  /* max-width: calc(100% - 20px); */
  font-family: "NanumSquareR", sans-serif;
  font-size: 1.4rem;
  border-collapse: collapse;
  margin: 0 auto;
}
@media (max-width: 918px) {
  .sub04_main .pricing_table {
    width: calc(100%);
  }
}
.sub04_main .pricing_table td,
.sub04_main .pricing_table th {
  border: 1px solid #e5e7eb;
  text-align: center;
}
.sub04_main .pricing_table th {
  height: 50px;
  background-color: #fbfbfc;
}
.sub04_main .pricing_table td {
  height: 36px;
}
/*가격상세 모달*/
.sub04_main .modal_frame {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
}
.sub04_main .modal_frame.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub04_main .pricing_modal {
  position: relative;
  max-width: calc(100vw - 40px);
  max-height: 100vh;
  min-width: 200px;
  min-height: 200px;
  background-color: #fff;
  overflow: auto;
}
.sub04_main .pricing_img,
.sub04_main .pricing_img_m {
  display: none;
  max-width: calc(100vw - 40px);
}
@media (min-width: 1001px) {
  .sub04_main .pricing_img.active {
    display: block;
  }
}
@media (max-width: 1000px) {
  .sub04_main .pricing_img_m.active {
    display: block;
  }
}

.sub04_main .pricing_modal_close {
  display: block;
  position: absolute;
  top: 24px;
  right: 20px;
  cursor: pointer;
}

/* -------- */
.sub04_main .apply {
  height: 320px;
  background: url(../img/sub04/service_info_apply_bg.png) center top no-repeat;
  background-color: #383838;
  color: #fff;
}
.sub04_main .apply_title {
  margin-bottom: 35px;
}
.sub04_main .apply_text_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 60px;
  row-gap: 6px;
  padding: 24px 30px;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1220px) {
  .sub04_main .apply_text_area {
    justify-content: center;
  }
  .sub04_main .apply_title {
    margin-top: 57px;
  }
}
.sub04_main .apply_subtitle {
  font-family: NanumSquareEB, sans-serif;
  font-size: 2.4rem;
  line-height: 1.13;
  letter-spacing: -0.48px;
}
.sub04_main .apply_subtext {
  /* font-family: NanumSquareR; */
  font-size: 1.6rem;
  line-height: 1.13;
  letter-spacing: -0.32px;
}

.download_01 {
  background: url(../img/sub05/bg02.jpg) left top repeat-x;
}
.download_01 .tx01 {
  font-family: NanumBold, sans-serif;
  font-size: 2.3rem;
  color: #000;
  line-height: 49px;
}
.download_01 a {
  font-family: Nanum, sans-serif;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  line-height: 49px;
  text-decoration: none;
  display: block;
}
@media (max-width: 768px) {
  .download_01 a {
    font-size: 1.3rem;
  }
}
a.btn_deepblue {
  background-color: #0a416a;
}
a.btn_black {
  background-color: #2e2f2f;
}

.download_02 {
  background: url(../img/sub05/bg01.jpg) center top no-repeat;
}
.download_02 p {
  font-family: Nanum, sans-serif;
  font-size: 1.5rem;
  color: #434343;
  letter-spacing: -1px;
  padding-top: 27px;
  padding-bottom: 9px;
}
@media (max-width: 992px) {
  .download_02 img {
    max-width: 100%;
  }
}

.download_03 {
  border: 1px solid #ddd;
}
.download_03 li:first-of-type {
  font-family: NanumBold, sans-serif;
  font-size: 2rem;
  color: #000;
  line-height: 48px;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  padding-left: 20px;
}
.download_03 img {
  width: 100%;
}
.download_03 li:last-of-type div {
  background: #2e2f2f;
}
.download_03 a {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: -1px;
  text-decoration: none;
  display: table;
  width: 100%;
  height: 50px;
  text-align: center;
}
.download_03 a span {
  display: table-cell;
  vertical-align: middle;
}

.download_04 {
  width: 100%;
}
.download_04 th,
.download_04 td {
  border: 1px solid #ddd;
  height: 99px;
}
.download_04 tr:nth-of-type(1) th {
  background: url(../img/sub05/icon01.png) center center no-repeat;
  background-color: #fafafa;
}
.download_04 tr:nth-of-type(2) th {
  background: url(../img/sub05/icon02.png) center center no-repeat;
  background-color: #fafafa;
}
.download_04 tr:nth-of-type(3) th {
  background: url(../img/sub05/icon03.png) center center no-repeat;
  background-color: #fafafa;
}
.download_04 th {
  width: 125px;
}
.download_04 td {
  font-family: NanumBold, sans-serif;
  font-size: 1.5rem;
  color: #111;
  letter-spacing: -0.5px;
  padding-left: 20px;
}
.download_04 td a {
  display: inline-block;
  padding: 0 30px;
  background: #e9e9e9;
  color: #163146;
  font-family: NanumBold, sans-serif;
  font-size: 1.3rem;
  line-height: 32px;
  margin-top: 8px;
}

.customer_tab01 {
  display: inline-table;
}
.customer_tab01 td {
  border: 1px solid #ddd;
}
.customer_tab01 td a {
  display: block;
  width: 219px;
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  line-height: 38px;
  color: #676767;
  text-decoration: none;
}
.customer_tab01 td a:hover {
  background: #f2f2f2;
}
.customer_tab01 .on {
  border: 1px solid #005a9c;
}
.customer_tab01 .on a {
  background: #005a9c;
  color: #fff;
  border: 1px solid #005a9c;
}
.customer_tab01 .on a:hover {
  background: #005a9c;
}
@media (max-width: 992px) {
  .customer_tab01 {
    width: 100%;
  }
  .customer_tab01 td {
    width: 33.333333333333%;
  }
  .customer_tab01 td a {
    width: 100%;
  }
}

.customer_table {
  width: 100%;
  border-top: 1px solid #005a9c;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.customer_table .th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 52px;
}
.customer_table .th li:nth-of-type(1) {
  width: 10%;
}
.customer_table .th li:nth-of-type(2) {
  width: 20%;
}
.customer_table .th li:nth-of-type(3) {
  width: 50%;
}
.customer_table .th li:nth-of-type(4) {
  width: 20%;
}
.customer_table .th li {
  text-align: center;
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #555;
  background: #f1f9ff url(../img/sub06/table_line.jpg) right center no-repeat;
  padding: 15px 0;
}
.customer_table .th li:last-of-type {
  background-image: none;
}

.customer_table .td {
  border-bottom: 1px solid #ddd;
  height: 52px;
}
.customer_table .td li:nth-of-type(1) {
  width: 10%;
}
.customer_table .td li:nth-of-type(2) {
  width: 20%;
}
.customer_table .td li:nth-of-type(3) {
  width: 50%;
}
.customer_table .td li:nth-of-type(4) {
  width: 20%;
}

@media only screen and (min-width: 200px) and (max-width: 766px) {
  .customer_table .td li {
    text-align: center;
    font-family: Nanum, sans-serif !important;
    font-size: 1rem;
    color: #686868;
    padding-top: 5.5%;
  }
  .customer_table .tit {
    text-align: left !important;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 5.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .customer_table .td li {
    text-align: center;
    font-family: Nanum, sans-serif;
    font-size: 1.2rem;
    color: #686868;
    padding-top: 2.5%;
  }
  .customer_table .tit {
    text-align: left !important;
    padding-left: 20px;
    cursor: pointer;
  }
}

@media all and (min-width: 1025px) {
  .customer_table .td li {
    text-align: center;
    font-family: Nanum, sans-serif;
    font-size: 1.3rem;
    color: #686868;
    padding: 15px 0;
  }
  .customer_table .tit {
    text-align: left !important;
    padding-left: 20px;
    cursor: pointer;
  }
}

@media only screen and (min-width: 200px) and (max-width: 766px) {
  .customer_table .anwser {
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
    font-family: Nanum, sans-serif;
    font-size: 1rem;
    color: #313131;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .customer_table .anwser {
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
    font-family: Nanum, sans-serif;
    font-size: 1.2rem;
    color: #313131;
  }
}

@media all and (min-width: 1025px) {
  .customer_table .anwser {
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
    font-family: Nanum, sans-serif;
    font-size: 1.3rem;
    color: #313131;
  }
}

.customer_table .anwser div {
  padding: 20px;
}

.customer_table_02 {
  width: 100%;
  border-top: 1px solid #005a9c;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.customer_table_02 .th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 52px;
}
.customer_table_02 .th li:nth-of-type(1) {
  width: 10%;
}
.customer_table_02 .th li:nth-of-type(2) {
  width: 90%;
}
.customer_table_02 .th li {
  text-align: center;
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #555;
  background: #f1f9ff url(../img/sub06/table_line.jpg) right center no-repeat;
  padding: 15px 0;
}
.customer_table_02 .th li:last-of-type {
  background-image: none;
}

.customer_table_02 .td {
  border-bottom: 1px solid #ddd;
  height: 52px;
}
.customer_table_02 .td li:nth-of-type(1) {
  width: 10%;
}
.customer_table_02 .td li:nth-of-type(2) {
  width: 90%;
}
.customer_table_02 .td li {
  text-align: center;
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #686868;
  padding: 15px 0;
}
.customer_table_02 .tit {
  text-align: left !important;
  padding-left: 20px !important;
  cursor: pointer;
}
.customer_table_02 .anwser {
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #313131;
}
.customer_table_02 .anwser div {
  padding: 20px;
}
.customer_table_02 {
  width: 100%;
  border-top: 1px solid #005a9c;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.customer_table_02 .th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 52px;
}
.customer_table_02 .th li:nth-of-type(1) {
  width: 10%;
}
.customer_table_02 .th li:nth-of-type(2) {
  width: 90%;
}
.customer_table_02 .th li {
  text-align: center;
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #555;
  background: #f1f9ff url(../img/sub06/table_line.jpg) right center no-repeat;
  padding: 15px 0;
}
.customer_table_02 .th li:last-of-type {
  background-image: none;
}

.customer_table_02 .td {
  border-bottom: 1px solid #ddd;
  height: 52px;
}
.customer_table_02 .td li:nth-of-type(1) {
  width: 10%;
}
.customer_table_02 .td li:nth-of-type(2) {
  width: 90%;
}
.customer_table_02 .td li {
  text-align: center;
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #686868;
  padding: 15px 0;
}
.customer_table_02 .tit {
  text-align: left !important;
  padding-left: 20px !important;
  cursor: pointer;
}
.customer_table_02 .anwser {
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #313131;
}
.customer_table_02 .anwser div {
  padding: 20px;
}

.customer_five > li {
  border: 1px solid #ddd;
  margin-left: 0 !important;
}
.customer_five > li > a {
  border-radius: 0;
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #676767;
  letter-spacing: -1px;
  margin-bottom: 0;
  height: 46px;
}
.customer_five > li.active > a,
.customer_five > li.active > a:hover,
.customer_five > li.active > a:focus {
  color: #fff;
  background-color: #005a9c;
}
@media (max-width: 768px) {
  .customer_five > li {
    border-top: 0;
  }
  .customer_five > li:first-of-type {
    border-top: 1px solid #ddd;
  }
}
.customer_btn {
  width: 100%;
}
.customer_btn button {
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #676767;
  letter-spacing: -1px;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  padding: 0;
  box-shadow: none !important;
}
.customer_btn button:hover {
  background-color: #f2f2f2;
  color: #676767;
}
.customer_btn.open button {
  background-color: #f7f7f7;
}
.customer_btn ul {
  margin-top: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: none;
  width: 100%;
  padding: 0 20px 0;
}
.customer_btn ul a {
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #676767 !important;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.customer_btn ul a:hover {
  background-color: #fff;
}
.customer_btn ul li:last-of-type a {
  border-bottom: 0;
}

.customer_table_03 {
  width: 100%;
  border-top: 1px solid #005a9c;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.customer_table_03 table {
  width: 100%;
}
.customer_table_03 table thead th {
  text-align: center;
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #555;
  background: #f1f9ff url(../img/sub06/table_line.jpg) right center no-repeat;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.customer_table_03 table thead th:last-of-type {
  background-image: none;
}

.customer_table_03 table tbody td {
  text-align: center;
  font-family: Nanum, sans-serif;
  font-size: 1rem;
  color: #686868;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.customer_table_03 table tbody th {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #686868;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  cursor: pointer;
}
.customer_table_03 .anwser {
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #313131;
}
.customer_table_03 .anwser div {
  padding: 20px;
}

a.c_btn {
  display: inline-block;
  font-family: NanumBold, sans-serif;
  font-size: 1.3rem;
  color: #fff;
  background: #005a9c;
  padding: 5px 20px;
  text-decoration: none;
}

.test01 li {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.test01 li img {
  border: 1px solid #ddd;
}
@media (min-width: 1200px) {
  .test01 li:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .test01 li {
    width: 50%;
  }
  .test01 li:nth-of-type(odd) {
    padding-right: 6px;
    margin-left: 0;
    margin-right: 0;
  }
  .test01 li:nth-of-type(even) {
    padding-left: 6px;
    margin-left: 0;
    margin-right: 0;
  }
  .test01 li img {
    width: 100%;
  }
}

.sub02_tit {
  background: url(../img/sub02/zzem.jpg) left center repeat-x;
  text-align: center;
}
.sub02_tit span {
  display: inline-block;
  font-family: NanumBold, sans-serif;
  font-size: 1.7rem;
  color: #fff;
  line-height: 36px;
  background: #03598a;
  padding: 0 60px;
  min-width: 260px;
  text-align: center;
}

.service_sub_title {
  margin-bottom: 15px;
}
.service_sub_title span {
  font-size: 20px;
  color: #03598a;
  border-left: 5px solid #d6eaff;
  border-right: 5px solid #d6eaff;
  padding: 0 10px 0 10px;
  font-weight: bold;
}

.smoll_list li {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.smoll_list li img {
  border: 1px solid #ddd;
}
.smoll_list li img {
  width: 105px;
  height: 50px;
}

@media (min-width: 1200px) {
  .smoll_list li:nth-of-type(10n) {
    margin-right: 0;
  }
}
@media (max-width: 990px) {
  .smoll_list li {
    width: 25%;
    margin: 0px 0px 6px;
  }
  .smoll_list li img {
    width: 98%;
  }
}

.sub03_tab {
  width: 100%;
}
.sub03_tab td {
  width: 30px;
  background: url(../img/sub03/line.jpg) left center repeat-x;
}
.sub03_tab a {
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #ececec;
  font-family: NanumBold, sans-serif;
  font-size: 2rem;
  color: #616161;
  text-align: center;
  line-height: 52px;
  border-radius: 27px;
  padding: 0 60px;
  text-decoration: none;
  width: 230px;
}
.sub03_tab .on a {
  background: #fff;
  color: #1797cf;
  border: 4px solid #28a0d5;
  line-height: 46px;
  padding: 0 50px;
}
.sub03_tab .center {
  width: 1%;
  text-align: center;
}
@media (max-width: 1200px) {
  .sub03_tab a {
    width: 200px;
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .sub03_tab a {
    width: 200px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .sub03_tab a {
    width: 90px;
    font-size: 14px;
  }
  .sub03_tab a {
    padding: 0 5%;
  }
  .sub03_tab .on a {
    padding: 0 5%;
  }
}

.sub03_tit {
  background: url(../img/sub03/zzem.jpg) left center no-repeat;
  padding-left: 17px;
  font-family: NanumBold, sans-serif;
  font-size: 1.5rem;
  color: #616161;
}

/* membership */
.member_tit {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 40px;
}

.member_tit ul li {
  float: left;
}

.member_tit .tit01 {
  font-family: NanumBold, sans-serif;
  font-size: 2.8rem;
  color: #005a9c;
  letter-spacing: -1px;
  word-break: keep-all;
}

.member_tit .tit01_1 {
  font-family: NanumBold, sans-serif;
  font-size: 2.8rem;
  color: #005a9c;
  letter-spacing: -1px;
  word-break: keep-all;
  margin-left: 18px;
}

.member_tit .tit02 {
  font-family: NanumBold, sans-serif;
  font-size: 2rem;
  color: #8d8d8d;
  letter-spacing: -1px;
  word-break: keep-all;
}

.member_tit .tit02_1 {
  font-family: NanumBold, sans-serif;
  font-size: 2.8rem;
  color: #8d8d8d;
  letter-spacing: -1px;
  word-break: keep-all;
}

.member_tit .txt01 {
  font-family: Nanum, sans-serif;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -1px;
  padding-top: 17px;
  word-break: keep-all;
}
@media (max-width: 992px) {
  .member_tit {
    padding: 20px 15px;
  }
}

.line_box {
  border-top: 2px solid #005a9c;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 40px 15px 30px;
}
.line_box .tx01 {
  font-family: NanumBold, sans-serif;
  font-size: 3rem;
  color: #404040;
}
.line_box .tx02 {
  font-family: Nanum, sans-serif;
  font-size: 1.4rem;
  color: #7e7e7e;
  letter-spacing: -0.5px;
}
.line_box .tx02 span {
  color: #005a9c;
}
.line_box input {
  border: 1px solid #ddd;
  height: 35px;
  padding: 0 10px;
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #686868;
  border-radius: 0;
}
.input_tit {
  font-family: Nanum, sans-serif;
  font-size: 1.5rem;
  color: #686868;
  text-align: left;
  letter-spacing: -1px;
  line-height: 35px;
}
a.login_btn {
  display: block;
  background: #005a9c;
  color: #fff;
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  text-align: center;
  height: 75px;
  line-height: 75px;
  text-decoration: none;
  margin-left: 6px;
}
@media (min-width: 992px) {
  .line_box .col_box {
    width: 440px;
    margin: 0 auto;
  }
}

.login_bottom li:first-of-type {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #919191;
  letter-spacing: -1px;
  text-align: left;
  padding-left: 14px !important;
  background: url(../img/member/zzem.jpg) left top 13px no-repeat;
  line-height: 30px;
}
.login_bottom a {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #3c3c3c;
  display: block;
  border: 1px solid #ddd;
  background: #f7f7f7;
  letter-spacing: -1px;
  line-height: 28px;
  text-decoration: none;
}

.step_box {
  border-left: 1px dashed #ddd;
  float: right;
  padding-top: 14px;
  padding-bottom: 14px;
}
.step_box ul {
  float: right;
}
.step_box ul > li:nth-of-type(even) {
  width: 55px;
  text-align: center;
  padding-top: 9px;
}
.step_box .join_bg01 {
  background: url(../img/member/icon01.png) center center no-repeat;
}
.step_box .join_bg02 {
  background: url(../img/member/icon02.png) center center no-repeat;
}
.step_box .join_bg03 {
  background: url(../img/member/icon03.png) center center no-repeat;
}
.step_box .join_icon {
  background-color: #ddd;
  width: 45px;
  height: 45px;
  border-radius: 22px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.step_box p {
  float: left;
  font-family: NanumBold, sans-serif;
  font-size: 1.5rem;
  color: #9b9b9b;
  letter-spacing: -0.5px;
}
.step_box p span {
  font-family: Nanum;
  font-size: 1.3rem;
  color: #9b9b9b;
}
.step_box .on p {
  float: left;
  font-family: NanumBold, sans-serif;
  font-size: 1.5rem;
  color: #3aa9de;
  letter-spacing: -0.5px;
}
.step_box .on p span {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #444;
}
.step_box .on .join_icon {
  background-color: #3aa9de;
}
@media (max-width: 992px) {
  .step_box {
    border-left: 0;
  }
  .step_box ul {
    width: 100%;
  }
  .step_box ul li {
    width: 20% !important;
  }
}

.join_tit {
  font-family: NanumBold, sans-serif;
  font-size: 1.5rem;
  color: #555;
  padding-top: 11px;
  background: url(../img/member/line.jpg) left top no-repeat;
}
a.join_btn01 {
  display: inline-block;
  font-family: NanumBold, sans-serif;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  min-width: 100px;
  line-height: 36px;
  background: #005a9c;
  padding: 0 26px;
}
a.join_btn02 {
  display: inline-block;
  font-family: NanumBold, sans-serif;
  font-size: 1.3rem;
  color: #403f3f;
  text-align: center;
  text-decoration: none;
  min-width: 100px;
  line-height: 34px;
  background: #f7f7f7;
  border: 1px solid #ddd;
}

.find_box > li:first-of-type {
  background-color: #005a9c;
  padding-left: 20px;
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 40px;
}
.find_box > li:last-of-type {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 20px;
}
.find_box .tx01 {
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #7b7b7b;
  margin-bottom: 13px;
}
.find_box .tx02 {
  font-family: NanumBold, sans-serif;
  font-size: 1.3rem;
  color: #7b7b7b;
  margin-bottom: 8px;
}

.fild_box > li:first-of-type {
  background-color: #005a9c;
  padding-left: 20px;
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 40px;
}
.fild_box > li:last-of-type {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-left: 17px;
}
.fild_box .tx01 {
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #7b7b7b;
  margin-bottom: 13px;
}

.find_box_2 > li:first-of-type {
  background-color: #005a9c;
  padding-left: 20px;
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 40px;
}
.find_box_2 > li:last-of-type {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.find_box_2 .tx01 {
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #7b7b7b;
  margin-bottom: 13px;
}
.find_box_2 .tx02 {
  font-family: NanumBold, sans-serif;
  font-size: 1.3rem;
  color: #7b7b7b;
  margin-bottom: 8px;
}

.fild_box_2 > li:first-of-type {
  background-color: #005a9c;
  padding-left: 20px;
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 40px;
}
.fild_box_2 > li:last-of-type {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-left: 17px;
}
.fild_box_2 .tx01 {
  font-family: NanumBold, sans-serif;
  font-size: 1.4rem;
  color: #7b7b7b;
  margin-bottom: 13px;
}

@media (min-width: 992px) {
  .md_mr14 {
    margin-right: 14px;
  }
  .md_ml14 {
    margin-left: 14px;
  }
}

.find_tab a {
  font-family: NanumBold, sans-serif;
  font-size: 1.3rem;
  color: #3c3c3c;
  background-color: #f7f7f7;
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
}
.find_tab li:first-of-type a {
  border-right: 0 !important;
}
@media (max-width: 768px) {
  .find_tab li:first-of-type a {
    border-right: 1px solid #ddd !important;
  }
}

.find_tab_cont {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 17px 57px;
  min-height: 145px;
}
.find_tab_cont {
  font-family: NanumBold, sans-serif;
  font-size: 1.3rem;
  color: #727272;
  line-height: 30px;
}
.find_tab_cont input {
  border-radius: 0;
  height: 30px;
}
@media (max-width: 768px) {
  .find_tab_cont {
    border-top: 1px solid #ddd;
    letter-spacing: -1.5px;
  }
}

.find_tab_cont2 {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 17px 7px;
  min-height: 145px;
}
.find_tab_cont2 {
  font-family: NanumBold, sans-serif;
  font-size: 1.3rem;
  color: #727272;
  line-height: 30px;
}
.find_tab_cont2 input {
  border-radius: 0;
  height: 30px;
}
@media (max-width: 768px) {
  .find_tab_cont2 {
    border-top: 1px solid #ddd;
    letter-spacing: -1.5px;
  }
}

.top_login {
  position: absolute;
  left: 15px;
  top: 23px;
  width: 34px;
  height: 34px;
  background: url(../img/main/login.png) no-repeat;
}

.ad_pos {
  float: right;
}
@media (max-width: 992px) {
  .ad_pos {
    float: none;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .ad_pos {
    float: none;
    margin-left: 0;
    margin-top: 5px;
  }
}

/* text style */
.cont_text01 {
  font-family: Nanum, sans-serif;
  font-size: 1.5rem;
  color: #676767;
  letter-spacing: -1px;
  word-break: keep-all;
}
.text01 {
  font-family: NanumBold, sans-serif;
  font-size: 1.3rem;
  color: #676767;
  letter-spacing: -1px;
  word-break: keep-all;
}
.text02 {
  font-family: NanumBold, sans-serif;
  font-size: 1.5rem;
  color: #404040;
  letter-spacing: -1px;
  word-break: keep-all;
}
.text03 {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #777;
  letter-spacing: -1px;
  word-break: keep-all;
}
.text03 input {
  vertical-align: middle;
  margin: 0 7px 0 0;
}
.text04 {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #777;
  letter-spacing: -1px;
  word-break: keep-all;
  line-height: 18px;
}
.text04 input {
  margin: 2px 7px 0 0;
}
.text04_2 {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #777;
  letter-spacing: -1px;
  word-break: keep-all;
  line-height: 18px;
}
.text04_2 input {
  margin: 2px 3px 0 0;
}
.text05 {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #4d4c4c;
  letter-spacing: -1px;
  word-break: keep-all;
  line-height: 24px;
}
.text06 {
  font-family: NanumBold, sans-serif;
  font-size: 1.8rem;
  color: #686868;
}
.text07 {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #919191;
  padding-left: 10px;
  background: url(../img/member/zzem.jpg) left top 6px no-repeat;
  display: inline-block;
}
.text08 {
  font-family: Nanum, sans-serif;
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: -1px;
  word-break: keep-all;
  line-height: 35px;
  text-align: right;
}
@media (max-width: 768px) {
  .text08 {
    text-align: left;
  }
}
.text09 {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #df4b4b;
  line-height: 35px;
}
.text10 {
  font-family: NanumBold, sans-serif;
  font-size: 0.9rem;
  color: #676767;
  letter-spacing: -1px;
  word-break: keep-all;
}

/****/

.clear {
  clear: both;
}
.floatleft {
  float: left;
}
.notice_box ul > li > a {
  font-family: NanumBold, sans-serif;
  padding-bottom: 20px;
  font-size: 1.7rem;
}
.m_bn01 {
  padding: 0;
  height: auto;
}
.m_bn01 > a {
  display: block;
  padding: 35px 0 0 15px;
  height: 142px;
}
.nplr > .bn_bg04 {
  height: auto;
}
.nplr > .bn_bg04 > a {
  display: block;
  height: 308px;
}
.wid50 {
  width: 35%;
}
.find_tab_cont {
  padding: 17px 28px;
  min-height: 185px;
}
.find_tab_cont2 {
  min-height: 185px;
}
a.send_btn {
  padding: 0 9px;
}
.textr {
  text-align: right;
  padding: 20px;
}
.width50 {
  width: 50%;
}
/* .carousel-control.right {
} */
.poab {
  position: absolute;
  top: 285px;
  left: 66%;
  width: 72px;
  height: 72px;
  text-align: center;
}
.poab > a {
  display: block;
}
.pore {
  position: relative;
}

.poab2 {
  position: absolute;
  top: 703px;
  left: 50%;
  width: 72px;
  height: 72px;
  text-align: center;
}
.poab2 > a {
  display: block;
}

@media (max-width: 992px) {
  .poab {
    display: none;
  }
  .carousel-indicators {
    display: block !important;
    bottom: 15px;
    text-align: center;
  }
  .carousel-indicators > li {
    font-size: 12px !important;
    margin-right: 0% !important;
    margin-left: 0% !important;
  }
}
@media (min-width: 992px) {
  .poab2 {
    display: none;
  }
  .lmgd220 > div {
    width: 14% !important;
  }
   .lmgd220n > div {
    width: 12% !important;
  }
}

@media (max-width: 768px) {
  .poab2 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .poab2 {
    display: none;
  }
  .lmgd220 > div {
    width: 187px !important;
  }
}

.po1 ul > li {
  text-align: center;
  background-color: #eee;
}
.po1 ul > li a {
  display: block;
}
/*.navbar-inverse {background:none;height:100%;}
#navbar {height:100%;background-color:rgb(0, 0, 0);opacity:0.7;}*/
.on3 {
  background-color: #005a9c !important;
  color: #ffffff !important;
}
.customer_btn > a {
  font-family: NanumBold, sans-serif;
  font-size: 1.6rem;
  color: #676767;
  letter-spacing: -1px;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  padding: 0;
  box-shadow: none !important;
}
.customer_btn button {
  height: 40px;
}
.relative {
  position: relatice;
}
.ab {
  position: absolute;
}
.width100 {
  width: 100%;
}
.height100 {
  height: 47px !important;
}
.height150 {
  height: 150px !important;
}
.height168 {
  height: 168px !important;
}
.height600 {
  height: 1319px !important;
}
.mt55 {
  margin: 55px 0 0 0;
}
.menu2ci {
  position: absolute;
  top: 43px;
  left: 0px;
  width: 200px;
  background: #ffffff;
  border: 1px solid #ddd;
}
.menu2ci > ul > li {
  padding: 0px 20px;
}
.menu2ci > ul > li > a {
  display: block;
  font-size: 15px;
  color: #676767 !important;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 5px 0;
}
.bg005 {
  background: #005a9c !important;
}
.clolrw {
  color: #ffffff !important;
}
#showContent {
  height: 46px;
}

.wid171 {
  width: 171px !important;
  padding: 0 0 0 20px !important;
}
.sub_nav .btn-group button span {
  float: right;
  margin: 10px 20px 0 0;
}
.floatle {
  float: left;
}
.left109 {
  padding: 9px 15px !important;
  line-height: 250%;
}
.customer_table_03 table tbody th {
  font-family: Nanum, sans-serif;
  font-size: 1.3rem;
  color: #686868;
  padding: 15px 5px 15px 10px;
}

@media (max-width: 480px) {
  .lm110 {
    font-size: 3.7rem !important;
  }
}
@media (max-width: 380px) {
  .lm110 {
    font-size: 2.7rem !important;
  }
}

@media (min-width: 200px) and (max-width: 279px) {
  .radio_div {
    font-size: 0.3em;
  }
}
@media (min-width: 280px) and (max-width: 341px) {
  .radio_div {
    font-size: 0.4em;
  }
}
@media (min-width: 343px) and (max-width: 403px) {
  .radio_div {
    font-size: 0.5em;
  }
}
@media (min-width: 404px) and (max-width: 464px) {
  .radio_div {
    font-size: 0.6em;
  }
}
@media (min-width: 465px) and (max-width: 525px) {
  .radio_div {
    font-size: 0.7em;
  }
}
@media (min-width: 526px) and (max-width: 586px) {
  .radio_div {
    font-size: 0.8em;
  }
}
@media (min-width: 587px) and (max-width: 647px) {
  .radio_div {
    font-size: 0.9em;
  }
}
@media (min-width: 648px) and (max-width: 707px) {
  .radio_div {
    font-size: 1em;
  }
}
@media (min-width: 708px) and (max-width: 768px) {
  .radio_div {
    font-size: 1.1em;
  }
}

.page_style > li > a {
  position: relative;
  float: left;
  padding: 5px 9px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #878787;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: 4px;
}

/* V4 추가 css */
.v4_down {
  padding-top: 24px;
}

.btn_v4down_05 {
  font-weight: initial !important;
  font-size: 30px;
  width: 220px;
  height: 60px;
  background-color: #f91629;
  border: none;
  box-shadow: 0px 3px 6px #000000 !important;
  opacity: 16%;
}

.btn_v4down_media_mobile {
  font-weight: initial !important;
  font-size: 30px;
  width: 220px;
  height: 60px;
  background-color: #9974ff;
  border: none;
  box-shadow: 0px 3px 6px #000000 !important;
  opacity: 16%;
  margin: 0 0 0 35px;
}

.btn_v4down {
  font-weight: initial !important;
  font-size: 23px;
  width: 300px;
  height: 60px;
  background-color: #003ca6;
  border: none;
  box-shadow: 0px 3px 6px #e5e5e5 !important;
  opacity: 80%;
}
.btn_v4down:hover {
  opacity: 100%;
}

.btn_v4down_media {
  font-weight: initial !important;
  font-size: 23px;
  width: 300px;
  height: 60px;
  background-color: #2ca1e0;
  border: none;
  box-shadow: 0px 3px 6px #e5e5e5 !important;
  opacity: 80%;
  /*margin:0 0 0 35px;*/
}
.btn_v4down_media:hover {
  opacity: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btn_v4down_media {
    width: 250px;
  }

  .btn_v4down {
    width: 250px;
  }
}

.btn_v4down_02 {
  font-size: 30px;
  width: 330px;
  height: 64px;
  background-color: #000000;
  border: none;
  color: #ffffff;
  border-radius: 35px;
  margin-right: 32px;
  text-align: center;
  /*padding-top: 3%;
	line-height:2.1;*/
  line-height: 64px;
}

.btn_v4down_03 {
  font-size: 30px;
  width: 330px;
  height: 64px;
  background-color: #616161;
  border: none;
  color: #ffffff;
  border-radius: 35px;
  text-align: center;
  vertical-align: middle;
  /*padding-top: 3%;*/
  line-height: 2.1;
  margin-right: 32px;
}

.btn_v4down_04 {
  font-size: 30px;
  width: 330px;
  height: 64px;
  background-color: #616161;
  border: none;
  color: #ffffff;
  border-radius: 35px;
  text-align: center;
  vertical-align: middle;
  /*padding-top: 3%;*/
  line-height: 2.1;
}

.v4_down_01,
.v4_down_02 {
  float: left;
  display: inline-block;
}

.col-md-3_1 {
  margin: 0 auto;
}

.col-md-3_1_1 {
  margin: 0 auto;
}

.nav_img {
  padding-top: 126px;
  padding-bottom: 142px;
}

.col-md-3_180 {
  margin: 0 auto;
  width: 480px;
  margin-top: 180px;
}

.col-md-3_1_120 {
  margin-top: 120px;
}

.nav_sub_img {
  float: left;
  width: 480px;
}

.row row_02 {
  width: 1074px;

  padding-right: 0px;
  margin: 0 auto !important;
}

.sub_001 {
  width: 480px;
  height: 247px;
  float: left;
  margin: 0 auto;
}

.sub_002 {
  width: 480px;
  height: 247px;
  display: inline-block;
  margin: 0 auto;
}

.txt01 {
  font-weight: bold !important;
  font-size: 18px;
  color: #00edff;
  margin-top: 20px;
}

.txt02 {
  font-weight: initial !important;
  font-size: 46px;
  color: #000000;
  letter-spacing: -3px;
  margin-bottom: 12px;
}

.txt03 {
  font-weight: initial !important;
  font-size: 17px;
  color: #777777;
  letter-spacing: -1px;
}

.update_01 {
  padding-top: 180px;
}

.col-md-3_3 {
  margin-top: 120px;
  text-align: center;
  font-weight: bold !important;
  font-size: 44px !important;
  color: #000000;
  margin-bottom: 40px;
}

.col-md-3_4 {
  height: 470px;
  width: 100%;
  background-color: #e3f1f2;
  margin-bottom: 139px;
}

.col-md-3_4_1 {
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0 10px 6px 0 rgba(0, 0, 0, 0.3) !important;
  float: left;
  position: static;
}

.col-md-3_4_1 h1 {
  font-size: 17px !important;
  padding-top: 30px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  color: #333333;
}

.col-md-3_4_1 p {
  font-size: 15px !important;
  padding-left: 30px;
  padding-right: 30px;
  color: #777777;
  letter-spacing: -1.5px;
}

.sub02_02 {
  margin-left: auto;
  width: 90%;
  margin-top: 24px;
}

.span01 {
  float: left;
  padding-right: 16px;
}

.container2 {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.sub02_00 {
  width: 100%;
  padding-top: 30px;
}

.sub02_01 {
  margin-top: 24px;
}

.sub02_00_1 {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

.sub02_00_1 {
  padding-top: 24px;
}

#d_btn_down01,
#d_btn_down01_m {
  height: 64px;
  width: 220px;
  background-color: #ff6600;
  margin-right: 20px;
  float: left;
}

#d_btn_down02 {
  height: 64px;
  width: 220px;
  background-color: #222f43;
  display: inline-block;
}

.d_btn_txt01 {
  padding-top: 4px;
  font-size: 20px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.d_btn_txt02 {
  text-align: center;
  color: #ffceae;
  font-size: 12px;
  padding-top: 3px;

  height: 32px;
}

.d_btn_txt03 {
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  height: 64px;
  line-height: 64px;
}

#btn_div {
  width: 704px;
  display: inline-block;
  margin: 0 auto;
}

.btn_div02 {
  width: 704px;
  margin: 0 auto;
  margin-top: 16px;
}

.btn_div02 a {
  float: left;
}

.d_img_main {
  padding-top: 74px;
  padding-bottom: 90px;
}
.d_store01 {
  margin-right: 8px;
}

#download_02_V4 {
  background-color: #f6f6f6;
  height: 800px;
  width: 100%;
  margin-top: 227px;
  /*position:absolute;
	z-index:-1;*/
  /*position:relative; width:100%; background:#f6f6f6; height:auto !important; height:100%; min-height:100%;*/
}

.d_txt_05 {
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-size: 28px;
  padding-bottom: 24px;
  padding-top: 90px;
}

.down_img {
  float: left;
}

#d_div_sub {
  border: 1px;
  border-color: #e4e4e4;
  width: 1104px;
  height: 320px;
  margin: 0 auto;
  text-align: left !important;
  max-width: 100%;
}

.div_sub_02 {
  border: 1px;
  border-color: #e4e4e4;
}
.sub_02_txt {
  margin: 0 auto;
}

.sub_02_txt01 {
  text-align: none !important;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  padding-left: 0px;
  margin-left: 0px;
  width: 120px;
  text-align: left !important;
}

.sub_02_txt02 {
  margin-right: 0px;
  font-weight: bold;
  color: #3131ff;
  font-size: 13px;
  float: right !important;

  text-align: right !important;
}

.sub_02_txt04 {
  margin-right: 0px;
  font-weight: bold;
  color: #3131ff;
  font-size: 13px;
  float: right !important;
  text-align: right !important;
}

.sub_02_txt03 {
  color: #999999;
  float: right !important;
}

.sub_02_img {
  background-color: #ffffff;
  padding: 30px 75px 30px 75px;
  /* height:320px; */
  border: 1px #e4e4e4 solid;
}

.sub03 {
  padding-top: 68px;
}

.sub03_1 {
  padding-top: 28px;
  padding-bottom: 150px;

  width: 1062px;
  margin: 0 auto;
  max-width: 100%;
}

.sub03_1_img_0 img {
  /* align: center; */
  margin-left: auto;
  margin-right: auto;
  float: right !important;
  width: 80px;
  display: block;
}

.sub03_1_img {
  float: left;
}

.row_02 {
  margin: 0 auto;
}

.update_div {
  width: 1100px;
}

.sub03_1_txt {
  padding-top: 12px;
  padding-right: 2px;
}

.sub03_1_img_1 img,
.sub03_1_img img {
  display: inline-block;
  width: 80px;
  height: 91px;
  margin: 0 auto;
  text-align: center;
}

.sub03_1_img_1 {
  width: 354px;
  margin: 0 auto;
  text-align: center;
}

.main_v4 {
  height: 650px !important;
}

.sub02_04 {
  width: 100%;
  margin: 0 auto;
}

.v4_d_main_img {
  width: 1179px;
  height: 627px;
}

.d_main {
  background: url(../img/sub05/v4_download_eyesurfer.png) center top no-repeat;
}

.h_span {
  display: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
a:visited {
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #download_02_V4 {
    height: 660px;
  }
  #v4_download_eyesurfer {
    width: 1000px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #download_02_V4 {
    height: 1386px;
    margin-top: 146px;
  }

  .btn_v4down_05 {
    width: 200px;
  }

  .btn_v4down_media_mobile {
    width: 200px;
    margin: 0 0 0 35px !important;
  }
}

@media (max-width: 992px) {
  .sub_visual_2 {
    height: 490px;
  }
  #d_btn_down01,
  #d_btn_down01_m {
    height: 64px;
    width: 220px;
    background-color: #ff6600;
    z-index: 2;
  }
  .d_btn_txt01 {
    padding-top: 4px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
  }
  .d_btn_txt02 {
    text-align: center;
    color: #ffceae;
    font-size: 12px;
    padding-top: 3px;
  }
  #d_btn_down02 {
    float: left;
  }
  .d_btn_txt03 {
    height: 64px;
    line-height: 64px;
  }
  #btn_div {
    width: 460px;
  }
  .sub_visual_2 .tx01 {
    padding-top: 80px;
  }
  .sub_visual_2 .tx02 {
    padding-bottom: 30px;
  }

  .col-md-3_4 {
    height: 400px !important;
  }

  /*.d_img_main img { width: 80%; height: 478px; }*/

  .h_span {
    display: inline;
  }

  /*
	.download_02_V4 {
		background-color : #f6f6f6;
		height: 1520px;
		width: 100%;
		margin-top: 227px;
	}
	*/

  .hidden-md_2 {
    height: 510px !important;
  }

  .carousel-caption_v4 {
    padding-top: 50px;
  }

  .logo_v4 {
    width: 283px !important;
    height: 235px !important;
    margin-top: 50px !important;
  }

  .nav_img {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  /*
	.sub02_01{
	 margin-top: 0px !important;
	}
	*/

  .sub02_00 {
    width: 950px;
    margin: 0 auto;
  }

  #d_div_sub {
    width: 100%;
    height: 1146px;
    margin: 0 auto;
    text-align: left !important;
  }

  .sub03_1 {
    width: 520px;
  }

  .sub03_1_img_1 {
    width: 173px;
    text-align: center;
  }

  .md_341_01 {
    margin-right: 16px !important;
    margin-top: 0px !important;
  }

  #download_02_V4 {
    height: 750px;
    margin-top: 227px;
  }
  /*
	.md_341_02 {
		margin-top: 16px !important;
		margin-right: 16px !important;
	}
	*/

  .md_341_04 {
    margin-right: 16px !important;
  }
  .col-md-3_3 {
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .md_341_00 {
    margin-top: 0px !important;
  }

  .col-md-3_4_1 h1 {
    font-size: 15px !important;
    /* padding-top: 20px;
		padding-left: 20px;*/
    /* padding-right: 20px; */
  }

  .col-md-3_4_1 p {
    font-size: 13px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub_001 {
    width: 480px;
    padding-right: 0px;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .update_div {
    width: 67%;
    margin: 0 auto;
  }

  .div_top {
    margin-top: 100px !important;
  }
  .div_top_120 {
    margin-top: 80px !important;
  }
}

.col-sm-up1_div {
  width: 534px;
  margin-right: 22px;
} /*47.5%*/
.col-sm-up_div {
  padding-top: 30px;
}
.col-sm-up_div div:nth-child(3n) {
  margin-right: 0;
}
.col-sm-up_div div:nth-child(4) {
  margin-top: 24px;
}
.col-sm-up_div div:nth-child(5) {
  margin-top: 24px;
}
.col-sm-up_div div:nth-child(6) {
  margin-top: 24px;
}
.col-md-3_4_down {
  padding-top: 139px; /* padding-bottom: 60px; */
}
.sub02_04_down {
  width: 1055px;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}

@media (max-width: 414px) {
  .col-sm-up2_div {
    width: 45% !important;
  }
  .col-sm-up_div div:nth-child(5) {
    font-size: 9px !important;
  }
  .col-sm-up_div div:nth-child(6) {
    font-size: 9px !important;
  }
  .col-md-3_4_1 {
    height: 170px !important;
  }

  .col-md-3_4 {
    height: 355px !important;
  }
}

@media (max-width: 768px) {
  .btn_v4down_media_mobile {
    margin: 10px 0 0 0;
  }

  #download_02_V4 {
    height: 1220px;
    margin-top: 15px;
  }
  .sv_bg0501 {
    width: 100%;
    background: url(../img/sub05/v4_download_top_bg_m.png) center top no-repeat;
  }
  .sub_visual .tx01 {
    font-size: 3em;
  }

  #d_btn_down01 {
    height: 47px;
    width: 95px;
    background-color: #ff6600;
    margin-right: 20px;
    float: left;
    margin-left: 2%;
  }

  #btn_div {
    width: 292px;
    max-width: 100%;
  }

  #d_btn_down02 {
    height: 47px;
    width: 95px;
    background-color: #222f43;
    display: inline-block;
  }

  .d_btn_txt01 {
    padding-top: 0px;
    font-size: 18px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
  }

  .d_btn_txt02 {
    text-align: center;
    color: #ffceae;
    font-size: 11px;
    padding-top: 0px;
  }

  .d_btn_txt03 {
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    height: 47px;
    line-height: 47px;
  }

  .d_txt_05 {
    font-size: 20px;
  }

  .sub03_1 {
    width: 350px;
  }

  .sub03_1_img_1 img,
  .sub03_1_img img {
    width: 80px;
    height: 91px;
    text-align: center;
  }

  .sub03_1_img_1 {
    width: 112px;
  }

  .sub03_1_txt {
    padding-top: 12px;
    font-size: 9px;
  }

  .sub_visual_2 .tx01 {
    font-family: NanumSquareB, sans-serif;
    font-size: 28px;
    color: #fff;
    padding-top: 90px;
    padding-bottom: 10px;
    font-weight: bold;
  }
  .sub_visual_2 .tx02 {
    font-family: NanumSquareB, sans-serif;
    font-size: 16px;
    color: #9fbdff;
    word-break: keep-all;
    padding-bottom: 30px;
    font-weight: initial;
  }

  .col-sm-up2_div {
    width: 47%;
  }
  .col-sm-up_div div:nth-child(1) {
    margin-left: 2%;
  }
  .col-sm-up_div div:nth-child(2n) {
    margin-right: 0;
  }
  .col-sm-up_div div:nth-child(3) {
    margin-top: 16px;
    margin-right: 16px;
    margin-left: 2%;
  }
  .col-sm-up_div div:nth-child(4) {
    margin-top: 16px;
  }
  .col-sm-up_div div:nth-child(5) {
    margin-top: 16px;
    margin-right: 16px;
    margin-left: 2%;
  }
  .col-sm-up_div div:nth-child(6) {
    margin-top: 16px;
  }

  .col-md-3_4_1 {
    height: 140px;
  }

  .nav_img {
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 0 auto;
    display: block;
  }
  .v4_update_left {
    text-align: center !important;
    padding: 0 15px 0 15px !important;
  }
  .v4_update_right {
    text-align: center !important;
    padding: 0 15px 0 15px !important;
  }
  .txt01 {
    font-size: 16px;
  }
  .txt02 {
    font-size: 30px;
  }
  .txt03 {
    font-size: 16px;
  }
  .div_top_150 {
    margin-top: 70px !important;
  }
  .sub02_00 {
    width: 100%;
    padding-left: 2%;
    padding-top: 20px;
  }

  .col-md-3_4_down {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .col-md-3_3 {
    margin-top: 100px;
    text-align: center;
    font-size: 30px !important;
    margin-bottom: 20px;
  }

  .md_341_01 {
    margin-right: 16px !important;
    margin-top: 0px !important;
  }

  .md_341_02 {
    margin-right: 16px !important;
    margin-top: 16px !important;
  }

  .sub02_04 {
    left: 1%;
  }

  .sub02_04_down {
    width: 575px !important;
    margin: 0 auto;
  }
  .btn_v4down_02 {
    font-size: 24px;
    width: 220px;
    height: 56px;
    background-color: #000000;
    border: none;
    color: #ffffff;
    border-radius: 39px;
    text-align: center;
    margin-right: 13px;
    /*margin-left:5px;
		padding-top: 3%;*/
    line-height: 2.3;
  }

  .btn_v4down_03 {
    font-size: 24px;
    width: 181px !important;
    height: 56px;
    background-color: #616161;
    border: none;
    color: #ffffff;
    border-radius: 39px;
    margin-right: 13px;
    text-align: center;
    vertical-align: middle;
    /*padding-top: 3%;*/
    line-height: 2.3;
  }

  .btn_v4down_04 {
    font-size: 24px;
    width: 220px;
    height: 56px;
    background-color: #616161;
    border: none;
    color: #ffffff;
    border-radius: 39px;
    text-align: center;
    vertical-align: middle;
    /*padding-top: 3%;*/
    line-height: 56px;
  }

  .col-xs-12_div h1 {
    font-size: 12px !important;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: bold;
    color: #333333;
  }

  .col-xs-12_div p {
    font-size: 10px !important;
    padding-left: 20px;
    padding-right: 20px;
    color: #777777;
    letter-spacing: -1.5px;
  }
  .btn_v4down_02 {
    margin-left: 0px !important;
  }
  .nav_img_2 {
    max-width: 100%;
  }
  #d_btn_down01,
  #d_btn_down02 {
    width: 130px;
  }
}

.sub_001_01 {
  height: 247px !important;
}
.sub_001_02 {
  height: 298px !important;
}
.sub_001_03 {
  height: 416px !important;
}
.sub_001_04 {
  height: 368px !important;
}
.sub_001_05 {
  height: 370px !important;
}
.sub_001_06 {
  height: 348px !important;
}

.div_top {
  margin-top: 180px;
}
.div_top_120 {
  margin-top: 120px;
}
.div_top_150 {
  margin-top: 150px;
}

.div_top_80 {
  margin-top: 80px;
}

.div_top_60 {
  margin-top: 60px;
}

.v4_update img {
  width: 100%;
}
.v4_update_left {
  padding-left: 30px;
  text-align: left;
}
.v4_update_right {
  padding-right: 30px;
  text-align: right;
}

.v4_update_sub06_left {
  padding-left: 10px;
  text-align: left;
}
.v4_update_sub06_right {
  padding-right: 10px;
  text-align: right;
}

.tit {
  text-align: left !important;
}
.img_p_01 {
  padding-top: 30px;
}
.img_m_01 {
  padding-top: 30px;
}

@media (max-width: 568px) {
}

@media (max-width: 320px) {
  .sub03_1 {
    width: 300px !important;
  }

  #btn_div {
    width: 230px;
  }

  #d_btn_down01 {
    height: 47px;
    width: 100px;
    margin-left: 2%;
  }
  #d_btn_down02 {
    height: 47px;
    width: 100px;
  }

  .d_btn_txt03 {
    font-size: 14px;
  }

  .sub03_1_img_1 {
    width: 94px !important;
  }

  .sub_02_img {
    padding: 15px 37.5px 15px 37.5px;
  }

  .sub_02_txt02 {
    font-size: 10px;
  }

  .sub_02_txt04 {
    font-size: 10px;
  }

  #d_div_sub {
    height: 950px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sub_02_img {
    padding: 30px 45px 30px 46px;
  }

  .sub03_1_img_1 {
    width: 324px;
  }

  .div_sub_02 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) and (orientation: landscape) {
  .div_sub_02 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.es_main p {
  font-family: NanumBold, sans-serif;
}
.main_top_img02 {
  display: block;
  margin: 0 auto;
}

.main-right {
  display: inline-block;
  margin-right: 100px;
}
.main-left {
  display: inline-block;
}
.main_title {
  z-index: 10;
  position: absolute;
  top: 66px;
  width: 100%;
  text-align: center;
}
.main_title_m {
  z-index: 10;
  position: absolute;
  top: 66px;
  width: 100%;
  text-align: center;
}

.main_title p {
  font-size: 40px !important;
  line-height: 1.11;
  color: #000;
}

.main_title_m p {
  font-size: 20px !important;
  line-height: 1.11;
  color: #000;
}

.main_title p span,
.main_title_m p span {
  color: #003ca6;
}
.pc_title_img {
  margin: 0 auto;
}
.div_top_100 {
  margin-top: 100px;
}
.txt02 span {
  font-size: 30px;
}
.col-sm-up_div {
  padding-top: 30px; /*width: 100%;*/
  width: 1090px;
}
.mt84 {
  margin-top: 84px;
}
.visible-lg2,
.pc_title_img {
  margin-left: auto;
  display: block !important;
}
.nav_img_2 {
  margin: auto;
  display: block;
}

.container_bottom {
  margin-right: auto;
  margin-left: auto;
  width: 1090px;
}
.container_bottom2 {
  margin-right: auto;
  margin-left: auto;
  height: 64px;
  margin-bottom: 20px;
}
.col-sm-up1_div02 {
  width: 534px;
} /*47.5%*/
.logo_first {
  background-color: #003ca6;
}
.store01 {
  margin-left: 70px;
}
.store02 {
  margin-left: 20px;
}

/*
@media (max-width: 812px) {
	.btn_v4down_02, .btn_v4down_03, .btn_v4down_04{width: 213px !important;}
	.v4_update_left  img{max-width:100%;}
}*/

@media (max-width: 812px) and (orientation: landscape) {
  .v4_update_left {
    text-align: center !important;
    padding: 0 15px 0 15px !important;
  }
  .v4_update_right {
    text-align: center !important;
    padding: 0 15px 0 15px !important;
  }
  .v4_update_right img,
  .v4_update_left img {
    max-width: 100%;
  }
  .btn_v4down_02,
  .btn_v4down_03,
  .btn_v4down_04 {
    width: 235px;
  }
}

@media (max-width: 768px) {
  .main_title_m {
    z-index: 10;
    position: absolute;
    top: 66px;
    width: 100%;
    text-align: center;
    font-family: NanumSquareOTFB, sans-serif;
  }
  .main_title_m p span {
    color: #003ca6;
  }
  .main_title_m p {
    font-size: 2em !important;
  }
  .main-right {
    margin-right: 0px;
  }
  .main_title p {
    font-size: 1.99em;
    line-height: 1.11;
    color: #000;
  }
  .v4_update_right img,
  .v4_update_left img {
    max-width: 100%;
  }
  .visual_rolling .carousel-caption p {
    padding-top: 16px;
    padding-bottom: 46px;
  }
  .v4_down01 {
    margin-bottom: 46px;
    padding-bottom: 0px !important;
  }
  .btn_v4down_media {
    margin: 0 auto !important;
  }
  .visual_rolling .carousel-caption {
    padding-bottom: 20px !important;
  }

  .col-sm-up1_div {
    width: 44% !important;
  }
  .col-sm-up1_div02 {
    width: 44% !important;
  }
  .mt150 {
    margin-top: 50px;
  }
  .div_sub_02 {
    border: 1px;
    border-color: #e4e4e4;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txt01 {
  margin-top: 30px;
  margin-bottom: 12px;
}
.txt02_1 {
  font-size: 30px;
  margin-bottom: 12px;
}
.txt03 {
  font-size: 16px !important;
}
.container_bottom {
  max-width: 100%;
}
.col-sm-up_div {
  width: 100%;
}

#mobilePage {
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
  height: 10px;
}

#h_w {
  margin-bottom: 15%;
}

.mt150 {
  margin-top: 150px;
}
.mb150 {
  margin-bottom: 150px;
}

@media (min-width: 1200px) {
  .container_bottom {
    width: 1112px;
  }
  .container_bottom2 {
    width: 1055px;
  }
}

@media (min-width: 769px) {
  .col-md-3_4_down {
    padding-top: 70px;
  }
}

@media (max-width: 992px) {
  .v4_down01 {
    margin-bottom: 46px;
  }
  .nav_img {
    padding-top: 30px;
    padding-bottom: 50px;
    margin: auto;
    display: block;
    max-width: 100% !important;
  }
  .txt02 {
    font-size: 38px;
  }
  .txt03 {
    font-size: 14px;
  }
  .txt02 span {
    font-size: 25px;
  }
  .mt84 {
    margin-top: 36px;
  }
  .col-sm-up1_div {
    /*width: 42.5% */
    width: 45.5%;
    margin-right: 0px;
    margin-left: 16px;
  }
}

@media (max-width: 1024px) {
  .txt02 {
    font-size: 38px;
  }
  .txt03 {
    font-size: 14px;
  }
  #v4_down {
    width: auto;
  }
  .col-sm-up1_div {
    width: 44.5%;
    margin-right: 14px;
    margin-left: 30px;
  }
  .col-sm-up1_div02 {
    width: 44.5%;
    margin-right: 14px;
    margin-left: 10px;
  }
  .visible-lg2,
  .pc_title_img {
    margin-left: auto;
    display: none !important;
  }
  .txt02 {
    font-size: 30px;
  }
  .txt03 {
    font-size: 11px;
  }
  .container .mb40 img {
    max-width: 100%;
  }
  .container_bottom {
    width: 100%;
  }

  .btn_v4down_02 {
    margin-left: 20px;
  }
  .btn_v4down_02,
  .btn_v4down_03,
  .btn_v4down_04 {
    width: 280px;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main-left img {
    max-width: 65%;
  }
  .sub02_04_down {
    margin: 0 auto;
  }
  .btn_v4down_02 {
    font-size: 28px;
  }
  .sub02_04_down {
    width: 950px;
  }
}

@media screen and (max-width: 991px) {
  .ex_img01 {
    width: 100%;
    height: auto;
  }
  .main-right {
    margin-right: 0px !important;
  }
  .col-sm-up_div {
    max-width: 100%;
  }
  .col-sm-up1_div {
    width: 45.5%;
  }
  .col-sm-up1_div02 {
    width: 45.5%;
  }
  .sub02_04_down {
    width: 635px;
  }
  .v4m_img_04 {
    width: 95%;
  }
}

@media (max-width: 812px) and (orientation: landscape) {
  /*.btn_v4down_03{width: 235px;}
	*/
}

@media (max-width: 640px) {
  .sub02_04_down {
    width: 454px !important;
  }
  .btn_v4down_02 {
    font-size: 18px;
    width: 210px;
    height: 56px;
    background-color: #000000;
    border: none;
    color: #ffffff;
    border-radius: 39px;
    text-align: center;
    margin-right: 13px;
    /*margin-left:5px;
		padding-top: 3%;*/
    line-height: 56px;
  }
  .btn_v4down_04 {
    font-size: 18px;
    width: 210px;
    height: 56px;
    background-color: #616161;
    border: none;
    color: #ffffff;
    border-radius: 39px;
    text-align: center;
    vertical-align: middle;
    /*padding-top: 3%;*/
    line-height: 56px;
  }
}

@media (max-width: 450px) {
  .sub02_04_down {
    width: 393px !important;
  }
  .btn_v4down_02 {
    font-size: 18px;
    width: 190px;
    height: 45px;
    background-color: #000000;
    border: none;
    color: #ffffff;
    border-radius: 39px;
    text-align: center;
    margin-right: 13px;
    /*margin-left:5px;
		padding-top: 3%;*/
    line-height: 45px;
  }

  .btn_v4down_04 {
    font-size: 18px;
    width: 190px;
    height: 45px;
    background-color: #616161;
    border: none;
    color: #ffffff;
    border-radius: 39px;
    text-align: center;
    vertical-align: middle;
    /*padding-top: 3%;*/
    line-height: 45px;
  }
  #btn_div {
    width: 256px;
  }
  #d_btn_down01,
  #d_btn_down02 {
    width: 113px;
  }
}

/*iPad*/
@media (min-width: 1024px) and (max-width: 1366px) {
  .carousel-caption {
    left: 0%;
    right: 0%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .col-sm-up_div {
    max-width: 100%;
  }
}

@media (max-width: 414px) {
  .bg_m {
    height: 965px !important;
  }
  .main_title p {
    font-size: 1.3em !important;
  }

  .btn_v4down_03 {
    width: 113px !important;
    height: 35px;
    font-size: 16px;
  }
  .btn_v4down_02,
  .btn_v4down_04 {
    width: 140px !important;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }

  .btn_v4down_03 {
    margin-right: 7px;
  }
  /* .btn_v4down_02 {
    margin-left:2.5% !important;
  } */
  .carousel-caption {
    left: 0px;
    right: 0px;
  }
  .main_title_m p {
    font-size: 1.4em !important;
  }
  .main_title_m {
    top: 33px !important;
  }
  .txt01 {
    margin-top: 25px;
    margin-bottom: 7px;
  }
  .txt02 {
    font-size: 25px !important;
  }
  .txt02_1 {
    font-size: 22px !important;
    margin-top: -10px;
  }
  .txt03 {
    font-size: 11px !important;
  }
  .main-right img {
    max-width: 100%;
  }
  /* .sub02_04_down {
    padding-left: 4%;
  } */
  /* #v4_down {
    margin-right: 5%;
  } */
}

@media (max-width: 414px) {
  .sub02_04_down {
    width: 295px !important;
  }
}
@media (max-width: 320px) {
  .btn_v4down_03 {
    width: 95px !important;
  }
  .btn_v4down_04 {
    width: 140px !important;
  }
  .btn_v4down_02,
  .btn_v4down_04 {
    width: 140px !important;
  }
  .main_title_m p {
    font-size: 1.2em !important;
  }
  .main-right img {
    max-width: 100%;
  }
  .main_title_m {
    top: 66px;
  }
  .sub02_04_down {
    width: 295px !important;
  }
}

/*download.php*/
.d_btn_02 {
  margin-right: 20px;
}
#btn_div .col-md-3_01 {
  width: 5%;
  height: auto;
  display: inline;
}

.sub02_04_down a {
  display: inline-block;
}

.sub06font {
	font-family: NotoSansCJKKR;
}

.sub06t1 {
  /* font-family: NotoSansCJKKR, sans-serif; */
  font-family: NotoSansCJKKR;
  color: #0035bc;
  font-size: 17px !important;
  text-align: left;
  font-weight: bold;
}

.sub06t2 {
  /* font-family: NotoSansCJKKR, sans-serif; */
  font-family: NotoSansCJKKR;
  color: #000000;
  font-size: 50px !important;
  text-align: left;
  letter-spacing: -5.8px;
}

.sub06t3 {
  /* font-family: NotoSansCJKKR, sans-serif; */
  font-family: NotoSansCJKKR;
  color: #525252;
  font-size: 18px !important;
  text-align: left;
  line-height: 28px;
}

@media (min-width: 1200px) {
  .container_sub06 {
    width: 1000px;
  }
}

.subtitleAlign {
	text-align: right;
}

/* AI KIM css */
.sub06Title {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
}

.sub06TitleDiv {
	display: flex; 
	flex-direction: column; 
	align-items: center;
}

.sub06TitleDiv2 {
	display: flex; 
	flex-direction: column; 
	align-items: center;
}

.sub06TitleSpan {
	font-size: 30px; 
	text-align: center; 
	font-weight: 700; 
	color: #ffffff;
}

.sub06TitleSpan2 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
}

.sub06DemoDiv {
	width: 490px; 
	height: 460px; 
	background-color: #ffffff;
	border-radius: 20px; 
	padding: 45px 45px; 
	letter-spacing: -0.5px;
	box-shadow: 0px 0px 13.5822px rgba(0, 0, 0, 0.11);
}

.sub06DemoDivMob {
	max-width: 90%; 
	height: auto; 
	margin-top: 30px; 
	margin-bottom: 70px;
}

.sub06DemoP {
	margin-top: 18px; 
	font-size: 15px; 
	line-height: 25px;
}

.sub06DemoBtn {
	width: 100%; 
	height: 45px; 
	font-weight: 700;
	background-color: #2093F7; 
	color: #ffffff;
	cursor: pointer; 
	margin-top: 17px; 
	text-align: center; 
	line-height: 45px; 
	text-decoration: none;
}

.sub06ContentDiv {
	max-width: 380px; 
	background-color: #ffffff; 
	min-height: 483px; 
	margin-right: 30px; 
	border-radius: 15px; 
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}