@charset "UTF-8";
/* common */
#subVisual{clear:both; position:relative; width:100%; /*max-width:1920px;*/ height:400px; margin:0 auto; padding:0; background:#000; overflow:hidden; box-sizing:border-box; transition:.8s; z-index:0;}
#subVisual .subBg{clear:both; position:relative; width:100% ; height:100%; background-color:#717171; background-repeat:no-repeat; background-size:cover; overflow:hidden;}
#subVisual .subBg{background-image:url('../images/sub/sub_visual_00.jpg'); background-position:center center;}
/*#subVisual .subBg01{background-image:url('../images/sub/sub_visual_01.jpg'); background-position:center center;}
#subVisual .subBg02{background-image:url('../images/sub/sub_visual_02.jpg'); background-position:center center;}
#subVisual .subBg03{background-image:url('../images/sub/sub_visual_03.jpg'); background-position:center center;}
#subVisual .subBg04{background-image:url('../images/sub/sub_visual_04.jpg'); background-position:center center;}
#subVisual .subBg05{background-image:url('../images/sub/sub_visual_05.jpg'); background-position:center center;}
#subVisual .subBg06{background-image:url('../images/sub/sub_visual_06.jpg'); background-position:center center;}*/
#subVisual .subBg98, #subVisual .subBg99,
#subVisual .subBgetc, #subVisual .subBgbbs{background-image:url('../images/sub/sub_visual_99.jpg'); background-position:center center;}
#subVisual .inner{height:100%;}
#subVisual .title{position:relative; margin-top:20px; top:50%; text-align:center; transform:translateY(-50%); z-index:2;}
#subVisual .title h2{margin:0 auto; color:#fff; font-size:2.5em; font-weight:500; word-break:keep-all; text-shadow:1px 1px 2px rgba(0,0,0,.2);}
#subVisual .title .fade-in-bottom{-webkit-animation:fade-in-bottom .8s ease-in-out .3s both; animation:fade-in-bottom .8s ease-in-out .3s both; -webkit-animation-delay:.3s; animation-delay:.3s;}
#subVisual .subBg:before{content:''; display:block; position:absolute; width:100%; height:100%; top:0; background:rgba(0,0,0,.4); background:rgba(36,36,43,.3); z-index:1;}
#subVisual:after{content:''; display:block; position:absolute; width:100%; bottom:0; padding:0 0 1px; background:#ddd; z-index:1;}

#path{clear:both; position:absolute; width:100%; top:272px; text-align:center; -webkit-animation:fade-in-bottom .8s ease-in-out .3s both; animation:fade-in-bottom .8s ease-in-out .3s both; -webkit-animation-delay:.3s; animation-delay:.3s;}
#path ul{}
#path ul li{display:inline-block;}
#path ul li.btnHome a,
#path ul li button{padding:0; background:transparent; color:#fff;}
#path ul li:after{content:'/'; display:inline-block; margin:0 8px; color:#fff; opacity:.4;}
#path ul li:last-child:after{content:''; display:none;}
#path ul li ul{display:none;}

#side{clear:both; position:relative; width:100%; background:#fff; border-bottom:1px solid #ddd; z-index:1;}
#side ul{width:100%; background:#fff; margin:0 auto; text-align:center;}
#side ul li{display:inline-block; height:auto; margin:0 12px;}
#side ul li a{display:inline-block; position:relative; height:100%; padding:20px 2px; color:#13162a; font-size:1.125em; font-weight:500; word-break:keep-all; z-index:1;}
#side ul li a:before{content:''; display:block; position:absolute; width:0; height:3px; bottom:-2px; left:0; background:#5761b2; z-index:-1; transition:.2s;}
#side ul li a:focus,
#side ul li a:hover{color:#5761b2;}
#side ul li.active a{color:#5761b2; font-weight:700;}
#side ul li.active a:before{width:100%;}

#subContents{position:relative; width:100%; height:100%; min-height:520px; margin:0 auto; padding:60px 0 100px; background:#fff; font-family:'Pretendard Variable','Pretendard',-apple-system,BlinkMacSystemFont,system-ui,'Helvetica Nenu','Segoe UI','Apple SD Gothic Neo','Malgun Gothic','FontAwesome',sans-serif; font-size:17px; box-sizing:border-box;}
#subContents:after{content:''; display:block; clear:both;}
#subContents .conTitle{display:block; width:100%; line-height:1; box-sizing:border-box;}
#subContents .conTitle h3{display:block; margin:0 auto 40px; font-size:2em; font-weight:700; text-align:center;}
#subContents .conTitle h4{display:inline-block; position:relative; line-height:1.4; margin:20px 0 16px; padding:0; color:#222; font-size:1.5em; font-weight:700; word-break:keep-all;}
#subContents .conTitle h4 span.mini{color:#717171; font-size:1.25em;}
#subContents .conTitle h5{display:block; position:relative; line-height:1.3; margin:20px 0 14px; padding:0; color:#333a70; font-size:1.25em; font-weight:700; word-break:keep-all;}
#subContents .conTitle h5 span.num{color:#5761b2;}
#subContents .conTitle h6{display:block; position:relative; line-height:1.2; margin:18px 0 12px; padding:0 0 0 16px; color:#5761b2; font-size:1.063em; font-weight:700; word-break:keep-all;}
#subContents .conTitle h6:before{content:''; display:inline-block; position:absolute; width:12px; height:12px; top:0; left:0; background:#ffe555; border-radius:12px; opacity:.8;}
#subContents .conTitle h6:after{content:''; display:inline-block; position:absolute; width:12px; height:12px; top:6px; left:0; background:#9da3d2; border-radius:12px; opacity:.4;}
#subContents .conTitle h6 span.num{color:#5761b2;}
#subContents .con:first-child > .conTitle h4, #subContents .conTitle:first-child h4,
#subContents .conTitle:first-child h5, #subContents .conTitle + .conTitle h5,
#subContents .conTitle:first-child h6, #subContents .conTitle + .conTitle h6{margin-top:0;}
#subContents .conTitle.nobullet h4, #subContents .conTitle.nobullet h5, #subContents .conTitle.nobullet h6{padding:0;}
#subContents .conTitle.nobullet h5:before, #subContents .conTitle.nobullet h6:before{display:none;}
#subContents .conTitle.alignCenter{text-align:center;}
#subContents .conTitle.alignCenter h4{margin:20px 0;}
#subContents .conTitle.alignCenter h4:after{content:''; display:block; width:40px; height:3px; margin:12px auto 8px; background:#333a70; background:linear-gradient(90deg, #333a70 0, #5761b2 100%); border-radius:2px;}
#subContents .ready{}
#subContents .ready{width:100%; max-width:940px; margin:0 auto; text-align:center;}

/* contents */
#subContents .con{clear:both; display:inline-block; position:relative; width:100%; margin:0 auto 80px; padding:0; color:#222; /*z-index:1;*/}
#subContents .con:last-child{margin:0 auto; padding:0;}
#subContents .con p{line-height:1.6; margin-bottom:40px; font-size:1em; word-break:keep-all;}
#subContents .con > p + p{margin-top:-20px;}
#subContents .con p:last-child{margin-bottom:0;}
#subContents .con p.point{position:relative; padding-left:18px; color:#d21a20;}
#subContents .con p.point.blue{color:#5761b2;}
#subContents .con p.point.black{color:#222;}
#subContents .con p.point:before{content:'※'; position:absolute; top:0; left:0;}
#subContents .con p.point.star:before{content:'☆';}
#subContents .con p.point a{color:inherit;}
#subContents .con p.point a:focus, #subContents .con p.point a:hover{text-decoration:underline;}
#subContents .con p.info{color:#717171; font-size:.875em; text-align:center;}
#subContents .con p.info:before{content:'< ';}
#subContents .con p.info:after{content:' >'}
#subContents .con p.info.nobullet:before, #subContents .con p.info.nobullet:after{content:''; display:none;}
#subContents .con p.alignLeft{text-align:left;}
#subContents .con p.alignCenter{text-align:center;}
#subContents .con p.alignRight{text-align:right;}
#subContents .con p.postDate{color:#d21a20; text-align:right;}
#subContents .con p.postDate.gray{color:#717171;}
#subContents .con img{display:inline-block; width:auto; max-width:1560px; margin:0 auto;}
#subContents .con img.mobile{display:none;}
#subContents .con a{display:inline-block;}
#subContents .con a:focus, #subContents .con a:hover{color:#5761b2;}

