@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: "ydiygo", sans-serif;
    font-weight: 300;
    min-width: 1800px;
}
.ft_ns {
    font-family: 'Noto Sans KR', sans-serif;
}
.ft_ti {
    font-family: 'times', sans-serif;
}
.ft_yd {
    font-family: 'SpoqaHanSansNeo', sans-serif;
}
.ft_sb {
    font-family: "sebang", sans-serif;
}

.inner{
    width: 1800px;
    margin: 0 auto;
}
.sub_inner{
    width: 1200px;
    margin: 0 auto;
}
.res_inner{
    width: 1200px;
    margin: 0 auto;
}
img { display: inline-block; max-width:100%; height:auto; vertical-align: middle; }
p, span, b, strong, h1, h2, h3, h4, h5, h6 {
    word-break: keep-all;
}

.img_box   {width: 100%;}
.inline{display: inline-block;}
.mo_none{display: block;}
.mo_block{display: none;}

.hide{
    display: none;
}
.show{
    display: block;
}

.txt_left{text-align: left;}
.txt_center{text-align: center;}
.txt_right{text-align: right;}

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

.flex_box_around {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.flex_box_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.flex_start {
    justify-content: flex-start;
}
.flex_top{
    align-items: flex-start;
}
.flex_center{
    align-items: center !important;
}
.flex_end {
    justify-content: flex-end;
}

.p_ab_cen_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p_ab_cen_y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
input {
    -webkit-appearance: none;
}

@media screen and (max-width: 768px){
    .mo_none{display: none;}
    .mo_block{display: block;}
}


/* header */

.goTop{
    position: fixed;
	right: 100px;
	bottom: 100px;
    opacity: 0;
	visibility: hidden;
	transition: 0.4s;
    z-index: 9999;
}
.goTop.active{
	opacity: 1;
	visibility: visible;
}

#container{
    margin-top: 130px;
    min-height: 100vh;
    padding-bottom: 343px;
}
#header{
    position: relative;
    margin-top: -130px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 90;
    height: 130px;
}
#header.abc{
    border-bottom: 1px solid #ddd;
}
#header .header_top{
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    /* min-width: 1920px; */
}
#header .header_top .top_left{
    float: left;
    margin-left: 310px;
}
#header .header_top .top_right{
    /* display: flex;
    align-items: center;
    justify-content: flex-end; */
    margin-right: 310px;
    float: right;
}
.twinkle_ani{
    animation: tw_ani 1.7s infinite ease-in;
}
@keyframes tw_ani{
    0% {opacity: 30%;}
    50% {opacity: 100%;}
    100% {opacity: 30%;}
}
#header .header_top .top_right li{
    margin-left: 25px;
    float: left;
}
#header .header_top .top_left li{
    margin-right: 25px;
    float: left;
}
#header .header_top ul li a{
    font-size: 14px;
    color: #888888;
    letter-spacing: -0.04em;
}
#header .header_btm{
    position: fixed;
    left: 0; right: 0;
    height: 90px;
    background: #fff;
    width: 100%;
    min-width: 1800px;
    /* overflow: hidden; */
}
#header.on .header_btm{
    top: 0;
    background: #fff;
}
#header.on{
    height: 90px;
}

#header .header_btm .h_btm_inner{
    position: relative;
    width: 1280px;
    margin:  0 auto;
    background: #fff;
}
#header .header_btm .h_btm_inner h1{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
#header .header_btm .h_btm_inner .left{
    float: left;
}
#header .header_btm .h_btm_inner .right{
    background: #fff;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#header .header_btm .h_btm_inner .right .dep01_01:last-child a::after{
    height: 0 !important;
}
#header .header_btm .search_box{
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 315px;
    background: #f5f5f5;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 0 20px 30px;
    width: 390px;
    transition: 0.4s;
    z-index: -10;
}
#header .header_btm .search_box .s_txt{
    width: 80%;
    background: #f5f5f5;
    margin-right: 10px;
    outline: none;
}
#header .header_btm.on .search_box{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
#header .header_btm .search_box .s_txt::placeholder{
    color: #adadad;
    font-size: 16px;
}
#header .header_btm .search_box .s_submit{
    text-indent: -9999em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/ico/search_ic_r.png) no-repeat center/cover;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

