@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
    scroll-behavior: smooth;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ol.list-initial {
	list-style: decimal;
	padding-left: 20px;
}
blockquote, q {
	quotes: none;
}
h5 {
	font-size: 1em;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* form */
.inTxt, input[type="text"], textarea, select {
	border:1px solid #ccc;
	padding:7px;
	border-radius: 4px;
}
input::placeholder {
  color: #999;
}
.check, .radio {
	width:16px;
	height:16px;
}

input[type=text]:focus,
input[type=password]:focus {
   background-color: orange;
   border:solid 1px gray;   
}

.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}

/* layout */
#wrap {
	width: 1024px;
   /* width : 960px; */
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}
/*#container {
	width: 960px;
	float: left;
}*/
#container:after {
	content: "";
	clear: both;
	display: table;
	height: 0;
	visibility: hidden;
}
#quick-link ul li a:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 10px;
	margin-left: 5px;
	background: url("../images/main_new/ico_sprite.png") no-repeat 0 -256px;
}
#quick-link {
	float: left;
	width: 150px;
	margin-left: 10px;
	background: #ec6725;
}
.clear:after {
	content: "";
	clear: both;
	display: table;
	visibility: hidden;
	height: 0;
}

/* skip */
.skip, caption {
	position: absolute;
	left:-5000px;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
caption {
	position:static;
}
/* skipNavi */
#skipNavi {
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	width:100%;
}
#skipNavi li {
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	width:100%;
}
#skipNavi a {
	display:block;
	width:1px;
	height:1px;
	margin-bottom:-1px;
	font-size:0;
	overflow:hidden;
}
#skipNavi a:active, #skipNavi a:focus {
	width:100%;
	height:auto;
	padding:5px 0;
	background:#eee;
	font-size:1em;
	text-align:center;
}
body {
	/* background-color: #f7f7f7; */
}
input {
	vertical-align: middle;	
}
legend {
	padding: 10px 0;
}
legend.tb_tit {
	margin: 0;
	background-position: 0 14px;	
}
/* font */
html, body, div, input, td, th, p, textarea, button {
	font-family: 'Roboto', 'Noto Sans KR','Nanum Gothic','맑은 고딕','Malgun Gothic','Open Sans', sans-serif;
	font-size: 13px;
	color: #666;
	line-height:150%;
}


a, img, input {
selector-dummy: expression(this.hideFocus=true);
}
a {
	color: #666666;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color: #0e1b2a;
	text-decoration:none;
}
.red:link {
	color: #FF0000;
}
.red:active, .red:visited {
	color: #FF0000;
}
.red:hover {
	color: #CC0000;
}
a.blue:hover, a.blue:active, a.blue:focus {
	color: #0e0ec5;
	text-decoration: underline;
}
.red {
	color:#BF0000;
}
.orange_red {
	color:#FF3300;
}
.brown {
	color:#865D3A
}
.orange {
	color: #EA5E00;
}
.green {
	color: #598400;
}
.blue {
	color: #00f;
}
.text-info {
	color: #5a5bc7;
}
.table {
	border: 1px solid #CAAB95;
}
.table2 {
	border: 1px solid #CAAB95;
	background-color:#CAAB95
}
.hr-dotted {
	border-top: 1px dotted #ccc;
    border-width: 1px 0 0;
}
#quick {
	windth:95px;
	margin-left:975px;
	margin-top:55px;
	left: 10px;
	top: 0px;
	position:absolute;
	z-index: 1;
}
#quick ul {
	margin:10px 0px 8px 10px;
	letter-spacing: -2px;
	color:#865D3A;
	line-height:2.1em;
	list-style-type:none;
	font-size: 11px;
}
.mrgtb10 {
	margin: 10px 0;
}
.btn2 {
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
}
.btn2-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn2-primary:hover, .btn2-primary:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn_df3 {
	display: inline-block;
	padding: 2px 6px;
	background: #efefef;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.btn_df3:hover, .btn_df3:focus, .btn_df3:active {
	border-color: #a4afb4;
}
.btn_df3[target="_blank"]:after {
	content: "";
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-left: 7px;
    background: url(../images/main_new/ico_sprite.png) no-repeat -46px -256px;
}

