@charset "utf-8";

/*사피리input&버튼스타일변경*/
button,
input[type=button],
input[type=submit]{appearance:none;-webkit-appearance:none;-moz-appearance:none;}
input[type=radio],
input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #888;background:#FFF;width:16px;height:16px;}
input[type=radio]{border-radius:8px;}
input[type=checkbox]{appearance:none;}
input[type=radio]:checked{background:url(/sites/style_guide/images/common/bul_radio.png) no-repeat center;}
input[type=checkbox]:checked{background:url(/sites/style_guide/images/common/bul_checkbox.png) no-repeat center;}

/*포커스*/
a:focus,
button:focus,
input:focus{outline: 1px solid #fefefe !important;}

/*대체텍스트숨기기*/
.irHidden{text-indent:-9999px;}

/*감싸기*/
.sub ._fnctWrap, .wrapper{box-sizing:border-box;margin: 0 auto;width:1700px;}
@media only screen and (max-width:1700px){
	.sub ._fnctWrap, .wrapper{width:96%;}
}

/*요소여백*/
._objHtml,
._objTag,
._objWidget{padding-bottom:70px;}
._objHtml p{margin-bottom:10px;}

/*줄넘기기*/
.dB{display:block}
@media only screen and (max-width:1024px){
	.dB{display:inline}
}

/*보더숨기기*/
.noBdr{border:0 !important;}

/*폰트칼라*/
.red{color:#d90000;}
.yellow{color:#fed904;}
.blue{color:#00387b;}
.black{color:#000;}
.sky{color:#00b0ec;}
.green{color:#009d57;}
.white{color:#FFF;}
.orange{color:#ff7e00;}
.signatureColor1 { color:#2c6abe; }

/* unserline */
.tdUline { text-decoration: underline; }
.tdOline { text-decoration: overline; }
.tdNline { text-decoration: none; }
.tdLTline { text-decoration:line-through ; }
 
/*폰트두께*/
.thin{font-family:'S-CoreDream-1Thin';}
.bold{font-family:'S-CoreDream-5Medium';}
.eBold{font-family:'S-CoreDream-6Bold';}
strong{font-family:'S-CoreDream-5Medium';}

/*폰트크기*/
.small{font-size:13px;}
.sBig{font-size:18px;}
.big{font-size:20px;}
.eBig{font-size:24px;}

/*이미지*/
img{max-width:100%;}

/*정렬*/
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}

/*보더*/
.bB_1{padding-bottom:10px;margin-bottom:10px;border-bottom:1px dashed #DDD;}

/*수직여백*/
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.vh5{height:5px;}
.vh10{height:10px;}
.vh20{height:20px;}
.vh30{height:30px;}
.vh40{height:40px;}
.vh50{height:50px;}
.vh60{height:60px;}
.vh70{height:70px;}
.vh80{height:80px;}
.vh90{height:90px;}
.vh100{height:100px;}
/*수평좌여백*/
.mL5{margin-left:5px;}
.mL10{margin-left:10px;}
.mL15{margin-left:15px;}
.mL20{margin-left:20px;}
.mL25{margin-left:25px;}
.mL30{margin-left:30px;}
.mL35{margin-left:35px;}
.mL40{margin-left:40px;}

/*BG*/
.bgW,.bgG,.bg1,.bg2{padding:50px 0;}
.bgW{background:#FFF;}
.bgG{background:#F0F0F0;}
.bg1{background:#2c6abe;color:#FFF;}
.bg2{background:#00b9ff;color:#FFF;}
@media only screen and (max-width:768px) {
  .bgW,.bgG,.bg1,.bg2{padding:30px;}
}
.bgNpadding { padding:0 0; }

/*타이틀*/
.objHeading_h2,
.objHeading_h3,
.objHeading_h4,
.objHeading_h5{line-height:1.25;position:relative;margin: 0 auto;max-width:1700px;}

.objHeading_h2{font-size:25px; font-family:'S-CoreDream-5Medium'; color:#191919; padding-bottom:30px; letter-spacing:-0.03em; }
.objHeading_h3{font-size:18px;font-family:'S-CoreDream-5Medium' ;color:#0065e4;padding-bottom:20px;padding-left:30px; }
.objHeading_h4{font-size:16px;font-family:'S-CoreDream-5Medium';color:#0b3f7f;padding-bottom:20px;padding-left:19px; }
.objHeading_h3:before{content:"";display:block;width:22px;height:16px;background:url(/sites/style_guide/images/common/h4_icon.png) no-repeat center;position:absolute;left:0;top:3px; }
.objHeading_h4:before{content:"";display:block;width:12px;height:3px;background:#0b3f7f;position:absolute;left:0;top:8px; }

@media only screen and (max-width:1700px){
	.objHeading_h2,
	.objHeading_h3,
	.objHeading_h4,
	.objHeading_h5{margin:0 2%;}
}
@media only screen and (max-width:1280px){
/*  .objHeading_h2{font-size:30px;}	*/
}
@media only screen and (max-width:768px){
/*  .objHeading_h2{font-size:27px;}	*/
}

/* 개인정보보호정책 타이틀 */
.privacyWrap .objHeading_h2, .privacyWrap .objHeading_h3, .privacyWrap .objHeading_h4 { padding-bottom:10px; }

/*주의*/
.caution{position:relative;font-family:'S-CoreDream-5Medium';padding-left:25px;line-height:1.3;}
.caution:before{content:"※";width:15px;height:15px;display:block;position:absolute;left:0;top:1px;}
.caution_icon_1,
.caution_icon_2,
.caution_icon_3{position:relative;font-family:'S-CoreDream-5Medium';padding-left:28px;line-height:1.3;}
.caution_icon_1{color:#43505d;}
.caution_icon_2{color:#d90000;}
.caution_icon_3{color:#00387b;}
.caution_icon_1:before,
.caution_icon_2:before,
.caution_icon_3:before{content:"";width:20px;height:20px;display:block;position:absolute;left:0;top:-1px;}
.caution_icon_1:before{background:url(/sites/style_guide/images/common/ico-notice1.png) no-repeat center;}
.caution_icon_2:before{background:url(/sites/style_guide/images/common/ico-notice2.png) no-repeat center;}
.caution_icon_3:before{background:url(/sites/style_guide/images/common/ico-notice3.png) no-repeat center;}

/*버튼*/
a,input[type=button],
input[type=submit],
button{transition: all 0.4s cubic-bezier(0.5, 0, 0.3, 1)}
a:active{outline:none !important}

.btnOctagon{display:inline-block;width:100px;height:40px;padding:10px 5px;text-align:center;position:relative;color:#FFF !important;font-size:14px;}
.btnOctagon:before{content:"";width:100px;height:0;position:absolute;top:0;left:0;border-bottom:12px solid transparent;border-left:12px solid #FFF;border-right:12px solid #FFF;}
.btnOctagon:after{content:"";width:100px;height:0;position:absolute;bottom:0;left:0;border-top:12px solid transparent;border-left:12px solid #FFF;border-right:12px solid #FFF;}
.btnOctagon_1{background:#ff8400;}
.btnOctagon_1:before{border-bottom-color:#ff8400;}
.btnOctagon_1:after{border-top-color:#ff8400;}
.btnOctagon_2{background:#0065ff;}
.btnOctagon_2:before{border-bottom-color:#0065ff;}
.btnOctagon_2:after{border-top-color:#0065ff;}
.btnOctagon_3{background:#3d3d3d;}
.btnOctagon_3:before{border-bottom-color:#3d3d3d;}
.btnOctagon_3:after{border-top-color:#3d3d3d;}
.btnOctagon_4{background:#486c97;}
.btnOctagon_4:before{border-bottom-color:#486c97;}
.btnOctagon_4:after{border-top-color:#486c97;}
  
.btnRectangle{display:inline-block;padding:8px 17px;font-size:13px;color:#FFF !important;border:1px solid transparent;}
.btnRectangle_1{background:url(/sites/style_guide/images/common/pattern_13.png);color:#222 !important;border-color:#CCC;}
.btnRectangle_2{background:#0065ff;}
.btnRectangle_3{background:#00aee6;}
.btnRectangle_4{background:#5e5e5e;}

.btnI,
.btnT{display:inline-block;color:#FFF !important;margin-bottom:5px;}
.btnI{padding:8px 14px;font-family:'S-CoreDream-4Regular';font-size:14px;background:#0065ff;}
.btnT{font-family:'S-CoreDream-4Regular';font-size:15px;border-bottom:1px solid #222;}
.btnT{color:#222 !important;text-align:left;border-radius:0;padding:0;word-break:break-word;}
.btnI:after,
.btnT:after{content:"";display:inline-block;background-repeat:no-repeat;}
.btnI:after{margin-left:10px;}
.btnI.btnBlank:after{background-image:url(/sites/style_guide/images/common/aLink_1_w.png);width:19px;height:18px;}
.btnI.btnSelf:after{background-image:url(/sites/style_guide/images/common/aLink_3_w.png);width:14px;height:14px;}
.btnI.btnDown:after{background-image:url(/sites/style_guide/images/common/aDown_w.png);width:16px;height:15px;}
.btnI.btnDown.up:after { transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1); transform: rotate(180deg); }
.btnT:after{vertical-align:-1px;margin-left:5px;width:16px;height:16px;background-image:url(/sites/style_guide/images/common/btn_icon_1.png);}
.btnT.btnBlank:after{background-position:-17px 0;}
.btnT.btnBlankW:after{background-position:-17px -15px;}
.btnT.btnSelf:after{background-position:-34px 0;}
.btnT.btnDown:after{background-position:0 0;}
.btnI:hover{background:#666;}
.btnT:hover{}

/*
.btnB,
.btnM,
.btnS,
.btnI,
.btnT{display:inline-block;position:relative;color:#FFF !important;text-align:center;border:0;box-sizing:border-box;border-radius:3px;font-family:'S-CoreDream-4Regular';margin-bottom:5px;}
.btnB,
.btnI{padding:10px 30px;}
.btnM{padding:7px 20px;font-size:14px;}
.btnS{padding:5px 20px;font-size:12px;}
.btnCg{background:url(/sites/style_guide/images/common/pattern_0.png) no-repeat center;}
.btnC1{background:url(/sites/style_guide/images/common/pattern_4.png) no-repeat center;}
.btnC2{background:url(/sites/style_guide/images/common/pattern_5.png) no-repeat center;}
.btnT{color:#222 !important;text-align:left;border-radius:0;padding:0;word-break:break-word;}
.btnI:after,
.btnT:after{content:"";display:inline-block;background-repeat:no-repeat;}
.btnI:after{vertical-align:-5px;margin-left:10px;width:24px;height:24px;}
.btnI.btnBlank:after{background-image:url(/sites/style_guide/images/common/btn_icon_2_w.png);}
.btnI.btnSelf:after{background-image:url(/sites/style_guide/images/common/btn_icon_4_w.png);}
.btnI.btnDown:after{background-image:url(/sites/style_guide/images/common/btn_icon_5_w.png);}
.btnI.btnDown.up:after { transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1); transform: rotate(180deg); }
.btnT:after{vertical-align:0;margin:0 5px;width:16px;height:16px;background-image:url(/sites/style_guide/images/common/btn_icon_1.png);}
.btnT.btnBlank:after{background-position:-17px 0;}
.btnT.btnSelf:after{background-position:-34px 0;}
.btnT.btnDown:after{background-position:0 0;}
.btnB:hover,
.btnM:hover,
.btnS:hover,
.btnI:hover{background:#666 url(/sites/style_guide/images/common/pattern_12.png);}
.btnT:hover{font-family:'S-CoreDream-5Medium';}
*/
/*링크박스*/
.rowBox_link{display:flex;justify-content:flex-start;margin-bottom:10px;}
.rowBox_link > li{display:flex;align-items:center;width:100%;border:1px solid #DDD;padding:20px;margin:0 5px;box-sizing: border-box;cursor:pointer;}
.rowBox_link > li > div{width:100%;background:url(/sites/style_guide/images/common/aLink_1_b.png) no-repeat right 2px;}
.rowBox_link > li > div a{display:block;font-family:'S-CoreDream-5Medium';margin-right:30px;}
@media only screen and (min-width:1025px){
  .rowBox_link > li:first-child{margin-left:0;}
  .rowBox_link > li:last-child{margin-right:0;}
  .rowBox_link > li:hover{background:url(/sites/style_guide/images/common/pattern_3.png) no-repeat center;border-color:#e2e2e2;transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);}
}
@media only screen and (max-width:1024px){
  .rowBox_link{flex-wrap:wrap;margin-bottom:0;}
  .rowBox_link > li{width:calc(33.33% - 10px);margin-bottom:10px;}

}
@media only screen and (max-width:768px){
  .rowBox_link > li{width:calc(50% - 10px);padding:15px;}
}
@media only screen and (max-width:480px){
  .rowBox_link > li{width:100%;margin:0 0 10px 0;}
}

/*UL타입*/
.list_0 > li,
.list_1 > li,
.list_1_2 > li,
.list_2 > li,
.list_3 > li,
.list_4 > li,
.kList_1 > li,
.aList_1 > li,
.rList_1 > li,
.nList_1 > li,
.nList_2 > li,
.list_gCircle > li {position:relative; padding-bottom:7px}

.list_0 > li:last-child,
.list_1 > li:last-child,
.list_1_2 > li:last-child,
.list_2 > li:last-child,
.list_3 > li:last-child,
.list_4 > li:last-child,
.kList_1 > li:last-child,
.aList_1 > li:last-child,
.rList_1 > li:last-child,
.nList_1 > li:last-child,
.nList_2 > li:last-child,
.list_gCircle > li:last-child {padding-bottom:0}

.list_1 > li,
.list_1_2 > li, 
.list_gCircle > li {padding-left:20px}

.list_2 > li,
.list_3 > li,
.list_4 > li{padding-left:13px}

.nList_1 > li,
.nList_2 > li,
.kList_1 > li,
.aList_1 > li,
.rList_1 > li{padding-left:28px}

.list_1 > li:before,
.list_1_2 > li:before,
.list_2 > li:before,
.list_3 > li:before,
.list_4 > li:before,
.kList_1 > li:before,
.aList_1 > li:before,
.rList_1 > li:before,
.nList_1 > li:before,
.nList_2 > li:before,
.list_gCircle > li:before {content:"";display:block;position:absolute;left:0}
.list_1 > li:before,
.list_1_2 > li:before{top:8px;width:8px;height:7px;}
.list_1 > li:before{background:url(/sites/style_guide/images/common/bul_list_1.png) no-repeat center;}
.list_1_2 > li:before{background:url(/sites/style_guide/images/common/bul_list_1_2.png) no-repeat center;}
.list_2 > li:before{background:#018cff}
.list_3 > li:before{background:#222}
.list_4 > li:before{top:9px;border-bottom:4px solid #222;border-left:3px solid transparent;border-right:3px solid transparent;width:0;transform:rotate(90deg);}
.list_gCircle > li::before { width:10px; height:10px; background-color:#ccc; border-radius:100%; top:6px; }
.list_2.white > li:before,
.list_3.white > li:before,
.list_gCircle.white > li::before { background:#fff; }
.list_gCircle.signature1 > li::before { background:#2c6abe; } 
.list_4.white > li:before { border-bottom:4px solid #fff; }
.list_2 > li:before{top:10px;width:4px;height:4px}
.list_3 > li:before{top:10px;width:4px;height:2px}
.list_4 > li:before{}
.kList_1 > li:before,
.aList_1 > li:before,
.rList_1 > li:before,
.nList_1 > li:before,
.nList_2 > li:before{top:1px;font-family:'S-CoreDream-4Regular';} 

/*종속사용*/
.list_0 ul,.list_1 ul,.list_2 ul,.nList_1 ul,.nList_2 ul,.kList_1 ul,.aList_1 ul,.rList_1 ul{padding:10px 5px;}
/*한글*/
.kList_1 > li:nth-child(1):before{content:"가."}.kList_1 > li:nth-child(2):before{content:"나."}.kList_1 > li:nth-child(3):before{content:"다."}.kList_1 > li:nth-child(4):before{content:"라."}.kList_1 > li:nth-child(5):before{content:"마."}.kList_1 > li:nth-child(6):before{content:"바."}.kList_1 > li:nth-child(7):before{content:"사."}.kList_1 > li:nth-child(8):before{content:"아."}.kList_1 > li:nth-child(9):before{content:"자."}.kList_1 > li:nth-child(10):before{content:"차."}.kList_1 > li:nth-child(11):before{content:"카."}.kList_1 > li:nth-child(12):before{content:"타."}.kList_1 > li:nth-child(13):before{content:"파."}.kList_1 > li:nth-child(14):before{content:"하."}
/*앞파벳*/
.aList_1 > li:nth-child(1):before{content:"A."}.aList_1 > li:nth-child(2):before{content:"B."}.aList_1 > li:nth-child(3):before{content:"C."}.aList_1 > li:nth-child(4):before{content:"D."}.aList_1 > li:nth-child(5):before{content:"E."}.aList_1 > li:nth-child(6):before{content:"F."}.aList_1 > li:nth-child(7):before{content:"G."}.aList_1 > li:nth-child(8):before{content:"H."}.aList_1 > li:nth-child(9):before{content:"I."}.aList_1 > li:nth-child(10):before{content:"J."}.aList_1 > li:nth-child(11):before{content:"K."}.aList_1 > li:nth-child(12):before{content:"L."}.aList_1 > li:nth-child(13):before{content:"M."}.aList_1 > li:nth-child(14):before{content:"N."}
/*로만자*/
.rList_1 > li:nth-child(1):before{content:"Ⅰ."}.rList_1 > li:nth-child(2):before{content:"Ⅱ."}.rList_1 > li:nth-child(3):before{content:"Ⅲ."}.rList_1 > li:nth-child(4):before{content:"Ⅳ."}.rList_1 > li:nth-child(5):before{content:"Ⅴ."}.rList_1 > li:nth-child(6):before{content:"Ⅵ."}.rList_1 > li:nth-child(7):before{content:"Ⅶ."}.rList_1 > li:nth-child(8):before{content:"Ⅷ."}.rList_1 > li:nth-child(9):before{content:"Ⅸ."}.rList_1 > li:nth-child(10):before{content:"Ⅹ."}
/*숫자*/
.nList_1 > li:nth-child(1):before{content:"1."}.nList_1 > li:nth-child(2):before{content:"2."}.nList_1 > li:nth-child(3):before{content:"3."}.nList_1 > li:nth-child(4):before{content:"4."}.nList_1 > li:nth-child(5):before{content:"5."}.nList_1 > li:nth-child(6):before{content:"6."}.nList_1 > li:nth-child(7):before{content:"7."}.nList_1 > li:nth-child(8):before{content:"8."}.nList_1 > li:nth-child(9):before{content:"9."}.nList_1 > li:nth-child(10):before{content:"10."}.nList_1 > li:nth-child(11):before{content:"11."}.nList_1 > li:nth-child(12):before{content:"12."}.nList_1 > li:nth-child(13):before{content:"13."}.nList_1 > li:nth-child(14):before{content:"14."}.nList_1 > li:nth-child(15):before{content:"15."}.nList_1 > li:nth-child(16):before{content:"16."}.nList_1 > li:nth-child(17):before{content:"17."}.nList_1 > li:nth-child(18):before{content:"18."}.nList_1 > li:nth-child(19):before{content:"19."}.nList_1 > li:nth-child(20):before{content:"20."}
/*원숫자*/
.nList_2 > li:nth-child(1):before{content:"①"}.nList_2 > li:nth-child(2):before{content:"②"}.nList_2 > li:nth-child(3):before{content:"③"}.nList_2 > li:nth-child(4):before{content:"④"}.nList_2 > li:nth-child(5):before{content:"⑤"}.nList_2 > li:nth-child(6):before{content:"⑥"}.nList_2 > li:nth-child(7):before{content:"⑦"}.nList_2 > li:nth-child(8):before{content:"⑧"}.nList_2 > li:nth-child(9):before{content:"⑨"}.nList_2 > li:nth-child(10):before{content:"⑩"}


/*DL타입*/
/*DL타입_0*/
.dl_0{display:flex;}
.dl_0 dt,
.dl_0 dd{padding:5px 0;}
.dl_0 dt{font-family:'S-CoreDream-5Medium';position:relative;}
.dl_0 dd{width:100%;}
.dl_0 dt:after{content:":";display:inline-block;position:absolute;right:5px;top:3px;}
/*DL타입_1*/
.dl_1{display:flex;flex-wrap:wrap;}
.dl_1 dt,
.dl_1 dd{margin-bottom:10px;padding:8px 10px;}
.dl_1 dt{width:200px;font-family:'S-CoreDream-5Medium';background:#EEE;text-align:center;}
.dl_1 dd{width:calc(100% - 200px);border-bottom:1px dashed #DDD;}
/*DL타입_2*/
.dl_2{display:flex;flex-wrap:wrap;}
.dl_2 dt,
.dl_2 dd{border-bottom:1px solid #EEE;padding:25px 0;}
.dl_2 dt{width:250px;font-family:'S-CoreDream-5Medium';font-size:24px}
.dl_2 dd{width:calc(100% - 250px);padding-left:25px;}
.dl_2 dt:before{content:"";display:block;width:20px;height:3px;background:#666;margin-bottom:5px}
.dl_2 dt span{display:block;color:#888;font-size:14px;font-family:'S-CoreDream-3Light';line-height:1.25;margin-top:10px}
.dl_2.pracRoom dt{width:400px;text-align:center;}
.dl_2.pracRoom dd{width:calc(100% - 400px);}
.dl_2.pracRoom dt:before{display:none;}
/*DL타입_3*/
.dl_3{}
.dl_3 dt{font-family:'S-CoreDream-5Medium';font-size:24px;text-align:center;margin-top:25px;}
.dl_3 dt:first-child{margin-top:0;}
.dl_3 dd{border-bottom:1px solid #EEE;padding:25px 0;text-align:center;}
.dl_3 dt:before{content:"";display:block;width:20px;height:3px;background:#666;margin:0 auto 5px auto}
.dl_3 dt span{display:block;color:#888;font-size:14px;font-family:'S-CoreDream-5Medium';line-height:1.25;margin-top:10px}
@media only screen and (max-width:768px){
  .dl_0{flex-wrap:wrap;margin-bottom:10px;}
  .dl_0 dt,
  .dl_0 dd{width:100% !important;padding:0;}
  .dl_0 dt:after{content:".";position:relative;right:auto;top:auto;}
  .dl_1 dt,
  .dl_1 dd{width:100%;}
  .dl_1 dd{border-bottom:0;}
  .dl_2 dt,
  .dl_2.pracRoom dt,
  .dl_2.pracRoom dd,
  .dl_2 dd{width:100%;border:0;padding:0;}
  .dl_2 dt{margin-top:25px;}
  .dl_2 dt:first-child{margin-top:0;}
  .dl_2 dd{padding-left:0;border-bottom:1px solid #EEE;padding:25px 0;}

}

/*이미지+텍스트*/
.imgTextL,
.imgTextR,
.imgTextFL,
.imgTextFR{overflow:hidden}
.imgTextL img,
.imgTextR img{display:inline-block;max-width:40%}
.imgTextL img{float:left;margin:0 30px 20px 0}
.imgTextR img{float:right;margin:0 0 20px 30px}
.imgTextL_2,
.imgTextR_2{display:table;width:100%}
.imgTextL_2 .img,
.imgTextR_2 .img,
.imgTextL_2 .con,
.imgTextR_2 .con{display:table-cell;vertical-align:top}
.imgTextL_2 .img{padding-right:30px}
.imgTextR_2 .img{padding-left:30px}
.imgTextFL span,
.imgTextFR span{display:inline-block;}
.imgTextFL span{float:left;margin:30px 30px 30px 0}
.imgTextFR span{float:right;margin:30px 0 30px 30px}
@media only screen and (max-width:768px){
  .imgTextL img,
  .imgTextR img{display:block;max-width:100%}
  .imgTextL img,
  .imgTextR img{float:none;margin:0 auto 20px auto}
  .imgTextL_2,
  .imgTextR_2,
  .imgTextL_2 .img,
  .imgTextR_2 .img,
  .imgTextL_2 .con,
  .imgTextR_2 .con{display:block;width:100% !important;}
  .imgTextL_2 .img,
  .imgTextR_2 .img{padding:0;text-align:center;margin-bottom:20px;}
  .imgTextL_2 .img img,
  .imgTextR_2 .img img{max-width:100% !important;}
  .imgTextFL span,
  .imgTextFR span{display:block}
  .imgTextFL span,
  .imgTextFR span{float:none;margin:0;text-align:center}
  .imgTextFL span img,
  .imgTextFR span img{max-width:100%;margin:20px 0}
}

/*테이블*/
.table_1{overflow:hidden;}
.table_1 table{border-top:2px solid #0e204f;width:100%;word-break:break-all;position:relative;margin-left:1px;}
.table_1 caption{text-indent:-9999px;height:0;position:absolute;left:9999px;top:9999px;}
.table_1 thead th{background:#ececec;border-bottom:1px solid #ccd0d7;border-right:1px solid #ccd0d7;padding:14px 10px;font-size:16px;font-family:'S-CoreDream-4Regular';}
.table_1 thead th.color{background: #f7f7f7;}
.table_1 tbody th{padding:15px 20px;background:#fbfbfb;color:#000;border-right:1px solid #ccd0d7;border-bottom:1px solid #ccd0d7;font-size:16px;font-family:'S-CoreDream-4Regular';}
.table_1 tbody td{padding:15px 20px;background:#FFF;color:#666;border-right:1px solid #ccd0d7;border-bottom:1px solid #ccd0d7;font-size:16px;}
.table_1 tbody td a{color:#333;}
.table_1 tbody::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#8f8f8f;}
.table_1 tfoot th,
.table_1 tfoot td{padding:15px 20px;color:#000;background:#ececec;}
.table_1 th:first-child,
.table_1 td:first-child{border-left:0;}
.table_1 th.bdrL{border-left:1px solid #ccd0d7;}
.table_1 td.bdrL{border-left:1px solid #ccd0d7;}
.table_1 th.bdrR{border-right:1px solid #ccd0d7;}
.table_1 td.bdrR{border-right:1px solid #ccd0d7;}
.table_1 td.left{text-align:left;}
.table_1 td.right{text-align:right;}

/*M_테이블*/
@media only screen and (max-width:1024px){
	.table_m{overflow-y:hidden;overflow-x:scroll;position:relative;}
	.table_m::after{content:'좌우로 스크롤 하시면 내용이 보입니다. 안내문은 클릭시 닫힙니다!';display:flex;align-items:center;justify-content:center;color:#FFF;position:absolute;left:0;top:0;width:200%;height:100%;background:rgba(43,106,189,0.2);}
	.table_m table{min-width:200%;}
	.table_m.on::after{display:none;}
}

/*박스*/
.box_1,
.box_iC{border:1px solid #DDD;border-radius:3px;padding:35px;}
.box_iC{display:flex;justify-content:flex-start;border:2px solid #03479c;}
.box_title{border:2px solid #306dbf;padding:35px;}
.box_iC > div:first-child{width:90px;height:60px;background-repeat:no-repeat;background-position:center;margin-right:30px;border-right:2px solid #DDD;}
.box_iC > div:last-child{width:100%;padding-top:15px;}
.box_iC > div:last-child dt{font-family:'S-CoreDream-5Medium';font-size:20px;border-bottom:1px dashed #DDD;padding-bottom:15px;margin-bottom:15px;}
.box_title dt{font-family:'S-CoreDream-5Medium';font-size:20px;border-bottom:1px dotted #DDD;padding-bottom:15px;margin-bottom:15px;}
@media only screen and (max-width:768px){
  .box_1,
  .box_iC{padding:20px;}
  .box_iC > div:first-child{width:65px;height:50px;background-size:35px !important;margin-right:15px;border-right:0;}
  .box_iC > div:last-child{padding-top:0;}
}

/*ROW박스_1*/
.rowBox_1 {display:flex;justify-content:space-between;margin-bottom:10px;}
.rowBox_1 > li {display:flex; justify-content:center; width:100%; border:1px solid #DDD; padding:25px; /*margin:0 5px;*/ box-sizing: border-box; }
.rowBox_1.bdrNone > li { border:0; }
.rowBox_1 > li > div { text-align:center; }
.rowBox_1.vAC > li{align-items:center;}
.rowBox_1.vAB > li{align-items:flex-end;}
.rowBox_1.hAL > li{justify-content:flex-start;}
.rowBox_1.hAL > li > div{text-align:left;}
.rowBox_1.nB > li{border:1px solid transparent;padding:0;}
.rowBox_1 > li.arrow{border:0;padding:0;margin:0 5px;width:60px;background:url(/sites/style_guide/images/common/arrow_1_b.png) no-repeat center;}
@media only screen and (min-width:1025px) {
  .rowBox_1 > li:first-child{margin-left:0;}
  .rowBox_1 > li:last-child{margin-right:0;}
}
@media only screen and (max-width:1024px){
  .rowBox_1{flex-wrap:wrap;margin-bottom:0;}
  .rowBox_1 > li{width:calc(33.33% - 10px);margin-bottom:10px;}

}
@media only screen and (max-width:768px){
  .rowBox_1 > li{width:calc(50% - 10px);padding:15px;}
}
@media only screen and (max-width:480px){
  .rowBox_1 > li{width:100%;margin:0 0 10px 0;}
}
/* rowBox_1 에 색깔 부여 */
.rowBox_1.colorBox_1 >  li:nth-child(even) { background-color:#ecf2f2; }
.rowBox_1.colorBox_1 > li:nth-child(odd) { background-color:#fafafa; }
.rowBox_1.colorBox_2 > li:nth-child(odd) { background-color:#ecf2f2; }
.rowBox_1.colorBox_2 > li:nth-child(even) { background-color:#fafafa; }

/* rowBox_1 에 좌측상단 리본부여 */
.rowBox_1.ribbon > li { position:relative; }
.rowBox_1.ribbon > li::before { content:""; width:25px; height:0; top:0; left:0; position:absolute; border-width: 10px 5px; border-style: solid; border-color:#009c88 transparent #009c88 #009c88; }
.rowBox_1.ribbon.healthTech > li::before,
.rowBox_1.ribbon.artTech > li::before {display:none;}
.rowBox_1.ribbon.healthTech > li:hover::before {display:block;border-color:#2ec84e transparent #2ec84e #2ec84e; }
.rowBox_1.ribbon.artTech > li:hover::before {display:block;border-color:#e10198 transparent #e10198 #e10198; }

/* rowBox_1 을 pc기준 한줄에 1칸씩 나오게 */
.rowBox_1.div1 { flex-flow:row wrap; justify-content:center; align-items:stretch; align-content:stretch; }
.rowBox_1.div1 > li { flex:0 0 100%; margin:0; margin-bottom:20px; }

/* rowBox_1 을 pc기준 한줄에 2칸씩 나오게 */
.rowBox_1.div2 { flex-flow:row wrap; justify-content:flex-start; align-items:stretch; align-content:stretch; }
.rowBox_1.div2 > li { flex:0 0 49%; margin:0; margin-bottom:20px; }
.rowBox_1.div2 > li:nth-child(odd) { margin-right:1%; }
.rowBox_1.div2 > li:nth-child(even) { margin-left:1%; }
@media only screen and (max-width:768px){
	.rowBox_1.div2 > li { flex:1 0 100%; }
	.rowBox_1.div2 > li:nth-child(odd) { margin-right:0; }
	.rowBox_1.div2 > li:nth-child(even) { margin-left:0; }
}

/* rowBox_1 을 pc기준 한줄에 3칸씩 나오게 */
.rowBox_1.div3 { flex-flow:row wrap; justify-content:flex-start; align-items:stretch; align-content:stretch; }
.rowBox_1.div3 > li { flex:0 0 32.66666%; margin-bottom:20px; }
.rowBox_1.div3 > li:nth-child(3n-1) { margin-left:1%; margin-right:1%; }
@media only screen and (max-width:1024px){
	.rowBox_1.div3 > li { flex:0 0 48%; }
	.rowBox_1.div3 > li:nth-child(3n-1) { margin-left:0; margin-right:0; }
	.rowBox_1.div3 > li:nth-child(odd) { margin-right: 1%; }
	.rowBox_1.div3 > li:nth-child(even) { margin-left: 1%; }
}
@media only screen and (max-width:600px){
	.rowBox_1.div3 > li { flex:1 0 100%; }
	.rowBox_1.div3 > li:nth-child(odd) { margin-right:0; }
	.rowBox_1.div3 > li:nth-child(even) { margin-left:0; }
}

/* rowBox_1 을 pc기준 한줄에 4칸씩 나오게 */
.rowBox_1.div4 { flex-flow:row wrap; justify-content:flex-start; align-items:stretch; align-content:stretch; }
.rowBox_1.div4 > li { flex:0 0 24.25%; margin-bottom:20px; }
.rowBox_1.div4 > li:nth-child(4n-2) { margin-left:1%; }
.rowBox_1.div4 > li:nth-child(4n-1) { margin-left:1%; }
.rowBox_1.div4 > li:nth-child(4n) { margin-left:1%; }
@media only screen and (max-width:1024px){
	.rowBox_1.div4 > li { flex:0 0 48%; }
	.rowBox_1.div4 > li:nth-child(4n-2) { margin-left:0; }
	.rowBox_1.div4 > li:nth-child(4n-1) { margin-left:0; }
	.rowBox_1.div4 > li:nth-child(4n) { margin-left:0; }
	.rowBox_1.div4 > li:nth-child(odd) { margin-right:1%; }
	.rowBox_1.div4 > li:nth-child(even) { margin-left:1%; }
}
@media only screen and (max-width:600px){
	.rowBox_1.div4 > li { flex:1 0 100%; }
	.rowBox_1.div4 > li:nth-child(odd) { margin-right:0; }
	.rowBox_1.div4 > li:nth-child(even) { margin-left:0; }
}

/* rowBox_1 을 pc기준 한줄에 5칸씩 나오게 */
.rowBox_1.div5 { flex-flow:row wrap; justify-content:flex-start; align-items:stretch; align-content:stretch; }
.rowBox_1.div5 > li { flex:0 0 19%; margin-bottom:20px; }
.rowBox_1.div5 > li:nth-child(5n-3) { margin-left:1%; }
.rowBox_1.div5 > li:nth-child(5n-2) { margin-left:1%; }
.rowBox_1.div5 > li:nth-child(5n-1) { margin-left:1%; }
.rowBox_1.div5 > li:nth-child(5n) { margin-left:1%; }
@media only screen and (max-width:1200px){
	.rowBox_1.div5 > li { flex:1 0 32.66666%; }
	.rowBox_1.div5 > li:nth-child(5n-3) { margin-left:0; }
	.rowBox_1.div5 > li:nth-child(5n-2) { margin-left:0; }
	.rowBox_1.div5 > li:nth-child(5n-1) { margin-left:0; }
	.rowBox_1.div5 > li:nth-child(5n) { margin-left:0; }
	.rowBox_1.div5 > li:nth-child(3n-1) { margin-left:1%; margin-right:1%; }
}
@media only screen and (max-width:768px){
	.rowBox_1.div5 > li { flex:1 0 49%; }
	.rowBox_1.div5 > li:nth-child(3n-1) { margin-left:0; margin-right:0; }
	.rowBox_1.div5 > li:nth-child(odd) { margin-right:1%; }
	.rowBox_1.div5 > li:nth-child(even) { margin-left:1%; }
}
@media only screen and (max-width:600px){
	.rowBox_1.div5 > li { flex:1 0 100%; }
	.rowBox_1.div5 > li:nth-child(odd) { margin-right:0; }
	.rowBox_1.div5 > li:nth-child(even) { margin-left:0; }
}

/*ROW박스_2*/
.rowBox_2{display:flex;justify-content:space-between;margin-bottom:10px;}
.rowBox_2 > li{ width:100%; border:1px solid #DDD; padding:25px; margin:0 5px; box-sizing: border-box; }
.rowBox_2.bdrNone > li { border:0; }
.rowBox_2 > li > dl{}
.rowBox_2 > li > dl dt{font-family:'S-CoreDream-5Medium';font-size:20px;border-bottom:1px dashed #DDD;padding-bottom:15px;margin-bottom:15px;position:relative;}
.rowBox_2.iC > li > dl dt{display:flex;justify-content:flex-start;align-items:center;}
.rowBox_2.iC > li > dl dt span:first-child{width:55px;height:50px;background-position:left center;background-repeat:no-repeat;background-size:40px;}
.rowBox_2.iC > li > dl dt span:last-child{width:calc(100% - 55px);}
.iC_list{overflow:hidden;}
.iC_list li{float:left;}
.iC_list li span{display:block;width:100px;height:80px;background-position:center bottom;background-repeat:no-repeat;background-size:40px;text-align:center;font-family:'S-CoreDream-5Medium';margin-bottom:10px;}
.iC_1{background-image:url(/sites/style_guide/images/common/icon_g_1.png);}
.iC_2{background-image:url(/sites/style_guide/images/common/icon_g_2.png);}
.iC_3{background-image:url(/sites/style_guide/images/common/icon_g_3.png);}
.iC_4{background-image:url(/sites/style_guide/images/common/icon_g_4.png);}
.iC_5{background-image:url(/sites/style_guide/images/common/icon_g_5.png);}
.iC_6{background-image:url(/sites/style_guide/images/common/icon_g_6.png);}
.iC_7{background-image:url(/sites/style_guide/images/common/icon_g_7.png);}
.iC_8{background-image:url(/sites/style_guide/images/common/icon_g_8.png);}
.iC_9{background-image:url(/sites/style_guide/images/common/icon_g_9.png);}
.iC_10{background-image:url(/sites/style_guide/images/common/icon_g_10.png);}
.iC_11{background-image:url(/sites/style_guide/images/common/icon_g_11.png);}
.iC_12{background-image:url(/sites/style_guide/images/common/icon_g_12.png);}
.iC_13{background-image:url(/sites/style_guide/images/common/icon_g_13.png);}
.iC_14{background-image:url(/sites/style_guide/images/common/icon_g_14.png);}
.iC_15{background-image:url(/sites/style_guide/images/common/icon_g_15.png);}
.iC_16{background-image:url(/sites/style_guide/images/common/icon_g_16.png);}
.iC_17{background-image:url(/sites/style_guide/images/common/icon_g_17.png);}
.iC_18{background-image:url(/sites/style_guide/images/common/icon_g_18.png);}
.iC_19{background-image:url(/sites/style_guide/images/common/icon_g_19.png);}
.iC_20{background-image:url(/sites/style_guide/images/common/icon_g_20.png);}
.iC_21{background-image:url(/sites/style_guide/images/common/icon_g_21.png);}
.iC_22{background-image:url(/sites/style_guide/images/common/icon_g_22.png);}
.iC_circles_01{background-image:url(/sites/style_guide/images/common/icon_circles_01.png);}
.iC_circles_02{background-image:url(/sites/style_guide/images/common/icon_circles_02.png);}
.iC_circles_03{background-image:url(/sites/style_guide/images/common/icon_circles_03.png);}
.iC_circles_04{background-image:url(/sites/style_guide/images/common/icon_circles_04.png);}
.iC_circles_05{background-image:url(/sites/style_guide/images/common/icon_circles_05.png);}
.iC_circles_06{background-image:url(/sites/style_guide/images/common/icon_circles_06.png);}
.iC_circles_07{background-image:url(/sites/style_guide/images/common/icon_circles_07.png);}
.iC_circles_08{background-image:url(/sites/style_guide/images/common/icon_circles_08.png);}
.iC_circles_09{background-image:url(/sites/style_guide/images/common/icon_circles_09.png);}
.iC_circles_10{background-image:url(/sites/style_guide/images/common/icon_circles_10.png);}
.iC_circles_11{background-image:url(/sites/style_guide/images/common/icon_circles_11.png);}
.iC_circles_12{background-image:url(/sites/style_guide/images/common/icon_circles_12.png);}
.iC_circles_13{background-image:url(/sites/style_guide/images/common/icon_circles_13.png);}
@media only screen and (min-width:1025px){
  .rowBox_2 > li:first-child{margin-left:0;}
  .rowBox_2 > li:last-child{margin-right:0;}
}
@media only screen and (max-width:1024px){
  .rowBox_2{flex-wrap:wrap;margin-bottom:0;}
  .rowBox_2 > li{width:calc(50% - 10px);margin-bottom:10px;}
}
@media only screen and (max-width:768px){
  .rowBox_2 > li{width:100%;padding:15px;margin:0 0 10px 0;}
  .rowBox_2.iC > li > dl dt span:first-child{width:40px;height:40px;background-size:25px;}
  .rowBox_2.iC > li > dl dt span:last-child{width:calc(100% - 40px);}
}
.rowBox_2 > li.none { border:0; background-color:transparent !important; }
/* rowBox_2 에 색깔 부여 */
.rowBox_2.colorBox_1 > li:nth-child(even) { background-color:#ecf2f2; }
.rowBox_2.colorBox_1 > li:nth-child(odd) { background-color:#fafafa; }
.rowBox_2.colorBox_2 > li:nth-child(odd) { background-color:#ecf2f2; }
.rowBox_2.colorBox_2 > li:nth-child(even) { background-color:#fafafa; }

/* rowBox_2 에 좌측상단 리본부여 */
.rowBox_2.ribbon > li { position:relative; }
.rowBox_2.ribbon > li::before { content:""; width:25px; height:0; top:0; left:0; position:absolute; border-width: 10px 5px; border-style: solid; border-color:#009c88 transparent #009c88 #009c88; }

/* rowBox_2 을 pc기준 한줄에 2칸씩 나오게 */
.rowBox_2.div2 { flex-flow:row wrap; justify-content:flex-start; align-items:stretch; }
.rowBox_2.div2 > li { margin:0 0; margin-bottom:20px; flex:0 0 49%; }
.rowBox_2.div2 > li:nth-child(odd) { margin-right:1%; }
.rowBox_2.div2 > li:nth-child(even) { margin-left:1%; }
@media only screen and (max-width:768px){
	.rowBox_2.div2 > li:nth-child(odd) { margin-right:0; }
	.rowBox_2.div2 > li:nth-child(even) { margin-left:0; }
	.rowBox_2.div2 > li { flex:0 0 100%; }
}

/* rowBox_2 을 pc기준 한줄에 3칸씩 나오게 */
.rowBox_2.div3 { flex-flow:row wrap; justify-content:flex-start; align-items:stretch; }
.rowBox_2.div3 > li { margin:0 0; margin-bottom:20px; flex:0 0 32.66666%; }
.rowBox_2.div3 > li:nth-child(3n-1) { margin-left:1%; margin-right:1%; }
@media only screen and (max-width:1024px){
	.rowBox_2.div3 > li:nth-child(3n-1) { margin-left:0; margin-right:0; }
	.rowBox_2.div3 > li { flex:0 0 49%; }
	.rowBox_2.div3 > li:nth-child(odd) { margin-right:1%; }
	.rowBox_2.div3 > li:nth-child(even) { margin-left:1%; }
}
@media only screen and (max-width:768px){
	.rowBox_2.div3 > li:nth-child(odd) { margin-right:0; }
	.rowBox_2.div3 > li:nth-child(even) { margin-left:0; }
	.rowBox_2.div3 > li { flex:0 0 100%; }
}

/* rowBox_2 을 pc기준 한줄에 4칸씩 나오게 */
.rowBox_2.div4 { flex-flow:row wrap; justify-content:flex-start; align-items:stretch; }
.rowBox_2.div4 > li { margin:0 0; margin-bottom:20px; flex:0 0 24.25%; }
.rowBox_2.div4 > li:nth-child(4n-2) { margin-left:1%; }
.rowBox_2.div4 > li:nth-child(4n-1) { margin-left:1%; }
.rowBox_2.div4 > li:nth-child(4n) { margin-left:1%; }
@media only screen and (max-width:1024px) {
	.rowBox_2.div4 > li { flex:0 0 48%; }
	.rowBox_2.div4 > li:nth-child(4n-2) { margin-left:0; }
	.rowBox_2.div4 > li:nth-child(4n-1) { margin-left:0; }
	.rowBox_2.div4 > li:nth-child(4n) { margin-left:0; }
	.rowBox_2.div4 > li:nth-child(odd) { margin-right:1%; }
	.rowBox_2.div4 > li:nth-child(even) { margin-left:1%; }
}
@media only screen and (max-width:768px){
	.rowBox_2.div4 > li { flex:1 0 100%; }
	.rowBox_2.div4 > li:nth-child(odd) { margin-right:0; }
	.rowBox_2.div4 > li:nth-child(even) { margin-left:0; }
}

/* rowBox_2 을 pc기준 한줄에 5칸씩 나오게 */
.rowBox_2.div5 { flex-flow:row wrap; justify-content:flex-start; align-items:stretch; }
.rowBox_2.div5 > li { margin:0 0; margin-bottom:20px; flex:0 0 19%; }
.rowBox_2.div5 > li:nth-child(5n-3) { margin-left:1%; }
.rowBox_2.div5 > li:nth-child(5n-2) { margin-left:1%; }
.rowBox_2.div5 > li:nth-child(5n-1) { margin-left:1%; }
.rowBox_2.div5 > li:nth-child(5n) { margin-left:1%; }
@media only screen and (max-width:1200px){
	.rowBox_2.div5 > li { flex:0 0 32.66666%; }
	.rowBox_2.div5 > li:nth-child(5n-3) { margin-left:0; }
	.rowBox_2.div5 > li:nth-child(5n-2) { margin-left:0; }
	.rowBox_2.div5 > li:nth-child(5n-1) { margin-left:0; }
	.rowBox_2.div5 > li:nth-child(5n) { margin-left:0; }
	.rowBox_2.div5 > li:nth-child(3n-1) { margin-left:1%; margin-right:1%; }
}
@media only screen and (max-width:768px){
	.rowBox_2.div5 > li { flex:0 0 49%; }
	.rowBox_2.div5 > li:nth-child(3n-1) { margin-left:0; margin-right:0; }
	.rowBox_2.div5 > li:nth-child(odd) { margin-right:1%; }
	.rowBox_2.div5 > li:nth-child(even) { margin-left:1%; }
}
@media only screen and (max-width:600px){
	.rowBox_2.div5 > li { flex:1 0 100%; }
	.rowBox_2.div5 > li:nth-child(odd) { margin-right:0; }
	.rowBox_2.div5 > li:nth-child(even) { margin-left:0; }
}

/* rowBox_2 을 pc기준 한줄에 6칸씩 나오게 */
.rowBox_2.div6 { flex-flow:row wrap; justify-content:flex-start; align-items:stretch; }
.rowBox_2.div6 > li { margin:0 0; margin-bottom:20px; flex:0 0 15.83333%; }
.rowBox_2.div6 > li:nth-child(6n-4) { margin-left:1%; }
.rowBox_2.div6 > li:nth-child(6n-3) { margin-left:1%; }
.rowBox_2.div6 > li:nth-child(6n-2) { margin-left:1%; }
.rowBox_2.div6 > li:nth-child(6n-1) { margin-left:1%; }
.rowBox_2.div6 > li:nth-child(6n) { margin-left:1%; } 
@media only screen and (max-width:1024px){
	.rowBox_2.div6 > li:nth-child(6n-4) { margin-left:0; }
	.rowBox_2.div6 > li:nth-child(6n-3) { margin-left:0; }
	.rowBox_2.div6 > li:nth-child(6n-2) { margin-left:0; }
	.rowBox_2.div6 > li:nth-child(6n-1) { margin-left:0; }
	.rowBox_2.div6 > li:nth-child(6n) { margin-left:0; } 

	.rowBox_2.div6 > li { flex:0 0 32.66666%; }
	.rowBox_2.div6 > li:nth-child(3n-1) { margin-left:1%; margin-right:1%; }
}
@media only screen and (max-width:768px){
	.rowBox_2.div6 > li { flex:0 0 49%; }
	.rowBox_2.div6 > li:nth-child(3n-1) { margin-left:0; margin-right:0; }
	.rowBox_2.div6 > li:nth-child(odd) { margin-right:1%; }
	.rowBox_2.div6 > li:nth-child(even) { margin-left:1%; }
}
@media only screen and (max-width:600px){
	.rowBox_2.div6 > li { flex:1 0 100%; }
	.rowBox_2.div6 > li:nth-child(odd) { margin-right:0; }
	.rowBox_2.div6 > li:nth-child(even) { margin-left:0; }
}

/*ROW박스_arrow*/
.rowBox_arr{display:flex;justify-content:space-between;margin-bottom:10px;}
.rowBox_arr > li { display:flex;width:100%;background:#FFF;margin:0 1px;box-sizing:border-box; }
.rowBox_arr > li > div{text-align:center;font-family:'S-CoreDream-5Medium';}
.rowBox_arr li.arr{width:auto;background:none !important;border:0 !important;padding:0 10px;align-items:center;}
.rowBox_arr li.arr span{display:block;width:31px;height:46px;background:url(/sites/style_guide/images/common/arrow_21.png) no-repeat center;}
/*common*/
.rowBox_arr.ty_1 > li,
.rowBox_arr.ty_2 > li{padding:15px;border-radius:10px;color:#FFF;justify-content:center;align-items:center;}
/*TYPE_1*/
.rowBox_arr.ty_1 > li{background:url(/sites/style_guide/images/common/pattern_1.png) center;background:#2c6abe;}
.rowBox_arr.ty_1 li.arr span{background:url(/sites/style_guide/images/common/arrow_21.png) no-repeat center;}
/*TYPE_2*/
.rowBox_arr.ty_2 > li{background:url(/sites/style_guide/images/common/pattern_2.png) center;}
.rowBox_arr.ty_2 li.arr span{background:url(/sites/style_guide/images/common/arrow_22.png) no-repeat center;}
/*TYPE_3*/
.rowBox_arr.ty_3 > li{}
.rowBox_arr.ty_3 li.arr span{}
.rowBox_arr.ty_3 > li dl{position:relative;width:100%;}
.rowBox_arr.ty_3 > li dl:before{content:"";display:block;width:100%;height:100%;border:1px solid #DDD;border-top:0;border-radius:5px;position:absolute;top:0;left:0;}
.rowBox_arr.ty_3 > li dl dt,
.rowBox_arr.ty_3 > li dl dd{padding:15px;}
.rowBox_arr.ty_3 > li dl dt{position:relative;font-family:'S-CoreDream-5Medium';font-size:20px;color:#FFF;background:url(/sites/style_guide/images/common/pattern_4.png) center;background:#004088;border-top-left-radius:5px;border-top-right-radius:5px;}
.rowBox_arr.ty_3 > li dl dd{position:relative;}
/*TYPE_4*/
.rowBox_arr.ty_4{flex-wrap:wrap;}
.rowBox_arr.ty_4 > li{padding:0;margin:10px 0;}
.rowBox_arr.ty_4 li.arr{width:100%;padding:5px 0;justify-content:center;}
.rowBox_arr.ty_4 li.arr span{transform:rotate(90deg);}
.rowBox_arr.ty_4 > li dl{width:100%;}
.rowBox_arr.ty_4 > li dl dt,
.rowBox_arr.ty_4 > li dl dd{}
.rowBox_arr.ty_4 > li dl dt{font-family:'S-CoreDream-5Medium';font-size:25px;padding-bottom:10px;position:relative;}
.rowBox_arr.ty_4 > li dl dt:before{content:"■ ■";display:block;font-size:1px;color:#000;}
.rowBox_arr.ty_4 > li dl dd{border-bottom:1px solid #DDD;padding-bottom:30px;}
.rowBox_arr.ty_4 > li:last-child dd{border:0;}
@media only screen and (max-width:1024px){
  .rowBox_arr{flex-wrap:wrap;}
  .rowBox_arr > li{margin:5px 0;}
  .rowBox_arr li.arr{width:100%;padding:5px 0;justify-content:center;}
  .rowBox_arr li.arr span{transform:rotate(90deg);}
}

/*준비중*/
.ready{box-sizing:border-box;width:600px;margin: 0 auto;text-align:center;background:url(/sites/style_guide/images/common/ready_bg.png) center top no-repeat;}
.ready .p_1{font-size:36px;padding-top:300px;}
.ready .p_1 strong{font-family:'S-CoreDream-5Medium';}
.ready .p_2{color:#999;padding-top:20px;}
@media only screen and (max-width:768px){
  .ready{width:96%;}
}

/*탭메뉴1*/
.tab_1{}
.tab_1 .menuUIsub{}
.tab_1 .menuUIsub .menuSubTitleUI{}
.tab_1 .menuUIsub .menuSubTitleUI h2{}
.tab_1 .menuUIsub .sub_div{}
.tab_1 .menuUIsub .sub_div > ul{}
.tab_1 .menuUIsub .sub_div > ul > li{}
.tab_1 .menuUIsub .sub_div > ul > li > a{}

/*탭메뉴2*/
.tab_2{}
.tab_2 .menuUItab {}
.tab_2 .menuUItab .sub_div{}
.tab_2 .menuUItab .sub_div > ul{}
.tab_2 .menuUItab .sub_div > ul > li{}
.tab_2 .menuUItab .sub_div > ul > li > a{}

/*오시는길*/
.way_wrap{border-bottom:1px solid #EEE;padding-bottom:30px;}
.way_wrap > dl{display:flex;justify-content:flex-start;}
.way_wrap > dl > dt{text-align:center;width:200px;}
.way_wrap > dl > dt:before{content:"";display:inline-block;width:85px;height:85px;border-radius:100%;background:#DDD url(/sites/style_guide/images/common/icon_car.png) center no-repeat;}
.way_wrap > dl > dt span{display:block;padding-top:5px;font-family:'S-CoreDream-5Medium';font-size:16px;}
.way_wrap > dl > dd{width:calc(100% - 200px);line-height:2;}
.way_wrap > dl > dd dt{font-family:'S-CoreDream-5Medium';font-size:22px;padding-bottom:10px;}
.way_wrap > dl > dd dt:after{content:"";display:block;width:30px;height:2px;background:#222;margin:15px 0 5px 0;}
.way_wrap > dl > dd span{display:inline-block;padding-right:20px;margin-right:10px;background:url(/sites/style_guide/images/common/arrow_14_b.png) right center no-repeat;}
.way_wrap > dl > dd span._last{background:none;color:#1e7aeb;font-family:'S-CoreDream-5Medium';}

.way_1 > dl > dt:before{background:#15a7bf url(/sites/style_guide/images/common/icon_bus.png) center no-repeat;}
.way_2 > dl > dt:before{background:#1e7aeb url(/sites/style_guide/images/common/icon_car.png) center no-repeat;}
.way_3 > dl > dt:before{background:#009d57 url(/sites/style_guide/images/common/icon_car.png) center no-repeat;}
.way_4 > dl > dt:before{background:#1cacc4 url(/sites/style_guide/images/common/icon_car.png) center no-repeat;}
.way_5 > dl > dt:before{background:#4a6cff url(/sites/style_guide/images/common/icon_car.png) center no-repeat;}

.way_1 dl dd{}
.way_1 dl dd li{padding-bottom:10px;position:relative;padding-left:120px;}
.way_1 dl dd li:before{content:"";display:inline-block;width:10px;height:10px;border-radius:100%;position:absolute;left:0;top:13px;}
.way_1 dl dd li:nth-child(1):before{background:#ff671d;}
.way_1 dl dd li:nth-child(2):before{background:#1e7aeb;}
.way_1 dl dd li:nth-child(3):before{background:#009d57;}
.way_1 dl dd li:nth-child(4):before{background:#ff0c0c;}
.way_1 dl dd strong{display:block;position:absolute;left:20px;top:0;}
@media only screen and (max-width:768px){
  .way_wrap > dl > dt{width:150px;}
  .way_wrap > dl > dt:before{width:50px;height:50px;background-size:50%;}
  .way_wrap > dl > dd{width:calc(100% - 150px);}
}
@media only screen and (max-width:480px){
  .way_wrap > dl{flex-wrap:wrap;}
  .way_wrap > dl > dt{width:100%;}
  .way_wrap > dl > dt{text-align:left;padding-bottom:10px;}
  .way_wrap > dl > dt:before{width:40px;height:40px;border-radius:5px;}
  .way_wrap > dl > dt span{display:inline-block;padding-top:0;padding-left:10px;vertical-align:13px;font-size:22px;}
  .way_wrap > dl > dd{width:100%;}
  .way_wrap > dl > dd span{display:inline-block;padding-right:20px;margin-right:10px;background:url(/sites/style_guide/images/common/arrow_14_b.png) right center no-repeat;}
  .way_wrap > dl > dd dt{font-size:18px;}
  .way_wrap > dl > dd dt:after{display:none;}
  .way_1 dl dd li{padding-left:100px;}
}


/* 이미지박스 */
.introBox_01 { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; }
.introBox_01 > .item { flex:1 0 49%; }
.introBox_01 > .item:nth-child(1) { margin-right:1%; background:url("/sites/style_guide/images/common/sisul_background.png") no-repeat bottom right; padding-bottom:25px; padding-right:25px; }
.introBox_01 > .item:nth-child(2) { margin-left:1%; border-top:1px solid #333; border-bottom:1px solid #333; padding:20px 20px; color:#666;}
@media only screen and (max-width:1024px) {
	.introBox_01 > .item { flex:1 0 100%; }
	.introBox_01 > .item:nth-child(1) { margin-right:0; margin-bottom:30px; }
	.introBox_01 > .item:nth-child(2) { margin-left:0; margin-bottom:30px; }
}

.introBox_02 { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; }
.introBox_02 > .item:nth-child(1) { flex:1 0 29%; margin-right:1%; background:url("/sites/style_guide/images/common/sisul_background.png") no-repeat bottom right; padding-bottom:25px; padding-right:25px; }
.introBox_02 > .item:nth-child(2) { flex:1 0 69%; margin-left:1%; border-top:1px solid #333; border-bottom:1px solid #333; padding:20px 20px; color:#666;}
.introBox_02.noBg > .item:nth-child(1) {background:none; padding-bottom:0; padding-right:0; }
.introBox_02 > .item:nth-child(1) > img { width:100%; }
@media only screen and (max-width:768px) {
	.introBox_02 > .item:nth-child(1) { flex:1 0 100%; margin-right:0; margin-bottom:30px; }
	.introBox_02 > .item:nth-child(2) { flex:1 0 100%; margin-left:0; margin-bottom:30px; }
}
.introBox_03 { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; }
.introBox_03 > .item { flex:1 0 49%; }
.introBox_03 > .item:nth-child(1) { margin-right:1%; border-top:1px solid #333; border-bottom:1px solid #333; padding:20px 20px; color:#666;}
.introBox_03 > .item:nth-child(2) { margin-left:1%; background:url("/sites/style_guide/images/common/sisul_background.png") no-repeat bottom right; padding-bottom:25px; padding-right:25px; }
@media only screen and (max-width:1024px) {
	.introBox_03 > .item { flex:1 0 100%; }
	.introBox_03 > .item:nth-child(1) { margin-right:0; margin-bottom:30px; }
	.introBox_03 > .item:nth-child(2) { margin-left:0; margin-bottom:30px; }
}

.introBox_04 { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; }
.introBox_04 > .item:nth-child(1) { flex:1 0 69%; margin-right:1%; border-top:1px solid #333; border-bottom:1px solid #333; padding:20px 20px; color:#666;}
.introBox_04 > .item:nth-child(2) { flex:1 0 29%; margin-left:1%; background:url("/sites/style_guide/images/common/sisul_background.png") no-repeat bottom right; padding-bottom:25px; padding-right:25px; }
@media only screen and (max-width:1000px) {
	.introBox_04 > .item:nth-child(1) { flex:1 0 100%; margin-left:0; margin-bottom:30px; }
	.introBox_04 > .item:nth-child(2) { flex:1 0 100%; margin-right:0; margin-bottom:30px; }
}

.introBox_05 { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; }
.introBox_05 > .item:nth-child(1) { flex:1 0 52%; border-left:1px solid #008e7e; padding:20px 130px 20px 40px; color:#666;}
.introBox_05.healthBg > .item:nth-child(1) {border-left:1px solid #2ec84e;}
.introBox_05.artBg > .item:nth-child(1) {border-left:1px solid #e10198;}
.introBox_05 > .item:nth-child(1) > .sTitle { font-size: 26px; font-family:'S-CoreDream-5Medium';color: #009c88; }
.introBox_05 > .item:nth-child(1) > .mTitle { font-size: 40px; font-family:'S-CoreDream-5Medium';color: #2e3192; margin-top: 10px;}
.introBox_05 > .item:nth-child(1) > .cont { margin-top: 70px; font-size: 20px; line-height: 30px; }
.introBox_05 > .item:nth-child(2) { flex:1 1 25%; text-align:right; display:flex; align-items:center; }
.introBox_05 > .item:nth-child(2) > .img { position:relative; }
.introBox_05 > .item:nth-child(2) > .img::after { content:""; position:absolute; width:205px; height:170px; left:-75px; bottom:0; background:url("/sites/style_guide/images/common/introBox_05_bg.png") center center;  }
.introBox_05.healthBg > .item:nth-child(1) > .sTitle { font-size: 26px; font-family:'S-CoreDream-5Medium';color: #2ec84e; }
.introBox_05.healthBg > .item:nth-child(1) > .mTitle {color: #666; margin-top: 10px;}
.introBox_05.healthBg > .item:nth-child(2) > .img::after {background:url("/sites/style_guide/images/common/introBox_05_bg1.png") center center;  }
.introBox_05.artBg > .item:nth-child(1) > .sTitle { font-size: 26px; font-family:'S-CoreDream-5Medium';color: #e10198; }
.introBox_05.artBg > .item:nth-child(1) > .mTitle {color: #666; margin-top: 10px;}
.introBox_05.artBg > .item:nth-child(2) > .img::after {background:url("/sites/style_guide/images/common/introBox_05_bg2.png") center center;  }
@media only screen and (max-width:1200px) {
	.introBox_05 > .item:nth-child(1) { flex: 1 0 100%; padding: 20px 20px; }
	.introBox_05 > .item:nth-child(2) { flex: 1 0 100%; text-align:center; border-left:1px solid #008e7e; justify-content:center; }

	.introBox_05 > .item:nth-child(1) .cont { margin:30px 0; }
	.introBox_05 > .item:nth-child(1) > .mTitle { font-size:32px; }
}
@media only screen and (max-width:768px) {
	.introBox_05 > .item:nth-child(2) .img::after { display:none; }
	.introBox_05.healthBg > .item:nth-child(1) > .mTitle { font-size:24px; }
	.introBox_05 > .item:nth-child(1) > .mTitle { font-size:24px; }
	.introBox_05 > .item:nth-child(1) > .sTitle { font-size: 22px; }
}


.introBox_06 { display:flex; flex-flow:row wrap; justify-content:center; align-items:stretch; }
.introBox_06 > .item { flex:1 0 50%; }
.introBox_06 > .item.img { background:url("/sites/style_guide/images/common/introBox_05_img.png") no-repeat 100% 100%; background-size:cover; } 
.introBox_06 > .item.cont { background-color:#1969B2; }
.introBox_06.ciColor1 > .item.cont { background-color:#03a79a; }
.introBox_06.ciColor2 > .item.cont { background-color:#e10198; }
.introBox_06 > .item.cont > .txtWrap { padding:70px; color:#fff; }
.introBox_06 > .item.cont > .txtWrap > .mTitle { font-size:28px; line-height:1.4; }
.introBox_06 > .item.cont > .txtWrap > .sTitle { font-size:22px; padding:10px 0; }
.introBox_06 > .item.cont > .txtWrap > .txt { padding:10px 0; line-height:1.6; font-family:'S-CoreDream-5Medium';}
.introBox_06 > .item.cont > .txtWrap > .tel { background:url("/sites/style_guide/images/common/ico_tel_01.png") no-repeat center left; padding:5px 0; padding-left:30px; }
.introBox_06 > .item.cont > .txtWrap > .loc { background:url("/sites/style_guide/images/common/ico_loc_01.png") no-repeat center left; padding:5px 0; padding-left:30px; }
.introBox_06 > .item.cont > .txtWrap > .btn { color:#fff; border-radius:5px; border:1px solid #fff; background:transparent; margin-top:10px; padding: 6px 15px 7px; transition:all 0.3s; padding-right:40px; display:inline-block; }
.introBox_06 > .item.cont > .txtWrap > .btn.btnBlank { background:url("/sites/style_guide/images/common/ico_blank_01.png") no-repeat 94% 41%; }
@media only screen and (max-width:1024px) {
	.introBox_06 > .item { flex:1 0 100%; }
	.introBox_06 > .item.img { height:200px; }
	.introBox_06 > .item.cont > .txtWrap { padding:30px; }
	.introBox_06 > .item.cont > .txtWrap > .mTitle { font-size:22px; }
	.introBox_06 > .item.cont > .txtWrap > .sTitle { font-size:18px; }
}


.conWrap2 { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; align-content:stretch; }
.conWrap2 > .item { flex:0 0 49%; border:1px solid #dfdfdf; text-align:center; margin-bottom:20px; padding:10px 10px; }
.conWrap2.bdrNone > .item { border:0; }
.conWrap2 > .item > .ico { padding:10px 5px; }
.conWrap2 > .item > .txt { padding: 10px 5px; }
.conWrap2.colorBox_1 > div:nth-child(even) { background-color:#ecf2f2; }
.conWrap2.colorBox_1 > div:nth-child(odd) { background-color:#fafafa; }
.conWrap2.colorBox_2 > div:nth-child(odd) { background-color:#ecf2f2; }
.conWrap2.colorBox_2 > div:nth-child(even) { background-color:#fafafa; }
@media all and (max-width:450px) {
	.conWrap2 > .item { flex-basis:100%; }
}

.conWrap3 { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; align-content:stretch; }
.conWrap3 > .item { flex:0 0 32%; border:1px solid #dfdfdf; text-align:center; margin-bottom:20px; padding:10px 10px; display:flex; flex-flow:column wrap; justify-content: space-between; }
.conWrap3.bdrNone > .item { border:0; }
.conWrap3 > .item > .ico { padding:10px 5px; }
.conWrap3 > .item > .txt { padding: 10px 5px; }
.conWrap3.colorBox_1 > div:nth-child(even) { background-color:#ecf2f2; }
.conWrap3.colorBox_1 > div:nth-child(odd) { background-color:#fafafa; }
.conWrap3.colorBox_2 > div:nth-child(odd) { background-color:#ecf2f2; }
.conWrap3.colorBox_2 > div:nth-child(even) { background-color:#fafafa; }
@media all and (max-width:700px) {
	.conWrap3 > .item { flex-basis:49%; }
}
@media all and (max-width:450px) {
	.conWrap3 > .item { flex-basis:100%; }
}

.conWrap4 { display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:stretch; align-content:stretch; }
.conWrap4 > .item { flex:0 0 24%; border:1px solid #dfdfdf; text-align:center; margin-bottom:20px; padding:10px 10px; }
.conWrap4 > .item:nth-child(4n-2) { margin-left:1%; }
.conWrap4 > .item:nth-child(4n-1) { margin-left:1%; }
.conWrap4 > .item:nth-child(4n) { margin-left:1%; }
.conWrap4 > .item > .ico { padding:10px 5px; }
.conWrap4 > .item > .txt { padding: 10px 5px; }
@media all and (max-width:1000px) {
	.conWrap4 { justify-content:space-between; }
	.conWrap4 > .item { flex-basis:32%; margin-left:0 !important; }
}
@media all and (max-width:700px) {
	.conWrap4 > .item { flex-basis:49%; }
}
@media all and (max-width:450px) {
	.conWrap4 > .item { flex-basis:100%; }
}
.conWrap4.colorBox_1 > div:nth-child(even) { background-color:#ecf2f2; }
.conWrap4.colorBox_1 > div:nth-child(odd) { background-color:#fafafa; }
.conWrap4.colorBox_2 > div:nth-child(odd) { background-color:#ecf2f2; }
.conWrap4.colorBox_2 > div:nth-child(even) { background-color:#fafafa; }

.conWrap5 { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; align-content:stretch; }
.conWrap5 > .item { flex:0 0 19.5%; border:1px solid #dfdfdf; text-align:center; margin-bottom:20px; padding:10px 10px; display:flex; flex-flow:column wrap; justify-content: space-between; }
.conWrap5.bdrNone > .item { border:0; }
.conWrap5 > .item > .ico { padding:10px 5px; }
/*.conWrap5 > .item > .ico img { max-width:100%; }*/
.conWrap5 > .item > .txt { padding: 10px 5px; }
.conWrap5.colorBox_1 > div:nth-child(even) { background-color:#ecf2f2; }
.conWrap5.colorBox_1 > div:nth-child(odd) { background-color:#fafafa; }
.conWrap5.colorBox_2 > div:nth-child(odd) { background-color:#ecf2f2; }
.conWrap5.colorBox_2 > div:nth-child(even) { background-color:#fafafa; }
@media all and (max-width:1024px) {
	.conWrap5 { justify-content:flex-start; }
	.conWrap5 > .item { flex-basis:32.5%; }
	.conWrap5 > .item:nth-child(3n-1) { margin-left:1%; margin-right:1%; }
}
@media all and (max-width:800px) {
	.conWrap5 { justify-content:flex-start; }
	.conWrap5 > .item { flex-basis:49%; }
	.conWrap5 > .item:nth-child(odd) { margin:0; margin-right:1%; margin-bottom:10px; }
	.conWrap5 > .item:nth-child(even) { margin:0; margin-left:1%; margin-bottom:10px; }
}
@media all and (max-width:450px) {
	.conWrap5 { justify-content:center; }
	.conWrap5 > .item { flex-basis:100%; margin:0; }
}

/* hoWrap */
.hoWrap { display:flex; flex-flow:row wrap; justify-content:flex-start; }
.hoWrap > .item { flex: 1 0 100%; display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:stretch; background: #F2F8FB; border: 1px solid #eee; margin-bottom:20px; }
.hoWrap > .item > .tit { width:260px; padding:40px 20px; color:#222; font-weight:bold;text-align:center; display:flex; flex-direction:column; justify-content:center; align-items:center; }
.hoWrap > .item > .cont { width: calc(100% - 260px); background-color:#fff; padding:40px; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.hoWrap.colorBox_1 > .item:nth-child(even) { background-color:#ecf2f2; }
.hoWrap.colorBox_1 > .item:nth-child(odd) { background-color:#fafafa; }
.hoWrap.colorBox_2 > .item:nth-child(odd) { background-color:#ecf2f2; }
.hoWrap.colorBox_2 > .item:nth-child(even) { background-color:#fafafa; }
@media all and (max-width:1024px) {
	.hoWrap > .item { flex-flow: column wrap; }
	.hoWrap > .item > .tit { width:100%; padding:10px 15px; }
	.hoWrap > .item > .cont { width:100%; padding:10px 15px; }
}

/* hoWrap2 */
.hoWrap2 { display:flex; flex-flow:row wrap; justify-content:flex-start; }
.hoWrap2 > .item { width:calc(50% - 12.5px); background: #f2f8ff; border: 1px solid #eee; margin-bottom:20px; display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:stretch; }
.hoWrap2 > .item:nth-child(odd) { background-color:#f2fbfd; }
.hoWrap2 > .item:nth-child(2n) { margin-left: 25px; }
.hoWrap2 > .item > .tit { width:160px; padding:40px 20px; color:#222; font-weight:bold; text-align:center; display:flex; flex-direction:column; justify-content:center; align-items:center; }
.hoWrap2 > .item > .cont { width: calc(100% - 160px); background-color:#fff; padding:40px; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.hoWrap2.colorBox_1 > .item:nth-child(even) { background-color:#f2f8ff; }
.hoWrap2.colorBox_1 > .item:nth-child(odd) { background-color:#f2fbfd; }
.hoWrap2.colorBox_2 > .item:nth-child(odd) { background-color:#f2f8ff; }
.hoWrap2.colorBox_2 > .item:nth-child(even) { background-color:#f2fbfd; }
@media all and (max-width:1024px) {
	.hoWrap2 > .item { flex-flow: column wrap; width:100%; }
	.hoWrap2 > .item:nth-child(2n) { margin-left:0; }
	.hoWrap2 > .item > .tit { width:100%; padding:10px 15px; }
	.hoWrap2 > .item > .cont { width:100%; padding:10px 15px; }
}

/* lBox2 */
.lBox2 { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; padding:30px 0; border:1px solid #dfdfdf; }
.lBox2.bdrNone { border:0; }
.lBox2 > .item { width: calc(50% - 1px); padding-left:40px; padding-right:20px; }
.lBox2 > .item:nth-child(2) { border-left:1px solid #dfdfdf; }
.lBox2.bdrDivNone > .item { border-left:0; }
.lBox2 > .item > .tit { font-weight:bold;font-size:20px; position:relative; padding:15px 0; }
.lBox2 > .item > .tit::after { content:""; position:absolute; width:20px; height:2px; top:10px; left:0; background-color:#000; }
.lBox2 > .item > .tit.white::after { background-color:#fff; }
.lBox2 > .item > .cont {}
@media all and (max-width:1024px) {
	.lBox2 { padding:0; }
	.lBox2 > .item { width:100%; border:0; margin-bottom:20px; border-bottom:1px solid #dfdfdf; padding:20px 20px; }
	.lBox2 > .item:last-child { border-bottom:0 !important; }
	.lBox2.bdrNone > .item { border-left:0; }
	.lBox2.bdrDivNone > .item { border-bottom:0; }
}

/* lBox3 */
.lBox3 { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretch; padding:30px 0; border:1px solid #dfdfdf; }
.lBox3.bdrNone { border:0; }
.lBox3 > .item { width: calc(33.33333% - 1px); padding-left:40px; padding-right:20px; }
.lBox3 > .item:nth-child(2),
.lBox3 > .item:nth-child(3) { border-left:1px solid #dfdfdf; }
.lBox3.bdrDivNone > .item:nth-child(2),
.lBox3.bdrDivNone > .item:nth-child(3) { border-left:0; }
.lBox3 > .item > .tit { font-family:'S-CoreDream-5Medium';font-size:20px; position:relative; padding:15px 0; }
.lBox3 > .item > .tit::after { content:""; position:absolute; width:20px; height:2px; top:10px; left:0; background-color:#000; }
.lBox3 > .item > .tit.white::after { background-color:#fff; }
.lBox3 > .item > .cont {}
@media all and (max-width:1024px) {
	.lBox3 { padding:0; }
	.lBox3 > .item { width:100%; border:0 !important; margin-bottom:20px; border-bottom:1px solid #dfdfdf !important; padding:20px 20px; }
	.lBox3 > .item:last-child { border-bottom:0 !important; }
	.lBox3.bdrDivNone > .item { border-bottom:0 !important; }
} 

/* infoBox */
.infoBox { display:flex; align-items:center; padding:22px 30px; border: 1px solid #eee; background-color:#f8f8f8; }
.infoBox > p { padding: 20px 25px 20px 60px; font-weight:bold;background:url("/sites/style_guide/images/common/ico_info_01.png") no-repeat 0 50%; }
.infoBox > div { padding-left:25px; border-left:1px solid #afafaf; }
@media all and (max-width:500px) { 
	.infoBox { flex-flow:column wrap; }	
	.infoBox > p { width:100%;} 
	.infoBox > div { border-left:0; padding-left:0; width:100%; padding-top:20px; border-top:1px solid #afafaf; }
	.infoBox > div > p { position:relative; padding-left:15px; }
	.infoBox > div > p::before { content:""; position:absolute; width:5px; height:5px; background-color:#1d398d; top:45%; left:0; border-radius:50%; }
}

/* 화살표 박스 */
.rowArrBox { display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:stretch; }
.rowArrBox > li { border-left:1px solid #afafaf; border-top:1px solid #afafaf; border-bottom:1px solid #afafaf; position:relative; margin-bottom:20px; }
.rowArrBox > li:last-child { border-right:1px solid #afafaf; }
.rowArrBox > li::after { content:""; width:25px; height:25px; top:25%; left:-14px; position:absolute; background:url("/sites/style_guide/images/common/ico_rArr_01.png") no-repeat center center; }
.rowArrBox > li:first-child::after { display:none; }
.rowArrBox.div4 > li {flex:1 0 25%; }
.rowArrBox.div5 > li {flex:1 0 20%; }
.rowArrBox.div6 > li {flex:1 0 16.66666%; }
.rowArrBox.div7 > li {flex:1 0 14.28571%; } 

.rowArrBox > li > .itemBox { text-align:center; display:flex; flex-flow:column wrap; justify-content:space-between; height:100%;}
.rowArrBox > li > .itemBox > div { border:0px solid red; }
.rowArrBox > li > .itemBox > .tit { font-weight:bold;padding:20px 10px; flex-grow:0; position:relative; }
.rowArrBox > li > .itemBox > .tit::after { content:""; position:absolute; width:70px; height:2px; background-color:#000; left:34%; top:55px; }
.rowArrBox > li > .itemBox > .cont { padding:50px 10px; flex-grow:1; }
.rowArrBox > li > .itemBox > .subTit { background-color:#dfdfdf; flex-grow:0; padding:20px 10px; font-family:'S-CoreDream-5Medium';}
@media all and (max-width:1024px) { 
	.rowArrBox.div5 > li { flex-basis:33.33333%; flex-grow:0; }
	.rowArrBox.div5 > li:nth-child(3n) { border-right:1px solid #afafaf; }
	.rowArrBox.div5 > li:nth-child(3n+1)::after { display:none; }

	.rowArrBox.div6 > li { flex-basis:24.8%; flex-grow:0; }
	.rowArrBox.div6 > li:nth-child(4) { border-right:1px solid #afafaf; }
	.rowArrBox.div6 > li:nth-child(4n+1)::after { display:none; }

	.rowArrBox.div7 > li { flex-basis:24.8%; flex-grow:0; }
	.rowArrBox.div7 > li:nth-child(4) { border-right:1px solid #afafaf; }
	.rowArrBox.div7 > li:nth-child(4n+1)::after { display:none; }
}
@media all and (max-width:768px) { 
	.rowArrBox.div4 > li { flex-basis:49.6%; }
	.rowArrBox.div4 > li:nth-child(even) { border-right:1px solid #afafaf; }
	.rowArrBox.div4 > li:nth-child(3n+1)::after { display:block; }
	.rowArrBox.div4 > li:nth-child(odd)::after { display:none; }

	.rowArrBox.div5 > li { flex-basis:49.6%; }
	.rowArrBox.div5 > li:nth-child(even) { border-right:1px solid #afafaf; }
	.rowArrBox.div5 > li:nth-child(3n+1)::after { display:block; }
	.rowArrBox.div5 > li:nth-child(odd)::after { display:none; }

	.rowArrBox.div6 > li { flex-basis:33%; flex-grow:0; }
	.rowArrBox.div6 > li:nth-child(4) { border-right:0; }
	.rowArrBox.div6 > li:nth-child(3n) { border-right:1px solid #afafaf; }
	.rowArrBox.div6 > li:nth-child(4n+1)::after { display:block; }
	.rowArrBox.div6 > li:nth-child(3n+1)::after { display:none; }

	.rowArrBox.div7 > li { flex-basis:33%; flex-grow:0; }
	.rowArrBox.div7 > li:nth-child(4) { border-right:0; }
	.rowArrBox.div7 > li:nth-child(3n) { border-right:1px solid #afafaf; }
	.rowArrBox.div7 > li:nth-child(4n+1)::after { display:block; }
	.rowArrBox.div7 > li:nth-child(3n+1)::after { display:none; }
}
@media all and (max-width:500px) { 
	.rowArrBox.div6 > li { flex-basis:49.6%; flex-grow:0; }
	.rowArrBox.div6 > li:nth-child(3n) { border-right:0; }
	.rowArrBox.div6 > li:nth-child(even) { border-right:1px solid #afafaf; }
	.rowArrBox.div6 > li:nth-child(3n+1)::after { display:block; }
	.rowArrBox.div6 > li:nth-child(odd)::after { display:none; }

	.rowArrBox.div7 > li { flex-basis:49.6%; flex-grow:0; }
	.rowArrBox.div7 > li:nth-child(3n) { border-right:0; }
	.rowArrBox.div7 > li:nth-child(even) { border-right:1px solid #afafaf; }
	.rowArrBox.div7 > li:nth-child(3n+1)::after { display:block; }
	.rowArrBox.div7 > li:nth-child(odd)::after { display:none; }
} 

/* rowArrBox_02 */
.rowArrBox_02 { display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:stretch; }
.rowArrBox_02 > li { margin-bottom:20px; display:flex; justify-content:center; align-items:center; }
.rowArrBox_02 > li.arr { flex:0 0 3%; background:url("/sites/style_guide/images/common/ico_rArr_02.png") no-repeat center center; text-indent:-99999px; }
.rowArrBox_02 > li.cont { border:1px solid #afafaf; padding:25px; border-radius:10px; } 

.rowArrBox_02.div3 > li.cont { flex:0 0 31.33333%; }
.rowArrBox_02.div3 > li:nth-child(6n) { display:none; }

.rowArrBox_02.div4 > li.cont { flex:0 0 22.75%; }
.rowArrBox_02.div4 > li:nth-child(8n) { display:none; }

.rowArrBox_02.div5 > li.cont { flex:0 0 17.6%; }
.rowArrBox_02.div5 > li:nth-child(10n) { display:none; }

.rowArrBox_02.div6 > li.cont { flex:0 0 14.16666%; }
.rowArrBox_02.div6 > li:nth-child(12n) { display:none; }

@media all and (max-width:1024px) {
	.rowArrBox_02.div3 > li.arr { display:block; }
	.rowArrBox_02.div3 > li:nth-child(4n) { display:none; }
	.rowArrBox_02.div3 > li.arr { flex-basis:5%; }
	.rowArrBox_02.div3 > li.cont { flex-basis:47.5%; }

	.rowArrBox_02.div4 > li.arr { display:block; }
	.rowArrBox_02.div4 > li:nth-child(4n) { display:none; }
	.rowArrBox_02.div4 > li.arr { flex-basis:5%; }
	.rowArrBox_02.div4 > li.cont { flex-basis:47.5%; }

	.rowArrBox_02.div5 > li.arr { display:block; }
	.rowArrBox_02.div5 > li:nth-child(4n) { display:none; }
	.rowArrBox_02.div5 > li.arr { flex-basis:5%; }
	.rowArrBox_02.div5 > li.cont { flex-basis:47.5%; }

	.rowArrBox_02.div6 > li.arr { display:block; }
	.rowArrBox_02.div6 > li:nth-child(4n) { display:none; }
	.rowArrBox_02.div6 > li.arr { flex-basis:5%; }
	.rowArrBox_02.div6 > li.cont { flex-basis:47.5%; }

}
@media all and (max-width:600px) {
	.rowArrBox_02.div3 > li.arr { display:block; }
	.rowArrBox_02.div3 > li.arr { flex-basis:100%; min-height:30px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
	.rowArrBox_02.div3 > li.cont { flex-basis:100%; }

	.rowArrBox_02.div4 > li.arr { display:block; }
	.rowArrBox_02.div4 > li.arr { flex-basis:100%; min-height:30px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
	.rowArrBox_02.div4 > li.cont { flex-basis:100%; }

	.rowArrBox_02.div5 > li.arr { display:block; }
	.rowArrBox_02.div5 > li.arr { flex-basis:100%; min-height:30px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
	.rowArrBox_02.div5 > li.cont { flex-basis:100%; }

	.rowArrBox_02.div6 > li.arr { display:block; }
	.rowArrBox_02.div6 > li.arr { flex-basis:100%; min-height:30px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
	.rowArrBox_02.div6 > li.cont { flex-basis:100%; }
}

/* dBox (div2, div3) */
.dBox { display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:stretch; }
.dBox > .item { margin-bottom:30px; display:flex; flex-flow:column wrap; justify-content:flex-start; align-items:stretch; align-content:flex-start; width:100%; }
.dBox.div1 > .item { flex:0 0 100%; }
.dBox.div2 > .item { flex:0 0 48%; }
.dBox.div2 > .item:nth-child(odd) { margin-right:2%;}
.dBox.div2 > .item:nth-child(even) { margin-left:2%;}
.dBox.div3 > .item { flex:0 0 32%; }
.dBox.div3 > .item:nth-child(3n-1) { margin-left:2%; margin-right:2%; }
.dBox.div4 > .item { flex:0 0 23.5%; }
.dBox.div4 > .item:nth-child(4n-2) { margin-left:2%; }
.dBox.div4 > .item:nth-child(4n-1) { margin-left:2%; }
.dBox.div4 > .item:nth-child(4n) { margin-left:2%; }

.dBox.div5 > .item { flex:0 0 19.2%; }
.dBox.div4 > .item:nth-child(5n-3) { margin-left:1%; }
.dBox.div4 > .item:nth-child(5n-2) { margin-left:1%; }
.dBox.div4 > .item:nth-child(5n-1) { margin-left:1%; }
.dBox.div4 > .item:nth-child(5n) { margin-left:1%; }

.dBox > .item > .tit { font-weight:bold;font-size:20px; position:relative; padding:15px 0; min-height:58px; }
.dBox > .item > .tit::after { content:""; position:absolute; width:20px; height:2px; top:10px; left:0; background-color:#000; }
.dBox > .item > .tit.bdrNone::after { display:none; }
.dBox.signature1 > .item > .tit { color:#2c6abe; }
.dBox.signature1 > .item > .tit::after { background-color:#2c6abe; }
.dBox > .item > .tit.white::after { background-color:#fff; }
.dBox > .item > .cont { flex:1 0 auto; width:100%; }
.dBox.p15 > .item > .cont { padding:15px; }  
.dBox.p25 > .item > .cont { padding:25px; }  

@media all and (max-width:1200px) {
	.dBox.div4 > .item:nth-child(4n-2) { margin-left:0; }
	.dBox.div4 > .item:nth-child(4n-1) { margin-left:0; }
	.dBox.div4 > .item:nth-child(4n) { margin-left:0; }
	.dBox.div4 > .item:nth-child(odd) { margin-right:2%; }
	.dBox.div4 > .item:nth-child(even) { margin-left:2%; }
	.dBox.div4 > .item { flex:0 0 48%; }
}
@media all and (max-width:1024px) {
	.dBox.div2 > .item:nth-child(odd) { margin-right:0;}
	.dBox.div2 > .item:nth-child(even) { margin-left:0;}
	.dBox.div3 > .item:nth-child(3n-1) { margin-left:0; margin-right:0; }
	.dBox.div2 > .item,
	.dBox.div3 > .item { flex-basis:100%; }
}
@media only screen and (max-width:768px) {
	.dBox.div4 > .item:nth-child(odd) { margin-right:0; }
	.dBox.div4 > .item:nth-child(even) { margin-left:0; }
	.dBox.div4 > .item { flex:0 0 100%; }
}

/* 수평 list_1 */ 
.list_1_col { display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:stretch; align-content:flex-start; }
.list_1_col > li { flex:0 0 auto; position:relative; margin-bottom:10px; padding-left:10px; padding-right:20px;  }
.list_1_col > li.white { color:#fff; }
.list_1_col > li.blue { color:#00387b; }
.list_1_col > li::before { content:""; position:absolute; left:0; top:10px; width:5px; height:5px; border-radius:50%; background-color:#666; } 
.list_1_col.white > li::before { background-color:#fff; } 
.list_1_col.blue > li::before { background-color:#00387b; } 

/* 아이콘 */
.icoLocB::before { content:""; width:20px; height:18px; display:inline-block; background:url("/sites/style_guide/images/common/ico_loc_b.png") no-repeat center left; padding-right:10px; vertical-align:bottom; }
.icoLocW::before { content:""; width:20px; height:18px; display:inline-block; background:url("/sites/style_guide/images/common/ico_loc_w.png") no-repeat center left; padding-right:10px; vertical-align:bottom; }

/* 게시판 모바일에서 안내문구 위치 조정 */
@media only screen and (max-width:768px) {  
	.scroll-table:after { background-position-y:55px !important; }
}
