@charset "utf-8";

/*프리텐다드 웹폰트*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


/* 리셋 CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: 'pretendard', sans-serif;
  font-size: 16px;
  color: #222;
  position: relative;
  --color-point: #244c8a;
  --color-blue: #3a75a3;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input {
  font-size: 100%;
  border: none;
  background: transparent;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

address {
  font-style: normal;
}

img,
video {
  vertical-align: middle;
}

em,
i,
b,
strong {
  font-style: normal;
  font-weight: normal;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}



/* index.html 헤더 */
header .head_bar {
  display: flex;
  height: 90px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.3rem;
  background: #fff;
}

.head_bar div {
  flex: 1 1 0;
}

.head_bar .item_logo {
  flex: 2 1 0;
  text-align: center;
}

/* 헤더 - 오른쪽 미니 메뉴 */
.head_bar .item_menu {
  font-size: 0.9rem;
  color: #555;
}

.item_menu ul {
  display: flex;
  justify-content: flex-end;
}

.item_menu li {
  border-right: 1px solid #ddd;
  padding: 0 1rem;
}

.item_menu li:last-child {
  border: none;
  padding-right: 0;
}



/* header - gnb 메뉴 */
.gnb {
  width: 100%;
  line-height: 60px;
  border-top: 2px solid var(--color-blue);
}

.gnb>ul {
  display: flex;
  justify-content: space-between;
}

.gnb li.gnb_menu {
  font-size: 1.1rem;
  font-weight: 600;
  flex-grow: 1;
  position: relative;
  text-align: center;
}

.gnb_menu a {
  display: block;
}

.gnb_menu:last-child {
  background: var(--color-point);
  text-align: center;
  color: #fff;
  width: 85px;
  position: relative;
}

.gnb_menu:last-child a {
  padding-right: 30px;
}

.gnb_comm {
  width: 80px;
}

.menu_trigger {
  position: absolute;
  top: 17px;
  left: 116px;
  width: 24px;
  height: 26px;
  overflow: hidden;
  float: left;
}

.trigger_bar {
  display: block;
  width: 23px;
  height: 2px;
  background: #fff;
  margin-top: 5px;
}


/* 헤더 - gnb - 서브메뉴 */
li.gnb_menu ul.sub_gnb {
  width: 100%;
  font-size: 0.95rem;
  font-weight: normal;
  line-height: 35px;
  background: var(--color-blue);
  color: rgba(255, 255, 255, 1);
  position: absolute;
  display: none;
  z-index: 5;
  text-align: left;
}

ul.sub_gnb li {
  background: var(--color-blue);
  padding: 0.2rem 0rem 0.2rem 1.5rem;
}

ul.sub_gnb li:first-child {
  padding-top: 1rem;
}

ul.sub_gnb li:last-child {
  padding-bottom: 1rem;
}

ul.sub_gnb li:hover {
  background: var(--color-point);
  color: #fff;
}


/* index.html 모바일 - 메뉴 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.60);
  z-index: 9;
  display: none;
}

.mobile_trigger {
  overflow: hidden;
  width: 30px;
  height: 36px;
  float: left;
  position: absolute;
  left: 25px;
  top: 23px;
  display: none;
  padding: 0.3px;
}

.trigger {
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  margin-bottom: 7px;
}

.mobile_gnb {
  position: fixed;
  width: 300px;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000000;
  padding: 2.5rem;
  line-height: 1.4;
  margin-left: -300px;
  transition: 0.3s
}

.mobile_gnb img {
  width: 100%;
  padding-bottom: 2rem;
}

li.mobile_menu {
  border-bottom: 1px solid #ddd;
  padding: 0.7rem;
  position: relative;
  cursor: pointer;
}

li.mobile_menu:first-child {
  border-top: 1px solid #ddd;
}

li.mobile_menu i.fa-angle-down {
  position: absolute;
  right: 10px;
  top: 16px;
  color: #888;
  font-size: 0.6rem;
}

.mobile_menu {
  font-weight: 600;
  font-size: 1.1rem;
}

/* index.html 모바일메뉴 - 서브메뉴 */
.mobile_sub_box {
  display: none;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: normal;
}

