/*@charset "UTF-8";*/

@font-face {
  font-family: "around-icons";
  src: url("../fonts/around-icons.ttf?enmnv5") format("truetype"), 
  url("../fonts/around-icons.woff?enmnv5") format("woff"), 
  url("../fonts/around-icons.svg?enmnv5#around-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Pretendard */

@font-face{
	font-family:"Pretendard";
	font-weight:600;
	src:url("../fonts/Pretendard-Black.woff") format("woff"),
	url("../fonts/Pretendard-Black.woff2") format("woff2"),
	url("../fonts/Pretendard-Black.ttf") format("truetype");
}

@font-face{
	font-family:"Pretendard";
	font-weight:500;
	src:url("../fonts/Pretendard-Bold.woff") format("woff"),
	url("../fonts/Pretendard-Bold.woff2") format("woff2"),
	url("../fonts/Pretendard-Bold.ttf") format("truetype");
}

@font-face{
	font-family:"Pretendard";
	font-weight:300;
	src:url("../fonts/Pretendard-Medium.woff") format("woff"),
	url("../fonts/Pretendard-Medium.woff2") format("woff2"),
	url("../fonts/Pretendard-Medium.ttf") format("truetype");
}

@font-face{
	font-family:"Pretendard";
	font-weight:200;
	src:url("../fonts/Pretendard-Regular.woff") format("woff"),
	url("../fonts/Pretendard-Regular.woff2") format("woff2"),
	url("../fonts/Pretendard-Regular.ttf") format("truetype");
}

@font-face{
	font-family:"Pretendard";
	font-weight:100;
	src:url("../fonts/Pretendard-Light.woff") format("woff"),
	url("../fonts/Pretendard-Light.woff2") format("woff2"),
	url("../fonts/Pretendard-Light.ttf") format("truetype");
}

/* NotoSans */

@font-face{
	font-family:"NotoSans";
	font-weight:600;
	src:url("../fonts/notosanskr-black.woff") format("woff"),
	url("../fonts/notosanskr-black.woff2") format("woff2");
}

@font-face{
	font-family:"NotoSans";
	font-weight:500;
	src:url("../fonts/notosanskr-bold.woff") format("woff"),
	url("../fonts/notosanskr-bold.woff2") format("woff2");
}

@font-face{
	font-family:"NotoSans";
	font-weight:300;
	src:url("../fonts/notosanskr-medium.woff") format("woff"),
	url("../fonts/notosanskr-medium.woff2") format("woff2");
}

@font-face{
	font-family:"NotoSans";
	font-weight:200;
	src:url("../fonts/notosanskr-regular.woff") format("woff"),
	url("../fonts/notosanskr-regular.woff2") format("woff2");
}

@font-face{
	font-family:"NotoSans";
	font-weight:100;
	src:url("../fonts/notosanskr-light.woff") format("woff"),
	url("../fonts/notosanskr-light.woff2") format("woff2");
}
body {font-family:"NotoSans";font-weight: 200;}
ul, li, dl, dt, dd{
  list-style: none;
}
.mg_c{margin:0 auto;}
.fl_wrap:after {display:block; visibility:hidden; clear:both; content:""}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, dt{
  font-weight: 500!important;
}
h4, .h4, h3, .h3{
  color: #1F1F1F;
}
h3, .h3{
  font-size: 30px;
}
ol, ul {
  padding-left: 0;
}
ul li, ol li, ol, ul, dl, dd, dt {
  margin-bottom: 0;
}
/************************************************************************
main 
*************************************************************************/
.navbar-dark .navbar-toggler-icon{
  background-image: url(../img/icon/navbar-light-toggler-icon-bg.svg);
}
.navbar-nav.mobile{
  display: none;
}

@media screen and (max-width:640px){
    
  .navbar-nav.web{
    display: none;
  }
  .navbar-nav.mobile{
    display: block;
  }

  .container .bg-secondary.text-muted,
  .container .bg-light.text-muted{
    padding: 20px;
  }
  
}

h1.big-title,
.main-copy h1 b{
  color: #766DF4;
}
.main-copy h1 b,
h1.big-title{
  font-weight: 600;
  text-transform: capitalize ;
}

.main-copy h1{
  font-weight: 300;
}
.main-copy h1 b{
  display: block;
  font-size: 80px;
  text-transform:uppercase ;
  margin: 15px 0 0;
}

h1.big-title{
  font-size: 65px;
}
.main-con .main-h2{
  font-size: 40px;
  color:#1F1F1F;
  font-weight: 500;
  text-align: center;
}
.main-con .main-h2::before{
  content: '';
  display: block;
  width: 3px;
  height: 30px;
  background-color: #766df4;
  margin: 0 auto 30px;
}
.main-con h2.main-h2 p.h5{
  font-weight: 100;
}


@media screen and (max-width:1024px){
	.main-copy h1,
  .main-copy h1 b{
    font-size: 2em;
  }
  h1.big-title {
    font-size: 55px;
  }
  .container-fluid .py-md-7 {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width:480px){
	.main-copy h1,
  .main-copy h1 b{
    font-size: 1.75em;
  }
  .main-copy .fs-lg{
    font-size: 1.0rem !important;
    padding-right: 1.5rem;
  }
  h1.big-title {
    font-size: 45px;
  }
  .container-fluid .py-md-7 {
    padding-bottom: 0 !important;
  }
  .main-con .main-h2{
    font-size: 35px;
  }
}
@media screen and (max-width:280px){
  .main-copy h1, 
  .main-copy h1 b {
    font-size: 1.30em;
  }
  h1.big-title {
    font-size: 38px;
  }
  .fs-lg {
    font-size: 0.9rem !important;
  }
  .main-con .main-h2{
    font-size: 28px;
  }
}


/*** what we do ***/
.main-what-we-do h2 span{
  position: relative;
  color: #888888;
  font-weight: 200;
}
.main-what-we-do h2 span::after{
  content: '';
  position: absolute;
  bottom: -2px;
  right: -19px;
  width:14px;
  height: 22px;
  background: url(../img/icon/ico_comma.png) no-repeat ;
}
.main-what-we-do h3{
  display: table;
  font-size: 22px;
  color: #1F1F1F;
  margin: 0 auto 20px;
  padding: 0 10px;
  background-color: #fff;
}
.main-what-we-do h3::before{
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  height: 1px;
  width: 100%;
  background-color: #ddd;
  z-index: -99;
}

.main-what-we-do .btm_btn{
  text-align: center;
  margin-top: 58px;
}

.main-what-we-do .btm_btn button{
  padding-right: 50px;
  padding-left: 50px;
}

@media screen and (max-width:480px){
  .main-what-we-do.py-5{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .main-what-we-do h1{
    padding-bottom:0!important;
    margin-bottom:0!important;
  }
  .main-what-we-do .mt-7{
    margin-top: 0rem !important;
  }
}
@media screen and (max-width:280px){
  .main-what-we-do h3 {
    font-size: 20px;
  }
}


/*** 오시는 길 ***/
.main-map{
  text-align: center;
}
.main-map iframe{
  width: 1020px;
  height: 700px;
  border-radius: 30px;
  box-shadow: 0 5px 10px 0px rgb(0 0 0 / 10%);
  margin: 0 auto;
}


@media screen and (max-width:1024px){
	.main-map iframe {
    width: 90%;
    height: 500px;
  }
}


/*** 연혁 ***/
.project-history .col-lg-6{
  position: relative;
  width: calc(50% - 56px);
}
.project-history h3{
  width:112px;
  height: 48px;
  line-height: 48px;
  color:#fff;
  text-align: center;
  border-radius: 10px;
  background-color: #766DF4;
}
.project-history .line::before{
  content: '';
  position: absolute;
  top:0;
  left:55px;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  z-index: -99;
}
.project-history p{
  font-size: 18px;
  margin-bottom: 15px;
}
.project-history span.history-month{
  position: relative;
  display: inline-flex;
  width: 112px;
  padding-left: 73px;
  font-weight: 200;
}
.project-history span.history-txt{
  display: inline-flex;
  width: calc(100% - 120px);
}
.project-history span.history-month::before{
  position: absolute;
  top: 9px;
  left: 50px;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
}


@media screen and (max-width:1024px){
	.project-history .row div{
    padding-left:15px!important;
  }
}

@media screen and (max-width:768px){
	.project-history .col-lg-6{
    width: 100%;
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width:640px){
	.project-history span.history-month::before{
    left: 20px;
  }
  .project-history span.history-month{
    width: 91px;
    padding-left: 43px;
  }
}
@media screen and (max-width:280px){
  .project-history .line::before{
    left: 30px;
  }
  .project-history span.history-month {
    width: 50px;
    padding-left: 18px;
  }
  .project-history span.history-month::before {
    top: 6px;
    left: -5px;
  }
  .project-history span.history-txt {
    width: calc(100% - 55px);
  }
  .project-history p {
    font-size: 15px;
  }
}

/*** 복리후생 ***/
.company-benefits li{
  float: left;
	width: calc((100% - 420px)/4);
  margin-right: 140px;
}
.company-benefits li:nth-child(4n) {
    margin-right: 0;
}
.company-benefits li dt{
  display: flex;
  width: 194px;
  height: 194px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #766DF480;
  align-items: center;
  justify-content: center;
}
.company-benefits li dd{
  width: 194px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 40px;
}


@media screen and (max-width:1024px){
  .company-benefits li{
    width: calc((100% - 330px)/4);
    margin-right: 100px;
  }
  .company-benefits li dt{
    font-size: 25px;
  }
}
@media screen and (max-width: 768px){
  .company-benefits li {
      margin-right: 77px;
  }
}
@media screen and (max-width: 640px){
  .company-benefits li {
    width: calc((100% - 118px)/2);
  }
  .company-benefits li {
    margin-right: 118px;
}
  .company-benefits li:nth-child(2n),
  .company-benefits li:nth-child(4n) {
      margin-right: 0;
  }
}
@media screen and (max-width: 480px){
  .company-benefits li {
    width: 100%;
  }
  .company-benefits li {
    margin-right: 0;
  }
  .company-benefits li dt,
  .company-benefits li dd{
    margin: 0 auto;
  }
  .position-relative.bg-secondary.company-benefits{
    height: 200px!important;
  }
  .position-relative.bg-secondary.company-benefits{
    height: 200px!important;
  }
  .container.position-relative.company-benefits{
    margin-top: -258px!important;
  }
}

.main-con .main-contact-us h1::after{
  content: '';
  display: block;
  width: 3px;
  height: 30px;
  background-color: #766df4;
  margin: 20px auto 40px;
}
.main-con .main-contact-us form{
  margin: 0 auto;
}

.footer li{
  color: #ffffff50;
  font-size: 14px;
}
@media screen and (max-width: 480px){
  .footer .d-lg-flex ul.pe-4{
    padding-right: 0!important;
  }
}
.shape.bg-secondary {
  color: #ffffff !important;
}
.subpage_head{
  height: 300px;
}
.subpage_head h1{
  position: absolute;
  top: 130px;
  font-size: 60px;
  color:#fff;
  text-transform:capitalize;
}


.subpage_con h1.big-title{
  font-size: 50px;
  text-align: center;
}

.subpage_con h2{
  font-size: 40px;
  color:#1F1F1F;
  text-align: center;
}
.subpage_con h2::before,
.subpage_con h2::after,
.business_status ul li h4::after,
.business_status ul li dd p::before,
.business_status02 div h4::after,
.business_status02 dl dd p::before,
.mock_hacking dl dd.bullet_list p::before{
  content: '';
  display: block;
}
.subpage_con h2::before{
  width: 46px;
  height: 46px;
  background-color: #766DF4;
  margin: 32px auto 20px;
  border-radius: 50%;
}
.subpage_con h2 p{
  font-size: 28px;
  color: #fff;
  margin-top: -59px;
}
.subpage_con h2::after{
  width: 1px;
  height: 30px;
  background-color: #4A4B65;
  margin: 15px auto 10px;
}

.subpage_con h2.num_none::before{
  content: none;
}

@media screen and (max-width: 991px){
  .subpage_head.web{
    display: none;
  }
  .subpage_con{
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px){
  .subpage_con h1.big-title {
    font-size: 2.5rem;
  }
  .subpage_con h2{
    font-size: 2rem;
  }
  h3, .h3{
    font-size: 1.6rem;
  }
}

/*.business_status ul{
  display:grid;
  grid-template-columns: 33.333% 33.333% 33.333% ; 
  gap: 0;
}*/
.business_status ul li{
  border-right: 1px solid #ddd;
  padding: 30px;
}
.business_status ul li:last-child{
  border-right: none;
}
.business_status ul li h4,
.business_status02 h4{
  font-size: 22px;
  font-weight: 300!important;
  color: #4A4B65;
}
.business_status ul li h4::after,
.business_status02 div h4::after{
  width: 60px;
  height: 1px;
  background-color: #ddd;
  margin: 20px auto 25px;
}
.business_status ul li dl{
  display: grid;
  grid-template-columns: 45% 55%;
}
.business_status ul li dt,
.business_status02 p.p_circle{
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_status ul li dd p{
  font-weight: 200;
  text-align: left;
  margin-bottom: 7px;
  padding-left: 10px;
}
.business_status ul li dd p:last-child{
  margin-bottom: 0;
}
.business_status ul li dd p::before,
.business_status02 dl dd p::before,
.mock_hacking dl dd.bullet_list p::before{
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #766DF4;
  margin-right: 12px;
  margin-bottom: 3px;
  border-radius: 50%;
}
i.big-icon{
  font-size: 15rem;
  margin: -35px 0;
  color: #ddd;
}
.business_status02 p.p_circle{
  width: 164px;
  height: 164px;
  background-color: #766DF4;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
}
.business_status02 .rounded-3{
  padding: 30px;
}
.business_status02 li,
.business_status02 dl{
  float: left;
  border-right: 1px solid #ddd;
}

.business_status02 li,
.business_status02 dl dt{
  font-size: 20px;
  color: #1F1F1F;
}
.business_status02 li{
  width: calc((100% - 5px)/2);
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.business_status02 li:nth-child(2n),
.business_status02 dl:last-child {
  border-right: none;
  padding-right: 0;
}
.business_status02 li:last-child {
  margin-bottom: 0;
}
.business_status02 .d_grid{
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.business_status02 dl{
  text-align: left;
  padding-left: 20px;
}
.business_status02 dl dt{
  margin-bottom: 30px;
}
.business_status02 dl dd p{
  text-align: left;
  font-weight: 300;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px){
  .business_status ul li{
    margin: 0 auto;
    width: 90%;
    border-right: none;
    border-top: 1px solid #ddd;
  }
  .business_status ul li:first-child{
    border-top: none;
  }
}
@media screen and (max-width: 480px){
  .business_status ul li{
    width: 80%;
    padding: 25px 0;
  }
  .business_status ul li dd p{
    line-height: 1.1rem;
  }
  .business_status02 li, 
  .business_status02 dl dt{
    font-size: 1.1rem;
  }
  .business_status02 li{
    margin-bottom: 20px;
  }
  .business_status02>.col-lg-3{
    padding-bottom: 30px;
  }
  i.big-icon{
    font-size: 12rem;
    margin: -19px 0 -50px;
  }
  i.big-icon.big-icon2{
    margin: -77px 0 -26px;
  }
  .business_status02 .d_grid{
    display: block;
  }
  .business_status02 dl{
    float: none;
    border-right: none;
    margin-bottom: 37px;
    padding-left: 0;
  }
  .business_status02 dl dt {
    margin-bottom: 10px;
    text-align: center;
    background: #ddd;
    border-radius: 8px;
    padding: 3px 0;
  }
}
.project_system dt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.project_system dt p{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 99;
}
.project_system dt p.bg_light{
  color: #766DF4;
}
.project_system dt p.bg_violet{
  color: #fff;
  background-color: #766DF4;
}
.project_system dd{
  height: 319px;
  border-radius: 8px;
  border: 1px solid #766DF4;
  padding: 80px 0 30px;
  margin-top: 58px;
  z-index: -99;
}

.project_system dd p{
  text-align: center;
}
.project_system dd p:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 1024px){
  .subpage_con img.content_img{
    width: 100%;
  }
}
@media screen and (max-width: 480px){
  .project_system dl{
    margin-bottom: 20px;
  }
  .project_system dd{
    height: auto;
  }
}

.mock_hacking dl{
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px;
}
.mock_hacking dt {
  width: 100%;
  height: 53px;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  border-radius: 11px;
}
.mock_hacking dt.bg_violet,
.mock_hacking dt.bg_pink{
  color: #fff;
}
.mock_hacking dt.bg_violet{
  background-color: #9992F7;
}
.mock_hacking dt.bg_pink{
  background-color: #F46D84;
}
.mock_hacking dd{
  width: 100%;
  padding: 25px 30px;
  margin: 0 auto;
}
.mock_hacking dd p{
  font-size: 17px;
  color:#1f1f1f;
  line-height: 29px;
  margin-bottom:0;
}
.mock_hacking dd p:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 480px){
  .img_area.mb-7{
    margin-bottom: 1rem !important;
  }
  .img_area.mt-7{
    margin-top: 2rem !important;
  }
  .mock_hacking dd p{
    font-size: 14px;
  }
  .mock_hacking dd{
    padding: 25px 10px;
  }
}
@media screen and (max-width: 320px){
  .row>*{
    padding-right: 0;
    padding-left: 0;
  }
  .mock_hacking dd {
    padding: 25px 0px;
  }
  .mock_hacking dd p{
    line-height: 23px;
  }
  .mock_hacking dd.bullet_list .col-6 {
    width: 100%;
  }
  .subpage_con h1.big-title{
    font-size: 2rem;
  }
  .subpage_con h2 {
    font-size: 1.62rem;
  }
  h3, .h3 {
    font-size: 1.4rem;
  }
  .business_status ul li h4, .business_status02 h4{
    font-size: 20px;
  }
}