#subContents .con label.btn.select{display:inline-block; line-height:1; height:auto; margin:4px 8px 4px 0; padding:0; border:none; border-radius:0; font-size:inherit; font-weight:normal; text-align:left; vertical-align:middle; transition:0s; cursor:inherit;}
#subContents .con label.btn.select input.pick{display:inline-block; width:0; height:0; line-height:1; opacity:0;}
#subContents .con label.btn.select input.pick ~ span.checkmark{display:inline-block; position:relative; width:18px; height:18px; line-height:1; background:#fff; border:1px solid #ccc; border-radius:50%; vertical-align:bottom; cursor:pointer;}
#subContents .con label.btn.select input.pick:checked ~ span.checkmark{background:#333a70; border-color:#333a70;}
#subContents .con label.btn.select input.pick:disabled ~ span.checkmark{background:#ddd; border-color:#bbb; cursor:not-allowed;}
#subContents .con label.btn.select input.pick ~ span.checkmark:after{content:''; display:block; position:absolute;}
#subContents .con label.btn.select input.pick ~ span.txt{margin-left:-4px; padding-left:6px; cursor:pointer;}
#subContents .con label.btn.select input.pick.chk{}
#subContents .con label.btn.select input.pick.chk ~ span.checkmark{border-radius:2px; vertical-align:text-top;}
#subContents .con label.btn.select input.pick.chk:checked ~ span.checkmark{}
#subContents .con label.btn.select input.pick.chk:disabled ~ span.checkmark{background:#ddd; border-color:#bbb; cursor:not-allowed;}
#subContents .con label.btn.select input.pick.chk:disabled ~ span.txt{color:#717171; cursor:not-allowed;}
#subContents .con label.btn.select input.pick.chk ~ span.checkmark:after{width:11px; height:8px; top:50%; left:50%; margin-top:-4px; margin-left:-5.5px; background:transparent;}
#subContents .con label.btn.select input.pick.chk:checked ~ span.checkmark:after{background:url('../images/sub/ico_check.png') no-repeat center;}
#subContents .con label.btn.select input.pick.chk:disabled ~ span.checkmark:after{}
#subContents .con label.btn.select input.pick.radio{}
#subContents .con label.btn.select input.pick.radio ~ span.checkmark{vertical-align:text-top;}
#subContents .con label.btn.select input.pick.radio:checked ~ span.checkmark{}
#subContents .con label.btn.select input.pick.radio:disabled ~ span.checkmark{background:#ddd; border-color:#bbb; cursor:not-allowed;}
#subContents .con label.btn.select input.pick.radio:disabled ~ span.txt{color:#717171; cursor:not-allowed;}
#subContents .con label.btn.select input.pick.radio ~ span.checkmark:after{width:8px; height:8px; top:50%; left:50%; margin-top:-4px; margin-left:-4px; background:#fff; border-radius:50%;}
#subContents .con label.btn.select input.pick.radio:checked ~ span.checkmark:after{}
#subContents .con label.btn.select input.pick.radio:disabled ~ span.checkmark:after{background:#bbb;}
#subContents .con label.btn.select span.txt{}

#subContents .modalWrap{position:fixed; width:100%; height:100%; bottom:0; right:0; background:transparent; overflow-y:auto; visibility:hidden; opacity:0; transition:opacity 0.3s ease-in-out; z-index:-1; overflow:hidden;}
#subContents .modalWrap button.modalClose{position:absolute; width:26px; height:26px; top:2em; right:2em; margin:0; padding:0; background:transparent; cursor:pointer;}
#subContents .modalWrap button.modalClose span{display:block; position:relative; width:26px; height:2px; margin:0 auto; background:transparent; border-radius:2px; font-size:0; transition:.3s;}
#subContents .modalWrap button.modalClose span:before,
#subContents .modalWrap button.modalClose span:after{content:''; display:block; position:absolute; width:26px; height:2px; background:#fff; border-radius:2px;}
#subContents .modalWrap button.modalClose span:before{top:-8px; transform:translate3d(0,8px,0) rotate(45deg);}
#subContents .modalWrap button.modalClose span:after{bottom:-8px; transform:translate3d(0,-8px,0) rotate(-45deg);}
#subContents .modalWrap button.modalClose:focus span,
#subContents .modalWrap button.modalClose:hover span{transform:rotate(180deg);}
#subContents .modalWrap button.modalClose:after{content:''; clear:both; display:block;}
#subContents .modalWrap .modalCon{position:absolute; width:60%; max-height:80%; top:50%; left:20%; padding:2.4em; background:#fff; border-radius:.4em; box-shadow:3px 3px 8px rgba(0,0,0,0.1); opacity:0; overflow-y:auto; transform:translateY(-50%); transition:opacity 0.2s ease-in-out;}
#subContents .modalWrap .modalCon h3{margin:0 auto 2em; font-size:2em; font-weight:500; text-align:center;}
#subContents .modalWrap .modalBg{position:absolute; width:100%; height:100%; bottom:0; left:0; background:rgba(0,0,0,0.75); opacity:0; z-index:-1; transition:opacity 0.2s ease-in-out;}
/*#subContents .modalWrap .modalBg:before{content:''; position:absolute; width:100%; height:50%; top:0; right:0; background:linear-gradient(0, transparent 0, #10059f 100%); opacity:.1;}*/
#subContents .modalWrap.open{visibility:inherit; opacity:1; z-index:1000;}
#subContents .modalWrap.open .modalCon{opacity:1;}
#subContents .modalWrap.open .modalBg{opacity:1;}

