@charset "UTF-8";
/* Style for our header texts/*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);


/* 공통 */
.show-default {display:block;}
.hide-default {display:none;}
#wrap {padding:40px 0;}


.mt20 {margin-top: 20px;}
/* header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 999;
}

.header .header_inner {
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.header .header_logo {
  width: 160px;
  height: 40px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999em;
}

.header .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header__menu > li {
  position: relative;
}
.header .header__menu > li:last-child .menu__depth1 {
	padding-right: 0;
}
.header .header__menu .menu__depth1 {
  display: block;
  line-height: 1em;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  padding-right: 90px;
  -webkit-transition: color ease .3s;
  transition: color ease .3s;
}

.header .header__menu .menu__depth2 {
  width: 100%;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 2;
  display: none;
  opacity: 0;
}

.header .header__menu .menu__depth2 > a {
  display: block;
  font-size: 16px;
  line-height: 1em;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.header .header__menu .menu__depth2 > a:not(:last-child) {
  margin-bottom: 25px;
}

.header .header__menu .menu__depth2 > a:hover {
  color: #4876ef;
  font-weight: 500;
}

.header .header__link {
  
}

.header .header__link > a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 8px 20px;
    height: 35px;
    line-height: 1em;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .header__link > a:not(:last-child) {
  margin-right: 15px;
}

.header .header__sub-bg {
  background-color: #fff;
  height: 350px;
  width: 100%;
  position: absolute;
  top: 101%;
  z-index: 1;
  display: none;
  opacity: 0;
}

.header.sub {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  padding-top: 28px;
}

.header.sub .header_logo {
  background-image: url(../images/logo.png);
}

.header.sub .header__menu .menu__depth1 {
  color: #000;
}

.header.sub .header__link > a:first-child {
  background-color: #4876ef;
  border-color: #4876ef;
}

.header.sub .header__link > a:last-child {
  background-color: #00d3ab;
  border-color: #00d3ab;
}


.header.active {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

.header.active .header_logo {
  background-image: url(../images/logo.png);
}

.header.active .header__menu .menu__depth1 {
  color: #000;
}

.header.active .header__link > a:first-child {
  background-color: #4876ef;
  border-color: #4876ef;
}

.header.active .header__link > a:last-child {
  background-color: #00d3ab;
  border-color: #00d3ab;
}

.header.hide {
  top: -145px;
}

.header.scroll {
  padding-top: 28px;
}

.header__mask {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  opacity: 0;
}


#footer {
  background: #1f2420;
  
}
#footer  .footer_inner {
  margin: 0 auto;
  max-width: 1700px;
  box-sizing: border-box;
  padding: 70px;
}
#footer .ft_top {
  position: relative;
  display: block;
  border-bottom: 1px solid #8f9290;
  padding-bottom: 20px;
}
#footer .ft_logo {
  display: inline-block;
}
#footer .ft_top .lst_link{
  display: inline-block;
  padding-left: 30px;
  vertical-align: bottom;
}
#footer .ft_top .lst_link li {
  display: inline-block;
}
#footer .lst_link li + li {
  position: relative;
  margin-left: 8px;
  padding-left: 9px;
}
#footer .lst_link li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: #fff;
  content: "";
}
#footer .lst_link a {
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
#footer .ft_info {
  margin-top: 30px;
  font-size: 0;
}
#footer .ft_info dl, #footer .ft_info dt, #footer .ft_info dd {
  display: inline-block;
}
#footer .ft_info dl {
  margin: 2px 12px 2px 0;
}
#footer .ft_info dl:first-child,#footer .ft_info dl:nth-child(2) {
  display: block;
}
#footer .ft_info dt, #footer .ft_info dd {
  font-size: 16px;
  color:#999;
}

#footer .ft_info dt {
  margin-right: 6px;
  font-weight: bold;
  color:#999;
}
#footer .copyright {
  margin-top: 25px;
  font-size: 16px;
  color:#999;
}

#footer .toTop {position:absolute; top:0; right:0; width:50px; height:50px; border:1px solid #999; box-sizing:border-box; text-align:center; font-size: 0;}
#footer .toTop {padding-top: 8px;}



/* quick */
#quick_wrap {position:fixed; top:50%; right:15px; width:80px; margin:-160px 0 0 0; text-align:center; }
#quick_wrap .list_quick {}
#quick_wrap .quick_top li {background-color: #273dc9;}
#quick_wrap .quick_top li:first-child { border-radius: 12px 12px 0 0;}
#quick_wrap .quick_top li:last-child {border-bottom: none; background-color: #273dc9; border-radius: 0 0 12px 12px;}
#quick_wrap li {border-bottom: 1px solid rgba(255, 255, 255, .5);   padding: 10px 5px;}
#quick_wrap li a {font-size:12px; color:#fff}
#quick_wrap .quick_top li:hover {background-color: #152bb9;}

#quick_wrap .quick_bottom {margin-top: 20px; }
#quick_wrap .quick_bottom li {background-color: #444;}
#quick_wrap .quick_bottom li:first-child { padding: 10px 5px; border-radius: 12px 12px 0 0; }
#quick_wrap .quick_bottom li:last-child {border-bottom: none; background-color: #444; border-radius: 0 0 12px 12px; }
#quick_wrap .quick_bottom li:hover {background-color: #353535;}


@media all and (max-width:1600px) { 
  .header .header_inner {padding: 0 50px;}
	#footer .footer_inner {max-width: 1400px; padding: 50px;}
}

@media all and (max-width:1500px) { 
  .header .header_inner {padding: 0 30px;}
	#footer .footer_inner {max-width: 1200px; padding: 30px;}
}


/* 타블렛 세로 */
@media all and (max-width:1024px) {
  .header .header_inner {padding: 0 20px;}
  #footer .footer_inner {padding: 20px;}
  #quick_wrap {display: none;}

  #footer {padding: 40px;}
  #footer .footer_inner {padding: 0;}
  #footer .ft_logo {display: block; margin: 0 auto; margin-bottom: 20px;}
  #footer .ft_top .lst_link {display: block; font-size: 14px; padding-left: 0; }
  #footer .ft_bottom {}
  #footer .ft_info {margin-top: 20px;}
  #footer .ft_info dt, #footer .ft_info dd {font-size: 13px; }
  #footer .copyright {font-size: 12px;}
  #footer .toTop {width: 32px; height: 32px;}
  #footer .toTop img {width: 12px;}
 
}

/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:767px) {  
  .header .header_logo { width: 125px; height: 32px; }
  .inner {padding: 0 20px;}

  #footer {padding: 30px;}
 
}

@media all and (max-width: 640px) {
	.header .header_inner { width: 100%; padding: 0 3.90625%; }
	
	.header .header_logo { width: 125px; height: 32px; }
	.header { padding-top: 20px; padding-bottom: 12px; }
	.header.active,
	.header.scroll {padding-top: 21px;height: 70px;box-sizing: border-box;}
	
}

/* 모바일 가로 */
@media all and (max-width:568px) {

}

@media all and (max-width:425px) {

}

@media all and (max-width:375px) {

}

@media all and (max-width:320px) {

}