/* header */
#header {
	position: relative;
	/* width: 960px; */
	margin-bottom: 20px;
	padding-top: 35px;
}
#header:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#util_menu {
	position: absolute;
	right: 0;
	top: 6px;
}
#util_menu:after {
	content:"";
	clear: both;
	display: block;
	height:0;
	visibility: hidden;
}
#util_menu li {
	float: left;
}
#util_menu li a {
	display: block;
	padding: 0.4166666666666667em 10px; /* 5/12 */
	background: url("../images/main_new/ico_sprite.png") no-repeat -899px -422px;
}
#util_menu li:first-child a {
	background: none;
}
#logo {
	float:left;
	width: 154px;
	height: 36px;
	margin: 0 38px 0 28px;
	background: url("../Images/main/comodo_logo.gif") no-repeat;
}
#logo a {
	overflow: hidden;
	display: block;
	height: 100%;
	text-indent: -1000em;
}
#global_nav {
	float: left;
	height: 36px;
	padding-left: 3px;
	/* background: url("../images/main_new/ico_sprite.png") no-repeat; */
}
#global_nav ul {
	width: 734px;
	height: 100%;
	padding-right: 3px;
	/* background: url("../images/main_new/ico_sprite.png") 100% -36px no-repeat; */
}
#global_nav ul:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#global_nav ul li {
	float: left;
	width: 183px;
	height: 100%;
	text-align: center;
	line-height: 36px;
}
#global_nav ul li a {
	display: block;
	height: 100%;
	color: #0e1b2a;
	font-size: 16px;
	font-weight: 600;
	transition: all .3s;
}
#global_nav ul li a:hover, #global_nav ul li a:focus, #global_nav ul li a:active {
	transform: scale(1.08);
}

/* snb */
#snb {
	float: left;
	width: 205px;
	margin-right: 15px;
}
#snb h2 {
	height: 110px;
	border-bottom: 2px solid #0e1b2a;
	color: #0e1b2a;
	font-size: 1.692307692307692rem; /* 22/13 */
	font-weight: bold;
	text-align: center;
	line-height: 110px;
	letter-spacing: -1px;
}
#snb ul {
	margin-bottom: 10px;
}
#snb li {
	border-top: 1px solid #ccc;
}
#snb li:first-child {
	border: none;
}
#snb li a {
	display: block;
	padding: 10px 0;
}
#snb li a:before {
	content:"";
	display: inline-block;
	width: 27px;
	height: 11px;
	background:url("../images/left_menu.gif") no-repeat;
	vertical-align: middle;
}
#snb > ul > li.active > a {
	color: #0e1b2a;
	font-weight: bold;
}
#snb .btn_pay_info {
	display: block;
	width: 200px;
	height: 50px;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px;
	background: url("../images/angle-right.png") no-repeat;
	background-position: 94% 50%;
	border: 1px solid #babbbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	  color: #73747b;
	  font-weight: bold;
	  line-height: 1.1em;
	  transition: all .3s;
}
#snb .btn_pay_info:hover, #snb .btn_pay_info:focus, #snb .btn_pay_info:active {
	background-color: #eee;
	  border-color: #87878d;
	  color: #555757;
}
#snb .btn_pay_info .link_info {
  display: block;
  margin-top: 3px;
  color: #9b9fa5;
  font-size: 0.8333333333333333em;
  font-weight: normal;
}
#snb .btn_pay_info:hover .link_info, #snb .btn_pay_info:focus .link_info, #snb .btn_pay_info:active .link_info {
	color: #81828d;
}
.support-info {
	width: 200px;
	padding: 10px;
	box-sizing: border-box;
	background: #f9f9f9;
	border: 1px solid #d4d4d4;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.support-info hr {
	height: 1px;
	border-width: 1px 0 0;
	border-top: 1px dotted #ddd;
}
.support-info-title {
	display: block;
	margin-bottom: 5px;
	letter-spacing: -1px;
	color: #333;
	font-size: 1.076923076923077em;
	font-weight: bold;
}
.support-info-cont {
	word-break: keep-all;
	word-wrap: break-word;
}
.support-info-cont p {
 	margin: 0 !important;
 	font-size: 1em;
 }
.support-info-cont.customer-center {
	height: 40px;
	padding-left: 55px;
	background: url("../images/icon-customer-center.png") no-repeat;
}
.support-info-cont.customer-center .tel-no {
	display: block;
	margin-bottom: 2px;
	letter-spacing: -1px;
	color: #04041e;
	font-size: 1.9em; /* 20240503 수정 */
	font-weight: bold;
	vertical-align: middle; /* 20240503 추가된 값 */
	text-align: center; /* 20240503 추가된 값 */
}
.support-info-cont .support-time {
	display: block; 
	margin: 5px 0; 
	color: #f30; 
	font-size: 1.5em;
}
.support-info-cont .support-time small {
	font-size: small;
}

