
footer .wrap-full {
  border-bottom: 2px solid #e1e1e1;
  border-top: 2px solid #e1e1e1;
  background-color: #f2f2f2;
  border-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  footer .wrap-full {
    border-width: 2px;
  }
}
footer .wrap-full .icon-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 3.4722222222vw 0;
}
@media screen and (min-width: 720px) {
  footer .wrap-full .icon-list {
    padding: 25px 0;
  }
}
footer .wrap-full .icon-list li {
  width: 25%;
}
footer .wrap-full .icon-list li img {
  width: 100%;
}
footer .wrap {
  padding: 6.9444444444vw 4.8611111111vw;
  font-size: 3.5180555556vw;
  color: #666666;
  letter-spacing: -0.1388888889vw;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  footer .wrap {
    padding: 50px 35px;
  }
}
@media screen and (min-width: 720px) {
  footer .wrap {
    font-size: 25.33px;
  }
}
@media screen and (min-width: 720px) {
  footer .wrap {
    letter-spacing: -1px;
  }
}
footer .wrap span {
  margin-right: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  footer .wrap span {
    margin-right: 2px;
  }
}
footer .wrap strong {
  font-weight: 900;
}
footer .botton-banner {
  height: 16.6666666667vw;
  background-color: #4793a3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 720px) {
  footer .botton-banner {
    height: 120px;
  }
}
footer .botton-banner img {
  width: 8.8888888889vw;
  height: 8.4722222222vw;
}
@media screen and (min-width: 720px) {
  footer .botton-banner img {
    width: 64px;
  }
}
@media screen and (min-width: 720px) {
  footer .botton-banner img {
    height: 61px;
  }
}
footer .botton-banner span {
  margin-left: 2.0833333333vw;
  font-size: 7.4083333333vw;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 720px) {
  footer .botton-banner span {
    margin-left: 15px;
  }
}
@media screen and (min-width: 720px) {
  footer .botton-banner span {
    font-size: 53.34px;
  }
}
footer .botton-banner span strong {
  color: #fdf47f;
}


.wrap {
  max-width: 720px;
  position: relative;
  margin: 0 auto;
  padding: 0 6.1111111111vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .wrap {
    padding: 0 44px;
  }
}
.wrap.no-padding {
  padding: 15px;
}

* {
  font-size: 4.2597222222vw;
}
@media screen and (min-width: 720px) {
  * {
    font-size: 30.67px;
  }
}
* p,
* span {
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  * p,
  * span {
    letter-spacing: -2px;
  }
}

.title {
  font-weight: 900;
}

.sector-visual {
  background-color: #c1c5c8;
}
.sector-visual .top {
  width: 100%;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  height: 16.25vw;
  padding: 5.5555555556vw 0;
  box-sizing: border-box;

}
.sector-visual .top .wrap
{
	padding: 0;
}

@media screen and (min-width: 720px) {
  .sector-visual .top {
    height: 117px;
  }
}
@media screen and (min-width: 720px) {
  .sector-visual .top {
    padding: 40px 0px;
  }
}
.sector-visual .top a {
  margin-right: -4.8611111111vw;
  float: left;
}
@media screen and (min-width: 720px) {
  .sector-visual .top a {
    margin-right: -35px;

  }
}
.sector-visual .top a img {
  width: 7.2222222222vw;
  float: left;
}
@media screen and (min-width: 720px) {
  .sector-visual .top a img {
    width: 52px;
  }
}
.sector-visual .top strong {
  display: block;
  font-weight: 900;
  text-align: center;
}
.sector-visual .bottom {
  text-align: center;
  padding: 7.6388888889vw 0;
}
@media screen and (min-width: 720px) {
  .sector-visual .bottom {
    padding: 55px 0;
  }
}
.sector-visual .bottom img {
  width: 24.3055555556vw;
}
@media screen and (min-width: 720px) {
  .sector-visual .bottom img {
    width: 175px;
  }
}
.sector-visual .bottom p {
  font-size: 5.5555555556vw;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .sector-visual .bottom p {
    font-size: 40px;
  }
}