#subContents .con ul.list{clear:both; width:100%; margin:0 auto 40px;}
#subContents .con ul.list > li{position:relative; margin:0 auto 10px; padding-left:10px; line-height:1.6; word-break:keep-all;}
#subContents .con ul.list > li:last-child{margin-bottom:0;}
#subContents .con ul.list > li:before{content:''; display:block; position:absolute; left:0;}
#subContents .con ul.list.line > li:before{width:4px; height:2px; top:11.5px; background:#9da3d2;}
#subContents .con ul.list.circle > li:before{width:4px; height:4px; top:11px; background:#9da3d2; border-radius:50%;}
#subContents .con ul.list.triangle > li:before{content:''; display:block; position:absolute; width:0; height:0; top:8px; left:0; border-top:4px solid transparent; border-bottom:4px solid transparent; border-left:4px solid #9da3d2; font-size:0; line-height:0;}
#subContents .con ul.list.star > li:before{content:'*'; top:3px; color:#9da3d2;}
#subContents .con ul.list.check > li{padding-left:20px;}
#subContents .con ul.list.check > li:before{width:15px; height:13px; top:6px; background:url('../images/sub/ico_bullet_check.png') no-repeat;}
#subContents .con ul.list.nobullet > li{padding-left:0;}
#subContents .con ol.number{clear:both; width:100%; margin:0 auto 40px;}
#subContents .con ol.number > li{position:relative; margin:0 auto 10px; padding-left:18px; line-height:1.6; word-break:keep-all;}
#subContents .con ol.number > li:last-child{margin-bottom:0;}
#subContents .con ol.number > li:before{display:block; position:absolute; left:0; color:#5761b2; font-weight:500;}
#subContents .con ol.number.basic > li:nth-child(9) ~ li{padding-left:26px;}
#subContents .con ol.number.basic > li:nth-child(1):before{content:'1.';}
#subContents .con ol.number.basic > li:nth-child(2):before{content:'2.';}
#subContents .con ol.number.basic > li:nth-child(3):before{content:'3.';}
#subContents .con ol.number.basic > li:nth-child(4):before{content:'4.';}
#subContents .con ol.number.basic > li:nth-child(5):before{content:'5.';}
#subContents .con ol.number.basic > li:nth-child(6):before{content:'6.';}
#subContents .con ol.number.basic > li:nth-child(7):before{content:'7.';}
#subContents .con ol.number.basic > li:nth-child(8):before{content:'8.';}
#subContents .con ol.number.basic > li:nth-child(9):before{content:'9.';}
#subContents .con ol.number.basic > li:nth-child(10):before{content:'10.';}
#subContents .con ol.number.basic > li:nth-child(11):before{content:'11.';}
#subContents .con ol.number.basic > li:nth-child(12):before{content:'12.';}
#subContents .con ol.number.basic > li:nth-child(13):before{content:'13.';}
#subContents .con ol.number.basic > li:nth-child(14):before{content:'14.';}
#subContents .con ol.number.basic > li:nth-child(15):before{content:'15.';}
#subContents .con ol.number.basic > li:nth-child(16):before{content:'16.';}
#subContents .con ol.number.basic2{clear:both; width:100%;}
#subContents .con ol.number.basic2 > li{position:relative; margin:0 auto 10px; padding-left:26px; word-break:keep-all;}
#subContents .con ol.number.basic2 > li:last-child{margin-bottom:0;}
#subContents .con ol.number.basic2 > li:before{display:block; position:absolute; left:0; color:#5761b2; font-weight:500;}
#subContents .con ol.number.basic2 > li:nth-child(1):before{content:'01)'; letter-spacing:0;}
#subContents .con ol.number.basic2 > li:nth-child(2):before{content:'02)';}
#subContents .con ol.number.basic2 > li:nth-child(3):before{content:'03)';}
#subContents .con ol.number.basic2 > li:nth-child(4):before{content:'04)';}
#subContents .con ol.number.basic2 > li:nth-child(5):before{content:'05)';}
#subContents .con ol.number.basic2 > li:nth-child(6):before{content:'06)';}
#subContents .con ol.number.basic2 > li:nth-child(7):before{content:'07)';}
#subContents .con ol.number.basic2 > li:nth-child(8):before{content:'08)';}
#subContents .con ol.number.basic2 > li:nth-child(9):before{content:'09)';}
#subContents .con ol.number.basic2 > li:nth-child(10):before{content:'10)'; letter-spacing:0;}
#subContents .con ol.number.basic3 > li{padding-left:18px;}
#subContents .con ol.number.basic3 > li:nth-child(9) ~ *{padding-left:26px;}
#subContents .con ol.number.basic3 > li:nth-child(1):before{content:'1)'; letter-spacing:0;}
#subContents .con ol.number.basic3 > li:nth-child(2):before{content:'2)';}
#subContents .con ol.number.basic3 > li:nth-child(3):before{content:'3)';}
#subContents .con ol.number.basic3 > li:nth-child(4):before{content:'4)';}
#subContents .con ol.number.basic3 > li:nth-child(5):before{content:'5)';}
#subContents .con ol.number.basic3 > li:nth-child(6):before{content:'6)';}
#subContents .con ol.number.basic3 > li:nth-child(7):before{content:'7)';}
#subContents .con ol.number.basic3 > li:nth-child(8):before{content:'8)';}
#subContents .con ol.number.basic3 > li:nth-child(9):before{content:'9)';}
#subContents .con ol.number.basic3 > li:nth-child(10):before{content:'10)'; letter-spacing:0;}
#subContents .con ol.number.basic3 > li:nth-child(11):before{content:'11)'; letter-spacing:0;}
#subContents .con ol.number.basic3 > li:nth-child(12):before{content:'12)'; letter-spacing:0;}
#subContents .con ol.number.basic3 > li:nth-child(13):before{content:'13)'; letter-spacing:0;}
#subContents .con ol.number.basic4 > li{padding-left:22px;}
#subContents .con ol.number.basic4 > li:nth-child(1):before{content:'(1)'; letter-spacing:0;}
#subContents .con ol.number.basic4 > li:nth-child(2):before{content:'(2)';}
#subContents .con ol.number.basic4 > li:nth-child(3):before{content:'(3)';}
#subContents .con ol.number.basic4 > li:nth-child(4):before{content:'(4)';}
#subContents .con ol.number.basic4 > li:nth-child(5):before{content:'(5)';}
#subContents .con ol.number.basic4 > li:nth-child(6):before{content:'(6)';}
#subContents .con ol.number.basic4 > li:nth-child(7):before{content:'(7)';}
#subContents .con ol.number.basic4 > li:nth-child(8):before{content:'(8)';}
#subContents .con ol.number.basic4 > li:nth-child(9):before{content:'(9)';}
#subContents .con ol.number.basic4 > li:nth-child(10):before{content:'(10)'; letter-spacing:0;}
#subContents .con ol.number.circle > li{padding-left:20px;}
#subContents .con ol.number.circle > li:nth-child(1):before{content:'①';}
#subContents .con ol.number.circle > li:nth-child(2):before{content:'②';}
#subContents .con ol.number.circle > li:nth-child(3):before{content:'③';}
#subContents .con ol.number.circle > li:nth-child(4):before{content:'④';}
#subContents .con ol.number.circle > li:nth-child(5):before{content:'⑤';}
#subContents .con ol.number.circle > li:nth-child(6):before{content:'⑥';}
#subContents .con ol.number.circle > li:nth-child(7):before{content:'⑦';}
#subContents .con ol.number.circle > li:nth-child(8):before{content:'⑧';}
#subContents .con ol.number.circle > li:nth-child(9):before{content:'⑨';}
#subContents .con ol.number.circle > li:nth-child(10):before{content:'⑩';}
#subContents .con ol.number.hangul > li{padding-left:23px;}
#subContents .con ol.number.hangul > li:nth-child(1):before{content:'가.';}
#subContents .con ol.number.hangul > li:nth-child(2):before{content:'나.';}
#subContents .con ol.number.hangul > li:nth-child(3):before{content:'다.';}
#subContents .con ol.number.hangul > li:nth-child(4):before{content:'라.';}
#subContents .con ol.number.hangul > li:nth-child(5):before{content:'마.';}
#subContents .con ol.number.hangul > li:nth-child(6):before{content:'바.';}
#subContents .con ol.number.hangul > li:nth-child(7):before{content:'사.';}
#subContents .con ol.number.hangul > li:nth-child(8):before{content:'아.';}
#subContents .con ol.number.hangul > li:nth-child(9):before{content:'자.';}
#subContents .con ol.number.hangul > li:nth-child(10):before{content:'차.';}
#subContents .con ol.number.hangul > li:nth-child(11):before{content:'카.';}
#subContents .con ol.number.hangul > li:nth-child(12):before{content:'타.';}
#subContents .con ol.number.hangul > li:nth-child(13):before{content:'파.';}
#subContents .con ol.number.hangul > li:nth-child(14):before{content:'하.';}
#subContents .con ol.number.alphabet > li{padding-left:23px;}
#subContents .con ol.number.alphabet > li:nth-child(1):before{content:'A.';}
#subContents .con ol.number.alphabet > li:nth-child(2):before{content:'B.';}
#subContents .con ol.number.alphabet > li:nth-child(3):before{content:'C.';}
#subContents .con ol.number.alphabet > li:nth-child(4):before{content:'D.';}
#subContents .con ol.number.alphabet > li:nth-child(5):before{content:'E.';}
#subContents .con ol.number.alphabet > li:nth-child(6):before{content:'F.';}
#subContents .con ol.number.alphabet > li:nth-child(7):before{content:'G.';}
#subContents .con ol.number.alphabet > li:nth-child(8):before{content:'H.';}
#subContents .con ol.number.alphabet > li:nth-child(9):before{content:'I.';}
#subContents .con ol.number.alphabet > li:nth-child(10):before{content:'J.';}
#subContents .con ol.number.alphabet > li:nth-child(11):before{content:'K.';}
#subContents .con ol.number.alphabet > li:nth-child(12):before{content:'L.';}
#subContents .con ol.number.alphabet > li:nth-child(13):before{content:'M.';}
#subContents .con ol.number.alphabet > li:nth-child(14):before{content:'N.';}
#subContents .con ol.number.alphabet > li:nth-child(15):before{content:'O.';}
#subContents .con ol.number.alphabet > li:nth-child(16):before{content:'P.';}
#subContents .con ol.number.alphabet > li:nth-child(17):before{content:'Q.';}
#subContents .con ol.number.alphabet > li:nth-child(18):before{content:'R.';}
#subContents .con ol.number.alphabet > li:nth-child(19):before{content:'S.';}
#subContents .con ol.number.alphabet > li:nth-child(20):before{content:'T.';}
#subContents .con ol.number.alphabet > li:nth-child(21):before{content:'U.';}
#subContents .con ol.number.alphabet > li:nth-child(22):before{content:'V.';}
#subContents .con ol.number.alphabet > li:nth-child(23):before{content:'W.';}
#subContents .con ol.number.alphabet > li:nth-child(24):before{content:'X.';}
#subContents .con ol.number.alphabet > li:nth-child(25):before{content:'Y.';}
#subContents .con ol.number.alphabet > li:nth-child(26):before{content:'Z.';}
#subContents .con ul:last-child, #subContents .con ol:last-child{margin-bottom:0;}
#subContents .con ul li p, #subContents .con ol li p{margin-bottom:4px;}
#subContents .con ul.list li li,
#subContents .con ol.numbeer li li{line-height:1.4; margin:0 auto 6px;}
#subContents .con ul li ol.number.circle > li:before{top:2px;}
#subContents .con ul li ul.list li strong,
#subContents .con ul li ol.number li strong{font-weight:500;}
#subContents .con ul.list li li li,
#subContents .con ol.number li li li{font-size:.938em;}
#subContents .con ul.inline li, #subContents .con ul.inline li{display:inline-block; margin-right:28px;}
#subContents .con ul.inline li:last-child, #subContents .con ul.inline li:last-child{margin-right:0;}

#subContents .tab{clear:both; display:block; position:relative; width:100%; max-width:1560px; margin:0 auto 40px;}
#subContents .tab > ul{display:inline-block; width:100%; margin:-2px auto 0 -2px; padding:0; text-align:center;}
#subContents .tab > ul li{display:inline-block; float:left; width:25%; margin:0; padding:2px 0 0 2px;}
#subContents .tab > ul li:last-child:after{content:''; clear:both; display:block;}
#subContents .tab > ul li .tabLink{display:block; position:relative; width:100%; line-height:1; padding:16px 12px; background:#f1f1f1; color:#222; font-size:1em; font-weight:300; text-align:center; cursor:pointer;}
#subContents .tab > ul li .tabLink:focus, #subContents .tab > ul li .tabLink:hover{background:#e7e7e7;}
#subContents .tab > ul li .tabLink.active{background:#222; color:#fff; font-weight:500; box-shadow:2px 2px 6px rgba(0,0,0,.1); z-index:1;}
#subContents .tabCon{clear:both; display:block; position:relative; margin:0 auto;}
#subContents .tabCon .tabItem{clear:both; display:none; position:relative; margin:0 auto;}
#subContents .tabCon .tabItem.active{display:block;}

#subContents .tabMenu{clear:both; display:block; position:relative; width:100%; max-width:1560px; margin:0 auto 40px;}
#subContents .tabMenu ul{display:flex; flex-wrap:wrap; justify-content:center; gap:1px; width:100%; margin:0 auto; padding:0; text-align:center;}
#subContents .tabMenu ul li{display:inline-block; /*flex:1 1 calc(25% - 1px);*/ width:auto; /*max-width:25%;*/}
#subContents .tabMenu ul li:last-child:after{content:''; clear:both; display:block;}
#subContents .tabMenu ul li a{display:block; position:relative; width:100%; line-height:1; padding:16px 20px; background:#e3e5f2; border:1px solid transparent; color:#13162a; font-size:1.125em; cursor:pointer; transition:background .3s, border-color .3s, color .3s, transform 0s;}
#subContents .tabMenu ul li a:focus, #subContents .tabMenu ul li a:hover{background:#fff; border-color:#9da3d2;}
#subContents .tabMenu ul li.active a{background:#333a70; color:#fff; font-weight:500; z-index:1;}
#subContents .tabMenu ul li.new a span:after{content:''; display:inline-block; width:15px; height:15px; margin-bottom:-1px; margin-left:6px; background:url('../images/ico_newlink_dark.png') no-repeat center; background-size:100%; opacity:.5;}

