@charset "utf-8";

/* con_com 구분에 들어가는 기본 레이아웃 */
#con_com {position:relative; padding:1rem; background:#f3f3f3;}
#con_com section {position:relative; margin:1rem 0 0; padding:1rem 1.25rem; background:#fff;}
#con_com section h1 {margin-bottom:0.75rem; font-size:1.3rem; font-weight:700; text-align:center; color:#222;}
#con_com section h2 {position:relative; padding:4px; font-size:16px; font-weight:700; text-align:center; color:#fff; background:#555;}
/*#con_com section h2:before {content:''; position:absolute; top:0; left:50%; width:1rem; height:2px; margin-left:-0.5rem; background:#222;}*/
#con_com section .DC {padding-bottom:0.75rem; font-size:0.75rem; text-align:center; font-weight:200; border-bottom:1px solid #555;}
#con_com section .con_com_st {padding:1rem 0; line-height:1.4; font-weight:200; font-size:0.75rem; color:#444; overflow:hidden;}

@media screen and (max-width:1019px){

	#con_com {padding:1rem 0.5%;}
	#con_com section {padding:1rem 2%;}
}

/* 타이틀(텍스트 타입) */
.titT1 {margin-bottom:0.5rem; font-size:1.3rem; line-height:1.3; font-weight:400; color:#222; letter-spacing:-1px;}
.titT2 {margin-bottom:0.5rem; font-size:1rem; line-height:1.3; font-weight:400; color:#222; letter-spacing:-1px;}
.titT3 {margin-bottom:0.3rem; font-size:0.9rem; line-height:1.3; font-weight:400; color:#0057b8; letter-spacing:-1px;}
.titT3_lineB {margin-bottom:0.3rem; font-size:0.9rem; line-height:1.3; font-weight:400; color:#0057b8; letter-spacing:-1px; text-decoration:underline;}

/* 타이틀(블릿 타입) 200604수정*/
.tit1 {margin-bottom:0.7rem; padding-top:0.5rem; font-size:1.2rem; line-height:1.3; font-weight:400; color:#222; letter-spacing:-1px; background:url("/images/web/ncrc_en/con_com/bu_tit1.png") no-repeat left top;}
.tit2 {margin-bottom:0.4rem; padding-left:1.2rem; font-size:1rem; line-height:1; font-weight:400; color:#222; letter-spacing:-1px; background:url("/images/web/ncrc_en/con_com/bu_tit2.png") no-repeat left 4px;}
.tit3 {margin-bottom:0.3rem; padding-left:1rem; font-size:0.95rem; line-height:1.3; font-weight:400; color:#333; letter-spacing:-1px; background:url("/images/web/ncrc_en/con_com/bu_tit3.png") no-repeat left 4px;}

/* 블릿 */
.bu_st1 {position:relative; padding-left:0.6rem; font-size:0.75rem; line-height:1.6 !important; color:#444; background:url("/images/web/ncrc_en/con_com/bu_st1.png") no-repeat left 0.4rem;}
/*.bu_st1:before {content:''; position:absolute; top:8px; left:0; width:5px; height:5px; border-radius:10px; background:#1a90ce;}*/
.bu_st2 {position:relative; padding-left:0.6rem; font-size:0.75rem; line-height:1.5 !important; color:#444;}
.bu_st2:before {content:''; position:absolute; top:9px; left:0; width:4px; height:4px; background:#696969; border-radius:2px;}
.bu_st2B {position:relative; padding-left:0.6rem; font-size:0.75rem; line-height:1.5 !important; color:#444;}
.bu_st2B:before {content:''; position:absolute; top:9px; left:0; width:4px; height:4px; background:#babdc2; border-radius:2px;}
.bu_st3 {position:relative; padding-left:0.6rem; font-size:0.75rem; line-height:1.5 !important; color:#444;}
.bu_st3:before {content:''; position:absolute; top:10px; left:0; width:5px; height:2px; background:#999;}
.bu_st4{position:relative; padding-left:0.6rem; font-size:0.75rem; line-height:1.5 !important; color:#555;}
.bu_st4:before {content:''; position:absolute; top:10px; left:0; width:2px; height:2px; background:#646a7d;}

/* 리스트 :블릿 타입 */
.list_st1 > li {position:relative; padding-left:0.6rem; font-size:0.75rem; line-height:1.7; color:#444; background:url("/images/web/ncrc_en/con_com/bu_st1.png") no-repeat left 0.4rem;}
.list_st2 > li {position:relative; padding:4px 0 4px 0.65rem; font-size:0.75rem; line-height:1.5; color:#444;}
.list_st2 > li:before {content:''; position:absolute; top:0.7rem; left:0; width:4px; height:4px; background:#696969; border-radius:2px;}
.list_st3 > li {position:relative; padding:0.15rem 0 0.15rem 0.5rem; font-size:0.75rem; line-height:1.5; color:#444;}
.list_st3 > li:before {content:''; position:absolute; top:0.65rem; left:0; width:5px; height:2px; background:#646a7d;}
.list_st4 > li{position:relative; padding:0.15rem 0 0.15rem 0.5rem; font-size:0.75rem; line-height:1.5; color:#555;}
.list_st4 > li:before {content:''; position:absolute; top:0.65rem; left:0; width:2px; height:2px; background:#646a7d;}
li.bu_none:before {display:none;}

/* 리스트 :텍스트 타입 */
.list_stT1 > li {padding:0.15rem 0; font-size:0.75rem; line-height:1.6; color:#444;}
.list_stT2 > li {font-size:0.75rem; line-height:1.6; color:#444;}

/* 리스트 :가로 나열 */
.li_w50, .li_w30, .li_w25, .li_w20 {overflow:hidden;}
.li_w50 > li {width:45%; float:left;}
.li_w30 > li {width:30%; float:left;}
.li_w25 > li {width:23%; float:left;}
.li_w20 > li {width:18%; float:left;}

/* 리스트 :순차적 리스트 타입 */
.list_ol1 > li {position:relative; margin-bottom:0.25rem; padding:0.15rem 0 0.1rem 1.5rem; line-height:1rem; font-size:0.75rem;}
.list_ol1 > li span.num {position:absolute; left:0; top:0; width:1.25rem; height:1.25rem; line-height:1.25rem; font-weight:400; color:#fff; text-align:center; background:#636363; border-radius:13px;}
.list_ol2 > li {position:relative; margin-bottom:0.25rem; padding:0.15rem 0 0.1rem 1.5rem; line-height:1rem; font-size:0.75rem;}
.list_ol2 > li span.num {position:absolute; left:0; top:0; width:1.25rem; height:1.25rem; line-height:1.25rem; font-weight:400; color:#fff; text-align:center; background:#004a80; border-radius:13px;}
.list_ol2 > li:nth-child(even) span.num {background:#00bff5;}

/* 텍스트 요소 :폰트컬러 타입 */
.pc_blue {color:#155eb6;}
.pc_navy {color:#17335a;}
.pc_org {color:#f58220;}
.pc_black {color:#000;}
.pc_green {color:#4db02c;}
.pc_mint {color:#00b0a0;}
.pc_red {color:#e33d65;}
.pc_puple {color:#2445d2;}/*200604추가*/
.pc_pink {color:#F39;}/*200604추가*/
.pc_white {color:#fff;}/*200608추가*/

/* 텍스트 요소 :텍스트 배경색 */
.bg_blue {padding:0.1rem 0.25rem; color:#fff; background:#155eb6;}
.bg_navy {padding:0.1rem 0.25rem; color:#fff; background:#17335a;}
.bg_org {padding:0.1rem 0.25rem; color:#fff; background:#f58220;}
.bg_black {padding:0.1rem 0.25rem; color:#fff; background:#000;}
.bg_green {padding:0.1rem 0.25rem; color:#fff; background:#4db02c;}
.bg_mint {padding:0.1rem 0.25rem; color:#fff; background:#00b0a0;}
.bg_red {padding:0.1rem 0.25rem; color:#fff; background:#e33d65;}

/* 텍스트 요소 :강조 타입 */
.Tline_b {text-decoration:underline;}
.f_weightB {font-weight:bold;}

/* 텍스트 요소 :폰트 크기 */
.fs12 {font-size:0.6rem;}
.fs13 {font-size:0.65rem;}
.fs14 {font-size:0.7rem;}
.fs15 {font-size:0.75rem;}
.fs16 {font-size:0.75rem;}
.fs18 {font-size:0.9rem;}
.fs20 {font-size:1rem;}
.fs22 {font-size:1.1rem;}
.fs24 {font-size:1.2rem;}
.fs26 {font-size:1.3rem;}

/* 텍스트 요소 :링크 타입 */
a.bu_link {padding-left:1.5rem; color:#155eb6; text-decoration:underline; background:url("/images/web/ncrc_en/con_com/bu_link.png") no-repeat left top;}
a.bu_linkL {padding-left:1rem; color:#155eb6; text-decoration:underline; background:url("/images/web/ncrc_en/con_com/bu_link_line.png") no-repeat left 3px;}
a.bu_mail {padding-left:1.5rem; color:#155eb6; text-decoration:underline; background:url("/images/web/ncrc_en/con_com/bu_mail.png") no-repeat left top;}
a.bu_mailL {padding-left:1rem; color:#155eb6; text-decoration:underline; background:url("/images/web/ncrc_en/con_com/bu_mail_line.png") no-repeat left 3px;}
a.bu_downL {padding-right:1rem; color:#155eb6; text-decoration:underline; background:url("/images/web/ncrc_en/con_com/bu_down_line.png") no-repeat right 3px;}
a.bu_homeL {padding-right:18px; color:#155eb6; text-decoration:underline; background:url("/images/web/ncrc_en/con_com/bu_home_line.png") no-repeat right 3px;}


/* 텍스트 요소 :경고&말풍선 타입 */
.bu_atteT {margin-bottom:0.5rem; padding-left:1.5rem; font-size:0.9rem; font-weight:400; color:#222; background:url("/images/web/ncrc_en/con_com/bu_atteT.png") no-repeat left top;}
.bu_atteT2 {margin-bottom:0.5rem; padding-left:1.5rem; font-size:0.9rem; font-weight:400; color:#222; background:url("/images/web/ncrc_en/con_com/bu_atteT2.png") no-repeat left top;}
.bu_atteT_line {margin-bottom:0.5rem; padding-left:1.5rem; font-size:0.9rem; font-weight:400; color:#222; background:url("/images/web/ncrc_en/con_com/bu_atteT_line.png") no-repeat left top;}
.bu_atteT2_line {margin-bottom:0.5rem; padding-left:1.5rem; font-size:0.9rem; font-weight:400; color:#222; background:url("/images/web/ncrc_en/con_com/bu_atteT2_line.png") no-repeat left top;}
.bu_atte {padding-left:1rem; font-size:0.75rem; background:url("/images/web/ncrc_en/con_com/bu_atte.png") no-repeat left 2px;}
.bu_atte2 {padding-left:1rem; font-size:0.75rem; background:url("/images/web/ncrc_en/con_com/bu_atte2.png") no-repeat left 2px;}
.bu_atte_line {padding-left:1rem; font-size:0.75rem; background:url("/images/web/ncrc_en/con_com/bu_atte_line.png") no-repeat left 2px;}
.bu_atte2_line {padding-left:1rem; font-size:0.75rem; background:url("/images/web/ncrc_en/con_com/bu_atte2_line.png") no-repeat left 2px;}

.bu_mentT {margin-bottom:0.5rem; padding:4px 0 4px 2rem; font-size:0.9rem; font-weight:400; color:#222; background:url("/images/web/ncrc_en/con_com/bu_mentT.png") no-repeat left top;}
.bu_mentT2 {margin-bottom:0.5rem; padding:0.85rem 0 0 0.75rem; font-size:0.9rem; font-weight:400; color:#222; background:url("/images/web/ncrc_en/con_com/bu_mentT2.png") no-repeat left top;}
.bu_ment {padding:16px 0 0 0.75rem; background:url("/images/web/ncrc_en/con_com/bu_ment.png") no-repeat left top;}

/* 테이블 :테이블 기본 타입 추가 수정 190917 */
/*.tbl_st {position:relative; width:100%; background:#fff; -webkit-overflow-scrolling:touch; word-break:keep-all;}*/
.tbl_st {position:relative; width:100%; margin:0.25rem 0 0 -1px; font-size:0.75rem; text-align:center; border-top:1px solid #b7b7b7; -webkit-overflow-scrolling:touch; /* 삭제 word-break:keep-all; */}
.tbl_st thead th {padding:0.65rem 0.4rem; vertical-align:middle; color:#222; font-weight:400; font-weight:normal; font-size:0.75rem; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; background:#f2f4f6;}
.tbl_st tbody th {padding:0.65rem 0.4rem; vertical-align:middle; color:#222; font-weight:400; font-weight:normal; font-size:0.75rem; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; background:#fdfdfd;}
.tbl_st td {padding:0.5rem 0.4rem; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1;background: #fff;} /*200708 추가*/
.tbl_st tbody td.txtal_l{text-align:left} /*200708 추가*/
.tbl_st tfoot th {padding:0.65rem 0.4rem; color:#222; font-weight:400; font-weight:normal; font-size:0.75rem; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; background:#fafbfb;}
.tbl_st tfoot td {padding:0.65rem 0.4rem; vertical-align:middle; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; background:#fafbfb;}
.tbl_st:after {content:""; display:block; position:absolute; left:0; top:0; width:1px; height:100%; clear:both; overflow:hidden; background:#fff;}

/* 테이블 :테이블 4면 선 추가 수정 190917 */
/*.tbl_st2 {position:relative; background:#fff; -webkit-overflow-scrolling:touch; word-break:keep-all;}*/
.tbl_st2 {position:relative; width:100%; margin-top:0.25rem; text-align:center; border-top:1px solid #b7b7b7; border-left:1px solid #e1e1e1; -webkit-overflow-scrolling:touch; /* 삭제 word-break:keep-all; */}
.tbl_st2 thead th {padding:0.65rem 0.4rem; vertical-align:middle; color:#222; font-weight:400; font-weight:normal; font-size:0.75rem; border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1; background:#f2f4f6;}
.tbl_st2 tbody th {padding:0.65rem 0.4rem; vertical-align:middle; color:#222; font-weight:400; font-weight:normal; font-size:0.75rem; border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1; background:#fdfdfd;}
.tbl_st2 td {padding:0.5rem 0.4rem; border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1;}
.tbl_st2 tfoot th {padding:0.65rem 0.4rem; vertical-align:middle; color:#222; font-weight:400; font-weight:normal; font-size:0.75rem; border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1; background:#fafbfb;}
.tbl_st2 tfoot td {padding:0.65rem 0.4rem; border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1; background:#fafbfb;}

/* 테이블 :세로테이블 추가 수정 190917 */
/*.tbl_st_row {position:relative; background:#fff; -webkit-overflow-scrolling:touch; word-break:keep-all;}*/
.tbl_st_row {position:relative; width:100%; margin-top:0.25rem; text-align:center; border-top:1px solid #b7b7b7; -webkit-overflow-scrolling:touch; /* 삭제 word-break:keep-all; */}
.tbl_st_row tbody th {padding:0.65rem 0.4rem; vertical-align:middle; color:#222; font-weight:400; font-weight:normal; font-size:0.75rem; border-bottom:1px solid #e1e1e1; background:#f2f4f6;}
.tbl_st_row tbody td {padding:0.5rem 0.4rem; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; background:#fff;}
.tbl_st_row tfoot th {padding:0.65rem 0.4rem; vertical-align:middle; color:#222; font-weight:400; font-weight:normal; font-size:0.75rem; border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1; background:#fafbfb;}
.tbl_st_row tfoot td {padding:0.65rem 0.4rem; border-bottom:1px solid #e1e1e1; border-left:1px solid #e1e1e1; background:#fafbfb;}

/* 테이블 - 기타 */
.scroll_img, .scroll_gr {position:relative;} /* 스크롤 */
.tbl_utile {margin-top:-1rem; text-align:right; line-height:1.2; font-size:0.75rem;} /* 유틸 */

/* 박스 :박스 기본 타입 */
.box_st1 {position:relative; padding:0.75rem 1.25rem; border:1px solid #bfbfbf; background:#fff;}
.box_st2 {position:relative; padding:0.75rem 1.25rem; border:1px solid #bfbfbf; background:#fbfbfb;}
.box_st3 {padding:5px; background:url("/images/web/ncrc_en/con_com/pt_diagonalG.png") repeat;}
.box_st3 .inner {position:relative; padding:0.75rem 1.25rem; background:#fff;}
.box_st4 {position:relative; padding:0.75rem 1.25rem; border-top:2px solid #000; border-bottom:1px solid #000;}

.box_st5 {position:relative; padding:1.5rem 1.25rem; border:2px dashed #d5d8da; background:#fff; border-top:4px solid #00bff5;}
.box_st5:before {content:''; position:absolute; top:-4px; left:-2px; width:150px; height:2px; border-top:4px solid #004a80; /* border-left:4px solid #1a90ce; */}
.box_st5:after {/* content:''; */position:absolute; top:-2px; right:-2px; width:80px; height:50px; border-bottom:4px solid #1a90ce; border-right:4px solid #36bbb8;}
.box_st5 .box_st_ico {position:relative; min-height:70px; padding-left:6.25rem;}
.box_st5 .box_st_ico .ico_boxImg {position:absolute; left:0; top:0;}

/* 탭 :1차 탭 *//* 200813 */
.tab_st1_box {margin-bottom:1rem; overflow:hidden;}
.tab_st1_box li {width:25%; float:left; margin:1px 0;}
.tab_st1_box a {position:relative; display:block; margin-right:0.1rem; padding:0.75rem 0.75rem 0.75rem 0.75rem; border-radius:0.5rem; line-height:1rem; font-size:0.75rem; color:#444; text-align:center; border:1px solid #d3d3d3; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.tab_st1_box a:hover, .tab_st1_box li.on a{color:#fff; border:1px solid #1170c5; background:#1170c5}

/* 탭 :2차 탭 *//* 200813 */
.tab_st2 {margin-bottom:1rem; overflow:hidden;}
.tab_st2 li {width:25%; float:left; margin:0.05rem 0;}
.tab_st2_box a {display:block; margin-right:0.1rem; padding:0.55rem 0.5rem; line-height:0.95rem; font-size:0.75rem; color:#444; text-align:center; border-radius:0.25rem; border:2px solid #d3d3d3; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.tab_st2_box a:hover, .tab_st2_box li.on a{color:#222; border-color:#1170c5;}
.tab_st2 li a[target='_blank'] {background:url("/images/web/ncrc_en/con_com/tab2_off_blank.png") no-repeat 95% center;}

/* 탭 :3차 탭 */
.tab_st3 {margin-bottom:1rem; overflow:hidden;}
.tab_st3 li {width:25%; float:left; margin:1px 0;}
.tab_st3_box a {display:block; margin-right:0.1rem; padding:0.55rem 0.5rem; line-height:0.95rem; font-size:0.75rem; color:#444; text-align:center; border-top:2px solid #d3d3d3; border-bottom:2px solid #d3d3d3; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.tab_st3_box a:hover, .tab_st3_box li.on a{color:#222; border-color:#1170c5;}
.tab_st3 li a[target='_blank'] {background:url("/images/web/ncrc_en/con_com/tab2_off_blank.png") no-repeat 95% center;}

/* 탭 :리스트 탭 */
.tab_list {margin-bottom:1rem; padding:1rem 0; border:4px solid #dfe6ee; overflow:hidden; background:url("/images/web/ncrc_en/con_com/bg_tab_list.png") no-repeat left top;}
.tab_list li {width:25%; float:left; margin:1px 0;}
.tab_list li a {position:relative; display:block; margin:0 1rem; padding-left:1.15rem; line-height:1.5rem; font-size:0.75rem; color:#444; background:url("/images/web/ncrc_en/con_com/tab_list_off.png") no-repeat left 7px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.tab_list li.on a, .tab_list li.on a:hover, .tab_list li a:hover {font-weight:400; color:#024289; background:url("/images/web/ncrc_en/con_com/tab_list_on.png") no-repeat left 7px;}
.tab_list li a[target='_blank']:after {content:''; display:inline-block; width:13px; height:13px; margin-left:0.5rem; background:url("/images/web/ncrc_en/con_com/tab2_off_blank.png") no-repeat right center;}

/* 탭 :개수 지정 */
.Tab_w50 li {width:50%;}
.Tab_w30 li {width:33%;}
.Tab_w20 li {width:20%;}

/* 탭 :반응형 191105 */
.reactTab{display:block;}
.reactTab a.selectTab{display:none;}

/* 버튼 :기본 *//* 200813 */
.btn_gr, .btn_grL, .btn_bl, .btn_green, .btn_blL, .btn_greenL {display:inline-block; margin:1px; line-height:22px; font-size:0.85rem; font-weight:400; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; border-radius:0.5rem;}
.btn_gr {padding:0.5rem 0.75rem; color:#fff; background:#515151;}
.btn_gr:hover, .btn_gr:focus {background:#424141;}
.btn_grL {padding:9px 0.7rem; color:#515151; border:1px solid #515151;}
.btn_grL:hover, .btn_grL:focus {color:#424141; border:1px solid #424141;}
.btn_bl {padding:0.5rem 0.75rem; color:#fff; background:#003a85;}
.btn_bl:hover, .btn_bl:focus {background:#0f4e99;}
.btn_green {padding:0.5rem 0.75rem; color:#fff; background:#1170c5;}
.btn_green:hover, .btn_green:focus {background:#00552e;}
.btn_blL {padding:9px 0.7rem; color:#003a85; border:1px solid #003a85;}
.btn_blL:hover, .btn_blL:focus {color:#0f4e99; border:1px solid #0f4e99;}
.btn_greenL {padding:9px 0.7rem; color:#1170c5; border:1px solid #00552e;}
.btn_greenL:hover, .btn_greenL:focus {color:#1170c5; border:1px solid #00552e;}


/* 버튼 :작은사이즈 *//* 200813 */
.btn_gr.mini, .btn_grL.mini, .btn_bl.mini, .btn_green.mini, .btn_blL.mini, .btn_greenL.mini {display:inline-block; margin:1px; line-height:18px; font-size:0.75rem; font-weight:200; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; border-radius:0.25rem;}
.btn_gr.mini {padding:5px 0.5rem; color:#fff; background:#515151;}
.btn_grL.mini {padding:4px 9px; color:#515151; border:1px solid #515151;}
.btn_bl.mini {padding:5px 0.5rem; color:#fff; background:#003a85;}
.btn_green.mini {padding:5px 0.5rem; color:#fff; background:#1170c5;}
.btn_blL.mini {padding:4px 9px; color:#003a85; border:1px solid #003a85;}
.btn_greenL.mini {padding:4px 9px; color:#1170c5; border:1px solid #1170c5;}
.btn_gr:hover, .btn_gr:focus {background:#424141;}
.btn_grL:hover, .btn_grL:focus {color:#424141; border:1px solid #424141;}
.btn_bl:hover, .btn_bl:focus {background:#022d65;}
.btn_blL:hover, .btn_blL:focus {color:#022d65; border:1px solid #022d65;}
.btn_green:hover, .btn_green:focus {background:#00552e;}
.btn_greenL:hover, .btn_greenL:focus {color:#022d65; border:1px solid #00552e;}

/* 버튼 :기본 + 아이콘 *//* 200813 */
.btn_gr.ico_w, .btn_bl.ico_w, .btn_green.ico_w {position:relative; padding:0.5rem 50px 0.5rem 0.75rem;}
.btn_grL.ico_g, .btn_blL.ico_g, .btn_green.ico_g, .btn_greenL.ico_g {position:relative; padding:9px 2.45rem 9px 0.7rem;}
.ico_w span, .ico_g span {position:absolute; right:15px; top:50%; display:block; width:18px; height:18px; margin-top:-9px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; border-radius:0.25rem;}
.ico_w:hover span, .ico_w:focus span, .ico_g:hover span, .ico_g:focus span {right:1rem;}


.ico_w span.down {background:url("/images/web/ncrc_en/con_com/btn_dwldW.png") no-repeat;}
.ico_w span.link {background:url("/images/web/ncrc_en/con_com/btn_linkW.png") no-repeat;}
.ico_w span.home {background:url("/images/web/ncrc_en/con_com/btn_homeW.png") no-repeat;}
.ico_w span.mail {background:url("/images/web/ncrc_en/con_com/btn_mailW.png") no-repeat;}
.ico_w span.search {background:url("/images/web/ncrc_en/con_com/btn_searchW.png") no-repeat;}
.ico_w span.glan {background:url("/images/web/ncrc_en/con_com/btn_glanW.png") no-repeat;}
.ico_w span.more {background:url("/images/web/ncrc_en/con_com/btn_moreW.png") no-repeat;}
.ico_w span.cldr {background:url("/images/web/ncrc_en/con_com/btn_cldrW.png") no-repeat;}

.ico_g span.down {background:url("/images/web/ncrc_en/con_com/btn_dwldG.png") no-repeat;}
.ico_g span.link {background:url("/images/web/ncrc_en/con_com/btn_linkG.png") no-repeat;}
.ico_g span.home {background:url("/images/web/ncrc_en/con_com/btn_homeG.png") no-repeat;}
.ico_g span.mail {background:url("/images/web/ncrc_en/con_com/btn_mailG.png") no-repeat;}
.ico_g span.search {background:url("/images/web/ncrc_en/con_com/btn_searchG.png") no-repeat;}
.ico_g span.glan {background:url("/images/web/ncrc_en/con_com/btn_glanG.png") no-repeat;}
.ico_g span.more {background:url("/images/web/ncrc_en/con_com/btn_moreG.png") no-repeat;}
.ico_g span.cldr {background:url("/images/web/ncrc_en/con_com/btn_cldrG.png") no-repeat;}

/* 버튼 :작은사이즈 + 아이콘 */
.btn_gr.mini.ico_w, .btn_bl.mini.ico_w, .btn_green.mini.ico_w {position:relative; padding:0.25rem 1.75rem 0.25rem 0.5rem;}
.btn_grL.mini.ico_g, .btn_blL.mini.ico_g, .btn_greenL.mini.ico_g {position:relative; padding:4px 1.7rem 4px 0.45rem;}
.mini.ico_w span, .mini.ico_g span {position:absolute; right:10px; top:50%; display:block; width:13px; height:13px; margin-top:-7px; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; transition:all 0.2s ease;}
.mini.ico_w:hover span, .mini.ico_w:focus span, .mini.ico_g:hover span, .mini.ico_g:focus span {right:13px;}

.mini.ico_w span.down {background:url("/images/web/ncrc_en/con_com/btn_dwldW_SML.png") no-repeat;}
.mini.ico_w span.link {background:url("/images/web/ncrc_en/con_com/btn_linkW_SML.png") no-repeat;}
.mini.ico_w span.home {background:url("/images/web/ncrc_en/con_com/btn_homeW_SML.png") no-repeat;}
.mini.ico_w span.mail {background:url("/images/web/ncrc_en/con_com/btn_mailW_SML.png") no-repeat;}
.mini.ico_w span.search {background:url("/images/web/ncrc_en/con_com/btn_searchW_SML.png") no-repeat;}
.mini.ico_w span.glan {background:url("/images/web/ncrc_en/con_com/btn_glanW_SML.png") no-repeat;}
.mini.ico_w span.more {background:url("/images/web/ncrc_en/con_com/btn_moreW_SML.png") no-repeat;}
.mini.ico_w span.cldr {background:url("/images/web/ncrc_en/con_com/btn_cldrW_SML.png") no-repeat;}

.mini.ico_g span.down {background:url("/images/web/ncrc_en/con_com/btn_dwldG_SML.png") no-repeat;}
.mini.ico_g span.link {background:url("/images/web/ncrc_en/con_com/btn_linkG_SML.png") no-repeat;}
.mini.ico_g span.home {background:url("/images/web/ncrc_en/con_com/btn_homeG_SML.png") no-repeat;}
.mini.ico_g span.mail {background:url("/images/web/ncrc_en/con_com/btn_mailG_SML.png") no-repeat;}
.mini.ico_g span.search {background:url("/images/web/ncrc_en/con_com/btn_searchG_SML.png") no-repeat;}
.mini.ico_g span.glan {background:url("/images/web/ncrc_en/con_com/btn_glanG_SML.png") no-repeat;}
.mini.ico_g span.more {background:url("/images/web/ncrc_en/con_com/btn_moreG_SML.png") no-repeat;}
.mini.ico_g span.cldr {background:url("/images/web/ncrc_en/con_com/btn_cldrG_SML.png") no-repeat;}

/* 이미지 사이즈 :확대보기 */
.rsp_img {position:relative; width:auto; max-width:100%;}
.rsp_img img {max-width:100%;}
.rsp_img .zoom {width:100%;}
.rsp_img .btn-zoom {position:absolute; bottom:0; right:0; width:45px; height:45px; display:block; z-index:100; background:url("/images/web/ncrc_en/con_com/ico_rsp_img.png") no-repeat;}

/* 이미지 사이즈 :100% */
.img_w100 {max-width:100%;}

/* 콘텐츠 준비중 */
.Coming_soon {padding:0.25rem; background:#dfe6ee url("/images/web/ncrc_en/con_com/pt_diagonalW.png") repeat;}
.Coming_soon .inner {padding:50px 1rem; text-align:center; background:#fff; word-break:keep-all;}
.Coming_soon .inner h3 {font-size:1.5rem; color:#222;}
.Coming_soon .inner p {position:relative; margin-top:1.5rem; padding-top:1.15rem; font-size:0.9rem;}
.Coming_soon .inner p:before {content:''; position:absolute; top:0; left:50%; width:40px; height:3px; margin-left:-1rem; background:#222;}

/* 라인 */
.line_dot {margin-bottom:0.5rem; padding-top:0.5rem; border-bottom:1px dotted #d2d2d2;}
.line_dot_B {border-bottom:1px dotted #d2d2d2;}

/*찾아오시는길 지도*/
.map .root_daum_roughmap {width:100%!important; box-sizing:border-box;}

/* 패딩 */
.pd0  {padding:0 !important;}

.pd5  {padding:0.25rem !important;}
.pd10 {padding:0.5rem !important;}
.pd15 {padding:0.75rem !important;}
.pd20 {padding:1rem !important;}
.pd30 {padding:1.5rem !important;}

.pdt5  {padding-top:0.25rem !important;}
.pdt10 {padding-top:0.5rem !important;}
.pdt15 {padding-top:0.75rem !important;}
.pdt20 {padding-top:1rem !important;}
.pdt30 {padding-top:1.5rem !important;}
.pdt40 {padding-top:2rem !important;}

.pdr5  {padding-right:0.25rem !important;}
.pdr10 {padding-right:0.5rem !important;}
.pdr15 {padding-right:0.75rem !important;}
.pdr20 {padding-right:1rem !important;}
.pdr30 {padding-right:1.5rem !important;}

.pdb5  {padding-bottom:0.25rem !important;}
.pdb10 {padding-bottom:0.5rem !important;}
.pdb15 {padding-bottom:0.75rem !important;}
.pdb20 {padding-bottom:1rem !important;}
.pdb30 {padding-bottom:1.5rem !important;}

.pdl5  {padding-left:0.25rem !important;}
.pdl10 {padding-left:0.5rem !important;}
.pdl15 {padding-left:0.75rem !important;}
.pdl20 {padding-left:1rem !important;}
.pdl30 {padding-left:1.5rem !important;}

/* 마진 */
.mg0  {margin:0 !important;}

.mg5  {margin:0.25rem !important;}
.mg10 {margin:0.5rem !important;}
.mg15 {margin:0.75rem !important;}
.mg20 {margin:1rem !important;}
.mg30 {margin:1.5rem !important;}

.mgt5  {margin-top:0.25rem !important;}
.mgt10 {margin-top:0.5rem !important;}
.mgt15 {margin-top:0.75rem !important;}
.mgt20 {margin-top:1rem !important;}
.mgt30 {margin-top:1.5rem !important;}
.mgt40 {margin-top:2rem !important;}
.mgt50 {margin-top:2.5rem !important;}/*200604추가*/
.mgt80 {margin-top:5rem !important;}/*200604추가*/

.mgt5n  {margin-top:-0.25rem !important;}
.mgt10n  {margin-top:-0.5rem !important;}

.mgr5  {margin-right:0.25rem !important;}
.mgr10 {margin-right:0.5rem !important;}
.mgr15 {margin-right:0.75rem !important;}
.mgr20 {margin-right:1rem !important;}
.mgr30 {margin-right:1.5rem !important;}

.mgb0  {margin-bottom:0 !important;}
.mgb5  {margin-bottom:0.25rem !important;}
.mgb10 {margin-bottom:0.5rem !important;}
.mgb15 {margin-bottom:0.75rem !important;}
.mgb20 {margin-bottom:1rem !important;}
.mgb30 {margin-bottom:1.5rem !important;}

.mgl5  {margin-left:0.25rem !important;}
.mgl10 {margin-left:0.5rem !important;}
.mgl15 {margin-left:0.75rem !important;}
.mgl20 {margin-left:1rem !important;}
.mgl30 {margin-left:1.5rem !important;}

@media screen and (max-width:1399px){

}


@media screen and (max-width:1200px){

	/* 리스트 :가로 나열 */
	.li_w50 > li, .li_w30 > li, .li_w25 > li, .li_w20 > li {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.li_w50 > li {width:50%;}
	.li_w30 > li {width:33%;}
	.li_w25 > li {width:25%;}
	.li_w20 > li {width:20%;}

	/* 테이블 - 기타 */
	.scroll_img .tbl_utile {margin-right:2.25rem;}/* 유틸 & 스크롤있을때 */
	.scroll_gr .tbl_utile {margin-right:0; z-index:2;}/* 유틸 & 스크롤있을때 */

	/* 탭 :반응형 191105 */
	.reactTab a.selectTab{display:block; border-color:#1170c5; color:#1170c5;}
	.reactTab.tab_st1_box a.selectTab{font-weight:400; color:#fff; background:#1170c5 url("/images/web/ncrc_en/con_com/tab_on.png") no-repeat right center;}
	.reactTab.tab_st2_box a.selectTab{font-weight:400;}

	.reactTab.tab_st3_box a.selectTab{font-weight:400;}
	.reactTab li{width:100% !important;}

}

@media screen and (max-width:800px){

	/* 리스트 :가로 나열 */
	.li_w50 > li {width:100%;}
	.li_w30 > li {width:50%;}
	.li_w25 > li {width:33%;}
	.li_w20 > li {width:25%;}

	/* 탭 :1차, 2차, 3차 탭 */
	.tab_st1 li, .tab_st2 li, .tab_st3 li, .tab_list li {width:33%;}

	/* 탭 :개수 지정 */
	.tab_st1.Tab_w50 li, .tab_st2.Tab_w50 li, .tab_st3.Tab_w50 li, .tab_list.Tab_w50 li {width:100%;}
	.tab_st1.Tab_w30 li, .tab_st2.Tab_w30 li, .tab_st3.Tab_w30 li {width:50%;}
	.tab_st1.Tab_w20 li, .tab_st2.Tab_w20 li, .tab_st3.Tab_w20 li {width:33%;}

	/* 스크롤 - 이미지 */
	/*.scroll_img {*margin-top:-30px; padding-top:30px; width:100%; overflow-x:auto !important; overflow-y:hidden; background:url("/images/web/ncrc_en/con_com/img_scroll.png") no-repeat right top;} 200327 KSY 주석처리 */
	.scroll_img {width:100%; overflow-x:auto; background-repeat:no-repeat;
		background-image:linear-gradient(to left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		background-position:right 5px ; background-size:30px 100%; z-index:1} /* 200327 KSY 추가 */

	/* 스크롤 - 그라데이션 */
	.scroll_gr {width:100%; overflow-x:auto; background-repeat:no-repeat;
		background-image:linear-gradient(to left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		background-position:right 5px ; background-size:30px 100%; z-index:1}

	.scroll_img table, .scroll_gr table {width:800px;} /* 200312 KSY 추가 */

}

@media screen and (max-width:600px){

	/* 리스트 :가로 나열 */
	.li_w30 > li {width:100%;}
	.li_w25 > li {width:50%;}
	.li_w20 > li {width:33%;}

	/* 박스 :박스 기본 타입 */
	.box_st_ico {padding-left:0;}
	.box_st_ico .ico_boxImg {position:relative; left:auto; top:auto; margin:0 auto 0.5rem; text-align:center;}

	.box_st5 .box_st_ico {padding-left:0; padding-top:80px;}
	.box_st5 .box_st_ico .ico_boxImg {position:absolute; left:50%; top:0; margin-left:-66px;}


	/* 탭 :1차, 2차, 3차 탭 */
	.tab_st1 li, .tab_st2 li, .tab_st3 li, .tab_list li {width:50%;}

	/* 탭 :개수 지정 */
	.tab_st1.Tab_w30 li, .tab_st2.Tab_w30 li, .tab_st3.Tab_w30 li {width:100%;}
	.tab_st1.Tab_w20 li, .tab_st2.Tab_w20 li, .tab_st3.Tab_w20 li {width:50%;}
}

@media screen and (max-width:560px){

	/* 스크롤 - 이미지 *//* 200417 KYJ 추가 */
	.scroll_imgMob {width:100%; overflow-x:auto; background-repeat:no-repeat;
		background-image:linear-gradient(to left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		background-position:right 5px ; background-size:30px 100%; z-index:1}

	/* 스크롤 - 그라데이션 *//* 200417 KYJ 추가 */
	.scroll_grMob {width:100%; overflow-x:auto; background-repeat:no-repeat;
		background-image:linear-gradient(to left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		background-position:right 5px ; background-size:30px 100%; z-index:1}

	.scroll_imgMob table, .scroll_grMob table {width:560px;}
}


@media screen and (max-width:480px){

	/* 리스트 :가로 나열 */
	.li_w25 > li {width:100%;}
	.li_w20 > li {width:50%;}

	/* 탭 :1차, 2차, 3차 탭 */
	.tab_st1 li, .tab_st2 li, .tab_st3 li, .tab_list li {width:100%;}

	/* 탭 :개수 지정 */
	.tab_st1.Tab_w20 li, .tab_st2.Tab_w20 li, .tab_st3.Tab_w20 li {width:100%;}


}

@media screen and (max-width:380px){

	/* 리스트 :가로 나열 */
	.li_w20 > li {width:100%;}

}

@media screen and (max-width:320px){


}
