:root {
    --text-color: #000000;
    --background-color: #f8f9fa;
    --accent-color:#263343;
    --text-unhover-color: #5e5e5e;
    --underbar-unhover-color: #c7c7c7;
    --embiome-color: #0c9fdc;
    --text-color-white:#f8f9fa;
}

.summary__analysis img {
    width:calc(95%);
    height: 100%;
    object-fit: cover;
    margin-top: 16px;
    margin-bottom: 32px;
}

.summary__analysis {
    text-align: center;
    position:relative;
    width: 100%;
    height: 250px;
    margin: 0 auto;
}

.summary__description {
    text-align: center;
    font-family: 'AppleSDGothicNeoM';
    position: absolute;
    text-shadow: 2px 2px var(--text-color);
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color:var(--text-color-white);
}

.wrap__analysis {
    align-items: center;
    width: 100%;
}

.analysis__img {
    max-width:450px;
    max-height:300px;
    width: 350px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.8);
}

.list__analysis li{
    display: flex;
    flex-direction: column;
    list-style: none;
    align-items: center;
    margin: 0 50px;
}

.list__analysis {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 32px;
    padding: 20px 100px;
}

.analysis__btnName {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    width: 350px;
    height: 200px;
    margin-bottom:-200px;
    text-align: center;
    padding-top: 30px;
    text-decoration: none;
    font-family: 'AppleSDGothicNeoB';
    font-size: 40px;
    color: var(--text-color);
}

.analysis__btnName:hover {
    background: none;
    color: var(--text-color-white);
    transition: all 250ms ease-out;
    text-shadow: 2px 2px var(--text-color);
}

.description__anlaysis {
    margin-top: 24px;
    width: 350px;
    text-align: justify;
}

.analysis__type {
    margin: 16px 32px;
}

.analysis__type h1{
    font-size: 56px;
    color: var(--embiome-color);
}

.analysis__processBtn {
    margin-left: 32px;
    margin-bottom: 32px;
}

.analysis__processBtn button{
    border:none;
    border-bottom: 4px solid var(--underbar-unhover-color);
    background: none;
    text-align: center;
}

.analysis__processBtn button:hover {
    border-bottom: 4px solid var(--embiome-color);
    transition: all 250ms ease-out;
    color: var(--embiome-color);
}
.analysis__fileTypeSection,
.analysis__fileInputSection,
.job__createSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:0 100px;
    padding-bottom: 100px;
}

.analysis__fileTypeSection h2,
.analysis__fileInputSection h2,
.job__createSection h2 {
    text-align: left;
    font-family: 'AppleSDGothicNeoB';
    font-size: 24px;
    border-left: 4px solid var(--embiome-color);
    padding: 0 12px;
    margin: 16px 0;
}

.job__keywordTitleSection h2 {
    text-align: left;
    font-family: 'AppleSDGothicNeoB';
    font-size: 24px;
    border-left: 4px solid var(--embiome-color);
    padding: 0 12px;
    margin: 16px 0;
    margin-left: 16px;
}


.analysis__fileTypeSummary,
.analysis__fileInputContent {
    display: flex;
    justify-content: space-around;
    height: 100%;
    padding: 8px 12px;
    border: 2px solid var(--underbar-unhover-color);
    border-radius: 5px;
}

.job__createContent {
    display: block;
    justify-content: center;
    height: 100%;
    padding: 8px 12px;
    border: 2px solid var(--underbar-unhover-color);
    border-radius: 5px;
}

.job__titleInsert,
.job__targetFileList,
.job__keywordSection > .job__searchKeyword > .job__keywordSearchBar {
    display: flex;
    justify-content: center;
    padding: 8px, 12px;
    margin: 8px 16px;
}

.job__titleInsert > span,
.job__targetFileList > span {
    text-align: center;
    width: 100px;
    padding: 8px 12px;
    margin: 0 12px;
    color: var(--text-color-white);
    background-color: var(--embiome-color);
    border: none;
    border-radius: 5px;
    box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.2);
    height: 40px;
}

.job__titleInsertBox,
.job__fileListBox {
    width: 100%;
    border: 1px solid var(--underbar-unhover-color);
    border-radius: 5px;
}

