@charset "UTF-8";
:root{
  --k_color01: #0052a4;
}

#header{
  --k_color01: #0052a4;
  border-bottom: 1px solid #d6d6d6;
}
.hd_inner{
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1790px;
}
/* 헤더 */
#header .hd_inner{
  display: flex;

}
#header .hd_top{
  padding: 15px 0 0px;
}
#header .hd_top .hd_inner{
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}
#header .line_item_wrap{
  display: flex;
  font-size: 15px;
  border-left: 1px solid #6d6d6d;
}
#header .line_item_wrap > li{
  position: relative;
}
#header .line_item{
  width: 100px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #6d6d6d;
  border-right: 1px solid #6d6d6d;
  border-top: 1px solid #6d6d6d;
  transition: 0.3s;
}
#header .line_item.lang{
  border-right: none;
}
#header .line_item.fiti{
  width: 146px;
  border-color: #35a4d2;
  background-color: #35a4d2;
  color: #fff;
}
#header .line_item:hover,
#header .line_item.on,
#header .lang_item:hover{
  background: #0052a4;
  border-color: #0052a4;
  color: #fff;
}
#header .line_item[aria-expanded]::after{
  content: '';
  display: block;
  width: 7px;
  aspect-ratio: 7 / 4;
  background: url(../img/common/ico_select01.png) no-repeat center;
  background-size: cover;
  margin-left: 7px;
}
#header .line_item[aria-expanded]:hover::after,
#header .line_item.on[aria-expanded]::after{
  background: url(../img/common/ico_select01_on.png) no-repeat center;
}
#header .lang_list{
  position: absolute;
  width: 100px;
  bottom: 0;
  transform: translateY(100%);
  left: -1px;
  display: none;
  background-color: #fff;
  z-index: 4;
}
#header .on + .lang_list{
  display: block;
}
#header .lang_item{
  width: 101px;
  aspect-ratio: 100 / 35;
  border-bottom: 1px solid #6d6d6d;
  border-left: 1px solid #6d6d6d;
  border-right: 1px solid #6d6d6d;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#header .hd_bot .hd_inner{
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
  padding-bottom: 25px;
}
#header .logo{
  width: 261px;
}
#header .logo > a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .util_list{
  display: flex;
  gap: 28px;
  align-items: center;
}
#header .util_list > li{
  width: 26px;
  aspect-ratio: 1 / 1;
}
#header .util_list :is(.srh_btn, .ham_btn){
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
#header .util_list .srh_btn{
  font-size: 26px;
  transition: 0.3s;
}
.total_sch_wrap{
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  top: calc(100% + 1px);
  left: 0;
  z-index: 111;
  padding: 60px;
  border-bottom: 2px solid var(--k_color01);
}
.total_sch_wrap .sch_inner{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.total_sch_wrap .sch_input{
  display: flex;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  color: #000;
}
.total_sch_wrap .sch_input .sch_btn{
  width: 70px;
  height: 65px;
  flex-shrink: 0;
  background: var(--k_color01);
  border: 1px solid var(--k_color01);
  border-left: none;
  font-size: 30px;
  color: #fff;
  transition: 0.3s;
  padding-bottom: 2px;
}
.total_sch_wrap .sch_input .sch_btn:hover{
  background: #fff;
  color: var(--k_color01);
}
.total_sch_wrap .sch_input input{
  border: 1px solid var(--k_color01);
  height: 65px;
  width: 100%;
  font-size: 20px;
  padding: 0 20px;
}
.total_sch_wrap .sch_inner .total_close{
  flex-shrink: 0;
  width: 70px;
  height: 65px;
  border: 1px solid #ddd;
  font-size: 35px;
  transition: 0.3s;
  padding-bottom: 1px;
}
.total_sch_wrap .sch_inner .total_close:hover{
  background: #ddd;
}
#header .util_list .ham_btn{
  position: relative;
}
#header .util_list .ham_btn .line{
  right:0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
  border-radius: 1px;
}
#header .util_list .ham_btn:hover .line{
  background-color: var(--k_color01);
}
#header .util_list .srh_btn:hover{
  color: var(--k_color01);
}
#header .util_list .ham_btn .line:nth-of-type(1){
  position: absolute;
  top: 2px;
}
#header .util_list .ham_btn .line:nth-of-type(2){
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: auto;
}
#header .util_list .ham_btn .line:nth-of-type(3){
  position: absolute;
  bottom: 2px;
}
#header .util_list .ham_btn:not(.active):hover .line:nth-of-type(2){
  width: 60%;
}
#header .util_list .ham_btn.active .line:nth-of-type(1){
  transform: rotate(45deg);
  top: 12px;
  width: 120%;
  right: -1px;
}
#header .util_list .ham_btn.active .line:nth-of-type(2){
  transform: scale(0);
}
#header .util_list .ham_btn.active .line:nth-of-type(3){
  transform: rotate(-45deg);
  bottom: 12px;
  width: 120%;
  right: -1px;
}
nav{
  flex: 1;
  min-width: 0;
  height: 100%;
}
.nav_list{
  display: flex;
  justify-content: space-around;
  height: 100%;
}
.nav_list > li{
  position: relative;
}
.nav_list .depth01.online{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.nav_list .depth01.online::after{
  content: '온라인고객센터';
  background-color: #0052a4;
  color: #fff;
  line-height: 24px;
  border-radius: 12px;
  font-size: 13px;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 6px;
}
.nav_list .depth01{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: flex;
  text-align: center;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  position: relative;
  transition: 0.3s;
  line-height: 32px;
}
.nav_list .depth01::before{
  position: absolute;
  content: '';
  display: block;
  width: 0px;
  height: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  bottom: -32px;
  transition: 0.3s;
  border-radius: 50%;
  z-index: 111;
}
.nav_list .depth01.on{
  color: var(--k_color01);
}
.nav_list .depth01.on::before{
  width: 12px;
  background-color: var(--k_color01);
}
#header .hd_bot{
  position: relative;
  padding-top: 25px;
}
.depth02_area{
  display: none;
  position: absolute;
  min-width: 220px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 57px;
  z-index: 4;
}
.depth02_area .depth02_inner{
  background: #fff;
  border: 1px solid #c4c4c4;
  border-top: 1px solid var(--k_color01);
}
.nav_list .depth02{
  font-size: 18px;
  padding: 15px 25px;
  position: relative;
  display: block;
  transition: 0.3s;
  font-weight: 500;
}
/* .nav_list .grid_item:first-of-type .depth02{
  padding-top: 20px;
}
.nav_list .grid_item:last-of-type .depth02{
  padding-bottom: 20px;
} */
.nav_list .depth02:hover{
  color: var(--k_color01);
}
.nav_list .depth02.on{
  color: var(--k_color01);
}
.nav_list .depth02.has_depth::after{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/ico_hasDepth.png) no-repeat;
}
/* .nav_list .grid_item:first-of-type .depth02.has_depth::after{
  top: calc(50% + 5px);
} */
.nav_list .depth02.has_depth.on::after{
  background-image: url(../img/common/ico_hasDepth_on.png);
}
.depth03_area{
  background-color: #f9f9f9;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 25px;
  display: none;
}
/* .nav_list .grid_item:not(:last-of-type) .depth03_area{
  margin-top: 10px;
  margin-bottom: 10px;
} */
.depth02_area .grid_item:last-of-type .depth03_area{
  border-bottom: none;
}
.depth03_area > li + li{
  margin-top: 10px;
}
.depth03_area > li:hover{
  color: var(--k_color01);
}
.nav_list .depth03{
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  font-size: 16px;
  position: relative;
  padding-left: 11px;
}
.nav_list .depth03::before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #5b5b5b;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.nav_list .depth03:hover:before{
  background: var(--k_color01);
}
.data_name{
  color: #0052a4;
  font-weight: 700;
}
@media screen and (max-width:1300px){
  #header .logo{
    width:210px;
  }
  .nav_list{
    justify-content: space-between;
  }
  .nav_list .depth01{
    font-size: 20px;
  }
}
@media screen and (max-width:1024px) {
  nav,
  .hd_top{
    display: none;
  }
  #header .hd_bot .hd_inner {
    padding: 17px 0;
    align-items: center;
  }
  #header .util_list {
    gap: 18px;
  }
  #header .logo{
    width: 130px;
  }
  .total_sch_wrap{
    padding: 40px 20px;
  }
  .total_sch_wrap .sch_input input {
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
  }
  .total_sch_wrap .sch_input .sch_btn {
    width: 50px;
    height: 50px;
    font-size: 23px;
  }
  .total_sch_wrap .sch_inner .total_close{
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}
/* 사이트맵 */
.all_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100vh;
}
#header .util_list .ham_btn.active + .all_menu{
  display: block;
}
.all_menu .deemed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:90;
}
.all_menu .allmenu_inner {
  position: absolute;
  z-index: 111;
  max-width: 1360px;
  width: calc(100% - 40px);
  height: calc(100dvh - 120px);
  background: #fff;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  padding: 35px;
  border: 1px solid #b6b6b6;
  animation: allmenu 0.5s alternate forwards;
}
@keyframes allmenu {
  0%{
    top: 60%;
  }
  100%{
    top: 50%;
  }
}
#header .all_menu .hd_top{
  display: none;
}
.all_menu .tit_wrap{
  margin-bottom: 40px;
}
.all_menu .tit_wrap p{
  font-size: 36px;
  font-weight: 500;
}
.all_depth_wrap{
  border: 1px solid #d6d6d6;
  border-top: 2px solid #000;
}
.all_depth_wrap > ul > li{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 25px 30px 40px;
  min-height: 95px;
}
.all_depth_wrap > ul > li + li{
  border-top: 1px solid #d6d6d6;
}
.all_depth_wrap .depth1 span{
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-right: 17px;
  transition: 0.3s;
}
.all_depth_wrap .depth2_wrap .depth2{
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-left: 7px;
  border-bottom: 2px solid #c2c2c2;
  position: relative;
  transition: 0.3s;
}
.all_depth_wrap .depth2_wrap .depth2 .svg-inline--fa{
  display: none;
}
.all_depth_wrap .depth3_wrap{
  margin-top: 15px;
}
.all_depth_wrap .depth3_wrap > li + li{
  margin-top: 10px;
}
.all_depth_wrap .depth3_wrap > li > a{
  font-size: 16px;
  font-weight: 500;
  color: #626262;
  position: relative;
  padding-left: 10px;
  display: inline-block;
  word-break: break-word;
}
.all_depth_wrap .depth3_wrap > li > a::before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #626262;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.all_depth_wrap .depth1 span::after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--k_color01);
  border-radius: 50%;
  top: 18px;
  right: 0;
  transform: scale(0) translateX(-20px);
  transition: 0.3s;
}
.all_depth_wrap .depth3_wrap > li > a:hover{
  color: var(--k_color01);
}
.all_depth_wrap .depth3_wrap > li > a:hover:before{
  background: var(--k_color01);
}