.more_info {
	display: block;
	height: 30px;
	margin: 10px 0;
	padding-left: 3px;
	background: url("../images/main_new/ico_sprite.png") 0 -114px no-repeat;
}
.more_info span {
	display: inline-block;
	width: 197px;
	height: 100%;
	background: url("../images/main_new/ico_sprite.png") 100% -144px no-repeat;
	cursor: pointer;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.banner {
	margin: 2px 0;
}

/* content */
#content {
	position: relative;
	float: left;
	/* width: 739px; */
	width: calc(100% - 220px);
	padding-bottom: 20px;
}
#content h3 {
	margin-bottom: 15px;
	padding: 10px 0;
	color: #333;
	letter-spacing: -1px;
	font-size: 1.538461538461538rem; /* 20/13 */
}
#content h4 {
	margin: 40px 0 15px;
	padding-left: 23px;
	background: url(../Images/ico_h4.gif) 0 1px no-repeat;
	font-size: 1.384615384615385rem; /* 18/13 */
}
#content h5 {
	margin: 40px 0 10px;
	font-size: 1.230769230769231rem; /* 16/13 */
}
#content h6 {
	margin: 30px 0 10px;
	font-size: 1.076923076923077rem; /* 14/13 */
}
#container p {
	margin: 10px 0;
	word-break: keep-all;
}
#content .content-top {
	height: 80px;
	margin-bottom: 15px;
	padding: 20px 200px 10px 20px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
#content .content-top-01 {
  padding-right: 20px;
  padding-left: 300px;
	background-image: url(../images/top_img1.jpg);
	text-align: right;
	word-break: keep-all;
}
#content .content-top-02 {
	background-image: url(../images/top_img2.jpg);
}
#content .content-top-03 {
	background-image: url(../images/top_img3.jpg);
	word-break: keep-all;
}
#content .content-top-04 {
	background-image: url(../images/top_img4.jpg);
}
#content .content-top > h2 {
	font-size: 18px;
}
#content .content-top > p {
	color: #fff;
	opacity: 0.8; 
}
.bd_img {
	padding: 10px;
	background: #fff;
	border:1px solid #ddd;
}
.with_num, .with_bull {
	margin: 20px;
}
.with_num li {
	list-style: decimal;
	margin: 7px 0;
}
.with_bull li {
	list-style-type: disc;
	margin-bottom: 5px;
}
.with_bull.circle li {
	list-style-type: circle;
}
.order-list-circle {
	counter-reset: item;
}
.order-list-circle > li {
	counter-increment: item;
}
.order-list-circle > li:before {
  content: counter(item);
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	padding: 3px;
	box-sizing: border-box;
	vertical-align: middle;
	background-color: #eee;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
}
.order-list-circle > li + li {
	margin-top: 20px;
}
.order-list-circle > li > .order-list-title {
	display: inline-block;
  vertical-align: middle;
	font-weight: bold;
}
.unit {
	text-align: right;
}
.data_tb {
	table-layout:fixed;
	width: 100%;
}
.data_tb th {
	background: #eee;
}
.data_tb th, .data_tb td {
	padding: 7px;
	border: 1px solid #ddd;
}
.data_tb td > a:hover, .data_tb td > a:focus, .data_tb td > a:active {
	text-decoration: underline;
}
.btn_area {
	margin: 10px 0;
	text-align: center;
}
.go_top {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	padding: 5px 0;
	color: #999;
	font-size: 0.9166666666666667em; /* 11/12 */
}
.go_top:hover, .go_top:active, .go_top:focus {
	color: #999;
}
.warning {
	display: block;
	margin: 10px 0;
	color: #bf0000;
	font-weight: bold;
}
.warning-p {
	background: url('/images/ico-warning.png') no-repeat 10px;
	background-color: #ffff97;
  border: 1px solid #fe5c5c;
	border-radius: 5px;
	padding: 10px 10px 10px 80px;
	color: #f00;
}
.step_info {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f9f9f9;
	border:1px solid #ddd;
	border-radius: 5px;
}