form {
  margin: 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  form {
    margin: 40px 0;
  }
}
form select {
  background: url("/img/gray_arrow.png") no-repeat 97% 50%/15px auto;
  padding: 3.4722222222vw;
  font-size: 3.5652777778vw;
  display: block;
  width: 100%;
  height: 14.5833333333vw;
  box-sizing: border-box;
  border-radius: 2.7777777778vw;
  border: 2px solid #e1e1e1;
  margin-bottom: 3.4722222222vw;
  -webkit-appearance: none;
  /* for chrome */
  -moz-appearance: none;
  /*for firefox*/
  appearance: none;
}
@media screen and (min-width: 720px) {
  form select {
    padding: 25px;
  }
}
@media screen and (min-width: 720px) {
  form select {
    font-size: 25.67px;
  }
}
@media screen and (min-width: 720px) {
  form select {
    height: 105px;
  }
}
@media screen and (min-width: 720px) {
  form select {
    border-radius: 20px;
  }
}
@media screen and (min-width: 720px) {
  form select {
    margin-bottom: 25px;
  }
}
form select::-ms-expand {
  display: none;
  /*for IE10,11*/
}

.red {
  color: #ee2e26;
}

table {
  width: 100%;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  table {
    margin-bottom: 20px;
  }
}
table th {
  background-color: #f8f8f8;
}
table th,
table td {
  border: 1px solid #e5e5e5;
}
table td strong {
  font-weight:900;
}
table tr th {
  width: 20%;
  padding: 3.4722222222vw 0;
}
@media screen and (min-width: 720px) {
  table tr th {
    padding: 25px 0;
  }
}
table tr:first-child {
  border-top: 3px solid #666666;
}
table tr:first-child th {
  padding: 5.5555555556vw 0;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  table tr:first-child th {
    padding: 40px 0;
  }
}
table td {
  text-align: right;
  color: #6d6e6f;
  padding: 0 0.6944444444vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  table td {
    padding: 0 5px;
  }
}

.guide {
  background-color: #f8f8f8;
  border-radius: 2.7777777778vw;
  margin-bottom: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .guide {
    border-radius: 20px;
  }
}
@media screen and (min-width: 720px) {
  .guide {
    margin-bottom: 26px;
  }
}
.guide .title {
  display: block;
  padding: 5.5555555556vw 5.5555555556vw 3.4722222222vw;
  border-bottom: 2px solid #e1e1e1;
}
@media screen and (min-width: 720px) {
  .guide .title {
    padding: 40px 40px 25px;
  }
}
.guide ul {

  padding: 2.7777777778vw 6.25vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .guide ul {
    padding: 20px 45px 40px;
  }
}
.guide ul li {
  color: #808080;
  margin-bottom: 3.6388888889vw;
  line-height: 1.5;


}
@media screen and (min-width: 720px) {
  .guide ul li {
    margin-bottom: 55px;

  }
}
.guide ul li:before {
  content: "";
  display: inline-block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  background-color: #808080;
  border-radius: 50%;
  vertical-align: 1.6666666667vw;
  margin-right: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .guide ul li:before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .guide ul li:before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .guide ul li:before {
    vertical-align: 12px;
  }
}
@media screen and (min-width: 720px) {
  .guide ul li:before {
    margin-right: 14px;
  }
}
.guide ul li:last-child {
  margin-bottom: 0;
}

.apply_btn {
  margin-top: 4.1666666667vw;
  padding: 4.1666666667vw 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 900;
  background-color: #5ddfdf;
  border-radius: 2.7777777778vw;
  font-family: "Noto Sans KR";
}
@media screen and (min-width: 720px) {
  .apply_btn {
    margin-top: 30px;
    padding: 30px 0;
    border-radius: 20px;
  }
}

