/*reset.css*/

body, html{ 
  margin:0; 
  padding:0; 
  width:100%; 
  overflow: visible !important;
  height: auto !important;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}
body, html, input, textarea, select, button, table{ 
	font-family: "pretendard", serif;
	-webkit-font-smoothing:antialiased;
 }
form, fieldset, h1, h2, h3, h4, h5, h6, p{ 
  margin:0; 
  padding:0; 
  word-break: keep-all;
}
form, fieldset, button{ 
  border:none;
}
ol, ul, li{ 
  list-style:none; 
  padding:0; 
  margin:0; 
  word-break: keep-all;
}
img{ 
  max-width:100%; 
}
a{ 
  color:inherit; 
}
a, a:hover{ 
  text-decoration:none; 
}

.d-lg-none{ 
  display:none; 
}
.d-lg-block{ 
  display:block; 
}

#nc_container{
  z-index: 9999999999 !important;
}

/* top banner */
.top-ban{
  width: 100%;
  background-color: #034686;
  text-align: center;
  position: relative;
  padding: 15px 10px;
  transition: .3s;
}
.top-ban > p{
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
.top-ban > p > b{
  color: #ffd700;
  font-weight: 600;
}
.top-ban > span{
  display: inline-block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  opacity: 0.7;
  transition: .3s;
}
.top-ban > span:hover{
  opacity: 1;
}
.top-ban.act{
  display: none;
}

/*header*/
header{ 
  position:sticky; 
  z-index:99999999; 
  top:0; 
  width:100%; 
  transition:all .4s; 
  background-color: #fff;
  box-shadow: 0 1px 0 #e0e0e0;
}
header, header *{ 
  box-sizing:border-box; 
}
.hd_con{ 
  width:100%; 
  max-width: 1600px;
  margin: 0 auto;
  padding:0 40px;
  position: relative;
}

.lg{ 
  display:block; 
  font-size:20px; 
  line-height:1em; 
  white-space:nowrap;
}
.lg > img{ 
  display:block; 
  width:200px; 
  transition: .4s;
}

.hd-tp{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #E0E0E0;
}
.hd-tp > ul{
  display: flex;
  gap: 20px;
}
.hd-tp > ul > li > a{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  transition: .3s;
}
.hd-tp > ul > li > a > span{
  display: inline-block;
  font-size: 20px;
  margin-bottom: 5px;
}
.search-area{
  flex: 1;
  max-width: 500px;
  position: relative;
}
.sa-cont{
  width: 100% !important;
  height: auto !important;
  outline: none !important;
  border: 2px solid #ececec !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  transition: .3s !important;
  padding: 14px 50px 14px 20px !important;
}
.sa-btn{
  position: absolute;
  top: 50%;
  right: 1rem;
  background: none;
  font-size: 18px;
  color: #666;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.hd-bt{
  width: 100%;
  padding: 12px 0;
  position: relative;
}
.gnbarea{
  width: 100%;
  padding: 40px;
  position: absolute;
  left: 0;
  top: calc(100% - 10px);
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex !important;
  gap: 30px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.hd-bt:hover .gnbarea{
  visibility: visible;
  opacity: 1;
  top: 100%;
  z-index: 99998;
}
.gnbmn{
  width: calc((100% - 290px));
}
.gnbmn > ul{
  width: 100%;
  display: flex;
  gap: 30px;
}
.gnbmn > ul > li{
  flex: 1;
}
.gnbmn > ul > li > a{
  font-size: 15px;
  font-weight: 700;
  color: #034686;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #034686;
  display: block;
}
.gnbmn > ul > li > ul{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gnbmn > ul > li > ul > li > a{
  font-size: 14px;
  color: #666;
  padding: 6px 0;
  transition: .3s;
  display: block;
}
.gnbmn > ul > li > ul > li > a > p{
  display: inline-block;
  transition: .3s;
}
.gnbmn > ul > li > ul > li > a:hover > p{
  transform: translateX(6px);
}
.gnbetc{
  width: 260px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-left: 1px solid #e0e0e0;
}
.gnbetc > h5{
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #034686;
}
.etc-img{
  width: 100%;
  display: flex;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: .3s;
}
.etc-img:hover{
  box-shadow: 0 16px 32px rgba(0,0,0,0.2);
}
.etc-img img{
  width: 100%;
  display: block;
  transition: .3s;
}
.etc-img:hover img{
  transform: scale(1.1);
}
.etc-img > span{
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 11px;
  color: #fff;
  background-color: #e74c3c;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: .3s;
}
.etc-img:hover > span{
  opacity: 0;
}
.etc-img-caption{
  width: 100%;
  padding: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent 0%, rgba(0,0,0,0.85) 100%);
}
.etc-img-caption > h5{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.etc-img-caption > p{
  font-size: 15px;
  font-weight: 700;
  color: #ffd700;
}

/*gnb*/
#gnb{ 
  position:relative; 
  z-index:5;
}
#gnb > ul{ 
  display:flex; 
  flex-flow:row wrap; 
  padding-left: 0; 
  margin-bottom: 0;
  gap: 8px;
}
#gnb > ul > li{ 
  position:relative; 
  z-index:1; 
}
#gnb > ul > li > a{ 
  display:block; 
  padding:13px 20px; 
  font-size:15px; 
  font-weight:500; 
  transition: all .3s; 
  color: #1a1a1a; 
  position: relative;
  border-radius: 8px;
}
#gnb > ul > li > a > span{
  display: inline-block;
  font-size: 12px;
  margin-left: 3px;
  transform: translateY(-2px);
}
#gnb > ul > li > ul{ 
  position:absolute; 
  z-index:1; 
  top:100%; 
  left:50%; 
  transform: translateX(-50%); 
  display:none; 
  width: 100%; 
  min-width: 150px; 
  box-sizing: border-box; 
  background-color: #fff; 
  padding:30px 15px; 
  text-align: center;  
  box-shadow: 0 12px 30px -2px rgba(0,0,0,.1);
}
#gnb > ul > li > ul > li{ 
  position:relative; 
  z-index:1; 
  text-align: center;
}
#gnb > ul > li > ul > li > a{ 
  display:block; 
  margin-bottom: 20px; 
  font-size:14px; 
  white-space:nowrap; 
  position: relative;
  color: #666;
  transition: .2s;
}
#gnb > ul > li > ul > li:last-child > a{
  margin-bottom: 0;
}
#gnb > ul > li > ul > li > ul{ 
  position:absolute; 
  z-index:1; 
  top:-10px; 
  left: calc(100% + 15px); 
  padding: 10px 0; 
  display:none; 
  min-width:150px; 
  box-shadow:0 12px 30px -2px rgba(0,0,0,.1); 
  background-color: #fafafa;
}
#gnb > ul > li > ul > li > ul > li > a{ 
  display:block; 
  padding:10px 15px; 
  font-size:14px; 
}

