@charset "utf-8";


/* layout 시작*/
.clearfix {width:100%;}
.clearfix:after {content:"";display:block;visibility:hidden;clear:both;}

#container,
#foot-layout{width:100%;text-align:center;display:block;position:relative;}
#container .body-wrap,
#container.b-type .contents-wrap{ position:relative;display:block;width:100%;}


#header .utile-wrap li.search > a{ font-size:1.6rem;}
#container{/* padding-top:1329px;padding-top:430px;*/}
#contents{display:block;width:100%;}

.moVer{display:none;}

/* layout  끝*/

/* 메인 비주얼 시작 */
#mvisual{ position:fixed;left:0;top:0;width:100%;height:100%;overflow:hidden;}
#mvisual .wrapper{ position:absolute;top:35%;left:0;margin-top:-200px;z-index:1;width:100%;}
#mvisual .wrapper .mvisual_txt{ position:relative;width:1552px;margin:0 auto;text-align:left;}
#mvisual .wrapper .mvisual_txt:before{ position:absolute;top:172px;right:122px;content:"";display:block;width:681px;border:1px solid #fff;opacity:0.5;}
#mvisual .wrapper .mvisual_txt .mv_en{ display:block;width:334px;height:39px;background:url(/static/main/img/main/mvisual_entxt.png) no-repeat;vertical-align:middle;font-size:0;text-indent:-9999px;margin-bottom:25px;}
#mvisual .wrapper .mvisual_txt .mv_tit{ display:block;font-size:45px;color:#fff;font-weight:700;letter-spacing:-1px;line-height:1.2;margin-bottom:25px;text-shadow:1px 1px 5px #555;}
#mvisual .wrapper .mvisual_txt .mv_tit b{ display:inline-block;font-weight:700;}
#mvisual .wrapper .mvisual_txt .mv_txt{ font-size:26px;color:#fff;text-shadow:1px 1px 4px #000;}
#mvisual .scroll_down{ position:absolute;left:50%;margin-left:-775px;bottom:36px;font-family:'ttl';font-size:13px;color:#fff;letter-spacing:0;}
#mvisual .scroll_down .cir{ display:inline-block;width:19px;height:19px;border:1px solid #ddd;border-radius:50%;margin-left:10px;vertical-align:middle;}
#mvisual .scroll_down .cir:before{ position:absolute;top:-7px;right:6px;content:"";display:inline-block;width:6px;height:4px;background:url(/static/main/img/main/scroll_down_arr.png) no-repeat;vertical-align:middle;animation-name:anim1;animation-duration:2s;animation-iteration-count:infinite;}
#mvisual .scroll_down .cir:after{ position:absolute;bottom:-9px;right:6px;content:"";display:inline-block;width:6px;height:4px;background:url(/static/main/img/main/scroll_down_arr2.png) no-repeat;vertical-align:middle;animation-name:anim2;animation-duration:2s;animation-iteration-count:infinite;}
#mvisual .sliderBox{ position:relative;z-index:-1;width:100%;height:100% !important;overflow:hidden;}
#mvisual .sliderBox ul,
#mvisual .sliderBox ul li{ height:100%;}
#mvisual .sliderBox ul li .thumb{ position:relative;display:inline-block;width:100%;height:100%;overflow:hidden;}
#mvisual .sliderBox ul li .thumb img{width:auto;min-width:100%;max-width:none;min-height:100%;height:auto;position:absolute;left:0;top:0;}
#mvisual .btn_area{}
#mvisual .btn_area .pageCount{ position:absolute;top:35%;left:50%;margin-top:-44px;margin-left:686px;z-index:0;display:inline-block;color:#fff;font-family:'ttl';font-size:20px;font-weight:300;}
#mvisual .btn_area .pageCount .num{ display:inline-block;color:#fff;font-family:'ttl';font-weight:500;margin-right:2px;}
#mvisual .btn_area .pageCount .totalNum{ display:inline-block;font-family:'ttl';font-weight:200;margin-left:2px;}
#mvisual .btn_area button{ position:relative;display:inline-block;width:8px;height:15px;font-size:0;text-indent:-9999px;padding:0;margin:0;background:url(/static/main/img/main/arr_ir.png) no-repeat;cursor:pointer;}
#mvisual .btn_area .btn_prev{ position:absolute;top:35%;left:50%;z-index:0;margin-top:-35px;margin-left:665px;background-position:0 0;}
#mvisual .btn_area .btn_next{ position:absolute;top:35%;left:50%;z-index:0;margin-top:-35px;margin-left:750px;background-position:-11px 0;}
#mvisual .btn_area .btn_stop{ position:absolute;top:35%;left:50%;z-index:0;margin-top:-33px;margin-left:764px;background-position:-104px -72px;width:10px;height:13px;}
#mvisual .btn_area .btn_play{ display:none;position:absolute;top:35%;left:50%;z-index:0;margin-top:-33px;margin-left:764px;background-position:-126px -72px;width:10px;height:13px;}

@keyframes anim1 {
  0% {transform:translateY(0);-webkit-transform:translateY(0);}
  50% {transform:translateY(-3px);-webkit-transform:translateY(-3px);}
  100% {transform:translateY(0);-webkit-transform:translateY(0);}
}
@keyframes anim2 {
  0% {transform:translateY(0);-webkit-transform:translateY(0);}
  50% {transform:translateY(3px);-webkit-transform:translateY(3px);}
  100% {transform:translateY(0);-webkit-transform:translateY(0);}
}

/* 메인 비주얼 끝 */

/* cont_common 시작 */

