@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');

@font-face {
font-family: a_bareunsaenggak; 
src:    url(../fonts/a_bareunsaenggak.eot) format('embedded-opentype'),
        url(../fonts/a_bareunsaenggak.woff) format('woff'), /* 세번째 */
        url(../fonts/a_bareunsaenggak.ttf) format('truetype'); /* 네번째 */
}

*, *::before, *::after {
    box-sizing: border-box;
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 300;
}

html {
    background-color: #ffffff;
}

input, button, select {    
    -webkit-appearance: none;
    outline: none;
}

select { appearance: none; -webkit-appearance: none;}
select::-ms-expand { display:none; }

a:link, a:visited, a:hover, a:active {
    color: inherit;
}

a:-webkit-any-link {
    color: inherit;
}

a:any-link {
    color: inherit; 
}

.ten_body {
    position: relative;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
}

.ten_header {
    position: fixed;
    z-index: 10;
    top:0px;
    left: 0px;
    width: 100%;
    background-color: #0f2f0f;
    color: #009e00;
    font-weight: 600;
    height: 40px;
    padding: 6px;
    padding-right: 15px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.39);
}

.ten_header_below_wrapper {
    font-size: 12px;
    padding-bottom: 50px;
    max-width: 508px;
    margin: 0px auto;
}

.ten_header_below_padding {
    display: inline-block;
    height: 40px;
}

.ten_header_title {
    margin-left: 14px;
    padding-left: 0px;
    line-height: 27px;
    vertical-align: middle;    
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 13px;
}

.ten_header_backable {
    background-image: url('../img/icons/back_button.png?v=00001');
}

.ten_header_title.ten_header_backable {
    padding-left: 20px;
}

.ten_table_01 {
    color: #0f2f0f;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 2px solid #495249;
}

.ten_table_01 tr {
    border-bottom: 1px solid #a7a7a7;
}


.ten_table_01 th, .ten_table_01 td {
    border: 0px solid #c9c9c9;
    padding: 7px 10px;
    text-align: left;
} 
    
.ten_table_01 caption {
    border: 0px solid #0f2f0f;
    border-top-width: 2px;
    border-bottom-width: 1px;
    font-weight: 500;
    background: #ffffff;
    color: #333;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;    
}

.ten_table_01 td {
    color: #292929;
    font-size:12px;
}

.ten_table_01 thead th {
    padding-top: 14px;
}

.ten_table_01 tfoot tr {
    border-bottom: 0px solid #f4f4f4;
}

.ten_table_01 tfoot th {
    color: #777777;
    font-size:12px;
    padding: 7px 0px;
    text-align: center;
    transition: color 1s;
    -webkit-transition: color 1s;
}

.ten_title_01 {
    color: #0f2f0f;
    font-size: 28px;
    text-align: center;
}

.ten_title_02 {
    color: #0f2f0f;
    font-size: 16px;
    text-align: center;
}

.ten_ul_01 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.ten_ul_01_item {
    margin-top: 3px;
}

.ten_two_buttons_wrapper {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 0px 20px;
}

.ten_two_buttons_wrapper .ten_two_button_wrapper{
    width: 46%;
}

.ten_two_buttons_wrapper .ten_two_button_padder {
    width: 8%;
}

