@charset "UTF-8";
/* common */
#subVisual{clear:both; position:relative; width:100%; /*max-width:1920px;*/ height:414px; 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:#abafb5; background-repeat:no-repeat; background-size:cover; overflow:hidden;}
#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 .subBg07{background-image:url('../images/sub/sub_visual_07.jpg'); background-position:center center;}
#subVisual .subBg98, #subVisual .subBg99,
#subVisual .subBgetc, #subVisual .subBgbbs{background-image:url('../images/sub/sub_visual_etc.jpg'); background-position:center center;}
#subVisual .inner{height:100%;}
#subVisual .title{position:relative; top:50%; margin-top:0; text-align:center; transform:translateY(-50%); z-index:2;}
#subVisual .title h2{margin:0 auto; color:#fff; font-size:3em; font-weight:700; 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:.1s; animation-delay:.1s;}
#subVisual .subBg:before{content:''; display:block; position:absolute; width:100%; height:100%; top:0; background:rgba(73,92,101,.4); mix-blend-mode:multiply; z-index:1;}
#subVisual:after{content:''; display:block; position:absolute; width:100%; bottom:0; padding:0 0 1px; background:#cdcfd4; z-index:1;}

#path{clear:both; position:absolute; width:100%; top:260px; background:transparent; box-sizing:border-box; z-index:2; transition:.3s;}
#path.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:.2s; animation-delay:.2s;}
#path ul{padding:0; text-align:center;}
#path ul li.link{display:inline-block; position:relative; margin:0 1em; padding:0; font-size:1em; color:#fff; box-sizing:border-box; vertical-align:middle;}
#path ul li.link:first-child{margin-left:0;}
#path ul li.link:last-child{margin-right:0;}
#path ul li.link:after{content:''; display:inline-block; position:absolute; width:6px; height:11px; top:50%; right:-1em; background:url('../images/ico_arrow_right_white.png') no-repeat center / cover; transform:translate(6px, -50%)}
#path ul li.link:last-child:after{display:none;}
#path ul li.link.btnHome{width:16px; height:16px;}
#path ul li.link.btnHome a{display:block; width:100%; height:100%; padding:0; background:transparent url('../images/sub/ico_home.png') no-repeat center / 100%; color:transparent; font-size:0; text-align:center; box-sizing:border-box;}
#path ul li.link.btnHome a:focus,
#path ul li.link.btnHome a:hover{opacity:.6;}
#path ul li.link button{position:relative; width:auto; padding:0 1em 0 0; background:transparent; color:#fff; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; cursor:pointer; z-index:3; transition:.3s;}
#path ul li.link button:after{content:''; display:block; position:absolute; width:0; height:0; top:50%; right:0; margin-top:-2px; border:3px solid transparent; border-top-color:#fff; border-bottom:none; font-size:0; line-height:0; transition:border-color .3s;}
#path ul li.link button.rotate:after{border-top:none; border-bottom:3px solid #fff;}
#path ul li.link button:focus,
#path ul li.link button:hover{}
#path ul li.link button:focus:after,
#path ul li.link button:hover:after{}
#path ul li ul{clear:both; display:inline-block; position:absolute; width:max-content; min-width:162px; height:auto; margin-top:.5em; padding:1.5em; top:0; left:50%; background:#fff; border:1px solid #575b63; border-radius:8px; box-shadow:0 2px 12px rgba(65,67,73,.1); opacity:0; visibility:hidden; box-sizing:border-box; transform:translateX(-50%); transform-origin:top center; transition:.3s ease-in-out;transition-delay:.05s; z-index:2;}
#path ul li.show ul{top:100%; opacity:1; visibility:visible;}
#path ul li ul li{display:block; float:none; width:auto; height:auto; margin:0 auto 1.25em; text-align:center;}
#path ul li ul li:last-child{margin-bottom:0;}
#path ul li ul li a{display:inline-block; height:auto; line-height:1; padding:1px 0; color:#242528; font-size:1.125em; word-break:keep-all; transition:.3s;}
#path ul li ul li a span{display:inline-block; position:relative;}
#path ul li ul li a span:before{content:''; display:inline-block; position:absolute; width:100%; height:12px; bottom:-1px; left:0; background:#ffee5b; opacity:.4; transform:scaleX(0); transform-origin:left center; transition:.2s; z-index:-1;}
#path ul li ul li a:focus,
#path ul li ul li a:hover{color:#006edf;}
#path ul li ul li a:focus span:before,
#path ul li ul li a:hover span:before{transform:scaleX(1);}
#path ul li ul li.new a:after{content:''; display:inline-block; position:relative; width:15px; height:15px; top:1px; margin-left:6px; background:url('../images/ico_newlink.png') no-repeat center bottom / 100%;}