/* faq */
.faq .question {
	padding: 10px;
}
.faq .answer {
	background: #f7f5f1;
	padding: 10px;
}
.req {
	color:#f00;
}
.req_info {
	margin-bottom:5px;
	text-align: right;
}
.inquiries {
	width:100%;
	margin-bottom:10px;
	border-top:2px solid #0e1b2a;
}
.inquiries th, .inquiries td {
	border:1px solid #ccc;
	padding:5px;
}
.inquiries th {
	background:#f7f7f7;
	font-weight:bold;
	color:#333;
	text-align:left;
}
.privacy {
	overflow:auto;
	height:200px;
	margin:5px 0;
	padding:10px;
	background: #fff;
	border:1px solid #ccc;
}
.privacy dt {
	font-weight:bold;
	margin:5px 0;
}
.privacy dd {
	padding-left:5px;
}
.btn_area {
	width:100%;
	margin:15px 0;
	text-align:center;
}
.submit {
	padding: 15px 50px;	
	border:none;
	background:#00b073;
	border-radius: 4px;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-size: 1.166666666666667em;
}
.submit:hover, .submit:focus, .submit:active {
	background: #008e5c;
}

.step {
	overflow:hidden;
	width:100%;
	margin:15px 0;
	font-size: 0; /* inline-block 여백 삭제 */
}
.step li {
	display: inline-block;
	box-sizing: border-box;
	color:#888;
	font-size: 1rem;
}
.step li + li {
	background: url(/images/step-arrow.gif) 12px 50% no-repeat;
    padding-left: 40px;
}

.step li > .number {
	display: inline-block;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	vertical-align: middle;	
	margin-right: 5px;
    border: 2px solid #7987a1;
    border-radius: 100%;	
	text-align: center;
	line-height: 21px;
}
.step li.on {
	color: #0e1b2a;
	font-weight: 600;
}
.step li.on > .number {
	background-color: #0e1b2a;
	border-color: #0e1b2a;
	color: #fff;
}
.step li.done-step {
	color: #00b073;
}
.step li.done-step > .number {
	background-color: #00b073;
	border-color: #00b073;
	color: #fff;
}
.step1 {
	overflow:hidden;
	width:100%;
	margin:10px 0;
}
.step1 li {
	float:left;
	width:136px;
	height:20px;
	margin-left:2px;
	padding:5px;
	background:#eee;
	color:#888;
	text-align:center;
}
.step1 li:first-child {
	margin-left: 0;
}
.step1 li.on {
	background:#f60;
	color:#fff;
	font-weight:bold;
}
.alert {
	margin-bottom: 10px;
	padding: 12px 15px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
	word-break: keep-all;
}
.alert.alert-block {
	display: block;
}
.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
	color: #856404;
}
.alert-warning-icon {
	background: #fff3cd url(/images/alert-warning-icon.gif) 15px 13px no-repeat;
    padding-left: 40px;
}
.caution {
	margin-top: 30px; 
	padding-top: 15px; 
	border-top: 1px solid #d4d4d4;
}
.caution-title {
	margin-bottom: 10px;
	font-weight: 600;
	color: #bf0000;
}
.certificate {
	width:100%;
	margin-bottom: 20px;
	border-top:2px solid #0e1b2a;
}
.certificate th, .certificate td {
	padding: 10px;
	border-bottom: 1px solid #d4d4d4;
}
.certificate th {
	background:#fafafa;
	text-align:left;
}
.certificate td label, .certificate td input {
	vertical-align: middle;
}
.certificate td input[type="radio"] {
	margin-top: 0;
}
.certificate td label + input {
	margin-left: 10px;
}
.cert-way {
	display: inline-block;
	box-sizing: border-box;
	width: 27px;
  height: 27px;
  line-height: 21px;
  border: 3px solid #989590;
  border-radius: 50%;
	text-align: center;
	color: #989590;
  font-weight: 600;   
  font-size: 11px;
}
.pinfo_list {
	margin-bottom: 30px;
}
.pinfo_list > li {
	margin-bottom: 7px;
}

