@charset "utf-8";

html, body {
    height: 100%;
	background-color:
}

.popup_page {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .7);
}

.popup_page .img {
    display: block;
    width: 943px;
    height: 752px;
    border: 1px solid #000;
    background-image: url(../image/popup.png);
    position: relative;
}

.popup_page .img a {
    position: absolute;
    display: block;
    width: 194px;
    height: 50px;
    left: 260px;
    bottom: 28px;
}

.debug {
    position: fixed;
    background-color: red;
    top: 0;
    right: 0;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-family: "nsk_eb";
    padding: 0 10px
}
.debug:empty { display:none }
.body {
    position: fixed;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 0;
    background-color: #2e5eaa
}
.iframe_box {
    position: fixed;
    left:0px;
    top:60px;
    right: 0;
    bottom: 0;
    background-color: #2e5eaa
}
.body .item {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
}

.header {background-color: #282e44 ; color:#fff; height: 60px; position: fixed; top:0;left:0;right:0;}

.header h1 {font-family: "ns_eb"; line-height: 60px; padding: 0 0 0 30px; font-size: 28px;}
h1 i {cursor:pointer; font-size: 0.8em}

.header h1 .badge {
    font-family: "ns_m";
    font-size: 0.8em;
    padding: 9px 10px 5px 8px;
    position: relative;
    top: -2px;
    background-color: #3298b7;
}

.header .step_box {
    position: absolute;
    right: 30px;
    top: 0;
    height: 60px;
    /* padding-top: 0; */
    display: flex
;
    align-items: center;
    align-content: center;

}

.header .step_box .icon {    margin: 0 10px;
    font-size: 40px;
    color: rgba(255,255,255,.4);
    line-height: 60px;}
.header .step_box .active {color:#fcd611; background-color: #2f5373}

.body .item h2 {
    margin: 0;
    padding: 130px 0 40px 0;
    text-align: center;
    font-family: "ns_eb";
    font-size: 50px;
    line-height: 1em
}

.body .cover {
    text-align: center
}

.body .cover .desc {
    font-size: 32px;
    padding: 25px 0;
    line-height: 1em;
    background-color: #3298b7;
    color: #fff;
    font-family: "ns_b";
    width: 550px;
    margin: auto;
    border-radius: 20px
}

.body .bar {
    width: 70%;
    border-bottom: 2px dotted #ccc;
    height: 1px;
    margin: 50px auto
}

.help_box {
    width: 600px;
    margin: auto;
    padding: 35px 20px 35px 20px;
    font-size: 22px;
    font-family: "ns_b";
    line-height: 1.4em;
    z-index: 5;
    background-color: #fff;
    border: 4px solid #126f8b;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 20px
}

.help_box .btn_box {
    text-align: right;
    padding-top: 20px;
    padding-right: 15px
}

.help_box .btn_box .help_btn {
    background-color: #126f8b;
    min-width: 120px;
    font-size: 22px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 1em;
    padding: 10px 20px;
    border-radius: 5px
}

.body .item {
    display: none
}

.body .step_home_0 {
    display: block;
    background-color: #e1ecf5
}

.help_content {
position: relative;
}

.help_content img.bg_img {
    transition: all 1s;
    transform: scale(0.9);
    border: 5px solid #000;
    border-radius: 20px;
    box-shadow: 0 0 70px rgba(0, 0, 0, .5) !important;
}
.help_content img.exam_img {
       left: 50%;
    margin-left: -510px;
}
.step_box .item {
    font-size: 18px;
    padding-top: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px 20px;
    border-radius:10px;
    display: inline-block;
    margin: 0 5px;
    color: rgba(255, 255, 255, 1);
}

.step_box .item.icon {
    cursor: default;
}

.step_box .item small {
    font-size: 11px;
    background-color: #fff;
    padding: 5px 0px;
    background-color: #3298b7;
    display: block;
    width: 52px;
    text-align: center;
    border-radius: 10px;
    line-height: 1em;
    margin-top: 8px;
}

.step_box .item .xi-home {
    margin-right: 20px;
    color: #fff;
    font-size: 22px
}

.help_modal_bg {
    width:100%;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10;
    display: flex;
}

.modal_center {}

.help_box b {
    color: #0097a7;
    font-weight: normal
}

.help_box .help_title {
    font-size: 30px;
    margin-bottom: 30px
}

.step_1_0 .help_box {
    width: 650px;
}

a.button {
    display: none;
    border: 4px solid red;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border-radius: 15px;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.button_box {
    width: 100px;
    height: 30px;
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
}

.button_box .box_right {
    left: auto !important;
    right: -30px;
}

.button_box .box_center {
    left: -253px !important;
}

.img_center {
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 910px;
}

.pagein {
    display: none
}

.button_box.box_shadow:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6)
}

.popup_img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .6)
}

.cursor {
    content: "";
    position: absolute;
    width: 35px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url(../icon/cursor.png);
    right: -23px;
    bottom: -36px;
    background-size: contain;
    opacity: 0;
    display: block;
    z-index: 6
}

.button_box .help_box {
    position: absolute;
    left: 0px;
    top: 55px;
    display: block;
    word-break: keep-all;
}

.body_cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .01;
    background-color: #fff;
    z-index: 20;
    display: block
}

.step_0_0.item:before {
    display: none
}

.view_text {
    background-image: url(../image_t/20220512_124229_11.jpg);
    width: 1px;
    height: 1px;
    z-index: 3;
    position: absolute;
    top: 261px;
    left: 28px;
    background-repeat: no-repeat;
}