#side{clear:both; position:absolute; width:100%; background:rgba(36,37,40,.2); transform:translateY(-100%);}
#side .inner{max-width:1400px; padding:0;}
#side ul{display:flex; width:100%; margin:-4px auto 0; padding:4px 0 0; overflow:hidden; text-align:center;}
#side ul li{flex:1 1 auto; display:inline-block; position:relative;}
#side ul li a{display:inline-block; width:100%; padding:1em; background:transparent; color:#fff; font-size:1.25em; font-weight:300; text-align:center; word-break:keep-all;}
#side ul li a span{}
#side ul li a:focus,
#side ul li a:hover{color:#ffee5b;}
#side ul li.active a{background:#fff; border-radius:4px 4px 0 0; color:#006edf; font-weight:500;}
#side ul li.active a:before{content:''; display:block; position:absolute; width:100%; height:8px; top:-4px; left:0; background:#fff; border-radius:8px 8px 0 0;}
#side ul li.new a:after{content:''; display:inline-block; position:relative; width:15px; height:15px; top:1px; margin-left:6px; background:url('../images/ico_newlink.png') no-repeat center top / 100%;}

#subContents{position:relative; width:100%; height:100%; min-height:520px; margin:0 auto; padding:5em 0; 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:18px; 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; line-height:1.4; margin:0 auto 1em; font-size:2.222em; font-weight:800; text-align:center;}
#subContents .conTitle h4,
#subContents .conTitle h5,
#subContents .conTitle h6{display:inline-block; position:relative; color:#242528; font-weight:700; word-break:keep-all;}
#subContents .conTitle h4 span.num,
#subContents .conTitle h5 span.num,
#subContents .conTitle h6 span.num{display:inline-block; position:relative; line-height:1;}
#subContents .conTitle h4 span.mini,
#subContents .conTitle h5 span.mini,
#subContents .conTitle h6 span.mini{font-size:.75em;}
#subContents .conTitle h4{line-height:1.4; margin:.5em auto 1.5em; padding:0; color:#242528; font-size:2em; text-align:center;}
#subContents .conTitle h4:after{content:''; display:inline-block; position:absolute; width:100%; height:16px; bottom:0; left:0; background:#ffee5b; opacity:.4; z-index:-1;}
#subContents .conTitle h4 span.num{margin-right:.313em; padding:0; color:#003366;}
#subContents .conTitle h4 span.mini{margin-left:.125em; color:#575b63;}
#subContents .conTitle h5{line-height:1.3; margin:.5em 0 1em; padding:0 0 0 .875em; color:#242528; font-size:1.333em;}
#subContents .conTitle h5:before{content:''; display:inline-block; position:absolute; width:.438em; height:.438em; top:10px; left:0; background:linear-gradient(135deg, #006edf 0, #cddc39 100%); border-radius:50%;}
#subContents .conTitle h5 span.num{color:#006edf;}
#subContents .conTitle h6{line-height:1.2; margin:.5em 0 1em; padding:0 0 0 1.75em; color:#242528; font-size:1.111em;}
#subContents .conTitle h6:before{content:''; display:inline-block; position:absolute; width:1.25em; height:2px; top:11px; left:0; background:#cddc39; border-radius:1em;}
#subContents .conTitle h6 span.num{color:#b1c31f;}
#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 .ready{}
#subContents .ready{width:100%; max-width:940px; margin:0 auto; text-align:center;}

#subContents .tabMenu{clear:both; display:block; position:relative; width:100%; margin:0 auto 2.5em;}
#subContents .tabMenu ul{display:inline-block; width:100%; margin:0 auto; padding:0; text-align:center;}
#subContents .tabMenu ul li{display:inline-block; width:auto; min-width:150px;}
#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:1em 1.25em; background:transparent; border-bottom:1px solid #81878f; color:#575b63; font-size:1.063em; font-weight:500; cursor:pointer; transition:background .2s, border-color .2s, color .2s, transform 0s;}
#subContents .tabMenu ul li a:focus,
#subContents .tabMenu ul li a:hover{border-bottom-color:#006edf; color:#006edf;}
#subContents .tabMenu ul li.active a{padding:1em 1.25em .938em; border-bottom:3px solid #242528; color:#242528; font-weight:700; z-index:1;}
#subContents .tabMenu ul li.new a:after{content:''; display:inline-block; position:relative; width:16px; height:16px; top:2px; margin-left:6px; background:url('../images/ico_newlink.png') no-repeat center bottom / 100%; opacity:.6;}

