@charset "utf-8"; /* 본문 퍼블리싱 기본셋팅 */

#page { display: block; font-size:18px; min-height: 500px; z-index:1; letter-spacing: -0.04em; margin-bottom:100px; color: #2d343c; line-height: 25px; } 
#page * { word-break: keep-all; } 
*/
#page:before { content:''; display: block; padding-top:0% } 
#page p { letter-spacing:-0.02em; } 
#page i, #page em, #page span { font-style:normal; } 
.strong400 { font-weight: 400; } 
.strong500 { font-weight: 500; } 
strong, .strong700 { font-weight: 600; } 
#page b { font-weight: 700; } 
.strong900 { font-weight: 900; } 
.round30 { border-radius:30px; overflow: hidden; } 
.gray_box { padding:3.5% 4.5%; overflow:hidden; background-color: #f3f3f5; display: block; border-radius:0 15px; } 
.gray_box2 { padding:3.5% 4.5%; overflow:hidden; background-color: #f3f3f5; display: block; border-radius:0 15px; } 
.line_box { border:1px solid #ddd; padding:2.5% 3.5%; box-shadow:4px 4px 5px rgba(0,0,0,0.04); background-color: #f3f3f5; border-radius:0 15px; } 
.line_box2 { border:1px solid #ddd; padding:2.5% 3.5%; background-color: #fff; border-radius: 15px; } 
.line_box3 { border:1px solid #ddd; padding:10px 12px; background-color: #fff; border-radius: 5px; margin:10px 0 } 
.con_box { position: relative; display: block; } 
.chart_box { margin-bottom: 20px; } 
.chart_box canvas { } 
.childMenu + * { margin-top:40px; } 

/*의원윤리강령*/
.assembly_box { width: 100%; height: 100%; background-color: #fff; z-index: 1; position: relative; padding: 85px 80px; } 

.assembly_box .bd_top { width: 100%; height: 63px; position: absolute; top: 0; left: 0; background: url(/_hpassem/images/contents/bd_top.jpg) left top repeat-x; } 

.assembly_box .bd_top::before { content: ""; display: inline-block; width: 64px; height: 64px; position: absolute; top: 0; left: 0; background: url(/_hpassem/images/contents/top_left.jpg) left top no-repeat; z-index: 1; } 

.assembly_box .bd_top::after { content: ""; display: inline-block; width: 64px; height: 64px; position: absolute; top: 0; right: 0; background: url(/_hpassem/images/contents/top_right.jpg) right top no-repeat; z-index: 1; } 

.assembly_box .bd_bot { width: 100%; height: 63px; position: absolute; bottom: 0; left: 0; background: url(/_hpassem/images/contents/bd_bot.jpg) left bottom repeat-x; } 

.assembly_box .bd_bot::before { content: ""; display: inline-block; width: 64px; height: 64px; position: absolute; bottom: 0; left: 0; background: url(/_hpassem/images/contents/bot_left.jpg) left top no-repeat; z-index: 1; } 

.assembly_box .bd_bot::after { content: ""; display: inline-block; width: 64px; height: 64px; position: absolute; bottom: 0; right: 0; background: url(/_hpassem/images/contents/bot_right.jpg) right top no-repeat; z-index: 1; } 

.assembly_box .bd_left { width: 26px; height: 100%; position: absolute; top: 0; left: 0; background: url(/_hpassem/images/contents/bd_left.jpg) left top repeat-y; } 

.assembly_box .bd_right { width: 26px; height: 100%; position: absolute; top: 0; right: 0; background: url(/_hpassem/images/contents/bd_right.jpg) right top repeat-y; } 
.line_box2 .tit_box { padding-bottom: 20px; border-bottom: 2px dotted #d1eaff; margin-bottom: 30px; } 
.line_box2 .tit_box h3 { font-size: 160%; font-weight: 600; color:#202c46; text-align: center; margin-top: 10px; } 
.line_box2 .tit_box p { text-align: center; font-size: 14px; line-height: 24px; color: #b2b3b3; } 
.line_box2 > p { margin: 20px; font-size: 105%; text-align: center; line-height: 22px; } 
.line_box2 .list { margin: 6% 5% 6% 5%; font-size: 110%; line-height: 30px; color: #202c46; } 
/*
.color_box { padding:3.5% 4.5%; overflow:hidden; background-color: #646360; display: block; border-radius:0 15px; color: #fff; } 
*/
.color_box { padding:3.5% 4.5%; overflow:hidden; background-color: #dfddd9; display: block; border-radius:0 15px; color:#111 } 
.color_box > dl > dt { font-weight: 700; font-size: 160%; color: #111; font-family: var(--default_font); display: block; margin-bottom: 15px; } 
.color_box > dl > dd { font-weight: 400; font-size: 110%; } 

@media only screen and (max-width:540px){
 .color_box > dl > dt { font-size: 140%; margin-top: 5px; } 
 .color_box > dl > dd { font-size: 100%; } 
 }


hr { border-top:1px solid #eee; margin:4% 0; display:block } 

.comment100 { font-size:100%; display:block; color:#52616d; line-height: 1.5; } 
.comment80 { font-size:80%; display:block; color:#52616d; line-height: 1.5; } 
.comment90 { display:block; font-size:90%; color:#52616d; line-height: 1.4 } 

.strong400 { font-weight: 400; } 
.strong500 { font-weight: 500; } 
.strong700 { font-weight: 700; } 



/* 컨텐츠 타이틀 */
.page_tit { display:flex; position: relative; font-size: 135%; line-height: 30px; font-weight: 600; padding: 0px 0 20px 24px; margin-bottom: 0px; color: #21252e; font-family: var(--Paperlogy_font); } 
.page_tit::before { content: ''; position: absolute; width: 10px; height: 10px; left: 0px; top: 11px; background-color: #26978b; border-radius: 50%; } 
.page_tit span { font-size: 80%; color: #777; font-weight: 500; letter-spacing: -0.05em; display: inline-block; padding-left: 5px; line-height: 20px; } 
.page_tit em { font-weight: 400; } 

#page .con_box + .page_tit { margin-top:6% !important; } 
#page .page_tit2 { margin-top:3% !important; } 
#page .page_tit + .page_tit2 { margin-top:0% !important; } 


.page_tit.modal_tit { font-size:120%; line-height: 45px; margin-top: 10px; } 

.page_tit2 { font-weight: 600; font-size:100%; position: relative; margin-bottom: 15px; color: #1a2233; background-color: #f4f6f9; font-family: var(--Paperlogy_font); display: block; padding:13px 25px; border-radius: 10px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.1); } 




@media only screen and (max-width:540px){
 .page_tit span { font-size: 70%; } 
 .page_tit { padding: 0px 0 12px 20px; } 
 }
.sub_tit_box { padding:20px 30px 15px 30px; overflow:hidden; background-color: #f3f3f5; display: block; border-radius:0 15px; margin-bottom: 10px; } 
.sub_tit_box dl { display: flex; justify-content: flex-start; flex-wrap:wrap } 
.sub_tit_box dl dt, .sub_tit_box dl dd { flex:0 1 auto; margin: 3px 0; } 
.sub_tit_box dt { font-weight: 700; font-size: 120%; color: #21252e; font-family: var(--default_font); display: block; } 
.sub_tit_box dd { font-weight: 400; font-size: 110%; font-family: var(--default_font); } 
.sub_tit_box dt::after { content: '|'; display: inline-flex; margin: 0 20px; color:#aaa; font-weight: 300; } 


.guide_box { position: relative; padding:40px 50px 40px 50px; overflow:hidden; display: block; margin-bottom: 50px; display: flex; justify-content: space-between; border-bottom:1px solid rgba(0,0,0,0.1); align-items: flex-start; } 
.guide_box::before { content: ''; position: absolute; left:0; top:0; width: 165px; height: 95px; border-top: 3px dashed #4896ca; border-left: 3px dashed #4896ca; border-top-left-radius: 40px; } 
.guide_box::after { content: ''; position: absolute; right:0; top:0; width: calc(100% - 200px); height: 95px; border-top: 3px solid #ededee; border-right: 3px solid #ededee; border-top-right-radius: 40px; } 
.guide_box .guide_img { flex: 0 1 120px; min-width:120px; height: 120px; background-color:var(--bg_gray); display: inline-flex; text-align: center; border-radius: 50%; margin-right: 40px; position: relative; z-index: 10; justify-content: center; align-items: center; } 
.guide_box .guide_con { flex: 1 1 auto; padding-top: 5px; position: relative; z-index: 10; } 
.guide_box .guide_con p { padding-top: 15px; } 

/* 개인정보처리방침 목록 */
ol.num { margin-left:30px } 
ol.num > li { list-style:decimal-leading-zero !important; padding-left: 0 !important; padding-bottom:8px; } 
ol.num > li:before { display:none } 

.privacy dl dt { text-align: left !important; font-size:100% !important } 
.privacy dl dd { font-weight:300; color:#222; line-height: 140%; } 
.privacy .f90 { line-height: 140%; } 

ol.num2 { counter-reset: type1; } 
ol.num2 > li { list-style:none; position:relative; padding-left:20px; padding-bottom:5px; } 
ol.num2 > li:before { counter-increment: type1; content: counter(type1,decimal)"."; font-weight: 300; position: absolute; left:0; top:0; } 

ol.num3 { counter-reset: type2; } 
ol.num3 > li { list-style:none; position:relative; padding-left:20px; padding-bottom:8px; } 
ol.num3 > li:before { counter-increment: type2; content: counter(type2,decimal)")"; font-weight: 300; position: absolute; left:0; top:0px; line-height: inherit; } 

ol.num4 { counter-reset: type3; } 
ol.num4 > li { list-style:none; position:relative; padding-left:23px; line-height: 140%; margin-bottom: 10px !important; } 
ol.num4 > li:before { counter-increment: type3; content: counter(type3,decimal); font-weight: 300; position: absolute; left:0px; top: 5px; width:16px; height:16px; border: 1px solid #888; border-radius: 50%; text-align: center; font-size: 70%; color: #777; line-height: 14px; } 

ol.no_num { display:block; } 
ol.no_num > li { list-style:none; position:relative; padding-left:0px; padding-bottom:8px; margin-bottom:15px } 

.dl_flex { border-top:solid 1px #888; overflow: hidden; margin:0; font-size: 90%; } 
.dl_flex dt, .dl_flex dd { border-bottom:solid 1px #ddd; padding-top:10px; padding-bottom:10px; } 
.dl_flex dt { font-weight: 700; background: #f6f7fa; text-align:center } 

@media only screen and (max-width:761px){
 .dl_flex { font-size: 90%; } 
 .dl_flex dt, .dl_flex dd { padding-top:5px; padding-bottom:5px; } 
 
 .guide_box { padding:25px 30px; font-size:90%; line-height:20px; } 
 .guide_box::before { width: 65px; height: 50px; border-top: 3px dashed #4896ca; border-top-left-radius: 15px; } 
.guide_box::after { width: calc(100% - 80px); height: 50px; border-top-right-radius: 15px; } 

 .guide_box .guide_img { display:none; } 
.guide_box .guide_con { flex: 0 1 100%; padding-top: 0px; } 
 }

.pad_box2 { padding-top:2%; padding-bottom:2%; overflow:hidden } 
.pad_box3 { padding-top:3%; padding-bottom:3%; overflow:hidden } 
.pad_box4 { padding-top:4%; padding-bottom:4%; overflow:hidden } 
.pad_box5 { padding-top:5%; padding-bottom:5%; overflow:hidden } 
.pad_box6 { padding-top:6%; padding-bottom:6%; overflow:hidden } 
.pad_box7 { padding-top:7%; padding-bottom:7%; overflow:hidden } 
.pad_box8 { padding-top:8%; padding-bottom:8%; overflow:hidden } 
.pad_box10 { padding-top:10%; padding-bottom:10%; overflow:hidden } 
.pad_box15 { padding-top:15%; padding-bottom:15%; overflow:hidden } 

.stress { color:var(--pink); font-weight: 700; } 

#page .bg1 { background:#c71f45; } 
#page .bg2 { background:#f13900; } 
#page .bg3 { background:#254471; } 
#page .tc_pink, #page .tc1 { color:var(--pink); } 
#page .tc_blue { color:var(--default_color); } 
#page .tc_white { color:#fff; } 
#page .tc_black { color:#222 !important; } 
#page .tc_gray { color:#666; } 
#page .t_mar1 { margin-top:1% !important } 
#page .t_mar2 { margin-top:2% !important } 
#page .t_mar3 { margin-top:3% !important } 
#page .t_mar4 { margin-top:4% !important } 
#page .t_mar5 { margin-top:5% !important } 
#page .t_mar6 { margin-top:6% !important } 
#page .t_mar7 { margin-top:7% !important } 
#page .t_mar8 { margin-top:8% !important } 
#page .t_mar9 { margin-top:9% !important } 
#page .t_mar10 { margin-top:10% !important } 


#page .bor img { border:1px solid #ccc; box-shadow:3px 3px 4px rgba(0,0,0,0.05); } 

.m_table p { display:none; } 


.con_dl { display: flex; align-items: start; flex-wrap: wrap; } 
.con_dl.tac { align-items: center } 

.con_dl dt { font-size: 105%; font-weight: 700; display:block; } 
.con_dl dd { padding-left: 20px; display:block; } 


.dl_step > div { margin-bottom: 10px; } 
.dl_step dl { border: 1px solid #ccc; height: 100%; position: relative; border-radius: 7px; width:calc(100% - 5px); background-color: #fff; } 
.dl_step dl::before { content: '\f054'; font-family: 'FontAwesomeS'; position: absolute; right:-23px; font-size: 25px; top:40%; color:#999; } 
.dl_step > div:last-child dl::before { display: none; } 
.dl_step dl dt { background-color: #eceef2; padding:3%; text-align: center; font-size: 120%; font-weight: 700; border-radius: 7px; } 
.dl_step > div:last-child dl dt { color:#fff } 
.dl_step dl dd { padding:3%; font-size: 90%; } 



/* 로그인 */
.member_login { } 
.meber_title { display: flex; align-items:end; margin-bottom:30px; flex-wrap: wrap; } 
.meber_title h3 { font-size: 200%; margin-right: 20px; } 
.meber_title h3 strong { font-weight: 700; } 
.meber_title span { color:#777; padding:4px 0px } 

.member_line { padding:10px 0; border-top:solid 2px #333; border-bottom:solid 1px #333; } 
.member_line .row dd i { overflow: hidden; display: block; } 
.member_line .row dd input[type="checkbox"], .member_line .row dd input[type="radio"] { } 


.login_box { width:500px; padding:5% 0; display: block; margin: 0 auto; } 
.login_box .form_group { padding:5px 0; position: relative; } 
.login_box .form_group input[type="text"], .login_box .form_group input[type="password"] { height: 50px; line-height: 48px; } 
.login_box button { margin:0 } 
.login_box .form_group .label { position: absolute; left: 20px; line-height: 50px; top:4px; color:#777 } 
.login_box .form_group .label i { margin-right:5px; color:#555 } 
.login_box .form_group input { padding-left:130px; font-weight: 700; } 
.login_box .text_link { display: flex; justify-content: center; } 
.login_box .text_link a { position: relative; padding: 5px 0px; } 
.login_box .text_link a:first-child { margin-right:40px } 
.login_box .text_link a:first-child::after { content:''; position: absolute; right:-20px; top:10px; bottom:10px; background-color: #aaa; width:1px; } 

.join_step { margin-bottom:40px } 
.join_step ul { display: flex; border-top:1px solid #aaa; border-bottom:1px solid #aaa; background-color: #f5f6f8; } 
.join_step ul li { width:33.33333%; text-align: center; line-height: 90px; position: relative; font-weight: 500; font-size: 150%; } 
.join_step ul li span { padding-left: 20px; } 
.join_step ul li::after { content: ''; width: 64px; height:64px; position: absolute; right:-34px; background-color: #f5f6f8; top:13px; border-top:1px solid #ddd; border-left:1px solid #ddd; z-index: 1; transform: rotate(135deg ); } 
.join_step ul li.on { background-color: #8e919b; color:#fff; font-weight: 700; } 
.join_step ul li.on::after { background-color: #8e919b; border: none; } 
.join_step ul li:last-child:after { display: none; } 

.member_join h3 { font-size: 200%; font-weight: 700; padding-bottom: 10px; } 
.member_join .row { padding:25px 0; border-top:1px solid #eee; } 
.member_join .row:first-child { border-top:none } 
.member_join .join_guide { width: 100%; } 
.member_join .join_guide dt { font-size: 150%; text-align: right; font-weight: 700; word-break: break-all; margin-bottom: 10px; } 
.privacy_view .page_tit { margin-bottom:0; } 
.privacy_view .page_tit.v3 h3 { font-size:130%; padding:10px 0; } 

.join_form { border-top: 1px solid #333; display: block; } 
.join_form .row dd .input { } 
.join_form .row dd .email_input { width: 30%; margin-right:5px } 
.join_form .row dd span { margin-right:5px; } 
.join_form .row { padding:7px 0; margin: 0; } 
.join_form .row dt { text-align: right; font-weight: 700; padding-top:7px } 
.join_form .row dd { display: flex; flex-wrap: wrap; align-items: center; } 
.join_form .row dd button { margin-left:3px } 
.join_form .row dd textarea { min-height:70px; line-height:20px; padding:5px 10px } 
.join_form .row dd .flex { align-items: center; margin:0 -20px; padding:0 } 
.join_form .row dd .flex > [class*="col-"] { display: flex; align-items: center; padding-bottom:5px } 
.join_form .row dd .flex > [class*="col-"] > * { margin:0 3px } 
.join_form .row dd .flex strong { font-weight: 500; margin-right:15px !important; display: inline-block; min-width:70px } 
.join_form .row dd .flex .input_check { padding:3px 0 } 
.join_form .row dd .flex select { min-width:80px; padding:0 20px 0 10px } 
.join_form .row dd .w50 { width:50px } 
.join_form .line_box { padding:10px !important } 

.password_search h4 { font-weight: 700; padding:5px; font-size: 120%; } 
.password_search .gray_box { padding:5% 15%; margin-bottom: 20px; } 
.password_search .gray_box dl { display: flex; width: 100%; justify-content: space-between; } 
.password_search .gray_box dt { font-weight: 500; line-height: 40px; } 
.password_search .gray_box dd { width: calc(100% - 80px); } 
.password_search .gray_box strong { font-weight: 500; font-size: 90%; display: block; margin-top: 30px; } 
.password_search .gray_box p { font-size: 85%; } 

.identification { display: block; border: 1px solid #ddd; border-radius: 10px; padding:40px 50px; margin: 0 auto; width:600px; text-align: center; margin-top: 20px; } 
.identification h4 { font-size: 180%; font-weight: 700; } 
.identification img { margin:30px 0 } 
.identification p { padding:0px 0; text-align: center !important; margin-bottom: 20px; } 

.list_join li { padding-left: 20px; margin-bottom: 15px; line-height: 200%; } 
.list_join li::before { top:15px; width: 6px; height: 6px; background-color: #16ace3; } 
.list_join strong { font-size: 130%; font-weight: 700; display: block; } 

.join_ok { display: block; width: 700px; text-align: center; padding-top:2%; margin: 0 auto; } 
.join_ok strong { display: block; font-weight: 700; font-size: 170%; padding:20px 0 10px 0; } 
.join_ok span { display: block; } 
.join_ok table { border-top: 2px solid #333; margin:20px 0 } 
.join_ok table th, .join_ok table td { padding:30px 40px; border-bottom: 1px solid #ccc; font-size: 110%; } 
.join_ok table th { background-color: #eee; font-weight: 700 } 
.join_ok table td { text-align: left; } 
.join_ok p i { font-weight: 700 } 
.join_btn { display: block; width: 100%; padding: 3% 0 5% 0; text-align: center; } 

.member_info { margin-bottom:40px } 
.member_info .member_name { font-size: 130%; text-align: center; display: block; margin-bottom: 10px; } 
.member_info .member_name span { font-size: 150%; font-weight: 700; color:#000 } 
.member_info .line_box { padding:20px !important; } 
.member_infor_box { background-color: #f8f8f8; } 
.member_infor_box dl { display: flex; font-size: 100%; } 
.member_infor_box dl dt { line-height: 32px; padding-right:30px; width:40%; text-align: right; } 
.member_infor_box dl dd { font-weight: 700; font-family: 'Roboto'; line-height: 35px; color:#000; width:60% } 



.table_design { border-collapse: collapse; background: #fff; width: 100%; border-top:solid 2px; border-color: #45465b; table-layout: fixed; } 
.table_design thead th { background: #e9edf1; padding:9px 10px; color: #333; font-weight: 600; text-align: center; border-bottom: 1px solid #e4e4e4; font-family: var(--default_font); } 
.table_design th, .table_design td { padding:9px 12px; } 
.table_design td { box-sizing: border-box; border-bottom: 1px solid #e4e4e4; text-align: center; background-color: #fff; } 
.table_design tbody th { background: #f4f6f9; border-bottom: 1px solid #e4e4e4; text-align: center; font-weight: 500; } 
.table_design td + td, .table_design th + td, .table_design th + th , .table_design td + th { border-left: 1px solid #d4d4d4; } 
.table_design td[rowspan], .table_design th[rowspan] { border-right: 1px solid #e4e4e4; } 
.table_design td[rowspan]:last-child { border-right:none } 


.table_design2 { font-size: 90%; margin:10px 0; } 
.table_design2 thead th { background: #f6f6f6; padding:5px 10px; color: #111; font-weight: 500; border:solid 1px #ddd; text-align: center; } 
.table_design2 th, .table_design2 td { border: 1px solid #ddd; padding:5px 15px; text-align: center; word-break:break-all !important; background: #fff; } 
.table_design2 tbody th { text-align: center; color: #111; font-weight: 500; } 


.root_daum_roughmap { width: 100% !important; } 
.root_daum_roughmap * { font-size: 16px !important; line-height: 25px !important; font-family: "Noto Sans KR"; } 
.root_daum_roughmap strong { font-weight: 700 !important; } 
.root_daum_roughmap .wrap_list span, .root_daum_roughmap .txt_bar { margin-top: 5px !important; } 
.root_daum_roughmap span.txt { margin-top: 0px; } 
.root_daum_roughmap .how_bus .icon_bus { margin-top: 15px !important; } 
.ico_bus13 { display: none; } 



/**의안처리절차_jh**/
.bill_step { margin: 0%; } 

.bill_step>li { position: relative; margin: 20px; } 

.bill_step>li:first-child dl,
.bill_step>li:first-child { margin-top: 0; } 

.bill_step dl { position: relative; display: flex; margin: 20px 0; justify-content: space-between; flex-wrap: wrap; align-items: center; } 

.bill_step dl dt,
.bill_step dd>span { position: relative; line-height: 20px; border-radius: 8px; margin: 10px 0; padding: 20px 20px; font-size: 110%; } 

.bill_step dl dt { width: 40%; color: #fff; display: flex; justify-content: center; align-items: center; text-align: center !important; background-color: #626976; font-weight: 400; } 

.bill_step dl dt em { color: var(--yellow) } 

.bill_step>li.last dl dt { width: 70%; } 

.bill_step>li.last::before { content: '\f107'; font-size: 25px; position: absolute; right: 48%; top: -25px; color: rgba(0, 0, 0, 0.5); font-family: 'FontAwesomeS'; } 

.bill_step dl dd strong { margin-bottom: 5px; display: block; font-size: 90% } 

.bill_step dl dd li { line-height: 22px; } 

.bill_step dl dd .num3 li,
.bill_step dl dd .num4 li { display: inline-block; margin-right: 20px; font-size: 90% } 

.bill_step dd { width: 55%; position: relative; } 

.bill_step dd .gray_box { padding: 3px 10px !important; margin-top: 10px } 

.bill_step dd>span { background: #fff; display: block; padding: 20px; border: 1px solid #ddd; font-size: 95%; } 

.bill_step dd:before { content: ''; position: absolute; left: -9%; top: 50%; height: 1px; right: 0; background: #ddd } 

.bill_step>li:first-child dl dt,
.bill_step>li:last-child dl dt { } 

.bill_step>li:after { content: '\f107'; font-size: 25px; position: absolute; left: 19.5%; bottom: -20px; color: rgba(0, 0, 0, 0.5); font-family: 'FontAwesomeS'; } 

.bill_step>li.after:after { left: 19.5%; } 

.bill_step>li:last-child:after { display: none } 

.bill_step li .w2 { display: flex; justify-content: space-between; margin: 0%; position: relative; align-items: flex-end; } 

.bill_step li .w2:before,
.bill_step li .w2:after { content: '\f107'; font-size: 25px; position: absolute; top: -20px; color: rgba(0, 0, 0, 0.5); font-family: 'FontAwesomeS'; } 

.bill_step li .w2:before { left: 22%; } 

.bill_step li .w2:after { right: 22%; } 

.bill_step li .w2.line:after { right: 32%; } 

.bill_step li .w2>li:first-child { width: 33%; } 

.bill_step li .w2>li { width: 65%; } 

.bill_step li .w2>li>.bill_step { margin: 0%; } 

.bill_step li .w2>li>.bill_step dl { display: flex; flex-wrap: wrap; } 

.bill_step li .w2>li>.bill_step dl dt { text-align: center; } 

.bill_step li .w2>li>.bill_step dl dt,
.bill_step li .w2>li>.bill_step dl dd,
.bill_step li .w2>li>.bill_step dl dd span { width: 100%; margin: 1px 0; display: block; } 

.bill_step li .w2>li>.bill_step dl dd:before { display: none } 

.bill_step li .w2>li>.bill_step>li:after { left: 48%; bottom: -20px; } 

.bill_step li>.line:before { position: absolute; width: 4px; left: 19%; background: linear-gradient(-180deg, #999, #999, #999, #999, #999, #fff); top: 0; bottom: 30%; display: flex; justify-content: center; align-items: flex-end; border-radius: 10px; } 

.bill_step li .w2>li .w2 { align-items: stretch; align-self: stretch; flex-wrap: wrap; } 

.bill_step li .w2>li .w2>li { width: 49%; height: auto; } 

.bill_step li .w2>li .w2>li dl { height: 100%; } 

.bill_step li .w2>li .w2:before { left: 22%; } 

.bill_step li .w2>li .w2:after { right: 22%; } 

.bill_step.type2 { position: relative; height: 100%; } 

.bill_step.type2>li,
.bill_step.type2>li dd span { height: 100%; } 

.bill_step.type2>li,
.bill_step.type2>li>dl { margin: 0px 0; } 

@media only screen and (max-width:991px){
 .bill_step { margin: 0%; } 

 .bill_step>li { margin: 5px; } 

 .bill_step>li>dl>dt,
 .bill_step>li>dl>dd span { padding: 10px 5px; border-radius: 10px; } 

 .bill_step>li>dl>dt,
 .bill_step>li>dl>dd,
 .bill_step>li>dl>dd span { width: 100%; margin: 1px 0; display: block; } 

 .bill_step>li:after { left: 48% } 

 .bill_step>li>dl>dd:before { display: none } 

 .bill_step>li>dl>dd li { line-height: 15px; text-align: center; } 

 .bill_step>li>dl>dt { text-align: center; } 

 .bill_step>li>dl>dd span>* { margin: 3px 40px 0 40px; } 

 .bill_step>li>.w2 dd span>* { margin: 3px 0px 0 0px; } 

 .bill_step dl dt { font-size: 90%; } 
 }





@media only screen and (max-width:1600px){
 .join_form .row dd .flex { margin:0 -15px } 
 }
@media only screen and (max-width:1400px){
 #page { font-size:16px; } 
 }
@media only screen and (max-width:991px){
 #page .t_mar1 { margin-top:4% !important } 
 #page .t_mar2 { margin-top:5% !important } 
 #page .t_mar3 { margin-top:7% !important } 
 #page .t_mar4 { margin-top:8% !important } 
 #page .t_mar5 { margin-top:9% !important } 
 #page .t_mar6 { margin-top:10% !important } 
 #page .t_mar7 { margin-top:11% !important } 
 #page .t_mar8 { margin-top:12% !important } 
 #page .t_mar9 { margin-top:13% !important } 
 #page .t_mar10 { margin-top:14% !important } 
 .color_box { padding:3.5% 4.5% } 
 .gray_box { padding:3.5% 4.5% } 
 .gray_box2 { padding:3.5% 4.5% } 
 .line_box { padding:3.5% 4.5% } 
 .line_box2 { padding:3.5% 4.5% } 


 .join_step ul li { font-size: 120%; } 

 span.block { display: inline !important } 
 .sub_tit_box { padding:10px 15px } 
 .sub_tit_box dt, .sub_tit_box dd { font-size: 100%; } 
 }

@media only screen and (max-width:768px){
 #page { font-size:15px; } 

 

 .m_table { overflow-x: auto; } 
 .m_table p { display:block } 
 .m_table > table { width:700px } 


 #page .round { border-radius:10px; } 
 ol.num ol li ul li:before { top:11px; } 
 
 .member_line { padding:20px 0px } 
 .join_step { display: none; } 
 .member_join .row dt { text-align: left; } 
 .join_form .row dt { line-height: 25px; } 
 .member_join .join_guide dt { font-size:120%; } 

 .join_ok { width: 100%; } 
 .join_form .row dd .input { width:calc(100% - 100px); } 

 .list_join li { line-height: 150%; } 
 .list_join li strong { font-size: 110%; } 
 .identification { width:100%; padding:30px 15px } 

 .table_design { font-size: 90%; } 
 .table_design thead th { padding:5px 5px; } 
 .table_design th, .table_design td { padding:5px 3px; } 

 #page hr { margin:30px 0; } 
 #page .f150 { font-size:130% !important } 
 #page .f160 { font-size:140% !important } 
 #page .f170 { font-size:150% !important } 
 #page .f200 { font-size:160% !important } 

 ol.num4 > li { padding-left: 25px; } 
 ol.num4 > li:before { top:3px } 
 
 .dl_step { margin:0 -7px } 
 .dl_step > div { padding:0 7px } 
 .dl_step dl dt { font-size: 90%; } 
 .dl_step dl dd { font-size: 80%; } 
 .dl_step dl { width:100% } 
 .dl_step dl::before { right:-12px; font-size: 15px; } 
 
 #page .comment { font-size:80%; } 
 }


@media only screen and (max-width:560px){
 .join_form .row dd .flex { margin:0 -7px } 

 .login_box { width:100%; } 
 .login_box .form_group input { padding-left:110px } 

 .password_search .gray_box dt { line-height: 30px; } 

 .join_form .row dd .email_input { width:calc(50% - 15px); } 
 .join_form .row dd .email_select { width: 100%; margin:3px 5px 3px 0px } 
 .join_ok table th, .join_ok table td { padding:20px 20px; } 

 .page_tit.v2 h3 { font-size:160% } 
 
 .member_join h3 { font-size:150% } 
 .member_join .row { padding:5px 0 } 
 .member_join .row.join_guide { padding:0 0 20px 0 } 
 .member_join .row.join_guide dt { font-size:110% } 
 .comment90 { font-size:80%; } 
 }






/* ********************* 아름 작업 *************************************/
@font-face { font-family: 'ghanachoco'; src: url('/fonts/ghanachoco.woff') format('woff'); font-weight: normal; font-style: normal; } 
/* 의장인사말 */
@charset "utf-8"; /* 본문 퍼블리싱 기본셋팅 */

#page { display: block; font-size: 18px; min-height: 500px; z-index: 1; letter-spacing: -0.04em; margin-bottom: 100px; color: #606770; line-height: 25px; } 

/* #page * { word-break: keep-all; } 
*/
#page:before { content: ''; display: block; padding-top: 0% } 

#page p { letter-spacing: -0.02em; } 

#page i,
#page em,
#page span { font-style: normal; } 

.strong400 { font-weight: 400; } 

.strong500 { font-weight: 500; } 

strong,
.strong700 { font-weight: 600; } 

#page b { font-weight: 700; } 

.strong900 { font-weight: 900; } 

.round30 { border-radius: 30px; overflow: hidden; } 

.gray_box { padding: 3.5% 4.5%; overflow: hidden; background-color: #f3f3f5; display: block; border-radius: 0 15px; } 

.gray_box2 { padding: 3.5% 4.5%; overflow: hidden; background-color: #f3f3f5; display: block; border-radius: 0 15px; } 

.line_box { border: 1px solid #ddd; padding: 2.5% 3.5%; box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.04); background-color: #f3f3f5; border-radius: 0 15px; } 

.line_box2 { border: 1px solid #ddd; padding: 2.5% 3.5%; background-color: #fff; border-radius: 15px; } 

.line_box3 { border: 1px solid #ddd; padding: 10px 12px; background-color: #fff; border-radius: 5px; margin: 10px 0 } 

.con_box { position: relative; display: block; } 

.chart_box { margin-bottom: 20px; } 

.chart_box canvas { } 

.childMenu+* { margin-top: 40px; } 

/*의원윤리강령*/
.assembly_box { width: 100%; height: 100%; background-color: #fff; z-index: 1; position: relative; padding: 85px 80px; } 

.assembly_box .bd_top { width: 100%; height: 63px; position: absolute; top: 0; left: 0; background: url(/_hpassem/images/contents/bd_top.jpg) left top repeat-x; } 

.assembly_box .bd_top::before { content: ""; display: inline-block; width: 64px; height: 64px; position: absolute; top: 0; left: 0; background: url(/_hpassem/images/contents/top_left.jpg) left top no-repeat; z-index: 1; } 

.assembly_box .bd_top::after { content: ""; display: inline-block; width: 64px; height: 64px; position: absolute; top: 0; right: 0; background: url(/_hpassem/images/contents/top_right.jpg) right top no-repeat; z-index: 1; } 

.assembly_box .bd_bot { width: 100%; height: 63px; position: absolute; bottom: 0; left: 0; background: url(/_hpassem/images/contents/bd_bot.jpg) left bottom repeat-x; } 

.assembly_box .bd_bot::before { content: ""; display: inline-block; width: 64px; height: 64px; position: absolute; bottom: 0; left: 0; background: url(/_hpassem/images/contents/bot_left.jpg) left top no-repeat; z-index: 1; } 

.assembly_box .bd_bot::after { content: ""; display: inline-block; width: 64px; height: 64px; position: absolute; bottom: 0; right: 0; background: url(/_hpassem/images/contents/bot_right.jpg) right top no-repeat; z-index: 1; } 

.assembly_box .bd_left { width: 26px; height: 100%; position: absolute; top: 0; left: 0; background: url(/_hpassem/images/contents/bd_left.jpg) left top repeat-y; } 

.assembly_box .bd_right { width: 26px; height: 100%; position: absolute; top: 0; right: 0; background: url(/_hpassem/images/contents/bd_right.jpg) right top repeat-y; } 

.line_box2 .tit_box { padding-bottom: 20px; border-bottom: 2px dotted #d1eaff; margin-bottom: 30px; } 

.line_box2 .tit_box h3 { font-size: 160%; font-weight: 600; color: #202c46; text-align: center; margin-top: 10px; } 

.line_box2 .tit_box p { text-align: center; font-size: 14px; line-height: 24px; color: #b2b3b3; } 

.line_box2>p { margin: 20px; font-size: 105%; text-align: center; line-height: 22px; } 

.line_box2 .list { margin: 6% 5% 6% 5%; font-size: 110%; line-height: 30px; color: #202c46; } 

/*
.color_box { padding:3.5% 4.5%; overflow:hidden; background-color: #646360; display: block; border-radius:0 15px; color: #fff; } 
*/
.color_box { padding: 3.5% 4.5%; overflow: hidden; background-color: #dfddd9; display: block; border-radius: 0 15px; color: #111 } 

.color_box>dl>dt { font-weight: 700; font-size: 160%; color: #111; font-family: var(--default_font); display: block; margin-bottom: 15px; } 

.color_box>dl>dd { font-weight: 400; font-size: 110%; } 

@media only screen and (max-width:540px){
 .color_box>dl>dt { font-size: 140%; margin-top: 5px; } 

 .color_box>dl>dd { font-size: 100%; } 
 }


hr { border-top: 1px solid #eee; margin: 4% 0; display: block } 

.comment100 { font-size: 100%; display: block; color: #52616d; line-height: 1.5; } 

.comment80 { font-size: 80%; display: block; color: #52616d; line-height: 1.5; } 

.comment90 { display: block; font-size: 90%; color: #52616d; line-height: 1.4 } 

.strong400 { font-weight: 400; } 

.strong500 { font-weight: 500; } 

.strong700 { font-weight: 700; } 



/* 컨텐츠 타이틀 */
.page_tit { display: flex; position: relative; font-size: 135%; line-height: 30px; font-weight: 600; padding: 0px 0 20px 20px; margin-bottom: 0px; color: #21252e; font-family: var(--Paperlogy_font); } 

.page_tit::before { content: ''; position: absolute; width: 10px; height: 10px; left: 0px; top: 11px; background-color: #26978b; border-radius: 50%; } 

.page_tit span { font-size: 80%; color: #777; font-weight: 500; letter-spacing: -0.05em; display: inline-block; padding-left: 5px; line-height: 20px; } 

.page_tit em { font-weight: 400; } 

#page .con_box+.page_tit { margin-top: 6% !important; } 

#page .page_tit2 { margin-top: 3% !important; } 

#page .page_tit+.page_tit2 { margin-top: 0% !important; } 


.page_tit.modal_tit { font-size: 120%; line-height: 45px; margin-top: 10px; } 

.page_tit2 { font-weight: 600; font-size: 100%; position: relative; margin-bottom: 15px; color: #1a2233; background-color: #f4f6f9; font-family: var(--Paperlogy_font); display: block; padding: 13px 25px; border-radius: 10px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.1); } 




@media only screen and (max-width:540px){
 .page_tit span { font-size: 70%; } 

 .page_tit { padding: 0px 0 12px 20px; } 
 }

.sub_tit_box { padding: 20px 30px 15px 30px; overflow: hidden; background-color: #f3f3f5; display: block; border-radius: 0 15px; margin-bottom: 10px; } 

.sub_tit_box dl { display: flex; justify-content: flex-start; flex-wrap: wrap } 

.sub_tit_box dl dt,
.sub_tit_box dl dd { flex: 0 1 auto; margin: 3px 0; } 

.sub_tit_box dt { font-weight: 700; font-size: 120%; color: #21252e; font-family: var(--default_font); display: block; } 

.sub_tit_box dd { font-weight: 400; font-size: 110%; font-family: var(--default_font); } 

.sub_tit_box dt::after { content: '|'; display: inline-flex; margin: 0 20px; color: #aaa; font-weight: 300; } 


.guide_box { position: relative; padding: 40px 50px 40px 50px; overflow: hidden; display: block; margin-bottom: 50px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(0, 0, 0, 0.1); align-items: flex-start; } 

.guide_box::before { content: ''; position: absolute; left: 0; top: 0; width: 165px; height: 95px; border-top: 3px dashed #4896ca; border-left: 3px dashed #4896ca; border-top-left-radius: 40px; } 

.guide_box::after { content: ''; position: absolute; right: 0; top: 0; width: calc(100% - 200px); height: 95px; border-top: 3px solid #ededee; border-right: 3px solid #ededee; border-top-right-radius: 40px; } 

.guide_box .guide_img { flex: 0 1 120px; min-width: 120px; height: 120px; background-color: var(--bg_gray); display: inline-flex; text-align: center; border-radius: 50%; margin-right: 40px; position: relative; z-index: 10; justify-content: center; align-items: center; } 

.guide_box .guide_con { flex: 1 1 auto; padding-top: 5px; position: relative; z-index: 10; } 

.guide_box .guide_con p { padding-top: 15px; } 

/* 개인정보처리방침 목록 */
ol.num { margin-left: 30px } 

ol.num>li { list-style: decimal-leading-zero !important; padding-left: 0 !important; padding-bottom: 8px; } 

ol.num>li:before { display: none } 

.privacy dl dt { text-align: left !important; font-size: 100% !important } 

.privacy dl dd { font-weight: 300; color: #222; line-height: 140%; } 

.privacy .f90 { line-height: 140%; } 

ol.num2 { counter-reset: type1; } 

ol.num2>li { list-style: none; position: relative; padding-left: 20px; padding-bottom: 5px; } 

ol.num2>li:before { counter-increment: type1; content: counter(type1, decimal)"."; font-weight: 300; position: absolute; left: 0; top: 0; } 

ol.num3 { counter-reset: type2; } 

ol.num3>li { list-style: none; position: relative; padding-left: 20px; padding-bottom: 8px; } 

ol.num3>li:before { counter-increment: type2; content: counter(type2, decimal)")"; font-weight: 300; position: absolute; left: 0; top: 0px; line-height: inherit; } 

ol.num4 { counter-reset: type3; } 

ol.num4>li { list-style: none; position: relative; padding-left: 23px; line-height: 140%; margin-bottom: 10px !important; } 

ol.num4>li:before { counter-increment: type3; content: counter(type3, decimal); font-weight: 300; position: absolute; left: 0px; top: 5px; width: 16px; height: 16px; border: 1px solid #888; border-radius: 50%; text-align: center; font-size: 70%; color: #777; line-height: 14px; } 

ol.no_num { display: block; } 

ol.no_num>li { list-style: none; position: relative; padding-left: 0px; padding-bottom: 8px; margin-bottom: 15px } 

.dl_flex { border-top: solid 1px #888; overflow: hidden; margin: 0; font-size: 90%; } 

.dl_flex dt,
.dl_flex dd { border-bottom: solid 1px #ddd; padding-top: 10px; padding-bottom: 10px; } 

.dl_flex dt { font-weight: 700; background: #f6f7fa; text-align: center } 

@media only screen and (max-width:761px){
 .dl_flex { font-size: 90%; } 

 .dl_flex dt,
 .dl_flex dd { padding-top: 5px; padding-bottom: 5px; } 

 .guide_box { padding: 25px 30px; font-size: 90%; line-height: 20px; } 

 .guide_box::before { width: 65px; height: 50px; border-top: 3px dashed #4896ca; border-top-left-radius: 15px; } 

 .guide_box::after { width: calc(100% - 80px); height: 50px; border-top-right-radius: 15px; } 

 .guide_box .guide_img { display: none; } 

 .guide_box .guide_con { flex: 0 1 100%; padding-top: 0px; } 
 }

.pad_box2 { padding-top: 2%; padding-bottom: 2%; overflow: hidden } 

.pad_box3 { padding-top: 3%; padding-bottom: 3%; overflow: hidden } 

.pad_box4 { padding-top: 4%; padding-bottom: 4%; overflow: hidden } 

.pad_box5 { padding-top: 5%; padding-bottom: 5%; overflow: hidden } 

.pad_box6 { padding-top: 6%; padding-bottom: 6%; overflow: hidden } 

.pad_box7 { padding-top: 7%; padding-bottom: 7%; overflow: hidden } 

.pad_box8 { padding-top: 8%; padding-bottom: 8%; overflow: hidden } 

.pad_box10 { padding-top: 10%; padding-bottom: 10%; overflow: hidden } 

.pad_box15 { padding-top: 15%; padding-bottom: 15%; overflow: hidden } 

.stress { color: var(--pink); font-weight: 700; } 

#page .bg1 { background: #c71f45; } 

#page .bg2 { background: #f13900; } 

#page .bg3 { background: #254471; } 

#page .tc_pink,
#page .tc1 { color: var(--pink); } 

#page .tc_blue { color: var(--default_color); } 

#page .tc_white { color: #fff; } 

#page .tc_black { color: #222 !important; } 

#page .tc_gray { color: #666; } 

#page .t_mar1 { margin-top: 1% !important } 

#page .t_mar2 { margin-top: 2% !important } 

#page .t_mar3 { margin-top: 3% !important } 

#page .t_mar4 { margin-top: 4% !important } 

#page .t_mar5 { margin-top: 5% !important } 

#page .t_mar6 { margin-top: 6% !important } 

#page .t_mar7 { margin-top: 7% !important } 

#page .t_mar8 { margin-top: 8% !important } 

#page .t_mar9 { margin-top: 9% !important } 

#page .t_mar10 { margin-top: 10% !important } 


#page .bor img { border: 1px solid #ccc; box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.05); } 

.m_table p { display: none; } 


.con_dl { display: flex; align-items: start; flex-wrap: wrap; } 

.con_dl.tac { align-items: center } 

.con_dl dt { font-size: 105%; font-weight: 700; display: block; } 

.con_dl dd { padding-left: 20px; display: block; } 


.dl_step>div { margin-bottom: 10px; } 

.dl_step dl { border: 1px solid #ccc; height: 100%; position: relative; border-radius: 7px; width: calc(100% - 5px); background-color: #fff; } 

.dl_step dl::before { content: '\f054'; font-family: 'FontAwesomeS'; position: absolute; right: -23px; font-size: 25px; top: 40%; color: #999; } 

.dl_step>div:last-child dl::before { display: none; } 

.dl_step dl dt { background-color: #eceef2; padding: 3%; text-align: center; font-size: 120%; font-weight: 700; border-radius: 7px; } 

.dl_step>div:last-child dl dt { color: #fff } 

.dl_step dl dd { padding: 3%; font-size: 90%; } 



/* 로그인 */
.member_login { } 

.meber_title { display: flex; align-items: end; margin-bottom: 30px; flex-wrap: wrap; } 

.meber_title h3 { font-size: 200%; margin-right: 20px; } 

.meber_title h3 strong { font-weight: 700; } 

.meber_title span { color: #777; padding: 4px 0px } 

.member_line { padding: 10px 0; border-top: solid 2px #333; border-bottom: solid 1px #333; } 

.member_line .row dd i { overflow: hidden; display: block; } 

.member_line .row dd input[type="checkbox"],
.member_line .row dd input[type="radio"] { } 


.login_box { width: 500px; padding: 5% 0; display: block; margin: 0 auto; } 

.login_box .form_group { padding: 5px 0; position: relative; } 

.login_box .form_group input[type="text"],
.login_box .form_group input[type="password"] { height: 50px; line-height: 48px; } 

.login_box button { margin: 0 } 

.login_box .form_group .label { position: absolute; left: 20px; line-height: 50px; top: 4px; color: #777 } 

.login_box .form_group .label i { margin-right: 5px; color: #555 } 

.login_box .form_group input { padding-left: 130px; font-weight: 700; } 

.login_box .text_link { display: flex; justify-content: center; } 

.login_box .text_link a { position: relative; padding: 5px 0px; } 

.login_box .text_link a:first-child { margin-right: 40px } 

.login_box .text_link a:first-child::after { content: ''; position: absolute; right: -20px; top: 10px; bottom: 10px; background-color: #aaa; width: 1px; } 

.join_step { margin-bottom: 40px } 

.join_step ul { display: flex; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background-color: #f5f6f8; } 

.join_step ul li { width: 33.33333%; text-align: center; line-height: 90px; position: relative; font-weight: 500; font-size: 150%; } 

.join_step ul li span { padding-left: 20px; } 

.join_step ul li::after { content: ''; width: 64px; height: 64px; position: absolute; right: -34px; background-color: #f5f6f8; top: 13px; border-top: 1px solid #ddd; border-left: 1px solid #ddd; z-index: 1; transform: rotate(135deg); } 

.join_step ul li.on { background-color: #8e919b; color: #fff; font-weight: 700; } 

.join_step ul li.on::after { background-color: #8e919b; border: none; } 

.join_step ul li:last-child:after { display: none; } 

.member_join h3 { font-size: 200%; font-weight: 700; padding-bottom: 10px; } 

.member_join .row { padding: 25px 0; border-top: 1px solid #eee; } 

.member_join .row:first-child { border-top: none } 

.member_join .join_guide { width: 100%; } 

.member_join .join_guide dt { font-size: 150%; text-align: right; font-weight: 700; word-break: break-all; margin-bottom: 10px; } 

.privacy_view .page_tit { margin-bottom: 0; } 

.privacy_view .page_tit.v3 h3 { font-size: 130%; padding: 10px 0; } 

.join_form { border-top: 1px solid #333; display: block; } 

.join_form .row dd .input { } 

.join_form .row dd .email_input { width: 30%; margin-right: 5px } 

.join_form .row dd span { margin-right: 5px; } 

.join_form .row { padding: 7px 0; margin: 0; } 

.join_form .row dt { text-align: right; font-weight: 700; padding-top: 7px } 

.join_form .row dd { display: flex; flex-wrap: wrap; align-items: center; } 

.join_form .row dd button { margin-left: 3px } 

.join_form .row dd textarea { min-height: 70px; line-height: 20px; padding: 5px 10px } 

.join_form .row dd .flex { align-items: center; margin: 0 -20px; padding: 0 } 

.join_form .row dd .flex>[class*="col-"] { display: flex; align-items: center; padding-bottom: 5px } 

.join_form .row dd .flex>[class*="col-"]>* { margin: 0 3px } 

.join_form .row dd .flex strong { font-weight: 500; margin-right: 15px !important; display: inline-block; min-width: 70px } 

.join_form .row dd .flex .input_check { padding: 3px 0 } 

.join_form .row dd .flex select { min-width: 80px; padding: 0 20px 0 10px } 

.join_form .row dd .w50 { width: 50px } 

.join_form .line_box { padding: 10px !important } 

.password_search h4 { font-weight: 700; padding: 5px; font-size: 120%; } 

.password_search .gray_box { padding: 5% 15%; margin-bottom: 20px; } 

.password_search .gray_box dl { display: flex; width: 100%; justify-content: space-between; } 

.password_search .gray_box dt { font-weight: 500; line-height: 40px; } 

.password_search .gray_box dd { width: calc(100% - 80px); } 

.password_search .gray_box strong { font-weight: 500; font-size: 90%; display: block; margin-top: 30px; } 

.password_search .gray_box p { font-size: 85%; } 

.identification { display: block; border: 1px solid #ddd; border-radius: 10px; padding: 40px 50px; margin: 0 auto; width: 600px; text-align: center; margin-top: 20px; } 

.identification h4 { font-size: 180%; font-weight: 700; } 

.identification img { margin: 30px 0 } 

.identification p { padding: 0px 0; text-align: center !important; margin-bottom: 20px; } 

.list_join li { padding-left: 20px; margin-bottom: 15px; line-height: 200%; } 

.list_join li::before { top: 15px; width: 6px; height: 6px; background-color: #16ace3; } 

.list_join strong { font-size: 130%; font-weight: 700; display: block; } 

.join_ok { display: block; width: 700px; text-align: center; padding-top: 2%; margin: 0 auto; } 

.join_ok strong { display: block; font-weight: 700; font-size: 170%; padding: 20px 0 10px 0; } 

.join_ok span { display: block; } 

.join_ok table { border-top: 2px solid #333; margin: 20px 0 } 

.join_ok table th,
.join_ok table td { padding: 30px 40px; border-bottom: 1px solid #ccc; font-size: 110%; } 

.join_ok table th { background-color: #eee; font-weight: 700 } 

.join_ok table td { text-align: left; } 

.join_ok p i { font-weight: 700 } 

.join_btn { display: block; width: 100%; padding: 3% 0 5% 0; text-align: center; } 

.member_info { margin-bottom: 40px } 

.member_info .member_name { font-size: 130%; text-align: center; display: block; margin-bottom: 10px; } 

.member_info .member_name span { font-size: 150%; font-weight: 700; color: #000 } 

.member_info .line_box { padding: 20px !important; } 

.member_infor_box { background-color: #f8f8f8; } 

.member_infor_box dl { display: flex; font-size: 100%; } 

.member_infor_box dl dt { line-height: 32px; padding-right: 30px; width: 40%; text-align: right; } 

.member_infor_box dl dd { font-weight: 700; font-family: 'Roboto'; line-height: 35px; color: #000; width: 60% } 



.table_design { border-collapse: collapse; background: #fff; width: 100%; border-top: solid 2px; border-color: #45465b; table-layout: fixed; } 

.table_design thead th { background: #e9edf1; padding: 9px 10px; color: #333; font-weight: 600; text-align: center; border-bottom: 1px solid #e4e4e4; font-family: var(--default_font); } 

.table_design th,
.table_design td { padding: 9px 12px; } 

.table_design td { box-sizing: border-box; border-bottom: 1px solid #e4e4e4; text-align: center; background-color: #fff; } 

.table_design tbody th { background: #f4f6f9; border-bottom: 1px solid #e4e4e4; text-align: center; font-weight: 500; } 

.table_design td+td,
.table_design th+td,
.table_design th+th,
.table_design td+th { border-left: 1px solid #d4d4d4; } 

.table_design td[rowspan],
.table_design th[rowspan] { border-right: 1px solid #e4e4e4; } 

.table_design td[rowspan]:last-child { border-right: none } 


.table_design2 { font-size: 90%; margin: 10px 0; } 

.table_design2 thead th { background: #f6f6f6; padding: 5px 10px; color: #111; font-weight: 500; border: solid 1px #ddd; text-align: center; } 

.table_design2 th,
.table_design2 td { border: 1px solid #ddd; padding: 5px 15px; text-align: center; word-break: break-all !important; background: #fff; } 

.table_design2 tbody th { text-align: center; color: #111; font-weight: 500; } 


.root_daum_roughmap { width: 100% !important; } 

.root_daum_roughmap * { font-size: 16px !important; line-height: 25px !important; font-family: "Noto Sans KR"; } 

.root_daum_roughmap strong { font-weight: 700 !important; } 

.root_daum_roughmap .wrap_list span,
.root_daum_roughmap .txt_bar { margin-top: 5px !important; } 

.root_daum_roughmap span.txt { margin-top: 0px; } 

.root_daum_roughmap .how_bus .icon_bus { margin-top: 15px !important; } 

.ico_bus13 { display: none; } 



/**의안처리절차_jh**/
.bill_step { margin: 0%; } 

.bill_step>li { position: relative; margin: 20px; } 

.bill_step>li:first-child dl,
.bill_step>li:first-child { margin-top: 0; } 

.bill_step dl { position: relative; display: flex; margin: 20px 0; justify-content: space-between; flex-wrap: wrap; align-items: center; } 

.bill_step dl dt,
.bill_step dd>span { position: relative; line-height: 20px; border-radius: 8px; margin: 10px 0; padding: 20px 20px; font-size: 110%; } 

.bill_step dl dt { width: 40%; color: #fff; display: flex; justify-content: center; align-items: center; text-align: center !important; background-color: #626976; font-weight: 400; } 

.bill_step dl dt em { color: var(--yellow) } 

.bill_step>li.last dl dt { width: 70%; } 

.bill_step>li.last::before { content: '\f107'; font-size: 25px; position: absolute; right: 48%; top: -25px; color: rgba(0, 0, 0, 0.5); font-family: 'FontAwesomeS'; } 

.bill_step dl dd strong { margin-bottom: 5px; display: block; font-size: 90% } 

.bill_step dl dd li { line-height: 22px; } 

.bill_step dl dd .num3 li,
.bill_step dl dd .num4 li { display: inline-block; margin-right: 20px; font-size: 90% } 

.bill_step dd { width: 55%; position: relative; } 

.bill_step dd .gray_box { padding: 3px 10px !important; margin-top: 10px } 

.bill_step dd>span { background: #fff; display: block; padding: 20px; border: 1px solid #ddd; font-size: 95%; } 

.bill_step dd:before { content: ''; position: absolute; left: -9%; top: 50%; height: 1px; right: 0; background: #ddd } 

.bill_step>li:first-child dl dt,
.bill_step>li:last-child dl dt { } 

.bill_step>li:after { content: '\f107'; font-size: 25px; position: absolute; left: 19.5%; bottom: -20px; color: rgba(0, 0, 0, 0.5); font-family: 'FontAwesomeS'; } 

.bill_step>li.after:after { left: 19.5%; } 

.bill_step>li:last-child:after { display: none } 

.bill_step li .w2 { display: flex; justify-content: space-between; margin: 0%; position: relative; align-items: flex-end; } 

.bill_step li .w2:before,
.bill_step li .w2:after { content: '\f107'; font-size: 25px; position: absolute; top: -20px; color: rgba(0, 0, 0, 0.5); font-family: 'FontAwesomeS'; } 

.bill_step li .w2:before { left: 22%; } 

.bill_step li .w2:after { right: 22%; } 

.bill_step li .w2.line:after { right: 32%; } 

.bill_step li .w2>li:first-child { width: 33%; } 

.bill_step li .w2>li { width: 65%; } 

.bill_step li .w2>li>.bill_step { margin: 0%; } 

.bill_step li .w2>li>.bill_step dl { display: flex; flex-wrap: wrap; } 

.bill_step li .w2>li>.bill_step dl dt { text-align: center; } 

.bill_step li .w2>li>.bill_step dl dt,
.bill_step li .w2>li>.bill_step dl dd,
.bill_step li .w2>li>.bill_step dl dd span { width: 100%; margin: 1px 0; display: block; } 

.bill_step li .w2>li>.bill_step dl dd:before { display: none } 

.bill_step li .w2>li>.bill_step>li:after { left: 48%; bottom: -20px; } 

.bill_step li>.line:before { position: absolute; width: 4px; left: 19%; background: linear-gradient(-180deg, #999, #999, #999, #999, #999, #fff); top: 0; bottom: 30%; display: flex; justify-content: center; align-items: flex-end; border-radius: 10px; } 

.bill_step li .w2>li .w2 { align-items: stretch; align-self: stretch; flex-wrap: wrap; } 

.bill_step li .w2>li .w2>li { width: 49%; height: auto; } 

.bill_step li .w2>li .w2>li dl { height: 100%; } 

.bill_step li .w2>li .w2:before { left: 22%; } 

.bill_step li .w2>li .w2:after { right: 22%; } 

.bill_step.type2 { position: relative; height: 100%; } 

.bill_step.type2>li,
.bill_step.type2>li dd span { height: 100%; } 

.bill_step.type2>li,
.bill_step.type2>li>dl { margin: 0px 0; } 

@media only screen and (max-width:991px){
 .bill_step { margin: 0%; } 

 .bill_step>li { margin: 5px; } 

 .bill_step>li>dl>dt,
 .bill_step>li>dl>dd span { padding: 10px 5px; border-radius: 10px; } 

 .bill_step>li>dl>dt,
 .bill_step>li>dl>dd,
 .bill_step>li>dl>dd span { width: 100%; margin: 1px 0; display: block; } 

 .bill_step>li:after { left: 48% } 

 .bill_step>li>dl>dd:before { display: none } 

 .bill_step>li>dl>dd li { line-height: 15px; text-align: center; } 

 .bill_step>li>dl>dt { text-align: center; } 

 .bill_step>li>dl>dd span>* { margin: 3px 40px 0 40px; } 

 .bill_step>li>.w2 dd span>* { margin: 3px 0px 0 0px; } 

 .bill_step dl dt { font-size: 90%; } 
 }





@media only screen and (max-width:1600px){
 .join_form .row dd .flex { margin: 0 -15px } 
 }

@media only screen and (max-width:1400px){
 #page { font-size: 16px; } 
 }

@media only screen and (max-width:991px){
 #page .t_mar1 { margin-top: 4% !important } 

 #page .t_mar2 { margin-top: 5% !important } 

 #page .t_mar3 { margin-top: 7% !important } 

 #page .t_mar4 { margin-top: 8% !important } 

 #page .t_mar5 { margin-top: 9% !important } 

 #page .t_mar6 { margin-top: 10% !important } 

 #page .t_mar7 { margin-top: 11% !important } 

 #page .t_mar8 { margin-top: 12% !important } 

 #page .t_mar9 { margin-top: 13% !important } 

 #page .t_mar10 { margin-top: 14% !important } 

 .color_box { padding: 3.5% 4.5% } 

 .gray_box { padding: 3.5% 4.5% } 

 .gray_box2 { padding: 3.5% 4.5% } 

 .line_box { padding: 3.5% 4.5% } 

 .line_box2 { padding: 3.5% 4.5% } 


 .join_step ul li { font-size: 120%; } 

 span.block { display: inline !important } 

 .sub_tit_box { padding: 10px 15px } 

 .sub_tit_box dt,
 .sub_tit_box dd { font-size: 100%; } 
 }

@media only screen and (max-width:768px){
 #page { font-size: 15px; } 



 .m_table { overflow-x: auto; } 

 .m_table p { display: block } 

 .m_table>table { width: 700px } 


 #page .round { border-radius: 10px; } 

 ol.num ol li ul li:before { top: 11px; } 

 .member_line { padding: 20px 0px } 

 .join_step { display: none; } 

 .member_join .row dt { text-align: left; } 

 .join_form .row dt { line-height: 25px; } 

 .member_join .join_guide dt { font-size: 120%; } 

 .join_ok { width: 100%; } 

 .join_form .row dd .input { width: calc(100% - 100px); } 

 .list_join li { line-height: 150%; } 

 .list_join li strong { font-size: 110%; } 

 .identification { width: 100%; padding: 30px 15px } 

 .table_design { font-size: 90%; } 

 .table_design thead th { padding: 5px 5px; } 

 .table_design th,
 .table_design td { padding: 5px 3px; } 

 #page hr { margin: 30px 0; } 

 #page .f150 { font-size: 130% !important } 

 #page .f160 { font-size: 140% !important } 

 #page .f170 { font-size: 150% !important } 

 #page .f200 { font-size: 160% !important } 

 ol.num4>li { padding-left: 25px; } 

 ol.num4>li:before { top: 3px } 

 .dl_step { margin: 0 -7px } 

 .dl_step>div { padding: 0 7px } 

 .dl_step dl dt { font-size: 90%; } 

 .dl_step dl dd { font-size: 80%; } 

 .dl_step dl { width: 100% } 

 .dl_step dl::before { right: -12px; font-size: 15px; } 

 #page .comment { font-size: 80%; } 
 }


@media only screen and (max-width:560px){
 .join_form .row dd .flex { margin: 0 -7px } 

 .login_box { width: 100%; } 

 .login_box .form_group input { padding-left: 110px } 

 .password_search .gray_box dt { line-height: 30px; } 

 .join_form .row dd .email_input { width: calc(50% - 15px); } 

 .join_form .row dd .email_select { width: 100%; margin: 3px 5px 3px 0px } 

 .join_ok table th,
 .join_ok table td { padding: 20px 20px; } 

 .page_tit.v2 h3 { font-size: 160% } 

 .member_join h3 { font-size: 150% } 

 .member_join .row { padding: 5px 0 } 

 .member_join .row.join_guide { padding: 0 0 20px 0 } 

 .member_join .row.join_guide dt { font-size: 110% } 

 .comment90 { font-size: 80%; } 
 }






/* ********************* 아름 작업 *************************************/
@font-face { font-family: 'ghanachoco'; src: url('/fonts/ghanachoco.woff') format('woff'); font-weight: normal; font-style: normal; } 

/* 의장인사말 */

/* 의장연혁 */
.chairman_profile_wrap { } 

.chairman_profile_wrap .profile_img { background-color: hsl(215, 81%, 96%); border-radius: 30px; position: relative; overflow: hidden; font-family: var(--Paperlogy_font); background-image: url(/_hpassem/images/contents/sub01_patten02.png); background-repeat: no-repeat; background-position: left top; margin-right: 50px; } 

.chairman_profile_wrap .profile_img img { width: 100%; padding-top: 20px; } 

.chairman_profile_wrap .profile_con>strong { font-size: 150%; color: #494b5f; font-family: var(--Paperlogy_font); line-height: 170%; display: block; padding: 10px 0; margin-bottom: 30px; font-weight: 600; } 

.chairman_profile_wrap .profile_con>strong span { font-size: 170%; color: #002d9e; display: block; font-weight: 700; } 

.chairman_profile_wrap .profile_con .page_tit { background-color: #f4f6f9; padding-left: 45px; border-radius: 20px; font-size: 120%; line-height: 30px; } 

.chairman_profile_wrap .profile_con .page_tit::before { left: 25px; top: 25px; } 

.chairman_profile_wrap .profile_con .con_box { padding: 15px 25px; font-size: 110%; } 

.chairman_profile_wrap .profile_con .con_box ul li { padding: 12px 20px 6px; } 

.chairman_profile_wrap .profile_con .con_box ul li+li { border-top: 1px dashed #ddd; } 

.chairman_info li { display: flex; justify-content: space-between; } 

.chairman_info li>strong { flex: 0 1 100px; color: #041541; letter-spacing: 0.1em; } 

.chairman_info li>span { flex: 0 1 calc(100% - 120px); } 

.chairman_profile_wrap .profile_con .con_box .dot_list li::before { top: 21px; left: 8px; } 

@media only screen and (max-width:761px){
 .chairman_profile_wrap .profile_img { margin-right: 0px; } 

 .chairman_profile_wrap .profile_con>strong { font-size: 120%; text-align: center; letter-spacing: -0.1em; } 
 }

@media only screen and (max-width:500px){
 .chairman_profile_wrap .profile_con .page_tit { line-height: 20px; } 

 .chairman_profile_wrap .profile_con .page_tit::before { top: 27px; } 

 .chairman_profile_wrap .profile_con .con_box { padding: 10px 0 } 

 .chairman_info li { font-size: 95%; } 

 .chairman_info li>strong { flex: 0 1 55px; letter-spacing: 0; } 

 .chairman_info li>span { flex: 0 1 calc(100% - 70px); } 
 }

@media only screen and (max-width:400px){
 .chairman_profile_wrap .profile_con>strong span { font-size: 130%; } 
 }

/* 의원검색 및 용어사전 */
.page_search_box { overflow: hidden; background-color: #f4f6f9; display: block; border-radius: 15px; margin-bottom: 50px; font-family: var(--default_font); } 

.page_search_box dl { display: flex; padding: 2.5% 3.5%; flex-wrap: wrap; } 

.page_search_box dl dt { font-weight: 700; width: 110px; line-height: 55px; white-space: nowrap; } 

.page_search_box dl dd { width: calc(100% - 110px); display: flex; } 

.page_search_box dd .select_radius { border-radius: 7px; } 

.page_search_box .keyword_search { display: flex; width: 100%; } 

.page_search_box .keyword_search input[type="text"],
.page_search_box dd select { border: none; border-radius: 7px 0 0 7px; line-height: 51px; height: 55px; width: 100%; min-width: 230px; font-weight: 400; border: 1px solid #ccc; } 

.page_search_box .keyword_search button { background-color: var(--default_color); color: #fff; white-space: nowrap; padding: 0 25px 0 20px; margin-left: 0; border-radius: 0 7px 7px 0; position: relative; overflow: hidden; font-size: 110%; } 

.page_search_box .keyword_search button span { position: absolute; left: -9999px } 

.page_search_box dl.tac { justify-content: center; } 

.page_search_box dl.tac dt { width: auto; padding-right: 15px; } 

.page_search_box dl.tac dd+dt { padding-left: 30px; } 

.page_search_box dl.tac dd { width: auto } 

.page_search_box dl.tac .keyword_search input[type="text"] { min-width: 300px } 

/* 직원 검색 */
.page_search_box dl.tac.none_dt dd { margin: 2px 3px; } 

.page_search_box dl.tac.none_dt select+select { margin-left: 5px; } 

.page_search_box dl.tac.none_dt label+select { margin-left: 5px; } 


.page_search_box dl+dl { border-top: 1px solid rgba(0, 0, 0, 0.1) } 

.search_initial { width: 100%; } 

.search_initial>dd { border: none } 

.search_initial>dd ul { display: flex; flex-wrap: wrap; } 

.search_initial>dd li { padding: 2px 2px; border: none } 

.search_initial>dd li A { height: 45px; line-height: 45px; text-align: center !important; background-color: #fff; border: 1px solid #ddd; border-radius: 10px; font-weight: 500; font-size: 20px; color: #333; transition: all 0.3s ease-out; padding: 0 12px; display: block; } 

.search_initial>dd li A:hover { border: 1px solid #999; } 

.search_initial>dd li:first-child A { } 

.search_initial>dd li.on A { color: #000; border: none; background-color: var(--default_color); } 

@media only screen and (max-width:991px){
 .page_search_box { font-size: 16px; } 

 .page_search_box dl.tac dt,
 .page_search_box dl dt { width: 60px; text-align: left; } 

 .page_search_box dl.tac dt,
 .page_search_box dl.tac dd { margin: 2px 0; padding: 0 5px !important } 

 .page_search_box dl.tac dd,
 .page_search_box dl dd { width: calc(100% - 60px) } 

 .page_search_box dl.tac.none_dt dd { width: 100%; } 

 .page_search_box dl.tac .keyword_search input[type="text"] { min-width: auto } 

 .page_search_box dl dt,
 .page_search_box .keyword_search input[type="text"],
 .page_search_box dd select { line-height: 36px; height: 40px; font-size: 90%; } 

 .page_search_box dl.tac dd+dd { margin-left: 0px; } 

 .page_search_box .keyword_search input[type="text"],
 .page_search_box dd select { min-width: 100px; } 

 .page_search_box .keyword_search button { padding: 0 15px 0 10px; font-size: 90%; } 

 .search_initial.tac dd { width: 100% !important } 

 .search_initial>dd li A { height: 28px; line-height: 26px; border-radius: 5px; font-size: 15px; padding: 0 6px; } 
 }


/* 의원 목록 화면 */
.lawmaker_list .cell { border-radius: 15px; overflow: hidden; margin-bottom: 4%; background-color: #fff; height: calc(100% - 20px); padding-bottom: 60px; position: relative; border: 1px solid rgba(0, 0, 0, 0.1); font-family: var(--Paperlogy_font); } 

.lawmaker_list .cell .profile_info { padding: 28px 30px; } 

.lawmaker_list .cell .profile_info .profile_photo img { background-color: #e2e7ee; } 

.lawmaker_list .cell .lawmaker_btn { display: flex; width: 100%; justify-content: space-between; position: absolute; left: 0; bottom: 0; right: 0; background-color: #f7f8fc; border-top: 1px solid rgba(0, 0, 0, 0.07); } 

.lawmaker_list .cell .lawmaker_btn a { flex: 1 1 auto; margin: 0 auto; text-align: center; display: block; font-weight: 500; transition: all 0.3s; line-height: 60px; height: 60px; color: #111; } 

.lawmaker_list .cell .lawmaker_btn a+a { border-left: 1px solid rgba(0, 0, 0, 0.15); } 

/*
.lawmaker_list .cell .lawmaker_btn a + a { border-left: 2px solid rgba(255,255,255,.3); } 
*/
.lawmaker_list .cell .lawmaker_btn a:hover { background-color: #6b707a; color: #fff; } 

@media only screen and (max-width:991px){
 .lawmaker_list .cell .profile_info { padding: 10px 10px; } 

 .lawmaker_list .cell .lawmaker_btn a { line-height: 45px; height: 45px; } 
 }

@media only screen and (max-width:540px){
 .lawmaker_list .cell { border-radius: 10px; } 
 }

/* 선거구별 */
.lawmaker_map { margin-bottom: 50px; background-color: #e9eff7; border-radius: 15px; overflow: hidden; display: flex; justify-content: space-between; align-items: center; padding: 40px 50px; } 

.lawmaker_map .map { text-align: center; flex: 0 1 40%; } 

.map_name { flex: 0 1 50%; } 

.map_name p { display: block; padding: 10px 5px; font-family: var(--default_font); color: #222; word-break: keep-all; } 

.map_name ul { display: block; } 

.map_name ul li { margin-bottom: 10px; } 

.map_name ul li a { display: block; padding: 20px 30px; border: 1px solid var(--border_color); background-color: #fff; border-radius: 15px; margin: 0 3px; letter-spacing: 0.03em; transition: all 0.3s; } 

.map_name ul li a strong { font-size: 130%; display: block; color: #333; font-weight: 700; } 

.map_name ul li a span { font-size: 90%; display: block; font-weight: 500; color: #555; padding-top: 2px; } 

.map_name ul li a:hover { background-color: #e2e4e9; } 

.map_name ul li.active a { background-color: #264695; border-color: #264695; } 

.map_name ul li.active a strong { color: #fff; font-weight: 600; } 

.map_name ul li.active a span { color: rgba(255, 255, 255, 0.8); } 


@media only screen and (max-width:761px){
 .lawmaker_map { padding: 20px 25px; } 

 .lawmaker_map .map { display: none; } 

 .map_name { flex: 0 1 100%; } 

 .map_name ul li a strong { font-size: 120%; } 

 .map_name ul li a span { font-size: 100%; } 

 .map_name ul li a { padding: 10px 20px; line-height: 20px; border-radius: 10px; } 
 }



@media only screen and (max-width:450px){
 .lawmaker_map { padding: 12px 18px; } 

 .map_name ul li a span { font-size: 80%; } 
 }



/* 의회용어사전 */
.dictionary_result_list ul.dot_list { display: flex; flex-wrap: wrap; margin: 25px 0 35px 0; } 

.dictionary_result_list ul.dot_list li { width: 25% } 

.dictionary_result_view p { } 


@media only screen and (max-width:991px){
 .dictionary_result_list ul.dot_list li { width: 50% } 
 }


/**의원윤리강령-jh**/
.line_box4 { border: 1px solid #ddd; padding: 2.5% 3.5%; background-color: #fff; box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2); } 

#ethics .line_box4 { position: relative; padding: 11% 10% 83px; text-align: center; background: url(/_hpassem/images/contents/bg_ethics.png) repeat-y; word-break: keep-all; } 

#ethics .line_box4:before,
#ethics .line_box4:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/_hpassem/images/contents/bg_top.png) no-repeat; } 

#ethics .line_box4:after { background: url(/_hpassem/images/contents/bg_bottom.png) no-repeat 0 100%; } 

#ethics .en { padding: 0 0 1%; font-size: 100%; color: #ddd; letter-spacing: 1px; font-weight: 900; font-family: var(--Paperlogy_font); text-transform: uppercase; } 

#ethics .tit { line-height: 110%; font-size: 210%; font-weight: 300; font-family: var(--Paperlogy_font); letter-spacing: -0.5px; color: #222; } 

#ethics .tit strong { font-weight: 600; color: #002d9e; } 

#ethics ul { margin-top: 10%; } 

#ethics ul li { position: relative; min-height: 100px; padding: 0px 25px 0px 14%; font-size: 120%; text-align: left; } 

#ethics ul li+li { margin: 60px 0 0 0; } 

#ethics ul span { position: absolute; top: 0px; left: 50px; display: block; width: 48px; height: 48px; line-height: 48px; margin: 0 0 0 -30px; border-radius: 5px; font-size: 24px; font-weight: 700; font-family: var(--default_font); text-align: center; color: #fff; background: var(--default_color); } 

@media all and (max-width:1430px){
 #ethics .line_box4,
 #ethics .line_box4:before,
 #ethics .line_box4:after { background-size: 100%; } 
 }

@media all and (max-width:1230px){
 #ethics ul br { display: none; } 
 }

@media all and (max-width:1024px){
 #ethics .en { font-size: 100%; letter-spacing: -0.02em; } 

 #ethics .tit { font-size: 200%; } 

 #ethics .info { padding: 30px 3% 65px; font-weight: 800; } 

 #ethics ul li { padding: 0px 25px 0px 15%; font-size: 100%; } 

 #ethics ul li+li { margin: 55px 0 0 0; } 

 #ethics ul span { width: 52px; height: 52px; line-height: 53px; font-size: 22px; } 
 }

@media all and (max-width:768px){
 #ethics .en { font-size: 90%; letter-spacing: -0.02em; } 

 #ethics .tit { font-size: 180%; } 

 #ethics .info { padding: 25px 3% 60px; } 

 #ethics ul li { min-height: 10%; padding: 0px 25px 0px 18%; } 

 #ethics ul li+li { margin: 50px 0 0 0; } 

 #ethics ul span { width: 48px; height: 48px; line-height: 49px; font-size: 20px; } 
 }

@media all and (max-width:568px){
 #ethics .en { font-size: 80%; letter-spacing: -0.02em; } 

 #ethics .tit { font-size: 150%; } 

 #ethics .info { padding: 20px 1% 55px; } 

 #ethics ul li { min-height: 7%; padding: 0px 25px 0px 80px; } 

 #ethics ul li+li { margin: 45px 0 0 0; } 

 #ethics ul span { width: 44px; height: 44px; line-height: 45px; font-size: 19px; } 

 #ethics .line_box4 { padding: 10% 8% 83px; } 
 }

@media all and (max-width:380px){
 #ethics .en { font-size: 70%; letter-spacing: -0.02em; } 

 #ethics .info { padding: 15px 1% 50px; } 



 #ethics ul li+li { margin: 42px 0 0 0; } 

 #ethics ul span { width: 40px; height: 40px; line-height: 41px; font-size: 18px; } 
 }

/**방청안내_jh**/
.dot_list .num3 { margin-top: 10px; } 

.dot_list .num3>li { padding-bottom: 0px; } 

.dot_list .num3>li:before { background: none; } 

/* 사이트맵 */
.sitemap li { position: relative; } 

.sitemap a { transition: all 0.3s; } 

.sitemap>li { margin-top: 50px; } 

.sitemap>li:first-child { margin-top: 0px; } 

.sitemap .depth2 { display: flex; flex-wrap: wrap; margin: 0 -10px; width: 100%; } 

.sitemap .depth2>li { width: 25%; padding: 0 10px; margin-bottom: 8px; } 

.sitemap .depth2>li>a { display: flex; border: 1px solid var(--border_color); text-align: center; font-weight: 500; font-size: 110%; border-radius: 10px; letter-spacing: -0.05em; justify-content: center; align-items: center; height: 65px; word-break: keep-all; padding: 0 15px; line-height: 20px; } 

.sitemap .depth2>li>a:hover { background-color: #f2f3f6; color: #000; } 

.sitemap .depth3 { display: block; border-radius: 10px; padding: 4% 5%; margin-bottom: 20px; } 

.sitemap .depth3>li>a { display: block; font-size: 16px; color: rgba(0, 0, 0, 0.7); line-height: 20px; padding: 5px 0px 5px 30px; letter-spacing: -0.05em; transition: all 0.3s; letter-spacing: -0.05em; font-weight: 500; } 

.sitemap .depth3>li::before { content: ''; position: absolute; left: 20px; top: 14px; width: 4px; height: 4px; border-radius: 50%; background-color: #8992b8; transition: all 0.5s; } 

.sitemap .depth3>li:hover>a { color: #000; } 

.sitemap .depth3>li:hover::before { background-color: rgba(0, 0, 0, .8); } 

/*
.sitemap .depth4 { display: block; background-color: #fff; margin: 5px 0 5px 20px; border-radius: 10px; padding: 4% 5%; } 
.sitemap .depth4 > li > a { display:block; font-size:16px; color:rgba(0,0,0,0.7); line-height: 20px; padding:5px 0px 5px 20px; letter-spacing: -0.05em; transition: all 0.3s; letter-spacing: -0.05em; font-weight: 500; } 
.sitemap .depth4 > li::before { content: ''; position: absolute; left:10px; top:15px; width:4px; height: 4px; border-radius: 50%; background-color: #8992b8; transition: all 0.5s; } 
.sitemap .depth4 > li:hover > a { color:#000; } 
.sitemap .depth4 > li:hover::before { background-color: rgba(0,0,0,.8); } 
*/

@media only screen and (max-width:761px){
 .sitemap .depth2>li { width: 50%; } 

 .sitemap .depth2>li>a { height: 50px; } 
 }



/* 의회구성도 */
.orgchart3 { position: relative; font-size: 100%;; margin: 0 5%; } 

.orgchart3:after { display: table; content: ''; clear: both; } 

.orgchart3 i,
.orgchart3 em { display: block; } 

.orgchart3 * { margin: 0 auto } 

.orgchart3:before { content: ""; display: block; background: #ccc; width: 1px; position: absolute; left: 50%; top: 45px; height: 220px } 

.orgchart3 ul.chart { position: relative; clear: both; padding: 20px 0; } 

.orgchart3 ul.chart:before { content: ""; position: absolute; left: 50%; background: #ccc; width: 50%; height: 1px; transform: translateX(-50%); top: 0rem; display: none } 

.orgchart3 ul.chart.w2:before { top: 26px; display: block } 

.orgchart3 ul.chart.w3:before { width: 66.7%; top: 26px; display: block } 

.orgchart3 ul.chart .before_none:before { display: none } 

.orgchart3 ul.chart .after_none:after { display: none } 

/*
.orgchart3 ul.chart.w3:after { content: ""; background: #ccc; width: 1px; position: absolute; left: 50%; height: 2.7rem; top:0rem; } 
*/
.orgchart3 ul.chart.w2>li:after { content: ""; background: #ccc; width: 1px; position: absolute; left: 50%; height: 1.2rem; top: 0.38rem; } 

.orgchart3 ul.chart>li { position: relative; padding: 20px 0; z-index: 2 } 

.orgchart2 ul.chart>li:before { content: ""; background: #ccc; width: 1px; position: absolute; left: 50%; height: 0px; top: 0.4rem; } 

.orgchart3 .right:before { content: ""; position: absolute; left: 0%; background: #ccc; height: 1px; width: 60%; top: 1.3rem; transform: none; z-index: 1; } 

.orgchart3 ul.chart.w2>li { width: 50%; float: left } 

/* .orgchart3 ul.chart.w2 > li:first-child { width:70%; } */
.orgchart3 ul.chart.w3>li { width: 33.333333%; float: left } 

.orgchart3 ul.chart>li>.orgchart_lawmaker_box { width: 250px; } 

.orgchart3 ul.chart>li>.orgchart_lawmaker_box strong { background: #20209f; color: #fff } 

.orgchart3 ul.chart.w2>li>.orgchart_lawmaker_box strong { background: #0097fe; } 

.orgchart_lawmaker_box { position: relative; z-index: 9; display: block; font-family: var(--default_font); } 

.orgchart_lawmaker_box>strong { display: block; line-height: 45px; height: 40px; font-weight: 400; font-size: 100%; border-radius: 0 10px; text-align: center; letter-spacing: 0.1em; } 

.orgchart_lawmaker_box .box_info { display: flex; justify-content: space-between; align-items: center; padding: 10px; border: 1px solid #ccc; border-radius: 5px; margin-top: 5px; background-color: #fff; } 

.orgchart_lawmaker_box .box_info img { width: 45%; background-color: #f3f3f5; border-radius: 5px; border: 1px solid #ccc; } 

.orgchart_lawmaker_box .box_info .box_txt { font-weight: 400; flex: 0 1 calc(55% - 30px); font-size: 90%; } 

.orgchart_lawmaker_box .box_info .box_txt span { font-size: 120%; display: block; padding-top: 10px; } 

.orgchart_lawmaker_list ul li { margin-bottom: 5px; } 

.orgchart_lawmaker_list ul li:first-child .orgchart_lawmaker_box .box_info .box_txt em { color: var(--blue) } 

.orgchart_lawmaker_list ul li:nth-child(2) .orgchart_lawmaker_box .box_info .box_txt em { color: #009457 } 

.orgchart3 .orgchart2::before { display: none; } 

.orgchart3 .orgchart2 .step3 a .style04 { transition: all 0.5s } 

.orgchart3 .orgchart2 .step3 a:hover .style04 { background-color: #f0f0f0; border-color: #bbb; color: #000; } 

@media only screen and (max-width: 750px){
 .orgchart3 { margin: 0 } 

 .orgchart3 ul.chart,
 .orgchart3 ul.chart>li { padding: 10px 0; } 

 .orgchart3:before { height: 127px } 

 .orgchart3 ul.chart.w2:before,
 .orgchart3 ul.chart.w3:before { top: 9px; } 

 .orgchart3 ul.chart.w2>li:after { top: 0rem; } 

 .orgchart3 ul.chart>li>.orgchart_lawmaker_box { width: 200px; } 

 .orgchart3 ul.chart.w2>li>.orgchart_lawmaker_box { width: 95%; } 

 .orgchart_lawmaker_box>strong { line-height: 40px; height: 35px; font-size: 100%; } 

 .orgchart_lawmaker_box .box_info img { width: 35%; } 

 .orgchart_lawmaker_box .box_info .box_txt { flex: 0 1 calc(65% - 15px); } 
 }



/* 배너모음 */
.banner_list>div { margin-bottom: 15px; } 

.banner_list a { display: block; border: 1px solid #bbb; } 

.banner_list a img { width: 100%; } 



/* 연혁 */
.history { position: relative; margin-left: 10px; margin-top: 40px } 

.history dl { position: relative; font-size: 16px; padding: 0% 0px 0% 20px; } 

.history:before { position: absolute; content: ''; width: 0px; border-left: 1px dashed #ccc; left: 0px; top: 30px; bottom: 50px; display: block; } 

.history dl dt { padding: 10px 10px 0 10px; color: #000; } 

.history dl dt strong { display: block; padding: 0px 0px 10px 0px; font-size: 170%; font-weight: 600 } 

.history dl:before { position: absolute; content: ''; height: 1px; left: 5px; top: 30px; width: 15px; background: #ddd } 

.history dl:after { position: absolute; content: ''; height: 10px; width: 10px; left: -5px; top: 25px; border-radius: 50%; background-color: var(--pink); } 

.history dl dd { font-size: 100%; line-height: 35px; background: #fff; border: 1px solid #ddd; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05); padding: 15px 25px; border-radius: 20px; } 

.history dl dd span { float: left; margin: 0 10px 0 0px; font-weight: 600; color: #111; font-family: 'Roboto'; font-weight: 500 } 

.history dl dd i { display: block; font-weight: 400; overflow: hidden; color: #666; font-size: 90%; line-height: 23px; } 

.history dl dd .list li { padding: 6px 13px 7px 13px; line-height: 25px; } 

.history dl:last-child { padding-bottom: 50px } 

.history dl dd .list li:before { top: 17px; } 

@media only screen and (min-width:997px){
 .history { margin-left: 0px } 

 .history dl { margin-left: 50%; font-size: 18px; padding: 0% 0px 0% 60px; } 

 .history dl:nth-child(even) { margin: 0; margin-right: 50%; padding: 0% 60px 0% 0px; } 

 .history dl:nth-child(even) * { text-align: right !important } 

 .history:before { left: 50%; top: 30px; } 

 .history dl:nth-child(even):before { left: auto; right: 0px; } 

 .history dl:before { top: 30px; width: 40px; } 

 .history dl:after { left: -5px; top: 25px; } 

 .history dl dt { padding: 0 10px 10px 10px } 

 .history dl dt strong { font-size: 150%; } 

 .history dl:nth-child(even):after { right: -5px; left: auto; } 

 .history dl:nth-child(even) .list li:before { left: auto; right: 0; } 

 .history dl:nth-child(even) dd span { float: right; margin: 0 0px 0 10px; } 
 }

@media only screen and (max-width:750px){
 .history { margin-top: 10px } 

 .history dl dd span { float: none; font-size: 110%; } 

 .history dl dt strong { font-size: 130%; padding: 5px 0px 10px 0px; } 

 .history dl dd .list li:before { top: 17px; } 
 }





/* 역대의장단 */
.lawmaker_history_wrap { display: block; } 

.lawmaker_history_wrap>ul>li { border-radius: 20px; overflow: hidden; margin-bottom: 20px; border: 1px solid #f4f6f9; } 

.lawmaker_history_wrap>ul>li.on { border: 1px solid rgba(0, 0, 0, 0.3); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); background-color: #e8ebf0;; } 

.lawmaker_history_wrap>ul>li>a { position: relative; display: flex; padding: 30px 40px; transition: all ease-out 0.3s; line-height: 30px; background-color: #f4f6f9; font-family: var(--Paperlogy_font); } 

.lawmaker_history_wrap>ul>li>a:hover { background-color: #e8ebf0;; } 

.lawmaker_history_wrap>ul>li>a::before { font-family: 'FontAwesomeS'; position: absolute; right: 30px; content: '\f078'; font-size: 100%; transition: all ease-out 0.2s; color: #ccc } 

.lawmaker_history_wrap ul li.on a::before { transform: rotate(-180deg); color: #2b2b2b } 

.lawmaker_history_wrap ul li a strong,
.bbs_faq ul li .faq_con strong { width: 100px; text-align: center; font-family: 'Roboto'; font-weight: 700; font-size: 150%; } 

.lawmaker_history_wrap ul li a h3 { color: #383737; font-weight: 700; font-size: 120%; width: calc(100% - 30px); display: block; word-break: break-all } 

.lawmaker_history_wrap ul li a h3 span { font-size: 75%; font-weight: 500; font-family: var(--default_font); color: #666; } 

.lawmaker_history_wrap .cell_con { padding: 10px 40px 30px 40px; display: none; background-color: #fff; } 

.lawmaker_history_wrap .cell_con .page_tit { font-size: 110%; } 

.lawmaker_history_wrap .cell_con>.row>div+div { border-left: 1px dashed #ddd; } 

.lawmaker_profile_box { padding: 0 20px; } 

.lawmaker_profile_box .lawmaker_profile_img { display: block; text-align: center; padding: 0 20px; } 

.lawmaker_profile_box .lawmaker_profile_img img { border-radius: 10px; border: 1px solid #ddd; width: 100%; } 

.lawmaker_profile_box .lawmaker_profile_con { } 

.lawmaker_profile_box .lawmaker_profile_con dl dt { display: block; line-height: 40px; font-weight: 700; color: var(--black); text-align: center; font-size: 110%; } 

.lawmaker_profile_box .lawmaker_profile_con dl+dl { margin-top: 30px; } 

.lawmaker_profile_box .lawmaker_profile_con dl dd { padding: 10px 0; } 


.lawmaker_profile_box .lawmaker_profile_con dl dd li { display: flex; justify-content: space-between; font-size: 85%; line-height: 20px; padding: 6px 0; } 

.lawmaker_profile_box .lawmaker_profile_con dl dd li span { width: 55px; padding-left: 12px; white-space: nowrap; position: relative; font-weight: 500; color: #111 } 

.lawmaker_profile_box .lawmaker_profile_con dl dd li span::before { content: ''; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; background-color: #bbb; border-radius: 50%; } 

.lawmaker_profile_box .lawmaker_profile_con dl dd li strong { width: calc(100% - 55px); font-weight: 400 !important; color: #555; } 

@media only screen and (max-width:991px){
 .lawmaker_profile_box { padding: 0; } 

 .lawmaker_profile_box .lawmaker_profile_con dl dd li { font-size: 95%; } 
 }

@media only screen and (max-width:768px){
 .lawmaker_history_wrap .cell_con>.row>div+div { border-left: NONE; } 

 .lawmaker_history_wrap ul li a h3 span { display: block; } 
 }

@media only screen and (max-width:540px){
 .lawmaker_history_wrap>ul>li>a { padding: 15px 20px; line-height: 20px; } 

 .lawmaker_history_wrap .cell_con { padding: 10px 15px } 

 .lawmaker_profile_box .lawmaker_profile_img { padding: 0 5px } 

 .lawmaker_profile_box .lawmaker_profile_con dl dd li span { width: 40px; } 

 .lawmaker_profile_box .lawmaker_profile_con dl dd li strong { width: calc(100% - 40px); } 
 }

/* 의장연혁 */
.chairman_profile_wrap { } 
.chairman_profile_wrap .profile_img { background-color: hsl(215, 81%, 96%); border-radius: 30px; position: relative; overflow: hidden; font-family: var(--Paperlogy_font); background-image: url(/_hpassem/images/contents/sub01_patten02.png); background-repeat: no-repeat; background-position: left top; margin-right: 50px; } 
.chairman_profile_wrap .profile_img img { width: 100%; padding-top: 20px; } 
.chairman_profile_wrap .profile_con > strong { font-size: 150%; color: #494b5f; font-family: var(--Paperlogy_font); line-height: 170%; display: block; padding: 10px 0; margin-bottom: 30px; font-weight: 600; } 
.chairman_profile_wrap .profile_con > strong span { font-size: 170%; color: #002d9e; display: block; font-weight: 700; } 
.chairman_profile_wrap .profile_con .page_tit { background-color: #f4f6f9; padding-left: 45px; border-radius: 20px; font-size: 120%; line-height: 30px; } 
.chairman_profile_wrap .profile_con .page_tit::before { left:25px; top: 25px; } 

.chairman_profile_wrap .profile_con .con_box { padding:15px 25px; font-size: 110%; } 
.chairman_profile_wrap .profile_con .con_box ul li { padding:12px 20px 6px; } 
.chairman_profile_wrap .profile_con .con_box ul li + li { border-top: 1px dashed #ddd; } 

.chairman_info li { display: flex; justify-content: space-between; } 
.chairman_info li > strong { flex: 0 1 100px; color: #041541; letter-spacing: 0.1em; } 
.chairman_info li > span { flex: 0 1 calc(100% - 120px); } 

.chairman_profile_wrap .profile_con .con_box .dot_list li::before { top:21px; left: 8px; } 

@media only screen and (max-width:761px){
 .chairman_profile_wrap .profile_img { margin-right: 0px; } 
 .chairman_profile_wrap .profile_con > strong { font-size: 120%; text-align: center; letter-spacing: -0.1em; } 
 }
@media only screen and (max-width:500px){
 .chairman_profile_wrap .profile_con .page_tit { line-height: 20px; } 
.chairman_profile_wrap .profile_con .page_tit::before { top: 27px; } 
.chairman_profile_wrap .profile_con .con_box { padding:10px 0 } 
.chairman_info li { font-size: 95%; } 
.chairman_info li > strong { flex: 0 1 55px; letter-spacing: 0; } 
.chairman_info li > span { flex: 0 1 calc(100% - 70px); } 
 }
@media only screen and (max-width:400px){
 .chairman_profile_wrap .profile_con > strong span { font-size: 130%; } 
 }

/* 의원검색 및 용어사전 */
.page_search_box { overflow:hidden; background-color: #f4f6f9; display: block; border-radius:15px; margin-bottom: 50px; font-family: var(--default_font); } 
.page_search_box dl { display: flex; padding:2.5% 3.5%; flex-wrap: wrap; } 
.page_search_box dl dt { font-weight: 700; width:110px; line-height: 55px; white-space:nowrap; } 
.page_search_box dl dd { width:calc(100% - 110px); display: flex; } 
.page_search_box dd .select_radius { border-radius: 7px; } 
.page_search_box .keyword_search { display: flex; width: 100%; } 
.page_search_box .keyword_search input[type="text"], .page_search_box dd select { border: none; border-radius: 7px 0 0 7px; line-height: 51px; height: 55px; width: 100%; min-width: 230px; font-weight: 400; border: 1px solid #ccc; } 
.page_search_box .keyword_search button { background-color: var(--default_color); color:#fff; white-space:nowrap; padding: 0 25px 0 20px; margin-left: 0; border-radius: 0 7px 7px 0; position: relative; overflow: hidden; font-size: 110%; } 
.page_search_box .keyword_search button span { position: absolute; left:-9999px } 

.page_search_box dl.tac { justify-content: center; } 
.page_search_box dl.tac dt { width:auto; padding-right:15px; } 
.page_search_box dl.tac dd + dt { padding-left:30px; } 
.page_search_box dl.tac dd { width:auto } 
.page_search_box dl.tac .keyword_search input[type="text"] { min-width:300px } 

/* 직원 검색 */
.page_search_box dl.tac.none_dt dd { margin:2px 3px; } 
.page_search_box dl.tac.none_dt select + select { margin-left: 5px; } 
.page_search_box dl.tac.none_dt label + select { margin-left: 5px; } 


.page_search_box dl + dl { border-top:1px solid rgba(0,0,0,0.1) } 
.search_initial { width:100%; } 
.search_initial > dd { border:none } 
.search_initial > dd ul { display: flex; flex-wrap: wrap; } 
.search_initial > dd li { padding:2px 2px; border:none } 
.search_initial > dd li A { height: 45px; line-height: 45px; text-align:center !important; background-color: #fff; border: 1px solid #ddd; border-radius: 10px; font-weight: 500; font-size: 20px; color:#333; transition: all 0.3s ease-out; padding: 0 12px; display: block; } 
.search_initial > dd li A:hover { border: 1px solid #999; } 
.search_initial > dd li:first-child A { } 
.search_initial > dd li.on A { color:#000; border:none; background-color: var(--default_color); } 

@media only screen and (max-width:991px){
 .page_search_box { font-size: 16px; } 
 .page_search_box dl.tac dt, .page_search_box dl dt { width:60px; text-align: left; } 
 .page_search_box dl.tac dt, .page_search_box dl.tac dd { margin: 2px 0; padding:0 5px !important } 
 .page_search_box dl.tac dd, .page_search_box dl dd { width:calc(100% - 60px) } 
 .page_search_box dl.tac.none_dt dd { width:100%; } 

 .page_search_box dl.tac .keyword_search input[type="text"] { min-width:auto } 
 .page_search_box dl dt, .page_search_box .keyword_search input[type="text"], .page_search_box dd select { line-height: 36px; height: 40px; font-size: 90%; } 
 .page_search_box dl.tac dd + dd { margin-left: 0px; } 

 .page_search_box .keyword_search input[type="text"], .page_search_box dd select { min-width: 100px; } 
 .page_search_box .keyword_search button { padding:0 15px 0 10px; font-size: 90%; } 

 .search_initial.tac dd { width:100% !important } 
 .search_initial > dd li A { height: 28px; line-height: 26px; border-radius: 5px; font-size: 15px; padding: 0 6px; } 
 }


/* 의원 목록 화면 */
.lawmaker_list .cell { border-radius:15px; overflow: hidden; margin-bottom: 4%; background-color: #fff; height:calc(100% - 20px); padding-bottom:60px; position: relative; border: 1px solid rgba(0, 0, 0, 0.1); font-family: var(--Paperlogy_font); } 
.lawmaker_list .cell .profile_info { padding: 28px 30px; } 
.lawmaker_list .cell .profile_info .profile_photo img { background-color: #e2e7ee; } 

.lawmaker_list .cell .lawmaker_btn { display: flex; width: 100%; justify-content: space-between; position: absolute; left:0; bottom:0; right:0; background-color: #f7f8fc; border-top: 1px solid rgba(0, 0, 0, 0.07); } 
.lawmaker_list .cell .lawmaker_btn a { flex:1 1 auto; margin:0 auto; text-align: center; display: block; font-weight: 500; transition: all 0.3s; line-height: 60px; height: 60px; color: #111; } 
.lawmaker_list .cell .lawmaker_btn a + a { border-left: 1px solid rgba(0,0,0,0.15); } 
/*
.lawmaker_list .cell .lawmaker_btn a + a { border-left: 2px solid rgba(255,255,255,.3); } 
*/
.lawmaker_list .cell .lawmaker_btn a:hover { background-color: #6b707a; color: #fff; } 

@media only screen and (max-width:991px){
 .lawmaker_list .cell .profile_info { padding: 10px 10px; } 
 .lawmaker_list .cell .lawmaker_btn a { line-height: 45px; height: 45px; } 
 }

@media only screen and (max-width:540px){
 .lawmaker_list .cell { border-radius:10px; } 
 }
/* 선거구별 */
.lawmaker_map { margin-bottom: 50px; background-color: #e9eff7; border-radius:15px; overflow: hidden; display: flex; justify-content: space-between; align-items: center; padding: 40px 50px; } 
.lawmaker_map .map { text-align: center; flex: 0 1 40%; } 

.map_name { flex: 0 1 50%; } 
.map_name p { display: block; padding: 10px 5px; font-family: var(--default_font); color:#222; word-break: keep-all; } 
.map_name ul { display: block; } 
.map_name ul li { margin-bottom: 10px; } 
.map_name ul li a { display:block; padding: 20px 30px; border: 1px solid var(--border_color); background-color: #fff; border-radius: 15px; margin: 0 3px; letter-spacing: 0.03em; transition: all 0.3s; } 
.map_name ul li a strong { font-size: 130%; display: block; color: #333; font-weight: 700; } 
.map_name ul li a span { font-size: 90%; display: block; font-weight: 500; color: #555; padding-top: 2px; } 
.map_name ul li a:hover { background-color: #e2e4e9; } 

.map_name ul li.active a { background-color: #264695; border-color:#264695; } 
.map_name ul li.active a strong { color: #fff; font-weight: 600; } 
.map_name ul li.active a span { color: rgba(255,255,255,0.8); } 


@media only screen and (max-width:761px){
 .lawmaker_map { padding: 20px 25px; } 
 .lawmaker_map .map { display: none; } 
 .map_name { flex: 0 1 100%; } 
 .map_name ul li a strong { font-size: 120%; } 
 .map_name ul li a span { font-size: 100%; } 
 .map_name ul li a { padding: 10px 20px; line-height: 20px; border-radius: 10px; } 
 }



@media only screen and (max-width:450px){
 .lawmaker_map { padding: 12px 18px; } 

.map_name ul li a span { font-size: 80%; } 
 }



/* 의회용어사전 */
.dictionary_result_list ul.dot_list { display:flex; flex-wrap: wrap; margin: 25px 0 35px 0; } 
.dictionary_result_list ul.dot_list li { width:25% } 
.dictionary_result_view p { } 


@media only screen and (max-width:991px){
 .dictionary_result_list ul.dot_list li { width:50% } 
 }


 /**의원윤리강령-jh**/
 .line_box4 { border: 1px solid #ddd; padding: 2.5% 3.5%; background-color: #fff; box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2); } 
#ethics .line_box4 { position: relative; padding: 11% 10% 83px; text-align: center; background: url(/_hpassem/images/contents/bg_ethics.png) repeat-y; word-break: keep-all; } 

#ethics .line_box4:before,
#ethics .line_box4:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/_hpassem/images/contents/bg_top.png) no-repeat; } 

#ethics .line_box4:after { background: url(/_hpassem/images/contents/bg_bottom.png) no-repeat 0 100%; } 

#ethics .en { padding: 0 0 1%; font-size: 100%; color: #ddd; letter-spacing: 1px; font-weight: 900; font-family: var(--Paperlogy_font); text-transform: uppercase; } 

#ethics .tit { line-height: 110%; font-size: 210%; font-weight: 300; font-family: var(--Paperlogy_font); letter-spacing: -0.5px; color: #222; } 

#ethics .tit strong { font-weight: 600; color: #002d9e; } 

#ethics ul { margin-top: 10%; } 

#ethics ul li { position: relative; min-height: 100px; padding: 0px 25px 0px 14%; font-size: 120%; text-align: left; } 

#ethics ul li+li { margin: 60px 0 0 0; } 

#ethics ul span { position: absolute; top: 0px; left: 50px; display: block; width: 48px; height: 48px; line-height: 48px; margin: 0 0 0 -30px; border-radius: 5px; font-size: 24px; font-weight: 700; font-family: var(--default_font); text-align: center; color: #fff; background: var(--default_color); } 

@media all and (max-width:1430px){
 #ethics .line_box4,
#ethics .line_box4:before,
#ethics .line_box4:after { background-size: 100%; } 
 }

@media all and (max-width:1230px){
 #ethics ul br { display: none; } 
 }

@media all and (max-width:1024px){
 #ethics .en { font-size: 100%; letter-spacing: -0.02em; } 

#ethics .tit { font-size: 200%; } 

#ethics .info { padding: 30px 3% 65px; font-weight: 800; } 

#ethics ul li { padding: 0px 25px 0px 15%; font-size: 100%; } 

#ethics ul li+li { margin: 55px 0 0 0; } 

#ethics ul span { width: 52px; height: 52px; line-height: 53px; font-size: 22px; } 
 }

@media all and (max-width:768px){
 #ethics .en { font-size: 90%; letter-spacing: -0.02em; } 

#ethics .tit { font-size: 180%; } 

#ethics .info { padding: 25px 3% 60px; } 

#ethics ul li { min-height: 10%; padding: 0px 25px 0px 18%; } 

#ethics ul li+li { margin: 50px 0 0 0; } 

#ethics ul span { width: 48px; height: 48px; line-height: 49px; font-size: 20px; } 
 }

@media all and (max-width:568px){
 #ethics .en { font-size: 80%; letter-spacing: -0.02em; } 

#ethics .tit { font-size: 150%; } 

#ethics .info { padding: 20px 1% 55px; } 

#ethics ul li { min-height: 7%; padding: 0px 25px 0px 80px; } 

#ethics ul li+li { margin: 45px 0 0 0; } 

#ethics ul span { width: 44px; height: 44px; line-height: 45px; font-size: 19px; } 

#ethics .line_box4 { padding: 10% 8% 83px; } 
 }

@media all and (max-width:380px){
 #ethics .en { font-size: 70%; letter-spacing: -0.02em; } 

#ethics .info { padding: 15px 1% 50px; } 



#ethics ul li+li { margin: 42px 0 0 0; } 

#ethics ul span { width: 40px; height: 40px; line-height: 41px; font-size: 18px; } 
 }

 /**방청안내_jh**/
 .dot_list .num3 { margin-top: 10px; } 
 .dot_list .num3>li { padding-bottom: 0px; } 
 .dot_list .num3>li:before { background: none; } 

/* 사이트맵 */
.sitemap li { position: relative; } 
.sitemap a { transition: all 0.3s; } 
.sitemap > li { margin-top: 50px; } 
.sitemap > li:first-child { margin-top: 0px; } 

.sitemap .depth2 { display: flex; flex-wrap: wrap; margin: 0 -10px; width:100%; } 
.sitemap .depth2 > li { width:25%; padding:0 10px; margin-bottom: 8px; } 
.sitemap .depth2 > li > a { display: flex; border: 1px solid var(--border_color); text-align: center; font-weight: 500; font-size: 110%; border-radius: 10px; letter-spacing: -0.05em; justify-content: center; align-items: center; height: 65px; word-break: keep-all; padding: 0 15px; line-height: 20px; } 
.sitemap .depth2 > li > a:hover { background-color: #f2f3f6; color: #000; } 

.sitemap .depth3 { display: block; border-radius: 10px; padding: 4% 5%; margin-bottom: 20px; } 
.sitemap .depth3 > li > a { display:block; font-size:16px; color:rgba(0,0,0,0.7); line-height: 20px; padding:5px 0px 5px 30px; letter-spacing: -0.05em; transition: all 0.3s; letter-spacing: -0.05em; font-weight: 500; } 
.sitemap .depth3 > li::before { content: ''; position: absolute; left:20px; top:14px; width:4px; height: 4px; border-radius: 50%; background-color: #8992b8; transition: all 0.5s; } 
.sitemap .depth3 > li:hover > a { color:#000; } 
.sitemap .depth3 > li:hover::before { background-color: rgba(0,0,0,.8); } 
/*
.sitemap .depth4 { display: block; background-color: #fff; margin: 5px 0 5px 20px; border-radius: 10px; padding: 4% 5%; } 
.sitemap .depth4 > li > a { display:block; font-size:16px; color:rgba(0,0,0,0.7); line-height: 20px; padding:5px 0px 5px 20px; letter-spacing: -0.05em; transition: all 0.3s; letter-spacing: -0.05em; font-weight: 500; } 
.sitemap .depth4 > li::before { content: ''; position: absolute; left:10px; top:15px; width:4px; height: 4px; border-radius: 50%; background-color: #8992b8; transition: all 0.5s; } 
.sitemap .depth4 > li:hover > a { color:#000; } 
.sitemap .depth4 > li:hover::before { background-color: rgba(0,0,0,.8); } 
*/

@media only screen and (max-width:761px){
 .sitemap .depth2 > li { width:50%; } 
 .sitemap .depth2 > li > a { height: 50px; } 
 }



/* 의회구성도 */
.orgchart3 { position:relative; font-size:100%;; margin:0 5%; } 
.orgchart3:after { display:table; content: ''; clear: both; } 
.orgchart3 i, .orgchart3 em { display: block; } 

.orgchart3 * { margin:0 auto } 
.orgchart3:before { content: ""; display:block; background: #ccc; width: 1px; position: absolute; left: 50%; top:45px; height: 220px } 
.orgchart3 ul.chart { position:relative; clear: both; padding:20px 0; } 
.orgchart3 ul.chart:before { content: ""; position: absolute; left: 50%; background: #ccc; width: 50%; height: 1px; transform: translateX(-50%); top:0rem; display:none } 
.orgchart3 ul.chart.w2:before { top:26px; display:block } 
.orgchart3 ul.chart.w3:before { width: 66.7%; top:26px; display:block } 
.orgchart3 ul.chart .before_none:before { display:none } 
.orgchart3 ul.chart .after_none:after { display:none } 
/*
.orgchart3 ul.chart.w3:after { content: ""; background: #ccc; width: 1px; position: absolute; left: 50%; height: 2.7rem; top:0rem; } 
*/
.orgchart3 ul.chart.w2 > li:after { content: ""; background: #ccc; width: 1px; position: absolute; left: 50%; height: 1.2rem; top:0.38rem; } 

.orgchart3 ul.chart > li { position:relative; padding:20px 0; z-index:2 } 
.orgchart2 ul.chart > li:before { content: ""; background: #ccc; width: 1px; position: absolute; left: 50%; height: 0px; top:0.4rem; } 
.orgchart3 .right:before { content: ""; position: absolute; left: 0%; background: #ccc; height: 1px; width:60%; top:1.3rem; transform: none; z-index: 1; } 
.orgchart3 ul.chart.w2 > li { width:50%; float:left } 
/* .orgchart3 ul.chart.w2 > li:first-child { width:70%; } */
.orgchart3 ul.chart.w3 > li { width:33.333333%; float:left } 

.orgchart3 ul.chart > li > .orgchart_lawmaker_box { width:250px; } 
.orgchart3 ul.chart > li > .orgchart_lawmaker_box strong { background:#20209f; color:#fff } 
.orgchart3 ul.chart.w2 > li > .orgchart_lawmaker_box strong { background:#0097fe; } 

.orgchart_lawmaker_box { position: relative; z-index: 9; display: block; font-family: var(--default_font); } 
.orgchart_lawmaker_box > strong { display: block; line-height: 45px; height: 40px; font-weight: 400; font-size: 100%; border-radius:0 10px; text-align:center; letter-spacing: 0.1em; } 
.orgchart_lawmaker_box .box_info { display: flex; justify-content: space-between; align-items: center; padding:10px; border: 1px solid #ccc; border-radius: 5px; margin-top: 5px; background-color: #fff; } 
.orgchart_lawmaker_box .box_info img { width:45%; background-color: #f3f3f5; border-radius: 5px; border: 1px solid #ccc; } 
.orgchart_lawmaker_box .box_info .box_txt { font-weight: 400; flex: 0 1 calc(55% - 30px); font-size: 90%; } 
.orgchart_lawmaker_box .box_info .box_txt span { font-size: 120%; display: block; padding-top: 10px; } 

.orgchart_lawmaker_list ul li { margin-bottom: 5px; } 
.orgchart_lawmaker_list ul li:first-child .orgchart_lawmaker_box .box_info .box_txt em { color:var(--blue) } 
.orgchart_lawmaker_list ul li:nth-child(2) .orgchart_lawmaker_box .box_info .box_txt em { color:#009457 } 

.orgchart3 .orgchart2::before { display: none; } 
.orgchart3 .orgchart2 .step3 a .style04 { transition: all 0.5s } 
.orgchart3 .orgchart2 .step3 a:hover .style04 { background-color: #f0f0f0; border-color: #bbb; color:#000; } 

@media only screen and (max-width: 750px){
 .orgchart3 { margin:0 } 
 .orgchart3 ul.chart, .orgchart3 ul.chart > li { padding: 10px 0; } 
 .orgchart3:before { height: 127px } 
 .orgchart3 ul.chart.w2:before, .orgchart3 ul.chart.w3:before { top:9px; } 
 .orgchart3 ul.chart.w2 > li:after { top:0rem; } 

 .orgchart3 ul.chart > li > .orgchart_lawmaker_box { width:200px; } 
 .orgchart3 ul.chart.w2 > li > .orgchart_lawmaker_box { width:95%; } 

 .orgchart_lawmaker_box > strong { line-height: 40px; height: 35px; font-size: 100%; } 
 .orgchart_lawmaker_box .box_info img { width:35%; } 
 .orgchart_lawmaker_box .box_info .box_txt { flex: 0 1 calc(65% - 15px); } 
 }



/* 배너모음 */
.banner_list > div { margin-bottom: 15px; } 
.banner_list a { display: block; border: 1px solid #bbb; } 
.banner_list a img { width:100%; } 



/* 연혁 */
.history { position:relative; margin-left:10px; margin-top:40px } 
.history dl { position:relative; font-size:16px; padding:0% 0px 0% 20px; } 
.history:before { position:absolute; content:''; width:0px; border-left:1px dashed #ccc; left:0px; top:30px; bottom:50px; display:block; } 
.history dl dt { padding:10px 10px 0 10px; color: #000; } 
.history dl dt strong { display:block; padding:0px 0px 10px 0px; font-size:170%; font-weight:600 } 
.history dl:before { position:absolute; content:''; height:1px; left:5px; top:30px; width:15px; background:#ddd } 
.history dl:after { position:absolute; content:''; height:10px; width:10px; left:-5px; top:25px; border-radius:50%; background-color: var(--pink); } 

.history dl dd { font-size:100%; line-height:35px; background:#fff; border:1px solid #ddd; box-shadow: 5px 5px 10px rgba(0,0,0,0.05); padding:15px 25px; border-radius: 20px; } 
.history dl dd span { float:left; margin:0 10px 0 0px; font-weight:600; color:#111; font-family:'Roboto'; font-weight:500 } 
.history dl dd i { display:block; font-weight:400; overflow:hidden; color:#666; font-size:90%; line-height:23px; } 
.history dl dd .list li { padding: 6px 13px 7px 13px; line-height:25px; } 
.history dl:last-child { padding-bottom:50px } 
.history dl dd .list li:before { top: 17px; } 

@media only screen and (min-width:997px){
 .history { margin-left:0px } 
.history dl { margin-left:50%; font-size:18px; padding:0% 0px 0% 60px; } 
.history dl:nth-child(even) { margin:0; margin-right:50%; padding:0% 60px 0% 0px; } 
.history dl:nth-child(even) * { text-align:right !important } 
.history:before { left:50%; top:30px; } 
.history dl:nth-child(even):before { left:auto; right:0px; } 
.history dl:before { top:30px; width:40px; } 
.history dl:after { left:-5px; top:25px; } 
.history dl dt { padding:0 10px 10px 10px } 
.history dl dt strong { font-size:150%; } 
.history dl:nth-child(even):after { right:-5px; left:auto; } 
.history dl:nth-child(even) .list li:before { left:auto; right:0; } 
.history dl:nth-child(even) dd span { float:right; margin:0 0px 0 10px; } 
 }
@media only screen and (max-width:750px){
 .history { margin-top:10px } 
.history dl dd span { float:none; font-size: 110%; } 
.history dl dt strong { font-size:130%; padding:5px 0px 10px 0px; } 
.history dl dd .list li:before { top: 17px; } 
 }





/* 역대의장단 */
.lawmaker_history_wrap { display: block; } 
.lawmaker_history_wrap > ul > li { border-radius: 20px; overflow: hidden; margin-bottom: 20px; border: 1px solid #f4f6f9; } 
.lawmaker_history_wrap > ul > li.on { border: 1px solid rgba(0,0,0,0.3); box-shadow: 5px 5px 10px rgba(0,0,0,0.1); background-color: #e8ebf0;; } 
.lawmaker_history_wrap > ul > li > a { position: relative; display:flex; padding:30px 40px; transition: all ease-out 0.3s; line-height: 30px; background-color: #f4f6f9; font-family: var(--Paperlogy_font); } 
.lawmaker_history_wrap > ul > li > a:hover { background-color: #e8ebf0;; } 
.lawmaker_history_wrap > ul > li > a::before { font-family: 'FontAwesomeS'; position: absolute; right: 30px; content: '\f078'; font-size: 100%; transition: all ease-out 0.2s; color:#ccc } 
.lawmaker_history_wrap ul li.on a::before { transform:rotate(-180deg); color:#2b2b2b } 
.lawmaker_history_wrap ul li a strong, .bbs_faq ul li .faq_con strong { width:100px; text-align: center; font-family: 'Roboto'; font-weight: 700; font-size: 150%; } 
.lawmaker_history_wrap ul li a h3 { color:#383737; font-weight: 700; font-size: 120%; width: calc(100% - 30px); display: block; word-break:break-all } 
.lawmaker_history_wrap ul li a h3 span { font-size: 75%; font-weight: 500; font-family: var(--default_font); color:#666; } 

.lawmaker_history_wrap .cell_con { padding:10px 40px 30px 40px; display: none; background-color: #fff; } 
.lawmaker_history_wrap .cell_con .page_tit { font-size: 110%; } 
.lawmaker_history_wrap .cell_con > .row > div + div { border-left: 1px dashed #ddd; } 
.lawmaker_profile_box { padding: 0 20px; } 
.lawmaker_profile_box .lawmaker_profile_img { display: block; text-align: center; padding: 0 20px; } 
.lawmaker_profile_box .lawmaker_profile_img img { border-radius: 10px; border: 1px solid #ddd; width: 100%; } 
.lawmaker_profile_box .lawmaker_profile_con { } 
.lawmaker_profile_box .lawmaker_profile_con dl dt { display: block; line-height: 40px; font-weight: 700; color: var(--black); text-align: center; font-size: 110%; } 
.lawmaker_profile_box .lawmaker_profile_con dl + dl { margin-top: 30px; } 
.lawmaker_profile_box .lawmaker_profile_con dl dd { padding: 10px 0; } 


.lawmaker_profile_box .lawmaker_profile_con dl dd li { display: flex; justify-content: space-between; font-size: 85%; line-height: 20px; padding: 6px 0; } 
.lawmaker_profile_box .lawmaker_profile_con dl dd li span { width:55px; padding-left: 12px; white-space: nowrap; position: relative; font-weight: 500; color:#111 } 
.lawmaker_profile_box .lawmaker_profile_con dl dd li span::before { content: ''; position: absolute; left: 0; top:7px; width: 5px; height: 5px; background-color: #bbb; border-radius: 50%; } 
.lawmaker_profile_box .lawmaker_profile_con dl dd li strong { width: calc(100% - 55px); font-weight: 400 !important; color: #555; } 

@media only screen and (max-width:991px){
 .lawmaker_profile_box { padding:0; } 
.lawmaker_profile_box .lawmaker_profile_con dl dd li { font-size: 95%; } 
 }
@media only screen and (max-width:768px){
 .lawmaker_history_wrap .cell_con > .row > div + div { border-left: NONE; } 
.lawmaker_history_wrap ul li a h3 span { display: block; } 
 }
@media only screen and (max-width:540px){
 .lawmaker_history_wrap > ul > li > a { padding:15px 20px; line-height: 20px; } 
.lawmaker_history_wrap .cell_con { padding:10px 15px } 
.lawmaker_profile_box .lawmaker_profile_img { padding:0 5px } 

.lawmaker_profile_box .lawmaker_profile_con dl dd li span { width:40px; } 
.lawmaker_profile_box .lawmaker_profile_con dl dd li strong { width: calc(100% - 40px); } 
 }


 /* 의장인사말 */

 .greeating_wrap { width: 100%; overflow: visible; min-height: 400px; box-sizing: border-box; } 

 .greeating_box { position: relative; width: 100%; height: 400px; z-index: 1; overflow: hidden; font-family: var(--scdream_font); text-align: right; } 
 .greeating_box::before { content: ""; display: block; position: absolute; top: 8%; left: 0; width: 97%; height: 92%; z-index: 0; background: linear-gradient(90deg, #e0ecf9, #e4f0f2); border-radius: 20px 100px 20px 20px; } 
 
 .greeating_box::after { content: ""; display: block; position: relative; border: 1px solid #5d88db; border-radius: 22px 102px 22px 22px; overflow: visible; width: 97%; height: 92%; left: 1%; top: 18px; z-index: 2; box-sizing: border-box; } 
 .greeating_box .txt_box { position: absolute; left: 85px; top: 22%; z-index: 2; text-align: left; font-family: var(--Paperlogy_font); } 
 
 .greeating_box .txt_box>em { display: block; color: #041541; font-size: 150%; font-weight: 600; } 

 .greeating_box .txt_box>strong { display: block; color: #202c46; font-size: 110%; font-weight: 500; line-height: 26px; padding: 30px 0; } 

 .greeating_box .txt_box>strong>span { display: block; color: #002d9e; font-weight: 700; font-size: 125%; line-height: 30px; padding-top: 5%; } 

 .greeating_box .txt_box>i { display: block; font-size: 110%; font-weight: 400; color: #041541; } 

 .greeating_box .chair_img { text-align: right; position: absolute; z-index: 3; right: 10%; } 

 .greeating_box .chair_img img { width: 410px; } 

 .greeating_box .chair_img::before { content: ''; position: absolute; right: -105%; bottom: -20px; background-image: url(/_hpassem/images/contents/sub01_patten01.png); background-repeat: no-repeat; width: 790px; height: 330px; } 

 .greeating_wrap > p { display: block; padding: 70px 85px; font-size: 120%; line-height: 37px; color: #2a2e38; } 
 .greeating_wrap > p em { color: #000; font-size: 140%; font-family:var(--Paperlogy_font); font-weight:700; } 

 @media only screen and (max-width:991px){
 .greeating_box .txt_box { left: 45px; top: 15%; z-index: 5; font-size: 90%; } 

 .greeating_box .txt_box>strong { line-height: 35px; font-size: 140%; } 

 .greeating_box { text-align: right; } 

 .greeating_box .chair_img { right: 3%; } 

 .greeating_wrap>p { padding: 70px 45px; } 
 }

 @media only screen and (max-width:880px){
 .greeating_box .chair_img img { width: 73%; } 
.greeating_box .txt_box { width: 60%; top: 15%; word-break: keep-all; font-size: 100%; } 
 .greeating_box .txt_box>strong { font-size: 100%; line-height: 20px; padding: 15px 0; } 
 .greeating_box .txt_box>em { font-size: 110%; } 
 .greeating_box .txt_box>i { display: none; } 
 .greeating_box .chair_img::before { display: none; } 
 .greeating_box { border-radius: 15px;; } 
 .greeating_box { height: 270px; } 
 .greeating_box::before { width: 100%; } 
 .greeating_box .txt_box>em img { width: 70%; } 
 .greeating_wrap>p { padding: 30px 45px; } 
 }


 @media only screen and (max-width:650px){
 .greeating_box .chair_img { right: 1%; } 
 .greeating_box .chair_img img { width: 60%; } 
 .greeating_box::after { display: none; } 
 
 .greeating_box::before { border-radius: 10px 40px 10px 10px; } 
 .greeating_box { background-image: none; height: 240px; } 
 
 .greeating_box .txt_box { width: 65%; top: 20%; left: 25px; font-size: 90%; } 

 .greeating_box .txt_box>strong { font-size: 100%; line-height: 16px; } 

 .greeating_box .greeat_bar { font-size: 90%; padding: 10px 20px; } 

 .greeating_wrap>p { padding: 50px 25px; font-size: 120%; line-height: 25px; } 
 .greeating_box .txt_box>strong>span { line-height: 20px; } 
 }

 @media only screen and (max-width:480px){
 .greeating_box .chair_img img { width: 49%; } 
 .greeating_box { background-image: none; height: 190px; } 
 .greeating_wrap>p { padding: 20px } 
 }

 @media only screen and (max-width:430px){
 .greeating_box .txt_box { left: 20px; width: 57%; font-size: 90%; } 
 .greeating_box .chair_img { top: 20%; } 
 }
 @media only screen and (max-width:340px){
 .greeating_box .txt_box>strong>span { font-size: 100%; line-height: 100%; } 
 .greeating_box .txt_box>em img { display: none; } 
 .greeating_box::before { height: 84%; } 
 }


/*의회 기구표*/

/* 의회기구 */
.Ochart2 { position: relative; font-size: 100%;; margin: 0 5%; } 

.Ochart2:after { display: table; content: ''; clear: both; } 

.Ochart2 i,
.Ochart2 em { display: block; } 

.Ochart2 * { text-align: center; margin: 0 auto } 

.Ochart2:before { content: ""; display: block; background: #ccc; width: 1px; position: absolute; left: 50%; top: 0%; height: 286px } 

.Ochart2 h3 { position: relative; width: 250px; height: 50px; line-height: 50px; text-align: center; font-size: 100%; color: #fff; background: linear-gradient(90deg, #2958b4, #26978b); margin: 0 auto; font-weight: 500 !important; border-radius: 8px; z-index: 10; } 

.Ochart2 h3:before,
.Ochart2 h3:after { display: none } 

.Ochart2 span { position: relative; display: inline-block; padding: 12px 0; width: 250px; color: #fff; font-weight: 500; z-index: 2; border-radius: 8px } 

.Ochart2 ul.chart { position: relative; clear: both; } 

.Ochart2 ul.chart:before { content: ""; position: absolute; left: 50%; background: #ccc; width: 50%; height: 1px; transform: translateX(-50%); top: 0rem; display: none } 

.Ochart2 ul.chart.w2:before { top: 24px; display: block } 

.Ochart2 ul.chart.w3:before { width: 66.7%; top: 26px; display: block } 

.Ochart2 .tac {padding-top: 10px;}

.Ochart2 ul.chart .after_none:after { display: none } 

.Ochart2 ul.chart>li { position: relative; z-index: 2 } 

.Ochart2 ul.chart.step2 >li { padding-top: 10px; } 

.Ochart2 .right:before { content: ""; position: absolute; left: 0%; background: #ccc; height: 1px; width: 60%; top: 1.3rem; transform: none; z-index: 1; } 

.Ochart2 ul.chart.w2>li { width: 50%; float: left } 

.Ochart2 ul.chart.w3>li { width: 33.333333%; float: left } 

.Ochart2 .left { position: absolute; left: 0%; right: 50%; top: 00px; } 

.Ochart2 .right { position: absolute; left: 50%; right: 0%; top: 00px; text-align: right; } 

.Ochart2 ul.chart dl.dl_list { width: 80%; border: 1px solid #ddd; position: relative; border-radius: 5px; overflow: hidden; } 

.Ochart2 ul.chart dl.dl_list dt { background: #333; color: #fff; padding: 10px 0; } 

.Ochart2 ul.chart dl.dl_list dd { border-radius: 5px; background-color: #fff; padding: 5px 20px; display: block; font-size: 90%; text-align: left; } 

.Ochart2 ul.chart dl.dl_list dd .list li:first-child { font-weight: 700; color: #000 } 

.Ochart2 .step2 { padding: 0px 0 } 

.Ochart2 .step3 { margin-top: 5px; display: block; } 

.Ochart2 .step3 li { padding: 3px 0 } 

.Ochart2 .step3 span { padding: 10px 0 } 


.diagram .style01 { background-color: #19847b; } 

.diagram .style02 { background-color: #7c64d2; } 

.diagram .style03 { background-color: #2959b4; } 

.diagram .style04 { background-color: #fafafa; border: 1px solid rgba(0, 0, 0, .1); color: #444 } 

.diagram .style05 { background-color: #4f3ec8; } 

.diagram .style06 { background-color: #c53767; } 

.diagram .style07 { background-color: #eef5ff; } 

.diagram .style08 { background-color: #f2f3f7; } 

.diagram .style09 { background-color: #ebe7f6; } 

.diagram .style10 { background-color: #fee9e6; } 

.diagram .style11 { background-color: #2a3f6a; } 


@media only screen and (max-width:991px) {
   .Ochart2:before {
       height: 93%;
   }
}

 @media only screen and (max-width:750px) {
    .Ochart2 {margin: 0%;}
        .Ochart2 ul.chart.w2 {width: 100%;}
}

@media only screen and (max-width:580px) {
    .Ochart2 span  { width: 88%; padding: 8px 0;}
    .Ochart2 h3 {width: 45%;}
    .Ochart2 .mid {width: 50%;}
    .Ochart2 h3 {line-height: 40px;
        height: 40px; }
}
