/* --------------------------------layout-------------------------------- */
#contents {width:100%; padding:8rem 0}
#contents .sub_sec_01 {width:100%; margin:0 auto; text-align:center}
#contents .sub_sec_01 .inner {width:100%; margin:0 auto}
#contents .sub_sec_01 .inner::after {clear:both; display:block; content:''}


/* --------------------------------common -------------------------------- */
/* scroll Animation */
.sa {opacity:0; transition:all .5s ease}
.sa-up {transform:translate(0, 100px)}
.sa-down {transform:translate(0, -100px)}
.sa-right {transform:translate(-100px, 0)}
.sa-left {transform:translate(100px, 0)}
.sa.show {opacity:1; transform:none}
.f_jalnan {
  font-family:'Jalnan', sans-serif; 
}
/* --------------------------------common end -------------------------------- */

/* --------------------------------action list page-------------------------------- */
#contents .sub_sec_01 .action_wrap {max-width:980px; margin:0 auto}
#contents .sub_sec_01 .pag_tit {font-weight:500; text-align:left; font-size:2.4rem; line-height:3.6rem; word-break:keep-all}
#contents .sub_sec_01 .filter_wrap {display:flex; flex-direction:row; border-radius:100px; background:#194CB5; width:208px; height:40px; align-items:center; justify-content:space-evenly; padding:0 4px; float:right; margin:1rem 0 2rem}
#contents .sub_sec_01 .filter_wrap button {width:102px; height:32px; display:block; color:#FFF; font-size:14px; font-weight:600; line-height:100%; transition:all .2s ease-in-out}
#contents .sub_sec_01 .filter_wrap button.active {color:#1E2431; border-radius:100px; background:#FFF}
#contents .sub_sec_01 .program_wrap ul li {text-align:left; box-sizing:border-box; width:100%; border-radius:10px; box-shadow:0 0 14px rgba(150,150,150,0.30); float:left; margin:0 0 4rem; position:relative; word-break:keep-all; display:flex; flex-direction:column; overflow:hidden}
#contents .sub_sec_01 .program_wrap ul li .top {display:flex; flex-direction:row; width:100%; min-height:242px; border-bottom:1px solid #eee}
#contents .sub_sec_01 .program_wrap ul li .label {position:absolute; left:0; top:0; padding:.5rem 1rem; background:#194CB5; color:#fff; font-weight:500; border:0; border-radius:.475rem 0 .475rem 0; min-width:190px; text-align:center; font-size:1rem}
#contents .sub_sec_01 .program_wrap ul li .thumb_wrap {width:42%}
#contents .sub_sec_01 .program_wrap ul li .thumb_wrap figure {width:100%; height:100%; background-position:center center; background-size:cover; background-repeat:no-repeat}
#contents .sub_sec_01 .program_wrap ul li .title_wrap {padding:2rem 3.875rem 2rem 2.5rem; flex:1; display:flex; flex-direction:column; min-height:17.125rem; position:relative; justify-content:space-between}
#contents .sub_sec_01 .program_wrap ul li .title_top {display:flex; gap:1rem; flex-direction:column}
#contents .sub_sec_01 .program_wrap ul li .title_wrap h3 {font-size:2.125rem; color:#000; font-weight:600; line-height:120%}
#contents .sub_sec_01 .program_wrap ul li .title_wrap p {font-size:1.125rem; color:#505050; font-weight:400; line-height:156%}
#contents .sub_sec_01 .program_wrap ul li .btm {width:100%; padding:2rem 2.5rem 1.5rem; position:relative}
#contents .sub_sec_01 .program_wrap ul li .btm h4 {color:#000; font-size:1.5rem; font-weight:600; line-height:116.667%}
#contents .sub_sec_01 .program_wrap ul li .btm .btn_toggle_notice {position:absolute; top:1.85rem; right:2.5rem; width:2rem; height:2rem; border-radius:100%; background-color:#eee}
#contents .sub_sec_01 .program_wrap ul li .btm .btn_toggle_notice::before {content:''; display:flex; justify-content:center; align-items:center; background:url(/images/action/btn_more.svg) center center / 1rem auto no-repeat; width:100%; height:100%; transition:all .1s ease-in-out}
#contents .sub_sec_01 .program_wrap ul li .btm .btn_toggle_notice.active::before {transform:scaleY(-1)}
#contents .sub_sec_01 .program_wrap .table_wrap {width:100%; margin-top:1rem}
#contents .sub_sec_01 .program_wrap .notice_list {width:100%; table-layout:fixed}
#contents .sub_sec_01 .program_wrap .notice_list colgroup col:first-child {width:80%}
#contents .sub_sec_01 .program_wrap .notice_list colgroup col:last-child {width:15%}
#contents .sub_sec_01 .program_wrap .notice_list tr {height:50px; border-bottom:1px solid #e9e9e9; text-align:left; font-weight:400; font-size:1.25rem; line-height:2rem; color:#333; display:flex; justify-content:space-between; align-items:center; gap:5%}
#contents .sub_sec_01 .program_wrap .notice_list tr:last-child {border-bottom:none}
#contents .sub_sec_01 .program_wrap .notice_list tr td {position:relative}
#contents .sub_sec_01 .program_wrap .notice_list tr td:first-child p {width:calc(100% - 18px); height:2rem; line-height:2rem; overflow:hidden; text-overflow:ellipsis; display:inline-block; white-space:nowrap; vertical-align:-5px; margin-left:18px}
/* #contents .sub_sec_01 .program_wrap .notice_list tr td:first-child {padding-right:5%; width:84%}*/
#contents .sub_sec_01 .program_wrap .notice_list tr td:first-child {width:70%; height:2rem}
#contents .sub_sec_01 .program_wrap .notice_list tr td:last-child {text-align:right; font-weight:400; font-size:1rem; line-height:100%; color:#666}
/* #contents .sub_sec_01 .program_wrap .noti_fixed td:first-child p {width:calc(100% - 18px); height:2rem; line-height:2rem; overflow:hidden; text-overflow:ellipsis; display:inline-block; white-space:nowrap; vertical-align:-5px; margin-left:18px}*/
#contents .sub_sec_01 .program_wrap .noti_fixed td:first-child::before {content:''; display:inline-block; width:10px; height:14px; background:url(/images/about/icon_pin.svg) center center / auto 100% no-repeat; position:absolute; top:50%; transform:translateY(-48%); left:0}

/* 사업 종료 */
#contents .sub_sec_01 .program_wrap ul li.done .btn_story,
#contents .sub_sec_01 .program_wrap ul li.done .btm {display:none !important}
#contents .sub_sec_01 .program_wrap ul li.done .label {background:#666666}



@media screen and (max-width:1024px) {
  #contents .sub_sec_01 .action_wrap {width:80%; margin:0 auto}
  #contents .sub_sec_01 .pag_tit {font-size:2.3rem; line-height:3.21rem}
  #contents .sub_sec_01 .program_wrap ul li .top {min-height:unset}
  #contents .sub_sec_01 .program_wrap ul li .title_wrap {padding:1.8rem 1.6rem}
  #contents .sub_sec_01 .program_wrap ul li .title_wrap h3 {font-size:1.8rem}
  #contents .sub_sec_01 .program_wrap ul li .title_wrap p br {display:none}
  #contents .sub_sec_01 .program_wrap .btn_wrap a {padding:0 1rem}
  /* #contents .sub_sec_01 .program_wrap ul li {width:48%; margin:0 4% 4% 0}*/
  /* #contents .sub_sec_01 .program_wrap ul li:nth-child(3n) {margin:unset; margin:0 4% 4% 0}*/
  /* #contents .sub_sec_01 .program_wrap ul li:nth-child(2n) {margin:0 0 4% 0}*/
}/* lg */

@media screen and (max-width:786px) {
  #contents .sub_sec_01 .program_wrap ul li .label {padding:.6rem 1rem; min-width:120px; font-size:16px}
  #contents .sub_sec_01 .program_wrap ul li .top {flex-direction:column}
  #contents .sub_sec_01 .program_wrap ul li .btm {padding:1.8rem 1.4rem 1.4rem}
  #contents .sub_sec_01 .program_wrap ul li .thumb_wrap {width:100%}
  #contents .sub_sec_01 .program_wrap ul li .thumb_wrap figure {height:unset; padding-bottom:56%}
  #contents .sub_sec_01 .program_wrap ul li .title_wrap {padding:1.8rem 1.4rem; gap:16px; min-height:unset}
  #contents .sub_sec_01 .program_wrap ul li.done .title_wrap {gap:1rem}
  #contents .sub_sec_01 .program_wrap .btn_wrap {max-width:320px; height:2.8rem}
  #contents .sub_sec_01 .program_wrap .btn_wrap a {padding:0 1.2rem}
  #contents .sub_sec_01 .program_wrap ul li .title_wrap > p {display:none !important}
  #contents .sub_sec_01 .program_wrap ul li.done .title_wrap > p {display:block !important}
  #contents .sub_sec_01 .program_wrap .notice_list tr:nth-child(2n) {border-bottom:none}
  #contents .sub_sec_01 .program_wrap .notice_list tr:last-child {display:none !important}
  #contents .sub_sec_01 .program_wrap .notice_list tr td:first-child {width:70%}
}
@media screen and (max-width:600px) {
  #contents .sub_sec_01 .pag_tit {font-size:1.7rem; line-height:2.3rem}
  /* #contents .sub_sec_01 .program_wrap ul li {padding:15px}*/
  #contents .sub_sec_01 .program_wrap .btn_wrap {margin:0; max-width:unset}
  #contents .sub_sec_01 .program_wrap .btn_wrap a {padding:0 0.75rem}
}/* md */

@media screen and (max-width:400px) {
  
  #contents .sub_sec_01 .program_wrap .btn_wrap a {padding:0 0.6rem; font-size:12px}
}
@media screen and (max-width:360px) {
  #contents .sub_sec_01 .action_wrap {width:90%; margin:0 auto}
  #contents .sub_sec_01 .program_wrap ul li h3 {font-size:0.83rem; line-height:1.25rem}
  #contents .sub_sec_01 .program_wrap ul li p {font-size:1.16rem; line-height:1.75rem}
}/* sm */
/* --------------------------------action list page end-------------------------------- */


/* --------------------------------action detail page-------------------------------- */
#contents .sub_sec_02 .inner,#contents .sub_sec_03 .inner,#contents .sub_sec_04 .inner {width:100%; max-width:980px; margin:0 auto}
#contents .sec_tit {font-weight:500; font-size:2.25rem; line-height:3.6rem; word-break:keep-all; margin:9.4rem auto 1rem}
#contents .sub_sec_01 .top_txt {width:100%; max-width:575px; margin:0 auto}
#contents .sub_sec_01 .detail_cate {font-size:1.06rem; line-height:1.6rem}
#contents .sub_sec_01 .detail_tit {word-break:keep-all; font-weight:500; font-size:2.53rem; line-height:3.8rem; margin:0 auto 1.4rem}
#contents .sub_sec_01 .detail_tit .logo_img {width:132px; height:54px; display:block; margin:0.7rem auto 0; background:url(/images/action/coach_logo.png) center center no-repeat}
#contents .sub_sec_01 .detail_desc {font-size:1rem; line-height:26px; color:#666; word-break:keep-all}
#contents .sub_sec_01 .visual_wrap {width:100%; height:540px; overflow:hidden; margin:5.4rem auto 0; position:relative}
#contents .sub_sec_01 .visual_inner {position:absolute; left:50%; top:0; margin-left:-50%; width:100%; height:100%}
#contents .sub_sec_01 .visual_img {position:absolute; top:0px; left:0px; width:100%; height:540px; overflow:hidden; background-repeat:no-repeat; background-position:center center}
#contents .sub_sec_01 .detail_history {width:100%; max-width:980px; margin:5.4rem auto 0}
#contents .sub_sec_01 .detail_history ul::after {clear:both; display:block; content:''}
#contents .sub_sec_01 .detail_history ul li {margin:0 auto 4.4rem; height:69px; width:100%; padding:0 6.86rem; box-sizing:border-box}
#contents .sub_sec_01 .detail_history ul li:last-child {margin-bottom:0px}
#contents .sub_sec_01 .detail_history ul li p {display:inline-block}
#contents .sub_sec_01 .detail_history ul li p.pleft {width:212px; float:left; margin-right:66px; font-size:1.4rem; line-height:2.06rem; text-align:right}
#contents .sub_sec_01 .detail_history ul li p.pleft strong {font-size:2.7rem; line-height:4rem; font-weight:600}
#contents .sub_sec_01 .detail_history ul li p.pright {width:462px; font-size:1rem; line-height:1.5rem; text-align:left; float:left; padding:9px 0; word-break:keep-all}
#contents .sub_sec_01 .detail_history_02 {width:100%; max-width:980px; margin:5.33rem auto 6.67rem}
#contents .sub_sec_01 .detail_history_02 ul {width:100%; max-width:530px; margin:0 auto; text-align:center}
#contents .sub_sec_01 .detail_history_02 ul li {width:94%; max-width:475px; margin:0 auto; border-bottom:1px solid #E9E9E9}
#contents .sub_sec_01 .detail_history_02 ul li:last-child {width:100%; max-width:530px; border-bottom:none}
#contents .sub_sec_01 .detail_history_02 ul li p {font-size:1.06rem; line-height:1.6rem; padding:1.13rem 0 1.26rem; word-break:keep-all}
#contents .sub_sec_01 .detail_history_02 ul li:nth-child(4) {border:none}
#contents .sub_sec_01 .detail_history_02 ul li:nth-child(4)::before {content:''; width:95px; height:71px; display:block; margin:0 auto; background:url(/images/action/arrow_down.png) center center no-repeat; background-size:100% auto; margin-top:1.86rem}
#contents .sub_sec_01 .detail_history_02 ul li:last-child p {font-weight:500; font-size:2rem; line-height:3rem; color:#252D32}
#contents .sub_sec_01 .detail_slide_wrap {width:100%; clear:both; margin-top:5.3rem}
/* #contents .sub_sec_01 .detail_history_02 .detail_slide_wrap {padding-left:5%}*/
#contents .sub_sec_01 .detail_slide_wrap .swiper-slide img {width:100%}

#contents .sub_sec_02 .detail_action {width:100%; background-color:#F2F2F2; padding:6.67rem 0}
#contents .sub_sec_02 .detail_action .sec_tit {width:100%; max-width:980px; margin:0 auto 5.4rem; text-align:left}
#contents .sub_sec_02 .detail_action .detail_wrap {width:100%; max-width:814px; margin:0 auto; text-align:left}
#contents .sub_sec_02 .action_subtit {font-weight:500; font-size:1rem; line-height:1.4rem; width:auto; border-bottom:1px solid #333; padding-bottom:3px; display:inline}
#contents .sub_sec_02 .action_tit {font-weight:500; font-size:2rem; line-height:3rem; margin:5px 0 10px}
#contents .sub_sec_02 .action_tit .no {font-weight:bold; font-size:36px; line-height:2.8rem; color:#666666; margin-right:8px; vertical-align:bottom}
#contents .sub_sec_02 .action_desc {font-size:1rem; line-height:1.4rem; color:#666; width:100%; max-width:452px; word-break:keep-all}
#contents .sub_sec_02 .detail_wrap > li {clear:both; padding-top:3.4rem}
#contents .sub_sec_02 .detail_wrap > li.pad_top {padding-top:7.6rem}
#contents .sub_sec_02 .detail_wrap > li:first-child {padding:0}
#contents .sub_sec_02 .detail_wrap > li:first-child .action_info {width:533px; height:227px; float:right; margin-top:1.4rem}
#contents .sub_sec_02 .action_info p {font-weight:600; font-size:1rem; line-height:1.26rem; text-align:center; color:#fff}
#contents .sub_sec_02 .action_info p > span {font-weight:bold; font-size:1.4rem; line-height:2rem; display:inline-block; width:100%; margin-bottom:9px}
#contents .sub_sec_02 .action_info p.f_black {color:#333}
#contents .sub_sec_02 .action_info .circle {display:flex; align-items:center; height:200px; flex-direction:row; justify-content:center; background:url(/images/action/bg_circle_01.png) center bottom no-repeat; background-size:100% auto; margin-top:3px}
.action_info .circle p {width:162px; background-color:transparent; border-radius:50%; word-break:keep-all; padding:0 10px; box-sizing:border-box}
#contents .sub_sec_02 .detail_wrap li .circle_02 {background:url(/images/action/bg_circle_02.png) center bottom no-repeat; background-size:100% auto; width:382px; height:163px; display:flex; margin-top:1.4rem; flex-direction:row; justify-content:center; float:right; align-items:center}
#contents .sub_sec_02 .action_info .circle_02 p {width:50%; background-color:transparent; border-radius:50%; word-break:keep-all; box-sizing:border-box; font-weight:bold; font-size:0.86rem; line-height:1.26rem}
#contents .sub_sec_02 .action_info .circle_02 p span {font-weight:bold; font-size:2.53rem; line-height:2.8rem; margin:0}
#contents .sub_sec_02 .ileft {padding:0 2rem 0 0}
#contents .sub_sec_02 .iright {padding:0 0 0 2rem}
#contents .sub_sec_02 .action_info_02 {margin:2rem auto 2.7rem}
#contents .sub_sec_02 .action_info_02 li {font-weight:400; font-size:1rem; line-height:1.4rem; margin-bottom:2px; word-break:keep-all}
#contents .sub_sec_02 .action_info_02 li span {font-weight:600; margin-right:6px}
#contents .sub_sec_02 .video_wrap {text-align:center}
#contents .sub_sec_02 .video_wrap video,#contents .sub_sec_02 .video_wrap >img {width:98%; max-width:524px; height:auto; margin:0 auto 2rem; display:block}
#contents .sub_sec_02 .video_wrap > p {font-weight:500; font-size:1.06rem; line-height:1.6rem; padding-bottom:5px; position:relative; display:inline-block; margin:0 auto 1.53rem; word-break:keep-all}
#contents .sub_sec_02 .video_wrap > p::after {content:''; width:97%; height:1px; position:absolute; bottom:0; background-color:#333; left:50%; transform:translateX(-50%)}
#contents .sub_sec_02 .video_wrap .video_desc {display:flex; flex-direction:row; justify-content:center}
#contents .sub_sec_02 .video_wrap .video_desc p {margin-right:2.86rem; float:left; text-align:left; word-break:keep-all}
#contents .sub_sec_02 .video_wrap .video_desc p:last-child {margin-right:0}
#contents .sub_sec_02 .video_wrap .video_desc p span {font-weight:600; font-size:1.4rem; line-height:2rem; display:block; margin-bottom:8px}
#contents .sub_sec_02 .video_wrap .video_desc p:nth-child(1) span {color:#446DC1}
#contents .sub_sec_02 .video_wrap .video_desc p:nth-child(2) span {color:#4BC9F1}
#contents .sub_sec_02 .video_wrap .video_desc p:nth-child(3) span {color:#66BF94}
#contents .sub_sec_02 li:nth-child(2) .video_wrap .video_desc p:nth-child(1) span {color:#66BF94}
#contents .sub_sec_02 li:nth-child(2) .video_wrap .video_desc p:nth-child(2) span {color:#446DC1}
#contents .sub_sec_02 li:nth-child(4) .video_wrap .video_desc p {text-align:center}