/* footer */
#footer{
  width: 100%;
  background: #1A1A1A;
  padding-top: 80px;
}
.ft_con{
  width:100%; 
  max-width: 1600px;
  margin: 0 auto;
  padding:0 40px;
  position: relative;
}
.ft-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.ft-lg{
  display: flex;
  width: 200px;
  margin-bottom: 10px;
}
.ft-lg img{
  width: 100%;
}
.ft-lt > p{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 25px;
}
.ft-lt > ul{
  display: flex;
  gap: 10px;
}
.ft-lt > ul > li > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  color: #fff;
  transition: .3s;
}
.ft-rt{
  display: flex;
  gap: 200px;
}
#fgnb > h5{
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
#fgnb > ul > li{
  margin-bottom: 10px;
}
#fgnb > ul > li:last-child{
  margin-bottom: 0;
}
#fgnb > ul > li > a{
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  transition: .3s;
}
#fgnb > ul > li > a:hover{
  color: #fff;
}
#sgnb > h5{
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
#sgnb > ul > li{
  margin-bottom: 10px;
}
#sgnb > ul > li:last-child{
  margin-bottom: 0;
}
#sgnb > ul > li > a{
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  transition: .3s;
}
#sgnb > ul > li > a:hover{
  color: #fff;
}
.contact > h5{
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact > ul > li{
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  transition: .3s;
}
.contact > ul > li:last-child{
  margin-bottom: 0;
}
.contact > ul > li:hover{
  color: #fff;
}
.contact > ul > li > span{
  display: inline-block;
  color: #0566b8;
  margin-right: 5px;
}
.ft-bt{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.ft_cp{
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
#fnb > ul{
  display: flex;
  gap: 20px;
}
#fnb > ul > li > a{
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  display: block;
  transition: .3s;
}
#fnb > ul > li > a:hover{ 
    color: #fff; 
}    

@media(max-width:1199px){ 
  .hd_con{ 
    padding:0 15px; 
  }
  .lg > a{ 
    padding:15px 0; 
  }
  .mn{ 
    display:none; 
  }
  .mo_btn{ 
    display:block;
  }

  .d-none{ 
    display:none; 
  }
  .d-block{ 
    display:block;
 }

}


/*wrapper*/
.article_mover{ 
  position:absolute; 
  z-index:-1; 
  bottom:100%; 
}

/*footer*/
footer{ 
  padding:60px 0 40px; 
  background-color: #1a1a1a;
}

/* mediaquery */