.depth04_area{
  display: none;
}
.all_depth_wrap .depth2_wrap .depth2.on + .depth03_area{
  height: auto !important;
}

@media screen and (hover:hover) and (min-width: 1025px){
  .all_depth_wrap .depth2_wrap{
    max-width: calc(100% - 260px);
    flex: 1;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    align-items: baseline;
    gap: 25px 50px;
  }
  .all_depth_wrap .depth2_wrap .depth2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--k_color01);
    transition: 0.3s;
  }
  .all_menu .allmenu_inner .m_close{
    width: 116px;
    height: 45px;
    border: 1px solid #b6b6b6;
    position: absolute;
    top: 35px;
    right: 35px;
    background: url(../img/common/ico_m_close.png) no-repeat center center;
    transition: 0.3s;
  }
  .all_menu .allmenu_inner .m_close:hover{
    border-color: var(--k_color01);
    background-color: var(--k_color01);
    background-image: url(../img/common/ico_m_close_hv.png);
  }
  .all_depth_wrap > ul > li:hover .depth1 span::after{
    transform: scale(1) translateX(0px);
  }
  .all_depth_wrap > ul > li:hover .depth1{
    color: var(--k_color01);
  }
  .all_depth_wrap .depth2_wrap > li:hover .depth2{
    color: var(--k_color01);
  }
  .all_menu .hd_top{
    display: none;
  }
  .all_depth_wrap .depth2_wrap > li:hover .depth2::after{
    width: 100%;
  }
}