#contents .sub_sec_02 .cmmt_wrap {margin-top:2.7rem}
#contents .sub_sec_02 .cmmt_wrap li {width:313px; height:311px; display:inline-block; border:1px solid #E9E9E9; box-sizing:border-box; box-shadow:0px 0px 12px rgba(0, 0, 0, 0.25); border-radius:2.625rem; float:left; margin-right:1.2rem; box-sizing:border-box; padding:49px 28px 42px; text-align:center; position:relative}
#contents .sub_sec_02 .cmmt_wrap li:last-child {margin-right:0}
#contents .sub_sec_02 .cmmt_wrap li .cmmt_text {word-break:keep-all; font-size:1rem; line-height:1.4rem}
#contents .sub_sec_02 .cmmt_wrap li .cmmt_writer {position:absolute; bottom:42px; left:50%; transform:translateX(-50%); width:100%}
#contents .sub_sec_02 .cmmt_wrap li .cmmt_writer .profile_img {display:block; width:100%; text-align:center; margin-bottom:11px}
#contents .sub_sec_02 .cmmt_wrap::after {clear:both; display:block; content:''}
#contents .sec_desc {font-size:1rem; line-height:1.4rem; color:#666; text-align:left}
#contents .btn_wrap {width:100%; text-align:center}
#contents .btn_wrap .btn_type_01 {display:inline-block; width:13.125rem; padding:1.4rem 0; margin:0.625rem auto 4.5rem; border-radius:3.125rem; background:#1E2431; color:#ffffff; font-size:1rem; font-weight:500}
#contents .btn_wrap .btn_type_01:nth-child(2) {margin-left:2rem}
#contents .btn_wrap .btn_type_03 {position:relative; width:23rem; height:4.25rem; display:flex; justify-content:center; align-items:center; background-color:#194CB5; color:#fff; font-weight:normal; font-size:1.125rem; gap:14px; line-height:100%; margin:5rem auto 0; border-radius:3.125rem}
#contents .btn_wrap .btn_type_03::after {content:''; display:block; width:7px; height:1.125rem; background:url(../images/action/btn_arrow.svg) no-repeat center/auto 14px}
#contents .btn_wrap .btn_type_03 span {margin-top:0.35rem}

#contents .sub_sec_03 .inner {position:relative}
#contents .sub_sec_03 .story_wrap {margin-top:2rem}
#contents .sub_sec_03 .story_wrap::after {clear:both; display:block; content:''}
#contents .sub_sec_03 .story_wrap .story_item {width:230px; height:190px; border-radius:10px; margin:0 18px 25px 0; float:left}
#contents .sub_sec_03 .story_wrap .story_item:nth-child(4n) {margin:0 0 22px 0}
#contents .sub_sec_03 .story_wrap .story_link {display:block}
#contents .sub_sec_03 .story_wrap .story_item .story_thumimg {width:100%; height:auto; min-height:136px; background-repeat:no-repeat; background-position:center center; background-size:cover; border-radius:10px; overflow:hidden; margin-bottom:8px}
#contents .sub_sec_03 .story_wrap .story_item .story_tit,#contents .sub_sec_04 .related_tit {font-weight:500; font-size:1rem; line-height:1.4rem}
#contents .sub_sec_03 .story_wrap .story_item .story_tit {overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical}
#contents .btn_write {position:absolute; top:81px; right:0; font-weight:500; font-size:1.13rem; line-height:1.7rem}
#contents .btn_write span::after {content:''; width:15px; height:15px; background:url(/images/action/btn_write.png) center center no-repeat; display:inline-block; margin-left:5px; vertical-align:middle}
#contents .action_list .btn_write {top:180px}
#contents .sub_sec_03 .btn_more {width:88px; height:40px; background:#EFEFEF; border-radius:100px; font-weight:500; font-size:1rem; line-height:1.5rem; clear:both; display:block; margin:0 auto}
#contents .sub_sec_03 .btn_more .plus {position:relative; display:inline-block; width:10px; height:10px; margin-left:7px}
#contents .sub_sec_03 .btn_more .plus::before {content:''; display:inline-block; width:2px; height:10px; position:absolute; top:0; left:0; background-color:#333}
#contents .sub_sec_03 .btn_more .plus::after {content:''; display:inline-block; width:2px; height:10px; position:absolute; top:0; left:0; transform:rotate(90deg); background-color:#333}

#contents .sub_sec_04 .sec_tit {margin:3rem auto 1rem}
#contents .sub_sec_04 .related_wrap .related_item {width:230px; height:210px; border-radius:10px; /*margin:0 1.2rem 2rem 0; */ margin:0 18px 25px 0; float:left}
#contents .sub_sec_04 .related_wrap .related_link {display:block}
#contents .sub_sec_04 .related_wrap .related_item:nth-child(4n) {margin:0 0 40px 0}
#contents .sub_sec_04 .related_wrap .related_item .related_thumimg {width:100%; height:auto; min-height:136px; background-repeat:no-repeat; background-position:center center; background-size:cover; border-radius:10px; overflow:hidden; margin-bottom:8px}
#contents .sub_sec_04 .related_wrap .related_item .related_tit {overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; min-height:39px}

