@charset "utf-8";


.doc{font-size: 16px;}
.box1{ width:1300px;max-width: 96%; margin:0 auto; position:relative } 
.mobile_only{display:none;}

:root { 
    --mainColor:#ed6c2a;
    --subColor: #ffe6da; 
    --bor_r:5px;
    --item_r:35px;
    --header_H:80px;
    --fs_01: 'LeferiPoint-SpecialA';
    --fs_02: 'InkLipquid';
	
}
 
@font-face { 
    font-family: 'InkLipquid';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.nanum-gothic-regular {
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nanum-gothic-bold {
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.nanum-gothic-extrabold {
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 800;
  font-style: normal;
}


#fregister textarea{font-family: "Nanum Gothic", sans-serif;}

#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/*header*/
#header{z-index: 2000; position: fixed; top: 0; left: 0; width:100%;}
#header .va_wrap,
#header .h_wrap{height:var(--header_H);}
#header #logo{z-index:800;}
#header #logo img{display:block;}
#header #logo .logo_h{display: none;}
#header #logo .logo_f{display: block;}
#header .gnb_wrap{margin:0 auto;}
#header .gnb_wrap .gnb .depth1{margin:0 45px; position: relative;}
#header .gnb_wrap .gnb .depth1 > a{font-size: 1.25em; line-height: inherit; font-weight:500; color:#fff; position: relative;}
#header .gnb_wrap .gnb .depth1 > ul{background:#fff; min-width: 160px; border: 1px solid #ddd; border-top:0; margin-top:-2px; transition:all .5s; position:absolute; left:50%; transform:translateX(-50%); max-height:0; overflow:hidden; opacity:0 }
#header .gnb_wrap .gnb .depth1 > ul:after{content: ""; position: absolute; left: 0; top: -2px; width: 100%; height:5px; background-color:var(--mainColor); transform: scaleX(0); transition: .3s;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a{display: block; text-align: center; color:#444; border-top: 1px dotted #ddd; font-weight:400; padding: 15px 10px;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a:hover{background: #f5f5f5;}
#header .gnb_wrap .gnb .depth1:hover ul{ max-height:500px; opacity:1 }
#header .gnb_wrap .gnb .depth1:hover > ul:after{transform: scaleX(1);}

/*검색*/
#header .hd_sch_btn{font-size:1.125em; color:#fff; cursor: pointer;}
#header .hd_sch_btn.on .xi:before{content:'\e921';}
#header .hd_sch_wr #hd_sch{border:1px solid rgba(255,255,255,.8); border-radius: 50px; position: relative; width:240px; overflow: hidden;}
#header .hd_sch_wr #hd_sch #sch_stx{border:0; background:transparent; color:#fff; width:100%; height: 45px; padding:5px 55px 5px 20px; font-size:.95em; box-sizing: border-box;}
#header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:rgba(255,255,255,.8)!important;}
#header .hd_sch_wr #hd_sch button{border:0; background-color:var(--mainColor); width:38px; height: 38px; color:#fff; position: absolute; top:50%; transform: translateY(-50%); right:4px; border-radius: 50%; font-size:.9em;}

/*회원*/
#header .hd_login{margin-left:20px;}
#header .hd_login > li a{color:#fff; text-align: center; margin-left:5px; font-weight: 300; border: 1px solid var(--mainColor); background-color: var(--mainColor); display: block; width: 100px; height: 40px; line-height: 40px;}
#header .hd_login > li:last-child a{background-color: transparent; border: 1px solid #fff;}
#header .hd_login > li .xi{vertical-align: baseline; margin-right:4px;}

/*전체메뉴버튼*/
#header .btn_gnb{width:30px; height: 30px; position: relative; z-index: 10000; margin-left:35px;}
#header .btn_gnb .xi{font-size: 1.75em; line-height: 1; color: #fff;}
#header .btn_gnb.on .xi{color: #333;}
#header .btn_gnb.on .xi:before{content: "\e921";}
.sub #header .btn_gnb .xi{color: #333;}

.pc_all_menu .gnb_all > li.depth1 > a.dp1{width: 400px; font-size: 3em; font-weight: 700; color: #222; line-height: inherit; position: relative;}
.pc_all_menu .gnb_all > li.depth1 .dp2_menu > li a:after{height: 6px;}

/*스크롤 header*/
.scroll #header{background-color:#fff; border-bottom:1px solid #ddd;}
.scroll #header #logo .logo_h{display: block!important;}
.scroll #header #logo .logo_f{display: none!important;}
.scroll #header .gnb_wrap .gnb .depth1 > a{color:#111;}
.scroll #header .hd_sch_btn{color:#555;}
.scroll #header .hd_sch_wr #hd_sch{border-color:#ccc;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx{color:#555;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:#aaa!important;}
.scroll #header .hd_login > li:last-child a{background-color: #fff; border: 1px solid var(--mainColor); color: var(--mainColor);}
.scroll #header .btn_gnb .xi{color: #333;}

/* 서브 header */
.sub #header{background-color:#fff; border-bottom:1px solid #ddd;}
.sub #header .hd_login > li:last-child a{background-color: #fff; border: 1px solid var(--mainColor); color: var(--mainColor);}
.sub #header #logo .logo_h{display: block!important;}
.sub #header #logo .logo_f{display: none!important;}
.sub #header .gnb_wrap .gnb .depth1 > a{color:#111;}

/*탑버튼*/
.qk_list{position: fixed; bottom: 30px; right: 14px;z-index: 100;font-size: 16px;}
.qk_list li{ margin-top: 5px;}
.qk_list li a{display: block; width: 52px; height: 52px; line-height: 52px; text-align: center;  border-radius: 50%; font-size: 1.45em;  box-shadow: 2px 2px 3px rgb(0 0 0 / 20%); overflow: hidden; margin-left: auto; background-color: #333; color: #fff; transition: .5s;}
.qk_list li .xi{width: 52px; line-height: 52px; text-align:center;}
.qk_list li .stx{font-style: normal; font-size: .75em; width:0; overflow: hidden; display: none; font-weight: 700;}
.qk_list li a:hover .stx{width:auto; overflow: hidden; display: block;}
.qk_list li .qk_call{background-color: #00a3e4;}
.qk_list li .qk_call:hover{width:210px; border-radius: 50px;}
.qk_list li .qk_inq .xi{font-size:.85em;}
.qk_list li .qk_inq .stx{font-size:.7em;}
.qk_list li .qk_inq:hover{width:140px; border-radius: 50px;}
.qk_list li .qk_down{background-color: #1dbdd5}
.qk_list li .qk_down .stx{font-size:.7em;}	
.qk_list li .qk_down:hover{width:210px; border-radius: 50px;}


	/*footer*/
  .main #footer{margin-top:0em;}
  #footer{margin-top:10em; padding: 70px 0 90px; background-color: #151515; font-size:16px;}
  #footer .f_logo{margin-right:6.25em;}
  #footer .f_info li{font-size: 1em; color:#aaa; font-weight: 300; margin-right:50px; margin-bottom: 5px; position:relative;}
  #footer .f_info li:before{content:''; display:block; width:1px; height:15px; background: #aaa; position:absolute; top:5px; right: -25px;}
  #footer .f_info li:nth-child(1):before,
  #footer .f_info li:nth-child(4):before,
  #footer .f_info li:nth-child(6):before{display:none;}
  #footer .f_info li .st{font-size:1.0625em; font-weight:600; color:#ddd; margin-right:10px;} 
  #footer .f_copy{color:#aaa; margin-top:20px; text-transform: uppercase; opacity: .3;}
  #footer .f_copy span{font-family:var(--fs_01);}
  #footer .f_menu{width:200px;}
  #footer .f_menu > li a{display:block; padding: 10px 0; color: #aaa; border-bottom: 1px solid rgba(255,255,255,.5); transition:.3s;} 
  #footer .f_menu > li a:hover{color:#fff;}


/*서브 비주얼*/
.sub_v_wrap{position: relative;}
#sub_visual{height:430px; position: relative; overflow: hidden;}
#sub_visual .bgfix{position:absolute; top: 0; left:0; width:100%; height: 100%; transform: scale(1.15); transition-timing-function: ease-in-out; transition: 1s;}
#sub_visual .sub_v_tit{ font-weight: 700; text-align:center; font-size:3.625em; color:#fff; position: relative; z-index: 10; margin-right:3em; opacity:0; transition:1s;}
.load #sub_visual .bgfix{transform: scale(1);}
.load #sub_visual .sub_v_tit{margin-right:0; opacity:1}

#sub_visual.sub10 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub20 .bgfix{background-image:url(../img/sub/sub_v_02.jpg);}
#sub_visual.sub30 .bgfix{background-image:url(../img/sub/sub_v_03.jpg);}
#sub_visual.sub40 .bgfix{background-image:url(../img/sub/sub_v_04.jpg);}
#sub_visual.sub50 .bgfix{background-image:url(../img/sub/sub_v_05.jpg);}
#sub_visual.sub60 .bgfix{background-image:url(../img/sub/sub_v_06.jpg);}

/*snb*/
#snb { position: absolute; bottom:4em; left:50%; transform: translateX(-50%); z-index: 10; opacity: 0; transition: 1.5s; width:96%;}
#snb .snb_list .sdp1 a{display:block; width:55px; height: 55px; line-height: 55px; border-radius: 50%; text-align:center; background-color:var(--mainColor); color:#fff; font-size:1.125em;}
#snb .snb_list .sdp2,
#snb .snb_list .sdp3,
#snb .snb_list .last{position: relative; width:250px; border-bottom:1px solid rgba(255,255,255,.3);padding:15px 20px; margin-left:20px; cursor: pointer; box-sizing: border-box;}
#snb .snb_list .last{cursor: default;}
#snb .snb_list .sdp_tt{ color:#fff; font-size:1.125em; font-weight: 500; padding-right:20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#snb .snb_list .sdp_tt:before{content:'\e943'; font-family: 'xeicon'; position: absolute; top: 50%; right:20px; transform: translateY(-50%); font-size:.938em;}
#snb .snb_list .last .sdp_tt:before{display:none;}
#snb .snb_list .sdp_list_wrap{ max-height: 0px; position: absolute; top: 75px; left: 0;  width: 100%;  background: #fff; border-radius: 20px; box-sizing: border-box; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); z-index: 10; transition: .3s; transition-timing-function: ease-in-out; opacity: 0; overflow: hidden;}
#snb .snb_list .Aon .sdp_list_wrap{ max-height: 1000px; opacity: 1;}
#snb .snb_list .sdp_list{ padding: 25px; }
#snb .snb_list .sdp_list > li{margin-bottom:7px;}
#snb .snb_list .sdp_list > li:last-child{margin-bottom:0;}
#snb .snb_list .sdp_list > li a{color:#777; font-size:1.05em;}
#snb .snb_list .sdp_list > li.on a{color:var(--mainColor); font-weight: 500;}
.load #snb{ opacity: 1;}

/*컨텐츠 페이지*/
.ctt_admin{display:none;}/*관리자 내용수정 버튼*/
#ctt header{display:none;}/*컨텐츠 페이지 타이틀 header*/

/*컨텐츠 타이틀*/
.container_title{font-weight: 200; font-size: 2.125em; padding-top: 35px; margin: 55px 0; text-align: center; position: relative;}
.container_title:before{content:''; width:1px; height: 26px; visibility: hidden; transition: .8s; transition-timing-function: ease-in-out; transform: scaleY(0); transform-origin: left top; background: #222; position: absolute; top: 0; left: 50%;}
.load .container_title:before{transform: scaleY(1); visibility: visible;} 

/*개인정보&이용약관*/
.agree_box{ border:1px solid #ddd; background:#f9f9f9; border-radius:5px}
.agree_box .in_con{  padding:2em; border:1px solid #ededed; margin:1em; background:#fff;}
.agree_box .in_con .agree_wrap{ font-size: .938em;}
/*.agree_box .in_con .agree_wrap span{ display: block;}*/


/*=================================================================main============================================================*/

/*메인 비주얼*/
.mainSlider{position:relative}
.mainSlider .el{ height:100vh; position:relative; overflow:hidden}
.mainSlider .el .bg{ position:absolute; left:0; top:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; transform:scale(1.2,1.2); transition-delay:1s}
.mainSlider .slogan{ position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); color:#fff;}
.mainSlider .slogan .t1{ font-size:3.25em; font-weight:300; display:block; transform:translateY(1em); opacity:0; margin-bottom: 5px; line-height: 1.4; text-shadow:1px 2px 1px rgba(0,0,0,.2);}
.mainSlider .slogan .t2{ font-size:1.25em; font-weight: 400; transform:translateY(1em); opacity:0; line-height: 1.8; margin-top:25px; text-shadow:1px 2px 1px rgba(0,0,0,.2);}
.mainSlider .el.swiper-slide-active .bg{ transform:scale(1); transition:2s; transition-delay:0; transition-timing-function:ease-in}
.mainSlider .el.swiper-slide-active .slogan .t1{ transform:translateY(0); opacity:1; transition:1s; transition-delay:.5s}
.mainSlider .el.swiper-slide-active .slogan .t2{ transform:translateY(0); opacity:1; transition:1s; transition-delay:1s}
.mainSlider .el.swiper-slide-active .slogan .t3{ transform:translateY(0); opacity:1; transition:1s; transition-delay:1.5s}

.main_control .btn_st{font-size: 1.625em; text-align: center; color: #aaa; opacity: .8; width:60px; height: 60px; line-height: 60px; border: 1px solid #ddd; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 100; cursor: pointer; transition: .3s;} 
.main_control .btn_st:hover{opacity: 1;}
.main_control .b_prev{left:10%;}
.main_control .b_next{right:10%;}

.mainSlider .mainSlider-pagination{ position: absolute; left:50%; bottom:3em; transform: translateX(-50%); z-index: 100;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet{width:10px; height:10px; border-radius: 50%; margin: 0 7px 0 0; background:#ddd; opacity: 1;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet-active{background:var(--mainColor);} 
.scroll_wrap{position: absolute; bottom: 0; left:0;width:100%; z-index: 10; display: none;}
.scroll_wrap .mainSlide_scroll{ color: #fff; font-size: 0.85em; text-align: center; letter-spacing: 4px; font-weight: 200;}
.scroll_wrap .mainSlide_scroll_bar{ width: 1px; height: 35px; background: #fff; margin: 5px auto 0; position: relative;}
.scroll_wrap .scroll_bar {width:5px; height: 5px; background: #fff; animation: box-ani 2s linear infinite backwards; margin-left:-5px; border-radius: 50%;}

@keyframes box-ani { 
0% {transform: translate(50%, 0);} 
100% {transform: translate(50%, 53px);}
}


/*메인 css*/
.main_section{padding:12em 0;}
.main_section_bg{background-color: #f9f9f9;}
.main_tit{ margin-bottom: 45px;}
.main_tit .in_en{ font-size:.937em; font-weight:300; letter-spacing: 3px; color:var(--mainColor); margin-bottom: 15px; text-transform: uppercase;}
.main_tit .in_tt{ font-size:2.875em; font-weight: 700; color:#111; line-height: 1.3; position: relative; display: inline-block;}
.main_tit .in_tx{ font-size:1.125em; color:#444; font-weight: 400; line-height: 1.6;}
.main_more a{font-size:.875em; text-align: center; color:#f9f9f9; width: 140px; height: 50px; background-color: var(--mainColor); padding: 0 25px; transition: .3s;}
.main_more a:hover{}



/**/
.tab_idx{ margin:-1em 0 3em -1em;}
.tab_idx > li{flex:1 14%;}
.tab_idx > li > a{ padding:0 .5em; height:4em; border:1px solid #ddd; border-radius: var(--bor_r); margin:1em 0 0 1em; color:#666; transition:.3s;}
.tab_idx > li > a .va{font-size:1.068em; font-weight:500}
.tab_idx > li > a:hover,
.tab_idx > li.on > a{ /*box-shadow:0 0 1em .125em rgba(0,0,0,.1);*/ color:#fff; border-color:var(--subColor); background: var(--subColor);}

/**/
.nm_page_tt{font-size:1.5em; text-align: center; margin:80px auto 30px;}
.nm_page_tt .nmb{width:50px; height: 50px; line-height: 50px; border-radius: 50%; background-color: var(--mainColor); display: inline-block; color:#fff; margin-right:5px;}
.page_en{font-size:1.125em; font-weight: 400; color: var(--mainColor); text-transform:uppercase; margin-bottom: 20px;}
.page_tt{font-size:1.825em; font-weight: 600;}
.page_stt{font-size:1.45em; font-weight: 600;}
.page_tx{font-size:1.125em; font-weight: 300;}
.page_stx{font-size:1em; font-weight: 300;}
.page_st .swiper-pagination-bullet{width: 12px; height: 12px; background: #ddd; margin:0 4px; opacity: 1; transition: .3s;}
.page_st .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 35px; background: #00a3e4; border-radius: 10px;}
.pg_wrap .pg_page.pg_end{background: url('/../img/btn_end.gif') no-repeat 50% 50%!important;}
.pg_wrap .pg_page.pg_start{background: url('/../img/btn_first.gif') no-repeat 50% 50%}
.chk_box input[type="checkbox"]:checked + label span{background: url(../img/chk.png) no-repeat 50% 50% var(--mainColor)!important;}



/* 메인 어바웃 */
.main_about{position: relative; padding: 10em 0 8em; overflow: hidden;}
.main_about .main_tit{width: 45%; padding-left: 6.25em;}
.main_about .main_tit .in_tt{margin-bottom: 35px;}
.main_about .main_tit .main_more{margin-top: 40px;}
.main_about .ab_img{width: 55%; margin-right: -20px}
.main_about .ab_img > li{margin-bottom: 20px;}
.main_about .ab_img > li:nth-child(1){width: 55%;}
.main_about .ab_img > li:nth-child(2){width: 45%;}
.main_about .ab_img > li:nth-child(3){width: 55%;}
.main_about .ab_img > li .in{margin-right: 20px; } 
.main_about .ab_img > li:nth-child(1) .in{height: 265px;}
.main_about .ab_img > li:nth-child(2) .in{height: 400px; margin-right: 10px; margin-top: 50px;}
.main_about .ab_img > li:nth-child(3) .in{width: 230px; height: 270px; margin-top: -180px;}
.main_txt{position: absolute; bottom: -40px; left: 0; z-index: -1;}
.main_txt .main_tit .in_tt{color: #fff;}
.main_txt .in_text{ display: flex; white-space: nowrap; transition: 0.3s; position: relative; line-height: 1;}
.main_txt .in_text p{display: flex; animation: textLoop 30s linear infinite; padding-right: 300px; font-size: 17.5em; font-weight: 700; letter-spacing: 4px; color: #f9f9f9; align-items: center; line-height: 1;}

/* @keyframes textLoop {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);} 
} */


/* 메인 활동현황 */
.main_activity{padding: 6.25em 0; background-color: #f9f9f9; overflow: hidden;}
.main_activity .slick-list{overflow: inherit;}


/* 메인 자료실 */
.main_resource{padding: 7.5em 0 8em;}
.main_resource .main_tit .in_tt{color: #fff;}
.main_resource .res_list{margin-left: -40px;}  
.main_resource .res_list > li{width: 33.33%}
.main_resource .res_list > li .in{display: block; height: 400px; margin-left: 45px; border: 1px solid rgba(255,255,255,.5); position: relative; align-content: center; text-align: center;}
.main_resource .res_list > li .in .img_z{display: block; margin-bottom: 25px;}
.main_resource .res_list > li .in .txt_z{position: relative;z-index: 1111; color: #fff;}
.main_resource .res_list > li .in .ti{font-size: 1.4375em; font-weight: 600; color: #f9f9f9; margin-bottom: 15px;}
.main_resource .res_list > li .in .tt{font-size:1.0625em; font-weight: 400; color: #f9f9f9; opacity: .8;}
.main_resource .res_list > li .in .main_more{position: absolute; bottom: -1px; right: -1px;}

/* 메인 교육 프로그램 안내 */
.main_program{padding: 5em 0 0;}
.main_program .pro_bg{height: 370px; padding: 0 90px;}
.main_program .main_tit {margin-bottom: 0;}
.main_program .main_tit .in_tt{color: #fff;}
.main_program .pro_list{}
.main_program .pro_list > li{}
.main_program .pro_list > li .in{padding: 0 80px; text-align: center; border-right: 1px solid rgba(246,246,255,.2);}
.main_program .pro_list > li:last-child .in{border-right: 0;}
.main_program .pro_list > li .in .img_z{display: block; margin-bottom: 20px;}
.main_program .pro_list > li .in .txt_z .ti{font-size: 1.4375em; font-weight: 600; color: #f9f9f9; margin-bottom: 25px;}
.main_program .pro_list > li .in .main_more a{margin: 0 auto;}


/* 메인 미디어 */
.main_media{padding: 6.25em 0 12em; background:linear-gradient(0deg, #f9f9f9 62%, transparent 50%); overflow:hidden;}
.main_media .med_slide{margin-bottom: 5em;}
.main_media .med_slide .ti{font-size: 1.875em; font-weight:500; color: #222; margin-bottom: 10px;}
.main_media .med_slide .ti span{font-size: .866em; font-weight: 400;}
.main_media .med_slide .ti .xi{font-size: 1.4em; color: #fe3434;}


/* 메인 공지사항 */
.main_notice{}
.main_notice .notice_cont{}
.main_notice .notice_cont .in_box{width: 50%;}
.main_notice .notice_cont .in_box{padding-right: 25px;}
.main_notice .notice_cont .in_box.st{padding-left: 25px; padding-right: 0px; }
.main_notice .notice_cont .in_box .ti{font-size: 1.875em; font-weight: 500; color: #222; margin-bottom: 25px;}
.main_notice .notice_cont .in_box .ti .xi{color: #aaa;}

/* ==================================================================================================================================== */



/* 메뉴 공통 */
.tab_gr{margin-bottom: 40px;}
.tab_gr ul{}
.tab_gr ul > li{padding:0 2.5px;}
.tab_gr ul > li .tab_in{display: block;padding: 10px 20px;border: 1px solid #ddd;color: #666;box-sizing: border-box;border-radius: var(--bor_r);}
.tab_gr ul > li .tab_in .xi{font-size: 15px;}
.tab_gr ul > li .tab_in:hover{border-color: #333;color: #333;}
.tab_gr ul > li .tab_in.on{background-color: #333; color: #fff;border-color: #333;}

.table_st{table-layout:fixed; border-top: 2px solid #333; margin-bottom: 10px;}
.table_st th,
.table_st td{ padding:.7em 1em; border:1px solid #ddd; text-align: center; line-height: 1.6;}
.table_st th{color:#222; background-color:#f9f9f9; font-size:1.125em; font-weight: 500;}
.table_st td{color:#333; font-size:1em;}	
.table_st .bg_01{background-color:#f9f9f9;}	
.table_st .bg_02{background-color:var(--subColor); color:var(--mainColor); border-color: var(--subColor)!important;}	
.table_st .bg_03{background-image: linear-gradient(90deg, var(--mainColor)20%, transparent, var(--mainColor)80%);border-color:#bbb;}
.table_st .bg_03.st span{font-size: 1.25em;}
.table_st .bg_04{background-color:var(--mainColor); color: #fff;}
.table_st .bor_01{border-bottom: 2px solid #ccc;}
.table_info{color:#888; font-size:.938em; display: none;}	
.table_st .in{font-size: .937em; border: 1px solid #ddd; padding: 5px 10px; margin-right: 5px; border-radius: 5px; margin-bottom: 5px;}
.table_st .ti{font-weight: 700; text-align: left; margin-bottom: 10px;}

.dot_list{padding: 0!important; margin: 0!important;}
.dot_list > li{line-height: 1.8; font-size: 1em; color: #222; position: relative; margin-left: 10px;}
.dot_list > li:before{content: ''; display: block; width: 3px; height: 3px; background: #bbb; border-radius: 50%; position: absolute; top: 10px; left: -10px;}

/* 교육 프로그램 안내 */
.pro_wrap .pro_tit{margin-bottom: 20px;}	
.pro_wrap .in_tt{font-size:2.25em; font-weight: 700}
.pro_wrap .page_stt{margin:20px 0 10px;}
.pro_wrap .table_box{margin-bottom: 3em;}
.pro_wrap .pro_list{margin-right: -40px}
.pro_wrap .pro_list > li{width: 33.33%;}
.pro_wrap .pro_list > li .in{position: relative; margin-right: 40px; width: 100%; border: 0;}
.pro_wrap .pro_list > li .in:before{content: "\e90b"; display: block; position: absolute; top: 3px; right: -30px; font-family: 'xeicon'; font-size: 1.25em; color: var(--mainColor);}
.pro_wrap .pro_list > li:last-child .in:before{display: none;}

/* 인사말 */
.abo_wrap .abo_intro{padding-bottom:10em; position:relative;}
.abo_wrap .abo_intro:before{content: '';display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 625px;background: #f9f9f9;z-index: -1;}
.abo_wrap .abo_intro .in{margin-bottom: 4em;}
.abo_wrap .abo_intro .in .img_z{width:40%; padding-right:2em;}
.abo_wrap .abo_intro .in .img_z .bgfix{height: 500px;}
.abo_wrap .abo_intro .in .txt_z{width:60%; padding:3em 0 3em 2em;}
.abo_wrap .abo_intro .in .page_tt{font-weight: 700; margin-bottom:35px;}
.abo_wrap .abo_intro .in .page_stt{font-size: 1.25em;}
.abo_wrap .abo_intro .in .page_tx{ margin-bottom:15px;}
.abo_wrap .abo_intro .in .txt_box .page_tx.ceo_name{margin-top:55px;}
.abo_wrap .abo_intro .in .txt_box .page_tx.ceo_name .in_name{font-size: 2em; margin-left: 10px; letter-spacing: 6px; font-family: var(--fs_02);}

/* 센터 소개 */
.cen_wrap{position: relative; padding-bottom: 10em;}
.cen_wrap:before{content: ''; display: block;position: absolute; bottom: 0; left: 0; width:100%; height: 400px; background: #f9f9f9;}
.cen_wrap .in_tbox{margin-bottom:45px; letter-spacing: -.5px; text-align: center;}
.cen_wrap .in_tbox .in_tt{font-size:2.825em; font-weight: 700}
.cen_wrap .in_tbox .page_stt{margin:20px 0 10px;}
.cen_wrap .cen_list{margin-top:70px;}
.cen_wrap .cen_list .in{ text-align: center; margin:0 40px;}
.cen_wrap .cen_list .in .in_img{display:block; width:210px; height: 210px; border-radius: 50%; background: #ddd; margin: 0 auto; position: relative; overflow: hidden; }
.cen_wrap .cen_list .in .in_img .bgfix{width:100%; height: 100%; position: absolute; top: 0; left: 0; }
.cen_wrap .cen_list .in .tx{font-size:1.25em; font-weight: 600; color:#333; margin-top:20px; margin-bottom: 10px;}
.cen_wrap .cen_list .in .tt{font-size:1em; font-weight: 300; color:#333;}
.cen_wrap .cen_list > li{width: 25%;}
.cen_wrap .cen_list > li:nth-child(1) .in_img .bgfix{background-image:url(/theme/aram_01/img/sub/cen_img01.jpg)}
.cen_wrap .cen_list > li:nth-child(2) .in_img .bgfix{background-image:url(/theme/aram_01/img/sub/cen_img02.jpg)}
.cen_wrap .cen_list > li:nth-child(3) .in_img .bgfix{background-image:url(/theme/aram_01/img/sub/cen_img03.jpg)}
.cen_wrap .cen_list > li:nth-child(4) .in_img .bgfix{background-image:url(/theme/aram_01/img/sub/cen_img04.jpg)}	

/* 연혁 */
.history_wrap .his_tit .page_en{margin-bottom:10px;}
.history_wrap .his_list_img { text-align:center; }
.history_wrap .his_tit{ text-align:center; padding:80px 0; background-image: url(/theme/aram_01/img/sub/his_img.jpg)}
.history_wrap .his_tit .t1{ font-size:2.625em; color:#fff;}
.history_wrap .his_tit .t2{ color:#fff; margin-top:5px; font-size:1.125em; font-weight: 300;}
.history_wrap .his_box{ position:relative; z-index:inherit; padding-left: 120px;}
.history_wrap .his_box .his_line{ position:absolute; z-index:inherit; width:1px; background:#ddd; left:81px; height:100%; margin-left:1px; top:-40px}
.history_wrap .his_box .his_list > li{ position:relative; z-index:inherit; width:100%; margin-top:40px}
.history_wrap .his_box .his_list > li .history{ padding:0 20px; border-bottom: 1px dotted #ccc;}
.history_wrap .his_box .his_list > li .history:before{content:''; position:absolute; top:20px;  left:-42px; width:10px; height:10px; background:var(--mainColor); border-radius:100%;}
.history_wrap .his_box .his_list > li .history .year{ font-size:1.9em; font-weight:600; color:#555; position:relative; z-index:inherit; letter-spacing:-1px; opacity:.6;}
.history_wrap .his_box .his_list > li .history .list{ position:relative; z-index:inherit; margin-top:15px}
.history_wrap .his_box .his_list > li .history .list .tt{ display:block; font-size:1em; color:#222; line-height:1.4; margin-bottom:15px;  vertical-align:middle;}
.history_wrap .his_box .his_list > li .history .list .txt {position:relative; padding-left:10px;}
.history_wrap .his_box .his_list > li .history .list .txt:before {position:absolute; content:""; width:5px; height:2px; background:#888; left:0; top:10px;}
.history_wrap .his_box .his_list > li .history .list .month{ min-width:50px; display:inline-block; color:var(--mainColor); font-weight: 700;}


.pro_box {padding: 60px 0; border-radius: var(--item_r); margin-bottom: 40px; background: #ddd;}
.pro_box .te{font-family: var(--fs_01); font-size: 1.75em; color: #fff;}
.pro_box .ti{font-size: 1em; color: #fff; margin-bottom:20px;}
.pro_box .main_more a{display: inline-block; width: auto; height: 45px; border-color: #fff; font-size: .937em; color: #fff; line-height: 1;}
.pro_box .main_more a:hover{background: #fff; color: var(--subColor)}
.bo_op_list > li .op_tt{background: var(--subColor);}
.list_box{width: 90%; font-size: 1.125em; line-height: 1.6; margin: 0 auto; text-align: left; color: #333;}
.list_box .img_list{width: 25%;}
.list_box .img_list span{display: inline-block; width: 20px; color: #111;}
.pro_tab{margin-bottom: 20px!important;} 

/* 게시판 */
#bo_gall .gall_li .gall_box,
.board_product_gallery > li .gall_box{border-radius: var(--bor_r); overflow: hidden;}



