/*
 * [[ YK MAIN COMMON CSS ]]
 * 2015-10-26
 * 링크비 
*/
.flex { }
.v_wrap { display:block; position:relative; width:1440px; margin:0 auto; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing:border-box; }

.content_wrap { display:block; position:relative; min-height : 600px; }

/* Top banner */
.content_wrap .top_banner { position:relative; width:100%; max-width:1920px;  height:520px;  /* height:480px; */ margin:0 auto; background-repeat:no-repeat; background-size:cover; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing:border-box; 
	background-position: center center; background-size: 108% auto;
	
	-webkit-animation: zoom-a 10s linear ;
	-moz-animation:    zoom-a 10s linear ;
	-o-animation:      zoom-a 10s linear ;
	animation:         zoom-a 10s linear ;
	/*
	-webkit-animation: zoom-a 10s linear infinite alternate;
	-moz-animation:    zoom-a 10s linear infinite alternate;
	-o-animation:      zoom-a 10s linear infinite alternate;
	animation:         zoom-a 10s linear infinite alternate;
	*/
}
@-webkit-keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 108% auto; }
}
@-moz-keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 108% auto; }
}
@-o-keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 108% auto; }
}
@keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 108% auto; }
}
.content_wrap .top_banner .titlebar-inner { display:block; width:1140px; margin:auto; padding-top:190px; color:#fff;}
.content_wrap .top_banner .titlebar-inner h1 { font-size:70px; font-weight:500; }
.content_wrap .top_banner .titlebar-inner h1 em { opacity:0; animation: show_title 1s ; animation-fill-mode: forwards; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(1) { animation-delay:0.1s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(2) { animation-delay:0.2s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(3) { animation-delay:0.3s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(4) { animation-delay:0.4s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(5) { animation-delay:0.5s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(6) { animation-delay:0.6s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(7) { animation-delay:0.7s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(8) { animation-delay:0.8s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(9) { animation-delay:0.9s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(10) { animation-delay:1.0s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(11) { animation-delay:1.1s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(12) { animation-delay:1.2s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(13) { animation-delay:1.3s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(14) { animation-delay:1.4s; }
.content_wrap .top_banner .titlebar-inner h1 em:nth-child(15) { animation-delay:1.5s; }

.content_wrap .top_banner .block-no { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; top: 0; left: 0; letter-spacing: 1.5pt; text-transform: uppercase; margin-bottom: 1.5rem; padding-left:93px; }
.content_wrap .top_banner .block-no:before { position:absolute; background: #fff; content: ''; display: inline-block; height: 1px; left:0; margin-top: 10px; vertical-align: middle; width: 60px; animation: bar-1 1s ; }
@-webkit-keyframes bar-1 { 0% { width: 0px;   } 100% { width: 60px; } }
@-moz-keyframes bar-1 { 0% { width: 0px;   } 100% { width: 60px; }  }
@-o-keyframes bar-1 { 0% { width: 0px;   } 100% { width: 60px; }  }
@keyframes bar-1 { 0% { width: 0px;   } 100% { width: 60px; }  }

@-webkit-keyframes show_title { 0% { opacity: 0;   } 100% { opacity: 1; } }
@-moz-keyframes show_title { 0% { opacity: 0;   } 100% { opacity: 1; }  }
@-o-keyframes show_title { 0% { opacity: 0;   } 100% { opacity: 1; }  }
@keyframes show_title { 0% { opacity: 0;   } 100% { opacity: 1; }  }

.content_wrap .top_banner .tb_bt_bar { display:none; margin:118px 0 0 0 ; }
.content_wrap .top_banner .tb_bt_bar ul li { display: inline-block; position: relative; opacity:0;  animation: tb_bt_bar_mv 0.5s ; animation-fill-mode: forwards;  margin-bottom:20px;} 
.content_wrap .top_banner .tb_bt_bar ul li + li { margin-left: 50px; }
.content_wrap .top_banner .tb_bt_bar ul li + li:before { content: ''; width: 1px; height: 12px; background-color: #c3c3c3;  position: absolute; left: -27px; top: 5px; }
.content_wrap .top_banner .tb_bt_bar ul li a { color:#fff; font-size:18px; transition:all 0.2s; }
.content_wrap .top_banner .tb_bt_bar ul li a:hover { color:#fe6e6e; }
.content_wrap .top_banner .tb_bt_bar ul li.active a { color:#FF3939; font-weight:600; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(1) { }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(2) { animation-delay:0.2s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(3) { animation-delay:0.4s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(4) { animation-delay:0.6s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(5) { animation-delay:0.8s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(6) { animation-delay:1.0s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(7) { animation-delay:1.1s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(8) { animation-delay:1.2s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(9) { animation-delay:1.3s;  clear: both }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(10) { animation-delay:1.4s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(11) { animation-delay:1.5s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(12) { animation-delay:1.6s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(13) { animation-delay:1.7s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(14) { animation-delay:1.8s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(15) { animation-delay:1.9s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(16) { animation-delay:2.0s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(17) { animation-delay:2.1s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(18) { animation-delay:2.2s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(19) { animation-delay:2.3s; }
.content_wrap .top_banner .tb_bt_bar ul li:nth-child(20) { animation-delay:2.4s; }

@-webkit-keyframes tb_bt_bar_mv {
	0% { opacity:0; transform:translateY(50px);  }
	100% { opacity:1; transform:translateY(0px);}
}
@-moz-keyframes tb_bt_bar_mv {
	0% { opacity:0; transform:translateY(50px);  }
	100% { opacity:1; transform:translateY(0px);}
}
@-o-keyframes tb_bt_bar_mv {
	0% { opacity:0; transform:translateY(50px);  }
	100% { opacity:1; transform:translateY(0px);}
}
@keyframes tb_bt_bar_mv {
	0% { opacity:0; transform:translateY(50px);  }
	100% { opacity:1; transform:translateY(0px);}
}


/* md 네비게이션 */
.content_wrap .md_navi { display:flex; position:absolute; bottom:0; width:100%; max-width:1920px; margin:0 auto; background:rgba(23,52,198,0.54); }
.content_wrap .md_navi .md_navi_sec { display:flex; color:#fff;} 
.content_wrap .md_navi .md_navi_sec > div { padding: 15px 80px 15px 20px; } 
.content_wrap .md_navi .md_navi_sec > div > a { display:block; color:#fff; font-size:0.9em; } 

.s_content {min-height:300px; padding:120px 0;}

/* 구성원 소개*/
.lawyer_cont_wrap .s_content { padding:80px 0; min-height:300px; }
.content_wrap .s_content .s_title { font-size:2em; font-weight:600; line-height:1.5em; color:#333;  border-bottom: 1px solid #d7d7d7;}
.content_wrap .s_content .s_p { margin-top: 30px;} 
.content_wrap .s_content .sort_title { font-size:20px; color:#222;  border-bottom: 1px solid #d7d7d7; padding-bottom:15px; margin-bottom:15px;}
.content_wrap .s_content .lawyerlist_wrap ul  { text-align:left; margin:10px auto 30px auto; min-height:300px; }
.content_wrap .s_content .lawyerlist_wrap ul li { display:inline-block; margin:0 0 15px 5px; width:calc(20% - 10px); padding:10px 5px; border:0px solid #ddd; cursor:pointer; opacity:0; vertical-align:top; } 
.content_wrap .s_content .lawyerlist_wrap ul li .img_wrap { display:block; overflow:hidden; background:#f1f1f1;}
.content_wrap .s_content .lawyerlist_wrap ul li .img_wrap img { width:120%; margin-left:-8%; margin-top:28px;} 
.content_wrap .s_content .lawyerlist_wrap ul#data1 li .img_wrap { background:#212121; }
.content_wrap .s_content .lawyerlist_wrap ul#data2 li .img_wrap { background:#3f3730; }
.content_wrap .s_content .lawyerlist_wrap ul#data3 li .img_wrap { background:#b29984; }

.content_wrap .s_content .lawyerlist_wrap ul li .l_info { padding:20px 0 20px 0; }
.content_wrap .s_content .lawyerlist_wrap ul li .l_info .position { font-size: 0.9em;}
.content_wrap .s_content .lawyerlist_wrap ul li .l_info .name { font-size:1.1em; color:#222; margin-top:5px; }






.s_up {
	-webkit-animation: s_up 0.8s ease-out ;
	-moz-animation: s_up 0.8s ease-out ;
	-o-animation: s_up 0.8s ease-out ;
	animation: s_up 0.8s ease-out ;
	animation-fill-mode: forwards;
}
@-webkit-keyframes s_up {
	0% { opacity:0; transform:translate(-30px, 80px); }
	100% { opacity:1;  transform:translate(0px, 0px); }
}
@-moz-keyframes s_up {
	0% { opacity:0; transform:translate(-30px, 80px); }
	100% { opacity:1;  transform:translate(0px, 0px); }
}
@-o-keyframes s_up {
	0% { opacity:0; transform:translate(-30px, 80px); }
	100% { opacity:1;  transform:translate(0px, 0px); }
}
@keyframes s_up {
	0% { opacity:0; transform:translate(-30px, 80px); }
	100% { opacity:1;  transform:translate(0px, 0px); }
}


/* 구성원 소개(상세) */
.sub_com .tab{}
.sub_com .tab_menu_wrap{height: 65px; border-bottom: 1px solid #C91414;}
.sub_com .tab_menu_wrap .tab_menu{display: flex; width: 1200px; height: 65px; margin: 0 auto; justify-content: center; align-items: center;}
.sub_com .tab_menu_wrap .tab_menu li{position: relative; width: 480px; height: 65px; text-align: center; font-size: 18px; letter-spacing: -1px; cursor: pointer; }
.sub_com .tab_menu_wrap .tab_menu li a{display: block; position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%,-50%);}
.sub_com .tab_menu_wrap .tab_menu li.on{background: #C91414; color: #ffffff;}
.sub_com .tab_menu_wrap .tab_menu li.on a {color: #ffffff;}

.laywer_2_cont{width: 100%; box-sizing:border-box; }
.laywer_2_cont .bn_img{ display:block; position:relative; width: 100%; height:100vh; background: url(/img/lawyer_full_bg_dark.jpg) no-repeat center center; overflow: hidden; margin-top:0px; box-sizing:border-box; }
.laywer_2_cont .bn_img .bn_info{display: flex; position:relative; width: 1200px; height:100%; margin: 0 auto; box-sizing:border-box;  }
.laywer_2_cont .bn_info .bn_info_text{ position:absolute; float:left; left:0;  bottom:280px; max-width:580px; z-index:1000;}
.laywer_2_cont .bn_info .bn_info_text p{padding-left: 70px; color: #ffffff;}
.laywer_2_cont .bn_info .bn_info_text .text{margin-bottom: 130px; font-size: 28px; letter-spacing: -1px; line-height:40px;}
.laywer_2_cont .bn_info .bn_info_text .position{ position:relative; margin-right:150px; margin-bottom: 58px; font-size: 22px; letter-spacing: -2px; color:#ddd; word-break:break-word;}
.laywer_2_cont .bn_info .bn_info_text .name{margin-bottom: 10px; font-size: 88px; letter-spacing: -1px; font-weight:600; z-index:1000;}
.laywer_2_cont.lang_cn .bn_info .bn_info_text .position { width:800px; }
.laywer_2_cont.lang_en .bn_info .bn_info_text .position { width:800px; }
.laywer_2_cont.lang_cn .bn_info .bn_info_text .name { width:800px; }
.laywer_2_cont.lang_en .bn_info .bn_info_text .name { width:800px; }
.laywer_2_cont .bn_info .bn_info_text .name_e{font-size: 35px; letter-spacing: -1px;}
.laywer_2_cont .bn_img .img{ position:absolute; float:right; right:0; bottom:0; width: 44%; height:85%; min-height:700px;  -webkit-animation: l_img_show 2s; animation: l_img_show 2s; }

.laywer_2_cont .bn_info .bn_info_text .name em { opacity:0; animation: show_title 1s ; animation-fill-mode: forwards; z-index:1000;}
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(1) { animation-delay:0.1s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(2) { animation-delay:0.2s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(3) { animation-delay:0.3s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(4) { animation-delay:0.4s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(5) { animation-delay:0.5s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(6) { animation-delay:0.6s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(7) { animation-delay:0.7s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(8) { animation-delay:0.8s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(9) { animation-delay:0.9s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(10) { animation-delay:1.0s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(11) { animation-delay:1.1s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(12) { animation-delay:1.2s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(13) { animation-delay:1.3s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(14) { animation-delay:1.4s; }
.laywer_2_cont .bn_info .bn_info_text .name em:nth-child(15) { animation-delay:1.5s; }

@-webkit-keyframes l_img_show { 
	0% { opacity: 0; bottom:-30px;  }
	100% { opacity: 1;  bottom:0px;}
}
@keyframes l_img_show { 
	0% { opacity: 0; bottom:-30px;  }
	100% { opacity: 1;  bottom:0px;}
}

.laywer_2_cont .tab_cont_wrap{width: 1100px; margin: 0 auto;}
.laywer_2_cont .tab_cont_wrap .tab_cont .cont{margin-top: 80px;}
.laywer_2_cont .tab_cont_wrap .tab_cont .border_btm{padding-bottom: 70px; border-bottom: 1px solid #dddddd;}
.laywer_2_cont .tab_cont_wrap .tab_cont h4{margin-bottom: 30px; text-align: left; font-size: 28px; letter-spacing: -1px; color:#222;}
.laywer_2_cont .tab_cont .cont01{padding-top: 50px; font-size: 18px; line-height: 28px; letter-spacing: -1px; color:#000; }
.laywer_2_cont .tab_cont .cont02{display: flex; justify-content: space-between; }
.laywer_2_cont .tab_cont .cont02>div{width: 50%;}
.laywer_2_cont .tab_cont .cont02 .left{}
.laywer_2_cont .tab_cont .cont02 .left .img_wrap{display: flex;}
.laywer_2_cont .tab_cont .cont02 .left .img_wrap p{margin-right: 30px;}
.laywer_2_cont .tab_cont .cont02 .right{margin-left: 40px;}
.laywer_2_cont .tab_cont .cont03{}
.laywer_2_cont .tab_cont .cont03 .list_wrap{display: flex;}
.laywer_2_cont .tab_cont .cont03 ul{height: auto; margin-right: 65px;}
.laywer_2_cont .tab_cont .cont03 ul li{display: flex; align-items: center; font-size: 15px; line-height: 28px; color: #000;}
.laywer_2_cont .tab_cont .cont03 ul li:before{content: ''; width: 3px; height: 2px; margin-right: 10px; background: url(../img/list_style_img.jpg) no-repeat center center;}
.laywer_2_cont .tab_cont .cont04{margin-bottom: 230px;}
.laywer_2_cont .tab_cont .cont04 .swiper-container{width: 100%;}
.laywer_2_cont .tab_cont .cont04 .swiper-wrapper{margin-bottom: 30px;}
.laywer_2_cont .tab_cont .cont04 .swiper-wrapper .box{width: 323px; height: 187px; padding: 20px 25px; border: 1px solid #bbbbbb; box-sizing: border-box;}
.laywer_2_cont .tab_cont .cont04 .swiper-wrapper .box .tit{margin-bottom: 16px; font-size: 18px; letter-spacing: -1px; color: #C91414;}
.laywer_2_cont .tab_cont .cont04 .swiper-wrapper .box .text{ height: 75px; margin-bottom: 25px; text-align: left; font-size: 18px; line-height: 25px; letter-spacing: -1px; white-space: normal; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.laywer_2_cont .tab_cont .cont04 .swiper-wrapper .box .date{font-size: 15px; letter-spacing: -1px; color: #888888;}


#scroll_down { position:absolute;  bottom:88px; left:50%; }
#scroll_down a { padding-top: 60px; font-size:0; text-intent:-9999; }
#scroll_down a span { position: absolute; top: 0; left: 50%; width: 30px; height: 50px;  margin-left: -15px; border: 2px solid #fff; border-radius: 50px; box-sizing: border-box; }
#scroll_down a span::before { position: absolute; top: 10px; left: 50%;  content: ''; width: 6px; height: 6px; margin-left: -3px; background-color: #fff;  border-radius: 100%; -webkit-animation: sdb 2s infinite; animation: sdb 2s infinite; box-sizing: border-box; }
@-webkit-keyframes sdb { 0% { -webkit-transform: translate(0, 0); opacity: 0; } 40% { opacity: 1; } 80% { -webkit-transform: translate(0, 20px);  opacity: 0; } 100% { opacity: 0; } }
@keyframes sdb { 0% { transform: translate(0, 0); opacity: 0; } 40% { opacity: 1; } 80% { transform: translate(0, 20px); opacity: 0; } 100% { opacity: 0; } }

#scroll_tab { position:absolute; bottom:0px; left:50%; margin-left:-530px; height:40px; color:#fff; }
#scroll_tab a { color:#fff; line-height:40px; padding-left:80px;}
#scroll_tab:before { content:""; position:absolute; width:15px; height:80px; background:#C91414; }

/* 오시는길 */
.office_cont_wrap .s_content { padding:80px 0; min-height:300px; }
.way_info{display:block;padding-top:30px}
.way_info dl{display:block;padding:30px 0;border-bottom:1px solid #d6d6d6; *zoom:1}
.way_info dl:after{content:"";display:block;clear:both}
.way_info dl dt{float:left;display:block;width:155px;font-size:24px;color:#000}
.way_info dl dd{float:left;display:block;width:800px;font-size:18px;color:#404040;line-height:1.5em}
.way_info dl dd ul{}
.way_info dl dd ul li{display:block;margin-top:5px}
.way_info dl dd ul li:first-child{margin-top:0}
.way_info dl dd ul li a{display:inline-block;color:#404040;letter-spacing:0}
.way_info dl dd ul li strong{display:inline-block;margin-right:5px;width:57px;color:#000;line-height:16px;border-right:1px solid #d6d6d6}
.way_info dl dd ul.call li{letter-spacing:0}
.way_info dl dd ul.call li strong{margin-top:3px;width:22px;height:22px;border:none;vertical-align:top}
.way_info dl dd ul li.bus strong{display:inline-block;border:none;margin-bottom:10px}
.way_info dl dd ul li.bus ul li{letter-spacing:0}
.way_info dl dd ul li.bus ul li em{display:inline-block;padding-right:5px;letter-spacing:-1px;color:#fe6e6e}
.way_btns{width:100%;padding:20px 0 86px 0}
.way_btns:after{clear:both;display:block;width:0;height:0;overflow:hidden;content:" ";opacity:0}{}
.way_btns button{float:right;padding-left:20px;width:168px;height:54px;margin-left:6px;background:url('../img/way_btns.png') no-repeat;color:#fff;font-size:18px;letter-spacing:-1px}
.way_btns button.prt{background-position:-174px 0}
.way_btns button.mag{padding-left:24px;background-position:0 0}

.bt_title { text-align: center; padding: 0px 0 50px 0; font-size: 28px; }

/* 문서 공통 */
.tsec_wrap { color:#000; font-size:1.13em; line-height:1.5em; margin-bottom:80px; padding:0 0 100px 0; }
.s_p em { color:#fff; padding:3px; color:#222; background:  linear-gradient(to right, rgba(255,255,255,0) 50%, #c91414 50%); background-size: 200%; transition: .8s; }
.s_p em.active { color:#fff; padding:3px; background-position: -100% 0; }
.h_line { height:1px; background:#ddd; margin:80px 0; }

.page_wrap { position: relative; }
.page_wrap:after { display: block; content: ''; height: 0; font-size: 0; opacity: 0; filter: alpha(opacity=0); clear: both; }

.aside {  float: left; vertical-align: top; position: relative; padding-top: 0px; width: 13.75rem; z-index: 10; }
.r_content { float: right; vertical-align: top; padding-top: 0px; width: calc(100% - 19.37rem); }

.lnb_wrap { margin: 0; padding: 0; list-style-type: none; margin-bottom: 69px; }
.lnb_wrap ul.lnb li a { font-size: 24px; color: #bbb; font-weight: 500; display: inline-block; position: relative; /* padding-left: 26px;*/ padding-left: 0px; height: 62px; box-sizing: border-box; line-height: 1.18; }
/* .lnb_wrap ul.lnb li a:before { display: block; content: ''; width: 3px; height: 32px; box-sizing: border-box; background: #bbb; position: absolute; top: 16px; left: 0; } */
.lnb_wrap ul.lnb li a:after {  }
.lnb_wrap ul.lnb li.on a { color:#C91414; }
.lnb_wrap ul.lnb li.on a:after { 
	content: "";
    display: block;
    position: absolute;
    float: right;
    right: -80px;
    background: transparent;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #C91414;
}
.lnb_wrap ul.lnb li.on a:before { background:#C91414; }
.lang_en .lnb_wrap ul.lnb li.on a:after { right: -30px;}

.tag_wrap .title { padding: 0; font-size: 20px; color: #222; font-weight: 500; margin: 0 0 18px 0; }
.tag_wrap .tag ul li { display: inline-block; float:left; vertical-align: middle; margin: 0 5px 5px 0; }
.tag_wrap .tag ul li a { font-size: 15px; color: #222; font-weight: normal; background: #f2f2f2; display: block; border: 1px solid #e6e6e6; padding: 9px 14px; box-sizing: border-box; letter-spacing: -0.02em; transition:all 0.2s; }
.tag_wrap .tag ul li a:hover { border:1px solid #c91414; background:#c91414; color:#fff;  }


/* 법무법인 소개 */
.bfont { font-size: 1.8em; font-weight:800; color:#333;  /* text-shadow: 1px 1px 3px rgba(0,0,0,0.4);  */ }
.info_cont_wrap .tsec_wrap{padding: 0;}
.info_cont_wrap .bg_img01{position: relative; width: 100%; height: 400px; background: url(../img/info_img01.jpg)no-repeat center center; background-size: cover;} 
.info_cont_wrap .bg_img01 .s_cont{position: absolute;  width: 90%; left:50%; margin-left:-45%; margin-top:228px; background: rgba(255, 255, 255, 0.88); /* border: 1px solid #ddd; */ border-radius: 5px; box-shadow: 0px 0px 10px 0px rgb(187, 187, 187, 0.3);  }
.info_cont_wrap .bg_img01 .s_cont .s_p { font-size:1.22em; font-weight:500; line-height:1.5em; }
.info_cont_wrap .lang_en .bg_img01 .s_cont .s_p  { font-size:1.1em; }
.info_cont_wrap .bg_img01 .info_midd{margin: 0!important; padding: 43px 40px; text-align: center; font-size: 1.12em; line-height: 1.5em;}

.ss_up { opacity:0; } 
.ss_up.active { 
	-webkit-animation: ss_up_active 0.8s ease-out ;
	-moz-animation: ss_up_active 0.8s ease-out ;
	-o-animation: ss_up_active 0.8s ease-out ;
	animation: ss_up_active 0.8s ease-out ;
	animation-fill-mode: forwards;
}
@-webkit-keyframes ss_up_active {
	0% { opacity:0; transform:translate(0px, 80px); }
	100% { opacity:1;  transform:translate(0px, 0px); }
}
@-moz-keyframes ss_up_active {
	0% { opacity:0; transform:translate(0px, 80px); }
	100% { opacity:1;  transform:translate(0px, 0px); }
}
@-o-keyframes ss_up_active {
	0% { opacity:0; transform:translate(0px, 80px); }
	100% { opacity:1;  transform:translate(0px, 0px); }
}
@keyframes ss_up_active {
	0% { opacity:0; transform:translate(0px, 80px); }
	100% { opacity:1;  transform:translate(0px, 0px); }
}

/* 업무분야 */ 
.section_margin { margin-top: 120px;}
.tsec_wrap h2 { font-size:1.8em; }
.tsec_wrap h3 { font-size:1.5em; }
.tsec_wrap .v_line { }
.tsec_wrap .s_cont .s_p { margin-top:40px; overflow-wrap: break-word; word-break: break-all; color:#333; font-size:17px; line-height:1.75; letter-spacing:-0.04em}
.tsec_wrap .s_cont .s_p .wk_box { padding:30px; border:2px solid #555; font-weight: 400;  }
.tsec_wrap p.box_lable { display:inline-block;/*  padding:2px 8px; */ margin-bottom:25px; font-size: 1.46em; color: #906729;}
.tsec_wrap .s_cont .s_p .wk_box .wk_list { margin:0 10px;}
.tsec_wrap .s_cont .s_p .wk_box .wk_list li { display:block; position:relative; padding-left: 20px; line-height: 1.6em;}
.tsec_wrap .s_cont .s_p .wk_box .wk_list li:after { content:""; display:inline-block; position:absolute; left:0; top:12px; width:3px; height:3px; background:#666; border-radius: 50%;}
.tsec_wrap .s_cont .s_p .wk_box .cont { margin-bottom:20px;}
.tsec_wrap p.imp1 { display:block; font-size:1.2em; line-height:1.4em; margin-bottom:10px; color: #222;}
.tsec_wrap .s_cont .s_p .s_li { margin:20px 10px; }
.tsec_wrap .s_cont .s_p .s_li li { display:block; position:relative; margin:8px; padding-left:20px;} 
.tsec_wrap .s_cont .s_p .s_li li:after { content:""; display:inline-block; position:absolute; left:0; top:10px; width:5px; height:5px; background:#555; transform: rotate(0.12turn); }
.tsec_wrap .list_circle:before{display: inline-block; content: ""; width: 8px; height: 8px; margin-right: 15px; border: 3px solid #906729; border-radius: 50%; vertical-align: middle;}
.tsec_wrap .list_bar:before {display: inline-block; content: ""; width: 3px; height: 20px; margin-right: 15px; background:#906729; }

.tsec_wrap .top_txt .s_p{margin-top: 30px;}
.tsec_wrap .top_txt .s_cont .wk_box{border: none; padding: 0;}
.bg_text_box{padding: 60px 55px; margin-bottom: 30px; background: #f8f8f8; border: 1px solid #ddd; border-radius: 5px;}
.tsec_wrap:last-child{margin-bottom: 100px;}
.tsec_wrap .s_cont .cont_txt{margin-top: 0;}
.cont_txt>div{font-size: 1em; line-height: 1.5em; color: #666;}
.cont_txt>div em{color: #666;}


.sub_top { width: 100%; padding: 75px 0 65px; box-sizing: border-box; background: #f9fafc; text-align: center; -webkit-box-shadow: 0px 0px 37px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 37px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 37px 5px rgba(0, 0, 0, 0.1); margin-bottom: 45px; }
.sub_top h1 span { opacity: 0 } 
.sub_top h1 { font-family: 'buri'; font-size: 48px; letter-spacing: -0.05em; line-height: 68px; font-weight: 400; color: #9f7638 }
.sub_top h1 span { font-family: 'buri'; font-size: 48px; letter-spacing: -0.05em; line-height: 68px; font-weight: 400; color: #9f7638; position: relative; z-index: 1 }
.sub_top h1 i { display: inline-block; font-family: 'buri'; font-style: normal; font-size: 58px; color: #ffffff; letter-spacing: -0.05em; line-height: 74px;  padding: 0 20px; margin-left: 25px; background-image: linear-gradient(to right, #925e28, #912f28); }
.sub_top h1 em { opacity:0; animation: show_title 1s ; animation-fill-mode: forwards; }
.sub_top h1 em:nth-child(1) { animation-delay:0.1s; }
.sub_top h1 em:nth-child(2) { animation-delay:0.2s; }
.sub_top h1 em:nth-child(3) { animation-delay:0.3s; }
.sub_top h1 em:nth-child(4) { animation-delay:0.4s; }
.sub_top h1 em:nth-child(5) { animation-delay:0.5s; }
.sub_top h1 em:nth-child(6) { animation-delay:0.6s; }
.sub_top h1 em:nth-child(7) { animation-delay:0.7s; }
.sub_top h1 em:nth-child(8) { animation-delay:0.8s; }
.sub_top h1 em:nth-child(9) { animation-delay:0.9s; }
.sub_top h1 em:nth-child(10) { animation-delay:1.0s; }
.sub_top h1 em:nth-child(11) { animation-delay:1.1s; }
.sub_top h1 em:nth-child(12) { animation-delay:1.2s; }
.sub_top h1 em:nth-child(13) { animation-delay:1.3s; }
.sub_top h1 em:nth-child(14) { animation-delay:1.4s; }
.sub_top h1 em:nth-child(15) { animation-delay:1.5s; }
.sub_top h1 em:nth-child(16) { animation-delay:1.6s; }
.sub_top h1 em:nth-child(17) { animation-delay:1.7s; }
.sub_top h1 em:nth-child(18) { animation-delay:1.8s; }
.sub_top h1 em:nth-child(19) { animation-delay:1.9s; }
.sub_top h1 em:nth-child(20) { animation-delay:2.0s; }
.sub_top h1 em:nth-child(21) { animation-delay:2.1s; }
.sub_top h1 em:nth-child(22) { animation-delay:2.2s; }
.sub_top h1 em:nth-child(23) { animation-delay:2.3s; }
.sub_top h1 em:nth-child(24) { animation-delay:2.4s; }
.sub_top h1 em:nth-child(25) { animation-delay:2.5s; }
.sub_top h1 em:nth-child(26) { animation-delay:2.6s; }
.sub_top h1 em:nth-child(27) { animation-delay:2.7s; }
.sub_top h1 em:nth-child(28) { animation-delay:2.8s; }
.sub_top h1 em:nth-child(29) { animation-delay:2.9s; }
.sub_top h1 em:nth-child(30) { animation-delay:3.0s; }
.sub_top h1 em:nth-child(31) { animation-delay:3.1s; }

.sub_top.ty02 h1{ display: inline-block; } 
.sub_top.ty02 h1 span:nth-of-type(19){ margin-left:-220px; }
.sub_top.ty02 i { position:absolute; font-family: 'buri';  font-style: normal;  font-size: 58px; display: inline-block;  width: 220px; margin-top:65px; margin-left:-280px; line-height: 73px; height: 70px; color:#fff; background-image: -webkit-linear-gradient(left, #925e28, #912f28); background-image: -o-linear-gradient(left, #925e28, #912f28); background-image: linear-gradient(to right, #925e28, #912f28); }
.sub_top.ty02 i span{ display: inline-block; font-size: 58px; font-family: "buri","NotoSansKR"; }
.sub_top p { font-size: 18px; letter-spacing: -0.05em; line-height: 28px; font-weight: 300; color: rgba(0, 0, 0, .8); margin-top: 15px; }

.work_tab { text-align:center; }
ul.ty01 { display:inline-block; text-align: center; position: relative; margin-bottom: 15px;  padding:0 40px; border-box:box-sizing; }
ul.ty01::after { position: absolute; clear: both; display: block; content: ''; left:0; top:30px;  height:1px;  width:100%; background:#555;  }
ul.ty01 li { display: inline-block; margin-right: 20px; } 
ul.ty01 li:last-child { margin-right: 0px; }
ul.ty01 li a { display: block; font-size: 18px; line-height: 34px; width: auto; padding: 0 30px; line-height: 62px; letter-spacing: -0.04em; color: #000000; background: #f2f2f2; text-align: center; border-radius: 50px; z-index: 1; position: relative; transition: all 0.3s ease; cursor:pointer; }
ul.ty01 li.active a { background: #3c3934; color: #fff; transition: all 0.3s ease; }
ul.ty01 li a:hover { background: #242424; color: #fff; transition: all 0.3s ease; }

.sub_txt.talk { text-align: left; width: 700px; margin: 45px auto 80px auto; padding: 45px 0px 45px 0px; box-sizing: border-box; border-top: 1px solid #c3c4c7; border-bottom: 1px solid #c3c4c7; font-size: 17px; line-height: 26px; font-weight: 300; letter-spacing: -0.04em; position: relative; text-align:center; }
.sub_txt.talk::before { width: 32px; height: 25px; display: block; content: ''; clear: both; position: absolute; top: 40px; left: 10px; background: url(/img/point_title.png) no-repeat center center; opacity:0.3;  }
.sub_txt.talk::after { width: 32px; height: 25px; display: block; content: '';  clear: both; position: absolute; bottom: 40px; right: 10px; transform: rotate(180deg); background: url(/img/point_title.png) no-repeat center center; opacity:0.3; }
.sub_txt.talk .talk_title { display:inline-block !important; position:relative; font-size:1.1em; color:#fff;  margin-bottom:18px; font-weight:500; padding:5px 20px; background: linear-gradient(to right, #9f7638, #bf9657);   box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset; }
/*
.sub_txt.talk .talk_title:before { content:""; display:inline-block; width:25px; height:1px; background:#222;  }
.sub_txt.talk .talk_title:after { content:""; display:inline-block; width:25px; height:1px; background:#222;  }
*/
.sub_txt.talk ul { display:inline-block; }
.sub_txt.talk ul li { display:block; position:relative; font-size:1em; color:#000; text-align:left;  margin:3px; padding:0px;}
.sub_txt.talk ul li:before { content:""; position:absolute; margin-left:-20px; margin-top:12px; display:inline-block; width:5px; height:5px; background:#9f7638;  }
.wk_contap { display:none; }
.wk_contap.active { display:block; }



/* 온라인문의 */
/* 온라인 상담 */
.list_board {max-width:1200px; margin:auto; }
.advice_list .list_board table{width:100%;  border-top:0px solid #ddd; margin:auto; }
.advice_list .list_board table thead {line-height: 60px;}
.advice_list .list_board table thead th{height:60px;color:#333;font-size:15px;font-weight:normal;border-bottom:1px solid #000;background:#f8f8f8; text-align: center;}
.advice_list .list_board table tbody td{height:62px;border-bottom:1px solid #ddd;color:#3f3f3f;font-size:14px;text-align:center;letter-spacing:0}
.advice_list .list_board table tbody td em.a { display:inline-block; color:#bbb; padding:2px 5px; }
.advice_list .list_board table tbody td em.d { display:inline-block; color:#fff; background:#C91414; padding:2px 5px; }

.advice_list .list_board table tbody td.point{color:#064323}
.advice_list .list_board table tbody td:nth-child(2){color:#000;letter-spacing:0px}
.advice_list .list_board table tbody td:nth-child(4),
.advice_list .list_board table tbody td:nth-child(5){color:#000}
.advice_list .list_board table tbody td a{display:block;padding:0 0 0 6px;text-align:left}
.advice_list .list_board table tbody td a em{display:block;font-size:18px}
.advice_list .list_board table tbody td a p{position:relative;display:block;padding-left:50px;line-height:62px;color:#000;padding-right:40px; font-size:16px; transition:all 0.2s; }
.advice_list .list_board table tbody td a.scrt{position:relative;padding-left:46px;}
.advice_list .list_board table tbody td a span{display:inline-block;margin-left:8px;height:31px;font-size:0;background-position:center center;background-repeat:no-repeat}
.advice_list .list_board table tbody td a span.reply{padding-left:8px; font-size:1em; }
.advice_list .list_board table tbody td a .re_img { margin-top:20px; margin-left:10px; opacity:0.5; }
.advice_list .list_board table tbody td a span.secret{position:absolute;left:0;top:15px;width:31px;background-image:url('/img/ico_secret.gif')}
.advice_list .list_board table tbody td a span.new{width:60px;vertical-align:middle;background-image:url('/img/ico_new.gif')}
.advice_list .list_board table tbody td a span.file{display:block;position:absolute;right:0;top:0;width:30px;height:31px;background-image:url('/img/ico_file.gif')}
.advice_list .list_board.no-pad table tbody td a p{padding-right:0; }
.advice_list .list_board.no-pad table tbody td:hover a p{ color:#000; font-weight:400; text-decoration:underline; }
.advice_list .list_board table tbody td .pw_secret { display: none; position: absolute; margin-top: -63px; margin-left: -90px; width: 1200px; height:63px; background: rgba(0,0,0, 0.8); z-index: 5; *zoom: 1; }
.advice_list .list_board table tbody td .pw_secret .overlap { float: left; margin: 12px 0 0 331px; width: 318px; border-bottom: 1px solid #bbb; }
.advice_list .list_board table tbody td .pw_secret .overlap input { height: 40px; background: none; border: none; color: #fff; }
.advice_list .overlap label { position: absolute; top: 18px; display: block; font-size: 15px; color: #999; }
.advice_list .list_board table tbody td .pw_secret button { display: block; font-size: 0; line-height: 0; background:transparent; }
.advice_list .list_board table tbody td .pw_secret button.done { float: left; margin: 12px 0 0 20px; width: 121px; height: 40px; border: 1px solid #fff; color: #fff; font-size: 15px; }
.advice_list .list_board table tbody td .pw_secret button.close { position: absolute; right: 11px;  top: 10px; width: 22px; height: 22px; background: url('/img/close_btns.png') 0 0 no-repeat; }

.advice_list .adv_btn { display:block; position:relative; box-sizing:border-box; padding:30px 40px; font-size:1.2em; border:1px solid #bbb; margin-bottom:40px;}
.advice_list .adv_btn p em { color:#C91414; }
.advice_list .adv_btn button { position:absolute; float:right; right:0; top:0; height:100%; padding:30px 40px 30px 65px; color:#fff; background:#1734C6; transition:all 0.2s; 
	background: linear-gradient(137deg, #f3a0a0, #C91414, #6e0505, #3b0303); 
	background-size: 800% 800%; 
	-webkit-animation: backWave 16s ease infinite; 
	-moz-animation: backWave 16s ease infinite; 
	-o-animation: backWave 16s ease infinite; 
	animation: backWave 16s ease infinite; 
} 
.advice_list .adv_btn button em { color:#fff; font-weight:600; opacity:0; animation: g_up 0.5s ; animation-fill-mode: forwards;}
.advice_list .adv_btn button em:nth-child(1) { animation-delay:0.1s; }
.advice_list .adv_btn button em:nth-child(2) { animation-delay:0.2s; }
.advice_list .adv_btn button em:nth-child(3) { animation-delay:0.3s; }
.advice_list .adv_btn button em:nth-child(4) { animation-delay:0.4s; }
.advice_list .adv_btn button em:nth-child(5) { animation-delay:0.5s; }
.advice_list .adv_btn button em:nth-child(6) { animation-delay:0.5s; }
.advice_list .adv_btn button em:nth-child(7) { animation-delay:0.5s; }
.advice_list .adv_btn button em:nth-child(8) { animation-delay:0.5s; }
.advice_list .adv_btn button em:nth-child(9) { animation-delay:0.5s; }
.advice_list .adv_btn button em:nth-child(10) { animation-delay:0.5s; }
.advice_list .adv_btn button em:nth-child(11) { animation-delay:0.5s; }
.advice_list .adv_btn button span { position:absolute; left:30px; color:#fff;}
.advice_list .adv_btn button:hover { background:#222; }

@-webkit-keyframes backWave { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } 
@-moz-keyframes backWave { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } 
@-o-keyframes backWave { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} } 
@keyframes backWave { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }

@-webkit-keyframes g_up {
	0% { opacity:0; transform:translateY(50px);  }
	100% { opacity:1; transform:translateY(0px);}
}
@-moz-keyframes g_up {
	0% { opacity:0; transform:translateY(50px);  }
	100% { opacity:1; transform:translateY(0px);}
}
@-o-keyframes g_up {
	0% { opacity:0; transform:translateY(50px);  }
	100% { opacity:1; transform:translateY(0px);}
}
@keyframes g_up {
	0% { opacity:0; transform:translateY(50px);  }
	100% { opacity:1; transform:translateY(0px);}
}



#mask, #mask1 { position:absolute;   z-index:9000;   background-color:#000;   display:none;   left:0; top:0; }
#modal_box, #modal_box1 {
	display: none; width:771px; position: fixed; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background:#fff;
	z-index:10000; -webkit-box-shadow: 0 3px 10px #000; -moz-box-shadow: 0 3px 10px #000; box-shadow: 0 3px 10px #000; box-shadow: 0 3px 10px #000;
}
@media \0screen {
	#modal_box { left:0; right:0; top:0; bottom:0; height:80%; margin: auto; }
}
#modal_box .close_btn {position:absolute;right:-44px;top:0px;display:block;width:44px;height:44px;text-indent:-9999px;background:url('/img/adv_close.png') no-repeat;  }
#modal_box .adv_tab {width:100%; }
#modal_box .adv_tab ul {overflow:hidden;}
#modal_box .adv_tab ul li {position:relative;float:left;width:calc(771px/3);height:75px;line-height:75px;text-align:center;}
#modal_box .adv_tab ul li a {display:block;font-weight:bold;color:#fff;background:#282828;}
#modal_box .adv_tab ul li a.on {color:#333;background:#fff;}
#modal_box .adv_tab ul li:after{position:absolute;left:0;top:1px;display:block;width:1px;height:75px;content:"";background:#595959;}
#modal_box .adv_tab ul li:first-child:after {display:none;}

#modal_box .adv_conts {padding:50px;}
#modal_box .adv_conts > div {display:none;}
#modal_box .adv_conts #advTab01 {display:block;}
#modal_box .adv_conts p.adv_txt {margin-bottom:25px; letter-spacing:-1px;}
#modal_box .adv_conts p.adv_txt strong { font-weight:600; color:#3c3b4b; }
#modal_box .adv_conts .request_wrap ul li {margin-bottom:10px;}
#modal_box .adv_conts .request_wrap ul li span {margin-left:5px;}
#modal_box .adv_conts .request_wrap ul li span:first-child {margin-left:0;}
#modal_box .adv_conts .request_wrap ul li input {height:50px;border:0 none;font-size:15px;background:#f2f2f2; padding:0 15px;}
#modal_box .adv_conts .request_wrap ul li span input {width:300px; padding:0 15px;}
#modal_box .adv_conts .request_wrap ul li input#b_title {width:638px; }
#modal_box .adv_conts .request_wrap ul li textarea { height:90px; width:638px; padding:15px;outline:none;resize:none;font-size:15px;background:#f2f2f2;}
#modal_box .adv_conts .request_wrap ul li input[type=checkbox] { height:auto !important;}

#modal_box .adv_conts .request_wrap dl.mc3{position:relative;overflow:hidden;width:100%;padding-bottom:8px;margin-top:14px}
#modal_box .adv_conts .request_wrap dl.mc3 dt{float:left;width:89px;height:16px;padding:0 0px;color:#666;line-height:43px; font-size:14px;}
#modal_box .adv_conts .request_wrap dl.mc3 dd{}
#modal_box .adv_conts .request_wrap dl.mc3 dd .img{}
#modal_box .adv_conts .request_wrap dl.mc3 dd:after{clear:both;display:block;width:0;height:0;overflow:hidden;content:" ";opacity:0}
#modal_box .adv_conts .request_wrap dl.mc3 dd img{float:left;display:block;width:auto;height:40px;border:1px solid #d8d8d8;overflow:hidden}
#modal_box .adv_conts .request_wrap dl.mc3 dd button{float:left;width:33px;height:33px;margin:3px 10px 0 10px;background:url('/img/ico_reset.png') 0 0 no-repeat;text-indent:-99999em;overflow:hidden}
#modal_box .adv_conts .request_wrap dl.mc3 dd input{float:left;width:410px;height:43px;}
#modal_box .adv_conts .request_wrap .ckbox{margin-top:6px;padding:3px 0;position:relative; text-align:left;}
#modal_box .adv_conts .request_wrap .ui-checkbox {display:inline-block; position:relative; font-size:13px; color:#555; }
#modal_box .adv_conts .request_wrap .ckbox em{display:block;width:170px;height:12px;padding:2px 0;font-size:13px;color:#808080;line-height:1em}
#modal_box .adv_conts .request_wrap .ckbox a{display:inline-block;  width:auto; height:auto; padding:0px 0px; font-size:11px;color:#868686;line-height:1.8em;  border-bottom:1px solid #555; margin-left:10px; }
#modal_box .adv_conts .request_wrap .overlap {position:relative;cursor:auto;}
#modal_box .adv_conts .request_wrap .overlap label {position:absolute;left:12px;top:8px;display:block;font-size:18px;color:#999;}
#modal_box .adv_conts .request_wrap .ckbox input[type=password], #modal_box .adv_conts .request_wrap .ckbox input[type=text] {width:100%;border:1px solid #d6d6d6;padding:7px 0;box-sizing:border-box;text-indent:16px;color:#000;background:#fff;}

#modal_box .request_btn {width:100%;}
#modal_box .request_btn button {width:100%;height:60px;text-align:center;font-size:20px;color:#fff;background:#C91414; outline: 0; border: 0;}
#modal_box #advTab02 .request_btn button {background:#C91414;}
#modal_box #advTab03 .request_btn button {color:#333;background:#ffe800;}

#modal_box .adv_info {margin-top:25px;padding-top:22px;border-top:1px solid #ddd;}
#modal_box .adv_info ul li dl {overflow:hidden;}
#modal_box .adv_info ul li dl dt, #modal_box .adv_info ul li dl dd {float:left;line-height:14px;font-size:14px;}
#modal_box .adv_info ul li dl dt {font-weight:bold;padding-right:10px;margin-right:10px;border-right:1px solid #ddd;}
#modal_box .adv_info ul li dl dd {color:#333;}


/* 온라인 상담 상세 */
.view_comment { display:block; padding:20px; border-top:1px solid #888; }
.view_comment span.lab { display:inline-block; border-radius:8px; padding:10px; color:#111; margin:0 30px;  }
.view_comment p { padding:20px 20px; }
.board_view-page{position:relative;padding-bottom:100px;border-top:1px solid #000}
.board_view-page .view_title{display:block;padding:34px 0;border-bottom:1px solid #ddd; *zoom:1}
.board_view-page .view_title:after{content:"";display:block;clear:both}
.board_view-page .view_title > *{float:left;display:block;color:#000;font-size:18px}
.board_view-page .view_title .cate{padding-top:1px;width:96px;text-align:center}
.board_view-page .view_title .tit{margin:0;padding:0 30px;width:722px;font-size:24px;line-height:1.2em;border-left:1px solid #ddd}
.board_view-page .view_title .tit em{display:block;font-size:18px;line-height:1.4em}
.board_view-page .view_title .data,
.board_view-page .view_title .hit{margin-top:5px;padding:0 12px;color:#808080;line-height:1em;letter-spacing:0}
.board_view-page .view_title .name { position:absolute;  float:right; right:180px; }
.board_view-page .view_title .name em{display:block;width:100%;height:100%;overflow:hidden;white-space:nowrap;text-align:right}
.board_view-page .view_title .data { float:right; right:0; }
.board_view-page .view_title .cate { color:#585858; border-right:1px solid #ddd; padding-right:20px; }
.board_view-page .view_contents{padding:60px 38px;color:#000;font-family:"Apple SD Gothic Neo","나눔바른고딕",NanumBarunGothic;line-height:1.7em;font-size:18px;word-spacing:3px} /*띄어쓰기*/
.board_view-page .view_contents:after{clear:both;display:block;width:0;height:0;overflow:hidden;content:" ";opacity:0}
.board_view-page .view_contents *{font-family:"Apple SD Gothic Neo","나눔바른고딕",NanumBarunGothic;line-height:1.7em;font-size:18px}
.board_view-page .view_contents img{display:block;max-width:100%}
.board_view-page .view_contents p{margin:0}
.board_view-page .view_contents .tips{display:block;margin-top:48px;padding:25px;border:1px solid #ddd;background-color:#f5f5f5;font-size:16px;line-height:1.5em}
.board_view-page .view_contents .tips > strong{display:block;margin-bottom:16px;font-size:20px}
.board_view-page .view_contents .tips dl{padding:0 0 0 12px}
.board_view-page .view_contents .tips dl dt{position:relative;font-family:"Apple SD Gothic Neo",WebNotoSans;}
.board_view-page .view_contents .tips dl dt:before{content:"";display:block;position:absolute;top:9px;left:-10px;width:3px;height:3px;background-color:#757575}
.board_view-page .view_contents .tips dl dd{padding-right:200px}
.board_view-page .view_contents .yk_law{margin-top:50px}
.board_view-page .view_contents .yk_law strong{display:inline-block;padding:4px 0 15px 0;color:#000;border-top:1px solid #000}
.board_view-page .view_contents .yk_law ul{display:block; *zoom:1}
.board_view-page .view_contents .yk_law ul:after{content:"";display:block;clear:both}
.board_view-page .view_contents .yk_law ul li{float:left;display:block;margin-left:40px}
.board_view-page .view_contents .yk_law ul li:first-child{margin-left:0}
.board_view-page .view_contents .yk_law ul li a{display:block}
.board_view-page .view_contents .yk_law ul li img{display:block;margin:10px auto;width:104px;height:104px}
.board_view-page .view_contents .yk_law ul li p{display:block;font-size:18px;color:#000;line-height:1.1em;text-align:center}
.board_view-page .prev_next{display:block}
.board_view-page .prev_next ul li{display:block;padding:20px 35px;border-top:1px solid #ddd;color:#000;*zoom:1}
.board_view-page .prev_next ul li:after{content:"";display:block;clear:both}
.board_view-page .prev_next ul li a{float:left;width:100%;padding:8px 0;color:#000}
.board_view-page .prev_next ul li a > *{float:left;display:block;margin:0;font-size:18px}
.board_view-page .prev_next ul li a span{width:120px;line-height:1.4em;margin-top:4px}
.board_view-page .prev_next ul li a span.data{float:right;width:auto;color:#808080;letter-spacing:0}
.board_view-page .prev_next ul li a p{position:relative;width:800px;padding:4px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:1.4em}
.board_view-page .prev_next ul li a.scrt p{padding-left:42px;width:758px}
.board_view-page .prev_next ul li a p .secret{position:absolute;left:0;top:50%;width:31px;height:31px;margin-top:-15px;background-image:url('/img/ico_secret.gif');text-indent:-99999em;overflow:hidden}
.board_view-page .btn_list{border-top:1px solid #000;padding-top:20px; *zoom:1}
.board_view-page .btn_list:after{content:"";display:block;clear:both}
.board_view-page .btn_list .ft_r{float:right}
.board_view-page .btn_list .ft_l{float:left}
.board_view-page .btn_list a,
.board_view-page .btn_list button{width:131px;height:52px;background-repeat:no-repeat;background-position:0 0;color:#fff;font-size:20px;line-height:51px}
.board_view-page .btn_list .lst{padding-left:0px;width:117px; background: #C91414; text-align:center; letter-spacing:5px;}
.board_view-page .btn_list .mod{border:1px solid #b5b5b5;color:#404040}
.board_view-page .btn_list .del{border:1px solid #b5b5b5;margin-left:10px;color:#404040}
.board_write-page{margin-bottom:100px;border-top:1px solid #000}
.board_write-page:after{clear:both;display:block;width:0;height:0;overflow:hidden;content:" ";opacity:0}
.board_write-page .write_box{float:left;width:100%;border-bottom:1px solid #000}
.board_write-page .write_box dl{position:relative;float:left;width:100%;padding:24px 0;border-top:1px solid #ddd}
.board_write-page .write_box dl:first-child{border-top:none}
.board_write-page .write_box dl dt{float:left;width:150px}
.board_write-page .write_box dl dt span{display:block;width:112px;margin:10px 0 0 38px;font-size:18px;color:#000}
.board_write-page .write_box dl dd{float:left;width:920px;padding-right:46px}
.board_write-page .write_box dl.ft_b{width:50%}
.board_write-page .write_box dl.ft_b dd{width:362px}
.board_write-page .write_box dl.w2 dd{width:820px;padding-right:146px}
.board_write-page .write_box dl.w2 dd .ui-checkbox{position:absolute;right:50px;top:37px}
.board_write-page .write_box dl.w2 dd .ui-checkbox .ui-btn{padding-left:28px}
.board_write-page .write_box dl.w2 dd .ui-checkbox label em{display:block;width:43px;height:19px;line-height:1.2em}
.board_write-page .write_box dl.w5 .text_box{height:204px;padding:20px 20px;border:1px solid #d6d6d6}
.board_write-page .write_box dl.w5 .text_box textarea{width:100%;height:100%;resize:none;font-family:"Apple SD Gothic Neo", WebNotoSansL;font-size:18px;line-height:1.6em}
.board_write-page .write_box dl.w6 dd .inp_no{float:left;margin-right:20px}
.board_write-page .write_box dl.w6 dd .inp_no img{float:left;border:1px solid #d7d7d7;box-sizing:border-box}
.board_write-page .write_box dl.w6 dd .inp_no button{float:left;width:45px;height:45px;background:url('../img/btn_refrain.gif') center center no-repeat;text-indent:-99999em;overflow:hidden}
.board_write-page .write_box dl.w6 dd input[type=text]{float:left;width:172px}
.board_write-page .btns{float:left;position:relative;margin-top:20px;width:100%}
.board_write-page .btns .deg{display:block;position:absolute;left:10px;top:0;margin:0;width:800px;font-size:15px;color:#999;line-height:1.5em}
.board_write-page .btns .deg:before{content:"*";position:absolute;top:4px;left:-10px}
.board_write-page .btns .wit_doen{float:right;width:131px;height:52px;text-align:center;background-color:#C91414;color:#fff;font-size:20px;letter-spacing:-2px}
.board_view-page .file_box{position:relative;padding:17px 0;background-color:#f7f7f7}
.board_view-page .file_box strong{display:block;position:absolute;left:37px;top:16px;padding-left:20px;width:100px;height:24px;background:url('../img/file_tit.gif') 0 center no-repeat;color:#333;font-size:18px}
.board_view-page .file_box ul{margin:-5px 40px -5px 158px}
.board_view-page .file_box ul li{display:inline-block;padding:4px 10px 4px 0}
.board_view-page .file_box ul li a{display:block;padding:1px 0;color:#000;font-size:18px;font-family:"Apple SD Gothic Neo", WebNotoSansL}
.board_view-page .view_contents .cent{margin:0 auto;display:block}


/* 페이징 */
.board_page{display:block;padding:70px 0 30px 0;text-align:center}
.board_page ul{display:inline}
.board_page ul li{display:inline-block}
.board_page a{display:inline-block;margin:0 1px;width:40px;height:40px;border:1px solid #e2e2e2;color:#7c7c7c;vertical-align:top;line-height:40px}
.board_page a.on{color:#fff;border-color:#3a3947;background-color:#C91414}
.board_page > a{background:url('/img/ico_board_page.png') no-repeat;font-size:0;line-height:0}
.board_page > a.all_prev{background-position:center 0}
.board_page > a.prev{background-position:center -50px}
.board_page > a.next{background-position:center -100px}
.board_page > a.all_next{background-position:center -150px} 