/* index.html 메인 - 메인 */
main {}

.main_bg {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #000;
  position: relative;
}

.main_bg video {
  opacity: 0.75;
  position: absolute;
  top: -50%;
}

.main_text {
  position: absolute;
  color: #fff;
  width: 100%;
  max-width: 1200px;
  height: 260px;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  z-index: 1;
  text-shadow: 2px 2px 7px rgba(28, 37, 63, 0.7);
}

.main_text h2 {
  font-size: 3rem;
  padding: 1rem 0;
  font-weight: 700;
}

/* index 게시판 공통*/
.lat {
  height: 100%;
}

.lat .lat_title {
  background: #ecf1ff;;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  position: relative;
}

.lat ul{
  padding: 10px;
  height: 100%;
}

.review .lat ul li,
.review .lat ul li p{
  height: 100%;
}

.review .lat ul li p{
  font-size: 17px;
  line-height: 180%;
}

.lat .lt_more{
  top: 20px;
}

/* index.html 메인 - 섹션1 */
section#section-01 {
  background: var(--color-point);
  color: #fff;
  padding: 1rem 0;
}

ul.sec01_list {
  display: grid;
  grid-template-columns: 0.3fr 0.2fr 1fr;
  align-items: center;
  text-align: center;
  font-size: 1.1rem;
}

li.sec01_list_icon {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 1rem;
}

li.sec01_list_icon a {
  display: block;
}

li.sec01_list_icon img {
  display: inline-block;
  text-align: center;
}

li.sec01_list_icon .item:hover {
  opacity: 0.6;
}



/* index.html 메인 - 섹션2 */
section#section-02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 3rem auto;
}

#section-02 div {
  width: 100%;
  padding: 0 2rem;
  border-right: 1px solid #ddd;
}

#section-02 h6 {
  font-size: 1.3rem;
  font-weight: 500;
}

#section-02 p {
  width: 60%;
  line-height: 1.4;
  font-size: 0.95rem;
  padding: 1rem 0 1.5rem;
}

#section-02 .more_button {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  transition: 0.5s;
}

#section-02 .more_button:hover {
  background: #f5f5f5;
  padding: 0.5rem 2.2rem;
}

#section-02 .sec02_1 {
  background: url(./img/index/main_sec02_ico01.png) no-repeat;
  background-size: 127px;
  background-position-x: 90%;
}

#section-02 .sec02_2 {
  background: url(./img/index/main_sec_02_ico02.png) no-repeat;
  background-size: 127px;
  background-position-x: 90%;
  background-position-y: 15%;
}

#section-02 .sec02_3 {
  background: url(./img/index/main_sec02_ico03.png) no-repeat;
  background-size: 152px;
  background-position-x: 90%;
  border-right: none;
}



/* index.html 메인 - 섹션3 - 최근게시물 */
section#section-03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  padding: 2rem 0;
}

/* index.html 메인 - 섹션4 */
section#section-04 {
  background: #f3f3f3;
  margin: 3rem 0;
  padding: 1rem 0;
}

.sec04_box {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 100px 1fr 100px 1fr;
}

.sec04_1,
.sec04_3 {
  color: var(--color-point);
  font-weight: 600;
  text-align: center;
}



/* 공통 - 빠른상담 */
.right_coun {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 180px;
  height: 380px;
  text-align: right;
  z-index: 5000;
}

/* pc 빠른상담 */
.pc-counsle {
  padding: 70px 20px;
  border: 1px solid #3D61D1;
  border-radius: 10px;
}

.pc-counsle>#footer_counsel {
  width: 100%;
  background-color: #ffffff;
}

