@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 Light','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;}
.table-wrap table.type01 tbody td.br {border-right:1px solid #d1d1d1!important;}

    @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: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; border-right:1px solid #d1d1d1;}
.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.first a,
.paging-num li.next a,
.paging-num li.prev a,
.paging-num li.last a {overflow:hidden; text-indent:-9999px;}




.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;}
    }

/* 기본이미지 */
.emptyImg{background: url("/images/Potal_/main/culevent-logo.png") center center no-repeat #f1f6fa;}

.cultSub{width:100%;}
/* 상단 제목과 스케쥴담기*/
.subTitle{text-align: center; position:relative;}
.subTitle .stTit{font-size:32px; line-height:120%; font-family:'SCDream5'; }
.subTitle .stsubTit{font-size:16px; font-family:'NotoKrR'; }
.subTitle .cultSche{position:absolute; background:url("/images/Culture_/layout/sch-Star.png") 13px center no-repeat #666; padding:10px 13px 10px 47px; color:#fff; right:0; top:10px; font-size:16px; z-index:1;}

/* 컬처 슬라이드 */
.subSlider {border-bottom:1px solid #999; overflow: hidden;}
.subSlider .culSlider{width:900px; float: left;}
.subSlider .slick-slide{/* max-height:667px; */}

.subSlider .slick-slide img{width:100%; /* max-height:667px; */}
.subSlider .slick-slide .slidTit{width:100%; background-color: rgba(29,29,27,0.5); position: absolute; bottom:0; left:0; padding:4% 2%; font-size:20px; font-family:'NotoKrR'; text-align: left; color:#fff;}
.subSlider .culSliderNav{width:300px; float: right; background-color:#f6f4e9; box-sizing: border-box; padding:39px 20px 40px;}
.subSlider .culSliderNav .slick-list{padding:0 !important; height:590px !important;}
.subSlider .culSliderNav .slick-slide{width:260px !important; margin:10px 0; position: relative; height:173px; overflow: hidden; box-sizing: border-box; tabindex:auto!important;}
.subSlider .culSliderNav .slick-slide.slick-current{border:5px solid #ffc501; box-sizing: border-box;}
.subSlider .culSliderNav .slick-slide:not(.slick-current):before{content:""; display: block; position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity: 0.5;}
.subSlider .culSliderNav .slick-slide img{width:100%; }
.subSlider .culSliderNav {text-align: center; position: relative;}
.subSlider .culSliderNav button.slick-arrow{border: none; background:none;  font-size:0; width:21px; height:12px; position: absolute;left:50%; margin-left:-15px;}
.subSlider .culSliderNav button.slick-prev{background: url("/images/Culture_/layout/slideTop.png") center center no-repeat;top:20px;}
.subSlider .culSliderNav button.slick-next{background: url("/images/Culture_/layout/slideBot.png") center center no-repeat; bottom:20px;}


@media screen and (max-width:1600px){
	.cultSub{width:1250px; margin:0 auto;}
}

@media screen and (max-width:1300px) {
	.cultSub{width:1000px; margin:0 auto;}
	.subSlider .culSlider{width:700px;}
	.subSlider .culSlider .slick-slide img{width:120%;}
	.subSlider .culSliderNav{width:250px;  padding:37px 20px 42px;}
	.subSlider .culSliderNav .slick-list{height: 486px !important;}
	.subSlider .culSliderNav .slick-slide{width:100% !important; margin:10px 0;}
	.subSlider .culSliderNav .slick-slide img{width:100%; min-height:133px;}
}

@media screen and (max-width:1000px) {
	.cultSub{width:100%;}

	/* 상단 제목과 스케쥴담기*/
	.subTitle .cultSche{padding:7px 10px 7px 35px; color:#fff; font-size:14px; background-size: 20px; background-position: 7px center;}

	.subSlider{width:100%; margin:0 auto;}
	.subSlider .culSlider{width:90%; margin:0 auto; float: none}
	.subSlider .culSlider .slick-slide img{width:100%;}
	.subSlider .culSlider button.slick-arrow{border: none; background:none;  font-size:0; width:30px; height:58px; position: absolute;top:50%; margin-top:-32px;z-index: 10;}
	.subSlider .culSlider button.slick-prev{background: url("/images/Culture_/layout/slideLeft3.png") center center no-repeat; left:20px}
	.subSlider .culSlider button.slick-next{background: url("/images/Culture_/layout/slideRight3.png") center center no-repeat; right:20px;}
	.subSlider .culSliderNav{display: none;}
	.subSlider .slick-dots {text-align: center; margin:10px 0 0; font-size:0; line-height: 0;}
	.subSlider .slick-dots > li{display: inline-block; margin:0 5px; font-size:0; line-height: 0;}
	.subSlider .slick-dots > li > button {background:#ffae01; opacity: 0.5; width:13px; height:13px; border-radius: 50%; border:none; font-size:0;}
	.subSlider .slick-dots > li.slick-active > button {opacity: 1;}
	/*    .subSlider .culSliderNav{width:90%; margin:10px auto; float: none;}
        .subSlider .culSliderNav .slick-slide{width:145px !important; margin:0px 5px; height:90px; overflow: hidden;}
        .subSlider .culSliderNav .slick-list{height: auto !important;}
        .subSlider .culSliderNav .slick-slide img{width:100%; min-height: auto}*/
}

@media screen and (max-width:640px) {
	.subSlider .culSlider button.slick-arrow{width:20px; height:42px; background-size: 100%; }
}
@media screen and (max-width:480px){
	.subTitle .cultSche{top:-10px; font-size:12px; padding:5px 10px 5px 25px; background-size: 15px; }
}



/*  컨텐츠 내용부분 상단 정보  */
.subBoxs .sbUl{overflow: hidden;}
.subBoxs .sbUl .sbBoxs{float: left; box-sizing: border-box;  text-align: center;}
.subBoxs .sbUl .sbBoxs:not(.sbImg){width:297px; height:248px; border: 1px solid #d7d7d7; margin-right:20px; padding-top: 30px;}
.subBoxs .sbUl .sbBoxs:not(.sbImg):last-child{margin-right:0px;}
.subBoxs .sbUl .sbBoxs .boxsTit{font-size:20px; color:#333; font-family:'SCDream5'; margin-bottom:20px;}
.subBoxs .sbUl .sbBoxs .sbIcon{width:90px; height:90px; border-radius: 50%; background-color:#f7f6e7; text-align: center; margin:0 auto 20px; box-sizing: border-box; padding-top:20px;}
.subBoxs .sbUl .sbBoxs .boxsCnt{font-size:16px; color:#333; font-family:'NotoKrR';}
.subBoxs .sbUl .sbBoxs .boxLink{font-size:16px; padding:5px 25px; background:#ffa200; color:#fff; border-radius: 50px;}
.subBoxs .sbUl .sbImg .m_sbImg{display: none}


@media screen and (max-width:1300px) {
	.subBoxs .sbUl .sbBoxs:not(.sbImg){width:240px; height:200px; margin-right:12px; padding-top: 20px;}
	.subBoxs .sbUl .sbImg {width:240px;}
	.subBoxs .sbUl .sbImg  img{width:100%;}
	.subBoxs .sbUl .sbBoxs .boxsTit{font-size:18px; margin-bottom:15px;}
	.subBoxs .sbUl .sbBoxs .sbIcon{width:70px; height:70px; margin:0 auto 15px; padding-top:15px;}
	.subBoxs .sbUl .sbBoxs .sbIcon > img{width:40%;}
	.subBoxs .sbUl .sbBoxs:nth-child(3) .sbIcon > img{width:35%;}
	.subBoxs .sbUl .sbBoxs .boxsCnt{font-size:14px; }
}

@media screen and (max-width:1000px) {
	.subBoxs {width:100%;}
	.subBoxs .sbUl {display: flex}
	.subBoxs .sbUl li.sbBoxs {width:25%; height:auto;}
	.subBoxs .sbUl .sbBoxs:not(.sbImg){width:25%; height:auto; padding-top:1%;}
	.subBoxs .sbUl .sbBoxs .boxsTit{font-size:16px; margin-bottom:15px;}
	.subBoxs .sbUl .sbBoxs .sbIcon{width:50px; height:50px; margin:0 auto 10px; padding-top:10px;}
	.subBoxs .sbUl .sbBoxs .boxsCnt{letter-spacing: -0.6px;}
	.subBoxs .sbUl .sbBoxs .boxLink{font-size:14px;}
}

@media screen and (max-width: 740px) {
	.subBoxs .sbUl .sbBoxs:not(.sbImg){padding-top:30px;}
	.subBoxs .sbUl .sbBoxs .boxsTit{display: inline-block; font-size:20px;}
	.subBoxs .sbUl .sbBoxs .sbIcon{display: inline-block; position: relative; top:-3px; width:30px; height:30px; padding-top:2px; margin-left:5px; margin-top:-10px;}
	.subBoxs .sbUl .sbBoxs .boxsCnt{word-break: keep-all; font-size:14px;}
	.subBoxs .sbUl .sbBoxs .boxsCnt > br{display: none;}
	.subBoxs .sbUl .sbBoxs .boxLink{display: block; padding:5px 7px; width:70%; margin:0 auto; }
}

@media screen and (max-width:640px) {
	.subBoxs .sbUl {display: block}
	.subBoxs .sbUl .sbBoxs:not(.sbImg){width:49%; padding-top:20px; min-height:auto; padding-bottom:15px; margin-right:2%; margin-bottom: 10px;}
	.subBoxs .sbUl .sbBoxs:not(.sbImg):nth-child(2n){margin-right:0;}
	/*.subBoxs .sbUl .sbBoxs .sbIcon{display: block; position: static; width:60px; height:60px; margin:0 auto 15px; padding-top:15px;}*/
	.subBoxs .sbUl .sbBoxs .boxsTit{font-size:16px;}
	.subBoxs .sbUl .sbBoxs .boxsCnt{word-break: keep-all; font-size:14px;}
	/*.subBoxs .sbUl .sbBoxs .boxsCnt > br{display: block;}*/
	.subBoxs .sbUl .sbBoxs:not(.sbImg):nth-child(3) .boxsCnt{margin-bottom:10px;}
	.subBoxs .sbUl .sbBoxs .boxsCnt > br{display: none;}
	.subBoxs .sbUl li.sbImg {width:100%; margin-top:10px;}
	.subBoxs .sbUl .sbImg .pc_sbImg{display: none}
	.subBoxs .sbUl .sbImg .m_sbImg{display:block;}
}

@media screen and (max-width:480px) {
	.subBoxs .sbUl .sbBoxs:not(.sbImg){padding:10px 20px;  width:100%; margin-top:5px;}
	.subBoxs .sbUl .sbBoxs:not(.sbImg):nth-child(2) .boxsCnt{margin-bottom:0px;}
	/*.subBoxs .sbUl .sbBoxs, .subBoxs .sbUl .sbBoxs .boxsCnt{text-align: left;}*/
	.subBoxs .sbUl .sbBoxs .boxLink{display: block; padding:5px 7px;   text-align: center; display: inline-block; margin-left:20px;}
}

/* 컨텐츠 내용 */
.subCnt > p {font-size:16px; font-family: 'NotoKrR'; word-break: keep-all; color:#333;}

/*   찾아오시는길  */
.mapApi, .mapApi .cultMap{width:100%;}

/*  주변정보  */
.surrMore{border: 1px solid #d7d7d7; box-sizing: border-box; width:100%; padding:40px; text-align: center;}
.surrMore > div > ul {display: inline-block; margin-bottom:20px; width:100%; text-align: left;}
.surrMore > div > ul > li{position: relative;  display: inline-block; width:24%; max-width:270px; margin-right:0.8%;} 
.surrMore > div > ul > li:last-child{ margin-right:0;}
.surrMore .surrImgs{position: relative; display:block;}
.surrMore .surrImgs > img{width:100%;}
.surrMore .surrImgs .siTIt{position:absolute; text-align: left; bottom:0; left:0; font-size:16px; font-family:'NotoKrR'; color:#fff; background-color: rgba(0,0,0,0.6); width:100%; padding:5px 10px; box-sizing: border-box;}
.surrMore .surrImgs:hover .surrLink{display: block;}
.surrMore .surrImgs:hover .siTIt {display: none;}
.surrMore .surrImgs .surrLink{ display: none; position: absolute; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.7); text-align: center; color: #ffffff; padding:30px 0 0; box-sizing: border-box;}
.surrMore .surrImgs .surrLink .surrTit{font-size:28px;}
.surrMore .surrImgs .surrLink img{margin:30px 0;}
.surrMore .surrImgs .surrLink .surrCnt{font-size:16px;}
.surrMore .boxsMore{font-size:16px; background-color:#333; padding:7px 20px; color:#fff; cursor: pointer; }

@media screen and (max-width:1300px) {
	.surrMore .surrImgs .surrLink .surrTit{font-size:24px;}
	.surrMore .surrImgs .surrLink img{margin:15px 0; width:15%;}
}

@media screen and (max-width:1000px) {
	.surrMore{padding:20px;}
	.surrMore .surrImgs .siTIt{font-size:14px;}
	.surrMore .surrImgs .surrLink .surrTit{font-size:20px;}
	.surrMore .surrImgs .surrLink .surrCnt{font-size:14px;}
	.surrMore .surrImgs .surrLink{padding:15px 0 0;}
	.surrMore > div > ul > li{width:24%;  margin-right:0.5%;}
}

@media screen and (max-width:640px) {
	.surrMore > div > ul > li{width:24%; max-width:270px; margin-right:0.3%;}
}

@media screen and (max-width:640px) {
	.surrMore > div > ul {margin-bottom:0px;}
	.surrMore > div > ul > li{width:48.5%; margin-right:0.2%; margin-bottom:5px;}
}


/*  댓글  */
.commetWrap .commetWrite {width:100%; background-color:#f7f7f7; padding:30px 30px 50px; box-sizing: border-box; position: relative; border:1px solid #d7d7d7;}
.commetWrap .commetWrite .goodWrap {position: relative; display: inline-block;}
.commetWrap .commetWrite .goodWrap .showStar{height:38px; cursor: pointer; padding:5px 50px 5px 20px; box-sizing: border-box;  border:1px solid #d7d7d7;  background: url("/images/Culture_/layout/culSelect.png") 90% center no-repeat #fff; }
.commetWrap .commetWrite .goodWrap p.goodScore{ display: inline-block; font-size:16px; margin-left:10px;}
.commetWrap .commetWrite .goodWrap .goodOption {display:none; position: absolute; background: #fff; border:1px solid #d7d7d7; box-sizing: border-box; }
.commetWrap .commetWrite .goodWrap .goodOption > .goodLi{margin:7px 0; cursor: pointer; padding:5px 45px 5px 20px;box-sizing: border-box; }
.commetWrap .commetWrite .goodWrap .goodOption > .goodLi:hover{background-color:rgba(242, 94, 94, 0.2); transition: all 0.3s ease-out; }
.commetWrap .commetWrite .ipWrap{float:right; width:77%; display: flex;}
.commetWrap .commetWrite .ipWrap input{float:left;}
.commetWrap .commetWrite .ipWrap input#commWrite{width:85%;}
.commetWrap .commetWrite .ipWrap input#commBtn{width:15%; border:1px solid #d7d7d7; border-left:none; background:#e3e3e3; color:#333; box-sizing: border-box; }
.commetWrap .commetWrite .commentAdmin {display: inline-block; float:right; margin-top:20px;}
.commetWrap .commetWrite .commentAdmin .caText{display: inline-block; margin:0 5px;}
.commetWrap .commetWrite .commentAdmin .caText > p{color:#666; font-size:14px; font-family:'NotoKrR'; }
.commetWrap .commetWrite .commentAdmin .caText > p > span{color:#333}
.commetWrap .commetWrite .myselfCert{display: block; width:100%; height:100%; background-color:rgba(0,0,0,0.5); position: absolute; top:0; left:0; z-index: 3; padding-top:50px; text-align: center;}
.commetWrap .commetWrite .myselfCert > a{text-align: center; padding:10px 20px; color:#fff; background-color:#342883; border-radius: 5px;}
.commetWrap .commetWrite .myselfCert > a:hover{transition: all 0.3s ease-out; background-color:#4c4292; }
.commetWrap .commList{border-top:1px solid #d7d7d7;}
.commetWrap .commList .commEle{border-bottom:1px solid #d7d7d7; padding:20px 10px;}
.commetWrap .commList .commEle .clTop, .commetWrap .commList .commEle .clBot{overflow: hidden;}
.commetWrap .commList .commEle .clTop > .cltLeft{float:left;}
.commetWrap .commList .commEle .clTop > .cltLeft .clGood > img{width:65%; vertical-align: top;}
.commetWrap .commList .commEle .clTop > .cltLeft .clNick{margin-left:10px; font-size:14px; color:#888; margin-top:15px;}
.commetWrap .commList .commEle .clTop > .cltRight{position: absolute; right:10px; width:100px; text-align: right;}
.commetWrap .commList .commEle .clTop > .cltRight > img{cursor: pointer; }
.commetWrap .commList .commEle .clTop > .cltRight > .clOption{position:absolute; top:25px; right:0; display: none;}
.commetWrap .commList .commEle .clTop > .cltRight > .clOption > li > a{background-color:#342883; color:#fff; padding:5px 10px;}
.commetWrap .commList .commEle .clCnt{margin:20px 0;}
.commetWrap .commList .commEle .clBot .clbLeft{float:left; }
/*.commetWrap .commList .commEle .clBot .clbLeft a {width:20px; height:17px; float: left;}*/
.commetWrap .commList .commEle .clBot .clbLeft .likeBg{cursor:pointer;width:20px; height:17px; display:inline-block; float:left; padding-top:10px; background:url("/images/Culture_/layout/likeIcon_off.png") center 1px no-repeat;}
.commetWrap .commList .commEle .clBot .clbLeft .likeBg.likeFull{background:url("/images/Culture_/layout/likeIcon_on.png") center 1px no-repeat;}
.commetWrap .commList .commEle .clBot .clbLeft p.likeInfo {margin-top:-1px; float: left; margin-left: 10px; font-family:'NotoKrR'; }
.commetWrap .commList .commEle .clBot .clbLeft .likeInfo .liMent{color:#888888; font-size:14px;}
.commetWrap .commList .commEle .clBot .clbLeft .likeInfo .liNum{color:#333; font-size:14px;}
.commetWrap .commList .commEle .clBot .clbRight{float:right; }
.commetWrap .commList .commEle .clBot .clbRight .cmtDate{color:#888888; font-size:14px; }

@media screen and (max-width:1300px){
	.commetWrap .commetWrite .ipWrap{ width:70%;}
}

@media screen and (max-width:1000px){
	.commetWrap .commetWrite .ipWrap{ width:62%;}
}

@media screen and (max-width:740px){
	.commetWrap .commetWrite .ipWrap{ width:65%;}
	.commetWrap .commetWrite .goodWrap .showStar{ padding: 7px 0px 5px 15px; height:34px; background-size: 10px;}
	.commetWrap .commetWrite .goodWrap .showStar img, .commetWrap .commetWrite .goodWrap .goodOption > .goodLi > img{width:50%; vertical-align: baseline;}
	.commetWrap .commetWrite .goodWrap p.goodScore{font-size:14px;}
	.commetWrap .commetWrite .goodWrap .goodOption > .goodLi{ padding: 7px 10px 5px 20px; }
	.commetWrap .commetWrite .commentAdmin .caText{margin:0 2px;}
}

@media screen and (max-width:640px){
	.commetWrap .commetWrite{padding:15px 15px 50px;}
	.commetWrap .commetWrite .commentAdmin{text-align: right;}
	.commetWrap .commetWrite .ipWrap{ width:57%;}
	.commetWrap .commetWrite .commentAdmin .caText{margin:0 2px;}

	.commetWrap .commList .commEle .clTop > .cltLeft .clGood > img{width:50%; vertical-align: baseline;}
}

@media screen and (max-width:609px){
	.commetWrap .commetWrite{padding:15px 15px 70px;}
}

@media screen and (max-width:480px){
	.commetWrap .commetWrite{padding:10px 7px 110px;}
	.commetWrap .commetWrite .goodWrap .showStar{width:100px; padding:3px 0 3px 15px ;}
	.commetWrap .commetWrite .goodWrap .showStar img, .commetWrap .commetWrite .goodWrap .goodOption > .goodLi > img{width:60%; vertical-align: baseline; margin-top:5px;}
	.commetWrap .commetWrite .goodWrap p.goodScore{display: none;}
	.commetWrap .commetWrite .ipWrap{width:100%; margin-top:5px;}
	.commetWrap .commetWrite .goodWrap .goodOption > .goodLi{ padding:3px 0 3px 15px ;}
	.commetWrap .commetWrite .commentAdmin .caText > p{font-size:12px;}
}


/* 게시물 정보 영역 */
.info-box{width:100%; background:url("/images/Culture_/layout/contBg2.png"); padding:10px; overflow: hidden; box-sizing: border-box;}
.info-icon{max-width:100%;}
.info-box > ul{width:100%; background-color: #fff;overflow: hidden; padding:40px 10px; box-sizing:border-box;}
.info-box > ul > .infoBox-li{float: left; margin:0 2%; }
.info-box > ul > .info-cnt > .infoCnt-tit{font-size:24px; font-family:'SCDream5'; color:#111; margin-bottom:25px;}
.info-box > ul > .info-cnt > .infoCnt-cnt{font-size:16px; color:#333; word-break: keep-all;}

@media screen and (max-width:768px){
	.info-box > ul > .info-cnt > .infoCnt-tit{font-size:20px; margin-bottom:17px; margin-top:10px;}
	.info-box > ul > .info-cnt > .infoCnt-cnt{font-size:14px;}
}
@media screen and (max-width:680px){
	.info-box > ul{display: flex;}
	.info-icon{width:70px; vertical-align: middle; }
	.info-box > ul > .info-cnt{width:70%;}
	.info-box > ul > .info-cnt > .infoCnt-tit{font-size:20px; margin-bottom:10px; margin-top:0px;}
	.info-box > ul > .sche-img{padding-top:20px;}
}
@media screen and (max-width:480px){
	.info-box .info-icon{
		display: none;}
	.info-box > ul{padding:20px;}
	.info-box > ul > .infoBox-li{margin:0;}
	.info-box > ul > .info-cnt > .infoCnt-tit{ padding-right:30px; position: relative; margin-bottom:20px;}
	.info-box > ul > .info-cnt > .infoCnt-tit > span:after{display: inline-block; content:''; position: relative; left:15px; top:7px; width:28px; height:28px; margin-top:-10px;}
	.info-box > ul > .info-cnt > .icon-Cal > span:after{background:url("/images/Culture_/layout/scheCal.png") 50% no-repeat;background-size: 100%;}
	.info-box > ul > .info-cnt{width:100%;}
}

/* 스케줄 리스트 */
.scheList .slWrap{border-top:1px solid #d7d7d7;}
.scheList .slWrap .slDiv{padding:30px 40px; overflow: hidden; box-sizing: border-box; border-bottom:1px solid #d7d7d7; position: relative;}
.scheList .slWrap .slDiv:hover{background-color: #f7f7f7;}
.scheList .slWrap .slDiv:hover:before{content:""; display: block; position:absolute; background: #db3e3e; width:4px; height:100%; left:0; top:0;}
.scheList .slWrap .slDiv > ul > li{ display: inline-block;}
.scheList .slWrap .slDiv li.slDate{color:#333; text-align: center; margin-right:50px; vertical-align: super;}
.scheList .slWrap .slDiv li.slDate .slDay{font-size:36px; font-family:'NotoKrB'; margin-bottom:5px;}
.scheList .slWrap .slDiv li.slDate .slYm{font-size:16px; font-family:'NotoKrR';}
.scheList .slWrap .slDiv li.slCnt .slcDate{font-size:20px; color:#111; font-family:'SCDream5'; margin-bottom:10px;}
.scheList .slWrap .slDiv li.slCnt ul.cont-list > li{color:#333; font-family:'NotoKrR';}
.scheList .slWrap .slDiv li.slBtn {float: right; width:150px;}
.scheList .slWrap .slDiv li.slBtn > a{width:100%; display: block; padding:7px 0; text-align: center; color:#fff; font-size:14px; font-family:'NotoKrR';}
.scheList .slWrap .slDiv li.slBtn > a:first-child{background-color: #373789; margin-bottom:5px;}
.scheList .slWrap .slDiv li.slBtn > a:last-child{background-color: #777777;}

@media screen and (max-width:680px){
	.scheList .slWrap .slDiv li.slDate{margin-right:20px;}
	.scheList .slWrap .slDiv li.slDate .slDay{font-size:30px;}
	.scheList .slWrap .slDiv li.slDate .slYm{font-size:14px;}
	.scheList .slWrap .slDiv li.slCnt .slcDate{font-size:16px;}
	.scheList .slWrap .slDiv li.slBtn {width:120px;}
}

@media screen and (max-width:550px){
	.scheList .slWrap .slDiv{padding:30px 40px 15px;}
	.scheList .slWrap .slDiv li.slBtn {width:100%; margin-top:20px;}
	.scheList .slWrap .slDiv li.slBtn > a{width:48%; display: inline-block;}
}

@media screen and (max-width:420px) {
	.scheList .slWrap .slDiv li.slDate {margin-bottom:10px;}
	.scheList .slWrap .slDiv li.slDate p{display: inline-block;}
	.scheList .slWrap .slDiv li.slDate p.slYm{float: left; margin-top:6px; margin-right:5px;}
	.scheList .slWrap .slDiv{padding:20px 20px 10px;}
}

/* 게시물 정보 영역 */
.info-box{width:100%; background:url("/images/Culture_/layout/contBg2.png"); padding:10px; overflow: hidden; box-sizing: border-box;}
.info-icon{max-width:100%;}
.info-box > ul{width:100%; background-color: #fff;overflow: hidden; padding:40px 10px; box-sizing:border-box;}
.info-box > ul > .infoBox-li{float: left; margin:0 2%; }
.info-box > ul > .info-cnt > .infoCnt-tit{font-size:24px; font-family:'SCDream5'; color:#111; margin-bottom:25px;}
.info-box > ul > .info-cnt > .infoCnt-cnt{font-size:16px; color:#333; word-break: keep-all;}

@media screen and (max-width:768px){
	.info-box > ul > .info-cnt > .infoCnt-tit{font-size:20px; margin-bottom:17px; margin-top:10px;}
	.info-box > ul > .info-cnt > .infoCnt-cnt{font-size:14px;}
}
@media screen and (max-width:680px){
	.info-box > ul{display: flex;}
	.info-icon{width:70px; vertical-align: middle; }
	.info-box > ul > .info-cnt{width:70%;}
	.info-box > ul > .info-cnt > .infoCnt-tit{font-size:20px; margin-bottom:10px; margin-top:0px;}
	.info-box > ul > .sche-img{padding-top:20px;}
}
@media screen and (max-width:480px){
	.info-box .info-icon{
		display: none;}
	.info-box > ul{padding:20px;}
	.info-box > ul > .infoBox-li{margin:0;}
	.info-box > ul > .info-cnt > .infoCnt-tit{ padding-right:30px; position: relative; margin-bottom:20px;}
	.info-box > ul > .info-cnt > .infoCnt-tit > span:after{display: inline-block; content:''; position: relative; left:15px; top:7px; width:28px; height:28px; margin-top:-10px;}
	.info-box > ul > .info-cnt > .icon-Cal > span:after{background:url("/images/Culture_/layout/scheCal.png") 50% no-repeat;background-size: 100%;}
	.info-box > ul > .info-cnt{width:100%;}
}

/* 스케줄 리스트 */
.scheList .slWrap{border-top:1px solid #d7d7d7;}
.scheList .slWrap .slDiv{padding:30px 40px; overflow: hidden; box-sizing: border-box; border-bottom:1px solid #d7d7d7; position: relative;}
.scheList .slWrap .slDiv:hover{background-color: #f7f7f7;}
.scheList .slWrap .slDiv:hover:before{content:""; display: block; position:absolute; background: #db3e3e; width:4px; height:100%; left:0; top:0;}
.scheList .slWrap .slDiv > ul > li{ display: inline-block;}
.scheList .slWrap .slDiv li.slDate{color:#333; text-align: center; margin-right:50px; vertical-align: super;}
.scheList .slWrap .slDiv li.slDate .slDay{font-size:36px; font-family:'NotoKrB'; margin-bottom:5px;}
.scheList .slWrap .slDiv li.slDate .slYm{font-size:16px; font-family:'NotoKrR';}
.scheList .slWrap .slDiv li.slCnt .slcDate{font-size:20px; color:#111; font-family:'SCDream5'; margin-bottom:10px;}
.scheList .slWrap .slDiv li.slCnt ul.cont-list > li{color:#333; font-family:'NotoKrR';}
.scheList .slWrap .slDiv li.slBtn {float: right; width:150px;}
.scheList .slWrap .slDiv li.slBtn > a{width:100%; display: block; padding:7px 0; text-align: center; color:#fff; font-size:14px; font-family:'NotoKrR';}
.scheList .slWrap .slDiv li.slBtn > a:first-child{background-color: #373789; margin-bottom:5px;}
.scheList .slWrap .slDiv li.slBtn > a:last-child{background-color: #777777;}

@media screen and (max-width:680px){
	.scheList .slWrap .slDiv li.slDate{margin-right:20px;}
	.scheList .slWrap .slDiv li.slDate .slDay{font-size:30px;}
	.scheList .slWrap .slDiv li.slDate .slYm{font-size:14px;}
	.scheList .slWrap .slDiv li.slCnt .slcDate{font-size:16px;}
	.scheList .slWrap .slDiv li.slBtn {width:120px;}
}

@media screen and (max-width:550px){
	.scheList .slWrap .slDiv{padding:30px 40px 15px;}
	.scheList .slWrap .slDiv li.slBtn {width:100%; margin-top:20px;}
	.scheList .slWrap .slDiv li.slBtn > a{width:48%; display: inline-block;}
}

@media screen and (max-width:420px) {
	.scheList .slWrap .slDiv li.slDate {margin-bottom:10px;}
	.scheList .slWrap .slDiv li.slDate p{display: inline-block;}
	.scheList .slWrap .slDiv li.slDate p.slYm{float: left; margin-top:6px; margin-right:5px;}
	.scheList .slWrap .slDiv{padding:20px 20px 10px;}
}
       


/* 스케줄 상세보기 */

.scheInfo .siTit {text-align: center;}
.scheInfo .siTit .stTop{border-radius: 50px; padding:5px 20px; background-color:#342883; color:#fff; font-family:'SCDream4'; font-size:16px;  }
.scheInfo .siTit .stDate{font-size:24px; color:#333; font-family: 'SCDream5';}
.scheInfo .siPic{border-top:1px solid #d7d7d7; }
.scheInfo .siPic .siList {overflow: hidden;}
.scheInfo .siPic .siList .siLi{float: left; width:305px; text-align: center; margin-right:10px; margin-bottom:10px;}
.scheInfo .siPic .siList .siLi:nth-child(4n){margin-right:0;}
.scheInfo .siPic .siList .siLi:last-child{margin-right:0px;}
.scheInfo .siPic .siList .siLi .slTime{width:100%; color:#fff; font-size:18px; font-family:'NotoKrB'; padding:7px 0;}
.scheInfo .siPic .siList .siLi:nth-child(2n-1) .slTime{background-color:#777777;}
.scheInfo .siPic .siList .siLi:nth-child(2n) .slTime{background-color:#737abe;}
.scheInfo .siPic .siList .slName{border:1px solid #d7d7d7; color:#333; font-size:20px; box-sizing: border-box; padding:15px 0; font-family:'NotoKrM'; }
.scheInfo .siPic .siList .slBox{width:100%; height:auto; background: #f1f6fa; position: relative;}
.scheInfo .siPic .siList .slBox > img{width:100%;}
.scheInfo .siPic .siList .slBox .slboxBtn{position:absolute; right:10px; bottom:10px;}
.scheInfo .siPic .siList .slBox .slboxBtn .slBtn{background-color: rgba(0,0,0,0.7); width:40px; height:40px; border-radius: 50%; margin-bottom:5px;}
.scheInfo .siPic .siList .slBox .slboxBtn .slBtn > a{font-size:0; width: 100%; height:100%; display: block;}
.scheInfo .siPic .siList .slBox .slboxBtn .slBtn.slbtnFix > a{background: url("/images/Culture_/layout/listFix.png") center center no-repeat;}
.scheInfo .siPic .siList .slBox .slboxBtn .slBtn.slbtnDel > a{background: url("/images/Culture_/layout/listDel.png") center center no-repeat;}
.scheInfo .siPic .siList .slBox .slDate{position:absolute; bottom:0; left:0;padding:10px 13px 10px 37px; background: url("/images/Culture_/layout/listCal.png") 10px center no-repeat rgba(0,0,0,0.7); color:#fff; font-family:'NotoKrR'; font-size:16px;}

@media screen and (max-width:1600px){
	.scheInfo .siPic .siList {width:100%; max-width:1250px; margin:0 auto;}
}

@media screen and (max-width:1300px){
	.scheInfo .siPic .siList { max-width:950px;}
	.scheInfo .siPic .siList .siLi .slTime{font-size:14px;}
	.scheInfo .siPic .siList .slName{font-size:16px; padding:10px 0;}
	.scheInfo .siPic .siList .siLi{width:230px;}
	.scheInfo .siPic .siList .slBox .slboxBtn .slBtn{width:30px; height:30px;}
	.scheInfo .siPic .siList .slBox .slboxBtn .slBtn > a{background-size: 13px !important;}
	.scheInfo .siPic .siList .slBox .slboxBtn .slBtn.slbtnFix > a{ background-position: center 8px;}
	.scheInfo .siPic .siList .slBox .slDate{font-size:14px; padding:5px 13px 5px 37px;}
}

@media screen and (max-width:1000px){
	.scheInfo .siTit .stTop{font-size:14px;}
	.scheInfo .siTit .stDate{font-size:20px;}
	.scheInfo .siPic .siList {max-width:750px;}
	.scheInfo .siPic .siList .siLi .slTime{font-size:14px;  font-family:'NotoKrR';}
	.scheInfo .siPic .siList .slName{font-size:14px; padding:8px 0;}
	.scheInfo .siPic .siList .siLi{width:180px;}
	.scheInfo .siPic .siList .slBox .slboxBtn{top:10px;}
	.scheInfo .siPic .siList .slBox .slboxBtn .slBtn{ margin-bottom:8px;}
}

@media screen and (max-width:800px){
	.scheInfo .siPic .siList .siLi{width:49%; margin-right:0; margin-bottom:10px;}
	.scheInfo .siPic .siList .siLi:nth-child(2n-1){margin-right:1%;}
}
@media screen and (max-width:480px){
	.scheInfo .siPic .siList .siLi{width:100%; margin-right:0; margin-bottom:10px;}
	.scheInfo .siPic .siList .siLi:nth-child(2n-1){margin-right:0;}
}                             

/* 모범음식 상세보기 */
.examFood .efTop .food-3d{float: left; box-sizing: border-box; width:49%; max-width:595px; position: relative;}
.examFood .efTop .food-3d:last-child{float:left;}
.examFood .efTop .food-3d:not(.teen-linkBox){ border: 1px solid #e7e7e7;}
.examFood .efTop .food-3d .food-slider .slick-arrow{display: none !important;}
.examFood .efTop .food-3d .control{position:absolute;right:-2px; top:0; width:158px; z-index: 3; }
.examFood .efTop .food-3d .control a {width:52px; height:52px; font-size:0; float: left;}
.examFood .efTop .food-3d .control a.prev-slide {background-image:url("/images/Culture_/layout/main-sl-left.png");}
.examFood .efTop .food-3d .control a.next-slide {background-image:url("/images/Culture_/layout/main-sl-right.png");}
.examFood .efTop .food-3d .control a.stop-slide {background-image:url("/images/Culture_/layout/main-sl-stop.png"); }
.examFood .efTop .food-3d .slick-slide img {width:100%;}
.examFood .efTop .foodMap {width:49%; float:right;}
.examFood .efTop .foodMap img{width:100%;}
.examFood .efBot .table-wrap table.respon tbody td {text-align: left;}


@media screen and (max-width:550px){
	.examFood .efTop .food-3d{float: none; width:100%; max-width:100%; margin-bottom:10px;}
	.examFood .efTop .foodMap {width:100%; float:none; height:250px; overflow: hidden; }
	.examFood .efBot .table-wrap table.respon tbody td {padding:8px 8px 8px 130px;}
	.examFood .efBot .table-wrap table.respon tbody td[data-cell-header]:before {width:95px;}
	.examFood .efBot .table-wrap table.respon tbody td[data-cell-header]:after {width:110px;}
}            


/*스케줄담기*/
.schPop{width:90%;margin:auto;}
/*.layerBg{background:rgba(0,0,0,0.6); width:100%; height:100%; position:fixed; left:0; top:0; z-index: 99; display: none;}*/
.completeDiv.scheDiv{ margin:0 auto; box-sizing: border-box; background: #fff;}
.completeDiv .cpTopbar{ background-color:#342883; box-sizing: border-box; padding:10px 20px; overflow: hidden; }
.completeDiv .cpTopbar p{color:#fff; font-size:16px; font-family:'SCDream5'; flat:left;display: inline-block;}
.completeDiv .cpTopbar div.cpClose{float: right; cursor: pointer;}
.completeDiv .scheLayer {padding:20px;  box-sizing: border-box;}
.completeDiv .scheLayer .slTit{font-size:23px; font-family: 'SCDream5'; border-bottom:1px solid #999999; padding-bottom:15px;}
.completeDiv .scheLayer .scheDate{padding:20px; border:1px solid #d7d7d7; background-color:#f7f7f7; }
.completeDiv .scheLayer .scheDate .sdCal{font-size:18px; color:#333333; font-family:'NotoKrR';}
.completeDiv .scheLayer .scheDate .sdSelect select{border:1px solid #c1c1c1; font-size:16px; color:#555555; font-family:'NotoKrR'; padding:4px 50px 4px 10px; -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; background: url("/images/Culture_/layout/scheSel.png") right center no-repeat #fff;}
.completeDiv .scheLayer .scheNote .schTextarea{width:100%; resize: none; height:150px;}


@media screen and (max-width:480px){
	.completeDiv .scheLayer .scheDate{padding:7px;}
	.completeDiv .scheLayer .scheDate .sdSelect select{font-size:14px; padding:4px 38px 4px 6px;}
}

/* 메인 레이어 팝업*/
#main-layer-popup{background:#fff; position:fixed; top:250px; left:220px; z-index:999999999;}
#main-layer-popup .popup-contents{}
#main-layer-popup .popup-bottom{overflow:hidden; padding:10px; font-size:14px;}
#main-layer-popup .popup-bottom input[type="checkbox"]{float:left;}
#main-layer-popup .popup-bottom .main-popup-close{float:right;}

@media screen and (max-width:1000px){
	#main-layer-popup{top:20px !important; left:20px !important;}
}

@media screen and (max-width:680px){
	#main-layer-popup{top:20px !important; left:10% !important; width:80%}
	#main-layer-popup .popup-contents img{width:100%;}

	#main-layer-popup .popup-bottom{font-size:13px;}
}       


.page-info .satisf .apprai .mark .radios input[type="radio"] { position: relative; width: auto; height: auto; margin: 0px; clip: auto; }
.radios input[type="radio"] + label:before { display:none;}
.radios input[type="radio"] + label:after { display:none;}                                             