@charset "utf-8";
/* CSS Document */

@import url(font.css);
/*
 * --------------------------------------------> default <--------------------------------------------
 */
* { outline: none; }
body { width: 100%; height: 100%; /* min-width: 1580px; */ overflow: auto; font-family: Nanum_Go, Nanum_BG, sans-serif; font-style: normal; font-weight: normal; font-size: 100%; color: #666; text-decoration: none; line-height: normal; word-break: keep-all; word-wrap: break-word; background: transparent; }
html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, p, address, pre, cite, form, fieldset, input, textarea, select, table, th, td, img { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: Nanum_BG; }
ol, ul { list-style: none; }
a, a:link { color: #666; text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: none; }
fieldset, img, abbr, acronym { border: 0; }
legend { overflow: hidden; }
a[href], input[type='submit'], input[type='image'], label[for], select, button { cursor: pointer; }
caption, th, td { font-weight: normal; border: 0; }
address, caption, strong, em, cite { font-weight: normal; font-style: normal; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
hr { display: none; }
table { border-collapse: collapse; border-spacing: 0; }
/*
 * -------------------------------------------> class style <--------------------------------------------
 */
.col_12 { width: 100%; }
.col_11 { width: 91.66666667%; }
.col_10 { width: 83.33333333%; }
.col_9 { width: 75%; }
.col_8 { width: 66.66666667%; }
.col_7 { width: 58.33333333%; }
.col_6 { width: 50%; }
.col_5 { width: 41.66666667%; }
.col_4 { width: 33.33333333%; }
.col_3 { width: 25%; }
.col_2 { width: 16.66666667%; }
.col_1 { width: 8.33333333%; }
/* */
.align_l { text-align: left !important; }
.align_r { text-align: right !important; }
.align_c { text-align: center; }
/* */
.float_l { float: left; }
.float_r { float: right; }
.float_none { float: none !important; }
/* */
.border_all { border: 1px solid #ddd; }
.border_top { border-top: 1px solid #ddd; }
.border_bottom { border-bottom: 1px solid #ddd; }
.border_r { border-right: 1px solid #ddd !important; }
.border_rl { border-right: 1px solid #ddd !important; border-left: 1px solid #ddd; }
.border_rd { border-radius: 4px; }
.border_t_dot { border-top: 1px dotted #ddd; }
.border_b_dot { border-bottom: 1px dotted #ddd; }
.border_none { border: none !important; }
.bg_f5 { background: #f5f5f5; }


/* float 초기화 */
.clear_both {/* zoom:1;hsp */}
.clear_both:after { content:""; display:block !important; clear:both !important;}

/* */
.clear { clear: both !important; }
.block { display: block !important; }
.h100per { height: 100%; }
.over_h { overflow: hidden; }
ul.list_style li { list-style: disc !important; margin-left: 20px !important; } /* margin-left:20px -> 50px */
ol.list_style li { list-style: decimal; margin-left: 20px; }
li.list_none { list-style-type: none; padding-left: 0; margin-left: -18px; }
.line_h130 { line-height: 130% !important; }
.line_h150 { line-height: 150%; }
.margin_b5 { margin-bottom:5px; }
.margin_b10 { margin-bottom: 10px; }
.margin_b20 { margin-bottom: 20px; }
.margin_t10 { margin-top: 10px; }
.margin_t20 { margin-top: 20px; }
.margin_t-20 { margin-top: -20px; }
.padding5 { padding: 5px; }
.padding5_i {padding: 5px !important}
.padding10 { padding: 10px; }
.padding20 { padding: 20px; }
.padding0 { padding: 0 !important; }
.nth-last { margin-right: 0 !important; }
/*
 * ----------> font
 */
.font_point { font-size: 18px; line-height: 26px; margin: 10px 0; font-family: Nanum_BG; }
.font_12 { font-size: 12px; }
.font_14 { font-size: 14px; }
.font_15 { font-size: 15px; }
.font_16 { font-size: 16px; }
.font_b { font-weight: 600; }
.color_org { color: #ff2d04 !important; }
.color_blue { color: #005fca !important; }
.color_bl { color: #000 !important; }
.color_wh { color: #fff !important; }
.disable { color: #aaa; }
.cursor_p{ cursor:pointer;}

/*
 * ----------> form
 */
form { overflow: hidden; }
fieldset { vertical-align: middle; width: 100%; float: left; padding: 0; }
input { vertical-align: middle; height: 19px; border: 1px solid #aaa; padding: 2px 5px; border-radius: 4px; font-size: 14px; }
input:focus, input:hover, select:focus, select:hover { border: 1px solid #005fca; }
select { vertical-align: middle; border-radius: 4px; outline: none; border: 1px solid #aaa; padding: 3px 5px; font-size: 1em; color: #555;}
select::-ms-expand {
 border:none;
 background:none;
 width:10px;
 padding-left:10px;
 color:#aaa;
}
/*
 * ----------> btn
 */
.btn { display: inline-block; text-align: center; padding: 0; vertical-align: middle; cursor: pointer; border: 1px solid transparent; border-radius: 4px; font-size: 12px; line-height: 100%; }
.btn:hover, .btn:focus { outline: none; text-decoration: none; }
.btn_grey { background: #a6a4af; color: #fff; }
.btn_blue { background: #005fca; color: #fff; }
.btn_org { background: #ff2d04; color: #fff; }
.btn_grey:hover, .btn_grey:focus, .btn_grey:active { color: #fff; background-color: #8c8c8c; }
.btn_white { color: #666; background: #fff; border-color: #d8d8d8; border-radius: 4px; }
.btn_white:hover, .btn_white:focus, .btn_white:active { color: #000; border-color: #aaa; }
.btn_m { padding: 3px; height: 24px; }
.btn_sm { padding: 2px; }
.btn_sm i { float: left; padding: 0 !important; }
@media only screen and (min-width:769px) and (max-width:1280px) {
.img_w100 { width: 100%; height: auto; }
.t_h100 { width: auto; height: 100% !important; }
}
/*
 * ----------> jquery ui
 */
.demoHeaders { margin-top: 2em; }
#dialog-link { padding: .4em 1em .4em 20px; text-decoration: none; position: relative; }
#dialog-link span.ui-icon { margin: 0 5px 0 0; position: absolute; left: .2em; top: 50%; margin-top: -8px; }
.dialog { border-radius: 4px; border: 2px solid #000; }
#icons { margin: 0; padding: 0; }
#icons li { margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left; list-style: none; }
#icons span.ui-icon { float: left; margin: 0 4px; }
.fakewindowcontain .ui-widget-overlay { position: absolute; }
.tabs { border: none !important; }
.accordion .ui-accordion-icons { background: none !important; }
.accordion .ui-accordion-header { margin-top: -1px !important; color: #5f5f5f; }
.accordion .ui-state-hover { margin-bottom: 1px; }
.ui-tooltip { padding: 3px 8px; font-size: 13px; }
body .ui-tooltip { border-width: 1px; }
.tooltip a:hover { color: #005fca; }
/*
 * --------------------------------------------> layout <--------------------------------------------
 */
#wrap { position: relative; width: 100%; height: 100%; font-size: 15px; overflow: hidden; }
#wrap_header, #wrap_contents, footer { float: left; width: 100%; }
header { clear: both; margin: 0 auto; width: 100%; }
section, address { clear: both; margin: 0 auto; width: 1200px; }
#wrap_header { height: 90px; border-bottom: 1px solid #808080; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); z-index: 15; overflow: hidden; }
@media only screen and (min-width:769px) and (max-width:1280px) {
body { width: 100%; height: 100%; min-width: 1007px; }
header { width: 100%; }
#wrap { font-size: 15px; } /* 태블릿사이즈일때 상단 폰트크기 14px X 처리 (14->15px) 170410 */
section, address { width: 96%; }
}
/* top_banner*/
.top_bnr{position:relative; width:100%;height:100%; min-width:320px; padding:0; margin:0; overflow:hidden}
.top_bnr_wrap{position:relative; width:100%; height:100%; max-width:1150px; min-height:45px; max-height:120px; margin:0 auto; overflow:hidden; text-align:center; z-index:10;}
.top_bnr_wrap img{/*float:right;*/text-align:center;}
.top_bnr_wrap ul{ position: absolute; right:5%; top:110px; z-index:5}
.top_bnr_wrap ul li{float:left; color:#fff; padding:0 5px ; vertical-align:middle; font-size:13px; }
.top_bnr_wrap ul li button{padding:3px 7px;}
.top_bnr_background1 { width:50%; position:absolute; top:0; left:0; background-color:#2487dc; height:100%; z-index:1;  }
.top_bnr_background2 { width:50%; position:absolute; top:0; right:0; background-color:#2487dc; height:100%; z-index:1;  }

.topbanner_btn { position:absolute;z-index:20; color:#000700; font-size:0.75em; }
@media only screen and (min-width:769px) and (max-width:1280px) {
.top_bnr{width:100%; background:#fd4d50; height:100%; padding:0; margin:0;}
.top_bnr_wrap{ width:100%; overflow:hidden; line-height:1%;}
.top_bnr_wrap{/*margin-left:80px;*/}
.top_bnr_wrap ul{ right:2%; top:75px; }
}

/*
 * ----------> top_nav style
 */
.lnb_overlay { /*background: #000; opacity: 0; position: fixed; top: 0; left: 0; width: 100%; height: 100%;*/ }
h1 { position: relative; height: 40px; line-height: 40px; padding: 25px 10px 0 20px; width: 226px; float: left; }
@media only screen and (min-width:769px) and (max-width:1280px) {
h1 { width: auto; width: -webkit-calc(15% - 20px); width: calc(15% - 20px); padding: 25px 10px 0 10px; }
h1 img { width: auto; /*height: 70%;*/ } /* 태블릿사이즈일때 로고사이즈 줄어듬 X처리 170410 */
}
.wrap_gnb { position: relative; float: left; width:100%; max-width:64%; }
#lnb_menu_stage { width:100%; height:90px; min-width:320px; max-width:1050px; margin:0 auto; }
ul.lnb_menu { clear: both; position: relative; /*width: auto;*/width:100%; height: 90px;/* float:left;*/  text-align:center;}
#m_menu, #m_nav_close { display: none; }
ul.lnb_menu > li { /*width: auto;*/width:100%; max-width:7em; padding: 0 0.6em; height: 90px; line-height: 30px; padding-bottom: 2px;/* float: left; */ display:inline-block; position: relative; text-align: center; }
ul.lnb_menu > li > a { display: block; color: #000; font-weight: normal; width: 100%; height: 40px; padding: 30px 10px 20px 10px; margin: 0; opacity: 1; }
ul.lnb_menu > li > a:hover, ul.lnb_menu > li.selected > a { color: #ff3600; opacity: 1.0; font-weight: bold; border-bottom: 3px solid #ff3600; padding-bottom: 17px !important; }
/**/
.wrap_gnb ul.hovered > li > a:hover { color: #ff3600; font-weight: bold; }
ul.lnb_menu div { position: fixed; clear: both;  left: 0px; overflow: hidden; width: 100%; height: auto; display: none; text-align: left; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
ul.lnb_menu div#snb01 { background: #003979 url(../img/snb_bg.png) 100% top repeat-y; background-size: 75%; border-top: 1px solid #003979; }
ul.lnb_menu div#snb02 { background: #084542 url(../img/snb_bg.png) 100% top repeat-y; background-size: 75%; border-top: 1px solid #084542; }
ul.lnb_menu div#snb03 { background: #2e184a url(../img/snb_bg.png) 100% top repeat-y; background-size: 75%; border-top: 1px solid #2e184a; }
ul.lnb_menu div#snb04 { background: #550e49 url(../img/snb_bg.png) 100% top repeat-y; background-size: 75%; border-top: 1px solid #550e49; }
ul.lnb_menu div#snb05 { background: #5c2707 url(../img/snb_bg.png) 100% top repeat-y; background-size: 75%; border-top: 1px solid #5c2707; }
ul.lnb_menu div#snb06 { background: #3d5c07 url(../img/snb_bg.png) 100% top repeat-y; background-size: 75%; border-top: 1px solid #3d5c07; }
ul.lnb_menu div#snb07 { background: #003979 url(../img/snb_bg.png) 100% top repeat-y; background-size: 75%; border-top: 1px solid #003979; }
ul.lnb_menu div#snb01 .snb_menu li a { color: #005fca; }
ul.lnb_menu div#snb02 .snb_menu li a { color: #0e736e; }
ul.lnb_menu div#snb03 .snb_menu li a { color: #4c287c; }
ul.lnb_menu div#snb04 .snb_menu li a { color: #8d1779; }
ul.lnb_menu div#snb05 .snb_menu li a { color: #99410b; }
ul.lnb_menu div#snb06 .snb_menu li a { color: #3d5c07; }
ul.lnb_menu div#snb07 .snb_menu li a { color: #005fca; }
ul.lnb_menu div#snb01 .snb_menu li a:hover { background: #005fca; }
ul.lnb_menu div#snb02 .snb_menu li a:hover { background: #0e736e; }
ul.lnb_menu div#snb03 .snb_menu li a:hover { background: #4c287c; }
ul.lnb_menu div#snb04 .snb_menu li a:hover { background: #8d1779; }
ul.lnb_menu div#snb05 .snb_menu li a:hover { background: #99410b; }
ul.lnb_menu div#snb06 .snb_menu li a:hover { background: #3d5c07; }
ul.lnb_menu div#snb07 .snb_menu li a:hover { background: #005fca; }
ul.lnb_menu div article { position: relative; width: 100%; float: left; height: 100%; overflow: hidden; }
ul.lnb_menu div article h3 {/* width: 350px;*/ width: -webkit-calc(25% - 20px); width: calc(25% - 20px); height: 100%; color: rgba(255, 255, 255, 0.5); text-align: right; float: left; padding: 30px 20px 30px 0; font-size: 27px; /* background:rgba(0,0,0, 0.3);*/ }
ul.lnb_menu div article h3 img { vertical-align: middle; opacity: 0.3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" }
ul.lnb_menu div .snb_menu { padding: 30px 0 30px 20px; margin: 0; /* width:978px;*/ width: 70%; float: left; border-left: 1px solid rgba(0,0,0, 0.2); }
ul.lnb_menu div#snb06 .snb_menu { padding-top: 50px; padding-bottom: 40px; }
ul.lnb_menu div .snb_menu li { float: left; display: block; overflow: hidden; margin-bottom: 10px; padding: 5px 15px; }
ul.lnb_menu div#snb05 article h3 { margin-top: 40px; }
/*ul.lnb_menu div#snb01 .snb_menu li:nth-child(8) { clear: both; }*/
ul.lnb_menu div#snb05 .snb_menu li:nth-child(6) { clear: both; }
ul.lnb_menu div#snb07 .snb_menu li:nth-child(7) { clear: both; }
ul.lnb_menu div#snb05 .snb_menu > li { min-height: 80px; }
ul.lnb_menu div#snb05 .snb_menu > li:nth-last-child(-n+5) { min-height: 30px; }
.lnb_menu .pc_hidden { display: none; }
@media only screen and (max-width:1209px) {
ul.lnb_menu div#snb05 .snb_menu li:nth-child(6) { clear: none; }
}
ul.lnb_menu div .snb_menu li ul { position: relative; }
ul.lnb_menu div .snb_menu li ul li { clear: both; padding: 0 !important; margin: 0 !important; float: none; line-height: 20px; border-right: none; }
ul.lnb_menu div .snb_menu li a { padding: 2px 10px 10px 10px; font-size: 15px; }
ul.lnb_menu div .snb_menu li a:hover { color: #fff !important; padding: 4px 10px; margin-bottom: 4px; border-radius: 20px; border: none; }
ul.lnb_menu div .snb_menu li ul li a { color: rgba(0, 0, 0, 0.5) !important; padding: 0 5px 0 10px !important; font-size: 14px; }
ul.lnb_menu div .snb_menu li ul li a:hover { clear: both; font-weight: normal !important; color: rgba(0, 0, 0, 1) !important; background: none !important; }
/*ul.lnb_menu li ul { list-style: none; float: left; width: 150px; margin-right: 10px; }*/
li.lnb_heading { color: #aaa; margin-bottom: 10px; padding-bottom: 6px; border-bottom: 1px solid #ddd; }
@media only screen and (min-width:769px) and (max-width:1280px) { /* 170410 주석처리 */
/*
.wrap_gnb { width: 60%; text-align: center; }
ul.lnb_menu { float: none; margin: 0 auto; width: auto; }
ul.lnb_menu > li { float: none; display: inline-block; padding: 0 5px; width: auto !important}
ul.lnb_menu > li > a { padding: 30px 10px 20px 5px; font-size: 14px }
ul.lnb_menu div .snb_menu { padding: 10px 0 10px 20px; }
ul.lnb_menu div .snb_menu li { float: left; display: block; overflow: hidden; margin-bottom: 5px; padding: 3px 15px; }
ul.lnb_menu div .snb_menu li a { padding: 2px 10px 5px 10px; font-size: 14px; }
*/
/*ul.lnb_menu div article h3 { padding: 10px 20px 10px 0; font-size: 22px;*/ /* background:rgba(0,0,0, 0.3);*/ /*}*/
/*
ul.lnb_menu div#snb06 .snb_menu { padding-top: 20px; padding-bottom: 20px; }
ul.lnb_menu div .snb_menu li { float: left; display: block; overflow: hidden; margin-bottom: 10px; padding: 5px; }
ul.lnb_menu div .snb_menu li ul li { line-height: 18px; }
ul.lnb_menu div .snb_menu li ul li a { font-size: 13px; }
ul.lnb_menu div#snb05 article h3 { margin-top: 20px; }
ul.lnb_menu div#snb05 .snb_menu li:nth-child(6) { clear: both; }
ul.lnb_menu div#snb05 .snb_menu > li { min-height: 18px; }
ul.lnb_menu div#snb05 .snb_menu > li:nth-last-child(-n+5) { min-height: 20px; }
*/
}
#home_menu { position: relative; float: right; font-size: 12px; right: 0; /* width: 450px; */ padding: 35px 0; margin-right: 10px; }
#home_menu ul { float: right; }
#home_menu ul li { display: inline; padding: 0 5px; }
#home_menu ul li:last-child { padding: 0; }
#home_menu i { padding-right: 3px; color: #ff2d04; }
#home_menu .fa-cog { color: #005fca; }
#home_menu fieldset { width: auto; float: none; font-size: 0; display: inline-block; }
#home_menu button i { color: #8c8c8c; }
#home_menu .btn_white { color: #666; background: #fff; border-color: #d8d8d8; border-left: none; border-radius: 0 4px 4px 0; height: 27px; padding-top: 1px; font-size: 14px; outline: none; }
#home_menu .input_search { border: 1px solid #d8d8d8; border-right: none; padding: 3px 5px; height: 19px; width: 80px; border-radius: 4px 0 0 4px; font-size: 14px; }



@media only screen and (min-width:1681px) and (max-width:1860px){
	.wrap_gnb { max-width: 70%; }
	#home_menu { position:absolute; }
}

@media only screen and (min-width:1861px){
	.wrap_gnb { max-width: 74%; }
	#home_menu { position:absolute; }
}

@media only screen and (min-width:1460px) and (max-width:1585px){
	#home_menu { position:absolute; }
}

@media only screen and (max-width:1459px){
	#home_menu { position:absolute; top:-2.5%; padding:35px 0 0; }
}

@media only screen and (min-width:1180px) and (max-width:1380px)
{
	#lnb_menu_stage { width:120%; }
	ul.lnb_menu > li { max-width:6.95em; font-size:0.875em; }
}
@media only screen and (max-width:1179px)
{
	#lnb_menu_stage { width:130%; }
	ul.lnb_menu > li { max-width:6.9em; font-size:0.875em; }
}


/*
 * ----------> contents style
 */
#wrap_contents { height: 100%; min-height: 820px;padding-bottom: 50px;}
/* section */
section article { position: relative; width: 900px; margin: /*50px*/10px 0 50px 50px; float: left; line-height: 140%; font-family: Nanum_Go, sans-serif; }
article h2, article h3 { font-family: Nanum_BG; font-weight: normal; color: #000; }
.content_title { margin-bottom: 20px; padding: 20px 0 20px 10px; font-size: 32px; letter-spacing: -2px; width: 100%; border-bottom: 1px solid #d3d2d2; font-weight: normal; }
#wrap_contents article h3 { font-size: 22px; margin-bottom: 20px; }
#wrap_contents article h3.font_30 {font-size:30px}
span.h3_before { /*color: #005fca; font-size: 12px; font-weight: bolder;*/ display: none; }
h3.span_after:before { content: '-'; font-size: 20px; padding-right: 7px; display: block; float: left; font-weight: normal; }

.contents_box { float: left; width: 100%; margin: 60px 0 0 0; }
h4 { font-weight: normal; font-size: 18px; }
/* left_nav */
.leftnav { width: 200px; height: 100%; position: relative; float: left; font-family: Nanum_BG; margin-top: 40px; }
h2.left_title { font-size: 17px; font-weight: normal; line-height: 30px; padding-left: 5px; color: #000; } /*0327 font-size:14->17px 170410 */
.leftnav h3 { color: #777; }
.left_title i:after, .left_title:after { font-family: 'FontAwesome'; content: "\f105"; padding: 0 5px; }
.left_accordion h3:after { float: right; font-family: 'FontAwesome'; content: "\f105"; padding-right: 5px; }
h3.ui-state-active:after { float: right; font-family: 'FontAwesome'; content: "\f107"; padding-right: 5px; }
.ui-accordion .ui-accordion-content { padding: 0.5em 0 !important; }
.ui-accordion-content li a { padding: 0 20px; font-size: 14px; line-height: 160%; }
.ui-accordion-content li a:hover, .ui-accordion-content li a:focus { color: #005fca; }
.left_accordion .ui-state-default { /* border-top: none !important;*/ margin-top: -1px !important; border-left: none !important; border-right: none !important; }
.left_accordion .ui-state-hover, .left_accordion .ui-state-focus, .left_accordion .ui-state-active { border-top: 1px solid #ddd !important; border-bottom: 2px solid #005fca !important; margin-top: -1px !important; margin-bottom: 1px !important; background: #fff !important; color: #005fca; }
.ui-state-hover { color: #005fca; }
.ui-state-active { color: #005fca !important; font-weight: 600 !important; }
.leftnav .ui-widget-content { border-left: none !important; border-right: none !important; background: #f5f5f5 !important; border-bottom: 1px solid #fff; margin-bottom: 1px; }
.leftnav span.ui-accordion-header-icon { display: none; }
.left_cs { background: #eee; color: #fff; line-height: 35px; text-align: center; margin: 20px 0; color: #666; }
.left_cs b { font-size: 27px; font-weight: normal; letter-spacing: -1px; color: #000; }
.left_cs i { padding-right: 3px; color: #000; }
/* quick_banner */
.quick_banner { clear: both; position: absolute; float: right; right: -110px; top: 20px; line-height: 120% !important; }
.quick_banner li { padding-bottom: 10px; cursor: pointer; }
@media only screen and (min-width:769px) and (max-width:1280px) {
#wrap_contents { min-height: 600px;/* padding-bottom: 30px; */}
section article { width: 74%; margin: /*40px*/8px 0 10px 30px; }
#wrap_contents article h3 { font-size: 20px; margin-bottom: 15px; }
h4 { font-size: 16px; }
.leftnav { width: /*16.5%;*/200px; margin-top: 30px; } /* 170323 좌측메뉴네임 길이를 고려 0.5% 증가 */
.ui-accordion-content li a { padding: 0 15px; font-size: 13px; line-height: 130%; }
.content_title { font-size: 27px; }
.quick_banner { right: -65px; letter-spacing: -0.06em; }
.quick_banner li img { height: 80%; width: auto; }
.contents_box { margin: 40px 0 0 0; }
.left_cs { line-height: 30px; margin: 15px 0; }
.left_cs b { font-size: 24px; }
}
/*
 * ----------> footer style
 */
footer { padding: 20px 0 10px 0; background: #3f3f3f; }
address { line-height: 140%; font-size: 12px; color: #a4a4a4; }/*0327 font-size:14->12px */
.footer_logo { position: relative;line-height: 40px; padding:0px 0  76px 0; width: 250px; float: left; background:#3f3f3f} /*0327 height:92->62px */
.footer_link { margin-bottom: 15px; color: #d8d8d8;text-indent:3px}
.footer_link a { color: #d8d8d8; padding: 5px 0 5px 7px; }
.footer_link li { display: inline; }
.footer_link li:first-child a { padding-left: 0; }
.footer_link li:after { content: '|'; padding-left: 10px; font-size: 10px; }
.footer_link li:last-child:after { content: '' }
.kisa{font-size:12px; color:#fff; vertical-align:middle; margin-top:5px;}
.kisa img{vertical-align: text-bottom;}
@media only screen and (min-width:769px) and (max-width:1280px) {
address { line-height: 130%; font-size: 13px; }
}
/* top 버튼 */
#go_top { position: fixed; float: right; right: 50px; bottom: 70px; z-index: 9998;}
#go_top a { text-align: center; width: 40px; height: 20px; padding:10px 0; border-radius: 50%; background: #005fca; cursor: pointer;  color: #fff; font-size: 10px; opacity: 0.3; display: block;  text-align: center; margin: 8px 0 0 0; }
#go_top a i {  margin-bottom: 0; display: block; color:#fff}
#go_top:hover a, #go_top:hover i { text-decoration: none; opacity: 0.7; }
/*
 * ----------> 전체보기 레이어팝업
 */
#pop_sitemap { position: fixed; top: 0; width: 100%; height: 100%; z-index: 990; }
#wrap_sitemap { float: left; width: 100%; background: #f0f0f0; font-size: 14px; overflow: auto; float: left; z-index: 999; border-top: 5px solid #dadada; }
#close_sitemap { float: left; width: 100%; height: 40px; line-height: 40px; background: #5f5f5f; float: left; z-index: 995; text-align: center; color: #fff; box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.7), 0 2px 2px rgba(0, 0, 0, 0.7); padding-right: 1px; cursor: pointer }
#close_sitemap:hover { background: #333; }
section#sitemap { width: 1400px; margin: 0 auto; padding-top: 40px; }
#wrap_sitemap h2 { text-align: center; font-size: 27px; color: #005fca; font-weight: normal }
#wrap_sitemap ul { float: right; background: #dc8652;margin-right: 7px; }
#wrap_sitemap li { float: left; padding: 4px 0 5px 15px; font-family: Nanum_Go; }
#wrap_sitemap li:after { content: '/'; padding-left: 15px; color: #fff; }
#wrap_sitemap li:last-child:after { content: ''; }
#wrap_sitemap li a { color: #fff; font-size: 13px; }
#wrap_sitemap dl { float: left; width: -webkit-calc(11.5% - 2px); width: calc(11.5% - 2px); margin: 0 0.5% 20px 0.5%; padding-bottom: 10px; border: 1px solid #bbb; border-top: none; background: #fff; }
#wrap_sitemap .dl_set { float: left; width: 11.5%; margin: 0 0.5% 20px 0.5%; padding-bottom: 20px; }
.dl_set dl { float: left; width: -webkit-calc(100% - 2px) !important; width: calc(100% - 2px) !important; }
.dl_set span { float: left; display: block; width: -webkit-calc(100% - 2px); width: calc(100% - 2px); padding: 5px 0; margin-top: -13px; border: 1px solid #849ab8; text-align: center; background: #fff; font-family: Nanum_Go; }
.dl_set span a { color: #305a93; font-size: 13px; }
#wrap_sitemap dt { background: #849ab8; color: #fff; margin-left: -1px; padding-right: 2px; font-size: 15px; text-align: center; line-height: 32px; width: 100%; margin-bottom: 10px }
#wrap_sitemap dt a { color: #fff; line-height: 32px; width: 100% }
#wrap_sitemap dd { width: -webkit-calc(100% - 22px); width: calc(100% - 22px); padding: 0 5px 3px 15px; color: #333; font-size: 13px; line-height: 130%; font-family: Nanum_Go; }
#wrap_sitemap dd a { color: #333; font-size: 13px; line-height: 130%; }
#wrap_sitemap dd p a { color: #999; font-size: 12px; margin-left: 10px; line-height: 120%; }
#wrap_sitemap dd p a:hover { color: #555; }
@media only screen and (min-width:769px) and (max-width:1280px) {
section#sitemap { width: 100%; margin: 0 auto; padding-top: 30px; }
#wrap_sitemap li { padding: 4px 0 5px 10px; }
#wrap_sitemap li:after { padding-left: 10px; }
#wrap_sitemap dt { font-size: 14px; line-height: 24px; margin-bottom: 7px }
#wrap_sitemap dd { width: -webkit-calc(100% - 17px); width: calc(100% - 17px); padding: 0 5px 3px 10px; font-size: 12px }
#wrap_sitemap dd a { font-size: 12px; }
#wrap_sitemap dd p a { margin-left: 0px; font-size: 11px; }
.dl_set span a { font-size: 12px; }
#wrap_sitemap li a { font-size: 12px; }
}
/*
 * --------------------------------------------> form & table <--------------------------------------------
 */
form h4 { color: #000 !important; margin-bottom: 10px; }
.apply_form { float: left; width: 900px; height: 100%; font-size: 13px; margin-bottom: 40px; }
.form_table { border-top: 1px solid #005fca; margin-bottom: 30px; }
.form_line_top { border-top: 1px solid #ddd; }
.form_table dl, .form_table ul:not(.li-style2) { display: table;/* height: 100%; */}
.form_table ul:not(.li-style2) li { display: table-cell; border-top: 1px solid #fff; border-bottom: 1px solid #ddd; vertical-align: middle; }
.form_table ul:not(.li-style2) li:last-child { border-right:0px; }
.form_table ul:not(.li-style2) li.topborder { border-top: 1px solid #ddd;}
/*
.table_th { width: 130px; background: #f5f5f5; padding: 7px 0 7px 30px; }
.table_td { width: 700px; padding: 7px 0 7px 40px; word-wrap: break-word; }
*/
@media only screen and (min-width:769px) and (max-width:1280px) {
.apply_form { float: left; width: 715px; height: 100%; font-size: 13px; margin-bottom: 30px; }
.form_table li { word-break: break-all; font-size: 13px }
}
.table_th { background: #f5f5f5; padding: 7px 0; }
.table_td { padding: 7px 0; word-wrap: break-word; }
.table_td i { padding: 0 5px; }
.service_type { padding-top: 10px; }
.service_type dt { height: 60px; margin-right: 20px; }
.add_title { color: #005fca; padding-left: 20px; }
.apply_radio label { margin-right: 30px; }
.apply_form h4 span { font-size: 14px; }
.apply_form h4 span input[type=checkbox]:checked + label { color: #005fca; }
.apply_tel input[type=text] { width: 50px; }
fieldset.apply_tel { margin-bottom: 4px; }
.table_thead { background: #f5f5f5; }
.seach_more { margin: 50px auto 0 auto; text-align: center; padding: 3px 0; border: 1px solid #ddd; border-radius: 4px; }
.seach_more:hover { color: #005fca; cursor: pointer; border: 1px solid #aaa; }
.table_list ul { width: 100%; }
.table_list li { text-align: center; padding: 5px 0; }
.table_list li.align_l { padding-left: 20px; }
.table_list input[type=checkbox] { margin-right: 3px; }
.table_p { margin: 5px; font-size: 13px; line-height: 140%; }
.table_p li { text-align: center; padding: 3px 0; }
.table_p .table_dt { border-top: 1px solid #ddd; }
.table_td .list_style li { display: block; width: 100%; border: none; padding: 0; }
.table_td .list_style { margin: 0 !important; }
.btn .fa-print { padding: 2px; }
.btn .fa-close { padding: 0 1px !important; }
.colspan .table_td { width: 250px; padding: 7px 0 7px 20px; word-wrap: break-word; }
@media only screen and (min-width:769px) and (max-width:1280px) {
.colspan .table_th { width: 100px; padding: 7px 5px 7px 15px; }
.colspan .table_td { width: 217px !important; padding: 7px 5px 7px 15px; word-wrap: break-word; }
.apply_tel input[type=text] { width: 45px; }
.apply_form input[size="30"] { width: 35%; }
.apply_form input[size="50"] { width: 55%; }
.apply_form input[size="83"] { width: 93%; }
.apply_form textarea[cols="90"] { width: 93%; }
}
/*
 * --------------------------------------------> tabs <--------------------------------------------
 */
.tab_view .tabs_ctn { width: 100%; margin-top: 50px; }
.tab_view .ui-widget.ui-widget-content, .tab_view .ui-widget-content { border: none; }
.tab_view .tabs_ctn .ui-state-default, .tab_view .tabs_ctn .ui-widget-header .ui-state-default { border: none; background: #f1f1f1; margin-bottom: 0px; margin-right: 5px; border: 1px solid #ddd; border-bottom: none; margin-bottom: 1px; }
.tab_view .tabs_ctn .ui-widget-header .ui-state-default a { padding-left: 30px; padding-right: 30px; color: #999; font-size: 15px; }
.tab_view .ui-state-active a, .tab_view .ui-state-active a:link, .tab_view .ui-state-active a:visited, .tab_view .ui-state-hover { font-weight: normal; background: #fff; margin-bottom: -1px; }
.tab_view .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -0px; padding-bottom: 0px; }
.tab_view .ui-tabs .ui-tabs-panel { padding: 50px 0 0 0 }
.tabs_ctn h3 { font-size: 18px; margin-bottom: 20px; }
.tabs_ctn h3:before { content: "-"; padding-right: 7px; font-weight: normal; font-size: 20px; }
.tabs_ctn .form_table { font-size: 14px; }
.tabs_ctn .table_th { border-right: 1px solid #ddd; }
.tabs_ctn .inherit { padding: 0; width: 740px; }
.tabs_ctn .inherit ul { border-bottom: 1px dotted #ccc; width: 100%; }
.tabs_ctn .inherit li { border: none; padding: 5px 0; min-height: 20px; }
.tabs_ctn .inherit li:first-child { width: 120px; padding-left: 40px; }
.tabs_ctn .inherit li:last-child { width: 537px; border-left: 1px solid #ddd; padding: 0 20px 0 19px; }
.tabs_ctn .contents_box { margin-bottom: 30px; }
.tabs_ctn .list_style { color: #666; }
@media only screen and (min-width:769px) and (max-width:1280px) {
.tab_view .tabs_ctn .ui-widget-header .ui-state-default a { padding-left: 20px; padding-right: 20px; font-size: 14px; }
.tabs_ctn .inherit { padding: 0; width: 595px; }
.tabs_ctn .inherit li:first-child { width: 110px; padding-left: 20px; }
.tabs_ctn .inherit li:last-child { width: auto; border-left: 1px solid #ddd; padding: 0 10px 0 9px; }
}
/* ajax load 관련 */
.display-none { display: none }
/* 화면 전체를 어둡게 */
.wrap-loading { z-index: 99999; position: fixed; left: 0; right: 0; top: 0; bottom: 0;}
/* 로딩 이미지 */

/*.wrap-loading div.loadingbox { position: fixed; top: 50%; left: 50%; margin-left: -16px; margin-top: -16px; }*/
.wrap-loading div.loadingbox {display: flex;align-items: center;justify-content: center;height:100%;width:100%}

.opt_bold { font-weight: bold; }

/* 아이폰에서 폰트가 자꾸 커지는 현상 제어*/
*{-webkit-text-size-adjust:none}
/* 아이폰에서 버튼 스타일 해제*/
input[type='submit'],input[type='button'],button{-webkit-appearance:none}

/* 말줄임 */
.ellipsis{overflow : hidden; white-space: nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; -ms-text-overflow:ellipsis; -moz-text-overflow:ellipsis}

.hand {cursor:pointer}

/* 업로드 버튼관련 CSS */
.file_input_box { position: relative;width:auto; overflow: hidden; text-align:center;}
.file_input_hidden { font-size: 999px; position: absolute;height:100%; right: 0px; top: 0px; opacity: 0; -ms-filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; }

/* 폼 validation color */
.valid_ok_color{color:#00b0f0;}
.valid_not_color{color:#e44e3f;}

/* block 클래스 영역 높낮이 조정*/
.block_re { height:29px; } /* 페이지(도메인>연장복구의 도메인복구비용 셀높이 170322 */

/*  SELECT BOX HOVER */
.select_hover {border-color:#005fca}

/*0322*/
.nowrap{white-space:nowrap}
.cellcnt {display:table;}
.cellcell {display:table-cell; vertical-align:middle}
.cellrow {display:table-row; vertical-align:middle}
.cellrow_i{display:table-row !important;vertical-align:middle}
.margin_auto{margin:0 auto}

/*footer*/
.copryright{}
.copryright li{}
.copryright dl{display:block;overflow:hidden}
.copryright dt{display:inline-block;margin-left:-12px;padding-right:12px;}
.copryright dt:before{content: '|';padding:0px 5px;font-size: 10px;display:table-cell}



/*inblock_center*/
.inblock_lists{width:100%;margin:0 auto}
.inblock_list{width: 20%;display:inline-block;height: 80px; margin:1%; padding: 10px 1%; border: 1px solid #ddd; letter-spacing: -0.03em; font-size: 14px; }
.inblock_list:hover { border: 1px solid #7fafe4; box-shadow: 2px 2px 4px #e8e8e8; }
.inblock_title{background: #a0a0a0; border-radius: 4px; text-align: center; color: #fff;}
.inblock_title:hover{background: #005fca;}
.inblock_title:after { font-family: 'FontAwesome'; content: "\f107"; float: right; padding-right: 10px; color: #fff; }
.inblock_cnt{text-align: center; padding-top: 10px;display:table;width:100%}
.inblock_cnt:hover{color: #000;}
.inblock_cnt p{text-align:center}

/* 서브페이지 대타이틀 밑 소개문장 관련 */
.title_content p { line-height:150%; }
#sitemap .close_btn{margin-left: 7px; float: left;}
#sitemap .close_btn button{padding:7px;height:auto}

#wrap_sitemap dd div{margin-left: 10px;}
#wrap_sitemap dd div a{margin-left: 0px;}
ul.circle{}
ul.circle li{display:inline-block}
ul.circle li div{display:table}
ul.circle li div:nth-child(1){float:left}
.d_menu{padding-bottom:5px}
.decimal{list-style-type:decimal;margin:4px 27px;line-height: 25px;}
ul.circle_empty{list-style-type:circle;margin:4px 27px;line-height: 25px;}
#site_m_closebtn{display:none}


/*0324*/
.rule_box h6:nth-child(1){margin-top:0px}
.rule_box h6{margin-top:20px}
.rule_box h6 + p{margin:5px}
.rule_box h6 + ul{margin:4px 20px}
/*.rule_box h6 + ul li div.float_l,.list_font{font-size:13px;width:20px}*/
.rule_box h6 + ul li div.float_l,.list_font{font-size:1.1em;width:20px}



/* 0329 */
.padding_three { padding-right: 3px !important;}

.form_table_second { border-top: 1px solid #6e2cc3; margin-bottom: 30px; }
.form_table_second dl, .form_table_second ul { display: table;/* height: 100%; */}
.form_table_second li { display: table-cell; border-top: 1px solid#fff; border-bottom: 1px solid #ddd; vertical-align: middle; border-right:1px solid #ddd;/* height:28px;*/ min-height:28px; } /* 170407 min-height:28px 추가 */
.form_table_second li:last-child { border-right:0px !important; }

.form_table_second li ul.ul-default li {display: block;border:none}

/*
.table_th { width: 130px; background: #f5f5f5; padding: 7px 0 7px 30px; }
.table_td { width: 700px; padding: 7px 0 7px 40px; word-wrap: break-word; }
*/
@media only screen and (min-width:769px) and (max-width:1280px) {
.form_table_second li { word-break: break-all; font-size: 13px }
}


.tabs_ctn .form_table_second { font-size: 14px; }

.border_right_show { border-right:1px solid #ddd !important; }
.border_right_none { border-right:0px !important; }
.padding10_second { padding:10px; }
.padding10_three { padding:5px 10px 5px 10px; }
.padding10_four { padding: 10px 0; }

.br_show { display:none; }
.no_show { display:block; }

.table_th_second { background: #f5f5f5; }

.col_4_second { width:34.44444444444%; }
.col_8_second { width: 64.6666666666%; }


.inline_ab{display:table-cell;}
.in_block{display:inline-block}
.form_table .border_right {border-right: 1px solid #ddd !important;}
.m_align_rev_r{text-align:right}
.v_top{vertical-align:top}
.small_txt_9em {font-size:0.9em}


/*추가*/
.li-table {border-bottom:solid 1px #ddd}
ul{padding:0;margin:0}
ul.header{text-align:center}
ul.li_line {display: table;width: 100%;border-collapse:collapse;border-spacing: 0px;table-layout: fixed;}
ul.li_line li {display: table-cell;border:solid 1px #ddd;border-bottom-width:0;height:32px;vertical-align:middle;border-left:0px !important}
ul.li.first {border-left-width:0}
ul.li_line li.last {border-right-width:0}
ul.li_line a {display: block;text-align: center;margin: 0 5px;}
ul.li_line p {display: block;text-align: center;margin: 0 5px;}
@media screen and (max-width:760px) {
	.pc{visibility:hidden !important; width:0px !important;border-color:#fff !important;height:1px !important;padding:0 !important; margin:0 !important;overflow:hidden !important}
	.mo_hide{display:none !important}
}
.li_row{display:table-row !important;vertical-align:middle}
.li_row{box-shadow: 0px 1px 0px 0px #ddd;border:0px !important}
.li_row div.cellcnt div{display:table-cell;vertical-align:middle}
.li_td{padding-left:4%}
.case_cell{text-align: right;}
.case_cell div{padding-right: 3px;}
.border_r0{border-right:none !important}
.t_border_r1{border-right:1px solid #ddd !important}
.t_border_t0{border-top:0px solid #ddd !important}
.t_border_r0{border-right:0px solid #ddd !important}
.border_b0{border-bottom:none !important}
.border_b1{border-bottom:1px solid #ccc !important}
.li_th{background:#f5f5f5}

.casecell{text-align: right !important; padding-right: 4px !important;}

.hr_blank1{display:block;margin:1px 0;padding:0;height:0;opacity:0}

/* 170412 */

.btn_h_30 { height:30px; }

.nonhover, .nonhover:link {color:inherit;text-decoration:none}

/*0414*/
[type='checkbox'], [type='radio']{border:none}

/*pc메뉴 스크롤_상대적위치 수정*/
#wrap_header{}
/*
ul.lnb_menu > li,ul.lnb_menu,.wrap_gnb{position:inherit}
ul.lnb_menu div{position:absolute}
*/

/*accorion nowrap overflow*/
.ui-accordion-content{white-space:nowrap;overflow:hidden !important}
#review_text + .cke_chrome.cke_1{border:none}
#review_text + .cke_chrome.cke_1 .cke_reset_all{border:none}

.absolute_show { display:none !important; }

ul#main_notice li { margin-left:50px !important; }

/* 팝업레이어 170419 */
#hd_pop {z-index:9999;position:absolute; top:0; left:0; margin:0 auto;width:100%; height:0 auto;}
.hd_pops {position:absolute;background:#fff}
.hd_pops_con {}
div.hd_pops_subject{padding:5px 0 5px 10px;background:#000; color:#fff; font-size:16px; font-weight:bold;text-align:left}
div.hd_pops_footer {padding:3px 0;background:#000; color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff; font-size:13px;}

/*170420*/
.bg_n{background:none !important}


/* 170531 */
.real_form_table_ctn { width:62%; position:relative; margin:0 auto; }
.real_form_table_ctn table { width:100%; margin:0; padding:0; }
.real_form_table_ctn th { background: #f5f5f5; font-size:12px; min-height:28px; }
.real_form_table_ctn th:nth-child(1) { width: 16.66666667%; border-right:1px solid #ddd; text-align:center; }
.real_form_table_ctn th:nth-child(2) { width: 16.66666667%; border-right:1px solid #ddd; text-align:center; }
.real_form_table_ctn th:nth-child(3) { width: 16.66666667%; border-right:1px solid #ddd; text-align:center; }
.real_form_table_ctn th:nth-child(4) { width: 41.66666667%; }

.real_form_table_ctn td { font-size:12px; min-height:28px; height:auto;}
.real_form_table_ctn td:nth-child(1) { border-right:1px solid #ddd;border-bottom:1px solid #ddd; text-align:center; }
.real_form_table_ctn td:nth-child(2) { border-right:1px solid #ddd;border-bottom:1px solid #ddd; text-align:center; }
.real_form_table_ctn td:nth-child(3) { border-right:1px solid #ddd;border-bottom:1px solid #ddd; text-align:center; }
.real_form_table_ctn td:nth-child(4) { border-right:1px solid #ddd;border-bottom:1px solid #ddd; border-right:0px; text-align:center; }

/* 170615 서브페이지 상단 문구이미지 관련 */
#sub_top_title { margin:0 auto; width:504px; padding:28px 45px 0 0px; float:right; }
@media only screen and (min-width:769px) and (max-width:1280px) {
#sub_top_title { margin:0 auto; width:504px; padding:28px 60px 0 0px; float:right; }
}

.f_bold { font-weight:bold; }
.in_show { display:none; }
.not_padding li { padding:0; }

/*left banner*/
#left_bnr{margin-top:10px}

/* CKEditor 관련 */
.cke_editable
{
	font-size: 13px;
	line-height: 1.6;

	/* Fix for missing scrollbars with RTL texts. (#10488) */
	word-wrap: break-word;
}

/* (Add_20180405) ▼ */
.basic_form { width: auto; font-size: 14px; }
.basic_form ul { width: 100%; }
.basic_form .table_th { width: 130px; padding: 7px 0 7px 40px; }
.basic_form .table_td { width: auto; padding: 7px 0 7px 20px; }
.basic_form textarea { width: 90%; height: 60px; }

.btn_re { display: inline-block; text-align: center; padding: 0; vertical-align: middle; cursor: pointer; border: 1px solid transparent; border-radius: 4px; font-size: 12px; line-height: 100%; }
.btn_re:hover, .btn_re:focus { outline: none; text-decoration: none; }

.btn_notice_re { background: #005fca; padding: 0 40px; color: #fff; line-height: 30px; margin-top: 18px; margin-right: 10px; font-size: 13px; }
.btn_silver_re { background: #eeeeee; border-color: #ddd; color: #555; margin-left: 10px; }

.unable_service_fstyle {color:#969696}

/* 탑메뉴 특가서버 */
#topmenu-specialproduct-ns410 {display:block;font-size:0.88em;line-height:1;margin-top:20px;text-align:center;box-sizing:border-box;padding:4px 4px 8px 4px;color:#fff;background-color:#2e184a;border-radius:4px;cursor:pointer}
#topmenu-specialproduct-ns410 p{text-align:center;margin:6px 0 0 0}
#topmenu-specialproduct-ns410 p:first-child{font-weight:bold}
@media only screen and (max-width:768px) {
    #topmenu-specialproduct-ns410 {width:90%}
}

.vat-txt {text-align:right;font-size:0.6em;margin-top:10px}
#master_reg_detail_domain_title{}
#master_reg_detail_domain h4.top{float:left}
#master_reg_detail_domain .domain-modal-topbtns {float:right;text-align:right;box-sizing: border-box;line-height:1.6}
#master_reg_detail_domain .domain-modal-topbtns a {display:inline-block;color:#fff;white-space: nowrap;margin:0 2px;line-height:1;box-sizing: border-box}
#master_reg_detail_domain_title:after{clear:both;display:block;content:''}


.beta_icon2 {width:18px}

.back-red{background-color:#e44e3f;color:#fff;}

.fa.display-none {display: none}

.form_table ul.li-type1 {display:block}
.form_table ul.li-type1 li {display: block;border-top:0;border-bottom:0}

.opacity0 {opacity:0}
.opacity5 {opacity:.5}
.opacity10 {opacity:1}
.opacity7 {opacity:.7}
.grecaptcha-badge { visibility: hidden; }
.google-captcha-txt {color:#c7c7c7;font-size:0.7em}
.google-captcha-txt a {color:#909090}

.def-broadcast-box {display:inline-block;background-color:#9eacc6;color:#fff;text-align: center;padding:10px 16px;border-radius: 5px;font-size:14px}
a.underline1, .underline1 {text-decoration: underline;text-underline-position: under;}

.icon_sms_auth {margin-top:8px;line-height:1;vertical-align: middle;display: flex; align-items: center;gap:0.6em;color:#8f8f8f;font-size:0.94em}
.icon_sms_auth img {cursor: pointer; width: 30px; height: 30px;display: inline-block;opacity: 0.8}