.pc-counsle .quotation {
  height: auto;
  padding: 0;
}

.pc-counsle #footer_counsel_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc-counsle .foo_coun {
  height: auto;
}

.pc-counsle .footer_str_count {
  flex: 0 0 13%;
  margin: 0;
  text-align: center;
  border-right: 1px solid #eeeeee;
  padding: 20px 0;
  font-weight: bolder;
}

.pc-counsle .foo_sonbox {
  flex: 0 0 84%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pc-counsle ul {
  flex: 0 0 60%
}

.pc-counsle ul input[type=text],
.pc-counsle ul input[type=tel],
.pc-counsle ul .f_b select {
  border: 1px solid #eeeeee;
  padding: 10px;
}

.pc-counsle .f_a label,
.pc-counsle .f_b label {
  display: none;
}

.pc-counsle .f_a {
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 10px;
  float: left;
  width: 66%;
}

.pc-counsle .f_b {
  float: left;
  width: 34%;
  padding-top: 0;
}

.pc-counsle ul .f_b select {
  font-size: 14px;
  color: #aaa;
  width: 100%;
  height: auto;
}

.pc-counsle .f_c {
  clear: both;
}

.pc-counsle ul .is1 {
  width: 100%;
  font-size: 14px;
}

.pc-counsle ul .is3 {
  width: 32.8%
}

.pc-counsle ul .f_a1 {
  text-align: left;
  color: #000000;
  clear: both;
}

.pc-counsle .f_bu {
  flex: 0 0 39%
}

.pc-counsle .f_bus {
  float: left;
  width: 47%;
  margin-left: 10px;
}

.pc-counsle .f_bus {
  height: auto;
  padding: 30px 0;
  border-radius: 10px;
}

.pc-counsle .bg-deepblue {
  background-color: #3D61D1;
}

/* 진행상황 */
.progress ul li.basic_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.progress ul li.basic_li>span:nth-of-type(1) {
  flex: 0 0 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.progress ul li.basic_li>span:nth-of-type(2) {
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-weight: 600;
  flex: 0 0 20%;
}

.state_rec {
  background: #ec971f;
}

.state_ing {
  background: #5cb85c;
}

.state_end {
  background: #666;
}

.state_stop {
  background: #ec2f32;
}

.state_cancel {
  background: #9195ec;
}

/* 섹션4 */
.wrapper ul.cooperation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin: 20px 0;
}

.wrapper ul.cooperation li img {
  width: 70%;
}



/* index.html 푸터 */
footer {}

.footer_head {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.footer_head_box {
  display: flex;
  justify-content: space-between;
  padding: 1.1rem 0;
  margin: auto;
}

.footer_head_box ul {
  display: flex;
  justify-content: space-between;
}

.footer_head_box ul li {
  font-size: 0.9rem;
  padding: 0 1rem;
  border-right: 1px solid #ddd;
}

.footer_head_box ul li:last-child {
  border: none;
}

.footer_head div {
  display: flex;
}

.footer_head .text {
  padding-right: 7px;
  font-size: 0.9rem;
}

.footer_head .box {
  width: 200px;
  height: 20px;
  overflow: hidden;
}

.footer_head .currencybox {
  width: 900px;
  height: 60px;
  overflow: hidden;
  margin-top: -39px;
  margin-left: 30px;
  animation: currency 15s infinite linear;
  animation-delay: 2s;
}

@keyframes currency {
  0% {}

  100% {
    margin-left: -850px;
  }
}

.footer_bottom {
  min-height: 250px;
  background: #f3f3f3;
}

.footer_bottom_box {
  margin: auto;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  padding-top: 3rem;
  line-height: 1.45;
}

.footer_bottom_box span {
  padding-right: 2rem;
  font-size: 0.85rem;
}

.footer_bottom_box em {
  display: block;
  height: 1px;
}

.footer_bottom_box span:first-child {
  font-weight: 600;
}

.footer_bottom_box .mobile {
  display: none
}





/* 모바일버전 미디어쿼리 */
@media (max-width: 768px) {

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    height: 65px;
    width: 100%;
  }

  /* index.html 헤더 */
  header .head_bar {
    display: grid;
    height: 90px;
    grid-template-columns: 80px 1fr;
    line-height: 30px;
  }

  header .head_bar img {
    width: 250px;
    margin-left: -80px;
    margin-top: -45px;
  }

  .mobile_trigger {
    display: block;
  }

  .item_menu {
    display: none;
  }

  .wrapper {
    width: 100%;
  }

  .right_coun {
    bottom: 20px;
  }


  /* index.html gnb */
  .gnb {
    display: none;
  }


  /* index.html 메인 */
  .main_text {
    max-width: 600px;
    height: 257px;
    top: 300px;
    left: 50%;
    padding: 1rem;
  }

  .main_text h2 {
    width: 12ch;
  }


  /* index.html 섹션1 */
  ul.sec01_list {
    grid-template-columns: 1fr;
  }

  li.sec01_list li {
    padding: 8px;
  }

  .sec01_list li:nth-child(1),
  .sec01_list li:nth-child(2) {
    display: none;
  }

  li.sec01_list_icon {
    font-size: 0.6rem;
  }

  li.sec01_list_icon img {
    max-width: 90%;
  }

  /* index.html 섹션2 */
  section#section-02 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    margin: 3rem auto;
  }

  #section-02 div {
    margin: 1.5rem auto;
  }

  /* index.html 섹션3 */
  section#section-03 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .review {
    margin-bottom: 20px;
  }

  .sec03_2 img {
    width: 100%;
    display: block;
  }



  /* index.html 섹션4 */
  .sec04_box {
    grid-template-columns: 70px 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .progress ul li.basic_li>span:nth-of-type(1){
    flex: 0 0 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .progress ul li.basic_li>span:nth-of-type(2){
    flex: 0 0 30%;
  }

  /* index.html 빠른상담 */
  .right_coun {
    height: 70px;
    right: 20px;
  }

  .right_coun .coun {
    display: none;
  }

  
  .pc-counsle #footer_counsel_form,
  .pc-counsle .foo_sonbox{
    flex-direction: column;
  }

  .pc-counsle .footer_str_count{
    border-right: 0;
  }

  .pc-counsle ul .is3{
    width: 32.4%;
  }
  .pc-counsle .f_c,
  .pc-counsle ul .f_a1{
    margin-bottom: 10px;
  }

  .pc-counsle .f_bus:first-child{
    margin-left: 0;
  }

  .pc-counsle .f_bus{
    width: 48%;
    padding: 20px 0;
  }

  


  /* index.html 푸터 */
  .footer_head_box ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin: auto;
  }

  .footer_head_box ul li,
  .footer_head_box ul li:last-child {
    border: 1px solid #ddd;
    text-align: center;
    line-height: 20px;
    margin: 5px 5px;
    padding: 6px;
  }

  .footer_head_box ul li:hover {
    background: #f5f5f5;
  }

  .footer_head_box div {
    display: none;
  }

  .footer_bottom img {
    width: 180px;
    padding-bottom: 10px;
  }

  .footer_bottom_box {
    grid-template-columns: 1fr;
    padding: 2rem;
    line-height: 1.45;
    text-align: center;
  }

  .footer_bottom_box span {
    padding-right: 0rem;
    text-align: left;
    display: block;
  }

  .footer_bottom_box .pc {
    display: none;
  }

  .footer_bottom_box .mobile {
    display: block;
  }

  .footer_bottom_box .hide {
    display: none;
  }

  .footer_bottom_box em {
    display: block;
  }

  .footer_bottom_box strong {
    display: block;
    text-align: center;
    margin: auto;
    font-weight: bold;
    padding-top: 10px;
    cursor: pointer;
    margin-bottom: 1rem;
  }








}