#contents .sub_sec_04 .related_wrap::after {clear:both; display:block; content:''}
.process_bar {width:100%; max-width:214px; height:18px; position:relative; margin-top:8px}
.total_bar {width:59%; max-width:127px; height:5px; background:#EFEFEF; border-radius:100px; position:absolute; top:6px; left:0; z-index:1}
.now_bar {width:50%; height:5px; background:#194CB5; border-radius:100px; position:absolute; top:0; left:0; z-index:2}
.rate {position:absolute; top:0px; right:0; font-size:1rem; line-height:1.2rem; text-align:right; color:#194CB5; font-weight:bold}

@media screen and (min-width:768px) and (max-width:1280px) {
  #contents .action_list .btn_write {top:145px}
}
@media screen and (min-width:767.1px) and (max-width:1024px) {
  #contents .sub_sec_01 .detail_history,#contents .sub_sec_01 .detail_history_02 {padding:0 5%}
  #contents .sub_sec_01 .detail_history ul li {padding:0}
  #contents .sub_sec_01 .detail_history ul li p.pleft {margin-right:5%}
  #contents .sub_sec_01 .detail_history ul li p.pright {width:calc(90% - 212px)}
  #contents .sub_sec_02 .detail_action {padding:6.7rem 5%}
  #contents .sub_sec_01 .visual_wrap,#contents .sub_sec_01 .visual_img {height:420px}
  #contents .sub_sec_01 .visual_img {background-size:auto 100%}
  #contents .sub_sec_02 .inner,#contents .sub_sec_03 .inner,#contents .sub_sec_04 .inner {width:90%; margin:0 auto}
  #contents .sub_sec_02 .cmmt_wrap li {width:calc((100% - 40px)/3); padding:4% 3%}
  #contents .sub_sec_03 .story_wrap .story_item {width:calc(94%/4); height:150px; margin:0 2% 3% 0}
  #contents .sub_sec_03 .story_wrap .story_item:nth-child(4n) {margin:0 0 3% 0}
  #contents .sub_sec_03 .story_wrap .story_item .story_thumimg {min-height:105px}
  #contents .sub_sec_04 .related_wrap .related_item {width:calc(94%/4); margin:0 2% 3% 0}
  #contents .sub_sec_04 .related_wrap .related_item:nth-child(4n) {margin:0 0 3% 0}
  #contents .sub_sec_04 .related_wrap .related_item .related_thumimg {min-height:105px}
}/* md */

@media screen and (max-width:767px) {
  #contents .sub_sec_02 .inner, #contents .sub_sec_03 .inner, #contents .sub_sec_04 .inner, #contents .sub_sec_01 .top_txt {width:90%; margin:0 auto}
  #contents .sec_tit {font-weight:500; font-size:1.6rem; line-height:2.3rem; margin:5.83rem auto 1.25rem}
  #contents .sub_sec_01 .visual_wrap {margin:6.7rem auto 0}
  #contents .sub_sec_01 .visual_wrap,#contents .sub_sec_01 .visual_img {height:340px}
  #contents .sub_sec_01 .visual_img {background-size:auto 100%}
  #contents .sub_sec_01 .detail_cate {font-size:1.06rem; line-height:1.84rem}
  #contents .sub_sec_01 .detail_tit {font-weight:500; font-size:2.83rem; line-height:3.9rem; margin:0 auto 1.7rem}
  #contents .sub_sec_01 .detail_tit .logo_img {width:108px; height:44px; background:url(/images/action/coach_logo_m.png) center center no-repeat}
  #contents .sub_sec_01 .detail_desc {font-size:1.1rem; line-height:1.84rem; color:#666; word-break:keep-all}
  #contents .sub_sec_01 .detail_history,#contents .sub_sec_01 .detail_slide_wrap {padding:0 5%}
  #contents .sub_sec_01 .detail_history ul li {height:auto; margin-bottom:4.16rem; padding:0}
  #contents .sub_sec_01 .detail_history ul li p {display:block}
  #contents .sub_sec_01 .detail_history ul li p.pleft {float:unset; width:100%; text-align:left; margin-bottom:9px}
  #contents .sub_sec_01 .detail_history ul li p.pleft strong {font-size:2.5rem; line-height:3.46rem}
  #contents .sub_sec_01 .detail_history ul li p.pright {float:unset; width:100%; padding-right:5%; box-sizing:border-box; font-size:1.16rem; line-height:1.61rem}
  #contents .sub_sec_01 .detail_history_02 ul li:last-child {width:90%; margin:0 auto}
  #contents .sub_sec_02 .detail_action {padding:6.7rem 5%}
  #contents .sub_sec_02 .action_subtit {font-size:0.91rem; line-height:1.4rem}
  #contents .sub_sec_02 .action_tit .no {font-size:2.16rem; line-height:2.58rem}
  #contents .sub_sec_02 .action_tit {font-size:1.58rem; line-height:2.58rem}
  #contents .sub_sec_02 .action_desc {font-size:1.1rem; line-height:1.58rem}
  #contents .sub_sec_02 .action_info p {font-size:1.25rem}
  #contents .sub_sec_02 .detail_wrap li {padding-top:7.5rem}
  #contents .sub_sec_02 .detail_wrap > li:first-child .action_info {width:360px; height:370px; float:unset; margin:1.4rem auto 0}
  #contents .sub_sec_02 .detail_wrap li:first-child .circle {background:url(/images/action/bg_circle_01_m.png) center center no-repeat; background-size:100% auto; float:unset; margin:3px auto 0; width:360px; height:345px}
  #contents .sub_sec_02 .detail_wrap li .circle_02 {float:unset; margin:1.4rem auto 0}

  #contents .sub_sec_02 .action_info .circle {position:relative; display:block; margin-top:0; flex-direction:unset; justify-content:unset}
  #contents .sub_sec_02 .action_info .circle p {position:absolute; font-size:1rem; line-height:1.4rem}
  #contents .sub_sec_02 .action_info .circle p:nth-child(1) {top:75px; left:10px; width:50%; padding:0}
  #contents .sub_sec_02 .action_info .circle p:nth-child(2) {top:75px; right:10px; width:50%; padding:0}
  #contents .sub_sec_02 .action_info .circle p:nth-child(3) {top:205px; left:0; width:100%}
  #contents .sub_sec_02 .action_info p > span {font-size:1.5rem; line-height:2.25rem; margin-bottom:5px}
  #contents .sub_sec_02 .cmmt_wrap li {width:100%; padding:12%; margin:0; margin-bottom:2.5rem}
  #contents .sub_sec_02 .video_wrap video {margin-bottom:3.4rem}
  #contents .btn_wrap .btn_type_01:nth-child(2) {display:block; margin:1.16rem auto 0}

  #contents .sub_sec_02 .inner,#contents .sub_sec_03 .inn4r,#contents .sub_sec_04 .inner {width:90%; margin:0 auto}
  #contents .sub_sec_02 .action_info_02 {margin:2.5rem auto 3rem}
  #contents .sub_sec_02 .action_info_02 li {padding-top:0; line-height:1.5rem}
  #contents .sub_sec_02 .video_wrap > p {font-size:1.25rem; width:auto; padding-bottom:1.7rem}
  #contents .sub_sec_02 .video_wrap .video_desc {width:60%; margin:0 auto}
  #contents .sub_sec_02 .video_wrap .video_desc p {font-size:1.1rem; margin:0; margin-bottom:1.4rem}
  #contents .sub_sec_02 .video_wrap .video_desc p span {font-size:1.7rem}
  #contents .sub_sec_02 .video_wrap > p span::after {content:''; display:block}
  #contents .sub_sec_02 li:nth-child(1) .video_wrap .video_desc, #contents .sub_sec_02 li:nth-child(3) .video_wrap .video_desc, #contents .sub_sec_02 li:nth-child(4) .video_wrap .video_desc {flex-direction:column; width:60%; margin:0 auto}
  #contents .sub_sec_02 li:nth-child(2) .video_wrap .video_desc p {width:50%; font-size:1.1rem; margin-left:1.7rem; margin-bottom:1.4rem}
  #contents .sub_sec_02 li:nth-child(3) .video_wrap .video_desc p span,
  #contents .sub_sec_02 li:nth-child(4) .video_wrap .video_desc p span {font-size:1.25rem}
  #contents .btn_wrap .btn_type_01 {width:15rem; font-size:1.3rem; padding:1.5rem 1.83rem}
  #contents .sub_sec_03 .story_wrap {margin-top:4.58rem}
  #contents .sub_sec_03 .story_wrap .story_item {width:48%; height:auto; margin:0 4% 6% 0}
  #contents .sub_sec_03 .story_wrap .story_item:nth-child(4n) {margin:0 2% 6% 0}
  #contents .sub_sec_03 .story_wrap .story_item:nth-child(2n) {margin:0 0 6% 0}
  #contents .sub_sec_03 .story_wrap .story_item .story_tit, #contents .sub_sec_04 .related_tit {font-size:1.1rem; line-height:1.5rem}
  #contents .sub_sec_03 .btn_write {font-size:1.1rem; line-height:1.5rem; top:96px}
  #contents .sub_sec_04 .related_wrap .related_item {width:48%; height:auto; margin:0 4% 6% 0}
  #contents .sub_sec_04 .related_wrap .related_item:nth-child(4n) {margin:0 2% 6% 0}
  #contents .sub_sec_04 .related_wrap .related_item:nth-child(2n) {margin:0 0 6% 0}
  #contents .sec_desc {font-size:1.1rem; line-height:1.5rem; color:#666; text-align:left}
  #contents .sub_sec_03 .story_thumimg,#contents .sub_sec_04 .related_wrap .related_item  .related_thumimg {margin-bottom:8px}
  #contents .action_list .btn_write {top:135px}
}/* sm 1 */
@media screen and (max-width:640px) {
  #contents .sub_sec_01 .detail_history {padding:0 0 0 5%}
  #contents .sub_sec_01 .detail_slide_wrap {padding:0}
}/* sm 2 */
@media screen and (max-width:469px) {
  #contents .action_list .btn_write {top:165px}
}
@media screen and (max-width:425px) {
  #contents .sub_sec_02 .detail_wrap > li:first-child .action_info {width:100%; height:unset}
  #contents .sub_sec_02 .action_info .circle p:nth-child(1) {top:17.5vw}
  #contents .sub_sec_02 .action_info .circle p:nth-child(2) {top:17.5vw}
  #contents .sub_sec_02 .action_info .circle p:nth-child(3) {bottom:17vw; top:unset}
  #contents .sub_sec_02 .detail_wrap li:first-child .circle {width:100%; height:86vw; min-height:290px}
  #contents .sub_sec_02 .detail_wrap li .circle_02 {float:unset; margin:1.4rem auto 0; max-width:382px; width:100%; height:39vw; min-height:125px}
}/* sm 3 */


/* --------------------------------action detail page end-------------------------------- */

/* --------------------------------action write page-------------------------------- */
.write_tit {font-weight:500; font-size:38px; line-height:57px; font-family:'Rubik','IBMPlexSans',sans-serif; margin-bottom:4rem}
#formWrite ul,#formWrite ul li {width:100%; max-width:550px; margin:0 auto 4.8rem; text-align:left}
#formWrite ul li {margin-bottom:2.13rem}
#formWrite ul li label {display:inline-block; font-weight:600; font-size:18px; line-height:27px; width:95px; margin-right:4.2rem}
#formWrite ul > li > select {width:380px; padding:.8em .5em; border:1px solid #E9E9E9; font-family:'Rubik','IBMPlexSans',sans-serif; background:url(/images/action/arrow_down_s.png) no-repeat 95% 50%; border-radius:0; -webkit-appearance:none; -moz-appearance:none; appearance:none; color:#666}
#formWrite ul > li > select::-ms-expand {display:none}
#formWrite ul > li > select option {padding:1rem 0}
#formWrite ul > li > input {width:380px; padding:.8em .5em; border:1px solid #E9E9E9; font-family:'Rubik','IBMPlexSans',sans-serif; margin-left:3px; border-radius:0; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color:#FAFAFA; color:#666}
#editor_box {width:100%; max-width:725px; margin:0 auto 4.8rem}
.btn_wrap .btn_cancel,.btn_wrap .btn_save {width:135px; height:54px; border-radius:100px; font-size:1.2rem; line-height:2.4rem; font-family:'Rubik','IBMPlexSans',sans-serif; border:none}
.btn_wrap .btn_bk {background:#1E2431; color:#fff}
.btn_wrap .btn_gr {background:#EFEFEF; color:#333}

/* summernote css */
.note-editing-area {text-align:left; font-family:'Rubik', 'IBMPlexSans', sans-serif}
.note-editor .note-toolbar {text-align:left}
/* summernote css end */

#popup_all > div {display:table; width:100%; height:100%; position:fixed; left:0; top:0; z-index:150}
#popup_all .inner {display:table-cell; text-align:center; vertical-align:middle}
#popup_all .popup_contents {padding:60px 22px 22px; background-color:#fff; border-radius:2px; text-align:center; display:inline-block; width:306px; background-color:#fff; position:relative; z-index:10; box-shadow:5px 6px 10px 6px rgb(0 0 0 / 25%)}
#popup_all .popup_contents p {font-family:'Rubik','IBMPlexSans',sans-serif; font-size:1.5rem; line-height:2.2rem; margin-bottom:4.6rem}
.popup_contents .btn_wrap button,
.popup_contents .btn_wrap input {width:50%; display:inline-block; float:left; font-size:1.5rem; line-height:2.2rem; background-color:#194CB5; color:#fff; border-radius:0 5px 5px 0; padding:14px 0 12px; border:none}
.popup_contents .btn_wrap button.btn_real_cancel {background-color:#1E2431; border-radius:5px 0 0 5px}
.popup_contents .btn_wrap button.btn_ok {width:100%; border-radius:5px}
@media screen and (max-width:767px) {
  .write_tit {font-size:2.83rem; line-height:3.9rem}
  #formWrite ul > li > label,#formWrite ul > li {font-size:1.6rem; line-height:2.3rem; margin:1rem 0}
  #formWrite {width:90%; margin:0 auto}
  #formWrite ul > li > select,#formWrite ul > li > input {width:100%}
  .btn_type_02 {font-size:1.4rem}
}/* sm */
/* --------------------------------action write page end-------------------------------- */




/* -------------------------- */
/*                            */
/*  20220119 異붽��섏씠吏�_誘몃옒   */
/*                            */
/* -------------------------- */


/* --------------------------------financial_and_business_cm-------------------------------- */
#contents .sub_sec_02[data-layout="financial"] .info_wrap,
#contents .sub_sec_02[data-layout="business"] .info_wrap {display:flex; flex-wrap:wrap; width:100%; margin-bottom:3rem; border-bottom:1px solid #E9E9E9}
#contents .sub_sec_02[data-layout="financial"] .info_item,
#contents .sub_sec_02[data-layout="business"] .info_item {display:flex; border-top:1px solid #E9E9E9}
#contents .sub_sec_02[data-layout="financial"] .info_item >div,
#contents .sub_sec_02[data-layout="business"] .info_item >div {padding:1.25rem}
#contents .sub_sec_02[data-layout="financial"] .info_title,
#contents .sub_sec_02[data-layout="business"] .info_title {display:flex; align-items:center; border-right:1px solid #E9E9E9; background:#F7FCFF; color:#194CB5; font-weight:600; font-size:0.875rem}
#contents .sub_sec_02[data-layout="financial"] .info_desc,
#contents .sub_sec_02[data-layout="business"] .info_desc {flex:1; font-size:0.875rem}
#contents .sub_sec_02[data-layout="financial"] .info_desc span,
#contents .sub_sec_02[data-layout="business"] .info_desc span {font-size:0.813rem; font-weight:500; color:#666666}
/* --------------------------------financial_and_business_cm end-------------------------------- */


/* --------------------------------financial_literacy_cm-------------------------------- */
#contents section[data-layout="financial"] .action_subtit {margin-bottom:0.4rem; font-weight:500; color:#000000; font-size:0.875rem}
#contents section[data-layout="financial"] .action_subtit span {padding-bottom:0.25rem; border-bottom:1px solid #000000}
#contents section[data-layout="financial"] .action_tit {margin-bottom:1.25rem; font-weight:500; color:#000000; font-size:1.875rem}
#contents section[data-layout="financial"] .action_tit span {margin-right:1rem; font-weight:700; font-size:2rem; color:#666666}
#contents section[data-layout="financial"] .action_desc {width:100%; max-width:none; margin-bottom:3.75rem; color:#666666; font-size:0.875rem}
/* --------------------------------financial_literacy_cm end-------------------------------- */


/* --------------------------------banner_cm-------------------------------- */
#contents aside[class*="banner"] {padding:7.5rem 0 2.25rem 0; color:#ffffff; text-align:center}
#contents aside[class*="banner"] h2 {margin-bottom:1.625rem; font-weight:600; font-size:2.375rem}
#contents aside[class*="banner"] p {margin-bottom:6.125rem; font-weight:500; font-size:1rem}
#contents aside[class*="banner"] ul {display:flex; justify-content:center; align-items:center; font-weight:500; font-size:0.813rem; width:100%}
#contents aside[class*="banner"] ul li:first-child::after {content:""; display:inline-block; width:1px; height:0.8rem; background:#ffffff; margin:0 1rem; vertical-align:middle}
#contents aside[class*="banner"] ul li span {margin-right:0.5rem}

#contents .financial_banner {background:url(/images/action/financial_img_11.png) no-repeat center /cover}
#contents .business_banner {background:url(/images/action/business_img_11_modi.png) no-repeat center /cover}
#contents aside.business_banner h2 {margin-bottom:7rem}
@media screen and (max-width:767px) {
  #contents aside[class*="banner"] h2 {font-size:2rem}
  #contents aside[class*="banner"] ul li:first-child::after {margin:0 0.625rem}
}/* sm */
/* --------------------------------banner_cm-------------------------------- */


/* --------------------------------financial_literacy_sec_01-------------------------------- */
#contents .sub_sec_01[data-layout="financial"] .top_txt {max-width:620px}
#contents .sub_sec_01[data-layout="financial"] .detail_desc span {display:block; margin-top:1rem; color:#666666; font-size:0.75rem}

#contents .with_bankit {position:relative; padding:5rem 0}
#contents .with_bankit_inner {width:92%; margin:0 auto}
#contents .with_bankit::before {content:""; position:absolute; left:0; bottom:0; width:100%; height:32%; background:#F8FAFC}
#contents .with_bankit .sec_tit {width:100%; max-width:980px; margin:0 auto 5.625rem; font-size:2.25rem; line-height:initial; text-align:left}
#contents .with_bankit ul {display:flex; justify-content:space-between; width:100%; max-width:980px; margin:0 auto}
#contents .with_bankit ul li {position:relative; width:28%; background:#ffffff}
#contents .with_bankit ul li figure {position:relative; width:55%; margin:0 auto 1.875rem; z-index:1}
#contents .with_bankit ul li figure img {display:block; width:100%}
#contents .with_bankit ul li p {padding-bottom:3.125rem; text-align:center; font-size:1.125rem; font-weight:500; color:#000000}
#contents .with_bankit ul li::after {content:""; position:absolute; left:0; bottom:0; width:100%; height:80%; border:1px solid #E9E9E9; box-shadow:0px 0px 12px rgba(0, 0, 0, 0.25); border-radius:10px}
@media screen and (max-width:600px) {
  #contents .with_bankit::before {height:15rem}
  #contents .with_bankit .sec_tit {margin:0 0 3.625rem 0; font-size:2rem; text-align:center}
  #contents .with_bankit ul {flex-wrap:wrap}
  #contents .with_bankit ul li {width:100%}
  #contents .with_bankit ul li:not(:last-child) {margin-bottom:3rem}
  #contents .with_bankit ul li figure {width:50%; max-width:120px}
  #contents .with_bankit ul li p {padding-bottom:2.125rem}
}/* sm1 */
/* --------------------------------financial_literacy_sec_01 end-------------------------------- */


/* --------------------------------financial_literacy_sec_02-------------------------------- */
#contents .sub_sec_02[data-layout="financial"] {padding:6.875rem 0 8.75rem 0}
#contents .sub_sec_02[data-layout="financial"] .img_list {display:flex; justify-content:space-between; flex-wrap:wrap; width:100%; margin:0 auto}
#contents .sub_sec_02[data-layout="financial"] .img_list li {position:relative; box-shadow:0px 0px 12px rgba(0, 0, 0, 0.25); border-radius:1.25rem; overflow:hidden}
#contents .sub_sec_02[data-layout="financial"] .img_list li img {display:block; width:100%}
#contents .sub_sec_02[data-layout="financial"] .img_list li p {position:absolute; left:1rem; bottom:0.625rem; font-size:0.813rem; font-weight:500}
#contents .sub_sec_02[data-layout="financial"] .img_list li p span {display:block; color:#666666}
#contents .sub_sec_02[data-layout="financial"] .btn_type_01 {display:block; width:13.125rem; padding:1.4rem 0; border-radius:3.125rem; background:#1E2431; color:#ffffff; font-size:1rem; font-weight:500; margin:2.5rem auto 0}

#contents .sub_sec_02[data-layout="financial"] .book_wrap {margin-bottom:9.375rem}
#contents .sub_sec_02[data-layout="financial"] .book_wrap .info_item {width:50%}
#contents .sub_sec_02[data-layout="financial"] .book_wrap .info_item:nth-child(2) .info_title {border-left:1px solid #E9E9E9}
#contents .sub_sec_02[data-layout="financial"] .book_wrap .info_desc span {display:block; margin-top:0.5rem}
#contents .sub_sec_02[data-layout="financial"] .book_wrap .img_list {max-width:680px}
#contents .sub_sec_02[data-layout="financial"] .book_wrap .img_list li {width:48%}

#contents .sub_sec_02[data-layout="financial"] .online_wrap {position:relative}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .img {position:absolute; right:0; top:7.5rem; width:21.25rem}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .img img {display:block; width:100%}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_wrap {width:100%; max-width:600px}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_wrap .info_item {width:100%}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_item:nth-child(2),
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_item:nth-child(3) {width:50%}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_item:not(:last-child) >div {border-bottom:0px}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_item:nth-child(3) .info_title {border-left:1px solid #E9E9E9}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_title {width:7.25rem; justify-content:center}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_desc span {display:inline-block; margin-left:0.625rem}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .img_list {max-width:720px}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .img_list li {width:22.5%}
@media screen and (min-width:900.1px) and (max-width:1024px) {
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .img {top:8.5rem; width:20rem}
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .info_wrap {max-width:550px}
}/* md1 */
@media screen and (min-width:820.1px) and (max-width:900px) {
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .img {top:12rem; width:15rem}
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .info_wrap {max-width:550px}
}/* md2 */
@media screen and (min-width:760.1px) and (max-width:820px) {
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .img {top:14rem; width:13rem}
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .info_wrap {max-width:500px}
}/* md3 */
@media screen and (max-width:670px) {
  #contents .sub_sec_02[data-layout="financial"] .book_wrap .info_item {width:100%}
  #contents .sub_sec_02[data-layout="financial"] .book_wrap .info_item:first-child >div {border-bottom:0px}
  #contents .sub_sec_02[data-layout="financial"] .book_wrap .info_item:nth-child(2) .info_title {border-left:0px}
  #contents .sub_sec_02[data-layout="financial"] .book_wrap .img_list li {width:100%}
  #contents .sub_sec_02[data-layout="financial"] .book_wrap .img_list li:first-child {margin-bottom:3rem}

  #contents .sub_sec_02[data-layout="financial"] .online_wrap .info_item:nth-child(2),
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .info_item:nth-child(3) {width:100%}
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .info_item:nth-child(3) .info_title {border-left:0px}
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .info_desc span {display:block; margin-left:0px}
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .img_list li {width:46%}
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .img_list li:nth-child(1),
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .img_list li:nth-child(2) {margin-bottom:2rem}
}/* sm1 */
@media screen and (min-width:520.1px) and (max-width:760px) {
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .img {top:0rem; width:16rem}
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .info_wrap {max-width:none}
}/* sm2 */
@media screen and (max-width:520.1px) {
  #contents .sub_sec_02[data-layout="financial"] .online_wrap .img {display:none}
}/* sm3 */
/* --------------------------------financial_literacy_sec_02 end-------------------------------- */


/* --------------------------------business_support_sec_01-------------------------------- */
#contents .small_business .small_business_inner {width:92%; margin:0 auto; max-width:980px}
#contents .small_business .sec_tit {margin:0 0 5.5rem 0; text-align:left; font-weight:500; font-size:2.25rem; line-height:normal}
#contents .small_business .top {padding:5rem 0 7.5rem 0}
#contents .small_business .progress ul {display:flex; flex-wrap:wrap; width:100%; max-width:690px; margin:0 auto}
#contents .small_business .progress .img {justify-content:space-between; margin-bottom:1rem}
#contents .small_business .progress .img li {position:relative}
#contents .small_business .progress .img li::after {content:""; position:absolute; right:-50%; top:50%; width:40px; height:16px; transform:translateY(-50%); background:url(/images/action/icon_right.png) no-repeat center /cover}
#contents .small_business .progress .img li:last-child:after {display:none}
#contents .small_business .progress .img li figure {margin-bottom:0.5rem}
#contents .small_business .progress .img li figure img {display:block; width:100%}
#contents .small_business .progress .img li h4 {font-size:1.125rem; font-weight:600}
#contents .small_business .progress .text {max-width:537px}
#contents .small_business .progress .text li {position:relative; flex:1; text-align:center; color:#194CB5; font-weight:500; font-size:0.875rem}
#contents .small_business .progress .text li::after {content:""; position:absolute; left:50%; top:-550%; width:1px; height:6.75rem; border-right:2px dashed #B9BCC3; transform:translateX(-55%)}

#contents .small_business .bot {padding:5.75rem 0; background:url(/images/action/business_img_04.png) no-repeat center /cover}
#contents .small_business .bot figure {width:100%; max-width:536px; margin:0 auto 1.75rem}
#contents .small_business .bot figure img {display:block; width:100%}
#contents .small_business .bot p {color:#ffffff; font-weight:600; font-size:1.063rem}
@media screen and (max-width:767px) {
  #contents .small_business .sec_tit {margin:0 0 3.625rem 0; text-align:center; font-size:2rem}
  #contents .small_business .progress {display:flex; width:280px; margin:0 auto}
  #contents .small_business .progress ul li {width:100%}
  #contents .small_business .progress .img {margin-bottom:0px}

  #contents .small_business .progress .img li:not(:last-child) {margin-bottom:5rem}
  #contents .small_business .progress .img li::after {left:50%; top:auto; bottom:-20%; transform:translate(-50%,0) rotate(90deg)}
  #contents .small_business .progress .img li figure {width:150px}
  #contents .small_business .progress .text {margin-left:2rem}
  #contents .small_business .progress .text li {flex:none; text-align:left}
  #contents .small_business .progress .text li:first-child {margin-top:16rem}
  #contents .small_business .progress .text li:last-child {margin-top:2rem}
  #contents .small_business .progress .text li:after {top:-15%; left:-5rem; height:7rem; transform:translate(0,0) rotate(-90deg)}
}/* sm */
@media screen and (min-width:420px) {
  #contents .small_business .sec_tit .brm {display:none}
}/* sm~lg */
/* --------------------------------business_support_sec_01 end-------------------------------- */


/* --------------------------------business_support_sec_02-------------------------------- */
#contents .sub_sec_02[data-layout="business"] .top {padding:7.5rem 0 8.125rem}
#contents .sub_sec_02[data-layout="business"] .top h2 {margin-bottom:1.875rem; font-size:1.875rem; font-weight:500; color:#000}
#contents .sub_sec_02[data-layout="business"] .support_info {margin-bottom:5.625rem}
#contents .sub_sec_02[data-layout="business"] .support_info .info_wrap {margin-bottom:4rem}
#contents .sub_sec_02[data-layout="business"] .support_info .info_item {width:100%}
#contents .sub_sec_02[data-layout="business"] .support_info .info_item:nth-child(3) .info_desc p:first-child:before {background:transparent}
#contents .sub_sec_02[data-layout="business"] .support_info .info_item >div.info_title {padding:1.25rem 2.75rem; min-width:138px; box-sizing:border-box; text-align:center; justify-content:center}
#contents .sub_sec_02[data-layout="business"] .support_info .info_item p {position:relative}
#contents .sub_sec_02[data-layout="business"] .support_info .info_item p::before {content:""; display:inline-block; width:2px; height:2px; margin-right:.4rem; border-radius:2px; background:#333; vertical-align:.25rem}
#contents .sub_sec_02[data-layout="business"] .support_info .info_item p:not(:last-child) {margin-bottom:.2rem}
#contents .sub_sec_02[data-layout="business"] .support_info .info_item p span {margin-left:.5rem}
#contents .sub_sec_02[data-layout="business"] .support_info .btn_wrap {width:100%; text-align:center}
#contents .sub_sec_02[data-layout="business"] .support_info .btn_type_01 {display:inline-block; width:13.125rem; padding:1.4rem 0; border-radius:3.125rem; background:#1E2431; color:#fff; font-size:1rem; font-weight:500; margin:0 auto}
#contents .sub_sec_02[data-layout="business"] .support_info .btn_type_01:last-child {margin-left:2.8rem}
#contents .sub_sec_02[data-layout="business"] .support_schedule .bg_warp {position:relative}
#contents .sub_sec_02[data-layout="business"] .support_schedule .bg {width:100%}
#contents .sub_sec_02[data-layout="business"] .support_schedule .bg img {display:block; width:100%}
#contents .sub_sec_02[data-layout="business"] .support_schedule ul {display:flex; position:absolute; left:0; top:50%; width:100%; transform:translateY(-50%); height:70px; align-items:center; justify-content:center}
#contents .sub_sec_02[data-layout="business"] .support_schedule ul li {width:25%; text-align:right; color:#666}
#contents .sub_sec_02[data-layout="business"] .support_schedule ul li h3 {margin-bottom:.25rem; font-size:1rem; font-weight:600; color:#194CB5}
#contents .sub_sec_02[data-layout="business"] .support_schedule ul li h3 span {display:inline-block; margin-right:.25rem}
#contents .sub_sec_02[data-layout="business"] .support_schedule ul li p {font-size:.813rem; font-weight:500}
#contents .sub_sec_02[data-layout="business"] .support_schedule .add_info {float:right; margin-top:10px; font-size:.813rem; color:#666}
#contents .sub_sec_02[data-layout="business"] .bot {padding:6.875rem 0 8.5rem; background:#F8FAFC}
#contents .sub_sec_02[data-layout="business"] .bot h2 {margin-bottom:1.5rem; font-weight:600; font-size:2.25rem}
#contents .sub_sec_02[data-layout="business"] .bot figure {margin:0 auto; text-align:center}
#contents .sub_sec_02[data-layout="business"] .bot figure img {width:100%;max-width:464px;}
#contents .sub_sec_02[data-layout="business"] .bot p {font-size:1rem; font-weight:400; text-align:center; margin-bottom:2.5rem}
#contents .sub_sec_02[data-layout="business"] .bot p b {font-weight:600}
#contents .sub_sec_02[data-layout="business"] .bot .mapDiv {position:relative; width:100%; height:43rem; max-height:688px}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav {width:360px; min-height:82%; background:#fff; position:absolute; top:9%; right:4%; z-index:10; box-shadow:10px 10px 20px 0 rgba(0,0,0,0.3); border-radius:1.5rem; padding:2rem 1.5rem 0}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav > h1 {font-size:1.125rem; font-weight:600; letter-spacing:-.05em; color:#0061ab; margin-bottom:1rem}
#contents .sub_sec_02[data-layout="business"] .bot #map {max-width:1920px; width:100%; height:100%}
#contents .sub_sec_02[data-layout="business"] .bot .map_search {position:relative; margin-bottom:1rem; display:flex; flex-direction:row; gap:.75rem; justify-content:space-between; align-items:center}
#contents .sub_sec_02[data-layout="business"] .bot .map_search select {border:1px solid #CECECE; padding:0 .875rem; line-height:2.5rem; height:2.5rem; box-sizing:border-box; font-size:.875rem; font-weight:500; letter-spacing:-.05em; color:#222; min-width:4.5rem; outline:none; background:#fff url(../images/select_box.png) no-repeat 81% 50% / .5626rem auto; border-radius:.5rem; -webkit-appearance:none; -moz-appearance:none; appearance:none}
#contents .sub_sec_02[data-layout="business"] .bot .map_search select::-ms-expand {display:none}
#contents .sub_sec_02[data-layout="business"] .bot .map_search input {border:1px solid #CECECE; padding:0 .875rem; line-height:2.5rem; height:2.5rem; box-sizing:border-box; font-size:.875rem; font-weight:400; letter-spacing:-.05em; color:#222; flex-shrink:1; flex-grow:1; outline:none; border-radius:.5rem}
#contents .sub_sec_02[data-layout="business"] .bot .map_search input::placeholder {font-size:10px; line-height:2.5rem; color:#CECECE; font-weight:500; vertical-align:top}
#contents .sub_sec_02[data-layout="business"] .bot .map_search input:focus {border-color:#222}
#contents .sub_sec_02[data-layout="business"] .bot .map_search .btn_search {width:1.3125rem; height:1.3125rem; background:url(/images/search_map.png) no-repeat center / 100% auto; box-sizing:border-box; position:absolute; top:50%; right:1rem; transform:translateY(-50%)}
#contents .sub_sec_02[data-layout="business"] .bot .select_wrap .btn_field {border:1px solid #CECECE; padding:0 .875rem; line-height:2.5rem; height:2.5rem; box-sizing:border-box; font-size:.875rem; font-weight:500; letter-spacing:-.05em; color:#222; min-width:4.5rem; outline:none; position:relative; border-radius:.5rem; -webkit-appearance:none; -moz-appearance:none; appearance:none; text-align:left}
#contents .sub_sec_02[data-layout="business"] .bot .select_wrap .btn_field:focus {border-color:#222}
#contents .sub_sec_02[data-layout="business"] .bot .select_wrap .btn_field::after {content:''; width:.5626rem; height:.3125rem; background:#fff url(../images/select_box.png) no-repeat top center / 100% auto; position:absolute; top:50%; right:1rem; transform:translateY(-50%); transition:all .1s ease-in-out; transform-origin:center}
#contents .sub_sec_02[data-layout="business"] .bot .select_wrap .btn_field.active::after {transform:translateY(-50%) scaleY(-1)}
#contents .sub_sec_02[data-layout="business"] .bot .select_box {position:absolute; bottom:0; width:100%; background:#fff; transform:translateY(calc(100% + 0.75rem)); z-index:13; border:1px solid #CECECE; border-radius:.5rem; box-shadow:10px 10px 20px rgba(0,0,0,0.1); padding:.5625rem 0; max-height:18rem; overflow-y:auto; display:none}
#contents .sub_sec_02[data-layout="business"] .bot .select_box::-webkit-scrollbar {width:10px}
#contents .sub_sec_02[data-layout="business"] .bot .select_box::-webkit-scrollbar-track {background-color:#E9E9E9; border-radius:10px}
#contents .sub_sec_02[data-layout="business"] .bot .select_box::-webkit-scrollbar-thumb {background-color:#CECECE; border-radius:10px}
#contents .sub_sec_02[data-layout="business"] .bot .select_box::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {width:0; height:0; background:none}
#contents .sub_sec_02[data-layout="business"] .bot .select_box li {position:relative; padding:.25rem .75rem; transition:all .1s ease-in-out; cursor:pointer}
#contents .sub_sec_02[data-layout="business"] .bot .select_box input[type="radio"] {-webkit-appearance:none; -moz-appearance:none; appearance:none; position:absolute; top:0; left:0; width:100%; height:100%; outline:none; cursor:pointer; border:none; z-index:-1; border-radius:0}
#contents .sub_sec_02[data-layout="business"] .bot .select_box input[type="radio"]:focus {background-color:#F4F4F4}
#contents .sub_sec_02[data-layout="business"] .bot .select_box input[type="radio"]:has(:focus) {background-color:#F4F4F4}
#contents .sub_sec_02[data-layout="business"] .bot .select_box input[type="radio"]:has(:checked) {background-color:#F4F4F4}
#contents .sub_sec_02[data-layout="business"] .bot .select_box li:not(:last-child) {margin-bottom:.25rem}
#contents .sub_sec_02[data-layout="business"] .bot .select_box label {font-size:.875rem; line-height:1.3125rem; font-weight:500; color:#333; cursor:pointer}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate {margin-bottom:.5rem}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate ul {display:flex; flex-wrap:wrap; width:100%; gap:.5rem; flex-wrap:nowrap}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li {position:relative; flex:20%}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li:nth-child(5) {margin-right:0}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate input[type="radio"] {position:absolute; left:0; top:0; width:1px; height:1px; vertical-align:middle; outline:none; box-sizing:border-box; border-radius:0; -moz-appearance:none; -webkit-appearance:none; appearance:none}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate input[type="radio"] + label {display:block; width:100%; text-align:center; color:#333; font-size:10px; cursor:pointer; border:1px solid #CECECE; border-radius:.625rem; padding:.625rem 0; line-height:1;}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate input[type="radio"] + label span {display:block; width:1.375rem; height:1.375rem; margin:0 auto .375rem}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li:nth-child(1) input[type="radio"] + label span {background:url(../images/action/shop_cate_01_off.png) no-repeat center/contain}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li:nth-child(2) input[type="radio"] + label span {background:url(../images/action/shop_cate_02_off.png) no-repeat center/contain}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li:nth-child(3) input[type="radio"] + label span {background:url(../images/action/shop_cate_03_off.png) no-repeat center/contain}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li:nth-child(4) input[type="radio"] + label span {background:url(../images/action/shop_cate_04_off.png) no-repeat center/contain}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li:nth-child(5) input[type="radio"] + label span {background:url(../images/action/shop_cate_05_off.png) no-repeat center/contain}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate input[type="radio"]:checked + label {border-color:#194CB5; font-weight:500}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li:nth-child(1) input[type="radio"]:checked + label span {background:url(../images/action/shop_cate_01_on.png) no-repeat center/contain}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li:nth-child(2) input[type="radio"]:checked + label span {background:url(../images/action/shop_cate_02_on.png) no-repeat center/contain}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li:nth-child(3) input[type="radio"]:checked + label span {background:url(../images/action/shop_cate_03_on.png) no-repeat center/contain}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li:nth-child(4) input[type="radio"]:checked + label span {background:url(../images/action/shop_cate_04_on.png) no-repeat center/contain}
#contents .sub_sec_02[data-layout="business"] .bot .map_cate li:nth-child(5) input[type="radio"]:checked + label span {background:url(../images/action/shop_cate_05_on.png) no-repeat center/contain}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont {height:51%; max-height:22rem; overflow-y:auto; padding-right:.625rem}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li {position:relative; cursor:pointer}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li:not(:last-child) {border-bottom:1px solid #CECECE}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li:hover,
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li:active,#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li:focus {outline:none}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li > div {padding:1rem 0; display:flex; justify-content:space-between; gap:1rem}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li > div > div {display:table-cell; vertical-align:middle}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .img {display:block; width:7.5rem; height:6rem; position:relative; flex-shrink:0}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .img figure {background-position:center; background-size:cover; background-repeat:no-repeat; width:100%; height:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt {text-align:left; flex-shrink:1; flex-grow:1}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt h1,
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt p {text-align:left}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt .name {font-size:1rem; font-weight:600; letter-spacing:-.05em; color:#333; line-height:1.5rem}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt .cont {font-size:.75rem; font-weight:400; letter-spacing:-.05em; color:#222; line-height:1rem; margin:.25rem 0; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;padding-right:0.25rem;}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt .add {font-size:.625rem; font-weight:300; letter-spacing:-.05em; color:#666; line-height:1rem; margin-bottom:0}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt .tel {margin-bottom:0}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt .tel a {font-size:.625rem; font-weight:300; letter-spacing:-.05em; color:#666; line-height:1rem; margin-bottom:0}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont::-webkit-scrollbar {width:10px}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont::-webkit-scrollbar-track {background-color:#E9E9E9; border-radius:10px}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont::-webkit-scrollbar-thumb {background-color:#CECECE; border-radius:10px}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {width:0; height:0; background:none}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li .btn_share {position:absolute; right:0; bottom:0.2rem; padding:0 .625rem; background-color:transparent; font-size:.625rem; font-weight:500; z-index:100; display:flex; align-items:center; gap:2px; flex-direction:column; color:#999; z-index:10; cursor:pointer}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li .btn_share::before {content:""; display:inline-block; width:.8125rem; height:.9375rem; background:url(../images/action/ico_share.png) no-repeat center/100% auto}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont .pop_share {position:absolute; right:2rem; bottom:1rem; padding:1rem 1.5rem; border-radius:1.5rem; border:1px solid #CECECE; background-color:#fff; z-index:10; display:none; box-shadow:10px 10px 20px 0 rgba(0,0,0,0.3)}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont .pop_share ul {display:flex; justify-content:space-between; gap:1rem}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont .pop_share li {width:3rem; height:3rem; border-bottom:0}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont .pop_share li a {display:block; width:100%; height:100%}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont .pop_share li a:hover {background-color:none}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont .share_kakao a {background:url(../images/icon_kakao.png) no-repeat center/100% auto}
.mapNav_cont .share_line a {background:url(../images/icon_line.png) no-repeat center/100% auto}
#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont .share_url a {background:url(../images/icon_url_02.png) no-repeat center/100% auto}



@media screen and (max-width:1024px) {
  #contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt .add,
  #contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt .tel a {font-size:0.7rem}
}/* md */

@media screen and (max-width:767px) {
  #contents .sub_sec_02[data-layout="business"] .support_info .info_item p:not(:last-child) {margin-bottom:0.4rem}
  #contents .sub_sec_02[data-layout="business"] .support_info .info_item p span {display:block; margin-left:0px}

  #contents .sub_sec_02[data-layout="business"] .support_schedule .bg {display:none}
  #contents .sub_sec_02[data-layout="business"] .support_schedule ul {position:static; flex-wrap:wrap; transform:translateY(0); height:auto}
  #contents .sub_sec_02[data-layout="business"] .support_schedule ul li {position:relative; width:50%; padding:3rem 0; text-align:center; border:1px solid #E9E9E9}
  #contents .sub_sec_02[data-layout="business"] .support_schedule ul li:nth-child(even) {margin-left:-1px}
  #contents .sub_sec_02[data-layout="business"] .support_schedule ul li:nth-last-child(-n + 2) {margin-top:-1px}
  #contents .sub_sec_02[data-layout="business"] .support_schedule ul li h3 {margin-bottom:0.5rem}
  #contents .sub_sec_02[data-layout="business"] .support_schedule ul li .add_info {right:auto; left:50%; bottom:0.875rem; transform:translateX(-50%); width:100%}

  #contents .sub_sec_02[data-layout="business"] .support_info .btn_type_01 {display:block}
  #contents .sub_sec_02[data-layout="business"] .support_info .btn_type_01:last-child {margin-left:0; margin:1.5rem auto 0}

  #contents .sub_sec_02[data-layout="business"] .bot figure img {width:60%;max-width:464px;}
  #contents .sub_sec_02[data-layout="business"] .bot .mapDiv {max-height:unset;height:auto;display:flex;flex-direction:column-reverse;gap:1.5rem}
  #contents .sub_sec_02[data-layout="business"] .bot .mapNav {position:relative;width: 100%; right: unset; top: unset;min-height:unset;}#contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont {max-height:30rem;}
  #contents .sub_sec_02[data-layout="business"] .bot .select_wrap .btn_field {font-size:1rem;line-height:3rem;height:3rem;min-width:6rem}
  #contents .sub_sec_02[data-layout="business"] .bot .map_search input {font-size:1rem;line-height:3rem;height:3rem;}
  #contents .sub_sec_02[data-layout="business"] .bot .map_search input::placeholder {font-size:1rem;}
  #contents .sub_sec_02[data-layout="business"] .bot .select_box label {font-size:1rem;}
  #contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .img {width:10rem;height:8rem;}
  #contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt .cont {font-size:1rem;line-height:1.5rem;margin:0.5rem 0}
  #contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt .name {font-size:1.08rem}
  #contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt .add, 
  #contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li div .txt .tel a {font-size:0.875rem}
  #contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li .btn_share::before {width:1rem;height:1.1rem;}
  #contents .sub_sec_02[data-layout="business"] .bot .mapNav_cont li .btn_share {font-size:0.875rem;}
  #contents .sub_sec_02[data-layout="business"] .bot #map {height:30rem;}
}/* sm */
@media screen and (min-width:500.1px) and (max-width:767px) {
}/* sm */
@media screen and (max-width:500px) {
}/* sm2 */
@media screen and (max-width:320px) {
}
@media (hover:hover) {
  #contents .sub_sec_02[data-layout="business"] .bot .select_box input[type="radio"]:hover {background-color:#F4F4F4}
}
/* --------------------------------business_support_sec_01 end-------------------------------- */


/* --------------------------------mo_font_resize-------------------------------- */
@media screen and (max-width:767px) {
  #contents section[data-layout="financial"] .action_subtit,
  #contents .sub_sec_02[data-layout="financial"] .info_title,
  #contents .sub_sec_02[data-layout="business"] .info_title,
  #contents .sub_sec_02[data-layout="financial"] .info_desc,
  #contents .sub_sec_02[data-layout="business"] .info_desc,
  #contents .sub_sec_02[data-layout="business"] .bot ul li p {font-size:1rem}

  #contents section[data-layout="financial"] .action_desc,
  #contents .sub_sec_01[data-layout="financial"] .detail_desc span,
  #contents .sub_sec_02[data-layout="financial"] .info_desc span,
  #contents .sub_sec_02[data-layout="business"] .info_desc span,
  #contents .sub_sec_02[data-layout="financial"] .img_list li p,
  #contents .small_business .progress .text li,
  #contents .sub_sec_02[data-layout="business"] .support_schedule ul li p,
  #contents .sub_sec_02[data-layout="business"] .support_schedule ul li .add_info,
  #contents .sub_sec_02[data-layout="business"] .bot ul li p span,
  #contents aside[class*="banner"] ul {font-size:0.938rem}
}/* sm */
/* --------------------------------mo_font_resize end-------------------------------- */





/* ------------------- */
/*                     */
/*  20220207_誘몃옒�섏젙   */
/*                     */
/* ------------------- */
@media screen and (max-width:600px) {
  /* #contents .sub_sec_01 .program_wrap ul li {height:150px}*/
  /* #contents .sub_sec_01 .program_wrap ul li::after {bottom:15px; right:15px}
  #contents .sub_sec_01 .program_wrap ul li:nth-child(4)::after {width:44px; height:44px; background-size:325%}
  #contents .sub_sec_01 .program_wrap ul li:nth-child(5)::after {width:44px; height:44px; background-size:325%; background-position:-45px 0}
  #contents .sub_sec_01 .program_wrap ul li:nth-child(3)::after {width:44px; height:44px; background-size:325%; background-position:-96px 0}
  #contents .sub_sec_01 .program_wrap ul li:nth-child(1)::after {width:44px; height:34px; background:url(/images/action/list_img_04.png) no-repeat center /100% auto}
  #contents .sub_sec_01 .program_wrap ul li:nth-child(2)::after {width:44px; height:45px; background:url(/images/action/list_img_05.png) no-repeat center /auto 100%}*/
}/* sm */

@media screen and (min-width:1024.1px) and (max-width:1280px) {
  #contents .sub_sec_02 .cmmt_wrap li {height:280px}
}/* lg */
@media screen and (min-width:900.1px) and (max-width:1024px) {
  #contents .sub_sec_02 .cmmt_wrap li {height:270px}
}/* md */
@media screen and (min-width:767.1px) and (max-width:900px) {
  #contents .sub_sec_02 .cmmt_wrap li {height:290px}
}/* lg + md */
@media screen and (max-width:767px) {
  #contents .sub_sec_02 .cmmt_wrap li {height:auto; padding:8%}
  #contents .sub_sec_02 .cmmt_wrap li .cmmt_writer {position:static; transform:translate(0,0); margin-top:1rem}
}/* sm */




/* ------------------- */
/* */
/* 20220705_誘몃옒�섏젙 */
/* */
/* ------------------- */
#contents .sec_tit {position:relative}
#contents .sub_sec_03 .btn_write {height:2rem; left:auto; top:50%; right:0; bottom:0; transform:translateY(-50%); font-size:1rem; line-height:2em; font-weight:500; border-bottom:1px solid #333333; color:#333333}
.related_item .now_bar {max-width:100%}

.action_sort {margin-top:2.125rem}
.action_sort::after {content:""; display:block; clear:both}
.action_sort ul {display:flex; flex-wrap:wrap; justify-content:center; width:100%}
.action_sort ul li:not(:last-child) {margin-right:0.625rem}
.action_sort ul li button {display:block; padding:0.5rem 1.25rem; font-size:0.875rem; font-weight:600; border:1px solid #194CB5; color:#194CB5; background:#ffffff; border-radius:3.125rem}
.action_sort ul li.active button {background-color:#194CB5; color:#ffffff}

.btn_list_wrap {margin-top:1.375rem}
.btn_list_wrap a {font-size:0.938rem; font-weight:500}
.btn_list_wrap a::before {content:""; display:inline-block; width:1rem; height:0.8rem; margin-right:0.45rem; background:url(/images/action/btn_list.svg) no-repeat center /100% auto; vertical-align:middle}

#contents .sub_sec_03 .story_wrap {margin-top:1rem}
@media screen and (max-width:1024px) {
  .action_sort ul {margin-top:-0.5rem}
  .action_sort ul li {margin-top:0.5rem}
}/* md + sm */

.action_list .inner {max-width:1026px}
.action_list .title,
.action_list .sub_title {font-weight:500; text-align:center}
.action_list .title {font-size:2.25rem}
.action_list .sub_title {margin-bottom:2.25rem; font-size:1.5rem}
.action_list .action_sort {margin-bottom:3.375rem}
.action_list .pg_wrap {margin-top:2.375rem}
.action_list .pg_wrap ul {display:flex; justify-content:center}
.action_list .pg_wrap ul li:not(:last-child) {margin-right:0.313rem}
.action_list .pg_wrap ul li a {display:block; width:1.5rem; height:1.5rem; font-size:0.875rem; line-height:1.5rem; font-weight:500; text-align:center; background-color:#C4C4C4; color:#ffffff}
.action_list .pg_wrap ul li.now a {background-color:#1E2431}
.sub_sec .notice_list {width:100%; table-layout:fixed; border-top:2px solid #333333}
.sub_sec .notice_list colgroup col:first-child {width:80%}
.sub_sec .notice_list colgroup col:last-child {width:15%}
.sub_sec .notice_list tr {height:70px; border-bottom:1px solid #e9e9e9; text-align:left; font-weight:400; font-size:1.3rem; line-height:2rem}
.sub_sec .notice_list tr td:first-child {padding-right:5%; width:80%}
.sub_sec .notice_list tr td:last-child {text-align:right; font-weight:400; font-size:1rem; line-height:1.4rem; color:#666}
.sub_sec .noti_fixed td:first-child p {width:auto; max-width:80%; height:2rem; overflow:hidden; text-overflow:ellipsis; display:inline-block; white-space:nowrap; vertical-align:-5px}
/* .sub_sec .notice_list tr td p .noti {}*/


/* --------------------------------event_font-------------------------------- */
@font-face {
  font-family:'SEBANG_Gothic_Regular'; 
  src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Regular.woff') format('woff'); 
  font-weight:normal; 
  font-style:normal; 
}
@font-face {
  font-family:'SEBANG_Gothic_Bold'; 
  src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff'); 
  font-weight:bold; 
  font-style:normal; 
}
/* --------------------------------event_font end-------------------------------- */


/* --------------------------------event_sec_01-------------------------------- */
.event_sec_01 {width:100%}
.event_sec_01 .inner {margin:0 auto; max-width:1044px}
.event_sec_01 .tab_menu_wrap {width:100%}
.event_sec_01 .tab_menu {display:flex; width:100%; max-width:996px; margin:0 auto}
.event_sec_01 .tab_menu li {flex:1; height:136px; box-sizing:border-box}
.event_sec_01 .tab_menu li a {display:flex; align-items:center; justify-content:center; width:100%; height:100%; background-color:#f1f1f1; text-align:center}
.event_sec_01 .tab_menu li.active a {background-color:#00bfff}
.event_sec_01 .tab_menu li h6 {color:#7a7a7a; font-size:18px; font-family:'SEBANG_Gothic_Regular'; font-weight:normal}
.event_sec_01 .tab_menu li h6 span {display:block; margin-bottom:4px; color:#000000; font-size:20px; font-family:'SEBANG_Gothic_Bold'; font-weight:bold; letter-spacing:0.01rem}
.event_sec_01 .tab_menu li:nth-child(1) h6 {padding-left:2rem}
.event_sec_01 .tab_menu li:nth-child(2) h6 {padding-right:2rem}
.event_sec_01 .tab_menu li.active h6 {color:#ffffff}
.event_sec_01 .tab_menu li.active h6 span {color:#ffffff}

.event_sec_01 :is(.top, .bot, .tab_cont_wrap, .video_wrap) img {display:block; width:100%}
.event_sec_01 .top .video_wrap {width:100%; max-width:803px; margin:0 auto}
.event_sec_01 .bot {width:100%; padding:1.75rem 4% 3.5rem; box-sizing:border-box; background-color:#000000}
.event_sec_01 .bot .cont_wrap {width:100%; max-width:946px}
.event_sec_01 .bot .cont_wrap img {
  image-rendering:-moz-crisp-edges; 
  image-rendering:-o-crisp-edges; 
  image-rendering:-webkit-optimize-contrast; 
  -ms-interpolation-mode:nearest-neighbor; 
  image-rendering:crisp-edges; 
}
.event_sec_01 .bot .btn_wrap {display:flex; width:100%; max-width:652px; margin:0.5rem 0 1rem 0; box-sizing:border-box}
.event_sec_01 .bot .btn_wrap li:not(:last-child) {margin-right:1rem}
.event_sec_01 .bot .btn_wrap li a {display:block; width:100%; padding:0.75rem 0}
.event_sec_01 .bot .copyright {width:60%; max-width:390px}

#contents .event_sec_01 .tab_cont_wrap .btn_wrap {display:flex; justify-content:space-between; width:94%; margin:0 auto; padding:3rem 0 2rem 0}
.event_sec_01 .tab_cont_wrap .btn_wrap li a {display:block; width:100%}
/* cont_01 */
.event_sec_01 #cont_01 .cont_wrap {position:relative}
.event_sec_01 #cont_01 .btn_wrap {max-width:640px}
.event_sec_01 #cont_01 .btn_wrap li {width:48%}
/* cont_02 */
.event_sec_01 #cont_02 .cont_wrap {position:relative}
.event_sec_01 #cont_02 .btn_wrap {max-width:960px}
.event_sec_01 #cont_02 .btn_wrap li {width:32%}

@media screen and (max-width:820px) {
  .event_sec_01 .tab_menu li {height:100px}
  .event_sec_01 .tab_menu li:nth-child(1) h6 {padding-left:0rem}
  .event_sec_01 .tab_menu li:nth-child(2) h6 {padding-right:0rem}
  .event_sec_01 .tab_menu li h6 {font-size:16px}
  .event_sec_01 .tab_menu li h6 span {font-size:18px}
}/* sm */

@media screen and (max-width:600px) {
  .event_sec_01 .inner {width:100%}
  .event_sec_01 .tab_menu li {height:80px}
  .event_sec_01 .tab_menu li:nth-child(1) h6 {padding-left:0rem}
  .event_sec_01 .tab_menu li:nth-child(2) h6 {padding-right:0rem}
  .event_sec_01 .tab_menu li h6 {font-size:14px}
  .event_sec_01 .tab_menu li h6 span {font-size:16px}
  .event_sec_01 .bot {padding:1.75rem 4% 2.5rem}

  #contents .event_sec_01 .tab_cont_wrap .btn_wrap {width:92%}
}/* sm */

/* ------------------- */
/* */
/* 20220810_誘몃옒�섏젙 */
/* */
/* ------------------- */
.event_sec_01 .top .video_wrap {position:relative}
.event_sec_01 .top .video_wrap .youtube_wrap {position:absolute; left:0; top:0; width:100%; height:100%}

/* ------------------- */
/* */
/* 20220811_誘몃옒�섏젙 */
/* */
/* ------------------- */
.event_sec_01 .tab_cont >li {display:none; margin-top:4.375rem}
.event_sec_01 .tab_cont >li.active {display:block}
.event_sec_01 .top {margin-bottom:8.125rem}
.event_sec_01 .top .title {margin:5.625rem 0 3.5rem}
.event_sec_01 .top .desc {font-size:1.75rem; line-height:1.5em; text-align:center}
.event_sec_01 .btn_wrap_add ul li {position:absolute}
.event_sec_01 .btn_wrap_add a {display:block; width:100%; height:100%}

.event_sec_01 #cont_01 .btn_wrap_add ul li {width:8.75rem; height:2.125rem}
.event_sec_01 #cont_01 .btn_wrap_add ul li:nth-child(1) {left:18%; bottom:26%}
.event_sec_01 #cont_01 .btn_wrap_add ul li:nth-child(2) {right:18%; bottom:26%}
.event_sec_01 #cont_01 .btn_wrap_add ul li:nth-child(3) {left:20%; bottom:20%}
.event_sec_01 #cont_01 .bg {background-color:#d5efff}

.event_sec_01 #cont_02 .btn_wrap_add ul li {width:8.25rem; height:2rem}
.event_sec_01 #cont_02 .btn_wrap_add ul li:nth-child(1) {left:26%; bottom:23.8%}
.event_sec_01 #cont_02 .btn_wrap_add ul li:nth-child(2) {left:28%; bottom:20.9%}
.event_sec_01 #cont_02 .btn_wrap_add ul li:nth-child(3) {left:30%; bottom:18%}
.event_sec_01 #cont_02 .bg {background-color:#c2deff}
@media screen and (max-width:500px) {
  .event_sec_01 .top .desc {font-size:1.415rem}
  .event_sec_01 #cont_02 .btn_wrap_add ul li {width:5rem; height:1.25rem}
  .event_sec_01 #cont_02 .btn_wrap_add ul li:nth-child(3) {bottom:17.5%}
}/* sm */

/* ------------------- */
/* */
/* 20220812_誘몃옒�섏젙 */
/* */
/* ------------------- */
.event_sec_01 .top .desc {font-family:'SEBANG_Gothic_Regular'}
.event_sec_01 .top .desc span {font-family:'SEBANG_Gothic_Bold'; font-weight:bold}

/* ------------------- */
/* */
/* 20221028_誘몃옒�섏젙 */
/* */
/* ------------------- */
.event_sec_01 .bg h6 {margin-bottom:0.815rem; font-size:1.313rem; font-family:'SEBANG_Gothic_Regular'; text-align:center; font-weight:normal}
.event_sec_01 .bg .btn_bankit {width:40%; max-width:237px; margin:0 auto; padding-bottom:3rem}
.event_sec_01 .cont_wrap .btn_copy {position:absolute; right:12.5%; width:23%; height:60px}
.event_sec_01 #cont_01 .btn_copy {bottom:3.25%}
.event_sec_01 #cont_02 .btn_copy {bottom:2.5%}

.event_sec_01 .cont_wrap #myInput,
.event_sec_01 .cont_wrap #myInput_02 {position:absolute; left:0; top:0; z-index:-1; opacity:0}
@media screen and (max-width:820px) {
  .event_sec_01 .cont_wrap .btn_copy {height:45px}
}/* sm */
@media screen and (max-width:600px) {
  .event_sec_01 .cont_wrap .btn_copy {height:28px}
}/* sm */
/* --------------------------------event_sec_01 end-------------------------------- */


/* -------------------- */
/* ----20220829 �섏젙---- */
/* -------------------- */
/* #contents .sub_sec_01 .program_wrap ul li::after {bottom:62px}*/
.program_wrap .btn_wrap {display:flex; /* position:absolute; left:0; bottom:0; */ width:100%; height:2.5rem; gap:1rem; margin-top:0}
.program_wrap .btn_wrap a {/* line-height:2.5rem; */line-height:1; display:inline-flex; justify-content:center; align-items:center; color:#194CB5; font-size:1rem; font-weight:600; border-radius:100px; border:1px solid #194CB5; padding:0 2rem}
/* .program_wrap .btn_wrap .btn_datail {background-color:#1E2431; border-radius:0 0 0 10px}
.program_wrap .btn_wrap .btn_story {background-color:#194CB5; border-radius:0 0 10px 0}*/
@media screen and (max-width:600px) {
  /* #contents .sub_sec_01 .program_wrap ul li {height:160px}*/
  /* #contents .sub_sec_01 .program_wrap ul li::after {bottom:48px}*/
  #contents .sub_sec_01 .program_wrap ul li p {font-size:1.16rem; line-height:1.75rem}
}


/* -------------------- */
/* ----20221101 �섏젙---- */
/* -------------------- */
.event_sec_01 .tab_menu {position:relative}
@media screen and (max-width:820px) {
  .event_sec_01 .tab_menu::after {height:100px}
}
@media screen and (max-width:600px) {
  .event_sec_01 .tab_menu::after {height:80px}
}
/* �좏뒠釉� �ш린 �섏젙 */
@media screen and (max-width:600px) {
  .event_sec_01 .top .video_wrap {width:92%; margin:0 auto; overflow:hidden}
  .event_sec_01 .top .video_wrap .youtube_wrap {left:50%; top:50%; width:calc(100% + 2px); height:calc(100% + 2px); transform:translate(-50%,-50%)}
}


/* -------------------- */
/* ----20221115 �섏젙---- */
/* -------------------- */
.event_sec_01 #cont_02 .btn_wrap {max-width:640px}
.event_sec_01 #cont_02 .btn_wrap li {width:48%}
.event_sec_01 #cont_02 .btn_wrap_add ul li:nth-child(1) {left:28%; bottom:20.9%}
.event_sec_01 #cont_02 .btn_wrap_add ul li:nth-child(2) {left:30%; bottom:18%}



/* -------------------- */
/* ----20230419 �섏젙---- */
/* -------------------- */
#contents .sub_sec_02[data-layout="financial"] .online_wrap {margin-bottom:9.375rem}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_wrap {max-width:none}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_wrap .info_item {width:50%}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_item:last-child {width:100%}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_item:nth-child(3) .info_title {border-left:0px}
#contents .sub_sec_02[data-layout="financial"] .online_wrap .info_item:nth-child(even) .info_title {border-left:1px solid #E9E9E9}

#contents .sub_sec_02[data-layout="financial"] .group_wrap .info_wrap .info_item {width:100%}
#contents .sub_sec_02[data-layout="financial"] .group_wrap .info_title {justify-content:center; width:7.5rem}
#contents .sub_sec_02[data-layout="financial"] .group_wrap .info_item:first-child .info_desc span {display:inline-block; margin-left:0.625rem}
#contents .sub_sec_02[data-layout="financial"] .group_wrap .info_item:last-child .info_desc {line-height:1.7em}

#contents .small_business .progress .text li::after {top:-275%}
#contents .small_business .bot p {line-height:1.8em}
#contents .small_business .bot p span {font-weight:400}
#contents .sub_sec_02[data-layout="business"] .support_info .info_item >div.info_title {width:8rem; padding:1.25rem 0; min-width:auto}
#contents .sub_sec_02[data-layout="business"] .support_info .info_item:nth-child(3) .info_desc p:first-child:before {background-color:#333333}
#contents .sub_sec_02[data-layout="business"] .support_schedule .bg_warp_add ul li {width:50%}

#contents .sub_sec_02[data-layout="business"] .mid {padding-top:6.875rem; background-color:#F8FAFC}
#contents .sub_sec_02[data-layout="business"] .mid .inner {border-bottom:1px solid #E9E9E9}
#contents .sub_sec_02[data-layout="business"] .mid h2 {margin-bottom:1.25rem; font-weight:600; font-size:2.25rem}
#contents .sub_sec_02[data-layout="business"] .mid .desc {margin-bottom:3.125rem; font-size:0.875rem; color:#666666}
#contents .sub_sec_02[data-layout="business"] .mid .desc span {font-weight:600}
#contents .sub_sec_02[data-layout="business"] .mid ul {display:flex; flex-wrap:wrap; justify-content:space-between}

#contents .sub_sec_02[data-layout="business"] .mid .inner {padding-bottom:3.75rem}
#contents .sub_sec_02[data-layout="business"] .mid .btn_wrap .btn_type_01 {width: 13.125rem; padding: 1.4rem 0;    font-size: 1rem;margin:0.625rem auto 1.5rem}

#contents .sub_sec_02[data-layout="business"] .mid ul li {position:relative; width:22.5%; padding:3.125rem 0; background:#ffffff; text-align:center; border:1px solid #EFF3F7; border-radius:0.625rem}

#contents .sub_sec_02[data-layout="business"] .mid ul li::after {content:""; position:absolute; right:-10%; top:50%; width:0.75rem; height:1.125rem; background:url(/images/action/icon_right_02.svg) no-repeat center /cover}
#contents .sub_sec_02[data-layout="business"] .mid ul li:last-child::after {display:none}
#contents .sub_sec_02[data-layout="business"] .mid ul li figure {height:5.125rem; margin:0 auto 2.125rem}
#contents .sub_sec_02[data-layout="business"] .mid ul li figure img {display:block; width:auto; height:100%; margin:0 auto}
#contents .sub_sec_02[data-layout="business"] .mid ul li h3 {margin-bottom:0.625rem; font-weight:600; font-size:1.125rem}
#contents .sub_sec_02[data-layout="business"] .mid ul li p {font-size:0.875rem; color:#666666}
#contents .sub_sec_02[data-layout="business"] .mid ul li p span {font-size:0.75rem}


#contents .sub_sec_02[data-layout="business"] .mid .desc_02 {margin:0.815rem 0 3.75rem; font-size:0.813rem; color:#666666; line-height:1.6em}
/* #contents .sub_sec_02[data-layout="business"] .bot ul li {border:1px solid #EFF3F7; border-radius:0.625rem}*/
#contents .sub_sec_02[data-layout="business"] .bot .btn_wrap {display:flex; justify-content:center; margin-top:3.75rem}
#contents .sub_sec_02[data-layout="business"] .bot .btn_type_01 {display:flex; justify-content:center; align-items:center; height:4.25rem; margin:0px; padding:0px}
#contents .sub_sec_02[data-layout="business"] .bot .btn_type_01:nth-child(2) {margin-left:2.8rem}
@media screen and (min-width:767.1px) {
  #contents .sub_sec_02[data-layout="business"] .support_schedule ul li {padding-right:3rem}
  #contents .sub_sec_02[data-layout="business"] .support_schedule .bg_warp_add {position:relative; margin-top:0.75rem}
}
@media screen and (max-width:767px) {
  #contents .sub_sec_02[data-layout="business"] .support_schedule .bg_warp_add ul li {min-height:168px}

  #contents .sub_sec_02[data-layout="business"] .mid .desc {font-size:1rem}
  #contents .sub_sec_02[data-layout="business"] .mid .desc_02 {font-size:0.938rem}
  #contents .sub_sec_02[data-layout="business"] .mid ul li {width:47.5%}
  #contents .sub_sec_02[data-layout="business"] .mid ul li p {font-size:1rem}
  #contents .sub_sec_02[data-layout="business"] .mid ul li p span {font-size:0.938rem}

  #contents .sub_sec_02[data-layout="business"] .mid ul li:nth-child(1) {order:1;-ms-flex-order:1}
  #contents .sub_sec_02[data-layout="business"] .mid ul li:nth-child(2) {order:2;-ms-flex-order:2}
  #contents .sub_sec_02[data-layout="business"] .mid ul li:nth-child(3) {order:3;-ms-flex-order:3}
  #contents .sub_sec_02[data-layout="business"] .mid ul li:nth-child(4) {order:4;-ms-flex-order:4}
  #contents .sub_sec_02[data-layout="business"] .mid ul li:nth-child(1),#contents .sub_sec_02[data-layout="business"] .mid ul li:nth-child(2) {margin-bottom:2rem}
  #contents .sub_sec_02[data-layout="business"] .mid ul li::after {right:-7%}
  #contents .sub_sec_02[data-layout="business"] .mid ul li:nth-child(2)::after {right:auto;left:50%;top:auto;bottom:-9%;transform:translate(-50%,0) rotate(90deg)}

  #contents .sub_sec_02[data-layout="business"] .bot .btn_wrap {display:block}
  #contents .sub_sec_02[data-layout="business"] .bot .btn_type_01 {margin:0 auto}
  #contents .sub_sec_02[data-layout="business"] .bot .btn_type_01:nth-child(2) {margin:1.5rem auto 0}
}/* sm */
@media screen and (max-width:600px) {
  #contents .sub_sec_02[data-layout="business"] .mid ul li {width:100%; padding:3rem 0}
  #contents .sub_sec_02[data-layout="business"] .mid ul li:not(:last-child) {margin-bottom:2rem}
  #contents .sub_sec_02[data-layout="business"] .mid ul li::after {right:auto; left:50%; top:auto; bottom:-9%; transform:translate(-50%,0) rotate(90deg)}
}/* xsm */



/* -------------------- */
/* ----20230420 �섏젙---- */
/* -------------------- */
#contents .sub_sec_02[data-layout="business"] .support_info .info_item .pink {display:block; color:#FC527F; font-weight:400}
#contents .sub_sec_02[data-layout="business"] .support_info .info_item .bold {display:block; margin-bottom:0.15rem}
#contents .sub_sec_02[data-layout="financial"] .group_wrap .img_list {max-width:682px}
#contents .sub_sec_02[data-layout="financial"] .group_wrap .img_list li {width:210px}
#contents .sub_sec_02[data-layout="financial"] .group_wrap .action_tit b {display:inline-block; font-weight:500}
#contents .sub_sec_02[data-layout="financial"] .group_wrap .action_tit b::after {content:"NEW"; display:inline-block; width:3.5rem; height:1.875rem; margin-left:0.5rem; font-size:1rem; color:#ffffff; background-color:#4BC9F1; border-radius:0.875rem; text-align:center; line-height:1.875rem; vertical-align:0.313rem}
@media screen and (max-width:767px) {
  #contents .sub_sec_02[data-layout="business"] .bot .btn_wrap .btn_type_01 {font-size:1rem}
  #contents .sub_sec_02[data-layout="financial"] .group_wrap .img_list li {width:46%}
  #contents .sub_sec_02[data-layout="financial"] .group_wrap .img_list li:nth-child(1),
  #contents .sub_sec_02[data-layout="financial"] .group_wrap .img_list li:nth-child(2) {margin-bottom:2rem}
}/* sm */



/* -------------------- */
/* ----20230428 �섏젙---- */
/* -------------------- */
@media screen and (max-width:767px) {
  #contents .small_business .progress .text li::after {top:-16%}
  #contents .sub_sec_01 .detail_tit .logo_img {background:url(/images/action/coach_logo_m.png) no-repeat center/cover}
}/* sm */



/* -------------------- */
/* ----20230622 �섏젙---- */
/* -------------------- */
#contents .sub_sec_02[data-layout="business"] .support_schedule ul li.on h3 {color:#ffffff}
#contents .sub_sec_02[data-layout="business"] .support_schedule ul li.on p {color:#ffffff}
@media screen and (max-width:767px) {
  #contents .sub_sec_02[data-layout="business"] .support_schedule ul li.on {background-color:#194CB5}
}/* sm */

/* -------------------- */
/* ----20231116 수정---- */
/* -------------------- */
/* list */
#contents .sub_sec_01 .program_wrap ul li:nth-child(6)::after {background:url(../images/action/action_asset_02.png) no-repeat center center/cover; width:82px; height:54px}
/* info table layout */
#contents .sub_sec_02 .info_wrap {display:flex; flex-wrap:wrap; width:100%; margin-bottom:3rem; border-bottom:1px solid #E9E9E9}
#contents .sub_sec_02 .info_item {display:flex; width:50%; border-top:1px solid #E9E9E9}
#contents .sub_sec_02 .info_item[data-width="100"] {width:100%}
#contents .sub_sec_02 .info_item[data-width="50"] {width:50%}
#contents .sub_sec_02 .info_item[data-width="33"] {width:33.33%}
#contents .sub_sec_02 .info_item[data-width="25"] {width:25%}
#contents .sub_sec_02 .info_item >div {padding:1.25rem}
#contents .sub_sec_02 .info_title {display:flex; align-items:center; width:7.75rem; border-right:1px solid #E9E9E9; background:#F7FCFF; color:#194CB5; font-weight:600; font-size:0.875rem}
#contents .sub_sec_02 .info_desc {flex:1; font-size:0.875rem}
#contents .sub_sec_02 .info_desc span {font-size:0.813rem; font-weight:500; color:#666666}
/* program 06 */
#contents section[data-layout="senior"] .sub_tit {margin-bottom:1rem; color:#194CB5; font-weight:700; font-size:0.875rem}
#contents section[data-layout="senior"] .sub_desc {margin-bottom:1.5rem}
#contents section[data-layout="senior"] .action_subtit {margin-bottom:0.4rem; font-weight:500; border-bottom:1px solid #194CB5; color:#000000; font-size:0.875rem}
#contents section[data-layout="senior"] .action_subtit span {padding-bottom:0.25rem; color:#194CB5}
#contents section[data-layout="senior"] .action_tit {margin-bottom:1.25rem; font-weight:500; color:#000000; font-size:1.875rem}
#contents section[data-layout="senior"] .action_tit span {margin-right:1rem; font-weight:700; font-size:2rem; color:#D0D0D0}
#contents section[data-layout="senior"] .action_desc {width:100%; max-width:none; margin-bottom:3.75rem; color:#666666; font-size:0.875rem}
#contents .sub_sec_01[data-layout="senior"] .top_txt {max-width:920px}
#contents .sub_sec_02[data-layout="senior"] {padding:5rem 0}
/* top */
#contents .sub_sec_02[data-layout="senior"] .top .sec_tit {margin:0 0 40px 0}
#contents .sub_sec_02[data-layout="senior"] .top ul {position:relative; width:100%}
#contents .sub_sec_02[data-layout="senior"] .top li {position:absolute; height:17.75rem; z-index:10; opacity:0}
#contents .sub_sec_02[data-layout="senior"] .top li:nth-child(1) {left:0; top:0}
#contents .sub_sec_02[data-layout="senior"] .top li:nth-child(2) {position:relative; height:15.5rem; z-index:11; transform:translateY(3.875rem)}
#contents .sub_sec_02[data-layout="senior"] .top li:nth-child(3) {right:0; top:7.75rem}
#contents .sub_sec_02[data-layout="senior"] .top.on li {opacity:1; transition:opacity 0.8s}
#contents .sub_sec_02[data-layout="senior"] .top.on li:nth-child(2) {transition-delay:0.4s}
#contents .sub_sec_02[data-layout="senior"] .top.on li:nth-child(3) {transition-delay:0.8s}
#contents .sub_sec_02[data-layout="senior"] .top .text {width:15.5rem; height:15.5rem; margin:0 auto; border-radius:100%; background-color:#194CB5; color:#fff; font-size:1.125rem}
#contents .sub_sec_02[data-layout="senior"] .top .text span {position:absolute; left:50%; top:50%; width:100%; text-align:center; transform:translate(-50%,-50%)}
#contents .sub_sec_02[data-layout="senior"] .top img {display:block; width:auto; height:100%}
/* mid */
#contents .sub_sec_02[data-layout="senior"] .mid {padding:13.75rem 0 3.5rem 0; border-bottom:1px solid #E9E9E9}
#contents .sub_sec_02[data-layout="senior"] .mid + .mid {padding:3.5rem 0}
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule .bg_warp {position:relative}
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule .bg {width:100%}
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule .bg img {display:block; width:100%}
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule ul {display:flex; position:absolute; left:0; top:50%; width:100%; transform:translateY(-45%); height:70px; align-items:top; justify-content:center}
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule li {width:20%; text-align:center; color:#666666}
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule li:nth-child(2),
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule li:nth-child(3) {padding-left:2rem}
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule li h3 {margin-bottom:0.25rem; font-size:1rem; font-weight:600; color:#194CB5}
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule li h3 span {display:inline-block; margin-right:0.25rem}
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule li p {font-size:0.813rem; line-height:148%; font-weight:500}
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule li:nth-child(5) {color:#fff}
#contents .sub_sec_02[data-layout="senior"] .seniro_schedule li:nth-child(5) h3 {color:#fff}
/* bot */
#contents .sub_sec_02[data-layout="senior"] .bot {padding:3.5rem 0 1.5rem}
#contents .sub_sec_02[data-layout="senior"] .bot .sub_tit.f_jalnan {font-size:1rem}
#contents .sub_sec_02[data-layout="senior"] .bot .action_tit {margin:5px 0 48px}
#contents .sub_sec_02[data-layout="senior"] .training_cont {display:flex; gap:1rem}
#contents .sub_sec_02[data-layout="senior"] .training_cont li {display:flex; align-items:center; gap:0.75rem; padding:0.625rem; border:1px solid #E9E9E9; border-radius:0.625rem; flex:1}
#contents .sub_sec_02[data-layout="senior"] .training_cont figure {width:6.25rem; height:6.25rem}
#contents .sub_sec_02[data-layout="senior"] .training_cont .text_box {width:calc(100% - 0.75rem - 6.25rem)}
#contents .sub_sec_02[data-layout="senior"] .training_cont h6 {margin-bottom:0.5rem; font-size:0.875rem; font-weight:600}
#contents .sub_sec_02[data-layout="senior"] .training_cont p {font-size:0.875rem; line-height:145%; word-break:keep-all}
#contents .sub_sec_02[data-layout="senior"] .training_cont li:nth-child(1) figure {background:url(../images/action/senior_img_04.png) no-repeat center/cover}
#contents .sub_sec_02[data-layout="senior"] .training_cont li:nth-child(2) figure {background:url(../images/action/senior_img_05.png) no-repeat center/cover}
#contents .sub_sec_02[data-layout="senior"] .training_cont li:nth-child(3) figure {background:url(../images/action/senior_img_06.png) no-repeat center/cover}
#contents .sub_sec_02[data-layout="senior"] .training_cont_02 li:nth-child(1) figure {background:url(../images/action/senior_img_07.png) no-repeat center/cover}
#contents .sub_sec_02[data-layout="senior"] .training_cont_02 li:nth-child(2) figure {background:url(../images/action/senior_img_08.png) no-repeat center/cover}
/* 폰트 */
#contents section[data-layout="senior"] .f_jalnan {font-weight:normal}
#contents section[data-layout="senior"] .f_jalnan .f_blue {color:#123274}
#contents section[data-layout="senior"] .f_jalnan .f_black {color:#333333}
/* 배너 */
#contents .senior_banner {background:url(../images/action/senior_banner_bg.jpg) no-repeat center/cover}
#contents aside.senior_banner h2 {font-weight:500}
#contents aside.senior_banner h2 span {font-weight:700}
#contents aside.senior_banner p {margin:6.25rem 0 0.875rem; font-size:0.875rem}
#contents .senior_banner p span {display:inline-block; padding:0.5rem 1.5rem; border-radius:6.25rem; border:1px solid #ffff}
/* 영상 */
#contents section[data-layout="senior"] .video_wrap {width:100%; max-width:980px; margin-top:5.5rem; position:relative}
#contents section[data-layout="senior"] .video_wrap .video {width:100%; padding-bottom:56.25%}
#contents section[data-layout="senior"] .video_wrap iframe {width:100%; height:100%; position:absolute; top:0; left:0}
#contents section[data-layout="senior"] .video_wrap  .yt_box {width:100%; height:100%; background:url('../images/action/video_cover.png') no-repeat center center  #fff; background-size:cover; cursor:pointer; position:absolute; top:0; left:0; z-index:2; transition:all 0.3s}
#contents section[data-layout="senior"] .video_wrap  .yt_box::before {content:''; display:block; position:absolute; top:0; left:0; background-color:rgba(0,0,0,0.3); z-index:1; width:100%; height:100%; transition:all 0.3s}
#contents section[data-layout="senior"] .video_wrap  .yt_box::after {content:''; display:block; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; background:url(../images/action/ico_play.svg)  center / 6.375rem auto no-repeat; width:6.375rem; height:6.375rem; transition:all 0.3s}
#contents section[data-layout="senior"] .video_wrap  .yt_box.play::before,
#contents section[data-layout="senior"] .video_wrap  .yt_box.play::after {display:none}


@media screen and (max-width:960px) {
  #contents section[data-layout="senior"] .sub_tit {font-size:1.25rem}
  #contents section[data-layout="senior"] .action_subtit {font-size:0.91rem}
  #contents section[data-layout="senior"] .action_tit .span {font-size:2.16rem}
  #contents section[data-layout="senior"] .action_tit {font-size:1.58rem}
  #contents section[data-layout="senior"] .action_desc {font-size:1.1rem}
  #contents section[data-layout="senior"] .action_info p {font-size:1.25rem}

  #contents .sub_sec_02[data-layout="senior"] .info_item {width:100%}
  /* top */
  #contents .sub_sec_02[data-layout="senior"] .top .sec_tit {text-align:center}
  #contents .sub_sec_02[data-layout="senior"] .top li {position:static}
  #contents .sub_sec_02[data-layout="senior"] .top li:nth-child(2) {position:relative; transform:translateY(-2rem)}
  #contents .sub_sec_02[data-layout="senior"] .top li:nth-child(3) {margin-top:-3.5rem}
  #contents .sub_sec_02[data-layout="senior"] .top img {margin:0 auto}
  /* mid */
  #contents .sub_sec_02[data-layout="senior"] .mid {padding:5rem 0 3.5rem 0}
  #contents .sub_sec_02[data-layout="senior"] .seniro_schedule .bg {display:none}
  #contents .sub_sec_02[data-layout="senior"] .seniro_schedule ul {flex-wrap:wrap; justify-content:left; gap:0.5rem; position:static; height:auto; transform:translateY(0)}
  #contents .sub_sec_02[data-layout="senior"] .seniro_schedule li {width:calc((100% - 0.5rem)/2); padding:1.25rem; border-radius:0.75rem; border:1px solid #C2EBFF}
  #contents .sub_sec_02[data-layout="senior"] .seniro_schedule li:nth-child(2),
  #contents .sub_sec_02[data-layout="senior"] .seniro_schedule li:nth-child(3) {padding-left:1.25rem}
  #contents .sub_sec_02[data-layout="senior"] .seniro_schedule li:nth-child(1) {background-color:#ffffff}
  #contents .sub_sec_02[data-layout="senior"] .seniro_schedule li:nth-child(2) {background-color:#F3FBFF}
  #contents .sub_sec_02[data-layout="senior"] .seniro_schedule li:nth-child(3) {background-color:#C2EBFF}
  #contents .sub_sec_02[data-layout="senior"] .seniro_schedule li:nth-child(4) {background-color:#C2EBFF}
  #contents .sub_sec_02[data-layout="senior"] .seniro_schedule li:nth-child(5) {background-color:#194CB5}
  #contents .sub_sec_02[data-layout="senior"] .seniro_schedule li p {font-size:0.875rem}
  /* bot */
  #contents .sub_sec_02[data-layout="senior"] .training_cont {flex-wrap:wrap; flex-direction:column}
  #contents .sub_sec_02[data-layout="senior"] .training_cont li {width:100%}
}/* md ~ */
@media screen and (max-width:600px) {
  #contents .sub_sec_01 .program_wrap ul li:nth-child(6)::after {width:50px; height:32px}
}/* sm */

/* -------------------- */
/* ----20250704 수정---- */
/* -------------------- */
#contents section[data-layout="wish"] .sub_tit {margin-bottom:1rem; color:#194CB5; font-weight:700; font-size:0.875rem}
#contents section[data-layout="wish"] .sub_desc {margin-bottom:1.5rem}
#contents section[data-layout="wish"] .action_subtit {margin-bottom:0.4rem; font-weight:500; border-bottom:1px solid #194CB5; color:#000000; font-size:0.875rem}
#contents section[data-layout="wish"] .action_subtit span {padding-bottom:0.25rem; color:#194CB5}
#contents section[data-layout="wish"] .action_tit {margin-bottom:1.25rem; font-weight:500; color:#000000; font-size:1.875rem}
#contents section[data-layout="wish"] .action_tit span {margin-right:1rem; font-weight:700; font-size:2rem; color:#D0D0D0}
#contents section[data-layout="wish"] .action_desc {width:100%; max-width:none; margin-bottom:3.75rem; color:#666666; font-size:0.875rem}
#contents .sub_sec_01[data-layout="wish"] .top_txt {max-width:920px}
#contents .sub_sec_02[data-layout="wish"] {padding:5rem 0 0;}
#contents .sub_sec_02[data-layout="wish"] .sec_tit {margin-top: 0;}
#contents .sub_sec_02[data-layout="wish"] .mid {margin: 4.5rem 0 0; width: 100%;}
#contents .sub_sec_02[data-layout="wish"] .mid .title_wrap {margin-bottom: 3.75rem;}
#contents .sub_sec_02[data-layout="wish"] .mid .title_wrap p {color: #666; font-size: 0.875rem;}
#contents .sub_sec_02[data-layout="wish"] .mid .info_title {text-align: center; justify-content: center; background-color: #F6FCFF; width: 10.75rem;}
#contents .sub_sec_02[data-layout="wish"] .mid .info_desc ol {list-style: disc; margin-left: 1rem;}
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap {height: 110px; position:relative; background-image: url(../images/action/wish_img_03.svg); background-position: center; background-repeat: no-repeat; background-size: contain;}
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap img {position:absolute;top:0;left:0;width:100%;height:100%;z-index: -10;}
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap ul {display: flex; width: 100%; height: 100%; justify-content: space-around;}
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap li {width: 25%; text-align: center; display: flex; align-items: center; justify-content: center; display: flex; flex-direction: column; row-gap: 0.88rem;}
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap li:nth-child(2) { transform: translateX(5.7%); }
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap li:nth-child(3) { transform: translateX(4.4%); }
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap h3 {color: #194cb5; font-size: 1rem; line-height: 100%; font-weight: 600; }
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap p {color: #666; font-size: 0.8125rem; font-weight: 500;}
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap li:nth-child(4) h3,
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap li:nth-child(4) p {color: #fff;}
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap p span {color: #98BAFF;}
#contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .btn_wrap .btn_type_01 {margin-top: 3.12rem;}
#contents section[data-layout="wish"] ul.sec_desc {margin-top: 5.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.88rem; font-size: 1.125rem; font-weight: 500; text-align: center; line-height: normal;}
#contents section[data-layout="wish"] ul.sec_desc li {display: flex; flex-direction: column; row-gap: 1.25rem;}
#contents .sub_sec_03[data-layout="wish"] { background-color: #F8FAFC; padding-top: 4.5rem; padding-bottom: 4.5rem; }
#contents .sub_sec_03[data-layout="wish"] .mid ul.poster_wrap {margin-top: 3.75rem; display: flex; flex-wrap: wrap; gap: 3rem 1.875rem; justify-content: center; text-align: center;}
#contents .sub_sec_03[data-layout="wish"] .mid ul.poster_wrap img {width: 25rem; aspect-ratio: 400/514; margin-bottom: 1.5rem;}
#contents .sub_sec_03[data-layout="wish"] .mid ul.poster_wrap li {width: 25rem;}
#contents .sub_sec_03[data-layout="wish"] .mid ul.poster_wrap p.list_title {color: #333; font-size: 18px; font-weight: 600; margin-bottom: 8px; line-height: 100%;}
#contents .sub_sec_03[data-layout="wish"] .mid ul.poster_wrap p.list_info {font-size: 1.125rem; color: #666; font-weight: 400; line-height: normal;}
#contents .sub_sec_04[data-layout="wish"] .bot {display: flex; justify-content: center; align-items: center; padding-bottom: 4.5rem;}

  /* 하단 배너 */
#contents aside.wish_banner { word-break: keep-all; padding: 10rem 0 2.25rem; background: url("../images/action/wish_banner_bg.jpg") no-repeat center / cover;}
#contents aside.wish_banner h2 { font-size: 2.375em; font-weight: 500; margin-bottom: 6.44rem; }

/* 영상 */
#contents section[data-layout="wish"] .video_wrap {width:100%; max-width:980px; margin-top:4.5rem; position:relative}
#contents section[data-layout="wish"] .video_wrap .video {width:100%; padding-bottom:56.25%}
#contents section[data-layout="wish"] .video_wrap iframe {width:100%; height:100%; position:absolute; top:0; left:0}
#contents section[data-layout="wish"] .video_wrap  .yt_box {width:100%; height:100%; background:url('../images/action/wish_video_cover.png') no-repeat center center  #fff; background-size:cover; cursor:pointer; position:absolute; top:0; left:0; z-index:2; transition:all 0.3s}
#contents section[data-layout="wish"] .video_wrap  .yt_box::before {content:''; display:block; position:absolute; top:0; left:0; background-color:rgba(0,0,0,0.3); z-index:1; width:100%; height:100%; transition:all 0.3s}
#contents section[data-layout="wish"] .video_wrap  .yt_box::after {content:''; display:block; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; background:url(../images/action/ico_play.svg)  center / 6.375rem auto no-repeat; width:6.375rem; height:6.375rem; transition:all 0.3s}
#contents section[data-layout="wish"] .video_wrap  .yt_box.play::before,
#contents section[data-layout="wish"] .video_wrap  .yt_box.play::after {display:none}

/* 반응형 */
@media screen and (max-width: 960px) {
  #contents .sub_sec_02[data-layout="wish"] * {word-break: keep-all;}
  #contents .sub_sec_02[data-layout="wish"] .top .sec_tit {text-align: center;}
}

@media screen and (max-width: 767px) {
  #contents .sub_sec_01 div.visual_img {background-position-x: 60%;}
  #contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap {background-image: url(../images/action/wish_img_03_col.svg); height: 40rem;}
  #contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap {display: flex;justify-content:center;align-items:center;}
  #contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap ul.schedule_list {flex-direction: column;align-items: center;width:11.125rem;}
  #contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap ul.schedule_list li {transform: none;width:100%;}
  #contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap ul.schedule_list li:nth-child(2) { transform: translateY(11.4%); }
  #contents .sub_sec_02[data-layout="wish"] .mid .wish_schedule .bg_wrap ul.schedule_list li:nth-child(3) { transform: translateY(11.4%); }
  #contents aside.wish_banner { height: 250px; background-position: 54% center; padding: 58px 24px 32px; display: flex; flex-direction: column; justify-content: space-between; }
  #contents aside.wish_banner h2 {font-size: 18px; line-height: 135%; text-align: left; margin-bottom: 3.13rem;}
  #contents aside.wish_banner ul {font-size: 10px;}
}



/* --------------------------------arch_sec common-------------------------------- */
#contents.archiving {padding:4.375rem 0 0 0}
#contents.archiving .inner {min-height:auto}
#contents.archiving .arch_sec_01 .inner {min-height:auto; max-width:100%}
#contents.archiving .arch_sec_02 .inner {min-height:auto; max-width:100%}
[class^="arch_sec_"] .inner {width:92%; max-width:980px; margin:0 auto}
/* --------------------------------arch_sec common end-------------------------------- */


/* --------------------------------arch_sec_01-------------------------------- */
.arch_sec_01 {width:100%; background-color:#DFF2FF}
.arch_sec_01 .inner {width:100%; max-width:1440px; margin:0 auto; padding-top:25.5%; background:url(../images/action/arch_sec_01_bg.jpg) no-repeat center/cover}
@media screen and (max-width:767px) {
    .arch_sec_01 .inner {padding-top:115%; background:url(../images/action/arch_sec_01_bg_mo.jpg) no-repeat center/cover}
}/* sm */
/* --------------------------------arch_sec_01 end-------------------------------- */


/* --------------------------------arch_sec_02-------------------------------- */
.arch_sec_02 {width:100%; background-color:#F8FAFC; overflow-x:hidden}
.arch_sec_02 .inner {width:100%; max-width:1440px; margin:0 auto; background:url(../images/action/arch_sec_02_bg.jpg) no-repeat center/cover}
.arch_sec_02 .text_wrap {position:relative; width:92%; max-width:800px; margin:0 auto; padding:5rem 0}
.arch_sec_02 .text_wrap::after,
.arch_sec_02 .text_wrap::before {content:""; position:absolute; z-index:10}
.arch_sec_02 .text_wrap::after {right:0; top:50%; width:3.5rem; height:5.625rem; background:url(../images/action/arch_sec_02_img_01.png) no-repeat center bottom/100% auto; transform:translateY(-25%)}
.arch_sec_02 .text_wrap::before {left:0; bottom:0; width:6.75rem; height:3.375rem; background:url(../images/action/arch_sec_02_img_02.png) no-repeat center bottom/100% auto}
.arch_sec_02 .title {width:100%; max-width:25.5rem; margin:0 auto}
.arch_sec_02 .title img {display:block; width:100%}
.arch_sec_02 .desc {margin-top:2rem; color:#666; font-size:1rem; text-align:center; line-height:180%}
@media screen and (max-width:767px) {
    .arch_sec_02 .inner {background:url(../images/action/arch_sec_02_bg_mo.jpg) no-repeat center/cover}
    .arch_sec_02 .text_wrap {padding:6rem 0}
    .arch_sec_02 .text_wrap::after {right:-8%; top:4%; transform:translateY(0)}
    .arch_sec_02 .text_wrap::before {left:15%}
    .arch_sec_02 .desc {font-size:1.25rem}
}/* sm */
/* --------------------------------arch_sec_02 end-------------------------------- */


/* --------------------------------arch_sec_03-------------------------------- */
.arch_sec_03 {width:100%; padding:7.5rem 0 4.375rem 0}
.arch_sec_03 .title {width:100%; max-width:40rem; margin:0 auto}
.arch_sec_03 .title img {display:block; width:100%}
.arch_sec_03 .flex_wrap {display:flex; gap:2rem; width:100%; max-width:35.125rem; margin:2.5rem auto 0}
.arch_sec_03 li {flex:1; padding:2rem; border:1px solid #E9E9E9; border-radius:1.875rem}
.arch_sec_03 li figure {width:7.5rem; height:7.5rem; margin:0 auto; background-size:contain; background-position:center; background-repeat:no-repeat}
.arch_sec_03 li:nth-child(1) figure {background-image:url(../images/action/arch_sec_03_img_01.png)}
.arch_sec_03 li:nth-child(2) figure {background-image:url(../images/action/arch_sec_03_img_02.png)}
.arch_sec_03 .text_wrap {margin-top:1.25rem; color:#666; text-align:center}
.arch_sec_03 .text_wrap h3 {font-size:1.25rem; font-weight:600}
.arch_sec_03 .text_wrap p {margin-top:0.5rem; font-size:1rem; line-height:180%}
@media screen and (min-width:767.1px) {
    .arch_sec_03 .title .img_sm {display:none !important}
}/* md ~ */
@media screen and (max-width:767px) {
    .arch_sec_03 {padding:7.5rem 0 6rem 0}
    .arch_sec_03 .title {max-width:19.25rem}
    .arch_sec_03 .title .img_lg {display:none !important}
    .arch_sec_03 .flex_wrap {gap:1.25rem; max-width:none}
    .arch_sec_03 .text_wrap p {font-size:1.125rem}
}/* sm */
@media screen and (max-width:500px) {
    .arch_sec_03 .flex_wrap {flex-wrap:wrap}
    .arch_sec_03 li {display:flex; align-items:center; gap:5%; flex-basis:100%; padding:1.5rem 1.75rem}
    .arch_sec_03 li figure {width:38%; height:auto; padding-top:38%}
    .arch_sec_03 .text_wrap {width:57%; margin-top:0; text-align:left}
}/* xsm */
/* --------------------------------arch_sec_03 end-------------------------------- */


/* --------------------------------arch_sec_04-------------------------------- */
.arch_sec_04 {padding-bottom:7.5rem; background:url(../images/action/arch_sec_04_bg.jpg) no-repeat center top/100% auto}
.arch_sec_04 .title {margin-bottom:1rem; color:#666; font-size:1rem; font-weight:400; text-align:center}
.arch_sec_04 .tab_wrap {width:100%}
.arch_sec_04 .tab_wrap >ul {position:relative; width:100%; height:auto}
.arch_sec_04 .tab_wrap >ul >li {width:16.6%}
.arch_sec_04 .tab_wrap >ul >li .tab_cont {display:none; background-color:#fff; width:600%; padding-top:calc(3.75rem + 3.125rem)}
.arch_sec_04 .tab_wrap >ul >li.on .tab_cont {display:block}
.arch_sec_04 .tab_wrap >ul >li >a {position:absolute; top :0; display:flex; justify-content:center; align-items:center; cursor:pointer; width:15.5%; height:3.75rem; background-color:#BEC2CA; border-radius:3.125rem; color:#fff; font-size:1.125rem; font-weight:500}
.arch_sec_04 .tab_wrap >ul >li.on >a {background-color:#1E2431}
.arch_sec_04 .tab_wrap a.tab_menu01 {left:0}
.arch_sec_04 .tab_wrap a.tab_menu02 {left:16.6%}
.arch_sec_04 .tab_wrap a.tab_menu03 {left:33.2%}
.arch_sec_04 .tab_wrap a.tab_menu04 {left:49.8%}
.arch_sec_04 .tab_wrap a.tab_menu05 {left:66.4%}
.arch_sec_04 .tab_wrap a.tab_menu06 {left:83%}

.arch_sec_04 .tab_wrap .inner_box {padding:1.875rem; border-radius:5rem; border:2px solid #EEF0F5; background:#FFF; box-shadow:0px 18px 50px 0px rgba(0, 0, 0, 0.06)}
.arch_sec_04 .tab_wrap .banner_wrap {width:100%; height:17.5rem; background-size:cover; background-position:center; background-repeat:no-repeat; border-radius:3rem 3rem 0 0}
.arch_sec_04 .tab_cont01 .banner_wrap {background-image:url(../images/action/archiving_tab_top_01.png)}
.arch_sec_04 .tab_cont02 .banner_wrap {background-image:url(../images/action/archiving_tab_top_02.png)}
.arch_sec_04 .tab_cont03 .banner_wrap {background-image:url(../images/action/archiving_tab_top_03.png)}
.arch_sec_04 .tab_cont04 .banner_wrap {background-image:url(../images/action/archiving_tab_top_04.png)}
.arch_sec_04 .tab_cont05 .banner_wrap {background-image:url(../images/action/archiving_tab_top_05.png)}
.arch_sec_04 .tab_cont06 .banner_wrap {background-image:url(../images/action/archiving_tab_top_06.png)}

.arch_sec_04 .list_wrap {padding:5rem 5.625rem; border-radius:0 0 3rem 3rem; background-color:#FAFAFA}
.arch_sec_04 .list_wrap li:not(:last-child) {margin-bottom:5rem}
.arch_sec_04 .list_title {width:auto; height:2.75rem; margin-bottom:2.5rem}
.arch_sec_04 .list_title img {display:block; width:auto; height:100%}
.arch_sec_04 .list_item {display:flex; justify-content:space-between; width:100%; padding:2.5rem; border-radius:1.875rem; border:1px solid #F2F2F2; background-color:#fff; box-shadow:0px 8px 18px 0px rgba(0, 0, 0, 0.04)}
.arch_sec_04 .list_item:not(:last-child) {margin-bottom:1.875rem}
/* width:16.75rem; */
.arch_sec_04 .list_item figure {width:40%; height:0; padding-top:49%; background-position:left top; background-repeat:no-repeat; background-size:contain}
.arch_sec_04 .list_item01 figure {background-image:url(../images/action/archiving_book_01.png)}
.arch_sec_04 .list_item02 figure {background-image:url(../images/action/archiving_book_02.png)}
.arch_sec_04 .list_item03 figure {background-image:url(../images/action/archiving_book_03.png)}
.arch_sec_04 .list_item04 figure {background-image:url(../images/action/archiving_book_04.png)}
.arch_sec_04 .list_item05 figure {background-image:url(../images/action/archiving_book_05.png)}
.arch_sec_04 .list_item06 figure {background-image:url(../images/action/archiving_book_06.png)}
.arch_sec_04 .list_item07 figure {background-image:url(../images/action/archiving_book_07.png)}
.arch_sec_04 .list_item08 figure {background-image:url(../images/action/archiving_book_08.png)}
.arch_sec_04 .list_item09 figure {background-image:url(../images/action/archiving_book_09.png)}
.arch_sec_04 .list_item10 figure {background-image:url(../images/action/archiving_book_10.png)}
.arch_sec_04 .list_item11 figure {background-image:url(../images/action/archiving_book_11.png)}
.arch_sec_04 .list_item12 figure {background-image:url(../images/action/archiving_book_12.png)}
.arch_sec_04 .list_item13 figure {background-image:url(../images/action/archiving_book_13.png)}
.arch_sec_04 .list_item14 figure {background-image:url(../images/action/archiving_book_14.png)}
.arch_sec_04 .list_item15 figure {background-image:url(../images/action/archiving_book_15.png)}
.arch_sec_04 .list_item16 figure {background-image:url(../images/action/archiving_book_16.png)}
.arch_sec_04 .list_item17 figure {background-image:url(../images/action/archiving_book_17.png)}
.arch_sec_04 .list_item18 figure {background-image:url(../images/action/archiving_book_18.png)}
.arch_sec_04 .list_item19 figure {background-image:url(../images/action/archiving_book_19.png)}
.arch_sec_04 .list_item20 figure {background-image:url(../images/action/archiving_book_20.png)}
.arch_sec_04 .list_item21 figure {background-image:url(../images/action/archiving_book_21.png)}
.arch_sec_04 .list_item22 figure {background-image:url(../images/action/archiving_book_22.png)}
.arch_sec_04 .list_item23 figure {background-image:url(../images/action/archiving_book_23.png)}
.arch_sec_04 .list_item24 figure {background-image:url(../images/action/archiving_book_24.png)}
.arch_sec_04 .list_item25 figure {background-image:url(../images/action/archiving_book_25.png)}
.arch_sec_04 .list_item26 figure {background-image:url(../images/action/archiving_book_26.png)}
.arch_sec_04 .list_item27 figure {background-image:url(../images/action/archiving_book_27.png)}
.arch_sec_04 .list_item28 figure {background-image:url(../images/action/archiving_book_28.png)}
.arch_sec_04 .list_item29 figure {background-image:url(../images/action/archiving_book_29.png)}
.arch_sec_04 .list_item30 figure {background-image:url(../images/action/archiving_book_30.png)}
.arch_sec_04 .list_item31 figure {background-image:url(../images/action/archiving_book_31.png)}
.arch_sec_04 .list_item32 figure {background-image:url(../images/action/archiving_book_32.png)}
.arch_sec_04 .list_item33 figure {background-image:url(../images/action/archiving_book_33.png)}
/* width:calc(100% - 16.75rem - 1rem); */
.arch_sec_04 .text_box {position:relative; width:calc(60% - 1rem); text-align:left}
.arch_sec_04 .text_box h5 {font-size:1.375rem; font-weight:700; color:#333}
.arch_sec_04 .text_box p {margin-top:0.625rem; font-size:1rem; color:#666; font-weight:400; line-height:150%}
.arch_sec_04 .age_box {display:flex; align-items:center; gap:0.75rem; margin-top:1rem}
.arch_sec_04 .age_box i {display:block; width:3.75rem; height:3.75rem; background:url(../images/action/archiving_name_icon.png) no-repeat center/100% auto}
.arch_sec_04 .age_box h6 {display:inline-block; padding:0.375rem 0.625rem; line-height:100%; background-color:#F4F4F4; border-radius:3.125rem; color:#666; font-size:1rem; font-weight:500}
.arch_sec_04 .age_box p {margin-top:0.375rem; line-height:140%; font-weight:400; font-size:1rem; color:#666}
.arch_sec_04 .btn_box {position:absolute; left:0; bottom:1.375rem; display:flex; flex-wrap:wrap; gap:0.625rem; width:100%}
.arch_sec_04 .btn_box [class^="arch_btn_"] {display:block; height:3.125rem; line-height:3.125rem; text-align:center; color:#fff; border-radius:3.125rem}
.arch_sec_04 .btn_box .arch_btn_type_01 {background-color:#004CBC}
.arch_sec_04 .btn_box .arch_btn_type_02 {background-color:#00CBF4}
.arch_sec_04 .btn_box .arch_btn_type_03 {background-color:#444}
.arch_sec_04 .btn_box .wid_100 {width:100%}
.arch_sec_04 .btn_box .wid_50 {width:calc(50% - 0.3125rem)}

.arch_sec_04 .tab_menu_wrap {margin-top:2.5rem; text-align:center}
.arch_sec_04 .tab_menu_bot {display:inline-block; height:3.75rem; padding:0 2rem; line-height:calc(3.75rem - 6px); border:3px solid #004CBC; border-radius:3.125rem; font-size:1.125rem; font-weight:700; color:#004CBC; background-color:#fff; text-align:center}
.arch_sec_04 .tab_menu_bot::after {content:""; display:inline-block; width:0.875rem; height:0.875rem; background:url(../images/action/ico_right_03.svg) no-repeat center/auto 100%; vertical-align:-0.035rem}
@media screen and (max-width:960px) and (min-width:767.1px) {
    .arch_sec_04 .list_item figure {padding-top:53%}
    .arch_sec_04 .text_box p {word-break:keep-all}
    .arch_sec_04 .text_box .brd {display:none !important}
    .arch_sec_04 .btn_box {bottom:0}
}/* md */
@media screen and (max-width:767px) {
    .arch_sec_04 {background:#ffffff}
    .arch_sec_04 .inner {width:100%}
    .arch_sec_04 .title {display:none}
    .arch_sec_04 .tab_wrap .inner_box {padding:1.25rem 1rem; border-radius:3rem; box-shadow:none}
    .arch_sec_04 .tab_wrap >ul >li {width:33.3%}
    .arch_sec_04 .tab_wrap >ul >li .tab_cont {width:300%; padding-top:calc(3.75rem + 3.75rem + 2.85rem)}
    .arch_sec_04 .tab_wrap >ul >li a {width:calc(33.33% - 1rem); height:3.75rem}
    .arch_sec_04 .tab_wrap a.tab_menu01 {left:50%; transform:translateX(-155%)}
    .arch_sec_04 .tab_wrap a.tab_menu02 {left:50%; transform:translateX(-50%)}
    .arch_sec_04 .tab_wrap a.tab_menu03 {left:50%; transform:translateX(55%)}
    .arch_sec_04 .tab_wrap a.tab_menu04 {left:50%; top:4.615rem; transform:translateX(-155%)}
    .arch_sec_04 .tab_wrap a.tab_menu05 {left:50%; top:4.615rem; transform:translateX(-50%)}
    .arch_sec_04 .tab_wrap a.tab_menu06 {left:50%; top:4.615rem; transform:translateX(55%)}

    .arch_sec_04 .tab_wrap .banner_wrap {height:0; padding-top:120%; border-radius:2.5rem 2.5rem 0 0}
    .arch_sec_04 .tab_cont01 .banner_wrap {background-image:url(../images/action/archiving_tab_top_01_mo.jpg)}
    .arch_sec_04 .tab_cont02 .banner_wrap {background-image:url(../images/action/archiving_tab_top_02_mo.jpg)}
    .arch_sec_04 .tab_cont03 .banner_wrap {background-image:url(../images/action/archiving_tab_top_03_mo.jpg)}
    .arch_sec_04 .tab_cont04 .banner_wrap {background-image:url(../images/action/archiving_tab_top_04_mo.jpg)}
    .arch_sec_04 .tab_cont05 .banner_wrap {background-image:url(../images/action/archiving_tab_top_05_mo.jpg)}
    .arch_sec_04 .tab_cont06 .banner_wrap {background-image:url(../images/action/archiving_tab_top_06_mo.jpg)}

    .arch_sec_04 .list_wrap {padding:3rem 1.5rem}
    .arch_sec_04 .list_item {display:block; padding:1.5rem 1rem 2.5rem}
    .arch_sec_04 .list_item figure {width:100%; padding-top:120%; background-position:right -4px top}
    .arch_sec_04 .text_box {width:100%; padding:0 10px}
    .arch_sec_04 .text_box h5 {font-size:1.5rem}
    .arch_sec_04 .text_box p {font-size:1.2rem}
    .arch_sec_04 .age_box i {width:4rem; height:4rem}
    .arch_sec_04 .age_box h6,
    .arch_sec_04 .age_box p {font-size:1.15rem}
    .arch_sec_04 .btn_box {position:static; margin-top:2rem}
    .arch_sec_04 .btn_box [class^="arch_btn_"] {font-size:1.2rem}
    .arch_sec_04 .btn_box .wid_50 {width:100%}
    
    .arch_sec_04 .tab_menu_bot {display:block; width:100%; padding:0; font-size:1.3rem}
    .arch_sec_04 .tab_menu_bot span {display:none}
}/* sm */
/* --------------------------------arch_sec_04 end-------------------------------- */


/* --------------------------------arch_sec_05-------------------------------- */
.arch_sec_05 {width:100%; padding-bottom:8.5rem; text-align:center; background-color:#fff}
.arch_sec_05 .inner {max-width:830px}
.arch_sec_05 .title {font-size:1.125rem; font-weight:500; line-height:160%}
.arch_sec_05 .btn_wrap {display:flex; justify-content:center; gap:1.25rem; margin-top:2.5rem}
.arch_sec_05 .btn_wrap [class^="btn_"] {display:block; width:calc(50% - (1.25rem / 2)); max-width:20.25rem; height:3.75rem; padding:0 2rem; line-height:calc(3.75rem - 6px); border:3px solid #004CBC; border-radius:3.125rem; font-size:1.125rem; font-weight:700; color:#004CBC; background-color:#fff; text-align:center}
.arch_sec_05 .btn_wrap .btn_kakao {background-color:#004CBC; color:#fff}
.arch_sec_05 .text_wrap {width:100%; margin-top:5rem; padding:3.75rem; border-radius:3.125rem; background-color:#F8FAFC}
.arch_sec_05 .text_wrap figure {width:100%; max-width:271px; margin:0 auto}
.arch_sec_05 .text_wrap img {display:block; width:100%}
.arch_sec_05 .text_wrap .desc {margin-top:2.5rem; color:#666; font-size:1rem; line-height:170%}
@media screen and (max-width:767px) {
    .arch_sec_05 .inner {width:100%}
    .arch_sec_05 .title {font-size:1.25rem}
    .arch_sec_05 .btn_wrap {flex-wrap:wrap}
    .arch_sec_05 .btn_wrap [class^="btn_"] {width:92%; max-width:none; padding:0}
    .arch_sec_05 .text_wrap {padding:4.5rem 0; border-radius:0}
    .arch_sec_05 .text_wrap .desc {font-size:1.125rem}
}/* sm */
/* --------------------------------arch_sec_05 end-------------------------------- */


