@charset "utf-8";

.im_layout a {
    text-decoration: none;
}

.im_hidden {
    display: none;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* Layout Header*/

.im_headerWrap {
	 width: 100%;
    z-index: 100;
    position: relative;
}

.im_topUtilmenuWrap {
    color: #fff;
}

.im_topUtilmenu {
    width: 1120px;
    height: 33px;
    margin: 0 auto;
    position: relative;
}

.im_header {
    width: 1120px;
    margin: 0 auto;
    height: 140px;
    position: relative;
}

.im_gnbWrap {
    height: 56px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
	 width: 100%;
}

.im_gnb {
    width: 1120px;
    margin: 0 auto;
}

.im_container {
    width: 1120px;
    margin: 0 auto;
    min-height: 500px;
    padding-top: 30px;
	 margin-bottom:45px;
}

.im_container:after {
	content:"";
	display:block;
	clear:both;
}

.im_footerWrap {
    padding: 40px 0;
    border-top: 1px solid #e6e6e6;
	 clear:both;
}

.im_footer {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}

.im_topCustomMenu {
    position: absolute;
    left: 0;
    top: 0;
}

.im_topCustomMenu ul {
    height: 33px;
    background: url('../images/menu_seperater.png') no-repeat left top;
}

.im_topCustomMenu ul li {
    float: left;
    list-style: none;
    background: url('../images/menu_seperater.png') no-repeat right bottom;
}

.im_topCustomMenu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    font-size: 11px;
	 font-family: dotum, gulim, sans-serif !important;
}

.im_memberMenu {
    position: absolute;
    right: 0;
    top: 0;
    height: 33px;
    background: url('../images/menu_seperater.png') no-repeat left top;
}

.im_memberMenu ul li {
    float: left;
    list-style: none;
    background: url('../images/menu_seperater.png') no-repeat right bottom;
}

.im_memberMenu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
	 font-family: dotum, gulim, sans-serif !important;
}

.im_memberMenu span.im_flag img {
    margin-top: 11px;
    margin-right: 4px;
}

.im_memberMenu span.im_icon {
    margin-left: 5px;
}

.im_memberMenu .im_language {
    position: relative;
}

.im_memberMenu .selectLang {
    position: absolute;
    left: 0px;
    top: 33px;
    z-index: 1000;
    display: none;
    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
}

.im_memberMenu .selectLang li {
    height: 28px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    list-style: none;
    border-top: none;
}

.im_memberMenu .selectLang li:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.im_memberMenu .selectLang a {
    display: inline-block;
    width: 120px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    color: #666;
    text-decoration: none;
    font-family: 나눔바른고딕, NanumBarunGothic, nbg, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
    font-size: 13px;
}

.im_memberMenu .selectLang a:hover, .im_memberMenu .selectLang a:focus {
    color: #fff;
    font-weight: bold;
}

.im_memberMenu ul li a:hover, .im_topCustomMenu ul li a:hover, .im_memberMenu ul li a:focus, .im_topCustomMenu ul li a:focus {
    background: url('../images/custom_bk_bg.png') repeat-x left top;
}

.im_topLogo {
    position: absolute;
    left: 0;
    top: 36px;
}

