@charset "UTF-8";
* {box-sizing: border-box;}
/*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, 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, button, input, select, textarea {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: top;
}
button,input {border-radius: 0}
fieldset,img {border: 0}
ol,ul {list-style: none}
address,em {font-style: normal}
a {text-decoration: none}
iframe {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display: block;}
h1,h2,h3,h4,h5,h6 {font-weight: normal}
.blind {position: absolute;overflow: hidden;clip: rect(0 0 0 0);margin: -1px;width: 1px;height: 1px}
button {cursor:pointer;}
button, input, select {vertical-align: middle;}

/*테이블 칸 여백빼기, 선합치기*/
table {border-spacing: 0; border-collapse:collapse;}

/*스킵네비게이션*/
#accessibilityLink {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999999;
}
#accessibilityLink a {
    position: absolute;
    left: 0;
    top: -9999px;
    background: #333;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    width: 100%;
}
#accessibilityLink a:focus, #accessibilityLink a:active { 
    top: 0; 
}

/*영문단어 중단점을 음절로 처리,주로 모바일에서 사용*/
body {
    word-break: break-all;
/*    아이폰사파리에서 뷰포트크기 변경시 텍스트확대 방지*/
    -webkit-text-size-adjust:none;
}


/*공통스타일*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.3);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.3);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.3);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.3);
}



@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body,input,button,textarea,select,table {
    font-size: 12px;
    font-family:'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
html,body {height: 100%;}
body { color: #333; overflow-x: hidden;}
body a {color: #555;}
body.on {overflow-y: hidden;}


body{padding:0; margin:0;} 

.pop{ 
  position:absolute;
  top:0;right:0;bottom:0;left:0;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
 
  align-items:center;
  justify-content:center;
  -webkit-align-items:center;
  -webkit-justify-content:center;
 
  -webkit-box-pack:center;
  -webkit-box-align:center;
  -moz-box-pack:center;
  -moz-box-align:center;
  -ms-box-pack:center;
  -ms-box-align:center;
}

		

#point {background-image:url(../img/point.jpg); background-repeat:no-repeat; background-size:100%; top:0px; width:100%; height:250px; z-index:3;}	


/**#sub li A {text-decoration:none; color:#444;}**/
#snb {
	position:absolute;
	top:0px;
	}
#snb li {
	display:inline; float:left;
	height:50px; line-height:50px;
	padding-right:0px;	
	vertical-align:middle;
	background-color: rgba(0,0,0,0.7);
	border-bottom: 1px solid #e1e1e1;
	
	}

#snb li a {	
	color:#fff !important,
}

#snb .select {
    background-color: #0088cc;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
/*    border: none;*/

	}
#snb .select a {
    color: #fff;
	
}




.swiper2 {}	
.slide2{top:10px;
        margin-top:2px;}

