@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: center;
  align-items: center;
  height: 100%;
}
.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{
  position: absolute;
  left: 3%;
}
#logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_bx .nav_area{
  height: 100%;
}
#nav{
  width: 1000px;
  height: 100%;
}
#nav .gnb{
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #101828;
}
#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.25em;
}
#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:#201C70
}

#mob_nav,
#mob_nav_btn{
  display: none;
}
/* mobile 메뉴 */

.main_visual{
  position: relative;
  padding: 0;
  height: 60vh;
  overflow: hidden;
}
.main_visual article{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main_visual .main_visual_bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s ease-in-out;

  background-image: url(/images/visual.png);
}
.main_visual:hover .main_visual_bg { transform: scale(1.05); }
.main_visual .main_visual_txt{
  color: #fff;
  text-align: center;
}
.main_visual .main_visual_txt .bar.aos-animate{
  opacity: 0.4;
  margin-bottom: 12px;
}
.main_visual .main_visual_txt p.aos-animate{
  opacity: 0.4;
  font-weight: 900;
  font-size: 1.25em;
  margin-bottom: 40px;
}
.main_visual .main_visual_txt strong{
  font-weight: normal;
  font-family: 'GmarketSansMedium';
  display: block;
  font-size: 3em;
  margin-bottom: 20px;
  line-height: 1.3;
}

#main_container{
  padding: 100px 0;
}
#main_container > article{
  padding-top: 60px;
  padding-bottom: 60px;
}
#main_container .main_title{
  color: #101828;
  text-align: center;
  margin-bottom: 60px;
}

#main_container .more_btn{
  font-family: 'GmarketSansMedium';    
  line-height: 24px;
}
#main_container .more_btn img{
  margin-left: 4px;
  vertical-align: middle;
  transition: all .4s ease;
}
#main_container .more_btn:hover img{
  transform: rotate(90deg);
}

.top_content{}
.top_content .main_title h2{  
  color: #201C70;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 1.25em;
}
.top_content .main_title strong{  
  font-size: 2.5em;
  line-height: 1.3;
  font-weight: 400;
}
.top_content .main_cont{}
.top_content .main_cont .bsn_list{
  display: flex;
  justify-content: space-between;
}
.top_content .main_cont .bsn_list li{
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 32%;
  border-radius: 8px;
  text-align: center;
  height: 480px;
  transition: all 0.4s ease;
}
.bsn_list li a .img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition:all 0.9s ease;
}
.bsn_list li:nth-child(1) a .img{background-image: url(/images/bsn03.png);}
.bsn_list li:nth-child(2) a .img{background-image: url(/images/bsn02.png);}
.bsn_list li:nth-child(3) a .img{background-image: url(/images/bsn01.png);}
.bsn_list li:before{ 
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #010819;
  opacity: 0.4;
  transition: all .2s ease;
  z-index: 1;
}
.bsn_list li .txt_box{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 1;
}
.bsn_list li .txt_box h3{
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 60px;
}
.bsn_list li:hover:before{
  opacity: 0.6;
}
.bsn_list li:hover a .img{
  transform: scale(1.07);
  opacity: 0.6;
}
.bsn_list li:hover .txt_box p{
  transform: rotate(90deg);
}

.mid_content .main_title{}
.mid_content .main_title h2{
  font-size: 3.5em;
  font-weight: 900;
  margin-bottom: 20px;
}
.mid_content .main_title p{
  font-size: 1.125em;
  color: #667085;
}
.gallery_wrap {
  position: relative;
  padding: 0;
}
.gallery_wrap .gallery{
  border-radius: 8px;
  background: #F4F5F8;
  padding: 20px;
}
.gallery ul li{
  overflow: hidden;
  border-radius: 8px;
  background: #F4F5F8;

  background: #fff;
}
.gallery ul li a{
  display: block;
  padding: 40px;
}
.gallery ul li .date{
  font-size: 0.9em;
  display: block;
  font-family: 'GmarketSansBold';
  color: #ADB5C2;
  margin-bottom: 20px;
}
.gallery ul li strong{
  font-weight: 600;
  font-size: 1.25em;
  color: #101828;
  margin-bottom: 80px;
  letter-spacing: -0.5px;
  
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: calc(1em * 1.5 * 3);
  height: calc(1em * 1.5 * 3);
}
.gallery ul li a:hover strong{
  text-decoration: underline;
}
.gallery ul li a .more_btn{
  text-align: right;
  color: #919BA3;
}

.gallery_control .swiper-button-prev:after,
.gallery_control .swiper-button-next:after{
  display: none;
}
.gallery_control .swiper-button-prev,
.gallery_control .swiper-button-next{
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
}
.gallery_control .swiper-button-prev{
  background-image: url(/images/prev_on.svg);
  left: 0;
  left: -80px;
}
.gallery_control .swiper-button-next{
  background-image: url(/images/next_on.svg);
  right: 0;
  right: -80px;
}

