/* 레이어팝업 - 메인 */
#popMain {display: none; width: 100vw; height: 100vh; background: rgba(0,0,0,0.9); position: fixed; left: 0; top: 0; z-index: 1001;}
#popMain .container {max-width:90rem; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; padding:0 1rem;}
#popMain .slick-track {margin-left: auto; margin-right: auto;}
#popMain .logo {font-size: 0; line-height: 0;}
#popMain .sliderWr {position: relative; width: 84%; border-radius: 0.25rem; margin-top:1rem;}
#popMain .sliderWr .titWr {display: flex; align-items: center;}
#popMain .sliderWr .titWr .control {display: flex; width:100%; justify-content: end; font-size: 1rem; color: #fff; font-weight: 700;}
#popMain .sliderWr .titWr .control .prgrss {display: flex; align-items: center;}
#popMain .sliderWr .titWr .control .prgrss strong {position: relative; margin-right: 2rem;}
#popMain .sliderWr .titWr .control .prgrss strong::before {content:''; position: absolute; top:-0.25rem; left:-0.75rem; width:0.5rem; height:0.5rem; border-radius: 50%; background: #f56810;}
#popMain .sliderWr .titWr .control .prgrss strong::after {content:''; position: absolute; top:50%; right:-1.6rem; width: 25px; height: 1px; background: rgba(255, 255, 255, 0.5);}
#popMain .sliderWr .titWr .control .prgrss .bar {width: 6rem; height: 3px; border-radius: 3px; background: #e4e6ed; margin: 0 0.75em; position: relative;}
#popMain .sliderWr .titWr .control .prgrss .bar::after {content: ""; display: block; width: 0; height: 100%; border-radius: 3px; background: #f46814; position: absolute; left: 0; top: 0;}
#popMain .sliderWr .titWr .control .prgrss a.stp,
#popMain .sliderWr .titWr .control .prgrss a.ply {margin: 0 0.25em; width:1.8rem; height:1.8rem; line-height: 1.8rem; text-align: center; border-radius: 0.5rem; background: #fff; color: #000; font-size: 1.2rem;}
#popMain .sliderWr .titWr .control .prgrss a.ply {display: none;}
#popMain .sliderWr .titWr .control .btnWr {position: absolute; left:0; top:50%; width: 100%;}
#popMain .sliderWr .titWr .control .btnWr a.prv,
#popMain .sliderWr .titWr .control .btnWr a.nxt {font-size: 3em; position: absolute; font-weight: 400;}
#popMain .sliderWr .titWr .control .btnWr a.prv {left:0;}
#popMain .sliderWr .titWr .control .btnWr a.nxt {right:0;}
#popMain .sliderWr .pop_zone {padding:0 6rem;}
#popMain .sliderWr .slider {margin: calc(5rem * 0.35) -1.25rem 0;}
#popMain .sliderWr .slider .item {padding: 0 1.25rem;}
#popMain .sliderWr .slider .item a {display: flex; justify-content: center; align-items: center; height: 100%; max-height: 380px; border-radius: 0.5rem; border: 1px solid #dadada; background: #fafafa; font-size: 0; line-height: 0; overflow: hidden;}
#popMain .sliderWr .slider .item a img {max-width: 100%;}
#popMain .clsWr {display: flex; justify-content: center; align-items: center; width: 100%; color: #fff; margin-top: 3rem; position: relative; z-index: 0;}
#popMain .clsWr .radioCheck {display: flex;}
#popMain .clsWr .radioCheck li {position: relative;}
#popMain .clsWr .radioCheck li + li {margin-left: 0.5em;}
#popMain .clsWr .radioCheck li::before {content: ""; display: block; width: calc(100% + 6px); height: calc(100% + 6px); border-radius: 3px; border: 1px solid #fff; position: absolute; left: -3px; top: -3px; opacity: 0; z-index: -1;}
#popMain .clsWr .radioCheck li::after {content: ""; display: block; width: calc(100% + 4px); height: calc(100% + 4px); border-radius: 2px; border: 2px solid #000; position: absolute; left: -2px; top: -2px; opacity: 0; z-index: -1;}
#popMain .clsWr .radioCheck li input[type="radio"] {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
#popMain .popMainClose1 {position: absolute; left:50%; margin-left: -37rem; top:20%; display: flex; justify-content: center; align-items: center; width: calc(2.5rem * 1.4); height: calc(2.5rem * 1.4); border-radius: 50%; background: #f46813; color: #fff; font-size: calc(2.5rem * 0.64); display: none;}
#popMain .popMainClose1::before {content: ""; display: block; width: 100%; height: 100%; border-radius: 50%; background: #f7b13b; position: absolute; left: 0; top: 0; z-index: -1; animation: pulse 2s infinite;}
#popMain .clsWr .radioCheck li a.popMainClose2,
#popMain .clsWr .radioCheck li input[type="radio"] + label,
#popMain .clsWr .radioCheck li button {position: relative; display: block; height: 2.3rem; line-height: 2.3rem; text-align: center; border-radius: 1.25rem; border:2px solid #fff; min-width: 7.75rem; padding:0 1.25rem; font-size: 0.9rem;}
#popMain .clsWr .radioCheck li a.popMainClose2 {background: #023c73; border-color: #023c73; color:#fff;}
#popMain .clsWr .radioCheck li input[type="radio"] + label,
#popMain .clsWr .radioCheck li button {cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
#popMain .clsWr .radioCheck li input[type="radio"] + label i,
#popMain .clsWr .radioCheck li button i{font-size: 1rem; margin-left:1rem;}
#popMain .clsWr .radioCheck li a.popMainClose2::before {display: none;}
/* #popMain .clsWr .radioCheck li input[type="radio"] + label::before {content: ""; display: block; width: 1.125em; height: 1.125em; border-radius: 0.3125em; background: #fff; position: absolute; left: 0; top: 0;}
#popMain .clsWr .radioCheck li input[type="radio"] + label::after {content: ""; display: block; width: calc(1.125em - 6px); height: calc(1.125em - 6px); border-radius: calc(0.3125em - 3px); background: #c0a353; position: absolute; left: 3px; top: 3px; opacity: 0;} */
/* 레이어팝업 - 메인 : animation */
@keyframes pulse {
	0% {transform: scale(1);}
	100% {transform: scale(1.5); opacity: 0;}
}
/* 레이어팝업 - 메인 : active */
#popMain .sliderWr .slider .item a img {transition: 0.2s;}
#popMain.active {display: block;}
#popMain .sliderWr .titWr .control .prgrss.actv .bar::after {width: 100%; transition: 4s;}
#popMain .sliderWr .slider .item a:hover img,
#popMain .sliderWr .slider .item a:focus img {transform: scale(1.1);}
#popMain .clsWr .radioCheck li:has(input[type="radio"]:focus)::before,
#popMain .clsWr .radioCheck li:has(input[type="radio"]:focus)::after {opacity: 1;}
#popMain .clsWr li a.popMainClose2:hover,
#popMain .clsWr li a.popMainClose2:focus {background: #023c73; border-color: #023c73; color:#fff;}
#popMain .clsWr .radioCheck li input[type="radio"]:checked + label {background: #023c73; border-color: #023c73; color:#fff;}
#popMain .clsWr .radioCheck li input[type="radio"]:checked + label::after {opacity: 1;}