#subContents .tableW{width:100%; margin:0 auto 20px; overflow-x:auto;}
#subContents .tableW:last-child{margin:0 auto;}
#subContents table{width:100%; background:#fff; border:1px solid #ddd; border-top:3px solid #5761b2; text-align:center;}
#subContents #bo_list table,
#subContents #bo_v table{text-align:inherit;}
#subContents table tr th{min-height:40px; padding:15px 14px; background:#f6f6f6; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; font-weight:600; vertical-align:middle; word-break:keep-all;}
#subContents table tr th.rowti{background:#ebedf7; font-weight:500;}
#subContents table tr th:first-child{border-left:none;}
#subContents table tr th:last-child{border-right:none;}
#subContents table tr td{line-height:1.4; padding:15px 14px; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; word-break:keep-all; vertical-align:middle;}
#subContents table tr td:first-child{border-left:none;}
#subContents table tr td:last-child{border-right:none;}
#subContents table tr td.rowti{background:#ebedf7; font-weight:500;}
#subContents table tr td.alignLeft{text-align:left;}
#subContents table tr td.alignRight{text-align:right;}
#subContents table tr td.break{word-break:break-all;}
#subContents table tr td.empty_table{width:100%;}
#subContents table tr td ol, #subContents table tr td ul{text-align:left;}

#subContents .imgW{width:100%; margin:0 auto 20px; text-align:center; overflow-x:auto;}
#subContents .imgW:last-child{margin:0 auto;}
#subContents .imgW img{max-width:1560px;}

.sub01, .sub02, .sub03, .sub04, .sub05, .sub06, .subetc, .subbbs{clear:both; width:100%;}

#subContents .sub_list .search{display:inline-block; width:100%; padding:2.5em 3.25em; background:#f7f7f7; border:1px solid #ddd;}
#subContents .sub_list .search input[type="text"]{float:left; width:calc(100% - 140px); padding:.75em 1.25em; background:#fff; border:1px solid #ddd; border-right:none; font-size:1em;}
#subContents .sub_list .search input[type="submit"]{float:right; width:140px; padding:.75em 1.25em; background:#282c5c; border:1px solid transparent; color:#fff; font-size:1em;}
#subContents .sub_list .search input[type="submit"]:focus,
#subContents .sub_list .search input[type="submit"]:hover{background:#5761b2;}
#subContents .sub_list .item_list{}
#subContents .sub_list .item_list p.nodata{padding:8em 1.75em; border:1px solid #ddd; color:#aaa; font-size:.875em; text-align:center;}
#subContents .sub_list .item_list ul{display:flex; flex-wrap:wrap; justify-content:flex-start; align-items:flex-start; gap:2.5em 1.75em; width:calc(100% + 1.75em); margin:0 -1.75em 0 0;}
#subContents .sub_list .item_list ul li{display:inline-block; position:relative; flex:1 1 calc(25% - 1.75em); max-width:calc(25% - 1.75em); margin:0; padding:0;}
#subContents .sub_list .item_list ul li a{display:block; background:#e3e5f2; transition:.3s ease;}
#subContents .sub_list .item_list ul li a .imgW{position:relative; margin:0; padding:56.25% 0 0; background:#ddd; overflow:hidden;}
#subContents .sub_list .item_list ul li a .imgW img{position:absolute; width:100%; max-width:fit-content; top:50%; left:50%; transform:translate(-50%,-50%) scale(1); transition:.6s ease-in-out;}
#subContents .sub_list .item_list ul li a .txtW{padding:1.625em 1.75em;}
#subContents .sub_list .item_list ul li a .txtW p{transition:.3s ease;}
#subContents .sub_list .item_list ul li a .txtW p.listTitle{display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; line-clamp:2; height:3.2em; line-height:1.6; font-size:1.125em;}
#subContents .sub_list .item_list ul li a .txtW p.listDate{color:#5761b2; font-size:.938em; text-align:right;}
#subContents .sub_list .item_list ul li a .txtW p.listDate i.fa{margin-right:.4em; color:#9da3d2;}
#subContents .sub_list .item_list ul li a .txtW p.listDate span{font-weight:500;}
#subContents .sub_list .item_list ul li a:focus,
#subContents .sub_list .item_list ul li a:hover{background:#333a70; box-shadow:0 4px 12px rgba(0,0,0,.1);}
#subContents .sub_list .item_list ul li a:focus .imgW img,
#subContents .sub_list .item_list ul li a:hover .imgW img{transform:translate(-50%,-50%) scale(1.1);}
#subContents .sub_list .item_list ul li a:focus .txtW p,
#subContents .sub_list .item_list ul li a:hover .txtW p{color:#fff;}
#subContents .sub_list .item_list ul li a:focus .txtW p.listDate,
#subContents .sub_list .item_list ul li a:hover .txtW p.listDate{color:#9da3d2;}

