:root{
    --btn-color1:#474F61;
    --btn-color2:#4DAAD2;
    --btn-color3:#96C44E;
    --btn-color4:#F76D82;
    --btn-color5:#FC8370;
    --btn-color6:#F299CD;
    --btn-color7:#f5d4d6;
}
/*.menu{*/
/*    top:10px;*/
/*    left:20px;*/
/*    margin-bottom: 20px;*/
/*}*/
.divRound{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 30px;
    box-shadow: 1px 0 0 0 var(--btn-color7), -1px 0 0 0 var(--btn-color7), 0 1px 0 0 var(--btn-color7), 0 -1px 0 0 var(--btn-color7) ;
    background-color: var(--btn-color7);
    /*font-size: 13px;*/
    /*color: #000;*/
    /*font-weight: 700;*/
    display: inline-block;
}
.btnColor1{background-color: var(--btn-color1); color:#fff;}
.box{   margin: 0 auto; position: relative; display: inline-block;}
.btn_txt{
    cursor: hand;
    font-size: 14px;
    padding:10px 10px 10px 10px;
}
.btn_txt:hover{transform:rotateY(-20deg);}

.btn{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.pu_box {
    width: 300px;
    padding: 30px;
}


.pu_box dl {
    border-bottom: 2px solid #e4e7ea;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.pu_box dl dd {
    padding: 8px 0;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

.pu_box dl dd input[type=text], .pu_box dl dd input[type=password] {
    width: 100%;
    height: 24px;
    border: 0;
    font-size: 14px;
    color: #000;
    outline: 0;
}

.pu_box .bt_block {
    display: block;
    line-height: 48px;
    border-radius: 4px;
    background: #262e46;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.bt_close {
    position: absolute;
    right: 10px;
    padding-right: 28px;
    line-height: 24px;
    font-size: 10px;
    font-weight: 700;
    background: url(/v/web/my_textbook/images/ic-24-close.png) no-repeat right 0;
}

.popupTitle{
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #474F61;
    padding: 10px 0px;
}



.popupResult{
    box-shadow: 1px 0 0 0 var(--btn-color1), -1px 0 0 0 var(--btn-color1), 0 1px 0 0 var(--btn-color1), 0 -1px 0 0 var(--btn-color1) ;
    background-color: var(--btn-color1);
    color: #fff;
    margin-top:20px;
    padding:10px 0px;
    text-align: center;
}


.popupResult.usePo{
    box-shadow: 1px 0 0 0 var(--btn-color1), -1px 0 0 0 var(--btn-color1), 0 1px 0 0 var(--btn-color1), 0 -1px 0 0 var(--btn-color1) ;
    background-color: var(--btn-color1);
    color: #fff;
    margin-bottom:20px;
    padding:10px 0px;
    text-align: center;
}

.resultOther{
    margin-top:10px;
    text-decoration: underline;
}

.divHidden{display:none;}

.useprovision{}
.useprovisionTitle{font-weight: 700}
.useprovisionSub{margin-top: 5px}
.point {
    font-weight: bold;
    color: #da2b89;
}

.txtarea_st07 {
    padding: 20px 15px;
    width: 100%;
    height: 400px;
    line-height: 1.5;
    vertical-align: middle;
    border: none;
}

.policy_menu_wrap {
    margin-top: 30px;
    overflow: hidden;
}
.policy_menu {
    padding-left: 15px;
    width: 354px;
    min-height: 320px;
    float: left;
    border-left: 1px solid #e5e5e5;
}



.input_right_btn{
    float: left; font-size: 12px;
}
.input_right_text{
    float: left; top:10px; /*font-size: 12px;*/
}

.font_green{color:#1fb10e;}

.useprovision::after{clear:both;content: ' ';display: block;}

select.n_st {
    width: 120px;
    height: 36px;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
    padding-left: 10px;
    color: #000;
    margin-right: 7px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}


.filebox label {
    display: inline-block;
    /*padding: .5em .75em;*/
    color: #999;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: .25em;
    width:80px;
    /*height:100px;*/
}

.filebox input[type="file"] {  /* 파일 필드 숨기기 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}

.addinfoText{ font-weight: normal; margin-left: 20px;}
.addinfoIcon{ font-weight: normal; right:0; position: absolute; font-size:20px; margin-right:25px;}
.addinfoIcon:before{
    content: "∨";
}
.addinfoIcon.close:before{
    content: "∧";
}

.resultTitle{font-weight: 700; font-size:30px; padding:10px;}
.resultRow{padding: 5px 0px;}

.bt_txt {
    display: inline-block;
}
.bt_g_tx {
    position: absolute;
    bottom: 2px;
    right: 0;
    line-height: 30px;
    padding: 0 12px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    background: #f5f6f8;
    /* font-size: 11px; */
    color: #000;
    /*font-weight: 700;*/
    text-align: center;
}

