

* {
  font-family: Pretendard,'Noto Sans KR', sans-serif;
  font-weight: 500; 
  box-sizing: border-box;
}
p { 
  margin: 0;  
} 

 
.full__section {
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 225px;
  margin-bottom: 100px;
}
.full__section .wrap__item {
  position: relative;
  padding: 0 10px;
  max-width: 666px;
  width: 50%;
  height: 956px;
}
.full__section .wrap__item_s {
  position: relative;
}
.full__section .wrap__item:first-child .wrap__item_s {
  position: sticky;
  top: 100px; 
  transition: top .2s ease-in-out;
  width: 100%; 
  max-height: 630px;
}
.full__section .wrap__item:first-child .item_card .talkbubble {
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  border: solid #191919;
  background: #191919;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 18px;
  line-height: 1.4rem;
  width: max-content;
  max-width: 423px;
  display: flex;
  opacity: 0;
  transform: translateY(10px);
}
.talkbubble:nth-of-type(even) {
  border: 1px solid #191919 !important;
  background: #fff !important;
  color: #191919 !important;
  float: right;
  margin-bottom: 18px;
}
.talkbubble:before { 
  content: '';
  position: absolute;
  right: 100%;
  bottom: 10px; 
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 12px solid #191919;
  border-bottom: 6px solid transparent;
  float: right;
}
.talkbubble:nth-of-type(even):before {
  border: none;
} 
.after::after {
  display: block;
  content: ""; 
  clear:both;
} 

.full__section .wrap__item:first-child .item_card {
  width: 100% !important;
  height: auto !important; 
  background: #f5f5f7;
  padding: 40px 30px;
  position: relative;
}
.full__section .wrap__item:first-child .item_card p {
  font-size: 1rem;
  color: #b4b4b4;
}
.full__section .wrap__item:first-child .item_card span {
  padding: 8px 12px;
  color: #8d8d8d;
  background: #e5e5e5;
  border-radius: 5px;
  font-size: .8rem;
  display: inline-block;
  margin-right: 8px;
  margin-top: 8px; 
  opacity: 0;
  transform: translateY(50px);
}



.full__section .wrap__item .item_card {
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 1px 12px 23px 2px rgba(0,0,0,0.03);
  width: 297px;
  height: 300px;
  margin-top: 36px; 
  position: absolute;
  transition: .5s;
}
.full__section .wrap__item .item_card:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  /* box-shadow: 4px 12px 20px 6px rgba(0,0,0,.1); */
}
.full__section .wrap__item .item_card:nth-child(-n+2) {
  margin-top: 0;
}

