@charset "utf-8";

/* ----------------------------------
Name: common.css
Version: 1.0
-------------------------------------

Table of contents
        
    01. font
    02. reset
    03. accessibility
	04. component
	05. layout

*/

/* ==========================================================================
	01. font
   ========================================================================== */
@font-face {
    font-family:'Nanum Gothic';
    font-weight:400;
    src:url('../../font/NanumGothic-Regular.woff2') format('woff2'),
        url('../../font/NanumGothic-Regular.woff') format('woff'); 
}
@font-face {
    font-family:'Nanum Gothic';
    font-weight:700;
    src:url('../../font/NanumGothic-Bold.woff2') format('woff2'),
        url('../../font/NanumGothic-Bold.woff') format('woff'); 
}


/* ==========================================================================
	02. reset
  * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com
   ========================================================================== */
html, body, header, footer, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;box-sizing:border-box;word-break:keep-all;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1;font-family:'Nanum Gothic','맑은고딕',Malgun Gothic,dotum,'돋음',arial,sans-serif;font-size:14px;color:#666;min-width:320px;}
ol, ul {list-style:none;}
ul:after {clear:both;display:block;content:"";}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;width:100%;}
/* html, body {height:100%;} */
button  {border-radius:2px;border:none;box-sizing:border-box;vertical-align:middle;font-size:13px;font-family:'Nanum Gothic','맑은고딕',Malgun Gothic,dotum,'돋음',arial,sans-serif;cursor:pointer;background:transparent;border-radius:0;}
p{line-height: 130%}