#header .header_btm .h_btm_inner ul .dep01_01{
    float: left;
    /* line-height: 89px; */
    /* overflow: hidden; */
    position: relative;
}
#header .header_btm .h_btm_inner ul .dep01_01 > a{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #555555;
    line-height: 89px;
    margin-right: 50px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#header .header_btm .h_btm_inner .right ul .dep01_01 > a {
    color: #a71c20;
}
#header .header_btm .h_btm_inner ul .dep01_01:hover > a{
    color: #a71c20;
}
#header .header_btm .h_btm_inner .right ul .dep01_01:hover > a {
    color: #555555;
}
#header .header_btm .h_btm_inner ul .dep01_01 > a::after{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #a71c20;
    transition: 0.3s;
}
#header .header_btm .h_btm_inner ul .dep01_01:hover > a::after{
    width: 100%;
}
#header .header_btm .h_btm_inner .dep02_box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
    padding: 20px;
    background: #f5f9fb;
    display: none;
    /* width: 1280px; */

}
/* #header .header_btm .h_btm_inner .dep02 {
    display: flex;
} */

#header .header_btm .h_btm_inner .dep02 > li {
    width: 130px;
}

#header .header_btm .h_btm_inner .dep02 > li > a {
    font-size: 18px;
    letter-spacing: -0.04em;
    /* color: #415868; */
    color: #6c8393;
    display: block;
    margin-bottom: 10px;
}

#header .header_btm .h_btm_inner .dep03 > li > a {
    display: block;
    padding: 5px 0;
    font-size: 15px;
}
/* #header .header_btm .h_btm_inner .dep02 p{
    padding: 20px 0;
}
#header .header_btm .h_btm_inner .dep02 p span{
    display: inline-block;
    width: 147px;
    text-align: center;
    position: relative;
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #415868;
    transition: 0.3s;
} */
#header .header_btm .h_btm_inner .dep02 p span:hover{
    color: #a71c20;
}
#header .header_btm .h_btm_inner .dep02 p span::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 1px;
    background: #b7cad7;
}
#header .header_btm .h_btm_inner .dep02 p span:last-child:after{
    width: 0;
}
#header .header_btm .h_btm_inner .dep02 .top_p{
    border-top: 1px solid #d7e5ee;
}
#header .header_btm .h_btm_inner ul .dep01_01:nth-child(2) .dep02{
    left: -85px;
}
#header .header_btm .h_btm_inner ul .dep01_01:nth-child(3) .dep02{
    left: -170px;
}
#header .header_btm .h_btm_inner ul .dep01_01:nth-child(4) .dep02{
    left: -255px;
}


/* footer */
#footer {
    background: #212121;
    padding: 30px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    /* z-index: 100;
    position: relative; */
}
#footer .h_sp{
    font-size: 15px;
    color: #fff;
    position: relative;
    font-weight: 700;
}
/* #footer .h_sp::before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 2px;
    background: #30302f;
}
#footer .h_sp::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 2px;
    background: #30302f;
} */
#footer .f01_box{width: 55%;}
#footer .f02_box{width: 20%;}
#footer .f03_box{width: 25%;}
#footer .footer_inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .f01_box P,#footer .f02_box P{
    margin-bottom: 10px;
}
#footer .f01_box span,#footer .f02_box span{
    margin-right: 10px;
    color: #757575;
    font-size: 15px;
    letter-spacing: -0.02em;
}
#footer .f01_box .h_sp{
    width: 90px;
    color: #fff;
}
#footer .f_logo{
    margin-bottom: 20px;
}
#footer .f02_box .h_sp{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 0;
    display: block;
    width: 100%;
}
/* #footer .f02_box{
    margin:  0 70px;
} */
#footer .f02_box h5{
    font-size: 42px;
    letter-spacing: 0.04em;
    color: #1d1e1c;
    font-weight: 200;
    margin-bottom: 10px;
}
#footer .f02_box h5 .fas{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #313131;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    margin-right: 15px;
}
#footer .f03_box ul{
    display: flex;
    justify-content: end;
    margin-right: 200px;
}
#footer .f03_box ul li{
    text-align: center;
    margin-left: 10px;
}
#footer .f03_box ul li .h_sp{
    padding: 0 5px;
    margin-top: 15px;
}
#footer .f_p{
    color: #454545;
    font-size: 13px;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin-top: 40px;
}