.help_content .in {
    display: none
}

.cs_center {
    font-size: 20px;
}

.cs_center .cs_title {
    color: #555;
    font-size: 18px;
    font-family: "nsk_b";
    line-height: 1em;
    margin-top: 28px;
    border-bottom: 1px solid #ccc;
    WIDTH: 117PX;
    padding-bottom: 7px;
    margin-bottom: 2;
    margin: 30px auto 10px auto;
}

.cs_center b {
    font-size: 20px;
    font-family: "ns_eb"
}

.cover .date {
    font-size: 28px;
    margin-top: 30px;
    font-family: 'ns_b';
    color: #0097a7
}

.font_default {
    font-family: "돋움", Dotum, Verdana, Tahoma, Arial, sans-serif;
}

.img_up_text {
    font-family: "돋움", Dotum, Verdana, Tahoma, Arial, sans-serif;
    position: absolute;
    z-index: 1;
    background: #fff;
    top: 351px;
    left: 560px;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
}

img.img_up_text {
    display: block;
    height: auto;
    z-index: 2;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.button_center {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    right: 0;
    width: 1378px !important;
    height:  930px !important;
    left: 0 !important;
    top: 0 !important;
}

.button_center .help_box {
    position: static;
}

.in_first {
    display: block
}

.img_scroll {
	position: relative;
width: 2000px;
height: 873px;
overflow: hidden;
border: 1px solid #000;
box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
}

.scroll {
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: margin 0.5s
}

.in_img {
    display: none;
    position: absolute;
    z-index: 4;
}

.cursor_point {
    cursor: pointer;
}

.cursor_top_left .cursor {
    right: auto;
    bottom: auto;
    transform: rotate(180deg);
    top: -30px;
    left: -17px;
}

.cursor_middle_left .cursor {
    right: auto;
    bottom: auto;
    transform: rotate(90deg);
    top: calc(50% - 10px) !important;
    left: -17px;
}

.cursor_top_left .help_box {
    top: -151px;
    left: auto;
    right: -5px;
}
.cursor_bottom_left .cursor {
    right: auto;
    bottom: auto;
    transform: rotate(80deg);
    left: -17px;
}

.cursor_bottom_left .help_box {
    top: -151px;
    left: auto;
    right: -5px;
}

.no_link {
    pointer-events: none;
}
.desktop {border: none; box-shadow: none !important}
.body_iframe { border: none; width: 100%; height: 100%; overflow: hidden;}


.loading_box{
   position: fixed;
   top: 0px;
   bottom: 0;
   right: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 10000000;
   background-color: #e1ecf5;
	   transition: all .2s ease;
}

.loader6{
  position: relative;
  width: 12px;
  height: 12px;

  top: 46%;
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  left: 46%;
  left: -webkit-calc(50% - 6px);
  left: calc(50% - 6px);

  border-radius: 12px;
  background-color: RGB(8,172,185);
  -webkit-transform-origin:  50% 50%;
      transform-origin:  50% 50% ;
  -webkit-animation: loader6 1s ease-in-out infinite;
      animation: loader6 1s ease-in-out infinite;
}

.loader6:before{
  content: "";
  position: absolute;
  background-color: RGBA(8,172,185,.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

.loader6:after{
  content: "";
  position: absolute;
  background-color: RGBA(8,172,185,.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}


@-webkit-keyframes loader6{
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(180deg);}
    100%{-webkit-transform:rotate(180deg);}
}

@keyframes loader6{
    0%{transform:rotate(0deg);}
    50%{transform:rotate(180deg);}
    100%{transform:rotate(180deg);}
}
.grid {

}
.supervisor {
    width:100%;
    zoom: 1;
    position: fixed;
    left: 0;
    top: 0;
    background-image: url(../image/wondow10_배경.jpg);
    bottom: 0;
    background-position: right;
    background-size: cover;
height: 100%;
display: flex;align-items: center;
align-content: center;
justify-content: center;
}
.examinee {
width: 500px;
background-color: #e1ecf5;
/* height: 900px; */
border-left: 4px solid #000;
position: fixed;
/* bottom: 0; */
right: 0;
bottom: 0;
top: 0;
}
.examinee > div {height: 50%;}

.examinee:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    border-top: 1px solid #ccc;
    background-color: rgba(0,0,0,.2);
    z-index: 0;
}
.examinee img {
    width: calc(100% - 46px);
    box-sizing: content-box;
    position: absolute;
    border: 9px solid #000;
    border-radius: 6px;
    left: 15px;
    box-shadow: 2px 2px 5px inset rgb(0 0 0 / 20%);
    top: 39px;
}
.examinee_screen {
    background-image: url(../image/desktop.png);
    width: 100%;
    height: 474px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    top:-20px;
}
.examinee_title
{
	position: relative;

	font-size: 20px;
font-family: 'ns_eb';
text-align: center;
padding-top: 25px;
z-index: 1
}
.examinee .desc
{
	text-align: center;
background-color: #fff;
width: 90%;
margin: auto;
padding: 20px;
border-radius: 20px;
 
z-index: 1;
position: relative;
word-break: keep-all;
font-family: "ns_b";
}
.examinee .desc b {    color: #0097a7;
    font-weight: normal
}
.examinee_screen .button_box {
   width: 100px;
   height: 20px;
   position: absolute;
   z-index: 9;
   top: 0px;
   left: 0px;
}
.examinee_screen .cursor {
	width: 32px;
	height: 32px
}
