@charset "utf-8";

/*
layout : PC
*/
/* 공통 */
/*
.tab { width: 100%; position: relative; overflow:hidden; height:80px;}
.tab > li { width: 100%; overflow: hidden; }
.tab > li > h3 { position: absolute; width: 50%; top: 0%; display: inline-block; text-align: center; line-height: 58px; box-sizing: border-box; z-index: 1; }
.tab.t3 > li > h3 { width: 33.33%; }
.tab.t2 > li:nth-child(1) > h3 { left: 0%; }
.tab.t2 > li:nth-child(2) > h3 { left: 50%; }
.tab.t3 > li:nth-child(1) > h3 { left: 0%; }
.tab.t3 > li:nth-child(2) > h3 { left: 33.33%; }
.tab.t3 > li:nth-child(3) > h3 { left: 66.66%; }
.tab > li > h3 > a { display: block; color: #a0a0a0; font-size: 20px; border: 1px solid #cdcdcd; background-color: #fff; font-weight: 100; }
.tab.t2 > li:nth-child(1) > h3 a { border-right: none; }
.tab.t2 > li:nth-child(2) > h3 a { border-left: none; }
.tab.t3 > li:nth-child(1) > h3 a { border-right: none; }
.tab.t3 > li:nth-child(3) > h3 a { border-left: none; }
.tab > li > h3 > a:hover,
.tab > li > h3 > a:focus { text-decoration: none; }
.tab > li > h3 > a:hover,
.tab > li > h3 > a:focus,
.tab > li.on > h3 > a { color: #fff; background-color: #184c87; font-weight: 400; }
*/