.im_header_right {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.im_social {
    display: inline-block;
    margin-right: 10px;
}

.im_social a.im_social_icon {
    margin-right: 15px;
    font-size: 15px;
    color: #d8d8d8;
}

.im_social a.im_social_icon:hover, .im_social a.im_social_icon:focus {
    color: #828a93;
    transition: color 0.3s ease-in-out 0s;
}

.im_search {
    display: inline-block;
    position: relative;
}

.im_search .search_textarea {
    width: 141px;
    height: 46px;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px/13px 나눔바른고딕, NanumBarunGothic, nbg, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
    line-height: 46px;
}

.im_search .topsearch_submit {
    font-size: 18px;
    position: absolute;
    right: 13px;
    top: 13px;
    line-height: 18px;
    color: #878787;
}

.im_gnb li {
    list-style: none;
}

.im_gnb li a {
    text-decoration: none;
}

.im_gnb .depth1 {
    display: block;
    height: 56px;
    background: url('../images/gnb_seperater.png') no-repeat left 19px;
}

.im_gnb .depth1 > li {
    width: 140px;
    height: 56px;
    float: left;
    position: relative;
    text-align: center;
    background: url('../images/gnb_seperater.png') no-repeat right 19px;
}

.im_gnb .depth1:after {
    content: "";
    display: block;
    clear: both;
}

.im_gnb .depth1 > li a {
	 display:block;
	 height: 56px;
    font-size: 14px;
    line-height: 56px;
    font-weight: bold;
    font-family: 나눔바른고딕, NanumBarunGothic, nbg_bold, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
    color: #585858;
}

.im_gnb .depth1 li a img {vertical-align:middle;}

.im_gnb .depth2 {
    position: absolute;
    left: 0;
    top: 56px;
    background: #fff;
    display: none;
    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
}

.im_gnb .depth2 li {
    float: none;
    background: #fff;
    width: 180px;
    height: 42px;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.im_gnb .depth2 li:first-child {
    border-top: 1px solid #e6e6e6;
}

.im_gnb .depth2 li a {
	 display: block;
	 padding-left: 20px;
	 height:42px;
    line-height: 42px;
    font-weight: normal;
    font-size: 13px;
    font-family: 나눔바른고딕, NanumBarunGothic, nbg, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
    color: #585858;
}

.im_gnb .depth2 > li:hover > a {
    font-weight: bold;
}

.im_gnb .depth2 .arrow-right {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
}

.im_gnb .depth3 {
    position: absolute;
    left: 181px;
    top: -1px;
    background: #fff;
    display: none;
    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
}

.im_gnb .depth3 li a {
    color: #585858;
}

.im_gnb .depth3 > li:hover > a {
    font-weight: bold;
}

.im_gnb .depth1 > li:hover > a .arrow-up {
    position: absolute;
    left: 65px;
    bottom: -1px;
    width: 0px;
    height: 0px;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #fff;
    z-index: 9999;
}

.im_gnb .depth1 > li:hover > a .arrow-up-back {
    position: absolute;
    left: 63px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #e6e6e6;
}

/* Layout Footer*/ 

.im_footer_logo {
    float: left;
    width: 232px;
    margin-right: 46px;
}

.im_footer_right {
    width: 842px;
    float: left;
    font-family: font-family:나눔바른고딕, NanumBarunGothic, nbg, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
}

.im_footer:after {
    content: "";
    display: block;
    clear: both;
}

.im_footer_menu {
    padding-bottom: 15px;
}

.im_footer_menu ul li {
    list-style: none;
    float: left;
    border-left: 1px solid #e6e6e6;
    padding: 0 15px;
    line-height: 12px;
}

.im_footer_menu ul:after {
    content: "";
    display: block;
    clear: both;
}

.im_footer_menu ul li:first-child {
    border-left: none;
    padding-left: 0;
}

.im_footer_menu ul li a {
    font-family: 나눔바른고딕, NanumBarunGothic, nbg, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
    font-size: 12px;
    color: #888;
    line-height: 12px;
}

.im_footer_info {
    max-width: 660px;
    padding-top: 11px;
    border-top: 1px dotted #e0e0e0;
    color: #888;
    font-family: 나눔바른고딕, NanumBarunGothic, nbg, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
}

.im_footer_info .contact {
    display: block;
    line-height: 18px;
}

.im_footer_info .copyright {
    display: block;
    line-height: 18px;
}

.im_gototop {
    width: 60px;
    height: 42px;
    position: absolute;
    right: 0;
    top: -40px;
    text-align: center;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.im_gototop:hover {
    background-color: #787878;
}

.im_gototop .icon {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
    color: #fff;
}

.im_gototop .label {
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

/* 관련사이트 */

.im_familysite {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 118px;
    height: 28px;
    border: 1px solid #ebebeb;
}

.im_familysite .label, .im_familysite .icon {
    line-height: 28px;
}

.im_familysite a .label {
    font-size: 13px;
    color: #888;
    margin-left: 10px;
    font-family: 나눔바른고딕, NanumBarunGothic, nbg, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
}

.im_familysite .icon {
    position: absolute;
    right: 10px;
}

.im_familysite ul {
    position: absolute;
    right: -1px;
    bottom: 30px;
    z-index: 1000;
    display: none;
    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.1);
}

.im_familysite ul li {
    width: 150px;
    height: 28px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    list-style: none;
    border-top: none;
}

.im_familysite ul li:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.im_familysite ul li a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #666;
    text-decoration: none;
    font-family: 나눔바른고딕, NanumBarunGothic, nbg, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
    font-size: 13px;
}

.im_familysite ul li:hover a {
    color: #fff;
    font-weight: bold;
}

/* Modal Login*/

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#im_modal_login {
    width: 426px;
    padding: 35px 50px 40px 35px;
    background: #369ACE;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    display: none;
    font-family: 나눔바른고딕, NanumBarunGothic, nbg, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
    position: relative;
}

#im_modal_login .loginWindow_header {
    margin-bottom: 24px;
}