/* contents */
#subContents .con{clear:both; display:inline-block; position:relative; width:100%; margin:0 auto 5em; color:#242528;/* z-index:1;*/}
#subContents .con:last-child{margin:0 auto; padding:0; border-bottom:none;}
#subContents .con p{line-height:1.5; margin-bottom:2.5em; font-size:1em; word-break:keep-all;}
#subContents .con > p + p{margin-top:-1em;}
#subContents .con p:last-child{margin-bottom:0;}
#subContents .con p.point{position:relative; padding-left:18px; color:#df2d2d;}
#subContents .con p.point.blue{color:#006edf;}
#subContents .con p.point.black{color:#242528;}
#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:#575b63; 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:#df2d2d; text-align:right;}
#subContents .con p.postDate.gray{color:#575b63;}
#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; padding:.125em; border-radius:4px; transition:.3s;}
#subContents .con a span{display:inline-block; position:relative;}
#subContents .con a.link{padding:.063em .313em; background:#e2e9eb; color:#495c65;}
#subContents .con a.link:before{content:'\f0c1'; display:inline-block; margin-right:.25em; border-radius:50%; color:inherit; font-size:.875em;}
#subContents .con a.link span:before{content:''; display:inline-block; position:absolute; width:100%; height:1px; bottom:-1px; left:0; background:#20a8ff; transform:scaleX(0); transform-origin:left center; transition:.2s; z-index:2;}
#subContents .con a:focus,
#subContents .con a:hover{background:transparent; color:#20a8ff;}
#subContents .con a:focus span:before,
#subContents .con a:hover span:before{transform:scaleX(1);}

#subContents .tab{clear:both; display:block; position:relative; width:100%; margin:0 auto 2.5em;}
#subContents .tab > ul{display:inline-block; display:flex; flex-wrap:wrap; justify-content:center; gap:.625em; width:100%; margin:0 auto; padding:0; text-align:center;}
#subContents .tab > ul li{display:inline-block; /*float:left; width:25%;*/ flex:0 1 auto; margin:0; padding:1px 0 0 1px;}
#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:.6em 1em .7em; background:transparent; border-radius:5em; color:#575b63; font-size:1.25em; font-weight:500; text-align:center; cursor:pointer;}
#subContents .tab > ul li .tabLink:focus,
#subContents .tab > ul li .tabLink:hover{background:rgba(87,91,99,.1);}
#subContents .tab > ul li .tabLink.active{background:#dceeff; color:#006edf; font-weight:700; 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 .labelW{clear:both; display:block; position:relative; width:100%; margin:0 auto 2.5em; font-size:1em;}
#subContents .labelW ul{margin:0 auto;}
#subContents .labelW ul li{display:block; margin:0 auto .5em;}
#subContents .labelW ul li:last-child{margin-bottom:0;}
#subContents .labelW.inline ul{margin:-.25em auto;}
#subContents .labelW.inline ul li{display:inline-block; margin:.25em auto;}
#subContents 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 label.btn.select input.pick{display:inline-block; width:0; height:0; line-height:1; opacity:0;}
#subContents label.btn.select input.pick ~ span.checkmark{display:inline-block; position:relative; width:1em; height:1em; line-height:1; background:#fff; border:1px solid #abafb5; border-radius:50%; vertical-align:bottom; cursor:pointer;}
#subContents label.btn.select input.pick:focus ~ span.checkmark{border-color:#000 !important; outline:1px solid #000;}
#subContents label.btn.select input.pick:checked ~ span.checkmark{background:#cddc39; border-color:#b1c31f;}
#subContents label.btn.select input.pick:disabled ~ span.checkmark{background:#e5e6e8; border-color:#cdcfd4; cursor:not-allowed;}
#subContents label.btn.select input.pick ~ span.checkmark:after{content:''; display:block; position:absolute;}
#subContents label.btn.select input.pick ~ span.txt{margin-left:-4px; padding-left:6px; cursor:pointer;}
#subContents label.btn.select input.pick.chk{}
#subContents label.btn.select input.pick.chk ~ span.checkmark{border-radius:2px; vertical-align:text-top;}
#subContents label.btn.select input.pick.chk:checked ~ span.checkmark{}
#subContents label.btn.select input.pick.chk:disabled ~ span.checkmark{background:#e5e6e8; border-color:#cdcfd4; cursor:not-allowed;}
#subContents label.btn.select input.pick.chk:disabled ~ span.txt{color:#575b63; cursor:not-allowed;}
#subContents label.btn.select input.pick.chk ~ span.checkmark:after{width:9px; height:7px; top:50%; left:50%; margin-top:-3.5px; margin-left:-4.5px; background:transparent;}
#subContents label.btn.select input.pick.chk:checked ~ span.checkmark:after{background:url('../images/sub/ico_check.png') no-repeat center;}
#subContents label.btn.select input.pick.chk:disabled ~ span.checkmark:after{}
#subContents label.btn.select input.pick.radio{}
#subContents label.btn.select input.pick.radio ~ span.checkmark{vertical-align:text-top;}
#subContents label.btn.select input.pick.radio:checked ~ span.checkmark{}
#subContents label.btn.select input.pick.radio:disabled ~ span.checkmark{background:#e5e6e8; border-color:#cdcfd4; cursor:not-allowed;}
#subContents label.btn.select input.pick.radio:disabled ~ span.txt{color:#575b63; cursor:not-allowed;}
#subContents label.btn.select input.pick.radio ~ span.checkmark:after{width:.438em; height:.438em; top:50%; left:50%; margin-top:-.219em; margin-left:-.219em; background:#fff; border-radius:50%;}
#subContents label.btn.select input.pick.radio:checked ~ span.checkmark:after{}
#subContents label.btn.select input.pick.radio:disabled ~ span.checkmark:after{background:#bbb;}
#subContents label.btn.select span.txt{vertical-align:text-top;}