#subContents .conference_view{}
#subContents .conference_view .con:first-child{margin:0 auto; padding:0;}
#subContents .conference_view .con .btn_list{position:absolute; top:0; right:0; text-align:right;}
#subContents .conference_view .con .btn_list a{display:inline-block; line-height:1; margin:0 .125em; padding:.625em .875em .5em; background:#e3e5f2; border:1px solid #e3e5f2; border-radius:2em; color:#333a70; font-size:.875em; text-align:center;}
#subContents .conference_view .con .btn_list a:focus,
#subContents .conference_view .con .btn_list a:hover{background:#fff; color:#5761b2;}
#subContents .conference_view .con.item{clear:both; width:100%; margin:0 auto;}
#subContents .conference_view .con.item.top{margin:0 auto 4em;}
#subContents .conference_view .con.item.top .flexW{display:flex; flex-wrap:wrap; align-items:flex-start; gap:4em;}
#subContents .conference_view .con.item.top .flexW .imgW{flex:1; position:relative; width:100%; margin:0; background:#e3e5f2; border:1px solid #eee; overflow:hidden;}
#subContents .conference_view .con.item.top .flexW .imgW img{width:100%; transition:.3s;}
#subContents .conference_view .con.item.top .flexW .txtW{flex:1;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic p{margin:0 auto;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic p.title{margin:0 auto .25em; font-size:1.5em; font-weight:700;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic p.topic{margin:0 auto 1em; font-size:1.063em;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul{display:inline-block;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li{margin:0 auto .313em;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li p{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.teacher{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.date{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.price{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.certificate{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.file{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.file:before{display:none; padding-left:0;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.file .linkW{text-align:left;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.file .linkW a.download{display:inline-block; width:33%; padding:.5em 2em; background:#e3e5f2; border:1px solid transparent; border-radius:4px; font-size:.938em; text-align:center;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.file .linkW a.download:before{content:'\f019'; display:inline-block; margin-right:.4em; color:#333a70; font-family:'FontAwesome'; font-size:.875em;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.file .linkW a.download:focus,
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.file .linkW a.download:hover{background:#ffe555; color:#333a70;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.file .linkW span.info{display:inline-block; padding:.5em 1em; /*background:#f7f7f7; border:1px solid #eee; border-radius:4px;*/ font-size:.938em; color:#717171; text-align:center;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.file .linkW span.info:before{content:'※'; display:inline-block; margin-right:.4em; font-weight:300; transform:scale(1.25) translate(0,-.7px);}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li p i.ico{display:none;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li p span.ti{color:#282c5c; font-weight:500;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li p span.now,
#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li p strong{color:#5761b2; font-weight:700;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li{margin:0 auto .313em;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li p{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li p.date{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li p.pay{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li p span.ti{color:#282c5c; font-weight:500;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li .tableW{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li .tableW table{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li .tableW table thead{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li .tableW table thead tr{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li .tableW table thead tr th{padding:.25em .75em;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li .tableW table tbody{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li .tableW table tbody tr{}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li .tableW table tbody tr td{padding:.625em .75em;}
#subContents .conference_view .con.item.top .flexW .txtW .infoW.regist ul li .tableW table tbody tr td:first-child{text-align:left;}
#subContents .conference_view .con.item.top .flexW .txtW div.agree{margin:1.5em auto -.5em; padding:.75em 1em .813em; border:1px solid #ddd; border-radius:5em; text-align:center;}
#subContents .conference_view .con.item.top .flexW .txtW div.agree label{}
#subContents .conference_view .con.item.top .flexW .txtW div.agree label input[type="checkbox"]{}
#subContents .conference_view .con.item.top .flexW .txtW div.agree label span{}
#subContents .conference_view .con.item.top .flexW .txtW div.agree label span.checkmark{}
#subContents .conference_view .con.item.top .flexW .txtW div.agree label span.txt{}
#subContents .conference_view .con.item.top .flexW .txtW div.agree button.modalOpen.agree{display:inline-block; margin:0; padding:2px 1px 1px; background:none; border-bottom:1px solid #5761b2; color:#5761b2; font-size:.875em;}
#subContents .conference_view .con.item.top .flexW .txtW div.agree button.modalOpen.agree span{}
#subContents .conference_view .con.item.top .flexW .txtW div.agree button.modalOpen.agree:focus,
#subContents .conference_view .con.item.top .flexW .txtW div.agree button.modalOpen.agree:hover{}
#subContents .conference_view .con.item.top .flexW .txtW div.agree .modalWrap.agree{margin:0 auto; padding:0; border:none; border-radius:0; text-align:left;}
#subContents .conference_view .con.item.top .flexW .txtW div.agree .modalWrap.agree .modalCon{}
#subContents .conference_view .con.item.top .flexW .txtW div.agree .modalWrap.agree button.modalClose{}
#subContents .conference_view .con.item.top .flexW .txtW .btnW{display:flex; gap:.5em; margin:1.5em auto 0;}
#subContents .conference_view .con.item.top .flexW .txtW .btnW button{padding:1.125em .75em; background:#fff; border:1px solid transparent; border-radius:5em; font-size:1.125em; font-weight:500; text-align:center;}
#subContents .conference_view .con.item.top .flexW .txtW .btnW button i.ico{display:none;}
#subContents .conference_view .con.item.top .flexW .txtW .btnW button span{}
#subContents .conference_view .con.item.top .flexW .txtW .btnW button:focus,
#subContents .conference_view .con.item.top .flexW .txtW .btnW button:hover{background:#333a70; color:#fff;}
#subContents .conference_view .con.item.top .flexW .txtW .btnW button.mypage{flex:1; background:#fff; border-color:#333a70; color:#333a70;}
#subContents .conference_view .con.item.top .flexW .txtW .btnW button.mypage:focus,
#subContents .conference_view .con.item.top .flexW .txtW .btnW button.mypage:hover{background:#e3e5f2; border-color:#5761b2; color:#5761b2;}
#subContents .conference_view .con.item.top .flexW .txtW .btnW button.ing{flex:1.5; background:#333a70; color:#fff;}
#subContents .conference_view .con.item.top .flexW .txtW .btnW button.ing:focus,
#subContents .conference_view .con.item.top .flexW .txtW .btnW button.ing:hover{background:#5761b2;}
#subContents .conference_view .con.item.top .flexW .txtW .btnW button.end{flex:1.5; background:#eee; border-color:#ddd; color:#ccc;}
#subContents .conference_view .con.item.top .flexW .txtW .btnW button:disabled{background:#eee; border-color:#ddd; color:#ccc; cursor:not-allowed;}
#subContents .conference_view .con.item.top .flexW .txtW .btnW button:disabled:focus,
#subContents .conference_view .con.item.top .flexW .txtW .btnW button:disabled:hover{background:inherit; border-color:inherit; color:inherit;}
#subContents .conference_view .con.item.detail{}
#subContents .conference_view .con.item.detail p{margin-bottom:2em;}
#subContents .conference_view .con.item.detail p:last-child{margin-bottom:0;}

#subContents .submypage_my-page{}
#subContents .submypage_my-page .con{}
#subContents .submypage_my-page .con .box.greeting{margin:0 auto; padding:1.25em 1.5em; background:#fff; border:1px solid #ddd;}
#subContents .submypage_my-page .con .tableW table tr td p.total{/*text-align:right;*/}
#subContents .submypage_my-page .con .tableW table tr td p.total strong{color:#282c5c; font-size:1.125em; font-weight:600;}
#subContents .submypage_my-page .con ul.payment{margin:0 auto; padding:1.25em 1.5em; background:#e3e5f2; text-align:center;}
#subContents .submypage_my-page .con .bankW{display:none; padding:1.5em; border:3px solid #e3e5f2;}
#subContents .submypage_my-page .con .btnW{margin:1.5em auto 0; text-align:center;}
#subContents .submypage_my-page .con .btnW button{display:inline-block; width:100%; max-width:fit-content; margin:0 auto; padding:1.125em 2em; background:#333a70; border:1px solid transparent; border-radius:5em; color:#fff; font-size:1.125em; font-weight:500; text-align:center;}
#subContents .submypage_my-page .con .btnW button i.fa{}
#subContents .submypage_my-page .con .btnW button span{}
#subContents .submypage_my-page .con .btnW button:focus,
#subContents .submypage_my-page .con .btnW button:hover{background:#5761b2;}
#subContents .submypage_my-page .con .btnW button:disabled{background:#eee; border-color:#ddd; color:#ccc; cursor:not-allowed;}
#subContents .submypage_my-page .con .tableW table tr td.progress{color:transparent;}
#subContents .submypage_my-page .con .tableW table tr td.progress span{color:#5761b2;}
#subContents .submypage_my-page .con .tableW table tr td.progress span.ready{color:#5761b2;}
#subContents .submypage_my-page .con .tableW table tr td.progress span.check{color:#222;}
#subContents .mypage .con .search{margin:5px 0}
#subContents .mypage .con .search select{font-size:0.85em}
#subContents .mypage .con .search .btn_search{padding:14px 18px;cursor:pointer}
#subContents .mypage .con .search .date {width:140px}
#subContents .submypage_my-page .con .btn_academy {padding:5px;cursor:pointer;background:#000;color:#FFF;border-radius:3px;font-size:0.95em}
#subContents .submypage_my-page .con .btn_print {border:1px solid #0f51d7;padding:5px;cursor:pointer;;color:#0f51d7;border-radius:3px;font-size:0.95em}
#subContents .submypage_my-page .con .btn_card {background:#FFF;border:1px solid #d7790f;padding:5px;cursor:pointer;;color:#d7790f;border-radius:3px;font-size:0.90em}

/* #subContents #poll .waterMark{position:absolute; top:50%; left:50%; text-align:center;font-size:15em; transform:translate(-50%, -50%) rotate(45deg); opacity:0.1; user-select:none; pointer-events:none; word-break:keep-all; overflow:hidden;} */
#subContents #poll{position: relative;
	-webkit-user-select: none; /* Chrome, Safari, Opera */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by all modern browsers */}
#subContents #poll .watermark-grid{display: grid; grid-template-columns: repeat(auto-fill, minmax(500px, 1fr)); grid-template-rows: repeat(auto-fill, minmax(200px, 1fr)); width: 100%; height: 100%; position: absolute; top:0; left:0; pointer-events: none; user-select: none; margin:2em 0; gap:4em 0; overflow:hidden !important;}
#subContents #poll .watermark{display: flex;justify-content: center;align-items: center;font-size: 2em; color: rgba(0, 0, 0, 0.1); transform: rotate(45deg); text-align:center; box-sizing:border-box; padding:1em; margin:0 !important;}



#subContents .subetc_sitemap{}
#subContents .subetc_sitemap .con{display:flex; flex-wrap:wrap; justify-content:flex-start; align-items:stretch; margin:0 -1px 1px 0;}
#subContents .subetc_sitemap .con .depth01_lists{width:33.333%; margin:0 -1px -1px 0; padding:28px; border:1px solid #ddd;}
#subContents .subetc_sitemap .con .depth01_lists:last-child{display:none;}
#subContents .subetc_sitemap .con .depth01_lists .conTitle{margin:0 0 28px;}
#subContents .subetc_sitemap .con .depth01_lists .conTitle h4{display:block; line-height:1; margin:0;}
#subContents .subetc_sitemap .con .depth01_lists .conTitle a.depth01{display:block; width:100%; padding:0 0 2px; color:#5761b2;}
#subContents .subetc_sitemap .con .depth01_lists .conTitle a.depth01:focus, #subContents .subetc_sitemap .con .depth01_lists .conTitle a.depth01:hover{}
#subContents .subetc_sitemap .con .depth01_lists ul.depth02_lists{display:flex; flex-wrap:wrap;}
#subContents .subetc_sitemap .con .depth01_lists ul li.depth02_list{flex:1 1 50%; max-width:50%; margin:0 0 20px;}2023-05-24
#subContents .subetc_sitemap .con .depth01_lists ul li a.depth02{font-size:1.063em;}
#subContents .subetc_sitemap .con .depth01_lists ul li ul.depth03_lists{margin:12px -4px 0 4px; padding:12px 20px; background:#f6f6f6; border-radius:8px;}
#subContents .subetc_sitemap .con .depth01_lists ul li ul li.depth03_list{margin:0 auto 8px; padding:0 10px;}
#subContents .subetc_sitemap .con .depth01_lists ul li ul li.depth03_list:before{content:''; display:block; position:absolute; width:4px; height:4px; top:7px; left:-2px; background:#9da3d2; border-radius:50%;}
#subContents .subetc_sitemap .con .depth01_lists ul li ul li a.depth03{font-size:.938em;}
#subContents .subetc_sitemap .con .depth01_lists ul li{position:relative;}
#subContents .subetc_sitemap .con .depth01_lists ul li:last-child{margin:0 !important;}
#subContents .subetc_sitemap .con .depth01_lists ul li a{display:inline-block; position:relative; padding:1px 0; color:#494949;}
#subContents .subetc_sitemap .con .depth01_lists ul li a:focus, #subContents .subetc_sitemap .con .depth01_lists ul li a:hover{color:#222;}
#subContents .subetc_sitemap .con .depth01_lists ul li.new a:after{content:''; display:inline-block; position:absolute; width:14px; height:14px; top:3px; right:-20px; background:url('../images/ico_newlink.png') no-repeat center; background-size:100%; opacity:.8;}

#subContents .subetc_privacy .con p{font-size: 1.063em;}
#subContents .subetc_privacy .con article{margin: 0 auto 40px;}
#subContents .subetc_privacy .con article:last-child{margin-bottom:0;}
#subContents .subetc_privacy .con .box{margin:0 auto 20px; padding:20px 24px; background:#f6f6f6; border:1px solid #ddd;}