#multiCon {
	margin-top:	15px;
	border-top: 1px dotted #ccc;
}
.multiCon_tit {
	display: block;
	margin: 5px 0;
	font-weight: bold;
}
#csrAuto {
	width: 100%;
}
.csr {
	overflow:hidden;
	width:541px;
	margin:5px 0;
	padding-top: 5px;
}
.csr dt, .csr dd {
	display: inline-block;
	margin-bottom:5px;
	vertical-align: middle;
/*	height:28px;
	line-height: 28px;*/
}
.csr dt {
	width:90px;
	padding-left: 5px;
}
.csr dd {
	/*width: 446px;*/
	width: calc(100% - 100px)
}
.agree {
	margin-top:10px;
	padding:5px 0;
	border-top:1px dotted #ccc;
}
.tit {
	display:block;
	margin:5px 0;
	font-weight:bold;
}
.sub_info {
	margin:5px 0;
}
.done {
	padding:10px;
	border-bottom:1px solid #ccc;
	border-top:2px solid #0e1b2a;
}
.done .info {
	display:block;
	margin-bottom: 20px;
	padding:100px 0;
	border-bottom: 1px dotted #ccc;
	text-align: center;
	font-size: 1.384615384615385rem; /* 18/12 */
	line-height: 1.5em;
}
.sel_key {
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
	border-top:2px solid #0e1b2a;
}
.sel_key dt, .sel_key dd {
	float:left;
	border-bottom:1px solid #ccc;
	line-height:30px;
}
.sel_key dt {
	width:25%;
	text-indent:5px;
	font-weight:bold;
}
.sel_key dd {
	width:75%;
}
.tb_tit {
	margin:5px 0;
	background:url(../images/ico_tb_tit.gif) 0 5px no-repeat;
	padding-left:7px;
	font-weight:bold;
}

/* �α��� */
.wrap_login {
	width: 400px;
	margin: 15px auto 30px;
	padding: 30px;
}
.login_info input[type="radio"] {
	margin-top: 0;
}
.login_info label + input[type="radio"] {
	margin-left: 20px;
}
.login {
	margin-top:13px;
	padding-top:13px;
	border-top:1px dotted #ccc;
}
.login dt {
	margin-bottom: 5px;
	color: #999;
}
.login dd + dt {
	margin-top: 15px;
}
.login dd input {
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	border: 0;
	background: #fafafa;
}
.btn_login {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 15px 0;
	background:#3bc394;
	border: 0;
	border-radius: 4px;
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}
.btn_login:hover, .btn_login:focus, .btn_login:active {
  background-color: #008e5c;
}

.btn_pay {
	display: inline-block;
	margin: 10px 5px 10px 0;
	padding: 20px 30px;
	background: #00b073;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	transition: all .3s;
}
.btn_pay:hover, .btn_pay:active, .btn_pay:focus {
	background: #008e5c; 
	color: #fff;
}
.btn_slip {
    box-sizing: border-box;
    padding: 18px 30px;
    border: 2px solid #00b073;
    -webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
    color: #00b073;
}
.btn_slip:hover, .btn_slip:focus, .btn_slip:active {
	background: #00b073; 
	color: #fff;
}
.bank_account {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bank_account li + li {
	margin-top: 15px;
}
.bank_account li > img {
	margin-right: 5px;
	vertical-align: middle;
}
.btn_remitt {
	display: inline-block;
	height: 34px;
	margin: 10px 0;
	padding: 0 35px;
	background: #eee;
	border: 1px solid #d4d4d4;
	border-bottom-color: #bcbcbc;
	border-right-color: #bcbcbc;
  border-radius: 3px;
	line-height: 34px;
}
.btn_remitt:hover, .btn_remitt:active, .btn_remitt:focus {
	background: #e5e5e5;
	color: #666;
	font-weight: bold;
}

/* quick link */
#quick-link ul li {
	list-style: none;	
	padding: 10px;
	text-align: center;
}
#quick-link h3 {
	padding: 20px 0;
	border-bottom: 1px solid #f5a25c;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.3em;
}
#quick-link ul li {
	border-bottom: 1px dotted #f5a25c;
}
#quick-link ul li a {
	display: inline-block;
	color: #fff;
}

