@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,legend{margin:0;padding:0}

img,fieldset{border:0}
ul,ol{list-style:none;}

body{
	margin:0;
	/*font-family:"나눔고딕", "NanumGothic",'맑은 고딕',"굴림", "굴림체", "gulim", "gulimche";*/
	font-family: "Nanum Gothic", sans-serif;
	color:#333333;
	font-size:13px;
	line-height:20px;
}

a {color:#333333;text-decoration: none;}
a:link {color:#333333;}
a:visited {color:#333333;}
a:hover {color:#333333;text-decoration: none;}

select,input,textarea{font-family: "Nanum Gothic", sans-serif;}

.sm_topwarp{
	width:100%;
	text-align:center;
	border-bottom:1px solid #efefef;
	overflow: hidden;
}
.sm_top{
	width:950px;
	margin: auto;
	padding:5px 0 5px 0;
	overflow: hidden;
}
.sm_topmenuright{
	float:right;
}
.sm_topmenurightclear{
	content: "";
    clear: both;
    display: table;
}
.sm_topmenuclear{
	content: "";
    clear: both;
    display: table;
}
.sm_toplk{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.sm_toplk li{
	float: left;
	border-right:1px solid #efefef;
}
.sm_toplk li a {
    display: block;
    padding: 0px 8px 0px 8px;
}
.sm_toplk li:last-child {
    border-right: none;
}

.sm_maindiv{
	width:100%;
	padding:5px 0 5px 0;
	border-bottom:2px solid #555555;
	overflow: hidden;
}



.sm_mainwarp{
	width:950px;
	margin: auto;
}
.sm_mainlogo{
	width:150px;
	float:left;
}
.sm_mainmenudiv{
	float:right;
}
/*--main menu s--*/
.sm_mainmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sm_mainmenu li {
    float: left;
}

.sm_mainmenu li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-size:15px;
	font-weight:bold;
}

.sm_mainmenu li a:hover {
    background-color: #cccccc;
}
.sm_mainmenuactive {
    color: #ff0000;
}
/*--main menu e--*/

/*--main tab s--*/
.sm_tabdiv{
	width:100%;
	background-color:#e4e8eb;
	overflow: hidden;
}

.sm_tabwrap{
	width:950px;
	margin:auto;
	content: "";
    clear: both;
    display: table;
}

.sm_tab ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #e4e8eb;
}

.sm_tab li {
    float: left;
}

.sm_tab li a {
    display: block;
    color: #333333;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-weight:bold;
}

.sm_tab li a:hover:not(.active) {
    background-color: #e4e8eb;
}

.sm_tab .active {
    background-color: #ffffff;
}
/*--main tab e--*/

/*--실시간항공검색 s--*/
.sm_airlayout{
	width:100%;
	padding:20px 0 20px 0;
	background-color:#333333;
}
.sm_airdiv{
	width:950px;
	border:5px solid #5c5f69;
	background-color:#f9f9f9;
	margin:auto;
	padding:20px;
	content: "";
    clear: both;
    display: table;
}
.sm_airdiv_div{
	width:950px;
	border:5px solid #5c5f69;
	background-color:#f9f9f9;
	margin:auto;
	padding:0px;
	content: "";
    clear: both;
	display: table;
	height: 280px;
}
.sm_airleft{
	float:left;
	width:650px;
}
.sm_airleft_div{
	float:left;
	width:650px;
	padding: 20px;
	height: 280px;
}
.sm_airright_div{
	background-image: url('/images/sunmin_search_right_4.jpg');
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:center;
	float:right;
	width:220px;
	height:280px;
	position: relative;
	border-left: 1px solid #d5d5d5;
}
.sm_airright_div > .login-btn{
	position: absolute;
	width: 174px;
	height:36px;
	top:98px;
	left:23px;
	display: block;
	z-index:1;

}
.sm_airright_div > .regist-btn{
	position: absolute;
	width:174px;
	height: 36px;
	top:164px;
	left: 23px;
	display:block;
	z-index:1;
}
/* .sm_airright_div{
	float:right;
	width:220px;
	background-color: #5994DF;
	height: 280px;
	padding: 8px 14px;
}
.sm_airright_div > .sm_box_wrap{
}
.sm_airright_div > .sm_box_wrap > .sm_right_top{
	height: calc(100% /2);
}
.sm_airright_div > .sm_box_wrap > .sm_right_bottom{
	height: calc(100% /2);
}
.sm_airright_div > .sm_box_wrap{
	height: calc(100% - 60px);
}
.sm_airright_div > .sm_right_desc{
	height: 60px;
	line-height: 60px;
	background-color: rgba(0,0,0, .2);
}
.sm_airright_div > .sm_right_desc > span{
	display: block;
}
.sm_airright_div > .sm_right_desc > span.desctitle{
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	margin-bottom: 5px;
}
.sm_airright_div > .sm_right_desc > span > em{
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	font-style: normal;
}
.sm_airright_div > .sm_right_desc > .sm_right_desc_inbox > span{
	color: #f1f1f1;
	font-size: 16px;
	display: block;
	text-align: center;
}
.sm_airright_div > .sm_right_desc > .sm_right_desc_inbox > span > em{
	color: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: inherit;
	padding-left: 5px;
}
.sm_airright_div > .sm_box_wrap > .sm_box > .smtitle{
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
	color: #ffffff;
}
.sm_airright_div > .sm_box_wrap > .sm_box > .smdesc{
	font-size: 10px;
	letter-spacing : -0.5px;
	color: rgb(44, 44, 44);
}
.sm_airright_div > .sm_box_wrap > .sm_box > .btn{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
	background-color: #ffffff;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding-left: 30px;
	position: relative;
} */

.sm_right_bottom > .btn > span:before{
	content:"";
	position: absolute;
	display: inline-block;
	height: 25px;
	width: 35px;
	left: 15px;
	top:0;
	bottom:0;
	margin: auto 0;
	background-image:url("/images/account-box.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}



.sm_right_top > .btn{
	background-color: #3f3f3f !important;
	color: #ffffff !important;
}
.sm_right_top > .btn > span:before{
	content:"";
	position: absolute;
	display: inline-block;
	height: 25px;
	width: 35px;
	left: 15px;
	top:0;
	bottom:0;
	margin: auto 0;
	background-image:url("/images/account-card-details.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.sm_airright{
	float:right;
	width:220px;
	/*background-color: #ff0000;*/
}
.sm_airfi{
	background-color:#ffffff;
	width:650px;
	content: "";
    clear: both;
    display: table;
}
.sm_airfi_left{
	float:left;
	border:1px solid #e4e4e4;
	width:323px;
	text-align:right;
}

.sm_airfi_left ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.sm_airfi_left li {
    float: left;
}


.sm_airfi_right{
	float:right;
	border:1px solid #e4e4e4;
	width:323px;
	text-align:right;
}

.sm_airfi_right ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.sm_airfi_right li {
    float: left;
}

.sm_select{
	width: 230px;
    padding: 8px 8px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
	font-size:14px;
	font-weight:bold;
}
.sm_left_li{
	width:90px;
	text-align:left;
	line-height:35px;
	background-color:#ffffff;
	background-image:url('/images/main_icon_01.gif');
	background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.sm_right_li{
	width:90px;
	text-align:left;
	line-height:35px;
	background-color:#ffffff;
	background-image:url('/images/main_icon_02.gif');
	background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.sm_li_2{
	width:90px;
	text-align:left;
	line-height:35px;
	background-color:#ffffff;
	background-image:url('/images/main_icon_03.gif');
	background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.sm_airfi_left input[type=text]{
	width: 230px;
    padding: 8px 8px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
	font-size:14px;
	font-weight:bold;
	background-image:url('/images/main_dal.gif');
	background-position: 200px 7px;
    background-repeat: no-repeat;
}

.sm_airfi_right input[type=text]{
	width: 230px;
    padding: 8px 8px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
	font-size:14px;
	font-weight:bold;
	background-image:url('/images/main_dal.gif');
	background-position: 200px 7px;
    background-repeat: no-repeat;
}

.sm_inwondiv{
	content: "";
    clear: both;
    display: table;
}
.sm_inwondiv ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.sm_inwondiv li {
    float: left;
	padding-right:2px;
}
.sm_inwondiv select{
	width: 106px;
    padding: 8px 8px;
    margin: 0;
    display: inline-block;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
	font-size:14px;
	font-weight:bold;
}
.sm_airsel{
	width:650px;
}
.sm_submitbtn{
	width:280px;
	height:42px;
	border:0px solid #14676A;
	background:#14676A;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	cursor:pointer
}
.sm_btnarea{
	width:650px;
	text-align:center;
}
.sm_triparea{
	width:650px;
}
.sm_notarea{
	width:100%;
}

/*--실시간항공검색 e--*/

/*--고객센터 s--*/
.sm_table{
	display:table;
	width:220px;
}
.sm_table_row{
	display:table-row;
}
.sm_table_cell{
	display:table-cell;
	padding:1px 0 1px 0;
}
/*--고객센터 e--*/