#subContents .subetc_use .con p{font-size: 1.063em;}
/*#subContents .subetc_use .con p + ol.number{margin-top:-1.6em;}*/
#subContents .subetc_use .con .conTitle + p + ol.number{margin-top:-1.6em;}
#subContents .subetc_use .con article{margin: 0 auto 40px;}
#subContents .subetc_use .con article:last-child{margin-bottom:0;}
#subContents .subetc_use .con .box{margin:0 auto 20px; padding:20px 24px; background:#f6f6f6; border:1px solid #ddd;}
#subContents .con.use-contents-4 p{font-size: 1.063em;}
#subContents .con.use-contents-4 .conTitle + p + ol.number{margin-top:-1.6em;}
#subContents .con.use-contents-4 article{margin: 0 auto 40px;}
#subContents .con.use-contents-4 article:last-child{margin-bottom:0;}
#subContents .con.use-contents-4 .box{margin:0 auto 20px; padding:20px 24px; background:#f6f6f6; border:1px solid #ddd;}

#subContents .subetc_email .con p{font-size:1.063em;}
#subContents .subetc_email .con .box{margin:0 auto 20px; padding:20px 24px; background:#f6f6f6; border:1px solid #ddd;}
#subContents .subetc_email .con .conTitle h6{margin:0 0 12px;}
#subContents .subetc_email .con ol{clear:both; width:100%;}
#subContents .subetc_email .con ol > li{position:relative; margin:0 auto 10px; padding-left:10px; line-height:1.4; word-break:keep-all;}
#subContents .subetc_email .con ol > li:last-child{margin-bottom:0;}

#subContents .register .box{margin:-20px auto 0; padding:20px 24px; background:#fff; border:1px solid #ddd;}
#subContents .register .box strong{color:#333a70;font-weight:700;}
#subContents .register .box span{background: #fffbe4;font-weight: 500;padding: 0 4px;}

/* 부장님 추가 css S *//*
#subContents .sub_list .item_list{}
#subContents .sub_list .item_list p.nodata{padding:120px 28px; border:1px solid #ddd; color:#aaa; font-size:.875rem; text-align:center;}
#subContents .sub_list .item_list ul{display:flex; flex-wrap:wrap;}
#subContents .sub_list .item_list ul:after{content:''; clear:both; display:block;}
#subContents .sub_list .item_list ul li{display:inline-block; position:relative; max-width:280px; min-height:292px; margin-right:20px; margin-bottom:30px; border:1px solid #ccc; transition:0.2s;}
#subContents .sub_list .item_list ul li:nth-child(4n){margin-right:0;}
#subContents .sub_list .item_list ul li div.certificate{position:absolute; width:44px; top:-4px; right:12px; padding:6px 0; background:#ad1d19; text-align:center; z-index:2;}
#subContents .sub_list .item_list ul li div.certificate:before{content:''; display:block; position:absolute; width:4px; height:4px; top:0; right:-4px; background:url('../images/sub/08/bg_label_shadow.png') no-repeat center;}
#subContents .sub_list .item_list ul li div.certificate:after{content:''; display:block; position:absolute; width:44px; height:8px; top:100%; right:0; background:url('../images/sub/08/bg_label_bottom.png') no-repeat center;}
#subContents .sub_list .item_list ul li div.certificate i.ico.certificate{display:block; position:relative; width:20px; height:24px; margin:0 auto 2px; background:url('../images/sub/08/ico_certificate_white.png') no-repeat center;}
#subContents .sub_list .item_list ul li div.certificate span{display:inline-block; line-height:1.083; color:#fff; font-size:.75rem;}
#subContents .sub_list .item_list ul li .imgBox{position:relative; min-height:182px; background:#fff; border-bottom:1px solid #ddd; overflow:hidden;}
#subContents .sub_list .item_list ul li .imgBox a{display:block;}
#subContents .sub_list .item_list ul li .imgBox a span.tag{position:absolute; top:12px; left:12px; padding:6px 12px;min-width:60px; color:#fff;text-align:center; font-size:0.938rem; font-weight:400; z-index:2;}
#subContents .sub_list .item_list ul li .imgBox a span.tag.public{background:rgba(1,108,203,0.9);}
#subContents .sub_list .item_list ul li .imgBox a span.tag.ongoing{background:rgb(205,6,6,0.9);}
#subContents .sub_list .item_list ul li .imgBox a span.tag.ready{background:rgba(0,143,39,0.9);}
#subContents .sub_list .item_list ul li .imgBox a span.tag.end{background:rgba(129,129,129,0.9);}
#subContents .sub_list .item_list ul li .imgBox a img{width:100%; max-width:328px; transform:scale(1.0); transform-origin:center; transition:0.2s; z-index:1;}
#subContents .sub_list .item_list ul li .imgBox a span.tag.end + img{filter:grayscale(100%);}
#subContents .sub_list .item_list ul li .txtBox{background:#fff;}
#subContents .sub_list .item_list ul li .txtBox a{display:block; margin-bottom:81px;}
#subContents .sub_list .item_list ul li .txtBox span.listTitle{display:block; display:-webkit-box; line-height:1.6;padding:18px; font-size:1.125rem; font-weight:500; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical;}
#subContents .sub_list .item_list ul li .txtBox span.listDate{display:block; position:absolute; width:100%; bottom:0; padding:12px 14px; background:#f7f7f7; border-top:1px solid #ddd;}
#subContents .sub_list .item_list ul li .txtBox span.listDate .item1{display:block; color:#515151; font-size:0.875rem;}
#subContents .sub_list .item_list ul li .txtBox span.listDate > span {margin: 6px 0;}
#subContents .sub_list .item_list ul li .txtBox span.listDate span i{width:auto; height:auto; margin:0 3px 0 0; color:#f57b12; vertical-align:top;}
#subContents .sub_list .item_list ul li .txtBox span.listDate span span{letter-spacing:-0.035em;}
#subContents .sub_list .item_list ul li .admin{display:block; position:absolute; top:10px; right:10px; z-index:2;}
#subContents .sub_list .item_list ul li:hover{border-color:#515151;}
#subContents .sub_list .item_list ul li a:focus img, #subContents .sub_list .item_list ul li a:hover img{transform:scale(1.05);}
#subContents .sub_list.mypage  .tab{margin:0 auto;}
#subContents .sub_list.mypage  .tab > ul li{width:50%;}
#subContents .sub_list  .search{display:inline-block; width:100%; padding:40px 80px; background:#fafafa; border:1px solid #e9e9e9;}
#subContents .sub_list  .search input[type="text"]{float:left; width:calc(100% - 140px); padding:12px 20px; background:#fff; border:1px solid #e9e9e9; border-right:none;}
#subContents .sub_list  .search input[type="submit"]{float:right; width:140px; padding:12px 20px; background:#f2892e; border:1px solid transparent; color:#fff; font-size:1rem;}
#subContents .sub_list .search{padding:40px;}
#subContents .sub_list  .search input[type="text"]{width:calc(100% - 100px);}
#subContents .sub_list  .search input[type="submit"]{width:100px;}

#subContents .sub_item{position:relative;}
#subContents .sub_item .btn_list{display:block; position:absolute; top:0; right:0; z-index:2;}
#subContents .sub_item .btn_list a{}
#subContents .sub_item {}
#subContents .sub_item  .tab{margin:0 auto;}
#subContents .sub_item  .layoutLeft{width:49.15%;}
#subContents .sub_item  .videoW{position:relative; width:100%; max-width:580px; margin:0 auto; padding:64.83% 0 0; background:#000;outline:1px solid #ddd;}
#subContents .sub_item  .videoW video,
#subContents .sub_item  .videoW iframe,
#subContents .sub_item  .videoW img{position:absolute; width:100%; height:100%; top:0; left:0; z-index:1;}
#subContents .sub_item  .layoutRight{width:50.85%; padding:0 0 0 60px;}
#subContents .sub_item  .txtBox{}
#subContents .sub_item  .txtBox span.tag{display:inline-block; margin:0 auto 20px; padding:8px 20px 10px; color:#fff; font-size:1.125rem; font-weight:400; z-index:2;}
#subContents .sub_item  .txtBox span.tag.public{background:rgba(1,108,203,0.9);}
#subContents .sub_item  .txtBox span.tag.ongoing{background:rgb(205,6,6,0.9);}
#subContents .sub_item  .txtBox span.tag.ready{background:rgba(0,143,39,0.9);}
#subContents .sub_item  .txtBox span.tag.end{background:rgba(129,129,129,0.9);}
#subContents .sub_item  .txtBox p.listTitle{display:block; display:-webkit-box; line-height:1.3; margin-bottom:24px; padding:0; font-size:1.313rem; font-weight:500; letter-spacing:-0.060em; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical;}
#subContents .sub_item  .txtBox p.listInfo{display:block; display:-webkit-box; line-height:1.3; margin-bottom:40px; padding:0; overflow:hidden; text-overflow:ellipsis; word-wrap:break-word; -webkit-box-orient:vertical;}
#subContents .sub_item  ul.teachDetail{margin:0 auto 60px;}
#subContents .sub_item  ul.teachDetail li{margin:0 auto 16px; color:#717171; font-size:.875rem; letter-spacing:-0.035em;}
#subContents .sub_item  ul.teachDetail li.teacher{}
#subContents .sub_item  ul.teachDetail li.date{}
#subContents .sub_item  ul.teachDetail li.rating{}
#subContents .sub_item  ul.teachDetail li.rating span.scdiv{line-height:0; color:#ffcc60; font-size:1.063rem; font-weight:bold; letter-spacing:0;}
#subContents .sub_item  ul.teachDetail li.rating span.scdiv span.score{color:#ddd;}
#subContents .sub_item  ul.teachDetail li.rating span.scdiv span.score_on{color:#ffcc60;}
#subContents .sub_item  ul.teachDetail li.certificate{}
#subContents .sub_item  ul.teachDetail li i{display:inline-block; width:14px; height:17px; margin:0 4px 0 0; color:#f57b12;}
#subContents .sub_item  ul.teachDetail li i.ico.certificate{background:url('../images/sub/ico_certificate.png') no-repeat center;}
#subContents .sub_item  ul.teachDetail li span{}
#subContents .sub_item  #sit_ov_btn{display:inline-block; width:100%;}
#subContents .sub_item  #sit_ov_btn button{line-height:1; padding:14px 16px 16px; border:1px solid #f57b12; font-size:1.25rem; font-weight:500; text-align:center;}
#subContents .sub_item  #sit_ov_btn button.sit_btn_cart{float:left; width:36%; background:#fff; color:#f57b12;}
#subContents .sub_item  #sit_ov_btn button.sit_btn_cart:focus, #subContents .sub_item  #sit_ov_btn button.sit_btn_cart:hover{background:#fff9f3;}
#subContents .sub_item  #sit_ov_btn button.sit_btn_buy{float:right; width:60%; background:#f57b12; color:#fff;}
#subContents .sub_item  #sit_ov_btn button.sit_btn_buy:focus, #subContents .sub_item  #sit_ov_btn button.sit_btn_buy:hover{background:#e97009;}
#subContents .sub_item  #sit_ov_btn button i.ico{display:inline-block; height:18px; margin:0 8px 0 0;vertical-align: bottom;}
#subContents .sub_item  #sit_ov_btn button i.ico.myroom{width:20px; background:url('../images/sub/ico_myroom.png') no-repeat center;}
#subContents .sub_item  #sit_ov_btn button i.ico.book{width:16px; background:url('../images/sub/ico_book.png') no-repeat center;}
#subContents .sub_item q #sit_ov_btn button span{display:inline-block; vertical-align:middle;}
#subContents .sub_item .item_detail{line-height:1.6; padding:60px; border:1px solid #ddd; text-align:center; word-break:keep-all;}
#subContents .sub_item .item_detail .detail_con{display:inline-block; width:100%; text-align:left;}
#subContents .sub_item  .price span span{font-weight:bold;color:#FF7E00;font-size:1.05em}
#subContents .sub_item .file .download{padding:10px;text-align:center;display:block;background:#fffbf6;border:1px solid #e3d4c1;color:#717171;font-size:0.875rem;}
#subContents .sub_item .file .download:focus,#subContents .sub_item .file .download:hover{background:#f2892e;color:#fff;border-color:#f2892e;}
#subContents .sub_item .file .download:before{content: '\f15b';color:#f2892e;}
#subContents .sub_item .file .download:focus:before,#subContents .sub_item .file .download:hover:before{color:#fff;}
*//* 부장님 추가 css E */