#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.5); opacity:0; z-index:-1; transition:opacity 0.2s ease-in-out;}
#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,
#subContents .con ol.number{clear:both; width:100%; margin:0 auto 2.5em; font-size:1em;}
#subContents .con ul.list + ul.list,
#subContents .con ul.list + ol.number,
#subContents .con ol.number + ul.list,
#subContents .con ol.number + ol.number{margin-top:-1em;}
#subContents .con ul.list > li,
#subContents .con ol.number > li{position:relative; margin:0 auto .75em; line-height:1.5; word-break:keep-all;}
#subContents .con ul.list > li{padding-left:12px;}
#subContents .con ul.list > li:before{content:''; display:block; position:absolute; left:0;}
#subContents .con ul.list.line > li:before{width:5px; height:2px; top:13.5px; background:#20a8ff;}
#subContents .con ul.list.circle > li:before{width:5px; height:5px; top:12px; background:#20a8ff; border-radius:50%;}
#subContents .con ul.list.triangle > li:before{content:''; display:block; position:absolute; width:0; height:0; top:10px; left:0; border-top:4px solid transparent; border-bottom:4px solid transparent; border-left:4px solid #20a8ff; font-size:0; line-height:0;}
#subContents .con ul.list.star > li:before{content:'*'; top:3px; color:#20a8ff; font-weight:500;}
#subContents .con ul.list.check > li{padding-left:20px;}
#subContents .con ul.list.check > li:before{width:16px; height:16px; top:6px; background:url('../images/sub/ico_bullet_check.png') no-repeat left center / cover;}
#subContents .con ul.list.nobullet > li{padding-left:0;}
#subContents .con ol.number > li{padding-left:1.25em;}
#subContents .con ol.number > li:before{display:block; position:absolute; left:0; color:#20a8ff; 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 .75em; padding-left:1.938em; 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:#20a8ff; 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:1.313em;}
#subContents .con ol.number.basic3 > li:nth-child(10) ~ *{padding-left:24px;}
#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.basic4 > li{padding-left:1.625em;}
#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:1.25em;}
#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:1.5em;}
#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:1.25em;}
#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,
#subContents .con ul.list > li:last-child, #subContents .con ol.number > li:last-child{margin-bottom:0;}
#subContents .con ul li p, #subContents .con ol li p{margin-bottom:.8em;}
#subContents .con ul.list li li,
#subContents .con ol.number li li{line-height:1.4; margin:0 auto .8em;}
#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 .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 #cdcfd4; border-top:3px solid #20a8ff;text-align:center;}
#subContents #bo_list table,
#subContents #bo_v table{text-align:inherit;}
#subContents table tr th{min-height:2.5em; padding:.938em .875em; background:#f6f6f6; border-left:1px solid #cdcfd4; border-right:1px solid #cdcfd4; border-bottom:1px solid #cdcfd4; font-weight:700; vertical-align:middle; word-break:keep-all;}
#subContents table tr th.rowti{background:#eef7ff; color:#003366; 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:12px 14px; border-left:1px solid #cdcfd4; border-right:1px solid #cdcfd4; border-bottom:1px solid #cdcfd4; 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:#e2e9eb; color:#495c65; 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 1.6em; text-align:center; overflow-x:auto;}
#subContents .imgW:last-child{margin:0 auto;}
#subContents .imgW img{width:100%; text-align:left;}
#subContents img{max-width:1560px;}

