@charset "utf-8";


/* 현재 페이지 경로 */

.content_location {
    display: flex;
    align-items: center;
    background-color: #f3f4f6;
    height: 45px;
    align-items: center;
}

.content_location_inner {
    width: 100%;
    box-sizing: border-box;
    justify-items: right;
    padding-right: 60px;
    align-items: center;
}

.content_location_inner ul {
    display: flex;
    gap : 15px;
    list-style: none;              
    padding-right: 100px;
    margin: 0;
    
}

.content_location_inner ul li a {
    color: inherit
}

.content_location_inner ul span {
    padding: auto;
    padding-left: 8px;

}


.content_wrap {
    gap: 50px;
    display: flex;
    box-sizing: border-box;
    width: 100vx;
    height: auto;
    justify-content: center;
    
}


/* 서브 메뉴 */
.snb {
    display: block;
    width: 220px;
    height: 500px;
}

.snb_title_wrap {
    display: block;
    background-color: #2C2A6E;
    height: 173px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.snb_title {
    font-family: "pretendard", sans-serif;
    color: #fefefe;
    font-weight: 700;
    font-size: 32px;
}

.snb_nav_wrap {
    display: block;
    width: 100%;
    height: 185px;
    
}

.snb_nav {
    display: block;
    width: 100%;
    height: 100%;
    
}

.depth2 {
    list-style: none;

}

.depth2 li {
    border-bottom: 1px solid #ccc;
}


.depth2 a {
    display: block;
    text-decoration: none;
    font-family: "pretendard", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 15px 20px;
    padding-left: 0px;
    
}

.depth2 .fst_child {
    text-decoration: underline;
}


.depth2 a:hover {
    color: #0080ff;
    text-decoration: underline;
}


/* 메인컨텐츠 */



.content {
    display: block;
    width: 920px;
}

.content_head {
    display: block;
    padding-bottom: 15px;
}

.content_title_wrap {
    display: flex;
    border-bottom: 4px solid #333;
    
}


.content_title {
    font-family: "pretendard";
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    padding-top: 25px;
    padding-bottom: 25px;
}

/*TOP버튼*/

html {
  scroll-behavior: smooth;
}

.btn-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #333; 
  color: #fff;
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 999;
  transition: 0.3s;
}

.btn-top:hover {
  background-color: #0056b3;
}

.con{
  min-height: 720px;
  flex:1;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.sec_tit{
  padding-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
}

.form_wrap{
  width:520px;
  display:flex;
  justify-content:center;
}

.login_card{
  width:420px;
  background:#fff;
  border:10px solid #dfe3e8;
  padding:26px;
}

.login_logo{
  height:74px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
}
.login_logo img{
  max-height:60px;
  width:auto;
  display:block;
}

.txt_ctrl{
  width:93%;
  height:44px;
  padding:0 14px;
  border:1px solid #b8bec8;
  /* background:#eef0f3; */
  background: #f5f5f5;
  border-radius:4px;
  margin-bottom:12px;
}

/* 버튼/링크 영역 */
.btn_con{
  margin-top:10px;
}

.btn_ctrl{
  display:block;
  width:100%;
  height:44px;
  line-height:44px;
  text-align:center;
  border-radius:4px;
  font-weight:800;
}

.btn_ctrl.login{
  /* background:#9be7ff; */
  background: #2C2A6E;
  font-size: 20px;
  color:#fff;
  cursor:pointer;

}
.btn_ctrl.find{
  height:auto;
  line-height:1.2;
  padding:10px 0;
  border:0;
  background:transparent;
  color:#1d4ed8;
  font-weight:800;
}

.join_box{
  margin-top:14px;
  padding:14px 12px;
  border:4px solid #dfe3e8;
  text-align:center;
  font-weight:800;
}
.join_link{
  margin-left:8px;
  color:#1d4ed8;
  text-decoration:none;
}
.join_link:hover{
  text-decoration:underline;
}