@media all and (max-width:1539px){
}

@media all and (max-width:1279px){
	#subVisual{min-width:960px;}

	#path{min-width:960px;}
	#path .inner{width:calc(100% - 40px); max-width:100%;}
	#path ul{float:left; width:100%;}

	#subContents{float:none; width:100%; max-width:calc(100% - 40px); min-height:450px; padding:40px 0 80px; border-left:none;font-size:16px;}
	#subContents .inner{width:100%;}
	#subContents .con{margin:0 auto 80px;}
	#subContents .tableW{overflow-x:auto;}
	#subContents .con ol.number.basic3 > li:nth-child(9) ~ *{padding-left:24px;}

	#subContents .modalWrap .modalCon{width:84%; left:8%;}

	#subContents .sub_list .item_list ul li{flex:1 1 calc(33.333% - 1.75em); max-width:calc(33.333% - 1.75em);}

	#subContents .conference_view .con.item.top{margin:0 auto 2.5em;}
	#subContents .conference_view .con.item.top .flexW{gap:2.5em;}
	#subContents .conference_view .con.item.top .flexW .txtW{flex:1.25;}

	#subContents .subetc_sitemap .con .depth01_lists{width:50%;}
}

@media all and (max-width:1023px){
	#subVisual{min-width:296px; height:280px;}
	#subVisual .title{margin-top:0;}

	#path{clear:both; position:sticky; width:100%; min-width:1200px; top:-1px; background:#fff; border-bottom:1px solid #ddd; box-sizing:border-box; z-index:2; transition:.3s;}
	#path.sticky{background:#fff; box-shadow:0 0 8px rgba(0,0,0,.1);}
	#path ul{float:left; padding:0; text-align:left;}
	#path ul li{display:block; position:relative; float:left; margin:0; padding:0; border-right:1px solid #ddd; font-size:1em; color:#222; box-sizing:border-box;}
	#path ul li:first-child{border-left:1px solid #ddd;}
	#path ul ul li, #path ul ul li:first-child{border:none;}
	#path ul li.btnHome{width:60px; height:60px;}
	#path ul li.btnHome a{display:block; width:100%; height:100%; line-height:60px; padding:0; background:#282c5c url('../images/sub/ico_home.png') no-repeat center center; color:transparent; font-size:0; text-align:center; box-sizing:border-box;}
	#path ul li.btnHome a:focus, #path ul li.btnHome a:hover{background-color:#5761b2;}
	#path ul li.pathDepth1, #path ul li.pathDepth2, #path ul li.pathDepth3, #path ul li.pathDepth4{}
	#path ul li.pathDepth1 button,
	#path ul li.pathDepth2 button,
	#path ul li.pathDepth3 button,
	#path ul li.pathDepth4 button{position:relative; width:auto; min-width:240px; height:60px; line-height:60px; padding:0 40px 0 20px; background:#fff; color:#222; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; cursor:pointer; z-index:3;}
	#path ul li.pathDepth1 button:after,
	#path ul li.pathDepth2 button:after,
	#path ul li.pathDepth3 button:after,
	#path ul li.pathDepth4 button:after{content:''; display:block; position:absolute; width:0; height:0; top:50%; right:20px; margin-top:-2px; border:5px solid transparent; border-top-color:#222; border-bottom:none; font-size:0; line-height:0; transition:border-color .3s;}
	#path ul li.pathDepth1 button.rotate:after,
	#path ul li.pathDepth2 button.rotate:after,
	#path ul li.pathDepth3 button.rotate:after,
	#path ul li.pathDepth4 button.rotate:after{border-top:none; border-bottom:5px solid #222;}
	#path ul li button:focus, #path ul li button:hover{color:#5761b2;}
	#path ul li.pathDepth1 button:focus:after, #path ul li.pathDepth1 button:hover:after,
	#path ul li.pathDepth2 button:focus:after, #path ul li.pathDepth2 button:hover:after,
	#path ul li.pathDepth3 button:focus:after, #path ul li.pathDepth3 button:hover:after,
	#path ul li.pathDepth4 button:focus:after, #path ul li.pathDepth4 button:hover:after{border-top-color:#5761b2; border-bottom-color:#5761b2;}
	#path ul li.pathDepth1 ul,
	#path ul li.pathDepth2 ul,
	#path ul li.pathDepth3 ul,
	#path ul li.pathDepth4 ul{clear:both; display:inline-block; position:absolute; width:calc(100% + 2px); height:auto; padding:16px 20px 20px; top:0; left:-1px; background:#fff; border:1px solid #ddd; border-top:none; opacity:0; visibility:hidden; box-sizing:border-box; transition:.3s ease; z-index:2;}
	#path ul li.pathDepth1.show ul,
	#path ul li.pathDepth2.show ul,
	#path ul li.pathDepth3.show ul,
	#path ul li.pathDepth4.show ul{top:100%; opacity:1; visibility:visible;}
	#path ul li ul li{display:block; float:none; height:auto; margin-bottom:16px; text-align:left;}
	#path ul li ul li:last-child{margin-bottom:0;}
	#path ul li ul li a{display:block; position:relative; color:#717171; word-break:keep-all; vertical-align:text-bottom; transition:.3s;}
	#path ul li ul li a span:before{content:''; display:block; position:absolute; width:8px; height:9px; top:5px; left:-12px; background:transparent url('../images/ico_bullet_01.png') no-repeat center bottom; opacity:0; z-index:-1; transition:.2s;}
	#path ul li ul li a:focus, #path ul li ul li a:hover{color:#5761b2; text-decoration:underline;}
	#path ul li ul li a:focus span:before, #path ul li ul li a:hover span:before{opacity:1; left:2px;}
	#path ul li ul li.new a:after{content:''; display:inline-block; position:relative; width:14px; height:14px; top:1px; margin-left:6px; background:url('../images/ico_newlink.png') no-repeat center; background-size:100%; opacity:.8;}

	#path{position:relative; min-width:296px; animation:none;}
	#path .inner{width:100%; padding:0;}
	#path ul li{font-size:.938em;}
	#path ul li:first-child{border-left:none;}
	#path ul li.btnHome{width:52px; height:52px;}
	#path ul li.pathDepth1 button, #path ul li.pathDepth2 button, #path ul li.pathDepth3 button, #path ul li.pathDepth4 button{min-width:180px; height:52px; line-height:52px; padding:0 36px 0 16px;}
	#path ul li.pathDepth1 button:after, #path ul li.pathDepth2 button:after, #path ul li.pathDepth3 button:after, #path ul li.pathDepth4 button:after{right:16px;}
	#path ul li.pathDepth1 ul, #path ul li.pathDepth2 ul, #path ul li.pathDepth3 ul, #path ul li.pathDepth4 ul{padding:16px 16px 20px;}

	#side{display:none;}

	#subContents{clear:both; float:none; width:100%; max-width:915px; min-width:296px; min-height:auto; padding:40px 0 60px; border-left:none;}
	#subContents .inner{width:100%; padding:0 20px;}
	#subContents .con > .conTitle:first-child h5{margin-top:10px;}
	#subContents .con{margin:0 auto 60px;}
	#subContents .con img{width:100%;}
	#subContents .con img.pc{display:none;}
	#subContents .con img.mobile{display:inline-block;}
	#subContents .con a.download{padding:10px;}

	#subContents .modalWrap button.modalClose{width:45px; height:45px; top:12px; right:12px; background:#282c5c; border-radius:50%;}
	#subContents .modalWrap button.modalClose span{width:18px;}
	#subContents .modalWrap button.modalClose span:before,
	#subContents .modalWrap button.modalClose span:after{width:18px;}
	#subContents .modalWrap button.modalClose:focus,
	#subContents .modalWrap button.modalClose:hover{background:#5761b2;}

	#subContents .sub_list .item_list ul{gap:1.25em; width:calc(100% + 1.25em); margin:0 -1.25em 0 0;}
	#subContents .sub_list .item_list ul li{flex:1 1 calc(33.333% - 1.25em); max-width:calc(33.333% - 1.25em);}

	#subContents .subetc_sitemap .con .depth01_lists{width:33.333%; padding:24px;}
	#subContents .subetc_sitemap .con .depth01_lists .conTitle{margin:0 0 20px;}
	#subContents .subetc_sitemap .con .depth01_lists .conTitle h4{font-size:1.25em;}
	#subContents .subetc_sitemap .con .depth01_lists ul li.depth02_list{flex:1 1 100%; max-width:100%; margin:0 0 12px;}
	#subContents .subetc_sitemap .con .depth01_lists ul li a.depth02{font-size:1em;}

	#bo_v_con{overflow-x:auto;}
}