.job__keywordSection {
    display: flex;
    flex-direction: column;
    padding: 8px, 12px;
    margin: 8px 16px;
}

.input__btnSection {
    padding-left: 24px;
    margin: 32px 8px;
}

.jobCreate__btnSection {
    padding-left: 24px;
    margin: 32px 8px;
}

.jobCreate__btnSection a {
    font-family: 'AppleSDGothicNeoM';
    font-size: 16px;
    padding: 8px 12px;
    border: 4px solid transparent;
    background-color: var(--embiome-color);
    color: var(--text-color-white);
    border-radius: 5px;
}

.jobCreate__btnSection a:hover{
    transition: all 250ms ease-out;
    border: 4px solid var(--accent-color);
}

#jobCreate__btn {
    width: 100px;
    height: 40px;
    border:none;
    border-radius: 4px;
    background-color: var(--embiome-color);
    color: var(--text-color-white);
    padding: 8px 12px;
    margin-left: 8px;
    font-family: 'AppleSDGothicNeoL';
    box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.2);
}

#jobCreate__btn:hover {
    font-family: 'AppleSDGothicNeoB';
    transition: all 250ms ease-out;
    color: var(--text-color);
}

#jobCreate__btn:active {
    background-color: var(--accent-color);
    color: var(--text-color-white);
}

.job__submitBtnSection {
    display: flex;
    align-content: right;
}

.job__submitBtn {
    color: var(--text-color-white);
    background-color: var(--embiome-color);
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 8px 12px;
}

.job__keywordSearchBar {
    border: 1px solid var(--underbar-unhover-color);
    border-radius: 10px;
}

.job_fileTitle {
    margin: 2px 2px;
    padding: 2px 2px;
    border: none;
    border-radius: 3px;
    background-color: var(--text-unhover-color);
}

.job_fileTitle:hover {
    background-color: var(--accent-color);
    transition: all 250ms ease-out;
}

.job_fileTitle:active {
    background-color: var(--underbar-unhover-color);
}

.job_fileTitle > p {
    margin: 0 8px;
    padding: 4px 4px;
    text-align: left;
    color: var(--text-color-white);
}

.job_fileTitle > p:active {
    color: var(--accent-color);
}

.job_selectedFileTitle {
    margin: 2px 2px;
    padding: 2px 2px;
    border: none;
    border-radius: 3px;
    background-color: var(--accent-color);
}

.job_selectedFileTitle:active {
    background-color: var(--underbar-unhover-color);
    transition: all 250ms ease-out;
}

.job_selectedFileTitle > p {
    margin: 0 8px;
    padding: 4px 4px;
    text-align: left;
    color: var(--text-color-white);
}

.job_selectedFileTitle > p:active {
    color: var(--accent-color);
}



.input__btnSection a{
    font-family: 'AppleSDGothicNeoM';
    font-size: 16px;
    padding: 8px 12px;
    border: 4px solid transparent;
    background-color: var(--embiome-color);
    color: var(--text-color-white);
    border-radius: 5px;
}

.input__btnSection a:hover{
    transition: all 250ms ease-out;
    border: 4px solid var(--accent-color);
}

.part__description {
    padding: 0 30px;
}

.part__description p {
    text-align: justify;
}

.part__description ul{
    padding-left: 0;
    margin-left: 8px;
    list-style: none;
}

.description__title {
    font-family: 'AppleSDGothicNeoB';
    font-size: 16px;
}

.external__fileTypeSection {
    border-right: 2px solid var(--underbar-unhover-color);
}

@media screen and (max-width: 1350px) {
    .list__analysis {
        padding: 20px 50px;
        flex-direction: column;
    }

    .list__analysis li {
        margin: 32px 50px;
    }

    .summary__description {
        font-size: 16px;
    }
}

@media screen and (max-width: 862px){
    .analysis__fileTypeSummary {
        flex-direction: column;
    }

    .analysis__type {
        width:100%;
        margin: 16px auto;
        text-align: center;
    }

    .analysis__processBtn {
        width: 100%;
        margin: 0 100px;
        margin-bottom: 32px;
        justify-content: left;
    }

    .external__fileTypeSection {
        border-bottom: 2px solid var(--underbar-unhover-color);
        border-right: none;
    }

    .analysis__fileInputContent {
        flex-direction: column;
    }
}