@import url(/css/default.css);
@import url(/css/common.css);
@import url(/css/mobile.css);
@import url(/css/sub.css);


.inner01{
  width: 100%;
  margin: 0 auto;
}
.inner02{
  width: 1400px;
  margin: 0 auto;
}
#header{
  position: fixed;
  position: absolute;
  width: 100%;
  height: 88px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0s 0.2s;
  border-bottom: 1px solid transparent;
  background: #fff;
}
#header .header_bx{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 4%;
}
.header_bx:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: #fff;
  opacity: 0;
  transition: all .4s ease-in-out;
  z-index: -1;
}

.header_bx #logo{}
#logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_bx .nav_area{
  height: 100%;
}
#nav{
  width: 1000px;
  height: 100%;
  display: flex;
  align-items: center;
}
#nav .gnb{
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #101828;

  flex: 1;
  margin-right: 40px
}
#nav .gnb > li{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
}
#nav .gnb > li > a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.125em;
}
#nav .gnb > li .depth_menu{
  position: absolute;
  top: calc(88px - 3px);
  width: 100%;
  padding: 18px 0; 
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}
#nav .gnb > li .depth_menu li{
  line-height: 1.6;
}
#nav .gnb> li .depth_menu li a{
  display: block;
  padding: 10px 0;
  font-size: 1.125em;
  transition: all .2s ease;
  letter-spacing: -1px;
}

/* 펼침메뉴 */
/* #header:hover .header_bx{
  border-bottom: 1px solid #E4E7EC;
}
#header:hover .header_bx:before {
  opacity: 1;
  height: 320px;
}
#header:hover #nav .gnb > li .depth_menu{
  visibility: visible;
  opacity: 1;
  border-right: 1px solid #E4E7EC;
  height: calc(320px - 88px + 3px);
  transition: all 1s;
}
#header:hover #nav .gnb > li:first-child .depth_menu {
  border-left: 1px solid #E4E7EC;
} */

#nav .gnb > li:hover > a{
  font-weight: 700;
}
#nav .gnb > li:hover .depth_menu:after{
  width: 100%;
  opacity: 1;
}
#nav .gnb> li .depth_menu li:hover a{
  color:#FB6C3A
}

#mob_nav,
#mob_nav_btn{
  display: none;
}
/* mobile 메뉴 */

.main_visual{
  position: relative;
  padding: 0;
  overflow: hidden;
  background-image: url(/images/visual.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 20px center;
  padding-top: 87px;
}
.main_visual article{}
.main_visual:hover .main_visual_bg { transform: scale(1.05); }
.main_visual .main_visual_txt{
  padding: 120px 0;
  color: #fff;
}
.main_visual .main_visual_txt .bar.aos-animate{
  opacity: 0.4;
  margin-bottom: 12px;
}
.main_visual .main_visual_txt strong{
  font-weight: normal;
  display: block;
  font-size: 3.25em;
  margin-bottom: 20px;
  line-height: 1.3;
}
.main_visual .main_visual_txt p.aos-animate{
  opacity: 0.6;
  font-size: 1.25em;
  margin-bottom: 40px;
  line-height: 1.6;
}

.main_inquiry{
  /* padding: 40px; */
  padding-top: 28px;
}
.main_inquiry article{
  text-align: center;
}
.main_inquiry dl.ui_box{
  display: inline-flex;
  align-items: center;
  gap: 40px;
  padding: 20px 40px;

  width: 940px;
}
.main_inquiry .dl_box dl dt{
  width: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #475467;
  font-size: 1.125em;
}
.main_inquiry .dl_box dl dd{
  font-weight: 800;
  font-size: 2em;
  color: #14142B;
}

#main_container{}
#main_container > article{
  padding-top: 80px;
  padding-bottom: 80px;
}
#main_container .main_title{
  color: #101828;
  text-align: center;
  margin-bottom: 60px;
}
#main_container .main_title strong{
  display: block;
  color: #FB6C3A;
  font-size: 1.25em;
  margin-bottom: 20px;
}
#main_container .main_title h2{
  color: #101828;
  font-size: 3em;
  line-height: 1.4;
  margin-bottom: 32px;
}
#main_container .main_title p{
  color: #667085;
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 60px;
}

