/* ===========header=========== */
header {
    width: 100%;
    position: relative;
  }
  
  header a.logo {
    display: inline-block;
  }
  
  header .gnb {
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 0 100px;
  }
  
  header .gnb_sub_bg {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: 60px;
    display: none;
    background: #fff;
    z-index: 9;
  }
  
  header .gnb-container {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
  }
  
  header .gnb-container>ul {
    float: right;
  }
  
  header .gnb-container>ul>li {
    float: left;
    position: relative;
  }
  
  header .gnb-container>ul>li>a {
    display: inline-block;
    padding: 0 35px;
    height: 63px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    margin-top :37px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.4px;
    text-align: center;
    color: #222;
  }

  header .gnb-container .btn-wrap a {
      display: inline-block;
      margin: 20px 10px;
      padding: 12px 60px;
      border-radius: 30px;
      font-size: 20px;
      font-weight: bold;
      color: #ffffff;
      background: #b83030;
      transition: all 0.2s;
  }
  header .gnb-container .btn-wrap a:hover {
      background: #812121;
  }
  header .gnb-container .btn-wrap a:nth-child(2) {
      background: #414141;
      color: #ffffff;
      transition: all 0.2s;
  }
  header .gnb-container .btn-wrap a:nth-child(2):hover {
      background: #262626;
  }
  
  
  header .gnb-container>ul>li>a>span {}
  
  /* 서브메뉴 */
  header .gnb-container ul.sub_menu {
    position: absolute;
    top: 99px;
    z-index: 10;
    width: 600px;
    left: 10px;
    display: none;
  }
  header .gnb-container li:last-child ul.sub_menu{
    left: -360px;
  }
  header .gnb-container ul.sub_menu li {
    float: left;
  }
  
  header .gnb-container ul.sub_menu a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 60px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #222;
    padding: 0 25px;
  }
  
  header .gnb-container ul.sub_menu a:hover {
    color: #ff437d;
  }
  
  /* close */
  header .gnb-all {}
  
  header .gnb-all button {}

  #sub_visual div {
    width: 100%;
    height: 260px;
    text-align: center;
    background: url(/img/sub/visual_pc.png) center center no-repeat;
    background-size: cover;
  }
  
  #sub_visual div h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -1px;
    color: rgb(255, 255, 255);
    line-height:1;
  }


/* 서브비주얼 */
.sub_contents_header {
  position: relative;
  padding: 80px 0px;
  width: auto;
  margin:0 auto;
  text-align: center;
  border-bottom: #e7e7e7 solid 1px;
}

.sub_contents_header .sub_con_title {
  font-size: 50px;
  font-weight: 900;
  color: #000000;
  font-family: 'Pretendard-Black';
}

.sub_contents_header .sub_con_subtitle {
    width: auto;
    font-size: 20px;
    font-weight: 400;
    color:#b1b1b1;
    text-align: center;
    margin-top: 20px;
  }

  @media all and (max-width:992px) {
    /* visual */
    #sub_visual div {
        display: table;
        height: 100px;
        background: url(/img/sub/visual_m.png) center center no-repeat;
        background-size: cover;
      }
    
      #sub_visual div ol {
        display: none;
      }
    
      #sub_visual div h1 {
        font-size: 24px;
        display: table-cell;
        vertical-align: middle;
      }
      
  /* hrader */
  header .gnb {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    border: 1px solid #ddd;
    padding: 0 15px;
  }

  header .gnb-container {
    width: auto;
  }

  header a.logo {
    display: inline-block;
    width: 100px;
    padding-left: 0;
  }

  header a.logo img {
    width: 100%;
  }

  header #popup {
    height: 40px;
  }

  header #popup span {
    right: 10px;
	top: 8px;
  }

  header #popup p {
    font-size: 14px;
    line-height: 40px;
  }

  .mobile_menu_icon {
    width: 30px;
    background: url(/img/all_menu.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    text-indent: -9999px;
  }

  section .container_box {
    width: 100%;
    margin: 0 auto;
  }

  section>h1 {
    font-size: 24px;
    padding: 40px 0 30px;
  }
  /* mobile_menu */

	#mobile_hidden_menu{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    background: #ffffff;
    z-index: 10;
	overflow: auto;
	}

	#mobile_hidden_menu .material-icons-outlined{
    background: url(/img/side-menu-close.png) center center no-repeat;
	  font-size: 25px;
    float: right;
    display: inline-block;
    padding: 40px 40px;
    color: #16e000;
  }
	#mobile_hidden_menu > ul{
	  clear: both;
		margin: 80px auto;
		border-top: 1px solid #ddd;
		text-align: center;
	}
	#mobile_hidden_menu > ul >li{    border-bottom: 1px solid #ddd; padding: 20px 0;}	
	#mobile_hidden_menu > ul >li >a{
	display: block;
    font-size: 18px;
    font-weight: 700;
    color: #383838;
    padding-bottom: 10px;}

	#mobile_hidden_menu  ul.sub_menu{}
	#mobile_hidden_menu  ul.sub_menu li{
	text-align:center;

	}
	#mobile_hidden_menu  ul.sub_menu li a {
		display: block;
		font-size: 15px;
		line-height: 30px;
		color: #333;
	}
  .sub_contents_header {
  padding: 30px 0;
}
.sub_contents_header .sub_con_title {
    font-size: 26px;
    height: auto;
}
.sub_contents_header .sub_con_subtitle {
    width: auto;
    position: static;
    font-size: 16px;
}

    /* footer */
    .footer .copy .top {
      flex-direction: column;
      gap: 10px;
  }
  .footer .copy .top .ft_logo {
      font-size: 18px;
      text-align: center;
  }
