﻿@font-face {
    font-family: NanumSquareB;
    src: url(../css/fonts/NanumSquareB/NanumSquareB.woff); /*웹폰트 서버 경로*/
}

@font-face {
    font-family: NanumSquareEB;
    src: url(../css/fonts/NanumSquareEB/NanumSquareEB.woff); /*웹폰트 서버 경로*/
}

@font-face {
    font-family: raleway-semibold-italic;
    src: url(../css/fonts/raleway-semibold-italic/Raleway-SemiBoldItalic.woff); /*웹폰트 서버 경로*/
}

@font-face {
    font-family: NanumBarunGothicBold;
    src: url(../css/fonts/NanumBarunGothicBold/NanumBarunGothicBold.woff); /*웹폰트 서버 경로*/
}

@font-face {
    font-family: ZapfChanMdItBT;
    src: url(../css/fonts/ZapfChanMdItBT/ZapfChanceryITCbyBT-Medium.woff); /*웹폰트 서버 경로*/
}

@font-face {
    font-family: timefont;
    src: url(../css/fonts/timefont/timefont.woff); /*웹폰트 서버 경로*/
}

* {
    padding: 0;
    margin: 0;
    color: #353535;
    font-size: 12pt;
    font-family: '맑은 고딕','helvetica';
    font-size-adjust: initial;
    text-decoration-line: none;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
}

html {
    height: 100%;
}

body {
    height: 100%;
}
/* ******** */
#warp {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.menu {
    height: 62px; /*99*/
    width: 100%;
    background-color: black;
    border-bottom: 1px #4d4d4d solid;
    color: #b3b3b3;
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2); /*css #6D6D6D*/
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2); /*Safari and Chrome */
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2); /* Firefox */
}
/*
        .menu>div{
            max-width:1260px;
            margin:0 auto;
        }*/

.menu_box {
    float: left;
    color: #b3b3b3;
    margin-left: 8px;
    padding: 20px 15px;
}

    .menu_box:hover {
        background-color: rgba(255,255,255,0.25);
    }

.right {
    float: right;
}

#menu_box0 { /* 뒤로가기 */
    width: 45px;
    height: 20px;
    background-image: url(../images/b_back.png);
    background-size: cover;
    background-position-y: -1px;
}

#menu_box1 { /*로그아웃 */
    width: 38px;
    height: 20px;
    background-image: url(../images/logout.png);
    background-size: cover;
    background-position-y: 2px;
}

#menu_box_title { /* ws 문제푸는창 타이틀 */
    float: left;
    display: block;
    text-align: left;
    width: 360px;
    height: 63px;
    padding: 0;
    position: inherit;
    font-family: NanumSquare;
    font-weight: 900;
    color: #808080;
    letter-spacing: -0.4px;
    font-size: 14pt;
    line-height: 15pt;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(20%);
}

.on {
    background-color: rgba(255,255,255,0.2);
    border-bottom: 3px solid #3897f0;
}


#menu_box2_02 {
    position: relative;
}


#menu_box2_03 {
    position: relative;
}





#t_time {
    width: 374px; /*355 + 19*/
    height: 230px;
    border: 21px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 55px;
    background-color: #231F20;
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2); /*css #6D6D6D*/
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2); /*Safari and Chrome */
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2); /* Firefox */
    font-family: timefont;
    color: rgba(0,0,0,0.5);
    font-size: 108pt;
    line-height: 375px;
    text-align: center
}


    #t_time > span {
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 300px;
        /*background-color:rgba(255,255,255,0.1);*/
        font-family: timefont;
        color: white;
        font-size: 108pt;
        line-height: 375px;
        text-align: center;
        /*text-shadow: 0px 0px 35px #107DFF; css #6D6D6D*/
        height: 217px;
    }




/*내용*/
.contents {
    width: 100%;
    height: 100%;

}


/* pintada */

.pin_t_bg {
    background-color: #e6e6e6;
    background-image: url(../images/pin_bg.png);
    background-position: center;
}

    .pin_t_bg #t_time {
        background-color: #0f2a3f;
        text-shadow:none;
    }
.test_page {
    width: 60%;
    padding-top: 230px; /*    padding-top: 280px;*/
    margin: 0 auto;
    /*background-color:rgba(55,255,255,0.1);*/
}
#pin_q {
    /* width: 200px; */
    height: 25px;
    font-size: 10pt;
    line-height: 28px;
    font-family: '맑은 고딕','helvetica';
    color: #aaa;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
    padding-left: 15px;
    margin-left: 5px;
    margin-bottom: 11px;
}

    #pin_q > span {
        line-height: 30px;
        font-size: 12pt;
        font-family: '맑은 고딕','helvetica';
        color: #aaa;
    }