.main_cont .bsn_list{}
.main_cont .bsn_list > li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #667085;
  line-height: 1.5;
  padding: 60px 0;
}
.main_cont .bsn_list > li:nth-child(2n) {
  background: #f4f5f8;
}
.main_cont .bsn_list > li:nth-child(2n) > div.inner02{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bsn_list .txt_box{
  width: 624px;
  width: 700px;
}
.bsn_list .txt_box h3{
  color: #fb6c3a;
  font-size: 1.125em;
  margin-bottom: 16px;
}
.bsn_list .txt_box strong{
  display: block;
  color: #101828;
  font-size: 2.25em;
  line-height: 1.4;
  margin-bottom: 16px;
  letter-spacing: -1px;
}
.bsn_list .txt_box p{
  line-height: 1.6;
}
.bsn_list .img_box{
  border-radius: 8px;
  height: 360px;
}
.main_cont .num_list{}
.main_cont .num_list > li{
  overflow: hidden;
  padding: 52px 80px;
  border-radius: 8px;
  background: #F4F5F8;
  padding-left: calc(80px + 64px + 60px);
  margin-bottom: 32px;
}
.main_cont .num_list.type01 > li:before {
  width: 64px;
  height: 64px;
  line-height: 64px;
  color: #fb6c3a;
  background: #fff;
  font-size: 1.5em;
  top: calc(50% - 32px);
  left: 80px;
  box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.05);
}
.main_cont .num_list strong{
  color: #101828;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
}
.main_cont .num_list p{
  color: #475467;
  line-height: 1.6;
  margin-top: 12px;
}
.main_content{
  background: #F9FAFB;
  background: #F4F5F8;
}

.review_list{
  display: flex;
}
.review_list li{
  overflow: hidden;
  padding: 52px;
  border-radius: 8px;
  background: #fff;
  margin: 0 20px;
}
.review_list li img{
  margin-bottom: 16px;
}
.review_list li strong{
  display: block;
  color: #101828;
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 24px;
}
.review_list li p{
  color: #475467;
  line-height: 1.6;
  margin-bottom: 24px;
}
.review_list li .user{
  display: flex;
}
.review_list li .user .avatar{
  margin-right: 24px;
}
.review_list li .user .user_info{}
.review_list li .user .user_info p{
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 4px;
}
.review_list li .user .user_info em{
  font-style: normal;
  color: #838B9C;
}

.main_card_list{
  display: flex;
  justify-content: space-between;
}
.main_card_list > li{
  background: #F9FAFB;
  border-radius: 8px;
  padding: 52px;
  width: calc((100% - 80px) / 3);
  text-align: center;
}
.main_card_list li .img_box{
  display: inline-block;
  width: 80px;
  margin-bottom: 24px;
}
.main_card_list li strong{
  display: block;
  color: #101828;
  font-size: 1.5em;
  margin-bottom: 16px;
}
.main_card_list li p{
  color: #475467;
  line-height: 1.5;
}

.inquiry_box{
  background-color: #FB6C3A;
  background-image: url(/images/main_btm_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.inquiry_box .inner02{
  display: flex;
  justify-content: space-between;
}
.inquiry_box p{
  font-size: 2.5em;
  font-weight: 700;
}
.inquiry_box .btn_box .btn{
  font-weight: 500;
}
.inquiry_box .btn_box .btn:hover{
  opacity: .8;
}
.inquiry_box .btn_box .btn:first-child{
  background: #fff;
  color: #FB6C3A;
}
.inquiry_box .btn_box .btn:last-child{
  background: #FB6C3A;
  color: #fff;
  border-color: #fff;
}


#footer{
  padding: 60px 0;
  background: #F2F4F7;
  background: #E4E7EC;
  color: #838B9C;
}
#footer .ft_top{
}
.ft_top .ft_logo{
  display: block;
  margin-bottom: 20px;
}
.ft_top address{
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.ft_top address p{
  font-weight: 500;
  color: #838B9C;
  margin-right: 20px;
}
.ft_top address dl{
  display: flex;
  font-weight: 300;
  margin-right: 20px;
  margin-bottom: 12px;
}
.ft_top address dl dt{
  padding-right: 8px;
  font-weight: 500;
}
.ft_top address dl dd{
  padding-right: 4px;
}
.ft_top address .ft_info{
  display: flex;
}
.ft_top address .ft_info p{
  margin-right: 12px;
}
.ft_top .btn{
  border-color: #fff;
  padding: 4px 60px;
}
#footer .ft_btm{
  border-top: 1px solid #CCD0D9;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.ft_btm em{
  font-style: normal;
  display: block;
  font-size: 0.9em;
}
.ft_btm .ft_nav{
  color: #667085;
}
.ft_btm .ft_nav li {
  padding: 0 16px;
}


