html {height:100%;}
/***************************************/
/* FONT FACE INTIALIZE */
/***************************************/
@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Light.eot');
    src: url('../fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-Light.woff2') format('woff2'),
         url('../fonts/NotoSans-Light.woff') format('woff'),
         url('../fonts/NotoSans-Light.otf') format('opentype');
	font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-DemiLight.eot');
    src: url('../fonts/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-DemiLight.woff2') format('woff2'),
         url('../fonts/NotoSans-DemiLight.woff') format('woff'),
         url('../fonts/NotoSans-DemiLight.otf') format('opentype');
	font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Regular.eot');
    src: url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-Regular.woff2') format('woff2'),
         url('../fonts/NotoSans-Regular.woff') format('woff'),
         url('../fonts/NotoSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Medium.eot');
    src: url('../fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-Medium.woff2') format('woff2'),
         url('../fonts/NotoSans-Medium.woff') format('woff'),
         url('../fonts/NotoSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Bold.eot');
    src: url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-Bold.woff2') format('woff2'),
         url('../fonts/NotoSans-Bold.woff') format('woff'),
         url('../fonts/NotoSans-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Black.eot');
    src: url('../fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSans-Black.woff2') format('woff2'),
         url('../fonts/NotoSans-Black.woff') format('woff'),
         url('../fonts/NotoSans-Black.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/***************************************/
/* RESET FILES */
/***************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,time,figure,article,nav,header,footer,hgroup,video,audio,aside,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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 400;
	font-style: inherit;
	font-size: 15px;
	font-family: 'NotoSans', 'NanumGothic', sans-serif;
	vertical-align: baseline;
	color: #555;
	line-height:26px;
}
ol,ul {	list-style: none;}
table {	border-collapse: separate;	border-spacing: 0;}/* tables still need 'cellspacing="0"' in the markup */
caption,th,td {	text-align: left;	font-weight: normal;}
figure,article,header,footer,nav,hgroup,video,audio,aside {display: block;}
.textarea {border:1px solid #9A9A9A; width:100%; height:150px ; float:right; font-size:1.2em}
.input1 {width:100%; float:right; HEIGHT: 33px;  border: 2px solid #B4B4B4;   padding:0; margin:0px;  font-size:1.2em;background-color: #f7f7f7;}
.inputbox1{ width:420px; height:45px; margin-right:15px; float:right; font-size:22px; padding-top:3px; border: 2px solid #bbb;}
.inputbox2{ width:300px; height:45px; margin-left:50px; float:left; font-size:22px; padding-top:3px; border: 2px solid #bbb;margin-right:5px;}
.select1 {width:420px;float:right; font-size:22px;  padding: 10px; font-size:1.0em;}
select#form_g_duty {
width: 425px;
height: 51px;
margin-bottom: 11px;
}
.inputbox { font-size:1.0em; float:right; margin-right:0px; width: 180px; height: 30px; background-color: rgb(247, 247, 247); border: 2px solid #B4B4B4; padding:3px 2px 0 10px; margin-bottom:0px;}
.inputbox:focus; .input1:focus{ background-color:#fff}
ul, li, ol, dl, dt, dd, h1, p {margin:0; padding:0;}
a {outline:none; /*select-dummy: expression(this.hideFocus=true);*/}
img { border:0}
a img { border:0}
li {list-style:none;}
A:link { color:#050505; TEXT-DECORATION: none}
A:visited {color:#050505;TEXT-DECORATION: none}
A:active {color:#050505;TEXT-DECORATION: none}
A:hover {color:#050505;TEXT-DECORATION: none}
em,address{font-style:normal}
#main {text-align:center; width:100%; margin:0 auto} 
#wrap {text-align:center; width:100%; margin:0 auto} 
#header {text-align:center; width:100%; margin:0 auto;background: #fff;}
.head_top {
    width: 100%;
    float: left;
    height: 60px;
    background: #fff;
    position: relative;
}
.logo {
    display: inline-block;
    margin: 0 auto;
}
.logo a  {
    display: block;
    padding:14px 0;
}
.logo a img {
    display:block;
    width: 200px;
}
#top_home {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
	display: inline-block;

}
#top_home a {display: block; padding:21px 16px;}
#top_home a img {display: block;}
#main_containter {
    clear: both;
    width: 100%;
    float: left;
    background: #f2f2f2 url(../images/main/main_bg.png) 0 0 repeat-x;
}
.main_con_in {
    padding: 6% 4%;
    overflow: hidden;
}
.main_txt h2 {
    text-align: left;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}
.main_txt p {
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.photo {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.photo img {
    display:block;
	width:100%;
}
#icon_container {
    clear: both;
    width: 100%;
    overflow: hidden;
    background: #322e78;
	padding: 5%;
    box-sizing: border-box;
}
#icon_container li {width: 33.3%;  float: left;box-sizing: border-box;border-right:#514e8d 1px solid;; border-bottom:#514e8d 1px solid;}
#icon_container li:nth-child(3) {border-right:none !important;}
#icon_container li:nth-child(4) {border-bottom:none !important;}
#icon_container li:nth-child(5) {border-bottom:none !important;}
#icon_container li:nth-child(6) {border-right:none !important;border-bottom:none !important;}
#icon_container li a {
    display: block;
    margin: 7px;
}
#icon_container li a img {
    width: 77%;
    display: block;
    height: auto;
    margin: auto auto 5px auto;
}
#icon_container li a p {color:#fff;}

#board_container {
    clear: both;
    width: 100%;
    overflow: hidden;
	margin-top: 10px;
}
h1.title {
    text-align: left;
    display: block;
    line-height: 44px;
    color: #221f53;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    border-bottom: #ddd 1px solid;
    margin-bottom: 10px;
    clear: both;
	margin-top:10px;
}
h1.title > a {   
	display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    color: #686868;
    font-size: 13px;
}

#footer {
    clear: both;
    width: 100%;
    float: left;
    background: #515151;
	padding: 30px 0;
	color:#fff;
	font-size:13px;
}
#copyright {
    color: #a7a7a7;
    font-size: 13px;
    line-height: 20px;
}
/* touchScroll required */
.touchscroll{ overflow:hidden; clear: both; float: left; width:100%}
.touchscroll ul{ width:2000px; float:left;}
.touchscroll ul li{ float:left;}

/* edit from here */
#menu_touch{ background:#322e78; -webkit-box-shadow: inset 0 -2px 2px rgba(0,0,0,0.3); box-shadow: inset 0 -2px 2px rgba(0,0,0,0.3);}
#menu_touch ul li a { font-size:16px; color:#eee; display: inline-block; padding: 15px 19px; margin: 0 0; border-left: 1px solid #262269;}
#menu_touch ul li:first-child a  { border-left:none;}
#menu_touch ul li.active a{background-color:#27254d; color: #fff; -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);font-weight: 500;} 

#sub_menu_touch{ background:#eee; -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.2); box-shadow: inset 0 -1px 1px rgba(0,0,0,0.2); margin-bottom: 0px !important;}
#sub_menu_touch ul li a { font-size:15px; display: inline-block;padding: 13px 21px; margin: 0 0; border-right: 1px solid #ccc;}
#sub_menu_touch ul li:last-child a  { border-left:none}
#sub_menu_touch ul li.active a{font-size: 15px; color:#000 ; font-weight:500; background: #fff;}

#news_list {
    clear: both;
    overflow: hidden;
}
#news_list li {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 3px 0;
}

#news_list li a {
    display: block;
    background: url(../images/main/news_icon.gif) 0 12px no-repeat;
    text-align: left;
    padding-left: 10px;
	position: relative;
}
#news_list li a p {
    font-size: 15px;
    margin-right: 51px;
    line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#news_list li a .time {
    font-size: 13px;
    color: #686868;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}
#slider.category_w ul li{ display:none}
#slider.category_w ul li:first-child{ display:block}
/********************paging***************************/

.pageing {
    clear: both;
    padding: 5% 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
}
.pageing a, .pageing span {
    display: inline-block;
    margin: 0 1px;
    border: #ddd 1px solid;
    padding: 6px 9px;
    border-radius: 3px;
}
.pageing span {
    border: #454545 1px solid;
    background: #454545;
    color: #fff;
}
/********************sub***************************/

#contents_sub {
    clear: both;
    width: 100%;
    float: left;
}