@media (max-width:1400px){
  .all_depth_wrap .depth2_wrap{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  header{
    position: static;
  }
  header.fix{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 1111;
  }
  #header nav{
    display: none;
  }
  #header .hd_top{
    display: none;
  }
  #header .all_menu .login_text_box{
    font-weight: 700;
  }
  #header .all_menu .line_item_wrap {
    font-size: 14px;
  }
  #header .all_menu .hd_top{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    padding: 0;
    border-bottom: 1px solid #d6d6d6;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 78px;
    z-index: 1;
  }
  #header .all_menu .hd_top .hd_inner{
    width: calc(100% - 40px);
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 0;
  }
  #header .all_menu .line_item {
    width: 80px;
    aspect-ratio: 80 / 35;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
  }
  #header  .all_menu .lang_list{
    width: 80px;
  }
  #header .all_menu .lang_item{
    width: 81px;
  }
  .all_menu .allmenu_inner .m_close{
    display: none;
  }
  .all_menu {
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
  }
  .all_menu .deemed{
    display: none;
  }
  .all_menu .allmenu_inner{
    position: static;
    transform: translate(0);
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    background: #f6f6f6;
  }
  .all_menu .tit_wrap{
    display: none;
  }
  .all_depth_wrap {
    position: absolute;
    width: 100%;
    height: calc(100vh - 148px);
    overflow: auto;
    border: none;
    border-top: none;
    background: #f6f6f6;
    top: 78px;
    z-index: 0;
  }
  .all_depth_wrap > ul > li{
    display: block;
    min-height: auto;
    padding: 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .all_depth_wrap > ul > li + li{
    border-top: none;
  }
  .all_depth_wrap .depth1{
    display: flex;
    align-items: center;
    min-width: 100%;
    min-height: 50px;
    padding: 10px 20px;
    position: relative;
  }
  .all_depth_wrap .depth1.has_depth::after{
    content: '+';
    display: block;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    right: 20px;
    top: calc(50% - 2px);
    transform: translateY(-50%);
  }
  .all_depth_wrap .depth1.has_depth.on::after{
    content: '-';
    font-size: 40px;
    color: var(--k_color01);
  }
  .all_depth_wrap .depth1 span{
    font-size: 18px;
  }
  .all_depth_wrap > ul > li .depth1.on span{
    color: var(--k_color01);
  }
  .all_depth_wrap .depth1 span::after{
    display: none;
  }
  .all_depth_wrap > ul > li .depth1.on span::after{
    transform: scale(1) translateX(0px);
  }
  .all_depth_wrap .depth2_wrap{
    display: none;
    max-width: 100%;
    background: #fff;
    padding: 13px 20px;
    border-top: 1px solid #dcdcdc;
  }
  .all_depth_wrap .depth2_wrap > li + li{
    margin-top: 10px;
  }
  .all_depth_wrap .depth2_wrap .depth2{
    border-bottom: none;
    font-size: 16px;
    padding: 0px 25px 0 12px;
    word-break: break-word;
    position: relative;
    color: #626262;
  }
  .all_depth_wrap .depth2_wrap .depth2::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #626262;
    border-radius: 50%;
    left: 0;
    top: 8px;
  }
  .all_depth_wrap .depth2_wrap .depth2.on::before{
    background: var(--k_color01);
  }
  .all_depth_wrap .depth2_wrap .depth2.on{
    color: var(--k_color01);
  }
  .all_depth_wrap .depth2_wrap .depth2.has_depth::after{
    content: '+';
    display: block;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    right: 15px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
  }
  .all_depth_wrap .depth2_wrap .depth2.has_depth.on::after{
    content: '-';
    font-size: 40px;
  }
  .all_depth_wrap .depth3_wrap{
    display: none;
    margin-top: 0;
    padding: 7px 12px 0;
  }
  .all_depth_wrap .depth3_wrap li {
    padding: 0;
  }
  .all_depth_wrap .depth3_wrap > li > a {
    font-size: 14px;
    font-weight: 400;
  }
  .all_depth_wrap .depth3_wrap > li + li {
    margin-top: 5px;
  }
  .all_depth_wrap .depth3_wrap > li > a::before{
    width: 5px;
    height: 2px;
    top: 9px;
    border-radius: 0;
  }
}
.chat_bot_wrap{
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 85px;
  height: 123px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  font-weight: 300;
  box-shadow: -1px 4px 8px 3px rgba(0,0,0,0.05);
  -webkit-box-shadow: -1px 4px 8px 3px rgba(0,0,0,0.05);
  -moz-box-shadow: -1px 4px 8px 3px rgba(0,0,0,0.05);
  z-index: 1000;
  animation: chat 0.5s alternate forwards;
  opacity: 0;
  transform: scale(0);
}
@keyframes chat {
  0%{
    opacity: 0;
    transform: scale(0);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}
.chat_bot_wrap button{
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 15px;
}
.chat_bot_wrap img{
  margin: 0 auto 10px;
  display: block;
}
@media screen and (max-width:768px) {
  .chat_bot_wrap{
    right: 20px;
    bottom: 40px;
  }
}
/* 푸터 */
footer .ft_inner .ft_bottom{
  padding: 25px 0 70px;
  background: #383b40;
}
footer .ft_inner .ft_bottom > div{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1360px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
footer .ft_inner .ft_wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .site_link_wrap{
  flex: 1;
}
footer .site_link_wrap > ul{
  display: flex;
  gap: 5px 45px;
  flex-wrap: wrap;
}
footer .site_link_wrap > ul a{
  font-size: 16px;
  font-weight: 300;
  color: #cbcbcb;
}
footer .site_link_wrap > ul a:hover{
  color: #24b8c6;
}
footer .ft_ads_wrap{
  display: flex;
  align-items: baseline;
  gap: 40px;
  margin-top: 45px;
}
footer .ft_ads_wrap .ft_logo{
  flex-shrink: 0;
}
footer .ft_ads_wrap .address p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #cbcbcb;
  letter-spacing: -0.04em;
  word-spacing: 0.2em;
}
footer .ft_ads_wrap .address p + p{
  margin-top: 5px;
}
footer .ft_ads_wrap .address .copyright{
  font-weight: 400;
  color: #ededed;
  margin-top: 15px;
}
footer .sns_wrap > ul{
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
}
footer .sns_wrap > ul li.facebook{
  width: 12px;
  height: 24px;
}
footer .sns_wrap > ul li.youtube{
  width: 25px;
  height: 18px;
}
footer .sns_wrap > ul li.insta{
  width: 22px;
  height: 22px;
}
footer .sns_wrap > ul li a img.on{
  display: none;
}
footer .sns_wrap > ul li a:hover img.on{
  display: block;
}
footer .sns_wrap > ul li a:hover img.basic{
  display: none;
}
footer .site_list{
  position: relative;
}
footer .site_list > button{
  min-width: 190px;
  background: #2b2d2f url(../../src/img/common/ico_ft_select.png) no-repeat center right 15px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #c2c3c6;
  padding: 0 15px;
  text-align: left;
}
footer .site_list > button.on{
  background-image: url(../../src/img/common/ico_ft_select_on.png);
}
footer .site_list > ul{
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background: #2b2d2f;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 0;
}
footer .site_list > ul li a{
  display: block;
  padding: 5px 20px 7px;
  color: #c2c3c6;
}
footer .site_list > ul li a:hover{
  color: #fff;
}

@media screen and (max-width: 1024px){
  footer .ft_inner .ft_bottom {
    padding: 30px 0 60px;
  }
  footer .ft_inner .ft_bottom > div{
    flex-direction: column;
    gap: 20px;
  }
  footer .ft_inner .ft_bottom .ft_wrap{
    align-items: center;
    gap: 25px;
  }
  footer .sns_wrap > ul{
    justify-content: center;
  }
  footer .site_link_wrap > ul {
    gap: 5px 30px;
    justify-content: center;
  }
  footer .site_link_wrap > ul a {
    font-size: 13px;
  }
  .ft_logo img{
    max-width: 230px;
  }
  footer .site_list > button{
    font-size: 14px;
  }
  footer .site_list > ul li a {
    font-size: 14px;
    padding: 5px 15px 7px;
  }
  footer .ft_ads_wrap {
    gap: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }
  footer .ft_ads_wrap .address p {
    font-size: 14px;
    line-height: 22px;
  }
  footer .ft_ads_wrap .address p + p{
    margin-top: 0;
  }
  footer .ft_ads_wrap .address .copyright{
    margin-top: 10px;
  }
}

/* 메인 섹션01 */
.section01{
  background: url(../img/main/main_bg.jpg) no-repeat center center;
  padding: 120px 0 65px;
}
.main_slide_wrap .slick-slide{
  padding: 0 65px;
}
.main_slide_wrap .slick-slide li{
  display: flex;
}
.main_slide_wrap .main_box{
  background: #f2f8ff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 512px;
}
.main_slide_wrap .main_box::after{
  content: '';
  display: inline-block;
  width: 100%;
  aspect-ratio: 613 / 518;
  background: url(../img/main/slide_bg01.png) no-repeat right;
  background-size: cover;
}
.main_slide_wrap .main_box.type02::after{
  background-image: url(../img/main/slide_bg02.png)
}
.main_slide_wrap .main_box.type03::after{
  background-image: url(../img/main/slide_bg03.png)
}
.main_slide_wrap .main_box .wrap{
  flex-shrink: 0;
  padding: 80px 0px 95px 60px;
}
.main_slide_wrap .main_box .title{
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}
.main_slide_wrap .main_box .txt{
  font-size: 26px;
  line-height: 36px;
}
.main_slide_wrap .main_box .txt .blue{
  color: var(--k_color01);
  font-weight: 700;
}
.main_slide_wrap .main_box .btn_box{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main_slide_wrap .main_box .btn_box {
  margin-top: 75px;
}
.main_slide_wrap .main_box .btn_box .link{
  display: inline-block;
  max-width: 220px;
  line-height: 54px;
  background: var(--k_color01);
  border-radius: 28px;
  font-size: 20px;
  color: #fff;
  padding: 0 20px;
  transition: 0.3s;
}
.main_slide_wrap .main_box .btn_box :is(.type03,.type04){
  background: #be75cb;
}
.main_slide_wrap .main_box .btn_box :is(.type05,.type06){
  background: #a77cf1;
}
.main_slide_wrap .main_box .btn_box .link::before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 25px;
  background: url(../img/main/ico_main_type01.png) no-repeat;
  vertical-align: sub;
  margin-right: 10px;
  background-size: contain;
}
.main_slide_wrap .main_box .btn_box .link.type02::before{
  width: 28px;
  height: 24px;
  background-image: url(../img/main/ico_main_type02.png);
}
.main_slide_wrap .main_box .btn_box .link.type03::before{
  width: 29px;
  height: 27px;
  background-image: url(../img/main/ico_main_type03.png);
}
.main_slide_wrap .main_box .btn_box .link.type04::before{
  width: 26px;
  height: 25px;
  background-image: url(../img/main/ico_main_type04.png);
}
.main_slide_wrap .main_box .btn_box .link.type05::before{
  width: 28px;
  height: 28px;
  background-image: url(../img/main/ico_main_type05.png);
}
.main_slide_wrap .main_box .btn_box .link.type06::before{
  width: 26px;
  height: 26px;
  background-image: url(../img/main/ico_main_type06.png);
}
.main_slide_wrap .main_box .btn_box .link:hover{
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.4);
}
.main_slide_wrap .control_wrap {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 22px;
  margin-top: 35px;
}
.main_slide_wrap .control_wrap .slide_dot > ul{
  display: flex;
  gap: 22px;
}
.main_slide_wrap .control_wrap .slide_dot > ul button{
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
}
.main_slide_wrap .control_wrap .slide_dot > ul .slick-active button{
  background: #3dcbff;
  width: 38px;
  border-radius: 25px;
}
.main_slide_wrap .control_wrap > button{
  width: 11px;
  height: 15px;
  margin-bottom: 1px;
}
.main_slide_wrap .control_wrap .slick-pause{
  background: url(../img/main/ico_pause01.png) no-repeat;
}
.main_slide_wrap .control_wrap .slick-play{
  background: url(../img/main/ico_play01.png) no-repeat;
}