/* footer */
address {
	font-style:normal;
}
#footer {
	/* width: 918px; */
	padding: 20px;
	background: #f4f2ec;
	border: 1px solid #dfdfda;
    margin-top:20px;
}
#footer:after {
	content: "";
	clear: both;
	display: table;
	height: 0;
	visibility: hidden;
}
.footer-address {
	margin-bottom: 20px;
	padding-bottom: 20px;
  	border-bottom: 1px solid #dfdfda;
}
.footer-address:after {
	content: "";
	clear: both;
	display: table;
	height: 0;
	visibility: hidden;
}
.footer-address > div {
	float: left;
	line-height: 1.5;
	font-size: 12px;
}
.footer-address > div:first-child {
	width: calc(100% - 250px);
}
.footer_navi {
	float: left;
	width: 20%;
}
.footer_navi dt {
	margin-bottom: 20px;
	font-weight: bold;
}
.footer_navi dd {
	margin-bottom: 10px;
}
.external_link dd a:before {
	content:"";
	display: inline-block;
	width: 11px;
	height: 10px;
	margin-right: 5px;
	background: url('../images/main_new/ico_sprite.png') no-repeat -46px -256px;
}
.copyright {
	float: left;
	width: 240px;
	text-align: right;
}
.copyright address {
	margin-bottom: 7px;
}
.copyright .copy {
	display: block;
	margin: 10px 0;
}
/* 20131114 */		
a.custom {
	color:#f30;
}
a.custom:hover, a.custom:active, a.custom:focus {
	color:#00f;
	text-decoration:underline;
}
.dcv .tabs {
	font-size: 0;
}
.dcv .tabs > li {
	display: inline-block;
	box-sizing: border-box;
	width: 33.3333333%;
	font-size: inherit;
}
#content .dcv .tabs > li > h4 {
	margin: 0;
	padding: 0;
	background: none;
} 
.dcv .tabs > li > h4 > a {
	display: block;
	height: 40px;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
}
.dcv .tabs > li.active > h4 > a {
	height: 38px;
	border: 1px solid #eee;
	border-bottom-color: #fff;
	border-top-color: #0e1b2a;
	border-top-width: 2px;
	font-weight: 600;
	color: #0e1b2a;
}
.dcv .tab_content {
	padding: 20px 0;
}
.dcv h5 {
	margin-top: 40px;
}
.dcv.ssl-new .tabs > li {
	width: 50%;
}
.dcv.ssl-new ol {
	margin-left: 10px;	
}
.dcv.ssl-new ol > li {
	margin-bottom: 15px;	
}
.dcv.ssl-new ol > li > img {
	vertical-align: middle;	
}
.dcv.ssl-new ol > li > p {
	margin: 3px 0;
}
.dcv.ssl-new .tab_content {
	padding-bottom: 0;
}
 
.notice th, .notice td {
	text-align: center;	
}
.notice th {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #eee url(../Images/th_line.gif) no-repeat right bottom;
}
.notice .bd_tit {
	text-align: left;	
}
.paging {
	margin: 20px 0;
	text-align: center;	
}
.notice_view th {
	text-align: center;	
}
.view_btn_area {
	padding-top: 15px;
	text-align: right;	
}
.btn_list {
	display: inline-block;
	padding: 5px 15px;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	text-align: center;
	color: #666;
}
.btn_list:hover, .btn_list:active, .btn_list:focus {
	color: #666;	
}
.faq_tab {
	margin-bottom: 20px;	
	*zoom: 1;
}
.faq_tab:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}
.faq_tab li {
	float: left;
	width: 147px;
}
.faq_tab li a {
	display: block;
	height: 40px;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	text-align: center;
}
.faq_tab li.active a {
	height: 38px;
	border: 1px solid #eee;
	border-bottom-color: #fff;
	border-top: 2px solid #0e1b2a;
}