button{ cursor:pointer;}
.cont{ position:relative;width:100%;}
.inner{ width:1300px;margin:0 auto;}
h2{ display:block;font-size:45px;color:#000;font-weight:300;}
h2 b{ display:inline-block;font-weight:500;}
.blue{ color:#0d5ad8;font-weight:400;}

/* cont_common 끝 */

/* cont1 시작 */

#cont1{position:relative;position:relative;transition:all .5s;-webkit-transition:all .5s;min-height: calc(100vh - 11rem);display: flex;align-items: center;justify-content: center;}
#cont1:before{position:absolute;top:0;left:0;content:"";display:block;width:100%;height: 100%;background: url(/static/main/img/main/mvisual_img01.jpg) center center / contain no-repeat;background-size:cover;}
#cont1 .inner{position:relative;/*transition:all .5s;-webkit-transition:all .5s;*/padding: 5rem 0;}
#cont1 .inner .mvisual_txt{ position:relative;text-align:left;margin-bottom:5rem;}
#cont1 .mvisual_txt .tit{display:block;font-size: 4.5rem;color:#fff;letter-spacing:-1px;line-height:1.2;margin-bottom: 2.5rem;text-shadow: 1px 0px 0.8rem rgba(0,0,0,.7);word-break: keep-all;font-weight: 300;font-family: 'nsk',sans-serif;}
#cont1 .mvisual_txt .tit b{ display:inline-block;font-weight:700;}
#cont1 .mvisual_txt .txt{ font-size:26px;color:#fff;text-shadow:1px 1px 4px #000;}
#cont1 .notice_box_wrap { display:flex;justify-content:space-between;}
#cont1 .inner .notice_box_wrap .left_box{width:calc((100% - 20px) /2);}
#cont1 .inner .notice_box_wrap .right_box{width:calc((100% - 20px) /2);}
#cont1 .inner .notice_box_wrap .left_box.w65{width:calc(65% - 20px);}
#cont1 .inner .notice_box_wrap .right_box.w35{width:35%;}
#cont1 .inner .notice_box_wrap .notice_box01{position:relative;background:#fff;border-radius: 1.5rem;text-align:left;padding: 2rem 0;overflow:hidden;height:100%;}
#cont1 .inner .notice_box_wrap .notice_box01 h3 {padding-left: 2rem;margin-bottom: 1rem;font-size: 2rem;line-height: 2rem;}
    /* ^ type */
    .tit-green{color:#68ffc8;}
    .tit-blue{color:#68c4ff;}

.notice_inner {/*margin-top:15px;height:472px;overflow:hidden;overflow-y:auto;*/padding: 0 2rem;}
.notice_inner>li {padding:5px 0;border-bottom:1px solid #d3d3d3;display: flex;align-items: stretch;justify-content: flex-start;}
.notice_inner>li:last-child{border-bottom:0;padding-bottom: 0;}
.notice_inner>li::after {  content:"";display:block;clear:both;}
.notice_inner>li.no_data{ padding:0 20px;}
.notice_inner>li .notice_L {float:left;width:calc(100% - 125px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex: auto;margin-right: 2rem;}
.notice_inner>li .notice_L>span {margin-left: 1rem;}
.notice_inner>li .notice_L .txt {display:block;font-size:1.6rem;font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.notice_inner>li .notice_L .date {font-size:1.6rem;color:#666;}
.notice_tag {display: inline-block;font-size: 1.4rem;line-height: 2.6rem;padding: 0 1rem;background:#fff;font-weight:400;width: auto;white-space: nowrap;flex: none;}
.notice_tag.type01 {  color:#123f92;border:1px solid #123f92}
.notice_tag.type02 {  color:#519b1b;border:1px solid #519b1b;}
.notice_tag.type03 {  color:#e04f1d;border:1px solid #e04f1d;}
.notice_tag.type04 {  color:#a624b6;border:1px solid #a624b6;}
.notice_tag.type05 {  color:#d98000;border:1px solid #d98000;}

.bl_btn { display:inline-block;font-size:14px;line-height:26px;text-align:center;padding:0 10px;min-width:64px;border:1px solid #a5a8af;background:#fff;}
.red_btn { display:inline-block;font-size:14px;line-height:26px;text-align:center;padding:0 10px;min-width:64px;border:1px solid #e64a2a;color:#e64a2a;}
.notice_R {flex: none;display: flex;align-items: center;justify-content: flex-end;}
.notice_R button {text-align:center;min-width: 6.4rem;border-radius: 0.5rem;margin-top: 0;padding: 1rem;margin-right: 1rem;height: auto;line-height: 1.1;display: inline-flex;align-items: center;justify-content: center;}
.notice_R button:last-child{margin-right:0;}
.notice_R button.btn01 {  color:#fff;background:#2b3f7e;}
.notice_R button.notice_btn01 {  color:#fff;background:#2b3f7e;}
.notice_R button.notice_btn02 {  color:#fff;background:#8776ae;}

#cont1 .inner .notice_box_wrap .notice_box01 .more{position:absolute;top: 2.3rem;right: 2rem;width: 1.7rem;height: 1.7rem;background: url(/static/main/img/main/arr_ir.png) 0.2rem -6.8rem / 21.2rem 9.3rem no-repeat;vertical-align:middle;font-size:0;text-indent:-9999px;margin:inherit;}

.infozone{position:relative;z-index:1;padding: 2rem;background:#fff;border-radius: 1.5rem;text-align:left;min-height: 42.5rem;height:100%;}
.infozone .infobox{  position:relative;display:inline-block;width:100%;}
.infozone .infobox:first-child{margin-left:0;}
.info_tab{}
.info_tab .tab-ul{display: block;text-align:left;position: relative;}
.info_tab .tab-ul > li{display: inline-flex;align-items: center;justify-content: flex-start;}
.info_tab .tab-ul > li .tab_obj{display:none;position:absolute;top: 3rem;left:0;width:100%;margin-bottom: 0;/*border-top:1px solid #ddd;*/padding-top: 1.5rem;}
.info_tab .tab-ul > li > a{position:relative;display: inline-flex;margin: 0 2rem 0 0;font-size:1.8rem;color:#333;line-height:1;font-weight:400;height: 3rem;justify-content: flex-start;align-items: center;}
/*.info_tab .tab-ul > li > a:before{ content:"";display:inline-block;width:1px;height:14px;margin-right:15px;background-color:#e0e0e0;transform:rotate(45deg);-webkit-transform:rotate(45deg);} */
.info_tab .tab-ul > li:first-child > a:before{ display:none;}
.info_tab .tab-ul > li.on > a{font-size:1.8rem;color:#233269;font-weight:500;}
.info_tab .tab-ul > li.on > a[class*="more"]{display:block;}
.info_tab .tab-ul > li.on > a > span:after{content:"";position:absolute;bottom: -0.5rem;left:0;width:100%;height: 0.3rem;background-color:#0d60ae;}
.info_tab .tab-ul > li.on .tab_obj{display:inline-block;}
.info_tab .tab-ul > li .more2{position:absolute;top: 0.7rem;right: 0;width: 1.7rem;height: 1.7rem;background: url(/static/main/img/main/arr_ir.png) 0.2rem -6.8rem / 21.2rem 9.3rem no-repeat;vertical-align:middle;font-size:0;text-indent:-9999px;margin:inherit;}
.info_tab .tab-ul > li.on .more{display:inline-block;}
.info_tab .tab-ul .tab_obj ul{display:block;overflow:hidden;height: calc(100% - 3rem);}
.info_tab .tab-ul .tab_obj ul li{padding: 1rem 0;border-bottom:1px solid #d3d3d3;display: flex;align-items: stretch;justify-content: flex-start;}
.info_tab .tab-ul .tab_obj ul li:last-child{  border-bottom:0;}
.info_tab .tab-ul .tab_obj ul li::after {  content:"";display:block;clear:both;}
.info_tab .tab-ul .tab_obj ul li.no_data{ padding:0 20px;}
.info_tab .tab-ul .tab_obj ul li .info_L {width: auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex: auto;margin-right: 1rem;}
.info_tab .tab-ul .tab_obj ul li .info_R {flex: none;display: flex;align-items: center;justify-content: flex-end;}
.info_tab .tab-ul .tab_obj ul li .info_L>span {margin-left: 1rem;}
.info_tab .tab-ul .tab_obj ul li .info_L>span:first-child{margin-left:0;}
.info_tab .tab-ul .tab_obj ul li .info_L .txt {display:block;font-size:1.6rem;line-height: 3.2rem;font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.info_tab .tab-ul .tab_obj ul li .info_L .date {font-size:1.6rem;color:#666;}
.info_R button {text-align:center;min-width: 6.4rem;border-radius: 0.5rem;margin-top: 0;padding: 1rem;margin-right: 1rem;height: auto;line-height: 1.1;display: inline-flex;align-items: center;justify-content: center;white-space: nowrap;}
.info_R button:last-child{margin-right:0;}
.info_R button.btn01 {  color:#fff;background:#2b3f7e;}


#cont1 .inner .notice_box_wrap .notice_box02{position:relative;background:#c9e6e2;border-radius: 1.5rem;text-align:left;padding: 2rem 0;min-height: 31.5rem;overflow: hidden;}
#cont1 .inner .notice_box_wrap .notice_box02 >.more{position:absolute;top: 2.5rem;right: 2rem;width: 1.7rem;height: 1.7rem;background: url(/static/main/img/main/arr_ir.png) 0.2rem -6.8rem / 21.2rem 9.3rem no-repeat;vertical-align:middle;font-size:0;text-indent:-9999px;margin:inherit;}
#cont1 .inner .notice_box_wrap .notice_box02 h3{padding-left: 20px;}
#cont1 .inner .notice_box_wrap .notice_box02.TxtC h3{padding-left:0;}
#cont1 .inner .notice_box_wrap .notice_box02 .btn_mint {display:block;line-height: 4rem;text-align:center;margin: 1rem 2rem;min-width: 6.5rem;border-radius: 0.5rem;font-weight:500;color:#fff;background:#00a4ba;font-size: 1.7rem;}

/* 2024-03-19 추가 박수림 */ 
/* #cont1 .inner .notice_box_wrap .notice_box02 .tab-ul > .more{position:absolute;top: -1.2rem;right: 1rem;width: 1.7rem;height: 1.7rem;background: url(./../img/main/arr_ir.png) 0.2rem -6.8rem / 21.2rem 9.3rem no-repeat;vertical-align:middle;font-size:0;text-indent:-9999px;margin:inherit;} */

.research_inner {margin-top: 1.5rem;padding: 0 2rem;/* height:472px;overflow:hidden;overflow-y:auto;*/}
.research_inner>li {  padding:7px 0;}
.research_inner>li::after {  content:"";display:block;clear:both;}
.research_inner>li.no_data{ padding:0 20px;}
.research_inner>li .research_L {  float:left;width:calc(100% - 250px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.research_inner>li .research_R {  float:right;}
.research_inner>li .research_R>span {margin-right:5px;}
.research_inner>li .research_L .txt {display:block;font-size:1.6rem;font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.research_inner>li .research_R .date {font-size:1.6rem;color:#666;}
.research_R .mint_btn {line-height: 3rem;text-align:center;margin-left:1px;min-width: 6.5rem;padding: 0 0.5rem;border-radius: 0.5rem;color:#fff;font-size:14px;background:#00a4ba;}
#cont1 .inner .notice_box_wrap .notice_box02 .input_box{background:#b6d6d2;margin-top: -2rem;margin-bottom: 1.5rem;padding: 1rem 2rem;display:flex;justify-content: flex-start;display: flex;align-items: center;}
#cont1 .inner .notice_box_wrap .notice_box02 .input_box .sch_inp {width:100%;flex: auto;}
#cont1 .inner .notice_box_wrap .notice_box02 .input_box .sch_inp select,
#cont1 .inner .notice_box_wrap .notice_box02 .input_box .sch_inp input {width:100%;height: 4rem !important;border:1px solid #c5c5c5;background:#fff;font-size: 1.8rem;white-space: nowrap;word-break: break-all;text-overflow: ellipsis;}
#cont1 .inner .notice_box_wrap .notice_box02 .input_box .Btn-Black {display: inline-flex;height: 4rem;text-align:center;min-width: 6.5rem;border-radius:5px;font-weight:500;color:#fff;background:#4b5a6f;margin:0 0 0 5px;flex: none;padding: 0 0.5em;align-items: center;justify-content: center;font-size: 100% !important;}
.certificate {}
.certificate ul{position:relative;display:inline-block;margin:0 auto;width: 100%;}
.certificate ul li{position:relative;float:left;display:inline-block;width: calc(100% / 3);padding-top: 1.5rem;text-align:center;}
.certificate ul li:before{position:absolute;top:15px;left:0;content:"";display:inline-block;width:1px;height: 12rem;background:#fff;}
.certificate ul li:first-child:before{ display:none;}
.certificate ul li span {display:inline-block;font-size: 2rem;font-weight:500;color:#000;}
.certificate ul li .cate{display:block;font-size: 1.8rem;font-weight:400;margin-bottom: 2rem;}
.certificate ul li .cate:before{content:"";display:block;width: 8rem;height: 8rem;background: url(/static/main/img/main/certificate_ico.png) 0 0 / 34.4rem 8rem no-repeat;vertical-align:middle;margin: 0 auto 1.3rem;}
.certificate ul li.count2 .cate:before{ background-position:-13.2rem 0;}
.certificate ul li.count3 .cate:before{ background-position:-26.4rem 0;}
.certificate ul li b{display:inline-block;font-family:'ttl';font-size: 2rem;font-weight:300;color:#000;line-height:1;}
.certificate ul li.count1 b{ left:92px;}
.certificate ul li.count2 b{ left:410px;}
.certificate ul li.count3 b{ left:730px;}

#cont1 .inner .notice_box_wrap .notice_box03{position:relative;background: #0d949f;border-radius: 1.5rem;text-align:left;padding: 1.5rem 3rem;margin-top: 2rem;}
#cont1 .inner .notice_box_wrap .notice_box03 ul{display:flex;align-items: flex-start;justify-content: flex-start;flex-wrap: wrap;}
#cont1 .inner .notice_box_wrap .notice_box03 li{width:auto;padding-right: 1.5rem;min-width: 33.33%;flex: 0 0 auto;}
#cont1 .inner .notice_box_wrap .notice_box03.w50 li{float:left;width:50%;}
#cont1 .inner .notice_box_wrap .notice_box03.w50 li:last-of-type{padding-right:0;}
#cont1 .inner .notice_box_wrap .notice_box03 li a{position:relative;display:block;height: 6rem;padding-left: 6.8rem;font-size: 1.7rem;line-height: 6rem;color:#fff;font-weight:500;box-sizing:border-box;width: 100%;}
#cont1 .inner .notice_box_wrap .notice_box03 li a:before{position:absolute;left:0;top:0;display:inline-block;width:56px;height:56px;content:'';border-radius:100%;background-position:center center;background-repeat:no-repeat;background-color:#fff;overflow:hidden;transition:transform 600ms ease-in-out 0s;background-size:contain;}
#cont1 .inner .notice_box_wrap .notice_box03 li a:hover:before,#cont1 .inner .notice_box_wrap .notice_box03 li a:focus:before{background-color:#007881;transform:rotateY(360deg);}
#cont1 .inner .notice_box_wrap .notice_box03 li a:hover,#cont1 .inner .notice_box_wrap .notice_box03 li a:focus{color:#fff;}
#cont1 .inner .notice_box_wrap .notice_box03 li:nth-child(1) a:before{background-image:url(/static/main/img/main/notice_box_bg_on1.png);}
#cont1 .inner .notice_box_wrap .notice_box03 li:nth-child(2) a:before{background-image:url(/static/main/img/main/notice_box_bg_on2.png);}
#cont1 .inner .notice_box_wrap .notice_box03 li:nth-child(3) a:before{background-image:url(/static/main/img/main/notice_box_bg_on3.png);}
#cont1 .inner .notice_box_wrap .notice_box03 li:nth-child(1) a:hover:before,#cont1 .inner .notice_box_wrap .notice_box03 li a:focus:before{background-image:url(/static/main/img/main/notice_box_bg_off1.png);}
#cont1 .inner .notice_box_wrap .notice_box03 li:nth-child(2) a:hover:before,#cont1 .inner .notice_box_wrap .notice_box03 li a:focus:before{background-image:url(/static/main/img/main/notice_box_bg_off2.png);}
#cont1 .inner .notice_box_wrap .notice_box03 li:nth-child(3) a:hover:before,#cont1 .inner .notice_box_wrap .notice_box03 li a:focus:before{background-image:url(/static/main/img/main/notice_box_bg_off3.png);}

.interest{position:relative;border-radius: 1.5rem;background:#1546ba;margin-top: 3rem;color:#fff;text-align:left;padding: 2rem;}
.interest h3{margin-bottom:1.5rem;}
.interest .board_list { display:flex;flex-wrap:wrap;justify-content:flex-start;}
.interest .board_list li { width:calc((100% - 4rem)/3);margin-bottom:0.5rem;margin-left:2rem;position:relative;border-right:0.1rem solid rgb(255,255,255,0.4);;padding-right:2rem;}
.interest .board_list li .white_btn{line-height:2.6rem;text-align:center;margin-left:0.1rem;min-width:6.5rem;color:#123f92;background:#fff;font-weight:500;font-size: 1.6rem;padding:0.2rem 0.5rem;}
.interest .board_list li:first-child{margin-left:0;}
.interest .board_list li:last-child {border:0;padding-right:0}
.interest .board_list li .tit{font-size:1.6rem;font-weight:500;letter-spacing:-0.04em;line-height:2.9rem;height:6.4rem;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;word-break:break-word;}
.interest .board_list li .tit a{color:#fff !important;}
.interest .board_list li .tit a:hover{color:rgb(255,255,255,0.6);}
.interest .board_list li .date{position:relative;color:rgb(255,255,255,0.6);padding-left:1.5rem;}
.interest .board_list li .date:before{position:absolute;top: calc(50% - 0.5rem);left:0;display:block;content:"";width:0.5rem;height:0.5rem;border-radius:100%;background:rgb(255,255,255,0.6);}
.interest .more{position:absolute;top: 0;right:2rem;width:1.3rem;height:1.3rem;background: url(/static/main/img/main/arr_ir.png) -14rem -7rem / 21.2rem 9.3rem no-repeat;vertical-align:middle;font-size:0;text-indent:-999.9rem;margin: inherit;}

/* sr 시작 */
.sr {position:relative;clear:both;background:#1546ba;margin-top: 3rem;border-radius:15px;overflow:hidden;padding: 2rem 0 2rem 20rem;color:#fff;text-align:left;}
.sr h3{position:absolute;top: 3rem;left: 2rem;max-width: 28rem;margin-top:0;font-weight:500;}
.sr p{position:absolute;top: 7rem;left: 2rem;max-width: 24rem;margin-top:0;}
.sr ul{position:relative;display: inline-flex;width:100%;margin:0 auto;}
.sr ul li{position:relative;float:left;display:inline-block;width: auto;flex: 1;padding-top: 1rem;text-align:center;}
.sr ul li:before{ position:absolute;top:5px;left:0;content:"";display:inline-block;width:1px;height:117px;background:url(/static/main/img/main/count_dot.png) no-repeat;}
.sr ul li:first-child:before{ display:none;}
.sr ul li span { display:inline-block;font-size:2.0rem;font-weight:500;color:#fff;}
.sr ul li .cate{ display:block;font-size:1.6rem;font-weight:300;}
.sr ul li .cate:before{content:"";display:block;width:55px;height:55px;background:url(/static/main/img/main/sr_ico.png) no-repeat;vertical-align:middle;margin: 0 auto 1.3rem;}
.sr ul li.count2 .cate:before{ background-position:-130px 0;}
.sr ul li.count3 .cate:before{ background-position:-253px 0;}
.sr ul li.count4 .cate:before{ background-position:-382px 0;}
.sr ul li.count5 .cate:before{ background-position:-511px 0;}
.sr ul li.count6 .cate:before{ background-position:-640px 0;}
.sr ul li.count7 .cate:before{ background-position:-770px 0;}
.sr ul li.count8 .cate:before{ background-position:-893px 0;}
.sr ul li b{display:inline-block;font-family:'ttl';font-size:2.0rem;font-weight:300;color:#fff;line-height:1;flex: none;}
.sr ul li.count1 b{ left:92px;}
.sr ul li.count2 b{ left:410px;}
.sr ul li.count3 b{ left:730px;}
.sr ul li.count4 b{ left:1050px;}
.sr ul li .btn-white{border-radius: 2rem;padding: 0.2rem 1rem;background:#fff;color:#000;font-size:1.5rem;}
/* sr 끝 */

/* srWrap */
.srWrap{display:flex;width: 100%;justify-content: flex-start;align-items: stretch;}
.srWrap > div{flex:0 0 auto;margin-right: 2rem;padding: 2rem 2rem 2rem 19.5rem;}
.srWrap > div:last-child{margin-right:0;}
.srWrap > div:not(.careerCerti){flex:auto;}
.srWrap .careerCerti{flex:none;background: #06256f;padding: 20px 20px 20px 140px;}
.srWrap .careerCerti ul{left:0;display:flex;align-items: center;justify-content: flex-start;}
.srWrap .careerCerti ul li{width:auto;flex:1;float: inherit;}
.srWrap .careerCerti ul li .cate:before{background: url(/static/main/img/main/sr_ico_careerCerti.png) center center / contain no-repeat;}

/* cont1 끝 */

/* cont2 시작 */
#cont2{ padding:80px 0 80px 0;background-color:#fff;overflow:hidden;z-index:2;}
#cont2 .con_box_wrap {position:relative;display: flex;justify-content: flex-start;align-items: stretch;}
#cont2 .con_box_wrap > *{height:25.7rem;}
#cont2 .con_box_wrap .left_box{position:relative;width: calc(40% - 2rem);float:left;}
#cont2 .con_box_wrap .center_box{position:relative;width: calc(30% - 1rem);float:left;margin: 0 2rem;border-radius: 1.5rem;}
#cont2 .con_box_wrap .right_box{position:relative;width: calc(30% - 1rem);flex: none;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
#cont2 .con_box_wrap .right_box > *{margin-top: 2rem;flex: 1;}
#cont2 .con_box_wrap .right_box > *:first-child{margin-top:0;}
#cont2 .con_box_wrap .right_box:after{content:"";display:none;position:absolute;top:50%;left: 1.7rem;width:80%;height:1px;background:#e1e1e1;}
.present{position:relative;border-radius:15px;border:1px solid #b5b5b5;display:flex;justify-content:space-between;overflow:hidden;height: 25.7rem;}
.present .title{background:#f3f3f3;width:25%;display: flex;flex-direction: column;align-items: center;justify-content: center;border-right: 1px solid #b5b5b5;}
.present .title h3 {font-size:1.8rem;line-height:25px;color:#000;letter-spacing:-1px;font-weight:500;margin-bottom:20px;}
.present .title .Btn-Gray{border-radius:20px;padding:2px 10px;background:#4a566e;}
.present .table_box{width:75%;}
.present .table_box .table{display:table;height: 100%;}
.present .table_box .table th{border-top:none;}
.present .table_box .table tr:last-child  td{border-bottom:0;}
.table{position:relative;width:100%;}
.table tr:first-child th,.table tr:first-child td{border-top:1px solid #000;}
.table caption{position:static;}
.table thead th{padding: 1rem 0.2rem;border-bottom:1px solid #a7a7a7;background-color:#f4f4f4;}
.table th,.table td{padding: 1.6rem 2rem;border:1px solid #e1e1e1;vertical-align:middle;}
.table th:first-child,.table td:first-child{border-left:none;}
.table th:last-child,.table td:last-child{border-right:none;}
.table th{color:#444;font-weight:500;text-align:center;background-color:#f9f9f9;}
.table tfoot th,.table tfoot td{border-top:none;}
.table td {color:#555;background-color:#fff;}
.table td img{vertical-align:middle;}
.table td p.blt {text-align:left;}
.tel_box{position:relative;border-radius: 1.5rem;background-color:#f7f8fa;overflow:hidden;width: 100%;FONT-WEIGHT: 200;padding: 2rem;display: flex;align-items: stretch;justify-content: flex-start;}
.tel_box .con {width:100%;text-align:left;flex: 1 1 auto;border-right: 1px solid #e1e1e1;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;height: 100%;}
.tel_box .con:not(:first-child){border-left:0;padding: 0 0 0 1.5rem;}
.tel_box .con:last-child{border-right:0;}
.tel_box .con .tit{position:relative;padding-top: 0.35rem;margin-bottom: 1.5rem;padding-left: 2.8rem;line-height: 1.1;color:#4a556f;font-weight: bold;width: 100%;font-size: 1.6rem;word-break: break-word;}
.tel_box .con .tit:before{position:absolute;top: 0.5rem;left:0;display:block;content:"";width: 2rem;height: 2rem;background: #585e80 url(/static/main/img/main/ico_tel.png) center center / 1.3rem 1.3rem no-repeat;margin-top:-3px;vertical-align:middle;border-radius:5px;}
.tel_box .con .num{font-weight:500;color:#666;font-size: 1.6rem;text-align: left;width: 100%;padding-left: 2.9rem;word-break: break-word;letter-spacing: 0;font-weight: 300;display: block;}
.btn_box{display:flex;flex: auto;width: 100%;border-radius: 1.5rem;padding: 1.5rem;background: #f8faf7;}
.btn_box .con {width:100%;text-align:left;flex: 1 1 auto;border-right: 1px solid #e1e1e1;display: flex;flex-direction: column;justify-content: flex-end;align-items: center;height: 100%;}
.btn_box .con:not(:first-child){border-left:0;}
.btn_box .con:last-child{border-right:0;}
.btn_box .con i{position:relative;display: block;width: 5.4rem;height: 5.4rem;margin-bottom: 1rem;}
.btn_box .con i:before,
.btn_box .con i:after{content:'';position:absolute;top:0;left: 0;width: 100%;height: 100%;}
.btn_box .con i:before{border-radius:50%;box-shadow:0 0 1rem #ddd;background: #eff6ff;}
.btn_box .con i:after{transition:all .5s;background-repeat:no-repeat;background-position:50%;background-size: 100%;}
.btn_box .con:hover i:after{transform:rotateY(360deg)}
    /* ^ type */
    .btn_box .ico_m01 i:after{background-image:url(/static/main/img/main/ic_favorite01.png);}
    .btn_box .ico_m02 i:after{background-image:url(/static/main/img/main/ic_favorite02.png);}
    .btn_box .ico_m03 i:after{background-image:url(/static/main/img/main/ic_favorite03.png);}
    .btn_box .ico_m04 i:after{background-image:url(/static/main/img/main/ic_favorite04.png);}
    .btn_box .ico_m05 i:after{background-image:url(/static/main/img/main/ic_favorite05.png);}
    .btn_box .ico_m06 i:after{background-image:url(/static/main/img/main/ic_favorite06.png);}
    .btn_box .ico_m06 i:after{background-image:url(/static/main/img/main/ic_favorite06-1.png);}
    .btn_box .ico_m07 i:after{background-image:url(/static/main/img/main/ic_favorite07.png);}
    .btn_box .ico_m08 i:after{background-image:url(/static/main/img/main/ic_favorite08.png);}
    .btn_box .ico_m09 i:after{background-image:url(/static/main/img/main/ic_favorite09.png);}
    .btn_box .ico_m10 i:after{background-image:url(/static/main/img/main/ic_favorite10.png);}
    /* 2025-02-26 발급심사 아이콘 추가 - 김도연 주무관 */
    .btn_box .ico_m12 i:after{background-image:url(/static/main/img/main/ic_favorite12.png);}
.btn_box .con > span{font-size:1.5rem;color: #263d1b;line-height: 1.1;}
.board_box{position:relative;border-radius: 1.5rem;background-color:#f7f8fa;overflow:hidden;min-height: 25rem;padding: 1rem 0;text-align:left;height: 100%;}
.board_box h3 {padding-left: 2rem;}
.board_box .more{position:absolute;top: 1.7rem;right: 2rem;width: 1.3rem;height: 1.3rem;background:url(/static/main/img/main/arr_ir.png) 0 -7rem / 21.2rem 9.3rem no-repeat;vertical-align:middle;font-size:0;text-indent:-9999px;margin:inherit;}

.banner_wrap .slick-slider {position:relative;height: 100%;}
.banner_wrap  .slick-list,
.banner_wrap  .slick-track{height:100%;}
.banner_wrap .slick-slider .slide > * {display:block;border-radius:1.5rem;overflow:hidden;font-size: 0;height: 100%;width: 100%;} 
.banner_wrap .slick-slider .slide > * > img{width:100%;max-height: 100%;min-height: 100%;object-fit: fill;}

.banner_wrap .slick-slider .slick-arrow { position:absolute;bottom:0;font-size:0;font-family:"xeicon";line-height:3.5rem;width:3.5rem;height:3.5rem;background:rgb(0,0,0,0.5);-webkit-transition:all .2s ease-out;transition:all .2s ease-out;padding:0;z-index:1;}

.banner_wrap .slick-slider .slick-arrow::before { font-size:1.5rem;color:#fff;}
.banner_wrap .slick-slider .slick-arrow:hover::before { color:#2E418E;}
.banner_wrap .slick-slider .slick-arrow.slick-prev { right:3.6rem;}

.banner_wrap .slick-slider .slick-arrow.slick-prev:before { content:"\e93c";}
.banner_wrap .slick-slider .slick-arrow.slick-next { right:0;}
.banner_wrap .slick-slider .slick-arrow.slick-next::before { content:"\e93f";}
.banner_wrap .slick-slider .slick-counter { position:absolute;bottom:0;right:7.2rem;font-size:.8rem;color:#CFCFCF;font-family:"Montserrat";letter-spacing:1px;height:3.5rem;width:7rem;line-height:3.5rem;background:rgb(0,0,0,0.5);z-index:1;}
.banner_wrap .slick-slider .slick-counter .current { font-weight:700;color:#fff;font-size:.9rem;}
.banner_wrap .slick-slider .slick-counter .total { color:#fff;font-size:.9rem;}
.banner_wrap {float:left;position:relative;display:inline-block;width:100%;border-radius:1.5rem;overflow:hidden;height: 100%;}
/*.banner_wrap { float:left;position:relative;display:inline-block;width:37.5%;margin-left:4%;border-radius:15px;overflow:hidden;}*/
.banner_wrap h2.subject { /*font-size:1.25rem;*/ line-height:1rem;font-family:"Montserrat";font-weight:700;margin-bottom:1rem;text-align:left;font-size:0;}

/* banner tool */
.banner_wrap .tool{position:absolute;right:0;bottom:0;z-index: 1;display: flex;justify-content: flex-end;align-items: stretch;height: 3rem;}
.banner_wrap .tool > *{margin-left: 1px;}
.banner_wrap .tool > *:first-child{margin-left:0;}
.banner_wrap .tool ul{display:flex;align-items:center;justify-content: flex-end;padding: 0 1rem;background:rgba(0,0,0,0.5);}
.banner_wrap .tool ul li{font-size:0.9rem;color:#fff;line-height: 1;padding: 0 0.3rem;}
.banner_wrap button{font-size:0;width: 3.1rem;display:flex;align-items: center;justify-content: center;background: rgba(0,0,0,0.5);}
.banner_wrap button.slick-arrow i{font-size: 2rem;font-family:"xeicon";line-height: 1.1;}
    /* ^ type */
    .banner_wrap button.bn-prev i:before{content:"\e93c";color: #fff;}
    .banner_wrap button.bn-next i:before{content:"\e93f";color: #fff;}
.banner_wrap button:not(.slick-arrow) i{font-size:0;}
.banner_wrap button:not(.slick-arrow) i:before{content:'';display:block; background-image:url(/static/main/img/main/arr_ir.png);background-repeat:no-repeat;background-size: 21.2rem 9.3rem;}
    .banner_wrap button.bn-stop i:before{width:1rem; height:1.3rem; background-position:-10.4rem -7.2rem;;}
    .banner_wrap button.bn-play i:before{width: 0.7rem;height:1.3rem;background-position:-12.6rem -7.2rem;}
.banner_wrap button.bn-play{display:none;}

/* cont2 끝 */ 

/* cont3 시작 */
#cont3{ /*height:774px;background-color:#f0f5fb;*/ padding:50px 0 0 0;background-color:#fff;}
#cont3:after{ /*position:absolute;bottom:100px;left:0;z-index:0;content:"";display:inline-block;width:1341px;height:146px;background:url(/static/main/img/kor/main/cont3_bg.png) no-repeat;background-size:contain;vertical-align:middle;*/}
#cont3 .wrapper{ position:relative;z-index:1;width:100%;/*height:855px;*/ overflow:hidden;}
#cont3 h2{ text-align:left;margin-bottom:35px;}
.cont3_slider{ position:relative;width:100%;margin-bottom:67px;}
.cont3_slider .slide_wrap{ position:relative;width:160%;height:390px;}
.cont3_slider .slide_wrap .news-slider{ position:relative;width:100%;height:100%;}
.cont3_slider .slide_wrap .news-slider .item{ float:left;position:relative;width:379px;height:100%;margin-left:30px;}
.cont3_slider .slide_wrap .news-slider .item:first-child{ margin-left:0;}
.cont3_slider .slide_wrap .news-slider .item a{display:block;width:100%;height:100%;}
.cont3_slider .slide_wrap .news-slider .item a .txtbox{ display:block;width:100%;height:130px;padding:45px 115px 45px 35px;background-color:#fff;text-align:left;}
.cont3_slider .slide_wrap .news-slider .item a .date{ position:absolute;top:40px;right:35px;font-family:'ttl';font-size:0.75rem;color:#000;text-align:center;line-height:1;letter-spacing:0;}
.cont3_slider .slide_wrap .news-slider .item a .date .day{ display:block;font-size:45px;font-style:normal;}
.cont3_slider .slide_wrap .news-slider .item a .imgbox{ display:block;width:100%;height:220px;overflow:hidden;background-color:#fff;transition:0.3s;-webkit-transition:0.3s;}
.cont3_slider .slide_wrap .news-slider .item a .imgbox .thumb{ display:inline-block;width:200%;height:100%;position:relative;overflow:hidden;padding:0;margin-left:-50%;text-align:center;}
.cont3_slider .slide_wrap .news-slider .item a .imgbox .thumb img{ height:100%;max-width:none;padding:0;margin:0;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
.cont3_slider .slide_wrap .news-slider .item.slick-current + .item .imgbox,
.cont3_slider .slide_wrap .news-slider .item a:hover .imgbox{ height:260px;}

.cont3_slider button{ opacity:0.25;display:inline-block;position:absolute;top:-60px;width:26px;height:16px;background:url(/static/main/img/main/arr_ir.png) no-repeat;vertical-align:middle;font-size:0;text-indent:-9999px;transition:0.3s;-webkit-transition:0.3s;}
.cont3_slider button.slick-prev2{right:0;margin-right:50px;background-position:-148px 0;}
.cont3_slider button.slick-next2{right:0;background-position:-177px 0;}
.cont3_slider button:hover,
.cont3_slider button:focus{ opacity:1;}

.newszone{position:relative;z-index:1;padding: 0 2rem;}
.newszone .newsbox{  position:relative;display:inline-block;width:100%;}
.newszone .newsbox:first-child{margin-left:0;}
.news_tab{}

/* 2024-03-28 박수림 */
.tab_list {width:100%; /* max-width: 600px;*/}
.tab_list > tab-ul ul {width:94%; padding-bottom: 3px;}
.tab_list .more{position:absolute;top: 2px;right: 0;width: 3.7rem;height: 2.7rem;background: url(./../img/main/arr_ir.png) 1.5rem -6.5rem / 21.2rem 9.3rem #c9e6e2 no-repeat;vertical-align:middle;font-size:0;text-indent:-9999px;margin:inherit; z-index:10;}

/* .news_tab .tab-ul{display: block;text-align:left;position: relative;} */
.news_tab .tab-ul {display: block;text-align:left;position: relative; width:100%; white-space:nowrap; overflow-x:auto; margin-bottom: 10px;}
.news_tab .tab-ul button {display: inline-flex; margin: -6px 0.5rem 0 0;}
.news_tab .tab-ul li{display: inline-flex;}
/* .news_tab .tab-ul > li .tab_obj{display:none;position:absolute;top: 3rem;left:0;width:100%;border-top:1px solid #ddd;padding-top: 1.5rem;height: calc(100% - 3rem);}
.news_tab .tab-ul > li.on .tab_obj{display: inline-block;} */
/* .news_tab .tab-ul > li > a{position:relative;display: inline-flex;margin: 0 1.5rem 0 0;font-size:1.6rem;color: #666;line-height:1;font-weight:400;height: 3rem;align-items: center;justify-content: flex-start;}
.news_tab .tab-ul > li > a:before{content:"";display: none;width:1px;height: 1.4rem;margin-right: 1.5rem;background-color:#919191;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.news_tab .tab-ul > li:first-child > a:before{ display:none;} */
.news_tab .tab-ul li > a{position:relative;display: inline-flex;margin: 0 1.5rem 0 0;font-size:1.8rem;color: #666;line-height:1;font-weight:400;height: 3rem;align-items: center;justify-content: flex-start;}
.news_tab .tab-ul li > a:before{content:"";display: none;width:1px;height: 1.4rem;margin-right: 1.5rem;background-color:#919191;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.news_tab .tab-ul li:first-child > a:before{ display:none;}

/* .news_tab .tab-ul > li.on > a[class*="more"]{display: block;}
.news_tab .tab-ul > li.on > a{font-size:1.8rem;color:#000;font-weight:500;} */
.news_tab .tab-ul li.on > a[class*="more"]{display: block;}
.news_tab .tab-ul li.on > a{font-size:1.8rem;color:#000;font-weight:500;}

.news_tab .tab-ul li.on > a > span:after{ content:"";position:absolute;bottom:-10px;left:0;width:100%;height:3px;background-color:#0d60ae;}
.news_tab .tab-ul > .on .more2{position:absolute;top: 1rem;right:0;width: 1.3rem;height: 1.3rem;background: url(./../img/main/arr_ir.png) 0 -7rem / 21.2rem 9.3rem no-repeat;vertical-align:middle;font-size:0;text-indent:-9999px;margin:inherit;display: none;}
/* .news_tab .tab-ul > li .more{position:absolute;top: 1rem;right:0;width: 1.3rem;height: 1.3rem;background: url(/static/main/img/main/arr_ir.png) 0 -7rem / 21.2rem 9.3rem no-repeat;vertical-align:middle;font-size:0;text-indent:-9999px;margin:inherit;display: none;} */
.tab_list .more{display:inline-block;}

/* .news_tab .tab-ul .tab_obj ul{display: flex;height: 100%;overflow:hidden;width: 100%;flex: 0 0 auto;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
.news_tab .tab-ul .tab_obj ul li{display: flex;margin-bottom: 2rem;line-height:1;text-align:right;color:#767676;height: calc(20% - 1.6rem);letter-spacing:0;flex: 0 0 auto;width: 100%;align-items: center;justify-content: flex-start;}
.news_tab .tab-ul .tab_obj ul li:last-child{margin-bottom:0;} */
/* .news_tab .tab_obj ul{display: flex;height: 100%;overflow:hidden;width: 100%;flex: 0 0 auto;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
.news_tab .tab_obj ul li{display: flex;margin-bottom: 2rem;line-height:1;text-align:right;color:#767676;height: calc(20% - 1.6rem);letter-spacing:0;flex: 0 0 auto;width: 100%;align-items: center;justify-content: flex-start;}
.news_tab .tab_obj ul li:last-child{margin-bottom:0;} */

.news_tab .tab_obj ul li a{ float:left; display:inline-block;width:80%;color:#333;text-align:left;white-space:nowrap;word-break:break-all;text-overflow:ellipsis;overflow:hidden;font-weight:400;margin-right: 2rem;font-size: 1.8rem;flex: auto;}
/* .news_tab .tab_obj ul li a:before{content:"";display:inline-block;width:3px;height:3px;background-color:#686868;margin-right:5px;vertical-align:middle;} */
/* .news_tab .tab_obj ul li a:hover, */
/* .news_tab .tab_obj ul li a:focus, */
/* .news_tab .tab_obj ul li a:visited{text-decoration:underline;} */
/* .news_tab .tab_obj ul li a{ float:left; display:inline-block;width:80%;color:#333;text-align:left;white-space:nowrap;word-break:break-all;text-overflow:ellipsis;overflow:hidden;font-weight:400;margin-right: 2rem;font-size: 1.8rem;flex: auto;} */
/* .news_tab .tab_obj ul li a:before{content:"";display:inline-block;width:3px;height:3px;background-color:#686868;margin-right:5px;vertical-align:middle;} */
/* .news_tab .tab_obj ul li a:hover, */
/* .news_tab .tab_obj ul li a:focus, */
/* .news_tab .tab_obj ul li a:visited{text-decoration:underline;} */

/* .news_tab .tab_obj ul li span{flex:none;font-size: 1.6rem;} */
/* .news_tab .tab_obj ul li:first-child {min-height:80px;    margin:0 0 30px;    } */
/* .news_tab .tab_obj ul li:first-child a{width:80%;white-space:inherit;} */
/* .news_tab .tab_obj ul li:first-child .title {display:block;margin-bottom:0.5rem;    color:#333;letter-spacing:-0.1rem;font-size:20px;text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden;}     */
/* .news_tab .tab_obj ul li:first-child .desc {display:block;color:#767676;letter-spacing:-0.05rem;line-height:1.5;} */
/* cont3 끝 */

.news_cont {position:absolute; top:50px; width:100%; /* padding:0 20px; height:472px;overflow:hidden;overflow-y:auto;*/}
.news_cont ul {padding:0 10px;}
.news_inner li {padding:2px 0;}
.news_inner li::after {  content:"";display:block;clear:both;}
.news_inner li.no_data{ text-align: center;}
.news_inner li .news_L {  float:left;width:calc(100% - 230px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news_inner li .news_R {  float:right;}
.news_inner li .news_R>span {  margin-right:5px;}
.news_tab .news_inner li .news_L .txt {display:block;font-size:1.8rem;font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.news_inner li .news_R .date {font-size:1.6rem;color:#666;}

/* scroll 2024-03-28 박수림 */ 
.tab-ul::-webkit-scrollbar {width:130%; height:12px;}
.tab-ul::-webkit-scrollbar-track {background-color:#b6d6d2;}
.tab-ul::-webkit-scrollbar-thumb {background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(236,236,236,1) 100%);background-clip: padding-box;border: 3px solid transparent;border-radius:10px;}
.tab-ul::-webkit-scrollbar-button:single-button {position:relative;  display: block; width:16px; height:12px;}
.tab-ul::-webkit-scrollbar-button:single-button:horizontal:decrement { width:8px; height:6px; background: url(./../img/main/arr_ir.png) #b6d6d2 -18.1rem 2.2rem;}
.tab-ul::-webkit-scrollbar-button:single-button:horizontal:increment { width:8px; height:6px; background: url(./../img/main/arr_ir.png) #b6d6d2 -20.3rem 2.2rem;}

/* favorite 자주찾는메뉴 */
.favorite{position:relative;background-color:#e2ebf0;}
.favorite h2{position:absolute;top:57px;font-family:'coreDream';font-size:20px;line-height:25px;}
.favorite h2:after{display:block;content:"";width:20px;height:2px;margin-top:10px;background-color:#3d72fc;}
.favorite .favorite_btn {position:absolute;bottom:-15px;left:calc(50% - 32px);width:65px;height:35px;border-radius:0 0 25px 25px;background-color:#e2ebf0;font-size:0;line-height:0;z-index:1;text-decoration:none;}
.favorite .favorite_btn:before {display:block;position:absolute;top:0;left:calc(50% - 12px);font-size:24px;line-height:35px;letter-spacing:-0.025em;color:#3d72fc;content:"\e913";}
.favorite.open .favorite_btn:before{content:"\e91b"}
.favorite .favorite_box{padding:65px 0 60px 0;font-size:0;line-height:0;box-sizing:border-box;text-align:left;}
.favorite .favorite_box ul {overflow:hidden;height:140px;min-height:140px;}
.favorite .favorite_box .favorite_item {display:inline-block;position:relative;width:calc((100% - 211px)/8);margin-right:30px;vertical-align:top;text-align:center;box-sizing:border-box;}
.favorite .favorite_box .favorite_item:nth-child(8n) {margin-right:0}
.favorite .favorite_box .favorite_item:nth-child(n+9){margin-top:30px}
.favorite .favorite_box .favorite_item a:before {display:block;content:"";width:105px;height:105px;margin:0 auto 10px;border-radius:50%;background-color:#eff6ff;box-shadow:0 0 25px 0 rgba(0, 0, 0, 0.05);transition:all ease 0.3s}
.favorite .favorite_box .favorite_item:hover a:before{background-color:#eff6ff;content:"";box-shadow:0 0 25px 0 rgba(147, 189, 213, 0.25);}
.favorite .favorite_box .favorite_item a:after {display:block;position:absolute;content:"";top:22px;left:calc(50% - 16px);width:70px;height:70px;;background:url('/static/main/img/main/favorite_sprite.png') no-repeat -3px -2px;transform:rotateY(0);transition:transform ease 0.5s;z-index:1}
.favorite .favorite_box .favorite_item:hover a:after {transform:rotateY(360deg);content:"";}
.favorite .favorite_box .favorite_item:nth-child(1) a:after {top:20px;left:calc(50% - 38px);width:70px;height:70px;background-position:0px -2px}
.favorite .favorite_box .favorite_item:nth-child(2) a:after {top:20px;left:calc(50% - 32px);width:70px;height:70px;background-position:-83px -2px} 
.favorite .favorite_box .favorite_item:nth-child(3) a:after {top:24px;left:calc(50% - 35px);width:64px;height:70px;background-position:-155px -5px}
.favorite .favorite_box .favorite_item:nth-child(4) a:after {top:20px;left:calc(50% - 35px);width:70px;height:70px;background-position:-225px -3px}
.favorite .favorite_box .favorite_item:nth-child(5) a:after {top:20px;left:calc(50% - 35px);width:70px;height:70px;background-position:-297px -3px}
.favorite .favorite_box .favorite_item:nth-child(6) a:after {top:22px;left:calc(50% - 35px);width:70px;height:70px;background-position:-370px -5px;}
.favorite .favorite_box .favorite_item:nth-child(7) a:after {top:22px;left:calc(50% - 30px);width:60px;height:70px;background-position:-445px -5px}
.favorite .favorite_box .favorite_item:nth-child(8) a:after {top:22px;left:calc(50% - 35px);width:70px;height:70px;background-position:-510px -3px}

/*마우스오버*/
.favorite .favorite_box .favorite_item:hover:nth-child(1) a:after {background-position:0px -2px}
.favorite .favorite_box .favorite_item:hover:nth-child(2) a:after {background-position:-83px -2px}
.favorite .favorite_box .favorite_item:hover:nth-child(3) a:after {background-position:-155px -5px}
.favorite .favorite_box .favorite_item:hover:nth-child(4) a:after {background-position:-225px -3px}
.favorite .favorite_box .favorite_item:hover:nth-child(5) a:after {background-position:-297px -3px}
.favorite .favorite_box .favorite_item:hover:nth-child(6) a:after {background-position:-370px -5px;}
.favorite .favorite_box .favorite_item:hover:nth-child(7) a:after {background-position:-445px -5px}
.favorite .favorite_box .favorite_item:hover:nth-child(8) a:after {background-position:-510px -3px}

.favorite .favorite_box .favorite_item a {display:block;}
.favorite .favorite_box .favorite_item span {font-size:1.6rem;line-height:24px;color:#555;letter-spacing:-0.025em;font-weight:500;}
.favorite .favorite_box .favorite_item span br {display:none}





/** main 공지 - 20221108 **/
.recruitment_notice,.recruitment_notice a{display:flex;align-items:center;}
.recruitment_notice{justify-content:space-between;position:relative;padding: 4rem 4rem 4rem 11.5rem;border-radius: 1rem;background:#1546ba;}
.recruitment_notice:before,.recruitment_notice a:hover:before,.recruitment_notice a i:before{content:'';display:block;position:absolute;background-repeat:no-repeat;background-position:50%;}
.recruitment_notice:before{top: 2.5rem;left: 3.5rem;width: 5.5rem;height: 6.4rem;background: url(/static/main/img/main/ic_recruitment_notice.png) center center / 5.5rem 6.4rem no-repeat;}
.recruitment_notice div{width:60%;padding-right:100px;display: block;}
.recruitment_notice div span,.recruitment_notice div p{color:#fff;}
.recruitment_notice div span{line-height: 2.7rem;font-size: 2.3rem;font-weight:500;display: block;}
.recruitment_notice div span strong{color:#2fcdde;}
.recruitment_notice div p{margin-top:10px;line-height:22px;font-size:17px;word-break: keep-all;}

.recruitment_notice a,.recruitment_notice a i{position:relative;}
.recruitment_notice a{overflow:hidden;min-width: 33rem;width:40%;padding: 2rem;border:1px solid #fff;border-radius: 0.5rem;}

.recruitment_notice a i{width:calc(100% - 25px);color:#fff;font-size:19px;padding-right:45px;}
.recruitment_notice a i:before{bottom:10px;right:0;width:38px;height:10px;transition:all .2s;background-image:url(/static/main/img/main/bul_arr01.png);}
.recruitment_notice a:hover:before{left:0;width:100%;height:100%;background:rgba(0,0,0,.2);}
.recruitment_notice a:hover i:before{right:-20px;}

/** 즐겨찾기 - 20221108 **/
.wrap_favorite_box,.wrap_favorite_box ul{overflow:hidden;}
.wrap_favorite_box{padding: 4rem 0;}
.wrap_favorite_box ul{display:flex;flex-wrap:wrap;margin:-15px 0 0 -15px;}
.wrap_favorite_box li{float:left;min-width:105px;width:calc(100%/10 - 15.1px);margin:15px 0 0 15px;padding:0 10px;flex: 1 0 auto;}
.wrap_favorite_box li a{display:block;position:relative;padding-top:9rem;line-height:2rem;font-size:1.5rem;text-align:center;letter-spacing:-1px;}
.wrap_favorite_box li a:before,.wrap_favorite_box li a:after{content:'';position:absolute;top:0;left:calc(50% - 3.7rem);width:7.4rem;height:7.4rem;}
.wrap_favorite_box li a:before{border-radius:50%;box-shadow:0 0 1rem #ddd;background:#eff6ff;}
.wrap_favorite_box li a:after{transition:all .5s;background-repeat:no-repeat;background-position:50%;background-size: 7.4rem 7.4rem;}
.wrap_favorite_box li a:hover:after{transform:rotateY(360deg)}

.ico_m01 a:after{background-image:url(/static/main/img/main/ic_favorite01.png);}
.ico_m02 a:after{background-image:url(/static/main/img/main/ic_favorite02.png);}
.ico_m03 a:after{background-image:url(/static/main/img/main/ic_favorite03.png);}
.ico_m04 a:after{background-image:url(/static/main/img/main/ic_favorite04.png);}
.ico_m05 a:after{background-image:url(/static/main/img/main/ic_favorite05.png);}
/* .ico_m06 a:after{background-image:url(/static/main/img/main/ic_favorite06.png);} */
.ico_m06 a:after{background-image:url(/static/main/img/main/ic_favorite06-1.png);}
.ico_m07 a:after{background-image:url(/static/main/img/main/ic_favorite07.png);}
.ico_m08 a:after{background-image:url(/static/main/img/main/ic_favorite08.png);}
.ico_m09 a:after{background-image:url(/static/main/img/main/ic_favorite09.png);}
.ico_m10 a:after{background-image:url(/static/main/img/main/ic_favorite10.png);}
.ico_m11 a:after{background-image:url(/static/main/img/main/ic_favorite11.png);}

/* 배너 시작 */
#banner{ position:relative;width:100%;height:90px;padding:30px 0;background-color:#fff;border-top:1px solid #ddd;overflow:hidden;}
#banner .inner{ position:relative;width:1300px;height:30px;margin:0 auto;}
#banner .banner-slider{ position:relative;padding-left:165px;}
#banner .slick-track{ position:relative;width:100%;height:100%;overflow:hidden;}
#banner .slick-track .item{ position:relative;float:left;display:inline-block;width:auto;height:30px;margin-left:50px;}
#banner .slick-track .item:first-child{margin-left:0}
#banner .slick-track .item a{display:inline-block;height:100%;}
#banner .slick-track .item a img{ width:auto;height:100%;}
#banner button{ margin-top:-7px;position:absolute;z-index:1;top:0;left:0;display:inline-block;float:left;width:45px;height:46px;background:url(/static/main/img/main/banner_control.png) no-repeat;font-size:0;text-indent:-9999px;}
#banner button.slick-next{ left:90px;background-position:-134px 0;}
#banner button.slick-pause{ left:45px;background-position:-45px 0;}
#banner button.slick-play{ left:45px;display:none;background-position:-89px 0;}
/* 배너 끝 */







@media only screen and (max-width:1579px){
    .inner{ width:1200px;}
    #mvisual .wrapper .mvisual_txt{ width:100%;padding:0 20px;}
    #mvisual .btn_area .pageCount{ left:auto;right:59px;margin-left:0;}
    #mvisual .btn_area .btn_prev{ left:auto;right:122px;margin-left:0;}
    #mvisual .btn_area .btn_next{ left:auto;right:40px;margin-left:0;}
    #mvisual .wrapper .mvisual_txt:before{ width:32%;right:140px;}
    #mvisual .scroll_down{ left:40px;margin-left:0;}

    #cont3:after{ width:1200px;height:131px;}   
}

@media only screen and (max-width:1279px){
    
    .inner{width:100%;padding: 0 4rem;}
    #cont1{
    min-height: inherit;
}
    #cont1 .inner, #cont2 .inner{padding: 3rem 3rem;display: inline-block;height: 100%;}
    #cont2 .con_box_wrap{display: flex;width: 100%;height: 100%;justify-content: flex-start;align-items: stretch;flex-wrap: wrap;}
    #mvisual .wrapper .mvisual_txt:before{ display:none;}
    #cont1 .inner{width:100%;padding: 5rem 3rem;}
    .tab_obj .slider .slide_wrap .slide{ width:23.25%;}
    #cont2{padding: 0;display: block;}
    #cont2:before,
    
    #cont3{ height:auto;}
    #cont3 .inner{ padding:0;}
    #cont3:after{bottom:auto;top:720px;width:600px;height:66px;}
    #cont3 h2{ text-align:center;margin-bottom:100px;}
    #cont3 .wrapper{ height:auto;}
    #cont3 .newszone{padding:0 40px 70px 40px;}
    .cont3_slider button.slick-prev2{right:auto;left:0;margin-right:0;}
    .cont3_slider button.slick-next2{right:auto;left:50px;margin-right:0;}
    .newszone .newsbox:first-child{height:230px;} /* 2024-03-20 수정 박수림 */
    .sotong a{ word-break:keep-all;}
    .cont3_slider{ margin-bottom:125px;padding-left:40px;}
    .cont3_slider .slide_wrap{ height:450px }
    .cont3_slider .slide_wrap .news-slider .item{ width:440px;}
    .cont3_slider .slide_wrap .news-slider .item a .imgbox,
    .cont3_slider .slide_wrap .news-slider .item.slick-current + .item a .imgbox,
    .cont3_slider .slide_wrap .news-slider .item a:hover .imgbox{ height:280px;}
    .cont3_slider .slide_wrap .news-slider .item a .imgbox .thumb img{ height:100%;}
    #cont3 .newszone:before{ display:none;}
    #cont4{ padding-top:0 }
    .sr {margin-top: 3rem;padding: 2rem 0;}
    .sr h3{position:relative;top:inherit;left:inherit;padding-left: 0;max-width:inherit;margin-bottom: 1rem;line-height: 1.1;}
    .sr p{ display:none;}
    .sr ul{ width:100%;}
    .sr .count_info{ margin-right:0;right:10px;}  
    .srWrap > div,
    .srWrap .careerCerti{padding: 2rem;}
     .srWrap .careerCerti h3{display: flex;align-items: center;justify-content: flex-start;white-space: normal;padding-left: 0;}
    .srWrap .careerCerti h3 .pcVer{display: none;}
}

/** 1240px 시작 **/
@media only screen and (max-width:1240px){   
    /** 공지내용3번 **/
    #cont1 .inner .notice_box_wrap .notice_box03{padding-right: 1.5rem;padding-left: 1.5rem;}
    #cont1 .inner .notice_box_wrap .notice_box03 li a{padding-left: 5rem;}
    #cont1 .inner .notice_box_wrap .notice_box03 li a:before{top: calc(50% - 2.1rem);width: 4.2rem;height: 4.2rem;}
}
/** 1240px 끝 **/

@media only screen and (max-width: 1023px){
    h2{ font-size:25px;}
    #cont1:before{height: 100%;}
    #cont1 h2{ margin-bottom:20px;}
    #mvisual .wrapper .mvisual_txt{ text-align:center;}
    #mvisual .wrapper .mvisual_txt .mv_en{ width:277px;height:33px;margin:0 auto 25px;background-size:contain;}
    #mvisual .btn_area .pageCount{ top:60%;right:auto;left:50%;margin-left:-50px;}
    #mvisual .btn_area .btn_prev{ top:61.2%;right:auto;left:50%;margin-left:-75px;}
    #mvisual .btn_area .btn_next{ top:61.2%;right:auto;left:50%;margin-left:50px;}
    #mvisual .btn_area .btn_stop,
    #mvisual .btn_area .btn_play{  top:61.3%;right:auto;left:50%;margin-left:75px;}
    #mvisual .wrapper .mvisual_txt .mv_tit{ font-size:55px;}
    #mvisual .btn_area .pageCount{ font-size:34px;}
    #cont1 .mvisual_txt .tit{font-size:4rem;margin-bottom: 0;}
    #cont1{height:auto;}
    #cont1 .inner .notice_box_wrap { display:block;}
    #cont1 .inner .notice_box_wrap .left_box{width:100%;margin-bottom: 3rem;}
    #cont1 .inner .notice_box_wrap .right_box{width:100%;}
    #cont1 .inner .notice_box_wrap .left_box.w65{width:100%;}
    #cont1 .inner .notice_box_wrap .right_box.w35{width:100%;}
    #cont1 .inner .notice_box_wrap .notice_box03{margin-top: 3rem;padding: 1.5rem 2rem;}
    #cont1 .inner .notice_box_wrap .notice_box03 li a{padding-left: 6rem;}
    .present{position:relative;border-radius:15px;border:1px solid #b5b5b5;display:block;justify-content:space-between;overflow:hidden;height: 31.5rem;}
    .present .title{text-align:left;width:100%;padding: 1.5rem;justify-content: flex-start;flex-direction: row;border-bottom: 1px solid #b5b5b5;border-right: 0;height: 6rem;}
    .present .title h3 {font-size:1.8rem;margin-bottom: 0;line-height: 1.1;flex: auto;white-space: nowrap;}
    .present .title .Btn-Gray{border-radius: 2rem;padding: 0.5rem 1rem;background:#4a566e;font-size: 1.6rem;line-height: 1;margin-left: auto;flex: none;white-space: nowrap;}
    .present .table_box{width:100%;height: calc(100% - 6rem);}
    
    #cont1 .info_tab{ width:100%;}
    .info_tab > li > a{ opacity:0.9;}
    .info_tab > li.on > a{ opacity:1;}
    .tab_obj .slider{ padding:0 55px;}
    .tab_obj .slider .slide_wrap .slide{width:573px;margin-left:1%;}
    .tab_obj .slider .slide_wrap .slide a .info_tit{ height:120px;line-height:1.2;}
    .tab_obj .slider .slide_wrap .slide a .info_txt{ display:none;}
    .tab_obj .slider .slide_wrap .slide a .date:before{ width:23px;height:22px;background-size:contain;margin-right:5px;}
    .tab_obj .control{ display:none;}
    /*#cont1 .more{ width:auto;padding:15px 80px;}*/
    #cont2 .con_box_wrap .left_box{width:calc(50% - 10px);float: inherit;margin-right: auto;}
    #cont2 .con_box_wrap .center_box{width:calc(50% - 10px);float: inherit;margin:0;height: 31.5rem;}
    #cont2 .con_box_wrap .right_box{width:100%;margin-top: 3rem;}
    #cont2 .con_box_wrap > *{height:auto;}
    #cont2 .con_box_wrap .right_box > *{flex:auto;}
    #cont2 .con_box_wrap .right_box:after{content:"";display: none;position:absolute;top:0;left:50%;width:1px;height:100%;background:#e1e1e1;}
    .tel_box{height:auto;flex-direction: row;align-items: flex-start;}
    .tel_box .con {padding-top: 0;width:50%;margin-bottom:0;text-align:left;padding-left: 20px;border-top: 0;}
    .tel_box .con:first-child{padding-left: 0;}
    .tel_box .con br{display:block;}
    .tel_box .con .tit{font-weight: bold;font-size: 2rem;margin-bottom: 1rem;padding-left: 4rem;width: auto;line-height: 3rem;padding-top: 0;}
    .tel_box .con .tit:before{position:absolute;top: 0.5rem;left:0;display:block;content:"";width: 3rem;height: 3rem;background: #585e80 url(/static/main/img/main/ico_tel.png) center center / 1.9rem 1.9rem no-repeat;margin-top: -0.3rem;vertical-align:middle;border-radius:5px;}
    .tel_box .con .num{padding-left: 0;text-align:left;font-size: 2rem;width: auto;}
    .btn_box {min-height:13rem;padding: 0 1.5rem;}
    .btn_box .con{flex-direction: row;justify-content: center;padding: 1.5rem;}
    .btn_box .con i{margin: 0 2rem 0 0;width: 7.4rem;height: 7.4rem;flex: none;}
    .btn_box .con > span{font-size:2rem;}
    .newszone .newsbox{ float:none;width:100%;margin-left:0;}
    .popupzone .sliderBox{height:0} 
    .popupzone .sliderBox ul,
    .popupzone .sliderBox ul li{height:auto;}
    .popupzone .sliderBox ul li a .thumbResizeA{ padding-bottom:38.544%;}
    .popupzone .sliderBox ul li a .thumbResizeA img{ width:100%;max-width:none;position:absolute;top:0;left:0;}
    .sotong{ padding-top:20px;}
    .sotong a{ height:180px;padding:20px 100px 20px 20px;}
    .sotong a h3{ margin-bottom:20px;}
    .banner_wrap { float:none;width:100%;margin-left:0;}
    .sr ul{display:flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;}
    .sr ul li{width: calc(100% / 4);padding-top: 0;/*border:1px solid rgba(255,255,255,0.3);border-right:0;border-bottom:0;*/margin-top: 1rem;min-height: 14rem;float: none;flex: 0 0 auto;}
    .sr ul li:nth-child(4n+1){margin-left:0;}
    .sr ul li:nth-child(-n+4){margin-top: 2rem;}
    .sr ul li:nth-child(n+5){margin-top:2rem}
    /*..sr ul li:first-child,
    sr ul li:nth-child(4){ border-top:0;}*/
    .sr ul li:before{ display:none;}
    .sr ul li .cate:before{width: 5.5rem;height: 5.5rem;background: url(/static/main/img/main/sr_ico.png) 0 0 / 94.8rem 5.5rem no-repeat;}
    .sr ul li.count2 .cate:before{background-position:-13rem 0;}
    .sr ul li.count3 .cate:before{ background-position:-25.3rem 0;}
    .sr ul li.count4 .cate:before{ background-position:-38.2rem 0;}
    .sr ul li.count5 .cate:before{ background-position:-51.1rem 0;}
    .sr ul li.count6 .cate:before{ background-position:-64rem 0;}
    .sr ul li.count7 .cate:before{ background-position:-77rem 0;}
    .sr ul li.count8 .cate:before{ background-position:-89.3rem 0;}

    .srWrap{flex-direction:column;}
    .srWrap > div{margin-right:0;}
    .srWrap .careerCerti{/* display:flex; *//* align-items: center; *//* justify-content: flex-start; */padding: 20px 40px;}
    .srWrap .careerCerti h3{flex:none;margin: 0 0px 20px 0;border-bottom: 1px solid rgba(255,255,255,.3);padding-bottom: 20px;padding-left: 0;}
    .srWrap .careerCerti ul{width:auto;flex: auto;justify-content: flex-start;/* padding: 0 10px 0 40px; */flex-direction: column;}
    .srWrap .careerCerti ul li a{width:100%;}
    .srWrap .careerCerti ul li a,
    .srWrap .careerCerti ul li .cate{display:flex;align-items: center;justify-content: flex-start;}
    .srWrap .careerCerti ul li .cate:before{width:30px;height:30px;margin: 0 20px 0 0;}
    .srWrap .careerCerti ul li:nth-child(4n+1){margin-left:0;}
    .srWrap .careerCerti ul li{margin: 20px 0 0 0;padding:0;min-height: inherit;/* flex: 0 0 auto; */width: 100%;}
     .srWrap .careerCerti ul li:nth-child(1){margin-top:0}
    .srWrap .careerCerti ul li span:not(.cate){flex:auto; display:flex; align-items:center; justify-content:flex-start;}
    .srWrap .careerCerti ul li span:not(.cate):before{content:'';width:100%;height:1px;display:block;margin: 0 30px;/* opacity: .3; */border-bottom: 1px dashed rgba(255,255,255,.15);}
    
    
    #banner{ padding:25px;}

    #cont1 .inner .notice_box_wrap .notice_box03 li{width:calc(100%/3 - 0.1px);}

    /** 즐겨찾기 - 20221108 **/
    .favorite .inner{padding: 0 2rem;}
    .wrap_favorite_box ul{margin-left:-10px;}
    .wrap_favorite_box li{width:calc(100%/5 - 10.1px);margin-left:10px;flex: 0 0 auto;}
}


@media only screen and (max-width:1200px) {
    .favorite .favorite_box .favorite_item {width:calc((100% - 151px)/6);}
    .favorite .favorite_box .favorite_item:nth-child(n+7){margin-top:30px}
    .favorite .favorite_box .favorite_item:nth-child(8n) {margin-right:30px;}
    .favorite .favorite_box .favorite_item:nth-child(6n) {margin-right:0;}
}
@media only screen and (max-width:1100px) {
    .infozone{min-height: 44.5rem;}
}

/** 1004px 시작 **/
@media only screen and (max-width:1004px){
    /** main 공지 - 20221108 **/
    .recruitment_notice{flex-wrap:wrap;}
    .recruitment_notice div{width:100%;padding-right:0;}

    .recruitment_notice a{width:100%;margin-top: 2.5rem;padding: 1rem 2rem;}
    .recruitment_notice a i{width:calc(100% - 15px);}

    

}

@media only screen and (max-width:1000px) {
    .favorite .favorite_box ul {min-height:340px;}
    .favorite .favorite_box .favorite_item {width:calc((100% - 91px)/4);}
    .favorite .favorite_box .favorite_item:nth-child(n+5){margin-top:30px}
    .favorite .favorite_box .favorite_item:nth-child(6n) {margin-right:30px;}
    .favorite .favorite_box .favorite_item:nth-child(4n) {margin-right:0;}
    .favorite .favorite_box .favorite_item span{line-height:20px}
    .favorite .favorite_box .favorite_item span br {display:block}
    .infozone{min-height: 40.5rem;}
    #cont2 .con_box_wrap .center_box,
    .present{height: 31.5rem;}
}


@media only screen and (max-width:800px) {
    .infozone{min-height: 42.5rem;}

    #cont2 .con_box_wrap .left_box{width:100%;}
    .present{height: 31.5rem;}
    #cont2 .con_box_wrap .center_box{height: 43.7rem;width: 100%;margin-top: 3rem;}
}

/** 1004px 끝 **/
@media only screen and (max-width:767px){
    #mvisual .wrapper{ margin-top:-120px;}
    #mvisual .wrapper .mvisual_txt{padding:0 20px;}
    #mvisual .wrapper .mvisual_txt .mv_tit{ font-size:30px;}
    #mvisual .wrapper .mvisual_txt .mv_txt{ font-size:20px;}
    #mvisual .wrapper .mvisual_txt .mv_en{ width:200px;height:24px;}
    #mvisual .btn_area .pageCount{ top:70%;font-size:20px;margin-left:-25px;}
    #mvisual .btn_area .btn_prev{ top:70.2%;margin-left:-50px;}
    #mvisual .btn_area .btn_next{ top:70.2%;margin-left:45px;}
    #mvisual .btn_area .btn_stop,
    #mvisual .btn_area .btn_play{ top:70.3%;margin-left:65px;}
    #mvisual .scroll_down{ font-size:0;left:50%;margin-left:-15px;}
    .info_tab > li > a{ padding:0 3px;}
    .info_tab > li > a,
    .tab_obj .slider .slide_wrap .slide a .info_cate{ font-size:16px;}
    .tab_obj .slider .slide_wrap .slide a .info_tit{ height:60px;font-size:16px;}
    
    #cont1{}
    #cont1:before{}
    #cont1 .mvisual_txt .tit {font-size: 3.3rem;margin-bottom: 0;word-break: keep-all;}
    
    #cont1 .info_tab{margin-bottom:0;}
    .info_tab > li .tab_obj{ top:40px;height:300px;}
    .info_tab > li > a:before{ margin-right:10px;}

    #cont1 .more{ font-size:14px;}
    
    #cont2 .con_box_wrap .left_box{width:100%;margin-bottom: 3rem;}
    #cont2 .con_box_wrap .center_box{width:100%;float: none;margin: 0 0 3rem;display: flex;height: 42rem;}
    #cont2 .con_box_wrap .right_box{width:100%;float: none;margin-top: 0;}
    .present { height:auto;}
   .interest .board_list li { width:100%;margin-bottom:1.5rem;margin-left:0;position:relative;border-bottom:0.1rem solid rgb(255,255,255,0.4);border-right:0;padding-bottom:1rem;}
    .interest .board_list li:last-child{margin-bottom:0;padding-bottom: 0;}
    .interest .board_list li .tit{height:auto;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;word-break:break-word;margin: 1rem 0;}
    #cont3{ padding:40px 0 0;}
    #cont3:after{ display:none;}
    .cont3_slider{ padding:0 0 0 20px;margin-bottom:40px;}
    .cont3_slider .slide_wrap{ width:100%;height:343px;}
    .cont3_slider .slide_wrap .news-slider{ width:200%;}
    .cont3_slider .slide_wrap .news-slider .item{ width:280px;}
    .cont3_slider .slide_wrap .news-slider .item a .txtbox{ height:90px;padding:20px 90px 20px 20px;font-size:16px;}
    .cont3_slider .slide_wrap .news-slider .item a .date{ font-size:16px;top:20px;right:20px;}
    .cont3_slider .slide_wrap .news-slider .item a .date .day{ font-size:30px;}
    .cont3_slider .slide_wrap .news-slider .item a .imgbox, 
    .cont3_slider .slide_wrap .news-slider .item.slick-current + .item a .imgbox, 
    .cont3_slider .slide_wrap .news-slider .item a:hover .imgbox{ height:195px;}
    .cont3_slider .slide_wrap .news-slider .item a .imgbox .thumb img{height:auto;}
    #cont3 .newszone{ padding:0 20px 70px 20px;}
    .sotong a h3{ font-size:25px;}
    .sotong a .more{ width:74px;height:74px;line-height:74px;font-size:16px;}
    /*.news_tab .tab-ul > li .more{display:none;}
    .news_tab .tab-ul > li.on .more{display:none;}*/
    .news_tab .tab-ul > li > a{margin: 0 1.5rem 0 0;letter-spacing:-1px}
    .news_tab .tab-ul > li > a:before{ content:"";display:none;width:1px;height:14px;margin-right:15px;background-color:#e0e0e0;transform:rotate(45deg);-webkit-transform:rotate(45deg);}
    
    
    /*.sr ul li{ height:280px;}
    .sr ul li b{ font-size:30px;}*/
    
    #banner .inner{ padding:0;}
    #banner .banner-slider{ padding-left:150px;}
    #banner button.slick-pause,
    #banner button.slick-play{ left:45px;}

    .research_inner>li .research_L .txt,.research_inner>li .research_R .date{font-size: 1.6rem;}
    .research_inner>li .research_L .txt{padding-right: 0.5rem;}
    .research_R .mint_btn{font-size: 1.6rem;}
}


@media only screen and (max-width:700px) {
    .infozone{min-height: 41.5rem;}
}


/** 640px 시작 **/
@media only screen and (max-width:640px){

     .favorite h2{position:static;padding-top:24px;text-align:center}
    .favorite h2:after {margin:18px auto 20px;}
    .favorite h2 br {display:none}
    .favorite .favorite_box{padding:20px 0 ;}
    .favorite .favorite_box .favorite_item span {font-size:1.7rem;}

    .favorite .inner{width:100%;padding: 0 2rem;}
    .favorite .favorite_box .favorite_item {width:calc((100% - 61px)/3);}
    .favorite .favorite_box .favorite_item:nth-child(n+4){margin-top:30px}
    .favorite .favorite_box .favorite_item:nth-child(6n) {margin-right:30px;}
    .favorite .favorite_box .favorite_item:nth-child(4n) {margin-right:30px;}
    .favorite .favorite_box .favorite_item:nth-child(3n) {margin-right:0;}

    .pcVer{display:none!important;}
    
    /** 공지내용2번 **/  
    .research_inner>li{display:flex;justify-content:space-between;flex-wrap:wrap;padding: 10px 0;}
    .research_inner>li .research_L{flex:1;width:100%;}
    .research_inner>li .research_R{display:flex;flex-direction:column;}
    .research_inner>li .research_R>span{margin-right:0;}
    .research_inner>li+li{border-top:1px dotted #aaa;}
    .research_inner>li:last-child{padding-bottom:0;}
    /** 공지내용3번 **/
    #cont1 .inner .notice_box_wrap .notice_box03{overflow:hidden;}
    #cont1 .inner .notice_box_wrap .notice_box03 ul{display:flex;flex-wrap:wrap;margin: 0;}
    #cont1 .inner .notice_box_wrap .notice_box03 li{float: inherit;min-width: 50%;/* margin: 0 0 0 1.5rem; */padding-right: 1.5rem;}
    #cont1 .inner .notice_box_wrap .notice_box03 li:nth-child(n+3){margin-top:1rem;}
    #cont1 .inner .notice_box_wrap .notice_box03 li a{padding-left: 5.5rem;height: 5.2rem;line-height: 5.2rem;}

    /** 즐겨찾기 - 20221108 **/
    .wrap_favorite_box li{width:calc(100%/3 - 10.1px);}

    #cont2 .con_box_wrap .center_box{height: 32rem;}
    
}
/** 640px 끝 **/

/** 540px 시작 **/
@media only screen and (max-width:540px){

    #cont1 .inner{padding: 5rem 2rem;}
    #cont2 .inner{padding:3rem 2rem}
    /** 공지내용1번 **/  
    .notice_inner>li{display:flex;flex-direction:column;padding: 1rem 0;}
    .notice_inner>li .notice_L{width: 100%;margin-bottom: 0.5rem;}
    .notice_tag{font-size: 1.4rem;}
    .notice_inner>li .notice_L>span:first-child{margin-left:0;}
    .notice_inner>li .notice_R{flex:none;display: flex;align-items: center;justify-content: center;}
    .notice_R button{margin-top:0;line-height: 4rem;font-size: 1.6rem;margin-right: 1rem;flex: 1;padding: 0;}
    .notice_R button:last-child{margin-right:0;}
    .notice_inner>li .notice_L .txt{line-height:3rem; margin-left:0;}

    /** 공지내용2번 **/  
    .research_inner>li .research_L,.research_inner>li .research_R{width:100%;align-items: center;justify-content: flex-start;}
    .research_inner>li .research_L{flex:auto}
    .research_inner>li .research_L .txt{position:relative;margin-right:0;padding-left: 1.5rem;line-height: 3rem;}    
    .research_inner>li .research_L .txt:before{content:'';display:block;position:absolute;top: 1.2rem;left: 0.2rem;width: 0.4rem;height: 0.4rem;border-radius:50%;background:#333;}
    .research_inner>li .research_R{flex-direction:row;margin-top:5px;padding:5px 10px;border-radius:3px;background:#dbf1ee;}
    .research_inner>li .research_R .date{line-height:3rem;flex: auto;white-space: nowrap;}
    .research_R .mint_btn{margin-left: 1rem;}
    .research_R .mint_btn:nth-of-type(1){margin-left:auto;flex: none;width: auto;white-space: nowrap;}

    /** 공지내용3번 **/
    #cont1 .inner .notice_box_wrap .notice_box03{margin: 3rem 0 0 0;}
    #cont1 .inner .notice_box_wrap .notice_box03 ul{margin: 0;}
    #cont1 .inner .notice_box_wrap .notice_box03 li,
    #cont1 .inner .notice_box_wrap .notice_box03.w50 li{width: 100%;margin-left:0;padding-right:0}
    #cont1 .inner .notice_box_wrap .notice_box03 li:nth-child(n+2){margin-top:1rem;}

    /** 전화 **/
    #cont2 .con_box_wrap .right_box:after{display:none}
    .tel_box{padding-right:0;padding-left:0;display: flex;align-items: flex-start;justify-content: flex-start;}
    .tel_box .con{float:none;position:relative;width:100%;padding: 0 2rem !important;}
    
    .tel_box:before{content:'';display:block;position:absolute;top:0;left: 0;width: 50%;height: 100%;border-right: 1px dashed #ddd;}
    .tel_box .con .tit:before{top: 0.2rem;}

    /** main 공지 - 20221108 **/
    .recruitment_notice{padding: 0;}
    .recruitment_notice:before,.recruitment_notice a i:before{display:none;}
    .recruitment_notice div span{font-size: 2rem;}
    .recruitment_notice div p{font-size: 1.7rem; }
 
    .recruitment_notice a{max-width:inherit;padding: 1rem;}
    .recruitment_notice a i{padding-right:0;font-size: 1.7rem;text-align:center;}
    
    /* 공지내용 탭 - 2024-03-20 박수림 */
    .news_inner>li .news_L { float:left;width:calc(100% - 120px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
    
    #cont1 .info_tab{height: auto;}
    .newszone{min-height: 21.5rem;}
    .infozone{min-height: 64rem;}
    .info_tab .tab-ul > li .tab_obj{margin-bottom:0;}
    .info_tab .tab-ul .tab_obj ul li{flex-direction:column;}
    .info_tab .tab-ul .tab_obj ul li .info_L{margin-right:0;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;}
    .info_tab .tab-ul .tab_obj ul li .info_L .date{line-height: 1.1;flex: auto;white-space: nowrap;}
    .info_tab .tab-ul .tab_obj ul li .info_L .txt{margin-left:0;line-height: 1.1;margin: 1rem 0;width: 100%;}
    .info_tab .tab-ul .tab_obj ul li .info_L .txt a{width:100%;height:100%;display: block;}
    .info_tab .tab-ul .tab_obj ul li .info_R{width:100%;justify-content: flex-start;}
    .info_R button{margin-top:0;flex: 1;line-height: 3rem;}

    #cont2 .con_box_wrap .center_box{height: 25.5rem;}
}
/** 540px 끝 **/

@media only screen and (max-width:479px){
    
    .cont2_slider .sliderBox ul li .thumb{ width:200%;height:100%;margin-left:-50%;text-align:center;}
    .cont2_slider .sliderBox ul li .thumb img{ height:100%;max-width:none;}
    .moVer{display: block !important;}
}

/** 414px 시작 **/
@media only screen and (max-width:414px){
    /** 공지내용2번 **/  
    .research_inner>li .research_R{flex-direction: row;padding:5px;}
    .research_R .mint_btn{margin-top: 0;margin-left:0;}
    


    /** 즐겨찾기 - 20221108 **/
    .wrap_favorite_box {padding-top: 3rem;padding-bottom: 3rem;}
    .wrap_favorite_box ul{margin-top:-5px;margin-left:0;}
    .wrap_favorite_box li{width:100%;margin-top:5px;margin-left:0;padding:0;}
    .wrap_favorite_box li a{padding:10px 5px 10px 45px;text-align:left;font-size: 1.8rem;}
    .wrap_favorite_box li a span{position:relative;line-height:20px;}
    .wrap_favorite_box li a span br{display:none;}
    .wrap_favorite_box li a:before,.wrap_favorite_box li a:after{height:100%;}
    .wrap_favorite_box li a:before{left:0;width:100%;border-radius:3px;}
    .wrap_favorite_box li a:after{left:5px;width:35px;background-size:contain;}

    .wrap_favorite_box li a:hover{color:#000;text-decoration:underline;}
    
    /* 공지내용 탭 - 2024-03-20 박수림 */
    .news_inner>li .news_L {  float:left;width:calc(100% - 170px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

    .tel_box{flex-direction:column;align-items: center;justify-content: center;padding: 0 2rem;height: 30rem;}
    .tel_box .con{width: 44vw;padding: 0 !important;flex: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;border-right: 0;}
    .tel_box:before{width:100%;height: 50%;border-right:0;border-bottom:1px dashed #ddd;}
    .tel_box .con .tit{width: 100%;white-space: nowrap;}
    .tel_box .con .num{width: 100%;padding-left: 4rem;letter-spacing: 0;text-align: left;}

    .btn_box{flex-direction:column;position:relative;padding: 0 2rem;}
    .btn_box:before{content:'';display:block;width:100%;height: 1px;border-right:0;border-bottom:1px dashed #ddd;position: absolute;top: calc(50% - 1px);left: 0;}
    .btn_box .con{border-right:0;padding: 2rem 0;width: 44vw;margin: 0 auto;justify-content: flex-start;}
    .btn_box .con i{width: 4.5rem;height: 4.5rem;}
}
/** 414px 끝 **/