.main_visual.sub01 {
  background-image: url(/images/sub01_visual.png);
  background-position: top center;
}
.main_visual.sub01 .main_visual_txt {
  color: #475467;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 160px;
}
.main_visual.sub01 .main_visual_txt strong {
  font-weight: 700;
  color: #101828;
}
.sub01 .bsn_list .txt_box {
  padding-left: 60px;
}
.sub01 .bsn_list .txt_box .tag {
  margin-bottom: 16px;
}
.sub01 .bsn_list .txt_box strong {
  font-size: 2em;
}
.sub01 .bsn_list .txt_box p {
  font-size: 1.125em;
  color:#475467;
  margin-bottom: 24px;
  line-height: 1.6;
}
.sub01 .main_cont .bsn_list > li:nth-child(2n) {
  background: #fff;
}
.sub01 .ui_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 60px;
  background: #FFF5ED;
}
.sub01 .ui_box strong{
  font-size: 1.25em;
  color: #FB6C3A;
}
.sub01 .main_card_list {
  flex-wrap: wrap;
}
.sub01 .main_card_list > li {
  padding: 40px;
  text-align: left;
  margin-bottom: 32px;
}
.sub01 .main_card_list li .img_box {
  width: 60px;
  margin-bottom: 40px;
}
.sub01 .bu_list > li{
  margin: 4px 0;
  color: #475467;
}
.sub01 .bu_list > li:before {
  background: #475467;
}

.sub_title{
  margin-bottom: 60px;
}
.sub_title h3{
  font-size: 2em;
  color: #101828;
  margin-bottom: 20px;
}
.sub_title h3 strong{
  font-size: 1.25em;
}
.sub_title p{
  font-size: 1.125em;
  color: #667085;
  line-height: 1.5;
}
.sub_title span{
  display: block;
  font-family: 'Montserrat';
  font-size: 1.25em;
  font-weight: 700;
  color: #FB6C3A;
  margin-bottom: 20px;
}
.sub_title.type01{
  text-align: center;
}
.sub_title.type01 h3{
  font-size: 2.5em;
  line-height: 1.4;
}


/* sub layout */
#sub_visual{
  background: #F6F5F8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 87px;
}
#sub_visual > article{
  text-align: center;
  padding: 60px 0;
}
#sub_visual h2{
  color: #101828;
  font-size: 3em;
  margin-bottom: 24px;
}
#sub_visual p{
  font-size: 1.125em;
  color: #475467;
  line-height: 1.6;
}


#snb{
  border-bottom: 1px solid #e4e7ec;
}
#snb .sub_menu{}
#snb .sub_menu ul{
  display: flex;
  height: 80px;
  background: #fff;
  font-size: 1.25em;
  font-weight: 500;
  justify-content: center;
}
#snb .sub_menu ul li{
  width: 20%;
  height: 100%;
}
#snb .sub_menu ul li a{
  display: block;
  position: relative;
  height: 100%;
}
#snb .sub_menu ul li a{
  position: relative;
  display: block;
  color: #838B9C;
  transition: all .4s;
}
#snb .sub_menu ul li a span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#snb .sub_menu ul li.on{
  width: 20%;
}
#snb .sub_menu ul li.on a{
  border-bottom: 4px solid #FB6C3A;
  color: #FB6C3A;
  font-weight: bold;
}