.sub01, .sub02, .sub03, .sub04, .sub05, .sub06, .sub07, .sub_etc{clear:both; width:100%;}

#subContents .con{}

#subContents .sub_etc_sitemap{}
#subContents .sub_etc_sitemap .con{display:flex; flex-wrap:wrap; justify-content:flex-start; align-items:stretch; margin:0 -1px 1px 0;}
#subContents .sub_etc_sitemap .con .depth01_lists{width:33.232323%; margin:0 -1px -1px 0; padding:28px; border:1px solid #cdcfd4;}
#subContents .sub_etc_sitemap .con .depth01_lists:last-child{display:none;}
#subContents .sub_etc_sitemap .con .depth01_lists .conTitle{margin:0 0 28px;}
#subContents .sub_etc_sitemap .con .depth01_lists .conTitle h4{display:block; line-height:1; margin:0;}
#subContents .sub_etc_sitemap .con .depth01_lists .conTitle a.depth01{display:block; width:100%; padding:0 0 2px; color:#495c65;}
#subContents .sub_etc_sitemap .con .depth01_lists .conTitle a.depth01:focus, #subContents .sub_etc_sitemap .con .depth01_lists .conTitle a.depth01:hover{}
#subContents .sub_etc_sitemap .con .depth01_lists ul.depth02_lists{/*display:flex; flex-wrap:wrap;*/}
#subContents .sub_etc_sitemap .con .depth01_lists ul li.depth02_list{/*flex:1 1 50%; max-width:50%; */margin:0 0 20px;}
#subContents .sub_etc_sitemap .con .depth01_lists ul li a.depth02{font-size:1.063em;}
#subContents .sub_etc_sitemap .con .depth01_lists ul li ul.depth03_lists{margin:12px -4px 0 4px; padding:12px 20px; background:#f6f6f6; border-radius:8px;}
#subContents .sub_etc_sitemap .con .depth01_lists ul li ul li.depth03_list{margin:0 auto 8px; padding:0 10px;}
#subContents .sub_etc_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:#20a8ff; border-radius:50%;}
#subContents .sub_etc_sitemap .con .depth01_lists ul li ul li a.depth03{font-size:.938em;}
#subContents .sub_etc_sitemap .con .depth01_lists ul li{position:relative;}
#subContents .sub_etc_sitemap .con .depth01_lists ul li:last-child{margin:0 !important;}
#subContents .sub_etc_sitemap .con .depth01_lists ul li a{display:inline-block; position:relative; padding:1px 0; color:#242528;}
#subContents .sub_etc_sitemap .con .depth01_lists ul li a:focus, #subContents .sub_etc_sitemap .con .depth01_lists ul li a:hover{color:#495c65; text-decoration:underline;}
#subContents .sub_etc_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 .sub_etc_privacy-policy .con.title{padding:24px 28px; background:#f9f9f9; border:1px dotted #bbb; border-radius:2px;}
#subContents .sub_etc_privacy-policy .con dl{}
#subContents .sub_etc_privacy-policy .con dl dt{margin:1.6em auto 0;}
#subContents .sub_etc_privacy-policy .con dl dt:first-child{margin:.8em auto 0;}
#subContents .sub_etc_privacy-policy .con dl dd{margin:0 auto 2.5em;}
#subContents .sub_etc_privacy-policy .con dl dd:last-child{margin:0 auto;}
#subContents .sub_etc_privacy-policy .con dl dd > p + ul.list,
#subContents .sub_etc_privacy-policy .con dl dd > p + ol.number{margin:-1.6em auto 0;}
#subContents .sub_etc_privacy-policy .con dl dd ul ul,
#subContents .sub_etc_privacy-policy .con dl dd ul ol,
#subContents .sub_etc_privacy-policy .con dl dd ol ul,
#subContents .sub_etc_privacy-policy .con dl dd ol ol{padding:24px 28px; background:#f9f9f9; border:1px dotted #cdcfd4; border-radius:2px;}
#subContents .sub_etc_privacy-policy .con dl dd ol li{margin:0 auto 1em;}
#subContents .sub_etc_privacy-policy .con dl dd ul li strong,
#subContents .sub_etc_privacy-policy .con dl dd ol li strong{color:#5144f9;}
#subContents .sub_etc_privacy-policy .con dl dd .box{margin:1em auto; padding:24px 28px; border:3px double #cdcfd4; border-radius:2px;}
#subContents .sub_etc_privacy-policy .con dl dd p + .box{margin:-1.6em auto 1em;}
#subContents .sub_etc_privacy-policy .con dl dd p + .box:last-child{margin-bottom:0;}
#subContents .sub_etc_privacy-policy .con .txtP{margin-bottom:1.5em;}
#subContents .sub_etc_privacy-policy .con ol{padding:1.5em 1.5em 2.5em 1.5em;background:#f2f2f2;}
#subContents .sub_etc_privacy-policy .con ol li{margin:0 auto 2em;}
#subContents .sub_etc_email .con p{font-size:1.063em;}
#subContents .sub_etc_email .con .box{margin:0 auto 20px; padding:20px 24px; background:#f6f6f6; border:1px solid #cdcfd4;}
#subContents .sub_etc_email .con .conTitle h6{margin:0 0 12px;}
#subContents .sub_etc_email .con ol{clear:both; width:100%;}
#subContents .sub_etc_email .con ol > li{position:relative; margin:0 auto 10px; padding-left:10px; line-height:1.4; word-break:keep-all;}
#subContents .sub_etc_email .con ol > li:last-child{margin-bottom:0;}