.full__section .wrap__item:last-child .item_card {
  text-align: center;
  padding-top: 0px;
}
.full__section .wrap__item:last-child .item_card a {
  display: block;
  padding-top: 40px;
  height: 100%;
}
.full__section .wrap__item:last-child .item_card > div {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.full__section .wrap__item:last-child .item_card p {
  font-weight: 800;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.full__section .wrap__item:last-child .item_card span { 
  display: block;
  font-weight: 700;
  font-size: 1.2rem; 
  margin-bottom: 20px;
}
.full__section .wrap__item:last-child .item_card .arrow {
  position: absolute;
  bottom: 26px;
  right: 26px;
  width: 30px;
  height: 30px;
}
.full__section .wrap__item:last-child .item_card:nth-of-type(1) {
  top: 0px;
  right: 325px;
  background: #f5f5f7; 
}
.full__section .wrap__item:last-child .item_card:nth-of-type(2) {
  top: 0px;
  right: 0px;
  background: #f9f2fe;
}
.full__section .wrap__item:last-child .item_card:nth-of-type(3) {
  top: 290px;
  right: 325px;
  background: #f3f5fe;
}
.full__section .wrap__item:last-child .item_card:nth-of-type(4) {
  top: 290px;
  right: 0px;
  background: #f5f5f7;
}
.full__section .wrap__item:last-child .item_card:nth-of-type(5) {
  top: 620px;
  right: 325px;
  background: #f5f5f7;
}
.full__section .wrap__item:last-child .item_card:nth-of-type(6) {
  top: 620px;
  right: 0px;
  background: #fef5fd; 
}

@media(max-width:1400px){
  .full__section{
    justify-content: center;
    gap: 14px;
  }
  .full__section .wrap__item:nth-child(2){
    width: auto;
  }
  .full__section .wrap__item:last-child .item_card:nth-of-type(1) {
    position: relative;
    right: 0;
  }
  .full__section .wrap__item:last-child .item_card:nth-of-type(2) {
    top: 326px; right: 0;
  }
  .full__section .wrap__item:last-child .item_card:nth-of-type(3) {
    top: 612px; right: 0;
  }
  .full__section .wrap__item:last-child .item_card:nth-of-type(4) {
    top: 937px; right: 0;
  }
  .full__section .wrap__item:last-child .item_card:nth-of-type(5) {
    top: 1260px; right: 0;
  }
  .full__section .wrap__item:last-child .item_card:nth-of-type(6) {
    top: 1581px; right: 0;
  }
  .full__section .wrap__item {
    height: 1920px;
    padding: 0;
  }


  .section__contact .contact_wrap{
    width: 90%!important;
  }
}
@media(max-width:1020px){
  .full__section{
    width: 90%;
    margin-top: 120px;
  }
  .full__section .wrap__item{ 
    width: 100%;
    height: auto;
  }
  .full__section .wrap__item .wrap__item_s{
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-between; 
    margin-top: 20px;
  }
  .full__section .wrap__item .wrap__item_s .item_card{
    width: 48.5%;
    position: relative;
  }
  .full__section .wrap__item:last-child .item_card:nth-of-type(2) {
    top: 0; right: 0;
  }
  .full__section .wrap__item:last-child .item_card:nth-of-type(3) {
    top: 0; right: 0;
  }
  .full__section .wrap__item:last-child .item_card:nth-of-type(4) {
    top: 0; right: 0;
  }
  .full__section .wrap__item:last-child .item_card:nth-of-type(5) {
    top: 0; right: 0;
  }
  .full__section .wrap__item:last-child .item_card:nth-of-type(6) {
    top: 0; right: 0;
  }
  .contact_full{
    display: block !important;
  }
  .contact_trans{
    width: auto!important;
    display: block!important;
  }
  #head_map iframe{
    width: 100%;
  }
  .contact_trans > div:first-child{
    width: 100%!important;
  }
  .contact_trans .trans_div:first-child{
    margin-top: 20px;
  }

}


.section__contact {
  width: 100%;
  background: #f5f5f7;
}
.section__contact .contact_wrap {
  width: 100%;
  max-width: 1280px;
  padding: 85px 0;
  margin: 0 auto;
}  
.section__contact .contact_tit {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 25px;
}
.section__contact .contact_tit + span {
  font-size: 1.2rem;
  margin-bottom: 50px;
  font-weight: 400;
  display: inline-block;
}
.section__contact .contact_subtit {
  font-size: 1.2rem;
  margin-bottom: 40px;
  font-weight: 800;
  line-height: 1.8rem;
}
.section__contact .contact_subtit span {
  display: block;
}
.section__contact .contact_num {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  font-size: 1rem;
  gap: 20px;
  margin-bottom: 60px;
}
.section__contact .contact_num span {
  display: inline-block;
  font-weight: 500;
  margin: 0 0 0 10px;
}
.section__contact .contact_num > div {
  /* margin-right: 30px; */
  font-weight: 700;
  font-size: 1.2rem;
}
.section__contact .contact_num > div:first-child {
  position: relative;
}
.section__contact .contact_num > div:first-child::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background: #191919;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%);
}
.section__contact .contact_help .title{
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  align-items: center;
}
.section__contact .contact_help h3{
  font-size: 1.2rem;
  font-weight: 700;
}
.section__contact .contact_help p{
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.section__contact .contact_help span{
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
}
.section__contact .contact_help + .contact_help{
  margin-top: 40px;
}

.contact_full {
  display: flex; 
  width: 100%;
}
.contact_trans {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  margin-top: 60px;
}
.contact_trans > div:first-child {
  width: 80px; 
  font-weight: 800;
  font-size: 1.2rem;
}
.contact_trans .trans_div {
  margin-bottom: 25px;
}
.contact_trans .trans_div > div:first-child {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.contact_trans .trans_div .trans_stat {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-size: 1rem;
}
.contact_trans .trans_div .trans_stat span {
  display: inline-block;
  padding: 5px 6px;
  color: #fff;
  background: #191919;
  margin-right: 10px;
}
.map {
  margin-top: 60px;
}

@media(max-width:720px){
  .full__section .wrap__item:last-child .item_card a {
    padding: 40px 5px 0 5px;
  }
  .full__section .wrap__item:first-child .item_card{
    padding: 20px;
  }
  .full__section .wrap__item:first-child .item_card p{
    font-size: 14px;
  }
  .full__section .wrap__item:first-child .item_card .talkbubble{
    padding: 5px 7px;
    font-size: 14px;
    margin-top: 12px;
    max-width: 263px;
  }
  .full__section .wrap__item:first-child .item_card span:last-child{
    display: table;
  }
  .full__section .wrap__item:last-child .item_card p{
    font-size: 15px;
    margin-bottom: 14px;
  }
  .full__section .wrap__item:last-child .item_card span{
    font-size: 1rem;
  }
    .section__contact .contact_tit{
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .section__contact .contact_tit + span,
  .section__contact .contact_help h3,
  .section__contact .contact_help p{
    font-size: 1rem;
  }
  .section__contact .contact_help span{
    font-size: 0.9rem;
  }  
  .section__contact .contact_help .help_br{
    display: none;
  }
}
@media(max-width:480px){
  .full__section .wrap__item:last-child .item_card span{
    font-size: 13px;
    font-weight: 600;
  }
  .section__contact .contact_subtit, 
  .section__contact .contact_num > div,
  .contact_trans > div:first-child,
  .contact_trans .trans_div > div:first-child,{
    font-size: 1.1rem;
  }
  .contact_trans .info{width: 100%!important;}

}
@media(max-width:430px){
  .contact_trans .trans_div .trans_stat{
    font-size: .8rem;
  }
}
@media(max-width:410px){
  .full__section .wrap__item:last-child .item_card p{
    font-size: 16px;
  }
  .full__section .wrap__item .item_card{
    margin-top: 20px;
  }
  .full__section .wrap__item .item_card:first-child a img:first-of-type,
  .full__section .wrap__item .item_card:nth-child(5) a img:first-of-type {
    width: 85%;
  }

  .section__contact .contact_wrap{
    padding: 75px 0;
  }

  .section__contact .contact_num > div{
    font-size: 1rem;
  }
  .section__contact .contact_num span{
    margin: 0px 0 0 5px;
  }
  }