.btm_content .partner{
  background: url(/images/partners_bg.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 80px;
  overflow: hidden;
  transition: all .8s;
}
.partner:hover{
  background-size: 105% 105%;
}
.partner .tit{
  font-size: 2em;
  margin-bottom: 20px;
}
.partner .cont{
  font-size: 1.125em;
  line-height: 1.6;
  margin-bottom: 60px;
  opacity: .8;
}


#footer{
  padding: 60px 0;
  background: #344054;
  color: #fff;
}
#footer .ft_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft_top .ft_logo{
  margin-right: 60px;
}
.ft_top address{
  font-style: normal;
  width: 680px;
  display: flex;
  flex-wrap: wrap;
}
.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{
  opacity: 0.6;
  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;
}
.ft_top .btn:hover{
  background-color: rgba(255, 255, 255, 0.1);
}

#footer .ft_btm{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding-top: 40px;
}
.ft_btm em{
  font-size: 0.9em;
  font-style: normal;
  display: block;
  opacity: 0.6;
  font-weight: 300;
}
.ft_btm .ft_nav{
  justify-content: flex-end;
}
.ft_btm .ft_nav li {
  padding: 0 16px;
}
.ft_btm .ft_nav li:before {
  background: #fff;
  opacity: 0.4;
}
.ft_nav li a{
  font-weight: 400;
}
.ft_nav li a:hover{
  /* text-decoration: underline; */
}

.quickmenu{
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #CCD0D9;
  background: #fff;
}
.quickmenu .title{
  background: #F4F5F8;
  padding: 12px;
  font-weight: 500;
  font-family: 'GmarketSansBold';
  font-family: 'GmarketSansMedium';
  font-size: .8em;
}
.quickmenu ul{}
.quickmenu ul li{}
.quickmenu ul li a{
  display: block;
  padding: 16px 0;
}
.quickmenu ul li img{
}
.quickmenu ul li p{
  font-size: .9em;
  margin-top: 8px;
}
.quickmenu ul li.moveTopBtn,
.quickmenu ul li.moveDownBtn{
  padding: 16px 0;
  cursor: pointer;
}
.quickmenu ul li.moveDownBtn p{
  margin-top: 0px;
  margin-bottom: 4px;
}

#sidebar {
  position: absolute;
  top: 0;
  right: 3%;
  width: 80px;
  z-index: 10;
  transition: 0.5s ease;
}


/* sub layout */
#sub_visual{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
  padding-top: 88px;
  background: url(/images/sub_visual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#sub_visual .location_box{
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
#sub_visual .location_box h2{
  display:block;
  font-family: 'GmarketSansBold';
  font-size: 3em;
  overflow: hidden;
}
.breadcrumb{
  text-align: center;
  display: inline-flex;
  font-size: 0.9em;
  color: #838B9C;
  color: #fff;
  margin-bottom: 20px;
}
.breadcrumb li{
  margin-right: 12px;
}
.breadcrumb li:last-child{
  margin-right: 0;
}
.breadcrumb li img{
  width: 20px;
  width: 16px;
  opacity: 0.8;
}
.breadcrumb li span{
  opacity: 0.8;
}
.breadcrumb li em{
  font-style: normal;
  opacity: 0.6;
}
.breadcrumb li b{
  opacity: 1;
  font-weight: 500;
}
#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 #201C70;
  color: #201C70;
  font-weight: bold;
}

#sub_container{
  padding: 80px 0 120px;
}
#sub_container .sub_content{
  padding: 0 32px;
}

.tab_wrapper{}
.tab_wrapper .tab_menu{
  margin-bottom: 28px;
}
.tab_menu > li{
  display: inline-block;
  background: #e4e7ec;
  color: #838b9c;
  border-radius: 50px;
  padding: 12px 28px;
  cursor: pointer;
  margin-right: 24px;
}
.tab_menu > li:last-child{
  margin-right: 0;
}
.tab_menu > li.on_tab {
  background:#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%;
  } 
  #header .header_bx {
    justify-content: flex-end;
  }
  #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 3%;
  }
  .header_bx #logo {
    position: relative;
    height: 36px;
    left: 0;
  }

  #header {
    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-top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    transition: all .3s ease;
  }
  #mob_nav.active{
    display: block;
    top: 59px;
    transition: all .3s ease;
  }
  .hamberger_box.active{
    display: block;
    background: url(/images/close_btn.svg) no-repeat;
    width: 32px;
    height: 32px;
    background-size: 100%;
    z-index: 99;
    position: relative;
  }
  .hamberger_box.active img{
    display: none;
  }

  #mob_nav #mob_gnb{
    background: #fff;
  }
  #mob_nav #mob_gnb li{}
  #mob_nav #mob_gnb > li > a{
    font-size: 1.25em;
    font-family: 'Pretendard-Medium';
    padding: 20px;
    display: block;
  }
  #mob_nav #mob_gnb > li > a.hav_depth{
    background: url(/images/menu_add.svg) right 20px center;
    background-repeat: no-repeat;
  }
  #mob_nav #mob_gnb > li.active > a.hav_depth{
    color: #201C70;
    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;
  }
}


