@charset "utf-8";

:root{--color:#905ED0; --color02:#635ED0; --point:#1A65D5; --point02:#C11D3B; --point03:#3DA189; --graB:linear-gradient(90deg, #0E75D4 40%, #955FDA 110%); --graR:linear-gradient(110deg, #8138DE 30%, #F33A3A 100%); --grabg:linear-gradient(125deg, rgba(60, 160, 136, 0.16) 0%, rgba(222, 232, 166, 0.16) 100%); --wrap:1400px}
html, body{
  font-family:'SCDream';
  overflow-x:hidden
}
.wrap { 
  margin:auto;
  width:90%;
  max-width:var(--wrap);
}

h1 {
  flex: 0 0 auto;
  font-weight:500
}

h1 a {
  display:flex;
  align-items:center;
  font-size:1.9rem;
  letter-spacing:-0.14rem;
}

h1 a:before {
  display:block;
  content:''; 
  width:50px;
  height:50px;
  background:url(/open_content/council/img/inc/logo.png) no-repeat left -5px center/cover;
}

h1 a span{
  font-size:2.6rem;
  margin-left:.5rem;
  font-weight: 700;
}

header {
  height:17rem;
}

header #gnb {
  border-bottom:1px solid #E9E9E9;
}

header #gnb .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header #gnb .wrap .gnbL {
  display: flex;
}

header #gnb .wrap .gnbL>li {
  padding: 0 2rem ;
  color: #818181;
}

header #gnb .wrap .gnbL li:nth-of-type(1) {
  padding-left: 0;
  font-weight:600;
}

header #gnb .wrap ul>li>a {
  position: relative;
  display: inline-block;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}


header #gnb .gnbL>li,
header #gnb .gnbR>li {
  position:relative;
}

header #gnb .gnb_member>a {
  position:relative;
  padding-right:1.8rem;
}

header #gnb .gnb_member>a:after {
  display:block;
  content:'';
  position:absolute;
  right:0px;
  top:50%;
  margin-top:-.5rem;
  width:0px;
  height:0px;
  border:0rem solid transparent;
  border-width:.9rem .5rem;
  border-top-color:#9D9D9D;
}

header #gnb .gnb_member div {
  display:none;
}

header #gnb .gnb_member ul {
  display:flex;
  flex-wrap:wrap;
  font-size:0px;
  position:absolute;
  top:5.8rem;
  left:0px;
  width:100vw;
  max-width:44rem;
  background:var(--color);
  z-index:900;
  border-radius:0px 1rem 1rem 1rem;
  overflow:hidden;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,.5);
}

header #gnb .gnb_member ul>li {
  position:relative;
  width:25%;
}

header #gnb .gnb_member ul>li>a {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:4.7rem;
  padding:.5rem;
  line-height:1.2;
  color:#fff;
  border-left:1px solid rgba(0,0,0,.2);
  border-bottom:1px solid rgba(0,0,0,.2);
}

header #gnb .gnb_member ul>li>a span {
  font-size:1.2rem;
}

header #gnb .gnb_member ul>li>a:hover {
  background:var(--color02); border-color:var(--color02);
}

header #gnb .gnb_member.tgl {
  background:var(--color);
}

header #gnb .gnb_member.tgl>a {
  color:#fff;
}

header #gnb .gnb_member.tgl> a:after {
  top:1.8rem;
  margin-top:-0.3rem;
  border-top-color:#fff;
  transform:rotate(-180deg);
}

header #gnb .gnb_member.tgl+li:before {
  display:none;
}

header #gnb .gnb_member.tgl div {
  display:block;
}

header #gnb .gnbL>li+li:before,
header #gnb .gnbR>li+li:before {
  display:block;
  content:'';
  position:absolute;
  left:0px;
  top:50%;
  margin-top:-.5rem;
  width:1px;
  height:1rem;
  background:#9D9D9D;
}

header #gnb .gnbL>li:nth-of-type(3) a {
  color:var(--color);
}

header #gnb .gnbR {
  display: flex;
}

header #gnb .gnbR>li {
  padding: 0 2rem;
}

header #gnb .gnbR>li:last-child {
  padding-right: 0;
}

header #gnb .gnbR>li>a:before {
  display:inline-block;
  content:'';
  vertical-align: middle;
  position: relative;
  margin:-.3rem 2px 0px 0px;
  width:2rem;
  height:2rem;
  background-position:left center;
  background-repeat:no-repeat;
  background-size:cover;
}

header #gnb .gnbR>li.gnb_login>a:before {
  background-image:url(/open_content/member/images/inc/ic_login.svg);
}

header #gnb .gnbR>li.gnb_logout>a:before {
  background-image:url(/open_content/member/images/inc/ic_logout.svg);
}