@media all and (max-width:768px){
	#subVisual{height:220px;}
	#subVisual .title h2{margin:0 auto 20px; font-size:2em;}

	#path ul li{width:50%;}
	#path ul li:after{display:none;}
	#path ul li.btnHome{display:none;}
	#path ul li.pathDepth1 button,
	#path ul li.pathDepth2 button,
	#path ul li.pathDepth3 button,
	#path ul li.pathDepth4 button{width:100%; min-width:auto; z-index:2;}
	#path ul li.pathDepth2, #path ul li.pathDepth2 button, #path ul li.pathDepth2 ul,
	#path ul li.pathDepth3, #path ul li.pathDepth3 button, #path ul li.pathDepth3 ul,
	#path ul li.pathDepth4, #path ul li.pathDepth4 button, #path ul li.pathDepth4 ul{border-right:none;}
	#path ul li.pathDepth1 ul,
	#path ul li.pathDepth2 ul,
	#path ul li.pathDepth3 ul,
	#path ul li.pathDepth4 ul{width:100%; left:0; border-left:none; z-index:3;}
	#path ul li.pathDepth2 ul{left:-1px;}
	#path ul li.pathDepth3, #path ul li.pathDepth4{width:100%; border-top:1px solid #ddd;}
	#path ul li.pathDepth2 ul{border-left:1px solid #ddd;}
	#path ul li ul li{width:100%;}
	#path ul li ul li a:after{display:none;}

	#subContents{padding:28px 0 40px; font-size:15px;}
	#subContents .conTitle h4{margin:10px 0 16px; font-size:1.313em;}
	#subContents .conTitle h5{line-height:1.2; margin:18px 0 12px; font-size:1.125em;}

	#subContents .con{margin:0 auto 40px;}
	#subContents .con p{line-height:1.5; margin-bottom:32px;}
	#subContents .con > p + ul.list, #subContents .con > p + ol.number{margin-top:-20px;}
	#subContents .con ul.list{margin:0 auto 28px;}
	#subContents .con ul.list.circle > li:before{top:10.5px;}
	#subContents .con ul:last-child, #subContents .con ol:last-child{margin-bottom:0;}
	#subContents .con ul.inline li, #subContents .con ul.inline li{margin-right:12px;}

	#subContents .tab{margin:0 auto 20px;}

	#subContents .tabMenu{margin:0 auto 28px;}
	#subContents .tabMenu ul li{min-width:auto;}
	#subContents .tabMenu ul li a{padding:12px 14px;}

	#subContents table tr th{padding:12px 8px;}
	#subContents table tr td{padding:5px 8px;}

	#subContents .con label.btn.select input.pick ~ span.checkmark{width:16px; height:16px;}
	#subContents .con label.btn.select input.pick.chk:checked ~ span.checkmark:after{background-size:94%;}

	#subContents .modalWrap .modalCon{width:calc(100% - 4em); max-height:calc(100% - 4em); left:2em; padding:1.25em;}
	#subContents .modalWrap button.modalClose{width:38px; height:38px; top:8px; right:8px;}

	#subContents .sub_list .item_list ul li{flex:1 1 calc(50% - 1.25em); max-width:calc(50% - 1.25em);}

	#subContents .conference_view .con.item.top{margin:0 auto 1.5em;}
	#subContents .conference_view .con.item.top .flexW{gap:.5em;}
	#subContents .conference_view .con.item.top .flexW .imgW{flex:1 1 100%;}
	#subContents .conference_view .con.item.top .flexW .txtW{flex:1 1 100%;}

	#subContents .submypage_my-page .con ul.payment{padding:.75em 1em;}
	#subContents .submypage_my-page .con ul.payment li{margin:.5em auto;}

	#subContents .subetc_sitemap .con .depth01_lists{width:50%; padding:20px;}
	#subContents .subetc_sitemap .con .depth01_lists .conTitle{margin:0 0 16px;}
	/* #subContents .subetc_sitemap .con .depth01_lists .conTitle a.depth01{padding:0 12px 2px;} */

	#subContents .subetc_use .con .box,#subContents .subetc_email .con .box,#subContents .register .box{padding:20px;}
}

@media all and (max-width:540px){
	#path ul li{font-size:.75em;}
	#path ul li.pathDepth1 button, #path ul li.pathDepth2 button, #path ul li.pathDepth3 button, #path ul li.pathDepth4 button{height:40px; line-height:40px;}
	#path ul li ul li a{font-size:.75rem;}
	#path ul li ul li.new a:after{width:11px; height:11px;}

	#subContents .conTitle h3{margin:0 auto 24px;}
	#subContents .conTitle h5:before{top:2px;}
	#subContents .conTitle h5:after{top:2px;}

	#subContents .con{margin:0 auto 20px; padding:0 0 20px;}
	#subContents .con ul.list > li{line-height:1.4; margin:0 auto 8px;}
	#subContents .con ul.list.line > li:before{top:8px;}
	#subContents .con ul.list.circle > li:before{top:8px;}
	#subContents .con ul.list.triangle > li:before{top:5px;}
	#subContents .con ul.list.star > li:before{top:3.5px;}
	#subContents .con ul.list.check > li:before{top:3px;}
	#subContents .con ol.number > li{line-height:1.4; margin:0 auto 8px;}
	#subContents .con ul.list li li, #subContents .con ol.numbeer li li{margin:0 auto 4px;}
	#subContents .con ul.inline li, #subContents .con ul.inline li{display:block; margin-right:0;}

	#subContents .tabMenu ul li{margin:0 -.5px;}
	#subContents .tabMenu ul li a{padding:10px 6px; font-size:1em;}
	#subContents .tabMenu ul li.new a span:after{width:13px; height:13px;}

	#subContents table{border:none; border-top:2px solid #5761b2;}

	#subContents .modalWrap .modalCon{width:calc(100% - 2em); max-height:calc(100% - 2em); left:1em; padding:1.25em;}

	#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.file .linkW a.download{width:100%;}
	#subContents .conference_view .con.item.top .flexW .txtW .infoW.basic ul li.file .linkW span.info{width:100%; padding:.5em 0; text-align:left;}

	#subContents .submypage_my-page .con ul.payment{text-align:left;}
	#subContents .submypage_my-page .con .tableW table tr th,
	#subContents .submypage_my-page .con .tableW table tr td{font-size:.875em;}

	#subContents .subetc_sitemap .con .depth01_lists{width:100%;}
	/* #subContents .subetc_sitemap .con .depth01_lists .conTitle a.depth01{padding:0 8px 2px;} */
	#subContents .subetc_sitemap .con .depth01_lists ul li a{width:100%;}
	#subContents .subetc_sitemap .con .depth01_lists ul li.new a:after{position:relative; top:0; right:auto; margin-left:4px;}
}

@media all and (max-width:480px){
	#subVisual{height:160px;}
	#subVisual .title h2{margin:0 auto 12px; font-size:1.5em;}

	#subContents{padding:24px 0 32px; font-size:14px;}
	#subContents .con ol.number.basic3 > li:nth-child(9) ~ *{padding-left:22px;}

	#subContents .sub_list .item_list ul{gap:1em; width:100%; margin:0;}
	#subContents .sub_list .item_list ul li{flex:1 1 100%; max-width:100%;}
}

@media all and (max-width:319px){
	#subVisual{min-width:280px;}
	#path{min-width:280px;}
	#subContents{min-width:280px;}
}