@charset "utf-8";

.research-form{
    height: 100%;
}
.research-wrap{
    background-color: #EEEEEE
}
.research-container
, .research-container input
, .research-container input
, .research-container select
, .research-container textarea
{
    font-family: "nskr";
    font-size: 40px;
    line-height: 55px;
    
}

.research-container em{
    color: #1e4787;
    text-decoration: none;
    font-style: normal;
}

.research-container *{
    box-sizing: border-box;
}
.research-container button img{
    left: 0;
}

.research{
    display: none;
    padding:60px 40px;
    /* display: flex; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.research-body{
    flex: 1 0 auto;
    width: 100%;
}
.research-footer{
    flex: 0 0 auto;
    width: 100%;
}
.research-seq{
    text-align: center;
    margin-bottom: 1em;
}
.research-q{
    text-align: center;
    margin-bottom: 1em;

}


.research-a{
    text-align: center;
}
.research-input{
    font-family: "nskr";
    border:1px solid #000;
    border-radius: 5px;
    font-size: 40px;
    line-height: 55px;
    padding: 1em;
    width:490px;
}
.research-input-hidden{
    display: none;
}

.research-btns{
    text-align: center;
}
.research-btn-next{
    font-family: "nskr";
    background-color: #1e4787;
    border-radius: 50px;
    border-width: 0;
    font-size: 30px;
    line-height: 1em;
    padding:45px;
    color: #fff;
    width:490px;
}



.research-container[data-step="1"] .research[data-step="1"]
, .research-container[data-step="2"] .research[data-step="2"]
, .research-container[data-step="3"] .research[data-step="3"]
, .research-container[data-step="4"] .research[data-step="4"]
, .research-container[data-step="5"] .research[data-step="5"]
, .research-container[data-step="6"] .research[data-step="6"]
, .research-container[data-step="7"] .research[data-step="7"]
, .research-container[data-step="8"] .research[data-step="8"]
{
    display: flex;
}

/*
n지선다용 답변
*/
.research-a-ex{
    display: block;
    margin-bottom: 1em;
}
.research-a-ex-box{
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
}
.research-a-ex-img{
    float: 0 0 auto;
}
.research-a-ex-desc{
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    line-height: 45px;
}
/* .research-a-ex-desc em{
    color: #1e4787;
    text-decoration: none;
    font-style: normal;

} */

.research-radio:checked + .research-a-ex-box::before{
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;right: 0;top:0;bottom: 0;;
    width:100%;height: 100%;
    z-index: 3;
    background-image:url('/_asset/brunch/favorite/checked.png') ;
    background-position: center center;
    background-repeat: no-repeat;

}


/* 결과 */
.research-result{
    padding:0 0 60px 0;
}
.research-result-img{
    width:100%;
    border-bottom: 2px solid #000;
    margin-bottom: 60px;
}
.research-result-img img{
    width:100%;
}

.research-result-title{
    font-family: "nskr";
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 38px;
}


.research-result-desc{
    font-family: "nskr";
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #5a5a5a;
    white-space: pre-line;
}
.research-result-desc em{
    font-weight: bold;
}

.research-btn-restart{
    border-width: 0;
    background-color: transparent;
    padding:0;
    
}