.info {
  font-size: 2.8888888889vw;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .info {
    font-size: 28px;
  }
}
.info:before {
  content: "";
  display: inline-block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  background-color: #000;
  border-radius: 50%;
  vertical-align: 1.1111111111vw;
  margin-right: 0.9722222222vw;
  margin-left: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .info:before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .info:before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .info:before {
    vertical-align: 8px;
  }
}
@media screen and (min-width: 720px) {
  .info:before {
    margin-right: 7px;
  }
}
@media screen and (min-width: 720px) {
  .info:before {
    margin-left: 25px;
  }
}

.banner {
  padding: 5.5555555556vw 4.8611111111vw;
  box-sizing: border-box;
  height: 36.8055555556vw;
  border-radius: 2.7777777778vw;
  margin-bottom: 4.5833333333vw;
}
@media screen and (min-width: 720px) {
  .banner {
    padding: 40px 35px;
  }
}
@media screen and (min-width: 720px) {
  .banner {
    height: 265px;
  }
}
@media screen and (min-width: 720px) {
  .banner {
    border-radius: 20px;
  }
}
@media screen and (min-width: 720px) {
  .banner {
    margin-bottom: 33px;
  }
}
.banner .main-title {
  font-size: 5.5555555556vw;
  letter-spacing: -0.2777777778vw;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (min-width: 720px) {
  .banner .main-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 720px) {
  .banner .main-title {
    letter-spacing: -2px;
  }
}
.banner .sub-title {
  font-size: 3.5180555556vw;
  font-weight: 400;
  letter-spacing: -0.2083333333vw;
  margin-top: 3.4722222222vw;
  line-height: 1.2;
}
@media screen and (min-width: 720px) {
  .banner .sub-title {
    font-size: 25.33px;
  }
}
@media screen and (min-width: 720px) {
  .banner .sub-title {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 720px) {
  .banner .sub-title {
    margin-top: 25px;
  }
}
.banner .sub-title.gray {
  color: #7f7f7f;
}
.banner .sub-title.dark-gray {
  color: #525252;
}
.banner.bg_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./img/banner_1.png");
}


.sector-select {
  padding-top: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .sector-select {
    padding-top: 70px;
  }
}
.sector-select ul {
  padding: 4.1666666667vw 0 9.0277777778vw;
}
@media screen and (min-width: 720px) {
  .sector-select ul {
    padding: 30px 0 65px;
  }
}
.sector-select ul li {
  height: 10.5555555556vw;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  width: 23%;
  margin-right: 1%;
  font-size: 3.8888888889vw;
  padding: 3.4722222222vw 0;
  background-color: #f2f2f2;
  color: #000;
  font-weight: 900;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .sector-select ul li {
    height: 76px;
  }
}
@media screen and (min-width: 720px) {
  .sector-select ul li {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .sector-select ul li {
    padding: 25px 0;
  }
}
@media screen and (min-width: 720px) {
  .sector-select ul li {
    border-radius: 10px;
  }
}
.sector-select ul li:last-child {
  margin-right: 0;
}
.sector-select ul li.on {
  background-color: #000;
  color: #fff;
}

.sector-table {
  padding-bottom: 19.4444444444vw;
}
@media screen and (min-width: 720px) {
  .sector-table {
    padding-bottom: 140px;
  }
}
.sector-table .info {
  margin-bottom: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .sector-table .info {
    margin-bottom: 80px;
  }
}
.sector-table .apply_btn {
  width: 87.5vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .sector-table .apply_btn {
    width: 630px;
  }
}

.sector-price {
  padding-bottom: 12.5vw;
}
@media screen and (min-width: 720px) {
  .sector-price {
    padding-bottom: 90px;
  }
}
.sector-price .wrap {
  padding-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .sector-price .wrap {
    padding-top: 60px;
  }
}
.sector-price .wrap .title {
  margin-bottom: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .sector-price .wrap .title {
    margin-bottom: 35px;
  }
}
.sector-price .wrap .info {
  font-size: 2.9722222222vw;
}
@media screen and (min-width: 720px) {
  .sector-price .wrap .info {
    font-size: 25px;
  }
}
.sector-price .wrap .info:before {
  margin-left: 0;
}
.sector-price table {
  padding-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .sector-price table {
    padding-top: 30px;
  }
}
.sector-price table tr th {
  text-align: left;
  padding: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .sector-price table tr th {
    padding: 25px;
  }
}
.sector-price table tr:first-child th {
  padding: 5.5555555556vw 3.4722222222vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .sector-price table tr:first-child th {
    padding: 40px 25px;
  }
}
.sector-price table tr td {
  padding: 0 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .sector-price table tr td {
    padding: 0 25px;
  }
}
.sector-price .apply_btn {
  margin-top: 5.5555555556vw;
  width: 87.5vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .sector-price .apply_btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 720px) {
  .sector-price .apply_btn {
    width: 630px;
  }
}

.sector-price.internet table tr:first-child th {
  padding: 2.5555555556vw 0vw;
}



@media screen and (min-width: 720px) {
  .sector-price.internet table tr:first-child th {
    padding: 40px 0px;
  }
}
.sector-price.internet table tr th {
  text-align: center;
  line-height: 1.2;
  padding: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .sector-price.internet table tr th {
    padding: 10px;
  }
}
.sector-price.internet table tr th.normal {
  font-weight: 400;
}
.sector-price.internet table th, .sector-price.internet table td {
  width: initial;
  vertical-align: middle;
}
.sector-price.internet .internet tr, .sector-price.internet .wifi tr {
  font-size: 4.4722222222vw;
}
@media screen and (min-width: 720px) {
  .sector-price.internet .internet tr, .sector-price.internet .wifi tr {
    font-size: 25px;
  }
}
.sector-price.internet .internet tr:first-child th, .sector-price.internet .wifi tr:first-child th {
  font-size: 4.2597222222vw;
}
@media screen and (min-width: 720px) {
  .sector-price.internet .internet tr:first-child th, .sector-price.internet .wifi tr:first-child th {
    font-size: 30.67px;
  }
}
.sector-price.internet .setting tr:first-child th, .sector-price.internet .return tr:first-child th {
  padding: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .sector-price.internet .setting tr:first-child th, .sector-price.internet .return tr:first-child th {
    padding: 10px;
  }
}
.sector-price.internet .setting th, .sector-price.internet .setting td, .sector-price.internet .return th, .sector-price.internet .return td {
  text-align: left;
  vertical-align: middle;
}
.sector-price.internet .setting td {
  padding: 1.3888888889vw;

}

.sector-price.internet .return td {
  padding: 1.3888888889vw;
  font-size:3.4vw;
}
@media screen and (min-width: 720px)
{
  .sector-price.internet .return td
  {
    padding: 10px;
	font-size:20px;
  }
}


@media screen and (min-width: 720px) {
  .sector-price.internet .setting td {
    padding: 10px;
  }
}
.sector-price.internet .setting th, .sector-price.internet .return th {
  font-weight: 900;
  padding: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .sector-price.internet .setting th, .sector-price.internet .return th {
    padding: 10px;
  }
}
.sector-price.internet .setting th {
  font-weight: 400;
}
.sector-price.internet .office th, .sector-price.internet .office td, .sector-price.internet .company th, .sector-price.internet .company td, .sector-price.internet .return_percent th, .sector-price.internet .return_percent td {
  text-align: center;
}
.sector-price.internet .office td, .sector-price.internet .company td, .sector-price.internet .return_percent td {
  padding: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .sector-price.internet .office td, .sector-price.internet .company td, .sector-price.internet .return_percent td {
    padding: 10px;
  }
}
.sector-price.internet .return_percent th, .sector-price.internet .return th {
  font-weight: 900;
}
.sector-price.internet .return_percent table, .sector-price.internet .return table {
  margin-top: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .sector-price.internet .return_percent table, .sector-price.internet .return table {
    margin-top: 35px;
  }
}
.sector-price.internet .banner {
  margin-top: 6.9444444444vw;
}
.sector-price.internet .banner .white {
  color: #fff;
}
@media screen and (min-width: 720px) {
  .sector-price.internet .banner {
    margin-top: 50px;
  }
}
.sector-price.internet .banner.first {
  background-image: url("../img/banner_6.png");
}
.sector-price.internet .banner.second {
  background-image: url("../img/banner_7.png");
}
.sector-price.internet .banner.third {
  background-image: url("../img/banner_4.png");
}
.sector-price.internet .banner.third .big {
  font-size: 9.2597222222vw;
}
@media screen and (min-width: 720px) {
  .sector-price.internet .banner.third .big {
    font-size: 66.67px;
  }
}





.sub_sector_visual {
  background-color: #f1f5f8;
}
.sub_sector_visual .top {
  width: 100%;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  height: 16.25vw;
  padding: 5.5555555556vw 0;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .sub_sector_visual .top {
    height: 117px;
    padding: 40px 44px;
  }
  .sub_sector_visual .top a {
    margin-right: -35px;
  }

}
.sub_sector_visual .top a {
  margin-right: -4.8611111111vw;
  float: left;
}
@media screen and (min-width: 720px) {
}
.sub_sector_visual .top a img {
  width: 7.2222222222vw;
}
@media screen and (min-width: 720px) {
  .sub_sector_visual .top a img {
    float: left;
    width: 52px;
  }
}
.sub_sector_visual .top strong {
  display: block;
  font-weight: 900;
  text-align: center;
}
.sub_sector_visual .bottom {
  text-align: center;
  padding: 7.6388888889vw 0;
}
@media screen and (min-width: 720px) {
  .sub_sector_visual .bottom {
    padding: 55px 0;
  }
}
.sub_sector_visual .bottom img {
  width: 32.3055555556vw;
}
@media screen and (min-width: 720px) {
  .sub_sector_visual .bottom img {
    width: 175px;
  }
}
.sub_sector_visual .bottom p {
  font-size: 4.5555555556vw;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  .sub_sector_visual .bottom p {
    font-size: 40px;
  }
}




































.section-ai .title {
  font-size: 8.3333333333vw;
  font-weight: 900;
  text-align: center;
  padding: 8.3333333333vw 0;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .section-ai .title {
    font-size: 60px;
  }
}
@media screen and (min-width: 720px) {
  .section-ai .title {
    padding: 60px 0;
  }
}
.section-ai .box {
  margin-bottom: 7.6388888889vw;
  background-color: #6a41ff;
  width: 95%;
  padding: 2.0833333333vw;
  border-radius: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .section-ai .box {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 720px) {
  .section-ai .box {
    padding: 15px;
  }
}
@media screen and (min-width: 720px) {
  .section-ai .box {
    border-radius: 40px;
  }
}
.section-ai .box .img-box {
  width: 100%;
  height: 62.5vw;
  border-radius: 5.5555555556vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .section-ai .box .img-box {
    height: 450px;
  }
}
@media screen and (min-width: 720px) {
  .section-ai .box .img-box {
    border-radius: 40px;
  }
}
.section-ai .box .txt-area {
  text-align: center;
  box-sizing: border-box;
  padding: 8.3333333333vw 3.4722222222vw 5.5555555556vw;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .section-ai .box .txt-area {
    padding: 60px 25px 40px;
  }
}
.section-ai .box .txt-area .title {
  padding: 0;
  font-weight: 800;
  font-size: 5.3055555556vw;
  line-height: 2;
}
@media screen and (min-width: 720px) {
  .section-ai .box .txt-area .title {
    font-size: 31px;
  }
}
.section-ai .box .txt-area .cont {
  font-weight: 600;
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .section-ai .box .txt-area .cont {
    font-size: 25px;
  }
}
.section-ai .box.box1 .img-box {
  background-image: url("../img/box1.png");
}
.section-ai .box.box2 {
  background-color: #000;
}
.section-ai .box.box2 .img-box {
  background-image: url("../img/box2.png");
}
.section-ai .box.box2 .txt-area {
  padding: 5.5555555556vw 3.4722222222vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .section-ai .box.box2 .txt-area {
    padding: 40px 25px 20px;
  }
}
.section-ai .box.box2 .txt-area .colored {
  color: #6a41ff;
}