#contents_sub .contents_sub_w {
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}


#searchform {
    padding: 14px 24px;
    display: block;
}
#searchform #keyword {
    width: 72%;
    height: 35px;
    -webkit-appearance: none;
    border: 1px solid #999;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    text-indent: 10px;
}
#searchsubmit {
    -webkit-appearance: none;
    border: 1px solid #322e78;
    background-color: #322e78;
    padding: 0 14px;
    height: 39px;
    margin-left: 8px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    line-height: 39px;
}
#youth_list li {
    border-bottom: #ddd 1px solid;
    clear: both;
    width: 100%;
    overflow: hidden;
}
#youth_list li:first-child {
    border-top: #ddd 2px solid;
}
#youth_list > ul a {
    display: block;
    padding: 10px 0;
    float: left;
    width: 100%;
    position: relative;
    min-height: 91px;
    background: url(../images/member_list_arrow.png) no-repeat 98% center;
    background-size: 15px auto;
}
#youth_list .story_inner .member_list_text {
    padding-left: 101px;
    padding-right: 28px;
}
#youth_list .thumb_container {
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.thumb img {
    width: 80px;
	display: block;
    height: 100px;
	border: #e8e8e8 1px solid;

}
.member_list_text span {
    display: block;
    text-align: left;
}
.member_nickname {
    font-size: 14px;
    color: #686868;
}
.member_name {
    color: #000;
    font-size: 20px;
    letter-spacing: 6px;
	margin-bottom: 6px;
}