/* header #gnb .gnbR>li.gnb_mypage>a:before {
  padding-left:0px
}  */

header #gnb .gnbR>li.gnb_mypage>a:before {
  display: none;
} 


header #lnb {
    flex: 1 1 auto;
    max-width: 48%;
}

header #lnb ul.menu {
  position: relative;
  gap: 1rem;
  z-index: 9;
  justify-content: space-between;    
}

header #lnb ul.menu>li {
  position: relative;
}

header #lnb ul.menu>li>a {
position: relative;
color: #333;
font-size: 2.2rem;
font-weight: 500;
text-decoration: none;
  
}

  header #lnb ul.menu>li>a::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  transition: .2s;
}

header #lnb ul.menu>li.on>a, header #lnb ul.menu>li>a:hover {
  color: var(--color);
}

header #lnb ul.menu>li.on>a::after, header #lnb ul.menu>li>a:hover::after {
  background: var(--color);
}

header #lnb ul.menu>li>.sub-menu {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  position: absolute;
  top: 5rem;
  left: -4.2rem;
  width: 17rem;;
  padding: 1.5rem 0rem;
  background: #FFF;
  border-radius: 2rem;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.10);
  display: none;
	transition:.3s;
}

header #lnb ul.menu>li>.sub-menu>li {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}

header #lnb ul.menu>li>.sub-menu.link>li {
  padding: 1rem 1rem 1rem 0;
}

header #lnb ul.menu>li>.sub-menu>li:hover a,
header #lnb ul.menu>li>.sub-menu>li.select a{
  color: #333;
  font-weight: 700;
}

header #lnb ul.menu>li>.sub-menu>li>a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #989898;
}

header #lnb ul.menu>li>.sub-menu.link>li>a::before {
  content: '';
  position: absolute;
  right: -1.8rem;
  top: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/open_content/member/images/main/sub-menu-ic.svg) no-repeat;
  background-size: 2.4rem;
}

header #lnb ul.menu>li>.sub-menu.link>li:hover>a::before {
  background-position: -1.2rem 0;
}


header>.wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header>.wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

header #lnb ul.menu {
  display: flex;
}

footer {
  font-family: 'Spoqa';
  padding: 6rem 0px;
}


footer * {
  color: #545454;
}

footer .btm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

footer .btm h1 a {
  color: #B7B7B7;
  font-weight: 500;
  font-family: 'SCDream';
}

footer .btm h1 a span {
  color: #B7B7B7;
  font-weight: 500;
}

footer .btm h1 a:before {
  display: block;
  content: '';
  width: 5rem;
  height: 4rem;
  background: url(/open_content/member/images/inc/foot-logo.png) no-repeat left center / 4rem;
}

footer .btm_con{
  line-height: 2.4rem;
}

footer .btm_con .copy {
  font-size: 1.2rem;
}

footer .btm .btm_menu {
  display: flex;
  margin: 2rem 0px;
}

footer .btm .btm_menu>li {
  position: relative;
  padding: 0 1rem;
}

footer .btm .btm_menu>li:nth-of-type(1) {
  padding-left: 0;
}

footer .btm .btm_menu>li+li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  top: .8rem;
  width: 1px;
  height: 40%;
  background: #DADADA;
}

footer .btm .btm_menu>li:first-child a {
  font-weight: bold;
  color: var(--color02)
}

footer .btm .btm_menu>li:last-child {
  padding-right: 0px;
}




/*******************************************************/


@media screen and (max-width:1024px){
  header {
    height: auto;
  }

  header>.wrap {
    flex-direction: column;
  }

  header #lnb {
    max-width: none;
    width: 100%;
    margin-top: 2.5rem;
  }

  header #lnb ul.menu {
    justify-content: space-evenly;
  }
}

@media screen and (max-width:800px){

  header>.wrap {
    padding-top: 2rem;
  }

  header #gnb .wrap .gnbL li:nth-of-type(1),
  header #gnb .wrap .gnbL li:nth-of-type(3),
  header #gnb .wrap .gnbL li:nth-of-type(4) {
    display: none;
  }

  header #gnb .wrap .gnbL>li.gnb_member {
    margin-left: -2rem;
  }

  header #gnb .gnbL>li+li:before {
    display: none;
  }

  footer .btm .btm_menu {
    flex-wrap: wrap;
    margin-bottom: 0rem;
  }

  footer .btm.wrap h1 {
    display: none;
  }

  header #lnb ul.menu>li>.sub-menu.link>li {
    padding: 1.5rem 1rem 1.5rem 0;
  }
  
  header #lnb ul.menu>li>.sub-menu.link>li>a {
    font-size: 1.8rem;
  }

}