.t_box p {
    font-family: NanumSquareEB; /* NanumSquareB */
    color: #4e6a7f; /* #598099 */
    font-size: 18pt; /* 13pt */
    letter-spacing: -0.6px;
    line-height: 20pt; /* 14.5pt */
    padding:0 15px;
}

.t_box p > span {
	font-family: NanumSquareEB; /* NanumSquareB */
    color: #4e6a7f; /* #598099 */
    font-size: 18pt; /* 13pt */
    letter-spacing: -0.6px;
    line-height: 20pt; /* 14.5pt */
    padding:0 15px;
    text-decoration: underline;
}

/* .t_box p::first-line {
    font-size: 18pt;
    color: #4e6a7f;
    letter-spacing: -0.8px;
    line-height:35pt;
    font-family: NanumSquareEB;
} */

.pin_view {
    margin-top: 60px;
    width: 100%;
}

  .pin_view input{
      display:none;
      left:-200px;
  }

    .pin_view label {
        display: block;
        width: 100%;
        /*min-height:20px;*/
        padding-bottom: 1px;
        cursor:pointer;
    }

    .pin_view span {
        display:block;
        float:left;
        color: #4d4d4d;
        font-family: NanumSquareB;
        font-size: 12.9pt;
        letter-spacing: -0.6px;
        line-height: 14.5pt;
        font-weight: 200;
    }

.pin_ch {
    width:4%;
}

    .pin_ch span {
        width: 15px;
        height: 20px;
        background-color: #e0e0e0;
        border-radius: 25px;
        float: right;
        box-shadow: inset 0px -1px 3px 1px rgba(0,0,50,0.2);
        -webkit-box-shadow: inset 0px -1px 3px 1px rgba(0,0,50,0.2); /*Safari and Chrome */
        -moz-box-shadow: inset 0px -1px 3px 1px rgba(0,0,50,0.2); /* Firefox */
        /*
       width: 20px;
        height: 20px;
        background-color: white;
        border-radius: 25px;
        float: right;
        border: 4.3px solid #4d4d4d;
        box-sizing: border-box;*/
    }

.pin_view input[type=radio]:checked + label > span > span {
    /*background-color: #4d4d4d;*/
    background-color: white;
    border: 4.3px solid #4d4d4d;
    box-sizing: border-box;
}

.pin_view label > span:last-child {
    width: 94%;
    margin-left:1%;
    line-height:24px;
    margin-bottom:19px;
}

.pin_next {
    width: 100px;
    height: 50px;
    font-family: NanumSquareB;
    font-size:10.1pt;
    line-height:47px;
    position: fixed;
    right: 3%;
    bottom: 5%;
    transform: translate(-50%);
    background-image: url(../images/next.png);
    background-position: right;
}

.pin_next:active{
    bottom:4.8%;
}

/* pinpada finish*/

#pin_contents3 {
    width: 60%;
    height: 100%;
    margin-left: 16%;
    /*background-color:rgba(255,255,255,0.1);*/
}

    #pin_contents3 p:nth-of-type(1) {
        padding-top: 250px;
        color: #336699;
        font-size: 53pt;
        font-family: raleway-semibold-italic ; /*Helvetica;*/
        letter-spacing:-0.2px;
    }

    #pin_contents3 p:nth-of-type(2) {
        padding-top: 30px;
        padding-left:5px;
        color: #598099;
        font-size: 13pt;
        font-family: NanumSquareB;
        letter-spacing:-0.3px;
    }

    /* pinctada login*/

#pin_1 {
    overflow: hidden;
    background-position:75% 65%;
}

.copyright {
    margin-top: 3%;
    margin-left: 5%;
    width: 90%;
    height: 50px;
    /*background-color: rgba(255,255,255,0.1);*/
    text-align: right;
    line-height: 50px;
    color: #b3b3b3;
    font-size: 9.5pt;
    font-family: serif;
    letter-spacing: -0.6px;
    font-weight: 500;
}


#pin_contents1 {
    margin-left: 5%;
    width: 90%;
    padding-top: 30px;
    margin-top: 1px;
    /*background-color: rgba(255,255,255,0.1);*/
}