.news {background-color: #fff; width: 100%; z-index:3;}	
.box {background-color: #fff; width: 100%; height:140px;}
	
	
.jbFixed {
        position: fixed;
        top: 0px; }
		
.myButton {
    opacity: 1;
    background-color: #ff7e00;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 0.5em;
    padding: 10px 16px;
    text-decoration: none;
}

.myButton2 {
    opacity: 1;
    background-color: #006999;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 0.5em;
    padding: 10px 16px;
    text-decoration: none;
}		


#container2{ padding-left:0px; padding:5px 0 100px 0;} 

ul.tabs2 { font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:14px;
	height:40px;
}


ul.tabs2 li { margin-bottom:-1px; color:#232222; margin-left:0px;
    float: left;
    text-align:center;
    cursor: pointer;
    width:19.2%;
    height:40px;
    line-height: 46px;
    border: 1px solid #ccc;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
	margin-left: 1%;
}

ul.tabs2 li:first-child { margin-left: 0; }

ul.tabs2 li.selected, ul.tabs li.selected:hover
{
    position: relative;
    top: 0px;
	color:#fff; background: #009383;
/*	border:none; */
	}
	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color:#fff;}
        

ul.tabs2 li a {  font-size:12px; font-weight:400; text-decoration: none; color:#444; line-height:38px; display: block; }
        
ul.tabs2 li.selected a:hover
{
    text-decoration: none;
}

ul.tabs2 li.selected
{
   color:#fff;
}

ul.tabs2 li.active { color:#fff;  }



/* tab3 */


ul.tabs3 {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:12px;
	height:40px;
}


ul.tabs3 li { margin-bottom:-1px; color:#202020; margin-left: 1%;
    float: left;
    text-align:center;
    cursor: pointer;
    width: 24.25%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #dedede;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
	box-sizing: border-box;
	letter-spacing: -1px;
}

ul.tabs3 li:first-child { margin-left: 0; }

ul.tabs3 li.selected, ul.tabs3 li.selected:hover
{
    position: relative;
    top: 0px;
	color:#fff; background: #e4696e; border:1px solid #e4696e; }
	
ul.tabs3 li.selected a, ul.tabs3 li.selected a:hover { color:#fff; }
        

ul.tabs3 li a { color:#333; display:block;}
        
ul.tabs3 li.selected a:hover
{
    text-decoration: none; background: #e4696e;
}

ul.tabs3 li.active { color:#fff; background: #e4696e; border:1px solid #e4696e; }


.tab_container3 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content3 { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container3 .tab_content3 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container3 .tab_content3 ul li {
    padding:5px;
    list-style:none;
}
#t-container3 { margin-top: 25px; }
/**/


.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content2 { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none;
}

		



ol,ul,li,a {list-style:none; text-decoration:none;}



.all_wrap { width: 100%; position: relative; margin: auto; }


#sub {width: 100%; padding: 5%; box-sizing: border-box; position:relative; text-align:center;  font-family: 'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;font-weight:400; }
.sub-tit { font-size:28px; color:#111; margin-top: 10px; }
.sub-line { width: 1px; height: 20px; background-color: #bbb; margin: auto; margin-top: 12px; margin-bottom: 20px; }

.snb_wrap { width: 100%; height: auto; text-align: center; }
.snb { width: 100%; display: flex; justify-content: space-between; border-bottom: #e1e1e1 1px solid; }
.snb li { font-family: 'Noto Sans KR', sans-serif; font-size: 12px; font-weight: 400; width: 100%; height:50px; line-height: 50px; box-sizing: border-box; border-left: 1px solid #e1e1e1; }
.snb li a { color: #141414; display: block; }
.snb li:nth-child(1) { border-left: none; }
.snb .selected { background-color: #004d63; }
.snb .selected a { color: #fff; }



#sub-top{
	position: relative;
	overflow: hidden;
}

#sub-top img{ transform: scale(1); animation: sub_top_img 2s 0s both; }


@keyframes sub_top_img {

  from { transform: scale(1.2); }
  to { }
  
}


.sub_top_txt { position: absolute; width: 100%; left: 50%; top: 53%; transform: translate(-50%,-50%); text-align: center; color: #fff; font-family: 'Noto Sans KR', sans-serif; }
.sub_top_txt h2 { font-size: 14px; font-weight: 400; line-height: 14px; animation: sub-top 1s 0.2s both; }
.sub_top_txt h4 { font-size: 22px; font-weight: 500; line-height: 37px; animation: sub-top 1s 0.7s both; }

@keyframes sub-top {

  from { opacity: 0; }
  to { }
  
}



.sub-page{ width:100%; text-align:center; margin:0 auto; margin-top: 10px; opacity:0; overflow: hidden; padding-bottom: 40px; }
.sub-page h2{ font-size:20px; color:#111; padding-top:28px; text-align: left; margin-bottom: 10px;}

.pine_txt_box { width: 100%; text-align: left; margin-top: 5px; }
.pine_txt_box h5 { font-size: 20px; line-height: 14px; color: #000; text-align: left; padding: 15px 0;}
.pine_txt_box table { width: 100%; font-size: 14px; border-collapse: collapse; color: #000; }
.pine_txt_box table tr { border-bottom: 1px solid #d5d5d5; }
.pine_txt_box table tr:first-child { border-top: 2px solid #3e3e3e; }
.pine_txt_box table tr td { line-height: 50px; text-align: left; line-height: 20px; vertical-align: middle; padding: 13px; } 
.pine_txt_box table tr td:nth-child(1) { background-color: #ececec; width: 30%; text-align: center; }
.pine_txt_box table tr td:nth-child(2) { padding-left: 15px;  }


.sub-page .ori{ font-size:13px; color:#777; background:#f3f3f3; border:1px solid #ddd; padding:20px; letter-spacing:-0.8px; margin-top:40px; margin-bottom: 40px; text-align: left;}


/**/


.project { width: 100%; border-top: 1px solid #ddd; height: auto; }
.project_tit { margin-top: 30px; height: auto; line-height: 38px; border-top: 2px solid #6c6c6c;  text-align: center; font-size: 13px; color: #181818; width: 100%;}
.project li { width: 100%; height: auto; border-bottom: 1px solid #ddd; box-sizing: border-box; padding: 25px 0px; overflow: hidden; position: relative; text-align: center; }

.project_img { width: 90%; margin: auto; }
.project_txt { width: 100%; margin-top: 20px; }
.project_txt h4 { width: 100%; margin: auto; font-size: 18px; color: #373737; line-height: 24px; font-weight: 600; }
.project_txt p { font-size: 12px; color: #6c6c6c; line-height: 20px; margin-top: 14px; font-weight: 400; }
.project_txt2 { width: 95px; height: 35px; background-color: #042643; color: #fff; font-weight: 500; font-size: 13px; text-align: center; line-height: 35px; margin: auto; margin-top: 20px; }

/**/


.calendar_tit { width: 100%; height: 70px; border-bottom: 2px solid #6c6c6c; color: #c7c7c7; font-weight: 600; text-align: center; font-family: 'gotham'; position: relative; }

.last_year { float: left; line-height: 21px; height: 21px; cursor: pointer; margin-top: 27px; }
.last_year img { margin-right: 12px; opacity: 0.4; }
.year { position: absolute; width: 200px; left: 0; right: 0; font-size: 30px; margin: auto; padding: 0; font-weight: 600; line-height: 60px; padding-top: 5px; color: #181818; }
.next_year { float: right; line-height: 21px; height: 21px; cursor: pointer; margin-top: 27px; }
.next_year img { margin-left: 12px; opacity: 0.4; }


.calendar_txt { height: auto; line-height: 120%; padding: 12px 0; border-bottom: 1px solid #ddd; text-align: center; font-size: 13px; color: #181818; width: 100%; overflow: hidden; }

.month_wrap { width: 65%; margin: auto; max-width: 200px; }
.calendar_month { font-family: 'gotham'; color: #202020; font-size: 35px; font-weight: 700; width: 75px; float: left; }
.calendar_month span { color: #ca7e67; font-size: 13px; display: block; line-height: 100%; margin-top: 3px; }
.calendar_status { width: 95px; height: 34px; background-color: #a7a7a7; color: #fff; text-align: center; line-height: 34px; font-size: 13px; font-weight: 600; letter-spacing: 0px; 
float: right; margin-top: 13px; }
.calendar_name { float: left; font-size: 15px; font-weight: 600; color: #373737; width: 100%; margin-top: 15px; }
.calendar_add { float: left; font-size: 13px; font-weight: 400; color: #6c6c6c; width: 100%; margin-top: 3px; }
.calendar_detail { margin-top: 50px; opacity: 0.2; }


.calendar_com { width: 100%; }
.calendar_com li { width: 100%; height: auto; border-bottom: 1px solid #ddd; box-sizing: border-box; overflow: hidden; padding: 17px 0 20px; }
.calendar_com li a { display: block; width: 100%; height: ; }

.calendar_ing { width: 100%; }
.calendar_ing li { width: 100%; height: auto; border-bottom: 1px solid #ddd; box-sizing: border-box; overflow: hidden; padding: 17px 0 20px; }
.calendar_ing li a { display: block; width: 100%; height: ; }
.calendar_ing li .calendar_status { background-color: #042643; }

.calendar_will { width: 100%; }
.calendar_will li { width: 100%; height: auto; border-bottom: 1px solid #ddd; box-sizing: border-box; overflow: hidden; padding: 17px 0 20px; }
.calendar_will li a { display: block; width: 100%; height: ; }
.calendar_will li .calendar_status { background-color: #ca7e67; }

/**/

.news { width: 100%; border-top: 1px solid #ddd; }
.news_tit { margin-top: 50px; height: 50px; line-height: 50px; border-top: 2px solid #6c6c6c;  text-align: center; font-size: 15px; color: #181818; width: 100%;}
.news li { width: 100%; height: auto; border-bottom: 1px solid #ddd; box-sizing: border-box; overflow: hidden; position: relative; padding: 30px 20px; }
.news li a { display: block; width: 100%; height: ; }

.news_img { width: 100%; margin: auto; }
.news_txt { margin-top: 20px; }
.news_txt h4 { font-size: 19px; color: #373737; line-height: 100%; font-weight: 600; padding-bottom: 4px; width: 100%; margin: auto; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; }
.news_txt p { font-size: 12px; color: #6c6c6c; line-height: 20px; margin-top: 7px; font-weight: 400; width: 100%; 

	display:-webkit-box; 
    word-wrap:break-word; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient:vertical; 
    overflow:hidden; 
    text-overflow:ellipsis;
    height: 40px;

}
.news_txt h6 { font-size: 12px; color: #6c6c6c; opacity: 0.7; margin-top: 10px; }
.news_txt2 { float: right; width: 95px; height: 35px; background-color: #042643; color: #fff; font-weight: 500; font-size: 13px; text-align: center; line-height: 35px; margin-top: 63px; }

/*.news_detail { position: absolute; right: 0; top: 0; bottom: 0; margin: auto; opacity: 1; margin-right: 50px; }*/

/**/


.cast { width: 100%; }
.cast li { width: 100%; height: auto; box-sizing: border-box; overflow: hidden; position: relative; padding: 30px 0 10px; }
.cast li:nth-child(1) { padding: 0; }
.cast li h4 { font-size: 18px; font-weight: 600; margin-top: 5px; }


/**/


#search_box { width: 100%; position: relative; }
#search_txt::placeholder { opacity: 0.4; }
.search_bt { width: 30%; height: 38px; background-color: #000; color: #fff; text-align: center; line-height: 38px; float: right; font-size: 12.5px; letter-spacing: 0; font-weight: 500; cursor: pointer; }
.detail_go { position: absolute; right: 3px; bottom: 0; margin: auto; cursor: pointer; }


.const_all { width: 100%; height: auto; }
.const_all li { width: 100%; max-width: 340px; height: 400px; border: 1px solid #d8d8d8; box-sizing: border-box; background-color: #fff; overflow: hidden; position: relative; margin: auto; margin-top: 40px; text-align: left; }
.const_all li:nth-child(1) { margin-top: 0; }

.const_box { position: relative; height: 370px; height: 400px; overflow: hidden; }
.const_img { position: relative; height: 220px; width: 100%; text-align: center; }
.const_img img { height: 100%; position: absolute; left: 50%; transform: translateX(-50%) }
.const_text { padding: 25px 23px; box-sizing: border-box; }
.const_text h5 { color: #5f5f5f; font-size: 12px; line-height: 13px; letter-spacing: -0.2px; padding-left: 2px; }
.const_text h2 { color: #191919; font-size: 18px; line-height: 28px; margin-top: 0px; margin-bottom: 20px; font-weight: 500; padding: 0; }
.const_text p { color: #8b8b8b; font-size: 12px; line-height: 11px; margin-top: 15px; font-weight: 300; letter-spacing: -0.5px; }
.const_text p span { color: #fff; font-size: 11px; line-height: 11px; background-color: #a4a09d; padding: 0 3px 1px 3px; margin-right: 8px; }
.const_button1 { width: 185px; height: 45px; position: absolute; left: 0; bottom: 0; border-right: 1px solid #d8d8d8; border-top: 1px solid #d8d8d8;
box-sizing: border-box; font-size: 13px; line-height: 43px; text-align: center; letter-spacing: 0; color: #373737; transition: 0.2s; }
.const_button2 { width: 185px; height: 45px; position: absolute; right: 0; bottom: 0; border-top: 1px solid #d8d8d8; box-sizing: border-box; 
font-size: 13px; line-height: 43px; text-align: center; letter-spacing: 0; color: #373737; transition: 0.2s; }
 
.const_status { position: absolute; right: 0; top: 0; z-index: 9; }



/**/


.const_dt_wrap { width: 100%; height: auto; position: relative; height: auto; overflow: hidden; }
.const_dt_img { width: 100%; overflow: hidden; }
.const_dt_img img { width: 100%;  }
.const_dt_txt_box { width: 100%; height: 380px; text-align: left; position: relative; margin-top: 20px; }
.const_dt_txt_box h3 { font-size: 18px; color: #000; line-height: 100%; }
.const_dt_percent { width: 100%; height: 35px; background-color: #e4e4e4; position: relative; margin-top: 10px; }
.const_dt_percent span { width: 32%; height: 35px; position: absolute; left: 0; top: 0; background-color: #042643; z-index: 2; }
.const_dt_percent b { position: relative; z-index: 9;  font-size: 18px; line-height: 35px; color: #fff; padding-left: 20px; font-weight: 500; opacity: 1; }
/* .content_dt_txt { width: 100%; height: auto; box-sizing: border-box; border: 1px solid #d2d2d2; padding: 28px 28px 40px; position: absolute; left: 0; bottom: 0; } */
.content_dt_txt { width: 100%; height: auto; box-sizing: border-box; border: 1px solid #d2d2d2; padding: 28px 28px 40px; margin-top:15px; left: 0; bottom: 0; }
.content_dt_txt h5 { font-size: 16px; color: #000; opacity: 0.88; line-height: 100%; font-weight: 500; margin-top: 30px; }
.content_dt_txt h5:nth-child(1) { margin-top: 0; }
.content_dt_txt p { font-size: 14px; color: #000; opacity: 0.55; line-height: 20px; margin-top: 8px; font-weight: 400;  }


.swiper_const_all { width: 80%; opacity: 1; margin-top: 30px; }
.swiper_const_all .swiper-slide { cursor: pointer; border: 3px solid #fff; overflow: hidden; box-sizing: border-box; }
.swiper_const_all .swiper-slide img { width: 100%; }
.swiper_const_all .swiper-slide:nth-child(1) { border: 3px solid #0d8d30; }
.swiper_const_all2 { width: 100%;  }
/*.swiper_const_all .swiper-slide:hover .const_dt_hover{ opacity: 1; }*/

.swiper_const_seoul { width: 80%; opacity: 1; margin-top: 30px; }
.swiper_const_seoul .swiper-slide  { cursor: pointer; border: 3px solid #fff; overflow: hidden; box-sizing: border-box; }
.swiper_const_seoul .swiper-slide img { width: 100%; }
.swiper_const_seoul .swiper-slide:nth-child(1) { border: 3px solid #0d8d30; }
.swiper_const_seoul2 { width: 100%;  }
/*.swiper_const_seoul .swiper-slide:hover .const_dt_hover { opacity: 1; }*/

.swiper_const_gyeonggi { width: 80%; opacity: 1; margin-top: 30px; }
.swiper_const_gyeonggi .swiper-slide  { cursor: pointer; border: 3px solid #fff; overflow: hidden; box-sizing: border-box; }
.swiper_const_gyeonggi .swiper-slide img { width: 100%; }
.swiper_const_gyeonggi .swiper-slide:nth-child(1) { border: 3px solid #0d8d30; }
.swiper_const_gyeonggi2 { width: 100%;  }
/*.swiper_const_gyeonggi .swiper-slide:hover .const_dt_hover { opacity: 1; }*/

.swiper_const_honam { width: 80%; opacity: 1; margin-top: 30px; }
.swiper_const_honam .swiper-slide  { cursor: pointer; border: 3px solid #fff; overflow: hidden; box-sizing: border-box; }
.swiper_const_honam .swiper-slide img { width: 100%; }
.swiper_const_honam .swiper-slide:nth-child(1) { border: 3px solid #0d8d30; }
.swiper_const_honam2 { width: 100%;  }
/*.swiper_const_honam .swiper-slide:hover .const_dt_hover { opacity: 1; }*/


.const_dt_arrow { position: absolute; height: 5.87vw; bottom: 9.8vw; width:100%; }
.const_dt_arrow img { width: 100%; }
.const_dt_arrow .swiper-button-next, .swiper-button-prev { width: 5.87vw; height: 5.87vw; margin: 0; padding: 0; }
.const_dt_arrow .swiper-button-next2, .swiper-button-prev2 { width: 5.87vw; height: 5.87vw; margin: 0; padding: 0; top: 0; }
.const_dt_arrow .swiper-button-next7, .swiper-button-prev7 { width: 5.87vw; height: 5.87vw; margin: 0; padding: 0; top: 0; }


.const_dt_hover { position: absolute; left: 0; top: 0; width: 100%; background-color: rgba(0,0,0,0.6); opacity: 0; transition: 0.4s; }
.const_dt_hover p { font-size: 13px; color: #fff; text-align: center; line-height: 100%; height: 13px; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; }


.list_back { width: 170px; height: 55px; border: 1px solid #d0d0d0; margin: auto; margin-top: 35px; font-weight: 600; text-align: center; line-height: 55px; font-size: 14px; }
.list_back a { display: block; color: #5d5d5d; }
.list_back:hover { background-color: #5d5d5d; }
.list_back:hover a { color: #fff; }



/**/



.sale_ing { width: 100%; height: auto; }
.sale_ing li { width: 100%; max-width: 370px; margin: auto; height: 450px; border: 1px solid #d8d8d8; box-sizing: border-box; background-color: #fff; overflow: hidden; position: relative; margin-top: 40px; }
.sale_ing li:nth-child(1) { margin-top: 0; }

.sale_ing_bt { width: auto; overflow: hidden; margin: auto; text-align: center; margin-top: 55px; }
.sale_ing_bt li { font-size: 12px; width: 30px; height: 30px; border: 1px solid #c3c3c3; display: inline-block; color: #747474; line-height: 30px; text-align: center; cursor: pointer; }
.sale_ing_bt li:nth-child(1) { background-color: #ca7e67; color: #fff; border: 1px solid #ca7e67; }

.sale_ing_prev { position: absolute; left: 400px; bottom: 0px; z-index: 9; cursor: pointer; }
.sale_ing_next { position: absolute; right: 400px; bottom: 0px; z-index: 9; cursor: pointer; }


.sale_will { width: 100%; height: auto; }
.sale_will li { width: 100%; max-width: 370px;  height: 450px; border: 1px solid #d8d8d8; box-sizing: border-box; background-color: #fff; overflow: hidden; position: relative; margin: auto; margin-top: 40px; }
.sale_will li:nth-child(1) { margin-top: 0; }


.sale_will_bt { width: auto; overflow: hidden; margin: auto; text-align: center; margin-top: 55px; }
.sale_will_bt li { font-size: 12px; width: 30px; height: 30px; border: 1px solid #c3c3c3; display: inline-block; color: #747474; line-height: 30px; text-align: center; cursor: pointer; }
.sale_will_bt li:nth-child(1) { background-color: #ca7e67; color: #fff; border: 1px solid #ca7e67; }

.sale_will_prev { position: absolute; left: 420px; bottom: 0px; z-index: 9; cursor: pointer; }
.sale_will_next { position: absolute; right: 420px; bottom: 0px; z-index: 9; cursor: pointer; }



.sale_com { width: 100%; height: auto; }
.sale_com li { width: 100%; max-width: 370px;  height: 450px; border: 1px solid #d8d8d8; box-sizing: border-box; background-color: #fff; overflow: hidden; position: relative; margin: auto; margin-top: 40px; }
.sale_com li:nth-child(1) { margin-top: 0; }


.sale_com_bt { width: auto; overflow: hidden; margin: auto; text-align: center; margin-top: 55px; }
.sale_com_bt li { font-size: 12px; width: 30px; height: 30px; border: 1px solid #c3c3c3; display: inline-block; color: #747474; line-height: 30px; text-align: center; cursor: pointer; }
.sale_com_bt li:nth-child(1) { background-color: #ca7e67; color: #fff; border: 1px solid #ca7e67; }

.sale_com_prev { position: absolute; left: 420px; bottom: 0px; z-index: 9; cursor: pointer; }
.sale_com_next { position: absolute; right: 420px; bottom: 0px; z-index: 9; cursor: pointer; }



.sale_box { position: relative; width: 100%; height: 404px; overflow: hidden; text-align: left; }
.sale_img { position: relative; height: 220px; width: 100%; text-align: center; }
.sale_img img { height: 100%; position: absolute; left: 50%; transform: translateX(-50%) }
.sale_text { padding: 23px 25px; box-sizing: border-box; }
.sale_text h5 { color: #5f5f5f; font-size: 12px; line-height: 13px; letter-spacing: -0.2px; padding-left: 2px; }
.sale_text h2 { color: #191919; font-size: 18px; line-height: 22px; margin-top: 5px; margin-bottom: 25px; font-weight: 500; padding: 0;  }
.sale_text p { color: #8b8b8b; font-size: 12px; line-height: 11px; margin-top: 15px; font-weight: 300; letter-spacing: -0.5px; }
.sale_text p span { color: #fff; font-size: 11px; line-height: 11px; background-color: #a4a09d; padding: 0 3px 1px 3px; margin-right: 8px; }

.sale_button1 { width: 50%; height: 45px; position: absolute; left: 0; bottom: 0; border-top: 1px solid #316497; border-right: 1px solid #316497; transition: 0.2s;
box-sizing: border-box; font-size: 12px; line-height: 43px; text-align: center; letter-spacing: 0; color: #fff; background-color: #316497; }
.sale_button2 { width: 50%; height: 45px; position: absolute; right: 0; bottom: 0; border-top: 1px solid #4c4c4c; box-sizing: border-box; transition: 0.2s;
font-size: 12px; line-height: 43px; text-align: center; letter-spacing: 0; color: #fff; background-color: #4c4c4c; }
.sale_button1 a { color: #fff; display: block; }
.sale_button2 a { color: #fff; display: block; }

.sale_ing li:hover .sale_button1 { background-color: #316497; color: #fff; border-top: 1px solid #316497; border-right: 1px solid #316497; }
.sale_ing li:hover .sale_button2 { background-color: #4c4c4c; color: #fff; border-top: 1px solid #4c4c4c; }
.sale_ing li:hover .sale_button1 a { color: #fff; }
.sale_ing li:hover .sale_button2 a { color: #fff; }
.sale_will li:hover .sale_button1 { background-color: #316497; color: #fff; border-top: 1px solid #316497; border-right: 1px solid #316497; }
.sale_will li:hover .sale_button2 { background-color: #4c4c4c; color: #fff; border-top: 1px solid #4c4c4c; }
.sale_will li:hover .sale_button1 a { color: #fff; }
.sale_will li:hover .sale_button2 a { color: #fff; }
.sale_com li:hover .sale_button1 { background-color: #316497; color: #fff; border-top: 1px solid #316497; border-right: 1px solid #316497; }
.sale_com li:hover .sale_button2 { background-color: #4c4c4c; color: #fff; border-top: 1px solid #4c4c4c; }
.sale_com li:hover .sale_button1 a { color: #fff; }
.sale_com li:hover .sale_button2 a { color: #fff; }


.sale_hover { width: 370px; height: 404px; position: absolute; left: 0; bottom: -404px; opacity: 0; }
.sale_hover img { position: absolute; height: 100%; left: 0; top: 0; }
.sale_hover_text { width: 300px; height: 300px; position: absolute; left: 40px; top: 60px; color: #fff; }
.sale_hover_text h5 { font-size: 13px; line-height: 13px; letter-spacing: -0.2px; padding-left: 2px; font-weight: 400; }
.sale_hover_text h2 { font-size: 22px; line-height: 22px; font-weight: 500; margin-top: 7px; }
.sale_hover_text p { font-size: 12px; line-height: 23px; font-weight: 300; letter-spacing: -0.5px; margin-top: 15px; }

/**/




.sale_dt_wrap { width: 100%; height: auto; position: relative; height: auto; overflow: hidden; }
.sale_dt_img { width: 100%; overflow: hidden; }
.sale_dt_img img { width: 100%; }
.sale_dt_txt_box {  width: 100%;  text-align: left; position: relative; border: 1px solid #d2d2d2; box-sizing: border-box; padding: 28px 28px 40px; }
.sale_dt_txt_box h3 { font-size: 20px; color: #000; line-height: 100%; font-weight: 500; }
.sale_dt_txt_box h5 { font-size: 14px; color: #000; opacity: 0.88; line-height: 100%; font-weight: 500; margin-top: 22px; }
.sale_dt_txt_box h5:nth-child(1) { margin-top: 0; }
.sale_dt_txt_box p { font-size: 12px; color: #000; opacity: 0.55; line-height: 20px; margin-top: 4px; font-weight: 400;  }
.site_go { width: 190px; height: 50px; background-color: #ca7e67; color: #fff; font-size: 14px; text-align: center; line-height: 50px; margin-top: 20px; }
.site_go a { color: #fff; display: block; }


/* hire */



.hire { width: 100%; position: relative; height: auto; border-top: 2px solid #6c6c6c; font-family: 'Noto Sans KR', sans-serif; }
.hire>li { width: 100%; height: auto; overflow: hidden; border-bottom: 1px solid #ddd; box-sizing: border-box; padding: 0 40px; color: #333; position: relative; padding: 20px; }
.hire>li>h4 { font-size: 15px; font-weight: 600; }
/*.hire>li>h4:after { content: '/'; padding-left: 40px; opacity: 0.7; }*/
.hire>li>ul {  }
.hire>li>ul>li a { color: #333 !important; }
.hire>li>ul>li h2 { font-size: 18px; line-height: 140%; font-weight: 400; max-width: 750px; text-align: center; padding: 0; margin-top: 7px; }
.hire>li>ul>li p { font-size: 13px; color: #888; display: inline-block; line-height: 100%; font-weight: 300; margin-top: 0px; letter-spacing: 0; }
.hire>li>ul>li h6	{ font-size: 13px; color: #666; display: inline-block; line-height: 100%; font-weight: 700; margin-left: 10px; letter-spacing: 0; }
.hire>li>ul>li h6:before { content:'I'; padding-right: 10px; opacity: 0.5; font-weight: 100; }
.hire_ing { width: 95px; height: 35px; background-color: #042643; margin: auto; margin-top: 20px; text-align: center; color: #fff; font-size: 13px; line-height: 34px; font-weight: 500; }
.hire_end { width: 95px; height: 35px; background-color: #a7a7a7; margin: auto; margin-top: 20px; text-align: center; color: #fff; font-size: 13px; line-height: 34px; font-weight: 500; }



.hire_dt { border-top: 2px solid #6c6c6c; margin-bottom: 30px; overflow: hidden; font-family: 'Noto Sans KR', sans-serif; }
.hire_dt tr td { background-color: #f3f3f3; width: 30%; height: auto; text-align: center; border-bottom: 1px solid #ddd; padding: 15px; box-sizing: border-box; font-size: 14px; font-weight: 500; vertical-align: middle; }
.hire_dt tr td:nth-child(2) { width: 70%; background-color: #fff;  }
.hire_dt tr td h2 { font-size: 16px; font-weight: 400; padding: 0; line-height: 24px; margin: 0; }
.hire_dt tr td p { font-size: 13px; color: #888; display: inline-block; font-weight: 300; margin-top: 0px; letter-spacing: 0; }
.hire_dt tr td h6	{ font-size: 13px; color: #666; display: inline-block; font-weight: 700; margin-left: 10px; letter-spacing: 0; }
.hire_dt tr td h6:before { content:'I'; padding-right: 10px; opacity: 0.5; font-weight: 100; }

.hire_bt_wrap { border-top: 1px solid #ddd; padding-top: 30px; margin-top: 50px; text-align: center; font-family: 'Noto Sans KR', sans-serif; }
.hire_bt_wrap>div { width: 130px; height: 50px; line-height: 48px; box-sizing: border-box; text-align: left; display: inline-block; margin: 0 5px; font-size: 14px; font-weight: 500; }
.hire_bt_wrap>div a { display: block; color: #fff; }
.hire_list { background: #a7a7a7 url(../../sub/hire_list.png) left 38px center no-repeat; background-size: 15px; }
.hire_list a { padding-left: 62px; }
.resume_bt { background: #ca7e67 url(../../sub/resume.png) left 19px center no-repeat; background-size: 15px; }
.resume_bt a { padding-left: 40px; }






.resume_agree_wrap { position: fixed; width: 90%; height: auto; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 9999; max-height: 90vh; display: none; overflow: scroll; }
.resume_agree { color: #333; background-color: #fff; padding: 20px; padding-bottom: 25px; box-sizing: border-box; position: relative; }
.resume_agree h2 { font-size: 22px; text-align: center; color: #000; margin-bottom: 40px; }
.resume_agree_bg { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 9998; display: none; }
.agree_all_box { position: absolute; left: 20px; top: 67px; height: 20px; }
#agree_all { display: none; }
#agree_all + label { display: inline-block; width:16px; height: 16px; border-radius: 100% !important; background: #fcfcfc; border: 1px solid #c8c8c8; cursor: pointer; border-radius: 3px; float: left; position: relative; }
#agree_all:checked + label { border-radius: 100%; background-color: #042643; border: 1px solid #042643; float: left; }
#agree_all + label:before { content: ''; width: 2px; height: 5px; border-bottom: 2px solid #c8c8c8; transform: rotate(45deg); border-right: 2px solid #c8c8c8; 
border-bottom: 2px solid #c8c8c8; border-right: 2px solid #c8c8c8; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
#agree_all:checked + label:before { border-bottom: 2px solid #fff; border-right: 2px solid #fff; }
#agree_all + label span { font-size: 13px; position: absolute; left: 20px; top: 0; display: block; line-height: 90%; opacity: 0.7; width: 200px; }

#resume_agree01 { display: none; }
#resume_agree01 + label { display: inline-block; width:16px; height: 16px; border-radius: 100% !important; background: #fcfcfc; border: 1px solid #c8c8c8; cursor: pointer; border-radius: 3px; float: left; position: relative;
margin-left: 10px; margin-top: 20px; z-index: 9; }
#resume_agree01:checked + label { border-radius: 100%; background-color: #042643; border: 1px solid #042643; float: left; }
#resume_agree01 + label:before { content: ''; width: 2px; height: 5px; border-bottom: 2px solid #c8c8c8; transform: rotate(45deg); border-right: 2px solid #c8c8c8; 
border-bottom: 2px solid #c8c8c8; border-right: 2px solid #c8c8c8; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
#resume_agree01:checked + label:before { border-bottom: 2px solid #fff; border-right: 2px solid #fff; }
#resume_agree01 + label span { font-size: 16px; position: absolute; left: 23px; top: 0; display: block; line-height: 90%; opacity: 0.7; }

#resume_agree02 { display: none; }
#resume_agree02 + label { display: inline-block; width:16px; height: 16px; border-radius: 100% !important; background: #fcfcfc; border: 1px solid #c8c8c8; cursor: pointer; border-radius: 3px; float: left; position: relative;
margin-left: 10px; margin-top: 20px; z-index: 9; }
#resume_agree02:checked + label { border-radius: 100%; background-color: #042643; border: 1px solid #042643; float: left; }
#resume_agree02 + label:before { content: ''; width: 2px; height: 5px; border-bottom: 2px solid #c8c8c8; transform: rotate(45deg); border-right: 2px solid #c8c8c8; 
border-bottom: 2px solid #c8c8c8; border-right: 2px solid #c8c8c8; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
#resume_agree02:checked + label:before { border-bottom: 2px solid #fff; border-right: 2px solid #fff; }
#resume_agree02 + label span { font-size: 16px; position: absolute; left: 23px; top: 0; display: block; line-height: 90%; opacity: 0.7; }

#resume_agree03 { display: none; }
#resume_agree03 + label { display: inline-block; width:16px; height: 16px; border-radius: 100% !important; background: #fcfcfc; border: 1px solid #c8c8c8; cursor: pointer; border-radius: 3px; float: left; position: relative;
margin-left: 10px; margin-top: 20px; z-index: 9; }
#resume_agree03:checked + label { border-radius: 100%; background-color: #042643; border: 1px solid #042643; float: left; }
#resume_agree03 + label:before { content: ''; width: 2px; height: 5px; border-bottom: 2px solid #c8c8c8; transform: rotate(45deg); border-right: 2px solid #c8c8c8; 
border-bottom: 2px solid #c8c8c8; border-right: 2px solid #c8c8c8; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
#resume_agree03:checked + label:before { border-bottom: 2px solid #fff; border-right: 2px solid #fff; }
#resume_agree03 + label span { font-size: 16px; position: absolute; left: 23px; top: 0; display: block; line-height: 90%; opacity: 0.7; }


.resume_list { margin-top: 20px; }
.resume_list>li { width: 100%; height: auto; border: 1px solid #ddd; box-sizing: border-box; cursor: pointer; margin-top: -1px; position: relative; }
.resume_list>li h3 { font-size: 12px; width: 100%; height: 55px; line-height: 54px; padding-left: 35px; background-color: #fff; box-sizing: border-box; position: relative; }
.resume_list>li:first-child h3 { padding-left: 20px; }
.resume_txt { padding: 25px; background-color: #f3f3f3; border-top: 1px solid #ddd; border-bottom: 1px solid rgba(0,0,0,0); display: none; }
.resume_txt h4 { color: #333; font-size: 17px; line-height: 100%; font-weight: 600; margin-top: 30px; margin-bottom: 10px; }
.resume_txt h4:first-child { margin-top: 2px; }
.resume_txt p { color: #777; font-size: 12px; }
/*.resume_list>li:last-child { border-bottom: 1px solid #ddd; }*/
.resume_list>li h3:after { content: ''; display: block; width: 5px; height: 5px; border-right: 2px solid #aaa; border-bottom: 2px solid #aaa; transform: rotate(45deg); position: absolute; right: 18px; top: 23px; transition: 0.5s; }
.resume_list>li.active h3:after{	transform: rotate(225deg); top: 26px; }

.resume_tit { border-top: 2px solid #6c6c6c; margin-bottom: 40px; overflow: hidden; font-family: 'Noto Sans KR', sans-serif; }
.resume_tit tr td { background-color: #f3f3f3; width: 30%; height: auto; border-bottom: 1px solid #ddd; text-align: center; padding: 15px; box-sizing: border-box; font-size: 14px; font-weight: 500; vertical-align: middle; }
.resume_tit tr td:nth-child(2) { width: 70%; background-color: #fff; }
.resume_tit tr td h2 { font-size: 16px; font-weight: 400; line-height: 24px; padding: 0; margin: 0; }
.resume_tit tr td p { font-size: 13px; color: #333; display: inline-block; font-weight: 300; margin-top: 0px; letter-spacing: 0; float: left; margin-top: 5px; }
.resume_agree_bt { width: 70px; height: 30px; text-align: center; font-weight: 300; font-size: 12px; color: #fff; line-height: 29px; float: left;  background-color: #f25f21; cursor: pointer; transition: 0.3s; }
.resume_notice { font: 16px; float: left; color: red; line-height: 50px; font-weight: 400; letter-spacing: -0.5px; margin-left: 10px; max-width: 300px; display: none; }


.resume_bt_box { width: 100%; padding: 25px; margin-top: -1px; box-sizing: border-box; background-color: #f0f0f0; text-align: center; font-family: 'Noto Sans KR', sans-serif; }
.resume_bt_box>div { width: 80px; height: 40px; line-height: 39px; box-sizing: border-box; text-align: left; display: inline-block; margin: 0 2px; font-size: 14px; font-weight: 400; text-align: center; }
.resume_bt_box>div a { display: block; color: #fff; }
.resume_ok { background-color: #f25f21; }
.resume_ok a { color: #fff; }
.resume_cancel { background-color: #545454; }
.resume_cancel a { color: #fff; }

.agree_close { cursor: pointer; position: absolute; right: -50px; top: 5px;  }




.resume { border-top: 2px solid #6c6c6c; margin-bottom: 40px; overflow: hidden; font-family: 'Noto Sans KR', sans-serif; }
.resume li { width: 100%; height: auto; padding: 15px; border-bottom: 1px solid #ddd; box-sizing: border-box; font-size: 16px; font-weight: 500; overflow: hidden; }
.resume_left { background-color: #fff; width: 28%; float: left; text-align: left; }
.resume_left h3 { font-size: 14px; font-weight: 500; color: #333; margin-top: 12px; }
.resume_right { width: 72%; float: left; overflow: hidden; }
.resume_right span { float: left; line-height: 45px; margin: 0 5px; }
#resume_name { width: 100%; height: 45px; text-align: center; border: 1px solid #ccc; outline: none; display: block; text-align: left; padding-left: 10px; box-sizing: border-box; font-size: 14px; color: #333;
font-family: 'Noto Sans KR', sans-serif; background-color: #fff; }
#resume_number01 { width: 45px; height: 45px; text-align: center !important; border: 1px solid #ccc; outline: none; display: block; text-align: left; padding-left: 0; box-sizing: border-box; font-size: 14px; color: #333;
font-family: 'Noto Sans KR', sans-serif; background-color: #fff; float: left; }
#resume_number02 { width: 53px; height: 45px; text-align: center !important; border: 1px solid #ccc; outline: none; display: block; text-align: left; padding-left: 0; box-sizing: border-box; font-size: 14px; color: #333;
font-family: 'Noto Sans KR', sans-serif; background-color: #fff; float: left; }
#resume_number03 { width: 53px; height: 45px; text-align: center !important; border: 1px solid #ccc; outline: none; display: block; text-align: left; padding-left: 0; box-sizing: border-box; font-size: 14px; color: #333;
font-family: 'Noto Sans KR', sans-serif; background-color: #fff; float: left; }
#resume_email { width: 100%; height: 45px; text-align: center; border: 1px solid #ccc; outline: none; display: block; text-align: left; padding-left: 10px; box-sizing: border-box; font-size: 14px; color: #333;
font-family: 'Noto Sans KR', sans-serif; background-color: #fff; float: left; }
#resume_email2 { width: 100%; height: 45px; text-align: center; border: 1px solid #ccc; outline: none; display: block; text-align: left; padding-left: 10px; box-sizing: border-box; font-size: 14px; color: #333;
font-family: 'Noto Sans KR', sans-serif; background-color: #fff; float: left; margin-top: 5px; }
#resume_password { width: 100%; height: 45px; text-align: center; border: 1px solid #ccc; outline: none; display: block; text-align: left; padding-left: 10px; box-sizing: border-box; font-size: 14px; color: #333;
font-family: 'Noto Sans KR', sans-serif; background-color: #fff; float: left; }
#resume_password2 { width: 100%; height: 45px; text-align: center; border: 1px solid #ccc; outline: none; display: block; text-align: left; padding-left: 10px; box-sizing: border-box; font-size: 14px; color: #333;
font-family: 'Noto Sans KR', sans-serif; background-color: #fff; float: left; margin-top: 5px; }
#resume_name:focus { border: 1px solid #042643; }
#resume_number01:focus { border: 1px solid #042643; }
#resume_number02:focus { border: 1px solid #042643; }
#resume_number03:focus { border: 1px solid #042643; }
#resume_email:focus { border: 1px solid #042643; }
#resume_email2:focus { border: 1px solid #042643; }
#resume_password:focus { border: 1px solid #042643; }
#resume_password2:focus { border: 1px solid #042643; }
#resume_email::placeholder { opacity: 0.7; }
#resume_email2::placeholder { opacity: 0.7; }
#resume_password::placeholder { opacity: 0.7; }
#resume_password2::placeholder { opacity: 0.7; }
.resume_right p { font-size: 12px; line-height: 140%; margin-top: 10px; color: #333; opacity: 0.7; clear: both; float: left; text-align: left; }
.resume_com { width: 130px; height: 45px; line-height: 43px; box-sizing: border-box; text-align: left; margin: auto; margin-top: 30px; font-size: 14px; font-weight: 500; background: #f25f21; text-align: center; }
.resume_com a { display: block; color: #fff; }





/**/


.info_name { overflow: hidden; border-bottom: 2px solid #6c6c6c; line-height: 40px; }
.info_name h4 { font-size: 20px; float: left; font-weight: 500; }
.info_name h6 { font-size: 13px; float: right; font-weight: 400; }
.info_name h6 span { color: #f25f21; }

.info_wrap { width: 100%; padding: 12px; box-sizing: border-box; overflow: hidden; font-size: 13px; border-bottom: 1px solid #ddd; text-align: left; }
/*.info_wrap span { color: #f25f21; }*/
.info_tit { float: left; width: 25%; }
.info_tit h3 { line-height: 40px; box-sizing: border-box; padding-left: 0px; }
.info_tit h3 span { color: #f25f21; }
.info_form { float: left; width: 75%; }
.info_form_list { width: 100%; overflow: hidden; height: 40px; line-height: 40px; margin-top: 15px; position: relative; }
.info_form_list:first-child { margin-top: 0; }
.info_form_list .info_sub_tit { float: left; width: 100px; }
.info_form_list .info_sub_tit span { color: #f25f21; }
.info_form_list .info_sub_tit.m30 { width: 130px; }
.info_form_list input { float: left; height: 40px; font-family: 'Noto Sans KR', sans-serif; border: 1px solid #ccc; outline: none; text-align: left; padding-left: 10px;
box-sizing: border-box; font-size: 13px; color: #333; position: relative; margin-right: 5px; }
.info_form_list select { float: left; height: 40px; font-family: 'Noto Sans KR', sans-serif; border: 1px solid #ccc; outline: none; text-align: left; padding-left: 5px;
box-sizing: border-box; font-size: 12px; color: #333; position: relative; }
.info_form_list select::-ms-expand{ display:none /* í™”ì‚´í‘œ ì—†ì• ê¸° for IE10, 11*/ }
.info_form_list .select200 { float: left; display: inline-block; height: 40px; position: relative; margin-right: 5px; }
.info_form_list .select200:after { content:''; width: 7px; height: 4px; background: url(../sub/select.png) center no-repeat; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; z-index: 9; }
.info_form_list .select150 { float: left; display: inline-block; height: 40px; position: relative; margin-right: 5px; }
.info_form_list .select150:after { content:''; width: 7px; height: 4px; background: url(../sub/select.png) center no-repeat; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; z-index: 9; }
.info_form_list input:focus { border: 1px solid #042643; }
.info_form_list .select120 { float: left; display: inline-block; height: 40px; position: relative; margin-right: 5px; }
.info_form_list .select120:after { content:''; width: 7px; height: 4px; background: url(../sub/select.png) center no-repeat; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; z-index: 9; }
.info_form_list input:focus { border: 1px solid #042643; }
.info_form_list .select80 { float: left; display: inline-block; height: 40px; position: relative; margin-right: 5px; }
.info_form_list .select80:after { content:''; width: 7px; height: 4px; background: url(../sub/select.png) center no-repeat; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; z-index: 9; }
.info_form_list input:focus { border: 1px solid #042643; }
.info_form_list .select50 { float: left; display: inline-block; height: 40px; position: relative; margin-right: 5px; }
.info_form_list .select50:after { content:''; width: 7px; height: 4px; background: url(../sub/select.png) center no-repeat; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; z-index: 9; }
.info_form_list input:focus { border: 1px solid #042643; }

.info_form_list input[type=date] { width: 150px; }

.info_form_list .pay_label { float: left; display: inline-block; height: 40px; position: relative; margin-right: 50px; }
.info_form_list .pay_label:after { content:'만원'; position: absolute; right: 30px; top: 0; bottom: 0; margin: auto; z-index: 9; cursor: default; }
.info_form_list .family01:after { content:'남'; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; z-index: 9; cursor: default; }
.info_form_list .family02:after { content:'녀'; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; z-index: 9; cursor: default; }
.info_form_list .family03:before { content:'중'; position: absolute; left: 20px; top: 0; bottom: 0; margin: auto; z-index: 9; cursor: default; }
.info_form_list .family03:after { content:'째'; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; z-index: 9; cursor: default; }


.as_bt { text-align: center; }
.as_com { width: 100px; height: 45px; line-height: 43px; box-sizing: border-box; text-align: left; font-size: 13px; font-weight: 500; 
background: #f25f21; text-align: center; display: inline-block; margin: 0 2px; margin-top: 30px; }
.as_com a { display: block; color: #fff; }
.as_del { width: 100px; height: 45px; line-height: 43px; box-sizing: border-box; text-align: left; font-size: 13px; font-weight: 500; 
background: #717273; text-align: center; display: inline-block; margin: 0 2px; margin-top: 30px; }
.as_del a { display: block; color: #fff; }

.as_go_bt { width: 100px; height: 45px; line-height: 43px; box-sizing: border-box; text-align: left; font-size: 13px; font-weight: 500; 
background: #2b8488; text-align: center; margin: auto; margin-top: 50px; }
.as_go_bt a { display: block; color: #fff; }

.select500 { width: 600px; }
.select300 { width: 300px; }
.select250 { width: 250px; }
.select200 { width: 200px; }
.select150 { width: 150px; }
.select120 { width: 120px; }
.select80 { width: 80px; }
.select50 { width: 50px; }

#as_name { width: 100%; }
#as_number01 { width: 50px; }
#as_number02 { width: 55px; text-align: center; padding: 0; }
#as_number03 { width: 55px; text-align: center; padding: 0; }
.as_email01 { width: 80%; }
.as_email02 { width: 56%; margin-top: 5px; margin-right: 1% !important; float: left; }
.as_email03 { width: 100%; margin-top: 5px; }
#as_apt01 { width: 100%; margin-bottom: 5px; }
#as_apt02 { width: 37%; }
#as_apt03 { width: 37%; }
#as_tit { width: 100%; }
#as_txt { width: 100%; height: 200px; border-radius: 0px; border: 1px solid #ccc; box-sizing: border-box; padding: 10px; line-height: 18px; }
#as_txt:focus { outline-color: #333; outline-width: 1px; }

.m50 { width: 50px; }

/**/