.login_box{
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0; right:0; top: 0; bottom: 0;
    z-index: 1111;
    /* display: none; */
}
.login_box .login_inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 475px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
}
.login_box .login_inner .close_btn{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.login_box .login_inner .login_logo{
    margin: 60px 0 35px;
}
.login_box .login_inner h4{
    font-size: 24px;
    color: #333333;
    letter-spacing: -0.04em;
}
.login_box .login_inner form{
    width: 72.9166666667%;
    margin: 0 auto;
}
.login_box .login_inner .info_l input{
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 10px;
    margin-top: 25px;
}
.login_box .login_inner .info_l input::placeholder{
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #999999;
}
.login_box .login_inner .find_box{
    margin: 25px 0 35px;
}
.login_box .login_inner .find_box p{
    color: #999;
    font-size: 14px;
    letter-spacing: -0.04em;
}
.login_box .login_inner .find_box p:first-child{
    float: left;
}
.login_box .login_inner .find_box p:last-child{
    float: right;
    text-align: right;
}
.login_box .login_inner .find_box .checkbox{
    vertical-align: middle;
}
.login_box .login_inner .sm_login{
    width: 350px;
    padding: 20px 0;
    background: #a71c20;
    color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.login_box .login_inner > p{
    font-size: 14px;
    color: #666666;
    letter-spacing: -0.04em;
    line-height: 22px;
    margin: 20px 0;
}
.login_box .login_inner .go_join{
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #333333;
    display: inline-block;
    margin-bottom: 55px;
}
.login_box .login_inner .login_bt_box{
    background: #333333;
}
.login_box .login_inner .login_bt_box ul{
    font-size: 0;
    padding: 40px 0;
}
.login_box .login_inner .login_bt_box ul li{
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    text-align: left;
    padding:0 20px;
    border-right: 1px solid #999;
}
.login_box .login_inner .login_bt_box ul li:last-child{
    border-right: 0;
}
.login_box .login_inner .login_bt_box ul li h5{
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #fff;
}
.login_box .login_inner .login_bt_box ul li p{
    font-size: 13px;
    letter-spacing: -0.04em;
    color: #999999;
}
.myPage_menu::-webkit-scrollbar {
    width: 7px;
}
.myPage_menu::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 10px;
}
.per_box::-webkit-scrollbar-track {
    background-color: none;
    border-radius: 10px;
}

.per_box::-webkit-scrollbar {
    width: 7px;
}
.per_box::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 10px;
}
.per_box::-webkit-scrollbar-track {
    background-color: none;
    border-radius: 10px;
}

.myPage_menu .bot_my_box::-webkit-scrollbar {
    width: 7px;
}
.myPage_menu .bot_my_box::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 10px;
}
.myPage_menu .bot_my_box::-webkit-scrollbar-track {
    background-color: none;
    border-radius: 10px;
}



.check_box_cus input[type="checkbox"],
.check_box_cus input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 0.1rem;
    margin: -0.1rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.1rem;
}
.check_box_cus input[type="checkbox"]:hover + label:before{
    border-color: #000;
}
.check_box_cus input[type="radio"]:hover + label:before {
    border-color: #fff;
}
.check_box_cus input[type="checkbox"]:active + label:before{
    transition-duration: 0;
    filter: brightness(0.2);
}
.check_box_cus input[type="radio"]:active + label:before{
    transition-duration: 0;
    filter: brightness(0.2);
}
.check_box_cus input[type="checkbox"] + label{
    position: relative;
    padding-left: 40px;
    font-weight: 700;
    line-height: 40px;
}
.check_box_cus input[type="radio"] + label {
    position: relative;
    padding-left: 35px;
    font-weight: 700;
    line-height: 26px;
}
.check_box_cus input[type="checkbox"] + label:before, .check_box_cus input[type="checkbox"] + label:after{
  box-sizing: content-box;
  position: absolute;
  content: '';
  display: block;
  left: 0;
}
.check_box_cus input[type="radio"] + label:before{
    box-sizing: content-box;
    position: absolute;
    content: '';
    display: block;
    left: 0;
}
.check_box_cus input[type="checkbox"] + label:before{
    width: 39px;
    height: 39px;
    text-align: center;
    background-color: #eaeaea;
    cursor: pointer;
}
.check_box_cus input[type="radio"] + label:before {
    width: 26px;
    height: 26px;
    text-align: center;
    background-color: #cad0d7;
    cursor: pointer;
}
.check_box_cus input[type="checkbox"] + label:after{
  background-color: #fff;
  bottom: 6px;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  transform: scale(1);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}
.check_box_cus input[type="radio"] + label:after {
    box-sizing: content-box;
    position: absolute;
    content: '';
    display: block;
    background-color: transparent;
    top: 8px;
    left: 7px;
    width: 7px;
    height: 4px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 3.5px 3.5px;
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
}