.popOpen {position: absolute; left:50%; margin-left: -39rem; top:6.5rem; z-index: 1;}
.popMainOpen {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: calc(2.5rem * 1.4); height: calc(2.5rem * 1.4); border-radius: 50%; background: #f46813; color: #fff; font-size: 0.75rem;}
.popMainOpen::before {content: ""; display: block; width: 100%; height: 100%; border-radius: 50%; background: #f7b13b; position: absolute; left: 0; top: 0; z-index: -1 !important; animation: pulse 2s infinite;}
.popMainOpen span {display: flex; align-items: center; justify-content: center; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #008990; font-size: 0.7rem; font-weight: 600; position: absolute; right: -0.5rem; top: -0.5rem;}
.popMainOpen i {font-size: 1rem;}


#fullpageMenu {position: absolute; top: 50%; transform: translateY(-50%); left: 90px; width: 55px; background: rgba(0, 0, 0, 0.4); z-index: 0; display: flex; flex-direction: column; gap: 30px; padding: 30px 0; border-radius: 2rem;}
#fullpageMenu li a { position: relative; display: block; padding-left: 3.25rem; font-size: 0.75rem; color: #dadada; transition: all 0.3s;}
#fullpageMenu li.active a { font-weight: 600;}
#fullpageMenu li a:before { position: absolute; top: 50%; left: 23px; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; background-color: #d1d1d1; content: ""; transition: all 0.3s;}
#fullpageMenu li.active a:before { background-color: #fff; outline: 1px solid #fff; outline-offset: 5px;}
.fp-viewing-section2 #fullpageMenu li a,
.fp-viewing-section3 #fullpageMenu li a,
.fp-viewing-footer #fullpageMenu li a { color: #444;}
.fp-viewing-section2 #fullpageMenu li.active a,
.fp-viewing-section3 #fullpageMenu li.active a,
.fp-viewing-footer #fullpageMenu li.active a { color: #000;}

.fp-watermark{display: none;}
.fp-overflow { justify-content: flex-start; max-height: 100vh}
.fp-scrollable .fp-auto-height .fp-overflow { max-height: none;}
.fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow>.fp-overflow {overflow: hidden;}
.fp-overflow {outline: none; height:100%;}
.fp-overflow.fp-table {display: block;}
.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide { height: auto!important; min-height: auto!important}
.fp-sr-only { position: absolute;width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0 }
.fp-scroll-mac .fp-overflow::-webkit-scrollbar { background-color: transparent; width: 9px}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track { background-color: transparent;}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.4); border-radius: 16px; border: 4px solid transparent;}

/* slick slide common */
.slick-slider {-webkit-transition:all ease-in-out .3s; transition:all ease-in-out .3s; -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent;}
.slick-slide {display:none; height:100%; min-height:1px; vertical-align:middle; outline: none;}
.slick-list.dragging { cursor:pointer;}
.slick-initialized .slick-slide { display:inline-block; }
.slick-arrow.slick-hidden { display:none;}
.slick-current {opacity:1; display:block;}
.slick-track {position:relative; left:0; top:0; display:block; margin-left:auto; margin-right:auto;}
.slick-list, .slick-track {height:100%;}
.slick-list {overflow: hidden;}
.slick-track {margin-left: 0; margin-right: 0;}

/* CSS Document */
.Tem_A .webWrap .container {min-height:100% !important;}
#container {min-height:100%;}
.section{ height: 100%;}
.section .inner { position: relative; width:100%; max-width: 80rem; height: 100%; margin: 0 auto; }

/* ============= section 별 스타일 ============= */
/* fp-viewing-section01 */
.fp-viewing-section1 .header{background-color: rgba(0, 0, 0, 0.6); color: #fff; border-color: transparent;}
.fp-viewing-section1 .header .hdWrap .logo{background: url(/images/kasfoedu/template/TD02/main/head_logo_white.png);}

/* fp-viewing-section02 */
.fp-viewing-section2 .header{background-color: #fff; transition-delay: 0.5s;}
.fp-viewing-section2 .header .hdWrap .logo{background: url(/images/kasfoedu/template/TD02/main/head_logo_black.png);}
.fp-viewing-section2 .header .hdWrap .srchBtn{ background-color: #f6f6f6; border: 1px solid #dddddd; color: #222;}
.fp-viewing-section2 .header .hdWrap .menuBtn{ background-color: #3f3f3f; }

/* fp-viewing-section03 */
.fp-viewing-section3 .header{background-color: #f4f5fa; transition-delay: 0.75s;}
.fp-viewing-section3 .header .hdWrap .logo{background: url(/images/kasfoedu/template/TD02/main/head_logo_black.png);}
.fp-viewing-section3 .header .hdWrap .srchBtn{ background-color: #fff; border: 1px solid #dddddd; color: #222;}
.fp-viewing-section3 .header .hdWrap .menuBtn{ background-color: #3f3f3f; }

.section3.footer-on [class*="mot"] {
    opacity: 1.0;
    transform: translateY(0px);
}

/* fp-viewing-footer */
.fp-viewing-footer .header{background-color: #f4f5fa;}
.fp-viewing-footer .header .hdWrap .logo{background: url(/images/kasfoedu/template/TD02/main/head_logo_black.png);}
.fp-viewing-footer .header .hdWrap .srchBtn{ background-color: #fff; border: 1px solid #dddddd; color: #222;}
.fp-viewing-footer .header .hdWrap .menuBtn{ background-color: #3f3f3f; }

/*** section1 ***/
.section1 {position: relative;}
.section1 .M_visual{ height: 100vh; background: url(/images/kasfoedu/template/TD02/main/section01_bg.png) no-repeat top center; position: relative;  background-size: 140% auto; transition: all 2s; transform-origin: center;}
.section1 .M_visual::after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(4, 9, 56, 0.8); backdrop-filter: blur(10px); transition: all 1s;}
/* visual :active */
.start .section1 .M_visual{ background-size: 100% auto;}
.start .section1 .M_visual::after{ backdrop-filter: blur(0); }

.section1 .inner{ display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding-top: 5rem; }
.section1 .inner .content_L{width: 50.5%; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center;}

/* 검색영역 */
.section1 .sec1_tit {width:100%; line-height:1; letter-spacing:-1px; font-size:1.8rem; color:#fff; padding:0.8rem 0 1.9rem; background: url('/images/kasfoedu/template/TD02/main/img_section01_deco.png') no-repeat right bottom / contain;}
.section1 .sec1_tit span {font-weight:500;}
.section1 .sec1_tit strong {display:block; margin-top:0.75rem; font-size:2.75rem;}
.section1 .sec1_srch {position: relative; width:100%; padding-right:0.4rem; margin-top:-0.2rem;}
.section1 .sec1_srch .sec1_srch_inner {display:flex; flex-wrap:wrap; gap:1.5rem 1.75rem; width:100%; padding:1.75rem 2rem; border-radius:1.75rem; background:#3441a7; color:#fff;}
.section1 select {
  /* Reset Select */
  appearance: none;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  color: #fff;
  background-color: #3441a7;
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
.section1 select::-ms-expand {display: none;}
/* Custom Select wrapper */
.section1 .sec1_select {position: relative; display: flex; width: 18.5%; height: 2rem; border-radius: 0.25em; font-size:0.9rem; letter-spacing: -0.5px;}
.section1 .sec1_select::before {content:''; position:absolute; right:-0.9rem; top:calc(50% - 7px); width:1px; height:14px; background:rgba(255,255,255,0.25);}
/* Arrow */
.section1 .sec1_select::after {content: '\EA4E'; position: absolute; font-family:'remixicon'; font-size:1.1rem; top: 0; right: 0; padding: 0.4rem 0; background-color: #3441a7; transition: 0.25s all ease; pointer-events: none;}
/* Transition */
.section1 .sec1_select:hover::after {color: #e14131;}
.section1 .sec1_date {flex:1; display:flex; align-items:center; justify-content:space-between; font-size:0.9rem;}
.section1 .sec1_date .tit {margin-right:4%; letter-spacing: -0.5px;}
.section1 .sec1_date .date_dash {color:rgba(255,255,255,0.5);}
.section1 .sec1_date .inp_st {width: 5rem; font-size: 0.8rem; color:#666; border: none; height: 1.5rem;}
.section1 input[type="date"] {
  height: 2rem;
  width: 6.75rem;
  border-radius:1rem;
  background-color: #fff;
  outline: none;
  border: 0;
  padding: 0 0.8rem 0 0.5rem;
  color: #fff;
  font-size:0.7rem;
}
.section1 input[type="date"]::-webkit-clear-button {
  font-size: 18px;
  height: 30px;
  position: relative;
  right: 5px;
  margin-right: 4px;
}
input[type="date"]::before {
  content: attr(placeholder);
  position: absolute;
  color: #999999;
}
.section1 input[type="date"]:valid {
  color: #666666;
}
.section1 input[type="date"]:focus::before,
.section1 input[type="date"]:valid::before {
  content: "";
}
.section1 input[type="date"]::-webkit-inner-spin-button {height: 30px;}
.section1 input[type="date"]::-webkit-calendar-picker-indicator {font-size: 18px;}
.section1 input[type="date"]::-webkit-calendar-picker-indicator:hover {background-color: #fff; color: #e14131; cursor: pointer;}
.section1 input[type="date"]::-webkit-calendar-picker-indicator:active {color: blue;}
.section1 .sec1_srch form {position:relative; width:100%; line-height:3rem; border-radius:1.5rem; background:#fff; padding-left:1.5rem;}
.section1 .sec1_srch form input {border:none; font-size:0.9rem; width:80%; height:98%; color:#000000;}
.section1 .sec1_srch .srch_btn {position:absolute; right:-1px; width:3rem; height:3rem; border-radius:50%; background:#333; font-size:1.5rem;} 

/* 바로가기1 */
.sec1_link {margin-top:2.25rem; width:100%; padding-right:0.4rem;}
.sec1_link ul {display:flex; gap:1rem;}
.sec1_link li {flex:1;}
.sec1_link li a {position:relative; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:0.75rem; width:100%; height:10rem; border-radius:1rem; background:#f4f7fe; box-shadow: 0 0 10px rgba(0,0,0,0.25);}
.sec1_link li a .img {position:relative; z-index:1;}
.sec1_link li a .img::before {content:''; position:absolute; left:-0.5rem; top:-0.75rem; width:0; height:0; border-radius:50%; background:#eaedf6; z-index:-1;}
.sec1_link li a .txt {padding:0 1rem; font-size:0.9rem; color:#000; font-weight:500;}
.sec1_link li a .view {position:absolute; bottom:-1.5rem; display:flex; align-items:center; justify-content:space-between; height:2.5rem; border-radius:1.25rem; width:78%; background:#3441a7; padding:0 1.4rem; color:#fff; opacity:0;}
.sec1_link li a .view:after {font-family: 'remixicon'; font-size:1rem; content: "\ea70";}
.sec1_link li a[target="_blank"] .txt:after {font-family: 'remixicon'; font-size:1rem; color: #666; content: "\ecaf";}
.sec1_link li a[target="_blank"] .view:after {content: "\ecaf";}
/* 바로가기 :active */
.sec1_link li a,
.sec1_link li a .img::before,
.sec1_link li a .txt,
.sec1_link li a .view {transition: all 0.2s;}
.sec1_link li a:hover,
.sec1_link li a:focus {animation: bounce2 0.8s infinite alternate;}
.sec1_link li a:hover .img::before,
.sec1_link li a:focus .img::before {width:2.5rem; height:2.5rem;}
.sec1_link li a:hover .txt,
.sec1_link li a:focus .txt {font-weight:700;}
.sec1_link li a:hover .view,
.sec1_link li a:focus .view {bottom:-1.25rem; opacity:1;}

.section1 .inner .content_R{ width: 44%; height: 30rem; position: relative; z-index: 1; margin-left: auto; display: flex; justify-content:space-between;}

/* 이달의 집합연수 외 */
.section1 .eduWrap { background: #fff; width: calc(100% - 8rem); margin-right:1rem; height: 100%; padding:1.75rem 2rem 2rem; border-radius : 1rem 1rem 0 1rem; position: relative;}
.section1 .eduWrap h2 {margin-bottom: 0.5rem; font-size: 1.1rem; font-weight: 700;}
.eduWrap .titTab ul {display:flex; gap:0.5rem 1.5rem;} 
.eduWrap .titTab li {max-width:100%;}
.eduWrap .titTab li a {position:relative; display:block; white-space:nowrap; overflow:hidden; font-size:1.1rem; color:#666; padding-bottom:1rem;}
.eduWrap .titTab li a::before {content:'\EF78'; font-family:'remixicon'; font-size:1.3rem; color:#e04131; font-weight:400; position:absolute; left:50%; bottom:0.5rem; transform:translateX(-50%); opacity:0;} 
.eduWrap .titTab li a.current {color:#e04131; font-weight:700;} 
.eduWrap .titTab li a.current::before {bottom:0; opacity:1;}
.eduWrap .titTab li a,
.eduWrap .titTab li a::before {transition:all 0.15s;}
.eduWrap .tabLst {height: calc(100% - 2.25rem);}
.eduWrap .tabBox {display:none; height: calc(100% - 2.25rem); margin-top:0.5rem;}
.eduWrap .tabBox.on {display:block;}
.eduWrap .tabBox ul {height: 100%; overflow-y:auto; padding-right:1rem;}
.eduWrap .tabBox ul::-webkit-scrollbar-thumb {background-color: #e03e2f !important;}
.eduWrap .tabBox li {padding: 0.65rem 0;}
.eduWrap .tabBox li:first-child {padding: 0 0 0.65rem;}
.eduWrap .tabBox li ~ li {border-top:2px dotted #ddd;}
.eduWrap .tabBox .edu_info {display:flex; align-items:center; justify-content:space-between; gap:0.25rem 1.4rem;}
.eduWrap .tabBox .edu_info .index {flex:1;}
.eduWrap .tabBox .edu_info .index em {display:block; width:4.5rem; line-height:1.5rem; margin-right:auto; border-radius:0.75rem; border:1px solid #3441a8; color:#3441a8; text-align:center;}
.eduWrap .tabBox .edu_info .info_txt {font-size:0.75rem; color:#555;}
.eduWrap .tabBox li.no_data {display:flex; width:100%; height:100%; align-items:center; justify-content:center;}
.eduWrap .tabBox a {font-size:0.9rem; font-weight:500; color:#111; margin-top:0.4rem; display: -webkit-box; -webkit-box-orient: vertical; height: 2.4rem; line-height: 1.3rem; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 2; overflow: hidden; transition:all 0.15s;}
/* 이달의 집합연수 외 :active */
.eduWrap .tabBox a:hover,
.eduWrap .tabBox a:focus {color:#e04131;}

/* 바로가기2 */
.section1 .sec1_link2 {background-color: #e04131;width: 7rem;height: 100%;border-radius : 1rem 1rem 1rem 0;/* padding:0 1rem; */overflow: hidden;}
.section1 .sec1_link2 > ul {display:flex;height:100%;flex-direction:column;justify-content:space-around;padding: 0 1rem;}
.section1 .sec1_link2 > ul li {position:relative;}
.section1 .sec1_link2 > ul li ~ li::before {content:'';position:absolute;left:0;top: -35%;width:100%;height:1px;background: rgba(0,0,0,0.2);}
.section1 .sec1_link2 > ul li a {display:flex;flex-direction:column;gap: 0.5rem;color:#fff;justify-content:center;align-items:center;}
.section1 .sec1_link2 > ul li a .img {display:inline-block; width:3rem; line-height:3rem; border-radius:50%; background:rgba(0,0,0,0.2); text-align:center; font-size:1.5rem;}
.section1 .sec1_link2 > ul li a .img i {display:inline-block;}
.section1 .sec1_link2 > ul li a p.txt {word-break: keep-all; text-align: center;}
/* 바로가기2 :active */
.section1 .sec1_link2 > ul li a,
.section1 .sec1_link2 > ul li a .img i {transition:all 0.2s;}
.section1 .sec1_link2 > ul li a:hover,
.section1 .sec1_link2 > ul li a:focus {font-weight:600;}
.section1 .sec1_link2 > ul li a:hover .img i,
.section1 .sec1_link2 > ul li a:focus .img i {transform:rotateY(180deg); font-weight:400;}
/* 연수 문의 */
.section1 .sec1_link2 .inquiry {padding: 1.25rem 1rem; height: 7.5rem; text-align: center; font-weight: 500; color: #fff; background: #b33427;}
.section1 .sec1_link2 .inquiry h2 {margin-bottom: 0.25rem; font-size: 0.9rem; font-weight: 700;}


/*** section2 ***/
.section2{position: relative; padding-top: 3rem;}
.section2 .inner {display: flex; align-items: center; justify-content: center;}
.section2 .bg{position: absolute; bottom: -540px; right: -100px; width: 1080px; height: 1080px; z-index: -1;}
.section2 .bg .circle { width: 700px; height: 700px; display: block; border: 2px solid transparent; border-radius: 50%; background-image: linear-gradient(#fff, #fff), linear-gradient(to left, #d6d6f4 0%, #f9dedf 100%);  background-origin: border-box; background-clip: content-box, border-box; position: absolute; top: 50%; left: 50%;}
.section2 .bg .circle:nth-child(1) { transform: translate(-50%, -50%) scale(1); z-index: 16;}
.section2 .bg .circle:nth-child(2) { transform: translate(-50%, -50%) scale(1.03); z-index: 15;}
.section2 .bg .circle:nth-child(3) { transform: translate(-50%, -50%) scale(1.06); z-index: 14;}
.section2 .bg .circle:nth-child(4) { transform: translate(-50%, -50%) scale(1.09); z-index: 13;}
.section2 .bg .circle:nth-child(5) { transform: translate(-50%, -50%) scale(1.12); z-index: 12;}
.section2 .bg .circle:nth-child(6) { transform: translate(-50%, -50%) scale(1.15); z-index: 11;}
.section2 .bg .circle:nth-child(7) { transform: translate(-50%, -50%) scale(1.18); z-index: 10;}
.section2 .bg .circle:nth-child(8) { transform: translate(-50%, -50%) scale(1.21); z-index: 9;}
.section2 .bg .circle:nth-child(9) { transform: translate(-50%, -50%) scale(1.24); z-index: 8;}
.section2 .bg .circle:nth-child(10) { transform: translate(-50%, -50%) scale(1.27); z-index: 7;}
.section2 .bg .circle:nth-child(11) { transform: translate(-50%, -50%) scale(1.30); z-index: 6;}
.section2 .bg .circle:nth-child(12) { transform: translate(-50%, -50%) scale(1.33); z-index: 5;}
.section2 .bg .circle:nth-child(13) { transform: translate(-50%, -50%) scale(1.36); z-index: 4;}
.section2 .bg .circle:nth-child(14) { transform: translate(-50%, -50%) scale(1.39); z-index: 3;}
.section2 .bg .circle:nth-child(15) { transform: translate(-50%, -50%) scale(1.42); z-index: 2;}
.section2 .bg .circle:nth-child(16) { transform: translate(-50%, -50%) scale(1.45); z-index: 1;}
/* section2 :active */
.section2.active .bg .circle:nth-child(1) { animation: section02_circleAni 1.5s 1.6s infinite alternate;}
.section2.active .bg .circle:nth-child(2) { animation: section02_circleAni 1.5s 1.6s infinite alternate;}
.section2.active .bg .circle:nth-child(3) { animation: section02_circleAni 1.5s 1.4s infinite alternate;}
.section2.active .bg .circle:nth-child(4) { animation: section02_circleAni 1.5s 1.4s infinite alternate;}
.section2.active .bg .circle:nth-child(5) { animation: section02_circleAni 1.5s 1.2s infinite alternate;}
.section2.active .bg .circle:nth-child(6) { animation: section02_circleAni 1.5s 1.2s infinite alternate;}
.section2.active .bg .circle:nth-child(7) { animation: section02_circleAni 1.5s 1.0s infinite alternate;}
.section2.active .bg .circle:nth-child(8) { animation: section02_circleAni 1.5s 1.0s infinite alternate;}
.section2.active .bg .circle:nth-child(9) { animation: section02_circleAni 1.5s 0.8s infinite alternate;}
.section2.active .bg .circle:nth-child(10) { animation: section02_circleAni 1.5s 0.8s infinite alternate;}
.section2.active .bg .circle:nth-child(11) { animation: section02_circleAni 1.5s 0.6s infinite alternate;}
.section2.active .bg .circle:nth-child(12) { animation: section02_circleAni 1.5s 0.6s infinite alternate;}
.section2.active .bg .circle:nth-child(13) { animation: section02_circleAni 1.5s 0.4s infinite alternate;}
.section2.active .bg .circle:nth-child(14) { animation: section02_circleAni 1.5s 0.4s infinite alternate;}
.section2.active .bg .circle:nth-child(15) { animation: section02_circleAni 1.5s 0.2s infinite alternate;}
.section2.active .bg .circle:nth-child(16) { animation: section02_circleAni 1.5s 0.2s infinite alternate;}

/* 교육일정 */
.section2 .edu2_wrap {display:flex; width:100%; height:32.5rem; z-index:2;}
.section2 .titWrap { flex:1; display: flex; flex-direction:column; align-items: center; z-index: 1;}
.section2 .titWrap h2.heading {display:flex; align-items: center; width:100%; font-size:1.5rem; font-weight:700; gap:0.25rem; margin-bottom:1.25rem;}
.section2 .titWrap .titTab {width:100%; height:100%; display:flex; flex-direction:column; background:#eaedf6; border-radius:1rem; padding:1.75rem 1.5rem;}
.section2 .titWrap .titTab li ~ li {border-top:2px dotted #c5c7d6;}
.section2 .titWrap .titTab li.current + li {border-color:transparent;}
.section2 .titWrap .titTab a {position:relative; display:flex; align-items:center; gap:0.75rem; height:3.5rem; padding-left:1rem; font-size:0.9rem; color:#000; z-index:1;}
.section2 .titWrap .titTab a::before {content:'\F2F1'; font-family:'remixicon'; color:#9da3c2;}
.section2 .titWrap .titTab a::after {content:''; position:absolute; left:2rem; right:-1.5rem; width:auto; height:100%; border-radius:1rem 0 0 1rem; background:#3441a7; z-index:-1; opacity:0;}
.section2 .tabLst {width:calc(100% - 12.5rem); margin-left:0.5rem;}
.section2 .tabLst .tabBox.on {opacity: 1; visibility: visible;}
.section2 .tabLst .tabBox {position:absolute; top:0; width: 100%; height:100%; display: flex; flex-direction:column; opacity: 0; visibility: hidden;}
.section2 .tabLst .tabBox .titTab {width:100%; margin-bottom:1rem;}
.section2 .tabLst .tabBox .titTab ul {display:block; width:100%;}
.section2 .tabLst .tabBox .titTab a {display:block; line-height:2.5rem; text-align:center; border-radius:1.25rem; background:#f4f4f4; font-size:0.9rem; color:#000; margin-right:0.3rem;}
.section2 .tabLst2 {height:100%;}
.section2 .tabLst2 .tabBox.on {display:flex;}
.section2 .tabLst2 .tabBox {position:relative; display:none; width:100%; height:100%; border-radius:1rem; border:1px solid #c6c6c6; background:#fff; padding:1.5rem;}
.section2 .tabLst2 .tabBox > ul {display:flex; flex-wrap:wrap; gap:1rem; justify-content: space-between;}
.section2 .tabLst2 .tabBox ul > li {width: calc(50% - 0.5rem);}
.section2 .tabLst2 .tabBox li:nth-child(n+7) {display:none;}
.section2 .tabLst2 .tabBox li a { position:relative; display:block; border:1px solid #b4b1de; border-radius:0.75rem; padding:0.7rem 1.5rem 0;}
.section2 .tabLst2 .tabBox li a::before {content:''; position:absolute; top:-1px; left:-1px; right:-1px; bottom:-1px; width:auto; height:auto; border:2px solid #3441a8; border-radius:0.75rem; z-index:5; opacity:0;}
.section2 .tabLst2 .tabBox li a .edu2_info {display:flex; align-items:center; justify-content:space-between; gap:0.5rem;}
.section2 .tabLst2 .tabBox li a .edu2_info .index {flex:1; font-weight:600; color:#3441a8;}
.section2 .tabLst2 .tabBox li a .num {font-size:0.75rem; color:#555;}
.section2 .tabLst2 .tabBox li a .num strong {margin-right:0.5rem; color:#000;}
.section2 .tabLst2 .tabBox li a .num em {display:inline-block; margin-right:0.15rem; font-weight:700; color:#3441a8;}
.section2 .tabLst2 .tabBox li a .btn {display:flex; align-items:center; height:1.7rem; padding:0 0.6rem 0 0.55rem; border-radius:0.9rem; color:#fff;}
.section2 .tabLst2 .tabBox li a .btn i {font-size:0.9rem; margin-right:0.25rem;}
.section2 .tabLst2 .tabBox li a .btn1 {background:#3441a7;}
.section2 .tabLst2 .tabBox li a .btn2 {background:#207e4c;}
.section2 .tabLst2 .tabBox li a .btn3 {background:#696969;}
.section2 .tabLst2 .tabBox li a .btn4 {background:#FFFF00; color:#000000;}
.section2 .tabLst2 .tabBox li a .tit {font-size:0.9rem; color:#000; margin:0.2rem 0 0.75rem; display: -webkit-box; -webkit-box-orient: vertical; height: 1.15rem; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 1; overflow: hidden;}
.section2 .tabLst2 .tabBox li a .edu2_info2 {position:relative; display:flex; align-items:center; justify-content:space-between; gap:0.5rem; width:100%; height:2rem; z-index:1;}
.section2 .tabLst2 .tabBox li a .edu2_info2::before {content:''; position:absolute; left:-1.5rem; right:-1.5rem; width:auto; height:100%; background:#f6f6fe; border-radius:0 0 0.75rem 0.75rem; z-index:-1;}
.section2 .tabLst2 .tabBox li a .edu2_info2 li {flex:1 1 auto; letter-spacing:-0.5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.section2 .tabLst2 .tabBox li a .edu2_info2 li strong {margin-right:0.25rem;}
.section2 .tabLst2 .tabBox .no_data {display:flex; align-items:center; justify-content:center; width:100%; height:100%;}
.section2 .edu2_more {position:absolute; bottom:1.5rem; display:flex; width:calc(100% - 3rem); height:3rem; align-items:center; justify-content:center; border-radius:0.75rem; background:#efefef; color:#000;}
.section2 .edu2_more span {font-weight:600; text-decoration:underline; text-underline-offset: 4px; margin-left:0.25rem;}
.section2 .edu2_more i {font-size:1.2rem; margin-left:0.75rem;}
/* 교육일정 :active */
.section2 .tabLst .tabBox .titTab a,
.section2 .titWrap .titTab a,
.section2 ::before,
.section2 ::after,
.section2 .tabLst2 .tabBox li a,
.section2 .edu2_more {transition:all 0.2s;}
.section2 .titWrap .titTab a:hover,
.section2 .titWrap .titTab a:focus,
.section2 .titWrap .titTab a.current {color:#fff; font-weight:600;}
.section2 .titWrap .titTab a:hover::before,
.section2 .titWrap .titTab a:focus::before,
.section2 .titWrap .titTab a.current::before {content:'\F2F0'; color:#fff; font-weight:400;}
.section2 .titWrap .titTab a:hover::after,
.section2 .titWrap .titTab a:focus::after,
.section2 .titWrap .titTab a.current::after {left:0; opacity:1;}
.section2 .tabLst .tabBox .titTab a:hover,
.section2 .tabLst .tabBox .titTab a:focus,
.section2 .tabLst .tabBox .titTab a.current {background:#3f3f3f; color:#fff; font-weight:600;}
.section2 .tabLst .tabBox .titTab a.current {border-bottom-right-radius:0;}
.section2 .tabLst2 .tabBox li a:hover,
.section2 .tabLst2 .tabBox li a:focus { box-shadow: 0 0 10px rgba(52,65,168,0.13);}
.section2 .tabLst2 .tabBox li a:hover::before,
.section2 .tabLst2 .tabBox li a:focus::before {opacity:1;}
.section2 .tabLst2 .tabBox .no_data {line-height:21.3rem;}
.section2 .edu2_more:hover,
.section2 .edu2_more:focus {background:#3441a7; color:#fff;}


/*** section3 ***/
.section3 {background: #f4f5fa; position: relative; padding-top: 5rem;}
.section3 .bg { height: 960px; width: 100%; position: absolute; bottom: 0; left: calc(50% - 1380px); z-index: 0;}
.section3 .bg .bg01{position: absolute; z-index: -1; animation: section3_bgFlow 12s infinite alternate linear;}
.section3 .bg .bg02{position: absolute; z-index: -2; animation: section3_bgFlow 12s infinite alternate-reverse ease-in-out;}
.section3 .inner{ width: 100%; display: flex; align-items: center;}
.section3 .titWrap {display:flex; align-items:center; justify-content:space-between}
.section3 .titWrap h2.heading {display:flex; align-items: center; gap:0.5rem; font-size:2rem; color:#000; font-weight:700;}
.section3 .titWrap h2.heading span {display:inline-block; margin-left: 0.25rem; font-size: 1.1rem; color: #3441a8;}
.section3 .tabBox {margin-top:2rem;}
.section3 .tabBox ul {display:flex; flex-wrap:wrap; gap:1.25rem;}
.section3 .tabBox li {width:100%;}
.section3 .tabBox li:nth-child(n+3) {display:none;}
.section3 .tabBox li.no_data {width:100%; border:1px solid #c6c6c6; border-radius:1rem; background:rgba(255,255,255,0.5); text-align:center; line-height:23.75rem;}
.section3 .notice_more {position:absolute; top:0.5rem; right:0; display: flex; align-items: center; justify-content:center; width:2rem; height:2rem; border-radius:50%; background:#fff; font-size:1.2rem; color:#000;}
.section3 .notice_more:hover,
.section3 .notice_more:focus {background:#3441a7; color:#fff;}

/* 공지사항 */
.section3 .noticeWrap {position:relative; width:25.5rem; margin-right:4rem;}
.noticeWrap .tabBox li a {position:relative;display:block;padding: 1.5rem;border:1px solid #c6c6c6;border-radius:1rem;background:#fff;}
.noticeWrap .tabBox li a::after {content:''; position:absolute; top:-1px; right:-1px; bottom:-1px; left:-1px; width:auto; height:auto; border-radius:1rem; border:2px solid #3441a8; opacity:0;}
.noticeWrap .tabBox li a.new::before {content:'N'; position:absolute; bottom:1rem; right:1.5rem; font-weight:700; color:#fff; width:2rem; line-height:2rem; text-align:center; border-radius:50%; background:#3441a8;}
.noticeWrap .tabBox li a .tit {font-size:1rem;font-weight:700;color:#000;display: -webkit-box;-webkit-box-orient: vertical;height: 3rem;word-wrap: break-word;text-overflow: ellipsis;-webkit-line-clamp: 2;overflow: hidden;}
.noticeWrap .tabBox li a .txt {color:#666;margin: 0.75rem 0 1.25rem;display: -webkit-box;-webkit-box-orient: vertical;height: 2.3rem;line-height:1.5;word-wrap: break-word;text-overflow: ellipsis;-webkit-line-clamp: 2;overflow: hidden;}
.noticeWrap .tabBox li a .date {display:block; font-size:0.75rem; color:#666;}
.noticeWrap .tabBox li a .date i {margin-right:0.25rem;}
/* 공지사항 :active */
.noticeWrap a,
.noticeWrap ::before,
.noticeWrap ::after {transition:all 0.2s;}
.noticeWrap .tabBox li a:hover,
.noticeWrap .tabBox li a:focus {box-shadow: 0 0 10px rgba(52,65,168,0.13); animation: bounce2 0.8s infinite alternate;}
.noticeWrap .tabBox li a:hover::after,
.noticeWrap .tabBox li a:focus::after {opacity:1;}

/* 공지사항 */
.section3 .photoWrap {position:relative; width:21rem; margin-right:5rem;}
.photoWrap .tabBox li a {position:relative; display:block; height: 11.5rem; border-radius:1rem; background:#fff; overflow: hidden;}
.photoWrap .tabBox li a img {position: relative;top: 50%;left: 50%;width: 100%;/* max-height: 100%; */transform: translate(-50%, -50%);}
.photoWrap .tabBox li a .tit {position: absolute; bottom: 0; left: 0; width: calc(100% - 2rem); font-size:1rem; font-weight:700; color:#000; background: #f4f5fa; display: block; height: 2rem; line-height: 2rem; white-space: nowrap; text-overflow: ellipsis; border-top-right-radius:1rem; overflow: hidden;}
/* 공지사항 :active */
.photoWrap a,
.photoWrap ::before,
.photoWrap ::after {transition:all 0.2s;}
.photoWrap .tabBox li a:hover,
.photoWrap .tabBox li a:focus {box-shadow: 0 0 10px rgba(52,65,168,0.13); animation: bounce2 0.8s infinite alternate;}

.section3 .popupWrap{ display: flex; flex-direction: column; justify-content: flex-start; width:25rem;}

/* 바로가기3 */
.popupWrap .sec3_link3 {margin-bottom: 1.5rem; position: relative;}
.popupWrap .sec3_link3 a {display:flex; align-items:center; justify-content:space-between; width:100%; height:8rem; border-radius:1rem; background:#3441a8 url('/images/kasfoedu/template/TD02/main/link3_img.png') no-repeat right 22px bottom; color:#fff; transition:all 0.2s;}
.popupWrap .sec3_link3 a i {display:none; font-size:1.2rem; margin-right:1rem;}
.popupWrap .sec3_link3 a .txt {padding-left:2rem; width:50%; word-break:keep-all;}
.popupWrap .sec3_link3 a .txt strong {display:block; font-size:1.1rem; font-weight:700; margin-bottom:0.5rem;}
/* 바로가기3 :active */
.popupWrap .sec3_link3 a:hover,
.popupWrap .sec3_link3 a:focus {background-color:#e04131;}

/* 팝업존 */
.popupWrap .popup {width: 100%; height: 19rem; border-radius: 1rem; overflow: hidden; position: relative; background:#ddd; text-align:center; font-size:0;}
.popupWrap .popup .control{ height: 2.5rem; position: absolute; bottom: 0; right: 0; background-color: #000; display: flex; align-items: center; color: #fff; padding: 0 1.5rem; border-radius: 1rem 0 0 0;}
.popupWrap .popup .control > a{display:inline-block; font-size:1.3rem; text-align: center; border:none; height:auto; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.popupWrap .popup .control > a.play{display:none;}
.popupWrap .popup .control > a.stop,
.popupWrap .popup .control > a.play { margin:0 0.25rem;}
.popupWrap .popup .control > a:hover,
.popupWrap .popup .control > a:focus{ color:#0e88d4; }
.control .page { display:inline-block; font-size: 0.8rem; line-height: 1; margin-left: 1rem; color: #b9b9b9;}
.control .page strong {position:relative; display: inline-block; width:40px; color: #fff; text-align:left;}
.control .page strong:before { position:absolute; right:0.45rem; top: 50%; width:8px; height:1px; background:#c5c9d6; content:''; }


/*** section4 : footer ***/
.footer {height: 12rem; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; z-index: 1; background-color: #fff;}
.footer.bn_show {height:17rem;}
.footer .fp-overflow {overflow-y:hidden;}
.footer .footer_link {width:100vw; border-top:1px solid #ddd; background:#efefef;}
.footer .footer_link ul {display:flex; gap:3rem; width:100%; max-width:82rem; margin: 0 auto; line-height:4rem; padding:0 1rem;}
.footer .footer_link li {position:relative;}
.footer .footer_link li ~ li::before {content:''; position:absolute; left:-1.6rem; top:calc(50% - 0.15rem); width:0.3rem; height:0.3rem; border-radius:50%; background:#bdbdbd;}
.footer .footer_link li a {color:#000;}
.footer .footer_link li a:hover,
.footer .footer_link li a:focus {text-decoration:none;}
.footer .footer_link li a strong {color:#e04131;}
.footer .footer_info {width:100vw; background-color: #3f3f3f; padding:2.15rem 0 3.25rem;}
.footer .footer_info ul {display:flex; gap: 0.5rem 3rem; width:100%; max-width:82rem; margin: 0 auto; color:#c7c7c7; padding:0 1rem;}
.footer .footer_info span {display:inline-block; margin-right:0.75rem;}
.footer .footer_info p {margin-top:0.15rem;} 

@media screen and (max-width: 2060px) {

   #fullpageMenu {left: 1rem;}
 
}

@media screen and (max-width: 1920px) {

   #fullpageMenu li a {color: transparent;}
 
}

@media screen and (max-width: 1760px) {

	#fullpageMenu {display:none;}
 
}

@media screen and (max-width:1740px){
	/* 레이어팝업 - 메인 */
	#popMain .popMainClose1 {left:2rem; margin-left:0;}

	.popOpen {left:3rem; margin-left: 0;}

}

@media screen and (max-width: 1640px) {

	.fp-overflow {max-height:none;}	
   .section .inner { padding:0 1rem; }
   .section1 .inner { padding-top:5rem; }
   
   .section1 .inner .content_L {width:51%;}
   .section1 .inner .content_R {width:47%;}
   
   /* 교육일정 */
	.section2 .tabLst2 .tabBox > ul {gap:0.75rem;}
	.section2 .tabLst2 .tabBox ul > li {width: calc(50% - 0.375rem);}
   
   .section3 .noticeWrap,
   .section3 .photoWrap {width:100%; margin-right:1.5rem;}
 
}

@media screen and (max-width: 1540px) {
	.popOpen {top:4rem;}
	
	.section .inner {height:auto; padding-top:2rem; padding-bottom:2rem;}
	
	/*** section1 ***/
	.section1 .inner { height:auto; flex-direction:column; padding-top:7rem; padding-bottom:2rem; }
	.section1 .inner .content_L {width:100%; flex-direction:row; justify-content:space-between;}
	.section1 .inner .content_R {width:100%; margin-top:2rem;}
	
	.section1 .M_visual {height:auto;}
	.start .section1 .M_visual {background-size: cover;}
	
	.section1 .con_wrap {width:65%;}
	
	/* 바로가기1 */
	.sec1_link {margin-top:0; width:33%; padding-right:0;}
	.sec1_link ul {flex-wrap:wrap; gap:0.75rem;}
	.sec1_link li {flex:none; width:calc(50% - 0.375rem);} 
	.sec1_link li a {height:8.5rem;}
	
	/*** section2 ***/
	.section2{padding-top: 0;}
	
	/* 교육일정 */
	.section2 .edu2_wrap {flex-direction:column; height:auto;}
	.section2 .titWrap h2.heading {margin-bottom:0.75rem;}
	.section2 .titWrap .titTab {height:100%; padding:0.75rem 1rem;}
	.section2 .titWrap .titTab ul {display:flex; width:100%; flex-wrap:wrap; gap:0.5rem; justify-content:space-between;}
	.section2 .titWrap .titTab li {flex:1;}
	.section2 .titWrap .titTab li ~ li {border-top:none;}
	.section2 .titWrap .titTab a {height:2.5rem;}
	.section2 .titWrap .titTab a::after {right:0; border-radius:0.5rem;}
	.section2 .tabLst {width:100%; margin-left:0; margin-top:1rem; height:31rem;}
	.section2 .tabLst2 .tabBox {padding: 1rem 1rem 5rem 1rem;}
	.section2 .tabLst2 .tabBox li a {padding:0.7rem 1rem 0;}
	.section2 .tabLst2 .tabBox li a .edu2_info2::before {left:-1rem; right:-1rem;}
	.section2 .tabLst2 .tabBox .no_data {line-height:21.3rem;}
	.section2 .edu2_more {bottom:1rem; width:calc(100% - 2rem);}	
	
	
	/*** section3 ***/
	.section3 {padding-top: 0;}
}

@media screen and (max-width: 1440px) {	
	/*** section3 ***/
	.section3 .inner {align-items:end;}
	
	/* 공지사항 */
	.section3 .tabBox ul {gap:0.5rem;}
	.section3 .tabBox li.no_data {line-height:22.4rem;}
	.section3 .noticeWrap,
	.section3 .photoWrap {margin-right:1rem;}
}

@media screen and (max-width: 1440px) and (min-width: 1241px), screen and (max-width: 320px) {	
	.section3 .titWrap h2.heading img {display: none;}
}

@media screen and (max-width: 1280px) {	
	/* 레이어팝업 - 메인 */
	#popMain .sliderWr {width: 95%;}
	
	/*** section2 ***/
	
	/* 교육일정 */
	.section2 .tabLst2 .tabBox ul > li {width:100%;}
	.section2 .tabLst2 .tabBox li:nth-child(n+4) {display:none;}
}

@media screen and (max-width: 1240px) {	
	.popOpen {left:auto; right:1.5rem; margin-left: 0; top:7.5rem;}
	
	/*** section1 ***/
	.section1 .inner .content_L {flex-direction:column;}
	.section1 .inner .content_R {height:24.15rem;}
	
	.section1 .con_wrap {width:100%;}
	
	/* 바로가기1 */
	.sec1_link {margin-top:2rem; width:100%;}
	.sec1_link li {flex:1;} 
	.sec1_link li a {height:8.5rem;}
	
	/* 바로가기2 */
	.section1 .sec1_link2 > ul li ~ li::before {top:-10%;}
	.section1 .sec1_link2 > ul li a {gap:0.5rem;}
	
	
	/*** section2 ***/
	.section2 .bg,
	.section3 .bg {display:none;}
	
	/*** section3 ***/
	.section3 .inner {flex-direction:column; align-items:start; gap:1.5rem;}
	
	/* 공지사항 */
	.section3 .titWrap h2.heading {font-size:1.5rem;}
	.section3 .titTab ul {gap:1.5rem;}
	.section3 .tabBox {margin-top:1rem;}
	.section3 .tabBox ul {gap:1rem;}
	.section3 .tabBox li {width: calc(50% - 0.5rem);}
	.section3 .tabBox .notice_more {top:0;}
	.section3 .noticeWrap,
	.section3 .photoWrap {width:100%; margin-right:0;}

	.section3 .popupWrap {width:100%;}
	
	
	/* footer */
	.footer .footer_info ul {gap:0.5rem 2rem;}
	
}

@media screen and (max-width: 1024px) {	
	/*** section4 : footer ***/
	.footer.bn_show {height: 15.75rem;}
}

@media screen and (max-width: 950px) {	
	/* 팝업존 */ 
	.popupWrap .popup .slick-slider {height:100%;}
	.section3 .popupWrap img {width:100%; height:100%; object-fit:contain;}
	
	/* footer */
	.footer {height:auto;}
	.footer .footer_link ul {line-height:3rem;}
	.footer .footer_info {padding:1.5rem 0;}
	.footer .footer_info ul {flex-direction:column;}
}

@media screen and (max-width: 768px) {	
	/* 레이어팝업 - 메인 */
	#popMain .logo {width: 45vw; max-width: 232px;}
	#popMain .logo img {max-width: 100%;}
	#popMain .sliderWr .pop_zone {padding:0 3rem;}
	#popMain .popMainClose1 {top:25%; width: 2.5rem; height: 2.5rem; font-size: calc(2.5rem * 0.5); margin-top: calc(2.5rem * -0.5);}
	
	.section{ height: 100% !important;}
	
	/*** section1 ***/
	.section1 .inner { padding-top:6rem; }
	.section1 .sec1_tit {font-size:1.6rem;}
	.section1 .sec1_tit strong {font-size:2.5rem;}
	
	/* 검색영역 */
	.section1 .sec1_srch .sec1_srch_inner {padding:1em 1.5rem 1.25rem; border-radius:1.25rem;}
	.section1 .sec1_srch .sec1_srch_inner {gap:0.75rem 2rem;}
	.section1 .sec1_select {width:calc(50% - 1rem);}
	.section1 .sec1_select:nth-child(2)::before {display:none;}
	.section1 .sec1_date {flex:none; width:100%;}
	.section1 .sec1_date .inp_st {width: 30%;}
	.section1 input[type="date"] {width:35%;}
	
	/* 바로가기1 */
	.sec1_link li a .view {padding:0 1rem;}
	
	/*** section2 ***/
	
	/* 교육일정 */
	.section2 .tabLst .tabBox .titTab ul {position:relative; padding: 0 2rem;}
	.section2 .tabLst .tabBox .titTab button {position:absolute; top:50%; transform:translateY(-50%); font-size:0;}
	.section2 .tabLst .tabBox .titTab button::before {font-family:'remixicon'; font-size:1.2rem; color:#000;}
	.section2 .tabLst .tabBox .titTab button.slick-prev {left:-0.5rem;}
	.section2 .tabLst .tabBox .titTab button.slick-prev::before {content:'\EA64';}
	.section2 .tabLst .tabBox .titTab button.slick-next {right:-0.5rem;}
	.section2 .tabLst .tabBox .titTab button.slick-next::before {content:'\EA6E';}
}

@media screen and (max-width: 680px) {	
	/*** section1 ***/
	.section1 .inner { padding-top:6rem !important;}
	.section1 .inner .content_R {margin-top:1.5rem; flex-direction:column; height:auto;}
	.section1 .sec1_tit {font-size:1.6rem;}
	.section1 .sec1_tit strong {font-size:2.5rem;}
	
	/* 검색영역 */
	.section1 .sec1_tit {background:none; padding:0 0 1.5rem;}
	.section1 .sec1_tit strong {margin-top:0.5rem;}
	
	/* 바로가기1 */
	.sec1_link {margin-top:1.5rem;}
	.sec1_link li {flex:none; width:calc(50% - 0.375rem);}
	.sec1_link li a .img img {max-width:100%;}
	.sec1_link li a .view {font-size:0; width:2.5rem; height:2.5rem; border-radius: 0.9rem 0; bottom:0; right:0; justify-content:center; padding:0;}
	.sec1_link li a .view i {font-size:0.9rem;}
	/* 바로가기 :active */
	.sec1_link li a:hover .view,
	.sec1_link li a:focus .view {bottom:0;}
	
	/* 이달의 집합연수 외 */
	.section1 .eduWrap {width:100%; border-radius:1rem; padding:1rem 1.25rem 1.25rem;}
	.eduWrap .titTab ul {gap:0.5rem 1rem;}
	.eduWrap .tabBox ul {height:10.9rem;}
	
	/* 바로가기2 */
	.section1 .sec1_link2 {width:100%; margin-top:1rem; border-radius:1rem;}
	.section1 .sec1_link2 > ul {padding: 1rem; flex-direction:row; justify-content:space-between;}
	.section1 .sec1_link2 > ul li {width:33.3%;}
	.section1 .sec1_link2 > ul li ~ li::before {width:1px; height:100%; top:0; left:0;}
	.section1 .sec1_link2 .inquiry {height: auto;}
	.section1 .sec1_link2 .inquiry ul {display: flex; justify-content: space-around;} 
}

@media screen and (min-width:481px) and (max-width: 680px) {	
	/*** section1 ***/
	/* 바로가기1 */
	.sec1_link li a {height:auto; flex-direction:row; padding: 1rem 1.25rem;}
	.sec1_link li a .img {width:25%;}
	.sec1_link li a .txt {flex:1; padding:0;}
}

@media screen and (max-width: 580px) {	
	/* 레이어팝업 - 메인 */
	#popMain .sliderWr .titWr .control {width: 100%; margin-top: 0.75rem;}
	#popMain .sliderWr .titWr .control .prgrss {flex: 1;}
	#popMain .sliderWr .titWr .control .prgrss .bar {flex: 1; width: auto;}
	
	
	.titWrap h2.heading {font-size:1.1rem !important;}
	.titWrap h2.heading img {height:1rem;}
	
	/*** section1 ***/
	
	/* 바로가기1 */
	.sec1_link li a .view {width:1.75rem; height:1.75rem;}
	.sec1_link li a .view i {font-size:0.8rem;}
	
	/*** section2 ***/
	.section .inner {padding-top:1.5rem; padding-bottom:1.5rem;}
	
	/* 교육일정 */
	.section2 .titWrap h2.heading {margin-bottom:0.5rem;}
	.section2 .titWrap .titTab {padding:0.5rem; border-radius:0.75rem;}
	.section2 .titWrap .titTab li {flex:none; width:calc(50% - 0.25rem);}
	.section2 .titWrap .titTab a {height:2rem;}
	.section2 .tabLst {margin-top:0.75rem; height:26.5rem;}
	.section2 .tabLst .tabBox .titTab {margin-bottom:0.75rem;}
	.section2 .tabLst .tabBox .titTab a {line-height:2rem;}
	.section2 .tabLst2 .tabBox {padding-bottom: 3.5rem}
	.section2 .tabLst2 .tabBox > ul > li:nth-child(n+3) {display:none;}
	.section2 .tabLst2 .tabBox li a {padding:0.7rem 1rem 0;}
	.section2 .tabLst2 .tabBox li a .edu2_info2 {flex-direction:column; height:auto; gap:0.25rem; padding:0.25rem 0;}
	.section2 .tabLst2 .tabBox li a .edu2_info2::before {left:-1rem; right:-1rem; top:0;}
	.section2 .tabLst2 .tabBox .no_data {line-height:19rem;}
	.section2 .edu2_more {height:2rem;}
	
	
	/*** section3 ***/
	
	/* 공지사항 */
	.section3 .titWrap {gap:0.25rem;}
	.section3 .tabBox {margin-top:0.75rem;}
	.section3 .tabBox li {width: 100%;}
	.section3 .tabBox li.no_data {line-height:16.85rem;}
	.section3 .tabBox .notice_more {top:-0.25rem;}
	.noticeWrap .tabBox li a {padding:1.25rem 1rem 1rem; border-radius:0.75rem;}
	.noticeWrap .tabBox li a.new::before {width:1.75rem; line-height:1.75rem;}
	.noticeWrap .tabBox li a .txt {margin:0.5rem 0 1rem;}
	
	/* 바로가기3 */
	.popupWrap .sec3_link3 {margin-bottom:1rem;}
	
	/* 팝업존 */
	.popupWrap .popup {height:auto;}
}

@media screen and (max-width: 480px) {	
	/* 레이어팝업 - 메인 */
	#popMain .clsWr {justify-content: center;}
	#popMain .clsWr .radioCheck {flex-direction: column;}
	#popMain .clsWr .radioCheck li + li {margin-left: 0; margin-top: 0.5rem;}
	#popMain .clsWr .popMainClose {margin-top: 0; margin-right: 0;}
	
	.popMainOpen {width: 3rem; height: 3rem; font-size: 0.65rem;}
	.popMainOpen i {font-size: 0.8rem;}
	
	/*** section1 ***/
	.section1 .sec1_tit {font-size:1.25rem;}
	.section1 .sec1_tit strong {font-size:1.5rem;}	
	
	/* 검색영역 */
	.section1 .sec1_srch .sec1_srch_inner {padding:0.75rem 1rem 1rem;}
	.section1 .sec1_date .tit {display:none;}
	.section1 input[type="date"] {width:47%; padding: 0 0.5rem 0 0.25rem;}
	.section1 .sec1_srch form {line-height:2.5rem; padding-left:0.75rem;}
	.section1 .sec1_srch form input {height:auto;}
	.section1 .sec1_srch .srch_btn {width:2.5rem; height:2.5rem; font-size:1.25rem;}
	
	/* 바로가기1 */
	.sec1_link ul {gap:0.5rem;}
	.sec1_link li a {gap:0.25rem; height:6.25rem;}
	.sec1_link li a .img {width:35%;}
	.sec1_link li a .txt {padding:0 0.5rem; word-break:keep-all; text-align:center;}
	
	/* 이달의 집합연수 외 */
	.section1 .eduWrap {padding:0.75rem 1rem 1rem;}
	.eduWrap .titTab ul {flex-wrap:wrap;}
	.eduWrap .titTab li a {font-size:1rem;  padding-bottom:0.25rem;}
	.eduWrap .titTab li a.current::before {bottom:-0.6rem;}
	.eduWrap .tabBox {margin-top:0.5rem;}
	.eduWrap .tabBox ul {height:15.6rem;}
	.eduWrap .tabBox .edu_info {flex-direction:column; justify-content:start; align-items:start;}
	.eduWrap .tabBox .edu_info .index {flex:none; width:100%;}
	.eduWrap .tabBox .edu_info .index em {line-height:1.25rem;}
	
	
	/*** section3 ***/
	.section3 .inner {gap:1rem;}
	
	/* 바로가기3 */
	.popupWrap .sec3_link3 a {height:2.75rem; background-image:none; border-radius:0.75rem;}
	.popupWrap .sec3_link3 a i {display:block;}
	.popupWrap .sec3_link3 a .txt {width: 100%; font-size:0; padding-left:1.5rem;}
	.popupWrap .sec3_link3 a .txt strong {font-size:1rem; margin-bottom:0;}
}

@media screen and (max-width: 380px) {	
	/*** section1 ***/
	
	/* 검색영역 */
	.section1 .sec1_select {width:100%;}
	.section1 .sec1_select::before {right:auto; left:0; top:auto; bottom:-0.35rem; width:100%; height:1px;}
	.section1 .sec1_select:nth-child(2)::before {display:block;}
	
	/* 바로가기2 */
	.section1 .sec1_link2 > ul { flex-direction:column; }
	.section1 .sec1_link2 > ul li {width:100%;}
	.section1 .sec1_link2 > ul li ~ li::before {width:100%; height:1px; top:0;}
	.section1 .sec1_link2 > ul li a {flex-direction:row; justify-content:start; padding:0.5rem 0;}
	.section1 .sec1_link2 > ul li a .img {width:2.5rem; line-height:2.5rem; font-size:1.25rem;}
	.section1 .sec1_link2 .inquiry ul {flex-direction: column;} 
	
	
	/*** section2 ***/
	
	/* 교육일정 */
	.section2 .tabLst {height:28.5rem;}
	.section2 .tabLst .tabBox .titTab ul {padding: 0 1.5rem;}
	.section2 .tabLst2 .tabBox {padding:0.75rem 0.75rem 3.25rem 0.75rem;}
	.section2 .tabLst2 .tabBox li a {padding:0.6rem 0.75rem 0;}
	.section2 .tabLst2 .tabBox li a .edu2_info {flex-wrap:wrap; gap:0.25rem 0.5rem; justify-content:end;}
	.section2 .tabLst2 .tabBox li a .edu2_info2::before {left:-0.75rem; right:-0.75rem;}
	.section2 .tabLst2 .tabBox li a .edu2_info .index {flex:none; width:100%;}
	.section2 .tabLst2 .tabBox li a .num strong {margin-right:0.25rem;}
	.section2 .tabLst2 .tabBox .no_data {line-height:21.6rem;}
	.section2 .edu2_more {bottom:0.75rem;}
	
	
	/*** section3 ***/
	
	/* 팝업존 */
	.popupWrap .popup .control {height:2rem; padding: 0 0.75rem 0 0.5rem;}
}

@media screen and (max-width: 340px) {	
	/*** section1 ***/
	.section1 .sec1_tit {font-size:1rem;}
	.section1 .sec1_tit strong {font-size:1.25rem;}
	
	/* 검색영역 */
	/* .section1 .sec1_date {flex-direction:column;} */
	.section1 input[type="date"] {width:100%;}
}