@charset "euc-kr";

/* 20210114 ¼öÁ¤ */

/* s: ½Ã¹Ä·¹ÀÌÅÍ °³Æí 20201112 */
/* ½Ã¹Ä·¹ÀÌÅÍ Æû¿ä¼Ò °øÅë */
.selectSimulEvalBx{display:block;position:relative;height:30px;border:1px solid #bdbdbd;background:url('../../../../img/bam/ltc/md/simulator/ico_selectbox.png') no-repeat 95% center;background-size:10px auto}
.selectSimulEvalBx select{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;font-weight:700;font-size:13px;border:0 none;background-color:transparent;outline:none;cursor:pointer;-webkit-appearance:none;filter:alpha(opacity=0);text-indent:10px;background:none}
.inpSimulEvalBx{display:block;position:relative;height:35px;padding:5px 30px 5px 3px;border:1px solid #bdbdbd;box-sizing:border-box}
.inpSimulEvalBx .inpWrite{display:block;width:100%;height:100%;padding:0;font-weight:700;font-size:16px;color:#333;border:0 none;background-color:transparent;cursor:pointer;-webkit-appearance:none;filter:alpha(opacity=0);text-align:right}
.inpSimulEvalBx .txt{position:absolute;top:10px;right:5px;font-size:13px;color:#333}

/* ½Ã¹Ä·¹ÀÌÅÍ °øÅë¹öÆ° */
.simulEvalBtnPack{overflow:hidden;margin-top:20px;}
.simulEvalBtnPack .inner{float:left;width:40%;box-sizing:border-box}
.simulEvalBtnPack .inner + .inner{width:60%}
.simulEvalBtnPack .inner:only-child{display:block;width:100%}
.simulEvalBtnPack .inner > .btnComm{display:block;padding:15px 0;font-weight:500;font-size:17px;color:#666;border:1px solid #666;background:#fff;border-radius:9px;text-align:center}
.simulEvalBtnPack .inner > button.btnComm{width:100%;padding:0;line-height:52px}
.simulEvalBtnPack .inner > .btnComm.type2{color:#fff;border-color:#544944;background-color:#544944}
.simulEvalBtnPack .inner:nth-child(1){padding-right:2px}
.simulEvalBtnPack .inner:nth-child(2){padding-left:2px}
.simulEvalBtnPack .inner:only-child{padding-left:0;padding-right:0}

/* ½Ã¹Ä·¹ÀÌÅÍ Á¤º¸º¯°æ º»¹® */
.simulEvalWrap{padding-top:15px;color:#333;line-height:1.3}
.simulEvalWrap + .infoBxSimulEval{margin-top:50px;}
.simulEvalWrap .cPoint{color:#175195 !important}
.simulEvalWrap .titSimul{display:block;padding-top:15px;font-weight:800;font-size:16px;color:#000;}
.simulEvalWrap .stepSimul{margin-top:10px;border-top:1px solid #e6e6e6;}
.simulEvalWrap .stepSimul + .stepSimul{margin-top:20px}
.simulEvalWrap .stepSimul .titStep{display:block;padding:11px 10px 12px;font-weight:800;font-size:15px;color:#000;border-bottom:1px solid #e6e6e6;background-color:#f7f7f7;}
.simulEvalWrap .stepSimul .txt{margin:10px 10px;font-size:14px;color:#666;}
.simulEvalWrap .stepSimul .selectBx{margin:15px 10px;border-color:#ccc}
.simulEvalWrap .stepSimul .lstStep li{border-bottom:1px solid #e6e6e6}
.simulEvalWrap .stepSimul .lstStep li a{display:block;font-size:14px;color:#333;padding:15px 20px 15px 10px;background:url('../../../../img/bam/ltc/md/simulator/ico_arr.png') no-repeat 95% center;background-size:6px auto}
.simulEvalWrap .stepSimul .lstStep li a .done{display:inline-block;width:5px;height:5px;margin-left:3px;font-size:1px;line-height:0;color:transparent;background-color:#175195;border-radius:50%;text-indent:-9999em;vertical-align:10px}
.simulEvalWrap .stepSimul + .simulEvalBtnPack{margin-bottom:50px;}

/* ½Ã¹Ä·¹ÀÌÅÍ Á¤º¸º¯°æ °á°ú */
.simulEvalWrap .txtResult{margin-top:15px;font-size:15px;}
.simulEvalWrap .txtResult .txtType{font-weight:800;font-size:25px}

.simulEvalWrap .graphResultBx{position:relative;height:20px;max-width:400px;margin:70px auto 50px;border-radius:20px;background-color:#eee;}
.simulEvalWrap .graphResultBx .gaugeDot{position:absolute;top:0;left:0;width:100%;height:100%;padding:0 10px;box-sizing:border-box}
.simulEvalWrap .graphResultBx .gaugeDot > .dot{float:left;position:relative;width:20%;height:100%;opacity:0.5}
.simulEvalWrap .graphResultBx .gaugeDot > .dot:before,
.simulEvalWrap .graphResultBx .gaugeDot > .dot:after{content:'';position:absolute;top:5px;width:9px;height:9px;border-radius:50%;background-color:#616161;opacity:0.7}
.simulEvalWrap .graphResultBx .gaugeDot > .dot:before{left:24%;}
.simulEvalWrap .graphResultBx .gaugeDot > .dot:after{left:74%;}
.simulEvalWrap .graphResultBx .graphNum{position:absolute;bottom:-20px;font-size:13px;color:#666}
.simulEvalWrap .graphResultBx .graphNum.low{left:6.6%}
.simulEvalWrap .graphResultBx .graphNum.high{right:3.2%}
.simulEvalWrap .graphResultBx .barGraph{position:absolute;top:0;left:0;height:100%;border-radius:20px;
background: #22bbb9; /* Old browsers */
background-image: -moz-linear-gradient(left,  #22bbb9 0%, #175296 100%); /* FF3.6-15 */
background-image: -webkit-linear-gradient(left,  #22bbb9 0%,#175296 100%); /* Chrome10-25,Safari5.1-6 */
background-image: linear-gradient(to right,  #22bbb9 0%,#175296 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.simulEvalWrap .graphResultBx .barGraph:after{content:'';position:absolute;top:0;left:-1px;right:0;height:100%;border-radius:20px;opacity:0;
background: #d1d1d1;
background-image: -moz-linear-gradient(left,  #d1d1d1 0%, #b8b8b8 100%);
background-image: -webkit-linear-gradient(left,  #d1d1d1 0%,#b8b8b8 100%);
background-image: linear-gradient(to right,  #d1d1d1 0%,#b8b8b8 100%);
-webkit-transition:opacity 0.3s ease-out;
transition:opacity 0.3s ease-out;
}
.simulEvalWrap .graphResultBx.null .barGraph:after{opacity:1}

.simulEvalWrap .graphResultBx .barGraph .resultDot{position:absolute;z-index:1;right:0;width:18px;height:18px;margin:1px;border-radius:50%;background-color:#fff;}
.simulEvalWrap .graphResultBx .barGraph .resultNum{position:absolute;right:-26px;bottom:40px;min-width:50px;padding:0 10px;height:30px;line-height:29px;color:#fff;border-radius:3px;background-color:#353c49;background-repeat:no-repeat;background-position:8px center;box-sizing:border-box;text-align:center;}
.simulEvalWrap .graphResultBx .barGraph .resultNum:after{content:'';position:absolute;bottom:-7px;left:50%;margin-left:-5px;width:0;height:0;border-style:solid;border-width:7px 6px 0 6px;border-color:#353c49 transparent transparent transparent;}
.simulEvalWrap .graphResultBx.up .barGraph .resultNum{right:-21px;padding-left:27px;background-image:url('../../../../img/bam/ltc/md/simulator/ico_up.png');background-size:12px auto;}
.simulEvalWrap .graphResultBx.down .barGraph .resultNum{right:-20px;padding-left:27px;background-image:url('../../../../img/bam/ltc/md/simulator/ico_down.png');background-size:12px auto;}
.simulEvalWrap .graphResultBx.tie .barGraph .resultNum{right:-20px;padding-left:27px;background-image:url('../../../../img/bam/ltc/md/simulator/ico_tie.png');background-size:14px auto;}

.simulEvalWrap .infoResultBx{overflow:hidden;margin:15px 0;padding:20px 10px;background-color:#f8f9f9;text-align:center;}
.simulEvalWrap .infoResultBx .infoTxt{float:left;width:50%;box-sizing:border-box}
.simulEvalWrap .infoResultBx .infoTxt + .infoTxt{border-left:1px solid #d7d7d7}
.simulEvalWrap .infoResultBx .infoTxt dt{display:block;font-size:13px;color:#666}
.simulEvalWrap .infoResultBx .infoTxt dd{padding-top:5px;font-weight:800;font-size:15px}
.simulEvalWrap .infoResultBx .infoTxt .fBig{font-size:23px;vertical-align:-1px}
.simulEvalWrap .infoResultBx .infoTxt:only-child{float:none;width:auto}
.simulEvalWrap .infoResultBx .infoTxt:only-child dt{}
.simulEvalWrap .infoResultBx .infoTxt:only-child dd{}
.simulEvalWrap .lstNotice{margin-bottom:20px}
.simulEvalWrap .lstNotice li{position:relative;padding-left:10px;margin-bottom:5px;font-size:13px;color:#767676}
.simulEvalWrap .lstNotice li:before{content:'-';position:absolute;top:0;left:0;font-size:13px;color:#767676}
.simulEvalWrap .lstNotice li:only-child{padding-left:0}
.simulEvalWrap .lstNotice li:only-child:before{display:none}

.simulEvalWrap .bdrBx{margin:0 -20px;padding:0 20px}
.simulEvalWrap .resultFact{margin:15px 0;padding:20px 20px 20px 100px;font-size:15px;border:1px solid #ccc;border-radius:5px;background-color:#fff;background-repeat:no-repeat;background-position:36px center}
.simulEvalWrap .resultFact[data-value="µ¿ÀÏ"]{background-image:url('../../../../img/bam/ltc/md/simulator/ico_result1.png');background-size:37px auto}
.simulEvalWrap .resultFact[data-value="º¯°æ"]{background-image:url('../../../../img/bam/ltc/md/simulator/ico_result2.png');background-size:36px auto}
.simulEvalWrap .resultFact .txt{font-weight:800;font-size:18px;}
.simulEvalWrap .resultFact[data-value="µ¿ÀÏ"] .txt{color:#22bdb8}
.simulEvalWrap .resultFact[data-value="º¯°æ"] .txt{color:#175195}

/* ½Ã¹Ä·¹ÀÌÅÍ Á¤º¸º¯°æ ÆË¾÷ */
.simulEvalCommonPop{color:#333;line-height:1.3}
.simulEvalCommonPop .titSimul{display:block;padding-top:0;margin:15px 0;font-size:15px;color:#333;}
.simulEvalCommonPop .simulEvalForm + .titSimul{margin-top:25px}
.simulEvalCommonPop .lstNotice{}
.simulEvalCommonPop .lstNotice li{position:relative;padding-left:10px;margin-bottom:5px;font-size:13px;color:#666}
.simulEvalCommonPop .lstNotice li:before{content:'-';position:absolute;top:0;left:0;font-size:13px;color:#666}

.simulEvalForm{margin:10px 0}
.simulEvalForm li{border-style:solid;border-top:1px solid #e6e6e6}
.simulEvalForm li:last-child{border-bottom:1px solid #e6e6e6}
.simulEvalForm li.readOnly{color:#999 !important;background-color:#f7f7f7}
.simulEvalForm li.readOnly .titBx > .tit{color:#999}
.simulEvalForm li.readOnly .contBx .itemComp dt, .simulEvalForm li.readOnly .contBx .itemComp dd{color:#999}

.simulEvalForm .dataNone{padding:15px 10px;color:#333;background-color:#f7f7f7;text-align:center}
.simulEvalForm .dataNone:before{display:none}
.simulEvalForm .dataNone .txtDataNone{display:inline-block;padding-left:30px;font-weight:700;background:url('../../../../img/bam/ltc/md/simulator/ico_noti.png') no-repeat 1px 0;background-size:17px auto;vertical-align:top}

.simulEvalForm .titBx{position:relative;min-height:45px;padding:11px 91px 12px 10px;font-weight:700;font-size:15px;border-bottom:1px solid #e6e6e6;background-color:#f7f7f7;box-sizing:border-box}
.simulEvalForm .titBx > .tit{font-size:15px;}
.simulEvalForm .titBx > .btn{position:absolute;top:9px;right:10px;width:77px;height:25px;line-height:23px;font-weight:600;font-size:14px;color:#fff;border:1px solid #000;border-radius:3px;background-color:#000;text-align:center;letter-spacing:-0.03em;}
.simulEvalForm .contBx{padding:10px 0}
.simulEvalForm .contBx + .contBx{}
.simulEvalForm .contBx .itemComp{display:table;padding:0 10px;width:100%;box-sizing:border-box}
.simulEvalForm .contBx .itemComp dt{display:table-cell;width:27%;padding:5px 0;color:#333;vertical-align:middle;text-align:left}
.simulEvalForm .contBx .itemComp dd{display:table-cell;width:73%;padding:5px 0;font-weight:700;color:#000;vertical-align:middle;text-align:right;}
.simulEvalForm .contBx .itemComp .typeWide1{width:61%}
.simulEvalForm .contBx .itemComp .typeWide2{width:47%}
.simulEvalForm .contBx .itemComp dd .inpSimulEvalBx,
.simulEvalForm .contBx .itemComp dd .selectSimulEvalBx{display:inline-block;width:88%;max-width:220px}
.simulEvalForm .contBx .itemComp [class^="typeWide"] .inpSimulEvalBx,
.simulEvalForm .contBx .itemComp [class^="typeWide"] .selectSimulEvalBx{width:100%;max-width:220px}

.simulEvalCommonPop .btnAddCompBx{padding:15px 0;text-align:center}
.simulEvalCommonPop .btnAddCompBx .btnAddComp{display:block;width:100%;line-height:39px;font-weight:700;color:#333;border:1px solid #e6e6e6;border-width:1px 0;background-color:#fff;text-align:center;}
.simulEvalCommonPop .btnAddCompBx .btnAddComp > span{display:inline-block;padding-left:20px;background:url('../../../../img/bam/ltc/md/simulator/ico_add.png') no-repeat 0 center;background-size:14px auto;vertical-align:middle;}

/* ½Ã¹Ä·¹ÀÌÅÍ »çÀüµ¿ÀÇ ÆË¾÷ */
.simulEvalAgreePop .bxScroll{overflow-y:auto;overflow-x:hidden;height:125px;-webkit-overflow-scrolling:touch}
.simulEvalAgreePop .tit{padding:5px 0 10px;font-weight:bold;font-size:15px;color:#333;border-bottom:1px solid #434159;text-align:left;}
.simulEvalAgreePop .tit:not(.titType2){display:none}
.simulEvalAgreePop .tit.titType2{padding:15px 0 10px;border-bottom:0 none;text-align:center}
.simulEvalAgreePop .listAgree{margin:5px 0 15px}
.simulEvalAgreePop .listAgree > li{position:relative;padding-left:12px;font-size:13px;color:#666}
.simulEvalAgreePop .listAgree > li+li{margin-top:10px}
.simulEvalAgreePop .listAgree > li .num{position:absolute;left:2px;top:7px;width:3px;height:3px;background-color:#888;border-radius:50%;font-size:1px;line-height:0;color:transparent}
.simulEvalAgreePop .txtNoti{margin:15px 0;padding-left:20px;font-size:13px;line-height:1.4;color:#767676;background:url('../../../../img/bam/ltc/md/simulator/ico_noti2.png') no-repeat 0 2px;background-size:14px auto}


.simulEvalAgreePop .boxAgree{margin-top:6px;padding:15px 0;}
.simulEvalAgreePop + .simulEvalBtnPack{margin-top:5px;}
.simulEvalAgreePop .btnAgreeChkBox{overflow:hidden;position:relative;font-size:17px;}
.simulEvalAgreePop .btnAgreeChkBox .btnAgreeChk{display:block}
.simulEvalAgreePop .btnAgreeChkBox .btnAgreeChk .ico{display:inline-block;width:24px;height:24px;margin-right:10px;background:url('../../../../img/bam/ltc/md/simulator/ico_checkbox_off.png') 0 0 no-repeat;background-size:auto 24px;vertical-align:top;}
.simulEvalAgreePop .btnAgreeChkBox #btnAgreeChk{position:absolute;left:0;top:0;z-index:10;width:100%;height:100%;vertical-align:top;outline:none;-webkit-appearance:none;opacity:0.01;filter:alpha(opacity=1)}
.simulEvalAgreePop .btnAgreeChkBox #btnAgreeChk:checked+.btnAgreeChk .ico{background:url('../../../../img/bam/ltc/md/simulator/ico_checkbox_on.png') 0 0 no-repeat;background-size:auto 20px;}

/* ·ÎµùÈ­¸é */
.loadingSimulEval{z-index:110;position:fixed;top:0;left:0;right:0;bottom:0;text-align:center;display:flex;flex-direction:column;background:#fff}
.loadingSimulEval .txtCounting{position:absolute;top:50%;left:50%;margin-top:-27px;font-size:20px;color:#000;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
.loadingSimulEval .loadingCon{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.loadingSimulEval .imgLoading{position:relative;animation:loadingRotate 2s linear infinite;}
.loadingSimulEval .imgLoading img{max-height:95px}
.loadingSimulEval .txtLoading{margin:14px 0;font-size:20px;color:#333333;font-weight:700;}

@-webkit-keyframes loadingRotate {
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes loadingRotate {
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}


/* ½Ã¹Ä·¹ÀÌÅÍ À¯ÀÇ»çÇ× */
.infoBxSimulEval{}
.infoBxSimulEval .infoNoticeList{border-top:2px solid #434159;background:#fff;margin:10px 0;}
.infoBxSimulEval .infoNoticeList > dt{border-bottom:1px solid #d7d7d7;}
.infoBxSimulEval .infoNoticeList > dt > a{display:block;height:40px;line-height:40px;padding:0 10px;background:url('../../../../img/bam/ltc/md/simulator/ico_info_open.png') right 10px center no-repeat;background-size:16px auto;font-size:16px;}
.infoBxSimulEval .infoNoticeList > dt > a.active{background:url('../../../../img/bam/ltc/md/simulator/ico_info_close.png') right 10px center no-repeat;background-size:16px auto;}
.infoBxSimulEval .infoNoticeList > dt > a span{background:url('../../../../img/bam/ltc/md/simulator/ico_info1.png') left center no-repeat;background-size:20px auto;padding-left:25px;display:block;}
.infoBxSimulEval .infoNoticeList > dt > a span.type2{background-image:url('../../../../img/bam/ltc/md/simulator/ico_info2.png');background-position:left 13px;background-size:15px auto}
.infoBxSimulEval .infoNoticeList > dd{ padding:15px;word-break:keep-all;display:none;}
.infoBxSimulEval .infoNoticeList > dd.active{display:block;}
.infoBxSimulEval .infoListIn > li{padding-left:13px;font-size:14px;color:#545454;background:url('../../../../img/bam/ltc/md/simulator/ico_txtbar.png') left 8px no-repeat;background-size:8px auto;word-break:keep-all;}
.infoBxSimulEval .infoListIn > li+li{margin-top:6px;}

/* ½Ã¹Ä·¹ÀÌÅÍ ÆË¾÷°øÅë */
.popWrapSimulator{overflow-y:auto;overflow-x:hidden;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);}
.popWrapSimulator.on{display:block}
.popWrapSimulator .popWrap{margin:20px;border:0 none}
.popWrapSimulator .popTop{position:relative;padding:18px 15px 15px;background-color:transparent !important;}
.popWrapSimulator .popTop:after{content:'';position:absolute;left:15px;right:15px;bottom:0;height:1px;background-color:#d5d5d5;}
.popWrapSimulator .popTop h1{margin-right:20px;font-weight:800;line-height:1.3;color:#000 !important;text-align:left}
.popWrapSimulator .popCon{padding:15px}
.popWrapSimulator .popClose{top:10px;right:5px;width:auto;height:auto;}
.popWrapSimulator .popClose > a {display:block;padding:10px}
.popWrapSimulator .popClose .icoClose{display:block;width:14px;height:14px;margin:0 auto;font-size:1px;color:transparent;background:url('../../../../img/bam/ltc/md/simulator/btn_pop_close.png') no-repeat 0 0;background-size:14px auto;;text-indent:-9999px;}
.popWrapSimulator .btnModalPopClose {top:10px;right:5px;width:auto;height:auto;}
.popWrapSimulator .btnModalPopClose > a {display:block;padding:10px}
.popWrapSimulator .btnModalPopClose .icoClose{display:block;width:14px;height:14px;margin:0 auto;font-size:1px;color:transparent;background:url('../../../../img/bam/ltc/im/simulator/btn_pop_close.png') no-repeat 0 0;background-size:14px auto;;text-indent:-9999px;}



@media all and (max-width: 320px) {
  /* 320 ÀÌÇÏ */
  .simulEvalForm .contBx .itemComp .typeWide2{width:38%}
  .simulEvalForm .contBx .itemComp dd .inpSimulEvalBx,
  .simulEvalForm .contBx .itemComp dd .selectSimulEvalBx{width:88%;max-width:100%}
  .simulEvalForm .contBx .itemComp [class^="typeWide"] .inpSimulEvalBx,
  .simulEvalForm .contBx .itemComp [class^="typeWide"] .selectSimulEvalBx{width:100%}
}

@media all and (min-width: 375px) {
  /* 375 ÀÌ»ó */
  .simulEvalForm .contBx .itemComp dd .inpSimulEvalBx,
  .simulEvalForm .contBx .itemComp dd .selectSimulEvalBx{width:78%}
  .simulEvalForm .contBx .itemComp [class^="typeWide"] .inpSimulEvalBx,
  .simulEvalForm .contBx .itemComp [class^="typeWide"] .selectSimulEvalBx{width:96%;}
}

/* e: ½Ã¹Ä·¹ÀÌÅÍ °³Æí 20201112 */
