@charset "utf-8";


.doc{font-size: 16px;}
.box1{ width:1300px;max-width: 96%; margin:0 auto; position:relative } 
.mobile_only{display:none;}

:root { 
    --mainColor:#FF5002;
    --subColor:;
    --bor_r:3px;
	--item_r:10px;
	--header_H:80px;
	--fs_01: "Nanum Brush Script", serif;
	--fs_02: 'Pretendard';
}

body{font-family: "Noto Sans KR", 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: 200; position: fixed; top: 0; left: 0; width:100%; background: #fff;}
#header .va_wrap,
#header .h_wrap{height:var(--header_H);}
#header #logo{z-index:800;}
#header #logo img{display:block;}
#header .gnb_wrap{margin:0 auto;}
#header .gnb_wrap .gnb .depth1{margin:0 24px; position: relative;}
#header .gnb_wrap .gnb .depth1 > a{font-size: 1.1875em; line-height: inherit; font-weight:600; color:#333; 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; margin-left:15px; font-weight: 300;}
#header .hd_login > li:first-child a{margin-left:0px;}
#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:40px;}
#header .btn_gnb .a_rd{width:10px; height: 10px; background-color: #ddd; border-radius: 50%;}
#header .btn_gnb .a_rd.a1{position: absolute; top: 0; left: 0; transition:.3s;}
#header .btn_gnb .a_rd.a2{position: absolute; top: 0; right: 0; background-color:var(--mainColor)!important; transition:.3s;}
#header .btn_gnb .a_rd.a3{position: absolute; bottom: 0; left: 0; transition:.3s; }
#header .btn_gnb .a_rd.a4{position: absolute; bottom: 0; right: 0; transition:.3s; }

#header .btn_gnb:hover .a_rd.a1,
#header .btn_gnb:hover .a_rd.a4{display:none;}
#header .btn_gnb:hover .a_rd.a2,
#header .btn_gnb:hover .a_rd.a3{width:100%; border-radius: 50px;}

#header .btn_gnb.on .a_rd.a1,
#header .btn_gnb.on .a_rd.a4{display:none;}
#header .btn_gnb.on .a_rd.a2{width:100%; border-radius: 50px;}
#header .btn_gnb.on .a_rd.a3{width:100%; border-radius: 50px; /*background-color: #666;*/}

/*스크롤 header*/
.scroll #header{background-color:#fff; border-bottom:1px solid #ddd;}
.scroll #header .gnb_wrap .gnb .depth1 > a{color:#222;}
.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 a{color:#555;}
/*.scroll #header .btn_gnb .a_rd{background-color:#666;}*/


/*탑버튼*/
.qk_list{position:fixed; bottom:15px; right:15px; z-index: 800;}
.qk_list > li a{display:block; width:46px; height: 46px; line-height: 46px; border-radius: 50%; font-size:1.25em; text-align: center; margin-top:3px; transition: .3s;}
.qk_list > li a:hover{box-shadow: 3px 3px 7px rgba(0,0,0,0.15);}
.qk_list > li.top_btn a{background-color:#333; color:#fff;}
.qk_list > li.kakao_btn a{background-color:#fae100; color:#3c1e1e;}
.qk_list > li.blog_btn a{background-color:#03c75a; color:#fff;}

/*footer*/
#footer{font-family: var(--fs_02); background-color:#222; padding:75px 0 60px; margin-top:8em;}
#footer .f_logo{margin-right: 160px;}
#footer .f_info{color:#bbb; font-size:1em; font-weight: 300; line-height: 2; text-align: left; opacity: .8;}
#footer .f_info > li{margin-right:60px;}
#footer .f_info span{font-weight: 400; color: #888; margin-right: 15px; }
#footer .f_copy{font-size:.875em; color:#ddd; opacity: .4; margin-top:20px; letter-spacing: 1px; font-weight: 200;}
#footer .f_copy span{font-famliy:var(--fs_01);}


/*서브 비주얼*/
.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);}

/*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: 600; 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; height: calc(100vh - 110px); margin: 80px auto 0; border-radius: 10px 10px 100px 10px; overflow: hidden;}
.mainSlider .el{ height:calc(100vh - 110px); 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:46%; left:50%; transform: translate(-50%, -60%); color:#fff;}
.mainSlider .slogan .t1{ font-size:4.5em; display:block; transform:translateY(1em); font-weight: 700; opacity:0; margin-bottom: 20px; line-height: 1.2;}
.mainSlider .slogan .t2{ font-size:1.75em; font-weight: 200; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:20px;}
.mainSlider .slogan .t3{ font-size:1.25em; font-weight: 300; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:20px;}
.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}

.mainSlider .mainSlider-pagination{ position: absolute; left:50%; bottom:3em; transform: translateX(-50%); z-index: 100;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet{width:120px; height:auto; margin: 0 20px 0 0; border-radius: 0; opacity: .4; background:transparent; color:#fff; border-bottom:2px solid #fff; padding-bottom:5px;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet-active{opacity: 1;}

.mainSlider .main_control{position: absolute; top: 46%; left: 50%; transform: translate(-50%,-50%); z-index: 10;}
.mainSlider .main_control .btn_st{font-size: 5em; color: #fff; opacity: .5; transition: .3s;}
.mainSlider .main_control .btn_st:hover{opacity: 1;} 
.mainSlider .main_control .in_next{margin-right: -160px;} 
.mainSlider .main_control .in_prev{margin-left: -160px;} 

.scroll_wrap{position: absolute; bottom: 0; left:0;width:100%; z-index: 10;}
.scroll_wrap .mainSlide_scroll{ color: #fff; font-size: 0.85em; font-family:var(--fs_02); text-align: center; letter-spacing: 3px; font-weight: 200;}
.scroll_wrap .mainSlide_scroll_bar{ width: 1px; height: 55px; background: rgba(255,255,255,.5); margin: 5px auto 0; position: relative; overflow: hidden;}
.scroll_wrap .scroll_bar {width:1px; height: 20px; background: #fff; animation: box-ani 2s linear infinite backwards; margin-left:0; border-radius: 50%;}

@keyframes box-ani { 
0% {transform: translate(50%, 0);} 
100% {transform: translate(50%, 53px);}
}


/**/
.main_doc{padding:0 40px;}
.main_tit{ margin-bottom: 60px;}
.main_tit .in_en{ font-size:1.125em; font-weight: 400; color:var(--mainColor); margin-bottom: 15px; text-transform: uppercase;}
.main_tit .in_tt{ font-size:2.5em; font-weight: 600; color:#222; line-height: 1.3;}
.main_more{text-align:center;}
.main_more a{display: inline-block; padding:13px 50px; border:1px solid #ccc; transition: .3s; color:#888; font-size:1.125em; border-radius: 50px; margin-top: 40px;}.main_more a:hover{border-color:var(--maincolor); background-color:var(--mainColor); color:#fff;}

/*.tab_idx{ margin:-1em 0 3em -1em;}
.tab_idx > li{flex:1 20%;}
.tab_idx > li > a{ padding:0 .5em; height:4em; border:1px solid #ddd; 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:var(--mainColor); border-color:var(--mainColor)}*/


/**/
.main_about{margin:130px 0; position: relative;}
.main_about .bg{position: absolute; top: 0; left: 0; width: 100%; height: 980px;}
.main_about .about_list{position: relative; z-index: 2;}
.main_about .about_list > li{width: 33.33%;}
.main_about .about_list > li .in{display: block; width: 380px; height: 380px; text-align: center; border-radius: 50%; padding-top: 85px; margin: 0 auto; position: relative;}
.main_about .about_list > li .in .ti{font-size: 1.75em; font-weight: 600; color: #fff; margin-top: 10px;}
.main_about .about_list > li .in .more_btn{font-size: 1.125em; color: #fff; text-align: center; width: 50px; height: 50px; line-height: 50px; position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); border: 1px solid #fff; border-radius: 50%; transition: .3s;}
.main_about .about_list > li .in:hover .more_btn{background: var(--mainColor); border-color: var(--mainColor);}
.main_about .about_list > li .in .more_btn .xi{transition: .3s;}
.main_about .about_list > li .in:hover .more_btn .xi{transform: rotate(-45deg);}


.move_text{overflow: hidden; padding:100px 0 90px;}
.move_text .in_text{display: flex; white-space: nowrap; transition: 0.4s; font-size:6.875em; font-weight: 600; right: 0;}
.move_text .in_text p{animation: textLoop 60s linear infinite; padding-right: 20px; line-height: 1.1; color: #ddd; text-transform: uppercase; letter-spacing: .5px;}
.move_text .in_text .img_z{margin:0 15px;}
@keyframes textLoop {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
} 


/**/
.main_radi{padding:190px 0; background-image: url(../img/main/radi_bg.jpg); position: relative; border-radius: 100px 10px 10px 10px; overflow: hidden;}
.main_radi:after{content:''; width:100%; height: 100%; position: absolute; top: 0; left: 0; background-image: url(../img/main/radi_cover.png); background-position: inherit;}
.main_radi .radi_txt{width:50%; padding-left:60px; margin-left:auto; position: relative; z-index: 10;}
.main_radi .radi_txt .main_tit{margin-bottom:75px;}
.main_radi .radi_txt .main_tit .in_en{color:#fff;}
.main_radi .radi_txt .main_tit .in_tt{color:#fff;}
.main_radi .radi_txt .radi_btn a{ border:1px solid rgba(255,255,255,.3); border-radius: 50px; font-size:1.75em; color:#fff; padding: 15px 40px; margin-bottom: 15px; transition:all .3s;}
.main_radi .radi_txt .radi_btn a .xi{transition: .3s;}
.main_radi .radi_txt .radi_btn a:hover{background-color: #fff; color:var(--mainColor);}
.main_radi .radi_txt .radi_btn a:hover .xi{transform: rotate(-45deg);}

.main_comm{padding:120px 0; background-image: url(../img/main/comm_bg.jpg); border-radius: 10px 10px 100px 10px;}
.main_comm .tab_idx {width:550px; max-width:100%; margin: 0 auto 30px;}
.main_comm .tab_idx > li{width:33.33%;}
.main_comm .tab_idx > li > a{ padding:0 .5em; height:40px; border:1px solid #ddd; margin:0 10px; color:#999; transition:.3s; border-radius: 50px; background-color: #fff;}
.main_comm .tab_idx > li > a:hover,
.main_comm .tab_idx > li.on > a{background-color: var(--mainColor); border-color:var(--mainColor); color:#fff;}
.main_comm .empty_li.ac{width: 100%;}

.main_partner{padding:110px 0 0;}
.main_partner .partner_list{margin-right:-20px; margin-bottom: 60px;}
.main_partner .partner_list > li{width:25%; margin-bottom: 20px;}
.main_partner .partner_list > li .in{padding:32px; border:1px solid #ddd; border-radius: 20px; margin-right:20px;}


/*==============================================================================================================*/

.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_te{font-size:1.125em; font-weight: 600; color: var(--mainColor); text-transform: uppercase; margin-bottom: 10px;}
.page_tt{font-size:1.825em; font-weight: 600;}
.page_tx{font-size:1.125em; font-weight: 400;}
.page_stt{font-size:1.45em; font-weight: 600;}
.page_stx{font-size:1em; font-weight: 400;}


.dot_list{margin-top: 20px; margin-bottom: 20px;}
.dot_list > li{position: relative; margin-left: 10px; line-height: 1.6; margin-bottom: 5px;}
.dot_list > li::before{content:''; display: block; width: 3px; height: 3px; border-radius:50%; background-color: #ababab; position: absolute; top: 10px; left: -10px;}
.list_box{padding: 20px; background: #f9f9f9;}

 
/* 인사말 */
.about_03_01 .ceo_wrap .page_tt{margin: 50px 0; position: relative;}
.about_03_01 .ceo_wrap .page_tt:before{content:''; background-image: url("../img/sub/q_icon01.svg"); width:50px; height: 38px; background-repeat: no-repeat; background-position: center; position: absolute; top: -10px; left: 0;}
.about_03_01 .ceo_wrap .page_tt:after{content:''; background-image: url("../img/sub/q_icon02.svg"); width:50px; height: 38px; background-repeat: no-repeat; background-position: center; position: absolute; bottom: -10px; right: 0;}
.about_03_01 .ceo_wrap .ceo_box{margin-bottom: 70px;}
.about_03_01 .ceo_wrap .ceo_img{height:360px; width:100%; background-color:#aaa; border-radius: var(--item_r); transition: 1s;}
.about_03_01 .ceo_wrap .ceo_tbox{margin-top:70px;}
.about_03_01 .ceo_wrap .ceo_tbox .ceo_stt{width:40%; padding-right:20px;}
.about_03_01 .ceo_wrap .ceo_tbox .ceo_stt img{ border-radius: var(--item_r);}
.about_03_01 .ceo_wrap .ceo_tbox .ceo_txt{width:60%;}
.about_03_01 .ceo_wrap .ceo_txt .page_tx:not(:first-child){margin-top:30px;}
.about_03_01 .ceo_wrap .ceo_tbox .ceo_txt .page_tx.ceo_name{font-weight: 600; font-size:1.125em; margin-top:50px;}
.about_03_01 .ceo_wrap .ceo_tbox .ceo_txt .page_tx.ceo_name .tx{letter-spacing: 2px;}
.about_03_01 .ceo_wrap .ceo_tbox .ceo_txt .page_tx.ceo_name .in_name{font-family: var(--fs_01); font-size:2em; font-weight: normal; margin-left:15px; letter-spacing: 10px;}

/* 조직도 */
.org_wrap{}
.org_wrap .page_tt{color: var(--mainColor); margin-bottom: 2em;}


/* 회칙 */
.rul_wrap .rul_txt{color: #999;  width: 100%;}
.rul_wrap .rul_txt div{font-size: .937em; background: #f9f9f9; padding: 15px;}
.rul_wrap .page_tt{color:var(--mainColor); text-align: center; margin-bottom: 20px;}
.rul_wrap .page_stt{margin-bottom: 70px; text-align: center; color: #222;}
.rul_wrap .page_tx{font-weight: 600; color: #333; margin-top: 1em; margin-bottom: 5px; margin-left: 20px; position: relative;}
.rul_wrap .page_tx:before{content: ''; display: block; width: 8px; height:8px; background: var(--mainColor); border-radius: 2px; position: absolute; top: 9px; left: -20px; transform: rotate(45deg);}	
.rul_wrap .rul_box{padding: 3em 0 4em;}  
.rul_wrap .rul_box > li{border-bottom: 1px solid #ddd; padding-bottom: 2em; margin-bottom: 3em;}
.rul_wrap .rul_box .page_tt{font-size: 1.375em; margin-bottom: 30px;}
.rul_wrap .rul_box .tt{color: #333; line-height: 2; margin-bottom: 20px;}
.rul_wrap .rul_box .tt span{font-size: 14px; color: #999;}
.rul_wrap .rul_box ul.tt{margin-left: 10px;}
.rul_wrap .rul_box .tt .fwB{font-size: 1.2em;}
.rul_wrap .rul_box .tt ul{margin-left:20px;}
.rul_wrap .img_z{width: 100%; height: 300px; margin-top: 2em; border-radius: 10px 10px 30px 10px;}

/* 영상의학과 */
.rad_wrap .page_tt{margin-bottom: 10px;}
.rad_wrap .page_tx{font-weight: 600; color: #333; margin-top: 2em; margin-bottom: 5px; margin-left: 20px; position: relative;}
.rad_wrap .page_tx:before{content: ''; display: block; width: 8px; height:8px; background: var(--mainColor); border-radius: 2px; position: absolute; top: 10px; left: -20px; transform: rotate(45deg);}	
.rad_wrap .page_stx{line-height: 1.6;}
.rad_wrap .rad_box{margin-bottom:8em;}
.rad_wrap .rad_box .box_gr{margin-bottom: 6em;}
.rad_wrap .rad_box .in_box{width: 50%;}
.rad_wrap .rad_box .in_box .in_img{margin-right: 2em; height: 400px;border-radius: var(--item_r);}
.rad_wrap .rad_box .rev .in_box .in_img{margin-left: 2em; margin-right: 0;}
.rad_wrap .rad_box .in_box .in_txt{padding: 2em;}
.rad_wrap .met_list{margin-top: 1.5em; border: 1px solid #ddd; border-radius: var(--item_r); background: #f9f9f9;}
.rad_wrap .met_list > li{width: 33.33%; margin: 0 auto;}
.rad_wrap .met_list .in{margin: 2em 0 1em;}
.rad_wrap .met_list .in .in_img{width: 250px; height: 250px;margin: 0 auto; border-radius: 50%;}
.rad_wrap .met_list .in .in_txt{width: 100%; padding: 1.2em 2.5em; text-align: center;}
.rad_wrap .met_list .in .in_txt .tt{font-size: 1.125em; font-weight: 500; margin-bottom: 5px;}

/* 관련사이트 */
.par_wrap{background: #f9f9f9; padding-top: 6em; padding-bottom: 8em; overflow: hidden;}
.par_wrap .page_tt{margin-bottom: 2em;}
.par_wrap .partner_list{margin-right:-20px;}
.par_wrap .partner_list > li{width:25%; margin-bottom: 20px;}
.par_wrap .partner_list > li .in{height: 100%; padding:32px; border:1px solid #ddd; border-radius: 20px; background: #fff; margin-right:20px; position: relative; overflow: hidden; display: block; text-align: center; align-content: center;}
.par_wrap .partner_list > li .in img{max-height: 87px;}
.par_wrap .partner_list > li .in .bg{position: absolute; width: 100%; height: 100%; background: #ff5002de; top: 0; left: 0; text-align: center; align-content: center; opacity: 0; transition: .3s;}
.par_wrap .partner_list > li .in:hover .bg{opacity: 1;}
.par_wrap .partner_list > li .in .bg .ti{font-size: 1.125em; font-weight: 500; color: #fff; margin-bottom: 10px;}
.par_wrap .partner_list > li .in .bg .btn_st{padding: .25em .8em .2em; background: #fff; color: var(--mainColor); display: inline-block; font-weight: 500; font-size: .937em; border-radius: 50px;}
	
