@charset "UTF-8";

body {
  min-width: 1280px;
  overflow-x: auto;
}
.subBanner h2{
  font-size: 41px;
  font-weight: bold;
  color: #202122;
  text-align: center;
  margin-top: 93px;
  margin-bottom: 42px;
}
.nav_inner{
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  gap: 30px;
}
.nav_inner li{
  box-sizing: border-box;
}
.nav_inner li a{
  overflow: hidden;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #535960;
  background: rgba(1, 97, 209, .1);
  border-radius: 18px;
  padding: 0 25px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  gap: 20px;
}
.nav_inner li.on a{
  font-weight: bold;
  color: #fff;
  background: #0161D1;
}
.nav_inner li.on a:after {
  content: "";
  width: 13.5px;
  height: 10px;
  background: url(../../img_kc/ver2412/yello2d-chk.svg) no-repeat center / auto;
}

.com_wrap{
  width:100%;
  padding:60px 0 100px;
}
.content1{
  width: 100%;
  max-width: 1400px;
  margin:0 auto;
  box-sizing:border-box;
  background: #FFF;
}
.company, .organization, .map {
  display: block;
  margin: 0 auto;
}
.mapInfo {
  max-width: 1200px;
  width: 100%;
  margin: 90px auto 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.mapInfo h3 {
  color: #0161D1;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  width: 100%;
}
.mapInfo .info li {
  color: #292C2F;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.mapInfo .info li + li {
  margin-top: 20px;
}
.mapInfo .info span {
  color: #1786F1;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.mapInfo .info span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #1786F1;
  margin-right: 10px;
  margin-left: 5px;
  box-sizing: border-box;
}
.mapInfo .left {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.mapInfo .right {
  display: flex;
  flex-direction:column;
  gap: 10px;
}
.mapInfo .right a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 214px;
  border-radius: 20px;
  color: #313437;
  font-weight: 600;
  font-size: 15.5px;
  letter-spacing: 0;
  border: 0;
}
.mapInfo .right a img {
  width: 18.66px;
  height: auto;
}
.mapInfo .right .map_kakao {
  background: #F9E000;
}
.mapInfo .right .map_naver {
  background: #007DFF;
  color: #fff !important
}
.mapInfo .right .map_google {
  background: #DDE5EF;
}
.mapInfo .right .map_google img {
  width: 15.86px;
}

img.organization {
  width: 100%;
}
@media screen and (max-width:1367px) {
  .content1 {
    max-width: 1200px;
  }
}