#bo_v_con img{width:auto;}

@media all and (max-width:1440px) {
}

@media all and (max-width:1279px){
	#subVisual{min-width:960px;}

	#path .inner{padding:0;}
	#path ul{float:left; width:100%;}
	#path ul li:first-child{border-left:none;}

	#subContents{float:none; width:100%; max-width:calc(100% - 40px); min-height:450px; border-left:none; font-size:16px;}
	#subContents .inner{width:100%;}
	#subContents .tableW{overflow-x:auto;}
	#subContents .tab > ul li{width:auto;}
	#subContents label.btn.select input.pick.radio ~ span.checkmark:after{width:.4em; height:.4em;}

	#subContents .con ul.list.line > li:before{top:10px;}
	#subContents .con ul.list.circle > li:before{top:9px;}
	#subContents .con ul.list.triangle > li:before{top:7.5px;}
	#subContents .con ul.list.star > li:before{top:2px;}
	#subContents .con ul.list.check > li:before{top:3px;}

	#subContents .sub_etc_sitemap .con .depth01_lists{width:50%;}

	#subContents .modalWrap .modalCon{width:84%; left:8%;}
}


@media all and (max-width:1023px){
	#subVisual{min-width:280px; height:360px;}
	#subVisual .title{margin-top:-1.125em;}
	#subVisual .title h2{font-size:2.5em;}

	#path{top:216px;}

	#side{animation:none;}
	#side ul{display:block; overflow-x:auto; white-space:nowrap;}
	#side ul li{flex:none; display:inline-block; position:relative;}
	#side ul li a{padding:.875em 2em; font-size:1.125em;}
	#side ul li.active a{padding:.875em 2.25em;}

	#subContents{clear:both; float:none; width:100%; max-width:915px; min-width:280px; min-height:auto; border-left:none;}
	#subContents .inner{width:100%; padding:0 20px;}
	#subContents .con{margin:0 auto 60px; padding:0 0 60px;}
	#subContents .con img{width:100%;}
	#subContents .con img.pc{display:none;}
	#subContents .con img.mobile{display:inline-block;}

	#subContents .modalWrap button.modalClose{width:45px; height:45px; top:12px; right:12px; background:#495c65; border-radius:50%;}
	#subContents .modalWrap button.modalClose span{width:18px;}
	#subContents .modalWrap button.modalClose span:before, #subContents .modalWrap button.modalClose span:after{width:18px;}

	#bo_v_con{overflow-x:auto;}
	#bo_v_con img{max-width:100%;}
}