.sns-link {
  font-size: 14px;
}

.sns-link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}


}


    
/* fotter */
.footer .copy {
  background: #1a1a1a;
  padding: 60px 0px;
}
.footer .copy .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .copy .top .ft_logo {
  color: #ededed;
  font-size: 28px;
  font-weight: 900;
}
.footer .copy .top .link{
  text-align: right;
}
.sns-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.sns-link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sns-link.instagram::before {
  background-image: url('/img/icon01.png');
}

.sns-link.email::before {
  background-image: url('/img/icon02.png');
}


/* footer */
.footer {/* height: 150px; min-height: 250px; */ height: auto; min-height: auto;}
.footer .sponsor {width: 100%; /* height: 100px; */  background-color: #fff; border-top:1px solid #ddd;}
.footer .sponsor .wrap {width: 1200px; margin: 0 auto; height: 100px;}
.footer .sponsor .wrap:after {clear: both; content: ''; display: block;}
.footer .sponsor h5 {font-size: 22px; font-weight: 700; line-height: 100px; float: left; margin: 0px;}
.footer .sponsor .spon_slide {margin: 0 auto;}
.footer .sponsor .spon_slide > a {line-height: 100px;}
.footer .sponsor .slide_wrap {width: 1200px; padding: 26px 0; position: relative;}
.footer .sponsor .slide_wrap .bx-wrapper {max-width: 920px !important; position: static; padding-left: 15px;}
.footer .sponsor .slide_wrap .bx-wrapper .bx-controls-direction a {right: 0; border: 1px solid #ddd; width: 45px; height: 45px; top: 43%; z-index: 0;}
.footer .sponsor .slide_wrap .bx-wrapper .bx-controls-direction .bx-prev {right: 44px; left: auto; background: url('/img/renewal/spon-prev.png') center no-repeat;}
.footer .sponsor .slide_wrap .bx-wrapper .bx-controls-direction .bx-next {background: url('/img/renewal/spon-next.png') center no-repeat;}
.footer .copy .wrap {width: 1200px; margin: 0 auto; position: relative;}
.footer .copy p {font-size: 16px; font-weight: 300; color: #999; line-height: 1.6;}
.footer .copy p span {display: inline-block; width: 10px;}
.footer .copy p a {color: #999;}
.footer .copy .human {position: absolute; bottom: 0; right: 0; font-size: 16px; font-weight: 300; color: #999;}

@media all and (max-width:768px) {
    .footer .copy {
        height: auto;
        padding: 48px 20px;
        text-align: center;
    }
    .footer .copy .wrap {
        width: 100%;
    }
    .footer .copy p {
        font-size: 14px;
    }
    .footer .copy .human {
        position: static;
        font-size: 14px;
    }
}
@media all and (max-width:1024px) {
    .footer .copy {
        height: auto;
        padding: 48px 20px;
        text-align: center;
    }
    .footer .copy .wrap {
        width: 100%;
    }
    .footer .copy p {
        font-size: 14px;
    }
    .footer .copy .human {
        position: static;
        font-size: 14px;
    }
    .footer .copy .top .link{
      text-align: center;
  }
}

@media all and (max-width: 1200px) and (min-width: 1025px)  {
  .footer .copy .wrap {
      width: 980px;
}
}  