@charset "utf-8"; 

/*Font-family: 'Spoqa Han Sans';*/
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

/* * @ RESET CSS * ------------------------------- */ 
html, body, div, p, span, strong, b, em, iframe, pre, 
h1, h2, h3, h4, h5, h6, 
img, dl, dt, dd, fieldset, form, legend, label, 
table, caption, thead, tbody, tfoot, tr, th, td, 
ul, ol, li, a, input, select, textarea {margin: 0;padding: 0; border: 0 none; } 

ul, ol, li {list-style:circle;} 
em, address {font-style: normal;} 
img {border: 0 none; font-size: 0;line-height: 0;} 
sup {position: relative;top: 2px;font-size: 11px;line-height: 100%;} 

table {border-collapse: collapse; border-spacing:0; } 
caption {overflow: hidden;width: 0;height: 0;font-size: 0; line-height: 0;} 
th, td { vertical-align: middle;/* white-space: nowrap */} 

/*
a {color: #333; text-decoration: none; line-height: 1;} 
a:hover, a:focus, a:active {text-decoration: underline;} 
a:visited {color: #333;} 
*/
*, html {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } 
*, *:before, *:after {box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}


/* Color Palette */

:root {
    --white: #ffffff;
    --black: #000000;
    --primary-softblue: hsl(215, 51%, 70%);
    --primarycyan: hsl(178, 100%, 50%);
    --neutralmainbg: hsl(217, 54%, 11%);
    --neutralcardbg:hsl(216, 50%, 16%);
    --neutralline:hsl(215, 32%, 27%);
    --gray100: #080808;
    --gray200: #141414;
    --gray300: #191919;
    --gray400: #2a2a2a;
    --gray500: #373737;
    --gray600: #4c4c4c;
    --gray700: #858585;
    --gray800: #ececec;
    --gray900: #f6f6f6;
  }

/*=========================================================*/
html {
    background-color: #151515;
    Font-family: 'Spoqa Han Sans';
    color: #4c4c4c;
}

body {
    font-size: 1vw;
    line-height: 1.7;
    word-break: keep-all;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

main {
    width: 70vw;
    min-height: 100vh;
    margin: 0 15vw 0 15vw;
    background-color: inherit;
    padding: 0 2vw 2vw 2vw;
    border: #f6f6f6;
    border-style: solid;
    border-width: 2pt;
}

.start {
    color: #f6f6f6;
}

ul {
    padding-left: 2vw;
}


.title {
    font-size: 3.4vw;
    font-weight: 600;
    margin-bottom: 1rem;
    font-kerning: auto;
    position: relative;
    display: flex;
    justify-content: left;
    height: 10vh;
    padding: 5vh 0 0 0;
    margin: 0 0 8vh 0;
}

.titletext {
    position: absolute;
    font-family: "IBM Plex Sans", sans-serif;
}


.question {
    height: 100%;
    padding: 0 0 5vh 0;
    /* height: var(--downtown-height); */
}


.session {
    text-align: left;
    margin: 6vh 0 0 0; 
}



.sessiontext {
    margin: 4vh 0 2vh 0;
    font-weight: 600;
    font-size: 2vw;
    font-family: "IBM Plex Sans", sans-serif;
}

.line {
    border-top: 1px solid #e3e3e3;
    height: 3px;
    width: 100%;
    margin: 1.5vh 0 0 0;
}

.chop {
    margin: 4vh 0 4vh 0;
    font-weight: 600;
    font-size: 2vw;
    color: #ffffff;
    font-family: "IBM Plex Sans", sans-serif;
}


.doptext {
    font-weight: 500;
    font-size: 1.5vw;
    margin: 0 0 1vh 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    white-space: nowrap;
    color: yellow;
    font-family: "IBM Plex Sans", sans-serif;
}

.dop {
    margin-top: 2vh;
    max-width: 40vw;
    font-weight: 500;
    color: #f6f6f6;
    font-family: "IBM Plex Sans", sans-serif;
}