.check_box_cus input[type="radio"]:checked + label:before {
  -moz-animation: borderscale 300ms ease-in;
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
  background-color: #a71c20;
}
.check_box_cus input[type="radio"]:checked + label:after {
    content: '';
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    -moz-transition: -moz-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
}
.check_box_cus input[type="radio"] + label:before {
  border-radius: 5px;
}

.check_box_cus input[type="checkbox"] + label:after {
  background-color: transparent;
  bottom: 6px;
  left: 9.5%;
  width: 0.7rem;
  height: 0.4rem;
  margin-top: -0.3rem;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 0.3rem 0.3rem;
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.check_box_cus input[type="checkbox"]:checked + label:before {
  -moz-animation: borderscale 200ms ease-in;
  -webkit-animation: borderscale 200ms ease-in;
  animation: borderscale 200ms ease-in;
  background: #a71c20;
  color: #fff;
}
.check_box_cus input[type="checkbox"]:checked + label:after {
  content: '';
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}

.select-overflow{
    height: 300px;
}

.event .main_project { padding: 100px 0; }

.event .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.event .event_tab {
    display: flex;
    margin-bottom: 100px;
}

.event .event_tab li {
    flex: 1;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-color: #fff;
    transition: all 0.3s;
}
.event .event_tab li.active,
.event .event_tab li:hover {
    border-top: 1px solid #a71c20;
    border-bottom: 1px solid #a71c20;
    border-right: 1px solid #a71c20;
    background-color: #a71c20;
    color: #fff;
}

.event .event_tab li.active a,
.event .event_tab li:hover a {
    color: #fff;
}


.event .event_tab li:first-of-type {
    border-left: 1px solid #cccccc;
}

.event .event_tab li a {
    display: block;
    padding: 20px;
    text-align: center;
    color: #cccccc;
    transition: all 0.3s;
    font-size: 24px;
}


.event .event_list {
  margin-bottom: 120px;

}

.event .event_list .list_box {
    display: flex;
    flex-wrap: wrap;

}


.event .event_list h5 {
    font-size: 30px;
    font-style: normal;
    display: inline-block;
    margin-bottom: 30px;
}

.event .event_list .tab_wrapper {
    width: 23%;
    margin-bottom: 55px;
}

.event .event_list .tab_wrapper:not(:nth-child(4n)) {
    margin-right: 2.66%;
}

.event .event_list .tab_wrapper .img_box {
    border: 1px solid #d8d8d8;
}

.find_wrap .login_inner {
    padding: 0 57px;
    height: 784px;
}
.login_pop .login_inner {
    height: 784px;
}

.find_wrap .find_tab {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #a71c20;
    margin-top: 65px;
    margin-bottom: 40px;
}

.find_wrap .find_tab li {
    width: 50%;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0 !important;
}

.find_wrap .find_tab li:first-of-type {
    border-right: 0;
}

.find_wrap .find_tab li.on {
    background-color: #a71c20;
    border: 1px solid #a71c20;
    color: #fff;
}


.find_wrap .find_tab li a {
    padding: 16px 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.find_wrap form {
    width: 100% !important;
}

.find_wrap .chk_list {
    display: flex;
    justify-content: space-between;
}

.find_wrap .chk_list li input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 0.1rem;
    margin: -0.1rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.1rem;
}


.find_wrap .chk_list li input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
}

.find_wrap .chk_list li input[type="radio"] + label:before {
    background-color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    content: '';
    cursor: pointer;
    text-align: center;
    display: block;
    position: absolute;
    border: 1px solid #e5e5e5;
    left: 0;
    top: 0;
}

.find_wrap .chk_list li input[type="radio"] + label:after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    position: absolute;
}

.find_wrap .chk_list li input[type="radio"]:checked + label:after {
    -webkit-animation: borderscale 300ms ease-in;
    animation: borderscale 300ms ease-in;
    background-color: #a71c20;


}

.find_wrap .agree_txt_box {
    /* display: none; */
}

.find_wrap .agree_txt_box .agree_txt {
    font-size: 15px;
    color: #999999;
    margin-top: 35px;
    margin-bottom: 10px;
    text-align: left;
    letter-spacing: -0.04em;
    line-height: 1.3;
}


.find_wrap .agree_txt_box table tbody tr td {
    padding: 12px 0;
    font-size: 14px;
    color: #999999;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    letter-spacing: -0.055em;
    text-align: left;
    line-height: 1.4;
}

.find_wrap .agree_txt_box table tbody tr td:last-of-type {
    border-left: 1px solid #d6d6d6;
    padding-left: 10px;
}

.find_wrap .agree_txt_box table tbody tr:first-of-type td {
    border-top: 1px solid #333333;
}