table.memberinfo_list {width: 100%; border-collapse: collapse; color: #5F5F5F; }
table.memberinfo_list th {text-align: center; padding: 10px; background: #eee; border-bottom: 1px solid #D0D0D0; font-weight: 500; color: #3F3E3E; width: 30%; }
table.memberinfo_list td { text-align: left; padding: 10px; border-bottom: 1px solid #D0D0D0; }
table.memberinfo_list td.member_img span { font-weight: 500; color: #474747; font-size: 18px; padding: 4px 0; display: inline-block; }
table.memberinfo_list td.member_img { padding: 0; text-align: center; padding-bottom: 10px;}
#the_content table.memberinfo_list td.member_img img { margin-bottom: 5px; width: 105px; height: 135px;}
.member_header {
    border: 1px solid #ddd;
    margin-top: 10px;
    padding-bottom: 5px;
}
table.memberinfo_list td.member_img img {
    margin: auto auto 5px auto;
    width: 105px;
    height: 135px;
	display: block;
	border:none;
}
.memberinfo_list a.member_cellphone {
    display: block;
    padding: 12px 0px 12px 15px;
    background: #FFCF06 url(images/phone_icon.png) no-repeat 16px center;
    background-size: auto 18px;
    margin: 4px auto;
    width: 160px;
    border-radius: 10px;
    color: #00529B;
    font-family: NanumGothic;
    font-weight: bold;
    font-size: 14px;
}
.youth_view {
    padding: 13px;
}
/***************¹öÆ°****************/
.btn_container {
    clear: both;
    padding: 13px;
    display: block;
	overflow: hidden;
}
.btn_right {
    display: inline-block;
    float: right;
	text-align:right;
}
.btn_right a {
    display: inline-block;
    margin-left: 3px;
}
.btn_list {
    background: #454545;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 5px;
}
.btn_write {
    background: #f3770b;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 5px;
}

.btn_left {
    display: inline-block;
    float: left;
    text-align: left;
}
.btn_left a {
    display: inline-block;
}
/**************°Ô½ÃÆÇ*******************/
#notice_list {
    clear: both;
    overflow: hidden;
}
#notice_list  li {
    border-bottom: #ddd 1px solid;
    clear: both;
    width: 100%;
    overflow: hidden;
}
#notice_list  li:first-child {
    border-top: #ddd 2px solid;
}
#notice_list li a {
    display: block;
    margin: 14px;
    text-align: left;
}
.bbs_table_sub h2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    line-height: 20px;
}
span.new {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
span.new img {
    display: inline-block !important;
    width: 17px;
}
.photo_data {
    display: block;
    font-size: 13px;
    color: #929292;
    font-weight: 300;
}
.photo_data span {
    display: inline-block;
    font-size: 13px;
    color: #929292;
    font-weight: 300;
	margin:0 5px;
}
.photo_data span:first-child {margin-left:0;}

.bbs_view_container {
    padding: 15px 13px;
    overflow: hidden;
	text-align:left;
}

.bbs_view_container .photo_data {padding-bottom:10px;border-bottom: #ddd 1px solid;}
.bbs_view_container h2 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
    border-bottom: #b3b3b3 2px solid;
    margin-bottom: 8px;
	color:#000;
}
.txt {
    padding: 10px 0;
    border-bottom: #e8e8e8 1px solid;
    overflow: hidden;
}
h2.title {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 11px;
    /* border-bottom: #bfbfbf 2px solid; */
    color: #000;
}
.write_member {
    display: block;
    padding: 0 13px;
    overflow: hidden;
}
.write_member table {width: 100%; border-collapse: collapse; color: #5F5F5F;border-top: 2px solid #D0D0D0;}
.write_member table th {text-align: center; padding: 6px; background: #eee; border-bottom: 1px solid #D0D0D0; font-weight: 500; color: #3F3E3E; width: 20%; vertical-align: middle;}
.write_member table td { text-align: left; padding: 6px; border-bottom: 1px solid #D0D0D0; }
.write_member table td input.input2 {
    width: 100%;
    height: 30px;
    border: #ddd 1px solid;
}
.write_member table td .textarea {
    border: 1px solid #ddd;
    width: 98%;
    height: 150px;
   float: none;
    font-size: 15px;
}

.photo-list {
    clear: both;
    width: 100%;
    float: left;
    border-top: #ddd 2px solid;
	border-bottom: #e8e8e8 1px solid;
}
.photo-list li {
    width: 50%;
    float: left;
}
.photo-list li a {
    display: block;
    margin: 10px;
}
.photo-list li a img {
    width: 100%;
    height: 103px;
    display: block;
}
.photo-list li a p {
    display: block;
    text-align: center;
}
.txt1 img {
    width: 100%;
    height: auto;
}
.txt1 {
    padding: 10px 0;
    border-bottom: #e8e8e8 1px solid;
    overflow: hidden;
}


#youth_clist {
	clear:both;
}
#youth_clist ul {
	overflow:hidden;
}
#youth_clist li {
    display: block;
    overflow: hidden;
    border-bottom: #e8e8e8 1px solid;
    text-align: left;
}
#youth_clist li a {
    display: block;
    overflow: hidden;
    text-align: left;
    background: url(../images/member_list_arrow.png) no-repeat 94% center;
    background-size: 10px auto;
    padding: 19px;
    font-size: 17px;
}