#sub_container{}
#sub_container > article{
  padding: 80px 0;
}
#sub_container .sub_content{
  background: #F2F4F7;
}


.tab_wrapper{}
.tab_wrapper .tab_menu{
  display: flex;
  gap: 24px;
  margin-bottom: 28px;
}
.tab_menu > li{
  border: 1px solid #e4e7ec;
  color: #838B9C;
  font-weight: 500;
  border-radius: 50px;
  padding: 12px 28px;
  cursor: pointer;
}
.tab_menu > li.on_tab {
  background:#344054;
  border-color: #344054;
	color: #fff;
}
.tab_content > div {
  display: none;
}
.tab_content > div.on_tab {
  display: block;
}

@media (max-width: 1400px) {
  .inner01,
  .inner02{
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  } 
  #nav {
    width: 800px;
  }
}
@media (max-width: 1024px) {
  html, body{
    font-size: 15px;
  }
}

/* 모바일메뉴 */
@media (max-width: 850px) {
  #header .header_bx {
    justify-content: space-between;
    padding: 0 4%;
  }
  .header_bx #logo {
    position: relative;
    height: 36px;
    left: 0;
  }

  #header {
    position: fixed;
    height: 60px;
    border: 0;
  }
  #header:hover{
    border: 0;
  }
  #header:hover .header_bx:before {
    opacity: 0;
    display: none;
  }
  #header:hover #nav .gnb > li .depth_menu{
    display: none;
    opacity: 0;
  }
  #nav .gnb > li:hover > a{
    font-weight: 700;
  }
  #nav .gnb > li:hover .depth_menu:after{
    width: 100%;
    opacity: 1;
  }
  #nav .gnb> li .depth_menu li:hover a{
    font-weight: 500;
  }
  .header_bx .nav_area {
    height: auto;
  } 
  #nav{
    display: none
  }
  #header .header_left {
    padding: 20px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mob_nav_btn{
    display: block;
  }
  #mob_nav_btn img{
    width: 32px;
  }
  .header_right {
    height: auto;
  }
  #mob_nav{
    font-size: 16px;
    display: block;
    z-index: 10;
    position: fixed;
    top: -100%;
    padding: 20px 4%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    transition: all .4s ease-out;
  }
  #mob_nav.active{
    display: block;
    top: 59px;
    top: 0;
    padding-top: 60px;
    transition: all .4s ease-out;
  }
  #mob_nav .btn{
    height: 48px;
    width: 100%;
    font-weight: 500;
  }
  #mob_nav_btn.active{
    display: block;
    background: url(/images/close.svg) no-repeat;
    width: 32px;
    height: 32px;
    background-size: 24px;
    background-position: center;
    z-index: 99;
    position: relative;
  }
  #mob_nav_btn.active img{
    display: none;
  }

  #mob_nav #mob_gnb{
    background: #fff;
    text-align: center;
    margin-bottom: 12px;
  }
  #mob_nav #mob_gnb li{}
  #mob_nav #mob_gnb > li > a{
    font-size: 16px;
    font-family: 'Pretendard-Medium';
    padding: 20px;
    display: block;

    background: url(/images/menu_add.svg) right 20px center;
    background-repeat: no-repeat;
  }
  #mob_nav #mob_gnb > li.active > a{
    color: #FB6C3A;
    font-weight: bold;
    background-image: url(/images/menu_minus.svg);
  }
  #mob_nav #mob_gnb li .depth_menu{
    margin: 0px 20px;
    color: #667085;
    font-weight: 500;
    background: #F9F7FF;
    border-radius: 8px;
    padding: 16px 0;
    color: #344054;
    text-align: center;

    display: none;
  }
  #mob_nav #mob_gnb li .depth_menu li{}
  #mob_nav #mob_gnb li .depth_menu > li{
    position: relative;
    text-align: center;
  }
  #mob_nav #mob_gnb li .depth_menu li a{
    padding: 10px 20px;
    display: block;
  }


}