a,
a:link
a:visited,
a:hover,
a:active,
a:focus {color:#666;text-decoration:none;}

.hidden,
caption,
legend {overflow:hidden;width:1px;height:1px;margin:-1px 0 0 -1px;font-size:0;line-height:0;text-indent:-9999px}
.blind {clear:both;position:absolute;top:auto;left:0;overflow:hidden;width:1px;height:1px;padding:0;margin:0;font-size:0;line-height:0}
.blind:after {display:none}
/*img {vertical-align:top;width:100%;}*/
em {font-style:normal;}

/* ==========================================================================
	03. accessibility
   ========================================================================== */
#accessibility {position:absolute;top:-50px;margin:0 auto;width:100%;font-size:1.15em;line-height:normal;left:0;z-index:999;}
#accessibility a:focus,
#accessibility a:active {position:absolute;top:50px;width:100%;height:50px;line-height:50px;text-align:center;color:#fff;background-color:#333;}


/* ==========================================================================
	04. component
   ========================================================================== */
.head_type2 {font-size:45px;text-align:center;color:#fff;line-height:192px;}
.head_type3 {font-size:32px;color:#333;letter-spacing:-1px;}
.head_type4 {margin-bottom:15px;font-size:24px;color:#333;line-height:1.3;letter-spacing:-1px;}
.head_type5 {margin-bottom:15px;font-size:22px;color:#333;line-height:1.3;letter-spacing:-1px;}
.head_type5:not(:first-of-type) {margin-top:45px;}
.head_bul {position:relative;padding-left:10px;margin-bottom:15px;font-size:16px;color:#333;}
.head_bul:before {content:"";position:relative;top:-1px;display:inline-block;width:16px;height:16px;margin-right:5px;border:4px solid #549beb;border-radius:50%;box-sizing:border-box;vertical-align:middle;}
.head_bul:not(:first-of-type) {margin-top:45px;}

@media screen and (max-width:600px){
   .head_type2 {line-height:130px;font-size:25px;}
   .head_type3 {font-size:20px;}
   .head_type4 {font-size:18px;}
   .head_type5 {font-size:18px;}
}

.transition {
   transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
   -ms-transition: 0.4s;
   -o-transition: 0.4s;
}

/* form */
select,
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="password"] {height:33px;border:1px solid #b9b9b9;box-sizing:border-box;text-indent:10px;vertical-align:middle;font-family:'Nanum Gothic','맑은고딕',Malgun Gothic,dotum,'돋음',arial,sans-serif;}
input[type="checkbox"],
input[type="radio"] {margin:0;vertical-align:middle;}
select + select,
select + input[type="tel"],
select + input[type="text"],
select + input[type="number"],
select + input[type="password"],
input[type="text"] + input[type="text"],
input[type="text"] + input[type="number"],
input[type="text"] + input[type="password"]  {margin-left:5px;}
.textarea {width:100%;padding:10px;border:1px solid #d2d3d5;box-sizing:border-box;resize:none;}
span.form_txt_set {display:inline-block;}
.form_set .form_txt_set {margin-right:20px;}
.form_set .form_txt_set + .radio {margin-left:0;}

.radio {display:inline-block;position:relative;padding-left:20px;margin-left:20px;vertical-align:middle;}
.radio:first-of-type {margin-left:0;}
.radio input[type="checkbox"],
.radio input[type="radio"] {position:absolute;top:2px;left:0;}

.btn_radio_list {margin:-10px 0 0 -10px;}
.btn_radio_list:after {clear:both;display:block;content:"";}
.btn_radio_list .btn_radio {position:relative;overflow:hidden;float:left;display:block;padding-left:10px;margin-top:10px;}
/* .btn_radio_list .btn_radio input {position:absolute;left:-9999px;opacity:0;width:100%;height:100%;} */
.btn_radio_list .btn_radio input {position:absolute;top:0;left:10px;width:calc(100% - 10px);height:100%;}
.btn_radio_list .btn_radio input + label {position:relative;display:block;overflow:hidden;width:100%;height:50px;padding:0 5px;border:2px solid #d9d9d9;text-align:center;cursor:pointer;background-color:#fff;line-height:46px;font-size:16px;color:#555;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.btn_radio_list .btn_radio input + label:before {transition:all 0.2s ease-out;-webkit-transition:all .2s ease-out;}
.btn_radio_list .btn_radio input:focus + label:after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid turquoise;z-index:9;box-sizing:border-box;z-index:99;}/*turquoise*/
.btn_radio_list .btn_radio input:checked + label {background-color:#05b9c8;border-color:#05b9c8;color:#fff;}
.btn_radio_list.cell2 .btn_radio {width:calc(100% / 2);}
.btn_radio_list.cell3 .btn_radio {width:calc(100% / 3);}
.btn_radio_list.cell4 .btn_radio {width:calc(100% / 4);}
.btn_radio_list.cell7 .btn_radio {width:calc(100% / 7);}
.btn_radio_list .btn_radio.cell2 {width:calc(100% / 2);}
@media screen and (max-width:600px){
   .radio label {font-size:13px;}
	.btn_radio_list {margin:-5px 0 0 -5px;}
	.btn_radio_list .btn_radio {padding:5px 0 0 5px;}
	.btn_radio_list .btn_radio input + label {height:38px;font-size:13px;line-height:34px;}
	.btn_radio_list.cell4 .btn_radio {width:100%;}
	.btn_radio_list.cell2 .btn_radio {width:100%;}
	.btn_radio_list.cell7 .btn_radio {width:calc(100% / 3);}
}

/* color */
.color_org {color:#f5003a !important;}
.color_org2 {color:#ee1600 !important;}
.color_org3 {color:#e84c3d !important;}
.color_org4 {color:#ea584a !important;}
.color_blue {color:#186acd !important;}
.color_darkG {color:#3e3e3e !important;}
.pay_complete{color:#f5003a !important;padding: 5px 0;}

/* align */
.align_l {text-align:left !important;}
.align_r {text-align:right !important;}
.align_c {text-align:center !important;}

/* size */
.margin3{margin:3px}
.marginr20{margin-right: 20px}
.mr0{margin-right: 0!important;}
.mt-20{margin-top:20px!important;}
.mb-15{margin-bottom:-15px!important;}
.mt5{margin-top:5px!important;}
.mt20{margin-top:20px!important;}
.mt50{margin-top:50px!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb20{margin-bottom:20px!important;}
.mb50{margin-bottom:50px}
.marginb30{margin-bottom:30px!important;}
.in_w40{width: 40%!important;}

/* btn */
.btn_wrap {margin-top:30px;text-align:center;font-size:0;}
.btn_wrap .btn {display:inline-block;height:48px;min-width:108px;padding:0 30px;margin-left:10px;line-height:46px;text-align:center;border-radius:5px;color:#fff;font-size:17px;font-weight:700;vertical-align:middle;background:#484848;border:1px solid #484848;}
.btn_wrap .btn:first-child {margin-left:0;}
.btn_wrap .btn.org {background:#e74c3c;border-color:#e74c3c;}
.btn_wrap .btn.blue {background:#073d7d;border-color:#073d7d;}
.btn_wrap .btn.white_blue_line {background:#fff;border:1px solid #004597;color:#004597}
.btn_wrap .icon {display:inline-block;width:20px;height:20px;margin-right:15px;background-repeat:no-repeat;background-position:0 0;background-size:100%;vertical-align:sub;}
.btn_wrap .icon_reset {background-image:url('../../images/front/icon/icon_reset.png');}
.btn_wrap .icon_done {background-image:url('../../images/front/icon/icon_done.png');}
.btn_wrap .icon_arrL {margin-left:-16px;background-image:url('../../images/front/icon/arr_left_b.png');}
.btn_wrap .icon_arrR {margin:0 -16px 0 15px;background-image:url('../../images/front/icon/arr_right_w.png');}
.btn_form {display:inline-block;height:31px;color:#fff;border:1px solid #969696;background:#9d9d9d;border-radius:3px;vertical-align:middle;margin-left:5px;line-height:29px;text-align:center;}
.btn_add {width:78px;height:36px;line-height:33px;border:1px solid #2078d2;color:#2078d2;font-size:14px;font-weight:700;background:#fff;}
.btn_add:before {content:"+";display:inline-block;padding-right:9px;}
.btn_del {width:22px;height:22px;background:url('../../images/front/icon/del.png') no-repeat 0 0;background-size:100%;}
.btn_down {position:relative;height:36px;padding:0 10px;border:1px solid #1e77da;line-height:34px;color:#1e77da;font-size:15px;font-weight:700;background-color:#fff;}
.btn_down:before {content:"";display:inline-block;position:relative;top:-1px;width:20px;height:20px;margin-right:9px;background:url('../../images/front/icon/icon_down.png') no-repeat 0 0;background-size:20px;vertical-align:middle;}
.btn_classify_info{display:inline-block;font-size: 15px;color: #fff!important;padding: 5px 15px;background-color: #417bd0;border: 1px #2060bd solid;border-radius:5px;}
@media screen and (max-width:600px){
   .btn_wrap .btn {height:42px;min-width:95px;line-height:42px;padding:0 15px;font-size:15px;}
   .btn_wrap .icon {margin-right:5px;}
   .btn_wrap .icon_arrL {margin:0 7px 0 -14px;}
   .btn_wrap .icon_arrR {margin:0 -16px 0 8px;}
   .btn_down {height:30px;font-size:12px;line-height:28px;}
   .btn_down:before {top:1px;margin-right:5px;background-size:15px;}
}

/* tab */
.tab_wrap {display:table;width:100%;height:53px;margin-bottom:30px;table-layout:fixed;border-collapse:collapse;border-bottom:2px solid #186acd;}
.tab_list {position:relative;display:table-row;}
.tab_list:after {display:none;}
.tab_list > li {position:relative;display:table-cell;}
.tab_list > li > a {position:relative;display:block;padding:0 10px;line-height:51px;text-align:center;font-size:16px;color:#868686;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.tab_list > li > a:after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #e1e1e1;border-left:none;border-bottom:none;box-sizing:border-box;}
.tab_list > li:first-of-type > a:after {border-left:1px solid #e1e1e1;}
.tab_list > li.current {z-index:1;}
.tab_list > li.current > a {background:#186acd;color:#fff;}
.tab_list > li.current > a:after {border-color:#186acd;}
.tab_list > li.current:first-of-type > a:after {border-left:none;}

/* table */
.tbl_cell_group {display:table;width:100%;}
.tbl_cell_group dt {display:table-cell;height:50px;width:15%;padding:15px 20px 14px;background:#f4f4f4;border-top:1px solid #e5e5e5;vertical-align:top;color:#222;font-weight:400;line-height:1.2;}
.tbl_cell_group dd {display:table-cell;height:50px;padding:9px 10px;border-top:1px solid #e5e5e5;vertical-align:middle;}
.tbl_cell_group .input_w100 {width:35%;}

.tbl_view_wrap {border-top:2px solid #333;border-bottom:1px solid #e6e6e6;font-size:15px;color:#6b6b6b;line-height:1.2;}
.tbl_view_wrap .ind:after {content:"*";position:relative;top:-2px;font-size:20px;color:#e74c3c;}
.tbl_view_wrap .tbl_txt {line-height:1.5;}
.tbl_view_wrap .tbl_txt + .inner_tbl_btn {margin-top:5px;}
.tbl_view_wrap .form_address {width:100%;}
.tbl_view_wrap .form_address > p:not(:first-of-type) {margin-top:6px;}
.tbl_view_wrap .form_address .find_post input {width:30%;}
.tbl_view_wrap .form_number select,
.tbl_view_wrap .form_number input {width:10%;}
.tbl_view_wrap > ul > li:first-of-type .tbl_cell_group dt {border-top:none;}
.tbl_view_wrap > ul > li:first-of-type .tbl_cell_group dd {border-top:none;}
.tbl_view_wrap + .tbl_view_wrap {margin-top:30px;}

.tbl_view_s {border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;}
.tbl_view_s .tbl_cell_group dt {padding-left:14px;background:#fff;color:#666;width:40%;}
.tbl_view_s .tbl_cell_group dd {padding-left:23px;color:#222;border-left:1px solid #e5e5e5;}
.tbl_view_s .tit_bul {position:relative;padding-left:11px;}
.tbl_view_s .tit_bul:before {content:"";position:absolute;top:7px;left:0;width:3px;height:3px;background:#666;}

.inner_tbl {border:1px solid #e5e5e5;font-size:14px;}
.inner_tbl table {table-layout:fixed;}
.inner_tbl thead th {height:35px;padding:0;background:#e6edf7;border-left:1px solid #cfd6e0;color:#333;text-align:center;vertical-align:middle;font-weight:400;}
.inner_tbl td {height:35px;padding:0;text-align:center;border-left:1px solid #e5e5e5;border-top:1px solid #e5e5e5;vertical-align:middle;word-break: normal;}
.inner_tbl th:first-of-type,
.inner_tbl td:first-of-type {border-left:none;}
.inner_tbl .btn_del_tbl {width:20px;height:20px;background:url('../../images/front/icon/close.png') no-repeat 0 0;background-size:100%;}
.inner_tbl_btn {margin-bottom:9px;text-align:right;}

/* .tbl_cell_cont {padding:9px 0;} */

.tbl_list_wrap {overflow:hidden;border-top:2px solid #333;border-bottom:1px solid #e5e5e5;}
.tbl_list_wrap thead th {height:51px;background:#f4f4f4;vertical-align:middle;font-size:15px;border-bottom:1px solid #e5e5e5;}
.tbl_list_wrap tbody th,
.tbl_list_wrap tbody td {min-height:55px;padding:11px 5px 10px;border-top:1px solid #e5e5e5;text-align:center;line-height:1.3;vertical-align:middle;font-weight:400;}
.tbl_list_wrap tbody td.align_l {padding-left:20px;}
.tbl_list_wrap tbody tr:first-child th,
.tbl_list_wrap tbody tr:first-child td {border-top:none;}

.tbl_list_type02 {border:1px solid #e1e1e1;border-top:2px solid #333;}
.tbl_list_type02 th {border-bottom-color:#c7c7c7;border-left:1px solid #e1e1e1;}
.tbl_list_type02 th:first-child {border-left:none;}
.tbl_list_type02 td {border-left:1px solid #e1e1e1;font-size:15px;}
.tbl_list_type02 td:first-child {border-left:none;}
.tbl_list_type02 td .generation {display:inline-block;width:48px;height:48px;border:1px solid #2c83e0;border-radius:50%;line-height:46px;text-align:center;font-size:14px;color:#2c83e0;font-weight:700;}
.tbl_list_type02 td.list {padding-left:20px;text-align:left;}
.tbl_list_type02 td.list .list_square > li {line-height:1.6;}

.inner_tbl .my_list{border-top: 2px #222 solid;}
.inner_tbl .my_list th{height:38px;color: #333;text-align: center;font-weight: 600;background: #f3f6f9;border-left: 1px solid #ddd;line-height: 36px;}
.inner_tbl .my_list th:first-child, .inner_tbl .my_list td:first-child{border-left:none;}
.inner_tbl .my_list td{padding: 3px 5px;border-left: 1px solid #ddd;border-top: 1px solid #ddd;}
.inner_tbl .my_list .in_buy{width: 80%;}

@media screen and (max-width:1100px){
	.tbl_view_wrap .form_number select,
	.tbl_view_wrap .form_number input {width:20%;}

	.tbl_cell_group dt {width:20%;}
	.tbl_cell_group dd {width:80%;}
}

@media screen and (max-width:800px){
	.tbl_cell_group dt {font-size:14px;}
	.tbl_cell_group dd {font-size:14px;}
	
	.inner_tbl thead th {font-size:13px;}
	.inner_tbl tbody td {font-size:13px;}

	.tbl_list_scroll {overflow-x:scroll;}
	.tbl_list_scroll .tbl_data {width:1000px;}
	.tbl_list_scroll .my_list{width:800px;}
	.tbl_list_scroll .c_info_list{width:800px;}
}

@media screen and (max-width:600px){
	.tbl_view_wrap .tbl_txt {line-height:1.4;}
	.tbl_view_wrap .form_number select,
	.tbl_view_wrap .form_number input {width:30%;}

	.tbl_cell_group {display:flex;flex-direction:column;}
	.tbl_cell_group dt {display:flex;width:100% !important;padding:0 15px;height:45px;align-items:center;}
	.tbl_cell_group dd {display:flex;width:100% !important;height:auto;min-height:44px;padding:5px 0;align-items:center;}
	.tbl_cell_group .input_w100 {width:100%;}
	.tbl_cell_group .form_address .find_post input {width:50%;}
   .tbl_view_wrap > ul > li:first-of-type .tbl_cell_group dt {border-top:0;}
   .tbl_view_wrap > ul > li:first-of-type .tbl_cell_group dd {border-top:1px solid #e5e5e5;}

	.inner_tbl thead th {font-size:12px;}
	.inner_tbl tbody td {font-size:12px;}

	.tbl_view_s .tbl_cell_group dd {border-left:none;}
}

/* list */
.list_circle > li {position:relative;padding-left:15px;line-height:1.3;}
.list_circle > li:before {content:"";position:absolute;top:50%;left:0;width:5px;height:5px;margin-top:-2.5px;background:#808080;border-radius:50%;}

.list_square > li {position:relative;padding-left:11px;line-height:1.3;}
.list_square > li:before {content:"";position:absolute;top:50%;left:0;width:3px;height:3px;margin-top:-1.5px;background:#616161;}

/* time line */
.time_line {position:relative;width:854px;margin:0 auto;}
.time_line .time_box {position:relative;display:table;width:404px;height:98px;border:1px solid #dbdbdb;border-radius:8px;}
.time_line .time_box .box_inner {position:relative;display:table-cell;padding:20px 30px;vertical-align:middle;}
.time_line .time_box .box_inner:after {content:"";position:absolute;top:50%;width:10px;height:14px;margin-top:-7px;background-repeat:no-repeat;background-position:0 0;background-size:100%;}
.time_line .time_box .tit {font-size:18px;color:#333;line-height:1.3;}
.time_line .time_box .date {margin-top:5px;font-size:14px;color:#989898;}
.time_line .time_box .state {margin-top:8px;}
.time_line .time_box .state_item {display:inline-block;height:27px;padding:0 13px;line-height:27px;color:#fff;text-align:center;font-size:12px;border-radius:30px;}
.time_line .time_box .state_item.before {background:#bebebe;}
.time_line .time_box .state_item.meeting {background:#8dc411;}
.time_line .time_box .state_item.event {background:#03b8c9;}
.time_line .time_box.cate .box_inner {}
.time_line .time_box.cate .state {position:absolute;top:50%;margin-top:-13.5px;}
.time_line > li {position:relative;}
.time_line > li:before {content:"";position:absolute;top:50%;left:50%;width:15px;height:15px;margin:-6px 0 0 -6px;border-radius:50%;border:4px solid #c3c3c3;box-sizing:border-box;background:#fff;z-index:1;}
.time_line > li:after {clear:both;display:block;content:"";}
.time_line > li .time_item {position:relative;}
.time_line > li .time_item:before {content:"";position:absolute;top:-40px;height:100%;width:1px;background:#c3c3c3;}
.time_line > li:first-child .time_item:before {display:none;}
.time_line > li.done:before {border-color:#8dc315;background:#8dc315;}
.time_line > li.done .time_item:before {background:#8dc315;}
.time_line > li.done .time_box {border:2px solid #8dc315;}
.time_line_double .time_line:before {/* left:50%; */}
.time_line_double .time_line > li:nth-child(even) .time_item {float:left;}
.time_line_double .time_line > li:nth-child(odd) .time_item {float:right;}
.time_line_double .time_line > li:nth-child(even) .time_item:before {right:-24px;}
.time_line_double .time_line > li:nth-child(odd) .time_item:before {left:-23px;}
.time_line_double .time_line > li:nth-child(even) .box_inner  {text-align:right;}
.time_line_double .time_line > li:nth-child(even) .time_box .box_inner:after {right:-10px;background-image:url('../../images/front/icon/time_line_r.png');}
.time_line_double .time_line > li:nth-child(odd) .time_box .box_inner:after {left:-10px;background-image:url('../../images/front/icon/time_line_l.png');}
.time_line_double .time_line > li:nth-child(even) .time_box.cate .state {left:20px;}
.time_line_double .time_line > li:nth-child(odd) .time_box.cate .state {right:20px;}
.time_line_double .time_line > li:nth-child(even) .time_box.cate .box_inner {padding-left:80px;}
.time_line_double .time_line > li:nth-child(odd) .time_box.cate .box_inner {padding-right:80px;}
.time_line_double .time_line > li.done:nth-child(even) .time_box .box_inner:after {background-image:url('../../images/front/icon/time_line_r_done.png');}
.time_line_double .time_line > li.done:nth-child(odd) .time_box .box_inner:after {background-image:url('../../images/front/icon/time_line_l_done.png');}
.time_line_single .time_box .box_inner:after {left:-10px;background-image:url('../../images/front/icon/time_line_l.png');}
.time_line_single .time_box.cate .box_inner {padding-right:80px;}
.time_line_single .time_box.cate .state {right:20px;}
.time_line_single .time_line {width:auto;}
.time_line_single .time_line .time_box {width:100%;}
.time_line_single .time_line > li {padding-left:24px;}
.time_line_single .time_line > li:before {left:-2px;}
.time_line_single .time_line > li .time_item {margin-top:8px;}
.time_line_single .time_line > li .time_item:before {top:-49px;}
.time_line_single .time_line > li:nth-child(odd) .time_item:before {left:-26px;}
.time_line_single .time_line > li:nth-child(even) .time_item:before {left:-26px;right:auto;}
.time_line_single .time_line > li.done .time_box .box_inner:after {background-image:url('../../images/front/icon/time_line_l_done.png');}
@media screen and (max-width:1000px){
	.time_line {width:430px;}
	.time_line_double .time_line > li {padding-left:25px;}
	.time_line_double .time_line > li:before {left:-1px;}
	.time_line_double .time_line > li .time_item {float:none !important;margin-top:8px;}
	.time_line_double .time_line > li .time_item:before {top:-52px;}
	.time_line_double .time_line > li:nth-child(odd) .time_item:before {left:-25px;}
	.time_line_double .time_line > li:nth-child(even) .time_item:before {left:-25px;right:auto;}
	.time_line_double .time_line > li:nth-child(even) .box_inner {text-align:left;}
	.time_line_double .time_line > li:nth-child(even) .time_box .box_inner:after {left:-10px;right:auto;background-image:url('../../images/front/icon/time_line_l.png');}
	.time_line_double .time_line > li:nth-child(even) .time_box.cate .box_inner {padding-left:30px;padding-right:80px;}
	.time_line_double .time_line > li:nth-child(even) .time_box.cate .state {left:auto;right:20px;}
	.time_line_double .time_line > li.done:nth-child(even) .time_box .box_inner:after {background-image:url('../../images/front/icon/time_line_l_done.png');}
}
@media screen and (max-width:540px){
	.time_line {width:100%;}
	.time_line_double .time_line:before {content:"";position:absolute;top:50px;left:0;width:1px;height:calc(100% - 110px);background:#c3c3c3;}
	.time_line .time_box {width:100%;min-height:68px;height:auto;}
	.time_line .time_box .tit {display:inline-block;margin-right:3px;font-size:16px;}
	.time_line .time_box .tit br {display:none;}
	.time_line .time_box .date {display:inline-block;font-size:13px;}
	.time_line .time_box .state {display:inline-block;}
}


/* ==========================================================================
	05. layout
   ========================================================================== */

body.open_menu {overflow: hidden;}

/* header */
header {position:fixed;width:100%;z-index:200;background:#fff;border-bottom:1px solid #dfe5eb;box-shadow: 1px 5px 5px rgb(0 0 0 / 20%);}
.header_inner {position:relative;max-width:1200px;height:115px;margin:0 auto;padding-top:45px;}
.header_inner:after {clear:both;display:block;content:"";}
.header_inner .logo {float:left;margin-top:9px;}
.header_inner .logo a {display:block;width:246px;height:35px;background:url('../../images/front/common/logo.png') no-repeat 0 0;background-size:100%;}
.header_inner .utill {position:absolute;top:0;right:0;}
.header_inner .utill:after {clear:both;display:block;content:"";}
.header_inner .utill_inner {float:right;padding:10px 180px 0 0;}
.header_inner .utill_inner:after {clear:both;display:block;content:"";}
.header_inner .utill_inner .fontsize {float:left;margin-top:5px;font-size:13px;}
.header_inner .utill_inner .fontsize .tit {display:inline-block;margin-right:3px;line-height:21px;vertical-align:middle;}
.header_inner .utill_inner .fontsize button {width:21px;height:21px;background-repeat:no-repeat;background-position:center;background-size:100%;}
.header_inner .utill_inner .fontsize .fontup {background-image:url('../../images/front/icon/fontsize_up.png');}
.header_inner .utill_inner .fontsize .fontdown {background-image:url('../../images/front/icon/fontsize_down.png');}
.header_inner .utill_inner .link {float:left;margin-left:22px;margin-top:5px;}
.header_inner .utill_inner .link > li {position:relative;float:left;padding-left:12px;margin-left:12px;}
.header_inner .utill_inner .link > li:before {content:"";display:block;position:absolute;top:50%;left:0;width:1px;height:13px;margin-top:-7px;background:#bebebe;}
.header_inner .utill_inner .link > li:first-of-type {padding-left:0;margin-left:0;}
.header_inner .utill_inner .link > li:first-of-type:before {display:none;}
.header_inner .utill_inner .link > li a {display:block;line-height:21px;}
.header_inner .utill_inner .btn_blog {float:left;display:block;width:34px;height:33px;margin-left:18px;background:url('../../images/front/icon/icon_blog.png') no-repeat 0 0;background-size:100%;}
.header_inner .utill_inner .btn_search {float:left;display:block;width:34px;height:33px;margin-left:5px;background:url('../../images/front/icon/icon_search.png') no-repeat 0 0;background-size:100%;}
.header_inner .utill .btn_allmenu{position:absolute;top:20px;right:0;display:none;width:34px;height:33px;margin-left:7px;background:url('../../images/front/icon/icon_allmenu.png') no-repeat center;background-size:23px 18px;}
.btn_fault{position:absolute;top:0;right:0;}
.btn_fault a{display: inline-block;height:48px;padding:0 24px 0 49px;background: #0065d4;border-radius: 0 0 15px 15px;}
.btn_fault a:before{content:"";display:block;position:absolute;top:10px;left:8px;width:30px;height:45px;background:url('../../images/front/icon/icon_fault.png') no-repeat 0 0;}
.btn_fault a span{font-size: 15px;font-weight: 600;color: #fff;line-height: 48px;}

nav {float:right;}
.nav_list {display:table;width:100%;}
.nav_list > li {position:relative;display:table-cell;padding:15px 0;}
.nav_list > li > a {display:block;padding:5px 45px;font-weight:700;font-size:19px;color:#222;letter-spacing:-1px;line-height:30px;text-align:center;}
/*.nav_list > li > a.nav_first{font-size:22px;background:url('../../images/front/common/nav_point.png') no-repeat 96% 0;}*/
.nav_list > li:last-of-type > a {padding-right:13px;}
/*.nav_list .depth1 {position:relative;display:block;margin-bottom:8px;font-size:16px;font-weight:700;color:#fff;background:#2c83e0;line-height:38px;text-align:center;}*/
.nav_list .depth1 {position:relative;display:block;margin:11px 0 8px;font-size:16px;font-weight:700;color:#06377b;background:#fff;border:1px #06377b solid;line-height:38px;text-align:center;}
.nav_list .depth2 > li > a {position:relative;display:block;padding:0;font-size:15px;line-height:2.3;letter-spacing:-1px;text-align: center;color:#444;}
.nav_list .depth2 > li > a:hover {font-weight:700;color:#06377b;}
.nav_list .nav_list_inner {overflow:hidden;position:absolute;top:81px;width:150px;z-index:2;}
.nav_list > li:nth-of-type(1) .nav_list_inner {left:30px;}
.nav_list > li:nth-of-type(2) .nav_list_inner {left:20px;}
.nav_list > li:nth-of-type(3) .nav_list_inner {left:0px;}
.nav_list > li:nth-of-type(4) .nav_list_inner {left:0px;}
.nav_list > li:nth-of-type(5) .nav_list_inner {left:0px;}
.nav_list > li:nth-of-type(6) .nav_list_inner {left:0px;}

.nav_bg {display:block;position:absolute;top:116px;left:0;width:100%;background:#fff;z-index:1;
   -webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.28);
   -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
   box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15);
}

.allmenu {display:none;position:fixed;top:115px;left:0;width:100%;padding-bottom:8px;border-top:1px solid #dadada;background:#fff url('../../images/front/common/bg_gnb.png') repeat-x 0 bottom; z-index:300;}
.allmenu_inner {position:relative;max-width:1200px;margin:0 auto;padding:10px 0 28px;background:#fff;}
.allmenu_inner .allmenu_top {display:none;height:50px;padding:12px 0 0 10px;border-bottom:1px #06377b solid}
.allmenu_inner .allmenu_top li{position: relative;display:inline-block;height:27px;line-height:25px;text-align:center;font-size:14px;}
.allmenu_inner .allmenu_top li a{display:inline-block;border:1px #ddd solid;padding:2px 7px;margin-right:3px;}
.allmenu_inner .allmenu_top li:nth-child(3):before{content: "";display: block;position: absolute;top: 50%;left: 0;width: 1px;height: 13px;margin-top: -7px;background: #bebebe;}
.allmenu_inner .btn_close {display:none;position:absolute;top:15px;right:0;width:36px;height:36px;background:url('../../images/front/icon/close.png') no-repeat 0 0;}
.allmenu_inner .nav_list {display:table;width:100%;table-layout:fixed;}
.allmenu_inner .nav_list > li {display:table-cell;width:14.5%;padding-left:11px;}
.allmenu_inner .nav_list > li:first-of-type {width:13.5%;padding-left:0;}
.allmenu_inner .nav_list .depth1 {margin-top:0;}

/* container */
.container {padding-top: 115px;}

/* content */
.contents {position:relative;max-width:1200px;margin:0 auto;padding-bottom:100px;}

/* footer */
footer {position:relative;background:#eff0f3;}
.footer_wrap {position:relative;max-width:1200px;margin:0 auto;padding-bottom:65px;}
.footer_inner {overflow:hidden;}
.footer_inner .futil_list {overflow:hidden;margin:22px 0 0 -12px;}
.footer_inner .futil_list > li {position:relative;float:left;padding-left:11px;margin-left:11px;margin-top:10px;}
.footer_inner .futil_list > li:first-child{padding-left:0;}
.footer_inner .futil_list > li:before {content:"";position:absolute;top:0;left:0;width:1px;height:14px;background:#c3c3c3;}
.footer_inner .futil_list > li > a {font-size:15px;color:#464646;}
.footer_inner .ftxt_wrap {margin-top:20px;color:#838383;line-height:1.6;}
.footer_inner .ftxt_wrap address {font-style:normal;}
.footer_inner .ftxt_wrap address strong{color:#555;margin-right: 10px}
.footer_inner .ftxt_wrap address .number {position:relative;display:inline-block;padding-left:8px;margin-left:5px;}
.footer_inner .ftxt_wrap address .number:before {content:"";position:absolute;top:5px;left:0;width:1px;height:12px;background:#c8c8c8;}
.footer_inner .ftxt_wrap address .number > span:first-of-type {display:inline-block;position:relative;padding-right:8px;margin-right:5px;}
.footer_inner .ftxt_wrap address .number > span:first-of-type:after {content:"";position:absolute;top:5px;right:0;width:1px;height:12px;background:#c8c8c8;}


@media screen and (max-width:1200px){
   header{padding:0 20px;}
   .header_inner .logo {margin-top:5px;}
   .nav_list > li > a {font-size:18px;padding:5px 35px;}

   .contents {padding:0 30px 100px;}

   footer {padding:0 30px;}
   footer:before {display:none;}
   .footer_wrap .relevant_site {margin-left:-30px;margin-right:-30px;padding:0 30px 21px;}
   .footer_wrap .relevant_site > dl > dt {float:none;padding-top:16px;}
   .footer_wrap .relevant_site > dl > dt > span {display:inline-block;margin-left:5px;}
   .footer_wrap .relevant_site > dl > dd {width:100%;}
   .footer_wrap .relevant_site_inner {margin-top:10px;}
   .footer_wrap .relevant_site_inner .list_box {width:calc(100%/3);}
}
@media screen and (max-width:1100px){ /* pad version */
   .header_inner {height:70px;padding-top: 0;}
   .header_inner .logo {margin:23px 0 0;}
   .header_inner .logo a, .main_header .header_inner .logo a{background-size:190px}
   .header_inner .utill {position:relative;}
   .header_inner .utill_inner .fontsize {display:none;}
   .header_inner .utill_inner .link {display:none;}
   .header_inner .utill .btn_allmenu {display:block;}
   .header_inner nav {display:none;}
   .btn_fault{top:15px;right: 50px;}
   .btn_fault a{height: 40px;border-radius:7px;padding:0 15px 0 35px;}
   .btn_fault a span{font-size:14px;line-height:40px;}
   .btn_fault a:before{background-size: 20px;}

   /* container */
   .container {padding-top: 90px;}

   .nav_bg {display:none;}

   .allmenu {top:0;height:100%;padding-left:40%;background:rgba(0,0,0, .6);}
   .allmenu_inner {width:100%;height:100%;padding:0;}
   .allmenu_inner .allmenu_top {display:block;}
   .allmenu_inner .btn_close {display:block;}
   .allmenu_inner .nav_list_wrap{overflow: auto; height: calc(100% - 50px);}
   .allmenu_inner .nav_list > li {width:100%;display:table-row;}
   .allmenu_inner .nav_list > li:first-of-type {width:100%;}
   .allmenu_inner .nav_list .depth1 {height:50px;padding:0 20px;margin-bottom:0;line-height:50px;background:#fff;text-align:left;border-top:none;border-bottom:1px solid #ddd;border-left:none;border-right:none;cursor:pointer;}
   .allmenu_inner .nav_list .depth1:after {content:"";position:absolute;top:50%;right:13px;width:36px;height:36px;margin-top:-18px;background:url('../../images/front/icon/arr_down02.png') no-repeat 0 0;transition:transform .5s;}
   .allmenu_inner .nav_list .depth2 {padding:0px 25px; overflow: hidden;background: #f1f3f4;}
   .allmenu_inner .nav_list .depth2 > li {border-top:1px solid #dbdbdb;}
   .allmenu_inner .nav_list .depth2 > li:first-of-type {padding-top:7px; border-top:none;}
   .allmenu_inner .nav_list .depth2 > li:last-of-type {padding-bottom:0;}
   .allmenu_inner .nav_list .depth2 > li > a {padding:0 16px;line-height:40px;text-align:left}
   .allmenu_inner .nav_list .depth2 > li > a:before {content:"";position:absolute;top:50%;left:4px;width:3px;height:3px;background:#828282;transform:translateY(-50%);}
   .allmenu_inner .nav_list > li.on .depth1 {background:#06377b;border-bottom:none;color: #fff;}
   .allmenu_inner .nav_list > li.on .depth1:after {transform:rotate(180deg);background:url('../../images/front/icon/arr_down.png') no-repeat 0 0;}
   /* .allmenu_inner .nav_list > li.on .depth2 {display:block;} */

}
@media screen and (max-width:800px){
   .tbl_cell_group .input_w100 {width:100%;}
   .tbl_cell_group .form_txt_set {width:100%;}
   .tbl_cell_group .form_txt_set .input_w100 {width:80%;}
   .tbl_cell_group .form_cell2_set {width:100%;}
   .tbl_cell_group .form_cell2_set select {width:45%;}

   .footer_inner .ftxt_wrap address .number {display:block;padding-left:0;margin-left:0;}
   .footer_inner .ftxt_wrap address .number:before {display:none;}
}
@media screen and (max-width:640px){/* mobile version */
   .tab_list > li {display:block;}
   .tab_list > li > a:after {border-left:1px solid #e1e1e1;}

   .header_inner {height:50px;}
   .header_inner .logo {margin:15px 0 0 0;}
   .header_inner .logo a, .main_header .header_inner .logo a{width:150px;background-size:150px;}
   .header_inner .utill .btn_allmenu {width:26px;height:26px;}
   .header_inner .utill .btn_allmenu {top: 13px;background-size:19px 14px;}
   .btn_fault{top:5px;right: 40px;}

   .allmenu {padding-left:20%;}
	
	/* container */
   .container {padding-top: 50px;}

   .contents {padding:0 15px 100px;}

   .footer_wrap .relevant_site > dl > dt {font-size:14px;}
   .footer_wrap .relevant_site_inner .list_box {display:block;padding-left:0;width:100%;}
   .footer_wrap .relevant_site_inner .list_box > dt {padding-top:3px;}
   .footer_wrap .relevant_site_inner .list_box > dt button {height:38px;padding:0 35px 0 13px;line-height:36px;font-size:13px;}
   .footer_wrap .relevant_site_inner .list_box > dd {bottom:41px;padding-left:0;}
   .footer_wrap .relevant_site_inner .site_list {bottom:41px;}
   .footer_inner .futil_list > li > a {font-size:13px;}
   .footer_inner .ftxt_wrap {font-size:13px;}
}
@media screen and (max-width:480px){ 
    .allmenu {padding-left:10%;}
}

/* 2020 리뉴얼 */
#container {overflow: hidden;clear:both;}
#container .content_area {overflow: hidden;padding-top:116px;}
#container .content_area .sub_background01{overflow: hidden;height: 119px; background: url('../../images/front/common/sub_bg.jpg') repeat-x top center;}
#container .content_area .sub_background01 .sub_background_txt{font-size: 32px;font-weight: 600;color: #fff;text-align: center;padding-top:45px;text-shadow: 1px 1px 3px #666;}
#container .content_area #content{overflow: hidden;max-width:1200px;min-height:400px; margin:40px auto; padding-bottom:30px}
 
/* location */
.location_area { height: 47px;border-bottom: 1px solid #ddd;}
	.location_area:after {content: ""; display: block; clear: both;}
	.location_division {width:1200px; margin: 0 auto;} 
	.location { display: inline-block; background: url('../../images/front/common/bg_location.png') no-repeat left 0;}
		.location > li {float: left; padding: 0 30px; font-size: 14px; color: #666; list-style: none; line-height: 47px; background: url('../../images/front/common/bg_location.png') no-repeat right 0;}
		.location > li:last-child {padding: 0 20px;}
		.location > li > a {color: #0067b4;}
		.location > li > a > span {padding-right: 120px; background: url('../../images/front/common/location_arrow.png') no-repeat right center; color:#333;} 	
		.location > li.last_location_btn {position: relative;}
		.location > li.last_location_btn div.sub_location {display: none; position: absolute; width: 100%; top: 45px; left: 0px; z-index:10;}
		.location > li.last_location_btn div.sub_location.on {display:block;}
		.location > li.last_location_btn div.sub_location ul {border-right: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; background-color: #ffffff;}
		.location > li.last_location_btn div.sub_location ul li {list-style: none; text-align: left; line-height: 1.3em; border-bottom: 1px solid #dcdcdc;}
		.location > li.last_location_btn div.sub_location ul li a {display: block; padding: 10px 20px; color: #626262; background-color: #ffffff;}
		.location > li.last_location_btn div.sub_location ul li a:hover {display: block; text-decoration: none; color: #ffffff; background-color: #35509e;}
.location > li.last_location_btn div.sub_location ul li.sub_location_2th span{ padding-left: 10px; font-size: 13px}

/* tab area */
.tab_area {display: none;}
.m_tab_area {display: none;}

/* content */
.title_area {overflow: hidden; margin-bottom: 10px; font-family: 'Nanum Gothic', 'NanumGothic', '나눔고딕', Helvetica, 'Apple SD Gothic Neo', Sans-serif;}
.title_area h3.title {display: block; font-size: 20px; font-weight: bold; color: #333333;}
	
.sub_title_area {overflow: hidden; margin-bottom: 20px; font-family: 'Nanum Gothic', 'NanumGothic', '나눔고딕', Helvetica, 'Apple SD Gothic Neo', Sans-serif;}	
.sub_title_area.mb0 {margin-bottom: 0px;}
.sub_title_area h3.sub_title03 {display: block; font-size: 16px; font-weight: bold; color: #0067b4;}
.sub_title_area h4.sub_title {display: block; padding-left: 35px; font-size: 18px; font-weight: bold; color: #383838;}
.sub_title_area h4.sub_title02 {display: block; padding-left: 15px; font-size: 18px; font-weight: bold; color: #383838;}
.sub_title_area h4.sub_title03 {display: block; font-size: 16px; font-weight: bold; color: #0067b4;}
.sub_title_area h5.sub_title {display: block; margin-left: 20px; padding-left: 10px; font-size: 16px; font-weight: bold; color: #383838;}
.sub_title_area h5.sub_title02 {display: block; padding-left: 15px; font-size: 18px; font-weight: bold; color: #383838;}

@media screen and (max-width:1100px){
	#container .content_area {overflow:hidden;padding-top:70px;}
	#container .content_area #content{padding:0 20px;max-width:auto}
	
	/* tab area */
	.tab_area {display: none; font-family: 'Nanum Gothic', 'NanumGothic', '나눔고딕', Helvetica, 'Apple SD Gothic Neo', Sans-serif;}
		.m_tab_area {overflow: hidden; display: block; margin: 10px 0 0px 0; padding: 15px 15px; border: 1px solid #008cd6;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;}
		.m_tab_area strong {display: block; margin-bottom: 10px; font-size: 17px; font-weight: bold; color: #122270;}
		.m_tab_select {overflow: hidden; display: inline-block; position: relative; z-index: 0; width: 100%; height: 40px; padding: 0; border: 1px solid #cfcfcf; background-color: #fdfdfd;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;}
		.m_tab_area .menu_select {display: block; width: 100%; height: 40px; padding: 0 30px 0 7px; border: 0 none; text-align: left; font-size: 15px; color: #3d3d3d; line-height: 40px; color: #222222; font-family: 'Nanum Gothic', 'NanumGothic', '나눔고딕', Helvetica, 'Apple SD Gothic Neo', Sans-serif; background: none;
			-webkit-appearance: none;}
		.m_tab_area .box_arrow {position: absolute; z-index: -10; width: 38px; height: 38px; top: 0; right: 0; border-left: 1px solid #e6e6e6; background: url('../../images/front/common/arrow_down1.png') no-repeat right top #fcfcfc;
			border-radius: 0 3px 3px 0; 	
			-webkit-border-radius: 0 3px 3px 0; 
			-moz-border-radius: 0 3px 3px 0;}
		.m_tab_area .ico_arrow {overflow:hidden; display: inline-block; width: 7px; height: 5px; margin: 10px 0 0 1px; vertical-align: top; background-position: -10px 0;}
}


@media screen and (max-width:600px){/* mobile version */
	#container .content_area {overflow:hidden;padding-top:51px;}
	#container .content_area #content{padding:0 20px;margin:20px auto;}
	#container .content_area .sub_background01{overflow: hidden;height:90px; background: url('../../images/front/common/sub_bg.jpg') repeat-x top center;}
	#container .content_area .sub_background01 .sub_background_txt{font-size:23px;font-weight: 600;color: #fff;text-align: center;padding-top:35px;text-shadow: 1px 1px 3px #666;}

	/* location */
	.location_area {border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
		.location_area:after {content: ""; display: block; clear: both;}
		.location_division {margin: 0 auto;} 
		.location {}
			.location > li {float: left; padding: 0 13px 0 6px; font-size: 13px; color: #4d4d4d; list-style: none; background: url('../../images/front/common/m_bg_location.png') no-repeat right center;}
			.location > li:last-child {background: none;}
			.location > li > a {color: #06377b; font-weight: bold; letter-spacing: -0.04em;}
			.location > li > a > span {padding-right: 20px; background: url('../../images/front/common/location_arrow.png') no-repeat right center;} 	
			.location > li.last_location_btn {min-width:180px}
			.location > li.last_location_btn a {position: relative;}
			.location > li.last_location_btn div.sub_location {display: none; position: absolute; width: 100%; left: 0px; z-index:1; border-top: 1px solid #0067b4;}
			.location > li.last_location_btn div.sub_location.on {display: block;}
			.location > li.last_location_btn div.sub_location ul {border-right: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; background-color: #ffffff;}
			.location > li.last_location_btn div.sub_location ul li {list-style: none; text-align: center; line-height: 1.3em; border-bottom: 1px solid #dcdcdc;}
			.location > li.last_location_btn div.sub_location ul li a {display: block; padding: 10px 20px; font-size: 13px; font-weight: bold; text-align: left; color: #626262; background-color: #ffffff;}
			.location > li.last_location_btn div.sub_location ul li a:hover {display: block; text-decoration: none; color: #ffffff; background-color: #0067b4;}

	/* tab area */
	.tab_area {display: none; font-family: 'Nanum Gothic', 'NanumGothic', '나눔고딕', Helvetica, 'Apple SD Gothic Neo', Sans-serif;}
		.m_tab_area {overflow: hidden; display: block; margin: 10px 0 0px 0; padding: 15px 15px; border: 1px solid #008cd6;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;}
		.m_tab_area strong {display: block; margin-bottom: 10px; font-size: 17px; font-weight: bold; color: #122270;}
		.m_tab_select {overflow: hidden; display: inline-block; position: relative; z-index: 0; width: 100%; height: 40px; padding: 0; border: 1px solid #cfcfcf; background-color: #fdfdfd;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;}
		.m_tab_area .menu_select {display: block; width: 100%; height: 40px; padding: 0 30px 0 7px; border: 0 none; text-align: left; font-size: 15px; color: #3d3d3d; line-height: 40px; color: #222222; font-family: 'Nanum Gothic', 'NanumGothic', '나눔고딕', Helvetica, 'Apple SD Gothic Neo', Sans-serif; background: none;
			-webkit-appearance: none;}
		.m_tab_area .box_arrow {position: absolute; z-index: -10; width: 38px; height: 38px; top: 0; right: 0; border-left: 1px solid #e6e6e6; background: url('../../images/front/common/arrow_down1.png') no-repeat right top #fcfcfc;
			border-radius: 0 3px 3px 0; 	
			-webkit-border-radius: 0 3px 3px 0; 
			-moz-border-radius: 0 3px 3px 0;}
		.m_tab_area .ico_arrow {overflow:hidden; display: inline-block; width: 7px; height: 5px; margin: 10px 0 0 1px; vertical-align: top; background-position: -10px 0;}
}

input[readonly] {
 background-color: #dddddd;
}