.contents_sub_w h1 {
    text-align: center;
    background: #f2f2f2;
    border-bottom: #ddd 1px solid;
    font-size: 17px;
    padding: 8px;
    color: #000;
}
#title {
    padding: 10px;
    text-align: left;
    font-size: 16px;
}
.member_agreement {
    clear: both;
    padding: 0 10px 20px 10px;
}
.agreement_in {
    border: #e8e8e8 1px solid;
    padding: 10px;
    background: #f1f1f1;
    text-align: left;
}
.agree_btn_before {
    padding: 0 10px;
    text-align: left;
}
.agree_btn_before input.checkbox {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.concur {
    clear: both;
    padding: 20px;
	text-align:center;
}
.concur a {
    background: #f3770b;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 5px;
	display:inline-block;
}

.member_btn{width:275px; margin:30px auto 0 auto;}
.exit_btn{
	float:left;
	display:block;
	background:#434158;
	color:#fff !important;
	padding:8px 18px;
	border-radius:5px;
	width:130px;
	box-sizing:border-box;
	margin-right:15px;
}
.edit_btn{
	float:left;
	display:block;
	background:#f3770b;
	color:#fff !important;
	padding:8px 18px;
	border-radius:5px;
	width:130px;
	box-sizing:border-box;
}

.member_txt table {width: 100%; border-collapse: collapse; color: #5F5F5F;}
.member_txt table th {text-align: center; padding: 6px; background: #eee; border-bottom: 1px solid #D0D0D0; font-weight: 500; color: #3F3E3E; width: 90px; vertical-align: middle;}
.member_txt table td { text-align: left; padding: 6px; border-bottom: 1px solid #D0D0D0; }
.member_txt table td input{
    /*width: 96%;
    height: 30px;*/
    border: #ddd 1px solid;
}

.member_txt table td .ui-radio{display:inline-block; width:15px; vertical-align:middle; margin-right:5px;}

.member_txt table td input#position{
	/*width:100% !important;*/
}
.member_txt table td .word_position{font-size:16px !important; margin-bottom:5px;}
.member_txt table td #carNum{
	height:30px;
	vertical-align:middle;
	padding-bottom:4px;
}

input#signform_id {
    width: 50%;
    display: inline-block;
    margin-right: 5px;
}
a.idjungbok {
    display: inline-block;
    background: #bbb;
    padding: 4px 10px;
    font-size: 13px;
}
.member_txt table td p {
    font-size: 13px;
    color: #686868;
}

.login_txt {
    clear: both;
    overflow: hidden;
    padding: 10%;
}
.div1 {
    width: 100%;
    clear: both;
    position: relative;
	margin-bottom: 7px;;
    overflow: hidden;

}
.div1 > div {
    padding-left: 79px;
    overflow: hidden;
}
.div1 > div input {
    width: 96%;
    height: 31px;
    border: #ddd 1px solid;
    background: #fff;
    font-size: 13px;
}
.div1 label {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
}
.login_btn {
    padding-left: 0 !important;
    clear: both;
    width: 100%;
    margin: 20px 0;
}
.login_btn input.loginBtn {
    width: 100% !important;
    display: block;
    background: #322e78;
    color: #fff !important;
    border: none !important;
    padding: 14px 0;
    height: auto !important;
    font-size: 17px;
}
.idpw_save input.checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}



#overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width:80%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.8);
    z-index: 999;
}

#overlay > div {
  display: -webkit-box;
  display: -ms-flexbox;
 display: block;
  width: 100%;
 height: 62vh;
 -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
 /*align-items: center;*/
 position:relative;
}
.homee {
    width: 100% !important;
    margin-top: 57px;
    text-align: center;
}
.homee a {
    color: #fff !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    background: #454545;
    padding: 5px 19px;
    border-radius: 4px;
}
span.all_close {
    display: inline-block;
    position: absolute;
    top: -46px;
    right: 13px;
    /* background: #454545; */
    color: #888;
    font-size: 31px;
    font-weight: 100;
}
#overlay ul {
    list-style: none;
    padding: 0 10%;
    z-index: 99999;
    margin-top: 25px;
}

#overlay ul li {
    float: left;
    width: 100%;
    /* padding: 3% 0 5% 3%; */
    color: #fff;
	border-bottom: #565656 1px solid;
}

#overlay ul li a {
    display: block;
    color: #ccc;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

#overlay ul li a:hover {
	color:#fff;
}



#greetings {
    padding: 3%;
}
.master_pic img {
    width: 100%;
    display: block;
}
#greetings p {
    text-align: left;
}
#greetings p strong {color:#000;font-size:18px;}
.greet_sign {
    clear: both;
    text-align: right;
    padding-top: 30px;
}
#organ {
    padding: 3%;
}
#organ  img {
    width: 100%;
    display: block;
}
#law_con {
    padding: 3%;
}
#law_con h3 {
    text-align: left;
    margin: 20px 0;
    font-size: 20px;
    color: #322e78;
	font-weight:500;
	background:#f1f1f1;
	padding:5px;
}
.law_txt {
    clear: both;
    text-align: left;
}
.law_txt table {width: 100%; border-collapse: collapse; color: #5F5F5F;}
.law_txt table th {text-align: center; padding: 6px; background: #eee; border-bottom: 1px solid #D0D0D0; font-weight: 500; color: #3F3E3E; width: 90px; vertical-align: middle;}
.law_txt table td { text-align: left; padding: 6px; border-bottom: 1px solid #D0D0D0; }

 .pay_title {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    /* background: url(../images/sub/title_icon.png) no-repeat 5px center; */
    color: #322e78;
    font-weight: 500;
    /* padding-left: 23px; */
    font-size: 19px;
}
#buyorder_page {
    padding: 3%;
}
.pay_title span{
color: #949494;
font-size: 13px;
padding-left: 12px;
}
/* ¿¬È¸ºñ */
table.t10{width:100% !important; border:0;border-spacing:0; border-top:0px solid #ae1a1f; padding-top:0px;  margin:0 auto;}
table.t10 td.title1 {background: #138DB8;text-align: center;color: #fff;font-size: 15px;border-bottom: none;}
table.t10 th {background: #f1f1f1;text-align: center;font-size: 13px;color: #fff;border-bottom: 1px solid #919191;padding: 5px;}
table.t10 td{border-bottom:1px solid #ccc; color:#666666; font-size:13px;line-height:18px; padding: 5px; height:0px; text-align:left;color: #9B9B9B;}
p.start_info {
  width: 100%;
  padding: 20px 0 50px;
  text-align: left;
  color: #5C5C5C;
}

.ipayinfo_name {padding: 30px 0 50px;color: #3D3D3D;}
.ipayinfo_name span {font-weight:bold;color: #050505;}

.forms {
    width: 47%;
    height: 27px;
    display: inline-block;
    border: #ddd 1px solid;
}
input#radio {width:20px;height:20px;display: inline-block;vertical-align:middle;}
.ipayinfo_name {
    padding: 0 0 20px 0;
    color: #3D3D3D;
}

table.t11 {width:400px !important; border:0;border-spacing:0; margin:0 auto;}
table.t11 th {background: #138DB8;text-align: center;font-size: 13px;color: #fff;font-weight:300;padding:5px;}
table.t11 td {border-bottom: 1px solid #ccc;text-align: center;font-size: 13px;color: #595959;padding:5px;}
input{font-size: 0.9em;}
.dddd {
    display: block;
    overflow-x: scroll;
}

#bottom_membership {
    padding-bottom: 20px;
}
#bottom_membership a {
    display: inline-block;
    color: #fff !important;
    margin: 0 5px;
}
.bom_01 {
    background: url(../images/main/bom_01.png) 0 0 no-repeat;
    background-size: 20px;
    padding-left: 28px;
}
.bom_02 {
    background: url(../images/main/bom_02.png) 0 0 no-repeat;
    background-size: 20px;
    padding-left: 28px;
}
.bom_03 {
    background: url(../images/main/bom_03.png) 0 0 no-repeat;
    background-size: 20px;
    padding-left: 28px;
}
.bom_04 {
    background: url(../images/main/bom_04.png) 0 0 no-repeat;
    background-size: 20px;
    padding-left: 28px;
}

/**¾ÆÀÌµðÃ£±â, ºñ¹Ð¹øÈ£ Ã£±â**/
.pw_search{margin-top:25px;}
.find_btn{border:none; background:#7976b6; color:#fff; padding:11px; border-radius:5px;
			font-size:14px; line-height:1em; font-weight:600 !important;
			margin:0 10px;}

.find_btn.btnl{margin-left:0;}
.find_btn.btnr{margin-right:0;}

/** ¾ÆÀÌµðÃ£±â °á°ú **/
.find_result{margin-top:70px;}
.find_result p{font-size:25px;}
.find_result span{display:inline-block; color:#f00; font-weight:700; font-size:25px;}

/** ¿¬È¸ºñ °áÁ¦ **/
#buyorder_page select{height:30px; padding-bottom:4px;}

/** ¸ÞÀÎ °Ë»ö **/
#myOverlay{display:none; width:100%; position:absolute; top:62px; right:0;  padding:0 20px 0 20px; box-sizing:border-box;}
#myOverlay:after{content:""; display:block; clear:both;}
button.openBtn{position:absolute; top:20px ; right:10px; background:none; border:0; }
#myOverlay .closebtn{float:right; z-index:100; margin:8px 0 0 0;}
#myOverlay .overlay-content{width:90%; float:left;}
#myOverlay form:after{content:""; display:block; clear:both;}
#myOverlay form input{padding:11px 10px 11px 10px; width:65%; float:left; border:0; line-height:14px;}
#myOverlay form button{width:25%; padding:12px 0; border:0; background:#7976b6; color:#fff; float:left; line-height:13px; }

/**È¸¿ø°¡ÀÔ ÆäÀÌÁö**/
.register_text{
	height: 23px;
}
#organ h2 {
    font-size: 18px;
    border-bottom: #dcdcdc 1px solid;
    padding-bottom: 10px;
    margin-top: 30px;
}
#organ h2:first-child { margin-top: 10px;}