.popup_text{
    /* height: 500px;
    overflow-y: auto; */
    scroll-snap-align: start;
    padding: 15px;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
}

.popup_content_header{
    color: #ff7175;
    margin: 15px;
    margin-left: 0px;
}

.popup_tex_content{
    margin-left: 0px;
}

.key_word_text{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px;
}

.key_word_text span{
    font-weight: 800;
}

.popup_method_list li{  
    margin: 15px;
}

.popup_method_list li ul{
    margin-left: 25px;
}

.popup_method_list li::marker{
    font-size: 30px;
    color: rgb(0, 112, 192);
}

.list_second_level li{
    font-size: 20px;
    list-style-type: none;
}

.list_second_level > li::marker{
    color: black;
    content: '-  ';
    margin-right: 25px;
}

.popup_text::-webkit-scrollbar-track
{   
    border-radius: 10px;
	background-color: #dadada;
	border-radius: 0px;
    padding: 15px;
    width: 25px;
}

.popup_text::-webkit-scrollbar
{
    border-radius: 10px;
	width: 10px;
	background-color: #F5F5F5;
    padding: 15px;
    width: 15px;
}

.popup_text::-webkit-scrollbar-thumb
{   

	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px;
	background-image: rgba(0, 0, 0, .2);
    width: 15px;
}