.tab{width:100%; height:auto; overflow:hidden;}
.tab .tabmenu2{padding:0; margin:0; list-style:none; width:100%: height:auto; overflow:hidden;}
.tab .tabmenu2 li{display:inline-block; float:left; line-height:50px; text-align:center; cursor:pointer;}
.tab .tabmenu2.t3 li{width:31%; margin:0 1%; display: block; color: #a0a0a0; font-size:20px; border:1px solid #cdcdcd; background-color:#fff; font-weight:100;}
.tab .tabmenu2.t3 li.on{color: #fff; background-color: #184c87; font-weight: 400;}
.tab .conBox{width:100%; height:auto; overflow:hidden; display:none; padding:20px 0;}
.tab .conBox.on{display:block;}

.w100{width:80px;}
.w100{width:100px;}
.w120{width:120px;}
.w130{width:130px;}
.w140{width:140px;}
.w150{width:150px;}
.center{text-align:center;}
.right{text-align:right;}
.white{color:#fff;}

.section { margin-bottom: 30px; }
.title { position: relative; background: url("/images/kr/sub/bl_line.png") left center no-repeat; padding-left: 18px; font-size: 18px; font-weight: 400; margin-bottom: 10px; }
.subTitle { position: relative;background: url("/images/kr/sub/bl_line2.png") left center no-repeat;padding-left: 10px;font-size: 16px;font-weight: 400;margin-bottom: 10px; }
.thirdTitle { position: relative;background: url("/images/kr/sub/bl_line3.png") left center no-repeat;padding-left: 10px;font-size: 15px;font-weight: 400;margin-bottom: 10px; }
.grayBox {clear:both; background-color: #f5f5f5; padding: 30px; }
.grayBorderBox { border: 1px solid #f5f5f5; padding: 30px; }
.list > li { margin-bottom: 5px; }
.list > li:after { content: ''; display: block; clear: both; }
.list > li:last-child { margin-bottom: 0px; }
.list > li > .tit,
.list > li > .con { float: left; }
.list > li > .con { font-weight: 100; max-width: calc(100% - 80px); }
.list.dot > li { position: relative; padding-left: 10px; }
.list.dot > li:before { content: '·'; position: absolute; left: 0; top: 0px; }
.list.dash > li { position: relative; padding-left: 7px; }
.list.dash > li:before { content: '-'; position: absolute; left: 0; top: 0px; }

.list .dot{ position: relative; padding-left: 10px; }
.list .dot:before { content: '·'; position: absolute; left: 0; top: 0px; }
.list .dash{ position: relative; padding-left: 7px; }
.list .dash:before { content: '-'; position: absolute; left: 0; top: 0px; }

.box_gray{margin:15px 0; padding:20px; background:#eaeaea; border-radius:15px;}

.tableWrap .tableInfo { display: none; font-size: 13px; color: #fc4b05; margin-bottom: 5px; }
table { width: 100%; }
table th { background-color: #f8f5ef; border: 1px solid #dcc9aa; font-weight: bold; padding: 10px; text-align: center; }
table td { background-color: #fff; border: 1px solid #dcc9aa; text-align: center; font-weight: 100; word-break: keep-all; word-wrap: break-word; padding: 10px; }
table thead th { border-top: 2px solid #a7844c; }
table th:first-child,
table td:first-child { border-left: none; }
table th:last-child,
table td:last-child { border-right: none; }
table .con{text-align:left;}
table .ver{vertical-align:top;}
table .cen{text-align:center;}

.tabmenu {position:relative; overflow:hidden; width:100%; margin:0 0 20px; border-top:1px solid #dbdbdb; border-left:1px solid #dbdbdb; box-sizing:border-box;}
.tabmenu > li{float:left; width:33.33%; font-size:16px; letter-spacing:-1px;}
.tabmenu > li > a{display:block; line-height:45px; font-weight:400; color:#000; border-right:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; color:#525252; transition:background 0.3s ease-in; text-align:center;}
.tabmenu > li > a:hover{color:#3e78bd; background:#f8f8f8;}
.tabmenu > li.on > a{color:#fff; background:#37405b;}

#subMember .tabmenu > li { width: 14.28%; }

.default h3{font-size: 21px; font-weight: 100; color: #222; line-height: normal; padding-bottom: 20px; margin-top: 60px;}
.default h3:first-child{margin-top:0;}
.default p{color: #666; line-height: 22px; margin-bottom: 20px;}
.imp{color:red;}
.red{color:red;}
.blue{color:blue;}
.pass_btn a{color:#fff;}

/* 시험일정 */
.default h3 .agendanotice {color: red; font-size: 14px; float: right; padding-top: 7px;}

/* 인사말 */
#greeting .chairman,
#greeting .slogan,
#greeting .ci{text-align:center;}
#greeting .slogan{padding:25px; border:6px solid #eaeaea;}
#greeting .ci{position:relative; overflow:hidden; padding:20px;}
#greeting .ci a{clear:both; display:inline-block; float:right; margin-top:20px; }
#greeting div.cifiledown{text-align: right;}

/* 사업소개 */
#business .ex_guide_btn{padding-top:60px; text-align:left;}
#business .ex_guide_btn a{padding:10px 50px 10px 50px; font-size:120%; color:#fff;}
#business .pic{margin-bottom:5px;}
#business h3{margin-top:0px;}

/* 조직도 */
#org .org{padding:50px 0; text-align:center; border:3px solid #eaeaea;}
#org .memberList{overflow:hidden;}
#org .memberList dl{float:left; width:210px; margin:15px 18px; padding:20px; border:1px solid #ccc;}
#org .memberList dl dt{padding:0 0 10px 0; font-size: 21px; font-weight: bold; color: #222; line-height: normal;}
#org .memberList2{} 
#org .memberList2 .member{overflow:hidden; margin:0 0 30px 0; padding:0 0 25px 0; border-bottom:1px solid #eee;}
#org .memberList2 .member .lay{overflow:hidden;}
#org .memberList2 .member .lay_left{float:left; width:49%;}
#org .memberList2 .member .lay_right{float:left; width:49%;}
#org .memberList2 p{margin-bottom:5px; font-size:120%; font-weight:bold;}


/* 응시접수 안내 */
#ac_guide .ac_guide_btn{padding-top:60px; text-align:center;}
#ac_guide .ac_guide_btn a{padding:10px 50px 10px 50px; font-size:120%; color:#fff;}
#ac_guide .phone{padding:10px; font-size:120%; color:#1c71ad;}

/* 시험신청 */
#ac_receive .ac_receive_btn,
#ac_receive_write .ac_receive_btn{padding-top:60px; text-align:center;}
#ac_receive .ac_receive_btn a,
#ac_receive_write .ac_receive_btn a{padding:10px 50px 10px 50px; font-size:120%; color:#fff;}

#ac_receive .ac_receive_btn2,
#ac_receive_write .ac_receive_btn2{padding-top:10px; text-align:right;}
#ac_receive .ac_receive_btn2 a,
#ac_receive_write .ac_receive_btn2 a{padding:5px 30px 5px 30px; font-size:100%; color:#fff;}

#ac_receive_write .ac_receive_btn3{text-align:center;}
#ac_receive_write .ac_receive_btn3 a{padding:5px 30px 5px 30px; font-size:100%; color:#fff;}

#ac_receive_write table td{text-align:left;}
#ac_receive_write table td.cen{text-align:center;}
#ac_receive_write table td p{margin:0;}
#ac_receive_write label{font-weight:100;}
#ac_receive_write .pic{width:140px;}
#ac_receive_write .pic div{width:140px; height:180px; line-height:180px; background:#fff; border:1px solid #ccc;}
#ac_receive_write h3{padding-left:10px; background:url(/images/member/join/icon_tit.gif) no-repeat left 3px;}

#ac_receive_write .receive_info{padding:15px; background:#eaeaea; border-radius:15px;}
#ac_receive_write .reveive_search{padding:25px; text-align:center;}
#ac_receive_write .reveive_search select{width:700px;}

#ac_receive_write .long{width:70%; margin-top:6px;}

/* 회원가입 */
#join .join_opt li{float:left; width:30%; margin:0 1.6%; text-align:center;}
#join .join_opt li a{display:block; width:100%; padding:50px 0px; color:#fff; font-size:24px; }
#join .join_opt li a span{display:block; font-size:14px;}
#join .join_opt li:last-child a{padding:39px 0;}

#join .join_logo{text-align:center; background:none;}
#join .join_info{margin:15px 0 30px 0; padding:25px; text-align:center;}
#join .join_info p{line-height:100%;}
#join .join_info p:last-child{padding:10px; border-radius:25px; color:#fff;}

#join .join_step{position:relative; overflow:hidden; width:100%;}
#join .join_step li{float:left; width:145px; margin:0; text-align:center;}
#join .join_step li.arrow{width:90px; padding-top:40px;}

/* 수험표출력 */
#slip{position:relative; overflow:hidden; width:800px; margin:0 auto; padding:30px 20px; border:1px solid #ccc;}
#slip h1{padding:15px 0 20px 0; font-size:32px; text-align:center;}
#slip table th { background-color: #f1f1f1; border: 1px solid #bbb; font-weight: bold; padding: 10px; text-align: center; }
#slip table td { background-color: #fff; border: 1px solid #bbb; text-align: left; font-weight: 100; word-break: keep-all; word-wrap: break-word; padding: 10px; }
#slip .usr_info{overflow:hidden; margin-top:30px; padding:20px;border:1px solid #bbb;}
#slip .usr_info h2{padding:0 0 20px 0; font-size:18px;}
#slip .print_logo{padding:15px 0 5px 0; text-align:center;}


/* 자격증신청 */
.license .license_step{position:relative; overflow:hidden; width:100%;}
.license .license_step li{float:left; width:145px; margin:0; text-align:center;}
.license .license_step li.arrow{width:90px; padding-top:40px;}
.license h3{padding-left:10px; background:url(/images/member/join/icon_tit.gif) no-repeat left 3px;}
.license .btn_bottom{padding:25px 0;}
.license .btn_bottom a{color:#fff;}

/* 약관동의 */
#join h3{padding-left:10px; background:url(/images/member/join/icon_tit.gif) no-repeat left 3px;}
#join .term{margin-top:10px; height:140px; overflow-y:scroll; padding:5px 20px; background:#f8f8f8; border:1px solid #ccc;}
#join pre{white-space:pre-wrap; font-family:"gulim"; font-size:13px;}
#join .join_btn{padding-top:60px; text-align:center;}
#join .join_btn a{padding:10px 50px; font-size:120%; color:#fff;}

/* 정보입력 */
#join table td{text-align:left;}
#join table td p{margin:0;}
#join label{font-weight:100;}

/* 가입완료 */
#join .join_ok{padding:50px; text-align:center; font-size:110%; border:1px solid #ccc;}
#join .join_btn span{color:blue;}

/* 본인인증 */
#join .auth_opt li{float:left; width:50%; text-align:center;}
#join .auth_opt li a{display:block; width:98%; padding:30px 0px; color:#fff; font-size:24px; }

/* 약관 */
#privacy .term{margin-top:10px; height:140px; overflow-y:scroll; padding:5px 20px; background:#f8f8f8; border:1px solid #ccc;}
#privacy pre{white-space:pre-wrap; font-family:"gulim"; font-size:13px;}

/* 탈퇴 */
.my_leave h3{font-size:24px; text-align:center;}

/* 교육 */
.edu h3{padding-left:10px; background:url(/images/member/join/icon_tit.gif) no-repeat left 3px;}
.book_price{position:relative; overflow:hidden;}
.book_price .book_img{float:left; width:200px;}
.book_price .book_table{float:right; width:650px;}
.book_price .book_table td{text-align:left;}
.book_price .book_table .price_ea{width:50px; text-align:center;}
.book_price .book_table tr:last-child td{text-align:right; padding-top:15px;}
.book_price .book_table tr:last-child td span{font-size:24px; color:red; font-weight:bold;}
.book_price .book_table tr:last-child td .btn{color:#fff; padding:10px 55px; font-size:18px;}
.book_price .grayBox{margin-bottom:15px;}
.book_price .price_table td{text-align:left;}
.book_price .price_table .long{width:70%; margin-top:6px;}
.book_price .price_table ul li{padding:3px 0;}
.book_price .price_btn{padding:25px 0 0 0; text-align:center;}
.book_price .price_btn a{padding:10px 20px; color:#fff; font-size:16px;}

/*사이트맵*/
#sub_sitemap .site{overflow:hidden; width:100%; padding:20px 0 0 0; border-top:1px solid #d6d6d6;}
/*#sub_sitemap .site h4{float:left; width:22%; font-size:161%;}*/
#sub_sitemap h4 { position: relative; background: url("/images/kr/sub/bl_line.png") left center no-repeat; padding-left: 18px; font-size: 18px; font-weight: 400; margin-bottom: 10px; }
#sub_sitemap .site > ul{float:left; width:100%; box-sizing:border-box;}
#sub_sitemap .site > ul > li {float:left; width:22%; padding:0 1.5% 30px;}
#sub_sitemap .site > ul > li > a{display:block; line-height:40px; border:1px solid #d6d6d6; text-align:center; font-size:115%;}
#sub_sitemap .site > ul > li > a:hover,
#sub_sitemap .site > ul > li > a:focus{background:#f8f8f8;}
#sub_sitemap .site > ul > li > ul{padding:10px 0 0 0;}

.pass_result{overflow:hidden; margin:25px 0; padding:25px 25px 5px 25px; background:#fafafa; border-radius:20px;}
.pass_result .pass_con{font-size:24px; text-align:center; color:blue;}
.pass_result .pass_btn{text-align:center; padding:5px;}
.pass_result .pass_btn a{padding:5px 35px; color:#fff;}