.find_wrap .agree_txt_box table tbody tr:last-of-type td {
    border-bottom: 1px solid #333333;
}

.find_wrap .agree_txt_box .check_box_cus label {
    font-size: 15px;
    color: #333333;
    letter-spacing: -0.04em;
}

.find_wrap .check_box_cus {
    text-align: left;
    display: block;
    margin-top: 10px;
}

.find_wrap .check_box_cus input[type="checkbox"] + label {
    padding-left: 35px;
}

.find_wrap .check_box_cus input[type="checkbox"] + label:before {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}
.find_wrap .check_box_cus input[type="checkbox"] + label:after {
    left: 1.5%;
    width: 0.5rem;
    height: 0.2rem;
}

.find_wrap .sm_login {
    margin-top: 45px;
    font-weight: 300;
    width: 100% !important;
}

.find_wrap h5 {
    font-size: 22px;
    color: #333333;
    letter-spacing: -0.04em;
    text-align: left;
}

.find_wrap .p_txt {
    font-size: 14px;
    margin-top: 10px;
    color: #999999;
    letter-spacing: -0.04em;
    text-align: center;
}

.find_wrap .result_wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 10px 0;
    margin-top: 25px;
}

.find_wrap .result_wrap span {
    display: block;
}

.find_wrap .result_wrap .result_Id {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.find_wrap .result_wrap .result_Date {
    font-size: 14px;
    color: #999999;
}

.find_wrap .c_find h5 {
    margin-bottom: 40px;
}

.find_wrap .pw_find_result .result_tt {
    font-size: 16px;
    text-align: left;
    color: #333333;
    letter-spacing: -0.04em;
    line-height: 1.25;
}

.find_wrap .pw_find_result .result_wrap {
    display: block;
}

.find_wrap .pw_find_result .result_wrap span {
    text-align: left;
}

.find_wrap .pw_find_result .result_wrap .result_txt {
    font-size: 14px;
    margin-bottom: 5px;
    color: #999999;

}

.find_wrap .pw_find_result .result_wrap .result_phone {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.find_wrap .pw_find_result2 .result_wrap {
    justify-content: flex-start;
}

.find_wrap .pw_find_result2 .result_wrap:first-of-type {
    border-bottom: 0;
}

.find_wrap .pw_find_result2 .result_wrap:last-of-type {
    margin-top: 0;
}

.find_wrap .pw_find_result2 .result_wrap span {
    text-align: left;
    letter-spacing: -0.04em;
}

.find_wrap .pw_find_result2 .result_wrap .result_title {
    width: 66px;
    font-size: 14px;
    margin-right: 34px;

}

.find_wrap .pw_find_result2 .result_wrap .result_txt {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.find_wrap .pw_alert {
    padding-bottom: 60px;
    position: absolute;
    width: 100%;
    top: 170px;
    left: 0;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);

}

.find_wrap .pw_alert .alert_txt {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
}

.login_pop h3{
    font-size: 25px;
    color: #333333;
    margin:30px 0 15px;
}
.login_pop .l_pop01{
    line-height: 23px;
    color: #555555;
}
.login_pop .border_div{
    padding: 25px 0;
    margin: 25px auto 0;
    width: 80%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;

}
.login_pop .border_div .l_pop02{
    color: #a71c20;
    line-height: 23px;
    font-size: 15px;
}
.login_pop .border_div .l_pop02 strong{
    font-weight: 700;
}
.login_pop .login_inner p.l_pop03{
    font-size: 20px;
    color: #333;
    margin: 40px 0 70px;
}
.login_box .login_inner .close_alert{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.accumulate_table_box{margin-bottom: 150px;}


 .login_sns_div{
     display: flex;
     gap: 1em;
     margin: 1em auto;
     justify-content: center;
     flex-direction: column;
 }
.login_sns_div .login_sns{
    width: 350px;
    cursor: pointer;
    margin: 0 auto;
}

.login_sns_div.register_page{
    flex-direction: initial;
}

.login_sns_div.my_page{
    justify-content: flex-start;
    flex-direction: initial;
}
.login_sns_div.my_page img{
    width: auto;
    height: auto;
    margin: 3px 3px 3px 0;
}

.login_sns_div.my_page > div {
    cursor: pointer;
}
.login_sns_div.my_page img{
    width: 2.5rem;
    height: auto;
    margin: 3px 3px 3px 0;
}

.my_page_leave {
    display: inline-block;
    padding-right: 3.5em;
}

.my_page_leave .login_sns_div.my_page {
    margin: auto;
    gap: 0;
}