@charset "utf-8";
i{font-style:normal}
.break{display:block;} /*  데스크탑 : block -> 모바일화면 : inline*/
.plump{}    /*  데스크탑 : 속성없음 -> 모바일화면 : block */
.block{display:block}   /*  데스크탑 : block -> 모바일화면 : block */
.creak{display:block;}
.treak{display:block;}
    @media all and (max-width:1000px) {
        .m-none{display:none}
        .break{display:inline}
        .creak{display:block;}
    }

    @media all and (max-width:680px) {
        .treak{display:inline;}
    }

    @media all and (max-width:480px) {
        .plump{display:block}
        .block{display:block}
        .creak{display:inline;}
    }

/* 스킵네비게이션 */
#skipNavi {height:0;}
#skipNavi .skipLink {position:absolute; top:-1000px;left:-1000px;overflow:hidden;z-index:5000;}
#skipNavi .skipLink:focus, #skipNavi .skipLink:active {top:0;left:0;padding:10px 20px;background:#1e64ba;color:#fff;}

.ov{overflow:hidden}

/*인풋텍스트,셀렉트,라디오 공통*/
input[type="text"]{height:38px; color:#111; border:1px solid #d1d1d1; box-sizing:border-box; font-size:16px; padding:0px 10px; display:inline-block; vertical-align:middle; -webkit-appearance none; font-family:'Noto Sans KR','Malgun Gothic',sans-serif;}
/*input[type="text"]:focus{border:1px solid #0942a1;}*/
input[type="text"]::placeholder{color:#666; opacity:1;}
input[type="password"]{height:38px; color:#111; border:1px solid #d1d1d1; box-sizing:border-box; font-size:16px; padding:0px 10px; display:inline-block; vertical-align:middle; -webkit-appearance:none;}
/*input[type="password"]:focus{border:1px solid #0942a1;}*/
input[type="password"]::placeholder{color:#666; opacity:1;}
.chk-select{position:relative; display:inline-block; vertical-align:top;}
.chk-select:before{position:absolute; top:50%; right:13px; margin-top:-6px; line-height:120%; content:"▼"; font-size:10px; color:#888;}
.chk-select select{width:100%; height:38px; color:#4d4d4d; padding:0px 30px 0px 5px; border:1px solid #d1d1d1; font-size:14px; text-align:left; text-align-last:left; display:inline-block; vertical-align:middle; box-sizing:border-box; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.chk-select select::-ms-expand{display:none;}
textarea{border:1px solid #d1d1d1; box-sizing:border-box; padding:15px; font-size:16px; -webkit-appearance: none; -webkit-border-radius:0;}
textarea:focus{border:1px solid #0942a1;}

    @media only screen and (max-width:1000px){
        input[type="text"]{padding-left:10px;}
        input[type="password"]{padding-left:10px;}
        .chk-select select{padding:0px 25px 0px 5px;}
    }

    @media only screen and (max-width:680px){
        input[type="text"]{height:34px; font-size:13px; padding:0px 7px;}
        input[type="password"]{height:34px; font-size:13px; padding:0px 7px;}
        .chk-select select{height:34px; font-size:13px;}
    }

.radios {display:inline-block; font-size:0px; vertical-align:middle; line-height:120%; color:#000;}
.radios input[type="radio"]{position: absolute; width:1px; height:1px; padding: 0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border: 0; }
.radios input[type="radio"] + label{display:inline-block; position:relative; padding-left:20px; font-size:16px; color:#4d4d4d; line-height:120%; cursor:pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.radios input[type="radio"] + label:before {content:''; position: absolute; left:0; top:3px; width:14px; height:14px; text-align:center; background:#fff; border:1px solid #a3a3a3; border-radius:50%; }
.radios input[type="radio"] + label:after {}
.radios input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); }
.radios input[type="radio"]:checked + label{color:#333353;}
.radios input[type="radio"]:checked + label:before {}
.radios input[type="radio"]:checked + label:after { content:''; position:absolute; top:7px; left:4px; width:8px; height:8px; background:#333353; border-radius:100%; }

    @media only screen and (max-width:680px){
        .radios input[type="radio"] + label{font-size:13px;}
        .radios input[type="radio"] + label:before{top:1px;}
        .radios input[type="radio"]:checked + label:after {top:5px;}
    }

.checks{display:inline-block; font-size:0px; vertical-align:middle; line-height:100%; color:#000;}
.checks input[type="checkbox"]{position: absolute; width:1px; height: 1px; padding: 0; margin:-1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.checks input[type="checkbox"] + label{display:inline-block; position:relative; padding-left:24px; font-size:16px; line-height:120%; color:#47495a; font-weight:500; letter-spacing:-0.03em; cursor:pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.checks input[type="checkbox"] + label:before {content:''; position: absolute; left:0px; top:0px; width:16px; height:16px; text-align:center; background:#fff; border:1px solid #cecece; border-radius:4px; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); }
.checks input[type="checkbox"] + label:active:before, .checks input[type="radio"]:checked + label:active:before {box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); }
.checks input[type="checkbox"]:checked + label{color:#373737;}
.checks input[type="checkbox"]:checked + label:before {background:#fff; border-color:#0942a1;}
.checks input[type="checkbox"]:checked + label:after{content:''; position:absolute; top:0px; left:0px; width:18px; height:18px; background:url(/images/Potal_/layout/checks-icon.jpg) no-repeat center #0942a1; border-radius:4px;}

    @media only screen and (max-width:680px){
        .radios input[type="checkbox"] + label{font-size:13px;}
    }


.filebox{position:relative; padding-right:100px; box-sizing:border-box;}
.filebox .filename{display:block; width:100%;}
.filebox .filename:focus{border:1px solid #dcdcdc;}
.filebox .btn_file{position:absolute; top:0px; right:0px; display:block; line-height:38px; background:#373789; color:#fff; font-weight:500; font-size:14px; width:100px; text-align:center;}
.filebox input[type="file"] {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0}
.filebox.active .btn_file{background:#0942a1;}

    @media only screen and  (max-width:680px) {
        .filebox{padding-right:85px;}
        .filebox .btn_file{width:85px; line-height:34px; font-size:13px;}
    }

/* title */
h4.cont-title{position:relative; font-size:24px; color:#111; font-weight:600; padding-left:30px;}
h4.cont-title:before{position:absolute; top:50%; left:0px; width:22px; height:22px; margin-top:-11px; background:url("/images/Potal_/layout/h4_icon.png") no-repeat center; content:"";}

h5.cont-title{position:relative; font-size:20px; color:#3c3c98; font-weight:600; padding-left:20px;}
h5.cont-title:before{position:absolute; top:50%; left:0px; width:6px; height:14px; margin-top:-7px; background:url("/images/Potal_/layout/h5_icon.png") no-repeat center; content:"";}

h6.cont-title{position:relative; font-size:18px; color:#373777; font-weight:600; padding-left:22px;}
h6.cont-title:before{position:absolute; top:50%; left:0px; width:13px; height:4px; margin-top:-2px; background:#333353; content:"";}

    @media all and (max-width:1000px){
        h4.cont-title{font-size:20px; padding-left:26px;}
        h4.cont-title:before{width:20px; height:20px; margin-top:-10px; background-size:20px;}

        h5.cont-title{font-size:18px; padding-left:15px;}

        h6.cont-title{font-size:16px; padding-left:15px;}
        h6.cont-title:before{width:9px; height:2px; margin-top:-1px;}
    }

    @media all and (max-width:680px){
        h4.cont-title{font-size:18px; padding-left:24px;}
        h4.cont-title:before{width:18px; height:18px; margin-top:-9px; background-size:18px;}

        h5.cont-title{font-size:16px; padding-left:13px;}

        h6.cont-title{font-size:15px; padding-left:13px;}
        h6.cont-title:before{width:7px; height:2px; margin-top:-1px;}
    }


/* list */
.cont-list.step01{font-family:'Noto Sans KR','Malgun Gothic',sans-serif;}
.cont-list.step01 li{position:relative; font-size:16px; color:#333; padding-left:15px; margin-bottom:5px; line-height:140%;}
.cont-list.step01 li:before{position:absolute; top:8px; left:0px; width:4px; height:4px; background:#727294; content:""; border-radius:50%;}
.cont-list.step01 li:last-child{margin-bottom:0px;}
.cont-list.step01 .cont-list.step02{padding:5px 0px;}

.cont-list.step02{font-family:'Noto Sans KR','Malgun Gothic',sans-serif;}
.cont-list.step02 li{position:relative; font-size:16px; color:#666; padding-left:15px; line-height:140%; margin-bottom:4px;}
.cont-list.step02 li:before{position:absolute; top:8px; left:0px; width:6px; height:2px; background:#666; content:""; border-radius:0px;}
.cont-list.step02 li:last-child{margin-bottom:0px;}

    @media all and (max-width:1000px){
        .cont-list.step01 li{font-size:15px; padding-left:10px;}
        .cont-list.step01 li:before{top:7px;}

        .cont-list.step02 li{font-size:15px; padding-left:12px;}
        .cont-list.step02 li:before{top:7px; width:5px;}
    }

    @media all and (max-width:680px){
        .cont-list.step01 li{font-size:14px;}

        .cont-list.step02 li{font-size:13px;}
        .cont-list.step02 li:before{top:6px;}
    }

/* taps */
/* taps-dt4 */
.taps-dt4{margin:0px -0.5%; overflow:hidden;}
.taps-dt4 li{width:32.33333333333333%; margin:0px 0.5% 7px 0.5%; background:#eee; float:left; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.taps-dt4 li a{display:block; width:100%; height:100%; box-sizing:border-box; padding:15px 20px; font-size:18px; color:#666; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.taps-dt4 li a span{line-height:120%;}
.taps-dt4 li:hover{background:#e55757;}
.taps-dt4 li:hover a{color:#fff;}

.taps-dt4 li.active{background:#e55757; box-shadow:2px 2px 2px rgba(0, 0, 0 , 0.4);}
.taps-dt4 li.active a{color:#fff;}

.taps-dt4 li.nw a span{padding-right:20px; background:url("/images/Potal_/layout/nw-icon.png") no-repeat right;}
.taps-dt4 li.active.nw a span{background:url("/images/Potal_/layout/nww-icon.png") no-repeat right;}
.taps-dt4 li.nw:hover a span{padding-right:20px; background:url("/images/Potal_/layout/nww-icon.png") no-repeat right;}

.taps-dt4.item06{margin:0px -0.5%;}
.taps-dt4.item06 li{width:15.66666666666%; margin:0px 0.5% 7px 0.5%;}

.taps-dt4.item05{margin:0px -0.5%;}
.taps-dt4.item05 li{width:19%; margin:0px 0.5% 7px 0.5%;}

.taps-dt4.item04{margin:0px -0.5%;}
.taps-dt4.item04 li{width:24%; margin:0px 0.5% 7px 0.5%;}

.taps-dt4.item03{margin:0px -0.5%;}
.taps-dt4.item03 li{width:32.33333333333333%; margin:0px 0.5% 7px 0.5%;}

.taps-dt4.item02{margin:0px -0.5%;}
.taps-dt4.item02 li{width:49%; margin:0px 0.5% 7px 0.5%;}

    @media all and (max-width:1000px){
        .taps-dt4 li a{padding:10px 15px; font-size:16px;}

        .taps-dt4.item06 li{width:24%;}
        .taps-dt4.item05 li{width:32.333333333333%;}
        .taps-dt4.item04 li{width:49%;}
        .taps-dt4.item03 li{width:49%;}
    }

    @media all and (max-width:680px){
        .taps-dt4 li a{padding:7px 12px; font-size:14px;}

        .taps-dt4.item06 li{width:32.33333333%; margin-bottom:5px;}
        .taps-dt4.item05 li{width:32.333333333333%; margin-bottom:5px;}
        .taps-dt4.item04 li{width:49%; margin-bottom:5px;}
        .taps-dt4.item03 li{width:49%; margin-bottom:5px;}
    }

    @media all and (max-width:480px){
        .taps-dt4.item06{margin:0px -1%;}
        .taps-dt4.item06 li{width:48%; margin:0px 1% 5px 1%;}

        .taps-dt4.item05{margin:0px -1%;}
        .taps-dt4.item05 li{width:48%; margin:0px 1% 5px 1%;}

        .taps-dt4.item04{margin:0px -1%;}
        .taps-dt4.item04 li{width:48%; margin:0px 1% 5px 1%;}

        .taps-dt4.item03{margin:0px -1%;}
        .taps-dt4.item03 li{width:48%; margin:0px 1% 5px 1%;}

        .taps-dt4.item02{margin:0px -1%;}
        .taps-dt4.item02 li{width:48%; margin:0px 1% 5px 1%;}
    }

/* taps-dt5 */
.taps-dt5{overflow:hidden; border:1px solid #d6d6d6; padding:10px 30px;}
.taps-dt5 li{width:100%; padding:5px 0px; float:left; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.taps-dt5 li a{position:relative; display:block; width:100%; height:100%; box-sizing:border-box; padding:0px 12px 0px 15px; font-size:15px; color:#777; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.taps-dt5 li a:before{position:absolute; top:50%; left:0px; width:4px; height:4px; margin-top:-2px; background:#777; content:"";}
.taps-dt5 li a span{line-height:120%;}

.taps-dt5 li.nw a span{padding-right:18px; background:url("/images/Potal_/layout/nw-icon.png") no-repeat right;}

.taps-dt5 li.active a{color:#4d5bbc;}
.taps-dt5 li.active a:before{background:#4d5bbc;}
.taps-dt5 li:hover a{color:#4d5bbc;}
.taps-dt5 li:hover a:before{background:#4d5bbc;}

.taps-dt5.item06 li{width:16.66666666666%;}
.taps-dt5.item05 li{width:20%;}
.taps-dt5.item04 li{width:25%;}
.taps-dt5.item03 li{width:33.3333333333333%;}
.taps-dt5.item02 li{width:50%;}

    @media all and (max-width:1000px){
        .taps-dt5{padding:10px 20px;}
        .taps-dt5 li{padding:3px 0px;}
        .taps-dt5 li a{padding:0px 20px 0px 12px; font-size:14px;}

        .taps-dt5.item06 li{width:33.3333333333333%;}
        .taps-dt5.item05 li{width:33.3333333333333%;}
        .taps-dt5.item04 li{width:50%;}
        .taps-dt5.item03 li{width:50%;}
        .taps-dt5.item02 li{width:50%;}
    }

    @media all and (max-width:680px){
        .taps-dt5{padding:5px 15px;}
        .taps-dt5 li{padding:2px 0px;}
        .taps-dt5 li a{padding:0px 15px 0px 10px; font-size:13px;}

        .taps-dt5.item06 li{width:100%;}
        .taps-dt5.item05 li{width:100%;}
        .taps-dt5.item04 li{width:50%;}
        .taps-dt5.item03 li{width:50%;}
        .taps-dt5.item02 li{width:50%;}
    }

/* taps-fuldown */
.taps-fuldown{}
.taps-fuldown .item{}
.taps-fuldown .item .tit{border:1px solid #d1d1d1; border-top:2px solid #4d5bbc;}
.taps-fuldown .item .tit a{position:relative; display:block; width:100%; height:100%; font-size:16px; color:#333; padding:15px 15px 15px 65px; box-sizing:border-box;}
.taps-fuldown .item .tit a:before{position:absolute; top:50%; left:20px; width:30px; height:30px; margin-top:-15px; background:url("/images/Potal_/layout/fuldown-arrowB.png") no-repeat center #4d5bbc; content:""; z-index:1;}

.taps-fuldown .item .cont{padding:25px 40px; display:none;}
.taps-fuldown .item.active .tit a:before{background:url("/images/Potal_/layout/fuldown-arrowT.png") no-repeat center #4d5bbc;}
.taps-fuldown .item.active .cont{display:block;}

    @media all and (max-width:1000px){
        .taps-fuldown .item .tit a{font-size:15px; padding:12px 12px 12px 50px;}
        .taps-fuldown .item .tit a:before{left:15px; width:24px; height:24px; margin-top:-12px;}

        .taps-fuldown .item .cont{padding:15px 20px;}
    }

    @media all and (max-width:680px){
        .taps-fuldown .item .tit a{font-size:14px; padding:10px 10px 10px 40px;}
        .taps-fuldown .item .tit a:before{left:10px; width:20px; height:20px; margin-top:-10px;}

        .taps-fuldown .item .cont{padding:15px 10px;}
    }

/* table-wrap */
.table-wrap .scroll-guide{display:none; position: relative; padding:10px 20px; background:#f6f6f6; margin-bottom:5px; text-align:center;}
.table-wrap .scroll-guide:before{position:absolute; top:50%; left:0px; width:20px; height:20px; margin-top:-10px; line-height:20px; font-weight:600; content:"〈";}
.table-wrap .scroll-guide:after{position:absolute; top:50%; right:0px; width:20px; height:20px; margin-top:-10px; line-height:20px; font-weight:600; content:"〉";}
.table-wrap .scroll-guide p{ text-align:center;font-weight:600;color:#666;font-size:12px;}
.table-wrap .scroll-guide p:before{content:"좌우스크롤 하시면 자세한 내용을 확인하실수 있습니다.";}

.table-wrap .scroll-table{overflow-x:auto;}

.table-wrap table.type01{position:relative; width:100%; border-collapse:collapse; table-layout:fixed; clear:both; color:#555; background:#fff; border-top:2px solid #333353; font-family:'Noto Sans KR','Malgun Gothic',sans-serif;}
.table-wrap table.type01 thead th{background:#f7f7f7; color:#000; text-align:center; letter-spacing:-0.03em; padding:10px; font-size:16px; border-right:1px solid #e2e2e2; border-bottom:1px solid #333353; font-weight:500;}
.table-wrap table.type01 thead th:last-child{border-right:none;}

.table-wrap table.type01 tbody th{letter-spacing:-0.02em; padding:10px; color:#303338; border-bottom:1px solid #d1d1d1; border-right:1px solid #d1d1d1; font-size:16px; background:#fbfbfb; font-weight:500;}
.table-wrap table.type01 tbody td{letter-spacing:-0.02em; padding:10px; color:#292929; border-bottom:1px solid #d1d1d1; border-right:1px solid #d1d1d1; font-size:16px; text-align:center;}
.table-wrap table.type01 tbody td:last-child{border-right:none;}

    @media all and (max-width:1000px){
        .table-wrap table.type01 thead th{font-size:14px; padding:8px;}

        .table-wrap table.type01 tbody th{font-size:14px; padding:8px;}
        .table-wrap table.type01 tbody td{font-size:14px; padding:8px;}
    }

    @media all and (max-width:680px){
        .table-wrap .scroll-guide{display:block;}

        .table-wrap table.type01 thead th{font-size:13px; padding:6px;}

        .table-wrap table.type01 tbody th{font-size:13px; padding:6px;}
        .table-wrap table.type01 tbody td{font-size:13px; padding:6px;}

        .table-wrap table.scroll{width:680px;}
        .table-wrap table.scroll.w1000{width:1000px;}
        .table-wrap table.scroll.w1200{width:1200px;}

        .table-wrap table.respon colgroup{display:none;}
        .table-wrap table.respon thead {display:none;}
        .table-wrap table.respon tbody {overflow:hidden;}
        .table-wrap table.respon tbody th{display:none;}
        .table-wrap table.respon [data-cell-header]:before {content:attr(data-cell-header); float:left; font-weight:600 ; font-size:14px; position:absolute; left:0; top:0;box-sizing:border-box; padding:10px 0px; box-sizing:border-box; z-index:2;}

        .table-wrap table.respon tbody tr{border-top:1px solid #E6E6E6; border-bottom:1px solid #d5d8df; padding:5px 0px; display:block; overflow:hidden; width:100%;}
        .table-wrap table.respon tbody tr:first-child {border-top:0;}
        .table-wrap table.respon tbody td{position:relative; width:100%; box-sizing:border-box;float:left; text-align:left; padding:8px 8px 8px 80px; font-size:13px;}
        .table-wrap table.respon tbody td[data-cell-header]:before{width:65px; padding-left:15px; text-align:left; box-sizing:border-box; font-size:13px;}
        .table-wrap table.respon tbody td[data-cell-header]:after{position:absolute; left:0; top:0; width:70px; height:99%; display:block; content:""; z-index:1; background:#f7f7f7;}

        .table-wrap table.respon tbody tr:hover{background:none;}
        .table-wrap table.respon tbody tr td{border-bottom:1px solid #d1d1d1; border-right:none;}
        .table-wrap table.respon tbody tr td:last-child{border-bottom:none;}
    }


/* btn */
.btn-wrap{font-size:0px; font-family:'Noto Sans KR','Malgun Gothic',sans-serif;}
.btn-wrap .bbtn{position:relative; font-size:16px; color:#fff; display:inline-block; vertical-align:top;}
.btn-wrap .bbtn:hover{opacity:0.7; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}

.btn-wrap .bbtn.type01{padding:13px 80px 13px 15px; background:#333353;}
.btn-wrap .bbtn.type01:before{position:absolute; top:50%; right:20px; width:20px; height:8px; margin-top:-4px; background:url("/images/Potal_/layout/bbtn-arrow.png") no-repeat center; content:""; z-index:1;}

.btn-wrap .bbtn.type02{padding:13px 80px 13px 15px; background:#4d5bbc;}
.btn-wrap .bbtn.type02:before{position:absolute; top:50%; right:20px; width:20px; height:8px; margin-top:-4px; background:url("/images/Potal_/layout/bbtn-arrow.png") no-repeat center; content:""; z-index:1;}

.btn-wrap .bbtn.type-nw{padding:13px 15px; background:#373777;}
.btn-wrap .bbtn.type-nw span{padding-right:20px; background:url("/images/Potal_/layout/nww-icon.png") no-repeat right;}

.btn-wrap .bbtn.type-down{padding:11px 70px 11px 15px; color:#e55757; border:2px solid #e55757;}
.btn-wrap .bbtn.type-down:before{position:absolute; top:0px; right:0px; width:44px; height:44px; background:url("/images/Potal_/layout/bbtn-att.png") no-repeat center #e55757; content:""; z-index:1;}

    @media all and (max-width:1000px){
        .btn-wrap .bbtn{font-size:14px;}

        .btn-wrap .bbtn.type01{padding:10px 50px 10px 15px;}
        .btn-wrap .bbtn.type01:before{right:15px;}

        .btn-wrap .bbtn.type02{padding:10px 50px 10px 15px;}
        .btn-wrap .bbtn.type02:before{right:15px;}

        .btn-wrap .bbtn.type-nw{padding:10px 15px;}

        .btn-wrap .bbtn.type-down{padding:8px 60px 8px 15px;}
        .btn-wrap .bbtn.type-down:before{width:37px; height:37px;}
    }

    @media only screen and (max-width:680px) {
        .btn-wrap .bbtn{font-size:13px;}

        .btn-wrap .bbtn.type01{padding:7px 40px 7px 10px;}
        .btn-wrap .bbtn.type01:before{right:10px;}

        .btn-wrap .bbtn.type02{padding:7px 40px 7px 10px;}
        .btn-wrap .bbtn.type02:before{right:10px;}

        .btn-wrap .bbtn.type-nw{padding:7px 10px;}

        .btn-wrap .bbtn.type-down{padding:5px 45px 5px 10px;}
        .btn-wrap .bbtn.type-down:before{width:31px; height:31px;}
    }

.btn-wrap .sbtn{position:relative; font-size:14px; color:#fff; display:inline-block; vertical-align:top;}
.btn-wrap .sbtn:hover{opacity:0.7; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}

.btn-wrap .sbtn.type01{padding:10px 24px; background:#333353;}
.btn-wrap .sbtn.type02{padding:10px 24px; background:#4d5bbc;}

.btn-wrap .sbtn.type-nw{padding:10px 20px; background:#373777;}
.btn-wrap .sbtn.type-nw span{padding-right:20px; background:url("/images/Potal_/layout/nww-icon.png") no-repeat right;}

.btn-wrap .sbtn.type-down{padding:8px 20px; color:#e55757; border:2px solid #e55757;}
.btn-wrap .sbtn.type-down span{padding-right:20px; background:url("/images/Potal_/layout/sbtn-att.png") no-repeat right;}

    @media all and (max-width:1000px){
        .btn-wrap .sbtn{font-size:13px;}
        .btn-wrap .sbtn.type01{padding:7px 18px;}
        .btn-wrap .sbtn.type02{padding:7px 18px;}

        .btn-wrap .sbtn.type-nw{padding:7px 15px;}

        .btn-wrap .sbtn.type-down{padding:5px 13px;}
    }

    @media only screen and (max-width:680px) {
        .btn-wrap .sbtn{font-size:12px;}
        .btn-wrap .sbtn.type01{padding:5px 10px;}
        .btn-wrap .sbtn.type02{padding:5px 10px;}

        .btn-wrap .sbtn.type-nw{padding:5px 10px;}

        .btn-wrap .sbtn.type-down{padding:3px 10px;}
    }

/* contin-box */
.contin-box{position:relative; background:#f7f8fc; padding:35px 50px; border:1px solid #d6d6dd;}
.contin-box:before{position:absolute; top:0px; left:0px; width:60px; height:60px; background:url("/images/Potal_/layout/contin-before.png") no-repeat center; content:""; z-index:1;}
.contin-box:after{position:absolute; bottom:0px; right:0px; width:60px; height:60px; background:url("/images/Potal_/layout/contin-after.png") no-repeat center; content:""; z-index:1;}

    @media all and (max-width:1000px){
        .contin-box{padding:25px;}
        .contin-box:before{width:50px; height:50px; background-size:50px;}
        .contin-box:after{width:50px; height:50px; background-size:50px;}
    }

    @media only screen and (max-width:680px) {
        .contin-box{padding:15px;}
        .contin-box:before{width:40px; height:40px; background-size:40px;}
        .contin-box:after{width:40px; height:40px; background-size:40px;}
    }

/* imginfo-list.list01 */
.imginfo-list{}
.imginfo-list .list01{border-top:2px solid #333353;}
.imginfo-list .list01 .thead{border-bottom:1px solid #999999; background:#f1f4fa; overflow:hidden; display:flex; font-family:'Noto Sans KR','Malgun Gothic',sans-serif;}
.imginfo-list .list01 .thead .btxt{float:left; font-size:16px; color:#111; padding:12px 0px; line-height:120%; text-align:center; }
.imginfo-list .list01 .thead .btxt.img{width:245px;}
.imginfo-list .list01 .thead .btxt.info{flex:auto;}

.imginfo-list .list01 .items{}
.imginfo-list .list01 .items .item{position:relative; border-bottom:1px solid #d1d1d1; padding:20px 20px 20px 245px; min-height:135px;}
.imginfo-list .list01 .items .item:hover{background:#f2f7fb;}
.imginfo-list .list01 .items .item .img{position:absolute; top:20px; left:30px; width:180px;}
.imginfo-list .list01 .items .item .img img{width:100%; height:auto;}

    @media only screen and (max-width:1000px) {
        .imginfo-list .list01 .thead .btxt{font-size:15px; padding:10px 0px;}
        .imginfo-list .list01 .thead .btxt.img{width:200px;}

        .imginfo-list .list01 .items .item{padding:15px 15px 15px 200px; min-height:120px;}
        .imginfo-list .list01 .items .item .img{top:15px; left:15px; width:160px;}
    }

    @media only screen and (max-width:680px) {
        .imginfo-list .list01 .thead .btxt{font-size:14px;}
        .imginfo-list .list01 .thead .btxt.img{width:160px;}

        .imginfo-list .list01 .items .item{padding:15px 10px 15px 160px; min-height:100px;}
        .imginfo-list .list01 .items .item .img{top:15px; left:10px; width:130px;}
    }

    @media only screen and (max-width:480px) {
        .imginfo-list .list01 .thead{display:none;}
        .imginfo-list .list01 .items .item{padding:15px 10px; min-height:auto;}
        .imginfo-list .list01 .items .item .img{position:relative; top:0px; left:0px; width:100%; margin-bottom:10px;}
    }

/* page-info */
.page-info{margin-top:70px; border:1px solid #ddd; font-family:'Noto Sans KR','Malgun Gothic',sans-serif;}
.page-info .infos{padding:15px 40px; border-bottom:1px solid #ddd; overflow:hidden;}
.page-info .infos .btxt{font-size:16px; color:#666; margin-right:75px; float:left;}
.page-info .infos .btxt:last-child{margin-right:0px;}
.page-info .infos .btxt strong{position:relative; color:#333; padding-right:10px; margin-right:10px; font-weight:500;}
.page-info .infos .btxt strong:before{position:absolute; top:50%; right:0px; width:1px; height:12px; margin-top:-6px; background:#999; content:""; z-index:1;}

.page-info .satisf{padding:24px 40px; background:#f7f7f7; overflow:hidden;}
.page-info .satisf .txts{width:40%; float:left;}
.page-info .satisf .txts .btxt{font-size:18px; color:#111; margin-bottom:15px; line-height:120%; letter-spacing:-0.02em;}
.page-info .satisf .txts .stxt{font-size:15px; color:#555; line-height:130%; letter-spacing:-0.02em;}

.page-info .satisf .apprai{width:60%; float:right;}
.page-info .satisf .apprai .mark{font-size:0px; margin-bottom:15px;}
.page-info .satisf .apprai .mark .radios{position:relative; margin-right:20px;}
.page-info .satisf .apprai .mark .radios:last-child{margin-right:0px;}
.page-info .satisf .apprai .mark .radios input[type="radio"] + label{padding-left:52px;}
.page-info .satisf .apprai .mark .radios:nth-child(1):before{position:absolute; top:0px; left:22px; width:24px; height:24px; background:url("/images/Potal_/layout/mark-point05.png") no-repeat center; content:"";}
.page-info .satisf .apprai .mark .radios:nth-child(2):before{position:absolute; top:0px; left:22px; width:24px; height:24px; background:url("/images/Potal_/layout/mark-point04.png") no-repeat center; content:"";}
.page-info .satisf .apprai .mark .radios:nth-child(3):before{position:absolute; top:0px; left:22px; width:24px; height:24px; background:url("/images/Potal_/layout/mark-point03.png") no-repeat center; content:"";}
.page-info .satisf .apprai .mark .radios:nth-child(4):before{position:absolute; top:0px; left:22px; width:24px; height:24px; background:url("/images/Potal_/layout/mark-point02.png") no-repeat center; content:"";}
.page-info .satisf .apprai .mark .radios:nth-child(5):before{position:absolute; top:0px; left:22px; width:24px; height:24px; background:url("/images/Potal_/layout/mark-point01.png") no-repeat center; content:"";}

.page-info .satisf .apprai .input-btn{position:relative; padding-right:76px;}
.page-info .satisf .apprai .input-btn input[type="text"]{width:100%;}
.page-info .satisf .apprai .input-btn .btn{position:absolute; top:0px; right:0px; line-height:38px; font-size:16px; width:76px; text-align:center; background:#333353; color:#fff; z-index:1;}

    @media all and (max-width:1600px){
        .page-info{border-left:none; border-right:none;
        }
        .page-info .satisf .apprai .mark .radios{margin-right:7px;}

    }

    @media all and (max-width:1000px){
        .page-info{margin-top:50px;}
        .page-info .infos{padding:10px 20px;}
        .page-info .infos .btxt{font-size:15px; margin-right:25px;}
        .page-info .infos .btxt strong{padding-right:7px; margin-right:7px;}

        .page-info .satisf{padding:15px 20px;}
        .page-info .satisf .txts{width:100%; float:none; margin-bottom:15px;}
        .page-info .satisf .txts .btxt{font-size:16px; margin-bottom:10px;}
        .page-info .satisf .txts .stxt{font-size:14px;}

        .page-info .satisf .apprai{width:100%; float:none;}
        .page-info .satisf .apprai .mark .radios{margin-right:15px;}

    }

    @media only screen and (max-width:680px) {
        .page-info{margin-top:30px;}
        .page-info .infos{padding:7px 15px;}
        .page-info .infos .btxt{font-size:13px;  margin-right:0px; float:none;}

        .page-info .satisf{padding:10px 15px;}
        .page-info .satisf .txts .btxt{font-size:14px;}
        .page-info .satisf .txts .stxt{font-size:13px;}

        .page-info .satisf .apprai .mark{margin-bottom:5px;}
        .page-info .satisf .apprai .mark .radios{margin-bottom:10px;}
        .page-info .satisf .apprai .mark .radios input[type="radio"] + label{padding-left:40px;}
        .page-info .satisf .apprai .mark .radios:nth-child(1):before{left:19px; width:18px; height:18px; background-size:18px;}
        .page-info .satisf .apprai .mark .radios:nth-child(2):before{left:19px; width:18px; height:18px; background-size:18px;}
        .page-info .satisf .apprai .mark .radios:nth-child(3):before{left:19px; width:18px; height:18px; background-size:18px;}
        .page-info .satisf .apprai .mark .radios:nth-child(4):before{left:19px; width:18px; height:18px; background-size:18px;}
        .page-info .satisf .apprai .mark .radios:nth-child(5):before{left:19px; width:18px; height:18px; background-size:18px;}

        .page-info .satisf .apprai .input-btn{padding-right:50px;}
        .page-info .satisf .apprai .input-btn .btn{line-height:34px; font-size:13px; width:50px;}

    }

/* paging-num */
.msg-wrap{padding-top:20px; text-align:center;}
.msg-wrap:before{display:block; margin:0 auto 40px; content:"";}

.msg-wrap .btxt{font-size:36px; color:#111; letter-spacing:-0.05em; line-height:120%; margin-bottom:20px;}
.msg-wrap .btxt strong{font-weight:600;}
.msg-wrap .stxt{font-size:18px; color:#666; letter-spacing:-0.03em; line-height:140%;}

.msg-wrap.wait:before{width:85px; height:98px; background:url("/images/Potal_/layout/msg-ing.png") no-repeat;}

    @media all and (max-width:1000px){
        .msg-wrap:before{margin:0 auto 30px;}

        .msg-wrap .btxt{font-size:32px;}
        .msg-wrap .stxt{font-size:16px;}

        .msg-wrap.wait:before{width:76px; height:88px; background-size:76px;}
    }

    @media only screen and (max-width:680px) {
        .msg-wrap:before{margin:0 auto 20px;}

        .msg-wrap .btxt{font-size:26px;}
        .msg-wrap .stxt{font-size:12px;}

        .msg-wrap.wait:before{width:68px; height:78px; background-size:68px;}
    }

/* paging-num */
.paging-num{text-align:center; font-size:0px; font-family:'Noto Sans KR','Malgun Gothic',sans-serif;}
.paging-num li{position:relative; display:inline-block; vertical-align:top; box-sizing:border-box; border:1px solid #d1d1d1; border-right:none;}
.paging-num li.first, .paging-num li.prev, .paging-num li.next, .paging-num li.last{border:0}
/*.paging-num li:last-child{border-right:1px solid #d1d1d1;}*/
.paging-num li:nth-last-child(3){border-right:1px solid #d1d1d1;}
.paging-num li a{width:36px; height:36px; display:block; color:#555454; display:block; line-height:36px; font-size:15px;}
.paging-num li a:hover{color:#111566; text-decoration:underline;}
.paging-num li.active{border-color:#111566;}
.paging-num li.active:before{position:absolute; top:0px; right:-1px; width:1px; height:100%; content:""; background:#111566; z-index:1;}
.paging-num li.active a{font-weight:600; color:#111566; border-color:#111566;}

.paging-num li.first a{background:url("/images/Potal_/layout/paging-first.png") no-repeat center;}
.paging-num li.first a:hover{background:url("/images/Potal_/layout/paging-first.png") no-repeat center;}
.paging-num li.prev{margin-right:8px;}
.paging-num li.prev a{background:url("/images/Potal_/layout/paging-prev.png") no-repeat center; }
.paging-num li.next{margin-left:8px;}
.paging-num li.next a{background:url("/images/Potal_/layout/paging-next.png") no-repeat center;}
.paging-num li.last a{background:url("/images/Potal_/layout/paging-last.png") no-repeat center;}

.paging-num li a img{width:100%; height:100%}

.paging-num.img li:nth-child(1){border:none;}
.paging-num.img li:nth-child(1) a{width:auto; line-height:100%;}
.paging-num.img li:nth-child(2){border:none; margin-right:8px;}
.paging-num.img li:nth-child(2) a{width:auto; line-height:100%;}
.paging-num.img li:nth-last-child(1){border:none;}
.paging-num.img li:nth-last-child(1) a{width:auto; line-height:100%;}
.paging-num.img li:nth-last-child(2){border:none; margin-left:8px;}
.paging-num.img li:nth-last-child(2) a{width:auto; line-height:100%;}

    @media all and (max-width:1000px){
        .paging-num li a{width:32px; height:32px; line-height:32px; font-size:14px;}

        .paging-num.img li:nth-child(1) a img{width:35px;}
        .paging-num.img li:nth-child(2) a img{width:34px;}
        .paging-num.img li:nth-last-child(1) a img{width:35px;}
        .paging-num.img li:nth-last-child(2) a img{width:34px;}
    }

    @media only screen and (max-width:680px) {
        .paging-num li a{width:28px; height:28px; line-height:28px; font-size:13px;}

        .paging-num.img li:nth-child(1) a img{width:30px;}
        .paging-num.img li:nth-child(2) a img{width:29px;}
        .paging-num.img li:nth-last-child(1) a img{width:30px;}
        .paging-num.img li:nth-last-child(2) a img{width:29px;}
    }


                                                                