.ten_button_01 {
    width: 100%;
    background-color: #0f2f0f;
    color:#ffffff;
    border: 1px solid #999999;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ten_button_02 {
    width: 100%;
    background-color: #ffffff;
    color:#0f2f0f;
    border: 1px solid #0f2f0f;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/** 구간 시작 */
.ten_border_noti_01 {
    padding: 20px;
    text-align: center;
    margin-top: 50px;
}
.ten_border_noti_01_content {
    border: 1px solid #0f2f0f;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #0f2f0f;
    line-height: 1.8em;
    padding: 50px 0px;
    margin-bottom: 100px;
}
/** 구간 끝 */

.ten_input_item_01 {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
.ten_input_item_02 {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    height: 100%;
}

.ten_select_01, .ten_input_01 {
    display: block;
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #999999;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.disabled {
    background-color: #f4f4f4;
    color: #444;
}

.ten_input_01.disabled {
    background-color: #f4f4f4;
    color: #444;
}

.ten_select_01 {
    background-image: url('../img/icons/badge_triangle_button.png');
    background-position: right 5% center;
    background-repeat: no-repeat;
    background-size: 13px;
}

.ten_input_with_button_to_right_side_01 {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.ten_input_wrapper_01 {
    width: 100%;
    padding: 5px 0px;
}

.ten_left_input_wrapper {
    width: 70%;
}

.ten_left_input_wrapper .ten_input_01 {
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.ten_left_select_wrapper_01 {
    width: 30%;
}

.ten_left_select_wrapper_01 > select {
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    border-right-width: 0px;
    height: 100%;    
}


.ten_right_input_wrapper_02 {
    width: 70%;
    height: 100%;
}

.ten_right_input_wrapper_02 .ten_input_01 {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}


.ten_right_button_wrapper {
    width: 30%;
}

.ten_right_wrapper {
    display: inline-block;
    width: 30%;
}

.ten_right_wrapper > .ten_right_wrapper_item {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #999999;
    border-left-width:  0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    line-height: 27px;
    text-align: left;
    font-size: 12px;
}

.ten_input_right_side_button_01 {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #0f2f0f;
    color:#ffffff;
    border: 0px solid #ffffff;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;    
}

.ten_description_small_01 {
    text-align: center;
    color: #0f2f0f;
    font-size: 12px;
}

.ten_description_small_02 {
    text-align: justify;
    color: #444;
    font-size: 12px;
    line-height: 1.8em;
}

.ten_info_icon_01 {
    display: inline-block;
    width: 24px;
    height: 28px;
    background-image: url(../img/icons/info.png);
    background-position: center 42%;
    background-repeat: no-repeat;
    background-size: 20px;
    vertical-align: middle;
}

.ten_under_line_01 {
    text-decoration: underline;
}

.ten_popup_01 {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
}

.ten_popup_01_close_button {
    float: right;
    position: relative;
    width: 17px;
    height: 17px;
    border: 0 none;
    background: url(../img/icons/btn_layer_close.png) no-repeat 50% 50%;
}

.ten_popup_01_content {   
    background-color: #ffffff;
    padding: 10px;
    margin-top: 80px;
    display: inline-block;
    width: 300px;
}

.ten_popup_01_content_title_01 {
    font-size: 20px;
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}

.ten_popup_01_content_body_01 {
    padding: 20px;
}

.ten_bg_img_center_01 {
    background-position: center;
    background-repeat: no-repeat;
}

.ten_flex_01 {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.ten_flex_01_two_button_type {
    width: 46%;
}

.ten_flex_01_two_button_type_padder {
    width: 8%;
}

.ten_label_01 {
    color: #0f2f0f;
}

.ten_label_02 {
    color: #0f2f0f;
    text-align: left;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: 600;
}


.ten_checkbox_01[type=checkbox] + label {
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    font-size: 16px;
    font-weight: 100;
}

.ten_checkbox_01[type=checkbox] {
    display: none;
}

.ten_checkbox_01[type=checkbox] + label::after {
    content: "\2714";
    border: 0.1em solid #0f2f0f;
    border-radius: 0.2em;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-left: 0.2em;
    vertical-align: text-bottom;
    color: transparent;
    transition: .2s;
    font-size: 12px;
}

.ten_checkbox_01[type=checkbox] + label:active::after {
    transform: scale(0);
}

.ten_checkbox_01[type=checkbox]:checked + label::after {
    background-color: transparent;
    border-color: #0f2f0f;
    color: #0f2f0f;
}

.ten_checkbox_01[type=checkbox]:disabled + label::after {
    transform: scale(1);
    border-color: #aaa;
}

.ten_checkbox_01[type=checkbox]:checked:disabled + label::after {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

/** 유효성 체크 실패시 ten_validation_utils.js에 의해 shake_effect 클래스가 사용된다. */
.shake_effect {
    border-width : 2px;
    border-color : red;
    border-style : solid;
}

@-webkit-keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes speedlight_effect {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(255,255,255,0.765);
    }
    100% {
        background-color: transparent;
    }
}

@keyframes speedlight_effect {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(255,255,255,0.765);
    }
    100% {
        background-color: transparent;
    }
}
  
/* header Menu start */
#headerMenuDiv {
	height : 30px;
	float : right;
}  

#headerMenuDiv > #headerMenuImg {
	width : 27px; 
	height : 27px;
	float : right; 
	cursor : pointer; 
}     

#sideMenuDiv { 
	display : none;
	position : absolute; 
	top : 0;  
	width : 100%;  
	height : 100%;       
	background-color : rgba(30, 30, 30, 0.7);
	z-index :  300002;        
}

#sideMenuDiv > #sideMenuBody {
	position : absolute;
    width : 40%;
    max-width: 200px;
	height : auto;
	/* height : calc(100% - 40px);
	top : 40px; */
	right : 0;
	background-color : #1d2637;
}  
 	
#sideMenuDiv > #sideMenuBody > #sideMenuTitleDiv {
	width : 100%;
	height :  40px; 
	border-bottom : 1px solid rgb(30, 30, 30);
	padding : 10px;
    background-color : #0f2f0f;
    padding-right: 14px;
}
 	
#sideMenuDiv > #sideMenuBody > #sideMenuTitleDiv > #sideMenuTitleImg {
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
    margin-top: 2px;
} 
 	
#sideMenuDiv > #sideMenuBody > .sideMenuTitleDiv {
	color : black; 
	font-size : 13px;
	width : 100%;  
	height : auto;  
	padding : 10px 12px; 
	/* border-bottom : 1px solid #00000099; */
	background-color : white;
	text-align : left;
	cursor : pointer;
}     

#sideMenuDiv > #sideMenuBody > .sideMenuTitleDiv:last-child {
	color : #0f2f0f;
	padding-top : 7px;
    padding-bottom : 6px;
    padding-left: 30px;
    text-align : left; 
    border-top:1px solid #0f2f0f;    
    background-image: url('../img/icons/exit_door.png?v=00002');
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 11px;
    
}
/* header Menu end */

/* External Lib START  = https://loading.io/css/ */
.ten_display_loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index:2;
    background-color: rgba(63, 71, 63, 0.2);    
}

.ten_display_loading_label {
    color: #008946;
    margin: 0px;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: 40vh;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #008946;
    opacity: 1;
    border-radius: 50%;
    -moz-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    -moz-animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }

  @-moz-keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }


  @-webkit-keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }

  @keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }
  /* External Lib END  = https://loading.io/css/ */


#header_session_gate {
    color: rgb(201, 201, 201);
    padding-right: 15px;
    cursor: pointer;
}

#header_session_gate:hover {
    color: #8dc0a8;
}