@media all and (max-width:768px){
	#subVisual{height:280px;}
	#subVisual .title h2{margin:0 auto 20px; font-size:2em;}

	#path{top:164px;}
	#path ul li.link.btnHome{width:15px; height:15px;}
	#path ul li ul{min-width:fit-content; padding:1.25em 1.125em;}
	#path ul li ul li{margin:0 auto 1em;}
	#path ul li ul li a{font-size:1em;}
	#path ul li ul li.new a:after{width:14px; height:14px;}

	#side ul li a{font-size:1.063em;}

	#subContents{font-size:15px;}

	#subContents .conTitle h3{font-size:1.875em;}
	#subContents .conTitle h5:before{top:9px;}

	#subContents .con{margin:0 auto 40px; padding:0 0 40px;}
	#subContents .con p{line-height:1.5;}
	#subContents .con > p + p{margin-top:-.75em;}
	#subContents .con > p + ul.list, #subContents .con > p + ol.number{margin-top:-1.5em;}
	#subContents .con ul.list, #subContents .con ol.number{margin:0 auto 2em;}
	#subContents .con ul.list + ul.list,
	#subContents .con ul.list + ol.number{margin-top:-1.5em;}
	#subContents .con ol.number + ul.list,
	#subContents .con ol.number + ol.number{margin-top:-1.5em;}
	#subContents .con ul li p, #subContents .con ol li p{margin-bottom:.75em;}
	
	#subContents .con ul.list.circle > li:before{top:9.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; font-size:1.063rem;}
	#subContents .tabMenu ul li.active a{padding:12px 14px 11px;}

	#subContents table tr th{padding:12px 8px;}
	#subContents table tr td{padding:5px 8px;}

	#subContents label.btn.select input.pick ~ span.checkmark{width:16px; height:16px;}
	#subContents label.btn.select input.pick.chk:checked ~ span.checkmark:after{background-size:94%;}

	#subContents .imgW{margin:0 auto 1.5em;}

	#subContents .sub_etc_sitemap .con .depth01_lists{width:50%; padding:20px;}
	#subContents .sub_etc_sitemap .con .depth01_lists .conTitle{margin:0 0 16px;}

	#subContents .sub_etc_privacy-policy .con dl dt:first-child{margin:.75em auto 0;}
	#subContents .sub_etc_privacy-policy .con dl dd > p + ul.list,
	#subContents .sub_etc_privacy-policy .con dl dd > p + ol.number{margin:-1.5em auto 0;}
	#subContents .sub_etc_privacy-policy .con dl dd p + .box{margin:-1.5em auto 1em;}

	#subContents .sub_etc_email .con .box{padding:20px;}

	#subContents .modalWrap .modalCon{width:calc(100% - 4em); max-height:calc(100% - 4em); left:2em;}
	#subContents .modalWrap button.modalClose{width:38px; height:38px; top:8px; right:8px;}
}

@media all and (max-width:580px){
	#subVisual{height:240px;}

	#path{top:140px;}
	#path ul li.btnHome{display:none;}
	#path ul li.link button{padding:0;}
	#path ul li.link button:after{display:none;}
	#path ul li ul li.new a:after{width:13px; height:13px;}
}

@media all and (max-width:480px){
	#subVisual{height:200px;}
	#subVisual .title{margin-top:-.75em;}
	#subVisual .title h2{font-size:1.5em;}

	#path{top:116px;}
	#path ul li.link{margin:0 .5em; font-size:.875em;}
	#path ul li.link:after{width:4px; height:9px; right:-.5em; transform:translate(4px, -50%);}

	#side ul li a{padding:.625em 1.25em; font-size:1em;}
	#side ul li.active a{padding:.625em 1.5em;}
	#side ul li.active a:before{height:10px; top:-6px;}

	#subContents{padding:24px 0 32px; font-size:14px;}
	#subContents .tabMenu ul{white-space:nowrap; overflow-x:auto;}
	#subContents .tabMenu ul li.new a:after{width:13px; height:13px;}

	#subContents .sub_etc_privacy-policy .con .conTitle h4 span.num{margin-right:4px; padding:6px 12px;}
}

@media all and (max-width:319px){
	#subVisual{min-width:280px;}
	#path{min-width:280px;}
	#subContents{min-width:280px;}
}