.btn_more {
	display: inline-block;
	padding: 2px 7px;
	background: #f4f4f4;
	border: 1px solid #bbb;
	text-decoration: none;
	color: #888;
}
.btn_more:hover, .btn_more:active, .btn_more:focus {
	color: #888;	
}
.btn_apply {
	display: inline-block;
    padding: 6px 13px;
	background-color: #00b073;	
    border-radius: 4px;
    color: #fff;
	font-weight: 600;
    transition: all .3s;
}
.btn_apply:hover, .btn_apply:active, .btn_apply:focus {
	background-color: #008e5c;
	color: #fff;
}
.btn_apply > .caret {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 10px;
  padding: 2px 2px 4px 4px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px #000;
  color: #0e1b2a;
  line-height: 10px;
  font-size: 10px;
}
.btn_lg {
	padding: 5px 20px 7px;
}
.btn_rounded {
	border-radius: 5px;
}
.btn_df {
	display: inline-block;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ddd;
}
.btn_df:hover, .btn_df:active, .btn_df:focus {
	background: #f7f7f7;
	color: #666;
}
.faq_list_wrap {
	position: relative;	
	margin-top: 40px;
}
.faq_list_wrap .btn_more{
	position: absolute;
	top: 0;
	right: 0;
}
.faq_list {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
	border-top: 2px solid #ccc;
}
.faq_list td {
	padding: 5px;
	border-bottom: 1px dotted #d4d4d4;	
}
.rgroup {
	border-right: 1px solid #ccc;	
}
.compare_tb {
	width:100%;
	border-top:2px solid #0e1b2a;
}
.compare_tb th {
	background: #eee;	
}
.compare_tb th, .compare_tb td {
	padding: 10px 7px;
	border: 1px solid #ddd;
	text-align: center;
}
.compare_tb td a[class*="btn"] {
	letter-spacing: -1px;
	font-size: 12px;
}
.p_option_list td {
	background-color: rgba(194, 194, 194, .05);	
	vertical-align: top;
}
.p_option_list .p_option {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.p_option_list .p_option dt {
	color: #333;
	font-weight: bold;
}
.p_option_list .p_option dt, .p_option_list .p_option dd {
	margin: 7px 0;	
}
.p_option_list .last {
	border: none;
}
.p_option .btn_buy, .p_option .btn_info {
	display: inline-block;
    padding: 6px;
    border-radius: 4px;
    color: #fff;
    transition: all .3s;
}
.p_option .btn_buy {
	background: #00b073;
	font-weight: 600;
}
.p_option .btn_info {
	background: #617279;	
}
.p_option .btn_buy:hover, .p_option .btn_buy:focus, .p_option .btn_buy:active {
	background-color: #008e5c;	
}
.p_option .btn_info:hover, .p_option .btn_info:focus, .p_option .btn_info:active {
	background-color: #73848b;
}
.p_option .price {
	color: #390;
	font-size: 15px;
	font-weight: 600;
}
.info_order_list {
	margin: 20px 0;	
}
.info_order_list li {
	list-style: decimal;
	list-style-position: inside;
}
.info_order_list li .info_img {
	margin: 10px 0;	
}
.btn_pirm {
	display: inline-block;
	padding: 10px 30px;
	background:#0e1b2a;
	color: #fff;
	font-weight: bold;
}
.btn_pirm:hover, .btn_pirm:active, .btn_pirm:focus {
	color: #fff;	
}

.btn_detail2 {
    background-color:#d4d4d4;
    padding: 2px 4px 2px 4px;
		color:#666;
    cursor:pointer;
    margin-left:6px;
}
#container .dcv.ssl-new .app-mode {
	font-size: 13px; 
	font-weight:bold; 
	color:#333; 
	padding:10px 0;	
}
#container .dcv.ssl-new .app-mode img {
	vertical-align: middle;	
}

.reference-list .owl-carousel {
	margin-bottom: 70px;
}
.reference-list .owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
}

.btn4 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #1f628d 1px;
  text-decoration: none;
  cursor:pointer;
}

.btn41 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
   padding: 2px 10px 2px 10px;
  border: solid #1f628d 1px;
  text-decoration: none;
  cursor:pointer;
    margin-top:1px;
  margin-bottom:1px;
}