.login_box {
    float: left;
    width: 365px; /*375*/
    height: 635px; /*596*/
    padding: 40px;
    background-color: #f2f2f2;
    border-radius: 20px;
    box-shadow: 4px 9px 18px 11px rgba(0,0,0,0.18);
    -webkit-box-shadow: 4px 9px 18px 11px rgba(0,0,0,0.18); /*Safari and Chrome */
    -moz-box-shadow: 4px 9px 18px 11px rgba(0,0,0,0.18); /* Firefox */
    margin-right: 9%;
    margin-left: 4%;
    margin-bottom:50px;
}

    .login_box p:nth-of-type(1) {
        margin-top: 20px;
        height: 50px;
        border-bottom: 1px solid rgba(179,179,179,0.4);
        line-height: 50px;
        font-size: 40pt;
        color: #333333;
        font-family: ZapfChanMdItBT,'Pierre';
        letter-spacing: -1.5px;
        text-indent:8px;
    }
    .login_box p:nth-of-type(2) {
        font-size: 10.5pt;
        text-align: right;
        color: rgba(159,159,159,1);
        height:23px;
        line-height:23px;
        margin-bottom:210px;

    }

    .login_box p:nth-of-type(3) {
        font-family: NanumSquareEB; /*Arial, Helvetica, sans-serif;*/
        font-size: 10.5pt;
        color: rgba(51,51,51,0.75);
        letter-spacing: -0.5pt;
        font-weight: 500;
        line-height: 13.3pt;
        margin-bottom: 80px;
        padding-left: 15px;
    }

    .login_box form{
        position:relative;
    }
    .login_box form div {
        width: 340px;
        height: 35px;
        padding-left:20px;
        line-height: 35px;
        color:white;
        letter-spacing:-0.5px;
        font-size:10.8pt;
        margin-left:1px;
        border-radius: 30px;
        background-color: #b3b3b3;
        font-family:'맑은고딕',sans-serif;
        margin-bottom:5px;
    }
        .login_box form input {
            position: absolute;
            height: 34px;
            line-height: 34px;
            width: 205px;
            right: 20px;
            top: 0;
            border: none;
            background-color: rgba(255,255,255,0);
            text-align: center;
            text-indent: 50px;
            color: #797171;
            margin-top:1px;
        }

        .login_box form input:nth-of-type(2){
            top:40px;
        }

    .login_box .pin_next {
        position:static;
        margin: 53px 0 0 270px;
        display: block;
        width: 100px;
        height: 50px;
        font-family: NanumSquareB;
        font-size: 10.1pt;
        line-height: 50px;
        background-image: url(../images/next.png);
        background-position: right;
        transform:none;
    }

    .login_box .pin_next:active{
        margin-top:55px;
    }

.pin_formal {
    padding-top: 300px;
    margin-left: 20px;
}

.pin_formal > p {
}

.pin_formal > p:nth-child(1) {
    font-family: NanumBarunGothicBold;
    color: #4e6a7f;
    font-size: 16.7pt;
    margin-bottom: 52px;
    letter-spacing: -0.3px;
}

.pin_formal > p:nth-child(2) {
    font-family: NanumSquareB;
    color: #598099;
    letter-spacing: -1px;
    font-weight: 300;
    font-size: 12.5pt;
}

/**  기본 팝업**/
.base_popup {
    min-width: 476px; /*988*/
    min-height: 120px; /*596   284*/
    background-color: #f7f7f7;
    border: #b3b3b3 solid 1px;
    box-sizing: border-box;
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    box-shadow: 8px 3px 25px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 8px 3px 25px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 85px 3px 25px 5px rgba(0,0,0,0.15);
    
    display:none;
}

.corner_box{
    width:100%;
    height:21px;
}

.corner_box > div{
    width:15px;
    height:15px;
    padding:3px;
}

.corner_box > div:first-child {
    float:left;
}

.corner_box > div:last-child {
    float: right;
}

.corner_box > div > span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin: 1px;
    background-color: #e8e8e8;
}

.corner_box > div:first-child > span {
    float:left;
}

.corner_box > div:last-child > span {
    float: right;
}

.corner_box2{

}

.corner_box2 > div:first-child > span:first-child {
    margin-right: 5px;
}
.corner_box2 > div:last-child > span:first-child {
    margin-left: 5px;
}

.textbox {
    padding: 0 40px;
}

.base_pop_title {
    font-size: 23pt;
    color: #635f5e;
    text-align: center;
    font-family: nanumsquarer;
    font-weight:600;
    padding:35px 0;
    letter-spacing:-2px;
}

.base_pop_subtext {
    background-color: #f2f2f2;
    color: #aaaaaa;
    font-size: 10.5pt;
    letter-spacing: -1px;
    padding:20px 12px;
    line-height:14.3pt;
}

.base_pop_an{
    width:100%;
    height:40px;
    margin-top:20px;
}

.base_pop_an > div {
    background-size: contain;
    width:90px;
    height:30px;
}

.base_pop_an > div:first-child {
    float: left;
    margin-left: 30px;
    background-image: url(../images/completion_of_training_no.png);
}

.base_pop_an > div:first-child:active {
    background-position-y: 3px;
}

.base_pop_an > div:last-child {
    float: right;
    margin-right: 30px;
    background-image: url(../images/completion_of_training_yes.png);
}

.base_pop_an > div:last-child:active {
    background-position-y: 3px;
}