#im_modal_login .loginWindow {
    width: 440px;
}

#im_modal_login .loginWindow dl dt {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 10px;
}

#im_modal_login .loginWindow #uid, .loginWindow #upw {
    width: 410px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    padding: 0 15px 0 15px;
    margin-bottom: 25px;
    color: #444;
    font-weight: bold;
    font-family: arial, dotum, gulim, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
}

#im_modal_login .loginWindow .keep_text {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding-top: 2px;
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
}

#im_modal_login .loginWindow .keepWrap:after {
    content: "";
    display: block;
    clear: both;
}

#im_modal_login .loginWindow .keep {
    width: 21px;
    height: 21px;
    position: relative;
    float: left;
}

#im_modal_login .loginWindow .keep label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#im_modal_login .loginWindow .keep label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 7px;
    height: 4px;
    background: transparent;
    top: 5px;
    left: 5px;
    border: 3px solid #369ACE;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#im_modal_login .loginWindow .keep label:hover::after {
    opacity: 1;
}

#im_modal_login .loginWindow .keep input[type=checkbox]:checked + label:after {
    opacity: 1;
}

#im_modal_login .loginWindow .submit_btn a {
    display: inline-block;
    width: 410px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding: 0 15px 0 15px;
    background-color: #383838;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#im_modal_login .loginWindow .login_menu ul {
    text-align: center;
    margin-top: 25px;
}

#im_modal_login .loginWindow .login_menu ul li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #fff;
    list-style: none;
    line-height: 14px;
}

#im_modal_login .loginWindow .login_menu ul li:first-child {
    border-left: none;
}

#im_modal_login .loginWindow .login_menu ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 14px;
}

#im_modal_login .loginWindow .login_menu ul li a:hover, #im_modal_login .loginWindow .login_menu ul li a:focus {
    text-decoration: underline;
}

#im_modal_login .close_loginWindow {
    position: absolute;
    right: 25px;
    top: 25px;
}

#im_modal_login .modal_close {
    font-size: 30px;
    color: #fff;
}

.im_sub_topbar {
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 35px
}

.im_sub_topbar:after {
	content:"";
	display:block;
	clear:both;
}

.im_page_navi {
	float:left;
	color: #999;
}

.im_page_navi a {
	color: #999;
	font-size: 12px;
   font-family: 나눔바른고딕, NanumBarunGothic, nbg, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
}

.im_btn_print {
	float:right;
}

.im_sub_content {
	width: 860px;
	float: left;
	border-right: 1px solid #eaeaea;
	padding: 0 25px 25px 0;
	min-height: 300px;
}

.im_sub_rightbar {
	width: 234px;
	float: right;
}

.im_lnb h2 {
	color: #414141;
	padding: 0 0 10px 20px;
	border-bottom:1px solid #eaeaea;
}

.im_lnb_heading {
	margin-left: -20px;
	padding: 0 10px 10px 20px;
	font-size: 16px;
	font-family: 나눔바른고딕, NanumBarunGothic, nbg_bold, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
	font-weight: bold;
}

.im_lnb ul li {
	list-style: none;
	line-height: 26px;
}

.im_lnb ul li a {
	background: url("../images/arrow-right-dark.png") no-repeat scroll left 7px transparent;
	padding-left: 11px;
	color: #414141;
	font-size:13px;
	font-family: 나눔바른고딕, NanumBarunGothic, nbg_bold, 나눔고딕, NanumGothic, dotum, gulim, sans-serif;
}

.im_lnb ul.depth3 {
	margin-left:20px;
}

.im_lnb ul.depth3 li a {
	background:none;
}

.im_lnb_box {
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
}

.im_lnb {
	padding-bottom: 20px;
}