@media screen and (max-width: 1600px) {
  .main_slide_wrap .slick-slide{
    padding: 0 35px;
  }
}

@media screen and (max-width: 1250px) {
  .main_slide_wrap .main_box .title{
    font-size: 30px;
  }
  .main_slide_wrap .main_box .txt {
    font-size: 20px;
    line-height: 28px;
  }
  .main_slide_wrap .main_box{
    min-height: 478px;
  }
}

@media screen and (max-width: 1024px) {
  .section01{
    padding: 50px 0;
  }
  .main_slide_wrap .slick-slide{
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .main_slide_wrap .main_box{
    min-height: auto;
  }
  .main_slide_wrap .control_wrap{
    gap: 15px;
    margin-top: 15px;
    align-items: center;
  }
  .main_slide_wrap .control_wrap .slide_dot > ul{
    gap: 15px;
  }
  .main_slide_wrap .control_wrap .slide_dot > ul li{
    width: 10px;
    height: 10px;
  }
  .main_slide_wrap .control_wrap .slide_dot > ul button {
    vertical-align: text-top;
    width: 10px;
    height: 10px;
  }
  .main_slide_wrap .control_wrap .slide_dot > ul .slick-active{
    width: 24px;
  }
  .main_slide_wrap .control_wrap .slide_dot > ul .slick-active button{
    width: 24px;
    border-radius: 20px;
  }
  .main_slide_wrap .control_wrap > button {
    width: 7px;
    height: 11px;
    background-size: contain !important;
    margin-bottom: -1px;
  }
  .main_slide_wrap .main_box .title {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .main_slide_wrap .main_box .txt {
    font-size: 12px;
    line-height: 16px;
  }
  .main_slide_wrap .main_box .btn_box {
    margin-top: 15px;
    gap: 5px;
  }
  .main_slide_wrap .main_box .btn_box .link {
    max-width: 115px;
    line-height: 26px;
    font-size: 10px;
    padding: 0 10px 2px 15px;
    letter-spacing: -0.08em;
  }
  .main_slide_wrap .main_box .btn_box .link::before{
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 6px;
  }
  .main_slide_wrap .main_box .btn_box .link.type02::before {
    width: 14px;
    height: 13px;
  }
  .main_slide_wrap .main_box .btn_box .link.type03::before {
    width: 14px;
    height: 13px;
  }
  .main_slide_wrap .main_box .btn_box .link.type04::before {
    width: 14px;
    height: 13px;
  }
  .main_slide_wrap .main_box .btn_box .link.type05::before {
    width: 14px;
    height: 14px;
  }
  .main_slide_wrap .main_box .btn_box .link.type06::before {
    width: 13px;
    height: 13px;
  }
  .main_slide_wrap .main_box::after{
    width: 60%;
  }
  .main_slide_wrap .main_box .wrap {
    padding: 20px 0 25px 20px;
  }

}

/* 메인 섹션02 */
section:not(.section01) .sc_inner{
  max-width: 1360px;
  width: calc(100% - 40px);
  margin:0 auto;
}
.section02{
  padding: 35px 0 40px;
  border-bottom: 1px solid #cfcfcf;
}
.section02 .quick_menu_wrap{
  display: flex;
  align-items: center;
  gap: 70px;
}
.section02 .quick_menu_wrap .tit p{
  font-size: 26px;
  font-weight: 700;
}
.quick_menu_wrap .quick_list{
  flex: 1;
}
.quick_menu_wrap .quick_list > ul{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.quick_menu_wrap .quick_list li {
  flex: 1;
}
.quick_menu_wrap .quick_list li a{
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
}
.quick_menu_wrap .quick_list li a::before{
  content: '';
  display: block;
  margin: 0 auto 10px;
  max-width: 118px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #0052a4 url(../img/main/ico_quick01.png) no-repeat center center;
  border-radius: 50%;
  transition: 0.3s;
}
.quick_menu_wrap .quick_list li a:hover:before{
  background-color: #35a4d2;
}
.quick_menu_wrap .quick_list li:nth-of-type(2) a::before{
  background-image: url(../img/main/ico_quick02.png);
}
.quick_menu_wrap .quick_list li:nth-of-type(3) a::before{
  background-image: url(../img/main/ico_quick03.png);
}
.quick_menu_wrap .quick_list li:nth-of-type(4) a::before{
  background-image: url(../img/main/ico_quick04.png);
}
.quick_menu_wrap .quick_list li:nth-of-type(5) a::before{
  background-image: url(../img/main/ico_quick05.png);
}
.quick_menu_wrap .quick_list li:nth-of-type(6) a::before{
  background-image: url(../img/main/ico_quick06.png);
}
.quick_menu_wrap .quick_list li p{
  display: inline-block;
  position: relative;
  text-align: center;
}
.quick_menu_wrap .quick_list li p::after{
  content: '';
  position: absolute;
  width: 0;
  height: 15px;
  background: #35a4d2;
  border-radius: 5px;
  opacity: 0.2;
  bottom: 3px;
  left: calc(50% + 1px);
  transform: translateX(-50%);
  transition: 0.3s;
  z-index: -1;
}
.quick_menu_wrap .quick_list li a:hover p::after{
  width: calc(100% + 5px);
}

@media screen and (max-width: 1200px) {
  .section02 .quick_menu_wrap{
    gap: 40px;
  }
  .quick_menu_wrap .quick_list li a::before{
    background-size: 48px;
  }
  .quick_menu_wrap .quick_list li a{
    font-size: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .section02{
    padding: 25px 0;
  }
  .section02 .quick_menu_wrap{
    flex-direction: column;
  }
  .quick_menu_wrap .quick_list{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .quick_menu_wrap .quick_list > ul {
    flex-wrap: wrap;
  }
  .quick_menu_wrap .quick_list li {
    flex: calc((100% - 40px) / 3);
  }
  .quick_menu_wrap .quick_list li a::before {
    background-size: 35px;
    max-width: 78px;
    margin: 0 auto 5px;
  }
  .quick_menu_wrap .quick_list li a {
    font-size: 14px;
  }
  .quick_menu_wrap .quick_list li p::after{
    height: 10px;
    bottom: 1px;
  }
  .quick_menu_wrap .quick_list li a:hover p::after{
    left: 50%;
  }
}

/* 메인 섹션03 */
.section03{
  padding: 75px 0 85px;
  overflow: hidden;
}
.section03 .fl_wrap{
  display: flex;
  align-items: flex-start;
  gap: 45px;
}
.section03 .fl_wrap > div{
  min-width: 0;
  flex: 1;
}
.fl_wrap .banner_wrap{
  position: relative;
  margin-bottom: 1px;
  border: 1px solid #c6c6c6;
}
.fl_wrap .banner_wrap .slick-slide li{
  aspect-ratio: 100 / 50.98;
  overflow: hidden;
}
.fl_wrap .banner_wrap .slick-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fl_wrap .banner_wrap .control_wrap{
  position: absolute;
  left: 50px;
  bottom: 30px;
}
.fl_wrap .banner_wrap .control_wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
}
.fl_wrap .banner_wrap .control_wrap .slide_dot > ul{
  display: flex;
  gap: 20px;
}
.fl_wrap .banner_wrap .control_wrap .slide_dot > ul button{
  font-size: 0;
  width: 11px;
  height: 11px;
  background: #5a5a5a;
  border-radius: 50%;
  transition: 0.3s;
  margin-bottom: 2px;
}
.fl_wrap .banner_wrap .control_wrap .slide_dot > ul .slick-active button{
  background: #24b8c6;
}
.fl_wrap .banner_wrap .control_wrap > button{
  width: 9px;
  height: 11px;
}
.fl_wrap .banner_wrap .control_wrap .slick-pause{
  background: url(../img/main/ico_pause02.png) no-repeat;
}
.fl_wrap .banner_wrap .control_wrap .slick-play{
  background: url(../img/main/ico_play02.png) no-repeat;
}
.search_sub_wrap .expert_search{
  display: flex;
}
.search_sub_wrap .expert_search input{
  flex: 1;
  width: 100%;
  height: 52px;
  background-color: #f5f5f5;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #c6c6c6;
  border-right: none;
}
.search_sub_wrap .expert_search input::placeholder{
  color: #000;
}
.search_sub_wrap .expert_search .search_btn{
  min-width: 85px;
  background: #1168c2;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
}
.search_sub_wrap .expert_search .search_btn:hover{
  background: #fff;
  color: #1168c2;
}
.search_sub_wrap .expert_search .search_btn:before,
.search_sub_wrap .expert_search .search_btn:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #1168c2;
  transition: all 0.3s ease;
}
.search_sub_wrap .expert_search .search_btn:before {
  height: 0%;
  width: 2px;
}
.search_sub_wrap .expert_search .search_btn:after {
  width: 0%;
  height: 2px;
}
.search_sub_wrap .expert_search .search_btn:hover:before {
  height: 100%;
}
.search_sub_wrap .expert_search .search_btn:hover:after {
  width: 100%;
}
.search_sub_wrap .expert_search .search_btn span:before,
.search_sub_wrap .expert_search .search_btn span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #1168c2;
  transition: all 0.3s ease;
}
.search_sub_wrap .expert_search .search_btn span:before {
  width: 2px;
  height: 0%;
}
.search_sub_wrap .expert_search .search_btn span:after {
  width: 0%;
  height: 2px;
}
.search_sub_wrap .expert_search .search_btn:hover span:before {
  height: 100%;
}
.search_sub_wrap .expert_search .search_btn:hover span:after {
  width: 100%;
}
.search_sub_wrap .sub_link_wrap{
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.search_sub_wrap .sub_link_wrap .sub_link{
  flex: 1;
}
.search_sub_wrap .sub_link_wrap .sub_link a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 35px 20px 28px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.search_sub_wrap .sub_link_wrap .sub_link a::before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
  transform: translateY(100%);
}
.search_sub_wrap .sub_link_wrap .sub_link a:hover:before{
  transform: translateY(0%);
}
.search_sub_wrap .sub_link_wrap .sub_link:first-of-type a{
  background: #35a4d2 url(../img/main/bg_effect.png) no-repeat right -90px top -55px;
}
.search_sub_wrap .sub_link_wrap .sub_link:last-of-type a{
  background: #0052a4 url(../img/main/bg_effect.png) no-repeat right -10px top 25px;
}
.search_sub_wrap .sub_link_wrap .sub_link p{
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  z-index: 11;
}
.search_sub_wrap .sub_link_wrap .sub_link p::before{
  content: '';
  display: block;
  width: 147px;
  height: 147px;
  margin: 0 auto 20px;
  background: url(../img/main/ico_link01.png) no-repeat center top;
}
.search_sub_wrap .sub_link_wrap .sub_link:nth-of-type(2) p::before{
  background-image: url(../img/main/ico_link02.png);
}

@media screen and (max-width: 1024px) {
  .section03 {
    padding: 40px 5px;
  }
  .section03 .fl_wrap{
    flex-direction: column;
    gap: 30px;
  }
  .section03 .fl_wrap > div{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .fl_wrap .banner_wrap .control_wrap {
    left: 20px;
    bottom: 20px;
    gap: 15px;
    align-items: center;
  }
  .fl_wrap .banner_wrap .control_wrap .slide_dot > ul{
    gap: 10px;
  }
  .fl_wrap .banner_wrap .control_wrap .slide_dot > ul li{
    width: 8px;
    height: 8px;
  }
  .fl_wrap .banner_wrap .control_wrap .slide_dot > ul button{
    width: 8px;
    height: 8px;
    margin-bottom: 0;
    vertical-align: text-top;
  }
  .fl_wrap .banner_wrap .control_wrap > button {
    width: 7px;
    height: 9px;
    background-size: contain !important;
  }
  .fl_wrap .banner_wrap .control_wrap .count {
    font-size: 14px;
    position: relative;
    top: -1px;
  }
  .search_sub_wrap .expert_search input {
    height: 39px;
    padding: 0 15px 2px;
    font-size: 16px;
  }
  .search_sub_wrap .expert_search .search_btn{
    font-size: 16px;
  }
  .search_sub_wrap .sub_link_wrap {
    gap: 15px;
    margin-top: 15px;
  }
  .search_sub_wrap .sub_link_wrap .sub_link p::before {
    width: 71px;
    height: 71px;
    background-size: contain !important;
    margin: 0 auto 8px;
  }
  .search_sub_wrap .sub_link_wrap .sub_link p {
    font-size: 14px;
  }
  .search_sub_wrap .sub_link_wrap .sub_link a{
    padding: 17px 20px 15px;
  }
  .search_sub_wrap .sub_link_wrap .sub_link:first-of-type a{
    background-size: 183px;
    background-position: right -47px top -27px;
  }
  .search_sub_wrap .sub_link_wrap .sub_link:last-of-type a{
    background-size: 183px;
    background-position: right -9px top 13px;
  }
}
@media print {
  .chat_bot_wrap {
    display: none;
  }
}

header{
  background-color: #fff;
}
header.nav-up{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
#header.nav-up .hd_top{
  display: none;
}
#header.nav-up + #content{
  padding-top: 137px;
}
@media screen and (max-width:1024px){
  #header .hd_bot{
    padding-top: 0;
  }
}

/* 깃플챗 */
#gitple-launcher {
  /*box-shadow: 0px 0px 10px rgba(0,0,0,0.5);*/
  border-radius: 50%;
  transition: all .12s; 
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media screen and (max-width: 768px){
  #gitple-launcher-tooltip {
  	display:none !important;
  }
  #gitple-launcher-icon {
    width: 45px !important;
    height: 45px !important;
    background-size: 45px !important;
  }
  #gitple-launcher {
    bottom:30px !important
  }
  #gitple-launcher-custom-icon {
    width: 45px !important;
    height: 45px !important;
  }
}