@charset "utf-8";
@import url(/_jbassem/css/page.css);

.greeting_box em {line-height:18px; bottom:25px;}
.greeting_box em span, .greeting_box h3 strong  {white-space: nowrap;}
.greeting_box em span {font-family:inherit; font-size:120%}

@media only screen and (max-width:450px){
	.greeting_box em span {display:block;}
	.greeting_box em {bottom:15px;}
}


/*위원회소개*/

.comm_greeting { position: relative; width: 100%; height: 100%; overflow: hidden; background: var(--Gradation); border-radius: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } 
.comm_greeting:after { position: absolute; content: ''; background-image: url(/_jblawmaker/images/main/patten01.png); background-size: 100% auto; width: 165px; height: 165px; right: 0%; top: 0px; z-index: 4; } 
.comm_greeting h3 strong { font-weight: 700; color: #161e40; font-size: 120%; } 
.comm_greeting .tit_wrap { position:relative; padding:4% 5% 0 5%; width: 100%; z-index:99; word-break:keep-all; } 
.comm_greeting .tit_wrap .inner { position:relative; background: #fff; border-radius: 50px 50px 0px 0px; opacity: 0.9; left: 0%; right: 0; z-index: 5; padding: 0px 10px 30px 10px; } 
.comm_greeting .tit { font-weight:800; font-size:32px; color:#222; padding-top: 40px; } 
.comm_greeting .tit i { font-weight: 500; } 
.comm_greeting .tit i + p { padding:5px 0 0; } 
.comm_greeting .tit_wrap .inner > p { padding:0px 0 30px 0; color:#777777; } 
.comm_greeting .tit strong { font-weight:900; } 
.comm_greeting .name { position:relative; color: #2342c9; font-size:50px; } 
.comm_greeting .name::before { content:""; position:absolute; width:105%; left:-5px; bottom:5px; height:20px; background:#e9edfd; border-radius:25px; z-index:-1; } 
.committee_sub .comm_txt p { color:#2342c9; font-weight: 500; } 

@media only screen and (max-width:850px){
    .comm_greeting .tit_wrap .inner{border-radius: 40px 40px 0px 0px;}
    .comm_greeting .tit{font-size: 24px;}
    .comm_greeting .name {font-size: 40px;}
    .comm_greeting .tit i + p { padding: 0 0;} 
    
} 
 
@media only screen and (max-width:550px){

    .comm_greeting .tit_wrap .inner {border-radius: 30px 30px 0px 0px;}
    .comm_greeting .tit{font-size: 20px;}
    .comm_greeting .name {font-size: 25px;}
    
}

.con_dl dt {margin-top:5px;}