.btn4:hover  {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btn5 {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #000000;
  font-size: 12px;
  background: #e6e6e6;
  padding: 2px 10px 2px 10px;
  border: solid #c9c9c9 1px;
  text-decoration: none;
  cursor:pointer;
  margin-top:1px;
  margin-bottom:1px;
}

.btn5:hover {
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #d6d6d6);
  background-image: -moz-linear-gradient(top, #f5f5f5, #d6d6d6);
  background-image: -ms-linear-gradient(top, #f5f5f5, #d6d6d6);
  background-image: -o-linear-gradient(top, #f5f5f5, #d6d6d6);
  background-image: linear-gradient(to bottom, #f5f5f5, #d6d6d6);
  text-decoration: none;
}

.ssl-app-stages {
	margin: 40px 0 30px;
	text-align: center;
}
.ssl-app-stages > li {
	display: inline-block;
}
.ssl-app-stages > li > img {
	margin-bottom: 5px;
}
.ssl-app-stages > li + li {
	background: url('/images/ssl-stage-arrow.gif') no-repeat 0 50%;
	padding-left: 35px;
}
.ssl-app-stages-info > li {
	margin-bottom: 20px;
}
.issuance_process {
	display: table;
	width: 100%;
	margin: 30px 0;
}
.issuance_process > li {
	position: relative;
	display: table-cell;
	width: 1%;
	text-align: center;
}
.issuance_process > li + li {
	margin-left: 10px;
}
.issuance_process > li:not(:last-child):after {
	content: "";
	position: absolute;
	width: 73%;
	border-top: 3px solid #00b073;
	right: -37%;
  top: 22%;
}
.issuance_process .process-no {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 11px;
	border: 3px solid #00b073;
	border-radius: 50%;
	color: #00b073;
}
.faq-tab {
  display: inline-block;
  margin-bottom: -1px;
  padding: 7px 15px 8px;
  background-color: #fff;
  border: 1px solid #acbcc2;
  border-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.faq-tab-cont {
	padding-top: 10px;
	border-top: 1px solid #acbcc2;
}
.faq-tab-cont li {
	padding: 10px;
}
.faq-tab-cont li:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  margin-right: 7px;
  vertical-align: middle;
  background: url(../images/main_new/ico_sprite.png) no-repeat -46px -256px;
}
.faq-tab-cont li > img {
	vertical-align: middle;
  width: 4px;
  margin-right: 5px;
}
.faq-tab-cont li + li {
  border-top: 1px dotted #d4c6bf;
}

.detail_discript_list {
	margin-bottom: 25px;
}
.detail_discript_list li {
	margin-bottom:5px;
	font-size:14px
}
.detail_discript_list li:before {
	content: "";
	display: inline-block;
    width: 14px;
    height: 14px;
	margin-right: 5px;
	background: url(/images/point.gif) no-repeat;
	vertical-align: middle;
}
.procedure > li {
	position: relative;
	display: inline-block;
	padding: 5px 10px 4px 5px;
	background-color: #e7e7e7;
	color: #333;
}
.procedure > li:first-child {
	padding-left: 15px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.procedure > li:last-child {
	padding-right: 15px;
	padding-left: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.procedure > li + li {
	margin-left: 20px;
}
.procedure > li:before, .procedure > li:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	border: 1px solid transparent;	
}
.procedure > li:not(:first-child):before {
	right: 100%;
	border-width: 14px 9px;
	border-color: #e7e7e7;
	border-left-color: transparent;
}
.procedure > li:not(:last-child):after {
	left: 100%;
	border-width: 18px 11px;
    top: -4px;
	border-color: transparent;
	border-left-color: #e7e7e7;
}
.sub-cont-emph {
	color: #0e1b2a;	
	font-size: 1.230769230769231rem; /* 16/13 */
	font-weight: 600;
}
.sub-cont-emph > small {
	color: #00b073;
}
.trust-logo-list > li {
	display: inline-block;
	vertical-align: top;
	margin-left:20px;
    text-align: center;
}
.trust-logo-list > li > figure {
	min-height: 75px;
	margin: 0;
}
.btn-download {
	padding-right: 30px;
	background-image: url(/images/ico-download.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;	
}
.procedure > li {
	position: relative;
	display: inline-block;
	padding: 5px 10px 4px 5px;
	background-color: #e7e7e7;
	color: #333;
}
.procedure > li:first-child {
	padding-left: 15px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.procedure > li:last-child {
	padding-right: 15px;
	padding-left: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.procedure > li + li {
	margin-left: 20px;
}
.procedure > li:before, .procedure > li:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	border: 1px solid transparent;	
}
.procedure > li:not(:first-child):before {
	right: 100%;
	border-width: 14.5px 9px;
	border-color: #e7e7e7;
	border-left-color: transparent;
}
.procedure > li:not(:last-child):after {
	left: 100%;
	border-width: 18px 11px;
    top: -4px;
	border-color: transparent;
	border-left-color: #e7e7e7;
}
.procedure-vertical {
	position: relative;
}
.procedure-vertical > li {
	position: relative;
	display: block;
	min-height: 25px;
	padding-left: 35px;
}
.procedure-vertical > li + li {
	margin-top: 7px;
}
.procedure-vertical:before {
	content: '';
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    position: absolute;
    top: 0;
	bottom: 0;
    left: 12px;
}
.procedure-vertical > li .number {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
    height: 25px;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #b4bdce;
    border-radius: 100%;
	text-align: center;
	color: #97a3b9;
	line-height: 21px;
}
.procedure-vertical > li .title {
	display: block;
    padding: 4px 0;
}

/* 공지사항 내용 */
.notice-content {
	max-width: 100%;
	overflow: auto;
}
.notice-content img {
	max-width: 100%;
	height: auto;
}