@media(min-width:1200px){ 
  .d-lg-none{ 
    display:none; 
  }
  .d-lg-block{ 
    display:block; 
  }

  .lg{
    margin-right: 30px;
  }
  .mo-fixed{
    display: none;
  }

  .mt-menu{
    display: none;
  }
  .hd-btn{
    display: none;
  }

  .fchat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
  }
  .fchat > a{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #034686;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(3,70,134,0.4);
    transition: 0.3s;
    font-size: 24px;
  }
  .fchat > a:hover{
    transform: scale(1.05);
  }
  .ftip{
    position: absolute;
    bottom: 70px;
    right: 0;
    background-color: #fff;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    animation: float 3s ease-in-out infinite;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }
  .ftip::after{
    content: "";
    position: absolute;
    bottom: -8px;
    right: 24px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
  }
  .ftip > span{
    color: #034686;
    display: inline-block;
    margin-right: 6px;
  }
  .ftip > p{
    font-size: 13px;
    font-weight: 500;
    color: #1A1A1A;
  }
  
}

@media(max-width:1600px){

}
@media(max-width:1440px){
  
}

@media(max-width:1199px){ 
  .d-none{ 
    display:none;
  }
  .d-block{ 
    display:block; 
  }

  .fchat{ 
    display:none;
  }
  
  .mo-fixed{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8888;
    display: flex;
    background-color: #D4854A;
  }
  .mo-fixed::after{
    content: "";
    width: 1px;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .mo-fixed > a{
    flex: 1 1 auto;
    width: 50%;
    padding: 15px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
  .mo-fixed > a > p > span{
    display: inline-block;
    margin-right: 5px;
  }
  .mo-fixed > a > p{
    display: inline-block;
    color: #fff;
  }

  .hd-btn{
    position: absolute;
    z-index: 9999999;
    width: 44px;
    height: 44px;
    right: 15px;
    left: auto;
    border-radius: 50%;
    background-color: #fff; 
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s;
  }
  .hd-btn::before{
    content: "";
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 2px;
    background-color: #D4854A;
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,0);
    margin-top: -6px;
    transition:0.3s transform, 0.3s margin-top 0.3s;
  }
  .hd-btn::after{
    content: "";
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 2px;
    background-color: #D4854A;
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%,0);
    margin-top: 5px;
    transition:0.3s transform, 0.3s margin-top 0.3s;
  }
  .hd-btn.act{
    background-color: #D4854A;
  }
  .hd-btn.act::before{
    transform:translate(-50%, 0) rotate(45deg);
    margin-top:0;
    background-color: #fff;
    transition:0.3s transform 0.3s, 0.3s margin-top;
  }
  .hd-btn.act::after{
    transform:translate(-50%, 0) rotate(-45deg);
    margin-top:0;
    background-color: #fff;
    transition:0.3s transform 0.3s, 0.3s margin-top;
  }
  .hd-btn{
    width: 44px;
    height: 44px;
    right: 15px;
    left: auto;
  }
  header.scr .hd-btn{
    background-color: #D4854A;
  }
  header.scr .hd-btn::before, header.scr .hd-btn::after{
    background-color: #fff;
  }
  .mt-menu{
    width: 50%; 
    height: 100vh; 
    position: fixed; 
    top: 0; 
    right: -51%; 
    background-color: #fff; 
    z-index: 99998; 
    transition: .8s ease-in-out; 
    padding: 0; 
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
  }
  .mt-menu.mt-open{
    right: 0; 
    box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.1);
  }
  .mo_mn_mn{
    padding: 2rem 0;
    width: 100%;
  }
  .mo_mn_mn > li > a{ 
    display:block; 
    padding:20px 25px; 
    font-size:16px; 
    font-weight:500; 
    color: #333;
    border-bottom: 1px solid #E9ECEF; 
    transition: .2s;
  }
  .mo_mn_mn > li > ul{ 
    display:none; 
    background-color:#f8f9fa; 
  }
  .mo_mn_mn > li > ul > li > a{ 
    display:block; 
    padding:15px 40px 15px; 
    font-size:14px; 
    font-weight:400; 
    color: #666;
    border-bottom: 1px solid #E9ECEF; 
  }
  
  .mo_mn_mn > li > a.more{
    position: relative;
  }
  .mo_mn_mn > li > a.more::after{
    content: ""; 
    width: 10px; 
    height: 2px; 
    background-color: #D4854A; 
    position: absolute; 
    top: 50%; 
    right: 25px; 
    transform: translateY(-50%);
  }
  .mo_mn_mn > li > a.more::before{
    content: ""; 
    width: 2px; 
    height: 10px; 
    background-color: #D4854A; 
    position: absolute; 
    top: 50%; 
    right: 29px; 
    transform: translateY(-50%); 
    transition: .3s;
  }
  .mo_mn_mn > li > a.more.act{
    background-color: #D4854A;
    color: #fff;
  }
  .mo_mn_mn > li > a.more.act::after{
    background-color: #fff;
  }
  .mo_mn_mn > li > a.more.act::before{
    opacity: 0;
    background-color: #fff;
  }
 
}
@media(max-width:587px){
  .mt-menu{
    width: 100%; 
    right: -101%; 
  }
  
}


@keyframes blink{
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes float{
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}